@charset "UTF-8";
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #004da0;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #d0021b;
  --orange: #f49d00;
  --yellow: #ffc107;
  --green: #7eb61c;
  --teal: #20c997;
  --cyan: #00a6eb;
  --white: #ffffff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --violet: #6b1d7c;
  --magenta: #b70064;
  --petrol: #007c96;
  --gold: #c49f64;
  --silver: #bec4c7;
  --primary: #004da0;
  --secondary: #00a6eb;
  --success: #7eb61c;
  --info: #00a6eb;
  --warning: #f49d00;
  --danger: #d0021b;
  --light: #f5f5f5;
  --dark: #52565a;
  --0: #007c96;
  --1: #004da0;
  --2: #00a6eb;
  --3: #6b1d7c;
  --4: #b70064;
  --5: #007c96;
  --6: #7eb61c;
  --7: #f49d00;
  --8: #c49f64;
  --9: #bec4c7;
  --10: #ffffff;
  --default: #007c96;
  --violet: #6b1d7c;
  --magenta: #b70064;
  --petrol: #007c96;
  --green: #7eb61c;
  --orange: #f49d00;
  --gold: #c49f64;
  --silver: #bec4c7;
  --white: #ffffff;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 720px;
  --breakpoint-lg: 1024px;
  --breakpoint-xl: 1280px;
  --font-family-sans-serif: "Frutiger Neue", Arial, sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(51, 51, 51, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "Frutiger Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333333;
  text-align: left;
  background-color: #f5f5f5;
}

[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: 1rem;
}

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;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #00a6eb;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #7e8890;
  text-decoration: none;
}

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

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

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

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: 15px;
  padding-bottom: 15px;
  color: #a8aaac;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

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

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

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;
}
@media (max-width: 1200px) {
  legend {
    font-size: calc(1.275rem + 0.3vw);
  }
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 1rem;
  font-family: inherit;
  font-weight: 300;
  line-height: 1.2;
  color: #007c96;
}

h1, .h1 {
  font-size: 3rem;
}
@media (max-width: 1200px) {
  h1, .h1 {
    font-size: calc(1.425rem + 2.1vw);
  }
}

h2, .h2 {
  font-size: 2rem;
}
@media (max-width: 1200px) {
  h2, .h2 {
    font-size: calc(1.325rem + 0.9vw);
  }
}

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

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

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

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

.lead {
  font-size: 1.125rem;
  font-weight: inherit;
}

.display-1 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-1 {
    font-size: calc(1.475rem + 2.7vw);
  }
}

.display-2 {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.2;
}
@media (max-width: 1200px) {
  .display-2 {
    font-size: calc(1.325rem + 0.9vw);
  }
}

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

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

hr {
  margin-top: 15px;
  margin-bottom: 15px;
  border: 0;
  border-top: 1px solid rgba(51, 51, 51, 0.1);
}

small,
.small {
  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: 15px;
  font-size: 1.25rem;
}

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

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

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

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 7.5px;
  line-height: 1;
}

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

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

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #ffffff;
  background-color: #a8aaac;
  border-radius: 0;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #a8aaac;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 5px;
  padding-left: 5px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 720px) {
  .container {
    max-width: 600px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 920px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1175px;
  }
}

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

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

.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%;
  padding-right: 5px;
  padding-left: 5px;
}

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

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

.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: 100%;
  }
  .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: 720px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .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: 1024px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .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: 1280px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 15px;
  color: #333333;
  background-color: transparent;
}
.table th,
.table td {
  padding: 15px;
  vertical-align: top;
  border-top: 1px solid #a8aaac;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #a8aaac;
}
.table tbody + tbody {
  border-top: 2px solid #a8aaac;
}

.table-sm th,
.table-sm td {
  padding: 10px;
}

.table-bordered {
  border: 1px solid #a8aaac;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #a8aaac;
}
.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), table.table:not(.table-clean) tbody tr:nth-of-type(odd) {
  background-color: #ffffff;
}

.table-hover tbody tr:hover, table.table:not(.table-clean) tbody tr:hover {
  color: #333333;
  background-color: rgba(51, 51, 51, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8cde4;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7aa2ce;
}

.table-hover .table-primary:hover, table.table:not(.table-clean) .table-primary:hover {
  background-color: #a6c0dd;
}
.table-hover .table-primary:hover > td, table.table:not(.table-clean) .table-primary:hover > td,
.table-hover .table-primary:hover > th,
table.table:not(.table-clean) .table-primary:hover > th {
  background-color: #a6c0dd;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #b8e6f9;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #7ad1f5;
}

.table-hover .table-secondary:hover, table.table:not(.table-clean) .table-secondary:hover {
  background-color: #a0def7;
}
.table-hover .table-secondary:hover > td, table.table:not(.table-clean) .table-secondary:hover > td,
.table-hover .table-secondary:hover > th,
table.table:not(.table-clean) .table-secondary:hover > th {
  background-color: #a0def7;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #dbebbf;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #bcd989;
}

.table-hover .table-success:hover, table.table:not(.table-clean) .table-success:hover {
  background-color: #d0e5ac;
}
.table-hover .table-success:hover > td, table.table:not(.table-clean) .table-success:hover > td,
.table-hover .table-success:hover > th,
table.table:not(.table-clean) .table-success:hover > th {
  background-color: #d0e5ac;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #b8e6f9;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #7ad1f5;
}

.table-hover .table-info:hover, table.table:not(.table-clean) .table-info:hover {
  background-color: #a0def7;
}
.table-hover .table-info:hover > td, table.table:not(.table-clean) .table-info:hover > td,
.table-hover .table-info:hover > th,
table.table:not(.table-clean) .table-info:hover > th {
  background-color: #a0def7;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fce4b8;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #f9cc7a;
}

.table-hover .table-warning:hover, table.table:not(.table-clean) .table-warning:hover {
  background-color: #fbdba0;
}
.table-hover .table-warning:hover > td, table.table:not(.table-clean) .table-warning:hover > td,
.table-hover .table-warning:hover > th,
table.table:not(.table-clean) .table-warning:hover > th {
  background-color: #fbdba0;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f2b8bf;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #e77b88;
}

.table-hover .table-danger:hover, table.table:not(.table-clean) .table-danger:hover {
  background-color: #eea2ac;
}
.table-hover .table-danger:hover > td, table.table:not(.table-clean) .table-danger:hover > td,
.table-hover .table-danger:hover > th,
table.table:not(.table-clean) .table-danger:hover > th {
  background-color: #eea2ac;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fcfcfc;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fafafa;
}

.table-hover .table-light:hover, table.table:not(.table-clean) .table-light:hover {
  background-color: #efefef;
}
.table-hover .table-light:hover > td, table.table:not(.table-clean) .table-light:hover > td,
.table-hover .table-light:hover > th,
table.table:not(.table-clean) .table-light:hover > th {
  background-color: #efefef;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #cfd0d1;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #a5a7a9;
}

.table-hover .table-dark:hover, table.table:not(.table-clean) .table-dark:hover {
  background-color: #c2c3c5;
}
.table-hover .table-dark:hover > td, table.table:not(.table-clean) .table-dark:hover > td,
.table-hover .table-dark:hover > th,
table.table:not(.table-clean) .table-dark:hover > th {
  background-color: #c2c3c5;
}

.table-0,
.table-0 > th,
.table-0 > td {
  background-color: #b8dae2;
}
.table-0 th,
.table-0 td,
.table-0 thead th,
.table-0 tbody + tbody {
  border-color: #7abbc8;
}

.table-hover .table-0:hover, table.table:not(.table-clean) .table-0:hover {
  background-color: #a6d1db;
}
.table-hover .table-0:hover > td, table.table:not(.table-clean) .table-0:hover > td,
.table-hover .table-0:hover > th,
table.table:not(.table-clean) .table-0:hover > th {
  background-color: #a6d1db;
}

.table-1,
.table-1 > th,
.table-1 > td {
  background-color: #b8cde4;
}
.table-1 th,
.table-1 td,
.table-1 thead th,
.table-1 tbody + tbody {
  border-color: #7aa2ce;
}

.table-hover .table-1:hover, table.table:not(.table-clean) .table-1:hover {
  background-color: #a6c0dd;
}
.table-hover .table-1:hover > td, table.table:not(.table-clean) .table-1:hover > td,
.table-hover .table-1:hover > th,
table.table:not(.table-clean) .table-1:hover > th {
  background-color: #a6c0dd;
}

.table-2,
.table-2 > th,
.table-2 > td {
  background-color: #b8e6f9;
}
.table-2 th,
.table-2 td,
.table-2 thead th,
.table-2 tbody + tbody {
  border-color: #7ad1f5;
}

.table-hover .table-2:hover, table.table:not(.table-clean) .table-2:hover {
  background-color: #a0def7;
}
.table-hover .table-2:hover > td, table.table:not(.table-clean) .table-2:hover > td,
.table-hover .table-2:hover > th,
table.table:not(.table-clean) .table-2:hover > th {
  background-color: #a0def7;
}

.table-3,
.table-3 > th,
.table-3 > td {
  background-color: #d6c0da;
}
.table-3 th,
.table-3 td,
.table-3 thead th,
.table-3 tbody + tbody {
  border-color: #b289bb;
}

.table-hover .table-3:hover, table.table:not(.table-clean) .table-3:hover {
  background-color: #ccb0d1;
}
.table-hover .table-3:hover > td, table.table:not(.table-clean) .table-3:hover > td,
.table-hover .table-3:hover > th,
table.table:not(.table-clean) .table-3:hover > th {
  background-color: #ccb0d1;
}

.table-4,
.table-4 > th,
.table-4 > td {
  background-color: #ebb8d4;
}
.table-4 th,
.table-4 td,
.table-4 thead th,
.table-4 tbody + tbody {
  border-color: #da7aae;
}

.table-hover .table-4:hover, table.table:not(.table-clean) .table-4:hover {
  background-color: #e5a4c8;
}
.table-hover .table-4:hover > td, table.table:not(.table-clean) .table-4:hover > td,
.table-hover .table-4:hover > th,
table.table:not(.table-clean) .table-4:hover > th {
  background-color: #e5a4c8;
}

.table-5,
.table-5 > th,
.table-5 > td {
  background-color: #b8dae2;
}
.table-5 th,
.table-5 td,
.table-5 thead th,
.table-5 tbody + tbody {
  border-color: #7abbc8;
}

.table-hover .table-5:hover, table.table:not(.table-clean) .table-5:hover {
  background-color: #a6d1db;
}
.table-hover .table-5:hover > td, table.table:not(.table-clean) .table-5:hover > td,
.table-hover .table-5:hover > th,
table.table:not(.table-clean) .table-5:hover > th {
  background-color: #a6d1db;
}

.table-6,
.table-6 > th,
.table-6 > td {
  background-color: #dbebbf;
}
.table-6 th,
.table-6 td,
.table-6 thead th,
.table-6 tbody + tbody {
  border-color: #bcd989;
}

.table-hover .table-6:hover, table.table:not(.table-clean) .table-6:hover {
  background-color: #d0e5ac;
}
.table-hover .table-6:hover > td, table.table:not(.table-clean) .table-6:hover > td,
.table-hover .table-6:hover > th,
table.table:not(.table-clean) .table-6:hover > th {
  background-color: #d0e5ac;
}

.table-7,
.table-7 > th,
.table-7 > td {
  background-color: #fce4b8;
}
.table-7 th,
.table-7 td,
.table-7 thead th,
.table-7 tbody + tbody {
  border-color: #f9cc7a;
}

.table-hover .table-7:hover, table.table:not(.table-clean) .table-7:hover {
  background-color: #fbdba0;
}
.table-hover .table-7:hover > td, table.table:not(.table-clean) .table-7:hover > td,
.table-hover .table-7:hover > th,
table.table:not(.table-clean) .table-7:hover > th {
  background-color: #fbdba0;
}

.table-8,
.table-8 > th,
.table-8 > td {
  background-color: #eee4d4;
}
.table-8 th,
.table-8 td,
.table-8 thead th,
.table-8 tbody + tbody {
  border-color: #e0cdae;
}

.table-hover .table-8:hover, table.table:not(.table-clean) .table-8:hover {
  background-color: #e7d9c2;
}
.table-hover .table-8:hover > td, table.table:not(.table-clean) .table-8:hover > td,
.table-hover .table-8:hover > th,
table.table:not(.table-clean) .table-8:hover > th {
  background-color: #e7d9c2;
}

.table-9,
.table-9 > th,
.table-9 > td {
  background-color: #edeeef;
}
.table-9 th,
.table-9 td,
.table-9 thead th,
.table-9 tbody + tbody {
  border-color: #dde0e2;
}

.table-hover .table-9:hover, table.table:not(.table-clean) .table-9:hover {
  background-color: #e0e1e3;
}
.table-hover .table-9:hover > td, table.table:not(.table-clean) .table-9:hover > td,
.table-hover .table-9:hover > th,
table.table:not(.table-clean) .table-9:hover > th {
  background-color: #e0e1e3;
}

.table-10,
.table-10 > th,
.table-10 > td {
  background-color: white;
}
.table-10 th,
.table-10 td,
.table-10 thead th,
.table-10 tbody + tbody {
  border-color: white;
}

.table-hover .table-10:hover, table.table:not(.table-clean) .table-10:hover {
  background-color: #f2f2f2;
}
.table-hover .table-10:hover > td, table.table:not(.table-clean) .table-10:hover > td,
.table-hover .table-10:hover > th,
table.table:not(.table-clean) .table-10:hover > th {
  background-color: #f2f2f2;
}

.table-default,
.table-default > th,
.table-default > td {
  background-color: #b8dae2;
}
.table-default th,
.table-default td,
.table-default thead th,
.table-default tbody + tbody {
  border-color: #7abbc8;
}

.table-hover .table-default:hover, table.table:not(.table-clean) .table-default:hover {
  background-color: #a6d1db;
}
.table-hover .table-default:hover > td, table.table:not(.table-clean) .table-default:hover > td,
.table-hover .table-default:hover > th,
table.table:not(.table-clean) .table-default:hover > th {
  background-color: #a6d1db;
}

.table-violet,
.table-violet > th,
.table-violet > td {
  background-color: #d6c0da;
}
.table-violet th,
.table-violet td,
.table-violet thead th,
.table-violet tbody + tbody {
  border-color: #b289bb;
}

.table-hover .table-violet:hover, table.table:not(.table-clean) .table-violet:hover {
  background-color: #ccb0d1;
}
.table-hover .table-violet:hover > td, table.table:not(.table-clean) .table-violet:hover > td,
.table-hover .table-violet:hover > th,
table.table:not(.table-clean) .table-violet:hover > th {
  background-color: #ccb0d1;
}

.table-magenta,
.table-magenta > th,
.table-magenta > td {
  background-color: #ebb8d4;
}
.table-magenta th,
.table-magenta td,
.table-magenta thead th,
.table-magenta tbody + tbody {
  border-color: #da7aae;
}

.table-hover .table-magenta:hover, table.table:not(.table-clean) .table-magenta:hover {
  background-color: #e5a4c8;
}
.table-hover .table-magenta:hover > td, table.table:not(.table-clean) .table-magenta:hover > td,
.table-hover .table-magenta:hover > th,
table.table:not(.table-clean) .table-magenta:hover > th {
  background-color: #e5a4c8;
}

.table-petrol,
.table-petrol > th,
.table-petrol > td {
  background-color: #b8dae2;
}
.table-petrol th,
.table-petrol td,
.table-petrol thead th,
.table-petrol tbody + tbody {
  border-color: #7abbc8;
}

.table-hover .table-petrol:hover, table.table:not(.table-clean) .table-petrol:hover {
  background-color: #a6d1db;
}
.table-hover .table-petrol:hover > td, table.table:not(.table-clean) .table-petrol:hover > td,
.table-hover .table-petrol:hover > th,
table.table:not(.table-clean) .table-petrol:hover > th {
  background-color: #a6d1db;
}

.table-green,
.table-green > th,
.table-green > td {
  background-color: #dbebbf;
}
.table-green th,
.table-green td,
.table-green thead th,
.table-green tbody + tbody {
  border-color: #bcd989;
}

.table-hover .table-green:hover, table.table:not(.table-clean) .table-green:hover {
  background-color: #d0e5ac;
}
.table-hover .table-green:hover > td, table.table:not(.table-clean) .table-green:hover > td,
.table-hover .table-green:hover > th,
table.table:not(.table-clean) .table-green:hover > th {
  background-color: #d0e5ac;
}

.table-orange,
.table-orange > th,
.table-orange > td {
  background-color: #fce4b8;
}
.table-orange th,
.table-orange td,
.table-orange thead th,
.table-orange tbody + tbody {
  border-color: #f9cc7a;
}

.table-hover .table-orange:hover, table.table:not(.table-clean) .table-orange:hover {
  background-color: #fbdba0;
}
.table-hover .table-orange:hover > td, table.table:not(.table-clean) .table-orange:hover > td,
.table-hover .table-orange:hover > th,
table.table:not(.table-clean) .table-orange:hover > th {
  background-color: #fbdba0;
}

.table-gold,
.table-gold > th,
.table-gold > td {
  background-color: #eee4d4;
}
.table-gold th,
.table-gold td,
.table-gold thead th,
.table-gold tbody + tbody {
  border-color: #e0cdae;
}

.table-hover .table-gold:hover, table.table:not(.table-clean) .table-gold:hover {
  background-color: #e7d9c2;
}
.table-hover .table-gold:hover > td, table.table:not(.table-clean) .table-gold:hover > td,
.table-hover .table-gold:hover > th,
table.table:not(.table-clean) .table-gold:hover > th {
  background-color: #e7d9c2;
}

.table-silver,
.table-silver > th,
.table-silver > td {
  background-color: #edeeef;
}
.table-silver th,
.table-silver td,
.table-silver thead th,
.table-silver tbody + tbody {
  border-color: #dde0e2;
}

.table-hover .table-silver:hover, table.table:not(.table-clean) .table-silver:hover {
  background-color: #e0e1e3;
}
.table-hover .table-silver:hover > td, table.table:not(.table-clean) .table-silver:hover > td,
.table-hover .table-silver:hover > th,
table.table:not(.table-clean) .table-silver:hover > th {
  background-color: #e0e1e3;
}

.table-white,
.table-white > th,
.table-white > td {
  background-color: white;
}
.table-white th,
.table-white td,
.table-white thead th,
.table-white tbody + tbody {
  border-color: white;
}

.table-hover .table-white:hover, table.table:not(.table-clean) .table-white:hover {
  background-color: #f2f2f2;
}
.table-hover .table-white:hover > td, table.table:not(.table-clean) .table-white:hover > td,
.table-hover .table-white:hover > th,
table.table:not(.table-clean) .table-white:hover > th {
  background-color: #f2f2f2;
}

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

.table-hover .table-active:hover, table.table:not(.table-clean) .table-active:hover {
  background-color: rgba(38, 38, 38, 0.075);
}
.table-hover .table-active:hover > td, table.table:not(.table-clean) .table-active:hover > td,
.table-hover .table-active:hover > th,
table.table:not(.table-clean) .table-active:hover > th {
  background-color: rgba(38, 38, 38, 0.075);
}

.table .thead-dark th {
  color: #ffffff;
  background-color: #a8aaac;
  border-color: #bcbdbf;
}
.table .thead-light th {
  color: #a8aaac;
  background-color: #a8aaac;
  border-color: #a8aaac;
}

.table-dark {
  color: #ffffff;
  background-color: #a8aaac;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #bcbdbf;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd), table.table-dark.table:not(.table-clean) tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover, table.table-dark.table:not(.table-clean) tbody tr:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 719.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1023.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1279.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive, table.table:not(.table-clean) {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered, table.table:not(.table-clean) > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.53125rem 1.1875rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4285714286;
  color: #333333;
  background-color: transparent;
  background-clip: padding-box;
  border: 1px solid rgba(51, 51, 51, 0.3);
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #333333;
  background-color: transparent;
  border-color: #007c96;
  outline: 0;
  box-shadow: none;
}
.form-control::placeholder {
  color: #bec4c7;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #a8aaac;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #333333;
  background-color: transparent;
}

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

.col-form-label {
  padding-top: calc(0.53125rem + 1px);
  padding-bottom: calc(0.53125rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.4285714286;
}

.col-form-label-lg {
  padding-top: calc(0.53125rem + 1px);
  padding-bottom: calc(0.53125rem + 1px);
  font-size: 1.125rem;
  line-height: 1.4285714286;
}

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.53125rem;
  padding-bottom: 0.53125rem;
  margin-bottom: 0;
  line-height: 1.4285714286;
  color: #bec4c7;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(2.375rem + 2px);
  padding: 0.53125rem 1.1875rem;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  border-radius: 0;
}

.form-control-lg {
  height: calc(2.75rem + 2px);
  padding: 0.53125rem 1.1875rem;
  font-size: 1.125rem;
  line-height: 1.4285714286;
  border-radius: 0;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #a8aaac;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: rgba(126, 182, 28, 0.9);
  border-radius: 0;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #7eb61c;
  padding-right: 2.25rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%237eb61c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.3571428571em + 0.265625rem);
  background-size: calc(0.7142857143em + 0.53125rem) calc(0.7142857143em + 0.53125rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #7eb61c;
  box-shadow: 0 0 0 0 rgba(126, 182, 28, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: 2.25rem;
  background-position: top calc(0.3571428571em + 0.265625rem) right calc(0.3571428571em + 0.265625rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #7eb61c;
  padding-right: 3.875rem;
  background: url("../images/logo/select-arrow.png") no-repeat right center, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%237eb61c' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") transparent no-repeat center right 2.1875rem/1.125rem 1.125rem;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #7eb61c;
  box-shadow: 0 0 0 0 rgba(126, 182, 28, 0.25);
}
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #7eb61c;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #7eb61c;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #7eb61c;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #9bde27;
  background-color: #9bde27;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0 rgba(126, 182, 28, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #7eb61c;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #7eb61c;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #7eb61c;
  box-shadow: 0 0 0 0 rgba(126, 182, 28, 0.25);
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #ffffff;
  background-color: rgba(208, 2, 27, 0.9);
  border-radius: 0;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #d0021b;
  padding-right: 2.25rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23d0021b' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.3571428571em + 0.265625rem);
  background-size: calc(0.7142857143em + 0.53125rem) calc(0.7142857143em + 0.53125rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #d0021b;
  box-shadow: 0 0 0 0 rgba(208, 2, 27, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: 2.25rem;
  background-position: top calc(0.3571428571em + 0.265625rem) right calc(0.3571428571em + 0.265625rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #d0021b;
  padding-right: 3.875rem;
  background: url("../images/logo/select-arrow.png") no-repeat right center, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23d0021b' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") transparent no-repeat center right 2.1875rem/1.125rem 1.125rem;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #d0021b;
  box-shadow: 0 0 0 0 rgba(208, 2, 27, 0.25);
}
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #d0021b;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #d0021b;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #d0021b;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #fd0826;
  background-color: #fd0826;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0 rgba(208, 2, 27, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #d0021b;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #d0021b;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #d0021b;
  box-shadow: 0 0 0 0 rgba(208, 2, 27, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: bold;
  color: #333333;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.53125rem 1.1875rem;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #333333;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: none;
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #ffffff;
  background-color: #004da0;
  border-color: #004da0;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #003b7a;
  border-color: #00346d;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0 rgba(38, 104, 174, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #ffffff;
  background-color: #004da0;
  border-color: #004da0;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #00346d;
  border-color: #002e60;
}
.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(38, 104, 174, 0.5);
}

.btn-secondary {
  color: #ffffff;
  background-color: #00a6eb;
  border-color: #00a6eb;
}
.btn-secondary:hover {
  color: #ffffff;
  background-color: #008bc5;
  border-color: #0082b8;
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0 rgba(38, 179, 238, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #ffffff;
  background-color: #00a6eb;
  border-color: #00a6eb;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #0082b8;
  border-color: #0079ab;
}
.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(38, 179, 238, 0.5);
}

.btn-success {
  color: #ffffff;
  background-color: #7eb61c;
  border-color: #7eb61c;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #679517;
  border-color: #5f8a15;
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0 rgba(145, 193, 62, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #ffffff;
  background-color: #7eb61c;
  border-color: #7eb61c;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #ffffff;
  background-color: #5f8a15;
  border-color: #587f14;
}
.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(145, 193, 62, 0.5);
}

.btn-info {
  color: #ffffff;
  background-color: #00a6eb;
  border-color: #00a6eb;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #008bc5;
  border-color: #0082b8;
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0 rgba(38, 179, 238, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #ffffff;
  background-color: #00a6eb;
  border-color: #00a6eb;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #ffffff;
  background-color: #0082b8;
  border-color: #0079ab;
}
.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(38, 179, 238, 0.5);
}

.btn-warning {
  color: #52565a;
  background-color: #f49d00;
  border-color: #f49d00;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #ce8400;
  border-color: #c17c00;
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0 rgba(220, 146, 14, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #52565a;
  background-color: #f49d00;
  border-color: #f49d00;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #ffffff;
  background-color: #c17c00;
  border-color: #b47400;
}
.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(220, 146, 14, 0.5);
}

.btn-danger {
  color: #ffffff;
  background-color: #d0021b;
  border-color: #d0021b;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #aa0216;
  border-color: #9d0214;
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0 rgba(215, 40, 61, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #ffffff;
  background-color: #d0021b;
  border-color: #d0021b;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #9d0214;
  border-color: #910113;
}
.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(215, 40, 61, 0.5);
}

.btn-light {
  color: #52565a;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.btn-light:hover {
  color: #52565a;
  background-color: #e2e2e2;
  border-color: gainsboro;
}
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0 rgba(221, 221, 222, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #52565a;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #52565a;
  background-color: gainsboro;
  border-color: #d5d5d5;
}
.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(221, 221, 222, 0.5);
}

.btn-dark {
  color: #ffffff;
  background-color: #52565a;
  border-color: #52565a;
}
.btn-dark:hover {
  color: #ffffff;
  background-color: #404346;
  border-color: #3a3d3f;
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0 rgba(108, 111, 115, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #ffffff;
  background-color: #52565a;
  border-color: #52565a;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #ffffff;
  background-color: #3a3d3f;
  border-color: #343639;
}
.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(108, 111, 115, 0.5);
}

.btn-0 {
  color: #ffffff;
  background-color: #007c96;
  border-color: #007c96;
}
.btn-0:hover {
  color: #ffffff;
  background-color: #005c70;
  border-color: #005263;
}
.btn-0:focus, .btn-0.focus {
  box-shadow: 0 0 0 0 rgba(38, 144, 166, 0.5);
}
.btn-0.disabled, .btn-0:disabled {
  color: #ffffff;
  background-color: #007c96;
  border-color: #007c96;
}
.btn-0:not(:disabled):not(.disabled):active, .btn-0:not(:disabled):not(.disabled).active, .show > .btn-0.dropdown-toggle {
  color: #ffffff;
  background-color: #005263;
  border-color: #004756;
}
.btn-0:not(:disabled):not(.disabled):active:focus, .btn-0:not(:disabled):not(.disabled).active:focus, .show > .btn-0.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(38, 144, 166, 0.5);
}

.btn-1 {
  color: #ffffff;
  background-color: #004da0;
  border-color: #004da0;
}
.btn-1:hover {
  color: #ffffff;
  background-color: #003b7a;
  border-color: #00346d;
}
.btn-1:focus, .btn-1.focus {
  box-shadow: 0 0 0 0 rgba(38, 104, 174, 0.5);
}
.btn-1.disabled, .btn-1:disabled {
  color: #ffffff;
  background-color: #004da0;
  border-color: #004da0;
}
.btn-1:not(:disabled):not(.disabled):active, .btn-1:not(:disabled):not(.disabled).active, .show > .btn-1.dropdown-toggle {
  color: #ffffff;
  background-color: #00346d;
  border-color: #002e60;
}
.btn-1:not(:disabled):not(.disabled):active:focus, .btn-1:not(:disabled):not(.disabled).active:focus, .show > .btn-1.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(38, 104, 174, 0.5);
}

.btn-2 {
  color: #ffffff;
  background-color: #00a6eb;
  border-color: #00a6eb;
}
.btn-2:hover {
  color: #ffffff;
  background-color: #008bc5;
  border-color: #0082b8;
}
.btn-2:focus, .btn-2.focus {
  box-shadow: 0 0 0 0 rgba(38, 179, 238, 0.5);
}
.btn-2.disabled, .btn-2:disabled {
  color: #ffffff;
  background-color: #00a6eb;
  border-color: #00a6eb;
}
.btn-2:not(:disabled):not(.disabled):active, .btn-2:not(:disabled):not(.disabled).active, .show > .btn-2.dropdown-toggle {
  color: #ffffff;
  background-color: #0082b8;
  border-color: #0079ab;
}
.btn-2:not(:disabled):not(.disabled):active:focus, .btn-2:not(:disabled):not(.disabled).active:focus, .show > .btn-2.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(38, 179, 238, 0.5);
}

.btn-3 {
  color: #ffffff;
  background-color: #6b1d7c;
  border-color: #6b1d7c;
}
.btn-3:hover {
  color: #ffffff;
  background-color: #50165d;
  border-color: #471353;
}
.btn-3:focus, .btn-3.focus {
  box-shadow: 0 0 0 0 rgba(129, 63, 144, 0.5);
}
.btn-3.disabled, .btn-3:disabled {
  color: #ffffff;
  background-color: #6b1d7c;
  border-color: #6b1d7c;
}
.btn-3:not(:disabled):not(.disabled):active, .btn-3:not(:disabled):not(.disabled).active, .show > .btn-3.dropdown-toggle {
  color: #ffffff;
  background-color: #471353;
  border-color: #3e1148;
}
.btn-3:not(:disabled):not(.disabled):active:focus, .btn-3:not(:disabled):not(.disabled).active:focus, .show > .btn-3.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(129, 63, 144, 0.5);
}

.btn-4 {
  color: #ffffff;
  background-color: #b70064;
  border-color: #b70064;
}
.btn-4:hover {
  color: #ffffff;
  background-color: #91004f;
  border-color: #840048;
}
.btn-4:focus, .btn-4.focus {
  box-shadow: 0 0 0 0 rgba(194, 38, 123, 0.5);
}
.btn-4.disabled, .btn-4:disabled {
  color: #ffffff;
  background-color: #b70064;
  border-color: #b70064;
}
.btn-4:not(:disabled):not(.disabled):active, .btn-4:not(:disabled):not(.disabled).active, .show > .btn-4.dropdown-toggle {
  color: #ffffff;
  background-color: #840048;
  border-color: #770041;
}
.btn-4:not(:disabled):not(.disabled):active:focus, .btn-4:not(:disabled):not(.disabled).active:focus, .show > .btn-4.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(194, 38, 123, 0.5);
}

.btn-5 {
  color: #ffffff;
  background-color: #007c96;
  border-color: #007c96;
}
.btn-5:hover {
  color: #ffffff;
  background-color: #005c70;
  border-color: #005263;
}
.btn-5:focus, .btn-5.focus {
  box-shadow: 0 0 0 0 rgba(38, 144, 166, 0.5);
}
.btn-5.disabled, .btn-5:disabled {
  color: #ffffff;
  background-color: #007c96;
  border-color: #007c96;
}
.btn-5:not(:disabled):not(.disabled):active, .btn-5:not(:disabled):not(.disabled).active, .show > .btn-5.dropdown-toggle {
  color: #ffffff;
  background-color: #005263;
  border-color: #004756;
}
.btn-5:not(:disabled):not(.disabled):active:focus, .btn-5:not(:disabled):not(.disabled).active:focus, .show > .btn-5.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(38, 144, 166, 0.5);
}

.btn-6 {
  color: #ffffff;
  background-color: #7eb61c;
  border-color: #7eb61c;
}
.btn-6:hover {
  color: #ffffff;
  background-color: #679517;
  border-color: #5f8a15;
}
.btn-6:focus, .btn-6.focus {
  box-shadow: 0 0 0 0 rgba(145, 193, 62, 0.5);
}
.btn-6.disabled, .btn-6:disabled {
  color: #ffffff;
  background-color: #7eb61c;
  border-color: #7eb61c;
}
.btn-6:not(:disabled):not(.disabled):active, .btn-6:not(:disabled):not(.disabled).active, .show > .btn-6.dropdown-toggle {
  color: #ffffff;
  background-color: #5f8a15;
  border-color: #587f14;
}
.btn-6:not(:disabled):not(.disabled):active:focus, .btn-6:not(:disabled):not(.disabled).active:focus, .show > .btn-6.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(145, 193, 62, 0.5);
}

.btn-7 {
  color: #52565a;
  background-color: #f49d00;
  border-color: #f49d00;
}
.btn-7:hover {
  color: #ffffff;
  background-color: #ce8400;
  border-color: #c17c00;
}
.btn-7:focus, .btn-7.focus {
  box-shadow: 0 0 0 0 rgba(220, 146, 14, 0.5);
}
.btn-7.disabled, .btn-7:disabled {
  color: #52565a;
  background-color: #f49d00;
  border-color: #f49d00;
}
.btn-7:not(:disabled):not(.disabled):active, .btn-7:not(:disabled):not(.disabled).active, .show > .btn-7.dropdown-toggle {
  color: #ffffff;
  background-color: #c17c00;
  border-color: #b47400;
}
.btn-7:not(:disabled):not(.disabled):active:focus, .btn-7:not(:disabled):not(.disabled).active:focus, .show > .btn-7.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(220, 146, 14, 0.5);
}

.btn-8 {
  color: #52565a;
  background-color: #c49f64;
  border-color: #c49f64;
}
.btn-8:hover {
  color: #ffffff;
  background-color: #b98e48;
  border-color: #b18744;
}
.btn-8:focus, .btn-8.focus {
  box-shadow: 0 0 0 0 rgba(179, 148, 99, 0.5);
}
.btn-8.disabled, .btn-8:disabled {
  color: #52565a;
  background-color: #c49f64;
  border-color: #c49f64;
}
.btn-8:not(:disabled):not(.disabled):active, .btn-8:not(:disabled):not(.disabled).active, .show > .btn-8.dropdown-toggle {
  color: #ffffff;
  background-color: #b18744;
  border-color: #a88040;
}
.btn-8:not(:disabled):not(.disabled):active:focus, .btn-8:not(:disabled):not(.disabled).active:focus, .show > .btn-8.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(179, 148, 99, 0.5);
}

.btn-9 {
  color: #52565a;
  background-color: #bec4c7;
  border-color: #bec4c7;
}
.btn-9:hover {
  color: #52565a;
  background-color: #a9b1b5;
  border-color: #a3abaf;
}
.btn-9:focus, .btn-9.focus {
  box-shadow: 0 0 0 0 rgba(174, 180, 183, 0.5);
}
.btn-9.disabled, .btn-9:disabled {
  color: #52565a;
  background-color: #bec4c7;
  border-color: #bec4c7;
}
.btn-9:not(:disabled):not(.disabled):active, .btn-9:not(:disabled):not(.disabled).active, .show > .btn-9.dropdown-toggle {
  color: #52565a;
  background-color: #a3abaf;
  border-color: #9ca5a9;
}
.btn-9:not(:disabled):not(.disabled):active:focus, .btn-9:not(:disabled):not(.disabled).active:focus, .show > .btn-9.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(174, 180, 183, 0.5);
}

.btn-10 {
  color: #52565a;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-10:hover {
  color: #52565a;
  background-color: #ececec;
  border-color: #e6e6e6;
}
.btn-10:focus, .btn-10.focus {
  box-shadow: 0 0 0 0 rgba(229, 230, 230, 0.5);
}
.btn-10.disabled, .btn-10:disabled {
  color: #52565a;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-10:not(:disabled):not(.disabled):active, .btn-10:not(:disabled):not(.disabled).active, .show > .btn-10.dropdown-toggle {
  color: #52565a;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}
.btn-10:not(:disabled):not(.disabled):active:focus, .btn-10:not(:disabled):not(.disabled).active:focus, .show > .btn-10.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(229, 230, 230, 0.5);
}

.btn-default {
  color: #ffffff;
  background-color: #007c96;
  border-color: #007c96;
}
.btn-default:hover {
  color: #ffffff;
  background-color: #005c70;
  border-color: #005263;
}
.btn-default:focus, .btn-default.focus {
  box-shadow: 0 0 0 0 rgba(38, 144, 166, 0.5);
}
.btn-default.disabled, .btn-default:disabled {
  color: #ffffff;
  background-color: #007c96;
  border-color: #007c96;
}
.btn-default:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled).active, .show > .btn-default.dropdown-toggle {
  color: #ffffff;
  background-color: #005263;
  border-color: #004756;
}
.btn-default:not(:disabled):not(.disabled):active:focus, .btn-default:not(:disabled):not(.disabled).active:focus, .show > .btn-default.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(38, 144, 166, 0.5);
}

.btn-violet {
  color: #ffffff;
  background-color: #6b1d7c;
  border-color: #6b1d7c;
}
.btn-violet:hover {
  color: #ffffff;
  background-color: #50165d;
  border-color: #471353;
}
.btn-violet:focus, .btn-violet.focus {
  box-shadow: 0 0 0 0 rgba(129, 63, 144, 0.5);
}
.btn-violet.disabled, .btn-violet:disabled {
  color: #ffffff;
  background-color: #6b1d7c;
  border-color: #6b1d7c;
}
.btn-violet:not(:disabled):not(.disabled):active, .btn-violet:not(:disabled):not(.disabled).active, .show > .btn-violet.dropdown-toggle {
  color: #ffffff;
  background-color: #471353;
  border-color: #3e1148;
}
.btn-violet:not(:disabled):not(.disabled):active:focus, .btn-violet:not(:disabled):not(.disabled).active:focus, .show > .btn-violet.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(129, 63, 144, 0.5);
}

.btn-magenta {
  color: #ffffff;
  background-color: #b70064;
  border-color: #b70064;
}
.btn-magenta:hover {
  color: #ffffff;
  background-color: #91004f;
  border-color: #840048;
}
.btn-magenta:focus, .btn-magenta.focus {
  box-shadow: 0 0 0 0 rgba(194, 38, 123, 0.5);
}
.btn-magenta.disabled, .btn-magenta:disabled {
  color: #ffffff;
  background-color: #b70064;
  border-color: #b70064;
}
.btn-magenta:not(:disabled):not(.disabled):active, .btn-magenta:not(:disabled):not(.disabled).active, .show > .btn-magenta.dropdown-toggle {
  color: #ffffff;
  background-color: #840048;
  border-color: #770041;
}
.btn-magenta:not(:disabled):not(.disabled):active:focus, .btn-magenta:not(:disabled):not(.disabled).active:focus, .show > .btn-magenta.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(194, 38, 123, 0.5);
}

.btn-petrol {
  color: #ffffff;
  background-color: #007c96;
  border-color: #007c96;
}
.btn-petrol:hover {
  color: #ffffff;
  background-color: #005c70;
  border-color: #005263;
}
.btn-petrol:focus, .btn-petrol.focus {
  box-shadow: 0 0 0 0 rgba(38, 144, 166, 0.5);
}
.btn-petrol.disabled, .btn-petrol:disabled {
  color: #ffffff;
  background-color: #007c96;
  border-color: #007c96;
}
.btn-petrol:not(:disabled):not(.disabled):active, .btn-petrol:not(:disabled):not(.disabled).active, .show > .btn-petrol.dropdown-toggle {
  color: #ffffff;
  background-color: #005263;
  border-color: #004756;
}
.btn-petrol:not(:disabled):not(.disabled):active:focus, .btn-petrol:not(:disabled):not(.disabled).active:focus, .show > .btn-petrol.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(38, 144, 166, 0.5);
}

.btn-green {
  color: #ffffff;
  background-color: #7eb61c;
  border-color: #7eb61c;
}
.btn-green:hover {
  color: #ffffff;
  background-color: #679517;
  border-color: #5f8a15;
}
.btn-green:focus, .btn-green.focus {
  box-shadow: 0 0 0 0 rgba(145, 193, 62, 0.5);
}
.btn-green.disabled, .btn-green:disabled {
  color: #ffffff;
  background-color: #7eb61c;
  border-color: #7eb61c;
}
.btn-green:not(:disabled):not(.disabled):active, .btn-green:not(:disabled):not(.disabled).active, .show > .btn-green.dropdown-toggle {
  color: #ffffff;
  background-color: #5f8a15;
  border-color: #587f14;
}
.btn-green:not(:disabled):not(.disabled):active:focus, .btn-green:not(:disabled):not(.disabled).active:focus, .show > .btn-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(145, 193, 62, 0.5);
}

.btn-orange {
  color: #52565a;
  background-color: #f49d00;
  border-color: #f49d00;
}
.btn-orange:hover {
  color: #ffffff;
  background-color: #ce8400;
  border-color: #c17c00;
}
.btn-orange:focus, .btn-orange.focus {
  box-shadow: 0 0 0 0 rgba(220, 146, 14, 0.5);
}
.btn-orange.disabled, .btn-orange:disabled {
  color: #52565a;
  background-color: #f49d00;
  border-color: #f49d00;
}
.btn-orange:not(:disabled):not(.disabled):active, .btn-orange:not(:disabled):not(.disabled).active, .show > .btn-orange.dropdown-toggle {
  color: #ffffff;
  background-color: #c17c00;
  border-color: #b47400;
}
.btn-orange:not(:disabled):not(.disabled):active:focus, .btn-orange:not(:disabled):not(.disabled).active:focus, .show > .btn-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(220, 146, 14, 0.5);
}

.btn-gold {
  color: #52565a;
  background-color: #c49f64;
  border-color: #c49f64;
}
.btn-gold:hover {
  color: #ffffff;
  background-color: #b98e48;
  border-color: #b18744;
}
.btn-gold:focus, .btn-gold.focus {
  box-shadow: 0 0 0 0 rgba(179, 148, 99, 0.5);
}
.btn-gold.disabled, .btn-gold:disabled {
  color: #52565a;
  background-color: #c49f64;
  border-color: #c49f64;
}
.btn-gold:not(:disabled):not(.disabled):active, .btn-gold:not(:disabled):not(.disabled).active, .show > .btn-gold.dropdown-toggle {
  color: #ffffff;
  background-color: #b18744;
  border-color: #a88040;
}
.btn-gold:not(:disabled):not(.disabled):active:focus, .btn-gold:not(:disabled):not(.disabled).active:focus, .show > .btn-gold.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(179, 148, 99, 0.5);
}

.btn-silver {
  color: #52565a;
  background-color: #bec4c7;
  border-color: #bec4c7;
}
.btn-silver:hover {
  color: #52565a;
  background-color: #a9b1b5;
  border-color: #a3abaf;
}
.btn-silver:focus, .btn-silver.focus {
  box-shadow: 0 0 0 0 rgba(174, 180, 183, 0.5);
}
.btn-silver.disabled, .btn-silver:disabled {
  color: #52565a;
  background-color: #bec4c7;
  border-color: #bec4c7;
}
.btn-silver:not(:disabled):not(.disabled):active, .btn-silver:not(:disabled):not(.disabled).active, .show > .btn-silver.dropdown-toggle {
  color: #52565a;
  background-color: #a3abaf;
  border-color: #9ca5a9;
}
.btn-silver:not(:disabled):not(.disabled):active:focus, .btn-silver:not(:disabled):not(.disabled).active:focus, .show > .btn-silver.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(174, 180, 183, 0.5);
}

.btn-white {
  color: #52565a;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white:hover {
  color: #52565a;
  background-color: #ececec;
  border-color: #e6e6e6;
}
.btn-white:focus, .btn-white.focus {
  box-shadow: 0 0 0 0 rgba(229, 230, 230, 0.5);
}
.btn-white.disabled, .btn-white:disabled {
  color: #52565a;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active, .show > .btn-white.dropdown-toggle {
  color: #52565a;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}
.btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus, .show > .btn-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(229, 230, 230, 0.5);
}

.btn-outline-primary {
  color: #004da0;
  border-color: #004da0;
}
.btn-outline-primary:hover {
  color: #ffffff;
  background-color: #004da0;
  border-color: #004da0;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0 rgba(0, 77, 160, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #004da0;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #004da0;
  border-color: #004da0;
}
.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, 77, 160, 0.5);
}

.btn-outline-secondary {
  color: #00a6eb;
  border-color: #00a6eb;
}
.btn-outline-secondary:hover {
  color: #ffffff;
  background-color: #00a6eb;
  border-color: #00a6eb;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0 rgba(0, 166, 235, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #00a6eb;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #00a6eb;
  border-color: #00a6eb;
}
.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(0, 166, 235, 0.5);
}

.btn-outline-success {
  color: #7eb61c;
  border-color: #7eb61c;
}
.btn-outline-success:hover {
  color: #ffffff;
  background-color: #7eb61c;
  border-color: #7eb61c;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0 rgba(126, 182, 28, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #7eb61c;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #ffffff;
  background-color: #7eb61c;
  border-color: #7eb61c;
}
.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(126, 182, 28, 0.5);
}

.btn-outline-info {
  color: #00a6eb;
  border-color: #00a6eb;
}
.btn-outline-info:hover {
  color: #ffffff;
  background-color: #00a6eb;
  border-color: #00a6eb;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0 rgba(0, 166, 235, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #00a6eb;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #ffffff;
  background-color: #00a6eb;
  border-color: #00a6eb;
}
.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(0, 166, 235, 0.5);
}

.btn-outline-warning {
  color: #f49d00;
  border-color: #f49d00;
}
.btn-outline-warning:hover {
  color: #52565a;
  background-color: #f49d00;
  border-color: #f49d00;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0 rgba(244, 157, 0, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #f49d00;
  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: #52565a;
  background-color: #f49d00;
  border-color: #f49d00;
}
.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(244, 157, 0, 0.5);
}

.btn-outline-danger {
  color: #d0021b;
  border-color: #d0021b;
}
.btn-outline-danger:hover {
  color: #ffffff;
  background-color: #d0021b;
  border-color: #d0021b;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0 rgba(208, 2, 27, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #d0021b;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #d0021b;
  border-color: #d0021b;
}
.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(208, 2, 27, 0.5);
}

.btn-outline-light {
  color: #f5f5f5;
  border-color: #f5f5f5;
}
.btn-outline-light:hover {
  color: #52565a;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0 rgba(245, 245, 245, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f5f5f5;
  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: #52565a;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.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(245, 245, 245, 0.5);
}

.btn-outline-dark {
  color: #52565a;
  border-color: #52565a;
}
.btn-outline-dark:hover {
  color: #ffffff;
  background-color: #52565a;
  border-color: #52565a;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0 rgba(82, 86, 90, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #52565a;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #ffffff;
  background-color: #52565a;
  border-color: #52565a;
}
.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(82, 86, 90, 0.5);
}

.btn-outline-0 {
  color: #007c96;
  border-color: #007c96;
}
.btn-outline-0:hover {
  color: #ffffff;
  background-color: #007c96;
  border-color: #007c96;
}
.btn-outline-0:focus, .btn-outline-0.focus {
  box-shadow: 0 0 0 0 rgba(0, 124, 150, 0.5);
}
.btn-outline-0.disabled, .btn-outline-0:disabled {
  color: #007c96;
  background-color: transparent;
}
.btn-outline-0:not(:disabled):not(.disabled):active, .btn-outline-0:not(:disabled):not(.disabled).active, .show > .btn-outline-0.dropdown-toggle {
  color: #ffffff;
  background-color: #007c96;
  border-color: #007c96;
}
.btn-outline-0:not(:disabled):not(.disabled):active:focus, .btn-outline-0:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-0.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(0, 124, 150, 0.5);
}

.btn-outline-1 {
  color: #004da0;
  border-color: #004da0;
}
.btn-outline-1:hover {
  color: #ffffff;
  background-color: #004da0;
  border-color: #004da0;
}
.btn-outline-1:focus, .btn-outline-1.focus {
  box-shadow: 0 0 0 0 rgba(0, 77, 160, 0.5);
}
.btn-outline-1.disabled, .btn-outline-1:disabled {
  color: #004da0;
  background-color: transparent;
}
.btn-outline-1:not(:disabled):not(.disabled):active, .btn-outline-1:not(:disabled):not(.disabled).active, .show > .btn-outline-1.dropdown-toggle {
  color: #ffffff;
  background-color: #004da0;
  border-color: #004da0;
}
.btn-outline-1:not(:disabled):not(.disabled):active:focus, .btn-outline-1:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-1.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(0, 77, 160, 0.5);
}

.btn-outline-2 {
  color: #00a6eb;
  border-color: #00a6eb;
}
.btn-outline-2:hover {
  color: #ffffff;
  background-color: #00a6eb;
  border-color: #00a6eb;
}
.btn-outline-2:focus, .btn-outline-2.focus {
  box-shadow: 0 0 0 0 rgba(0, 166, 235, 0.5);
}
.btn-outline-2.disabled, .btn-outline-2:disabled {
  color: #00a6eb;
  background-color: transparent;
}
.btn-outline-2:not(:disabled):not(.disabled):active, .btn-outline-2:not(:disabled):not(.disabled).active, .show > .btn-outline-2.dropdown-toggle {
  color: #ffffff;
  background-color: #00a6eb;
  border-color: #00a6eb;
}
.btn-outline-2:not(:disabled):not(.disabled):active:focus, .btn-outline-2:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-2.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(0, 166, 235, 0.5);
}

.btn-outline-3 {
  color: #6b1d7c;
  border-color: #6b1d7c;
}
.btn-outline-3:hover {
  color: #ffffff;
  background-color: #6b1d7c;
  border-color: #6b1d7c;
}
.btn-outline-3:focus, .btn-outline-3.focus {
  box-shadow: 0 0 0 0 rgba(107, 29, 124, 0.5);
}
.btn-outline-3.disabled, .btn-outline-3:disabled {
  color: #6b1d7c;
  background-color: transparent;
}
.btn-outline-3:not(:disabled):not(.disabled):active, .btn-outline-3:not(:disabled):not(.disabled).active, .show > .btn-outline-3.dropdown-toggle {
  color: #ffffff;
  background-color: #6b1d7c;
  border-color: #6b1d7c;
}
.btn-outline-3:not(:disabled):not(.disabled):active:focus, .btn-outline-3:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-3.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(107, 29, 124, 0.5);
}

.btn-outline-4 {
  color: #b70064;
  border-color: #b70064;
}
.btn-outline-4:hover {
  color: #ffffff;
  background-color: #b70064;
  border-color: #b70064;
}
.btn-outline-4:focus, .btn-outline-4.focus {
  box-shadow: 0 0 0 0 rgba(183, 0, 100, 0.5);
}
.btn-outline-4.disabled, .btn-outline-4:disabled {
  color: #b70064;
  background-color: transparent;
}
.btn-outline-4:not(:disabled):not(.disabled):active, .btn-outline-4:not(:disabled):not(.disabled).active, .show > .btn-outline-4.dropdown-toggle {
  color: #ffffff;
  background-color: #b70064;
  border-color: #b70064;
}
.btn-outline-4:not(:disabled):not(.disabled):active:focus, .btn-outline-4:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-4.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(183, 0, 100, 0.5);
}

.btn-outline-5 {
  color: #007c96;
  border-color: #007c96;
}
.btn-outline-5:hover {
  color: #ffffff;
  background-color: #007c96;
  border-color: #007c96;
}
.btn-outline-5:focus, .btn-outline-5.focus {
  box-shadow: 0 0 0 0 rgba(0, 124, 150, 0.5);
}
.btn-outline-5.disabled, .btn-outline-5:disabled {
  color: #007c96;
  background-color: transparent;
}
.btn-outline-5:not(:disabled):not(.disabled):active, .btn-outline-5:not(:disabled):not(.disabled).active, .show > .btn-outline-5.dropdown-toggle {
  color: #ffffff;
  background-color: #007c96;
  border-color: #007c96;
}
.btn-outline-5:not(:disabled):not(.disabled):active:focus, .btn-outline-5:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-5.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(0, 124, 150, 0.5);
}

.btn-outline-6 {
  color: #7eb61c;
  border-color: #7eb61c;
}
.btn-outline-6:hover {
  color: #ffffff;
  background-color: #7eb61c;
  border-color: #7eb61c;
}
.btn-outline-6:focus, .btn-outline-6.focus {
  box-shadow: 0 0 0 0 rgba(126, 182, 28, 0.5);
}
.btn-outline-6.disabled, .btn-outline-6:disabled {
  color: #7eb61c;
  background-color: transparent;
}
.btn-outline-6:not(:disabled):not(.disabled):active, .btn-outline-6:not(:disabled):not(.disabled).active, .show > .btn-outline-6.dropdown-toggle {
  color: #ffffff;
  background-color: #7eb61c;
  border-color: #7eb61c;
}
.btn-outline-6:not(:disabled):not(.disabled):active:focus, .btn-outline-6:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-6.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(126, 182, 28, 0.5);
}

.btn-outline-7 {
  color: #f49d00;
  border-color: #f49d00;
}
.btn-outline-7:hover {
  color: #52565a;
  background-color: #f49d00;
  border-color: #f49d00;
}
.btn-outline-7:focus, .btn-outline-7.focus {
  box-shadow: 0 0 0 0 rgba(244, 157, 0, 0.5);
}
.btn-outline-7.disabled, .btn-outline-7:disabled {
  color: #f49d00;
  background-color: transparent;
}
.btn-outline-7:not(:disabled):not(.disabled):active, .btn-outline-7:not(:disabled):not(.disabled).active, .show > .btn-outline-7.dropdown-toggle {
  color: #52565a;
  background-color: #f49d00;
  border-color: #f49d00;
}
.btn-outline-7:not(:disabled):not(.disabled):active:focus, .btn-outline-7:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-7.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(244, 157, 0, 0.5);
}

.btn-outline-8 {
  color: #c49f64;
  border-color: #c49f64;
}
.btn-outline-8:hover {
  color: #52565a;
  background-color: #c49f64;
  border-color: #c49f64;
}
.btn-outline-8:focus, .btn-outline-8.focus {
  box-shadow: 0 0 0 0 rgba(196, 159, 100, 0.5);
}
.btn-outline-8.disabled, .btn-outline-8:disabled {
  color: #c49f64;
  background-color: transparent;
}
.btn-outline-8:not(:disabled):not(.disabled):active, .btn-outline-8:not(:disabled):not(.disabled).active, .show > .btn-outline-8.dropdown-toggle {
  color: #52565a;
  background-color: #c49f64;
  border-color: #c49f64;
}
.btn-outline-8:not(:disabled):not(.disabled):active:focus, .btn-outline-8:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-8.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(196, 159, 100, 0.5);
}

.btn-outline-9 {
  color: #bec4c7;
  border-color: #bec4c7;
}
.btn-outline-9:hover {
  color: #52565a;
  background-color: #bec4c7;
  border-color: #bec4c7;
}
.btn-outline-9:focus, .btn-outline-9.focus {
  box-shadow: 0 0 0 0 rgba(190, 196, 199, 0.5);
}
.btn-outline-9.disabled, .btn-outline-9:disabled {
  color: #bec4c7;
  background-color: transparent;
}
.btn-outline-9:not(:disabled):not(.disabled):active, .btn-outline-9:not(:disabled):not(.disabled).active, .show > .btn-outline-9.dropdown-toggle {
  color: #52565a;
  background-color: #bec4c7;
  border-color: #bec4c7;
}
.btn-outline-9:not(:disabled):not(.disabled):active:focus, .btn-outline-9:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-9.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(190, 196, 199, 0.5);
}

.btn-outline-10 {
  color: #ffffff;
  border-color: #ffffff;
}
.btn-outline-10:hover {
  color: #52565a;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-outline-10:focus, .btn-outline-10.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.btn-outline-10.disabled, .btn-outline-10:disabled {
  color: #ffffff;
  background-color: transparent;
}
.btn-outline-10:not(:disabled):not(.disabled):active, .btn-outline-10:not(:disabled):not(.disabled).active, .show > .btn-outline-10.dropdown-toggle {
  color: #52565a;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-outline-10:not(:disabled):not(.disabled):active:focus, .btn-outline-10:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-10.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}

.btn-outline-default {
  color: #007c96;
  border-color: #007c96;
}
.btn-outline-default:hover {
  color: #ffffff;
  background-color: #007c96;
  border-color: #007c96;
}
.btn-outline-default:focus, .btn-outline-default.focus {
  box-shadow: 0 0 0 0 rgba(0, 124, 150, 0.5);
}
.btn-outline-default.disabled, .btn-outline-default:disabled {
  color: #007c96;
  background-color: transparent;
}
.btn-outline-default:not(:disabled):not(.disabled):active, .btn-outline-default:not(:disabled):not(.disabled).active, .show > .btn-outline-default.dropdown-toggle {
  color: #ffffff;
  background-color: #007c96;
  border-color: #007c96;
}
.btn-outline-default:not(:disabled):not(.disabled):active:focus, .btn-outline-default:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-default.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(0, 124, 150, 0.5);
}

.btn-outline-violet {
  color: #6b1d7c;
  border-color: #6b1d7c;
}
.btn-outline-violet:hover {
  color: #ffffff;
  background-color: #6b1d7c;
  border-color: #6b1d7c;
}
.btn-outline-violet:focus, .btn-outline-violet.focus {
  box-shadow: 0 0 0 0 rgba(107, 29, 124, 0.5);
}
.btn-outline-violet.disabled, .btn-outline-violet:disabled {
  color: #6b1d7c;
  background-color: transparent;
}
.btn-outline-violet:not(:disabled):not(.disabled):active, .btn-outline-violet:not(:disabled):not(.disabled).active, .show > .btn-outline-violet.dropdown-toggle {
  color: #ffffff;
  background-color: #6b1d7c;
  border-color: #6b1d7c;
}
.btn-outline-violet:not(:disabled):not(.disabled):active:focus, .btn-outline-violet:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-violet.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(107, 29, 124, 0.5);
}

.btn-outline-magenta {
  color: #b70064;
  border-color: #b70064;
}
.btn-outline-magenta:hover {
  color: #ffffff;
  background-color: #b70064;
  border-color: #b70064;
}
.btn-outline-magenta:focus, .btn-outline-magenta.focus {
  box-shadow: 0 0 0 0 rgba(183, 0, 100, 0.5);
}
.btn-outline-magenta.disabled, .btn-outline-magenta:disabled {
  color: #b70064;
  background-color: transparent;
}
.btn-outline-magenta:not(:disabled):not(.disabled):active, .btn-outline-magenta:not(:disabled):not(.disabled).active, .show > .btn-outline-magenta.dropdown-toggle {
  color: #ffffff;
  background-color: #b70064;
  border-color: #b70064;
}
.btn-outline-magenta:not(:disabled):not(.disabled):active:focus, .btn-outline-magenta:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-magenta.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(183, 0, 100, 0.5);
}

.btn-outline-petrol {
  color: #007c96;
  border-color: #007c96;
}
.btn-outline-petrol:hover {
  color: #ffffff;
  background-color: #007c96;
  border-color: #007c96;
}
.btn-outline-petrol:focus, .btn-outline-petrol.focus {
  box-shadow: 0 0 0 0 rgba(0, 124, 150, 0.5);
}
.btn-outline-petrol.disabled, .btn-outline-petrol:disabled {
  color: #007c96;
  background-color: transparent;
}
.btn-outline-petrol:not(:disabled):not(.disabled):active, .btn-outline-petrol:not(:disabled):not(.disabled).active, .show > .btn-outline-petrol.dropdown-toggle {
  color: #ffffff;
  background-color: #007c96;
  border-color: #007c96;
}
.btn-outline-petrol:not(:disabled):not(.disabled):active:focus, .btn-outline-petrol:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-petrol.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(0, 124, 150, 0.5);
}

.btn-outline-green {
  color: #7eb61c;
  border-color: #7eb61c;
}
.btn-outline-green:hover {
  color: #ffffff;
  background-color: #7eb61c;
  border-color: #7eb61c;
}
.btn-outline-green:focus, .btn-outline-green.focus {
  box-shadow: 0 0 0 0 rgba(126, 182, 28, 0.5);
}
.btn-outline-green.disabled, .btn-outline-green:disabled {
  color: #7eb61c;
  background-color: transparent;
}
.btn-outline-green:not(:disabled):not(.disabled):active, .btn-outline-green:not(:disabled):not(.disabled).active, .show > .btn-outline-green.dropdown-toggle {
  color: #ffffff;
  background-color: #7eb61c;
  border-color: #7eb61c;
}
.btn-outline-green:not(:disabled):not(.disabled):active:focus, .btn-outline-green:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(126, 182, 28, 0.5);
}

.btn-outline-orange {
  color: #f49d00;
  border-color: #f49d00;
}
.btn-outline-orange:hover {
  color: #52565a;
  background-color: #f49d00;
  border-color: #f49d00;
}
.btn-outline-orange:focus, .btn-outline-orange.focus {
  box-shadow: 0 0 0 0 rgba(244, 157, 0, 0.5);
}
.btn-outline-orange.disabled, .btn-outline-orange:disabled {
  color: #f49d00;
  background-color: transparent;
}
.btn-outline-orange:not(:disabled):not(.disabled):active, .btn-outline-orange:not(:disabled):not(.disabled).active, .show > .btn-outline-orange.dropdown-toggle {
  color: #52565a;
  background-color: #f49d00;
  border-color: #f49d00;
}
.btn-outline-orange:not(:disabled):not(.disabled):active:focus, .btn-outline-orange:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(244, 157, 0, 0.5);
}

.btn-outline-gold {
  color: #c49f64;
  border-color: #c49f64;
}
.btn-outline-gold:hover {
  color: #52565a;
  background-color: #c49f64;
  border-color: #c49f64;
}
.btn-outline-gold:focus, .btn-outline-gold.focus {
  box-shadow: 0 0 0 0 rgba(196, 159, 100, 0.5);
}
.btn-outline-gold.disabled, .btn-outline-gold:disabled {
  color: #c49f64;
  background-color: transparent;
}
.btn-outline-gold:not(:disabled):not(.disabled):active, .btn-outline-gold:not(:disabled):not(.disabled).active, .show > .btn-outline-gold.dropdown-toggle {
  color: #52565a;
  background-color: #c49f64;
  border-color: #c49f64;
}
.btn-outline-gold:not(:disabled):not(.disabled):active:focus, .btn-outline-gold:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gold.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(196, 159, 100, 0.5);
}

.btn-outline-silver {
  color: #bec4c7;
  border-color: #bec4c7;
}
.btn-outline-silver:hover {
  color: #52565a;
  background-color: #bec4c7;
  border-color: #bec4c7;
}
.btn-outline-silver:focus, .btn-outline-silver.focus {
  box-shadow: 0 0 0 0 rgba(190, 196, 199, 0.5);
}
.btn-outline-silver.disabled, .btn-outline-silver:disabled {
  color: #bec4c7;
  background-color: transparent;
}
.btn-outline-silver:not(:disabled):not(.disabled):active, .btn-outline-silver:not(:disabled):not(.disabled).active, .show > .btn-outline-silver.dropdown-toggle {
  color: #52565a;
  background-color: #bec4c7;
  border-color: #bec4c7;
}
.btn-outline-silver:not(:disabled):not(.disabled):active:focus, .btn-outline-silver:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-silver.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(190, 196, 199, 0.5);
}

.btn-outline-white {
  color: #ffffff;
  border-color: #ffffff;
}
.btn-outline-white:hover {
  color: #52565a;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-outline-white:focus, .btn-outline-white.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.btn-outline-white.disabled, .btn-outline-white:disabled {
  color: #ffffff;
  background-color: transparent;
}
.btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active, .show > .btn-outline-white.dropdown-toggle {
  color: #52565a;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #00a6eb;
  text-decoration: none;
}
.btn-link:hover {
  color: #7e8890;
  text-decoration: none;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: none;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #a8aaac;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.53125rem 1.1875rem;
  font-size: 1.125rem;
  line-height: 1.4285714286;
  border-radius: 0;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.53125rem 1.1875rem;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  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%;
}

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

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

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

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #333333;
  text-align: left;
  list-style: none;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #bec4c7;
  border-radius: 0;
}

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

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

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 720px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1024px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1280px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 7.5px 0;
  overflow: hidden;
  border-top: 1px solid #bec4c7;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #f5f5f5;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #00a6eb;
  text-decoration: none;
  background-color: transparent;
}
.dropdown-item.active, .dropdown-item:active {
  color: #00a6eb;
  text-decoration: none;
  background-color: transparent;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #a8aaac;
  pointer-events: none;
  background-color: transparent;
}

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

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

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

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.890625rem;
  padding-left: 0.890625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

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

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

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.53125rem 1.1875rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4285714286;
  color: #333333;
  text-align: center;
  white-space: nowrap;
  background-color: #a8aaac;
  border: 1px solid rgba(51, 51, 51, 0.3);
  border-radius: 0;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(2.75rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.53125rem 1.1875rem;
  font-size: 1.125rem;
  line-height: 1.4285714286;
  border-radius: 0;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(2.375rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.53125rem 1.1875rem;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  border-radius: 0;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 2.1875rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

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

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: transparent;
  border-color: transparent;
  background-color: transparent;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #007c96;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #ffffff;
  background-color: transparent;
  border-color: transparent;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #a8aaac;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #a8aaac;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0rem;
  left: -2rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  pointer-events: none;
  content: "";
  background-color: transparent;
  border: #a8aaac solid 0;
}
.custom-control-label::after {
  position: absolute;
  top: 0rem;
  left: -2rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  background: no-repeat 50%/100% 100%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("../images/checkbox-checked.svg");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007c96;
  background-color: #007c96;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("../images/checkbox.svg");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: transparent;
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: transparent;
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("../images/radio-marked.svg");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: transparent;
}

.custom-switch {
  padding-left: 3.125rem;
}
.custom-switch .custom-control-label::before {
  left: -3.125rem;
  width: 2.625rem;
  pointer-events: all;
  border-radius: 0.75rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0rem + 0);
  left: calc(-3.125rem + 0);
  width: calc(1.5rem - 0);
  height: calc(1.5rem - 0);
  background-color: #a8aaac;
  border-radius: 0.75rem;
  transition: transform 0.15s ease-in-out, none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: transparent;
  transform: translateX(1.125rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: transparent;
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 2.1875rem 0.375rem 1.1875rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.4285714286;
  color: #333333;
  vertical-align: middle;
  background: url("../images/logo/select-arrow.png") no-repeat right center;
  background-color: transparent;
  border: 1px solid rgba(51, 51, 51, 0.3);
  border-radius: 0;
  appearance: none;
}
.custom-select:focus {
  border-color: #007c96;
  outline: 0;
  box-shadow: none;
}
.custom-select:focus::-ms-value {
  color: #333333;
  background-color: transparent;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 1.1875rem;
  background-image: none;
}
.custom-select:disabled {
  color: #a8aaac;
  background-color: #a8aaac;
}
.custom-select::-ms-expand {
  display: none;
}

.custom-select-sm {
  height: calc(2.375rem + 2px);
  padding-top: 0.53125rem;
  padding-bottom: 0.53125rem;
  padding-left: 1.1875rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(2.75rem + 2px);
  padding-top: 0.53125rem;
  padding-bottom: 0.53125rem;
  padding-left: 1.1875rem;
  font-size: 1.125rem;
}

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #007c96;
  box-shadow: none;
}
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #a8aaac;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.53125rem 1.1875rem;
  font-weight: 400;
  line-height: 1.4285714286;
  color: #007c96;
  background-color: transparent;
  border: 1px solid #007c96;
  border-radius: 0;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 2.25rem;
  padding: 0.53125rem 1.1875rem;
  line-height: 1.4285714286;
  color: #007c96;
  content: "Browse";
  background-color: #a8aaac;
  border-left: inherit;
  border-radius: 0 0 0 0;
}

.custom-range {
  width: 100%;
  height: calc(1rem + 0);
  padding: 0;
  background-color: transparent;
  appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #f5f5f5, none;
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #f5f5f5, none;
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #f5f5f5, none;
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007c96;
  border: 0;
  border-radius: 1rem;
  transition: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #4ae0ff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #a8aaac;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007c96;
  border: 0;
  border-radius: 1rem;
  transition: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #4ae0ff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #a8aaac;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  background-color: #007c96;
  border: 0;
  border-radius: 1rem;
  transition: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #4ae0ff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #a8aaac;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #a8aaac;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #a8aaac;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #a8aaac;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #a8aaac;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}

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

.nav-link {
  display: block;
  padding: 0.5rem 1.25rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #a8aaac;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 5px solid #007c96;
}
.nav-tabs .nav-item {
  margin-bottom: -5px;
}
.nav-tabs .nav-link {
  border: 5px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #ffffff;
}
.nav-tabs .nav-link.disabled {
  color: #a8aaac;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.nav-tabs .dropdown-menu {
  margin-top: -5px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 15px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #007c96;
}

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

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0;
}
.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;
  padding-bottom: 0;
  margin-right: 0;
  font-size: 1.125rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

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

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

.navbar-toggler {
  padding: 0.25rem 0.6125rem;
  font-size: 1.5rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
}
@media (max-width: 1200px) {
  .navbar-toggler {
    font-size: calc(1.275rem + 0.3vw);
  }
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

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

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }
  .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: 719.98px) {
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 720px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }
  .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: 1023.98px) {
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1024px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }
  .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: 1279.98px) {
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1280px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }
  .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 {
  padding-right: 0;
  padding-left: 0;
}
.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: #004da0;
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: #004da0;
}
.navbar-light .navbar-nav .nav-link {
  color: #004da0;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: #004da0;
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(51, 51, 51, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: #004da0;
}
.navbar-light .navbar-toggler {
  color: #004da0;
  border-color: transparent;
}
.navbar-light .navbar-toggler-icon {
  background-image: #004da0;
}
.navbar-light .navbar-text {
  color: #004da0;
}
.navbar-light .navbar-text a {
  color: #004da0;
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: #004da0;
}

.navbar-dark .navbar-brand {
  color: #ffffff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #ffffff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #ffffff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg 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: #ffffff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #ffffff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #f5f5f5;
  background-clip: border-box;
  border: 1px solid #bec4c7;
  border-radius: 0;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: 0.9375rem;
}

.card-title {
  margin-bottom: 0.9375rem;
}

.card-subtitle {
  margin-top: -0.46875rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 0.9375rem;
}

.card-header {
  padding: 0.9375rem 0.9375rem;
  margin-bottom: 0;
  color: inherit;
  background-color: #f5f5f5;
  border-bottom: 1px solid #bec4c7;
}
.card-header:first-child {
  border-radius: calc(0 - 1px) calc(0 - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.9375rem 0.9375rem;
  background-color: #f5f5f5;
  border-top: 1px solid #bec4c7;
}
.card-footer:last-child {
  border-radius: 0 0 calc(0 - 1px) calc(0 - 1px);
}

.card-header-tabs {
  margin-right: -0.46875rem;
  margin-bottom: -0.9375rem;
  margin-left: -0.46875rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.46875rem;
  margin-left: -0.46875rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0 - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0 - 1px);
  border-top-right-radius: calc(0 - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0 - 1px);
  border-bottom-left-radius: calc(0 - 1px);
}

.card-deck {
  display: flex;
  flex-direction: column;
}
.card-deck .card {
  margin-bottom: 5px;
}
@media (min-width: 576px) {
  .card-deck {
    flex-flow: row wrap;
    margin-right: -5px;
    margin-left: -5px;
  }
  .card-deck .card {
    display: flex;
    flex: 1 0 0%;
    flex-direction: column;
    margin-right: 5px;
    margin-bottom: 0;
    margin-left: 5px;
  }
}

.card-group {
  display: flex;
  flex-direction: column;
}
.card-group > .card {
  margin-bottom: 5px;
}
@media (min-width: 576px) {
  .card-group {
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.9375rem;
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card .card-header {
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 1.25rem 0;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 5px;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 5px;
  color: #007c96;
  content: "b";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #333333;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 5px;
  margin-left: 0;
  line-height: 1.25;
  color: #007c96;
  background-color: #f5f5f5;
  border: 0 solid #f5f5f5;
}
.page-link:hover {
  z-index: 2;
  color: #333333;
  text-decoration: none;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: none;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.page-item.active .page-link {
  z-index: 1;
  color: #333333;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.page-item.disabled .page-link {
  color: #a8aaac;
  pointer-events: none;
  cursor: auto;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}

.pagination-lg .page-link {
  padding: 0.75rem 5px;
  font-size: 1.125rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pagination-sm .page-link {
  padding: 0.25rem 5px;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.badge {
  display: inline-block;
  padding: 6px 15px;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 15px;
}

.badge-primary {
  color: #ffffff;
  background-color: #004da0;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #ffffff;
  background-color: #00346d;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(0, 77, 160, 0.5);
}

.badge-secondary {
  color: #ffffff;
  background-color: #00a6eb;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #ffffff;
  background-color: #0082b8;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(0, 166, 235, 0.5);
}

.badge-success {
  color: #ffffff;
  background-color: #7eb61c;
}
a.badge-success:hover, a.badge-success:focus {
  color: #ffffff;
  background-color: #5f8a15;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(126, 182, 28, 0.5);
}

.badge-info {
  color: #ffffff;
  background-color: #00a6eb;
}
a.badge-info:hover, a.badge-info:focus {
  color: #ffffff;
  background-color: #0082b8;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(0, 166, 235, 0.5);
}

.badge-warning {
  color: #52565a;
  background-color: #f49d00;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #52565a;
  background-color: #c17c00;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(244, 157, 0, 0.5);
}

.badge-danger {
  color: #ffffff;
  background-color: #d0021b;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #ffffff;
  background-color: #9d0214;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(208, 2, 27, 0.5);
}

.badge-light {
  color: #52565a;
  background-color: #f5f5f5;
}
a.badge-light:hover, a.badge-light:focus {
  color: #52565a;
  background-color: gainsboro;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(245, 245, 245, 0.5);
}

.badge-dark {
  color: #ffffff;
  background-color: #52565a;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #ffffff;
  background-color: #3a3d3f;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(82, 86, 90, 0.5);
}

.badge-0 {
  color: #ffffff;
  background-color: #007c96;
}
a.badge-0:hover, a.badge-0:focus {
  color: #ffffff;
  background-color: #005263;
}
a.badge-0:focus, a.badge-0.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(0, 124, 150, 0.5);
}

.badge-1 {
  color: #ffffff;
  background-color: #004da0;
}
a.badge-1:hover, a.badge-1:focus {
  color: #ffffff;
  background-color: #00346d;
}
a.badge-1:focus, a.badge-1.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(0, 77, 160, 0.5);
}

.badge-2 {
  color: #ffffff;
  background-color: #00a6eb;
}
a.badge-2:hover, a.badge-2:focus {
  color: #ffffff;
  background-color: #0082b8;
}
a.badge-2:focus, a.badge-2.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(0, 166, 235, 0.5);
}

.badge-3 {
  color: #ffffff;
  background-color: #6b1d7c;
}
a.badge-3:hover, a.badge-3:focus {
  color: #ffffff;
  background-color: #471353;
}
a.badge-3:focus, a.badge-3.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(107, 29, 124, 0.5);
}

.badge-4 {
  color: #ffffff;
  background-color: #b70064;
}
a.badge-4:hover, a.badge-4:focus {
  color: #ffffff;
  background-color: #840048;
}
a.badge-4:focus, a.badge-4.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(183, 0, 100, 0.5);
}

.badge-5 {
  color: #ffffff;
  background-color: #007c96;
}
a.badge-5:hover, a.badge-5:focus {
  color: #ffffff;
  background-color: #005263;
}
a.badge-5:focus, a.badge-5.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(0, 124, 150, 0.5);
}

.badge-6 {
  color: #ffffff;
  background-color: #7eb61c;
}
a.badge-6:hover, a.badge-6:focus {
  color: #ffffff;
  background-color: #5f8a15;
}
a.badge-6:focus, a.badge-6.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(126, 182, 28, 0.5);
}

.badge-7 {
  color: #52565a;
  background-color: #f49d00;
}
a.badge-7:hover, a.badge-7:focus {
  color: #52565a;
  background-color: #c17c00;
}
a.badge-7:focus, a.badge-7.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(244, 157, 0, 0.5);
}

.badge-8 {
  color: #52565a;
  background-color: #c49f64;
}
a.badge-8:hover, a.badge-8:focus {
  color: #52565a;
  background-color: #b18744;
}
a.badge-8:focus, a.badge-8.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(196, 159, 100, 0.5);
}

.badge-9 {
  color: #52565a;
  background-color: #bec4c7;
}
a.badge-9:hover, a.badge-9:focus {
  color: #52565a;
  background-color: #a3abaf;
}
a.badge-9:focus, a.badge-9.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(190, 196, 199, 0.5);
}

.badge-10 {
  color: #52565a;
  background-color: #ffffff;
}
a.badge-10:hover, a.badge-10:focus {
  color: #52565a;
  background-color: #e6e6e6;
}
a.badge-10:focus, a.badge-10.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}

.badge-default {
  color: #ffffff;
  background-color: #007c96;
}
a.badge-default:hover, a.badge-default:focus {
  color: #ffffff;
  background-color: #005263;
}
a.badge-default:focus, a.badge-default.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(0, 124, 150, 0.5);
}

.badge-violet {
  color: #ffffff;
  background-color: #6b1d7c;
}
a.badge-violet:hover, a.badge-violet:focus {
  color: #ffffff;
  background-color: #471353;
}
a.badge-violet:focus, a.badge-violet.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(107, 29, 124, 0.5);
}

.badge-magenta {
  color: #ffffff;
  background-color: #b70064;
}
a.badge-magenta:hover, a.badge-magenta:focus {
  color: #ffffff;
  background-color: #840048;
}
a.badge-magenta:focus, a.badge-magenta.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(183, 0, 100, 0.5);
}

.badge-petrol {
  color: #ffffff;
  background-color: #007c96;
}
a.badge-petrol:hover, a.badge-petrol:focus {
  color: #ffffff;
  background-color: #005263;
}
a.badge-petrol:focus, a.badge-petrol.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(0, 124, 150, 0.5);
}

.badge-green {
  color: #ffffff;
  background-color: #7eb61c;
}
a.badge-green:hover, a.badge-green:focus {
  color: #ffffff;
  background-color: #5f8a15;
}
a.badge-green:focus, a.badge-green.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(126, 182, 28, 0.5);
}

.badge-orange {
  color: #52565a;
  background-color: #f49d00;
}
a.badge-orange:hover, a.badge-orange:focus {
  color: #52565a;
  background-color: #c17c00;
}
a.badge-orange:focus, a.badge-orange.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(244, 157, 0, 0.5);
}

.badge-gold {
  color: #52565a;
  background-color: #c49f64;
}
a.badge-gold:hover, a.badge-gold:focus {
  color: #52565a;
  background-color: #b18744;
}
a.badge-gold:focus, a.badge-gold.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(196, 159, 100, 0.5);
}

.badge-silver {
  color: #52565a;
  background-color: #bec4c7;
}
a.badge-silver:hover, a.badge-silver:focus {
  color: #52565a;
  background-color: #a3abaf;
}
a.badge-silver:focus, a.badge-silver.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(190, 196, 199, 0.5);
}

.badge-white {
  color: #52565a;
  background-color: #ffffff;
}
a.badge-white:hover, a.badge-white:focus {
  color: #52565a;
  background-color: #e6e6e6;
}
a.badge-white:focus, a.badge-white.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #f5f5f5;
  border-radius: 0;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

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

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  color: #18416c;
  background-color: #ccdbec;
  border-color: #b8cde4;
}
.alert-primary hr {
  border-top-color: #a6c0dd;
}
.alert-primary .alert-link {
  color: #0f2842;
}

.alert-secondary {
  color: #186f93;
  background-color: #ccedfb;
  border-color: #b8e6f9;
}
.alert-secondary hr {
  border-top-color: #a0def7;
}
.alert-secondary .alert-link {
  color: #114e67;
}

.alert-success {
  color: #5a7727;
  background-color: #e5f0d2;
  border-color: #dbebbf;
}
.alert-success hr {
  border-top-color: #d0e5ac;
}
.alert-success .alert-link {
  color: #3d511a;
}

.alert-info {
  color: #186f93;
  background-color: #ccedfb;
  border-color: #b8e6f9;
}
.alert-info hr {
  border-top-color: #a0def7;
}
.alert-info .alert-link {
  color: #114e67;
}

.alert-warning {
  color: #976a18;
  background-color: #fdebcc;
  border-color: #fce4b8;
}
.alert-warning hr {
  border-top-color: #fbdba0;
}
.alert-warning .alert-link {
  color: #6b4b11;
}

.alert-danger {
  color: #851a27;
  background-color: #f6ccd1;
  border-color: #f2b8bf;
}
.alert-danger hr {
  border-top-color: #eea2ac;
}
.alert-danger .alert-link {
  color: #5a121a;
}

.alert-light {
  color: #989898;
  background-color: #fdfdfd;
  border-color: #fcfcfc;
}
.alert-light hr {
  border-top-color: #efefef;
}
.alert-light .alert-link {
  color: #7f7f7f;
}

.alert-dark {
  color: #434547;
  background-color: #dcddde;
  border-color: #cfd0d1;
}
.alert-dark hr {
  border-top-color: #c2c3c5;
}
.alert-dark .alert-link {
  color: #2a2c2d;
}

.alert-0 {
  color: #185966;
  background-color: #cce5ea;
  border-color: #b8dae2;
}
.alert-0 hr {
  border-top-color: #a6d1db;
}
.alert-0 .alert-link {
  color: #0e353d;
}

.alert-1 {
  color: #18416c;
  background-color: #ccdbec;
  border-color: #b8cde4;
}
.alert-1 hr {
  border-top-color: #a6c0dd;
}
.alert-1 .alert-link {
  color: #0f2842;
}

.alert-2 {
  color: #186f93;
  background-color: #ccedfb;
  border-color: #b8e6f9;
}
.alert-2 hr {
  border-top-color: #a0def7;
}
.alert-2 .alert-link {
  color: #114e67;
}

.alert-3 {
  color: #502859;
  background-color: #e1d2e5;
  border-color: #d6c0da;
}
.alert-3 hr {
  border-top-color: #ccb0d1;
}
.alert-3 .alert-link {
  color: #301836;
}

.alert-4 {
  color: #78184c;
  background-color: #f1cce0;
  border-color: #ebb8d4;
}
.alert-4 hr {
  border-top-color: #e5a4c8;
}
.alert-4 .alert-link {
  color: #4e1031;
}

.alert-5 {
  color: #185966;
  background-color: #cce5ea;
  border-color: #b8dae2;
}
.alert-5 hr {
  border-top-color: #a6d1db;
}
.alert-5 .alert-link {
  color: #0e353d;
}

.alert-6 {
  color: #5a7727;
  background-color: #e5f0d2;
  border-color: #dbebbf;
}
.alert-6 hr {
  border-top-color: #d0e5ac;
}
.alert-6 .alert-link {
  color: #3d511a;
}

.alert-7 {
  color: #976a18;
  background-color: #fdebcc;
  border-color: #fce4b8;
}
.alert-7 hr {
  border-top-color: #fbdba0;
}
.alert-7 .alert-link {
  color: #6b4b11;
}

.alert-8 {
  color: #7e6b4c;
  background-color: #f3ece0;
  border-color: #eee4d4;
}
.alert-8 hr {
  border-top-color: #e7d9c2;
}
.alert-8 .alert-link {
  color: #5e5039;
}

.alert-9 {
  color: #7b7e80;
  background-color: #f2f3f4;
  border-color: #edeeef;
}
.alert-9 hr {
  border-top-color: #e0e1e3;
}
.alert-9 .alert-link {
  color: #626466;
}

.alert-10 {
  color: #9d9d9d;
  background-color: white;
  border-color: white;
}
.alert-10 hr {
  border-top-color: #f2f2f2;
}
.alert-10 .alert-link {
  color: #848484;
}

.alert-default {
  color: #185966;
  background-color: #cce5ea;
  border-color: #b8dae2;
}
.alert-default hr {
  border-top-color: #a6d1db;
}
.alert-default .alert-link {
  color: #0e353d;
}

.alert-violet {
  color: #502859;
  background-color: #e1d2e5;
  border-color: #d6c0da;
}
.alert-violet hr {
  border-top-color: #ccb0d1;
}
.alert-violet .alert-link {
  color: #301836;
}

.alert-magenta {
  color: #78184c;
  background-color: #f1cce0;
  border-color: #ebb8d4;
}
.alert-magenta hr {
  border-top-color: #e5a4c8;
}
.alert-magenta .alert-link {
  color: #4e1031;
}

.alert-petrol {
  color: #185966;
  background-color: #cce5ea;
  border-color: #b8dae2;
}
.alert-petrol hr {
  border-top-color: #a6d1db;
}
.alert-petrol .alert-link {
  color: #0e353d;
}

.alert-green {
  color: #5a7727;
  background-color: #e5f0d2;
  border-color: #dbebbf;
}
.alert-green hr {
  border-top-color: #d0e5ac;
}
.alert-green .alert-link {
  color: #3d511a;
}

.alert-orange {
  color: #976a18;
  background-color: #fdebcc;
  border-color: #fce4b8;
}
.alert-orange hr {
  border-top-color: #fbdba0;
}
.alert-orange .alert-link {
  color: #6b4b11;
}

.alert-gold {
  color: #7e6b4c;
  background-color: #f3ece0;
  border-color: #eee4d4;
}
.alert-gold hr {
  border-top-color: #e7d9c2;
}
.alert-gold .alert-link {
  color: #5e5039;
}

.alert-silver {
  color: #7b7e80;
  background-color: #f2f3f4;
  border-color: #edeeef;
}
.alert-silver hr {
  border-top-color: #e0e1e3;
}
.alert-silver .alert-link {
  color: #626466;
}

.alert-white {
  color: #9d9d9d;
  background-color: white;
  border-color: white;
}
.alert-white hr {
  border-top-color: #f2f2f2;
}
.alert-white .alert-link {
  color: #848484;
}

@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: #a8aaac;
  border-radius: 0;
}

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

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

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

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

.list-group-item-action {
  width: 100%;
  color: #a8aaac;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #a8aaac;
  text-decoration: none;
  background-color: #ffffff;
}
.list-group-item-action:active {
  color: #333333;
  background-color: #a8aaac;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #bec4c7;
}
.list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #a8aaac;
  pointer-events: none;
  background-color: #ffffff;
}
.list-group-item.active {
  z-index: 2;
  color: #00a6eb;
  background-color: #ffffff;
  border-color: #bec4c7;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}
.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
}
.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 720px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1024px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1280px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.list-group-item-primary {
  color: #18416c;
  background-color: #b8cde4;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #18416c;
  background-color: #a6c0dd;
}
.list-group-item-primary.list-group-item-action.active {
  color: #ffffff;
  background-color: #18416c;
  border-color: #18416c;
}

.list-group-item-secondary {
  color: #186f93;
  background-color: #b8e6f9;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #186f93;
  background-color: #a0def7;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #ffffff;
  background-color: #186f93;
  border-color: #186f93;
}

.list-group-item-success {
  color: #5a7727;
  background-color: #dbebbf;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #5a7727;
  background-color: #d0e5ac;
}
.list-group-item-success.list-group-item-action.active {
  color: #ffffff;
  background-color: #5a7727;
  border-color: #5a7727;
}

.list-group-item-info {
  color: #186f93;
  background-color: #b8e6f9;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #186f93;
  background-color: #a0def7;
}
.list-group-item-info.list-group-item-action.active {
  color: #ffffff;
  background-color: #186f93;
  border-color: #186f93;
}

.list-group-item-warning {
  color: #976a18;
  background-color: #fce4b8;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #976a18;
  background-color: #fbdba0;
}
.list-group-item-warning.list-group-item-action.active {
  color: #ffffff;
  background-color: #976a18;
  border-color: #976a18;
}

.list-group-item-danger {
  color: #851a27;
  background-color: #f2b8bf;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #851a27;
  background-color: #eea2ac;
}
.list-group-item-danger.list-group-item-action.active {
  color: #ffffff;
  background-color: #851a27;
  border-color: #851a27;
}

.list-group-item-light {
  color: #989898;
  background-color: #fcfcfc;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #989898;
  background-color: #efefef;
}
.list-group-item-light.list-group-item-action.active {
  color: #ffffff;
  background-color: #989898;
  border-color: #989898;
}

.list-group-item-dark {
  color: #434547;
  background-color: #cfd0d1;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #434547;
  background-color: #c2c3c5;
}
.list-group-item-dark.list-group-item-action.active {
  color: #ffffff;
  background-color: #434547;
  border-color: #434547;
}

.list-group-item-0 {
  color: #185966;
  background-color: #b8dae2;
}
.list-group-item-0.list-group-item-action:hover, .list-group-item-0.list-group-item-action:focus {
  color: #185966;
  background-color: #a6d1db;
}
.list-group-item-0.list-group-item-action.active {
  color: #ffffff;
  background-color: #185966;
  border-color: #185966;
}

.list-group-item-1 {
  color: #18416c;
  background-color: #b8cde4;
}
.list-group-item-1.list-group-item-action:hover, .list-group-item-1.list-group-item-action:focus {
  color: #18416c;
  background-color: #a6c0dd;
}
.list-group-item-1.list-group-item-action.active {
  color: #ffffff;
  background-color: #18416c;
  border-color: #18416c;
}

.list-group-item-2 {
  color: #186f93;
  background-color: #b8e6f9;
}
.list-group-item-2.list-group-item-action:hover, .list-group-item-2.list-group-item-action:focus {
  color: #186f93;
  background-color: #a0def7;
}
.list-group-item-2.list-group-item-action.active {
  color: #ffffff;
  background-color: #186f93;
  border-color: #186f93;
}

.list-group-item-3 {
  color: #502859;
  background-color: #d6c0da;
}
.list-group-item-3.list-group-item-action:hover, .list-group-item-3.list-group-item-action:focus {
  color: #502859;
  background-color: #ccb0d1;
}
.list-group-item-3.list-group-item-action.active {
  color: #ffffff;
  background-color: #502859;
  border-color: #502859;
}

.list-group-item-4 {
  color: #78184c;
  background-color: #ebb8d4;
}
.list-group-item-4.list-group-item-action:hover, .list-group-item-4.list-group-item-action:focus {
  color: #78184c;
  background-color: #e5a4c8;
}
.list-group-item-4.list-group-item-action.active {
  color: #ffffff;
  background-color: #78184c;
  border-color: #78184c;
}

.list-group-item-5 {
  color: #185966;
  background-color: #b8dae2;
}
.list-group-item-5.list-group-item-action:hover, .list-group-item-5.list-group-item-action:focus {
  color: #185966;
  background-color: #a6d1db;
}
.list-group-item-5.list-group-item-action.active {
  color: #ffffff;
  background-color: #185966;
  border-color: #185966;
}

.list-group-item-6 {
  color: #5a7727;
  background-color: #dbebbf;
}
.list-group-item-6.list-group-item-action:hover, .list-group-item-6.list-group-item-action:focus {
  color: #5a7727;
  background-color: #d0e5ac;
}
.list-group-item-6.list-group-item-action.active {
  color: #ffffff;
  background-color: #5a7727;
  border-color: #5a7727;
}

.list-group-item-7 {
  color: #976a18;
  background-color: #fce4b8;
}
.list-group-item-7.list-group-item-action:hover, .list-group-item-7.list-group-item-action:focus {
  color: #976a18;
  background-color: #fbdba0;
}
.list-group-item-7.list-group-item-action.active {
  color: #ffffff;
  background-color: #976a18;
  border-color: #976a18;
}

.list-group-item-8 {
  color: #7e6b4c;
  background-color: #eee4d4;
}
.list-group-item-8.list-group-item-action:hover, .list-group-item-8.list-group-item-action:focus {
  color: #7e6b4c;
  background-color: #e7d9c2;
}
.list-group-item-8.list-group-item-action.active {
  color: #ffffff;
  background-color: #7e6b4c;
  border-color: #7e6b4c;
}

.list-group-item-9 {
  color: #7b7e80;
  background-color: #edeeef;
}
.list-group-item-9.list-group-item-action:hover, .list-group-item-9.list-group-item-action:focus {
  color: #7b7e80;
  background-color: #e0e1e3;
}
.list-group-item-9.list-group-item-action.active {
  color: #ffffff;
  background-color: #7b7e80;
  border-color: #7b7e80;
}

.list-group-item-10 {
  color: #9d9d9d;
  background-color: white;
}
.list-group-item-10.list-group-item-action:hover, .list-group-item-10.list-group-item-action:focus {
  color: #9d9d9d;
  background-color: #f2f2f2;
}
.list-group-item-10.list-group-item-action.active {
  color: #ffffff;
  background-color: #9d9d9d;
  border-color: #9d9d9d;
}

.list-group-item-default {
  color: #185966;
  background-color: #b8dae2;
}
.list-group-item-default.list-group-item-action:hover, .list-group-item-default.list-group-item-action:focus {
  color: #185966;
  background-color: #a6d1db;
}
.list-group-item-default.list-group-item-action.active {
  color: #ffffff;
  background-color: #185966;
  border-color: #185966;
}

.list-group-item-violet {
  color: #502859;
  background-color: #d6c0da;
}
.list-group-item-violet.list-group-item-action:hover, .list-group-item-violet.list-group-item-action:focus {
  color: #502859;
  background-color: #ccb0d1;
}
.list-group-item-violet.list-group-item-action.active {
  color: #ffffff;
  background-color: #502859;
  border-color: #502859;
}

.list-group-item-magenta {
  color: #78184c;
  background-color: #ebb8d4;
}
.list-group-item-magenta.list-group-item-action:hover, .list-group-item-magenta.list-group-item-action:focus {
  color: #78184c;
  background-color: #e5a4c8;
}
.list-group-item-magenta.list-group-item-action.active {
  color: #ffffff;
  background-color: #78184c;
  border-color: #78184c;
}

.list-group-item-petrol {
  color: #185966;
  background-color: #b8dae2;
}
.list-group-item-petrol.list-group-item-action:hover, .list-group-item-petrol.list-group-item-action:focus {
  color: #185966;
  background-color: #a6d1db;
}
.list-group-item-petrol.list-group-item-action.active {
  color: #ffffff;
  background-color: #185966;
  border-color: #185966;
}

.list-group-item-green {
  color: #5a7727;
  background-color: #dbebbf;
}
.list-group-item-green.list-group-item-action:hover, .list-group-item-green.list-group-item-action:focus {
  color: #5a7727;
  background-color: #d0e5ac;
}
.list-group-item-green.list-group-item-action.active {
  color: #ffffff;
  background-color: #5a7727;
  border-color: #5a7727;
}

.list-group-item-orange {
  color: #976a18;
  background-color: #fce4b8;
}
.list-group-item-orange.list-group-item-action:hover, .list-group-item-orange.list-group-item-action:focus {
  color: #976a18;
  background-color: #fbdba0;
}
.list-group-item-orange.list-group-item-action.active {
  color: #ffffff;
  background-color: #976a18;
  border-color: #976a18;
}

.list-group-item-gold {
  color: #7e6b4c;
  background-color: #eee4d4;
}
.list-group-item-gold.list-group-item-action:hover, .list-group-item-gold.list-group-item-action:focus {
  color: #7e6b4c;
  background-color: #e7d9c2;
}
.list-group-item-gold.list-group-item-action.active {
  color: #ffffff;
  background-color: #7e6b4c;
  border-color: #7e6b4c;
}

.list-group-item-silver {
  color: #7b7e80;
  background-color: #edeeef;
}
.list-group-item-silver.list-group-item-action:hover, .list-group-item-silver.list-group-item-action:focus {
  color: #7b7e80;
  background-color: #e0e1e3;
}
.list-group-item-silver.list-group-item-action.active {
  color: #ffffff;
  background-color: #7b7e80;
  border-color: #7b7e80;
}

.list-group-item-white {
  color: #9d9d9d;
  background-color: white;
}
.list-group-item-white.list-group-item-action:hover, .list-group-item-white.list-group-item-action:focus {
  color: #9d9d9d;
  background-color: #f2f2f2;
}
.list-group-item-white.list-group-item-action.active {
  color: #ffffff;
  background-color: #9d9d9d;
  border-color: #9d9d9d;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #333333;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.5;
}
@media (max-width: 1200px) {
  .close {
    font-size: calc(1.275rem + 0.3vw);
  }
}
.close:hover {
  color: #333333;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

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

a.close.disabled {
  pointer-events: none;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(51, 51, 51, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #a8aaac;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 0.75rem;
}

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

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

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

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

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

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #333333;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #a8aaac;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #a8aaac;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.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-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 1024px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1280px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Frutiger Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #333333;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #333333;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #333333;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #333333;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #ffffff;
  text-align: center;
  background-color: #333333;
  border-radius: 0;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "Frutiger Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(51, 51, 51, 0.2);
  border-radius: 0;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(51, 51, 51, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #ffffff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(51, 51, 51, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #ffffff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc((0.5rem + 1px) * -1);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(51, 51, 51, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #ffffff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(51, 51, 51, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #ffffff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: #007c96;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0 - 1px);
  border-top-right-radius: calc(0 - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #333333;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #ffffff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

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

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

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

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' 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,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' 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: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #ffffff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

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

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

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

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #004da0 !important;
}

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

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

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

.bg-success {
  background-color: #7eb61c !important;
}

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

.bg-info {
  background-color: #00a6eb !important;
}

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

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

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

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

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #9d0214 !important;
}

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

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: gainsboro !important;
}

.bg-dark {
  background-color: #52565a !important;
}

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

.bg-0 {
  background-color: #007c96 !important;
}

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

.bg-1 {
  background-color: #004da0 !important;
}

a.bg-1:hover, a.bg-1:focus,
button.bg-1:hover,
button.bg-1:focus {
  background-color: #00346d !important;
}

.bg-2 {
  background-color: #00a6eb !important;
}

a.bg-2:hover, a.bg-2:focus,
button.bg-2:hover,
button.bg-2:focus {
  background-color: #0082b8 !important;
}

.bg-3 {
  background-color: #6b1d7c !important;
}

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

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

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

.bg-5 {
  background-color: #007c96 !important;
}

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

.bg-6 {
  background-color: #7eb61c !important;
}

a.bg-6:hover, a.bg-6:focus,
button.bg-6:hover,
button.bg-6:focus {
  background-color: #5f8a15 !important;
}

.bg-7 {
  background-color: #f49d00 !important;
}

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

.bg-8 {
  background-color: #c49f64 !important;
}

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

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

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

.bg-10 {
  background-color: #ffffff !important;
}

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

.bg-default {
  background-color: #007c96 !important;
}

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

.bg-violet {
  background-color: #6b1d7c !important;
}

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

.bg-magenta {
  background-color: #b70064 !important;
}

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

.bg-petrol {
  background-color: #007c96 !important;
}

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

.bg-green {
  background-color: #7eb61c !important;
}

a.bg-green:hover, a.bg-green:focus,
button.bg-green:hover,
button.bg-green:focus {
  background-color: #5f8a15 !important;
}

.bg-orange {
  background-color: #f49d00 !important;
}

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

.bg-gold {
  background-color: #c49f64 !important;
}

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

.bg-silver {
  background-color: #bec4c7 !important;
}

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

.bg-white {
  background-color: #ffffff !important;
}

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

.bg-white {
  background-color: #ffffff !important;
}

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

.border {
  border: 1px solid #a8aaac !important;
}

.border-top {
  border-top: 1px solid #a8aaac !important;
}

.border-right {
  border-right: 1px solid #a8aaac !important;
}

.border-bottom {
  border-bottom: 1px solid #a8aaac !important;
}

.border-left {
  border-left: 1px solid #a8aaac !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: #004da0 !important;
}

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

.border-success {
  border-color: #7eb61c !important;
}

.border-info {
  border-color: #00a6eb !important;
}

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

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

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

.border-dark {
  border-color: #52565a !important;
}

.border-0 {
  border-color: #007c96 !important;
}

.border-1 {
  border-color: #004da0 !important;
}

.border-2 {
  border-color: #00a6eb !important;
}

.border-3 {
  border-color: #6b1d7c !important;
}

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

.border-5 {
  border-color: #007c96 !important;
}

.border-6 {
  border-color: #7eb61c !important;
}

.border-7 {
  border-color: #f49d00 !important;
}

.border-8 {
  border-color: #c49f64 !important;
}

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

.border-10 {
  border-color: #ffffff !important;
}

.border-default {
  border-color: #007c96 !important;
}

.border-violet {
  border-color: #6b1d7c !important;
}

.border-magenta {
  border-color: #b70064 !important;
}

.border-petrol {
  border-color: #007c96 !important;
}

.border-green {
  border-color: #7eb61c !important;
}

.border-orange {
  border-color: #f49d00 !important;
}

.border-gold {
  border-color: #c49f64 !important;
}

.border-silver {
  border-color: #bec4c7 !important;
}

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

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

.rounded-sm {
  border-radius: 0 !important;
}

.rounded {
  border-radius: 0 !important;
}

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

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

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

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

.rounded-lg {
  border-radius: 0 !important;
}

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

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

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 720px) {
  .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: 1024px) {
  .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: 1280px) {
  .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%;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-3by4::before {
  padding-top: 133.3333333333%;
}

.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: 720px) {
  .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: 1024px) {
  .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: 1280px) {
  .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: 720px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 1024px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1280px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  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(51, 51, 51, 0.075) !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.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: 5px !important;
}

.mt-1,
.my-1 {
  margin-top: 5px !important;
}

.mr-1,
.mx-1 {
  margin-right: 5px !important;
}

.mb-1,
.my-1 {
  margin-bottom: 5px !important;
}

.ml-1,
.mx-1 {
  margin-left: 5px !important;
}

.m-2 {
  margin: 10px !important;
}

.mt-2,
.my-2 {
  margin-top: 10px !important;
}

.mr-2,
.mx-2 {
  margin-right: 10px !important;
}

.mb-2,
.my-2 {
  margin-bottom: 10px !important;
}

.ml-2,
.mx-2 {
  margin-left: 10px !important;
}

.m-3 {
  margin: 15px !important;
}

.mt-3,
.my-3 {
  margin-top: 15px !important;
}

.mr-3,
.mx-3 {
  margin-right: 15px !important;
}

.mb-3,
.my-3 {
  margin-bottom: 15px !important;
}

.ml-3,
.mx-3 {
  margin-left: 15px !important;
}

.m-4 {
  margin: 20px !important;
}

.mt-4,
.my-4 {
  margin-top: 20px !important;
}

.mr-4,
.mx-4 {
  margin-right: 20px !important;
}

.mb-4,
.my-4 {
  margin-bottom: 20px !important;
}

.ml-4,
.mx-4 {
  margin-left: 20px !important;
}

.m-5 {
  margin: 30px !important;
}

.mt-5,
.my-5 {
  margin-top: 30px !important;
}

.mr-5,
.mx-5 {
  margin-right: 30px !important;
}

.mb-5,
.my-5 {
  margin-bottom: 30px !important;
}

.ml-5,
.mx-5 {
  margin-left: 30px !important;
}

.m-6 {
  margin: 45px !important;
}

.mt-6,
.my-6 {
  margin-top: 45px !important;
}

.mr-6,
.mx-6 {
  margin-right: 45px !important;
}

.mb-6,
.my-6 {
  margin-bottom: 45px !important;
}

.ml-6,
.mx-6 {
  margin-left: 45px !important;
}

.m-80 {
  margin: 80px !important;
}

.mt-80,
.my-80 {
  margin-top: 80px !important;
}

.mr-80,
.mx-80 {
  margin-right: 80px !important;
}

.mb-80,
.my-80 {
  margin-bottom: 80px !important;
}

.ml-80,
.mx-80 {
  margin-left: 80px !important;
}

.m-16 {
  margin: 16px !important;
}

.mt-16,
.my-16 {
  margin-top: 16px !important;
}

.mr-16,
.mx-16 {
  margin-right: 16px !important;
}

.mb-16,
.my-16 {
  margin-bottom: 16px !important;
}

.ml-16,
.mx-16 {
  margin-left: 16px !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: 5px !important;
}

.pt-1,
.py-1 {
  padding-top: 5px !important;
}

.pr-1,
.px-1 {
  padding-right: 5px !important;
}

.pb-1,
.py-1 {
  padding-bottom: 5px !important;
}

.pl-1,
.px-1 {
  padding-left: 5px !important;
}

.p-2 {
  padding: 10px !important;
}

.pt-2,
.py-2 {
  padding-top: 10px !important;
}

.pr-2,
.px-2 {
  padding-right: 10px !important;
}

.pb-2,
.py-2 {
  padding-bottom: 10px !important;
}

.pl-2,
.px-2 {
  padding-left: 10px !important;
}

.p-3 {
  padding: 15px !important;
}

.pt-3,
.py-3 {
  padding-top: 15px !important;
}

.pr-3,
.px-3 {
  padding-right: 15px !important;
}

.pb-3,
.py-3 {
  padding-bottom: 15px !important;
}

.pl-3,
.px-3 {
  padding-left: 15px !important;
}

.p-4 {
  padding: 20px !important;
}

.pt-4,
.py-4 {
  padding-top: 20px !important;
}

.pr-4,
.px-4 {
  padding-right: 20px !important;
}

.pb-4,
.py-4 {
  padding-bottom: 20px !important;
}

.pl-4,
.px-4 {
  padding-left: 20px !important;
}

.p-5 {
  padding: 30px !important;
}

.pt-5,
.py-5 {
  padding-top: 30px !important;
}

.pr-5,
.px-5 {
  padding-right: 30px !important;
}

.pb-5,
.py-5 {
  padding-bottom: 30px !important;
}

.pl-5,
.px-5 {
  padding-left: 30px !important;
}

.p-6 {
  padding: 45px !important;
}

.pt-6,
.py-6 {
  padding-top: 45px !important;
}

.pr-6,
.px-6 {
  padding-right: 45px !important;
}

.pb-6,
.py-6 {
  padding-bottom: 45px !important;
}

.pl-6,
.px-6 {
  padding-left: 45px !important;
}

.p-80 {
  padding: 80px !important;
}

.pt-80,
.py-80 {
  padding-top: 80px !important;
}

.pr-80,
.px-80 {
  padding-right: 80px !important;
}

.pb-80,
.py-80 {
  padding-bottom: 80px !important;
}

.pl-80,
.px-80 {
  padding-left: 80px !important;
}

.p-16 {
  padding: 16px !important;
}

.pt-16,
.py-16 {
  padding-top: 16px !important;
}

.pr-16,
.px-16 {
  padding-right: 16px !important;
}

.pb-16,
.py-16 {
  padding-bottom: 16px !important;
}

.pl-16,
.px-16 {
  padding-left: 16px !important;
}

.m-n1 {
  margin: -5px !important;
}

.mt-n1,
.my-n1 {
  margin-top: -5px !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -5px !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -5px !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -5px !important;
}

.m-n2 {
  margin: -10px !important;
}

.mt-n2,
.my-n2 {
  margin-top: -10px !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -10px !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -10px !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -10px !important;
}

.m-n3 {
  margin: -15px !important;
}

.mt-n3,
.my-n3 {
  margin-top: -15px !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -15px !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -15px !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -15px !important;
}

.m-n4 {
  margin: -20px !important;
}

.mt-n4,
.my-n4 {
  margin-top: -20px !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -20px !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -20px !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -20px !important;
}

.m-n5 {
  margin: -30px !important;
}

.mt-n5,
.my-n5 {
  margin-top: -30px !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -30px !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -30px !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -30px !important;
}

.m-n6 {
  margin: -45px !important;
}

.mt-n6,
.my-n6 {
  margin-top: -45px !important;
}

.mr-n6,
.mx-n6 {
  margin-right: -45px !important;
}

.mb-n6,
.my-n6 {
  margin-bottom: -45px !important;
}

.ml-n6,
.mx-n6 {
  margin-left: -45px !important;
}

.m-n80 {
  margin: -80px !important;
}

.mt-n80,
.my-n80 {
  margin-top: -80px !important;
}

.mr-n80,
.mx-n80 {
  margin-right: -80px !important;
}

.mb-n80,
.my-n80 {
  margin-bottom: -80px !important;
}

.ml-n80,
.mx-n80 {
  margin-left: -80px !important;
}

.m-n16 {
  margin: -16px !important;
}

.mt-n16,
.my-n16 {
  margin-top: -16px !important;
}

.mr-n16,
.mx-n16 {
  margin-right: -16px !important;
}

.mb-n16,
.my-n16 {
  margin-bottom: -16px !important;
}

.ml-n16,
.mx-n16 {
  margin-left: -16px !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: 5px !important;
  }
  .mt-sm-1,
.my-sm-1 {
    margin-top: 5px !important;
  }
  .mr-sm-1,
.mx-sm-1 {
    margin-right: 5px !important;
  }
  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 5px !important;
  }
  .ml-sm-1,
.mx-sm-1 {
    margin-left: 5px !important;
  }
  .m-sm-2 {
    margin: 10px !important;
  }
  .mt-sm-2,
.my-sm-2 {
    margin-top: 10px !important;
  }
  .mr-sm-2,
.mx-sm-2 {
    margin-right: 10px !important;
  }
  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 10px !important;
  }
  .ml-sm-2,
.mx-sm-2 {
    margin-left: 10px !important;
  }
  .m-sm-3 {
    margin: 15px !important;
  }
  .mt-sm-3,
.my-sm-3 {
    margin-top: 15px !important;
  }
  .mr-sm-3,
.mx-sm-3 {
    margin-right: 15px !important;
  }
  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 15px !important;
  }
  .ml-sm-3,
.mx-sm-3 {
    margin-left: 15px !important;
  }
  .m-sm-4 {
    margin: 20px !important;
  }
  .mt-sm-4,
.my-sm-4 {
    margin-top: 20px !important;
  }
  .mr-sm-4,
.mx-sm-4 {
    margin-right: 20px !important;
  }
  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 20px !important;
  }
  .ml-sm-4,
.mx-sm-4 {
    margin-left: 20px !important;
  }
  .m-sm-5 {
    margin: 30px !important;
  }
  .mt-sm-5,
.my-sm-5 {
    margin-top: 30px !important;
  }
  .mr-sm-5,
.mx-sm-5 {
    margin-right: 30px !important;
  }
  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 30px !important;
  }
  .ml-sm-5,
.mx-sm-5 {
    margin-left: 30px !important;
  }
  .m-sm-6 {
    margin: 45px !important;
  }
  .mt-sm-6,
.my-sm-6 {
    margin-top: 45px !important;
  }
  .mr-sm-6,
.mx-sm-6 {
    margin-right: 45px !important;
  }
  .mb-sm-6,
.my-sm-6 {
    margin-bottom: 45px !important;
  }
  .ml-sm-6,
.mx-sm-6 {
    margin-left: 45px !important;
  }
  .m-sm-80 {
    margin: 80px !important;
  }
  .mt-sm-80,
.my-sm-80 {
    margin-top: 80px !important;
  }
  .mr-sm-80,
.mx-sm-80 {
    margin-right: 80px !important;
  }
  .mb-sm-80,
.my-sm-80 {
    margin-bottom: 80px !important;
  }
  .ml-sm-80,
.mx-sm-80 {
    margin-left: 80px !important;
  }
  .m-sm-16 {
    margin: 16px !important;
  }
  .mt-sm-16,
.my-sm-16 {
    margin-top: 16px !important;
  }
  .mr-sm-16,
.mx-sm-16 {
    margin-right: 16px !important;
  }
  .mb-sm-16,
.my-sm-16 {
    margin-bottom: 16px !important;
  }
  .ml-sm-16,
.mx-sm-16 {
    margin-left: 16px !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: 5px !important;
  }
  .pt-sm-1,
.py-sm-1 {
    padding-top: 5px !important;
  }
  .pr-sm-1,
.px-sm-1 {
    padding-right: 5px !important;
  }
  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 5px !important;
  }
  .pl-sm-1,
.px-sm-1 {
    padding-left: 5px !important;
  }
  .p-sm-2 {
    padding: 10px !important;
  }
  .pt-sm-2,
.py-sm-2 {
    padding-top: 10px !important;
  }
  .pr-sm-2,
.px-sm-2 {
    padding-right: 10px !important;
  }
  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 10px !important;
  }
  .pl-sm-2,
.px-sm-2 {
    padding-left: 10px !important;
  }
  .p-sm-3 {
    padding: 15px !important;
  }
  .pt-sm-3,
.py-sm-3 {
    padding-top: 15px !important;
  }
  .pr-sm-3,
.px-sm-3 {
    padding-right: 15px !important;
  }
  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 15px !important;
  }
  .pl-sm-3,
.px-sm-3 {
    padding-left: 15px !important;
  }
  .p-sm-4 {
    padding: 20px !important;
  }
  .pt-sm-4,
.py-sm-4 {
    padding-top: 20px !important;
  }
  .pr-sm-4,
.px-sm-4 {
    padding-right: 20px !important;
  }
  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 20px !important;
  }
  .pl-sm-4,
.px-sm-4 {
    padding-left: 20px !important;
  }
  .p-sm-5 {
    padding: 30px !important;
  }
  .pt-sm-5,
.py-sm-5 {
    padding-top: 30px !important;
  }
  .pr-sm-5,
.px-sm-5 {
    padding-right: 30px !important;
  }
  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 30px !important;
  }
  .pl-sm-5,
.px-sm-5 {
    padding-left: 30px !important;
  }
  .p-sm-6 {
    padding: 45px !important;
  }
  .pt-sm-6,
.py-sm-6 {
    padding-top: 45px !important;
  }
  .pr-sm-6,
.px-sm-6 {
    padding-right: 45px !important;
  }
  .pb-sm-6,
.py-sm-6 {
    padding-bottom: 45px !important;
  }
  .pl-sm-6,
.px-sm-6 {
    padding-left: 45px !important;
  }
  .p-sm-80 {
    padding: 80px !important;
  }
  .pt-sm-80,
.py-sm-80 {
    padding-top: 80px !important;
  }
  .pr-sm-80,
.px-sm-80 {
    padding-right: 80px !important;
  }
  .pb-sm-80,
.py-sm-80 {
    padding-bottom: 80px !important;
  }
  .pl-sm-80,
.px-sm-80 {
    padding-left: 80px !important;
  }
  .p-sm-16 {
    padding: 16px !important;
  }
  .pt-sm-16,
.py-sm-16 {
    padding-top: 16px !important;
  }
  .pr-sm-16,
.px-sm-16 {
    padding-right: 16px !important;
  }
  .pb-sm-16,
.py-sm-16 {
    padding-bottom: 16px !important;
  }
  .pl-sm-16,
.px-sm-16 {
    padding-left: 16px !important;
  }
  .m-sm-n1 {
    margin: -5px !important;
  }
  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -5px !important;
  }
  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -5px !important;
  }
  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -5px !important;
  }
  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -5px !important;
  }
  .m-sm-n2 {
    margin: -10px !important;
  }
  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -10px !important;
  }
  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -10px !important;
  }
  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -10px !important;
  }
  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -10px !important;
  }
  .m-sm-n3 {
    margin: -15px !important;
  }
  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -15px !important;
  }
  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -15px !important;
  }
  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -15px !important;
  }
  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -15px !important;
  }
  .m-sm-n4 {
    margin: -20px !important;
  }
  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -20px !important;
  }
  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -20px !important;
  }
  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -20px !important;
  }
  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -20px !important;
  }
  .m-sm-n5 {
    margin: -30px !important;
  }
  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -30px !important;
  }
  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -30px !important;
  }
  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -30px !important;
  }
  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -30px !important;
  }
  .m-sm-n6 {
    margin: -45px !important;
  }
  .mt-sm-n6,
.my-sm-n6 {
    margin-top: -45px !important;
  }
  .mr-sm-n6,
.mx-sm-n6 {
    margin-right: -45px !important;
  }
  .mb-sm-n6,
.my-sm-n6 {
    margin-bottom: -45px !important;
  }
  .ml-sm-n6,
.mx-sm-n6 {
    margin-left: -45px !important;
  }
  .m-sm-n80 {
    margin: -80px !important;
  }
  .mt-sm-n80,
.my-sm-n80 {
    margin-top: -80px !important;
  }
  .mr-sm-n80,
.mx-sm-n80 {
    margin-right: -80px !important;
  }
  .mb-sm-n80,
.my-sm-n80 {
    margin-bottom: -80px !important;
  }
  .ml-sm-n80,
.mx-sm-n80 {
    margin-left: -80px !important;
  }
  .m-sm-n16 {
    margin: -16px !important;
  }
  .mt-sm-n16,
.my-sm-n16 {
    margin-top: -16px !important;
  }
  .mr-sm-n16,
.mx-sm-n16 {
    margin-right: -16px !important;
  }
  .mb-sm-n16,
.my-sm-n16 {
    margin-bottom: -16px !important;
  }
  .ml-sm-n16,
.mx-sm-n16 {
    margin-left: -16px !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: 720px) {
  .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: 5px !important;
  }
  .mt-md-1,
.my-md-1 {
    margin-top: 5px !important;
  }
  .mr-md-1,
.mx-md-1 {
    margin-right: 5px !important;
  }
  .mb-md-1,
.my-md-1 {
    margin-bottom: 5px !important;
  }
  .ml-md-1,
.mx-md-1 {
    margin-left: 5px !important;
  }
  .m-md-2 {
    margin: 10px !important;
  }
  .mt-md-2,
.my-md-2 {
    margin-top: 10px !important;
  }
  .mr-md-2,
.mx-md-2 {
    margin-right: 10px !important;
  }
  .mb-md-2,
.my-md-2 {
    margin-bottom: 10px !important;
  }
  .ml-md-2,
.mx-md-2 {
    margin-left: 10px !important;
  }
  .m-md-3 {
    margin: 15px !important;
  }
  .mt-md-3,
.my-md-3 {
    margin-top: 15px !important;
  }
  .mr-md-3,
.mx-md-3 {
    margin-right: 15px !important;
  }
  .mb-md-3,
.my-md-3 {
    margin-bottom: 15px !important;
  }
  .ml-md-3,
.mx-md-3 {
    margin-left: 15px !important;
  }
  .m-md-4 {
    margin: 20px !important;
  }
  .mt-md-4,
.my-md-4 {
    margin-top: 20px !important;
  }
  .mr-md-4,
.mx-md-4 {
    margin-right: 20px !important;
  }
  .mb-md-4,
.my-md-4 {
    margin-bottom: 20px !important;
  }
  .ml-md-4,
.mx-md-4 {
    margin-left: 20px !important;
  }
  .m-md-5 {
    margin: 30px !important;
  }
  .mt-md-5,
.my-md-5 {
    margin-top: 30px !important;
  }
  .mr-md-5,
.mx-md-5 {
    margin-right: 30px !important;
  }
  .mb-md-5,
.my-md-5 {
    margin-bottom: 30px !important;
  }
  .ml-md-5,
.mx-md-5 {
    margin-left: 30px !important;
  }
  .m-md-6 {
    margin: 45px !important;
  }
  .mt-md-6,
.my-md-6 {
    margin-top: 45px !important;
  }
  .mr-md-6,
.mx-md-6 {
    margin-right: 45px !important;
  }
  .mb-md-6,
.my-md-6 {
    margin-bottom: 45px !important;
  }
  .ml-md-6,
.mx-md-6 {
    margin-left: 45px !important;
  }
  .m-md-80 {
    margin: 80px !important;
  }
  .mt-md-80,
.my-md-80 {
    margin-top: 80px !important;
  }
  .mr-md-80,
.mx-md-80 {
    margin-right: 80px !important;
  }
  .mb-md-80,
.my-md-80 {
    margin-bottom: 80px !important;
  }
  .ml-md-80,
.mx-md-80 {
    margin-left: 80px !important;
  }
  .m-md-16 {
    margin: 16px !important;
  }
  .mt-md-16,
.my-md-16 {
    margin-top: 16px !important;
  }
  .mr-md-16,
.mx-md-16 {
    margin-right: 16px !important;
  }
  .mb-md-16,
.my-md-16 {
    margin-bottom: 16px !important;
  }
  .ml-md-16,
.mx-md-16 {
    margin-left: 16px !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: 5px !important;
  }
  .pt-md-1,
.py-md-1 {
    padding-top: 5px !important;
  }
  .pr-md-1,
.px-md-1 {
    padding-right: 5px !important;
  }
  .pb-md-1,
.py-md-1 {
    padding-bottom: 5px !important;
  }
  .pl-md-1,
.px-md-1 {
    padding-left: 5px !important;
  }
  .p-md-2 {
    padding: 10px !important;
  }
  .pt-md-2,
.py-md-2 {
    padding-top: 10px !important;
  }
  .pr-md-2,
.px-md-2 {
    padding-right: 10px !important;
  }
  .pb-md-2,
.py-md-2 {
    padding-bottom: 10px !important;
  }
  .pl-md-2,
.px-md-2 {
    padding-left: 10px !important;
  }
  .p-md-3 {
    padding: 15px !important;
  }
  .pt-md-3,
.py-md-3 {
    padding-top: 15px !important;
  }
  .pr-md-3,
.px-md-3 {
    padding-right: 15px !important;
  }
  .pb-md-3,
.py-md-3 {
    padding-bottom: 15px !important;
  }
  .pl-md-3,
.px-md-3 {
    padding-left: 15px !important;
  }
  .p-md-4 {
    padding: 20px !important;
  }
  .pt-md-4,
.py-md-4 {
    padding-top: 20px !important;
  }
  .pr-md-4,
.px-md-4 {
    padding-right: 20px !important;
  }
  .pb-md-4,
.py-md-4 {
    padding-bottom: 20px !important;
  }
  .pl-md-4,
.px-md-4 {
    padding-left: 20px !important;
  }
  .p-md-5 {
    padding: 30px !important;
  }
  .pt-md-5,
.py-md-5 {
    padding-top: 30px !important;
  }
  .pr-md-5,
.px-md-5 {
    padding-right: 30px !important;
  }
  .pb-md-5,
.py-md-5 {
    padding-bottom: 30px !important;
  }
  .pl-md-5,
.px-md-5 {
    padding-left: 30px !important;
  }
  .p-md-6 {
    padding: 45px !important;
  }
  .pt-md-6,
.py-md-6 {
    padding-top: 45px !important;
  }
  .pr-md-6,
.px-md-6 {
    padding-right: 45px !important;
  }
  .pb-md-6,
.py-md-6 {
    padding-bottom: 45px !important;
  }
  .pl-md-6,
.px-md-6 {
    padding-left: 45px !important;
  }
  .p-md-80 {
    padding: 80px !important;
  }
  .pt-md-80,
.py-md-80 {
    padding-top: 80px !important;
  }
  .pr-md-80,
.px-md-80 {
    padding-right: 80px !important;
  }
  .pb-md-80,
.py-md-80 {
    padding-bottom: 80px !important;
  }
  .pl-md-80,
.px-md-80 {
    padding-left: 80px !important;
  }
  .p-md-16 {
    padding: 16px !important;
  }
  .pt-md-16,
.py-md-16 {
    padding-top: 16px !important;
  }
  .pr-md-16,
.px-md-16 {
    padding-right: 16px !important;
  }
  .pb-md-16,
.py-md-16 {
    padding-bottom: 16px !important;
  }
  .pl-md-16,
.px-md-16 {
    padding-left: 16px !important;
  }
  .m-md-n1 {
    margin: -5px !important;
  }
  .mt-md-n1,
.my-md-n1 {
    margin-top: -5px !important;
  }
  .mr-md-n1,
.mx-md-n1 {
    margin-right: -5px !important;
  }
  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -5px !important;
  }
  .ml-md-n1,
.mx-md-n1 {
    margin-left: -5px !important;
  }
  .m-md-n2 {
    margin: -10px !important;
  }
  .mt-md-n2,
.my-md-n2 {
    margin-top: -10px !important;
  }
  .mr-md-n2,
.mx-md-n2 {
    margin-right: -10px !important;
  }
  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -10px !important;
  }
  .ml-md-n2,
.mx-md-n2 {
    margin-left: -10px !important;
  }
  .m-md-n3 {
    margin: -15px !important;
  }
  .mt-md-n3,
.my-md-n3 {
    margin-top: -15px !important;
  }
  .mr-md-n3,
.mx-md-n3 {
    margin-right: -15px !important;
  }
  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -15px !important;
  }
  .ml-md-n3,
.mx-md-n3 {
    margin-left: -15px !important;
  }
  .m-md-n4 {
    margin: -20px !important;
  }
  .mt-md-n4,
.my-md-n4 {
    margin-top: -20px !important;
  }
  .mr-md-n4,
.mx-md-n4 {
    margin-right: -20px !important;
  }
  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -20px !important;
  }
  .ml-md-n4,
.mx-md-n4 {
    margin-left: -20px !important;
  }
  .m-md-n5 {
    margin: -30px !important;
  }
  .mt-md-n5,
.my-md-n5 {
    margin-top: -30px !important;
  }
  .mr-md-n5,
.mx-md-n5 {
    margin-right: -30px !important;
  }
  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -30px !important;
  }
  .ml-md-n5,
.mx-md-n5 {
    margin-left: -30px !important;
  }
  .m-md-n6 {
    margin: -45px !important;
  }
  .mt-md-n6,
.my-md-n6 {
    margin-top: -45px !important;
  }
  .mr-md-n6,
.mx-md-n6 {
    margin-right: -45px !important;
  }
  .mb-md-n6,
.my-md-n6 {
    margin-bottom: -45px !important;
  }
  .ml-md-n6,
.mx-md-n6 {
    margin-left: -45px !important;
  }
  .m-md-n80 {
    margin: -80px !important;
  }
  .mt-md-n80,
.my-md-n80 {
    margin-top: -80px !important;
  }
  .mr-md-n80,
.mx-md-n80 {
    margin-right: -80px !important;
  }
  .mb-md-n80,
.my-md-n80 {
    margin-bottom: -80px !important;
  }
  .ml-md-n80,
.mx-md-n80 {
    margin-left: -80px !important;
  }
  .m-md-n16 {
    margin: -16px !important;
  }
  .mt-md-n16,
.my-md-n16 {
    margin-top: -16px !important;
  }
  .mr-md-n16,
.mx-md-n16 {
    margin-right: -16px !important;
  }
  .mb-md-n16,
.my-md-n16 {
    margin-bottom: -16px !important;
  }
  .ml-md-n16,
.mx-md-n16 {
    margin-left: -16px !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: 1024px) {
  .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: 5px !important;
  }
  .mt-lg-1,
.my-lg-1 {
    margin-top: 5px !important;
  }
  .mr-lg-1,
.mx-lg-1 {
    margin-right: 5px !important;
  }
  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 5px !important;
  }
  .ml-lg-1,
.mx-lg-1 {
    margin-left: 5px !important;
  }
  .m-lg-2 {
    margin: 10px !important;
  }
  .mt-lg-2,
.my-lg-2 {
    margin-top: 10px !important;
  }
  .mr-lg-2,
.mx-lg-2 {
    margin-right: 10px !important;
  }
  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 10px !important;
  }
  .ml-lg-2,
.mx-lg-2 {
    margin-left: 10px !important;
  }
  .m-lg-3 {
    margin: 15px !important;
  }
  .mt-lg-3,
.my-lg-3 {
    margin-top: 15px !important;
  }
  .mr-lg-3,
.mx-lg-3 {
    margin-right: 15px !important;
  }
  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 15px !important;
  }
  .ml-lg-3,
.mx-lg-3 {
    margin-left: 15px !important;
  }
  .m-lg-4 {
    margin: 20px !important;
  }
  .mt-lg-4,
.my-lg-4 {
    margin-top: 20px !important;
  }
  .mr-lg-4,
.mx-lg-4 {
    margin-right: 20px !important;
  }
  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 20px !important;
  }
  .ml-lg-4,
.mx-lg-4 {
    margin-left: 20px !important;
  }
  .m-lg-5 {
    margin: 30px !important;
  }
  .mt-lg-5,
.my-lg-5 {
    margin-top: 30px !important;
  }
  .mr-lg-5,
.mx-lg-5 {
    margin-right: 30px !important;
  }
  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 30px !important;
  }
  .ml-lg-5,
.mx-lg-5 {
    margin-left: 30px !important;
  }
  .m-lg-6 {
    margin: 45px !important;
  }
  .mt-lg-6,
.my-lg-6 {
    margin-top: 45px !important;
  }
  .mr-lg-6,
.mx-lg-6 {
    margin-right: 45px !important;
  }
  .mb-lg-6,
.my-lg-6 {
    margin-bottom: 45px !important;
  }
  .ml-lg-6,
.mx-lg-6 {
    margin-left: 45px !important;
  }
  .m-lg-80 {
    margin: 80px !important;
  }
  .mt-lg-80,
.my-lg-80 {
    margin-top: 80px !important;
  }
  .mr-lg-80,
.mx-lg-80 {
    margin-right: 80px !important;
  }
  .mb-lg-80,
.my-lg-80 {
    margin-bottom: 80px !important;
  }
  .ml-lg-80,
.mx-lg-80 {
    margin-left: 80px !important;
  }
  .m-lg-16 {
    margin: 16px !important;
  }
  .mt-lg-16,
.my-lg-16 {
    margin-top: 16px !important;
  }
  .mr-lg-16,
.mx-lg-16 {
    margin-right: 16px !important;
  }
  .mb-lg-16,
.my-lg-16 {
    margin-bottom: 16px !important;
  }
  .ml-lg-16,
.mx-lg-16 {
    margin-left: 16px !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: 5px !important;
  }
  .pt-lg-1,
.py-lg-1 {
    padding-top: 5px !important;
  }
  .pr-lg-1,
.px-lg-1 {
    padding-right: 5px !important;
  }
  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 5px !important;
  }
  .pl-lg-1,
.px-lg-1 {
    padding-left: 5px !important;
  }
  .p-lg-2 {
    padding: 10px !important;
  }
  .pt-lg-2,
.py-lg-2 {
    padding-top: 10px !important;
  }
  .pr-lg-2,
.px-lg-2 {
    padding-right: 10px !important;
  }
  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 10px !important;
  }
  .pl-lg-2,
.px-lg-2 {
    padding-left: 10px !important;
  }
  .p-lg-3 {
    padding: 15px !important;
  }
  .pt-lg-3,
.py-lg-3 {
    padding-top: 15px !important;
  }
  .pr-lg-3,
.px-lg-3 {
    padding-right: 15px !important;
  }
  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 15px !important;
  }
  .pl-lg-3,
.px-lg-3 {
    padding-left: 15px !important;
  }
  .p-lg-4 {
    padding: 20px !important;
  }
  .pt-lg-4,
.py-lg-4 {
    padding-top: 20px !important;
  }
  .pr-lg-4,
.px-lg-4 {
    padding-right: 20px !important;
  }
  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 20px !important;
  }
  .pl-lg-4,
.px-lg-4 {
    padding-left: 20px !important;
  }
  .p-lg-5 {
    padding: 30px !important;
  }
  .pt-lg-5,
.py-lg-5 {
    padding-top: 30px !important;
  }
  .pr-lg-5,
.px-lg-5 {
    padding-right: 30px !important;
  }
  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 30px !important;
  }
  .pl-lg-5,
.px-lg-5 {
    padding-left: 30px !important;
  }
  .p-lg-6 {
    padding: 45px !important;
  }
  .pt-lg-6,
.py-lg-6 {
    padding-top: 45px !important;
  }
  .pr-lg-6,
.px-lg-6 {
    padding-right: 45px !important;
  }
  .pb-lg-6,
.py-lg-6 {
    padding-bottom: 45px !important;
  }
  .pl-lg-6,
.px-lg-6 {
    padding-left: 45px !important;
  }
  .p-lg-80 {
    padding: 80px !important;
  }
  .pt-lg-80,
.py-lg-80 {
    padding-top: 80px !important;
  }
  .pr-lg-80,
.px-lg-80 {
    padding-right: 80px !important;
  }
  .pb-lg-80,
.py-lg-80 {
    padding-bottom: 80px !important;
  }
  .pl-lg-80,
.px-lg-80 {
    padding-left: 80px !important;
  }
  .p-lg-16 {
    padding: 16px !important;
  }
  .pt-lg-16,
.py-lg-16 {
    padding-top: 16px !important;
  }
  .pr-lg-16,
.px-lg-16 {
    padding-right: 16px !important;
  }
  .pb-lg-16,
.py-lg-16 {
    padding-bottom: 16px !important;
  }
  .pl-lg-16,
.px-lg-16 {
    padding-left: 16px !important;
  }
  .m-lg-n1 {
    margin: -5px !important;
  }
  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -5px !important;
  }
  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -5px !important;
  }
  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -5px !important;
  }
  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -5px !important;
  }
  .m-lg-n2 {
    margin: -10px !important;
  }
  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -10px !important;
  }
  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -10px !important;
  }
  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -10px !important;
  }
  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -10px !important;
  }
  .m-lg-n3 {
    margin: -15px !important;
  }
  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -15px !important;
  }
  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -15px !important;
  }
  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -15px !important;
  }
  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -15px !important;
  }
  .m-lg-n4 {
    margin: -20px !important;
  }
  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -20px !important;
  }
  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -20px !important;
  }
  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -20px !important;
  }
  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -20px !important;
  }
  .m-lg-n5 {
    margin: -30px !important;
  }
  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -30px !important;
  }
  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -30px !important;
  }
  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -30px !important;
  }
  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -30px !important;
  }
  .m-lg-n6 {
    margin: -45px !important;
  }
  .mt-lg-n6,
.my-lg-n6 {
    margin-top: -45px !important;
  }
  .mr-lg-n6,
.mx-lg-n6 {
    margin-right: -45px !important;
  }
  .mb-lg-n6,
.my-lg-n6 {
    margin-bottom: -45px !important;
  }
  .ml-lg-n6,
.mx-lg-n6 {
    margin-left: -45px !important;
  }
  .m-lg-n80 {
    margin: -80px !important;
  }
  .mt-lg-n80,
.my-lg-n80 {
    margin-top: -80px !important;
  }
  .mr-lg-n80,
.mx-lg-n80 {
    margin-right: -80px !important;
  }
  .mb-lg-n80,
.my-lg-n80 {
    margin-bottom: -80px !important;
  }
  .ml-lg-n80,
.mx-lg-n80 {
    margin-left: -80px !important;
  }
  .m-lg-n16 {
    margin: -16px !important;
  }
  .mt-lg-n16,
.my-lg-n16 {
    margin-top: -16px !important;
  }
  .mr-lg-n16,
.mx-lg-n16 {
    margin-right: -16px !important;
  }
  .mb-lg-n16,
.my-lg-n16 {
    margin-bottom: -16px !important;
  }
  .ml-lg-n16,
.mx-lg-n16 {
    margin-left: -16px !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: 1280px) {
  .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: 5px !important;
  }
  .mt-xl-1,
.my-xl-1 {
    margin-top: 5px !important;
  }
  .mr-xl-1,
.mx-xl-1 {
    margin-right: 5px !important;
  }
  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 5px !important;
  }
  .ml-xl-1,
.mx-xl-1 {
    margin-left: 5px !important;
  }
  .m-xl-2 {
    margin: 10px !important;
  }
  .mt-xl-2,
.my-xl-2 {
    margin-top: 10px !important;
  }
  .mr-xl-2,
.mx-xl-2 {
    margin-right: 10px !important;
  }
  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 10px !important;
  }
  .ml-xl-2,
.mx-xl-2 {
    margin-left: 10px !important;
  }
  .m-xl-3 {
    margin: 15px !important;
  }
  .mt-xl-3,
.my-xl-3 {
    margin-top: 15px !important;
  }
  .mr-xl-3,
.mx-xl-3 {
    margin-right: 15px !important;
  }
  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 15px !important;
  }
  .ml-xl-3,
.mx-xl-3 {
    margin-left: 15px !important;
  }
  .m-xl-4 {
    margin: 20px !important;
  }
  .mt-xl-4,
.my-xl-4 {
    margin-top: 20px !important;
  }
  .mr-xl-4,
.mx-xl-4 {
    margin-right: 20px !important;
  }
  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 20px !important;
  }
  .ml-xl-4,
.mx-xl-4 {
    margin-left: 20px !important;
  }
  .m-xl-5 {
    margin: 30px !important;
  }
  .mt-xl-5,
.my-xl-5 {
    margin-top: 30px !important;
  }
  .mr-xl-5,
.mx-xl-5 {
    margin-right: 30px !important;
  }
  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 30px !important;
  }
  .ml-xl-5,
.mx-xl-5 {
    margin-left: 30px !important;
  }
  .m-xl-6 {
    margin: 45px !important;
  }
  .mt-xl-6,
.my-xl-6 {
    margin-top: 45px !important;
  }
  .mr-xl-6,
.mx-xl-6 {
    margin-right: 45px !important;
  }
  .mb-xl-6,
.my-xl-6 {
    margin-bottom: 45px !important;
  }
  .ml-xl-6,
.mx-xl-6 {
    margin-left: 45px !important;
  }
  .m-xl-80 {
    margin: 80px !important;
  }
  .mt-xl-80,
.my-xl-80 {
    margin-top: 80px !important;
  }
  .mr-xl-80,
.mx-xl-80 {
    margin-right: 80px !important;
  }
  .mb-xl-80,
.my-xl-80 {
    margin-bottom: 80px !important;
  }
  .ml-xl-80,
.mx-xl-80 {
    margin-left: 80px !important;
  }
  .m-xl-16 {
    margin: 16px !important;
  }
  .mt-xl-16,
.my-xl-16 {
    margin-top: 16px !important;
  }
  .mr-xl-16,
.mx-xl-16 {
    margin-right: 16px !important;
  }
  .mb-xl-16,
.my-xl-16 {
    margin-bottom: 16px !important;
  }
  .ml-xl-16,
.mx-xl-16 {
    margin-left: 16px !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: 5px !important;
  }
  .pt-xl-1,
.py-xl-1 {
    padding-top: 5px !important;
  }
  .pr-xl-1,
.px-xl-1 {
    padding-right: 5px !important;
  }
  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 5px !important;
  }
  .pl-xl-1,
.px-xl-1 {
    padding-left: 5px !important;
  }
  .p-xl-2 {
    padding: 10px !important;
  }
  .pt-xl-2,
.py-xl-2 {
    padding-top: 10px !important;
  }
  .pr-xl-2,
.px-xl-2 {
    padding-right: 10px !important;
  }
  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 10px !important;
  }
  .pl-xl-2,
.px-xl-2 {
    padding-left: 10px !important;
  }
  .p-xl-3 {
    padding: 15px !important;
  }
  .pt-xl-3,
.py-xl-3 {
    padding-top: 15px !important;
  }
  .pr-xl-3,
.px-xl-3 {
    padding-right: 15px !important;
  }
  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 15px !important;
  }
  .pl-xl-3,
.px-xl-3 {
    padding-left: 15px !important;
  }
  .p-xl-4 {
    padding: 20px !important;
  }
  .pt-xl-4,
.py-xl-4 {
    padding-top: 20px !important;
  }
  .pr-xl-4,
.px-xl-4 {
    padding-right: 20px !important;
  }
  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 20px !important;
  }
  .pl-xl-4,
.px-xl-4 {
    padding-left: 20px !important;
  }
  .p-xl-5 {
    padding: 30px !important;
  }
  .pt-xl-5,
.py-xl-5 {
    padding-top: 30px !important;
  }
  .pr-xl-5,
.px-xl-5 {
    padding-right: 30px !important;
  }
  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 30px !important;
  }
  .pl-xl-5,
.px-xl-5 {
    padding-left: 30px !important;
  }
  .p-xl-6 {
    padding: 45px !important;
  }
  .pt-xl-6,
.py-xl-6 {
    padding-top: 45px !important;
  }
  .pr-xl-6,
.px-xl-6 {
    padding-right: 45px !important;
  }
  .pb-xl-6,
.py-xl-6 {
    padding-bottom: 45px !important;
  }
  .pl-xl-6,
.px-xl-6 {
    padding-left: 45px !important;
  }
  .p-xl-80 {
    padding: 80px !important;
  }
  .pt-xl-80,
.py-xl-80 {
    padding-top: 80px !important;
  }
  .pr-xl-80,
.px-xl-80 {
    padding-right: 80px !important;
  }
  .pb-xl-80,
.py-xl-80 {
    padding-bottom: 80px !important;
  }
  .pl-xl-80,
.px-xl-80 {
    padding-left: 80px !important;
  }
  .p-xl-16 {
    padding: 16px !important;
  }
  .pt-xl-16,
.py-xl-16 {
    padding-top: 16px !important;
  }
  .pr-xl-16,
.px-xl-16 {
    padding-right: 16px !important;
  }
  .pb-xl-16,
.py-xl-16 {
    padding-bottom: 16px !important;
  }
  .pl-xl-16,
.px-xl-16 {
    padding-left: 16px !important;
  }
  .m-xl-n1 {
    margin: -5px !important;
  }
  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -5px !important;
  }
  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -5px !important;
  }
  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -5px !important;
  }
  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -5px !important;
  }
  .m-xl-n2 {
    margin: -10px !important;
  }
  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -10px !important;
  }
  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -10px !important;
  }
  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -10px !important;
  }
  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -10px !important;
  }
  .m-xl-n3 {
    margin: -15px !important;
  }
  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -15px !important;
  }
  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -15px !important;
  }
  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -15px !important;
  }
  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -15px !important;
  }
  .m-xl-n4 {
    margin: -20px !important;
  }
  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -20px !important;
  }
  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -20px !important;
  }
  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -20px !important;
  }
  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -20px !important;
  }
  .m-xl-n5 {
    margin: -30px !important;
  }
  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -30px !important;
  }
  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -30px !important;
  }
  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -30px !important;
  }
  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -30px !important;
  }
  .m-xl-n6 {
    margin: -45px !important;
  }
  .mt-xl-n6,
.my-xl-n6 {
    margin-top: -45px !important;
  }
  .mr-xl-n6,
.mx-xl-n6 {
    margin-right: -45px !important;
  }
  .mb-xl-n6,
.my-xl-n6 {
    margin-bottom: -45px !important;
  }
  .ml-xl-n6,
.mx-xl-n6 {
    margin-left: -45px !important;
  }
  .m-xl-n80 {
    margin: -80px !important;
  }
  .mt-xl-n80,
.my-xl-n80 {
    margin-top: -80px !important;
  }
  .mr-xl-n80,
.mx-xl-n80 {
    margin-right: -80px !important;
  }
  .mb-xl-n80,
.my-xl-n80 {
    margin-bottom: -80px !important;
  }
  .ml-xl-n80,
.mx-xl-n80 {
    margin-left: -80px !important;
  }
  .m-xl-n16 {
    margin: -16px !important;
  }
  .mt-xl-n16,
.my-xl-n16 {
    margin-top: -16px !important;
  }
  .mr-xl-n16,
.mx-xl-n16 {
    margin-right: -16px !important;
  }
  .mb-xl-n16,
.my-xl-n16 {
    margin-bottom: -16px !important;
  }
  .ml-xl-n16,
.mx-xl-n16 {
    margin-left: -16px !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 !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 720px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1024px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1280px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: bold !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #ffffff !important;
}

.text-primary {
  color: #004da0 !important;
}

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

.text-success {
  color: #7eb61c !important;
}

.text-info {
  color: #00a6eb !important;
}

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

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

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

.text-dark {
  color: #52565a !important;
}

.text-0 {
  color: #007c96 !important;
}

.text-1 {
  color: #004da0 !important;
}

.text-2 {
  color: #00a6eb !important;
}

.text-3 {
  color: #6b1d7c !important;
}

.text-4 {
  color: #b70064 !important;
}

.text-5 {
  color: #007c96 !important;
}

.text-6 {
  color: #7eb61c !important;
}

.text-7 {
  color: #f49d00 !important;
}

.text-8 {
  color: #c49f64 !important;
}

.text-9 {
  color: #bec4c7 !important;
}

.text-10 {
  color: #ffffff !important;
}

.text-default {
  color: #007c96 !important;
}

.text-violet {
  color: #6b1d7c !important;
}

.text-magenta {
  color: #b70064 !important;
}

.text-petrol {
  color: #007c96 !important;
}

.text-green {
  color: #7eb61c !important;
}

.text-orange {
  color: #f49d00 !important;
}

.text-gold {
  color: #c49f64 !important;
}

.text-silver {
  color: #bec4c7 !important;
}

.text-white {
  color: #ffffff !important;
}

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

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

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

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

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

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
img {
    page-break-inside: avoid;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 1024px !important;
  }
  .container {
    min-width: 1024px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #333333;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #ffffff !important;
  }
  .table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #a8aaac;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #a8aaac;
  }
}
.text-theme {
  color: #333333 !important;
}
.text-theme.card-subtitle {
  color: #a8aaac !important;
}

.bg-primary .custom-select,
.bg-opacity-primary .custom-select {
  border-color: #ffffff;
  color: #ffffff;
}
.bg-primary .custom-select option,
.bg-opacity-primary .custom-select option {
  color: #333333;
}
.bg-primary .custom-select option:hover,
.bg-opacity-primary .custom-select option:hover {
  background-color: #007c96;
}
.bg-primary .text-theme,
.bg-opacity-primary .text-theme {
  color: #ffffff !important;
}
.bg-primary a[href^="tel:"],
.bg-opacity-primary a[href^="tel:"] {
  color: #ffffff !important;
}
.bg-primary .btn-theme,
.bg-opacity-primary .btn-theme {
  color: #52565a;
  background-color: #ffffff;
  border-color: #004da0;
}
.bg-primary .btn-theme:hover,
.bg-opacity-primary .btn-theme:hover {
  color: #ffffff;
  background-color: #7e8890;
  border-color: #7e8890;
}
.bg-primary .btn-theme:focus, .bg-primary .btn-theme.focus,
.bg-opacity-primary .btn-theme:focus,
.bg-opacity-primary .btn-theme.focus {
  box-shadow: 0 0 0 0 rgba(12, 78, 150, 0.5);
}
.bg-primary .btn-theme.disabled, .bg-primary .btn-theme:disabled,
.bg-opacity-primary .btn-theme.disabled,
.bg-opacity-primary .btn-theme:disabled {
  color: #52565a;
  background-color: #ffffff;
  border-color: #004da0;
}
.bg-primary .btn-theme:not(:disabled):not(.disabled):active, .bg-primary .btn-theme:not(:disabled):not(.disabled).active, .show > .bg-primary .btn-theme.dropdown-toggle,
.bg-opacity-primary .btn-theme:not(:disabled):not(.disabled):active,
.bg-opacity-primary .btn-theme:not(:disabled):not(.disabled).active,
.show > .bg-opacity-primary .btn-theme.dropdown-toggle {
  color: #52565a;
  background-color: #e6e6e6;
  border-color: #002e60;
}
.bg-primary .btn-theme:not(:disabled):not(.disabled):active:focus, .bg-primary .btn-theme:not(:disabled):not(.disabled).active:focus, .show > .bg-primary .btn-theme.dropdown-toggle:focus,
.bg-opacity-primary .btn-theme:not(:disabled):not(.disabled):active:focus,
.bg-opacity-primary .btn-theme:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-primary .btn-theme.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(12, 78, 150, 0.5);
}
.bg-primary .btn-outline-primary,
.bg-opacity-primary .btn-outline-primary {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-primary .btn-outline-primary:hover,
.bg-opacity-primary .btn-outline-primary:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-primary .btn-outline-primary:focus, .bg-primary .btn-outline-primary.focus,
.bg-opacity-primary .btn-outline-primary:focus,
.bg-opacity-primary .btn-outline-primary.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-primary .btn-outline-primary.disabled, .bg-primary .btn-outline-primary:disabled,
.bg-opacity-primary .btn-outline-primary.disabled,
.bg-opacity-primary .btn-outline-primary:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-primary .btn-outline-primary:not(:disabled):not(.disabled):active, .bg-primary .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .bg-primary .btn-outline-primary.dropdown-toggle,
.bg-opacity-primary .btn-outline-primary:not(:disabled):not(.disabled):active,
.bg-opacity-primary .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .bg-opacity-primary .btn-outline-primary.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-primary .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .bg-primary .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .bg-primary .btn-outline-primary.dropdown-toggle:focus,
.bg-opacity-primary .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.bg-opacity-primary .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-primary .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-primary .btn-outline-secondary,
.bg-opacity-primary .btn-outline-secondary {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-primary .btn-outline-secondary:hover,
.bg-opacity-primary .btn-outline-secondary:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-primary .btn-outline-secondary:focus, .bg-primary .btn-outline-secondary.focus,
.bg-opacity-primary .btn-outline-secondary:focus,
.bg-opacity-primary .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-primary .btn-outline-secondary.disabled, .bg-primary .btn-outline-secondary:disabled,
.bg-opacity-primary .btn-outline-secondary.disabled,
.bg-opacity-primary .btn-outline-secondary:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-primary .btn-outline-secondary:not(:disabled):not(.disabled):active, .bg-primary .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .bg-primary .btn-outline-secondary.dropdown-toggle,
.bg-opacity-primary .btn-outline-secondary:not(:disabled):not(.disabled):active,
.bg-opacity-primary .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .bg-opacity-primary .btn-outline-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-primary .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .bg-primary .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .bg-primary .btn-outline-secondary.dropdown-toggle:focus,
.bg-opacity-primary .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.bg-opacity-primary .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-primary .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-primary .btn-outline-success,
.bg-opacity-primary .btn-outline-success {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-primary .btn-outline-success:hover,
.bg-opacity-primary .btn-outline-success:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-primary .btn-outline-success:focus, .bg-primary .btn-outline-success.focus,
.bg-opacity-primary .btn-outline-success:focus,
.bg-opacity-primary .btn-outline-success.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-primary .btn-outline-success.disabled, .bg-primary .btn-outline-success:disabled,
.bg-opacity-primary .btn-outline-success.disabled,
.bg-opacity-primary .btn-outline-success:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-primary .btn-outline-success:not(:disabled):not(.disabled):active, .bg-primary .btn-outline-success:not(:disabled):not(.disabled).active, .show > .bg-primary .btn-outline-success.dropdown-toggle,
.bg-opacity-primary .btn-outline-success:not(:disabled):not(.disabled):active,
.bg-opacity-primary .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .bg-opacity-primary .btn-outline-success.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-primary .btn-outline-success:not(:disabled):not(.disabled):active:focus, .bg-primary .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .bg-primary .btn-outline-success.dropdown-toggle:focus,
.bg-opacity-primary .btn-outline-success:not(:disabled):not(.disabled):active:focus,
.bg-opacity-primary .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-primary .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-primary .btn-outline-info,
.bg-opacity-primary .btn-outline-info {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-primary .btn-outline-info:hover,
.bg-opacity-primary .btn-outline-info:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-primary .btn-outline-info:focus, .bg-primary .btn-outline-info.focus,
.bg-opacity-primary .btn-outline-info:focus,
.bg-opacity-primary .btn-outline-info.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-primary .btn-outline-info.disabled, .bg-primary .btn-outline-info:disabled,
.bg-opacity-primary .btn-outline-info.disabled,
.bg-opacity-primary .btn-outline-info:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-primary .btn-outline-info:not(:disabled):not(.disabled):active, .bg-primary .btn-outline-info:not(:disabled):not(.disabled).active, .show > .bg-primary .btn-outline-info.dropdown-toggle,
.bg-opacity-primary .btn-outline-info:not(:disabled):not(.disabled):active,
.bg-opacity-primary .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .bg-opacity-primary .btn-outline-info.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-primary .btn-outline-info:not(:disabled):not(.disabled):active:focus, .bg-primary .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .bg-primary .btn-outline-info.dropdown-toggle:focus,
.bg-opacity-primary .btn-outline-info:not(:disabled):not(.disabled):active:focus,
.bg-opacity-primary .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-primary .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-primary .btn-outline-warning,
.bg-opacity-primary .btn-outline-warning {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-primary .btn-outline-warning:hover,
.bg-opacity-primary .btn-outline-warning:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-primary .btn-outline-warning:focus, .bg-primary .btn-outline-warning.focus,
.bg-opacity-primary .btn-outline-warning:focus,
.bg-opacity-primary .btn-outline-warning.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-primary .btn-outline-warning.disabled, .bg-primary .btn-outline-warning:disabled,
.bg-opacity-primary .btn-outline-warning.disabled,
.bg-opacity-primary .btn-outline-warning:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-primary .btn-outline-warning:not(:disabled):not(.disabled):active, .bg-primary .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .bg-primary .btn-outline-warning.dropdown-toggle,
.bg-opacity-primary .btn-outline-warning:not(:disabled):not(.disabled):active,
.bg-opacity-primary .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .bg-opacity-primary .btn-outline-warning.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-primary .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .bg-primary .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .bg-primary .btn-outline-warning.dropdown-toggle:focus,
.bg-opacity-primary .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.bg-opacity-primary .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-primary .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-primary .btn-outline-danger,
.bg-opacity-primary .btn-outline-danger {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-primary .btn-outline-danger:hover,
.bg-opacity-primary .btn-outline-danger:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-primary .btn-outline-danger:focus, .bg-primary .btn-outline-danger.focus,
.bg-opacity-primary .btn-outline-danger:focus,
.bg-opacity-primary .btn-outline-danger.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-primary .btn-outline-danger.disabled, .bg-primary .btn-outline-danger:disabled,
.bg-opacity-primary .btn-outline-danger.disabled,
.bg-opacity-primary .btn-outline-danger:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-primary .btn-outline-danger:not(:disabled):not(.disabled):active, .bg-primary .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .bg-primary .btn-outline-danger.dropdown-toggle,
.bg-opacity-primary .btn-outline-danger:not(:disabled):not(.disabled):active,
.bg-opacity-primary .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .bg-opacity-primary .btn-outline-danger.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-primary .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .bg-primary .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .bg-primary .btn-outline-danger.dropdown-toggle:focus,
.bg-opacity-primary .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.bg-opacity-primary .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-primary .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-primary .btn-outline-light,
.bg-opacity-primary .btn-outline-light {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-primary .btn-outline-light:hover,
.bg-opacity-primary .btn-outline-light:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-primary .btn-outline-light:focus, .bg-primary .btn-outline-light.focus,
.bg-opacity-primary .btn-outline-light:focus,
.bg-opacity-primary .btn-outline-light.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-primary .btn-outline-light.disabled, .bg-primary .btn-outline-light:disabled,
.bg-opacity-primary .btn-outline-light.disabled,
.bg-opacity-primary .btn-outline-light:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-primary .btn-outline-light:not(:disabled):not(.disabled):active, .bg-primary .btn-outline-light:not(:disabled):not(.disabled).active, .show > .bg-primary .btn-outline-light.dropdown-toggle,
.bg-opacity-primary .btn-outline-light:not(:disabled):not(.disabled):active,
.bg-opacity-primary .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .bg-opacity-primary .btn-outline-light.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-primary .btn-outline-light:not(:disabled):not(.disabled):active:focus, .bg-primary .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .bg-primary .btn-outline-light.dropdown-toggle:focus,
.bg-opacity-primary .btn-outline-light:not(:disabled):not(.disabled):active:focus,
.bg-opacity-primary .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-primary .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-primary .btn-outline-dark,
.bg-opacity-primary .btn-outline-dark {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-primary .btn-outline-dark:hover,
.bg-opacity-primary .btn-outline-dark:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-primary .btn-outline-dark:focus, .bg-primary .btn-outline-dark.focus,
.bg-opacity-primary .btn-outline-dark:focus,
.bg-opacity-primary .btn-outline-dark.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-primary .btn-outline-dark.disabled, .bg-primary .btn-outline-dark:disabled,
.bg-opacity-primary .btn-outline-dark.disabled,
.bg-opacity-primary .btn-outline-dark:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-primary .btn-outline-dark:not(:disabled):not(.disabled):active, .bg-primary .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .bg-primary .btn-outline-dark.dropdown-toggle,
.bg-opacity-primary .btn-outline-dark:not(:disabled):not(.disabled):active,
.bg-opacity-primary .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .bg-opacity-primary .btn-outline-dark.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-primary .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .bg-primary .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .bg-primary .btn-outline-dark.dropdown-toggle:focus,
.bg-opacity-primary .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.bg-opacity-primary .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-primary .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-primary .btn-outline-0,
.bg-opacity-primary .btn-outline-0 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-primary .btn-outline-0:hover,
.bg-opacity-primary .btn-outline-0:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-primary .btn-outline-0:focus, .bg-primary .btn-outline-0.focus,
.bg-opacity-primary .btn-outline-0:focus,
.bg-opacity-primary .btn-outline-0.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-primary .btn-outline-0.disabled, .bg-primary .btn-outline-0:disabled,
.bg-opacity-primary .btn-outline-0.disabled,
.bg-opacity-primary .btn-outline-0:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-primary .btn-outline-0:not(:disabled):not(.disabled):active, .bg-primary .btn-outline-0:not(:disabled):not(.disabled).active, .show > .bg-primary .btn-outline-0.dropdown-toggle,
.bg-opacity-primary .btn-outline-0:not(:disabled):not(.disabled):active,
.bg-opacity-primary .btn-outline-0:not(:disabled):not(.disabled).active,
.show > .bg-opacity-primary .btn-outline-0.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-primary .btn-outline-0:not(:disabled):not(.disabled):active:focus, .bg-primary .btn-outline-0:not(:disabled):not(.disabled).active:focus, .show > .bg-primary .btn-outline-0.dropdown-toggle:focus,
.bg-opacity-primary .btn-outline-0:not(:disabled):not(.disabled):active:focus,
.bg-opacity-primary .btn-outline-0:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-primary .btn-outline-0.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-primary .btn-outline-1,
.bg-opacity-primary .btn-outline-1 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-primary .btn-outline-1:hover,
.bg-opacity-primary .btn-outline-1:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-primary .btn-outline-1:focus, .bg-primary .btn-outline-1.focus,
.bg-opacity-primary .btn-outline-1:focus,
.bg-opacity-primary .btn-outline-1.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-primary .btn-outline-1.disabled, .bg-primary .btn-outline-1:disabled,
.bg-opacity-primary .btn-outline-1.disabled,
.bg-opacity-primary .btn-outline-1:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-primary .btn-outline-1:not(:disabled):not(.disabled):active, .bg-primary .btn-outline-1:not(:disabled):not(.disabled).active, .show > .bg-primary .btn-outline-1.dropdown-toggle,
.bg-opacity-primary .btn-outline-1:not(:disabled):not(.disabled):active,
.bg-opacity-primary .btn-outline-1:not(:disabled):not(.disabled).active,
.show > .bg-opacity-primary .btn-outline-1.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-primary .btn-outline-1:not(:disabled):not(.disabled):active:focus, .bg-primary .btn-outline-1:not(:disabled):not(.disabled).active:focus, .show > .bg-primary .btn-outline-1.dropdown-toggle:focus,
.bg-opacity-primary .btn-outline-1:not(:disabled):not(.disabled):active:focus,
.bg-opacity-primary .btn-outline-1:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-primary .btn-outline-1.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-primary .btn-outline-2,
.bg-opacity-primary .btn-outline-2 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-primary .btn-outline-2:hover,
.bg-opacity-primary .btn-outline-2:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-primary .btn-outline-2:focus, .bg-primary .btn-outline-2.focus,
.bg-opacity-primary .btn-outline-2:focus,
.bg-opacity-primary .btn-outline-2.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-primary .btn-outline-2.disabled, .bg-primary .btn-outline-2:disabled,
.bg-opacity-primary .btn-outline-2.disabled,
.bg-opacity-primary .btn-outline-2:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-primary .btn-outline-2:not(:disabled):not(.disabled):active, .bg-primary .btn-outline-2:not(:disabled):not(.disabled).active, .show > .bg-primary .btn-outline-2.dropdown-toggle,
.bg-opacity-primary .btn-outline-2:not(:disabled):not(.disabled):active,
.bg-opacity-primary .btn-outline-2:not(:disabled):not(.disabled).active,
.show > .bg-opacity-primary .btn-outline-2.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-primary .btn-outline-2:not(:disabled):not(.disabled):active:focus, .bg-primary .btn-outline-2:not(:disabled):not(.disabled).active:focus, .show > .bg-primary .btn-outline-2.dropdown-toggle:focus,
.bg-opacity-primary .btn-outline-2:not(:disabled):not(.disabled):active:focus,
.bg-opacity-primary .btn-outline-2:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-primary .btn-outline-2.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-primary .btn-outline-3,
.bg-opacity-primary .btn-outline-3 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-primary .btn-outline-3:hover,
.bg-opacity-primary .btn-outline-3:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-primary .btn-outline-3:focus, .bg-primary .btn-outline-3.focus,
.bg-opacity-primary .btn-outline-3:focus,
.bg-opacity-primary .btn-outline-3.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-primary .btn-outline-3.disabled, .bg-primary .btn-outline-3:disabled,
.bg-opacity-primary .btn-outline-3.disabled,
.bg-opacity-primary .btn-outline-3:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-primary .btn-outline-3:not(:disabled):not(.disabled):active, .bg-primary .btn-outline-3:not(:disabled):not(.disabled).active, .show > .bg-primary .btn-outline-3.dropdown-toggle,
.bg-opacity-primary .btn-outline-3:not(:disabled):not(.disabled):active,
.bg-opacity-primary .btn-outline-3:not(:disabled):not(.disabled).active,
.show > .bg-opacity-primary .btn-outline-3.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-primary .btn-outline-3:not(:disabled):not(.disabled):active:focus, .bg-primary .btn-outline-3:not(:disabled):not(.disabled).active:focus, .show > .bg-primary .btn-outline-3.dropdown-toggle:focus,
.bg-opacity-primary .btn-outline-3:not(:disabled):not(.disabled):active:focus,
.bg-opacity-primary .btn-outline-3:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-primary .btn-outline-3.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-primary .btn-outline-4,
.bg-opacity-primary .btn-outline-4 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-primary .btn-outline-4:hover,
.bg-opacity-primary .btn-outline-4:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-primary .btn-outline-4:focus, .bg-primary .btn-outline-4.focus,
.bg-opacity-primary .btn-outline-4:focus,
.bg-opacity-primary .btn-outline-4.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-primary .btn-outline-4.disabled, .bg-primary .btn-outline-4:disabled,
.bg-opacity-primary .btn-outline-4.disabled,
.bg-opacity-primary .btn-outline-4:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-primary .btn-outline-4:not(:disabled):not(.disabled):active, .bg-primary .btn-outline-4:not(:disabled):not(.disabled).active, .show > .bg-primary .btn-outline-4.dropdown-toggle,
.bg-opacity-primary .btn-outline-4:not(:disabled):not(.disabled):active,
.bg-opacity-primary .btn-outline-4:not(:disabled):not(.disabled).active,
.show > .bg-opacity-primary .btn-outline-4.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-primary .btn-outline-4:not(:disabled):not(.disabled):active:focus, .bg-primary .btn-outline-4:not(:disabled):not(.disabled).active:focus, .show > .bg-primary .btn-outline-4.dropdown-toggle:focus,
.bg-opacity-primary .btn-outline-4:not(:disabled):not(.disabled):active:focus,
.bg-opacity-primary .btn-outline-4:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-primary .btn-outline-4.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-primary .btn-outline-5,
.bg-opacity-primary .btn-outline-5 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-primary .btn-outline-5:hover,
.bg-opacity-primary .btn-outline-5:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-primary .btn-outline-5:focus, .bg-primary .btn-outline-5.focus,
.bg-opacity-primary .btn-outline-5:focus,
.bg-opacity-primary .btn-outline-5.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-primary .btn-outline-5.disabled, .bg-primary .btn-outline-5:disabled,
.bg-opacity-primary .btn-outline-5.disabled,
.bg-opacity-primary .btn-outline-5:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-primary .btn-outline-5:not(:disabled):not(.disabled):active, .bg-primary .btn-outline-5:not(:disabled):not(.disabled).active, .show > .bg-primary .btn-outline-5.dropdown-toggle,
.bg-opacity-primary .btn-outline-5:not(:disabled):not(.disabled):active,
.bg-opacity-primary .btn-outline-5:not(:disabled):not(.disabled).active,
.show > .bg-opacity-primary .btn-outline-5.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-primary .btn-outline-5:not(:disabled):not(.disabled):active:focus, .bg-primary .btn-outline-5:not(:disabled):not(.disabled).active:focus, .show > .bg-primary .btn-outline-5.dropdown-toggle:focus,
.bg-opacity-primary .btn-outline-5:not(:disabled):not(.disabled):active:focus,
.bg-opacity-primary .btn-outline-5:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-primary .btn-outline-5.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-primary .btn-outline-6,
.bg-opacity-primary .btn-outline-6 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-primary .btn-outline-6:hover,
.bg-opacity-primary .btn-outline-6:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-primary .btn-outline-6:focus, .bg-primary .btn-outline-6.focus,
.bg-opacity-primary .btn-outline-6:focus,
.bg-opacity-primary .btn-outline-6.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-primary .btn-outline-6.disabled, .bg-primary .btn-outline-6:disabled,
.bg-opacity-primary .btn-outline-6.disabled,
.bg-opacity-primary .btn-outline-6:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-primary .btn-outline-6:not(:disabled):not(.disabled):active, .bg-primary .btn-outline-6:not(:disabled):not(.disabled).active, .show > .bg-primary .btn-outline-6.dropdown-toggle,
.bg-opacity-primary .btn-outline-6:not(:disabled):not(.disabled):active,
.bg-opacity-primary .btn-outline-6:not(:disabled):not(.disabled).active,
.show > .bg-opacity-primary .btn-outline-6.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-primary .btn-outline-6:not(:disabled):not(.disabled):active:focus, .bg-primary .btn-outline-6:not(:disabled):not(.disabled).active:focus, .show > .bg-primary .btn-outline-6.dropdown-toggle:focus,
.bg-opacity-primary .btn-outline-6:not(:disabled):not(.disabled):active:focus,
.bg-opacity-primary .btn-outline-6:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-primary .btn-outline-6.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-primary .btn-outline-7,
.bg-opacity-primary .btn-outline-7 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-primary .btn-outline-7:hover,
.bg-opacity-primary .btn-outline-7:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-primary .btn-outline-7:focus, .bg-primary .btn-outline-7.focus,
.bg-opacity-primary .btn-outline-7:focus,
.bg-opacity-primary .btn-outline-7.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-primary .btn-outline-7.disabled, .bg-primary .btn-outline-7:disabled,
.bg-opacity-primary .btn-outline-7.disabled,
.bg-opacity-primary .btn-outline-7:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-primary .btn-outline-7:not(:disabled):not(.disabled):active, .bg-primary .btn-outline-7:not(:disabled):not(.disabled).active, .show > .bg-primary .btn-outline-7.dropdown-toggle,
.bg-opacity-primary .btn-outline-7:not(:disabled):not(.disabled):active,
.bg-opacity-primary .btn-outline-7:not(:disabled):not(.disabled).active,
.show > .bg-opacity-primary .btn-outline-7.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-primary .btn-outline-7:not(:disabled):not(.disabled):active:focus, .bg-primary .btn-outline-7:not(:disabled):not(.disabled).active:focus, .show > .bg-primary .btn-outline-7.dropdown-toggle:focus,
.bg-opacity-primary .btn-outline-7:not(:disabled):not(.disabled):active:focus,
.bg-opacity-primary .btn-outline-7:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-primary .btn-outline-7.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-primary .btn-outline-8,
.bg-opacity-primary .btn-outline-8 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-primary .btn-outline-8:hover,
.bg-opacity-primary .btn-outline-8:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-primary .btn-outline-8:focus, .bg-primary .btn-outline-8.focus,
.bg-opacity-primary .btn-outline-8:focus,
.bg-opacity-primary .btn-outline-8.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-primary .btn-outline-8.disabled, .bg-primary .btn-outline-8:disabled,
.bg-opacity-primary .btn-outline-8.disabled,
.bg-opacity-primary .btn-outline-8:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-primary .btn-outline-8:not(:disabled):not(.disabled):active, .bg-primary .btn-outline-8:not(:disabled):not(.disabled).active, .show > .bg-primary .btn-outline-8.dropdown-toggle,
.bg-opacity-primary .btn-outline-8:not(:disabled):not(.disabled):active,
.bg-opacity-primary .btn-outline-8:not(:disabled):not(.disabled).active,
.show > .bg-opacity-primary .btn-outline-8.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-primary .btn-outline-8:not(:disabled):not(.disabled):active:focus, .bg-primary .btn-outline-8:not(:disabled):not(.disabled).active:focus, .show > .bg-primary .btn-outline-8.dropdown-toggle:focus,
.bg-opacity-primary .btn-outline-8:not(:disabled):not(.disabled):active:focus,
.bg-opacity-primary .btn-outline-8:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-primary .btn-outline-8.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-primary .btn-outline-9,
.bg-opacity-primary .btn-outline-9 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-primary .btn-outline-9:hover,
.bg-opacity-primary .btn-outline-9:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-primary .btn-outline-9:focus, .bg-primary .btn-outline-9.focus,
.bg-opacity-primary .btn-outline-9:focus,
.bg-opacity-primary .btn-outline-9.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-primary .btn-outline-9.disabled, .bg-primary .btn-outline-9:disabled,
.bg-opacity-primary .btn-outline-9.disabled,
.bg-opacity-primary .btn-outline-9:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-primary .btn-outline-9:not(:disabled):not(.disabled):active, .bg-primary .btn-outline-9:not(:disabled):not(.disabled).active, .show > .bg-primary .btn-outline-9.dropdown-toggle,
.bg-opacity-primary .btn-outline-9:not(:disabled):not(.disabled):active,
.bg-opacity-primary .btn-outline-9:not(:disabled):not(.disabled).active,
.show > .bg-opacity-primary .btn-outline-9.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-primary .btn-outline-9:not(:disabled):not(.disabled):active:focus, .bg-primary .btn-outline-9:not(:disabled):not(.disabled).active:focus, .show > .bg-primary .btn-outline-9.dropdown-toggle:focus,
.bg-opacity-primary .btn-outline-9:not(:disabled):not(.disabled):active:focus,
.bg-opacity-primary .btn-outline-9:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-primary .btn-outline-9.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-primary .btn-outline-10,
.bg-opacity-primary .btn-outline-10 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-primary .btn-outline-10:hover,
.bg-opacity-primary .btn-outline-10:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-primary .btn-outline-10:focus, .bg-primary .btn-outline-10.focus,
.bg-opacity-primary .btn-outline-10:focus,
.bg-opacity-primary .btn-outline-10.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-primary .btn-outline-10.disabled, .bg-primary .btn-outline-10:disabled,
.bg-opacity-primary .btn-outline-10.disabled,
.bg-opacity-primary .btn-outline-10:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-primary .btn-outline-10:not(:disabled):not(.disabled):active, .bg-primary .btn-outline-10:not(:disabled):not(.disabled).active, .show > .bg-primary .btn-outline-10.dropdown-toggle,
.bg-opacity-primary .btn-outline-10:not(:disabled):not(.disabled):active,
.bg-opacity-primary .btn-outline-10:not(:disabled):not(.disabled).active,
.show > .bg-opacity-primary .btn-outline-10.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-primary .btn-outline-10:not(:disabled):not(.disabled):active:focus, .bg-primary .btn-outline-10:not(:disabled):not(.disabled).active:focus, .show > .bg-primary .btn-outline-10.dropdown-toggle:focus,
.bg-opacity-primary .btn-outline-10:not(:disabled):not(.disabled):active:focus,
.bg-opacity-primary .btn-outline-10:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-primary .btn-outline-10.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-primary .btn-outline-default,
.bg-opacity-primary .btn-outline-default {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-primary .btn-outline-default:hover,
.bg-opacity-primary .btn-outline-default:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-primary .btn-outline-default:focus, .bg-primary .btn-outline-default.focus,
.bg-opacity-primary .btn-outline-default:focus,
.bg-opacity-primary .btn-outline-default.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-primary .btn-outline-default.disabled, .bg-primary .btn-outline-default:disabled,
.bg-opacity-primary .btn-outline-default.disabled,
.bg-opacity-primary .btn-outline-default:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-primary .btn-outline-default:not(:disabled):not(.disabled):active, .bg-primary .btn-outline-default:not(:disabled):not(.disabled).active, .show > .bg-primary .btn-outline-default.dropdown-toggle,
.bg-opacity-primary .btn-outline-default:not(:disabled):not(.disabled):active,
.bg-opacity-primary .btn-outline-default:not(:disabled):not(.disabled).active,
.show > .bg-opacity-primary .btn-outline-default.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-primary .btn-outline-default:not(:disabled):not(.disabled):active:focus, .bg-primary .btn-outline-default:not(:disabled):not(.disabled).active:focus, .show > .bg-primary .btn-outline-default.dropdown-toggle:focus,
.bg-opacity-primary .btn-outline-default:not(:disabled):not(.disabled):active:focus,
.bg-opacity-primary .btn-outline-default:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-primary .btn-outline-default.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-primary .btn-outline-violet,
.bg-opacity-primary .btn-outline-violet {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-primary .btn-outline-violet:hover,
.bg-opacity-primary .btn-outline-violet:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-primary .btn-outline-violet:focus, .bg-primary .btn-outline-violet.focus,
.bg-opacity-primary .btn-outline-violet:focus,
.bg-opacity-primary .btn-outline-violet.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-primary .btn-outline-violet.disabled, .bg-primary .btn-outline-violet:disabled,
.bg-opacity-primary .btn-outline-violet.disabled,
.bg-opacity-primary .btn-outline-violet:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-primary .btn-outline-violet:not(:disabled):not(.disabled):active, .bg-primary .btn-outline-violet:not(:disabled):not(.disabled).active, .show > .bg-primary .btn-outline-violet.dropdown-toggle,
.bg-opacity-primary .btn-outline-violet:not(:disabled):not(.disabled):active,
.bg-opacity-primary .btn-outline-violet:not(:disabled):not(.disabled).active,
.show > .bg-opacity-primary .btn-outline-violet.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-primary .btn-outline-violet:not(:disabled):not(.disabled):active:focus, .bg-primary .btn-outline-violet:not(:disabled):not(.disabled).active:focus, .show > .bg-primary .btn-outline-violet.dropdown-toggle:focus,
.bg-opacity-primary .btn-outline-violet:not(:disabled):not(.disabled):active:focus,
.bg-opacity-primary .btn-outline-violet:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-primary .btn-outline-violet.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-primary .btn-outline-magenta,
.bg-opacity-primary .btn-outline-magenta {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-primary .btn-outline-magenta:hover,
.bg-opacity-primary .btn-outline-magenta:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-primary .btn-outline-magenta:focus, .bg-primary .btn-outline-magenta.focus,
.bg-opacity-primary .btn-outline-magenta:focus,
.bg-opacity-primary .btn-outline-magenta.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-primary .btn-outline-magenta.disabled, .bg-primary .btn-outline-magenta:disabled,
.bg-opacity-primary .btn-outline-magenta.disabled,
.bg-opacity-primary .btn-outline-magenta:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-primary .btn-outline-magenta:not(:disabled):not(.disabled):active, .bg-primary .btn-outline-magenta:not(:disabled):not(.disabled).active, .show > .bg-primary .btn-outline-magenta.dropdown-toggle,
.bg-opacity-primary .btn-outline-magenta:not(:disabled):not(.disabled):active,
.bg-opacity-primary .btn-outline-magenta:not(:disabled):not(.disabled).active,
.show > .bg-opacity-primary .btn-outline-magenta.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-primary .btn-outline-magenta:not(:disabled):not(.disabled):active:focus, .bg-primary .btn-outline-magenta:not(:disabled):not(.disabled).active:focus, .show > .bg-primary .btn-outline-magenta.dropdown-toggle:focus,
.bg-opacity-primary .btn-outline-magenta:not(:disabled):not(.disabled):active:focus,
.bg-opacity-primary .btn-outline-magenta:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-primary .btn-outline-magenta.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-primary .btn-outline-petrol,
.bg-opacity-primary .btn-outline-petrol {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-primary .btn-outline-petrol:hover,
.bg-opacity-primary .btn-outline-petrol:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-primary .btn-outline-petrol:focus, .bg-primary .btn-outline-petrol.focus,
.bg-opacity-primary .btn-outline-petrol:focus,
.bg-opacity-primary .btn-outline-petrol.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-primary .btn-outline-petrol.disabled, .bg-primary .btn-outline-petrol:disabled,
.bg-opacity-primary .btn-outline-petrol.disabled,
.bg-opacity-primary .btn-outline-petrol:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-primary .btn-outline-petrol:not(:disabled):not(.disabled):active, .bg-primary .btn-outline-petrol:not(:disabled):not(.disabled).active, .show > .bg-primary .btn-outline-petrol.dropdown-toggle,
.bg-opacity-primary .btn-outline-petrol:not(:disabled):not(.disabled):active,
.bg-opacity-primary .btn-outline-petrol:not(:disabled):not(.disabled).active,
.show > .bg-opacity-primary .btn-outline-petrol.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-primary .btn-outline-petrol:not(:disabled):not(.disabled):active:focus, .bg-primary .btn-outline-petrol:not(:disabled):not(.disabled).active:focus, .show > .bg-primary .btn-outline-petrol.dropdown-toggle:focus,
.bg-opacity-primary .btn-outline-petrol:not(:disabled):not(.disabled):active:focus,
.bg-opacity-primary .btn-outline-petrol:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-primary .btn-outline-petrol.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-primary .btn-outline-green,
.bg-opacity-primary .btn-outline-green {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-primary .btn-outline-green:hover,
.bg-opacity-primary .btn-outline-green:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-primary .btn-outline-green:focus, .bg-primary .btn-outline-green.focus,
.bg-opacity-primary .btn-outline-green:focus,
.bg-opacity-primary .btn-outline-green.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-primary .btn-outline-green.disabled, .bg-primary .btn-outline-green:disabled,
.bg-opacity-primary .btn-outline-green.disabled,
.bg-opacity-primary .btn-outline-green:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-primary .btn-outline-green:not(:disabled):not(.disabled):active, .bg-primary .btn-outline-green:not(:disabled):not(.disabled).active, .show > .bg-primary .btn-outline-green.dropdown-toggle,
.bg-opacity-primary .btn-outline-green:not(:disabled):not(.disabled):active,
.bg-opacity-primary .btn-outline-green:not(:disabled):not(.disabled).active,
.show > .bg-opacity-primary .btn-outline-green.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-primary .btn-outline-green:not(:disabled):not(.disabled):active:focus, .bg-primary .btn-outline-green:not(:disabled):not(.disabled).active:focus, .show > .bg-primary .btn-outline-green.dropdown-toggle:focus,
.bg-opacity-primary .btn-outline-green:not(:disabled):not(.disabled):active:focus,
.bg-opacity-primary .btn-outline-green:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-primary .btn-outline-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-primary .btn-outline-orange,
.bg-opacity-primary .btn-outline-orange {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-primary .btn-outline-orange:hover,
.bg-opacity-primary .btn-outline-orange:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-primary .btn-outline-orange:focus, .bg-primary .btn-outline-orange.focus,
.bg-opacity-primary .btn-outline-orange:focus,
.bg-opacity-primary .btn-outline-orange.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-primary .btn-outline-orange.disabled, .bg-primary .btn-outline-orange:disabled,
.bg-opacity-primary .btn-outline-orange.disabled,
.bg-opacity-primary .btn-outline-orange:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-primary .btn-outline-orange:not(:disabled):not(.disabled):active, .bg-primary .btn-outline-orange:not(:disabled):not(.disabled).active, .show > .bg-primary .btn-outline-orange.dropdown-toggle,
.bg-opacity-primary .btn-outline-orange:not(:disabled):not(.disabled):active,
.bg-opacity-primary .btn-outline-orange:not(:disabled):not(.disabled).active,
.show > .bg-opacity-primary .btn-outline-orange.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-primary .btn-outline-orange:not(:disabled):not(.disabled):active:focus, .bg-primary .btn-outline-orange:not(:disabled):not(.disabled).active:focus, .show > .bg-primary .btn-outline-orange.dropdown-toggle:focus,
.bg-opacity-primary .btn-outline-orange:not(:disabled):not(.disabled):active:focus,
.bg-opacity-primary .btn-outline-orange:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-primary .btn-outline-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-primary .btn-outline-gold,
.bg-opacity-primary .btn-outline-gold {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-primary .btn-outline-gold:hover,
.bg-opacity-primary .btn-outline-gold:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-primary .btn-outline-gold:focus, .bg-primary .btn-outline-gold.focus,
.bg-opacity-primary .btn-outline-gold:focus,
.bg-opacity-primary .btn-outline-gold.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-primary .btn-outline-gold.disabled, .bg-primary .btn-outline-gold:disabled,
.bg-opacity-primary .btn-outline-gold.disabled,
.bg-opacity-primary .btn-outline-gold:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-primary .btn-outline-gold:not(:disabled):not(.disabled):active, .bg-primary .btn-outline-gold:not(:disabled):not(.disabled).active, .show > .bg-primary .btn-outline-gold.dropdown-toggle,
.bg-opacity-primary .btn-outline-gold:not(:disabled):not(.disabled):active,
.bg-opacity-primary .btn-outline-gold:not(:disabled):not(.disabled).active,
.show > .bg-opacity-primary .btn-outline-gold.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-primary .btn-outline-gold:not(:disabled):not(.disabled):active:focus, .bg-primary .btn-outline-gold:not(:disabled):not(.disabled).active:focus, .show > .bg-primary .btn-outline-gold.dropdown-toggle:focus,
.bg-opacity-primary .btn-outline-gold:not(:disabled):not(.disabled):active:focus,
.bg-opacity-primary .btn-outline-gold:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-primary .btn-outline-gold.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-primary .btn-outline-silver,
.bg-opacity-primary .btn-outline-silver {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-primary .btn-outline-silver:hover,
.bg-opacity-primary .btn-outline-silver:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-primary .btn-outline-silver:focus, .bg-primary .btn-outline-silver.focus,
.bg-opacity-primary .btn-outline-silver:focus,
.bg-opacity-primary .btn-outline-silver.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-primary .btn-outline-silver.disabled, .bg-primary .btn-outline-silver:disabled,
.bg-opacity-primary .btn-outline-silver.disabled,
.bg-opacity-primary .btn-outline-silver:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-primary .btn-outline-silver:not(:disabled):not(.disabled):active, .bg-primary .btn-outline-silver:not(:disabled):not(.disabled).active, .show > .bg-primary .btn-outline-silver.dropdown-toggle,
.bg-opacity-primary .btn-outline-silver:not(:disabled):not(.disabled):active,
.bg-opacity-primary .btn-outline-silver:not(:disabled):not(.disabled).active,
.show > .bg-opacity-primary .btn-outline-silver.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-primary .btn-outline-silver:not(:disabled):not(.disabled):active:focus, .bg-primary .btn-outline-silver:not(:disabled):not(.disabled).active:focus, .show > .bg-primary .btn-outline-silver.dropdown-toggle:focus,
.bg-opacity-primary .btn-outline-silver:not(:disabled):not(.disabled):active:focus,
.bg-opacity-primary .btn-outline-silver:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-primary .btn-outline-silver.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-primary .btn-outline-white,
.bg-opacity-primary .btn-outline-white {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-primary .btn-outline-white:hover,
.bg-opacity-primary .btn-outline-white:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-primary .btn-outline-white:focus, .bg-primary .btn-outline-white.focus,
.bg-opacity-primary .btn-outline-white:focus,
.bg-opacity-primary .btn-outline-white.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-primary .btn-outline-white.disabled, .bg-primary .btn-outline-white:disabled,
.bg-opacity-primary .btn-outline-white.disabled,
.bg-opacity-primary .btn-outline-white:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-primary .btn-outline-white:not(:disabled):not(.disabled):active, .bg-primary .btn-outline-white:not(:disabled):not(.disabled).active, .show > .bg-primary .btn-outline-white.dropdown-toggle,
.bg-opacity-primary .btn-outline-white:not(:disabled):not(.disabled):active,
.bg-opacity-primary .btn-outline-white:not(:disabled):not(.disabled).active,
.show > .bg-opacity-primary .btn-outline-white.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-primary .btn-outline-white:not(:disabled):not(.disabled):active:focus, .bg-primary .btn-outline-white:not(:disabled):not(.disabled).active:focus, .show > .bg-primary .btn-outline-white.dropdown-toggle:focus,
.bg-opacity-primary .btn-outline-white:not(:disabled):not(.disabled):active:focus,
.bg-opacity-primary .btn-outline-white:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-primary .btn-outline-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}

.bg-secondary .custom-select,
.bg-opacity-secondary .custom-select {
  border-color: #ffffff;
  color: #ffffff;
}
.bg-secondary .custom-select option,
.bg-opacity-secondary .custom-select option {
  color: #333333;
}
.bg-secondary .custom-select option:hover,
.bg-opacity-secondary .custom-select option:hover {
  background-color: #007c96;
}
.bg-secondary .text-theme,
.bg-opacity-secondary .text-theme {
  color: #ffffff !important;
}
.bg-secondary a[href^="tel:"],
.bg-opacity-secondary a[href^="tel:"] {
  color: #ffffff !important;
}
.bg-secondary .btn-theme,
.bg-opacity-secondary .btn-theme {
  color: #52565a;
  background-color: #ffffff;
  border-color: #00a6eb;
}
.bg-secondary .btn-theme:hover,
.bg-opacity-secondary .btn-theme:hover {
  color: #ffffff;
  background-color: #7e8890;
  border-color: #7e8890;
}
.bg-secondary .btn-theme:focus, .bg-secondary .btn-theme.focus,
.bg-opacity-secondary .btn-theme:focus,
.bg-opacity-secondary .btn-theme.focus {
  box-shadow: 0 0 0 0 rgba(12, 154, 213, 0.5);
}
.bg-secondary .btn-theme.disabled, .bg-secondary .btn-theme:disabled,
.bg-opacity-secondary .btn-theme.disabled,
.bg-opacity-secondary .btn-theme:disabled {
  color: #52565a;
  background-color: #ffffff;
  border-color: #00a6eb;
}
.bg-secondary .btn-theme:not(:disabled):not(.disabled):active, .bg-secondary .btn-theme:not(:disabled):not(.disabled).active, .show > .bg-secondary .btn-theme.dropdown-toggle,
.bg-opacity-secondary .btn-theme:not(:disabled):not(.disabled):active,
.bg-opacity-secondary .btn-theme:not(:disabled):not(.disabled).active,
.show > .bg-opacity-secondary .btn-theme.dropdown-toggle {
  color: #52565a;
  background-color: #e6e6e6;
  border-color: #0079ab;
}
.bg-secondary .btn-theme:not(:disabled):not(.disabled):active:focus, .bg-secondary .btn-theme:not(:disabled):not(.disabled).active:focus, .show > .bg-secondary .btn-theme.dropdown-toggle:focus,
.bg-opacity-secondary .btn-theme:not(:disabled):not(.disabled):active:focus,
.bg-opacity-secondary .btn-theme:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-secondary .btn-theme.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(12, 154, 213, 0.5);
}
.bg-secondary .btn-outline-primary,
.bg-opacity-secondary .btn-outline-primary {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-secondary .btn-outline-primary:hover,
.bg-opacity-secondary .btn-outline-primary:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-secondary .btn-outline-primary:focus, .bg-secondary .btn-outline-primary.focus,
.bg-opacity-secondary .btn-outline-primary:focus,
.bg-opacity-secondary .btn-outline-primary.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-secondary .btn-outline-primary.disabled, .bg-secondary .btn-outline-primary:disabled,
.bg-opacity-secondary .btn-outline-primary.disabled,
.bg-opacity-secondary .btn-outline-primary:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-secondary .btn-outline-primary:not(:disabled):not(.disabled):active, .bg-secondary .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .bg-secondary .btn-outline-primary.dropdown-toggle,
.bg-opacity-secondary .btn-outline-primary:not(:disabled):not(.disabled):active,
.bg-opacity-secondary .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .bg-opacity-secondary .btn-outline-primary.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-secondary .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .bg-secondary .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .bg-secondary .btn-outline-primary.dropdown-toggle:focus,
.bg-opacity-secondary .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.bg-opacity-secondary .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-secondary .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-secondary .btn-outline-secondary,
.bg-opacity-secondary .btn-outline-secondary {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-secondary .btn-outline-secondary:hover,
.bg-opacity-secondary .btn-outline-secondary:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-secondary .btn-outline-secondary:focus, .bg-secondary .btn-outline-secondary.focus,
.bg-opacity-secondary .btn-outline-secondary:focus,
.bg-opacity-secondary .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-secondary .btn-outline-secondary.disabled, .bg-secondary .btn-outline-secondary:disabled,
.bg-opacity-secondary .btn-outline-secondary.disabled,
.bg-opacity-secondary .btn-outline-secondary:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-secondary .btn-outline-secondary:not(:disabled):not(.disabled):active, .bg-secondary .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .bg-secondary .btn-outline-secondary.dropdown-toggle,
.bg-opacity-secondary .btn-outline-secondary:not(:disabled):not(.disabled):active,
.bg-opacity-secondary .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .bg-opacity-secondary .btn-outline-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-secondary .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .bg-secondary .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .bg-secondary .btn-outline-secondary.dropdown-toggle:focus,
.bg-opacity-secondary .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.bg-opacity-secondary .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-secondary .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-secondary .btn-outline-success,
.bg-opacity-secondary .btn-outline-success {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-secondary .btn-outline-success:hover,
.bg-opacity-secondary .btn-outline-success:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-secondary .btn-outline-success:focus, .bg-secondary .btn-outline-success.focus,
.bg-opacity-secondary .btn-outline-success:focus,
.bg-opacity-secondary .btn-outline-success.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-secondary .btn-outline-success.disabled, .bg-secondary .btn-outline-success:disabled,
.bg-opacity-secondary .btn-outline-success.disabled,
.bg-opacity-secondary .btn-outline-success:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-secondary .btn-outline-success:not(:disabled):not(.disabled):active, .bg-secondary .btn-outline-success:not(:disabled):not(.disabled).active, .show > .bg-secondary .btn-outline-success.dropdown-toggle,
.bg-opacity-secondary .btn-outline-success:not(:disabled):not(.disabled):active,
.bg-opacity-secondary .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .bg-opacity-secondary .btn-outline-success.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-secondary .btn-outline-success:not(:disabled):not(.disabled):active:focus, .bg-secondary .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .bg-secondary .btn-outline-success.dropdown-toggle:focus,
.bg-opacity-secondary .btn-outline-success:not(:disabled):not(.disabled):active:focus,
.bg-opacity-secondary .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-secondary .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-secondary .btn-outline-info,
.bg-opacity-secondary .btn-outline-info {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-secondary .btn-outline-info:hover,
.bg-opacity-secondary .btn-outline-info:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-secondary .btn-outline-info:focus, .bg-secondary .btn-outline-info.focus,
.bg-opacity-secondary .btn-outline-info:focus,
.bg-opacity-secondary .btn-outline-info.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-secondary .btn-outline-info.disabled, .bg-secondary .btn-outline-info:disabled,
.bg-opacity-secondary .btn-outline-info.disabled,
.bg-opacity-secondary .btn-outline-info:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-secondary .btn-outline-info:not(:disabled):not(.disabled):active, .bg-secondary .btn-outline-info:not(:disabled):not(.disabled).active, .show > .bg-secondary .btn-outline-info.dropdown-toggle,
.bg-opacity-secondary .btn-outline-info:not(:disabled):not(.disabled):active,
.bg-opacity-secondary .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .bg-opacity-secondary .btn-outline-info.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-secondary .btn-outline-info:not(:disabled):not(.disabled):active:focus, .bg-secondary .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .bg-secondary .btn-outline-info.dropdown-toggle:focus,
.bg-opacity-secondary .btn-outline-info:not(:disabled):not(.disabled):active:focus,
.bg-opacity-secondary .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-secondary .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-secondary .btn-outline-warning,
.bg-opacity-secondary .btn-outline-warning {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-secondary .btn-outline-warning:hover,
.bg-opacity-secondary .btn-outline-warning:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-secondary .btn-outline-warning:focus, .bg-secondary .btn-outline-warning.focus,
.bg-opacity-secondary .btn-outline-warning:focus,
.bg-opacity-secondary .btn-outline-warning.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-secondary .btn-outline-warning.disabled, .bg-secondary .btn-outline-warning:disabled,
.bg-opacity-secondary .btn-outline-warning.disabled,
.bg-opacity-secondary .btn-outline-warning:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-secondary .btn-outline-warning:not(:disabled):not(.disabled):active, .bg-secondary .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .bg-secondary .btn-outline-warning.dropdown-toggle,
.bg-opacity-secondary .btn-outline-warning:not(:disabled):not(.disabled):active,
.bg-opacity-secondary .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .bg-opacity-secondary .btn-outline-warning.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-secondary .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .bg-secondary .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .bg-secondary .btn-outline-warning.dropdown-toggle:focus,
.bg-opacity-secondary .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.bg-opacity-secondary .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-secondary .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-secondary .btn-outline-danger,
.bg-opacity-secondary .btn-outline-danger {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-secondary .btn-outline-danger:hover,
.bg-opacity-secondary .btn-outline-danger:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-secondary .btn-outline-danger:focus, .bg-secondary .btn-outline-danger.focus,
.bg-opacity-secondary .btn-outline-danger:focus,
.bg-opacity-secondary .btn-outline-danger.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-secondary .btn-outline-danger.disabled, .bg-secondary .btn-outline-danger:disabled,
.bg-opacity-secondary .btn-outline-danger.disabled,
.bg-opacity-secondary .btn-outline-danger:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-secondary .btn-outline-danger:not(:disabled):not(.disabled):active, .bg-secondary .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .bg-secondary .btn-outline-danger.dropdown-toggle,
.bg-opacity-secondary .btn-outline-danger:not(:disabled):not(.disabled):active,
.bg-opacity-secondary .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .bg-opacity-secondary .btn-outline-danger.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-secondary .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .bg-secondary .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .bg-secondary .btn-outline-danger.dropdown-toggle:focus,
.bg-opacity-secondary .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.bg-opacity-secondary .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-secondary .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-secondary .btn-outline-light,
.bg-opacity-secondary .btn-outline-light {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-secondary .btn-outline-light:hover,
.bg-opacity-secondary .btn-outline-light:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-secondary .btn-outline-light:focus, .bg-secondary .btn-outline-light.focus,
.bg-opacity-secondary .btn-outline-light:focus,
.bg-opacity-secondary .btn-outline-light.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-secondary .btn-outline-light.disabled, .bg-secondary .btn-outline-light:disabled,
.bg-opacity-secondary .btn-outline-light.disabled,
.bg-opacity-secondary .btn-outline-light:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-secondary .btn-outline-light:not(:disabled):not(.disabled):active, .bg-secondary .btn-outline-light:not(:disabled):not(.disabled).active, .show > .bg-secondary .btn-outline-light.dropdown-toggle,
.bg-opacity-secondary .btn-outline-light:not(:disabled):not(.disabled):active,
.bg-opacity-secondary .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .bg-opacity-secondary .btn-outline-light.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-secondary .btn-outline-light:not(:disabled):not(.disabled):active:focus, .bg-secondary .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .bg-secondary .btn-outline-light.dropdown-toggle:focus,
.bg-opacity-secondary .btn-outline-light:not(:disabled):not(.disabled):active:focus,
.bg-opacity-secondary .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-secondary .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-secondary .btn-outline-dark,
.bg-opacity-secondary .btn-outline-dark {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-secondary .btn-outline-dark:hover,
.bg-opacity-secondary .btn-outline-dark:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-secondary .btn-outline-dark:focus, .bg-secondary .btn-outline-dark.focus,
.bg-opacity-secondary .btn-outline-dark:focus,
.bg-opacity-secondary .btn-outline-dark.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-secondary .btn-outline-dark.disabled, .bg-secondary .btn-outline-dark:disabled,
.bg-opacity-secondary .btn-outline-dark.disabled,
.bg-opacity-secondary .btn-outline-dark:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-secondary .btn-outline-dark:not(:disabled):not(.disabled):active, .bg-secondary .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .bg-secondary .btn-outline-dark.dropdown-toggle,
.bg-opacity-secondary .btn-outline-dark:not(:disabled):not(.disabled):active,
.bg-opacity-secondary .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .bg-opacity-secondary .btn-outline-dark.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-secondary .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .bg-secondary .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .bg-secondary .btn-outline-dark.dropdown-toggle:focus,
.bg-opacity-secondary .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.bg-opacity-secondary .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-secondary .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-secondary .btn-outline-0,
.bg-opacity-secondary .btn-outline-0 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-secondary .btn-outline-0:hover,
.bg-opacity-secondary .btn-outline-0:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-secondary .btn-outline-0:focus, .bg-secondary .btn-outline-0.focus,
.bg-opacity-secondary .btn-outline-0:focus,
.bg-opacity-secondary .btn-outline-0.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-secondary .btn-outline-0.disabled, .bg-secondary .btn-outline-0:disabled,
.bg-opacity-secondary .btn-outline-0.disabled,
.bg-opacity-secondary .btn-outline-0:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-secondary .btn-outline-0:not(:disabled):not(.disabled):active, .bg-secondary .btn-outline-0:not(:disabled):not(.disabled).active, .show > .bg-secondary .btn-outline-0.dropdown-toggle,
.bg-opacity-secondary .btn-outline-0:not(:disabled):not(.disabled):active,
.bg-opacity-secondary .btn-outline-0:not(:disabled):not(.disabled).active,
.show > .bg-opacity-secondary .btn-outline-0.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-secondary .btn-outline-0:not(:disabled):not(.disabled):active:focus, .bg-secondary .btn-outline-0:not(:disabled):not(.disabled).active:focus, .show > .bg-secondary .btn-outline-0.dropdown-toggle:focus,
.bg-opacity-secondary .btn-outline-0:not(:disabled):not(.disabled):active:focus,
.bg-opacity-secondary .btn-outline-0:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-secondary .btn-outline-0.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-secondary .btn-outline-1,
.bg-opacity-secondary .btn-outline-1 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-secondary .btn-outline-1:hover,
.bg-opacity-secondary .btn-outline-1:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-secondary .btn-outline-1:focus, .bg-secondary .btn-outline-1.focus,
.bg-opacity-secondary .btn-outline-1:focus,
.bg-opacity-secondary .btn-outline-1.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-secondary .btn-outline-1.disabled, .bg-secondary .btn-outline-1:disabled,
.bg-opacity-secondary .btn-outline-1.disabled,
.bg-opacity-secondary .btn-outline-1:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-secondary .btn-outline-1:not(:disabled):not(.disabled):active, .bg-secondary .btn-outline-1:not(:disabled):not(.disabled).active, .show > .bg-secondary .btn-outline-1.dropdown-toggle,
.bg-opacity-secondary .btn-outline-1:not(:disabled):not(.disabled):active,
.bg-opacity-secondary .btn-outline-1:not(:disabled):not(.disabled).active,
.show > .bg-opacity-secondary .btn-outline-1.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-secondary .btn-outline-1:not(:disabled):not(.disabled):active:focus, .bg-secondary .btn-outline-1:not(:disabled):not(.disabled).active:focus, .show > .bg-secondary .btn-outline-1.dropdown-toggle:focus,
.bg-opacity-secondary .btn-outline-1:not(:disabled):not(.disabled):active:focus,
.bg-opacity-secondary .btn-outline-1:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-secondary .btn-outline-1.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-secondary .btn-outline-2,
.bg-opacity-secondary .btn-outline-2 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-secondary .btn-outline-2:hover,
.bg-opacity-secondary .btn-outline-2:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-secondary .btn-outline-2:focus, .bg-secondary .btn-outline-2.focus,
.bg-opacity-secondary .btn-outline-2:focus,
.bg-opacity-secondary .btn-outline-2.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-secondary .btn-outline-2.disabled, .bg-secondary .btn-outline-2:disabled,
.bg-opacity-secondary .btn-outline-2.disabled,
.bg-opacity-secondary .btn-outline-2:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-secondary .btn-outline-2:not(:disabled):not(.disabled):active, .bg-secondary .btn-outline-2:not(:disabled):not(.disabled).active, .show > .bg-secondary .btn-outline-2.dropdown-toggle,
.bg-opacity-secondary .btn-outline-2:not(:disabled):not(.disabled):active,
.bg-opacity-secondary .btn-outline-2:not(:disabled):not(.disabled).active,
.show > .bg-opacity-secondary .btn-outline-2.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-secondary .btn-outline-2:not(:disabled):not(.disabled):active:focus, .bg-secondary .btn-outline-2:not(:disabled):not(.disabled).active:focus, .show > .bg-secondary .btn-outline-2.dropdown-toggle:focus,
.bg-opacity-secondary .btn-outline-2:not(:disabled):not(.disabled):active:focus,
.bg-opacity-secondary .btn-outline-2:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-secondary .btn-outline-2.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-secondary .btn-outline-3,
.bg-opacity-secondary .btn-outline-3 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-secondary .btn-outline-3:hover,
.bg-opacity-secondary .btn-outline-3:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-secondary .btn-outline-3:focus, .bg-secondary .btn-outline-3.focus,
.bg-opacity-secondary .btn-outline-3:focus,
.bg-opacity-secondary .btn-outline-3.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-secondary .btn-outline-3.disabled, .bg-secondary .btn-outline-3:disabled,
.bg-opacity-secondary .btn-outline-3.disabled,
.bg-opacity-secondary .btn-outline-3:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-secondary .btn-outline-3:not(:disabled):not(.disabled):active, .bg-secondary .btn-outline-3:not(:disabled):not(.disabled).active, .show > .bg-secondary .btn-outline-3.dropdown-toggle,
.bg-opacity-secondary .btn-outline-3:not(:disabled):not(.disabled):active,
.bg-opacity-secondary .btn-outline-3:not(:disabled):not(.disabled).active,
.show > .bg-opacity-secondary .btn-outline-3.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-secondary .btn-outline-3:not(:disabled):not(.disabled):active:focus, .bg-secondary .btn-outline-3:not(:disabled):not(.disabled).active:focus, .show > .bg-secondary .btn-outline-3.dropdown-toggle:focus,
.bg-opacity-secondary .btn-outline-3:not(:disabled):not(.disabled):active:focus,
.bg-opacity-secondary .btn-outline-3:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-secondary .btn-outline-3.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-secondary .btn-outline-4,
.bg-opacity-secondary .btn-outline-4 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-secondary .btn-outline-4:hover,
.bg-opacity-secondary .btn-outline-4:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-secondary .btn-outline-4:focus, .bg-secondary .btn-outline-4.focus,
.bg-opacity-secondary .btn-outline-4:focus,
.bg-opacity-secondary .btn-outline-4.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-secondary .btn-outline-4.disabled, .bg-secondary .btn-outline-4:disabled,
.bg-opacity-secondary .btn-outline-4.disabled,
.bg-opacity-secondary .btn-outline-4:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-secondary .btn-outline-4:not(:disabled):not(.disabled):active, .bg-secondary .btn-outline-4:not(:disabled):not(.disabled).active, .show > .bg-secondary .btn-outline-4.dropdown-toggle,
.bg-opacity-secondary .btn-outline-4:not(:disabled):not(.disabled):active,
.bg-opacity-secondary .btn-outline-4:not(:disabled):not(.disabled).active,
.show > .bg-opacity-secondary .btn-outline-4.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-secondary .btn-outline-4:not(:disabled):not(.disabled):active:focus, .bg-secondary .btn-outline-4:not(:disabled):not(.disabled).active:focus, .show > .bg-secondary .btn-outline-4.dropdown-toggle:focus,
.bg-opacity-secondary .btn-outline-4:not(:disabled):not(.disabled):active:focus,
.bg-opacity-secondary .btn-outline-4:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-secondary .btn-outline-4.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-secondary .btn-outline-5,
.bg-opacity-secondary .btn-outline-5 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-secondary .btn-outline-5:hover,
.bg-opacity-secondary .btn-outline-5:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-secondary .btn-outline-5:focus, .bg-secondary .btn-outline-5.focus,
.bg-opacity-secondary .btn-outline-5:focus,
.bg-opacity-secondary .btn-outline-5.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-secondary .btn-outline-5.disabled, .bg-secondary .btn-outline-5:disabled,
.bg-opacity-secondary .btn-outline-5.disabled,
.bg-opacity-secondary .btn-outline-5:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-secondary .btn-outline-5:not(:disabled):not(.disabled):active, .bg-secondary .btn-outline-5:not(:disabled):not(.disabled).active, .show > .bg-secondary .btn-outline-5.dropdown-toggle,
.bg-opacity-secondary .btn-outline-5:not(:disabled):not(.disabled):active,
.bg-opacity-secondary .btn-outline-5:not(:disabled):not(.disabled).active,
.show > .bg-opacity-secondary .btn-outline-5.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-secondary .btn-outline-5:not(:disabled):not(.disabled):active:focus, .bg-secondary .btn-outline-5:not(:disabled):not(.disabled).active:focus, .show > .bg-secondary .btn-outline-5.dropdown-toggle:focus,
.bg-opacity-secondary .btn-outline-5:not(:disabled):not(.disabled):active:focus,
.bg-opacity-secondary .btn-outline-5:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-secondary .btn-outline-5.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-secondary .btn-outline-6,
.bg-opacity-secondary .btn-outline-6 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-secondary .btn-outline-6:hover,
.bg-opacity-secondary .btn-outline-6:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-secondary .btn-outline-6:focus, .bg-secondary .btn-outline-6.focus,
.bg-opacity-secondary .btn-outline-6:focus,
.bg-opacity-secondary .btn-outline-6.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-secondary .btn-outline-6.disabled, .bg-secondary .btn-outline-6:disabled,
.bg-opacity-secondary .btn-outline-6.disabled,
.bg-opacity-secondary .btn-outline-6:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-secondary .btn-outline-6:not(:disabled):not(.disabled):active, .bg-secondary .btn-outline-6:not(:disabled):not(.disabled).active, .show > .bg-secondary .btn-outline-6.dropdown-toggle,
.bg-opacity-secondary .btn-outline-6:not(:disabled):not(.disabled):active,
.bg-opacity-secondary .btn-outline-6:not(:disabled):not(.disabled).active,
.show > .bg-opacity-secondary .btn-outline-6.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-secondary .btn-outline-6:not(:disabled):not(.disabled):active:focus, .bg-secondary .btn-outline-6:not(:disabled):not(.disabled).active:focus, .show > .bg-secondary .btn-outline-6.dropdown-toggle:focus,
.bg-opacity-secondary .btn-outline-6:not(:disabled):not(.disabled):active:focus,
.bg-opacity-secondary .btn-outline-6:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-secondary .btn-outline-6.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-secondary .btn-outline-7,
.bg-opacity-secondary .btn-outline-7 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-secondary .btn-outline-7:hover,
.bg-opacity-secondary .btn-outline-7:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-secondary .btn-outline-7:focus, .bg-secondary .btn-outline-7.focus,
.bg-opacity-secondary .btn-outline-7:focus,
.bg-opacity-secondary .btn-outline-7.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-secondary .btn-outline-7.disabled, .bg-secondary .btn-outline-7:disabled,
.bg-opacity-secondary .btn-outline-7.disabled,
.bg-opacity-secondary .btn-outline-7:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-secondary .btn-outline-7:not(:disabled):not(.disabled):active, .bg-secondary .btn-outline-7:not(:disabled):not(.disabled).active, .show > .bg-secondary .btn-outline-7.dropdown-toggle,
.bg-opacity-secondary .btn-outline-7:not(:disabled):not(.disabled):active,
.bg-opacity-secondary .btn-outline-7:not(:disabled):not(.disabled).active,
.show > .bg-opacity-secondary .btn-outline-7.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-secondary .btn-outline-7:not(:disabled):not(.disabled):active:focus, .bg-secondary .btn-outline-7:not(:disabled):not(.disabled).active:focus, .show > .bg-secondary .btn-outline-7.dropdown-toggle:focus,
.bg-opacity-secondary .btn-outline-7:not(:disabled):not(.disabled):active:focus,
.bg-opacity-secondary .btn-outline-7:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-secondary .btn-outline-7.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-secondary .btn-outline-8,
.bg-opacity-secondary .btn-outline-8 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-secondary .btn-outline-8:hover,
.bg-opacity-secondary .btn-outline-8:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-secondary .btn-outline-8:focus, .bg-secondary .btn-outline-8.focus,
.bg-opacity-secondary .btn-outline-8:focus,
.bg-opacity-secondary .btn-outline-8.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-secondary .btn-outline-8.disabled, .bg-secondary .btn-outline-8:disabled,
.bg-opacity-secondary .btn-outline-8.disabled,
.bg-opacity-secondary .btn-outline-8:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-secondary .btn-outline-8:not(:disabled):not(.disabled):active, .bg-secondary .btn-outline-8:not(:disabled):not(.disabled).active, .show > .bg-secondary .btn-outline-8.dropdown-toggle,
.bg-opacity-secondary .btn-outline-8:not(:disabled):not(.disabled):active,
.bg-opacity-secondary .btn-outline-8:not(:disabled):not(.disabled).active,
.show > .bg-opacity-secondary .btn-outline-8.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-secondary .btn-outline-8:not(:disabled):not(.disabled):active:focus, .bg-secondary .btn-outline-8:not(:disabled):not(.disabled).active:focus, .show > .bg-secondary .btn-outline-8.dropdown-toggle:focus,
.bg-opacity-secondary .btn-outline-8:not(:disabled):not(.disabled):active:focus,
.bg-opacity-secondary .btn-outline-8:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-secondary .btn-outline-8.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-secondary .btn-outline-9,
.bg-opacity-secondary .btn-outline-9 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-secondary .btn-outline-9:hover,
.bg-opacity-secondary .btn-outline-9:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-secondary .btn-outline-9:focus, .bg-secondary .btn-outline-9.focus,
.bg-opacity-secondary .btn-outline-9:focus,
.bg-opacity-secondary .btn-outline-9.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-secondary .btn-outline-9.disabled, .bg-secondary .btn-outline-9:disabled,
.bg-opacity-secondary .btn-outline-9.disabled,
.bg-opacity-secondary .btn-outline-9:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-secondary .btn-outline-9:not(:disabled):not(.disabled):active, .bg-secondary .btn-outline-9:not(:disabled):not(.disabled).active, .show > .bg-secondary .btn-outline-9.dropdown-toggle,
.bg-opacity-secondary .btn-outline-9:not(:disabled):not(.disabled):active,
.bg-opacity-secondary .btn-outline-9:not(:disabled):not(.disabled).active,
.show > .bg-opacity-secondary .btn-outline-9.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-secondary .btn-outline-9:not(:disabled):not(.disabled):active:focus, .bg-secondary .btn-outline-9:not(:disabled):not(.disabled).active:focus, .show > .bg-secondary .btn-outline-9.dropdown-toggle:focus,
.bg-opacity-secondary .btn-outline-9:not(:disabled):not(.disabled):active:focus,
.bg-opacity-secondary .btn-outline-9:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-secondary .btn-outline-9.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-secondary .btn-outline-10,
.bg-opacity-secondary .btn-outline-10 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-secondary .btn-outline-10:hover,
.bg-opacity-secondary .btn-outline-10:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-secondary .btn-outline-10:focus, .bg-secondary .btn-outline-10.focus,
.bg-opacity-secondary .btn-outline-10:focus,
.bg-opacity-secondary .btn-outline-10.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-secondary .btn-outline-10.disabled, .bg-secondary .btn-outline-10:disabled,
.bg-opacity-secondary .btn-outline-10.disabled,
.bg-opacity-secondary .btn-outline-10:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-secondary .btn-outline-10:not(:disabled):not(.disabled):active, .bg-secondary .btn-outline-10:not(:disabled):not(.disabled).active, .show > .bg-secondary .btn-outline-10.dropdown-toggle,
.bg-opacity-secondary .btn-outline-10:not(:disabled):not(.disabled):active,
.bg-opacity-secondary .btn-outline-10:not(:disabled):not(.disabled).active,
.show > .bg-opacity-secondary .btn-outline-10.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-secondary .btn-outline-10:not(:disabled):not(.disabled):active:focus, .bg-secondary .btn-outline-10:not(:disabled):not(.disabled).active:focus, .show > .bg-secondary .btn-outline-10.dropdown-toggle:focus,
.bg-opacity-secondary .btn-outline-10:not(:disabled):not(.disabled):active:focus,
.bg-opacity-secondary .btn-outline-10:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-secondary .btn-outline-10.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-secondary .btn-outline-default,
.bg-opacity-secondary .btn-outline-default {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-secondary .btn-outline-default:hover,
.bg-opacity-secondary .btn-outline-default:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-secondary .btn-outline-default:focus, .bg-secondary .btn-outline-default.focus,
.bg-opacity-secondary .btn-outline-default:focus,
.bg-opacity-secondary .btn-outline-default.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-secondary .btn-outline-default.disabled, .bg-secondary .btn-outline-default:disabled,
.bg-opacity-secondary .btn-outline-default.disabled,
.bg-opacity-secondary .btn-outline-default:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-secondary .btn-outline-default:not(:disabled):not(.disabled):active, .bg-secondary .btn-outline-default:not(:disabled):not(.disabled).active, .show > .bg-secondary .btn-outline-default.dropdown-toggle,
.bg-opacity-secondary .btn-outline-default:not(:disabled):not(.disabled):active,
.bg-opacity-secondary .btn-outline-default:not(:disabled):not(.disabled).active,
.show > .bg-opacity-secondary .btn-outline-default.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-secondary .btn-outline-default:not(:disabled):not(.disabled):active:focus, .bg-secondary .btn-outline-default:not(:disabled):not(.disabled).active:focus, .show > .bg-secondary .btn-outline-default.dropdown-toggle:focus,
.bg-opacity-secondary .btn-outline-default:not(:disabled):not(.disabled):active:focus,
.bg-opacity-secondary .btn-outline-default:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-secondary .btn-outline-default.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-secondary .btn-outline-violet,
.bg-opacity-secondary .btn-outline-violet {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-secondary .btn-outline-violet:hover,
.bg-opacity-secondary .btn-outline-violet:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-secondary .btn-outline-violet:focus, .bg-secondary .btn-outline-violet.focus,
.bg-opacity-secondary .btn-outline-violet:focus,
.bg-opacity-secondary .btn-outline-violet.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-secondary .btn-outline-violet.disabled, .bg-secondary .btn-outline-violet:disabled,
.bg-opacity-secondary .btn-outline-violet.disabled,
.bg-opacity-secondary .btn-outline-violet:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-secondary .btn-outline-violet:not(:disabled):not(.disabled):active, .bg-secondary .btn-outline-violet:not(:disabled):not(.disabled).active, .show > .bg-secondary .btn-outline-violet.dropdown-toggle,
.bg-opacity-secondary .btn-outline-violet:not(:disabled):not(.disabled):active,
.bg-opacity-secondary .btn-outline-violet:not(:disabled):not(.disabled).active,
.show > .bg-opacity-secondary .btn-outline-violet.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-secondary .btn-outline-violet:not(:disabled):not(.disabled):active:focus, .bg-secondary .btn-outline-violet:not(:disabled):not(.disabled).active:focus, .show > .bg-secondary .btn-outline-violet.dropdown-toggle:focus,
.bg-opacity-secondary .btn-outline-violet:not(:disabled):not(.disabled):active:focus,
.bg-opacity-secondary .btn-outline-violet:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-secondary .btn-outline-violet.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-secondary .btn-outline-magenta,
.bg-opacity-secondary .btn-outline-magenta {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-secondary .btn-outline-magenta:hover,
.bg-opacity-secondary .btn-outline-magenta:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-secondary .btn-outline-magenta:focus, .bg-secondary .btn-outline-magenta.focus,
.bg-opacity-secondary .btn-outline-magenta:focus,
.bg-opacity-secondary .btn-outline-magenta.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-secondary .btn-outline-magenta.disabled, .bg-secondary .btn-outline-magenta:disabled,
.bg-opacity-secondary .btn-outline-magenta.disabled,
.bg-opacity-secondary .btn-outline-magenta:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-secondary .btn-outline-magenta:not(:disabled):not(.disabled):active, .bg-secondary .btn-outline-magenta:not(:disabled):not(.disabled).active, .show > .bg-secondary .btn-outline-magenta.dropdown-toggle,
.bg-opacity-secondary .btn-outline-magenta:not(:disabled):not(.disabled):active,
.bg-opacity-secondary .btn-outline-magenta:not(:disabled):not(.disabled).active,
.show > .bg-opacity-secondary .btn-outline-magenta.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-secondary .btn-outline-magenta:not(:disabled):not(.disabled):active:focus, .bg-secondary .btn-outline-magenta:not(:disabled):not(.disabled).active:focus, .show > .bg-secondary .btn-outline-magenta.dropdown-toggle:focus,
.bg-opacity-secondary .btn-outline-magenta:not(:disabled):not(.disabled):active:focus,
.bg-opacity-secondary .btn-outline-magenta:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-secondary .btn-outline-magenta.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-secondary .btn-outline-petrol,
.bg-opacity-secondary .btn-outline-petrol {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-secondary .btn-outline-petrol:hover,
.bg-opacity-secondary .btn-outline-petrol:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-secondary .btn-outline-petrol:focus, .bg-secondary .btn-outline-petrol.focus,
.bg-opacity-secondary .btn-outline-petrol:focus,
.bg-opacity-secondary .btn-outline-petrol.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-secondary .btn-outline-petrol.disabled, .bg-secondary .btn-outline-petrol:disabled,
.bg-opacity-secondary .btn-outline-petrol.disabled,
.bg-opacity-secondary .btn-outline-petrol:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-secondary .btn-outline-petrol:not(:disabled):not(.disabled):active, .bg-secondary .btn-outline-petrol:not(:disabled):not(.disabled).active, .show > .bg-secondary .btn-outline-petrol.dropdown-toggle,
.bg-opacity-secondary .btn-outline-petrol:not(:disabled):not(.disabled):active,
.bg-opacity-secondary .btn-outline-petrol:not(:disabled):not(.disabled).active,
.show > .bg-opacity-secondary .btn-outline-petrol.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-secondary .btn-outline-petrol:not(:disabled):not(.disabled):active:focus, .bg-secondary .btn-outline-petrol:not(:disabled):not(.disabled).active:focus, .show > .bg-secondary .btn-outline-petrol.dropdown-toggle:focus,
.bg-opacity-secondary .btn-outline-petrol:not(:disabled):not(.disabled):active:focus,
.bg-opacity-secondary .btn-outline-petrol:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-secondary .btn-outline-petrol.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-secondary .btn-outline-green,
.bg-opacity-secondary .btn-outline-green {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-secondary .btn-outline-green:hover,
.bg-opacity-secondary .btn-outline-green:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-secondary .btn-outline-green:focus, .bg-secondary .btn-outline-green.focus,
.bg-opacity-secondary .btn-outline-green:focus,
.bg-opacity-secondary .btn-outline-green.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-secondary .btn-outline-green.disabled, .bg-secondary .btn-outline-green:disabled,
.bg-opacity-secondary .btn-outline-green.disabled,
.bg-opacity-secondary .btn-outline-green:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-secondary .btn-outline-green:not(:disabled):not(.disabled):active, .bg-secondary .btn-outline-green:not(:disabled):not(.disabled).active, .show > .bg-secondary .btn-outline-green.dropdown-toggle,
.bg-opacity-secondary .btn-outline-green:not(:disabled):not(.disabled):active,
.bg-opacity-secondary .btn-outline-green:not(:disabled):not(.disabled).active,
.show > .bg-opacity-secondary .btn-outline-green.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-secondary .btn-outline-green:not(:disabled):not(.disabled):active:focus, .bg-secondary .btn-outline-green:not(:disabled):not(.disabled).active:focus, .show > .bg-secondary .btn-outline-green.dropdown-toggle:focus,
.bg-opacity-secondary .btn-outline-green:not(:disabled):not(.disabled):active:focus,
.bg-opacity-secondary .btn-outline-green:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-secondary .btn-outline-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-secondary .btn-outline-orange,
.bg-opacity-secondary .btn-outline-orange {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-secondary .btn-outline-orange:hover,
.bg-opacity-secondary .btn-outline-orange:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-secondary .btn-outline-orange:focus, .bg-secondary .btn-outline-orange.focus,
.bg-opacity-secondary .btn-outline-orange:focus,
.bg-opacity-secondary .btn-outline-orange.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-secondary .btn-outline-orange.disabled, .bg-secondary .btn-outline-orange:disabled,
.bg-opacity-secondary .btn-outline-orange.disabled,
.bg-opacity-secondary .btn-outline-orange:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-secondary .btn-outline-orange:not(:disabled):not(.disabled):active, .bg-secondary .btn-outline-orange:not(:disabled):not(.disabled).active, .show > .bg-secondary .btn-outline-orange.dropdown-toggle,
.bg-opacity-secondary .btn-outline-orange:not(:disabled):not(.disabled):active,
.bg-opacity-secondary .btn-outline-orange:not(:disabled):not(.disabled).active,
.show > .bg-opacity-secondary .btn-outline-orange.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-secondary .btn-outline-orange:not(:disabled):not(.disabled):active:focus, .bg-secondary .btn-outline-orange:not(:disabled):not(.disabled).active:focus, .show > .bg-secondary .btn-outline-orange.dropdown-toggle:focus,
.bg-opacity-secondary .btn-outline-orange:not(:disabled):not(.disabled):active:focus,
.bg-opacity-secondary .btn-outline-orange:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-secondary .btn-outline-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-secondary .btn-outline-gold,
.bg-opacity-secondary .btn-outline-gold {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-secondary .btn-outline-gold:hover,
.bg-opacity-secondary .btn-outline-gold:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-secondary .btn-outline-gold:focus, .bg-secondary .btn-outline-gold.focus,
.bg-opacity-secondary .btn-outline-gold:focus,
.bg-opacity-secondary .btn-outline-gold.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-secondary .btn-outline-gold.disabled, .bg-secondary .btn-outline-gold:disabled,
.bg-opacity-secondary .btn-outline-gold.disabled,
.bg-opacity-secondary .btn-outline-gold:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-secondary .btn-outline-gold:not(:disabled):not(.disabled):active, .bg-secondary .btn-outline-gold:not(:disabled):not(.disabled).active, .show > .bg-secondary .btn-outline-gold.dropdown-toggle,
.bg-opacity-secondary .btn-outline-gold:not(:disabled):not(.disabled):active,
.bg-opacity-secondary .btn-outline-gold:not(:disabled):not(.disabled).active,
.show > .bg-opacity-secondary .btn-outline-gold.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-secondary .btn-outline-gold:not(:disabled):not(.disabled):active:focus, .bg-secondary .btn-outline-gold:not(:disabled):not(.disabled).active:focus, .show > .bg-secondary .btn-outline-gold.dropdown-toggle:focus,
.bg-opacity-secondary .btn-outline-gold:not(:disabled):not(.disabled):active:focus,
.bg-opacity-secondary .btn-outline-gold:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-secondary .btn-outline-gold.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-secondary .btn-outline-silver,
.bg-opacity-secondary .btn-outline-silver {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-secondary .btn-outline-silver:hover,
.bg-opacity-secondary .btn-outline-silver:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-secondary .btn-outline-silver:focus, .bg-secondary .btn-outline-silver.focus,
.bg-opacity-secondary .btn-outline-silver:focus,
.bg-opacity-secondary .btn-outline-silver.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-secondary .btn-outline-silver.disabled, .bg-secondary .btn-outline-silver:disabled,
.bg-opacity-secondary .btn-outline-silver.disabled,
.bg-opacity-secondary .btn-outline-silver:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-secondary .btn-outline-silver:not(:disabled):not(.disabled):active, .bg-secondary .btn-outline-silver:not(:disabled):not(.disabled).active, .show > .bg-secondary .btn-outline-silver.dropdown-toggle,
.bg-opacity-secondary .btn-outline-silver:not(:disabled):not(.disabled):active,
.bg-opacity-secondary .btn-outline-silver:not(:disabled):not(.disabled).active,
.show > .bg-opacity-secondary .btn-outline-silver.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-secondary .btn-outline-silver:not(:disabled):not(.disabled):active:focus, .bg-secondary .btn-outline-silver:not(:disabled):not(.disabled).active:focus, .show > .bg-secondary .btn-outline-silver.dropdown-toggle:focus,
.bg-opacity-secondary .btn-outline-silver:not(:disabled):not(.disabled):active:focus,
.bg-opacity-secondary .btn-outline-silver:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-secondary .btn-outline-silver.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-secondary .btn-outline-white,
.bg-opacity-secondary .btn-outline-white {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-secondary .btn-outline-white:hover,
.bg-opacity-secondary .btn-outline-white:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-secondary .btn-outline-white:focus, .bg-secondary .btn-outline-white.focus,
.bg-opacity-secondary .btn-outline-white:focus,
.bg-opacity-secondary .btn-outline-white.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-secondary .btn-outline-white.disabled, .bg-secondary .btn-outline-white:disabled,
.bg-opacity-secondary .btn-outline-white.disabled,
.bg-opacity-secondary .btn-outline-white:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-secondary .btn-outline-white:not(:disabled):not(.disabled):active, .bg-secondary .btn-outline-white:not(:disabled):not(.disabled).active, .show > .bg-secondary .btn-outline-white.dropdown-toggle,
.bg-opacity-secondary .btn-outline-white:not(:disabled):not(.disabled):active,
.bg-opacity-secondary .btn-outline-white:not(:disabled):not(.disabled).active,
.show > .bg-opacity-secondary .btn-outline-white.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-secondary .btn-outline-white:not(:disabled):not(.disabled):active:focus, .bg-secondary .btn-outline-white:not(:disabled):not(.disabled).active:focus, .show > .bg-secondary .btn-outline-white.dropdown-toggle:focus,
.bg-opacity-secondary .btn-outline-white:not(:disabled):not(.disabled):active:focus,
.bg-opacity-secondary .btn-outline-white:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-secondary .btn-outline-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}

.bg-success .custom-select,
.bg-opacity-success .custom-select {
  border-color: #ffffff;
  color: #ffffff;
}
.bg-success .custom-select option,
.bg-opacity-success .custom-select option {
  color: #333333;
}
.bg-success .custom-select option:hover,
.bg-opacity-success .custom-select option:hover {
  background-color: #007c96;
}
.bg-success .text-theme,
.bg-opacity-success .text-theme {
  color: #ffffff !important;
}
.bg-success a[href^="tel:"],
.bg-opacity-success a[href^="tel:"] {
  color: #ffffff !important;
}
.bg-success .btn-theme,
.bg-opacity-success .btn-theme {
  color: #52565a;
  background-color: #ffffff;
  border-color: #7eb61c;
}
.bg-success .btn-theme:hover,
.bg-opacity-success .btn-theme:hover {
  color: #ffffff;
  background-color: #7e8890;
  border-color: #7e8890;
}
.bg-success .btn-theme:focus, .bg-success .btn-theme.focus,
.bg-opacity-success .btn-theme:focus,
.bg-opacity-success .btn-theme.focus {
  box-shadow: 0 0 0 0 rgba(119, 168, 37, 0.5);
}
.bg-success .btn-theme.disabled, .bg-success .btn-theme:disabled,
.bg-opacity-success .btn-theme.disabled,
.bg-opacity-success .btn-theme:disabled {
  color: #52565a;
  background-color: #ffffff;
  border-color: #7eb61c;
}
.bg-success .btn-theme:not(:disabled):not(.disabled):active, .bg-success .btn-theme:not(:disabled):not(.disabled).active, .show > .bg-success .btn-theme.dropdown-toggle,
.bg-opacity-success .btn-theme:not(:disabled):not(.disabled):active,
.bg-opacity-success .btn-theme:not(:disabled):not(.disabled).active,
.show > .bg-opacity-success .btn-theme.dropdown-toggle {
  color: #52565a;
  background-color: #e6e6e6;
  border-color: #587f14;
}
.bg-success .btn-theme:not(:disabled):not(.disabled):active:focus, .bg-success .btn-theme:not(:disabled):not(.disabled).active:focus, .show > .bg-success .btn-theme.dropdown-toggle:focus,
.bg-opacity-success .btn-theme:not(:disabled):not(.disabled):active:focus,
.bg-opacity-success .btn-theme:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-success .btn-theme.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(119, 168, 37, 0.5);
}
.bg-success .btn-outline-primary,
.bg-opacity-success .btn-outline-primary {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-success .btn-outline-primary:hover,
.bg-opacity-success .btn-outline-primary:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-success .btn-outline-primary:focus, .bg-success .btn-outline-primary.focus,
.bg-opacity-success .btn-outline-primary:focus,
.bg-opacity-success .btn-outline-primary.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-success .btn-outline-primary.disabled, .bg-success .btn-outline-primary:disabled,
.bg-opacity-success .btn-outline-primary.disabled,
.bg-opacity-success .btn-outline-primary:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-success .btn-outline-primary:not(:disabled):not(.disabled):active, .bg-success .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .bg-success .btn-outline-primary.dropdown-toggle,
.bg-opacity-success .btn-outline-primary:not(:disabled):not(.disabled):active,
.bg-opacity-success .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .bg-opacity-success .btn-outline-primary.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-success .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .bg-success .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .bg-success .btn-outline-primary.dropdown-toggle:focus,
.bg-opacity-success .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.bg-opacity-success .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-success .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-success .btn-outline-secondary,
.bg-opacity-success .btn-outline-secondary {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-success .btn-outline-secondary:hover,
.bg-opacity-success .btn-outline-secondary:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-success .btn-outline-secondary:focus, .bg-success .btn-outline-secondary.focus,
.bg-opacity-success .btn-outline-secondary:focus,
.bg-opacity-success .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-success .btn-outline-secondary.disabled, .bg-success .btn-outline-secondary:disabled,
.bg-opacity-success .btn-outline-secondary.disabled,
.bg-opacity-success .btn-outline-secondary:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-success .btn-outline-secondary:not(:disabled):not(.disabled):active, .bg-success .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .bg-success .btn-outline-secondary.dropdown-toggle,
.bg-opacity-success .btn-outline-secondary:not(:disabled):not(.disabled):active,
.bg-opacity-success .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .bg-opacity-success .btn-outline-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-success .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .bg-success .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .bg-success .btn-outline-secondary.dropdown-toggle:focus,
.bg-opacity-success .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.bg-opacity-success .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-success .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-success .btn-outline-success,
.bg-opacity-success .btn-outline-success {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-success .btn-outline-success:hover,
.bg-opacity-success .btn-outline-success:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-success .btn-outline-success:focus, .bg-success .btn-outline-success.focus,
.bg-opacity-success .btn-outline-success:focus,
.bg-opacity-success .btn-outline-success.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-success .btn-outline-success.disabled, .bg-success .btn-outline-success:disabled,
.bg-opacity-success .btn-outline-success.disabled,
.bg-opacity-success .btn-outline-success:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-success .btn-outline-success:not(:disabled):not(.disabled):active, .bg-success .btn-outline-success:not(:disabled):not(.disabled).active, .show > .bg-success .btn-outline-success.dropdown-toggle,
.bg-opacity-success .btn-outline-success:not(:disabled):not(.disabled):active,
.bg-opacity-success .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .bg-opacity-success .btn-outline-success.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-success .btn-outline-success:not(:disabled):not(.disabled):active:focus, .bg-success .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .bg-success .btn-outline-success.dropdown-toggle:focus,
.bg-opacity-success .btn-outline-success:not(:disabled):not(.disabled):active:focus,
.bg-opacity-success .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-success .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-success .btn-outline-info,
.bg-opacity-success .btn-outline-info {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-success .btn-outline-info:hover,
.bg-opacity-success .btn-outline-info:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-success .btn-outline-info:focus, .bg-success .btn-outline-info.focus,
.bg-opacity-success .btn-outline-info:focus,
.bg-opacity-success .btn-outline-info.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-success .btn-outline-info.disabled, .bg-success .btn-outline-info:disabled,
.bg-opacity-success .btn-outline-info.disabled,
.bg-opacity-success .btn-outline-info:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-success .btn-outline-info:not(:disabled):not(.disabled):active, .bg-success .btn-outline-info:not(:disabled):not(.disabled).active, .show > .bg-success .btn-outline-info.dropdown-toggle,
.bg-opacity-success .btn-outline-info:not(:disabled):not(.disabled):active,
.bg-opacity-success .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .bg-opacity-success .btn-outline-info.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-success .btn-outline-info:not(:disabled):not(.disabled):active:focus, .bg-success .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .bg-success .btn-outline-info.dropdown-toggle:focus,
.bg-opacity-success .btn-outline-info:not(:disabled):not(.disabled):active:focus,
.bg-opacity-success .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-success .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-success .btn-outline-warning,
.bg-opacity-success .btn-outline-warning {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-success .btn-outline-warning:hover,
.bg-opacity-success .btn-outline-warning:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-success .btn-outline-warning:focus, .bg-success .btn-outline-warning.focus,
.bg-opacity-success .btn-outline-warning:focus,
.bg-opacity-success .btn-outline-warning.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-success .btn-outline-warning.disabled, .bg-success .btn-outline-warning:disabled,
.bg-opacity-success .btn-outline-warning.disabled,
.bg-opacity-success .btn-outline-warning:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-success .btn-outline-warning:not(:disabled):not(.disabled):active, .bg-success .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .bg-success .btn-outline-warning.dropdown-toggle,
.bg-opacity-success .btn-outline-warning:not(:disabled):not(.disabled):active,
.bg-opacity-success .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .bg-opacity-success .btn-outline-warning.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-success .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .bg-success .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .bg-success .btn-outline-warning.dropdown-toggle:focus,
.bg-opacity-success .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.bg-opacity-success .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-success .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-success .btn-outline-danger,
.bg-opacity-success .btn-outline-danger {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-success .btn-outline-danger:hover,
.bg-opacity-success .btn-outline-danger:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-success .btn-outline-danger:focus, .bg-success .btn-outline-danger.focus,
.bg-opacity-success .btn-outline-danger:focus,
.bg-opacity-success .btn-outline-danger.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-success .btn-outline-danger.disabled, .bg-success .btn-outline-danger:disabled,
.bg-opacity-success .btn-outline-danger.disabled,
.bg-opacity-success .btn-outline-danger:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-success .btn-outline-danger:not(:disabled):not(.disabled):active, .bg-success .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .bg-success .btn-outline-danger.dropdown-toggle,
.bg-opacity-success .btn-outline-danger:not(:disabled):not(.disabled):active,
.bg-opacity-success .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .bg-opacity-success .btn-outline-danger.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-success .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .bg-success .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .bg-success .btn-outline-danger.dropdown-toggle:focus,
.bg-opacity-success .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.bg-opacity-success .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-success .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-success .btn-outline-light,
.bg-opacity-success .btn-outline-light {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-success .btn-outline-light:hover,
.bg-opacity-success .btn-outline-light:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-success .btn-outline-light:focus, .bg-success .btn-outline-light.focus,
.bg-opacity-success .btn-outline-light:focus,
.bg-opacity-success .btn-outline-light.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-success .btn-outline-light.disabled, .bg-success .btn-outline-light:disabled,
.bg-opacity-success .btn-outline-light.disabled,
.bg-opacity-success .btn-outline-light:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-success .btn-outline-light:not(:disabled):not(.disabled):active, .bg-success .btn-outline-light:not(:disabled):not(.disabled).active, .show > .bg-success .btn-outline-light.dropdown-toggle,
.bg-opacity-success .btn-outline-light:not(:disabled):not(.disabled):active,
.bg-opacity-success .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .bg-opacity-success .btn-outline-light.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-success .btn-outline-light:not(:disabled):not(.disabled):active:focus, .bg-success .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .bg-success .btn-outline-light.dropdown-toggle:focus,
.bg-opacity-success .btn-outline-light:not(:disabled):not(.disabled):active:focus,
.bg-opacity-success .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-success .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-success .btn-outline-dark,
.bg-opacity-success .btn-outline-dark {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-success .btn-outline-dark:hover,
.bg-opacity-success .btn-outline-dark:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-success .btn-outline-dark:focus, .bg-success .btn-outline-dark.focus,
.bg-opacity-success .btn-outline-dark:focus,
.bg-opacity-success .btn-outline-dark.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-success .btn-outline-dark.disabled, .bg-success .btn-outline-dark:disabled,
.bg-opacity-success .btn-outline-dark.disabled,
.bg-opacity-success .btn-outline-dark:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-success .btn-outline-dark:not(:disabled):not(.disabled):active, .bg-success .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .bg-success .btn-outline-dark.dropdown-toggle,
.bg-opacity-success .btn-outline-dark:not(:disabled):not(.disabled):active,
.bg-opacity-success .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .bg-opacity-success .btn-outline-dark.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-success .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .bg-success .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .bg-success .btn-outline-dark.dropdown-toggle:focus,
.bg-opacity-success .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.bg-opacity-success .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-success .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-success .btn-outline-0,
.bg-opacity-success .btn-outline-0 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-success .btn-outline-0:hover,
.bg-opacity-success .btn-outline-0:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-success .btn-outline-0:focus, .bg-success .btn-outline-0.focus,
.bg-opacity-success .btn-outline-0:focus,
.bg-opacity-success .btn-outline-0.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-success .btn-outline-0.disabled, .bg-success .btn-outline-0:disabled,
.bg-opacity-success .btn-outline-0.disabled,
.bg-opacity-success .btn-outline-0:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-success .btn-outline-0:not(:disabled):not(.disabled):active, .bg-success .btn-outline-0:not(:disabled):not(.disabled).active, .show > .bg-success .btn-outline-0.dropdown-toggle,
.bg-opacity-success .btn-outline-0:not(:disabled):not(.disabled):active,
.bg-opacity-success .btn-outline-0:not(:disabled):not(.disabled).active,
.show > .bg-opacity-success .btn-outline-0.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-success .btn-outline-0:not(:disabled):not(.disabled):active:focus, .bg-success .btn-outline-0:not(:disabled):not(.disabled).active:focus, .show > .bg-success .btn-outline-0.dropdown-toggle:focus,
.bg-opacity-success .btn-outline-0:not(:disabled):not(.disabled):active:focus,
.bg-opacity-success .btn-outline-0:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-success .btn-outline-0.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-success .btn-outline-1,
.bg-opacity-success .btn-outline-1 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-success .btn-outline-1:hover,
.bg-opacity-success .btn-outline-1:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-success .btn-outline-1:focus, .bg-success .btn-outline-1.focus,
.bg-opacity-success .btn-outline-1:focus,
.bg-opacity-success .btn-outline-1.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-success .btn-outline-1.disabled, .bg-success .btn-outline-1:disabled,
.bg-opacity-success .btn-outline-1.disabled,
.bg-opacity-success .btn-outline-1:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-success .btn-outline-1:not(:disabled):not(.disabled):active, .bg-success .btn-outline-1:not(:disabled):not(.disabled).active, .show > .bg-success .btn-outline-1.dropdown-toggle,
.bg-opacity-success .btn-outline-1:not(:disabled):not(.disabled):active,
.bg-opacity-success .btn-outline-1:not(:disabled):not(.disabled).active,
.show > .bg-opacity-success .btn-outline-1.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-success .btn-outline-1:not(:disabled):not(.disabled):active:focus, .bg-success .btn-outline-1:not(:disabled):not(.disabled).active:focus, .show > .bg-success .btn-outline-1.dropdown-toggle:focus,
.bg-opacity-success .btn-outline-1:not(:disabled):not(.disabled):active:focus,
.bg-opacity-success .btn-outline-1:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-success .btn-outline-1.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-success .btn-outline-2,
.bg-opacity-success .btn-outline-2 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-success .btn-outline-2:hover,
.bg-opacity-success .btn-outline-2:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-success .btn-outline-2:focus, .bg-success .btn-outline-2.focus,
.bg-opacity-success .btn-outline-2:focus,
.bg-opacity-success .btn-outline-2.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-success .btn-outline-2.disabled, .bg-success .btn-outline-2:disabled,
.bg-opacity-success .btn-outline-2.disabled,
.bg-opacity-success .btn-outline-2:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-success .btn-outline-2:not(:disabled):not(.disabled):active, .bg-success .btn-outline-2:not(:disabled):not(.disabled).active, .show > .bg-success .btn-outline-2.dropdown-toggle,
.bg-opacity-success .btn-outline-2:not(:disabled):not(.disabled):active,
.bg-opacity-success .btn-outline-2:not(:disabled):not(.disabled).active,
.show > .bg-opacity-success .btn-outline-2.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-success .btn-outline-2:not(:disabled):not(.disabled):active:focus, .bg-success .btn-outline-2:not(:disabled):not(.disabled).active:focus, .show > .bg-success .btn-outline-2.dropdown-toggle:focus,
.bg-opacity-success .btn-outline-2:not(:disabled):not(.disabled):active:focus,
.bg-opacity-success .btn-outline-2:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-success .btn-outline-2.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-success .btn-outline-3,
.bg-opacity-success .btn-outline-3 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-success .btn-outline-3:hover,
.bg-opacity-success .btn-outline-3:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-success .btn-outline-3:focus, .bg-success .btn-outline-3.focus,
.bg-opacity-success .btn-outline-3:focus,
.bg-opacity-success .btn-outline-3.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-success .btn-outline-3.disabled, .bg-success .btn-outline-3:disabled,
.bg-opacity-success .btn-outline-3.disabled,
.bg-opacity-success .btn-outline-3:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-success .btn-outline-3:not(:disabled):not(.disabled):active, .bg-success .btn-outline-3:not(:disabled):not(.disabled).active, .show > .bg-success .btn-outline-3.dropdown-toggle,
.bg-opacity-success .btn-outline-3:not(:disabled):not(.disabled):active,
.bg-opacity-success .btn-outline-3:not(:disabled):not(.disabled).active,
.show > .bg-opacity-success .btn-outline-3.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-success .btn-outline-3:not(:disabled):not(.disabled):active:focus, .bg-success .btn-outline-3:not(:disabled):not(.disabled).active:focus, .show > .bg-success .btn-outline-3.dropdown-toggle:focus,
.bg-opacity-success .btn-outline-3:not(:disabled):not(.disabled):active:focus,
.bg-opacity-success .btn-outline-3:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-success .btn-outline-3.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-success .btn-outline-4,
.bg-opacity-success .btn-outline-4 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-success .btn-outline-4:hover,
.bg-opacity-success .btn-outline-4:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-success .btn-outline-4:focus, .bg-success .btn-outline-4.focus,
.bg-opacity-success .btn-outline-4:focus,
.bg-opacity-success .btn-outline-4.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-success .btn-outline-4.disabled, .bg-success .btn-outline-4:disabled,
.bg-opacity-success .btn-outline-4.disabled,
.bg-opacity-success .btn-outline-4:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-success .btn-outline-4:not(:disabled):not(.disabled):active, .bg-success .btn-outline-4:not(:disabled):not(.disabled).active, .show > .bg-success .btn-outline-4.dropdown-toggle,
.bg-opacity-success .btn-outline-4:not(:disabled):not(.disabled):active,
.bg-opacity-success .btn-outline-4:not(:disabled):not(.disabled).active,
.show > .bg-opacity-success .btn-outline-4.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-success .btn-outline-4:not(:disabled):not(.disabled):active:focus, .bg-success .btn-outline-4:not(:disabled):not(.disabled).active:focus, .show > .bg-success .btn-outline-4.dropdown-toggle:focus,
.bg-opacity-success .btn-outline-4:not(:disabled):not(.disabled):active:focus,
.bg-opacity-success .btn-outline-4:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-success .btn-outline-4.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-success .btn-outline-5,
.bg-opacity-success .btn-outline-5 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-success .btn-outline-5:hover,
.bg-opacity-success .btn-outline-5:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-success .btn-outline-5:focus, .bg-success .btn-outline-5.focus,
.bg-opacity-success .btn-outline-5:focus,
.bg-opacity-success .btn-outline-5.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-success .btn-outline-5.disabled, .bg-success .btn-outline-5:disabled,
.bg-opacity-success .btn-outline-5.disabled,
.bg-opacity-success .btn-outline-5:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-success .btn-outline-5:not(:disabled):not(.disabled):active, .bg-success .btn-outline-5:not(:disabled):not(.disabled).active, .show > .bg-success .btn-outline-5.dropdown-toggle,
.bg-opacity-success .btn-outline-5:not(:disabled):not(.disabled):active,
.bg-opacity-success .btn-outline-5:not(:disabled):not(.disabled).active,
.show > .bg-opacity-success .btn-outline-5.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-success .btn-outline-5:not(:disabled):not(.disabled):active:focus, .bg-success .btn-outline-5:not(:disabled):not(.disabled).active:focus, .show > .bg-success .btn-outline-5.dropdown-toggle:focus,
.bg-opacity-success .btn-outline-5:not(:disabled):not(.disabled):active:focus,
.bg-opacity-success .btn-outline-5:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-success .btn-outline-5.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-success .btn-outline-6,
.bg-opacity-success .btn-outline-6 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-success .btn-outline-6:hover,
.bg-opacity-success .btn-outline-6:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-success .btn-outline-6:focus, .bg-success .btn-outline-6.focus,
.bg-opacity-success .btn-outline-6:focus,
.bg-opacity-success .btn-outline-6.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-success .btn-outline-6.disabled, .bg-success .btn-outline-6:disabled,
.bg-opacity-success .btn-outline-6.disabled,
.bg-opacity-success .btn-outline-6:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-success .btn-outline-6:not(:disabled):not(.disabled):active, .bg-success .btn-outline-6:not(:disabled):not(.disabled).active, .show > .bg-success .btn-outline-6.dropdown-toggle,
.bg-opacity-success .btn-outline-6:not(:disabled):not(.disabled):active,
.bg-opacity-success .btn-outline-6:not(:disabled):not(.disabled).active,
.show > .bg-opacity-success .btn-outline-6.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-success .btn-outline-6:not(:disabled):not(.disabled):active:focus, .bg-success .btn-outline-6:not(:disabled):not(.disabled).active:focus, .show > .bg-success .btn-outline-6.dropdown-toggle:focus,
.bg-opacity-success .btn-outline-6:not(:disabled):not(.disabled):active:focus,
.bg-opacity-success .btn-outline-6:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-success .btn-outline-6.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-success .btn-outline-7,
.bg-opacity-success .btn-outline-7 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-success .btn-outline-7:hover,
.bg-opacity-success .btn-outline-7:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-success .btn-outline-7:focus, .bg-success .btn-outline-7.focus,
.bg-opacity-success .btn-outline-7:focus,
.bg-opacity-success .btn-outline-7.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-success .btn-outline-7.disabled, .bg-success .btn-outline-7:disabled,
.bg-opacity-success .btn-outline-7.disabled,
.bg-opacity-success .btn-outline-7:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-success .btn-outline-7:not(:disabled):not(.disabled):active, .bg-success .btn-outline-7:not(:disabled):not(.disabled).active, .show > .bg-success .btn-outline-7.dropdown-toggle,
.bg-opacity-success .btn-outline-7:not(:disabled):not(.disabled):active,
.bg-opacity-success .btn-outline-7:not(:disabled):not(.disabled).active,
.show > .bg-opacity-success .btn-outline-7.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-success .btn-outline-7:not(:disabled):not(.disabled):active:focus, .bg-success .btn-outline-7:not(:disabled):not(.disabled).active:focus, .show > .bg-success .btn-outline-7.dropdown-toggle:focus,
.bg-opacity-success .btn-outline-7:not(:disabled):not(.disabled):active:focus,
.bg-opacity-success .btn-outline-7:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-success .btn-outline-7.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-success .btn-outline-8,
.bg-opacity-success .btn-outline-8 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-success .btn-outline-8:hover,
.bg-opacity-success .btn-outline-8:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-success .btn-outline-8:focus, .bg-success .btn-outline-8.focus,
.bg-opacity-success .btn-outline-8:focus,
.bg-opacity-success .btn-outline-8.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-success .btn-outline-8.disabled, .bg-success .btn-outline-8:disabled,
.bg-opacity-success .btn-outline-8.disabled,
.bg-opacity-success .btn-outline-8:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-success .btn-outline-8:not(:disabled):not(.disabled):active, .bg-success .btn-outline-8:not(:disabled):not(.disabled).active, .show > .bg-success .btn-outline-8.dropdown-toggle,
.bg-opacity-success .btn-outline-8:not(:disabled):not(.disabled):active,
.bg-opacity-success .btn-outline-8:not(:disabled):not(.disabled).active,
.show > .bg-opacity-success .btn-outline-8.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-success .btn-outline-8:not(:disabled):not(.disabled):active:focus, .bg-success .btn-outline-8:not(:disabled):not(.disabled).active:focus, .show > .bg-success .btn-outline-8.dropdown-toggle:focus,
.bg-opacity-success .btn-outline-8:not(:disabled):not(.disabled):active:focus,
.bg-opacity-success .btn-outline-8:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-success .btn-outline-8.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-success .btn-outline-9,
.bg-opacity-success .btn-outline-9 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-success .btn-outline-9:hover,
.bg-opacity-success .btn-outline-9:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-success .btn-outline-9:focus, .bg-success .btn-outline-9.focus,
.bg-opacity-success .btn-outline-9:focus,
.bg-opacity-success .btn-outline-9.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-success .btn-outline-9.disabled, .bg-success .btn-outline-9:disabled,
.bg-opacity-success .btn-outline-9.disabled,
.bg-opacity-success .btn-outline-9:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-success .btn-outline-9:not(:disabled):not(.disabled):active, .bg-success .btn-outline-9:not(:disabled):not(.disabled).active, .show > .bg-success .btn-outline-9.dropdown-toggle,
.bg-opacity-success .btn-outline-9:not(:disabled):not(.disabled):active,
.bg-opacity-success .btn-outline-9:not(:disabled):not(.disabled).active,
.show > .bg-opacity-success .btn-outline-9.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-success .btn-outline-9:not(:disabled):not(.disabled):active:focus, .bg-success .btn-outline-9:not(:disabled):not(.disabled).active:focus, .show > .bg-success .btn-outline-9.dropdown-toggle:focus,
.bg-opacity-success .btn-outline-9:not(:disabled):not(.disabled):active:focus,
.bg-opacity-success .btn-outline-9:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-success .btn-outline-9.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-success .btn-outline-10,
.bg-opacity-success .btn-outline-10 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-success .btn-outline-10:hover,
.bg-opacity-success .btn-outline-10:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-success .btn-outline-10:focus, .bg-success .btn-outline-10.focus,
.bg-opacity-success .btn-outline-10:focus,
.bg-opacity-success .btn-outline-10.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-success .btn-outline-10.disabled, .bg-success .btn-outline-10:disabled,
.bg-opacity-success .btn-outline-10.disabled,
.bg-opacity-success .btn-outline-10:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-success .btn-outline-10:not(:disabled):not(.disabled):active, .bg-success .btn-outline-10:not(:disabled):not(.disabled).active, .show > .bg-success .btn-outline-10.dropdown-toggle,
.bg-opacity-success .btn-outline-10:not(:disabled):not(.disabled):active,
.bg-opacity-success .btn-outline-10:not(:disabled):not(.disabled).active,
.show > .bg-opacity-success .btn-outline-10.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-success .btn-outline-10:not(:disabled):not(.disabled):active:focus, .bg-success .btn-outline-10:not(:disabled):not(.disabled).active:focus, .show > .bg-success .btn-outline-10.dropdown-toggle:focus,
.bg-opacity-success .btn-outline-10:not(:disabled):not(.disabled):active:focus,
.bg-opacity-success .btn-outline-10:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-success .btn-outline-10.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-success .btn-outline-default,
.bg-opacity-success .btn-outline-default {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-success .btn-outline-default:hover,
.bg-opacity-success .btn-outline-default:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-success .btn-outline-default:focus, .bg-success .btn-outline-default.focus,
.bg-opacity-success .btn-outline-default:focus,
.bg-opacity-success .btn-outline-default.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-success .btn-outline-default.disabled, .bg-success .btn-outline-default:disabled,
.bg-opacity-success .btn-outline-default.disabled,
.bg-opacity-success .btn-outline-default:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-success .btn-outline-default:not(:disabled):not(.disabled):active, .bg-success .btn-outline-default:not(:disabled):not(.disabled).active, .show > .bg-success .btn-outline-default.dropdown-toggle,
.bg-opacity-success .btn-outline-default:not(:disabled):not(.disabled):active,
.bg-opacity-success .btn-outline-default:not(:disabled):not(.disabled).active,
.show > .bg-opacity-success .btn-outline-default.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-success .btn-outline-default:not(:disabled):not(.disabled):active:focus, .bg-success .btn-outline-default:not(:disabled):not(.disabled).active:focus, .show > .bg-success .btn-outline-default.dropdown-toggle:focus,
.bg-opacity-success .btn-outline-default:not(:disabled):not(.disabled):active:focus,
.bg-opacity-success .btn-outline-default:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-success .btn-outline-default.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-success .btn-outline-violet,
.bg-opacity-success .btn-outline-violet {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-success .btn-outline-violet:hover,
.bg-opacity-success .btn-outline-violet:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-success .btn-outline-violet:focus, .bg-success .btn-outline-violet.focus,
.bg-opacity-success .btn-outline-violet:focus,
.bg-opacity-success .btn-outline-violet.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-success .btn-outline-violet.disabled, .bg-success .btn-outline-violet:disabled,
.bg-opacity-success .btn-outline-violet.disabled,
.bg-opacity-success .btn-outline-violet:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-success .btn-outline-violet:not(:disabled):not(.disabled):active, .bg-success .btn-outline-violet:not(:disabled):not(.disabled).active, .show > .bg-success .btn-outline-violet.dropdown-toggle,
.bg-opacity-success .btn-outline-violet:not(:disabled):not(.disabled):active,
.bg-opacity-success .btn-outline-violet:not(:disabled):not(.disabled).active,
.show > .bg-opacity-success .btn-outline-violet.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-success .btn-outline-violet:not(:disabled):not(.disabled):active:focus, .bg-success .btn-outline-violet:not(:disabled):not(.disabled).active:focus, .show > .bg-success .btn-outline-violet.dropdown-toggle:focus,
.bg-opacity-success .btn-outline-violet:not(:disabled):not(.disabled):active:focus,
.bg-opacity-success .btn-outline-violet:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-success .btn-outline-violet.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-success .btn-outline-magenta,
.bg-opacity-success .btn-outline-magenta {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-success .btn-outline-magenta:hover,
.bg-opacity-success .btn-outline-magenta:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-success .btn-outline-magenta:focus, .bg-success .btn-outline-magenta.focus,
.bg-opacity-success .btn-outline-magenta:focus,
.bg-opacity-success .btn-outline-magenta.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-success .btn-outline-magenta.disabled, .bg-success .btn-outline-magenta:disabled,
.bg-opacity-success .btn-outline-magenta.disabled,
.bg-opacity-success .btn-outline-magenta:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-success .btn-outline-magenta:not(:disabled):not(.disabled):active, .bg-success .btn-outline-magenta:not(:disabled):not(.disabled).active, .show > .bg-success .btn-outline-magenta.dropdown-toggle,
.bg-opacity-success .btn-outline-magenta:not(:disabled):not(.disabled):active,
.bg-opacity-success .btn-outline-magenta:not(:disabled):not(.disabled).active,
.show > .bg-opacity-success .btn-outline-magenta.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-success .btn-outline-magenta:not(:disabled):not(.disabled):active:focus, .bg-success .btn-outline-magenta:not(:disabled):not(.disabled).active:focus, .show > .bg-success .btn-outline-magenta.dropdown-toggle:focus,
.bg-opacity-success .btn-outline-magenta:not(:disabled):not(.disabled):active:focus,
.bg-opacity-success .btn-outline-magenta:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-success .btn-outline-magenta.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-success .btn-outline-petrol,
.bg-opacity-success .btn-outline-petrol {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-success .btn-outline-petrol:hover,
.bg-opacity-success .btn-outline-petrol:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-success .btn-outline-petrol:focus, .bg-success .btn-outline-petrol.focus,
.bg-opacity-success .btn-outline-petrol:focus,
.bg-opacity-success .btn-outline-petrol.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-success .btn-outline-petrol.disabled, .bg-success .btn-outline-petrol:disabled,
.bg-opacity-success .btn-outline-petrol.disabled,
.bg-opacity-success .btn-outline-petrol:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-success .btn-outline-petrol:not(:disabled):not(.disabled):active, .bg-success .btn-outline-petrol:not(:disabled):not(.disabled).active, .show > .bg-success .btn-outline-petrol.dropdown-toggle,
.bg-opacity-success .btn-outline-petrol:not(:disabled):not(.disabled):active,
.bg-opacity-success .btn-outline-petrol:not(:disabled):not(.disabled).active,
.show > .bg-opacity-success .btn-outline-petrol.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-success .btn-outline-petrol:not(:disabled):not(.disabled):active:focus, .bg-success .btn-outline-petrol:not(:disabled):not(.disabled).active:focus, .show > .bg-success .btn-outline-petrol.dropdown-toggle:focus,
.bg-opacity-success .btn-outline-petrol:not(:disabled):not(.disabled):active:focus,
.bg-opacity-success .btn-outline-petrol:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-success .btn-outline-petrol.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-success .btn-outline-green,
.bg-opacity-success .btn-outline-green {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-success .btn-outline-green:hover,
.bg-opacity-success .btn-outline-green:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-success .btn-outline-green:focus, .bg-success .btn-outline-green.focus,
.bg-opacity-success .btn-outline-green:focus,
.bg-opacity-success .btn-outline-green.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-success .btn-outline-green.disabled, .bg-success .btn-outline-green:disabled,
.bg-opacity-success .btn-outline-green.disabled,
.bg-opacity-success .btn-outline-green:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-success .btn-outline-green:not(:disabled):not(.disabled):active, .bg-success .btn-outline-green:not(:disabled):not(.disabled).active, .show > .bg-success .btn-outline-green.dropdown-toggle,
.bg-opacity-success .btn-outline-green:not(:disabled):not(.disabled):active,
.bg-opacity-success .btn-outline-green:not(:disabled):not(.disabled).active,
.show > .bg-opacity-success .btn-outline-green.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-success .btn-outline-green:not(:disabled):not(.disabled):active:focus, .bg-success .btn-outline-green:not(:disabled):not(.disabled).active:focus, .show > .bg-success .btn-outline-green.dropdown-toggle:focus,
.bg-opacity-success .btn-outline-green:not(:disabled):not(.disabled):active:focus,
.bg-opacity-success .btn-outline-green:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-success .btn-outline-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-success .btn-outline-orange,
.bg-opacity-success .btn-outline-orange {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-success .btn-outline-orange:hover,
.bg-opacity-success .btn-outline-orange:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-success .btn-outline-orange:focus, .bg-success .btn-outline-orange.focus,
.bg-opacity-success .btn-outline-orange:focus,
.bg-opacity-success .btn-outline-orange.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-success .btn-outline-orange.disabled, .bg-success .btn-outline-orange:disabled,
.bg-opacity-success .btn-outline-orange.disabled,
.bg-opacity-success .btn-outline-orange:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-success .btn-outline-orange:not(:disabled):not(.disabled):active, .bg-success .btn-outline-orange:not(:disabled):not(.disabled).active, .show > .bg-success .btn-outline-orange.dropdown-toggle,
.bg-opacity-success .btn-outline-orange:not(:disabled):not(.disabled):active,
.bg-opacity-success .btn-outline-orange:not(:disabled):not(.disabled).active,
.show > .bg-opacity-success .btn-outline-orange.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-success .btn-outline-orange:not(:disabled):not(.disabled):active:focus, .bg-success .btn-outline-orange:not(:disabled):not(.disabled).active:focus, .show > .bg-success .btn-outline-orange.dropdown-toggle:focus,
.bg-opacity-success .btn-outline-orange:not(:disabled):not(.disabled):active:focus,
.bg-opacity-success .btn-outline-orange:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-success .btn-outline-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-success .btn-outline-gold,
.bg-opacity-success .btn-outline-gold {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-success .btn-outline-gold:hover,
.bg-opacity-success .btn-outline-gold:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-success .btn-outline-gold:focus, .bg-success .btn-outline-gold.focus,
.bg-opacity-success .btn-outline-gold:focus,
.bg-opacity-success .btn-outline-gold.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-success .btn-outline-gold.disabled, .bg-success .btn-outline-gold:disabled,
.bg-opacity-success .btn-outline-gold.disabled,
.bg-opacity-success .btn-outline-gold:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-success .btn-outline-gold:not(:disabled):not(.disabled):active, .bg-success .btn-outline-gold:not(:disabled):not(.disabled).active, .show > .bg-success .btn-outline-gold.dropdown-toggle,
.bg-opacity-success .btn-outline-gold:not(:disabled):not(.disabled):active,
.bg-opacity-success .btn-outline-gold:not(:disabled):not(.disabled).active,
.show > .bg-opacity-success .btn-outline-gold.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-success .btn-outline-gold:not(:disabled):not(.disabled):active:focus, .bg-success .btn-outline-gold:not(:disabled):not(.disabled).active:focus, .show > .bg-success .btn-outline-gold.dropdown-toggle:focus,
.bg-opacity-success .btn-outline-gold:not(:disabled):not(.disabled):active:focus,
.bg-opacity-success .btn-outline-gold:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-success .btn-outline-gold.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-success .btn-outline-silver,
.bg-opacity-success .btn-outline-silver {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-success .btn-outline-silver:hover,
.bg-opacity-success .btn-outline-silver:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-success .btn-outline-silver:focus, .bg-success .btn-outline-silver.focus,
.bg-opacity-success .btn-outline-silver:focus,
.bg-opacity-success .btn-outline-silver.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-success .btn-outline-silver.disabled, .bg-success .btn-outline-silver:disabled,
.bg-opacity-success .btn-outline-silver.disabled,
.bg-opacity-success .btn-outline-silver:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-success .btn-outline-silver:not(:disabled):not(.disabled):active, .bg-success .btn-outline-silver:not(:disabled):not(.disabled).active, .show > .bg-success .btn-outline-silver.dropdown-toggle,
.bg-opacity-success .btn-outline-silver:not(:disabled):not(.disabled):active,
.bg-opacity-success .btn-outline-silver:not(:disabled):not(.disabled).active,
.show > .bg-opacity-success .btn-outline-silver.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-success .btn-outline-silver:not(:disabled):not(.disabled):active:focus, .bg-success .btn-outline-silver:not(:disabled):not(.disabled).active:focus, .show > .bg-success .btn-outline-silver.dropdown-toggle:focus,
.bg-opacity-success .btn-outline-silver:not(:disabled):not(.disabled):active:focus,
.bg-opacity-success .btn-outline-silver:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-success .btn-outline-silver.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-success .btn-outline-white,
.bg-opacity-success .btn-outline-white {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-success .btn-outline-white:hover,
.bg-opacity-success .btn-outline-white:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-success .btn-outline-white:focus, .bg-success .btn-outline-white.focus,
.bg-opacity-success .btn-outline-white:focus,
.bg-opacity-success .btn-outline-white.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-success .btn-outline-white.disabled, .bg-success .btn-outline-white:disabled,
.bg-opacity-success .btn-outline-white.disabled,
.bg-opacity-success .btn-outline-white:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-success .btn-outline-white:not(:disabled):not(.disabled):active, .bg-success .btn-outline-white:not(:disabled):not(.disabled).active, .show > .bg-success .btn-outline-white.dropdown-toggle,
.bg-opacity-success .btn-outline-white:not(:disabled):not(.disabled):active,
.bg-opacity-success .btn-outline-white:not(:disabled):not(.disabled).active,
.show > .bg-opacity-success .btn-outline-white.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-success .btn-outline-white:not(:disabled):not(.disabled):active:focus, .bg-success .btn-outline-white:not(:disabled):not(.disabled).active:focus, .show > .bg-success .btn-outline-white.dropdown-toggle:focus,
.bg-opacity-success .btn-outline-white:not(:disabled):not(.disabled):active:focus,
.bg-opacity-success .btn-outline-white:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-success .btn-outline-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}

.bg-info .custom-select,
.bg-opacity-info .custom-select {
  border-color: #ffffff;
  color: #ffffff;
}
.bg-info .custom-select option,
.bg-opacity-info .custom-select option {
  color: #333333;
}
.bg-info .custom-select option:hover,
.bg-opacity-info .custom-select option:hover {
  background-color: #007c96;
}
.bg-info .text-theme,
.bg-opacity-info .text-theme {
  color: #ffffff !important;
}
.bg-info a[href^="tel:"],
.bg-opacity-info a[href^="tel:"] {
  color: #ffffff !important;
}
.bg-info .btn-theme,
.bg-opacity-info .btn-theme {
  color: #52565a;
  background-color: #ffffff;
  border-color: #00a6eb;
}
.bg-info .btn-theme:hover,
.bg-opacity-info .btn-theme:hover {
  color: #ffffff;
  background-color: #7e8890;
  border-color: #7e8890;
}
.bg-info .btn-theme:focus, .bg-info .btn-theme.focus,
.bg-opacity-info .btn-theme:focus,
.bg-opacity-info .btn-theme.focus {
  box-shadow: 0 0 0 0 rgba(12, 154, 213, 0.5);
}
.bg-info .btn-theme.disabled, .bg-info .btn-theme:disabled,
.bg-opacity-info .btn-theme.disabled,
.bg-opacity-info .btn-theme:disabled {
  color: #52565a;
  background-color: #ffffff;
  border-color: #00a6eb;
}
.bg-info .btn-theme:not(:disabled):not(.disabled):active, .bg-info .btn-theme:not(:disabled):not(.disabled).active, .show > .bg-info .btn-theme.dropdown-toggle,
.bg-opacity-info .btn-theme:not(:disabled):not(.disabled):active,
.bg-opacity-info .btn-theme:not(:disabled):not(.disabled).active,
.show > .bg-opacity-info .btn-theme.dropdown-toggle {
  color: #52565a;
  background-color: #e6e6e6;
  border-color: #0079ab;
}
.bg-info .btn-theme:not(:disabled):not(.disabled):active:focus, .bg-info .btn-theme:not(:disabled):not(.disabled).active:focus, .show > .bg-info .btn-theme.dropdown-toggle:focus,
.bg-opacity-info .btn-theme:not(:disabled):not(.disabled):active:focus,
.bg-opacity-info .btn-theme:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-info .btn-theme.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(12, 154, 213, 0.5);
}
.bg-info .btn-outline-primary,
.bg-opacity-info .btn-outline-primary {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-info .btn-outline-primary:hover,
.bg-opacity-info .btn-outline-primary:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-info .btn-outline-primary:focus, .bg-info .btn-outline-primary.focus,
.bg-opacity-info .btn-outline-primary:focus,
.bg-opacity-info .btn-outline-primary.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-info .btn-outline-primary.disabled, .bg-info .btn-outline-primary:disabled,
.bg-opacity-info .btn-outline-primary.disabled,
.bg-opacity-info .btn-outline-primary:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-info .btn-outline-primary:not(:disabled):not(.disabled):active, .bg-info .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .bg-info .btn-outline-primary.dropdown-toggle,
.bg-opacity-info .btn-outline-primary:not(:disabled):not(.disabled):active,
.bg-opacity-info .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .bg-opacity-info .btn-outline-primary.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-info .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .bg-info .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .bg-info .btn-outline-primary.dropdown-toggle:focus,
.bg-opacity-info .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.bg-opacity-info .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-info .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-info .btn-outline-secondary,
.bg-opacity-info .btn-outline-secondary {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-info .btn-outline-secondary:hover,
.bg-opacity-info .btn-outline-secondary:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-info .btn-outline-secondary:focus, .bg-info .btn-outline-secondary.focus,
.bg-opacity-info .btn-outline-secondary:focus,
.bg-opacity-info .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-info .btn-outline-secondary.disabled, .bg-info .btn-outline-secondary:disabled,
.bg-opacity-info .btn-outline-secondary.disabled,
.bg-opacity-info .btn-outline-secondary:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-info .btn-outline-secondary:not(:disabled):not(.disabled):active, .bg-info .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .bg-info .btn-outline-secondary.dropdown-toggle,
.bg-opacity-info .btn-outline-secondary:not(:disabled):not(.disabled):active,
.bg-opacity-info .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .bg-opacity-info .btn-outline-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-info .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .bg-info .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .bg-info .btn-outline-secondary.dropdown-toggle:focus,
.bg-opacity-info .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.bg-opacity-info .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-info .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-info .btn-outline-success,
.bg-opacity-info .btn-outline-success {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-info .btn-outline-success:hover,
.bg-opacity-info .btn-outline-success:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-info .btn-outline-success:focus, .bg-info .btn-outline-success.focus,
.bg-opacity-info .btn-outline-success:focus,
.bg-opacity-info .btn-outline-success.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-info .btn-outline-success.disabled, .bg-info .btn-outline-success:disabled,
.bg-opacity-info .btn-outline-success.disabled,
.bg-opacity-info .btn-outline-success:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-info .btn-outline-success:not(:disabled):not(.disabled):active, .bg-info .btn-outline-success:not(:disabled):not(.disabled).active, .show > .bg-info .btn-outline-success.dropdown-toggle,
.bg-opacity-info .btn-outline-success:not(:disabled):not(.disabled):active,
.bg-opacity-info .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .bg-opacity-info .btn-outline-success.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-info .btn-outline-success:not(:disabled):not(.disabled):active:focus, .bg-info .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .bg-info .btn-outline-success.dropdown-toggle:focus,
.bg-opacity-info .btn-outline-success:not(:disabled):not(.disabled):active:focus,
.bg-opacity-info .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-info .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-info .btn-outline-info,
.bg-opacity-info .btn-outline-info {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-info .btn-outline-info:hover,
.bg-opacity-info .btn-outline-info:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-info .btn-outline-info:focus, .bg-info .btn-outline-info.focus,
.bg-opacity-info .btn-outline-info:focus,
.bg-opacity-info .btn-outline-info.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-info .btn-outline-info.disabled, .bg-info .btn-outline-info:disabled,
.bg-opacity-info .btn-outline-info.disabled,
.bg-opacity-info .btn-outline-info:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-info .btn-outline-info:not(:disabled):not(.disabled):active, .bg-info .btn-outline-info:not(:disabled):not(.disabled).active, .show > .bg-info .btn-outline-info.dropdown-toggle,
.bg-opacity-info .btn-outline-info:not(:disabled):not(.disabled):active,
.bg-opacity-info .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .bg-opacity-info .btn-outline-info.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-info .btn-outline-info:not(:disabled):not(.disabled):active:focus, .bg-info .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .bg-info .btn-outline-info.dropdown-toggle:focus,
.bg-opacity-info .btn-outline-info:not(:disabled):not(.disabled):active:focus,
.bg-opacity-info .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-info .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-info .btn-outline-warning,
.bg-opacity-info .btn-outline-warning {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-info .btn-outline-warning:hover,
.bg-opacity-info .btn-outline-warning:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-info .btn-outline-warning:focus, .bg-info .btn-outline-warning.focus,
.bg-opacity-info .btn-outline-warning:focus,
.bg-opacity-info .btn-outline-warning.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-info .btn-outline-warning.disabled, .bg-info .btn-outline-warning:disabled,
.bg-opacity-info .btn-outline-warning.disabled,
.bg-opacity-info .btn-outline-warning:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-info .btn-outline-warning:not(:disabled):not(.disabled):active, .bg-info .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .bg-info .btn-outline-warning.dropdown-toggle,
.bg-opacity-info .btn-outline-warning:not(:disabled):not(.disabled):active,
.bg-opacity-info .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .bg-opacity-info .btn-outline-warning.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-info .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .bg-info .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .bg-info .btn-outline-warning.dropdown-toggle:focus,
.bg-opacity-info .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.bg-opacity-info .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-info .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-info .btn-outline-danger,
.bg-opacity-info .btn-outline-danger {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-info .btn-outline-danger:hover,
.bg-opacity-info .btn-outline-danger:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-info .btn-outline-danger:focus, .bg-info .btn-outline-danger.focus,
.bg-opacity-info .btn-outline-danger:focus,
.bg-opacity-info .btn-outline-danger.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-info .btn-outline-danger.disabled, .bg-info .btn-outline-danger:disabled,
.bg-opacity-info .btn-outline-danger.disabled,
.bg-opacity-info .btn-outline-danger:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-info .btn-outline-danger:not(:disabled):not(.disabled):active, .bg-info .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .bg-info .btn-outline-danger.dropdown-toggle,
.bg-opacity-info .btn-outline-danger:not(:disabled):not(.disabled):active,
.bg-opacity-info .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .bg-opacity-info .btn-outline-danger.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-info .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .bg-info .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .bg-info .btn-outline-danger.dropdown-toggle:focus,
.bg-opacity-info .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.bg-opacity-info .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-info .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-info .btn-outline-light,
.bg-opacity-info .btn-outline-light {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-info .btn-outline-light:hover,
.bg-opacity-info .btn-outline-light:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-info .btn-outline-light:focus, .bg-info .btn-outline-light.focus,
.bg-opacity-info .btn-outline-light:focus,
.bg-opacity-info .btn-outline-light.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-info .btn-outline-light.disabled, .bg-info .btn-outline-light:disabled,
.bg-opacity-info .btn-outline-light.disabled,
.bg-opacity-info .btn-outline-light:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-info .btn-outline-light:not(:disabled):not(.disabled):active, .bg-info .btn-outline-light:not(:disabled):not(.disabled).active, .show > .bg-info .btn-outline-light.dropdown-toggle,
.bg-opacity-info .btn-outline-light:not(:disabled):not(.disabled):active,
.bg-opacity-info .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .bg-opacity-info .btn-outline-light.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-info .btn-outline-light:not(:disabled):not(.disabled):active:focus, .bg-info .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .bg-info .btn-outline-light.dropdown-toggle:focus,
.bg-opacity-info .btn-outline-light:not(:disabled):not(.disabled):active:focus,
.bg-opacity-info .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-info .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-info .btn-outline-dark,
.bg-opacity-info .btn-outline-dark {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-info .btn-outline-dark:hover,
.bg-opacity-info .btn-outline-dark:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-info .btn-outline-dark:focus, .bg-info .btn-outline-dark.focus,
.bg-opacity-info .btn-outline-dark:focus,
.bg-opacity-info .btn-outline-dark.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-info .btn-outline-dark.disabled, .bg-info .btn-outline-dark:disabled,
.bg-opacity-info .btn-outline-dark.disabled,
.bg-opacity-info .btn-outline-dark:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-info .btn-outline-dark:not(:disabled):not(.disabled):active, .bg-info .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .bg-info .btn-outline-dark.dropdown-toggle,
.bg-opacity-info .btn-outline-dark:not(:disabled):not(.disabled):active,
.bg-opacity-info .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .bg-opacity-info .btn-outline-dark.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-info .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .bg-info .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .bg-info .btn-outline-dark.dropdown-toggle:focus,
.bg-opacity-info .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.bg-opacity-info .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-info .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-info .btn-outline-0,
.bg-opacity-info .btn-outline-0 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-info .btn-outline-0:hover,
.bg-opacity-info .btn-outline-0:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-info .btn-outline-0:focus, .bg-info .btn-outline-0.focus,
.bg-opacity-info .btn-outline-0:focus,
.bg-opacity-info .btn-outline-0.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-info .btn-outline-0.disabled, .bg-info .btn-outline-0:disabled,
.bg-opacity-info .btn-outline-0.disabled,
.bg-opacity-info .btn-outline-0:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-info .btn-outline-0:not(:disabled):not(.disabled):active, .bg-info .btn-outline-0:not(:disabled):not(.disabled).active, .show > .bg-info .btn-outline-0.dropdown-toggle,
.bg-opacity-info .btn-outline-0:not(:disabled):not(.disabled):active,
.bg-opacity-info .btn-outline-0:not(:disabled):not(.disabled).active,
.show > .bg-opacity-info .btn-outline-0.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-info .btn-outline-0:not(:disabled):not(.disabled):active:focus, .bg-info .btn-outline-0:not(:disabled):not(.disabled).active:focus, .show > .bg-info .btn-outline-0.dropdown-toggle:focus,
.bg-opacity-info .btn-outline-0:not(:disabled):not(.disabled):active:focus,
.bg-opacity-info .btn-outline-0:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-info .btn-outline-0.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-info .btn-outline-1,
.bg-opacity-info .btn-outline-1 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-info .btn-outline-1:hover,
.bg-opacity-info .btn-outline-1:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-info .btn-outline-1:focus, .bg-info .btn-outline-1.focus,
.bg-opacity-info .btn-outline-1:focus,
.bg-opacity-info .btn-outline-1.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-info .btn-outline-1.disabled, .bg-info .btn-outline-1:disabled,
.bg-opacity-info .btn-outline-1.disabled,
.bg-opacity-info .btn-outline-1:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-info .btn-outline-1:not(:disabled):not(.disabled):active, .bg-info .btn-outline-1:not(:disabled):not(.disabled).active, .show > .bg-info .btn-outline-1.dropdown-toggle,
.bg-opacity-info .btn-outline-1:not(:disabled):not(.disabled):active,
.bg-opacity-info .btn-outline-1:not(:disabled):not(.disabled).active,
.show > .bg-opacity-info .btn-outline-1.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-info .btn-outline-1:not(:disabled):not(.disabled):active:focus, .bg-info .btn-outline-1:not(:disabled):not(.disabled).active:focus, .show > .bg-info .btn-outline-1.dropdown-toggle:focus,
.bg-opacity-info .btn-outline-1:not(:disabled):not(.disabled):active:focus,
.bg-opacity-info .btn-outline-1:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-info .btn-outline-1.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-info .btn-outline-2,
.bg-opacity-info .btn-outline-2 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-info .btn-outline-2:hover,
.bg-opacity-info .btn-outline-2:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-info .btn-outline-2:focus, .bg-info .btn-outline-2.focus,
.bg-opacity-info .btn-outline-2:focus,
.bg-opacity-info .btn-outline-2.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-info .btn-outline-2.disabled, .bg-info .btn-outline-2:disabled,
.bg-opacity-info .btn-outline-2.disabled,
.bg-opacity-info .btn-outline-2:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-info .btn-outline-2:not(:disabled):not(.disabled):active, .bg-info .btn-outline-2:not(:disabled):not(.disabled).active, .show > .bg-info .btn-outline-2.dropdown-toggle,
.bg-opacity-info .btn-outline-2:not(:disabled):not(.disabled):active,
.bg-opacity-info .btn-outline-2:not(:disabled):not(.disabled).active,
.show > .bg-opacity-info .btn-outline-2.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-info .btn-outline-2:not(:disabled):not(.disabled):active:focus, .bg-info .btn-outline-2:not(:disabled):not(.disabled).active:focus, .show > .bg-info .btn-outline-2.dropdown-toggle:focus,
.bg-opacity-info .btn-outline-2:not(:disabled):not(.disabled):active:focus,
.bg-opacity-info .btn-outline-2:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-info .btn-outline-2.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-info .btn-outline-3,
.bg-opacity-info .btn-outline-3 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-info .btn-outline-3:hover,
.bg-opacity-info .btn-outline-3:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-info .btn-outline-3:focus, .bg-info .btn-outline-3.focus,
.bg-opacity-info .btn-outline-3:focus,
.bg-opacity-info .btn-outline-3.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-info .btn-outline-3.disabled, .bg-info .btn-outline-3:disabled,
.bg-opacity-info .btn-outline-3.disabled,
.bg-opacity-info .btn-outline-3:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-info .btn-outline-3:not(:disabled):not(.disabled):active, .bg-info .btn-outline-3:not(:disabled):not(.disabled).active, .show > .bg-info .btn-outline-3.dropdown-toggle,
.bg-opacity-info .btn-outline-3:not(:disabled):not(.disabled):active,
.bg-opacity-info .btn-outline-3:not(:disabled):not(.disabled).active,
.show > .bg-opacity-info .btn-outline-3.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-info .btn-outline-3:not(:disabled):not(.disabled):active:focus, .bg-info .btn-outline-3:not(:disabled):not(.disabled).active:focus, .show > .bg-info .btn-outline-3.dropdown-toggle:focus,
.bg-opacity-info .btn-outline-3:not(:disabled):not(.disabled):active:focus,
.bg-opacity-info .btn-outline-3:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-info .btn-outline-3.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-info .btn-outline-4,
.bg-opacity-info .btn-outline-4 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-info .btn-outline-4:hover,
.bg-opacity-info .btn-outline-4:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-info .btn-outline-4:focus, .bg-info .btn-outline-4.focus,
.bg-opacity-info .btn-outline-4:focus,
.bg-opacity-info .btn-outline-4.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-info .btn-outline-4.disabled, .bg-info .btn-outline-4:disabled,
.bg-opacity-info .btn-outline-4.disabled,
.bg-opacity-info .btn-outline-4:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-info .btn-outline-4:not(:disabled):not(.disabled):active, .bg-info .btn-outline-4:not(:disabled):not(.disabled).active, .show > .bg-info .btn-outline-4.dropdown-toggle,
.bg-opacity-info .btn-outline-4:not(:disabled):not(.disabled):active,
.bg-opacity-info .btn-outline-4:not(:disabled):not(.disabled).active,
.show > .bg-opacity-info .btn-outline-4.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-info .btn-outline-4:not(:disabled):not(.disabled):active:focus, .bg-info .btn-outline-4:not(:disabled):not(.disabled).active:focus, .show > .bg-info .btn-outline-4.dropdown-toggle:focus,
.bg-opacity-info .btn-outline-4:not(:disabled):not(.disabled):active:focus,
.bg-opacity-info .btn-outline-4:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-info .btn-outline-4.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-info .btn-outline-5,
.bg-opacity-info .btn-outline-5 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-info .btn-outline-5:hover,
.bg-opacity-info .btn-outline-5:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-info .btn-outline-5:focus, .bg-info .btn-outline-5.focus,
.bg-opacity-info .btn-outline-5:focus,
.bg-opacity-info .btn-outline-5.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-info .btn-outline-5.disabled, .bg-info .btn-outline-5:disabled,
.bg-opacity-info .btn-outline-5.disabled,
.bg-opacity-info .btn-outline-5:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-info .btn-outline-5:not(:disabled):not(.disabled):active, .bg-info .btn-outline-5:not(:disabled):not(.disabled).active, .show > .bg-info .btn-outline-5.dropdown-toggle,
.bg-opacity-info .btn-outline-5:not(:disabled):not(.disabled):active,
.bg-opacity-info .btn-outline-5:not(:disabled):not(.disabled).active,
.show > .bg-opacity-info .btn-outline-5.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-info .btn-outline-5:not(:disabled):not(.disabled):active:focus, .bg-info .btn-outline-5:not(:disabled):not(.disabled).active:focus, .show > .bg-info .btn-outline-5.dropdown-toggle:focus,
.bg-opacity-info .btn-outline-5:not(:disabled):not(.disabled):active:focus,
.bg-opacity-info .btn-outline-5:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-info .btn-outline-5.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-info .btn-outline-6,
.bg-opacity-info .btn-outline-6 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-info .btn-outline-6:hover,
.bg-opacity-info .btn-outline-6:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-info .btn-outline-6:focus, .bg-info .btn-outline-6.focus,
.bg-opacity-info .btn-outline-6:focus,
.bg-opacity-info .btn-outline-6.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-info .btn-outline-6.disabled, .bg-info .btn-outline-6:disabled,
.bg-opacity-info .btn-outline-6.disabled,
.bg-opacity-info .btn-outline-6:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-info .btn-outline-6:not(:disabled):not(.disabled):active, .bg-info .btn-outline-6:not(:disabled):not(.disabled).active, .show > .bg-info .btn-outline-6.dropdown-toggle,
.bg-opacity-info .btn-outline-6:not(:disabled):not(.disabled):active,
.bg-opacity-info .btn-outline-6:not(:disabled):not(.disabled).active,
.show > .bg-opacity-info .btn-outline-6.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-info .btn-outline-6:not(:disabled):not(.disabled):active:focus, .bg-info .btn-outline-6:not(:disabled):not(.disabled).active:focus, .show > .bg-info .btn-outline-6.dropdown-toggle:focus,
.bg-opacity-info .btn-outline-6:not(:disabled):not(.disabled):active:focus,
.bg-opacity-info .btn-outline-6:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-info .btn-outline-6.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-info .btn-outline-7,
.bg-opacity-info .btn-outline-7 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-info .btn-outline-7:hover,
.bg-opacity-info .btn-outline-7:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-info .btn-outline-7:focus, .bg-info .btn-outline-7.focus,
.bg-opacity-info .btn-outline-7:focus,
.bg-opacity-info .btn-outline-7.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-info .btn-outline-7.disabled, .bg-info .btn-outline-7:disabled,
.bg-opacity-info .btn-outline-7.disabled,
.bg-opacity-info .btn-outline-7:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-info .btn-outline-7:not(:disabled):not(.disabled):active, .bg-info .btn-outline-7:not(:disabled):not(.disabled).active, .show > .bg-info .btn-outline-7.dropdown-toggle,
.bg-opacity-info .btn-outline-7:not(:disabled):not(.disabled):active,
.bg-opacity-info .btn-outline-7:not(:disabled):not(.disabled).active,
.show > .bg-opacity-info .btn-outline-7.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-info .btn-outline-7:not(:disabled):not(.disabled):active:focus, .bg-info .btn-outline-7:not(:disabled):not(.disabled).active:focus, .show > .bg-info .btn-outline-7.dropdown-toggle:focus,
.bg-opacity-info .btn-outline-7:not(:disabled):not(.disabled):active:focus,
.bg-opacity-info .btn-outline-7:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-info .btn-outline-7.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-info .btn-outline-8,
.bg-opacity-info .btn-outline-8 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-info .btn-outline-8:hover,
.bg-opacity-info .btn-outline-8:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-info .btn-outline-8:focus, .bg-info .btn-outline-8.focus,
.bg-opacity-info .btn-outline-8:focus,
.bg-opacity-info .btn-outline-8.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-info .btn-outline-8.disabled, .bg-info .btn-outline-8:disabled,
.bg-opacity-info .btn-outline-8.disabled,
.bg-opacity-info .btn-outline-8:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-info .btn-outline-8:not(:disabled):not(.disabled):active, .bg-info .btn-outline-8:not(:disabled):not(.disabled).active, .show > .bg-info .btn-outline-8.dropdown-toggle,
.bg-opacity-info .btn-outline-8:not(:disabled):not(.disabled):active,
.bg-opacity-info .btn-outline-8:not(:disabled):not(.disabled).active,
.show > .bg-opacity-info .btn-outline-8.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-info .btn-outline-8:not(:disabled):not(.disabled):active:focus, .bg-info .btn-outline-8:not(:disabled):not(.disabled).active:focus, .show > .bg-info .btn-outline-8.dropdown-toggle:focus,
.bg-opacity-info .btn-outline-8:not(:disabled):not(.disabled):active:focus,
.bg-opacity-info .btn-outline-8:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-info .btn-outline-8.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-info .btn-outline-9,
.bg-opacity-info .btn-outline-9 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-info .btn-outline-9:hover,
.bg-opacity-info .btn-outline-9:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-info .btn-outline-9:focus, .bg-info .btn-outline-9.focus,
.bg-opacity-info .btn-outline-9:focus,
.bg-opacity-info .btn-outline-9.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-info .btn-outline-9.disabled, .bg-info .btn-outline-9:disabled,
.bg-opacity-info .btn-outline-9.disabled,
.bg-opacity-info .btn-outline-9:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-info .btn-outline-9:not(:disabled):not(.disabled):active, .bg-info .btn-outline-9:not(:disabled):not(.disabled).active, .show > .bg-info .btn-outline-9.dropdown-toggle,
.bg-opacity-info .btn-outline-9:not(:disabled):not(.disabled):active,
.bg-opacity-info .btn-outline-9:not(:disabled):not(.disabled).active,
.show > .bg-opacity-info .btn-outline-9.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-info .btn-outline-9:not(:disabled):not(.disabled):active:focus, .bg-info .btn-outline-9:not(:disabled):not(.disabled).active:focus, .show > .bg-info .btn-outline-9.dropdown-toggle:focus,
.bg-opacity-info .btn-outline-9:not(:disabled):not(.disabled):active:focus,
.bg-opacity-info .btn-outline-9:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-info .btn-outline-9.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-info .btn-outline-10,
.bg-opacity-info .btn-outline-10 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-info .btn-outline-10:hover,
.bg-opacity-info .btn-outline-10:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-info .btn-outline-10:focus, .bg-info .btn-outline-10.focus,
.bg-opacity-info .btn-outline-10:focus,
.bg-opacity-info .btn-outline-10.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-info .btn-outline-10.disabled, .bg-info .btn-outline-10:disabled,
.bg-opacity-info .btn-outline-10.disabled,
.bg-opacity-info .btn-outline-10:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-info .btn-outline-10:not(:disabled):not(.disabled):active, .bg-info .btn-outline-10:not(:disabled):not(.disabled).active, .show > .bg-info .btn-outline-10.dropdown-toggle,
.bg-opacity-info .btn-outline-10:not(:disabled):not(.disabled):active,
.bg-opacity-info .btn-outline-10:not(:disabled):not(.disabled).active,
.show > .bg-opacity-info .btn-outline-10.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-info .btn-outline-10:not(:disabled):not(.disabled):active:focus, .bg-info .btn-outline-10:not(:disabled):not(.disabled).active:focus, .show > .bg-info .btn-outline-10.dropdown-toggle:focus,
.bg-opacity-info .btn-outline-10:not(:disabled):not(.disabled):active:focus,
.bg-opacity-info .btn-outline-10:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-info .btn-outline-10.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-info .btn-outline-default,
.bg-opacity-info .btn-outline-default {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-info .btn-outline-default:hover,
.bg-opacity-info .btn-outline-default:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-info .btn-outline-default:focus, .bg-info .btn-outline-default.focus,
.bg-opacity-info .btn-outline-default:focus,
.bg-opacity-info .btn-outline-default.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-info .btn-outline-default.disabled, .bg-info .btn-outline-default:disabled,
.bg-opacity-info .btn-outline-default.disabled,
.bg-opacity-info .btn-outline-default:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-info .btn-outline-default:not(:disabled):not(.disabled):active, .bg-info .btn-outline-default:not(:disabled):not(.disabled).active, .show > .bg-info .btn-outline-default.dropdown-toggle,
.bg-opacity-info .btn-outline-default:not(:disabled):not(.disabled):active,
.bg-opacity-info .btn-outline-default:not(:disabled):not(.disabled).active,
.show > .bg-opacity-info .btn-outline-default.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-info .btn-outline-default:not(:disabled):not(.disabled):active:focus, .bg-info .btn-outline-default:not(:disabled):not(.disabled).active:focus, .show > .bg-info .btn-outline-default.dropdown-toggle:focus,
.bg-opacity-info .btn-outline-default:not(:disabled):not(.disabled):active:focus,
.bg-opacity-info .btn-outline-default:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-info .btn-outline-default.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-info .btn-outline-violet,
.bg-opacity-info .btn-outline-violet {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-info .btn-outline-violet:hover,
.bg-opacity-info .btn-outline-violet:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-info .btn-outline-violet:focus, .bg-info .btn-outline-violet.focus,
.bg-opacity-info .btn-outline-violet:focus,
.bg-opacity-info .btn-outline-violet.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-info .btn-outline-violet.disabled, .bg-info .btn-outline-violet:disabled,
.bg-opacity-info .btn-outline-violet.disabled,
.bg-opacity-info .btn-outline-violet:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-info .btn-outline-violet:not(:disabled):not(.disabled):active, .bg-info .btn-outline-violet:not(:disabled):not(.disabled).active, .show > .bg-info .btn-outline-violet.dropdown-toggle,
.bg-opacity-info .btn-outline-violet:not(:disabled):not(.disabled):active,
.bg-opacity-info .btn-outline-violet:not(:disabled):not(.disabled).active,
.show > .bg-opacity-info .btn-outline-violet.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-info .btn-outline-violet:not(:disabled):not(.disabled):active:focus, .bg-info .btn-outline-violet:not(:disabled):not(.disabled).active:focus, .show > .bg-info .btn-outline-violet.dropdown-toggle:focus,
.bg-opacity-info .btn-outline-violet:not(:disabled):not(.disabled):active:focus,
.bg-opacity-info .btn-outline-violet:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-info .btn-outline-violet.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-info .btn-outline-magenta,
.bg-opacity-info .btn-outline-magenta {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-info .btn-outline-magenta:hover,
.bg-opacity-info .btn-outline-magenta:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-info .btn-outline-magenta:focus, .bg-info .btn-outline-magenta.focus,
.bg-opacity-info .btn-outline-magenta:focus,
.bg-opacity-info .btn-outline-magenta.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-info .btn-outline-magenta.disabled, .bg-info .btn-outline-magenta:disabled,
.bg-opacity-info .btn-outline-magenta.disabled,
.bg-opacity-info .btn-outline-magenta:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-info .btn-outline-magenta:not(:disabled):not(.disabled):active, .bg-info .btn-outline-magenta:not(:disabled):not(.disabled).active, .show > .bg-info .btn-outline-magenta.dropdown-toggle,
.bg-opacity-info .btn-outline-magenta:not(:disabled):not(.disabled):active,
.bg-opacity-info .btn-outline-magenta:not(:disabled):not(.disabled).active,
.show > .bg-opacity-info .btn-outline-magenta.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-info .btn-outline-magenta:not(:disabled):not(.disabled):active:focus, .bg-info .btn-outline-magenta:not(:disabled):not(.disabled).active:focus, .show > .bg-info .btn-outline-magenta.dropdown-toggle:focus,
.bg-opacity-info .btn-outline-magenta:not(:disabled):not(.disabled):active:focus,
.bg-opacity-info .btn-outline-magenta:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-info .btn-outline-magenta.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-info .btn-outline-petrol,
.bg-opacity-info .btn-outline-petrol {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-info .btn-outline-petrol:hover,
.bg-opacity-info .btn-outline-petrol:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-info .btn-outline-petrol:focus, .bg-info .btn-outline-petrol.focus,
.bg-opacity-info .btn-outline-petrol:focus,
.bg-opacity-info .btn-outline-petrol.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-info .btn-outline-petrol.disabled, .bg-info .btn-outline-petrol:disabled,
.bg-opacity-info .btn-outline-petrol.disabled,
.bg-opacity-info .btn-outline-petrol:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-info .btn-outline-petrol:not(:disabled):not(.disabled):active, .bg-info .btn-outline-petrol:not(:disabled):not(.disabled).active, .show > .bg-info .btn-outline-petrol.dropdown-toggle,
.bg-opacity-info .btn-outline-petrol:not(:disabled):not(.disabled):active,
.bg-opacity-info .btn-outline-petrol:not(:disabled):not(.disabled).active,
.show > .bg-opacity-info .btn-outline-petrol.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-info .btn-outline-petrol:not(:disabled):not(.disabled):active:focus, .bg-info .btn-outline-petrol:not(:disabled):not(.disabled).active:focus, .show > .bg-info .btn-outline-petrol.dropdown-toggle:focus,
.bg-opacity-info .btn-outline-petrol:not(:disabled):not(.disabled):active:focus,
.bg-opacity-info .btn-outline-petrol:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-info .btn-outline-petrol.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-info .btn-outline-green,
.bg-opacity-info .btn-outline-green {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-info .btn-outline-green:hover,
.bg-opacity-info .btn-outline-green:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-info .btn-outline-green:focus, .bg-info .btn-outline-green.focus,
.bg-opacity-info .btn-outline-green:focus,
.bg-opacity-info .btn-outline-green.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-info .btn-outline-green.disabled, .bg-info .btn-outline-green:disabled,
.bg-opacity-info .btn-outline-green.disabled,
.bg-opacity-info .btn-outline-green:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-info .btn-outline-green:not(:disabled):not(.disabled):active, .bg-info .btn-outline-green:not(:disabled):not(.disabled).active, .show > .bg-info .btn-outline-green.dropdown-toggle,
.bg-opacity-info .btn-outline-green:not(:disabled):not(.disabled):active,
.bg-opacity-info .btn-outline-green:not(:disabled):not(.disabled).active,
.show > .bg-opacity-info .btn-outline-green.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-info .btn-outline-green:not(:disabled):not(.disabled):active:focus, .bg-info .btn-outline-green:not(:disabled):not(.disabled).active:focus, .show > .bg-info .btn-outline-green.dropdown-toggle:focus,
.bg-opacity-info .btn-outline-green:not(:disabled):not(.disabled):active:focus,
.bg-opacity-info .btn-outline-green:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-info .btn-outline-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-info .btn-outline-orange,
.bg-opacity-info .btn-outline-orange {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-info .btn-outline-orange:hover,
.bg-opacity-info .btn-outline-orange:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-info .btn-outline-orange:focus, .bg-info .btn-outline-orange.focus,
.bg-opacity-info .btn-outline-orange:focus,
.bg-opacity-info .btn-outline-orange.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-info .btn-outline-orange.disabled, .bg-info .btn-outline-orange:disabled,
.bg-opacity-info .btn-outline-orange.disabled,
.bg-opacity-info .btn-outline-orange:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-info .btn-outline-orange:not(:disabled):not(.disabled):active, .bg-info .btn-outline-orange:not(:disabled):not(.disabled).active, .show > .bg-info .btn-outline-orange.dropdown-toggle,
.bg-opacity-info .btn-outline-orange:not(:disabled):not(.disabled):active,
.bg-opacity-info .btn-outline-orange:not(:disabled):not(.disabled).active,
.show > .bg-opacity-info .btn-outline-orange.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-info .btn-outline-orange:not(:disabled):not(.disabled):active:focus, .bg-info .btn-outline-orange:not(:disabled):not(.disabled).active:focus, .show > .bg-info .btn-outline-orange.dropdown-toggle:focus,
.bg-opacity-info .btn-outline-orange:not(:disabled):not(.disabled):active:focus,
.bg-opacity-info .btn-outline-orange:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-info .btn-outline-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-info .btn-outline-gold,
.bg-opacity-info .btn-outline-gold {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-info .btn-outline-gold:hover,
.bg-opacity-info .btn-outline-gold:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-info .btn-outline-gold:focus, .bg-info .btn-outline-gold.focus,
.bg-opacity-info .btn-outline-gold:focus,
.bg-opacity-info .btn-outline-gold.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-info .btn-outline-gold.disabled, .bg-info .btn-outline-gold:disabled,
.bg-opacity-info .btn-outline-gold.disabled,
.bg-opacity-info .btn-outline-gold:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-info .btn-outline-gold:not(:disabled):not(.disabled):active, .bg-info .btn-outline-gold:not(:disabled):not(.disabled).active, .show > .bg-info .btn-outline-gold.dropdown-toggle,
.bg-opacity-info .btn-outline-gold:not(:disabled):not(.disabled):active,
.bg-opacity-info .btn-outline-gold:not(:disabled):not(.disabled).active,
.show > .bg-opacity-info .btn-outline-gold.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-info .btn-outline-gold:not(:disabled):not(.disabled):active:focus, .bg-info .btn-outline-gold:not(:disabled):not(.disabled).active:focus, .show > .bg-info .btn-outline-gold.dropdown-toggle:focus,
.bg-opacity-info .btn-outline-gold:not(:disabled):not(.disabled):active:focus,
.bg-opacity-info .btn-outline-gold:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-info .btn-outline-gold.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-info .btn-outline-silver,
.bg-opacity-info .btn-outline-silver {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-info .btn-outline-silver:hover,
.bg-opacity-info .btn-outline-silver:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-info .btn-outline-silver:focus, .bg-info .btn-outline-silver.focus,
.bg-opacity-info .btn-outline-silver:focus,
.bg-opacity-info .btn-outline-silver.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-info .btn-outline-silver.disabled, .bg-info .btn-outline-silver:disabled,
.bg-opacity-info .btn-outline-silver.disabled,
.bg-opacity-info .btn-outline-silver:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-info .btn-outline-silver:not(:disabled):not(.disabled):active, .bg-info .btn-outline-silver:not(:disabled):not(.disabled).active, .show > .bg-info .btn-outline-silver.dropdown-toggle,
.bg-opacity-info .btn-outline-silver:not(:disabled):not(.disabled):active,
.bg-opacity-info .btn-outline-silver:not(:disabled):not(.disabled).active,
.show > .bg-opacity-info .btn-outline-silver.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-info .btn-outline-silver:not(:disabled):not(.disabled):active:focus, .bg-info .btn-outline-silver:not(:disabled):not(.disabled).active:focus, .show > .bg-info .btn-outline-silver.dropdown-toggle:focus,
.bg-opacity-info .btn-outline-silver:not(:disabled):not(.disabled):active:focus,
.bg-opacity-info .btn-outline-silver:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-info .btn-outline-silver.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-info .btn-outline-white,
.bg-opacity-info .btn-outline-white {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-info .btn-outline-white:hover,
.bg-opacity-info .btn-outline-white:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-info .btn-outline-white:focus, .bg-info .btn-outline-white.focus,
.bg-opacity-info .btn-outline-white:focus,
.bg-opacity-info .btn-outline-white.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-info .btn-outline-white.disabled, .bg-info .btn-outline-white:disabled,
.bg-opacity-info .btn-outline-white.disabled,
.bg-opacity-info .btn-outline-white:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-info .btn-outline-white:not(:disabled):not(.disabled):active, .bg-info .btn-outline-white:not(:disabled):not(.disabled).active, .show > .bg-info .btn-outline-white.dropdown-toggle,
.bg-opacity-info .btn-outline-white:not(:disabled):not(.disabled):active,
.bg-opacity-info .btn-outline-white:not(:disabled):not(.disabled).active,
.show > .bg-opacity-info .btn-outline-white.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-info .btn-outline-white:not(:disabled):not(.disabled):active:focus, .bg-info .btn-outline-white:not(:disabled):not(.disabled).active:focus, .show > .bg-info .btn-outline-white.dropdown-toggle:focus,
.bg-opacity-info .btn-outline-white:not(:disabled):not(.disabled):active:focus,
.bg-opacity-info .btn-outline-white:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-info .btn-outline-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}

.bg-warning .custom-select,
.bg-opacity-warning .custom-select {
  border-color: #ffffff;
  color: #ffffff;
}
.bg-warning .custom-select option,
.bg-opacity-warning .custom-select option {
  color: #333333;
}
.bg-warning .custom-select option:hover,
.bg-opacity-warning .custom-select option:hover {
  background-color: #007c96;
}
.bg-warning .text-theme,
.bg-opacity-warning .text-theme {
  color: #ffffff !important;
}
.bg-warning a[href^="tel:"],
.bg-opacity-warning a[href^="tel:"] {
  color: #ffffff !important;
}
.bg-warning .btn-theme,
.bg-opacity-warning .btn-theme {
  color: #52565a;
  background-color: #ffffff;
  border-color: #f49d00;
}
.bg-warning .btn-theme:hover,
.bg-opacity-warning .btn-theme:hover {
  color: #ffffff;
  background-color: #7e8890;
  border-color: #7e8890;
}
.bg-warning .btn-theme:focus, .bg-warning .btn-theme.focus,
.bg-opacity-warning .btn-theme:focus,
.bg-opacity-warning .btn-theme.focus {
  box-shadow: 0 0 0 0 rgba(220, 146, 14, 0.5);
}
.bg-warning .btn-theme.disabled, .bg-warning .btn-theme:disabled,
.bg-opacity-warning .btn-theme.disabled,
.bg-opacity-warning .btn-theme:disabled {
  color: #52565a;
  background-color: #ffffff;
  border-color: #f49d00;
}
.bg-warning .btn-theme:not(:disabled):not(.disabled):active, .bg-warning .btn-theme:not(:disabled):not(.disabled).active, .show > .bg-warning .btn-theme.dropdown-toggle,
.bg-opacity-warning .btn-theme:not(:disabled):not(.disabled):active,
.bg-opacity-warning .btn-theme:not(:disabled):not(.disabled).active,
.show > .bg-opacity-warning .btn-theme.dropdown-toggle {
  color: #52565a;
  background-color: #e6e6e6;
  border-color: #b47400;
}
.bg-warning .btn-theme:not(:disabled):not(.disabled):active:focus, .bg-warning .btn-theme:not(:disabled):not(.disabled).active:focus, .show > .bg-warning .btn-theme.dropdown-toggle:focus,
.bg-opacity-warning .btn-theme:not(:disabled):not(.disabled):active:focus,
.bg-opacity-warning .btn-theme:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-warning .btn-theme.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(220, 146, 14, 0.5);
}
.bg-warning .btn-outline-primary,
.bg-opacity-warning .btn-outline-primary {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-warning .btn-outline-primary:hover,
.bg-opacity-warning .btn-outline-primary:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-warning .btn-outline-primary:focus, .bg-warning .btn-outline-primary.focus,
.bg-opacity-warning .btn-outline-primary:focus,
.bg-opacity-warning .btn-outline-primary.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-warning .btn-outline-primary.disabled, .bg-warning .btn-outline-primary:disabled,
.bg-opacity-warning .btn-outline-primary.disabled,
.bg-opacity-warning .btn-outline-primary:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-warning .btn-outline-primary:not(:disabled):not(.disabled):active, .bg-warning .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .bg-warning .btn-outline-primary.dropdown-toggle,
.bg-opacity-warning .btn-outline-primary:not(:disabled):not(.disabled):active,
.bg-opacity-warning .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .bg-opacity-warning .btn-outline-primary.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-warning .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .bg-warning .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .bg-warning .btn-outline-primary.dropdown-toggle:focus,
.bg-opacity-warning .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.bg-opacity-warning .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-warning .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-warning .btn-outline-secondary,
.bg-opacity-warning .btn-outline-secondary {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-warning .btn-outline-secondary:hover,
.bg-opacity-warning .btn-outline-secondary:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-warning .btn-outline-secondary:focus, .bg-warning .btn-outline-secondary.focus,
.bg-opacity-warning .btn-outline-secondary:focus,
.bg-opacity-warning .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-warning .btn-outline-secondary.disabled, .bg-warning .btn-outline-secondary:disabled,
.bg-opacity-warning .btn-outline-secondary.disabled,
.bg-opacity-warning .btn-outline-secondary:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-warning .btn-outline-secondary:not(:disabled):not(.disabled):active, .bg-warning .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .bg-warning .btn-outline-secondary.dropdown-toggle,
.bg-opacity-warning .btn-outline-secondary:not(:disabled):not(.disabled):active,
.bg-opacity-warning .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .bg-opacity-warning .btn-outline-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-warning .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .bg-warning .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .bg-warning .btn-outline-secondary.dropdown-toggle:focus,
.bg-opacity-warning .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.bg-opacity-warning .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-warning .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-warning .btn-outline-success,
.bg-opacity-warning .btn-outline-success {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-warning .btn-outline-success:hover,
.bg-opacity-warning .btn-outline-success:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-warning .btn-outline-success:focus, .bg-warning .btn-outline-success.focus,
.bg-opacity-warning .btn-outline-success:focus,
.bg-opacity-warning .btn-outline-success.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-warning .btn-outline-success.disabled, .bg-warning .btn-outline-success:disabled,
.bg-opacity-warning .btn-outline-success.disabled,
.bg-opacity-warning .btn-outline-success:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-warning .btn-outline-success:not(:disabled):not(.disabled):active, .bg-warning .btn-outline-success:not(:disabled):not(.disabled).active, .show > .bg-warning .btn-outline-success.dropdown-toggle,
.bg-opacity-warning .btn-outline-success:not(:disabled):not(.disabled):active,
.bg-opacity-warning .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .bg-opacity-warning .btn-outline-success.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-warning .btn-outline-success:not(:disabled):not(.disabled):active:focus, .bg-warning .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .bg-warning .btn-outline-success.dropdown-toggle:focus,
.bg-opacity-warning .btn-outline-success:not(:disabled):not(.disabled):active:focus,
.bg-opacity-warning .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-warning .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-warning .btn-outline-info,
.bg-opacity-warning .btn-outline-info {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-warning .btn-outline-info:hover,
.bg-opacity-warning .btn-outline-info:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-warning .btn-outline-info:focus, .bg-warning .btn-outline-info.focus,
.bg-opacity-warning .btn-outline-info:focus,
.bg-opacity-warning .btn-outline-info.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-warning .btn-outline-info.disabled, .bg-warning .btn-outline-info:disabled,
.bg-opacity-warning .btn-outline-info.disabled,
.bg-opacity-warning .btn-outline-info:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-warning .btn-outline-info:not(:disabled):not(.disabled):active, .bg-warning .btn-outline-info:not(:disabled):not(.disabled).active, .show > .bg-warning .btn-outline-info.dropdown-toggle,
.bg-opacity-warning .btn-outline-info:not(:disabled):not(.disabled):active,
.bg-opacity-warning .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .bg-opacity-warning .btn-outline-info.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-warning .btn-outline-info:not(:disabled):not(.disabled):active:focus, .bg-warning .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .bg-warning .btn-outline-info.dropdown-toggle:focus,
.bg-opacity-warning .btn-outline-info:not(:disabled):not(.disabled):active:focus,
.bg-opacity-warning .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-warning .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-warning .btn-outline-warning,
.bg-opacity-warning .btn-outline-warning {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-warning .btn-outline-warning:hover,
.bg-opacity-warning .btn-outline-warning:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-warning .btn-outline-warning:focus, .bg-warning .btn-outline-warning.focus,
.bg-opacity-warning .btn-outline-warning:focus,
.bg-opacity-warning .btn-outline-warning.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-warning .btn-outline-warning.disabled, .bg-warning .btn-outline-warning:disabled,
.bg-opacity-warning .btn-outline-warning.disabled,
.bg-opacity-warning .btn-outline-warning:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-warning .btn-outline-warning:not(:disabled):not(.disabled):active, .bg-warning .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .bg-warning .btn-outline-warning.dropdown-toggle,
.bg-opacity-warning .btn-outline-warning:not(:disabled):not(.disabled):active,
.bg-opacity-warning .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .bg-opacity-warning .btn-outline-warning.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-warning .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .bg-warning .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .bg-warning .btn-outline-warning.dropdown-toggle:focus,
.bg-opacity-warning .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.bg-opacity-warning .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-warning .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-warning .btn-outline-danger,
.bg-opacity-warning .btn-outline-danger {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-warning .btn-outline-danger:hover,
.bg-opacity-warning .btn-outline-danger:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-warning .btn-outline-danger:focus, .bg-warning .btn-outline-danger.focus,
.bg-opacity-warning .btn-outline-danger:focus,
.bg-opacity-warning .btn-outline-danger.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-warning .btn-outline-danger.disabled, .bg-warning .btn-outline-danger:disabled,
.bg-opacity-warning .btn-outline-danger.disabled,
.bg-opacity-warning .btn-outline-danger:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-warning .btn-outline-danger:not(:disabled):not(.disabled):active, .bg-warning .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .bg-warning .btn-outline-danger.dropdown-toggle,
.bg-opacity-warning .btn-outline-danger:not(:disabled):not(.disabled):active,
.bg-opacity-warning .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .bg-opacity-warning .btn-outline-danger.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-warning .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .bg-warning .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .bg-warning .btn-outline-danger.dropdown-toggle:focus,
.bg-opacity-warning .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.bg-opacity-warning .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-warning .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-warning .btn-outline-light,
.bg-opacity-warning .btn-outline-light {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-warning .btn-outline-light:hover,
.bg-opacity-warning .btn-outline-light:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-warning .btn-outline-light:focus, .bg-warning .btn-outline-light.focus,
.bg-opacity-warning .btn-outline-light:focus,
.bg-opacity-warning .btn-outline-light.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-warning .btn-outline-light.disabled, .bg-warning .btn-outline-light:disabled,
.bg-opacity-warning .btn-outline-light.disabled,
.bg-opacity-warning .btn-outline-light:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-warning .btn-outline-light:not(:disabled):not(.disabled):active, .bg-warning .btn-outline-light:not(:disabled):not(.disabled).active, .show > .bg-warning .btn-outline-light.dropdown-toggle,
.bg-opacity-warning .btn-outline-light:not(:disabled):not(.disabled):active,
.bg-opacity-warning .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .bg-opacity-warning .btn-outline-light.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-warning .btn-outline-light:not(:disabled):not(.disabled):active:focus, .bg-warning .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .bg-warning .btn-outline-light.dropdown-toggle:focus,
.bg-opacity-warning .btn-outline-light:not(:disabled):not(.disabled):active:focus,
.bg-opacity-warning .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-warning .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-warning .btn-outline-dark,
.bg-opacity-warning .btn-outline-dark {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-warning .btn-outline-dark:hover,
.bg-opacity-warning .btn-outline-dark:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-warning .btn-outline-dark:focus, .bg-warning .btn-outline-dark.focus,
.bg-opacity-warning .btn-outline-dark:focus,
.bg-opacity-warning .btn-outline-dark.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-warning .btn-outline-dark.disabled, .bg-warning .btn-outline-dark:disabled,
.bg-opacity-warning .btn-outline-dark.disabled,
.bg-opacity-warning .btn-outline-dark:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-warning .btn-outline-dark:not(:disabled):not(.disabled):active, .bg-warning .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .bg-warning .btn-outline-dark.dropdown-toggle,
.bg-opacity-warning .btn-outline-dark:not(:disabled):not(.disabled):active,
.bg-opacity-warning .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .bg-opacity-warning .btn-outline-dark.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-warning .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .bg-warning .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .bg-warning .btn-outline-dark.dropdown-toggle:focus,
.bg-opacity-warning .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.bg-opacity-warning .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-warning .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-warning .btn-outline-0,
.bg-opacity-warning .btn-outline-0 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-warning .btn-outline-0:hover,
.bg-opacity-warning .btn-outline-0:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-warning .btn-outline-0:focus, .bg-warning .btn-outline-0.focus,
.bg-opacity-warning .btn-outline-0:focus,
.bg-opacity-warning .btn-outline-0.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-warning .btn-outline-0.disabled, .bg-warning .btn-outline-0:disabled,
.bg-opacity-warning .btn-outline-0.disabled,
.bg-opacity-warning .btn-outline-0:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-warning .btn-outline-0:not(:disabled):not(.disabled):active, .bg-warning .btn-outline-0:not(:disabled):not(.disabled).active, .show > .bg-warning .btn-outline-0.dropdown-toggle,
.bg-opacity-warning .btn-outline-0:not(:disabled):not(.disabled):active,
.bg-opacity-warning .btn-outline-0:not(:disabled):not(.disabled).active,
.show > .bg-opacity-warning .btn-outline-0.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-warning .btn-outline-0:not(:disabled):not(.disabled):active:focus, .bg-warning .btn-outline-0:not(:disabled):not(.disabled).active:focus, .show > .bg-warning .btn-outline-0.dropdown-toggle:focus,
.bg-opacity-warning .btn-outline-0:not(:disabled):not(.disabled):active:focus,
.bg-opacity-warning .btn-outline-0:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-warning .btn-outline-0.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-warning .btn-outline-1,
.bg-opacity-warning .btn-outline-1 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-warning .btn-outline-1:hover,
.bg-opacity-warning .btn-outline-1:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-warning .btn-outline-1:focus, .bg-warning .btn-outline-1.focus,
.bg-opacity-warning .btn-outline-1:focus,
.bg-opacity-warning .btn-outline-1.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-warning .btn-outline-1.disabled, .bg-warning .btn-outline-1:disabled,
.bg-opacity-warning .btn-outline-1.disabled,
.bg-opacity-warning .btn-outline-1:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-warning .btn-outline-1:not(:disabled):not(.disabled):active, .bg-warning .btn-outline-1:not(:disabled):not(.disabled).active, .show > .bg-warning .btn-outline-1.dropdown-toggle,
.bg-opacity-warning .btn-outline-1:not(:disabled):not(.disabled):active,
.bg-opacity-warning .btn-outline-1:not(:disabled):not(.disabled).active,
.show > .bg-opacity-warning .btn-outline-1.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-warning .btn-outline-1:not(:disabled):not(.disabled):active:focus, .bg-warning .btn-outline-1:not(:disabled):not(.disabled).active:focus, .show > .bg-warning .btn-outline-1.dropdown-toggle:focus,
.bg-opacity-warning .btn-outline-1:not(:disabled):not(.disabled):active:focus,
.bg-opacity-warning .btn-outline-1:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-warning .btn-outline-1.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-warning .btn-outline-2,
.bg-opacity-warning .btn-outline-2 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-warning .btn-outline-2:hover,
.bg-opacity-warning .btn-outline-2:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-warning .btn-outline-2:focus, .bg-warning .btn-outline-2.focus,
.bg-opacity-warning .btn-outline-2:focus,
.bg-opacity-warning .btn-outline-2.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-warning .btn-outline-2.disabled, .bg-warning .btn-outline-2:disabled,
.bg-opacity-warning .btn-outline-2.disabled,
.bg-opacity-warning .btn-outline-2:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-warning .btn-outline-2:not(:disabled):not(.disabled):active, .bg-warning .btn-outline-2:not(:disabled):not(.disabled).active, .show > .bg-warning .btn-outline-2.dropdown-toggle,
.bg-opacity-warning .btn-outline-2:not(:disabled):not(.disabled):active,
.bg-opacity-warning .btn-outline-2:not(:disabled):not(.disabled).active,
.show > .bg-opacity-warning .btn-outline-2.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-warning .btn-outline-2:not(:disabled):not(.disabled):active:focus, .bg-warning .btn-outline-2:not(:disabled):not(.disabled).active:focus, .show > .bg-warning .btn-outline-2.dropdown-toggle:focus,
.bg-opacity-warning .btn-outline-2:not(:disabled):not(.disabled):active:focus,
.bg-opacity-warning .btn-outline-2:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-warning .btn-outline-2.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-warning .btn-outline-3,
.bg-opacity-warning .btn-outline-3 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-warning .btn-outline-3:hover,
.bg-opacity-warning .btn-outline-3:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-warning .btn-outline-3:focus, .bg-warning .btn-outline-3.focus,
.bg-opacity-warning .btn-outline-3:focus,
.bg-opacity-warning .btn-outline-3.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-warning .btn-outline-3.disabled, .bg-warning .btn-outline-3:disabled,
.bg-opacity-warning .btn-outline-3.disabled,
.bg-opacity-warning .btn-outline-3:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-warning .btn-outline-3:not(:disabled):not(.disabled):active, .bg-warning .btn-outline-3:not(:disabled):not(.disabled).active, .show > .bg-warning .btn-outline-3.dropdown-toggle,
.bg-opacity-warning .btn-outline-3:not(:disabled):not(.disabled):active,
.bg-opacity-warning .btn-outline-3:not(:disabled):not(.disabled).active,
.show > .bg-opacity-warning .btn-outline-3.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-warning .btn-outline-3:not(:disabled):not(.disabled):active:focus, .bg-warning .btn-outline-3:not(:disabled):not(.disabled).active:focus, .show > .bg-warning .btn-outline-3.dropdown-toggle:focus,
.bg-opacity-warning .btn-outline-3:not(:disabled):not(.disabled):active:focus,
.bg-opacity-warning .btn-outline-3:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-warning .btn-outline-3.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-warning .btn-outline-4,
.bg-opacity-warning .btn-outline-4 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-warning .btn-outline-4:hover,
.bg-opacity-warning .btn-outline-4:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-warning .btn-outline-4:focus, .bg-warning .btn-outline-4.focus,
.bg-opacity-warning .btn-outline-4:focus,
.bg-opacity-warning .btn-outline-4.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-warning .btn-outline-4.disabled, .bg-warning .btn-outline-4:disabled,
.bg-opacity-warning .btn-outline-4.disabled,
.bg-opacity-warning .btn-outline-4:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-warning .btn-outline-4:not(:disabled):not(.disabled):active, .bg-warning .btn-outline-4:not(:disabled):not(.disabled).active, .show > .bg-warning .btn-outline-4.dropdown-toggle,
.bg-opacity-warning .btn-outline-4:not(:disabled):not(.disabled):active,
.bg-opacity-warning .btn-outline-4:not(:disabled):not(.disabled).active,
.show > .bg-opacity-warning .btn-outline-4.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-warning .btn-outline-4:not(:disabled):not(.disabled):active:focus, .bg-warning .btn-outline-4:not(:disabled):not(.disabled).active:focus, .show > .bg-warning .btn-outline-4.dropdown-toggle:focus,
.bg-opacity-warning .btn-outline-4:not(:disabled):not(.disabled):active:focus,
.bg-opacity-warning .btn-outline-4:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-warning .btn-outline-4.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-warning .btn-outline-5,
.bg-opacity-warning .btn-outline-5 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-warning .btn-outline-5:hover,
.bg-opacity-warning .btn-outline-5:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-warning .btn-outline-5:focus, .bg-warning .btn-outline-5.focus,
.bg-opacity-warning .btn-outline-5:focus,
.bg-opacity-warning .btn-outline-5.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-warning .btn-outline-5.disabled, .bg-warning .btn-outline-5:disabled,
.bg-opacity-warning .btn-outline-5.disabled,
.bg-opacity-warning .btn-outline-5:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-warning .btn-outline-5:not(:disabled):not(.disabled):active, .bg-warning .btn-outline-5:not(:disabled):not(.disabled).active, .show > .bg-warning .btn-outline-5.dropdown-toggle,
.bg-opacity-warning .btn-outline-5:not(:disabled):not(.disabled):active,
.bg-opacity-warning .btn-outline-5:not(:disabled):not(.disabled).active,
.show > .bg-opacity-warning .btn-outline-5.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-warning .btn-outline-5:not(:disabled):not(.disabled):active:focus, .bg-warning .btn-outline-5:not(:disabled):not(.disabled).active:focus, .show > .bg-warning .btn-outline-5.dropdown-toggle:focus,
.bg-opacity-warning .btn-outline-5:not(:disabled):not(.disabled):active:focus,
.bg-opacity-warning .btn-outline-5:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-warning .btn-outline-5.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-warning .btn-outline-6,
.bg-opacity-warning .btn-outline-6 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-warning .btn-outline-6:hover,
.bg-opacity-warning .btn-outline-6:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-warning .btn-outline-6:focus, .bg-warning .btn-outline-6.focus,
.bg-opacity-warning .btn-outline-6:focus,
.bg-opacity-warning .btn-outline-6.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-warning .btn-outline-6.disabled, .bg-warning .btn-outline-6:disabled,
.bg-opacity-warning .btn-outline-6.disabled,
.bg-opacity-warning .btn-outline-6:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-warning .btn-outline-6:not(:disabled):not(.disabled):active, .bg-warning .btn-outline-6:not(:disabled):not(.disabled).active, .show > .bg-warning .btn-outline-6.dropdown-toggle,
.bg-opacity-warning .btn-outline-6:not(:disabled):not(.disabled):active,
.bg-opacity-warning .btn-outline-6:not(:disabled):not(.disabled).active,
.show > .bg-opacity-warning .btn-outline-6.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-warning .btn-outline-6:not(:disabled):not(.disabled):active:focus, .bg-warning .btn-outline-6:not(:disabled):not(.disabled).active:focus, .show > .bg-warning .btn-outline-6.dropdown-toggle:focus,
.bg-opacity-warning .btn-outline-6:not(:disabled):not(.disabled):active:focus,
.bg-opacity-warning .btn-outline-6:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-warning .btn-outline-6.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-warning .btn-outline-7,
.bg-opacity-warning .btn-outline-7 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-warning .btn-outline-7:hover,
.bg-opacity-warning .btn-outline-7:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-warning .btn-outline-7:focus, .bg-warning .btn-outline-7.focus,
.bg-opacity-warning .btn-outline-7:focus,
.bg-opacity-warning .btn-outline-7.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-warning .btn-outline-7.disabled, .bg-warning .btn-outline-7:disabled,
.bg-opacity-warning .btn-outline-7.disabled,
.bg-opacity-warning .btn-outline-7:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-warning .btn-outline-7:not(:disabled):not(.disabled):active, .bg-warning .btn-outline-7:not(:disabled):not(.disabled).active, .show > .bg-warning .btn-outline-7.dropdown-toggle,
.bg-opacity-warning .btn-outline-7:not(:disabled):not(.disabled):active,
.bg-opacity-warning .btn-outline-7:not(:disabled):not(.disabled).active,
.show > .bg-opacity-warning .btn-outline-7.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-warning .btn-outline-7:not(:disabled):not(.disabled):active:focus, .bg-warning .btn-outline-7:not(:disabled):not(.disabled).active:focus, .show > .bg-warning .btn-outline-7.dropdown-toggle:focus,
.bg-opacity-warning .btn-outline-7:not(:disabled):not(.disabled):active:focus,
.bg-opacity-warning .btn-outline-7:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-warning .btn-outline-7.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-warning .btn-outline-8,
.bg-opacity-warning .btn-outline-8 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-warning .btn-outline-8:hover,
.bg-opacity-warning .btn-outline-8:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-warning .btn-outline-8:focus, .bg-warning .btn-outline-8.focus,
.bg-opacity-warning .btn-outline-8:focus,
.bg-opacity-warning .btn-outline-8.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-warning .btn-outline-8.disabled, .bg-warning .btn-outline-8:disabled,
.bg-opacity-warning .btn-outline-8.disabled,
.bg-opacity-warning .btn-outline-8:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-warning .btn-outline-8:not(:disabled):not(.disabled):active, .bg-warning .btn-outline-8:not(:disabled):not(.disabled).active, .show > .bg-warning .btn-outline-8.dropdown-toggle,
.bg-opacity-warning .btn-outline-8:not(:disabled):not(.disabled):active,
.bg-opacity-warning .btn-outline-8:not(:disabled):not(.disabled).active,
.show > .bg-opacity-warning .btn-outline-8.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-warning .btn-outline-8:not(:disabled):not(.disabled):active:focus, .bg-warning .btn-outline-8:not(:disabled):not(.disabled).active:focus, .show > .bg-warning .btn-outline-8.dropdown-toggle:focus,
.bg-opacity-warning .btn-outline-8:not(:disabled):not(.disabled):active:focus,
.bg-opacity-warning .btn-outline-8:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-warning .btn-outline-8.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-warning .btn-outline-9,
.bg-opacity-warning .btn-outline-9 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-warning .btn-outline-9:hover,
.bg-opacity-warning .btn-outline-9:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-warning .btn-outline-9:focus, .bg-warning .btn-outline-9.focus,
.bg-opacity-warning .btn-outline-9:focus,
.bg-opacity-warning .btn-outline-9.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-warning .btn-outline-9.disabled, .bg-warning .btn-outline-9:disabled,
.bg-opacity-warning .btn-outline-9.disabled,
.bg-opacity-warning .btn-outline-9:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-warning .btn-outline-9:not(:disabled):not(.disabled):active, .bg-warning .btn-outline-9:not(:disabled):not(.disabled).active, .show > .bg-warning .btn-outline-9.dropdown-toggle,
.bg-opacity-warning .btn-outline-9:not(:disabled):not(.disabled):active,
.bg-opacity-warning .btn-outline-9:not(:disabled):not(.disabled).active,
.show > .bg-opacity-warning .btn-outline-9.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-warning .btn-outline-9:not(:disabled):not(.disabled):active:focus, .bg-warning .btn-outline-9:not(:disabled):not(.disabled).active:focus, .show > .bg-warning .btn-outline-9.dropdown-toggle:focus,
.bg-opacity-warning .btn-outline-9:not(:disabled):not(.disabled):active:focus,
.bg-opacity-warning .btn-outline-9:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-warning .btn-outline-9.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-warning .btn-outline-10,
.bg-opacity-warning .btn-outline-10 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-warning .btn-outline-10:hover,
.bg-opacity-warning .btn-outline-10:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-warning .btn-outline-10:focus, .bg-warning .btn-outline-10.focus,
.bg-opacity-warning .btn-outline-10:focus,
.bg-opacity-warning .btn-outline-10.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-warning .btn-outline-10.disabled, .bg-warning .btn-outline-10:disabled,
.bg-opacity-warning .btn-outline-10.disabled,
.bg-opacity-warning .btn-outline-10:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-warning .btn-outline-10:not(:disabled):not(.disabled):active, .bg-warning .btn-outline-10:not(:disabled):not(.disabled).active, .show > .bg-warning .btn-outline-10.dropdown-toggle,
.bg-opacity-warning .btn-outline-10:not(:disabled):not(.disabled):active,
.bg-opacity-warning .btn-outline-10:not(:disabled):not(.disabled).active,
.show > .bg-opacity-warning .btn-outline-10.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-warning .btn-outline-10:not(:disabled):not(.disabled):active:focus, .bg-warning .btn-outline-10:not(:disabled):not(.disabled).active:focus, .show > .bg-warning .btn-outline-10.dropdown-toggle:focus,
.bg-opacity-warning .btn-outline-10:not(:disabled):not(.disabled):active:focus,
.bg-opacity-warning .btn-outline-10:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-warning .btn-outline-10.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-warning .btn-outline-default,
.bg-opacity-warning .btn-outline-default {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-warning .btn-outline-default:hover,
.bg-opacity-warning .btn-outline-default:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-warning .btn-outline-default:focus, .bg-warning .btn-outline-default.focus,
.bg-opacity-warning .btn-outline-default:focus,
.bg-opacity-warning .btn-outline-default.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-warning .btn-outline-default.disabled, .bg-warning .btn-outline-default:disabled,
.bg-opacity-warning .btn-outline-default.disabled,
.bg-opacity-warning .btn-outline-default:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-warning .btn-outline-default:not(:disabled):not(.disabled):active, .bg-warning .btn-outline-default:not(:disabled):not(.disabled).active, .show > .bg-warning .btn-outline-default.dropdown-toggle,
.bg-opacity-warning .btn-outline-default:not(:disabled):not(.disabled):active,
.bg-opacity-warning .btn-outline-default:not(:disabled):not(.disabled).active,
.show > .bg-opacity-warning .btn-outline-default.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-warning .btn-outline-default:not(:disabled):not(.disabled):active:focus, .bg-warning .btn-outline-default:not(:disabled):not(.disabled).active:focus, .show > .bg-warning .btn-outline-default.dropdown-toggle:focus,
.bg-opacity-warning .btn-outline-default:not(:disabled):not(.disabled):active:focus,
.bg-opacity-warning .btn-outline-default:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-warning .btn-outline-default.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-warning .btn-outline-violet,
.bg-opacity-warning .btn-outline-violet {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-warning .btn-outline-violet:hover,
.bg-opacity-warning .btn-outline-violet:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-warning .btn-outline-violet:focus, .bg-warning .btn-outline-violet.focus,
.bg-opacity-warning .btn-outline-violet:focus,
.bg-opacity-warning .btn-outline-violet.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-warning .btn-outline-violet.disabled, .bg-warning .btn-outline-violet:disabled,
.bg-opacity-warning .btn-outline-violet.disabled,
.bg-opacity-warning .btn-outline-violet:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-warning .btn-outline-violet:not(:disabled):not(.disabled):active, .bg-warning .btn-outline-violet:not(:disabled):not(.disabled).active, .show > .bg-warning .btn-outline-violet.dropdown-toggle,
.bg-opacity-warning .btn-outline-violet:not(:disabled):not(.disabled):active,
.bg-opacity-warning .btn-outline-violet:not(:disabled):not(.disabled).active,
.show > .bg-opacity-warning .btn-outline-violet.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-warning .btn-outline-violet:not(:disabled):not(.disabled):active:focus, .bg-warning .btn-outline-violet:not(:disabled):not(.disabled).active:focus, .show > .bg-warning .btn-outline-violet.dropdown-toggle:focus,
.bg-opacity-warning .btn-outline-violet:not(:disabled):not(.disabled):active:focus,
.bg-opacity-warning .btn-outline-violet:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-warning .btn-outline-violet.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-warning .btn-outline-magenta,
.bg-opacity-warning .btn-outline-magenta {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-warning .btn-outline-magenta:hover,
.bg-opacity-warning .btn-outline-magenta:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-warning .btn-outline-magenta:focus, .bg-warning .btn-outline-magenta.focus,
.bg-opacity-warning .btn-outline-magenta:focus,
.bg-opacity-warning .btn-outline-magenta.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-warning .btn-outline-magenta.disabled, .bg-warning .btn-outline-magenta:disabled,
.bg-opacity-warning .btn-outline-magenta.disabled,
.bg-opacity-warning .btn-outline-magenta:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-warning .btn-outline-magenta:not(:disabled):not(.disabled):active, .bg-warning .btn-outline-magenta:not(:disabled):not(.disabled).active, .show > .bg-warning .btn-outline-magenta.dropdown-toggle,
.bg-opacity-warning .btn-outline-magenta:not(:disabled):not(.disabled):active,
.bg-opacity-warning .btn-outline-magenta:not(:disabled):not(.disabled).active,
.show > .bg-opacity-warning .btn-outline-magenta.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-warning .btn-outline-magenta:not(:disabled):not(.disabled):active:focus, .bg-warning .btn-outline-magenta:not(:disabled):not(.disabled).active:focus, .show > .bg-warning .btn-outline-magenta.dropdown-toggle:focus,
.bg-opacity-warning .btn-outline-magenta:not(:disabled):not(.disabled):active:focus,
.bg-opacity-warning .btn-outline-magenta:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-warning .btn-outline-magenta.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-warning .btn-outline-petrol,
.bg-opacity-warning .btn-outline-petrol {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-warning .btn-outline-petrol:hover,
.bg-opacity-warning .btn-outline-petrol:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-warning .btn-outline-petrol:focus, .bg-warning .btn-outline-petrol.focus,
.bg-opacity-warning .btn-outline-petrol:focus,
.bg-opacity-warning .btn-outline-petrol.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-warning .btn-outline-petrol.disabled, .bg-warning .btn-outline-petrol:disabled,
.bg-opacity-warning .btn-outline-petrol.disabled,
.bg-opacity-warning .btn-outline-petrol:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-warning .btn-outline-petrol:not(:disabled):not(.disabled):active, .bg-warning .btn-outline-petrol:not(:disabled):not(.disabled).active, .show > .bg-warning .btn-outline-petrol.dropdown-toggle,
.bg-opacity-warning .btn-outline-petrol:not(:disabled):not(.disabled):active,
.bg-opacity-warning .btn-outline-petrol:not(:disabled):not(.disabled).active,
.show > .bg-opacity-warning .btn-outline-petrol.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-warning .btn-outline-petrol:not(:disabled):not(.disabled):active:focus, .bg-warning .btn-outline-petrol:not(:disabled):not(.disabled).active:focus, .show > .bg-warning .btn-outline-petrol.dropdown-toggle:focus,
.bg-opacity-warning .btn-outline-petrol:not(:disabled):not(.disabled):active:focus,
.bg-opacity-warning .btn-outline-petrol:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-warning .btn-outline-petrol.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-warning .btn-outline-green,
.bg-opacity-warning .btn-outline-green {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-warning .btn-outline-green:hover,
.bg-opacity-warning .btn-outline-green:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-warning .btn-outline-green:focus, .bg-warning .btn-outline-green.focus,
.bg-opacity-warning .btn-outline-green:focus,
.bg-opacity-warning .btn-outline-green.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-warning .btn-outline-green.disabled, .bg-warning .btn-outline-green:disabled,
.bg-opacity-warning .btn-outline-green.disabled,
.bg-opacity-warning .btn-outline-green:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-warning .btn-outline-green:not(:disabled):not(.disabled):active, .bg-warning .btn-outline-green:not(:disabled):not(.disabled).active, .show > .bg-warning .btn-outline-green.dropdown-toggle,
.bg-opacity-warning .btn-outline-green:not(:disabled):not(.disabled):active,
.bg-opacity-warning .btn-outline-green:not(:disabled):not(.disabled).active,
.show > .bg-opacity-warning .btn-outline-green.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-warning .btn-outline-green:not(:disabled):not(.disabled):active:focus, .bg-warning .btn-outline-green:not(:disabled):not(.disabled).active:focus, .show > .bg-warning .btn-outline-green.dropdown-toggle:focus,
.bg-opacity-warning .btn-outline-green:not(:disabled):not(.disabled):active:focus,
.bg-opacity-warning .btn-outline-green:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-warning .btn-outline-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-warning .btn-outline-orange,
.bg-opacity-warning .btn-outline-orange {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-warning .btn-outline-orange:hover,
.bg-opacity-warning .btn-outline-orange:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-warning .btn-outline-orange:focus, .bg-warning .btn-outline-orange.focus,
.bg-opacity-warning .btn-outline-orange:focus,
.bg-opacity-warning .btn-outline-orange.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-warning .btn-outline-orange.disabled, .bg-warning .btn-outline-orange:disabled,
.bg-opacity-warning .btn-outline-orange.disabled,
.bg-opacity-warning .btn-outline-orange:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-warning .btn-outline-orange:not(:disabled):not(.disabled):active, .bg-warning .btn-outline-orange:not(:disabled):not(.disabled).active, .show > .bg-warning .btn-outline-orange.dropdown-toggle,
.bg-opacity-warning .btn-outline-orange:not(:disabled):not(.disabled):active,
.bg-opacity-warning .btn-outline-orange:not(:disabled):not(.disabled).active,
.show > .bg-opacity-warning .btn-outline-orange.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-warning .btn-outline-orange:not(:disabled):not(.disabled):active:focus, .bg-warning .btn-outline-orange:not(:disabled):not(.disabled).active:focus, .show > .bg-warning .btn-outline-orange.dropdown-toggle:focus,
.bg-opacity-warning .btn-outline-orange:not(:disabled):not(.disabled):active:focus,
.bg-opacity-warning .btn-outline-orange:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-warning .btn-outline-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-warning .btn-outline-gold,
.bg-opacity-warning .btn-outline-gold {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-warning .btn-outline-gold:hover,
.bg-opacity-warning .btn-outline-gold:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-warning .btn-outline-gold:focus, .bg-warning .btn-outline-gold.focus,
.bg-opacity-warning .btn-outline-gold:focus,
.bg-opacity-warning .btn-outline-gold.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-warning .btn-outline-gold.disabled, .bg-warning .btn-outline-gold:disabled,
.bg-opacity-warning .btn-outline-gold.disabled,
.bg-opacity-warning .btn-outline-gold:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-warning .btn-outline-gold:not(:disabled):not(.disabled):active, .bg-warning .btn-outline-gold:not(:disabled):not(.disabled).active, .show > .bg-warning .btn-outline-gold.dropdown-toggle,
.bg-opacity-warning .btn-outline-gold:not(:disabled):not(.disabled):active,
.bg-opacity-warning .btn-outline-gold:not(:disabled):not(.disabled).active,
.show > .bg-opacity-warning .btn-outline-gold.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-warning .btn-outline-gold:not(:disabled):not(.disabled):active:focus, .bg-warning .btn-outline-gold:not(:disabled):not(.disabled).active:focus, .show > .bg-warning .btn-outline-gold.dropdown-toggle:focus,
.bg-opacity-warning .btn-outline-gold:not(:disabled):not(.disabled):active:focus,
.bg-opacity-warning .btn-outline-gold:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-warning .btn-outline-gold.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-warning .btn-outline-silver,
.bg-opacity-warning .btn-outline-silver {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-warning .btn-outline-silver:hover,
.bg-opacity-warning .btn-outline-silver:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-warning .btn-outline-silver:focus, .bg-warning .btn-outline-silver.focus,
.bg-opacity-warning .btn-outline-silver:focus,
.bg-opacity-warning .btn-outline-silver.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-warning .btn-outline-silver.disabled, .bg-warning .btn-outline-silver:disabled,
.bg-opacity-warning .btn-outline-silver.disabled,
.bg-opacity-warning .btn-outline-silver:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-warning .btn-outline-silver:not(:disabled):not(.disabled):active, .bg-warning .btn-outline-silver:not(:disabled):not(.disabled).active, .show > .bg-warning .btn-outline-silver.dropdown-toggle,
.bg-opacity-warning .btn-outline-silver:not(:disabled):not(.disabled):active,
.bg-opacity-warning .btn-outline-silver:not(:disabled):not(.disabled).active,
.show > .bg-opacity-warning .btn-outline-silver.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-warning .btn-outline-silver:not(:disabled):not(.disabled):active:focus, .bg-warning .btn-outline-silver:not(:disabled):not(.disabled).active:focus, .show > .bg-warning .btn-outline-silver.dropdown-toggle:focus,
.bg-opacity-warning .btn-outline-silver:not(:disabled):not(.disabled):active:focus,
.bg-opacity-warning .btn-outline-silver:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-warning .btn-outline-silver.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-warning .btn-outline-white,
.bg-opacity-warning .btn-outline-white {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-warning .btn-outline-white:hover,
.bg-opacity-warning .btn-outline-white:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-warning .btn-outline-white:focus, .bg-warning .btn-outline-white.focus,
.bg-opacity-warning .btn-outline-white:focus,
.bg-opacity-warning .btn-outline-white.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-warning .btn-outline-white.disabled, .bg-warning .btn-outline-white:disabled,
.bg-opacity-warning .btn-outline-white.disabled,
.bg-opacity-warning .btn-outline-white:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-warning .btn-outline-white:not(:disabled):not(.disabled):active, .bg-warning .btn-outline-white:not(:disabled):not(.disabled).active, .show > .bg-warning .btn-outline-white.dropdown-toggle,
.bg-opacity-warning .btn-outline-white:not(:disabled):not(.disabled):active,
.bg-opacity-warning .btn-outline-white:not(:disabled):not(.disabled).active,
.show > .bg-opacity-warning .btn-outline-white.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-warning .btn-outline-white:not(:disabled):not(.disabled):active:focus, .bg-warning .btn-outline-white:not(:disabled):not(.disabled).active:focus, .show > .bg-warning .btn-outline-white.dropdown-toggle:focus,
.bg-opacity-warning .btn-outline-white:not(:disabled):not(.disabled):active:focus,
.bg-opacity-warning .btn-outline-white:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-warning .btn-outline-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}

.bg-danger .custom-select,
.bg-opacity-danger .custom-select {
  border-color: #ffffff;
  color: #ffffff;
}
.bg-danger .custom-select option,
.bg-opacity-danger .custom-select option {
  color: #333333;
}
.bg-danger .custom-select option:hover,
.bg-opacity-danger .custom-select option:hover {
  background-color: #007c96;
}
.bg-danger .text-theme,
.bg-opacity-danger .text-theme {
  color: #ffffff !important;
}
.bg-danger a[href^="tel:"],
.bg-opacity-danger a[href^="tel:"] {
  color: #ffffff !important;
}
.bg-danger .btn-theme,
.bg-opacity-danger .btn-theme {
  color: #52565a;
  background-color: #ffffff;
  border-color: #d0021b;
}
.bg-danger .btn-theme:hover,
.bg-opacity-danger .btn-theme:hover {
  color: #ffffff;
  background-color: #7e8890;
  border-color: #7e8890;
}
.bg-danger .btn-theme:focus, .bg-danger .btn-theme.focus,
.bg-opacity-danger .btn-theme:focus,
.bg-opacity-danger .btn-theme.focus {
  box-shadow: 0 0 0 0 rgba(189, 15, 36, 0.5);
}
.bg-danger .btn-theme.disabled, .bg-danger .btn-theme:disabled,
.bg-opacity-danger .btn-theme.disabled,
.bg-opacity-danger .btn-theme:disabled {
  color: #52565a;
  background-color: #ffffff;
  border-color: #d0021b;
}
.bg-danger .btn-theme:not(:disabled):not(.disabled):active, .bg-danger .btn-theme:not(:disabled):not(.disabled).active, .show > .bg-danger .btn-theme.dropdown-toggle,
.bg-opacity-danger .btn-theme:not(:disabled):not(.disabled):active,
.bg-opacity-danger .btn-theme:not(:disabled):not(.disabled).active,
.show > .bg-opacity-danger .btn-theme.dropdown-toggle {
  color: #52565a;
  background-color: #e6e6e6;
  border-color: #910113;
}
.bg-danger .btn-theme:not(:disabled):not(.disabled):active:focus, .bg-danger .btn-theme:not(:disabled):not(.disabled).active:focus, .show > .bg-danger .btn-theme.dropdown-toggle:focus,
.bg-opacity-danger .btn-theme:not(:disabled):not(.disabled):active:focus,
.bg-opacity-danger .btn-theme:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-danger .btn-theme.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(189, 15, 36, 0.5);
}
.bg-danger .btn-outline-primary,
.bg-opacity-danger .btn-outline-primary {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-danger .btn-outline-primary:hover,
.bg-opacity-danger .btn-outline-primary:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-danger .btn-outline-primary:focus, .bg-danger .btn-outline-primary.focus,
.bg-opacity-danger .btn-outline-primary:focus,
.bg-opacity-danger .btn-outline-primary.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-danger .btn-outline-primary.disabled, .bg-danger .btn-outline-primary:disabled,
.bg-opacity-danger .btn-outline-primary.disabled,
.bg-opacity-danger .btn-outline-primary:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-danger .btn-outline-primary:not(:disabled):not(.disabled):active, .bg-danger .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .bg-danger .btn-outline-primary.dropdown-toggle,
.bg-opacity-danger .btn-outline-primary:not(:disabled):not(.disabled):active,
.bg-opacity-danger .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .bg-opacity-danger .btn-outline-primary.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-danger .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .bg-danger .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .bg-danger .btn-outline-primary.dropdown-toggle:focus,
.bg-opacity-danger .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.bg-opacity-danger .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-danger .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-danger .btn-outline-secondary,
.bg-opacity-danger .btn-outline-secondary {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-danger .btn-outline-secondary:hover,
.bg-opacity-danger .btn-outline-secondary:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-danger .btn-outline-secondary:focus, .bg-danger .btn-outline-secondary.focus,
.bg-opacity-danger .btn-outline-secondary:focus,
.bg-opacity-danger .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-danger .btn-outline-secondary.disabled, .bg-danger .btn-outline-secondary:disabled,
.bg-opacity-danger .btn-outline-secondary.disabled,
.bg-opacity-danger .btn-outline-secondary:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-danger .btn-outline-secondary:not(:disabled):not(.disabled):active, .bg-danger .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .bg-danger .btn-outline-secondary.dropdown-toggle,
.bg-opacity-danger .btn-outline-secondary:not(:disabled):not(.disabled):active,
.bg-opacity-danger .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .bg-opacity-danger .btn-outline-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-danger .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .bg-danger .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .bg-danger .btn-outline-secondary.dropdown-toggle:focus,
.bg-opacity-danger .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.bg-opacity-danger .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-danger .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-danger .btn-outline-success,
.bg-opacity-danger .btn-outline-success {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-danger .btn-outline-success:hover,
.bg-opacity-danger .btn-outline-success:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-danger .btn-outline-success:focus, .bg-danger .btn-outline-success.focus,
.bg-opacity-danger .btn-outline-success:focus,
.bg-opacity-danger .btn-outline-success.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-danger .btn-outline-success.disabled, .bg-danger .btn-outline-success:disabled,
.bg-opacity-danger .btn-outline-success.disabled,
.bg-opacity-danger .btn-outline-success:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-danger .btn-outline-success:not(:disabled):not(.disabled):active, .bg-danger .btn-outline-success:not(:disabled):not(.disabled).active, .show > .bg-danger .btn-outline-success.dropdown-toggle,
.bg-opacity-danger .btn-outline-success:not(:disabled):not(.disabled):active,
.bg-opacity-danger .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .bg-opacity-danger .btn-outline-success.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-danger .btn-outline-success:not(:disabled):not(.disabled):active:focus, .bg-danger .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .bg-danger .btn-outline-success.dropdown-toggle:focus,
.bg-opacity-danger .btn-outline-success:not(:disabled):not(.disabled):active:focus,
.bg-opacity-danger .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-danger .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-danger .btn-outline-info,
.bg-opacity-danger .btn-outline-info {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-danger .btn-outline-info:hover,
.bg-opacity-danger .btn-outline-info:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-danger .btn-outline-info:focus, .bg-danger .btn-outline-info.focus,
.bg-opacity-danger .btn-outline-info:focus,
.bg-opacity-danger .btn-outline-info.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-danger .btn-outline-info.disabled, .bg-danger .btn-outline-info:disabled,
.bg-opacity-danger .btn-outline-info.disabled,
.bg-opacity-danger .btn-outline-info:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-danger .btn-outline-info:not(:disabled):not(.disabled):active, .bg-danger .btn-outline-info:not(:disabled):not(.disabled).active, .show > .bg-danger .btn-outline-info.dropdown-toggle,
.bg-opacity-danger .btn-outline-info:not(:disabled):not(.disabled):active,
.bg-opacity-danger .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .bg-opacity-danger .btn-outline-info.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-danger .btn-outline-info:not(:disabled):not(.disabled):active:focus, .bg-danger .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .bg-danger .btn-outline-info.dropdown-toggle:focus,
.bg-opacity-danger .btn-outline-info:not(:disabled):not(.disabled):active:focus,
.bg-opacity-danger .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-danger .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-danger .btn-outline-warning,
.bg-opacity-danger .btn-outline-warning {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-danger .btn-outline-warning:hover,
.bg-opacity-danger .btn-outline-warning:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-danger .btn-outline-warning:focus, .bg-danger .btn-outline-warning.focus,
.bg-opacity-danger .btn-outline-warning:focus,
.bg-opacity-danger .btn-outline-warning.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-danger .btn-outline-warning.disabled, .bg-danger .btn-outline-warning:disabled,
.bg-opacity-danger .btn-outline-warning.disabled,
.bg-opacity-danger .btn-outline-warning:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-danger .btn-outline-warning:not(:disabled):not(.disabled):active, .bg-danger .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .bg-danger .btn-outline-warning.dropdown-toggle,
.bg-opacity-danger .btn-outline-warning:not(:disabled):not(.disabled):active,
.bg-opacity-danger .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .bg-opacity-danger .btn-outline-warning.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-danger .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .bg-danger .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .bg-danger .btn-outline-warning.dropdown-toggle:focus,
.bg-opacity-danger .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.bg-opacity-danger .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-danger .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-danger .btn-outline-danger,
.bg-opacity-danger .btn-outline-danger {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-danger .btn-outline-danger:hover,
.bg-opacity-danger .btn-outline-danger:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-danger .btn-outline-danger:focus, .bg-danger .btn-outline-danger.focus,
.bg-opacity-danger .btn-outline-danger:focus,
.bg-opacity-danger .btn-outline-danger.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-danger .btn-outline-danger.disabled, .bg-danger .btn-outline-danger:disabled,
.bg-opacity-danger .btn-outline-danger.disabled,
.bg-opacity-danger .btn-outline-danger:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-danger .btn-outline-danger:not(:disabled):not(.disabled):active, .bg-danger .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .bg-danger .btn-outline-danger.dropdown-toggle,
.bg-opacity-danger .btn-outline-danger:not(:disabled):not(.disabled):active,
.bg-opacity-danger .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .bg-opacity-danger .btn-outline-danger.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-danger .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .bg-danger .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .bg-danger .btn-outline-danger.dropdown-toggle:focus,
.bg-opacity-danger .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.bg-opacity-danger .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-danger .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-danger .btn-outline-light,
.bg-opacity-danger .btn-outline-light {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-danger .btn-outline-light:hover,
.bg-opacity-danger .btn-outline-light:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-danger .btn-outline-light:focus, .bg-danger .btn-outline-light.focus,
.bg-opacity-danger .btn-outline-light:focus,
.bg-opacity-danger .btn-outline-light.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-danger .btn-outline-light.disabled, .bg-danger .btn-outline-light:disabled,
.bg-opacity-danger .btn-outline-light.disabled,
.bg-opacity-danger .btn-outline-light:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-danger .btn-outline-light:not(:disabled):not(.disabled):active, .bg-danger .btn-outline-light:not(:disabled):not(.disabled).active, .show > .bg-danger .btn-outline-light.dropdown-toggle,
.bg-opacity-danger .btn-outline-light:not(:disabled):not(.disabled):active,
.bg-opacity-danger .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .bg-opacity-danger .btn-outline-light.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-danger .btn-outline-light:not(:disabled):not(.disabled):active:focus, .bg-danger .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .bg-danger .btn-outline-light.dropdown-toggle:focus,
.bg-opacity-danger .btn-outline-light:not(:disabled):not(.disabled):active:focus,
.bg-opacity-danger .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-danger .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-danger .btn-outline-dark,
.bg-opacity-danger .btn-outline-dark {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-danger .btn-outline-dark:hover,
.bg-opacity-danger .btn-outline-dark:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-danger .btn-outline-dark:focus, .bg-danger .btn-outline-dark.focus,
.bg-opacity-danger .btn-outline-dark:focus,
.bg-opacity-danger .btn-outline-dark.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-danger .btn-outline-dark.disabled, .bg-danger .btn-outline-dark:disabled,
.bg-opacity-danger .btn-outline-dark.disabled,
.bg-opacity-danger .btn-outline-dark:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-danger .btn-outline-dark:not(:disabled):not(.disabled):active, .bg-danger .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .bg-danger .btn-outline-dark.dropdown-toggle,
.bg-opacity-danger .btn-outline-dark:not(:disabled):not(.disabled):active,
.bg-opacity-danger .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .bg-opacity-danger .btn-outline-dark.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-danger .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .bg-danger .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .bg-danger .btn-outline-dark.dropdown-toggle:focus,
.bg-opacity-danger .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.bg-opacity-danger .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-danger .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-danger .btn-outline-0,
.bg-opacity-danger .btn-outline-0 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-danger .btn-outline-0:hover,
.bg-opacity-danger .btn-outline-0:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-danger .btn-outline-0:focus, .bg-danger .btn-outline-0.focus,
.bg-opacity-danger .btn-outline-0:focus,
.bg-opacity-danger .btn-outline-0.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-danger .btn-outline-0.disabled, .bg-danger .btn-outline-0:disabled,
.bg-opacity-danger .btn-outline-0.disabled,
.bg-opacity-danger .btn-outline-0:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-danger .btn-outline-0:not(:disabled):not(.disabled):active, .bg-danger .btn-outline-0:not(:disabled):not(.disabled).active, .show > .bg-danger .btn-outline-0.dropdown-toggle,
.bg-opacity-danger .btn-outline-0:not(:disabled):not(.disabled):active,
.bg-opacity-danger .btn-outline-0:not(:disabled):not(.disabled).active,
.show > .bg-opacity-danger .btn-outline-0.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-danger .btn-outline-0:not(:disabled):not(.disabled):active:focus, .bg-danger .btn-outline-0:not(:disabled):not(.disabled).active:focus, .show > .bg-danger .btn-outline-0.dropdown-toggle:focus,
.bg-opacity-danger .btn-outline-0:not(:disabled):not(.disabled):active:focus,
.bg-opacity-danger .btn-outline-0:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-danger .btn-outline-0.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-danger .btn-outline-1,
.bg-opacity-danger .btn-outline-1 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-danger .btn-outline-1:hover,
.bg-opacity-danger .btn-outline-1:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-danger .btn-outline-1:focus, .bg-danger .btn-outline-1.focus,
.bg-opacity-danger .btn-outline-1:focus,
.bg-opacity-danger .btn-outline-1.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-danger .btn-outline-1.disabled, .bg-danger .btn-outline-1:disabled,
.bg-opacity-danger .btn-outline-1.disabled,
.bg-opacity-danger .btn-outline-1:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-danger .btn-outline-1:not(:disabled):not(.disabled):active, .bg-danger .btn-outline-1:not(:disabled):not(.disabled).active, .show > .bg-danger .btn-outline-1.dropdown-toggle,
.bg-opacity-danger .btn-outline-1:not(:disabled):not(.disabled):active,
.bg-opacity-danger .btn-outline-1:not(:disabled):not(.disabled).active,
.show > .bg-opacity-danger .btn-outline-1.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-danger .btn-outline-1:not(:disabled):not(.disabled):active:focus, .bg-danger .btn-outline-1:not(:disabled):not(.disabled).active:focus, .show > .bg-danger .btn-outline-1.dropdown-toggle:focus,
.bg-opacity-danger .btn-outline-1:not(:disabled):not(.disabled):active:focus,
.bg-opacity-danger .btn-outline-1:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-danger .btn-outline-1.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-danger .btn-outline-2,
.bg-opacity-danger .btn-outline-2 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-danger .btn-outline-2:hover,
.bg-opacity-danger .btn-outline-2:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-danger .btn-outline-2:focus, .bg-danger .btn-outline-2.focus,
.bg-opacity-danger .btn-outline-2:focus,
.bg-opacity-danger .btn-outline-2.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-danger .btn-outline-2.disabled, .bg-danger .btn-outline-2:disabled,
.bg-opacity-danger .btn-outline-2.disabled,
.bg-opacity-danger .btn-outline-2:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-danger .btn-outline-2:not(:disabled):not(.disabled):active, .bg-danger .btn-outline-2:not(:disabled):not(.disabled).active, .show > .bg-danger .btn-outline-2.dropdown-toggle,
.bg-opacity-danger .btn-outline-2:not(:disabled):not(.disabled):active,
.bg-opacity-danger .btn-outline-2:not(:disabled):not(.disabled).active,
.show > .bg-opacity-danger .btn-outline-2.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-danger .btn-outline-2:not(:disabled):not(.disabled):active:focus, .bg-danger .btn-outline-2:not(:disabled):not(.disabled).active:focus, .show > .bg-danger .btn-outline-2.dropdown-toggle:focus,
.bg-opacity-danger .btn-outline-2:not(:disabled):not(.disabled):active:focus,
.bg-opacity-danger .btn-outline-2:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-danger .btn-outline-2.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-danger .btn-outline-3,
.bg-opacity-danger .btn-outline-3 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-danger .btn-outline-3:hover,
.bg-opacity-danger .btn-outline-3:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-danger .btn-outline-3:focus, .bg-danger .btn-outline-3.focus,
.bg-opacity-danger .btn-outline-3:focus,
.bg-opacity-danger .btn-outline-3.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-danger .btn-outline-3.disabled, .bg-danger .btn-outline-3:disabled,
.bg-opacity-danger .btn-outline-3.disabled,
.bg-opacity-danger .btn-outline-3:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-danger .btn-outline-3:not(:disabled):not(.disabled):active, .bg-danger .btn-outline-3:not(:disabled):not(.disabled).active, .show > .bg-danger .btn-outline-3.dropdown-toggle,
.bg-opacity-danger .btn-outline-3:not(:disabled):not(.disabled):active,
.bg-opacity-danger .btn-outline-3:not(:disabled):not(.disabled).active,
.show > .bg-opacity-danger .btn-outline-3.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-danger .btn-outline-3:not(:disabled):not(.disabled):active:focus, .bg-danger .btn-outline-3:not(:disabled):not(.disabled).active:focus, .show > .bg-danger .btn-outline-3.dropdown-toggle:focus,
.bg-opacity-danger .btn-outline-3:not(:disabled):not(.disabled):active:focus,
.bg-opacity-danger .btn-outline-3:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-danger .btn-outline-3.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-danger .btn-outline-4,
.bg-opacity-danger .btn-outline-4 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-danger .btn-outline-4:hover,
.bg-opacity-danger .btn-outline-4:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-danger .btn-outline-4:focus, .bg-danger .btn-outline-4.focus,
.bg-opacity-danger .btn-outline-4:focus,
.bg-opacity-danger .btn-outline-4.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-danger .btn-outline-4.disabled, .bg-danger .btn-outline-4:disabled,
.bg-opacity-danger .btn-outline-4.disabled,
.bg-opacity-danger .btn-outline-4:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-danger .btn-outline-4:not(:disabled):not(.disabled):active, .bg-danger .btn-outline-4:not(:disabled):not(.disabled).active, .show > .bg-danger .btn-outline-4.dropdown-toggle,
.bg-opacity-danger .btn-outline-4:not(:disabled):not(.disabled):active,
.bg-opacity-danger .btn-outline-4:not(:disabled):not(.disabled).active,
.show > .bg-opacity-danger .btn-outline-4.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-danger .btn-outline-4:not(:disabled):not(.disabled):active:focus, .bg-danger .btn-outline-4:not(:disabled):not(.disabled).active:focus, .show > .bg-danger .btn-outline-4.dropdown-toggle:focus,
.bg-opacity-danger .btn-outline-4:not(:disabled):not(.disabled):active:focus,
.bg-opacity-danger .btn-outline-4:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-danger .btn-outline-4.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-danger .btn-outline-5,
.bg-opacity-danger .btn-outline-5 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-danger .btn-outline-5:hover,
.bg-opacity-danger .btn-outline-5:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-danger .btn-outline-5:focus, .bg-danger .btn-outline-5.focus,
.bg-opacity-danger .btn-outline-5:focus,
.bg-opacity-danger .btn-outline-5.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-danger .btn-outline-5.disabled, .bg-danger .btn-outline-5:disabled,
.bg-opacity-danger .btn-outline-5.disabled,
.bg-opacity-danger .btn-outline-5:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-danger .btn-outline-5:not(:disabled):not(.disabled):active, .bg-danger .btn-outline-5:not(:disabled):not(.disabled).active, .show > .bg-danger .btn-outline-5.dropdown-toggle,
.bg-opacity-danger .btn-outline-5:not(:disabled):not(.disabled):active,
.bg-opacity-danger .btn-outline-5:not(:disabled):not(.disabled).active,
.show > .bg-opacity-danger .btn-outline-5.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-danger .btn-outline-5:not(:disabled):not(.disabled):active:focus, .bg-danger .btn-outline-5:not(:disabled):not(.disabled).active:focus, .show > .bg-danger .btn-outline-5.dropdown-toggle:focus,
.bg-opacity-danger .btn-outline-5:not(:disabled):not(.disabled):active:focus,
.bg-opacity-danger .btn-outline-5:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-danger .btn-outline-5.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-danger .btn-outline-6,
.bg-opacity-danger .btn-outline-6 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-danger .btn-outline-6:hover,
.bg-opacity-danger .btn-outline-6:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-danger .btn-outline-6:focus, .bg-danger .btn-outline-6.focus,
.bg-opacity-danger .btn-outline-6:focus,
.bg-opacity-danger .btn-outline-6.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-danger .btn-outline-6.disabled, .bg-danger .btn-outline-6:disabled,
.bg-opacity-danger .btn-outline-6.disabled,
.bg-opacity-danger .btn-outline-6:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-danger .btn-outline-6:not(:disabled):not(.disabled):active, .bg-danger .btn-outline-6:not(:disabled):not(.disabled).active, .show > .bg-danger .btn-outline-6.dropdown-toggle,
.bg-opacity-danger .btn-outline-6:not(:disabled):not(.disabled):active,
.bg-opacity-danger .btn-outline-6:not(:disabled):not(.disabled).active,
.show > .bg-opacity-danger .btn-outline-6.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-danger .btn-outline-6:not(:disabled):not(.disabled):active:focus, .bg-danger .btn-outline-6:not(:disabled):not(.disabled).active:focus, .show > .bg-danger .btn-outline-6.dropdown-toggle:focus,
.bg-opacity-danger .btn-outline-6:not(:disabled):not(.disabled):active:focus,
.bg-opacity-danger .btn-outline-6:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-danger .btn-outline-6.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-danger .btn-outline-7,
.bg-opacity-danger .btn-outline-7 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-danger .btn-outline-7:hover,
.bg-opacity-danger .btn-outline-7:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-danger .btn-outline-7:focus, .bg-danger .btn-outline-7.focus,
.bg-opacity-danger .btn-outline-7:focus,
.bg-opacity-danger .btn-outline-7.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-danger .btn-outline-7.disabled, .bg-danger .btn-outline-7:disabled,
.bg-opacity-danger .btn-outline-7.disabled,
.bg-opacity-danger .btn-outline-7:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-danger .btn-outline-7:not(:disabled):not(.disabled):active, .bg-danger .btn-outline-7:not(:disabled):not(.disabled).active, .show > .bg-danger .btn-outline-7.dropdown-toggle,
.bg-opacity-danger .btn-outline-7:not(:disabled):not(.disabled):active,
.bg-opacity-danger .btn-outline-7:not(:disabled):not(.disabled).active,
.show > .bg-opacity-danger .btn-outline-7.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-danger .btn-outline-7:not(:disabled):not(.disabled):active:focus, .bg-danger .btn-outline-7:not(:disabled):not(.disabled).active:focus, .show > .bg-danger .btn-outline-7.dropdown-toggle:focus,
.bg-opacity-danger .btn-outline-7:not(:disabled):not(.disabled):active:focus,
.bg-opacity-danger .btn-outline-7:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-danger .btn-outline-7.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-danger .btn-outline-8,
.bg-opacity-danger .btn-outline-8 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-danger .btn-outline-8:hover,
.bg-opacity-danger .btn-outline-8:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-danger .btn-outline-8:focus, .bg-danger .btn-outline-8.focus,
.bg-opacity-danger .btn-outline-8:focus,
.bg-opacity-danger .btn-outline-8.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-danger .btn-outline-8.disabled, .bg-danger .btn-outline-8:disabled,
.bg-opacity-danger .btn-outline-8.disabled,
.bg-opacity-danger .btn-outline-8:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-danger .btn-outline-8:not(:disabled):not(.disabled):active, .bg-danger .btn-outline-8:not(:disabled):not(.disabled).active, .show > .bg-danger .btn-outline-8.dropdown-toggle,
.bg-opacity-danger .btn-outline-8:not(:disabled):not(.disabled):active,
.bg-opacity-danger .btn-outline-8:not(:disabled):not(.disabled).active,
.show > .bg-opacity-danger .btn-outline-8.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-danger .btn-outline-8:not(:disabled):not(.disabled):active:focus, .bg-danger .btn-outline-8:not(:disabled):not(.disabled).active:focus, .show > .bg-danger .btn-outline-8.dropdown-toggle:focus,
.bg-opacity-danger .btn-outline-8:not(:disabled):not(.disabled):active:focus,
.bg-opacity-danger .btn-outline-8:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-danger .btn-outline-8.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-danger .btn-outline-9,
.bg-opacity-danger .btn-outline-9 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-danger .btn-outline-9:hover,
.bg-opacity-danger .btn-outline-9:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-danger .btn-outline-9:focus, .bg-danger .btn-outline-9.focus,
.bg-opacity-danger .btn-outline-9:focus,
.bg-opacity-danger .btn-outline-9.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-danger .btn-outline-9.disabled, .bg-danger .btn-outline-9:disabled,
.bg-opacity-danger .btn-outline-9.disabled,
.bg-opacity-danger .btn-outline-9:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-danger .btn-outline-9:not(:disabled):not(.disabled):active, .bg-danger .btn-outline-9:not(:disabled):not(.disabled).active, .show > .bg-danger .btn-outline-9.dropdown-toggle,
.bg-opacity-danger .btn-outline-9:not(:disabled):not(.disabled):active,
.bg-opacity-danger .btn-outline-9:not(:disabled):not(.disabled).active,
.show > .bg-opacity-danger .btn-outline-9.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-danger .btn-outline-9:not(:disabled):not(.disabled):active:focus, .bg-danger .btn-outline-9:not(:disabled):not(.disabled).active:focus, .show > .bg-danger .btn-outline-9.dropdown-toggle:focus,
.bg-opacity-danger .btn-outline-9:not(:disabled):not(.disabled):active:focus,
.bg-opacity-danger .btn-outline-9:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-danger .btn-outline-9.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-danger .btn-outline-10,
.bg-opacity-danger .btn-outline-10 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-danger .btn-outline-10:hover,
.bg-opacity-danger .btn-outline-10:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-danger .btn-outline-10:focus, .bg-danger .btn-outline-10.focus,
.bg-opacity-danger .btn-outline-10:focus,
.bg-opacity-danger .btn-outline-10.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-danger .btn-outline-10.disabled, .bg-danger .btn-outline-10:disabled,
.bg-opacity-danger .btn-outline-10.disabled,
.bg-opacity-danger .btn-outline-10:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-danger .btn-outline-10:not(:disabled):not(.disabled):active, .bg-danger .btn-outline-10:not(:disabled):not(.disabled).active, .show > .bg-danger .btn-outline-10.dropdown-toggle,
.bg-opacity-danger .btn-outline-10:not(:disabled):not(.disabled):active,
.bg-opacity-danger .btn-outline-10:not(:disabled):not(.disabled).active,
.show > .bg-opacity-danger .btn-outline-10.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-danger .btn-outline-10:not(:disabled):not(.disabled):active:focus, .bg-danger .btn-outline-10:not(:disabled):not(.disabled).active:focus, .show > .bg-danger .btn-outline-10.dropdown-toggle:focus,
.bg-opacity-danger .btn-outline-10:not(:disabled):not(.disabled):active:focus,
.bg-opacity-danger .btn-outline-10:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-danger .btn-outline-10.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-danger .btn-outline-default,
.bg-opacity-danger .btn-outline-default {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-danger .btn-outline-default:hover,
.bg-opacity-danger .btn-outline-default:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-danger .btn-outline-default:focus, .bg-danger .btn-outline-default.focus,
.bg-opacity-danger .btn-outline-default:focus,
.bg-opacity-danger .btn-outline-default.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-danger .btn-outline-default.disabled, .bg-danger .btn-outline-default:disabled,
.bg-opacity-danger .btn-outline-default.disabled,
.bg-opacity-danger .btn-outline-default:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-danger .btn-outline-default:not(:disabled):not(.disabled):active, .bg-danger .btn-outline-default:not(:disabled):not(.disabled).active, .show > .bg-danger .btn-outline-default.dropdown-toggle,
.bg-opacity-danger .btn-outline-default:not(:disabled):not(.disabled):active,
.bg-opacity-danger .btn-outline-default:not(:disabled):not(.disabled).active,
.show > .bg-opacity-danger .btn-outline-default.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-danger .btn-outline-default:not(:disabled):not(.disabled):active:focus, .bg-danger .btn-outline-default:not(:disabled):not(.disabled).active:focus, .show > .bg-danger .btn-outline-default.dropdown-toggle:focus,
.bg-opacity-danger .btn-outline-default:not(:disabled):not(.disabled):active:focus,
.bg-opacity-danger .btn-outline-default:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-danger .btn-outline-default.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-danger .btn-outline-violet,
.bg-opacity-danger .btn-outline-violet {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-danger .btn-outline-violet:hover,
.bg-opacity-danger .btn-outline-violet:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-danger .btn-outline-violet:focus, .bg-danger .btn-outline-violet.focus,
.bg-opacity-danger .btn-outline-violet:focus,
.bg-opacity-danger .btn-outline-violet.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-danger .btn-outline-violet.disabled, .bg-danger .btn-outline-violet:disabled,
.bg-opacity-danger .btn-outline-violet.disabled,
.bg-opacity-danger .btn-outline-violet:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-danger .btn-outline-violet:not(:disabled):not(.disabled):active, .bg-danger .btn-outline-violet:not(:disabled):not(.disabled).active, .show > .bg-danger .btn-outline-violet.dropdown-toggle,
.bg-opacity-danger .btn-outline-violet:not(:disabled):not(.disabled):active,
.bg-opacity-danger .btn-outline-violet:not(:disabled):not(.disabled).active,
.show > .bg-opacity-danger .btn-outline-violet.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-danger .btn-outline-violet:not(:disabled):not(.disabled):active:focus, .bg-danger .btn-outline-violet:not(:disabled):not(.disabled).active:focus, .show > .bg-danger .btn-outline-violet.dropdown-toggle:focus,
.bg-opacity-danger .btn-outline-violet:not(:disabled):not(.disabled):active:focus,
.bg-opacity-danger .btn-outline-violet:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-danger .btn-outline-violet.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-danger .btn-outline-magenta,
.bg-opacity-danger .btn-outline-magenta {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-danger .btn-outline-magenta:hover,
.bg-opacity-danger .btn-outline-magenta:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-danger .btn-outline-magenta:focus, .bg-danger .btn-outline-magenta.focus,
.bg-opacity-danger .btn-outline-magenta:focus,
.bg-opacity-danger .btn-outline-magenta.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-danger .btn-outline-magenta.disabled, .bg-danger .btn-outline-magenta:disabled,
.bg-opacity-danger .btn-outline-magenta.disabled,
.bg-opacity-danger .btn-outline-magenta:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-danger .btn-outline-magenta:not(:disabled):not(.disabled):active, .bg-danger .btn-outline-magenta:not(:disabled):not(.disabled).active, .show > .bg-danger .btn-outline-magenta.dropdown-toggle,
.bg-opacity-danger .btn-outline-magenta:not(:disabled):not(.disabled):active,
.bg-opacity-danger .btn-outline-magenta:not(:disabled):not(.disabled).active,
.show > .bg-opacity-danger .btn-outline-magenta.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-danger .btn-outline-magenta:not(:disabled):not(.disabled):active:focus, .bg-danger .btn-outline-magenta:not(:disabled):not(.disabled).active:focus, .show > .bg-danger .btn-outline-magenta.dropdown-toggle:focus,
.bg-opacity-danger .btn-outline-magenta:not(:disabled):not(.disabled):active:focus,
.bg-opacity-danger .btn-outline-magenta:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-danger .btn-outline-magenta.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-danger .btn-outline-petrol,
.bg-opacity-danger .btn-outline-petrol {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-danger .btn-outline-petrol:hover,
.bg-opacity-danger .btn-outline-petrol:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-danger .btn-outline-petrol:focus, .bg-danger .btn-outline-petrol.focus,
.bg-opacity-danger .btn-outline-petrol:focus,
.bg-opacity-danger .btn-outline-petrol.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-danger .btn-outline-petrol.disabled, .bg-danger .btn-outline-petrol:disabled,
.bg-opacity-danger .btn-outline-petrol.disabled,
.bg-opacity-danger .btn-outline-petrol:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-danger .btn-outline-petrol:not(:disabled):not(.disabled):active, .bg-danger .btn-outline-petrol:not(:disabled):not(.disabled).active, .show > .bg-danger .btn-outline-petrol.dropdown-toggle,
.bg-opacity-danger .btn-outline-petrol:not(:disabled):not(.disabled):active,
.bg-opacity-danger .btn-outline-petrol:not(:disabled):not(.disabled).active,
.show > .bg-opacity-danger .btn-outline-petrol.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-danger .btn-outline-petrol:not(:disabled):not(.disabled):active:focus, .bg-danger .btn-outline-petrol:not(:disabled):not(.disabled).active:focus, .show > .bg-danger .btn-outline-petrol.dropdown-toggle:focus,
.bg-opacity-danger .btn-outline-petrol:not(:disabled):not(.disabled):active:focus,
.bg-opacity-danger .btn-outline-petrol:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-danger .btn-outline-petrol.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-danger .btn-outline-green,
.bg-opacity-danger .btn-outline-green {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-danger .btn-outline-green:hover,
.bg-opacity-danger .btn-outline-green:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-danger .btn-outline-green:focus, .bg-danger .btn-outline-green.focus,
.bg-opacity-danger .btn-outline-green:focus,
.bg-opacity-danger .btn-outline-green.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-danger .btn-outline-green.disabled, .bg-danger .btn-outline-green:disabled,
.bg-opacity-danger .btn-outline-green.disabled,
.bg-opacity-danger .btn-outline-green:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-danger .btn-outline-green:not(:disabled):not(.disabled):active, .bg-danger .btn-outline-green:not(:disabled):not(.disabled).active, .show > .bg-danger .btn-outline-green.dropdown-toggle,
.bg-opacity-danger .btn-outline-green:not(:disabled):not(.disabled):active,
.bg-opacity-danger .btn-outline-green:not(:disabled):not(.disabled).active,
.show > .bg-opacity-danger .btn-outline-green.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-danger .btn-outline-green:not(:disabled):not(.disabled):active:focus, .bg-danger .btn-outline-green:not(:disabled):not(.disabled).active:focus, .show > .bg-danger .btn-outline-green.dropdown-toggle:focus,
.bg-opacity-danger .btn-outline-green:not(:disabled):not(.disabled):active:focus,
.bg-opacity-danger .btn-outline-green:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-danger .btn-outline-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-danger .btn-outline-orange,
.bg-opacity-danger .btn-outline-orange {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-danger .btn-outline-orange:hover,
.bg-opacity-danger .btn-outline-orange:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-danger .btn-outline-orange:focus, .bg-danger .btn-outline-orange.focus,
.bg-opacity-danger .btn-outline-orange:focus,
.bg-opacity-danger .btn-outline-orange.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-danger .btn-outline-orange.disabled, .bg-danger .btn-outline-orange:disabled,
.bg-opacity-danger .btn-outline-orange.disabled,
.bg-opacity-danger .btn-outline-orange:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-danger .btn-outline-orange:not(:disabled):not(.disabled):active, .bg-danger .btn-outline-orange:not(:disabled):not(.disabled).active, .show > .bg-danger .btn-outline-orange.dropdown-toggle,
.bg-opacity-danger .btn-outline-orange:not(:disabled):not(.disabled):active,
.bg-opacity-danger .btn-outline-orange:not(:disabled):not(.disabled).active,
.show > .bg-opacity-danger .btn-outline-orange.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-danger .btn-outline-orange:not(:disabled):not(.disabled):active:focus, .bg-danger .btn-outline-orange:not(:disabled):not(.disabled).active:focus, .show > .bg-danger .btn-outline-orange.dropdown-toggle:focus,
.bg-opacity-danger .btn-outline-orange:not(:disabled):not(.disabled):active:focus,
.bg-opacity-danger .btn-outline-orange:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-danger .btn-outline-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-danger .btn-outline-gold,
.bg-opacity-danger .btn-outline-gold {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-danger .btn-outline-gold:hover,
.bg-opacity-danger .btn-outline-gold:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-danger .btn-outline-gold:focus, .bg-danger .btn-outline-gold.focus,
.bg-opacity-danger .btn-outline-gold:focus,
.bg-opacity-danger .btn-outline-gold.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-danger .btn-outline-gold.disabled, .bg-danger .btn-outline-gold:disabled,
.bg-opacity-danger .btn-outline-gold.disabled,
.bg-opacity-danger .btn-outline-gold:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-danger .btn-outline-gold:not(:disabled):not(.disabled):active, .bg-danger .btn-outline-gold:not(:disabled):not(.disabled).active, .show > .bg-danger .btn-outline-gold.dropdown-toggle,
.bg-opacity-danger .btn-outline-gold:not(:disabled):not(.disabled):active,
.bg-opacity-danger .btn-outline-gold:not(:disabled):not(.disabled).active,
.show > .bg-opacity-danger .btn-outline-gold.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-danger .btn-outline-gold:not(:disabled):not(.disabled):active:focus, .bg-danger .btn-outline-gold:not(:disabled):not(.disabled).active:focus, .show > .bg-danger .btn-outline-gold.dropdown-toggle:focus,
.bg-opacity-danger .btn-outline-gold:not(:disabled):not(.disabled):active:focus,
.bg-opacity-danger .btn-outline-gold:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-danger .btn-outline-gold.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-danger .btn-outline-silver,
.bg-opacity-danger .btn-outline-silver {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-danger .btn-outline-silver:hover,
.bg-opacity-danger .btn-outline-silver:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-danger .btn-outline-silver:focus, .bg-danger .btn-outline-silver.focus,
.bg-opacity-danger .btn-outline-silver:focus,
.bg-opacity-danger .btn-outline-silver.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-danger .btn-outline-silver.disabled, .bg-danger .btn-outline-silver:disabled,
.bg-opacity-danger .btn-outline-silver.disabled,
.bg-opacity-danger .btn-outline-silver:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-danger .btn-outline-silver:not(:disabled):not(.disabled):active, .bg-danger .btn-outline-silver:not(:disabled):not(.disabled).active, .show > .bg-danger .btn-outline-silver.dropdown-toggle,
.bg-opacity-danger .btn-outline-silver:not(:disabled):not(.disabled):active,
.bg-opacity-danger .btn-outline-silver:not(:disabled):not(.disabled).active,
.show > .bg-opacity-danger .btn-outline-silver.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-danger .btn-outline-silver:not(:disabled):not(.disabled):active:focus, .bg-danger .btn-outline-silver:not(:disabled):not(.disabled).active:focus, .show > .bg-danger .btn-outline-silver.dropdown-toggle:focus,
.bg-opacity-danger .btn-outline-silver:not(:disabled):not(.disabled):active:focus,
.bg-opacity-danger .btn-outline-silver:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-danger .btn-outline-silver.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-danger .btn-outline-white,
.bg-opacity-danger .btn-outline-white {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-danger .btn-outline-white:hover,
.bg-opacity-danger .btn-outline-white:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-danger .btn-outline-white:focus, .bg-danger .btn-outline-white.focus,
.bg-opacity-danger .btn-outline-white:focus,
.bg-opacity-danger .btn-outline-white.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-danger .btn-outline-white.disabled, .bg-danger .btn-outline-white:disabled,
.bg-opacity-danger .btn-outline-white.disabled,
.bg-opacity-danger .btn-outline-white:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-danger .btn-outline-white:not(:disabled):not(.disabled):active, .bg-danger .btn-outline-white:not(:disabled):not(.disabled).active, .show > .bg-danger .btn-outline-white.dropdown-toggle,
.bg-opacity-danger .btn-outline-white:not(:disabled):not(.disabled):active,
.bg-opacity-danger .btn-outline-white:not(:disabled):not(.disabled).active,
.show > .bg-opacity-danger .btn-outline-white.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-danger .btn-outline-white:not(:disabled):not(.disabled):active:focus, .bg-danger .btn-outline-white:not(:disabled):not(.disabled).active:focus, .show > .bg-danger .btn-outline-white.dropdown-toggle:focus,
.bg-opacity-danger .btn-outline-white:not(:disabled):not(.disabled):active:focus,
.bg-opacity-danger .btn-outline-white:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-danger .btn-outline-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}

.bg-light .custom-select,
.bg-opacity-light .custom-select {
  border-color: #ffffff;
  color: #ffffff;
}
.bg-light .custom-select option,
.bg-opacity-light .custom-select option {
  color: #333333;
}
.bg-light .custom-select option:hover,
.bg-opacity-light .custom-select option:hover {
  background-color: #007c96;
}
.bg-light .text-theme,
.bg-opacity-light .text-theme {
  color: #ffffff !important;
}
.bg-light a[href^="tel:"],
.bg-opacity-light a[href^="tel:"] {
  color: #ffffff !important;
}
.bg-light .btn-theme,
.bg-opacity-light .btn-theme {
  color: #52565a;
  background-color: #ffffff;
  border-color: #f5f5f5;
}
.bg-light .btn-theme:hover,
.bg-opacity-light .btn-theme:hover {
  color: #ffffff;
  background-color: #7e8890;
  border-color: #7e8890;
}
.bg-light .btn-theme:focus, .bg-light .btn-theme.focus,
.bg-opacity-light .btn-theme:focus,
.bg-opacity-light .btn-theme.focus {
  box-shadow: 0 0 0 0 rgba(221, 221, 222, 0.5);
}
.bg-light .btn-theme.disabled, .bg-light .btn-theme:disabled,
.bg-opacity-light .btn-theme.disabled,
.bg-opacity-light .btn-theme:disabled {
  color: #52565a;
  background-color: #ffffff;
  border-color: #f5f5f5;
}
.bg-light .btn-theme:not(:disabled):not(.disabled):active, .bg-light .btn-theme:not(:disabled):not(.disabled).active, .show > .bg-light .btn-theme.dropdown-toggle,
.bg-opacity-light .btn-theme:not(:disabled):not(.disabled):active,
.bg-opacity-light .btn-theme:not(:disabled):not(.disabled).active,
.show > .bg-opacity-light .btn-theme.dropdown-toggle {
  color: #52565a;
  background-color: #e6e6e6;
  border-color: #d5d5d5;
}
.bg-light .btn-theme:not(:disabled):not(.disabled):active:focus, .bg-light .btn-theme:not(:disabled):not(.disabled).active:focus, .show > .bg-light .btn-theme.dropdown-toggle:focus,
.bg-opacity-light .btn-theme:not(:disabled):not(.disabled):active:focus,
.bg-opacity-light .btn-theme:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-light .btn-theme.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(221, 221, 222, 0.5);
}
.bg-light .btn-outline-primary,
.bg-opacity-light .btn-outline-primary {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-light .btn-outline-primary:hover,
.bg-opacity-light .btn-outline-primary:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-light .btn-outline-primary:focus, .bg-light .btn-outline-primary.focus,
.bg-opacity-light .btn-outline-primary:focus,
.bg-opacity-light .btn-outline-primary.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-light .btn-outline-primary.disabled, .bg-light .btn-outline-primary:disabled,
.bg-opacity-light .btn-outline-primary.disabled,
.bg-opacity-light .btn-outline-primary:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-light .btn-outline-primary:not(:disabled):not(.disabled):active, .bg-light .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .bg-light .btn-outline-primary.dropdown-toggle,
.bg-opacity-light .btn-outline-primary:not(:disabled):not(.disabled):active,
.bg-opacity-light .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .bg-opacity-light .btn-outline-primary.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-light .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .bg-light .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .bg-light .btn-outline-primary.dropdown-toggle:focus,
.bg-opacity-light .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.bg-opacity-light .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-light .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-light .btn-outline-secondary,
.bg-opacity-light .btn-outline-secondary {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-light .btn-outline-secondary:hover,
.bg-opacity-light .btn-outline-secondary:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-light .btn-outline-secondary:focus, .bg-light .btn-outline-secondary.focus,
.bg-opacity-light .btn-outline-secondary:focus,
.bg-opacity-light .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-light .btn-outline-secondary.disabled, .bg-light .btn-outline-secondary:disabled,
.bg-opacity-light .btn-outline-secondary.disabled,
.bg-opacity-light .btn-outline-secondary:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-light .btn-outline-secondary:not(:disabled):not(.disabled):active, .bg-light .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .bg-light .btn-outline-secondary.dropdown-toggle,
.bg-opacity-light .btn-outline-secondary:not(:disabled):not(.disabled):active,
.bg-opacity-light .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .bg-opacity-light .btn-outline-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-light .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .bg-light .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .bg-light .btn-outline-secondary.dropdown-toggle:focus,
.bg-opacity-light .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.bg-opacity-light .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-light .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-light .btn-outline-success,
.bg-opacity-light .btn-outline-success {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-light .btn-outline-success:hover,
.bg-opacity-light .btn-outline-success:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-light .btn-outline-success:focus, .bg-light .btn-outline-success.focus,
.bg-opacity-light .btn-outline-success:focus,
.bg-opacity-light .btn-outline-success.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-light .btn-outline-success.disabled, .bg-light .btn-outline-success:disabled,
.bg-opacity-light .btn-outline-success.disabled,
.bg-opacity-light .btn-outline-success:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-light .btn-outline-success:not(:disabled):not(.disabled):active, .bg-light .btn-outline-success:not(:disabled):not(.disabled).active, .show > .bg-light .btn-outline-success.dropdown-toggle,
.bg-opacity-light .btn-outline-success:not(:disabled):not(.disabled):active,
.bg-opacity-light .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .bg-opacity-light .btn-outline-success.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-light .btn-outline-success:not(:disabled):not(.disabled):active:focus, .bg-light .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .bg-light .btn-outline-success.dropdown-toggle:focus,
.bg-opacity-light .btn-outline-success:not(:disabled):not(.disabled):active:focus,
.bg-opacity-light .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-light .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-light .btn-outline-info,
.bg-opacity-light .btn-outline-info {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-light .btn-outline-info:hover,
.bg-opacity-light .btn-outline-info:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-light .btn-outline-info:focus, .bg-light .btn-outline-info.focus,
.bg-opacity-light .btn-outline-info:focus,
.bg-opacity-light .btn-outline-info.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-light .btn-outline-info.disabled, .bg-light .btn-outline-info:disabled,
.bg-opacity-light .btn-outline-info.disabled,
.bg-opacity-light .btn-outline-info:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-light .btn-outline-info:not(:disabled):not(.disabled):active, .bg-light .btn-outline-info:not(:disabled):not(.disabled).active, .show > .bg-light .btn-outline-info.dropdown-toggle,
.bg-opacity-light .btn-outline-info:not(:disabled):not(.disabled):active,
.bg-opacity-light .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .bg-opacity-light .btn-outline-info.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-light .btn-outline-info:not(:disabled):not(.disabled):active:focus, .bg-light .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .bg-light .btn-outline-info.dropdown-toggle:focus,
.bg-opacity-light .btn-outline-info:not(:disabled):not(.disabled):active:focus,
.bg-opacity-light .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-light .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-light .btn-outline-warning,
.bg-opacity-light .btn-outline-warning {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-light .btn-outline-warning:hover,
.bg-opacity-light .btn-outline-warning:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-light .btn-outline-warning:focus, .bg-light .btn-outline-warning.focus,
.bg-opacity-light .btn-outline-warning:focus,
.bg-opacity-light .btn-outline-warning.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-light .btn-outline-warning.disabled, .bg-light .btn-outline-warning:disabled,
.bg-opacity-light .btn-outline-warning.disabled,
.bg-opacity-light .btn-outline-warning:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-light .btn-outline-warning:not(:disabled):not(.disabled):active, .bg-light .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .bg-light .btn-outline-warning.dropdown-toggle,
.bg-opacity-light .btn-outline-warning:not(:disabled):not(.disabled):active,
.bg-opacity-light .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .bg-opacity-light .btn-outline-warning.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-light .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .bg-light .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .bg-light .btn-outline-warning.dropdown-toggle:focus,
.bg-opacity-light .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.bg-opacity-light .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-light .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-light .btn-outline-danger,
.bg-opacity-light .btn-outline-danger {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-light .btn-outline-danger:hover,
.bg-opacity-light .btn-outline-danger:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-light .btn-outline-danger:focus, .bg-light .btn-outline-danger.focus,
.bg-opacity-light .btn-outline-danger:focus,
.bg-opacity-light .btn-outline-danger.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-light .btn-outline-danger.disabled, .bg-light .btn-outline-danger:disabled,
.bg-opacity-light .btn-outline-danger.disabled,
.bg-opacity-light .btn-outline-danger:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-light .btn-outline-danger:not(:disabled):not(.disabled):active, .bg-light .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .bg-light .btn-outline-danger.dropdown-toggle,
.bg-opacity-light .btn-outline-danger:not(:disabled):not(.disabled):active,
.bg-opacity-light .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .bg-opacity-light .btn-outline-danger.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-light .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .bg-light .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .bg-light .btn-outline-danger.dropdown-toggle:focus,
.bg-opacity-light .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.bg-opacity-light .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-light .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-light .btn-outline-light,
.bg-opacity-light .btn-outline-light {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-light .btn-outline-light:hover,
.bg-opacity-light .btn-outline-light:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-light .btn-outline-light:focus, .bg-light .btn-outline-light.focus,
.bg-opacity-light .btn-outline-light:focus,
.bg-opacity-light .btn-outline-light.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-light .btn-outline-light.disabled, .bg-light .btn-outline-light:disabled,
.bg-opacity-light .btn-outline-light.disabled,
.bg-opacity-light .btn-outline-light:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-light .btn-outline-light:not(:disabled):not(.disabled):active, .bg-light .btn-outline-light:not(:disabled):not(.disabled).active, .show > .bg-light .btn-outline-light.dropdown-toggle,
.bg-opacity-light .btn-outline-light:not(:disabled):not(.disabled):active,
.bg-opacity-light .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .bg-opacity-light .btn-outline-light.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-light .btn-outline-light:not(:disabled):not(.disabled):active:focus, .bg-light .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .bg-light .btn-outline-light.dropdown-toggle:focus,
.bg-opacity-light .btn-outline-light:not(:disabled):not(.disabled):active:focus,
.bg-opacity-light .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-light .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-light .btn-outline-dark,
.bg-opacity-light .btn-outline-dark {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-light .btn-outline-dark:hover,
.bg-opacity-light .btn-outline-dark:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-light .btn-outline-dark:focus, .bg-light .btn-outline-dark.focus,
.bg-opacity-light .btn-outline-dark:focus,
.bg-opacity-light .btn-outline-dark.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-light .btn-outline-dark.disabled, .bg-light .btn-outline-dark:disabled,
.bg-opacity-light .btn-outline-dark.disabled,
.bg-opacity-light .btn-outline-dark:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-light .btn-outline-dark:not(:disabled):not(.disabled):active, .bg-light .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .bg-light .btn-outline-dark.dropdown-toggle,
.bg-opacity-light .btn-outline-dark:not(:disabled):not(.disabled):active,
.bg-opacity-light .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .bg-opacity-light .btn-outline-dark.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-light .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .bg-light .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .bg-light .btn-outline-dark.dropdown-toggle:focus,
.bg-opacity-light .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.bg-opacity-light .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-light .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-light .btn-outline-0,
.bg-opacity-light .btn-outline-0 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-light .btn-outline-0:hover,
.bg-opacity-light .btn-outline-0:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-light .btn-outline-0:focus, .bg-light .btn-outline-0.focus,
.bg-opacity-light .btn-outline-0:focus,
.bg-opacity-light .btn-outline-0.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-light .btn-outline-0.disabled, .bg-light .btn-outline-0:disabled,
.bg-opacity-light .btn-outline-0.disabled,
.bg-opacity-light .btn-outline-0:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-light .btn-outline-0:not(:disabled):not(.disabled):active, .bg-light .btn-outline-0:not(:disabled):not(.disabled).active, .show > .bg-light .btn-outline-0.dropdown-toggle,
.bg-opacity-light .btn-outline-0:not(:disabled):not(.disabled):active,
.bg-opacity-light .btn-outline-0:not(:disabled):not(.disabled).active,
.show > .bg-opacity-light .btn-outline-0.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-light .btn-outline-0:not(:disabled):not(.disabled):active:focus, .bg-light .btn-outline-0:not(:disabled):not(.disabled).active:focus, .show > .bg-light .btn-outline-0.dropdown-toggle:focus,
.bg-opacity-light .btn-outline-0:not(:disabled):not(.disabled):active:focus,
.bg-opacity-light .btn-outline-0:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-light .btn-outline-0.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-light .btn-outline-1,
.bg-opacity-light .btn-outline-1 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-light .btn-outline-1:hover,
.bg-opacity-light .btn-outline-1:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-light .btn-outline-1:focus, .bg-light .btn-outline-1.focus,
.bg-opacity-light .btn-outline-1:focus,
.bg-opacity-light .btn-outline-1.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-light .btn-outline-1.disabled, .bg-light .btn-outline-1:disabled,
.bg-opacity-light .btn-outline-1.disabled,
.bg-opacity-light .btn-outline-1:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-light .btn-outline-1:not(:disabled):not(.disabled):active, .bg-light .btn-outline-1:not(:disabled):not(.disabled).active, .show > .bg-light .btn-outline-1.dropdown-toggle,
.bg-opacity-light .btn-outline-1:not(:disabled):not(.disabled):active,
.bg-opacity-light .btn-outline-1:not(:disabled):not(.disabled).active,
.show > .bg-opacity-light .btn-outline-1.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-light .btn-outline-1:not(:disabled):not(.disabled):active:focus, .bg-light .btn-outline-1:not(:disabled):not(.disabled).active:focus, .show > .bg-light .btn-outline-1.dropdown-toggle:focus,
.bg-opacity-light .btn-outline-1:not(:disabled):not(.disabled):active:focus,
.bg-opacity-light .btn-outline-1:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-light .btn-outline-1.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-light .btn-outline-2,
.bg-opacity-light .btn-outline-2 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-light .btn-outline-2:hover,
.bg-opacity-light .btn-outline-2:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-light .btn-outline-2:focus, .bg-light .btn-outline-2.focus,
.bg-opacity-light .btn-outline-2:focus,
.bg-opacity-light .btn-outline-2.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-light .btn-outline-2.disabled, .bg-light .btn-outline-2:disabled,
.bg-opacity-light .btn-outline-2.disabled,
.bg-opacity-light .btn-outline-2:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-light .btn-outline-2:not(:disabled):not(.disabled):active, .bg-light .btn-outline-2:not(:disabled):not(.disabled).active, .show > .bg-light .btn-outline-2.dropdown-toggle,
.bg-opacity-light .btn-outline-2:not(:disabled):not(.disabled):active,
.bg-opacity-light .btn-outline-2:not(:disabled):not(.disabled).active,
.show > .bg-opacity-light .btn-outline-2.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-light .btn-outline-2:not(:disabled):not(.disabled):active:focus, .bg-light .btn-outline-2:not(:disabled):not(.disabled).active:focus, .show > .bg-light .btn-outline-2.dropdown-toggle:focus,
.bg-opacity-light .btn-outline-2:not(:disabled):not(.disabled):active:focus,
.bg-opacity-light .btn-outline-2:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-light .btn-outline-2.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-light .btn-outline-3,
.bg-opacity-light .btn-outline-3 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-light .btn-outline-3:hover,
.bg-opacity-light .btn-outline-3:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-light .btn-outline-3:focus, .bg-light .btn-outline-3.focus,
.bg-opacity-light .btn-outline-3:focus,
.bg-opacity-light .btn-outline-3.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-light .btn-outline-3.disabled, .bg-light .btn-outline-3:disabled,
.bg-opacity-light .btn-outline-3.disabled,
.bg-opacity-light .btn-outline-3:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-light .btn-outline-3:not(:disabled):not(.disabled):active, .bg-light .btn-outline-3:not(:disabled):not(.disabled).active, .show > .bg-light .btn-outline-3.dropdown-toggle,
.bg-opacity-light .btn-outline-3:not(:disabled):not(.disabled):active,
.bg-opacity-light .btn-outline-3:not(:disabled):not(.disabled).active,
.show > .bg-opacity-light .btn-outline-3.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-light .btn-outline-3:not(:disabled):not(.disabled):active:focus, .bg-light .btn-outline-3:not(:disabled):not(.disabled).active:focus, .show > .bg-light .btn-outline-3.dropdown-toggle:focus,
.bg-opacity-light .btn-outline-3:not(:disabled):not(.disabled):active:focus,
.bg-opacity-light .btn-outline-3:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-light .btn-outline-3.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-light .btn-outline-4,
.bg-opacity-light .btn-outline-4 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-light .btn-outline-4:hover,
.bg-opacity-light .btn-outline-4:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-light .btn-outline-4:focus, .bg-light .btn-outline-4.focus,
.bg-opacity-light .btn-outline-4:focus,
.bg-opacity-light .btn-outline-4.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-light .btn-outline-4.disabled, .bg-light .btn-outline-4:disabled,
.bg-opacity-light .btn-outline-4.disabled,
.bg-opacity-light .btn-outline-4:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-light .btn-outline-4:not(:disabled):not(.disabled):active, .bg-light .btn-outline-4:not(:disabled):not(.disabled).active, .show > .bg-light .btn-outline-4.dropdown-toggle,
.bg-opacity-light .btn-outline-4:not(:disabled):not(.disabled):active,
.bg-opacity-light .btn-outline-4:not(:disabled):not(.disabled).active,
.show > .bg-opacity-light .btn-outline-4.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-light .btn-outline-4:not(:disabled):not(.disabled):active:focus, .bg-light .btn-outline-4:not(:disabled):not(.disabled).active:focus, .show > .bg-light .btn-outline-4.dropdown-toggle:focus,
.bg-opacity-light .btn-outline-4:not(:disabled):not(.disabled):active:focus,
.bg-opacity-light .btn-outline-4:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-light .btn-outline-4.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-light .btn-outline-5,
.bg-opacity-light .btn-outline-5 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-light .btn-outline-5:hover,
.bg-opacity-light .btn-outline-5:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-light .btn-outline-5:focus, .bg-light .btn-outline-5.focus,
.bg-opacity-light .btn-outline-5:focus,
.bg-opacity-light .btn-outline-5.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-light .btn-outline-5.disabled, .bg-light .btn-outline-5:disabled,
.bg-opacity-light .btn-outline-5.disabled,
.bg-opacity-light .btn-outline-5:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-light .btn-outline-5:not(:disabled):not(.disabled):active, .bg-light .btn-outline-5:not(:disabled):not(.disabled).active, .show > .bg-light .btn-outline-5.dropdown-toggle,
.bg-opacity-light .btn-outline-5:not(:disabled):not(.disabled):active,
.bg-opacity-light .btn-outline-5:not(:disabled):not(.disabled).active,
.show > .bg-opacity-light .btn-outline-5.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-light .btn-outline-5:not(:disabled):not(.disabled):active:focus, .bg-light .btn-outline-5:not(:disabled):not(.disabled).active:focus, .show > .bg-light .btn-outline-5.dropdown-toggle:focus,
.bg-opacity-light .btn-outline-5:not(:disabled):not(.disabled):active:focus,
.bg-opacity-light .btn-outline-5:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-light .btn-outline-5.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-light .btn-outline-6,
.bg-opacity-light .btn-outline-6 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-light .btn-outline-6:hover,
.bg-opacity-light .btn-outline-6:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-light .btn-outline-6:focus, .bg-light .btn-outline-6.focus,
.bg-opacity-light .btn-outline-6:focus,
.bg-opacity-light .btn-outline-6.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-light .btn-outline-6.disabled, .bg-light .btn-outline-6:disabled,
.bg-opacity-light .btn-outline-6.disabled,
.bg-opacity-light .btn-outline-6:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-light .btn-outline-6:not(:disabled):not(.disabled):active, .bg-light .btn-outline-6:not(:disabled):not(.disabled).active, .show > .bg-light .btn-outline-6.dropdown-toggle,
.bg-opacity-light .btn-outline-6:not(:disabled):not(.disabled):active,
.bg-opacity-light .btn-outline-6:not(:disabled):not(.disabled).active,
.show > .bg-opacity-light .btn-outline-6.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-light .btn-outline-6:not(:disabled):not(.disabled):active:focus, .bg-light .btn-outline-6:not(:disabled):not(.disabled).active:focus, .show > .bg-light .btn-outline-6.dropdown-toggle:focus,
.bg-opacity-light .btn-outline-6:not(:disabled):not(.disabled):active:focus,
.bg-opacity-light .btn-outline-6:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-light .btn-outline-6.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-light .btn-outline-7,
.bg-opacity-light .btn-outline-7 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-light .btn-outline-7:hover,
.bg-opacity-light .btn-outline-7:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-light .btn-outline-7:focus, .bg-light .btn-outline-7.focus,
.bg-opacity-light .btn-outline-7:focus,
.bg-opacity-light .btn-outline-7.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-light .btn-outline-7.disabled, .bg-light .btn-outline-7:disabled,
.bg-opacity-light .btn-outline-7.disabled,
.bg-opacity-light .btn-outline-7:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-light .btn-outline-7:not(:disabled):not(.disabled):active, .bg-light .btn-outline-7:not(:disabled):not(.disabled).active, .show > .bg-light .btn-outline-7.dropdown-toggle,
.bg-opacity-light .btn-outline-7:not(:disabled):not(.disabled):active,
.bg-opacity-light .btn-outline-7:not(:disabled):not(.disabled).active,
.show > .bg-opacity-light .btn-outline-7.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-light .btn-outline-7:not(:disabled):not(.disabled):active:focus, .bg-light .btn-outline-7:not(:disabled):not(.disabled).active:focus, .show > .bg-light .btn-outline-7.dropdown-toggle:focus,
.bg-opacity-light .btn-outline-7:not(:disabled):not(.disabled):active:focus,
.bg-opacity-light .btn-outline-7:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-light .btn-outline-7.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-light .btn-outline-8,
.bg-opacity-light .btn-outline-8 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-light .btn-outline-8:hover,
.bg-opacity-light .btn-outline-8:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-light .btn-outline-8:focus, .bg-light .btn-outline-8.focus,
.bg-opacity-light .btn-outline-8:focus,
.bg-opacity-light .btn-outline-8.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-light .btn-outline-8.disabled, .bg-light .btn-outline-8:disabled,
.bg-opacity-light .btn-outline-8.disabled,
.bg-opacity-light .btn-outline-8:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-light .btn-outline-8:not(:disabled):not(.disabled):active, .bg-light .btn-outline-8:not(:disabled):not(.disabled).active, .show > .bg-light .btn-outline-8.dropdown-toggle,
.bg-opacity-light .btn-outline-8:not(:disabled):not(.disabled):active,
.bg-opacity-light .btn-outline-8:not(:disabled):not(.disabled).active,
.show > .bg-opacity-light .btn-outline-8.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-light .btn-outline-8:not(:disabled):not(.disabled):active:focus, .bg-light .btn-outline-8:not(:disabled):not(.disabled).active:focus, .show > .bg-light .btn-outline-8.dropdown-toggle:focus,
.bg-opacity-light .btn-outline-8:not(:disabled):not(.disabled):active:focus,
.bg-opacity-light .btn-outline-8:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-light .btn-outline-8.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-light .btn-outline-9,
.bg-opacity-light .btn-outline-9 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-light .btn-outline-9:hover,
.bg-opacity-light .btn-outline-9:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-light .btn-outline-9:focus, .bg-light .btn-outline-9.focus,
.bg-opacity-light .btn-outline-9:focus,
.bg-opacity-light .btn-outline-9.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-light .btn-outline-9.disabled, .bg-light .btn-outline-9:disabled,
.bg-opacity-light .btn-outline-9.disabled,
.bg-opacity-light .btn-outline-9:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-light .btn-outline-9:not(:disabled):not(.disabled):active, .bg-light .btn-outline-9:not(:disabled):not(.disabled).active, .show > .bg-light .btn-outline-9.dropdown-toggle,
.bg-opacity-light .btn-outline-9:not(:disabled):not(.disabled):active,
.bg-opacity-light .btn-outline-9:not(:disabled):not(.disabled).active,
.show > .bg-opacity-light .btn-outline-9.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-light .btn-outline-9:not(:disabled):not(.disabled):active:focus, .bg-light .btn-outline-9:not(:disabled):not(.disabled).active:focus, .show > .bg-light .btn-outline-9.dropdown-toggle:focus,
.bg-opacity-light .btn-outline-9:not(:disabled):not(.disabled):active:focus,
.bg-opacity-light .btn-outline-9:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-light .btn-outline-9.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-light .btn-outline-10,
.bg-opacity-light .btn-outline-10 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-light .btn-outline-10:hover,
.bg-opacity-light .btn-outline-10:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-light .btn-outline-10:focus, .bg-light .btn-outline-10.focus,
.bg-opacity-light .btn-outline-10:focus,
.bg-opacity-light .btn-outline-10.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-light .btn-outline-10.disabled, .bg-light .btn-outline-10:disabled,
.bg-opacity-light .btn-outline-10.disabled,
.bg-opacity-light .btn-outline-10:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-light .btn-outline-10:not(:disabled):not(.disabled):active, .bg-light .btn-outline-10:not(:disabled):not(.disabled).active, .show > .bg-light .btn-outline-10.dropdown-toggle,
.bg-opacity-light .btn-outline-10:not(:disabled):not(.disabled):active,
.bg-opacity-light .btn-outline-10:not(:disabled):not(.disabled).active,
.show > .bg-opacity-light .btn-outline-10.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-light .btn-outline-10:not(:disabled):not(.disabled):active:focus, .bg-light .btn-outline-10:not(:disabled):not(.disabled).active:focus, .show > .bg-light .btn-outline-10.dropdown-toggle:focus,
.bg-opacity-light .btn-outline-10:not(:disabled):not(.disabled):active:focus,
.bg-opacity-light .btn-outline-10:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-light .btn-outline-10.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-light .btn-outline-default,
.bg-opacity-light .btn-outline-default {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-light .btn-outline-default:hover,
.bg-opacity-light .btn-outline-default:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-light .btn-outline-default:focus, .bg-light .btn-outline-default.focus,
.bg-opacity-light .btn-outline-default:focus,
.bg-opacity-light .btn-outline-default.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-light .btn-outline-default.disabled, .bg-light .btn-outline-default:disabled,
.bg-opacity-light .btn-outline-default.disabled,
.bg-opacity-light .btn-outline-default:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-light .btn-outline-default:not(:disabled):not(.disabled):active, .bg-light .btn-outline-default:not(:disabled):not(.disabled).active, .show > .bg-light .btn-outline-default.dropdown-toggle,
.bg-opacity-light .btn-outline-default:not(:disabled):not(.disabled):active,
.bg-opacity-light .btn-outline-default:not(:disabled):not(.disabled).active,
.show > .bg-opacity-light .btn-outline-default.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-light .btn-outline-default:not(:disabled):not(.disabled):active:focus, .bg-light .btn-outline-default:not(:disabled):not(.disabled).active:focus, .show > .bg-light .btn-outline-default.dropdown-toggle:focus,
.bg-opacity-light .btn-outline-default:not(:disabled):not(.disabled):active:focus,
.bg-opacity-light .btn-outline-default:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-light .btn-outline-default.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-light .btn-outline-violet,
.bg-opacity-light .btn-outline-violet {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-light .btn-outline-violet:hover,
.bg-opacity-light .btn-outline-violet:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-light .btn-outline-violet:focus, .bg-light .btn-outline-violet.focus,
.bg-opacity-light .btn-outline-violet:focus,
.bg-opacity-light .btn-outline-violet.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-light .btn-outline-violet.disabled, .bg-light .btn-outline-violet:disabled,
.bg-opacity-light .btn-outline-violet.disabled,
.bg-opacity-light .btn-outline-violet:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-light .btn-outline-violet:not(:disabled):not(.disabled):active, .bg-light .btn-outline-violet:not(:disabled):not(.disabled).active, .show > .bg-light .btn-outline-violet.dropdown-toggle,
.bg-opacity-light .btn-outline-violet:not(:disabled):not(.disabled):active,
.bg-opacity-light .btn-outline-violet:not(:disabled):not(.disabled).active,
.show > .bg-opacity-light .btn-outline-violet.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-light .btn-outline-violet:not(:disabled):not(.disabled):active:focus, .bg-light .btn-outline-violet:not(:disabled):not(.disabled).active:focus, .show > .bg-light .btn-outline-violet.dropdown-toggle:focus,
.bg-opacity-light .btn-outline-violet:not(:disabled):not(.disabled):active:focus,
.bg-opacity-light .btn-outline-violet:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-light .btn-outline-violet.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-light .btn-outline-magenta,
.bg-opacity-light .btn-outline-magenta {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-light .btn-outline-magenta:hover,
.bg-opacity-light .btn-outline-magenta:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-light .btn-outline-magenta:focus, .bg-light .btn-outline-magenta.focus,
.bg-opacity-light .btn-outline-magenta:focus,
.bg-opacity-light .btn-outline-magenta.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-light .btn-outline-magenta.disabled, .bg-light .btn-outline-magenta:disabled,
.bg-opacity-light .btn-outline-magenta.disabled,
.bg-opacity-light .btn-outline-magenta:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-light .btn-outline-magenta:not(:disabled):not(.disabled):active, .bg-light .btn-outline-magenta:not(:disabled):not(.disabled).active, .show > .bg-light .btn-outline-magenta.dropdown-toggle,
.bg-opacity-light .btn-outline-magenta:not(:disabled):not(.disabled):active,
.bg-opacity-light .btn-outline-magenta:not(:disabled):not(.disabled).active,
.show > .bg-opacity-light .btn-outline-magenta.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-light .btn-outline-magenta:not(:disabled):not(.disabled):active:focus, .bg-light .btn-outline-magenta:not(:disabled):not(.disabled).active:focus, .show > .bg-light .btn-outline-magenta.dropdown-toggle:focus,
.bg-opacity-light .btn-outline-magenta:not(:disabled):not(.disabled):active:focus,
.bg-opacity-light .btn-outline-magenta:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-light .btn-outline-magenta.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-light .btn-outline-petrol,
.bg-opacity-light .btn-outline-petrol {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-light .btn-outline-petrol:hover,
.bg-opacity-light .btn-outline-petrol:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-light .btn-outline-petrol:focus, .bg-light .btn-outline-petrol.focus,
.bg-opacity-light .btn-outline-petrol:focus,
.bg-opacity-light .btn-outline-petrol.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-light .btn-outline-petrol.disabled, .bg-light .btn-outline-petrol:disabled,
.bg-opacity-light .btn-outline-petrol.disabled,
.bg-opacity-light .btn-outline-petrol:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-light .btn-outline-petrol:not(:disabled):not(.disabled):active, .bg-light .btn-outline-petrol:not(:disabled):not(.disabled).active, .show > .bg-light .btn-outline-petrol.dropdown-toggle,
.bg-opacity-light .btn-outline-petrol:not(:disabled):not(.disabled):active,
.bg-opacity-light .btn-outline-petrol:not(:disabled):not(.disabled).active,
.show > .bg-opacity-light .btn-outline-petrol.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-light .btn-outline-petrol:not(:disabled):not(.disabled):active:focus, .bg-light .btn-outline-petrol:not(:disabled):not(.disabled).active:focus, .show > .bg-light .btn-outline-petrol.dropdown-toggle:focus,
.bg-opacity-light .btn-outline-petrol:not(:disabled):not(.disabled):active:focus,
.bg-opacity-light .btn-outline-petrol:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-light .btn-outline-petrol.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-light .btn-outline-green,
.bg-opacity-light .btn-outline-green {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-light .btn-outline-green:hover,
.bg-opacity-light .btn-outline-green:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-light .btn-outline-green:focus, .bg-light .btn-outline-green.focus,
.bg-opacity-light .btn-outline-green:focus,
.bg-opacity-light .btn-outline-green.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-light .btn-outline-green.disabled, .bg-light .btn-outline-green:disabled,
.bg-opacity-light .btn-outline-green.disabled,
.bg-opacity-light .btn-outline-green:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-light .btn-outline-green:not(:disabled):not(.disabled):active, .bg-light .btn-outline-green:not(:disabled):not(.disabled).active, .show > .bg-light .btn-outline-green.dropdown-toggle,
.bg-opacity-light .btn-outline-green:not(:disabled):not(.disabled):active,
.bg-opacity-light .btn-outline-green:not(:disabled):not(.disabled).active,
.show > .bg-opacity-light .btn-outline-green.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-light .btn-outline-green:not(:disabled):not(.disabled):active:focus, .bg-light .btn-outline-green:not(:disabled):not(.disabled).active:focus, .show > .bg-light .btn-outline-green.dropdown-toggle:focus,
.bg-opacity-light .btn-outline-green:not(:disabled):not(.disabled):active:focus,
.bg-opacity-light .btn-outline-green:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-light .btn-outline-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-light .btn-outline-orange,
.bg-opacity-light .btn-outline-orange {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-light .btn-outline-orange:hover,
.bg-opacity-light .btn-outline-orange:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-light .btn-outline-orange:focus, .bg-light .btn-outline-orange.focus,
.bg-opacity-light .btn-outline-orange:focus,
.bg-opacity-light .btn-outline-orange.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-light .btn-outline-orange.disabled, .bg-light .btn-outline-orange:disabled,
.bg-opacity-light .btn-outline-orange.disabled,
.bg-opacity-light .btn-outline-orange:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-light .btn-outline-orange:not(:disabled):not(.disabled):active, .bg-light .btn-outline-orange:not(:disabled):not(.disabled).active, .show > .bg-light .btn-outline-orange.dropdown-toggle,
.bg-opacity-light .btn-outline-orange:not(:disabled):not(.disabled):active,
.bg-opacity-light .btn-outline-orange:not(:disabled):not(.disabled).active,
.show > .bg-opacity-light .btn-outline-orange.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-light .btn-outline-orange:not(:disabled):not(.disabled):active:focus, .bg-light .btn-outline-orange:not(:disabled):not(.disabled).active:focus, .show > .bg-light .btn-outline-orange.dropdown-toggle:focus,
.bg-opacity-light .btn-outline-orange:not(:disabled):not(.disabled):active:focus,
.bg-opacity-light .btn-outline-orange:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-light .btn-outline-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-light .btn-outline-gold,
.bg-opacity-light .btn-outline-gold {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-light .btn-outline-gold:hover,
.bg-opacity-light .btn-outline-gold:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-light .btn-outline-gold:focus, .bg-light .btn-outline-gold.focus,
.bg-opacity-light .btn-outline-gold:focus,
.bg-opacity-light .btn-outline-gold.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-light .btn-outline-gold.disabled, .bg-light .btn-outline-gold:disabled,
.bg-opacity-light .btn-outline-gold.disabled,
.bg-opacity-light .btn-outline-gold:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-light .btn-outline-gold:not(:disabled):not(.disabled):active, .bg-light .btn-outline-gold:not(:disabled):not(.disabled).active, .show > .bg-light .btn-outline-gold.dropdown-toggle,
.bg-opacity-light .btn-outline-gold:not(:disabled):not(.disabled):active,
.bg-opacity-light .btn-outline-gold:not(:disabled):not(.disabled).active,
.show > .bg-opacity-light .btn-outline-gold.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-light .btn-outline-gold:not(:disabled):not(.disabled):active:focus, .bg-light .btn-outline-gold:not(:disabled):not(.disabled).active:focus, .show > .bg-light .btn-outline-gold.dropdown-toggle:focus,
.bg-opacity-light .btn-outline-gold:not(:disabled):not(.disabled):active:focus,
.bg-opacity-light .btn-outline-gold:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-light .btn-outline-gold.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-light .btn-outline-silver,
.bg-opacity-light .btn-outline-silver {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-light .btn-outline-silver:hover,
.bg-opacity-light .btn-outline-silver:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-light .btn-outline-silver:focus, .bg-light .btn-outline-silver.focus,
.bg-opacity-light .btn-outline-silver:focus,
.bg-opacity-light .btn-outline-silver.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-light .btn-outline-silver.disabled, .bg-light .btn-outline-silver:disabled,
.bg-opacity-light .btn-outline-silver.disabled,
.bg-opacity-light .btn-outline-silver:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-light .btn-outline-silver:not(:disabled):not(.disabled):active, .bg-light .btn-outline-silver:not(:disabled):not(.disabled).active, .show > .bg-light .btn-outline-silver.dropdown-toggle,
.bg-opacity-light .btn-outline-silver:not(:disabled):not(.disabled):active,
.bg-opacity-light .btn-outline-silver:not(:disabled):not(.disabled).active,
.show > .bg-opacity-light .btn-outline-silver.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-light .btn-outline-silver:not(:disabled):not(.disabled):active:focus, .bg-light .btn-outline-silver:not(:disabled):not(.disabled).active:focus, .show > .bg-light .btn-outline-silver.dropdown-toggle:focus,
.bg-opacity-light .btn-outline-silver:not(:disabled):not(.disabled):active:focus,
.bg-opacity-light .btn-outline-silver:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-light .btn-outline-silver.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-light .btn-outline-white,
.bg-opacity-light .btn-outline-white {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-light .btn-outline-white:hover,
.bg-opacity-light .btn-outline-white:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-light .btn-outline-white:focus, .bg-light .btn-outline-white.focus,
.bg-opacity-light .btn-outline-white:focus,
.bg-opacity-light .btn-outline-white.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-light .btn-outline-white.disabled, .bg-light .btn-outline-white:disabled,
.bg-opacity-light .btn-outline-white.disabled,
.bg-opacity-light .btn-outline-white:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-light .btn-outline-white:not(:disabled):not(.disabled):active, .bg-light .btn-outline-white:not(:disabled):not(.disabled).active, .show > .bg-light .btn-outline-white.dropdown-toggle,
.bg-opacity-light .btn-outline-white:not(:disabled):not(.disabled):active,
.bg-opacity-light .btn-outline-white:not(:disabled):not(.disabled).active,
.show > .bg-opacity-light .btn-outline-white.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-light .btn-outline-white:not(:disabled):not(.disabled):active:focus, .bg-light .btn-outline-white:not(:disabled):not(.disabled).active:focus, .show > .bg-light .btn-outline-white.dropdown-toggle:focus,
.bg-opacity-light .btn-outline-white:not(:disabled):not(.disabled):active:focus,
.bg-opacity-light .btn-outline-white:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-light .btn-outline-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}

.bg-dark .custom-select,
.bg-opacity-dark .custom-select {
  border-color: #ffffff;
  color: #ffffff;
}
.bg-dark .custom-select option,
.bg-opacity-dark .custom-select option {
  color: #333333;
}
.bg-dark .custom-select option:hover,
.bg-opacity-dark .custom-select option:hover {
  background-color: #007c96;
}
.bg-dark .text-theme,
.bg-opacity-dark .text-theme {
  color: #ffffff !important;
}
.bg-dark a[href^="tel:"],
.bg-opacity-dark a[href^="tel:"] {
  color: #ffffff !important;
}
.bg-dark .btn-theme,
.bg-opacity-dark .btn-theme {
  color: #52565a;
  background-color: #ffffff;
  border-color: #52565a;
}
.bg-dark .btn-theme:hover,
.bg-opacity-dark .btn-theme:hover {
  color: #ffffff;
  background-color: #7e8890;
  border-color: #7e8890;
}
.bg-dark .btn-theme:focus, .bg-dark .btn-theme.focus,
.bg-opacity-dark .btn-theme:focus,
.bg-opacity-dark .btn-theme.focus {
  box-shadow: 0 0 0 0 rgba(82, 86, 90, 0.5);
}
.bg-dark .btn-theme.disabled, .bg-dark .btn-theme:disabled,
.bg-opacity-dark .btn-theme.disabled,
.bg-opacity-dark .btn-theme:disabled {
  color: #52565a;
  background-color: #ffffff;
  border-color: #52565a;
}
.bg-dark .btn-theme:not(:disabled):not(.disabled):active, .bg-dark .btn-theme:not(:disabled):not(.disabled).active, .show > .bg-dark .btn-theme.dropdown-toggle,
.bg-opacity-dark .btn-theme:not(:disabled):not(.disabled):active,
.bg-opacity-dark .btn-theme:not(:disabled):not(.disabled).active,
.show > .bg-opacity-dark .btn-theme.dropdown-toggle {
  color: #52565a;
  background-color: #e6e6e6;
  border-color: #343639;
}
.bg-dark .btn-theme:not(:disabled):not(.disabled):active:focus, .bg-dark .btn-theme:not(:disabled):not(.disabled).active:focus, .show > .bg-dark .btn-theme.dropdown-toggle:focus,
.bg-opacity-dark .btn-theme:not(:disabled):not(.disabled):active:focus,
.bg-opacity-dark .btn-theme:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-dark .btn-theme.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(82, 86, 90, 0.5);
}
.bg-dark .btn-outline-primary,
.bg-opacity-dark .btn-outline-primary {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-dark .btn-outline-primary:hover,
.bg-opacity-dark .btn-outline-primary:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-dark .btn-outline-primary:focus, .bg-dark .btn-outline-primary.focus,
.bg-opacity-dark .btn-outline-primary:focus,
.bg-opacity-dark .btn-outline-primary.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-dark .btn-outline-primary.disabled, .bg-dark .btn-outline-primary:disabled,
.bg-opacity-dark .btn-outline-primary.disabled,
.bg-opacity-dark .btn-outline-primary:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-dark .btn-outline-primary:not(:disabled):not(.disabled):active, .bg-dark .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .bg-dark .btn-outline-primary.dropdown-toggle,
.bg-opacity-dark .btn-outline-primary:not(:disabled):not(.disabled):active,
.bg-opacity-dark .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .bg-opacity-dark .btn-outline-primary.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-dark .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .bg-dark .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .bg-dark .btn-outline-primary.dropdown-toggle:focus,
.bg-opacity-dark .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.bg-opacity-dark .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-dark .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-dark .btn-outline-secondary,
.bg-opacity-dark .btn-outline-secondary {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-dark .btn-outline-secondary:hover,
.bg-opacity-dark .btn-outline-secondary:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-dark .btn-outline-secondary:focus, .bg-dark .btn-outline-secondary.focus,
.bg-opacity-dark .btn-outline-secondary:focus,
.bg-opacity-dark .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-dark .btn-outline-secondary.disabled, .bg-dark .btn-outline-secondary:disabled,
.bg-opacity-dark .btn-outline-secondary.disabled,
.bg-opacity-dark .btn-outline-secondary:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-dark .btn-outline-secondary:not(:disabled):not(.disabled):active, .bg-dark .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .bg-dark .btn-outline-secondary.dropdown-toggle,
.bg-opacity-dark .btn-outline-secondary:not(:disabled):not(.disabled):active,
.bg-opacity-dark .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .bg-opacity-dark .btn-outline-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-dark .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .bg-dark .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .bg-dark .btn-outline-secondary.dropdown-toggle:focus,
.bg-opacity-dark .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.bg-opacity-dark .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-dark .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-dark .btn-outline-success,
.bg-opacity-dark .btn-outline-success {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-dark .btn-outline-success:hover,
.bg-opacity-dark .btn-outline-success:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-dark .btn-outline-success:focus, .bg-dark .btn-outline-success.focus,
.bg-opacity-dark .btn-outline-success:focus,
.bg-opacity-dark .btn-outline-success.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-dark .btn-outline-success.disabled, .bg-dark .btn-outline-success:disabled,
.bg-opacity-dark .btn-outline-success.disabled,
.bg-opacity-dark .btn-outline-success:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-dark .btn-outline-success:not(:disabled):not(.disabled):active, .bg-dark .btn-outline-success:not(:disabled):not(.disabled).active, .show > .bg-dark .btn-outline-success.dropdown-toggle,
.bg-opacity-dark .btn-outline-success:not(:disabled):not(.disabled):active,
.bg-opacity-dark .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .bg-opacity-dark .btn-outline-success.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-dark .btn-outline-success:not(:disabled):not(.disabled):active:focus, .bg-dark .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .bg-dark .btn-outline-success.dropdown-toggle:focus,
.bg-opacity-dark .btn-outline-success:not(:disabled):not(.disabled):active:focus,
.bg-opacity-dark .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-dark .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-dark .btn-outline-info,
.bg-opacity-dark .btn-outline-info {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-dark .btn-outline-info:hover,
.bg-opacity-dark .btn-outline-info:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-dark .btn-outline-info:focus, .bg-dark .btn-outline-info.focus,
.bg-opacity-dark .btn-outline-info:focus,
.bg-opacity-dark .btn-outline-info.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-dark .btn-outline-info.disabled, .bg-dark .btn-outline-info:disabled,
.bg-opacity-dark .btn-outline-info.disabled,
.bg-opacity-dark .btn-outline-info:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-dark .btn-outline-info:not(:disabled):not(.disabled):active, .bg-dark .btn-outline-info:not(:disabled):not(.disabled).active, .show > .bg-dark .btn-outline-info.dropdown-toggle,
.bg-opacity-dark .btn-outline-info:not(:disabled):not(.disabled):active,
.bg-opacity-dark .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .bg-opacity-dark .btn-outline-info.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-dark .btn-outline-info:not(:disabled):not(.disabled):active:focus, .bg-dark .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .bg-dark .btn-outline-info.dropdown-toggle:focus,
.bg-opacity-dark .btn-outline-info:not(:disabled):not(.disabled):active:focus,
.bg-opacity-dark .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-dark .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-dark .btn-outline-warning,
.bg-opacity-dark .btn-outline-warning {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-dark .btn-outline-warning:hover,
.bg-opacity-dark .btn-outline-warning:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-dark .btn-outline-warning:focus, .bg-dark .btn-outline-warning.focus,
.bg-opacity-dark .btn-outline-warning:focus,
.bg-opacity-dark .btn-outline-warning.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-dark .btn-outline-warning.disabled, .bg-dark .btn-outline-warning:disabled,
.bg-opacity-dark .btn-outline-warning.disabled,
.bg-opacity-dark .btn-outline-warning:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-dark .btn-outline-warning:not(:disabled):not(.disabled):active, .bg-dark .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .bg-dark .btn-outline-warning.dropdown-toggle,
.bg-opacity-dark .btn-outline-warning:not(:disabled):not(.disabled):active,
.bg-opacity-dark .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .bg-opacity-dark .btn-outline-warning.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-dark .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .bg-dark .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .bg-dark .btn-outline-warning.dropdown-toggle:focus,
.bg-opacity-dark .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.bg-opacity-dark .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-dark .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-dark .btn-outline-danger,
.bg-opacity-dark .btn-outline-danger {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-dark .btn-outline-danger:hover,
.bg-opacity-dark .btn-outline-danger:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-dark .btn-outline-danger:focus, .bg-dark .btn-outline-danger.focus,
.bg-opacity-dark .btn-outline-danger:focus,
.bg-opacity-dark .btn-outline-danger.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-dark .btn-outline-danger.disabled, .bg-dark .btn-outline-danger:disabled,
.bg-opacity-dark .btn-outline-danger.disabled,
.bg-opacity-dark .btn-outline-danger:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-dark .btn-outline-danger:not(:disabled):not(.disabled):active, .bg-dark .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .bg-dark .btn-outline-danger.dropdown-toggle,
.bg-opacity-dark .btn-outline-danger:not(:disabled):not(.disabled):active,
.bg-opacity-dark .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .bg-opacity-dark .btn-outline-danger.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-dark .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .bg-dark .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .bg-dark .btn-outline-danger.dropdown-toggle:focus,
.bg-opacity-dark .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.bg-opacity-dark .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-dark .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-dark .btn-outline-light,
.bg-opacity-dark .btn-outline-light {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-dark .btn-outline-light:hover,
.bg-opacity-dark .btn-outline-light:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-dark .btn-outline-light:focus, .bg-dark .btn-outline-light.focus,
.bg-opacity-dark .btn-outline-light:focus,
.bg-opacity-dark .btn-outline-light.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-dark .btn-outline-light.disabled, .bg-dark .btn-outline-light:disabled,
.bg-opacity-dark .btn-outline-light.disabled,
.bg-opacity-dark .btn-outline-light:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-dark .btn-outline-light:not(:disabled):not(.disabled):active, .bg-dark .btn-outline-light:not(:disabled):not(.disabled).active, .show > .bg-dark .btn-outline-light.dropdown-toggle,
.bg-opacity-dark .btn-outline-light:not(:disabled):not(.disabled):active,
.bg-opacity-dark .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .bg-opacity-dark .btn-outline-light.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-dark .btn-outline-light:not(:disabled):not(.disabled):active:focus, .bg-dark .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .bg-dark .btn-outline-light.dropdown-toggle:focus,
.bg-opacity-dark .btn-outline-light:not(:disabled):not(.disabled):active:focus,
.bg-opacity-dark .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-dark .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-dark .btn-outline-dark,
.bg-opacity-dark .btn-outline-dark {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-dark .btn-outline-dark:hover,
.bg-opacity-dark .btn-outline-dark:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-dark .btn-outline-dark:focus, .bg-dark .btn-outline-dark.focus,
.bg-opacity-dark .btn-outline-dark:focus,
.bg-opacity-dark .btn-outline-dark.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-dark .btn-outline-dark.disabled, .bg-dark .btn-outline-dark:disabled,
.bg-opacity-dark .btn-outline-dark.disabled,
.bg-opacity-dark .btn-outline-dark:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-dark .btn-outline-dark:not(:disabled):not(.disabled):active, .bg-dark .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .bg-dark .btn-outline-dark.dropdown-toggle,
.bg-opacity-dark .btn-outline-dark:not(:disabled):not(.disabled):active,
.bg-opacity-dark .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .bg-opacity-dark .btn-outline-dark.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-dark .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .bg-dark .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .bg-dark .btn-outline-dark.dropdown-toggle:focus,
.bg-opacity-dark .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.bg-opacity-dark .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-dark .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-dark .btn-outline-0,
.bg-opacity-dark .btn-outline-0 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-dark .btn-outline-0:hover,
.bg-opacity-dark .btn-outline-0:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-dark .btn-outline-0:focus, .bg-dark .btn-outline-0.focus,
.bg-opacity-dark .btn-outline-0:focus,
.bg-opacity-dark .btn-outline-0.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-dark .btn-outline-0.disabled, .bg-dark .btn-outline-0:disabled,
.bg-opacity-dark .btn-outline-0.disabled,
.bg-opacity-dark .btn-outline-0:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-dark .btn-outline-0:not(:disabled):not(.disabled):active, .bg-dark .btn-outline-0:not(:disabled):not(.disabled).active, .show > .bg-dark .btn-outline-0.dropdown-toggle,
.bg-opacity-dark .btn-outline-0:not(:disabled):not(.disabled):active,
.bg-opacity-dark .btn-outline-0:not(:disabled):not(.disabled).active,
.show > .bg-opacity-dark .btn-outline-0.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-dark .btn-outline-0:not(:disabled):not(.disabled):active:focus, .bg-dark .btn-outline-0:not(:disabled):not(.disabled).active:focus, .show > .bg-dark .btn-outline-0.dropdown-toggle:focus,
.bg-opacity-dark .btn-outline-0:not(:disabled):not(.disabled):active:focus,
.bg-opacity-dark .btn-outline-0:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-dark .btn-outline-0.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-dark .btn-outline-1,
.bg-opacity-dark .btn-outline-1 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-dark .btn-outline-1:hover,
.bg-opacity-dark .btn-outline-1:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-dark .btn-outline-1:focus, .bg-dark .btn-outline-1.focus,
.bg-opacity-dark .btn-outline-1:focus,
.bg-opacity-dark .btn-outline-1.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-dark .btn-outline-1.disabled, .bg-dark .btn-outline-1:disabled,
.bg-opacity-dark .btn-outline-1.disabled,
.bg-opacity-dark .btn-outline-1:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-dark .btn-outline-1:not(:disabled):not(.disabled):active, .bg-dark .btn-outline-1:not(:disabled):not(.disabled).active, .show > .bg-dark .btn-outline-1.dropdown-toggle,
.bg-opacity-dark .btn-outline-1:not(:disabled):not(.disabled):active,
.bg-opacity-dark .btn-outline-1:not(:disabled):not(.disabled).active,
.show > .bg-opacity-dark .btn-outline-1.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-dark .btn-outline-1:not(:disabled):not(.disabled):active:focus, .bg-dark .btn-outline-1:not(:disabled):not(.disabled).active:focus, .show > .bg-dark .btn-outline-1.dropdown-toggle:focus,
.bg-opacity-dark .btn-outline-1:not(:disabled):not(.disabled):active:focus,
.bg-opacity-dark .btn-outline-1:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-dark .btn-outline-1.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-dark .btn-outline-2,
.bg-opacity-dark .btn-outline-2 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-dark .btn-outline-2:hover,
.bg-opacity-dark .btn-outline-2:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-dark .btn-outline-2:focus, .bg-dark .btn-outline-2.focus,
.bg-opacity-dark .btn-outline-2:focus,
.bg-opacity-dark .btn-outline-2.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-dark .btn-outline-2.disabled, .bg-dark .btn-outline-2:disabled,
.bg-opacity-dark .btn-outline-2.disabled,
.bg-opacity-dark .btn-outline-2:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-dark .btn-outline-2:not(:disabled):not(.disabled):active, .bg-dark .btn-outline-2:not(:disabled):not(.disabled).active, .show > .bg-dark .btn-outline-2.dropdown-toggle,
.bg-opacity-dark .btn-outline-2:not(:disabled):not(.disabled):active,
.bg-opacity-dark .btn-outline-2:not(:disabled):not(.disabled).active,
.show > .bg-opacity-dark .btn-outline-2.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-dark .btn-outline-2:not(:disabled):not(.disabled):active:focus, .bg-dark .btn-outline-2:not(:disabled):not(.disabled).active:focus, .show > .bg-dark .btn-outline-2.dropdown-toggle:focus,
.bg-opacity-dark .btn-outline-2:not(:disabled):not(.disabled):active:focus,
.bg-opacity-dark .btn-outline-2:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-dark .btn-outline-2.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-dark .btn-outline-3,
.bg-opacity-dark .btn-outline-3 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-dark .btn-outline-3:hover,
.bg-opacity-dark .btn-outline-3:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-dark .btn-outline-3:focus, .bg-dark .btn-outline-3.focus,
.bg-opacity-dark .btn-outline-3:focus,
.bg-opacity-dark .btn-outline-3.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-dark .btn-outline-3.disabled, .bg-dark .btn-outline-3:disabled,
.bg-opacity-dark .btn-outline-3.disabled,
.bg-opacity-dark .btn-outline-3:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-dark .btn-outline-3:not(:disabled):not(.disabled):active, .bg-dark .btn-outline-3:not(:disabled):not(.disabled).active, .show > .bg-dark .btn-outline-3.dropdown-toggle,
.bg-opacity-dark .btn-outline-3:not(:disabled):not(.disabled):active,
.bg-opacity-dark .btn-outline-3:not(:disabled):not(.disabled).active,
.show > .bg-opacity-dark .btn-outline-3.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-dark .btn-outline-3:not(:disabled):not(.disabled):active:focus, .bg-dark .btn-outline-3:not(:disabled):not(.disabled).active:focus, .show > .bg-dark .btn-outline-3.dropdown-toggle:focus,
.bg-opacity-dark .btn-outline-3:not(:disabled):not(.disabled):active:focus,
.bg-opacity-dark .btn-outline-3:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-dark .btn-outline-3.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-dark .btn-outline-4,
.bg-opacity-dark .btn-outline-4 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-dark .btn-outline-4:hover,
.bg-opacity-dark .btn-outline-4:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-dark .btn-outline-4:focus, .bg-dark .btn-outline-4.focus,
.bg-opacity-dark .btn-outline-4:focus,
.bg-opacity-dark .btn-outline-4.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-dark .btn-outline-4.disabled, .bg-dark .btn-outline-4:disabled,
.bg-opacity-dark .btn-outline-4.disabled,
.bg-opacity-dark .btn-outline-4:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-dark .btn-outline-4:not(:disabled):not(.disabled):active, .bg-dark .btn-outline-4:not(:disabled):not(.disabled).active, .show > .bg-dark .btn-outline-4.dropdown-toggle,
.bg-opacity-dark .btn-outline-4:not(:disabled):not(.disabled):active,
.bg-opacity-dark .btn-outline-4:not(:disabled):not(.disabled).active,
.show > .bg-opacity-dark .btn-outline-4.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-dark .btn-outline-4:not(:disabled):not(.disabled):active:focus, .bg-dark .btn-outline-4:not(:disabled):not(.disabled).active:focus, .show > .bg-dark .btn-outline-4.dropdown-toggle:focus,
.bg-opacity-dark .btn-outline-4:not(:disabled):not(.disabled):active:focus,
.bg-opacity-dark .btn-outline-4:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-dark .btn-outline-4.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-dark .btn-outline-5,
.bg-opacity-dark .btn-outline-5 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-dark .btn-outline-5:hover,
.bg-opacity-dark .btn-outline-5:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-dark .btn-outline-5:focus, .bg-dark .btn-outline-5.focus,
.bg-opacity-dark .btn-outline-5:focus,
.bg-opacity-dark .btn-outline-5.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-dark .btn-outline-5.disabled, .bg-dark .btn-outline-5:disabled,
.bg-opacity-dark .btn-outline-5.disabled,
.bg-opacity-dark .btn-outline-5:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-dark .btn-outline-5:not(:disabled):not(.disabled):active, .bg-dark .btn-outline-5:not(:disabled):not(.disabled).active, .show > .bg-dark .btn-outline-5.dropdown-toggle,
.bg-opacity-dark .btn-outline-5:not(:disabled):not(.disabled):active,
.bg-opacity-dark .btn-outline-5:not(:disabled):not(.disabled).active,
.show > .bg-opacity-dark .btn-outline-5.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-dark .btn-outline-5:not(:disabled):not(.disabled):active:focus, .bg-dark .btn-outline-5:not(:disabled):not(.disabled).active:focus, .show > .bg-dark .btn-outline-5.dropdown-toggle:focus,
.bg-opacity-dark .btn-outline-5:not(:disabled):not(.disabled):active:focus,
.bg-opacity-dark .btn-outline-5:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-dark .btn-outline-5.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-dark .btn-outline-6,
.bg-opacity-dark .btn-outline-6 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-dark .btn-outline-6:hover,
.bg-opacity-dark .btn-outline-6:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-dark .btn-outline-6:focus, .bg-dark .btn-outline-6.focus,
.bg-opacity-dark .btn-outline-6:focus,
.bg-opacity-dark .btn-outline-6.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-dark .btn-outline-6.disabled, .bg-dark .btn-outline-6:disabled,
.bg-opacity-dark .btn-outline-6.disabled,
.bg-opacity-dark .btn-outline-6:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-dark .btn-outline-6:not(:disabled):not(.disabled):active, .bg-dark .btn-outline-6:not(:disabled):not(.disabled).active, .show > .bg-dark .btn-outline-6.dropdown-toggle,
.bg-opacity-dark .btn-outline-6:not(:disabled):not(.disabled):active,
.bg-opacity-dark .btn-outline-6:not(:disabled):not(.disabled).active,
.show > .bg-opacity-dark .btn-outline-6.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-dark .btn-outline-6:not(:disabled):not(.disabled):active:focus, .bg-dark .btn-outline-6:not(:disabled):not(.disabled).active:focus, .show > .bg-dark .btn-outline-6.dropdown-toggle:focus,
.bg-opacity-dark .btn-outline-6:not(:disabled):not(.disabled):active:focus,
.bg-opacity-dark .btn-outline-6:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-dark .btn-outline-6.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-dark .btn-outline-7,
.bg-opacity-dark .btn-outline-7 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-dark .btn-outline-7:hover,
.bg-opacity-dark .btn-outline-7:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-dark .btn-outline-7:focus, .bg-dark .btn-outline-7.focus,
.bg-opacity-dark .btn-outline-7:focus,
.bg-opacity-dark .btn-outline-7.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-dark .btn-outline-7.disabled, .bg-dark .btn-outline-7:disabled,
.bg-opacity-dark .btn-outline-7.disabled,
.bg-opacity-dark .btn-outline-7:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-dark .btn-outline-7:not(:disabled):not(.disabled):active, .bg-dark .btn-outline-7:not(:disabled):not(.disabled).active, .show > .bg-dark .btn-outline-7.dropdown-toggle,
.bg-opacity-dark .btn-outline-7:not(:disabled):not(.disabled):active,
.bg-opacity-dark .btn-outline-7:not(:disabled):not(.disabled).active,
.show > .bg-opacity-dark .btn-outline-7.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-dark .btn-outline-7:not(:disabled):not(.disabled):active:focus, .bg-dark .btn-outline-7:not(:disabled):not(.disabled).active:focus, .show > .bg-dark .btn-outline-7.dropdown-toggle:focus,
.bg-opacity-dark .btn-outline-7:not(:disabled):not(.disabled):active:focus,
.bg-opacity-dark .btn-outline-7:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-dark .btn-outline-7.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-dark .btn-outline-8,
.bg-opacity-dark .btn-outline-8 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-dark .btn-outline-8:hover,
.bg-opacity-dark .btn-outline-8:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-dark .btn-outline-8:focus, .bg-dark .btn-outline-8.focus,
.bg-opacity-dark .btn-outline-8:focus,
.bg-opacity-dark .btn-outline-8.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-dark .btn-outline-8.disabled, .bg-dark .btn-outline-8:disabled,
.bg-opacity-dark .btn-outline-8.disabled,
.bg-opacity-dark .btn-outline-8:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-dark .btn-outline-8:not(:disabled):not(.disabled):active, .bg-dark .btn-outline-8:not(:disabled):not(.disabled).active, .show > .bg-dark .btn-outline-8.dropdown-toggle,
.bg-opacity-dark .btn-outline-8:not(:disabled):not(.disabled):active,
.bg-opacity-dark .btn-outline-8:not(:disabled):not(.disabled).active,
.show > .bg-opacity-dark .btn-outline-8.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-dark .btn-outline-8:not(:disabled):not(.disabled):active:focus, .bg-dark .btn-outline-8:not(:disabled):not(.disabled).active:focus, .show > .bg-dark .btn-outline-8.dropdown-toggle:focus,
.bg-opacity-dark .btn-outline-8:not(:disabled):not(.disabled):active:focus,
.bg-opacity-dark .btn-outline-8:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-dark .btn-outline-8.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-dark .btn-outline-9,
.bg-opacity-dark .btn-outline-9 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-dark .btn-outline-9:hover,
.bg-opacity-dark .btn-outline-9:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-dark .btn-outline-9:focus, .bg-dark .btn-outline-9.focus,
.bg-opacity-dark .btn-outline-9:focus,
.bg-opacity-dark .btn-outline-9.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-dark .btn-outline-9.disabled, .bg-dark .btn-outline-9:disabled,
.bg-opacity-dark .btn-outline-9.disabled,
.bg-opacity-dark .btn-outline-9:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-dark .btn-outline-9:not(:disabled):not(.disabled):active, .bg-dark .btn-outline-9:not(:disabled):not(.disabled).active, .show > .bg-dark .btn-outline-9.dropdown-toggle,
.bg-opacity-dark .btn-outline-9:not(:disabled):not(.disabled):active,
.bg-opacity-dark .btn-outline-9:not(:disabled):not(.disabled).active,
.show > .bg-opacity-dark .btn-outline-9.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-dark .btn-outline-9:not(:disabled):not(.disabled):active:focus, .bg-dark .btn-outline-9:not(:disabled):not(.disabled).active:focus, .show > .bg-dark .btn-outline-9.dropdown-toggle:focus,
.bg-opacity-dark .btn-outline-9:not(:disabled):not(.disabled):active:focus,
.bg-opacity-dark .btn-outline-9:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-dark .btn-outline-9.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-dark .btn-outline-10,
.bg-opacity-dark .btn-outline-10 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-dark .btn-outline-10:hover,
.bg-opacity-dark .btn-outline-10:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-dark .btn-outline-10:focus, .bg-dark .btn-outline-10.focus,
.bg-opacity-dark .btn-outline-10:focus,
.bg-opacity-dark .btn-outline-10.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-dark .btn-outline-10.disabled, .bg-dark .btn-outline-10:disabled,
.bg-opacity-dark .btn-outline-10.disabled,
.bg-opacity-dark .btn-outline-10:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-dark .btn-outline-10:not(:disabled):not(.disabled):active, .bg-dark .btn-outline-10:not(:disabled):not(.disabled).active, .show > .bg-dark .btn-outline-10.dropdown-toggle,
.bg-opacity-dark .btn-outline-10:not(:disabled):not(.disabled):active,
.bg-opacity-dark .btn-outline-10:not(:disabled):not(.disabled).active,
.show > .bg-opacity-dark .btn-outline-10.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-dark .btn-outline-10:not(:disabled):not(.disabled):active:focus, .bg-dark .btn-outline-10:not(:disabled):not(.disabled).active:focus, .show > .bg-dark .btn-outline-10.dropdown-toggle:focus,
.bg-opacity-dark .btn-outline-10:not(:disabled):not(.disabled):active:focus,
.bg-opacity-dark .btn-outline-10:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-dark .btn-outline-10.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-dark .btn-outline-default,
.bg-opacity-dark .btn-outline-default {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-dark .btn-outline-default:hover,
.bg-opacity-dark .btn-outline-default:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-dark .btn-outline-default:focus, .bg-dark .btn-outline-default.focus,
.bg-opacity-dark .btn-outline-default:focus,
.bg-opacity-dark .btn-outline-default.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-dark .btn-outline-default.disabled, .bg-dark .btn-outline-default:disabled,
.bg-opacity-dark .btn-outline-default.disabled,
.bg-opacity-dark .btn-outline-default:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-dark .btn-outline-default:not(:disabled):not(.disabled):active, .bg-dark .btn-outline-default:not(:disabled):not(.disabled).active, .show > .bg-dark .btn-outline-default.dropdown-toggle,
.bg-opacity-dark .btn-outline-default:not(:disabled):not(.disabled):active,
.bg-opacity-dark .btn-outline-default:not(:disabled):not(.disabled).active,
.show > .bg-opacity-dark .btn-outline-default.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-dark .btn-outline-default:not(:disabled):not(.disabled):active:focus, .bg-dark .btn-outline-default:not(:disabled):not(.disabled).active:focus, .show > .bg-dark .btn-outline-default.dropdown-toggle:focus,
.bg-opacity-dark .btn-outline-default:not(:disabled):not(.disabled):active:focus,
.bg-opacity-dark .btn-outline-default:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-dark .btn-outline-default.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-dark .btn-outline-violet,
.bg-opacity-dark .btn-outline-violet {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-dark .btn-outline-violet:hover,
.bg-opacity-dark .btn-outline-violet:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-dark .btn-outline-violet:focus, .bg-dark .btn-outline-violet.focus,
.bg-opacity-dark .btn-outline-violet:focus,
.bg-opacity-dark .btn-outline-violet.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-dark .btn-outline-violet.disabled, .bg-dark .btn-outline-violet:disabled,
.bg-opacity-dark .btn-outline-violet.disabled,
.bg-opacity-dark .btn-outline-violet:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-dark .btn-outline-violet:not(:disabled):not(.disabled):active, .bg-dark .btn-outline-violet:not(:disabled):not(.disabled).active, .show > .bg-dark .btn-outline-violet.dropdown-toggle,
.bg-opacity-dark .btn-outline-violet:not(:disabled):not(.disabled):active,
.bg-opacity-dark .btn-outline-violet:not(:disabled):not(.disabled).active,
.show > .bg-opacity-dark .btn-outline-violet.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-dark .btn-outline-violet:not(:disabled):not(.disabled):active:focus, .bg-dark .btn-outline-violet:not(:disabled):not(.disabled).active:focus, .show > .bg-dark .btn-outline-violet.dropdown-toggle:focus,
.bg-opacity-dark .btn-outline-violet:not(:disabled):not(.disabled):active:focus,
.bg-opacity-dark .btn-outline-violet:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-dark .btn-outline-violet.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-dark .btn-outline-magenta,
.bg-opacity-dark .btn-outline-magenta {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-dark .btn-outline-magenta:hover,
.bg-opacity-dark .btn-outline-magenta:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-dark .btn-outline-magenta:focus, .bg-dark .btn-outline-magenta.focus,
.bg-opacity-dark .btn-outline-magenta:focus,
.bg-opacity-dark .btn-outline-magenta.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-dark .btn-outline-magenta.disabled, .bg-dark .btn-outline-magenta:disabled,
.bg-opacity-dark .btn-outline-magenta.disabled,
.bg-opacity-dark .btn-outline-magenta:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-dark .btn-outline-magenta:not(:disabled):not(.disabled):active, .bg-dark .btn-outline-magenta:not(:disabled):not(.disabled).active, .show > .bg-dark .btn-outline-magenta.dropdown-toggle,
.bg-opacity-dark .btn-outline-magenta:not(:disabled):not(.disabled):active,
.bg-opacity-dark .btn-outline-magenta:not(:disabled):not(.disabled).active,
.show > .bg-opacity-dark .btn-outline-magenta.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-dark .btn-outline-magenta:not(:disabled):not(.disabled):active:focus, .bg-dark .btn-outline-magenta:not(:disabled):not(.disabled).active:focus, .show > .bg-dark .btn-outline-magenta.dropdown-toggle:focus,
.bg-opacity-dark .btn-outline-magenta:not(:disabled):not(.disabled):active:focus,
.bg-opacity-dark .btn-outline-magenta:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-dark .btn-outline-magenta.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-dark .btn-outline-petrol,
.bg-opacity-dark .btn-outline-petrol {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-dark .btn-outline-petrol:hover,
.bg-opacity-dark .btn-outline-petrol:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-dark .btn-outline-petrol:focus, .bg-dark .btn-outline-petrol.focus,
.bg-opacity-dark .btn-outline-petrol:focus,
.bg-opacity-dark .btn-outline-petrol.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-dark .btn-outline-petrol.disabled, .bg-dark .btn-outline-petrol:disabled,
.bg-opacity-dark .btn-outline-petrol.disabled,
.bg-opacity-dark .btn-outline-petrol:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-dark .btn-outline-petrol:not(:disabled):not(.disabled):active, .bg-dark .btn-outline-petrol:not(:disabled):not(.disabled).active, .show > .bg-dark .btn-outline-petrol.dropdown-toggle,
.bg-opacity-dark .btn-outline-petrol:not(:disabled):not(.disabled):active,
.bg-opacity-dark .btn-outline-petrol:not(:disabled):not(.disabled).active,
.show > .bg-opacity-dark .btn-outline-petrol.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-dark .btn-outline-petrol:not(:disabled):not(.disabled):active:focus, .bg-dark .btn-outline-petrol:not(:disabled):not(.disabled).active:focus, .show > .bg-dark .btn-outline-petrol.dropdown-toggle:focus,
.bg-opacity-dark .btn-outline-petrol:not(:disabled):not(.disabled):active:focus,
.bg-opacity-dark .btn-outline-petrol:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-dark .btn-outline-petrol.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-dark .btn-outline-green,
.bg-opacity-dark .btn-outline-green {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-dark .btn-outline-green:hover,
.bg-opacity-dark .btn-outline-green:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-dark .btn-outline-green:focus, .bg-dark .btn-outline-green.focus,
.bg-opacity-dark .btn-outline-green:focus,
.bg-opacity-dark .btn-outline-green.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-dark .btn-outline-green.disabled, .bg-dark .btn-outline-green:disabled,
.bg-opacity-dark .btn-outline-green.disabled,
.bg-opacity-dark .btn-outline-green:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-dark .btn-outline-green:not(:disabled):not(.disabled):active, .bg-dark .btn-outline-green:not(:disabled):not(.disabled).active, .show > .bg-dark .btn-outline-green.dropdown-toggle,
.bg-opacity-dark .btn-outline-green:not(:disabled):not(.disabled):active,
.bg-opacity-dark .btn-outline-green:not(:disabled):not(.disabled).active,
.show > .bg-opacity-dark .btn-outline-green.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-dark .btn-outline-green:not(:disabled):not(.disabled):active:focus, .bg-dark .btn-outline-green:not(:disabled):not(.disabled).active:focus, .show > .bg-dark .btn-outline-green.dropdown-toggle:focus,
.bg-opacity-dark .btn-outline-green:not(:disabled):not(.disabled):active:focus,
.bg-opacity-dark .btn-outline-green:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-dark .btn-outline-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-dark .btn-outline-orange,
.bg-opacity-dark .btn-outline-orange {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-dark .btn-outline-orange:hover,
.bg-opacity-dark .btn-outline-orange:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-dark .btn-outline-orange:focus, .bg-dark .btn-outline-orange.focus,
.bg-opacity-dark .btn-outline-orange:focus,
.bg-opacity-dark .btn-outline-orange.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-dark .btn-outline-orange.disabled, .bg-dark .btn-outline-orange:disabled,
.bg-opacity-dark .btn-outline-orange.disabled,
.bg-opacity-dark .btn-outline-orange:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-dark .btn-outline-orange:not(:disabled):not(.disabled):active, .bg-dark .btn-outline-orange:not(:disabled):not(.disabled).active, .show > .bg-dark .btn-outline-orange.dropdown-toggle,
.bg-opacity-dark .btn-outline-orange:not(:disabled):not(.disabled):active,
.bg-opacity-dark .btn-outline-orange:not(:disabled):not(.disabled).active,
.show > .bg-opacity-dark .btn-outline-orange.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-dark .btn-outline-orange:not(:disabled):not(.disabled):active:focus, .bg-dark .btn-outline-orange:not(:disabled):not(.disabled).active:focus, .show > .bg-dark .btn-outline-orange.dropdown-toggle:focus,
.bg-opacity-dark .btn-outline-orange:not(:disabled):not(.disabled):active:focus,
.bg-opacity-dark .btn-outline-orange:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-dark .btn-outline-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-dark .btn-outline-gold,
.bg-opacity-dark .btn-outline-gold {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-dark .btn-outline-gold:hover,
.bg-opacity-dark .btn-outline-gold:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-dark .btn-outline-gold:focus, .bg-dark .btn-outline-gold.focus,
.bg-opacity-dark .btn-outline-gold:focus,
.bg-opacity-dark .btn-outline-gold.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-dark .btn-outline-gold.disabled, .bg-dark .btn-outline-gold:disabled,
.bg-opacity-dark .btn-outline-gold.disabled,
.bg-opacity-dark .btn-outline-gold:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-dark .btn-outline-gold:not(:disabled):not(.disabled):active, .bg-dark .btn-outline-gold:not(:disabled):not(.disabled).active, .show > .bg-dark .btn-outline-gold.dropdown-toggle,
.bg-opacity-dark .btn-outline-gold:not(:disabled):not(.disabled):active,
.bg-opacity-dark .btn-outline-gold:not(:disabled):not(.disabled).active,
.show > .bg-opacity-dark .btn-outline-gold.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-dark .btn-outline-gold:not(:disabled):not(.disabled):active:focus, .bg-dark .btn-outline-gold:not(:disabled):not(.disabled).active:focus, .show > .bg-dark .btn-outline-gold.dropdown-toggle:focus,
.bg-opacity-dark .btn-outline-gold:not(:disabled):not(.disabled):active:focus,
.bg-opacity-dark .btn-outline-gold:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-dark .btn-outline-gold.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-dark .btn-outline-silver,
.bg-opacity-dark .btn-outline-silver {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-dark .btn-outline-silver:hover,
.bg-opacity-dark .btn-outline-silver:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-dark .btn-outline-silver:focus, .bg-dark .btn-outline-silver.focus,
.bg-opacity-dark .btn-outline-silver:focus,
.bg-opacity-dark .btn-outline-silver.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-dark .btn-outline-silver.disabled, .bg-dark .btn-outline-silver:disabled,
.bg-opacity-dark .btn-outline-silver.disabled,
.bg-opacity-dark .btn-outline-silver:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-dark .btn-outline-silver:not(:disabled):not(.disabled):active, .bg-dark .btn-outline-silver:not(:disabled):not(.disabled).active, .show > .bg-dark .btn-outline-silver.dropdown-toggle,
.bg-opacity-dark .btn-outline-silver:not(:disabled):not(.disabled):active,
.bg-opacity-dark .btn-outline-silver:not(:disabled):not(.disabled).active,
.show > .bg-opacity-dark .btn-outline-silver.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-dark .btn-outline-silver:not(:disabled):not(.disabled):active:focus, .bg-dark .btn-outline-silver:not(:disabled):not(.disabled).active:focus, .show > .bg-dark .btn-outline-silver.dropdown-toggle:focus,
.bg-opacity-dark .btn-outline-silver:not(:disabled):not(.disabled):active:focus,
.bg-opacity-dark .btn-outline-silver:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-dark .btn-outline-silver.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-dark .btn-outline-white,
.bg-opacity-dark .btn-outline-white {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-dark .btn-outline-white:hover,
.bg-opacity-dark .btn-outline-white:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-dark .btn-outline-white:focus, .bg-dark .btn-outline-white.focus,
.bg-opacity-dark .btn-outline-white:focus,
.bg-opacity-dark .btn-outline-white.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-dark .btn-outline-white.disabled, .bg-dark .btn-outline-white:disabled,
.bg-opacity-dark .btn-outline-white.disabled,
.bg-opacity-dark .btn-outline-white:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-dark .btn-outline-white:not(:disabled):not(.disabled):active, .bg-dark .btn-outline-white:not(:disabled):not(.disabled).active, .show > .bg-dark .btn-outline-white.dropdown-toggle,
.bg-opacity-dark .btn-outline-white:not(:disabled):not(.disabled):active,
.bg-opacity-dark .btn-outline-white:not(:disabled):not(.disabled).active,
.show > .bg-opacity-dark .btn-outline-white.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-dark .btn-outline-white:not(:disabled):not(.disabled):active:focus, .bg-dark .btn-outline-white:not(:disabled):not(.disabled).active:focus, .show > .bg-dark .btn-outline-white.dropdown-toggle:focus,
.bg-opacity-dark .btn-outline-white:not(:disabled):not(.disabled):active:focus,
.bg-opacity-dark .btn-outline-white:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-dark .btn-outline-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}

.bg-0 .custom-select,
.bg-opacity-0 .custom-select {
  border-color: #ffffff;
  color: #ffffff;
}
.bg-0 .custom-select option,
.bg-opacity-0 .custom-select option {
  color: #333333;
}
.bg-0 .custom-select option:hover,
.bg-opacity-0 .custom-select option:hover {
  background-color: #007c96;
}
.bg-0 .text-theme,
.bg-opacity-0 .text-theme {
  color: #ffffff !important;
}
.bg-0 a[href^="tel:"],
.bg-opacity-0 a[href^="tel:"] {
  color: #ffffff !important;
}
.bg-0 .btn-theme,
.bg-opacity-0 .btn-theme {
  color: #52565a;
  background-color: #ffffff;
  border-color: #007c96;
}
.bg-0 .btn-theme:hover,
.bg-opacity-0 .btn-theme:hover {
  color: #ffffff;
  background-color: #7e8890;
  border-color: #7e8890;
}
.bg-0 .btn-theme:focus, .bg-0 .btn-theme.focus,
.bg-opacity-0 .btn-theme:focus,
.bg-opacity-0 .btn-theme.focus {
  box-shadow: 0 0 0 0 rgba(12, 118, 141, 0.5);
}
.bg-0 .btn-theme.disabled, .bg-0 .btn-theme:disabled,
.bg-opacity-0 .btn-theme.disabled,
.bg-opacity-0 .btn-theme:disabled {
  color: #52565a;
  background-color: #ffffff;
  border-color: #007c96;
}
.bg-0 .btn-theme:not(:disabled):not(.disabled):active, .bg-0 .btn-theme:not(:disabled):not(.disabled).active, .show > .bg-0 .btn-theme.dropdown-toggle,
.bg-opacity-0 .btn-theme:not(:disabled):not(.disabled):active,
.bg-opacity-0 .btn-theme:not(:disabled):not(.disabled).active,
.show > .bg-opacity-0 .btn-theme.dropdown-toggle {
  color: #52565a;
  background-color: #e6e6e6;
  border-color: #004756;
}
.bg-0 .btn-theme:not(:disabled):not(.disabled):active:focus, .bg-0 .btn-theme:not(:disabled):not(.disabled).active:focus, .show > .bg-0 .btn-theme.dropdown-toggle:focus,
.bg-opacity-0 .btn-theme:not(:disabled):not(.disabled):active:focus,
.bg-opacity-0 .btn-theme:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-0 .btn-theme.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(12, 118, 141, 0.5);
}
.bg-0 .btn-outline-primary,
.bg-opacity-0 .btn-outline-primary {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-0 .btn-outline-primary:hover,
.bg-opacity-0 .btn-outline-primary:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-0 .btn-outline-primary:focus, .bg-0 .btn-outline-primary.focus,
.bg-opacity-0 .btn-outline-primary:focus,
.bg-opacity-0 .btn-outline-primary.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-0 .btn-outline-primary.disabled, .bg-0 .btn-outline-primary:disabled,
.bg-opacity-0 .btn-outline-primary.disabled,
.bg-opacity-0 .btn-outline-primary:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-0 .btn-outline-primary:not(:disabled):not(.disabled):active, .bg-0 .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .bg-0 .btn-outline-primary.dropdown-toggle,
.bg-opacity-0 .btn-outline-primary:not(:disabled):not(.disabled):active,
.bg-opacity-0 .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .bg-opacity-0 .btn-outline-primary.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-0 .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .bg-0 .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .bg-0 .btn-outline-primary.dropdown-toggle:focus,
.bg-opacity-0 .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.bg-opacity-0 .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-0 .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-0 .btn-outline-secondary,
.bg-opacity-0 .btn-outline-secondary {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-0 .btn-outline-secondary:hover,
.bg-opacity-0 .btn-outline-secondary:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-0 .btn-outline-secondary:focus, .bg-0 .btn-outline-secondary.focus,
.bg-opacity-0 .btn-outline-secondary:focus,
.bg-opacity-0 .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-0 .btn-outline-secondary.disabled, .bg-0 .btn-outline-secondary:disabled,
.bg-opacity-0 .btn-outline-secondary.disabled,
.bg-opacity-0 .btn-outline-secondary:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-0 .btn-outline-secondary:not(:disabled):not(.disabled):active, .bg-0 .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .bg-0 .btn-outline-secondary.dropdown-toggle,
.bg-opacity-0 .btn-outline-secondary:not(:disabled):not(.disabled):active,
.bg-opacity-0 .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .bg-opacity-0 .btn-outline-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-0 .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .bg-0 .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .bg-0 .btn-outline-secondary.dropdown-toggle:focus,
.bg-opacity-0 .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.bg-opacity-0 .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-0 .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-0 .btn-outline-success,
.bg-opacity-0 .btn-outline-success {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-0 .btn-outline-success:hover,
.bg-opacity-0 .btn-outline-success:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-0 .btn-outline-success:focus, .bg-0 .btn-outline-success.focus,
.bg-opacity-0 .btn-outline-success:focus,
.bg-opacity-0 .btn-outline-success.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-0 .btn-outline-success.disabled, .bg-0 .btn-outline-success:disabled,
.bg-opacity-0 .btn-outline-success.disabled,
.bg-opacity-0 .btn-outline-success:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-0 .btn-outline-success:not(:disabled):not(.disabled):active, .bg-0 .btn-outline-success:not(:disabled):not(.disabled).active, .show > .bg-0 .btn-outline-success.dropdown-toggle,
.bg-opacity-0 .btn-outline-success:not(:disabled):not(.disabled):active,
.bg-opacity-0 .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .bg-opacity-0 .btn-outline-success.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-0 .btn-outline-success:not(:disabled):not(.disabled):active:focus, .bg-0 .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .bg-0 .btn-outline-success.dropdown-toggle:focus,
.bg-opacity-0 .btn-outline-success:not(:disabled):not(.disabled):active:focus,
.bg-opacity-0 .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-0 .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-0 .btn-outline-info,
.bg-opacity-0 .btn-outline-info {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-0 .btn-outline-info:hover,
.bg-opacity-0 .btn-outline-info:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-0 .btn-outline-info:focus, .bg-0 .btn-outline-info.focus,
.bg-opacity-0 .btn-outline-info:focus,
.bg-opacity-0 .btn-outline-info.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-0 .btn-outline-info.disabled, .bg-0 .btn-outline-info:disabled,
.bg-opacity-0 .btn-outline-info.disabled,
.bg-opacity-0 .btn-outline-info:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-0 .btn-outline-info:not(:disabled):not(.disabled):active, .bg-0 .btn-outline-info:not(:disabled):not(.disabled).active, .show > .bg-0 .btn-outline-info.dropdown-toggle,
.bg-opacity-0 .btn-outline-info:not(:disabled):not(.disabled):active,
.bg-opacity-0 .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .bg-opacity-0 .btn-outline-info.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-0 .btn-outline-info:not(:disabled):not(.disabled):active:focus, .bg-0 .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .bg-0 .btn-outline-info.dropdown-toggle:focus,
.bg-opacity-0 .btn-outline-info:not(:disabled):not(.disabled):active:focus,
.bg-opacity-0 .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-0 .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-0 .btn-outline-warning,
.bg-opacity-0 .btn-outline-warning {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-0 .btn-outline-warning:hover,
.bg-opacity-0 .btn-outline-warning:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-0 .btn-outline-warning:focus, .bg-0 .btn-outline-warning.focus,
.bg-opacity-0 .btn-outline-warning:focus,
.bg-opacity-0 .btn-outline-warning.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-0 .btn-outline-warning.disabled, .bg-0 .btn-outline-warning:disabled,
.bg-opacity-0 .btn-outline-warning.disabled,
.bg-opacity-0 .btn-outline-warning:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-0 .btn-outline-warning:not(:disabled):not(.disabled):active, .bg-0 .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .bg-0 .btn-outline-warning.dropdown-toggle,
.bg-opacity-0 .btn-outline-warning:not(:disabled):not(.disabled):active,
.bg-opacity-0 .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .bg-opacity-0 .btn-outline-warning.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-0 .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .bg-0 .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .bg-0 .btn-outline-warning.dropdown-toggle:focus,
.bg-opacity-0 .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.bg-opacity-0 .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-0 .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-0 .btn-outline-danger,
.bg-opacity-0 .btn-outline-danger {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-0 .btn-outline-danger:hover,
.bg-opacity-0 .btn-outline-danger:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-0 .btn-outline-danger:focus, .bg-0 .btn-outline-danger.focus,
.bg-opacity-0 .btn-outline-danger:focus,
.bg-opacity-0 .btn-outline-danger.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-0 .btn-outline-danger.disabled, .bg-0 .btn-outline-danger:disabled,
.bg-opacity-0 .btn-outline-danger.disabled,
.bg-opacity-0 .btn-outline-danger:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-0 .btn-outline-danger:not(:disabled):not(.disabled):active, .bg-0 .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .bg-0 .btn-outline-danger.dropdown-toggle,
.bg-opacity-0 .btn-outline-danger:not(:disabled):not(.disabled):active,
.bg-opacity-0 .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .bg-opacity-0 .btn-outline-danger.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-0 .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .bg-0 .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .bg-0 .btn-outline-danger.dropdown-toggle:focus,
.bg-opacity-0 .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.bg-opacity-0 .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-0 .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-0 .btn-outline-light,
.bg-opacity-0 .btn-outline-light {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-0 .btn-outline-light:hover,
.bg-opacity-0 .btn-outline-light:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-0 .btn-outline-light:focus, .bg-0 .btn-outline-light.focus,
.bg-opacity-0 .btn-outline-light:focus,
.bg-opacity-0 .btn-outline-light.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-0 .btn-outline-light.disabled, .bg-0 .btn-outline-light:disabled,
.bg-opacity-0 .btn-outline-light.disabled,
.bg-opacity-0 .btn-outline-light:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-0 .btn-outline-light:not(:disabled):not(.disabled):active, .bg-0 .btn-outline-light:not(:disabled):not(.disabled).active, .show > .bg-0 .btn-outline-light.dropdown-toggle,
.bg-opacity-0 .btn-outline-light:not(:disabled):not(.disabled):active,
.bg-opacity-0 .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .bg-opacity-0 .btn-outline-light.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-0 .btn-outline-light:not(:disabled):not(.disabled):active:focus, .bg-0 .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .bg-0 .btn-outline-light.dropdown-toggle:focus,
.bg-opacity-0 .btn-outline-light:not(:disabled):not(.disabled):active:focus,
.bg-opacity-0 .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-0 .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-0 .btn-outline-dark,
.bg-opacity-0 .btn-outline-dark {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-0 .btn-outline-dark:hover,
.bg-opacity-0 .btn-outline-dark:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-0 .btn-outline-dark:focus, .bg-0 .btn-outline-dark.focus,
.bg-opacity-0 .btn-outline-dark:focus,
.bg-opacity-0 .btn-outline-dark.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-0 .btn-outline-dark.disabled, .bg-0 .btn-outline-dark:disabled,
.bg-opacity-0 .btn-outline-dark.disabled,
.bg-opacity-0 .btn-outline-dark:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-0 .btn-outline-dark:not(:disabled):not(.disabled):active, .bg-0 .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .bg-0 .btn-outline-dark.dropdown-toggle,
.bg-opacity-0 .btn-outline-dark:not(:disabled):not(.disabled):active,
.bg-opacity-0 .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .bg-opacity-0 .btn-outline-dark.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-0 .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .bg-0 .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .bg-0 .btn-outline-dark.dropdown-toggle:focus,
.bg-opacity-0 .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.bg-opacity-0 .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-0 .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-0 .btn-outline-0,
.bg-opacity-0 .btn-outline-0 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-0 .btn-outline-0:hover,
.bg-opacity-0 .btn-outline-0:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-0 .btn-outline-0:focus, .bg-0 .btn-outline-0.focus,
.bg-opacity-0 .btn-outline-0:focus,
.bg-opacity-0 .btn-outline-0.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-0 .btn-outline-0.disabled, .bg-0 .btn-outline-0:disabled,
.bg-opacity-0 .btn-outline-0.disabled,
.bg-opacity-0 .btn-outline-0:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-0 .btn-outline-0:not(:disabled):not(.disabled):active, .bg-0 .btn-outline-0:not(:disabled):not(.disabled).active, .show > .bg-0 .btn-outline-0.dropdown-toggle,
.bg-opacity-0 .btn-outline-0:not(:disabled):not(.disabled):active,
.bg-opacity-0 .btn-outline-0:not(:disabled):not(.disabled).active,
.show > .bg-opacity-0 .btn-outline-0.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-0 .btn-outline-0:not(:disabled):not(.disabled):active:focus, .bg-0 .btn-outline-0:not(:disabled):not(.disabled).active:focus, .show > .bg-0 .btn-outline-0.dropdown-toggle:focus,
.bg-opacity-0 .btn-outline-0:not(:disabled):not(.disabled):active:focus,
.bg-opacity-0 .btn-outline-0:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-0 .btn-outline-0.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-0 .btn-outline-1,
.bg-opacity-0 .btn-outline-1 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-0 .btn-outline-1:hover,
.bg-opacity-0 .btn-outline-1:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-0 .btn-outline-1:focus, .bg-0 .btn-outline-1.focus,
.bg-opacity-0 .btn-outline-1:focus,
.bg-opacity-0 .btn-outline-1.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-0 .btn-outline-1.disabled, .bg-0 .btn-outline-1:disabled,
.bg-opacity-0 .btn-outline-1.disabled,
.bg-opacity-0 .btn-outline-1:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-0 .btn-outline-1:not(:disabled):not(.disabled):active, .bg-0 .btn-outline-1:not(:disabled):not(.disabled).active, .show > .bg-0 .btn-outline-1.dropdown-toggle,
.bg-opacity-0 .btn-outline-1:not(:disabled):not(.disabled):active,
.bg-opacity-0 .btn-outline-1:not(:disabled):not(.disabled).active,
.show > .bg-opacity-0 .btn-outline-1.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-0 .btn-outline-1:not(:disabled):not(.disabled):active:focus, .bg-0 .btn-outline-1:not(:disabled):not(.disabled).active:focus, .show > .bg-0 .btn-outline-1.dropdown-toggle:focus,
.bg-opacity-0 .btn-outline-1:not(:disabled):not(.disabled):active:focus,
.bg-opacity-0 .btn-outline-1:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-0 .btn-outline-1.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-0 .btn-outline-2,
.bg-opacity-0 .btn-outline-2 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-0 .btn-outline-2:hover,
.bg-opacity-0 .btn-outline-2:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-0 .btn-outline-2:focus, .bg-0 .btn-outline-2.focus,
.bg-opacity-0 .btn-outline-2:focus,
.bg-opacity-0 .btn-outline-2.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-0 .btn-outline-2.disabled, .bg-0 .btn-outline-2:disabled,
.bg-opacity-0 .btn-outline-2.disabled,
.bg-opacity-0 .btn-outline-2:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-0 .btn-outline-2:not(:disabled):not(.disabled):active, .bg-0 .btn-outline-2:not(:disabled):not(.disabled).active, .show > .bg-0 .btn-outline-2.dropdown-toggle,
.bg-opacity-0 .btn-outline-2:not(:disabled):not(.disabled):active,
.bg-opacity-0 .btn-outline-2:not(:disabled):not(.disabled).active,
.show > .bg-opacity-0 .btn-outline-2.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-0 .btn-outline-2:not(:disabled):not(.disabled):active:focus, .bg-0 .btn-outline-2:not(:disabled):not(.disabled).active:focus, .show > .bg-0 .btn-outline-2.dropdown-toggle:focus,
.bg-opacity-0 .btn-outline-2:not(:disabled):not(.disabled):active:focus,
.bg-opacity-0 .btn-outline-2:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-0 .btn-outline-2.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-0 .btn-outline-3,
.bg-opacity-0 .btn-outline-3 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-0 .btn-outline-3:hover,
.bg-opacity-0 .btn-outline-3:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-0 .btn-outline-3:focus, .bg-0 .btn-outline-3.focus,
.bg-opacity-0 .btn-outline-3:focus,
.bg-opacity-0 .btn-outline-3.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-0 .btn-outline-3.disabled, .bg-0 .btn-outline-3:disabled,
.bg-opacity-0 .btn-outline-3.disabled,
.bg-opacity-0 .btn-outline-3:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-0 .btn-outline-3:not(:disabled):not(.disabled):active, .bg-0 .btn-outline-3:not(:disabled):not(.disabled).active, .show > .bg-0 .btn-outline-3.dropdown-toggle,
.bg-opacity-0 .btn-outline-3:not(:disabled):not(.disabled):active,
.bg-opacity-0 .btn-outline-3:not(:disabled):not(.disabled).active,
.show > .bg-opacity-0 .btn-outline-3.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-0 .btn-outline-3:not(:disabled):not(.disabled):active:focus, .bg-0 .btn-outline-3:not(:disabled):not(.disabled).active:focus, .show > .bg-0 .btn-outline-3.dropdown-toggle:focus,
.bg-opacity-0 .btn-outline-3:not(:disabled):not(.disabled):active:focus,
.bg-opacity-0 .btn-outline-3:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-0 .btn-outline-3.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-0 .btn-outline-4,
.bg-opacity-0 .btn-outline-4 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-0 .btn-outline-4:hover,
.bg-opacity-0 .btn-outline-4:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-0 .btn-outline-4:focus, .bg-0 .btn-outline-4.focus,
.bg-opacity-0 .btn-outline-4:focus,
.bg-opacity-0 .btn-outline-4.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-0 .btn-outline-4.disabled, .bg-0 .btn-outline-4:disabled,
.bg-opacity-0 .btn-outline-4.disabled,
.bg-opacity-0 .btn-outline-4:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-0 .btn-outline-4:not(:disabled):not(.disabled):active, .bg-0 .btn-outline-4:not(:disabled):not(.disabled).active, .show > .bg-0 .btn-outline-4.dropdown-toggle,
.bg-opacity-0 .btn-outline-4:not(:disabled):not(.disabled):active,
.bg-opacity-0 .btn-outline-4:not(:disabled):not(.disabled).active,
.show > .bg-opacity-0 .btn-outline-4.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-0 .btn-outline-4:not(:disabled):not(.disabled):active:focus, .bg-0 .btn-outline-4:not(:disabled):not(.disabled).active:focus, .show > .bg-0 .btn-outline-4.dropdown-toggle:focus,
.bg-opacity-0 .btn-outline-4:not(:disabled):not(.disabled):active:focus,
.bg-opacity-0 .btn-outline-4:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-0 .btn-outline-4.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-0 .btn-outline-5,
.bg-opacity-0 .btn-outline-5 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-0 .btn-outline-5:hover,
.bg-opacity-0 .btn-outline-5:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-0 .btn-outline-5:focus, .bg-0 .btn-outline-5.focus,
.bg-opacity-0 .btn-outline-5:focus,
.bg-opacity-0 .btn-outline-5.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-0 .btn-outline-5.disabled, .bg-0 .btn-outline-5:disabled,
.bg-opacity-0 .btn-outline-5.disabled,
.bg-opacity-0 .btn-outline-5:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-0 .btn-outline-5:not(:disabled):not(.disabled):active, .bg-0 .btn-outline-5:not(:disabled):not(.disabled).active, .show > .bg-0 .btn-outline-5.dropdown-toggle,
.bg-opacity-0 .btn-outline-5:not(:disabled):not(.disabled):active,
.bg-opacity-0 .btn-outline-5:not(:disabled):not(.disabled).active,
.show > .bg-opacity-0 .btn-outline-5.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-0 .btn-outline-5:not(:disabled):not(.disabled):active:focus, .bg-0 .btn-outline-5:not(:disabled):not(.disabled).active:focus, .show > .bg-0 .btn-outline-5.dropdown-toggle:focus,
.bg-opacity-0 .btn-outline-5:not(:disabled):not(.disabled):active:focus,
.bg-opacity-0 .btn-outline-5:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-0 .btn-outline-5.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-0 .btn-outline-6,
.bg-opacity-0 .btn-outline-6 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-0 .btn-outline-6:hover,
.bg-opacity-0 .btn-outline-6:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-0 .btn-outline-6:focus, .bg-0 .btn-outline-6.focus,
.bg-opacity-0 .btn-outline-6:focus,
.bg-opacity-0 .btn-outline-6.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-0 .btn-outline-6.disabled, .bg-0 .btn-outline-6:disabled,
.bg-opacity-0 .btn-outline-6.disabled,
.bg-opacity-0 .btn-outline-6:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-0 .btn-outline-6:not(:disabled):not(.disabled):active, .bg-0 .btn-outline-6:not(:disabled):not(.disabled).active, .show > .bg-0 .btn-outline-6.dropdown-toggle,
.bg-opacity-0 .btn-outline-6:not(:disabled):not(.disabled):active,
.bg-opacity-0 .btn-outline-6:not(:disabled):not(.disabled).active,
.show > .bg-opacity-0 .btn-outline-6.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-0 .btn-outline-6:not(:disabled):not(.disabled):active:focus, .bg-0 .btn-outline-6:not(:disabled):not(.disabled).active:focus, .show > .bg-0 .btn-outline-6.dropdown-toggle:focus,
.bg-opacity-0 .btn-outline-6:not(:disabled):not(.disabled):active:focus,
.bg-opacity-0 .btn-outline-6:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-0 .btn-outline-6.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-0 .btn-outline-7,
.bg-opacity-0 .btn-outline-7 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-0 .btn-outline-7:hover,
.bg-opacity-0 .btn-outline-7:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-0 .btn-outline-7:focus, .bg-0 .btn-outline-7.focus,
.bg-opacity-0 .btn-outline-7:focus,
.bg-opacity-0 .btn-outline-7.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-0 .btn-outline-7.disabled, .bg-0 .btn-outline-7:disabled,
.bg-opacity-0 .btn-outline-7.disabled,
.bg-opacity-0 .btn-outline-7:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-0 .btn-outline-7:not(:disabled):not(.disabled):active, .bg-0 .btn-outline-7:not(:disabled):not(.disabled).active, .show > .bg-0 .btn-outline-7.dropdown-toggle,
.bg-opacity-0 .btn-outline-7:not(:disabled):not(.disabled):active,
.bg-opacity-0 .btn-outline-7:not(:disabled):not(.disabled).active,
.show > .bg-opacity-0 .btn-outline-7.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-0 .btn-outline-7:not(:disabled):not(.disabled):active:focus, .bg-0 .btn-outline-7:not(:disabled):not(.disabled).active:focus, .show > .bg-0 .btn-outline-7.dropdown-toggle:focus,
.bg-opacity-0 .btn-outline-7:not(:disabled):not(.disabled):active:focus,
.bg-opacity-0 .btn-outline-7:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-0 .btn-outline-7.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-0 .btn-outline-8,
.bg-opacity-0 .btn-outline-8 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-0 .btn-outline-8:hover,
.bg-opacity-0 .btn-outline-8:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-0 .btn-outline-8:focus, .bg-0 .btn-outline-8.focus,
.bg-opacity-0 .btn-outline-8:focus,
.bg-opacity-0 .btn-outline-8.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-0 .btn-outline-8.disabled, .bg-0 .btn-outline-8:disabled,
.bg-opacity-0 .btn-outline-8.disabled,
.bg-opacity-0 .btn-outline-8:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-0 .btn-outline-8:not(:disabled):not(.disabled):active, .bg-0 .btn-outline-8:not(:disabled):not(.disabled).active, .show > .bg-0 .btn-outline-8.dropdown-toggle,
.bg-opacity-0 .btn-outline-8:not(:disabled):not(.disabled):active,
.bg-opacity-0 .btn-outline-8:not(:disabled):not(.disabled).active,
.show > .bg-opacity-0 .btn-outline-8.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-0 .btn-outline-8:not(:disabled):not(.disabled):active:focus, .bg-0 .btn-outline-8:not(:disabled):not(.disabled).active:focus, .show > .bg-0 .btn-outline-8.dropdown-toggle:focus,
.bg-opacity-0 .btn-outline-8:not(:disabled):not(.disabled):active:focus,
.bg-opacity-0 .btn-outline-8:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-0 .btn-outline-8.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-0 .btn-outline-9,
.bg-opacity-0 .btn-outline-9 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-0 .btn-outline-9:hover,
.bg-opacity-0 .btn-outline-9:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-0 .btn-outline-9:focus, .bg-0 .btn-outline-9.focus,
.bg-opacity-0 .btn-outline-9:focus,
.bg-opacity-0 .btn-outline-9.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-0 .btn-outline-9.disabled, .bg-0 .btn-outline-9:disabled,
.bg-opacity-0 .btn-outline-9.disabled,
.bg-opacity-0 .btn-outline-9:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-0 .btn-outline-9:not(:disabled):not(.disabled):active, .bg-0 .btn-outline-9:not(:disabled):not(.disabled).active, .show > .bg-0 .btn-outline-9.dropdown-toggle,
.bg-opacity-0 .btn-outline-9:not(:disabled):not(.disabled):active,
.bg-opacity-0 .btn-outline-9:not(:disabled):not(.disabled).active,
.show > .bg-opacity-0 .btn-outline-9.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-0 .btn-outline-9:not(:disabled):not(.disabled):active:focus, .bg-0 .btn-outline-9:not(:disabled):not(.disabled).active:focus, .show > .bg-0 .btn-outline-9.dropdown-toggle:focus,
.bg-opacity-0 .btn-outline-9:not(:disabled):not(.disabled):active:focus,
.bg-opacity-0 .btn-outline-9:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-0 .btn-outline-9.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-0 .btn-outline-10,
.bg-opacity-0 .btn-outline-10 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-0 .btn-outline-10:hover,
.bg-opacity-0 .btn-outline-10:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-0 .btn-outline-10:focus, .bg-0 .btn-outline-10.focus,
.bg-opacity-0 .btn-outline-10:focus,
.bg-opacity-0 .btn-outline-10.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-0 .btn-outline-10.disabled, .bg-0 .btn-outline-10:disabled,
.bg-opacity-0 .btn-outline-10.disabled,
.bg-opacity-0 .btn-outline-10:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-0 .btn-outline-10:not(:disabled):not(.disabled):active, .bg-0 .btn-outline-10:not(:disabled):not(.disabled).active, .show > .bg-0 .btn-outline-10.dropdown-toggle,
.bg-opacity-0 .btn-outline-10:not(:disabled):not(.disabled):active,
.bg-opacity-0 .btn-outline-10:not(:disabled):not(.disabled).active,
.show > .bg-opacity-0 .btn-outline-10.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-0 .btn-outline-10:not(:disabled):not(.disabled):active:focus, .bg-0 .btn-outline-10:not(:disabled):not(.disabled).active:focus, .show > .bg-0 .btn-outline-10.dropdown-toggle:focus,
.bg-opacity-0 .btn-outline-10:not(:disabled):not(.disabled):active:focus,
.bg-opacity-0 .btn-outline-10:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-0 .btn-outline-10.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-0 .btn-outline-default,
.bg-opacity-0 .btn-outline-default {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-0 .btn-outline-default:hover,
.bg-opacity-0 .btn-outline-default:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-0 .btn-outline-default:focus, .bg-0 .btn-outline-default.focus,
.bg-opacity-0 .btn-outline-default:focus,
.bg-opacity-0 .btn-outline-default.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-0 .btn-outline-default.disabled, .bg-0 .btn-outline-default:disabled,
.bg-opacity-0 .btn-outline-default.disabled,
.bg-opacity-0 .btn-outline-default:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-0 .btn-outline-default:not(:disabled):not(.disabled):active, .bg-0 .btn-outline-default:not(:disabled):not(.disabled).active, .show > .bg-0 .btn-outline-default.dropdown-toggle,
.bg-opacity-0 .btn-outline-default:not(:disabled):not(.disabled):active,
.bg-opacity-0 .btn-outline-default:not(:disabled):not(.disabled).active,
.show > .bg-opacity-0 .btn-outline-default.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-0 .btn-outline-default:not(:disabled):not(.disabled):active:focus, .bg-0 .btn-outline-default:not(:disabled):not(.disabled).active:focus, .show > .bg-0 .btn-outline-default.dropdown-toggle:focus,
.bg-opacity-0 .btn-outline-default:not(:disabled):not(.disabled):active:focus,
.bg-opacity-0 .btn-outline-default:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-0 .btn-outline-default.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-0 .btn-outline-violet,
.bg-opacity-0 .btn-outline-violet {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-0 .btn-outline-violet:hover,
.bg-opacity-0 .btn-outline-violet:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-0 .btn-outline-violet:focus, .bg-0 .btn-outline-violet.focus,
.bg-opacity-0 .btn-outline-violet:focus,
.bg-opacity-0 .btn-outline-violet.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-0 .btn-outline-violet.disabled, .bg-0 .btn-outline-violet:disabled,
.bg-opacity-0 .btn-outline-violet.disabled,
.bg-opacity-0 .btn-outline-violet:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-0 .btn-outline-violet:not(:disabled):not(.disabled):active, .bg-0 .btn-outline-violet:not(:disabled):not(.disabled).active, .show > .bg-0 .btn-outline-violet.dropdown-toggle,
.bg-opacity-0 .btn-outline-violet:not(:disabled):not(.disabled):active,
.bg-opacity-0 .btn-outline-violet:not(:disabled):not(.disabled).active,
.show > .bg-opacity-0 .btn-outline-violet.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-0 .btn-outline-violet:not(:disabled):not(.disabled):active:focus, .bg-0 .btn-outline-violet:not(:disabled):not(.disabled).active:focus, .show > .bg-0 .btn-outline-violet.dropdown-toggle:focus,
.bg-opacity-0 .btn-outline-violet:not(:disabled):not(.disabled):active:focus,
.bg-opacity-0 .btn-outline-violet:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-0 .btn-outline-violet.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-0 .btn-outline-magenta,
.bg-opacity-0 .btn-outline-magenta {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-0 .btn-outline-magenta:hover,
.bg-opacity-0 .btn-outline-magenta:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-0 .btn-outline-magenta:focus, .bg-0 .btn-outline-magenta.focus,
.bg-opacity-0 .btn-outline-magenta:focus,
.bg-opacity-0 .btn-outline-magenta.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-0 .btn-outline-magenta.disabled, .bg-0 .btn-outline-magenta:disabled,
.bg-opacity-0 .btn-outline-magenta.disabled,
.bg-opacity-0 .btn-outline-magenta:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-0 .btn-outline-magenta:not(:disabled):not(.disabled):active, .bg-0 .btn-outline-magenta:not(:disabled):not(.disabled).active, .show > .bg-0 .btn-outline-magenta.dropdown-toggle,
.bg-opacity-0 .btn-outline-magenta:not(:disabled):not(.disabled):active,
.bg-opacity-0 .btn-outline-magenta:not(:disabled):not(.disabled).active,
.show > .bg-opacity-0 .btn-outline-magenta.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-0 .btn-outline-magenta:not(:disabled):not(.disabled):active:focus, .bg-0 .btn-outline-magenta:not(:disabled):not(.disabled).active:focus, .show > .bg-0 .btn-outline-magenta.dropdown-toggle:focus,
.bg-opacity-0 .btn-outline-magenta:not(:disabled):not(.disabled):active:focus,
.bg-opacity-0 .btn-outline-magenta:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-0 .btn-outline-magenta.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-0 .btn-outline-petrol,
.bg-opacity-0 .btn-outline-petrol {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-0 .btn-outline-petrol:hover,
.bg-opacity-0 .btn-outline-petrol:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-0 .btn-outline-petrol:focus, .bg-0 .btn-outline-petrol.focus,
.bg-opacity-0 .btn-outline-petrol:focus,
.bg-opacity-0 .btn-outline-petrol.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-0 .btn-outline-petrol.disabled, .bg-0 .btn-outline-petrol:disabled,
.bg-opacity-0 .btn-outline-petrol.disabled,
.bg-opacity-0 .btn-outline-petrol:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-0 .btn-outline-petrol:not(:disabled):not(.disabled):active, .bg-0 .btn-outline-petrol:not(:disabled):not(.disabled).active, .show > .bg-0 .btn-outline-petrol.dropdown-toggle,
.bg-opacity-0 .btn-outline-petrol:not(:disabled):not(.disabled):active,
.bg-opacity-0 .btn-outline-petrol:not(:disabled):not(.disabled).active,
.show > .bg-opacity-0 .btn-outline-petrol.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-0 .btn-outline-petrol:not(:disabled):not(.disabled):active:focus, .bg-0 .btn-outline-petrol:not(:disabled):not(.disabled).active:focus, .show > .bg-0 .btn-outline-petrol.dropdown-toggle:focus,
.bg-opacity-0 .btn-outline-petrol:not(:disabled):not(.disabled):active:focus,
.bg-opacity-0 .btn-outline-petrol:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-0 .btn-outline-petrol.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-0 .btn-outline-green,
.bg-opacity-0 .btn-outline-green {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-0 .btn-outline-green:hover,
.bg-opacity-0 .btn-outline-green:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-0 .btn-outline-green:focus, .bg-0 .btn-outline-green.focus,
.bg-opacity-0 .btn-outline-green:focus,
.bg-opacity-0 .btn-outline-green.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-0 .btn-outline-green.disabled, .bg-0 .btn-outline-green:disabled,
.bg-opacity-0 .btn-outline-green.disabled,
.bg-opacity-0 .btn-outline-green:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-0 .btn-outline-green:not(:disabled):not(.disabled):active, .bg-0 .btn-outline-green:not(:disabled):not(.disabled).active, .show > .bg-0 .btn-outline-green.dropdown-toggle,
.bg-opacity-0 .btn-outline-green:not(:disabled):not(.disabled):active,
.bg-opacity-0 .btn-outline-green:not(:disabled):not(.disabled).active,
.show > .bg-opacity-0 .btn-outline-green.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-0 .btn-outline-green:not(:disabled):not(.disabled):active:focus, .bg-0 .btn-outline-green:not(:disabled):not(.disabled).active:focus, .show > .bg-0 .btn-outline-green.dropdown-toggle:focus,
.bg-opacity-0 .btn-outline-green:not(:disabled):not(.disabled):active:focus,
.bg-opacity-0 .btn-outline-green:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-0 .btn-outline-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-0 .btn-outline-orange,
.bg-opacity-0 .btn-outline-orange {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-0 .btn-outline-orange:hover,
.bg-opacity-0 .btn-outline-orange:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-0 .btn-outline-orange:focus, .bg-0 .btn-outline-orange.focus,
.bg-opacity-0 .btn-outline-orange:focus,
.bg-opacity-0 .btn-outline-orange.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-0 .btn-outline-orange.disabled, .bg-0 .btn-outline-orange:disabled,
.bg-opacity-0 .btn-outline-orange.disabled,
.bg-opacity-0 .btn-outline-orange:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-0 .btn-outline-orange:not(:disabled):not(.disabled):active, .bg-0 .btn-outline-orange:not(:disabled):not(.disabled).active, .show > .bg-0 .btn-outline-orange.dropdown-toggle,
.bg-opacity-0 .btn-outline-orange:not(:disabled):not(.disabled):active,
.bg-opacity-0 .btn-outline-orange:not(:disabled):not(.disabled).active,
.show > .bg-opacity-0 .btn-outline-orange.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-0 .btn-outline-orange:not(:disabled):not(.disabled):active:focus, .bg-0 .btn-outline-orange:not(:disabled):not(.disabled).active:focus, .show > .bg-0 .btn-outline-orange.dropdown-toggle:focus,
.bg-opacity-0 .btn-outline-orange:not(:disabled):not(.disabled):active:focus,
.bg-opacity-0 .btn-outline-orange:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-0 .btn-outline-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-0 .btn-outline-gold,
.bg-opacity-0 .btn-outline-gold {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-0 .btn-outline-gold:hover,
.bg-opacity-0 .btn-outline-gold:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-0 .btn-outline-gold:focus, .bg-0 .btn-outline-gold.focus,
.bg-opacity-0 .btn-outline-gold:focus,
.bg-opacity-0 .btn-outline-gold.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-0 .btn-outline-gold.disabled, .bg-0 .btn-outline-gold:disabled,
.bg-opacity-0 .btn-outline-gold.disabled,
.bg-opacity-0 .btn-outline-gold:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-0 .btn-outline-gold:not(:disabled):not(.disabled):active, .bg-0 .btn-outline-gold:not(:disabled):not(.disabled).active, .show > .bg-0 .btn-outline-gold.dropdown-toggle,
.bg-opacity-0 .btn-outline-gold:not(:disabled):not(.disabled):active,
.bg-opacity-0 .btn-outline-gold:not(:disabled):not(.disabled).active,
.show > .bg-opacity-0 .btn-outline-gold.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-0 .btn-outline-gold:not(:disabled):not(.disabled):active:focus, .bg-0 .btn-outline-gold:not(:disabled):not(.disabled).active:focus, .show > .bg-0 .btn-outline-gold.dropdown-toggle:focus,
.bg-opacity-0 .btn-outline-gold:not(:disabled):not(.disabled):active:focus,
.bg-opacity-0 .btn-outline-gold:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-0 .btn-outline-gold.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-0 .btn-outline-silver,
.bg-opacity-0 .btn-outline-silver {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-0 .btn-outline-silver:hover,
.bg-opacity-0 .btn-outline-silver:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-0 .btn-outline-silver:focus, .bg-0 .btn-outline-silver.focus,
.bg-opacity-0 .btn-outline-silver:focus,
.bg-opacity-0 .btn-outline-silver.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-0 .btn-outline-silver.disabled, .bg-0 .btn-outline-silver:disabled,
.bg-opacity-0 .btn-outline-silver.disabled,
.bg-opacity-0 .btn-outline-silver:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-0 .btn-outline-silver:not(:disabled):not(.disabled):active, .bg-0 .btn-outline-silver:not(:disabled):not(.disabled).active, .show > .bg-0 .btn-outline-silver.dropdown-toggle,
.bg-opacity-0 .btn-outline-silver:not(:disabled):not(.disabled):active,
.bg-opacity-0 .btn-outline-silver:not(:disabled):not(.disabled).active,
.show > .bg-opacity-0 .btn-outline-silver.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-0 .btn-outline-silver:not(:disabled):not(.disabled):active:focus, .bg-0 .btn-outline-silver:not(:disabled):not(.disabled).active:focus, .show > .bg-0 .btn-outline-silver.dropdown-toggle:focus,
.bg-opacity-0 .btn-outline-silver:not(:disabled):not(.disabled):active:focus,
.bg-opacity-0 .btn-outline-silver:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-0 .btn-outline-silver.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-0 .btn-outline-white,
.bg-opacity-0 .btn-outline-white {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-0 .btn-outline-white:hover,
.bg-opacity-0 .btn-outline-white:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-0 .btn-outline-white:focus, .bg-0 .btn-outline-white.focus,
.bg-opacity-0 .btn-outline-white:focus,
.bg-opacity-0 .btn-outline-white.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-0 .btn-outline-white.disabled, .bg-0 .btn-outline-white:disabled,
.bg-opacity-0 .btn-outline-white.disabled,
.bg-opacity-0 .btn-outline-white:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-0 .btn-outline-white:not(:disabled):not(.disabled):active, .bg-0 .btn-outline-white:not(:disabled):not(.disabled).active, .show > .bg-0 .btn-outline-white.dropdown-toggle,
.bg-opacity-0 .btn-outline-white:not(:disabled):not(.disabled):active,
.bg-opacity-0 .btn-outline-white:not(:disabled):not(.disabled).active,
.show > .bg-opacity-0 .btn-outline-white.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-0 .btn-outline-white:not(:disabled):not(.disabled):active:focus, .bg-0 .btn-outline-white:not(:disabled):not(.disabled).active:focus, .show > .bg-0 .btn-outline-white.dropdown-toggle:focus,
.bg-opacity-0 .btn-outline-white:not(:disabled):not(.disabled):active:focus,
.bg-opacity-0 .btn-outline-white:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-0 .btn-outline-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}

.bg-1 .custom-select,
.bg-opacity-1 .custom-select {
  border-color: #ffffff;
  color: #ffffff;
}
.bg-1 .custom-select option,
.bg-opacity-1 .custom-select option {
  color: #333333;
}
.bg-1 .custom-select option:hover,
.bg-opacity-1 .custom-select option:hover {
  background-color: #007c96;
}
.bg-1 .text-theme,
.bg-opacity-1 .text-theme {
  color: #ffffff !important;
}
.bg-1 a[href^="tel:"],
.bg-opacity-1 a[href^="tel:"] {
  color: #ffffff !important;
}
.bg-1 .btn-theme,
.bg-opacity-1 .btn-theme {
  color: #52565a;
  background-color: #ffffff;
  border-color: #004da0;
}
.bg-1 .btn-theme:hover,
.bg-opacity-1 .btn-theme:hover {
  color: #ffffff;
  background-color: #7e8890;
  border-color: #7e8890;
}
.bg-1 .btn-theme:focus, .bg-1 .btn-theme.focus,
.bg-opacity-1 .btn-theme:focus,
.bg-opacity-1 .btn-theme.focus {
  box-shadow: 0 0 0 0 rgba(12, 78, 150, 0.5);
}
.bg-1 .btn-theme.disabled, .bg-1 .btn-theme:disabled,
.bg-opacity-1 .btn-theme.disabled,
.bg-opacity-1 .btn-theme:disabled {
  color: #52565a;
  background-color: #ffffff;
  border-color: #004da0;
}
.bg-1 .btn-theme:not(:disabled):not(.disabled):active, .bg-1 .btn-theme:not(:disabled):not(.disabled).active, .show > .bg-1 .btn-theme.dropdown-toggle,
.bg-opacity-1 .btn-theme:not(:disabled):not(.disabled):active,
.bg-opacity-1 .btn-theme:not(:disabled):not(.disabled).active,
.show > .bg-opacity-1 .btn-theme.dropdown-toggle {
  color: #52565a;
  background-color: #e6e6e6;
  border-color: #002e60;
}
.bg-1 .btn-theme:not(:disabled):not(.disabled):active:focus, .bg-1 .btn-theme:not(:disabled):not(.disabled).active:focus, .show > .bg-1 .btn-theme.dropdown-toggle:focus,
.bg-opacity-1 .btn-theme:not(:disabled):not(.disabled):active:focus,
.bg-opacity-1 .btn-theme:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-1 .btn-theme.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(12, 78, 150, 0.5);
}
.bg-1 .btn-outline-primary,
.bg-opacity-1 .btn-outline-primary {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-1 .btn-outline-primary:hover,
.bg-opacity-1 .btn-outline-primary:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-1 .btn-outline-primary:focus, .bg-1 .btn-outline-primary.focus,
.bg-opacity-1 .btn-outline-primary:focus,
.bg-opacity-1 .btn-outline-primary.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-1 .btn-outline-primary.disabled, .bg-1 .btn-outline-primary:disabled,
.bg-opacity-1 .btn-outline-primary.disabled,
.bg-opacity-1 .btn-outline-primary:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-1 .btn-outline-primary:not(:disabled):not(.disabled):active, .bg-1 .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .bg-1 .btn-outline-primary.dropdown-toggle,
.bg-opacity-1 .btn-outline-primary:not(:disabled):not(.disabled):active,
.bg-opacity-1 .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .bg-opacity-1 .btn-outline-primary.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-1 .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .bg-1 .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .bg-1 .btn-outline-primary.dropdown-toggle:focus,
.bg-opacity-1 .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.bg-opacity-1 .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-1 .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-1 .btn-outline-secondary,
.bg-opacity-1 .btn-outline-secondary {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-1 .btn-outline-secondary:hover,
.bg-opacity-1 .btn-outline-secondary:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-1 .btn-outline-secondary:focus, .bg-1 .btn-outline-secondary.focus,
.bg-opacity-1 .btn-outline-secondary:focus,
.bg-opacity-1 .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-1 .btn-outline-secondary.disabled, .bg-1 .btn-outline-secondary:disabled,
.bg-opacity-1 .btn-outline-secondary.disabled,
.bg-opacity-1 .btn-outline-secondary:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-1 .btn-outline-secondary:not(:disabled):not(.disabled):active, .bg-1 .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .bg-1 .btn-outline-secondary.dropdown-toggle,
.bg-opacity-1 .btn-outline-secondary:not(:disabled):not(.disabled):active,
.bg-opacity-1 .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .bg-opacity-1 .btn-outline-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-1 .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .bg-1 .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .bg-1 .btn-outline-secondary.dropdown-toggle:focus,
.bg-opacity-1 .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.bg-opacity-1 .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-1 .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-1 .btn-outline-success,
.bg-opacity-1 .btn-outline-success {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-1 .btn-outline-success:hover,
.bg-opacity-1 .btn-outline-success:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-1 .btn-outline-success:focus, .bg-1 .btn-outline-success.focus,
.bg-opacity-1 .btn-outline-success:focus,
.bg-opacity-1 .btn-outline-success.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-1 .btn-outline-success.disabled, .bg-1 .btn-outline-success:disabled,
.bg-opacity-1 .btn-outline-success.disabled,
.bg-opacity-1 .btn-outline-success:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-1 .btn-outline-success:not(:disabled):not(.disabled):active, .bg-1 .btn-outline-success:not(:disabled):not(.disabled).active, .show > .bg-1 .btn-outline-success.dropdown-toggle,
.bg-opacity-1 .btn-outline-success:not(:disabled):not(.disabled):active,
.bg-opacity-1 .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .bg-opacity-1 .btn-outline-success.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-1 .btn-outline-success:not(:disabled):not(.disabled):active:focus, .bg-1 .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .bg-1 .btn-outline-success.dropdown-toggle:focus,
.bg-opacity-1 .btn-outline-success:not(:disabled):not(.disabled):active:focus,
.bg-opacity-1 .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-1 .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-1 .btn-outline-info,
.bg-opacity-1 .btn-outline-info {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-1 .btn-outline-info:hover,
.bg-opacity-1 .btn-outline-info:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-1 .btn-outline-info:focus, .bg-1 .btn-outline-info.focus,
.bg-opacity-1 .btn-outline-info:focus,
.bg-opacity-1 .btn-outline-info.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-1 .btn-outline-info.disabled, .bg-1 .btn-outline-info:disabled,
.bg-opacity-1 .btn-outline-info.disabled,
.bg-opacity-1 .btn-outline-info:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-1 .btn-outline-info:not(:disabled):not(.disabled):active, .bg-1 .btn-outline-info:not(:disabled):not(.disabled).active, .show > .bg-1 .btn-outline-info.dropdown-toggle,
.bg-opacity-1 .btn-outline-info:not(:disabled):not(.disabled):active,
.bg-opacity-1 .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .bg-opacity-1 .btn-outline-info.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-1 .btn-outline-info:not(:disabled):not(.disabled):active:focus, .bg-1 .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .bg-1 .btn-outline-info.dropdown-toggle:focus,
.bg-opacity-1 .btn-outline-info:not(:disabled):not(.disabled):active:focus,
.bg-opacity-1 .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-1 .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-1 .btn-outline-warning,
.bg-opacity-1 .btn-outline-warning {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-1 .btn-outline-warning:hover,
.bg-opacity-1 .btn-outline-warning:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-1 .btn-outline-warning:focus, .bg-1 .btn-outline-warning.focus,
.bg-opacity-1 .btn-outline-warning:focus,
.bg-opacity-1 .btn-outline-warning.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-1 .btn-outline-warning.disabled, .bg-1 .btn-outline-warning:disabled,
.bg-opacity-1 .btn-outline-warning.disabled,
.bg-opacity-1 .btn-outline-warning:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-1 .btn-outline-warning:not(:disabled):not(.disabled):active, .bg-1 .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .bg-1 .btn-outline-warning.dropdown-toggle,
.bg-opacity-1 .btn-outline-warning:not(:disabled):not(.disabled):active,
.bg-opacity-1 .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .bg-opacity-1 .btn-outline-warning.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-1 .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .bg-1 .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .bg-1 .btn-outline-warning.dropdown-toggle:focus,
.bg-opacity-1 .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.bg-opacity-1 .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-1 .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-1 .btn-outline-danger,
.bg-opacity-1 .btn-outline-danger {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-1 .btn-outline-danger:hover,
.bg-opacity-1 .btn-outline-danger:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-1 .btn-outline-danger:focus, .bg-1 .btn-outline-danger.focus,
.bg-opacity-1 .btn-outline-danger:focus,
.bg-opacity-1 .btn-outline-danger.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-1 .btn-outline-danger.disabled, .bg-1 .btn-outline-danger:disabled,
.bg-opacity-1 .btn-outline-danger.disabled,
.bg-opacity-1 .btn-outline-danger:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-1 .btn-outline-danger:not(:disabled):not(.disabled):active, .bg-1 .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .bg-1 .btn-outline-danger.dropdown-toggle,
.bg-opacity-1 .btn-outline-danger:not(:disabled):not(.disabled):active,
.bg-opacity-1 .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .bg-opacity-1 .btn-outline-danger.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-1 .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .bg-1 .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .bg-1 .btn-outline-danger.dropdown-toggle:focus,
.bg-opacity-1 .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.bg-opacity-1 .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-1 .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-1 .btn-outline-light,
.bg-opacity-1 .btn-outline-light {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-1 .btn-outline-light:hover,
.bg-opacity-1 .btn-outline-light:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-1 .btn-outline-light:focus, .bg-1 .btn-outline-light.focus,
.bg-opacity-1 .btn-outline-light:focus,
.bg-opacity-1 .btn-outline-light.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-1 .btn-outline-light.disabled, .bg-1 .btn-outline-light:disabled,
.bg-opacity-1 .btn-outline-light.disabled,
.bg-opacity-1 .btn-outline-light:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-1 .btn-outline-light:not(:disabled):not(.disabled):active, .bg-1 .btn-outline-light:not(:disabled):not(.disabled).active, .show > .bg-1 .btn-outline-light.dropdown-toggle,
.bg-opacity-1 .btn-outline-light:not(:disabled):not(.disabled):active,
.bg-opacity-1 .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .bg-opacity-1 .btn-outline-light.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-1 .btn-outline-light:not(:disabled):not(.disabled):active:focus, .bg-1 .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .bg-1 .btn-outline-light.dropdown-toggle:focus,
.bg-opacity-1 .btn-outline-light:not(:disabled):not(.disabled):active:focus,
.bg-opacity-1 .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-1 .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-1 .btn-outline-dark,
.bg-opacity-1 .btn-outline-dark {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-1 .btn-outline-dark:hover,
.bg-opacity-1 .btn-outline-dark:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-1 .btn-outline-dark:focus, .bg-1 .btn-outline-dark.focus,
.bg-opacity-1 .btn-outline-dark:focus,
.bg-opacity-1 .btn-outline-dark.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-1 .btn-outline-dark.disabled, .bg-1 .btn-outline-dark:disabled,
.bg-opacity-1 .btn-outline-dark.disabled,
.bg-opacity-1 .btn-outline-dark:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-1 .btn-outline-dark:not(:disabled):not(.disabled):active, .bg-1 .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .bg-1 .btn-outline-dark.dropdown-toggle,
.bg-opacity-1 .btn-outline-dark:not(:disabled):not(.disabled):active,
.bg-opacity-1 .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .bg-opacity-1 .btn-outline-dark.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-1 .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .bg-1 .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .bg-1 .btn-outline-dark.dropdown-toggle:focus,
.bg-opacity-1 .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.bg-opacity-1 .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-1 .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-1 .btn-outline-0,
.bg-opacity-1 .btn-outline-0 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-1 .btn-outline-0:hover,
.bg-opacity-1 .btn-outline-0:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-1 .btn-outline-0:focus, .bg-1 .btn-outline-0.focus,
.bg-opacity-1 .btn-outline-0:focus,
.bg-opacity-1 .btn-outline-0.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-1 .btn-outline-0.disabled, .bg-1 .btn-outline-0:disabled,
.bg-opacity-1 .btn-outline-0.disabled,
.bg-opacity-1 .btn-outline-0:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-1 .btn-outline-0:not(:disabled):not(.disabled):active, .bg-1 .btn-outline-0:not(:disabled):not(.disabled).active, .show > .bg-1 .btn-outline-0.dropdown-toggle,
.bg-opacity-1 .btn-outline-0:not(:disabled):not(.disabled):active,
.bg-opacity-1 .btn-outline-0:not(:disabled):not(.disabled).active,
.show > .bg-opacity-1 .btn-outline-0.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-1 .btn-outline-0:not(:disabled):not(.disabled):active:focus, .bg-1 .btn-outline-0:not(:disabled):not(.disabled).active:focus, .show > .bg-1 .btn-outline-0.dropdown-toggle:focus,
.bg-opacity-1 .btn-outline-0:not(:disabled):not(.disabled):active:focus,
.bg-opacity-1 .btn-outline-0:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-1 .btn-outline-0.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-1 .btn-outline-1,
.bg-opacity-1 .btn-outline-1 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-1 .btn-outline-1:hover,
.bg-opacity-1 .btn-outline-1:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-1 .btn-outline-1:focus, .bg-1 .btn-outline-1.focus,
.bg-opacity-1 .btn-outline-1:focus,
.bg-opacity-1 .btn-outline-1.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-1 .btn-outline-1.disabled, .bg-1 .btn-outline-1:disabled,
.bg-opacity-1 .btn-outline-1.disabled,
.bg-opacity-1 .btn-outline-1:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-1 .btn-outline-1:not(:disabled):not(.disabled):active, .bg-1 .btn-outline-1:not(:disabled):not(.disabled).active, .show > .bg-1 .btn-outline-1.dropdown-toggle,
.bg-opacity-1 .btn-outline-1:not(:disabled):not(.disabled):active,
.bg-opacity-1 .btn-outline-1:not(:disabled):not(.disabled).active,
.show > .bg-opacity-1 .btn-outline-1.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-1 .btn-outline-1:not(:disabled):not(.disabled):active:focus, .bg-1 .btn-outline-1:not(:disabled):not(.disabled).active:focus, .show > .bg-1 .btn-outline-1.dropdown-toggle:focus,
.bg-opacity-1 .btn-outline-1:not(:disabled):not(.disabled):active:focus,
.bg-opacity-1 .btn-outline-1:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-1 .btn-outline-1.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-1 .btn-outline-2,
.bg-opacity-1 .btn-outline-2 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-1 .btn-outline-2:hover,
.bg-opacity-1 .btn-outline-2:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-1 .btn-outline-2:focus, .bg-1 .btn-outline-2.focus,
.bg-opacity-1 .btn-outline-2:focus,
.bg-opacity-1 .btn-outline-2.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-1 .btn-outline-2.disabled, .bg-1 .btn-outline-2:disabled,
.bg-opacity-1 .btn-outline-2.disabled,
.bg-opacity-1 .btn-outline-2:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-1 .btn-outline-2:not(:disabled):not(.disabled):active, .bg-1 .btn-outline-2:not(:disabled):not(.disabled).active, .show > .bg-1 .btn-outline-2.dropdown-toggle,
.bg-opacity-1 .btn-outline-2:not(:disabled):not(.disabled):active,
.bg-opacity-1 .btn-outline-2:not(:disabled):not(.disabled).active,
.show > .bg-opacity-1 .btn-outline-2.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-1 .btn-outline-2:not(:disabled):not(.disabled):active:focus, .bg-1 .btn-outline-2:not(:disabled):not(.disabled).active:focus, .show > .bg-1 .btn-outline-2.dropdown-toggle:focus,
.bg-opacity-1 .btn-outline-2:not(:disabled):not(.disabled):active:focus,
.bg-opacity-1 .btn-outline-2:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-1 .btn-outline-2.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-1 .btn-outline-3,
.bg-opacity-1 .btn-outline-3 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-1 .btn-outline-3:hover,
.bg-opacity-1 .btn-outline-3:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-1 .btn-outline-3:focus, .bg-1 .btn-outline-3.focus,
.bg-opacity-1 .btn-outline-3:focus,
.bg-opacity-1 .btn-outline-3.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-1 .btn-outline-3.disabled, .bg-1 .btn-outline-3:disabled,
.bg-opacity-1 .btn-outline-3.disabled,
.bg-opacity-1 .btn-outline-3:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-1 .btn-outline-3:not(:disabled):not(.disabled):active, .bg-1 .btn-outline-3:not(:disabled):not(.disabled).active, .show > .bg-1 .btn-outline-3.dropdown-toggle,
.bg-opacity-1 .btn-outline-3:not(:disabled):not(.disabled):active,
.bg-opacity-1 .btn-outline-3:not(:disabled):not(.disabled).active,
.show > .bg-opacity-1 .btn-outline-3.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-1 .btn-outline-3:not(:disabled):not(.disabled):active:focus, .bg-1 .btn-outline-3:not(:disabled):not(.disabled).active:focus, .show > .bg-1 .btn-outline-3.dropdown-toggle:focus,
.bg-opacity-1 .btn-outline-3:not(:disabled):not(.disabled):active:focus,
.bg-opacity-1 .btn-outline-3:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-1 .btn-outline-3.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-1 .btn-outline-4,
.bg-opacity-1 .btn-outline-4 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-1 .btn-outline-4:hover,
.bg-opacity-1 .btn-outline-4:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-1 .btn-outline-4:focus, .bg-1 .btn-outline-4.focus,
.bg-opacity-1 .btn-outline-4:focus,
.bg-opacity-1 .btn-outline-4.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-1 .btn-outline-4.disabled, .bg-1 .btn-outline-4:disabled,
.bg-opacity-1 .btn-outline-4.disabled,
.bg-opacity-1 .btn-outline-4:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-1 .btn-outline-4:not(:disabled):not(.disabled):active, .bg-1 .btn-outline-4:not(:disabled):not(.disabled).active, .show > .bg-1 .btn-outline-4.dropdown-toggle,
.bg-opacity-1 .btn-outline-4:not(:disabled):not(.disabled):active,
.bg-opacity-1 .btn-outline-4:not(:disabled):not(.disabled).active,
.show > .bg-opacity-1 .btn-outline-4.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-1 .btn-outline-4:not(:disabled):not(.disabled):active:focus, .bg-1 .btn-outline-4:not(:disabled):not(.disabled).active:focus, .show > .bg-1 .btn-outline-4.dropdown-toggle:focus,
.bg-opacity-1 .btn-outline-4:not(:disabled):not(.disabled):active:focus,
.bg-opacity-1 .btn-outline-4:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-1 .btn-outline-4.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-1 .btn-outline-5,
.bg-opacity-1 .btn-outline-5 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-1 .btn-outline-5:hover,
.bg-opacity-1 .btn-outline-5:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-1 .btn-outline-5:focus, .bg-1 .btn-outline-5.focus,
.bg-opacity-1 .btn-outline-5:focus,
.bg-opacity-1 .btn-outline-5.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-1 .btn-outline-5.disabled, .bg-1 .btn-outline-5:disabled,
.bg-opacity-1 .btn-outline-5.disabled,
.bg-opacity-1 .btn-outline-5:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-1 .btn-outline-5:not(:disabled):not(.disabled):active, .bg-1 .btn-outline-5:not(:disabled):not(.disabled).active, .show > .bg-1 .btn-outline-5.dropdown-toggle,
.bg-opacity-1 .btn-outline-5:not(:disabled):not(.disabled):active,
.bg-opacity-1 .btn-outline-5:not(:disabled):not(.disabled).active,
.show > .bg-opacity-1 .btn-outline-5.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-1 .btn-outline-5:not(:disabled):not(.disabled):active:focus, .bg-1 .btn-outline-5:not(:disabled):not(.disabled).active:focus, .show > .bg-1 .btn-outline-5.dropdown-toggle:focus,
.bg-opacity-1 .btn-outline-5:not(:disabled):not(.disabled):active:focus,
.bg-opacity-1 .btn-outline-5:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-1 .btn-outline-5.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-1 .btn-outline-6,
.bg-opacity-1 .btn-outline-6 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-1 .btn-outline-6:hover,
.bg-opacity-1 .btn-outline-6:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-1 .btn-outline-6:focus, .bg-1 .btn-outline-6.focus,
.bg-opacity-1 .btn-outline-6:focus,
.bg-opacity-1 .btn-outline-6.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-1 .btn-outline-6.disabled, .bg-1 .btn-outline-6:disabled,
.bg-opacity-1 .btn-outline-6.disabled,
.bg-opacity-1 .btn-outline-6:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-1 .btn-outline-6:not(:disabled):not(.disabled):active, .bg-1 .btn-outline-6:not(:disabled):not(.disabled).active, .show > .bg-1 .btn-outline-6.dropdown-toggle,
.bg-opacity-1 .btn-outline-6:not(:disabled):not(.disabled):active,
.bg-opacity-1 .btn-outline-6:not(:disabled):not(.disabled).active,
.show > .bg-opacity-1 .btn-outline-6.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-1 .btn-outline-6:not(:disabled):not(.disabled):active:focus, .bg-1 .btn-outline-6:not(:disabled):not(.disabled).active:focus, .show > .bg-1 .btn-outline-6.dropdown-toggle:focus,
.bg-opacity-1 .btn-outline-6:not(:disabled):not(.disabled):active:focus,
.bg-opacity-1 .btn-outline-6:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-1 .btn-outline-6.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-1 .btn-outline-7,
.bg-opacity-1 .btn-outline-7 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-1 .btn-outline-7:hover,
.bg-opacity-1 .btn-outline-7:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-1 .btn-outline-7:focus, .bg-1 .btn-outline-7.focus,
.bg-opacity-1 .btn-outline-7:focus,
.bg-opacity-1 .btn-outline-7.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-1 .btn-outline-7.disabled, .bg-1 .btn-outline-7:disabled,
.bg-opacity-1 .btn-outline-7.disabled,
.bg-opacity-1 .btn-outline-7:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-1 .btn-outline-7:not(:disabled):not(.disabled):active, .bg-1 .btn-outline-7:not(:disabled):not(.disabled).active, .show > .bg-1 .btn-outline-7.dropdown-toggle,
.bg-opacity-1 .btn-outline-7:not(:disabled):not(.disabled):active,
.bg-opacity-1 .btn-outline-7:not(:disabled):not(.disabled).active,
.show > .bg-opacity-1 .btn-outline-7.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-1 .btn-outline-7:not(:disabled):not(.disabled):active:focus, .bg-1 .btn-outline-7:not(:disabled):not(.disabled).active:focus, .show > .bg-1 .btn-outline-7.dropdown-toggle:focus,
.bg-opacity-1 .btn-outline-7:not(:disabled):not(.disabled):active:focus,
.bg-opacity-1 .btn-outline-7:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-1 .btn-outline-7.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-1 .btn-outline-8,
.bg-opacity-1 .btn-outline-8 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-1 .btn-outline-8:hover,
.bg-opacity-1 .btn-outline-8:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-1 .btn-outline-8:focus, .bg-1 .btn-outline-8.focus,
.bg-opacity-1 .btn-outline-8:focus,
.bg-opacity-1 .btn-outline-8.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-1 .btn-outline-8.disabled, .bg-1 .btn-outline-8:disabled,
.bg-opacity-1 .btn-outline-8.disabled,
.bg-opacity-1 .btn-outline-8:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-1 .btn-outline-8:not(:disabled):not(.disabled):active, .bg-1 .btn-outline-8:not(:disabled):not(.disabled).active, .show > .bg-1 .btn-outline-8.dropdown-toggle,
.bg-opacity-1 .btn-outline-8:not(:disabled):not(.disabled):active,
.bg-opacity-1 .btn-outline-8:not(:disabled):not(.disabled).active,
.show > .bg-opacity-1 .btn-outline-8.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-1 .btn-outline-8:not(:disabled):not(.disabled):active:focus, .bg-1 .btn-outline-8:not(:disabled):not(.disabled).active:focus, .show > .bg-1 .btn-outline-8.dropdown-toggle:focus,
.bg-opacity-1 .btn-outline-8:not(:disabled):not(.disabled):active:focus,
.bg-opacity-1 .btn-outline-8:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-1 .btn-outline-8.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-1 .btn-outline-9,
.bg-opacity-1 .btn-outline-9 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-1 .btn-outline-9:hover,
.bg-opacity-1 .btn-outline-9:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-1 .btn-outline-9:focus, .bg-1 .btn-outline-9.focus,
.bg-opacity-1 .btn-outline-9:focus,
.bg-opacity-1 .btn-outline-9.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-1 .btn-outline-9.disabled, .bg-1 .btn-outline-9:disabled,
.bg-opacity-1 .btn-outline-9.disabled,
.bg-opacity-1 .btn-outline-9:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-1 .btn-outline-9:not(:disabled):not(.disabled):active, .bg-1 .btn-outline-9:not(:disabled):not(.disabled).active, .show > .bg-1 .btn-outline-9.dropdown-toggle,
.bg-opacity-1 .btn-outline-9:not(:disabled):not(.disabled):active,
.bg-opacity-1 .btn-outline-9:not(:disabled):not(.disabled).active,
.show > .bg-opacity-1 .btn-outline-9.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-1 .btn-outline-9:not(:disabled):not(.disabled):active:focus, .bg-1 .btn-outline-9:not(:disabled):not(.disabled).active:focus, .show > .bg-1 .btn-outline-9.dropdown-toggle:focus,
.bg-opacity-1 .btn-outline-9:not(:disabled):not(.disabled):active:focus,
.bg-opacity-1 .btn-outline-9:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-1 .btn-outline-9.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-1 .btn-outline-10,
.bg-opacity-1 .btn-outline-10 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-1 .btn-outline-10:hover,
.bg-opacity-1 .btn-outline-10:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-1 .btn-outline-10:focus, .bg-1 .btn-outline-10.focus,
.bg-opacity-1 .btn-outline-10:focus,
.bg-opacity-1 .btn-outline-10.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-1 .btn-outline-10.disabled, .bg-1 .btn-outline-10:disabled,
.bg-opacity-1 .btn-outline-10.disabled,
.bg-opacity-1 .btn-outline-10:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-1 .btn-outline-10:not(:disabled):not(.disabled):active, .bg-1 .btn-outline-10:not(:disabled):not(.disabled).active, .show > .bg-1 .btn-outline-10.dropdown-toggle,
.bg-opacity-1 .btn-outline-10:not(:disabled):not(.disabled):active,
.bg-opacity-1 .btn-outline-10:not(:disabled):not(.disabled).active,
.show > .bg-opacity-1 .btn-outline-10.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-1 .btn-outline-10:not(:disabled):not(.disabled):active:focus, .bg-1 .btn-outline-10:not(:disabled):not(.disabled).active:focus, .show > .bg-1 .btn-outline-10.dropdown-toggle:focus,
.bg-opacity-1 .btn-outline-10:not(:disabled):not(.disabled):active:focus,
.bg-opacity-1 .btn-outline-10:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-1 .btn-outline-10.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-1 .btn-outline-default,
.bg-opacity-1 .btn-outline-default {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-1 .btn-outline-default:hover,
.bg-opacity-1 .btn-outline-default:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-1 .btn-outline-default:focus, .bg-1 .btn-outline-default.focus,
.bg-opacity-1 .btn-outline-default:focus,
.bg-opacity-1 .btn-outline-default.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-1 .btn-outline-default.disabled, .bg-1 .btn-outline-default:disabled,
.bg-opacity-1 .btn-outline-default.disabled,
.bg-opacity-1 .btn-outline-default:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-1 .btn-outline-default:not(:disabled):not(.disabled):active, .bg-1 .btn-outline-default:not(:disabled):not(.disabled).active, .show > .bg-1 .btn-outline-default.dropdown-toggle,
.bg-opacity-1 .btn-outline-default:not(:disabled):not(.disabled):active,
.bg-opacity-1 .btn-outline-default:not(:disabled):not(.disabled).active,
.show > .bg-opacity-1 .btn-outline-default.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-1 .btn-outline-default:not(:disabled):not(.disabled):active:focus, .bg-1 .btn-outline-default:not(:disabled):not(.disabled).active:focus, .show > .bg-1 .btn-outline-default.dropdown-toggle:focus,
.bg-opacity-1 .btn-outline-default:not(:disabled):not(.disabled):active:focus,
.bg-opacity-1 .btn-outline-default:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-1 .btn-outline-default.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-1 .btn-outline-violet,
.bg-opacity-1 .btn-outline-violet {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-1 .btn-outline-violet:hover,
.bg-opacity-1 .btn-outline-violet:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-1 .btn-outline-violet:focus, .bg-1 .btn-outline-violet.focus,
.bg-opacity-1 .btn-outline-violet:focus,
.bg-opacity-1 .btn-outline-violet.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-1 .btn-outline-violet.disabled, .bg-1 .btn-outline-violet:disabled,
.bg-opacity-1 .btn-outline-violet.disabled,
.bg-opacity-1 .btn-outline-violet:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-1 .btn-outline-violet:not(:disabled):not(.disabled):active, .bg-1 .btn-outline-violet:not(:disabled):not(.disabled).active, .show > .bg-1 .btn-outline-violet.dropdown-toggle,
.bg-opacity-1 .btn-outline-violet:not(:disabled):not(.disabled):active,
.bg-opacity-1 .btn-outline-violet:not(:disabled):not(.disabled).active,
.show > .bg-opacity-1 .btn-outline-violet.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-1 .btn-outline-violet:not(:disabled):not(.disabled):active:focus, .bg-1 .btn-outline-violet:not(:disabled):not(.disabled).active:focus, .show > .bg-1 .btn-outline-violet.dropdown-toggle:focus,
.bg-opacity-1 .btn-outline-violet:not(:disabled):not(.disabled):active:focus,
.bg-opacity-1 .btn-outline-violet:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-1 .btn-outline-violet.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-1 .btn-outline-magenta,
.bg-opacity-1 .btn-outline-magenta {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-1 .btn-outline-magenta:hover,
.bg-opacity-1 .btn-outline-magenta:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-1 .btn-outline-magenta:focus, .bg-1 .btn-outline-magenta.focus,
.bg-opacity-1 .btn-outline-magenta:focus,
.bg-opacity-1 .btn-outline-magenta.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-1 .btn-outline-magenta.disabled, .bg-1 .btn-outline-magenta:disabled,
.bg-opacity-1 .btn-outline-magenta.disabled,
.bg-opacity-1 .btn-outline-magenta:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-1 .btn-outline-magenta:not(:disabled):not(.disabled):active, .bg-1 .btn-outline-magenta:not(:disabled):not(.disabled).active, .show > .bg-1 .btn-outline-magenta.dropdown-toggle,
.bg-opacity-1 .btn-outline-magenta:not(:disabled):not(.disabled):active,
.bg-opacity-1 .btn-outline-magenta:not(:disabled):not(.disabled).active,
.show > .bg-opacity-1 .btn-outline-magenta.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-1 .btn-outline-magenta:not(:disabled):not(.disabled):active:focus, .bg-1 .btn-outline-magenta:not(:disabled):not(.disabled).active:focus, .show > .bg-1 .btn-outline-magenta.dropdown-toggle:focus,
.bg-opacity-1 .btn-outline-magenta:not(:disabled):not(.disabled):active:focus,
.bg-opacity-1 .btn-outline-magenta:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-1 .btn-outline-magenta.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-1 .btn-outline-petrol,
.bg-opacity-1 .btn-outline-petrol {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-1 .btn-outline-petrol:hover,
.bg-opacity-1 .btn-outline-petrol:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-1 .btn-outline-petrol:focus, .bg-1 .btn-outline-petrol.focus,
.bg-opacity-1 .btn-outline-petrol:focus,
.bg-opacity-1 .btn-outline-petrol.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-1 .btn-outline-petrol.disabled, .bg-1 .btn-outline-petrol:disabled,
.bg-opacity-1 .btn-outline-petrol.disabled,
.bg-opacity-1 .btn-outline-petrol:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-1 .btn-outline-petrol:not(:disabled):not(.disabled):active, .bg-1 .btn-outline-petrol:not(:disabled):not(.disabled).active, .show > .bg-1 .btn-outline-petrol.dropdown-toggle,
.bg-opacity-1 .btn-outline-petrol:not(:disabled):not(.disabled):active,
.bg-opacity-1 .btn-outline-petrol:not(:disabled):not(.disabled).active,
.show > .bg-opacity-1 .btn-outline-petrol.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-1 .btn-outline-petrol:not(:disabled):not(.disabled):active:focus, .bg-1 .btn-outline-petrol:not(:disabled):not(.disabled).active:focus, .show > .bg-1 .btn-outline-petrol.dropdown-toggle:focus,
.bg-opacity-1 .btn-outline-petrol:not(:disabled):not(.disabled):active:focus,
.bg-opacity-1 .btn-outline-petrol:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-1 .btn-outline-petrol.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-1 .btn-outline-green,
.bg-opacity-1 .btn-outline-green {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-1 .btn-outline-green:hover,
.bg-opacity-1 .btn-outline-green:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-1 .btn-outline-green:focus, .bg-1 .btn-outline-green.focus,
.bg-opacity-1 .btn-outline-green:focus,
.bg-opacity-1 .btn-outline-green.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-1 .btn-outline-green.disabled, .bg-1 .btn-outline-green:disabled,
.bg-opacity-1 .btn-outline-green.disabled,
.bg-opacity-1 .btn-outline-green:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-1 .btn-outline-green:not(:disabled):not(.disabled):active, .bg-1 .btn-outline-green:not(:disabled):not(.disabled).active, .show > .bg-1 .btn-outline-green.dropdown-toggle,
.bg-opacity-1 .btn-outline-green:not(:disabled):not(.disabled):active,
.bg-opacity-1 .btn-outline-green:not(:disabled):not(.disabled).active,
.show > .bg-opacity-1 .btn-outline-green.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-1 .btn-outline-green:not(:disabled):not(.disabled):active:focus, .bg-1 .btn-outline-green:not(:disabled):not(.disabled).active:focus, .show > .bg-1 .btn-outline-green.dropdown-toggle:focus,
.bg-opacity-1 .btn-outline-green:not(:disabled):not(.disabled):active:focus,
.bg-opacity-1 .btn-outline-green:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-1 .btn-outline-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-1 .btn-outline-orange,
.bg-opacity-1 .btn-outline-orange {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-1 .btn-outline-orange:hover,
.bg-opacity-1 .btn-outline-orange:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-1 .btn-outline-orange:focus, .bg-1 .btn-outline-orange.focus,
.bg-opacity-1 .btn-outline-orange:focus,
.bg-opacity-1 .btn-outline-orange.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-1 .btn-outline-orange.disabled, .bg-1 .btn-outline-orange:disabled,
.bg-opacity-1 .btn-outline-orange.disabled,
.bg-opacity-1 .btn-outline-orange:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-1 .btn-outline-orange:not(:disabled):not(.disabled):active, .bg-1 .btn-outline-orange:not(:disabled):not(.disabled).active, .show > .bg-1 .btn-outline-orange.dropdown-toggle,
.bg-opacity-1 .btn-outline-orange:not(:disabled):not(.disabled):active,
.bg-opacity-1 .btn-outline-orange:not(:disabled):not(.disabled).active,
.show > .bg-opacity-1 .btn-outline-orange.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-1 .btn-outline-orange:not(:disabled):not(.disabled):active:focus, .bg-1 .btn-outline-orange:not(:disabled):not(.disabled).active:focus, .show > .bg-1 .btn-outline-orange.dropdown-toggle:focus,
.bg-opacity-1 .btn-outline-orange:not(:disabled):not(.disabled):active:focus,
.bg-opacity-1 .btn-outline-orange:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-1 .btn-outline-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-1 .btn-outline-gold,
.bg-opacity-1 .btn-outline-gold {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-1 .btn-outline-gold:hover,
.bg-opacity-1 .btn-outline-gold:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-1 .btn-outline-gold:focus, .bg-1 .btn-outline-gold.focus,
.bg-opacity-1 .btn-outline-gold:focus,
.bg-opacity-1 .btn-outline-gold.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-1 .btn-outline-gold.disabled, .bg-1 .btn-outline-gold:disabled,
.bg-opacity-1 .btn-outline-gold.disabled,
.bg-opacity-1 .btn-outline-gold:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-1 .btn-outline-gold:not(:disabled):not(.disabled):active, .bg-1 .btn-outline-gold:not(:disabled):not(.disabled).active, .show > .bg-1 .btn-outline-gold.dropdown-toggle,
.bg-opacity-1 .btn-outline-gold:not(:disabled):not(.disabled):active,
.bg-opacity-1 .btn-outline-gold:not(:disabled):not(.disabled).active,
.show > .bg-opacity-1 .btn-outline-gold.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-1 .btn-outline-gold:not(:disabled):not(.disabled):active:focus, .bg-1 .btn-outline-gold:not(:disabled):not(.disabled).active:focus, .show > .bg-1 .btn-outline-gold.dropdown-toggle:focus,
.bg-opacity-1 .btn-outline-gold:not(:disabled):not(.disabled):active:focus,
.bg-opacity-1 .btn-outline-gold:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-1 .btn-outline-gold.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-1 .btn-outline-silver,
.bg-opacity-1 .btn-outline-silver {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-1 .btn-outline-silver:hover,
.bg-opacity-1 .btn-outline-silver:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-1 .btn-outline-silver:focus, .bg-1 .btn-outline-silver.focus,
.bg-opacity-1 .btn-outline-silver:focus,
.bg-opacity-1 .btn-outline-silver.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-1 .btn-outline-silver.disabled, .bg-1 .btn-outline-silver:disabled,
.bg-opacity-1 .btn-outline-silver.disabled,
.bg-opacity-1 .btn-outline-silver:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-1 .btn-outline-silver:not(:disabled):not(.disabled):active, .bg-1 .btn-outline-silver:not(:disabled):not(.disabled).active, .show > .bg-1 .btn-outline-silver.dropdown-toggle,
.bg-opacity-1 .btn-outline-silver:not(:disabled):not(.disabled):active,
.bg-opacity-1 .btn-outline-silver:not(:disabled):not(.disabled).active,
.show > .bg-opacity-1 .btn-outline-silver.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-1 .btn-outline-silver:not(:disabled):not(.disabled):active:focus, .bg-1 .btn-outline-silver:not(:disabled):not(.disabled).active:focus, .show > .bg-1 .btn-outline-silver.dropdown-toggle:focus,
.bg-opacity-1 .btn-outline-silver:not(:disabled):not(.disabled):active:focus,
.bg-opacity-1 .btn-outline-silver:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-1 .btn-outline-silver.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-1 .btn-outline-white,
.bg-opacity-1 .btn-outline-white {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-1 .btn-outline-white:hover,
.bg-opacity-1 .btn-outline-white:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-1 .btn-outline-white:focus, .bg-1 .btn-outline-white.focus,
.bg-opacity-1 .btn-outline-white:focus,
.bg-opacity-1 .btn-outline-white.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-1 .btn-outline-white.disabled, .bg-1 .btn-outline-white:disabled,
.bg-opacity-1 .btn-outline-white.disabled,
.bg-opacity-1 .btn-outline-white:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-1 .btn-outline-white:not(:disabled):not(.disabled):active, .bg-1 .btn-outline-white:not(:disabled):not(.disabled).active, .show > .bg-1 .btn-outline-white.dropdown-toggle,
.bg-opacity-1 .btn-outline-white:not(:disabled):not(.disabled):active,
.bg-opacity-1 .btn-outline-white:not(:disabled):not(.disabled).active,
.show > .bg-opacity-1 .btn-outline-white.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-1 .btn-outline-white:not(:disabled):not(.disabled):active:focus, .bg-1 .btn-outline-white:not(:disabled):not(.disabled).active:focus, .show > .bg-1 .btn-outline-white.dropdown-toggle:focus,
.bg-opacity-1 .btn-outline-white:not(:disabled):not(.disabled):active:focus,
.bg-opacity-1 .btn-outline-white:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-1 .btn-outline-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}

.bg-2 .custom-select,
.bg-opacity-2 .custom-select {
  border-color: #ffffff;
  color: #ffffff;
}
.bg-2 .custom-select option,
.bg-opacity-2 .custom-select option {
  color: #333333;
}
.bg-2 .custom-select option:hover,
.bg-opacity-2 .custom-select option:hover {
  background-color: #007c96;
}
.bg-2 .text-theme,
.bg-opacity-2 .text-theme {
  color: #ffffff !important;
}
.bg-2 a[href^="tel:"],
.bg-opacity-2 a[href^="tel:"] {
  color: #ffffff !important;
}
.bg-2 .btn-theme,
.bg-opacity-2 .btn-theme {
  color: #52565a;
  background-color: #ffffff;
  border-color: #00a6eb;
}
.bg-2 .btn-theme:hover,
.bg-opacity-2 .btn-theme:hover {
  color: #ffffff;
  background-color: #7e8890;
  border-color: #7e8890;
}
.bg-2 .btn-theme:focus, .bg-2 .btn-theme.focus,
.bg-opacity-2 .btn-theme:focus,
.bg-opacity-2 .btn-theme.focus {
  box-shadow: 0 0 0 0 rgba(12, 154, 213, 0.5);
}
.bg-2 .btn-theme.disabled, .bg-2 .btn-theme:disabled,
.bg-opacity-2 .btn-theme.disabled,
.bg-opacity-2 .btn-theme:disabled {
  color: #52565a;
  background-color: #ffffff;
  border-color: #00a6eb;
}
.bg-2 .btn-theme:not(:disabled):not(.disabled):active, .bg-2 .btn-theme:not(:disabled):not(.disabled).active, .show > .bg-2 .btn-theme.dropdown-toggle,
.bg-opacity-2 .btn-theme:not(:disabled):not(.disabled):active,
.bg-opacity-2 .btn-theme:not(:disabled):not(.disabled).active,
.show > .bg-opacity-2 .btn-theme.dropdown-toggle {
  color: #52565a;
  background-color: #e6e6e6;
  border-color: #0079ab;
}
.bg-2 .btn-theme:not(:disabled):not(.disabled):active:focus, .bg-2 .btn-theme:not(:disabled):not(.disabled).active:focus, .show > .bg-2 .btn-theme.dropdown-toggle:focus,
.bg-opacity-2 .btn-theme:not(:disabled):not(.disabled):active:focus,
.bg-opacity-2 .btn-theme:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-2 .btn-theme.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(12, 154, 213, 0.5);
}
.bg-2 .btn-outline-primary,
.bg-opacity-2 .btn-outline-primary {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-2 .btn-outline-primary:hover,
.bg-opacity-2 .btn-outline-primary:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-2 .btn-outline-primary:focus, .bg-2 .btn-outline-primary.focus,
.bg-opacity-2 .btn-outline-primary:focus,
.bg-opacity-2 .btn-outline-primary.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-2 .btn-outline-primary.disabled, .bg-2 .btn-outline-primary:disabled,
.bg-opacity-2 .btn-outline-primary.disabled,
.bg-opacity-2 .btn-outline-primary:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-2 .btn-outline-primary:not(:disabled):not(.disabled):active, .bg-2 .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .bg-2 .btn-outline-primary.dropdown-toggle,
.bg-opacity-2 .btn-outline-primary:not(:disabled):not(.disabled):active,
.bg-opacity-2 .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .bg-opacity-2 .btn-outline-primary.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-2 .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .bg-2 .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .bg-2 .btn-outline-primary.dropdown-toggle:focus,
.bg-opacity-2 .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.bg-opacity-2 .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-2 .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-2 .btn-outline-secondary,
.bg-opacity-2 .btn-outline-secondary {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-2 .btn-outline-secondary:hover,
.bg-opacity-2 .btn-outline-secondary:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-2 .btn-outline-secondary:focus, .bg-2 .btn-outline-secondary.focus,
.bg-opacity-2 .btn-outline-secondary:focus,
.bg-opacity-2 .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-2 .btn-outline-secondary.disabled, .bg-2 .btn-outline-secondary:disabled,
.bg-opacity-2 .btn-outline-secondary.disabled,
.bg-opacity-2 .btn-outline-secondary:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-2 .btn-outline-secondary:not(:disabled):not(.disabled):active, .bg-2 .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .bg-2 .btn-outline-secondary.dropdown-toggle,
.bg-opacity-2 .btn-outline-secondary:not(:disabled):not(.disabled):active,
.bg-opacity-2 .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .bg-opacity-2 .btn-outline-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-2 .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .bg-2 .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .bg-2 .btn-outline-secondary.dropdown-toggle:focus,
.bg-opacity-2 .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.bg-opacity-2 .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-2 .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-2 .btn-outline-success,
.bg-opacity-2 .btn-outline-success {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-2 .btn-outline-success:hover,
.bg-opacity-2 .btn-outline-success:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-2 .btn-outline-success:focus, .bg-2 .btn-outline-success.focus,
.bg-opacity-2 .btn-outline-success:focus,
.bg-opacity-2 .btn-outline-success.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-2 .btn-outline-success.disabled, .bg-2 .btn-outline-success:disabled,
.bg-opacity-2 .btn-outline-success.disabled,
.bg-opacity-2 .btn-outline-success:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-2 .btn-outline-success:not(:disabled):not(.disabled):active, .bg-2 .btn-outline-success:not(:disabled):not(.disabled).active, .show > .bg-2 .btn-outline-success.dropdown-toggle,
.bg-opacity-2 .btn-outline-success:not(:disabled):not(.disabled):active,
.bg-opacity-2 .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .bg-opacity-2 .btn-outline-success.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-2 .btn-outline-success:not(:disabled):not(.disabled):active:focus, .bg-2 .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .bg-2 .btn-outline-success.dropdown-toggle:focus,
.bg-opacity-2 .btn-outline-success:not(:disabled):not(.disabled):active:focus,
.bg-opacity-2 .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-2 .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-2 .btn-outline-info,
.bg-opacity-2 .btn-outline-info {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-2 .btn-outline-info:hover,
.bg-opacity-2 .btn-outline-info:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-2 .btn-outline-info:focus, .bg-2 .btn-outline-info.focus,
.bg-opacity-2 .btn-outline-info:focus,
.bg-opacity-2 .btn-outline-info.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-2 .btn-outline-info.disabled, .bg-2 .btn-outline-info:disabled,
.bg-opacity-2 .btn-outline-info.disabled,
.bg-opacity-2 .btn-outline-info:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-2 .btn-outline-info:not(:disabled):not(.disabled):active, .bg-2 .btn-outline-info:not(:disabled):not(.disabled).active, .show > .bg-2 .btn-outline-info.dropdown-toggle,
.bg-opacity-2 .btn-outline-info:not(:disabled):not(.disabled):active,
.bg-opacity-2 .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .bg-opacity-2 .btn-outline-info.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-2 .btn-outline-info:not(:disabled):not(.disabled):active:focus, .bg-2 .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .bg-2 .btn-outline-info.dropdown-toggle:focus,
.bg-opacity-2 .btn-outline-info:not(:disabled):not(.disabled):active:focus,
.bg-opacity-2 .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-2 .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-2 .btn-outline-warning,
.bg-opacity-2 .btn-outline-warning {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-2 .btn-outline-warning:hover,
.bg-opacity-2 .btn-outline-warning:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-2 .btn-outline-warning:focus, .bg-2 .btn-outline-warning.focus,
.bg-opacity-2 .btn-outline-warning:focus,
.bg-opacity-2 .btn-outline-warning.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-2 .btn-outline-warning.disabled, .bg-2 .btn-outline-warning:disabled,
.bg-opacity-2 .btn-outline-warning.disabled,
.bg-opacity-2 .btn-outline-warning:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-2 .btn-outline-warning:not(:disabled):not(.disabled):active, .bg-2 .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .bg-2 .btn-outline-warning.dropdown-toggle,
.bg-opacity-2 .btn-outline-warning:not(:disabled):not(.disabled):active,
.bg-opacity-2 .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .bg-opacity-2 .btn-outline-warning.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-2 .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .bg-2 .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .bg-2 .btn-outline-warning.dropdown-toggle:focus,
.bg-opacity-2 .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.bg-opacity-2 .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-2 .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-2 .btn-outline-danger,
.bg-opacity-2 .btn-outline-danger {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-2 .btn-outline-danger:hover,
.bg-opacity-2 .btn-outline-danger:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-2 .btn-outline-danger:focus, .bg-2 .btn-outline-danger.focus,
.bg-opacity-2 .btn-outline-danger:focus,
.bg-opacity-2 .btn-outline-danger.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-2 .btn-outline-danger.disabled, .bg-2 .btn-outline-danger:disabled,
.bg-opacity-2 .btn-outline-danger.disabled,
.bg-opacity-2 .btn-outline-danger:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-2 .btn-outline-danger:not(:disabled):not(.disabled):active, .bg-2 .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .bg-2 .btn-outline-danger.dropdown-toggle,
.bg-opacity-2 .btn-outline-danger:not(:disabled):not(.disabled):active,
.bg-opacity-2 .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .bg-opacity-2 .btn-outline-danger.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-2 .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .bg-2 .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .bg-2 .btn-outline-danger.dropdown-toggle:focus,
.bg-opacity-2 .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.bg-opacity-2 .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-2 .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-2 .btn-outline-light,
.bg-opacity-2 .btn-outline-light {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-2 .btn-outline-light:hover,
.bg-opacity-2 .btn-outline-light:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-2 .btn-outline-light:focus, .bg-2 .btn-outline-light.focus,
.bg-opacity-2 .btn-outline-light:focus,
.bg-opacity-2 .btn-outline-light.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-2 .btn-outline-light.disabled, .bg-2 .btn-outline-light:disabled,
.bg-opacity-2 .btn-outline-light.disabled,
.bg-opacity-2 .btn-outline-light:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-2 .btn-outline-light:not(:disabled):not(.disabled):active, .bg-2 .btn-outline-light:not(:disabled):not(.disabled).active, .show > .bg-2 .btn-outline-light.dropdown-toggle,
.bg-opacity-2 .btn-outline-light:not(:disabled):not(.disabled):active,
.bg-opacity-2 .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .bg-opacity-2 .btn-outline-light.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-2 .btn-outline-light:not(:disabled):not(.disabled):active:focus, .bg-2 .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .bg-2 .btn-outline-light.dropdown-toggle:focus,
.bg-opacity-2 .btn-outline-light:not(:disabled):not(.disabled):active:focus,
.bg-opacity-2 .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-2 .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-2 .btn-outline-dark,
.bg-opacity-2 .btn-outline-dark {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-2 .btn-outline-dark:hover,
.bg-opacity-2 .btn-outline-dark:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-2 .btn-outline-dark:focus, .bg-2 .btn-outline-dark.focus,
.bg-opacity-2 .btn-outline-dark:focus,
.bg-opacity-2 .btn-outline-dark.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-2 .btn-outline-dark.disabled, .bg-2 .btn-outline-dark:disabled,
.bg-opacity-2 .btn-outline-dark.disabled,
.bg-opacity-2 .btn-outline-dark:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-2 .btn-outline-dark:not(:disabled):not(.disabled):active, .bg-2 .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .bg-2 .btn-outline-dark.dropdown-toggle,
.bg-opacity-2 .btn-outline-dark:not(:disabled):not(.disabled):active,
.bg-opacity-2 .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .bg-opacity-2 .btn-outline-dark.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-2 .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .bg-2 .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .bg-2 .btn-outline-dark.dropdown-toggle:focus,
.bg-opacity-2 .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.bg-opacity-2 .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-2 .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-2 .btn-outline-0,
.bg-opacity-2 .btn-outline-0 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-2 .btn-outline-0:hover,
.bg-opacity-2 .btn-outline-0:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-2 .btn-outline-0:focus, .bg-2 .btn-outline-0.focus,
.bg-opacity-2 .btn-outline-0:focus,
.bg-opacity-2 .btn-outline-0.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-2 .btn-outline-0.disabled, .bg-2 .btn-outline-0:disabled,
.bg-opacity-2 .btn-outline-0.disabled,
.bg-opacity-2 .btn-outline-0:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-2 .btn-outline-0:not(:disabled):not(.disabled):active, .bg-2 .btn-outline-0:not(:disabled):not(.disabled).active, .show > .bg-2 .btn-outline-0.dropdown-toggle,
.bg-opacity-2 .btn-outline-0:not(:disabled):not(.disabled):active,
.bg-opacity-2 .btn-outline-0:not(:disabled):not(.disabled).active,
.show > .bg-opacity-2 .btn-outline-0.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-2 .btn-outline-0:not(:disabled):not(.disabled):active:focus, .bg-2 .btn-outline-0:not(:disabled):not(.disabled).active:focus, .show > .bg-2 .btn-outline-0.dropdown-toggle:focus,
.bg-opacity-2 .btn-outline-0:not(:disabled):not(.disabled):active:focus,
.bg-opacity-2 .btn-outline-0:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-2 .btn-outline-0.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-2 .btn-outline-1,
.bg-opacity-2 .btn-outline-1 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-2 .btn-outline-1:hover,
.bg-opacity-2 .btn-outline-1:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-2 .btn-outline-1:focus, .bg-2 .btn-outline-1.focus,
.bg-opacity-2 .btn-outline-1:focus,
.bg-opacity-2 .btn-outline-1.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-2 .btn-outline-1.disabled, .bg-2 .btn-outline-1:disabled,
.bg-opacity-2 .btn-outline-1.disabled,
.bg-opacity-2 .btn-outline-1:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-2 .btn-outline-1:not(:disabled):not(.disabled):active, .bg-2 .btn-outline-1:not(:disabled):not(.disabled).active, .show > .bg-2 .btn-outline-1.dropdown-toggle,
.bg-opacity-2 .btn-outline-1:not(:disabled):not(.disabled):active,
.bg-opacity-2 .btn-outline-1:not(:disabled):not(.disabled).active,
.show > .bg-opacity-2 .btn-outline-1.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-2 .btn-outline-1:not(:disabled):not(.disabled):active:focus, .bg-2 .btn-outline-1:not(:disabled):not(.disabled).active:focus, .show > .bg-2 .btn-outline-1.dropdown-toggle:focus,
.bg-opacity-2 .btn-outline-1:not(:disabled):not(.disabled):active:focus,
.bg-opacity-2 .btn-outline-1:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-2 .btn-outline-1.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-2 .btn-outline-2,
.bg-opacity-2 .btn-outline-2 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-2 .btn-outline-2:hover,
.bg-opacity-2 .btn-outline-2:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-2 .btn-outline-2:focus, .bg-2 .btn-outline-2.focus,
.bg-opacity-2 .btn-outline-2:focus,
.bg-opacity-2 .btn-outline-2.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-2 .btn-outline-2.disabled, .bg-2 .btn-outline-2:disabled,
.bg-opacity-2 .btn-outline-2.disabled,
.bg-opacity-2 .btn-outline-2:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-2 .btn-outline-2:not(:disabled):not(.disabled):active, .bg-2 .btn-outline-2:not(:disabled):not(.disabled).active, .show > .bg-2 .btn-outline-2.dropdown-toggle,
.bg-opacity-2 .btn-outline-2:not(:disabled):not(.disabled):active,
.bg-opacity-2 .btn-outline-2:not(:disabled):not(.disabled).active,
.show > .bg-opacity-2 .btn-outline-2.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-2 .btn-outline-2:not(:disabled):not(.disabled):active:focus, .bg-2 .btn-outline-2:not(:disabled):not(.disabled).active:focus, .show > .bg-2 .btn-outline-2.dropdown-toggle:focus,
.bg-opacity-2 .btn-outline-2:not(:disabled):not(.disabled):active:focus,
.bg-opacity-2 .btn-outline-2:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-2 .btn-outline-2.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-2 .btn-outline-3,
.bg-opacity-2 .btn-outline-3 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-2 .btn-outline-3:hover,
.bg-opacity-2 .btn-outline-3:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-2 .btn-outline-3:focus, .bg-2 .btn-outline-3.focus,
.bg-opacity-2 .btn-outline-3:focus,
.bg-opacity-2 .btn-outline-3.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-2 .btn-outline-3.disabled, .bg-2 .btn-outline-3:disabled,
.bg-opacity-2 .btn-outline-3.disabled,
.bg-opacity-2 .btn-outline-3:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-2 .btn-outline-3:not(:disabled):not(.disabled):active, .bg-2 .btn-outline-3:not(:disabled):not(.disabled).active, .show > .bg-2 .btn-outline-3.dropdown-toggle,
.bg-opacity-2 .btn-outline-3:not(:disabled):not(.disabled):active,
.bg-opacity-2 .btn-outline-3:not(:disabled):not(.disabled).active,
.show > .bg-opacity-2 .btn-outline-3.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-2 .btn-outline-3:not(:disabled):not(.disabled):active:focus, .bg-2 .btn-outline-3:not(:disabled):not(.disabled).active:focus, .show > .bg-2 .btn-outline-3.dropdown-toggle:focus,
.bg-opacity-2 .btn-outline-3:not(:disabled):not(.disabled):active:focus,
.bg-opacity-2 .btn-outline-3:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-2 .btn-outline-3.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-2 .btn-outline-4,
.bg-opacity-2 .btn-outline-4 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-2 .btn-outline-4:hover,
.bg-opacity-2 .btn-outline-4:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-2 .btn-outline-4:focus, .bg-2 .btn-outline-4.focus,
.bg-opacity-2 .btn-outline-4:focus,
.bg-opacity-2 .btn-outline-4.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-2 .btn-outline-4.disabled, .bg-2 .btn-outline-4:disabled,
.bg-opacity-2 .btn-outline-4.disabled,
.bg-opacity-2 .btn-outline-4:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-2 .btn-outline-4:not(:disabled):not(.disabled):active, .bg-2 .btn-outline-4:not(:disabled):not(.disabled).active, .show > .bg-2 .btn-outline-4.dropdown-toggle,
.bg-opacity-2 .btn-outline-4:not(:disabled):not(.disabled):active,
.bg-opacity-2 .btn-outline-4:not(:disabled):not(.disabled).active,
.show > .bg-opacity-2 .btn-outline-4.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-2 .btn-outline-4:not(:disabled):not(.disabled):active:focus, .bg-2 .btn-outline-4:not(:disabled):not(.disabled).active:focus, .show > .bg-2 .btn-outline-4.dropdown-toggle:focus,
.bg-opacity-2 .btn-outline-4:not(:disabled):not(.disabled):active:focus,
.bg-opacity-2 .btn-outline-4:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-2 .btn-outline-4.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-2 .btn-outline-5,
.bg-opacity-2 .btn-outline-5 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-2 .btn-outline-5:hover,
.bg-opacity-2 .btn-outline-5:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-2 .btn-outline-5:focus, .bg-2 .btn-outline-5.focus,
.bg-opacity-2 .btn-outline-5:focus,
.bg-opacity-2 .btn-outline-5.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-2 .btn-outline-5.disabled, .bg-2 .btn-outline-5:disabled,
.bg-opacity-2 .btn-outline-5.disabled,
.bg-opacity-2 .btn-outline-5:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-2 .btn-outline-5:not(:disabled):not(.disabled):active, .bg-2 .btn-outline-5:not(:disabled):not(.disabled).active, .show > .bg-2 .btn-outline-5.dropdown-toggle,
.bg-opacity-2 .btn-outline-5:not(:disabled):not(.disabled):active,
.bg-opacity-2 .btn-outline-5:not(:disabled):not(.disabled).active,
.show > .bg-opacity-2 .btn-outline-5.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-2 .btn-outline-5:not(:disabled):not(.disabled):active:focus, .bg-2 .btn-outline-5:not(:disabled):not(.disabled).active:focus, .show > .bg-2 .btn-outline-5.dropdown-toggle:focus,
.bg-opacity-2 .btn-outline-5:not(:disabled):not(.disabled):active:focus,
.bg-opacity-2 .btn-outline-5:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-2 .btn-outline-5.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-2 .btn-outline-6,
.bg-opacity-2 .btn-outline-6 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-2 .btn-outline-6:hover,
.bg-opacity-2 .btn-outline-6:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-2 .btn-outline-6:focus, .bg-2 .btn-outline-6.focus,
.bg-opacity-2 .btn-outline-6:focus,
.bg-opacity-2 .btn-outline-6.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-2 .btn-outline-6.disabled, .bg-2 .btn-outline-6:disabled,
.bg-opacity-2 .btn-outline-6.disabled,
.bg-opacity-2 .btn-outline-6:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-2 .btn-outline-6:not(:disabled):not(.disabled):active, .bg-2 .btn-outline-6:not(:disabled):not(.disabled).active, .show > .bg-2 .btn-outline-6.dropdown-toggle,
.bg-opacity-2 .btn-outline-6:not(:disabled):not(.disabled):active,
.bg-opacity-2 .btn-outline-6:not(:disabled):not(.disabled).active,
.show > .bg-opacity-2 .btn-outline-6.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-2 .btn-outline-6:not(:disabled):not(.disabled):active:focus, .bg-2 .btn-outline-6:not(:disabled):not(.disabled).active:focus, .show > .bg-2 .btn-outline-6.dropdown-toggle:focus,
.bg-opacity-2 .btn-outline-6:not(:disabled):not(.disabled):active:focus,
.bg-opacity-2 .btn-outline-6:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-2 .btn-outline-6.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-2 .btn-outline-7,
.bg-opacity-2 .btn-outline-7 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-2 .btn-outline-7:hover,
.bg-opacity-2 .btn-outline-7:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-2 .btn-outline-7:focus, .bg-2 .btn-outline-7.focus,
.bg-opacity-2 .btn-outline-7:focus,
.bg-opacity-2 .btn-outline-7.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-2 .btn-outline-7.disabled, .bg-2 .btn-outline-7:disabled,
.bg-opacity-2 .btn-outline-7.disabled,
.bg-opacity-2 .btn-outline-7:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-2 .btn-outline-7:not(:disabled):not(.disabled):active, .bg-2 .btn-outline-7:not(:disabled):not(.disabled).active, .show > .bg-2 .btn-outline-7.dropdown-toggle,
.bg-opacity-2 .btn-outline-7:not(:disabled):not(.disabled):active,
.bg-opacity-2 .btn-outline-7:not(:disabled):not(.disabled).active,
.show > .bg-opacity-2 .btn-outline-7.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-2 .btn-outline-7:not(:disabled):not(.disabled):active:focus, .bg-2 .btn-outline-7:not(:disabled):not(.disabled).active:focus, .show > .bg-2 .btn-outline-7.dropdown-toggle:focus,
.bg-opacity-2 .btn-outline-7:not(:disabled):not(.disabled):active:focus,
.bg-opacity-2 .btn-outline-7:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-2 .btn-outline-7.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-2 .btn-outline-8,
.bg-opacity-2 .btn-outline-8 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-2 .btn-outline-8:hover,
.bg-opacity-2 .btn-outline-8:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-2 .btn-outline-8:focus, .bg-2 .btn-outline-8.focus,
.bg-opacity-2 .btn-outline-8:focus,
.bg-opacity-2 .btn-outline-8.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-2 .btn-outline-8.disabled, .bg-2 .btn-outline-8:disabled,
.bg-opacity-2 .btn-outline-8.disabled,
.bg-opacity-2 .btn-outline-8:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-2 .btn-outline-8:not(:disabled):not(.disabled):active, .bg-2 .btn-outline-8:not(:disabled):not(.disabled).active, .show > .bg-2 .btn-outline-8.dropdown-toggle,
.bg-opacity-2 .btn-outline-8:not(:disabled):not(.disabled):active,
.bg-opacity-2 .btn-outline-8:not(:disabled):not(.disabled).active,
.show > .bg-opacity-2 .btn-outline-8.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-2 .btn-outline-8:not(:disabled):not(.disabled):active:focus, .bg-2 .btn-outline-8:not(:disabled):not(.disabled).active:focus, .show > .bg-2 .btn-outline-8.dropdown-toggle:focus,
.bg-opacity-2 .btn-outline-8:not(:disabled):not(.disabled):active:focus,
.bg-opacity-2 .btn-outline-8:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-2 .btn-outline-8.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-2 .btn-outline-9,
.bg-opacity-2 .btn-outline-9 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-2 .btn-outline-9:hover,
.bg-opacity-2 .btn-outline-9:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-2 .btn-outline-9:focus, .bg-2 .btn-outline-9.focus,
.bg-opacity-2 .btn-outline-9:focus,
.bg-opacity-2 .btn-outline-9.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-2 .btn-outline-9.disabled, .bg-2 .btn-outline-9:disabled,
.bg-opacity-2 .btn-outline-9.disabled,
.bg-opacity-2 .btn-outline-9:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-2 .btn-outline-9:not(:disabled):not(.disabled):active, .bg-2 .btn-outline-9:not(:disabled):not(.disabled).active, .show > .bg-2 .btn-outline-9.dropdown-toggle,
.bg-opacity-2 .btn-outline-9:not(:disabled):not(.disabled):active,
.bg-opacity-2 .btn-outline-9:not(:disabled):not(.disabled).active,
.show > .bg-opacity-2 .btn-outline-9.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-2 .btn-outline-9:not(:disabled):not(.disabled):active:focus, .bg-2 .btn-outline-9:not(:disabled):not(.disabled).active:focus, .show > .bg-2 .btn-outline-9.dropdown-toggle:focus,
.bg-opacity-2 .btn-outline-9:not(:disabled):not(.disabled):active:focus,
.bg-opacity-2 .btn-outline-9:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-2 .btn-outline-9.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-2 .btn-outline-10,
.bg-opacity-2 .btn-outline-10 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-2 .btn-outline-10:hover,
.bg-opacity-2 .btn-outline-10:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-2 .btn-outline-10:focus, .bg-2 .btn-outline-10.focus,
.bg-opacity-2 .btn-outline-10:focus,
.bg-opacity-2 .btn-outline-10.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-2 .btn-outline-10.disabled, .bg-2 .btn-outline-10:disabled,
.bg-opacity-2 .btn-outline-10.disabled,
.bg-opacity-2 .btn-outline-10:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-2 .btn-outline-10:not(:disabled):not(.disabled):active, .bg-2 .btn-outline-10:not(:disabled):not(.disabled).active, .show > .bg-2 .btn-outline-10.dropdown-toggle,
.bg-opacity-2 .btn-outline-10:not(:disabled):not(.disabled):active,
.bg-opacity-2 .btn-outline-10:not(:disabled):not(.disabled).active,
.show > .bg-opacity-2 .btn-outline-10.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-2 .btn-outline-10:not(:disabled):not(.disabled):active:focus, .bg-2 .btn-outline-10:not(:disabled):not(.disabled).active:focus, .show > .bg-2 .btn-outline-10.dropdown-toggle:focus,
.bg-opacity-2 .btn-outline-10:not(:disabled):not(.disabled):active:focus,
.bg-opacity-2 .btn-outline-10:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-2 .btn-outline-10.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-2 .btn-outline-default,
.bg-opacity-2 .btn-outline-default {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-2 .btn-outline-default:hover,
.bg-opacity-2 .btn-outline-default:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-2 .btn-outline-default:focus, .bg-2 .btn-outline-default.focus,
.bg-opacity-2 .btn-outline-default:focus,
.bg-opacity-2 .btn-outline-default.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-2 .btn-outline-default.disabled, .bg-2 .btn-outline-default:disabled,
.bg-opacity-2 .btn-outline-default.disabled,
.bg-opacity-2 .btn-outline-default:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-2 .btn-outline-default:not(:disabled):not(.disabled):active, .bg-2 .btn-outline-default:not(:disabled):not(.disabled).active, .show > .bg-2 .btn-outline-default.dropdown-toggle,
.bg-opacity-2 .btn-outline-default:not(:disabled):not(.disabled):active,
.bg-opacity-2 .btn-outline-default:not(:disabled):not(.disabled).active,
.show > .bg-opacity-2 .btn-outline-default.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-2 .btn-outline-default:not(:disabled):not(.disabled):active:focus, .bg-2 .btn-outline-default:not(:disabled):not(.disabled).active:focus, .show > .bg-2 .btn-outline-default.dropdown-toggle:focus,
.bg-opacity-2 .btn-outline-default:not(:disabled):not(.disabled):active:focus,
.bg-opacity-2 .btn-outline-default:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-2 .btn-outline-default.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-2 .btn-outline-violet,
.bg-opacity-2 .btn-outline-violet {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-2 .btn-outline-violet:hover,
.bg-opacity-2 .btn-outline-violet:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-2 .btn-outline-violet:focus, .bg-2 .btn-outline-violet.focus,
.bg-opacity-2 .btn-outline-violet:focus,
.bg-opacity-2 .btn-outline-violet.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-2 .btn-outline-violet.disabled, .bg-2 .btn-outline-violet:disabled,
.bg-opacity-2 .btn-outline-violet.disabled,
.bg-opacity-2 .btn-outline-violet:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-2 .btn-outline-violet:not(:disabled):not(.disabled):active, .bg-2 .btn-outline-violet:not(:disabled):not(.disabled).active, .show > .bg-2 .btn-outline-violet.dropdown-toggle,
.bg-opacity-2 .btn-outline-violet:not(:disabled):not(.disabled):active,
.bg-opacity-2 .btn-outline-violet:not(:disabled):not(.disabled).active,
.show > .bg-opacity-2 .btn-outline-violet.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-2 .btn-outline-violet:not(:disabled):not(.disabled):active:focus, .bg-2 .btn-outline-violet:not(:disabled):not(.disabled).active:focus, .show > .bg-2 .btn-outline-violet.dropdown-toggle:focus,
.bg-opacity-2 .btn-outline-violet:not(:disabled):not(.disabled):active:focus,
.bg-opacity-2 .btn-outline-violet:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-2 .btn-outline-violet.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-2 .btn-outline-magenta,
.bg-opacity-2 .btn-outline-magenta {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-2 .btn-outline-magenta:hover,
.bg-opacity-2 .btn-outline-magenta:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-2 .btn-outline-magenta:focus, .bg-2 .btn-outline-magenta.focus,
.bg-opacity-2 .btn-outline-magenta:focus,
.bg-opacity-2 .btn-outline-magenta.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-2 .btn-outline-magenta.disabled, .bg-2 .btn-outline-magenta:disabled,
.bg-opacity-2 .btn-outline-magenta.disabled,
.bg-opacity-2 .btn-outline-magenta:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-2 .btn-outline-magenta:not(:disabled):not(.disabled):active, .bg-2 .btn-outline-magenta:not(:disabled):not(.disabled).active, .show > .bg-2 .btn-outline-magenta.dropdown-toggle,
.bg-opacity-2 .btn-outline-magenta:not(:disabled):not(.disabled):active,
.bg-opacity-2 .btn-outline-magenta:not(:disabled):not(.disabled).active,
.show > .bg-opacity-2 .btn-outline-magenta.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-2 .btn-outline-magenta:not(:disabled):not(.disabled):active:focus, .bg-2 .btn-outline-magenta:not(:disabled):not(.disabled).active:focus, .show > .bg-2 .btn-outline-magenta.dropdown-toggle:focus,
.bg-opacity-2 .btn-outline-magenta:not(:disabled):not(.disabled):active:focus,
.bg-opacity-2 .btn-outline-magenta:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-2 .btn-outline-magenta.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-2 .btn-outline-petrol,
.bg-opacity-2 .btn-outline-petrol {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-2 .btn-outline-petrol:hover,
.bg-opacity-2 .btn-outline-petrol:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-2 .btn-outline-petrol:focus, .bg-2 .btn-outline-petrol.focus,
.bg-opacity-2 .btn-outline-petrol:focus,
.bg-opacity-2 .btn-outline-petrol.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-2 .btn-outline-petrol.disabled, .bg-2 .btn-outline-petrol:disabled,
.bg-opacity-2 .btn-outline-petrol.disabled,
.bg-opacity-2 .btn-outline-petrol:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-2 .btn-outline-petrol:not(:disabled):not(.disabled):active, .bg-2 .btn-outline-petrol:not(:disabled):not(.disabled).active, .show > .bg-2 .btn-outline-petrol.dropdown-toggle,
.bg-opacity-2 .btn-outline-petrol:not(:disabled):not(.disabled):active,
.bg-opacity-2 .btn-outline-petrol:not(:disabled):not(.disabled).active,
.show > .bg-opacity-2 .btn-outline-petrol.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-2 .btn-outline-petrol:not(:disabled):not(.disabled):active:focus, .bg-2 .btn-outline-petrol:not(:disabled):not(.disabled).active:focus, .show > .bg-2 .btn-outline-petrol.dropdown-toggle:focus,
.bg-opacity-2 .btn-outline-petrol:not(:disabled):not(.disabled):active:focus,
.bg-opacity-2 .btn-outline-petrol:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-2 .btn-outline-petrol.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-2 .btn-outline-green,
.bg-opacity-2 .btn-outline-green {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-2 .btn-outline-green:hover,
.bg-opacity-2 .btn-outline-green:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-2 .btn-outline-green:focus, .bg-2 .btn-outline-green.focus,
.bg-opacity-2 .btn-outline-green:focus,
.bg-opacity-2 .btn-outline-green.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-2 .btn-outline-green.disabled, .bg-2 .btn-outline-green:disabled,
.bg-opacity-2 .btn-outline-green.disabled,
.bg-opacity-2 .btn-outline-green:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-2 .btn-outline-green:not(:disabled):not(.disabled):active, .bg-2 .btn-outline-green:not(:disabled):not(.disabled).active, .show > .bg-2 .btn-outline-green.dropdown-toggle,
.bg-opacity-2 .btn-outline-green:not(:disabled):not(.disabled):active,
.bg-opacity-2 .btn-outline-green:not(:disabled):not(.disabled).active,
.show > .bg-opacity-2 .btn-outline-green.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-2 .btn-outline-green:not(:disabled):not(.disabled):active:focus, .bg-2 .btn-outline-green:not(:disabled):not(.disabled).active:focus, .show > .bg-2 .btn-outline-green.dropdown-toggle:focus,
.bg-opacity-2 .btn-outline-green:not(:disabled):not(.disabled):active:focus,
.bg-opacity-2 .btn-outline-green:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-2 .btn-outline-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-2 .btn-outline-orange,
.bg-opacity-2 .btn-outline-orange {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-2 .btn-outline-orange:hover,
.bg-opacity-2 .btn-outline-orange:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-2 .btn-outline-orange:focus, .bg-2 .btn-outline-orange.focus,
.bg-opacity-2 .btn-outline-orange:focus,
.bg-opacity-2 .btn-outline-orange.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-2 .btn-outline-orange.disabled, .bg-2 .btn-outline-orange:disabled,
.bg-opacity-2 .btn-outline-orange.disabled,
.bg-opacity-2 .btn-outline-orange:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-2 .btn-outline-orange:not(:disabled):not(.disabled):active, .bg-2 .btn-outline-orange:not(:disabled):not(.disabled).active, .show > .bg-2 .btn-outline-orange.dropdown-toggle,
.bg-opacity-2 .btn-outline-orange:not(:disabled):not(.disabled):active,
.bg-opacity-2 .btn-outline-orange:not(:disabled):not(.disabled).active,
.show > .bg-opacity-2 .btn-outline-orange.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-2 .btn-outline-orange:not(:disabled):not(.disabled):active:focus, .bg-2 .btn-outline-orange:not(:disabled):not(.disabled).active:focus, .show > .bg-2 .btn-outline-orange.dropdown-toggle:focus,
.bg-opacity-2 .btn-outline-orange:not(:disabled):not(.disabled):active:focus,
.bg-opacity-2 .btn-outline-orange:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-2 .btn-outline-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-2 .btn-outline-gold,
.bg-opacity-2 .btn-outline-gold {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-2 .btn-outline-gold:hover,
.bg-opacity-2 .btn-outline-gold:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-2 .btn-outline-gold:focus, .bg-2 .btn-outline-gold.focus,
.bg-opacity-2 .btn-outline-gold:focus,
.bg-opacity-2 .btn-outline-gold.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-2 .btn-outline-gold.disabled, .bg-2 .btn-outline-gold:disabled,
.bg-opacity-2 .btn-outline-gold.disabled,
.bg-opacity-2 .btn-outline-gold:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-2 .btn-outline-gold:not(:disabled):not(.disabled):active, .bg-2 .btn-outline-gold:not(:disabled):not(.disabled).active, .show > .bg-2 .btn-outline-gold.dropdown-toggle,
.bg-opacity-2 .btn-outline-gold:not(:disabled):not(.disabled):active,
.bg-opacity-2 .btn-outline-gold:not(:disabled):not(.disabled).active,
.show > .bg-opacity-2 .btn-outline-gold.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-2 .btn-outline-gold:not(:disabled):not(.disabled):active:focus, .bg-2 .btn-outline-gold:not(:disabled):not(.disabled).active:focus, .show > .bg-2 .btn-outline-gold.dropdown-toggle:focus,
.bg-opacity-2 .btn-outline-gold:not(:disabled):not(.disabled):active:focus,
.bg-opacity-2 .btn-outline-gold:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-2 .btn-outline-gold.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-2 .btn-outline-silver,
.bg-opacity-2 .btn-outline-silver {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-2 .btn-outline-silver:hover,
.bg-opacity-2 .btn-outline-silver:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-2 .btn-outline-silver:focus, .bg-2 .btn-outline-silver.focus,
.bg-opacity-2 .btn-outline-silver:focus,
.bg-opacity-2 .btn-outline-silver.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-2 .btn-outline-silver.disabled, .bg-2 .btn-outline-silver:disabled,
.bg-opacity-2 .btn-outline-silver.disabled,
.bg-opacity-2 .btn-outline-silver:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-2 .btn-outline-silver:not(:disabled):not(.disabled):active, .bg-2 .btn-outline-silver:not(:disabled):not(.disabled).active, .show > .bg-2 .btn-outline-silver.dropdown-toggle,
.bg-opacity-2 .btn-outline-silver:not(:disabled):not(.disabled):active,
.bg-opacity-2 .btn-outline-silver:not(:disabled):not(.disabled).active,
.show > .bg-opacity-2 .btn-outline-silver.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-2 .btn-outline-silver:not(:disabled):not(.disabled):active:focus, .bg-2 .btn-outline-silver:not(:disabled):not(.disabled).active:focus, .show > .bg-2 .btn-outline-silver.dropdown-toggle:focus,
.bg-opacity-2 .btn-outline-silver:not(:disabled):not(.disabled):active:focus,
.bg-opacity-2 .btn-outline-silver:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-2 .btn-outline-silver.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-2 .btn-outline-white,
.bg-opacity-2 .btn-outline-white {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-2 .btn-outline-white:hover,
.bg-opacity-2 .btn-outline-white:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-2 .btn-outline-white:focus, .bg-2 .btn-outline-white.focus,
.bg-opacity-2 .btn-outline-white:focus,
.bg-opacity-2 .btn-outline-white.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-2 .btn-outline-white.disabled, .bg-2 .btn-outline-white:disabled,
.bg-opacity-2 .btn-outline-white.disabled,
.bg-opacity-2 .btn-outline-white:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-2 .btn-outline-white:not(:disabled):not(.disabled):active, .bg-2 .btn-outline-white:not(:disabled):not(.disabled).active, .show > .bg-2 .btn-outline-white.dropdown-toggle,
.bg-opacity-2 .btn-outline-white:not(:disabled):not(.disabled):active,
.bg-opacity-2 .btn-outline-white:not(:disabled):not(.disabled).active,
.show > .bg-opacity-2 .btn-outline-white.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-2 .btn-outline-white:not(:disabled):not(.disabled):active:focus, .bg-2 .btn-outline-white:not(:disabled):not(.disabled).active:focus, .show > .bg-2 .btn-outline-white.dropdown-toggle:focus,
.bg-opacity-2 .btn-outline-white:not(:disabled):not(.disabled):active:focus,
.bg-opacity-2 .btn-outline-white:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-2 .btn-outline-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}

.bg-3 .custom-select,
.bg-opacity-3 .custom-select {
  border-color: #ffffff;
  color: #ffffff;
}
.bg-3 .custom-select option,
.bg-opacity-3 .custom-select option {
  color: #333333;
}
.bg-3 .custom-select option:hover,
.bg-opacity-3 .custom-select option:hover {
  background-color: #007c96;
}
.bg-3 .text-theme,
.bg-opacity-3 .text-theme {
  color: #ffffff !important;
}
.bg-3 a[href^="tel:"],
.bg-opacity-3 a[href^="tel:"] {
  color: #ffffff !important;
}
.bg-3 .btn-theme,
.bg-opacity-3 .btn-theme {
  color: #52565a;
  background-color: #ffffff;
  border-color: #6b1d7c;
}
.bg-3 .btn-theme:hover,
.bg-opacity-3 .btn-theme:hover {
  color: #ffffff;
  background-color: #7e8890;
  border-color: #7e8890;
}
.bg-3 .btn-theme:focus, .bg-3 .btn-theme.focus,
.bg-opacity-3 .btn-theme:focus,
.bg-opacity-3 .btn-theme.focus {
  box-shadow: 0 0 0 0 rgba(103, 38, 119, 0.5);
}
.bg-3 .btn-theme.disabled, .bg-3 .btn-theme:disabled,
.bg-opacity-3 .btn-theme.disabled,
.bg-opacity-3 .btn-theme:disabled {
  color: #52565a;
  background-color: #ffffff;
  border-color: #6b1d7c;
}
.bg-3 .btn-theme:not(:disabled):not(.disabled):active, .bg-3 .btn-theme:not(:disabled):not(.disabled).active, .show > .bg-3 .btn-theme.dropdown-toggle,
.bg-opacity-3 .btn-theme:not(:disabled):not(.disabled):active,
.bg-opacity-3 .btn-theme:not(:disabled):not(.disabled).active,
.show > .bg-opacity-3 .btn-theme.dropdown-toggle {
  color: #52565a;
  background-color: #e6e6e6;
  border-color: #3e1148;
}
.bg-3 .btn-theme:not(:disabled):not(.disabled):active:focus, .bg-3 .btn-theme:not(:disabled):not(.disabled).active:focus, .show > .bg-3 .btn-theme.dropdown-toggle:focus,
.bg-opacity-3 .btn-theme:not(:disabled):not(.disabled):active:focus,
.bg-opacity-3 .btn-theme:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-3 .btn-theme.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(103, 38, 119, 0.5);
}
.bg-3 .btn-outline-primary,
.bg-opacity-3 .btn-outline-primary {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-3 .btn-outline-primary:hover,
.bg-opacity-3 .btn-outline-primary:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-3 .btn-outline-primary:focus, .bg-3 .btn-outline-primary.focus,
.bg-opacity-3 .btn-outline-primary:focus,
.bg-opacity-3 .btn-outline-primary.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-3 .btn-outline-primary.disabled, .bg-3 .btn-outline-primary:disabled,
.bg-opacity-3 .btn-outline-primary.disabled,
.bg-opacity-3 .btn-outline-primary:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-3 .btn-outline-primary:not(:disabled):not(.disabled):active, .bg-3 .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .bg-3 .btn-outline-primary.dropdown-toggle,
.bg-opacity-3 .btn-outline-primary:not(:disabled):not(.disabled):active,
.bg-opacity-3 .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .bg-opacity-3 .btn-outline-primary.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-3 .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .bg-3 .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .bg-3 .btn-outline-primary.dropdown-toggle:focus,
.bg-opacity-3 .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.bg-opacity-3 .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-3 .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-3 .btn-outline-secondary,
.bg-opacity-3 .btn-outline-secondary {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-3 .btn-outline-secondary:hover,
.bg-opacity-3 .btn-outline-secondary:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-3 .btn-outline-secondary:focus, .bg-3 .btn-outline-secondary.focus,
.bg-opacity-3 .btn-outline-secondary:focus,
.bg-opacity-3 .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-3 .btn-outline-secondary.disabled, .bg-3 .btn-outline-secondary:disabled,
.bg-opacity-3 .btn-outline-secondary.disabled,
.bg-opacity-3 .btn-outline-secondary:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-3 .btn-outline-secondary:not(:disabled):not(.disabled):active, .bg-3 .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .bg-3 .btn-outline-secondary.dropdown-toggle,
.bg-opacity-3 .btn-outline-secondary:not(:disabled):not(.disabled):active,
.bg-opacity-3 .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .bg-opacity-3 .btn-outline-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-3 .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .bg-3 .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .bg-3 .btn-outline-secondary.dropdown-toggle:focus,
.bg-opacity-3 .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.bg-opacity-3 .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-3 .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-3 .btn-outline-success,
.bg-opacity-3 .btn-outline-success {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-3 .btn-outline-success:hover,
.bg-opacity-3 .btn-outline-success:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-3 .btn-outline-success:focus, .bg-3 .btn-outline-success.focus,
.bg-opacity-3 .btn-outline-success:focus,
.bg-opacity-3 .btn-outline-success.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-3 .btn-outline-success.disabled, .bg-3 .btn-outline-success:disabled,
.bg-opacity-3 .btn-outline-success.disabled,
.bg-opacity-3 .btn-outline-success:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-3 .btn-outline-success:not(:disabled):not(.disabled):active, .bg-3 .btn-outline-success:not(:disabled):not(.disabled).active, .show > .bg-3 .btn-outline-success.dropdown-toggle,
.bg-opacity-3 .btn-outline-success:not(:disabled):not(.disabled):active,
.bg-opacity-3 .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .bg-opacity-3 .btn-outline-success.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-3 .btn-outline-success:not(:disabled):not(.disabled):active:focus, .bg-3 .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .bg-3 .btn-outline-success.dropdown-toggle:focus,
.bg-opacity-3 .btn-outline-success:not(:disabled):not(.disabled):active:focus,
.bg-opacity-3 .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-3 .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-3 .btn-outline-info,
.bg-opacity-3 .btn-outline-info {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-3 .btn-outline-info:hover,
.bg-opacity-3 .btn-outline-info:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-3 .btn-outline-info:focus, .bg-3 .btn-outline-info.focus,
.bg-opacity-3 .btn-outline-info:focus,
.bg-opacity-3 .btn-outline-info.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-3 .btn-outline-info.disabled, .bg-3 .btn-outline-info:disabled,
.bg-opacity-3 .btn-outline-info.disabled,
.bg-opacity-3 .btn-outline-info:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-3 .btn-outline-info:not(:disabled):not(.disabled):active, .bg-3 .btn-outline-info:not(:disabled):not(.disabled).active, .show > .bg-3 .btn-outline-info.dropdown-toggle,
.bg-opacity-3 .btn-outline-info:not(:disabled):not(.disabled):active,
.bg-opacity-3 .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .bg-opacity-3 .btn-outline-info.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-3 .btn-outline-info:not(:disabled):not(.disabled):active:focus, .bg-3 .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .bg-3 .btn-outline-info.dropdown-toggle:focus,
.bg-opacity-3 .btn-outline-info:not(:disabled):not(.disabled):active:focus,
.bg-opacity-3 .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-3 .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-3 .btn-outline-warning,
.bg-opacity-3 .btn-outline-warning {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-3 .btn-outline-warning:hover,
.bg-opacity-3 .btn-outline-warning:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-3 .btn-outline-warning:focus, .bg-3 .btn-outline-warning.focus,
.bg-opacity-3 .btn-outline-warning:focus,
.bg-opacity-3 .btn-outline-warning.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-3 .btn-outline-warning.disabled, .bg-3 .btn-outline-warning:disabled,
.bg-opacity-3 .btn-outline-warning.disabled,
.bg-opacity-3 .btn-outline-warning:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-3 .btn-outline-warning:not(:disabled):not(.disabled):active, .bg-3 .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .bg-3 .btn-outline-warning.dropdown-toggle,
.bg-opacity-3 .btn-outline-warning:not(:disabled):not(.disabled):active,
.bg-opacity-3 .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .bg-opacity-3 .btn-outline-warning.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-3 .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .bg-3 .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .bg-3 .btn-outline-warning.dropdown-toggle:focus,
.bg-opacity-3 .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.bg-opacity-3 .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-3 .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-3 .btn-outline-danger,
.bg-opacity-3 .btn-outline-danger {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-3 .btn-outline-danger:hover,
.bg-opacity-3 .btn-outline-danger:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-3 .btn-outline-danger:focus, .bg-3 .btn-outline-danger.focus,
.bg-opacity-3 .btn-outline-danger:focus,
.bg-opacity-3 .btn-outline-danger.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-3 .btn-outline-danger.disabled, .bg-3 .btn-outline-danger:disabled,
.bg-opacity-3 .btn-outline-danger.disabled,
.bg-opacity-3 .btn-outline-danger:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-3 .btn-outline-danger:not(:disabled):not(.disabled):active, .bg-3 .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .bg-3 .btn-outline-danger.dropdown-toggle,
.bg-opacity-3 .btn-outline-danger:not(:disabled):not(.disabled):active,
.bg-opacity-3 .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .bg-opacity-3 .btn-outline-danger.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-3 .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .bg-3 .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .bg-3 .btn-outline-danger.dropdown-toggle:focus,
.bg-opacity-3 .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.bg-opacity-3 .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-3 .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-3 .btn-outline-light,
.bg-opacity-3 .btn-outline-light {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-3 .btn-outline-light:hover,
.bg-opacity-3 .btn-outline-light:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-3 .btn-outline-light:focus, .bg-3 .btn-outline-light.focus,
.bg-opacity-3 .btn-outline-light:focus,
.bg-opacity-3 .btn-outline-light.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-3 .btn-outline-light.disabled, .bg-3 .btn-outline-light:disabled,
.bg-opacity-3 .btn-outline-light.disabled,
.bg-opacity-3 .btn-outline-light:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-3 .btn-outline-light:not(:disabled):not(.disabled):active, .bg-3 .btn-outline-light:not(:disabled):not(.disabled).active, .show > .bg-3 .btn-outline-light.dropdown-toggle,
.bg-opacity-3 .btn-outline-light:not(:disabled):not(.disabled):active,
.bg-opacity-3 .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .bg-opacity-3 .btn-outline-light.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-3 .btn-outline-light:not(:disabled):not(.disabled):active:focus, .bg-3 .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .bg-3 .btn-outline-light.dropdown-toggle:focus,
.bg-opacity-3 .btn-outline-light:not(:disabled):not(.disabled):active:focus,
.bg-opacity-3 .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-3 .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-3 .btn-outline-dark,
.bg-opacity-3 .btn-outline-dark {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-3 .btn-outline-dark:hover,
.bg-opacity-3 .btn-outline-dark:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-3 .btn-outline-dark:focus, .bg-3 .btn-outline-dark.focus,
.bg-opacity-3 .btn-outline-dark:focus,
.bg-opacity-3 .btn-outline-dark.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-3 .btn-outline-dark.disabled, .bg-3 .btn-outline-dark:disabled,
.bg-opacity-3 .btn-outline-dark.disabled,
.bg-opacity-3 .btn-outline-dark:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-3 .btn-outline-dark:not(:disabled):not(.disabled):active, .bg-3 .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .bg-3 .btn-outline-dark.dropdown-toggle,
.bg-opacity-3 .btn-outline-dark:not(:disabled):not(.disabled):active,
.bg-opacity-3 .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .bg-opacity-3 .btn-outline-dark.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-3 .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .bg-3 .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .bg-3 .btn-outline-dark.dropdown-toggle:focus,
.bg-opacity-3 .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.bg-opacity-3 .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-3 .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-3 .btn-outline-0,
.bg-opacity-3 .btn-outline-0 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-3 .btn-outline-0:hover,
.bg-opacity-3 .btn-outline-0:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-3 .btn-outline-0:focus, .bg-3 .btn-outline-0.focus,
.bg-opacity-3 .btn-outline-0:focus,
.bg-opacity-3 .btn-outline-0.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-3 .btn-outline-0.disabled, .bg-3 .btn-outline-0:disabled,
.bg-opacity-3 .btn-outline-0.disabled,
.bg-opacity-3 .btn-outline-0:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-3 .btn-outline-0:not(:disabled):not(.disabled):active, .bg-3 .btn-outline-0:not(:disabled):not(.disabled).active, .show > .bg-3 .btn-outline-0.dropdown-toggle,
.bg-opacity-3 .btn-outline-0:not(:disabled):not(.disabled):active,
.bg-opacity-3 .btn-outline-0:not(:disabled):not(.disabled).active,
.show > .bg-opacity-3 .btn-outline-0.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-3 .btn-outline-0:not(:disabled):not(.disabled):active:focus, .bg-3 .btn-outline-0:not(:disabled):not(.disabled).active:focus, .show > .bg-3 .btn-outline-0.dropdown-toggle:focus,
.bg-opacity-3 .btn-outline-0:not(:disabled):not(.disabled):active:focus,
.bg-opacity-3 .btn-outline-0:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-3 .btn-outline-0.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-3 .btn-outline-1,
.bg-opacity-3 .btn-outline-1 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-3 .btn-outline-1:hover,
.bg-opacity-3 .btn-outline-1:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-3 .btn-outline-1:focus, .bg-3 .btn-outline-1.focus,
.bg-opacity-3 .btn-outline-1:focus,
.bg-opacity-3 .btn-outline-1.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-3 .btn-outline-1.disabled, .bg-3 .btn-outline-1:disabled,
.bg-opacity-3 .btn-outline-1.disabled,
.bg-opacity-3 .btn-outline-1:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-3 .btn-outline-1:not(:disabled):not(.disabled):active, .bg-3 .btn-outline-1:not(:disabled):not(.disabled).active, .show > .bg-3 .btn-outline-1.dropdown-toggle,
.bg-opacity-3 .btn-outline-1:not(:disabled):not(.disabled):active,
.bg-opacity-3 .btn-outline-1:not(:disabled):not(.disabled).active,
.show > .bg-opacity-3 .btn-outline-1.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-3 .btn-outline-1:not(:disabled):not(.disabled):active:focus, .bg-3 .btn-outline-1:not(:disabled):not(.disabled).active:focus, .show > .bg-3 .btn-outline-1.dropdown-toggle:focus,
.bg-opacity-3 .btn-outline-1:not(:disabled):not(.disabled):active:focus,
.bg-opacity-3 .btn-outline-1:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-3 .btn-outline-1.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-3 .btn-outline-2,
.bg-opacity-3 .btn-outline-2 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-3 .btn-outline-2:hover,
.bg-opacity-3 .btn-outline-2:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-3 .btn-outline-2:focus, .bg-3 .btn-outline-2.focus,
.bg-opacity-3 .btn-outline-2:focus,
.bg-opacity-3 .btn-outline-2.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-3 .btn-outline-2.disabled, .bg-3 .btn-outline-2:disabled,
.bg-opacity-3 .btn-outline-2.disabled,
.bg-opacity-3 .btn-outline-2:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-3 .btn-outline-2:not(:disabled):not(.disabled):active, .bg-3 .btn-outline-2:not(:disabled):not(.disabled).active, .show > .bg-3 .btn-outline-2.dropdown-toggle,
.bg-opacity-3 .btn-outline-2:not(:disabled):not(.disabled):active,
.bg-opacity-3 .btn-outline-2:not(:disabled):not(.disabled).active,
.show > .bg-opacity-3 .btn-outline-2.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-3 .btn-outline-2:not(:disabled):not(.disabled):active:focus, .bg-3 .btn-outline-2:not(:disabled):not(.disabled).active:focus, .show > .bg-3 .btn-outline-2.dropdown-toggle:focus,
.bg-opacity-3 .btn-outline-2:not(:disabled):not(.disabled):active:focus,
.bg-opacity-3 .btn-outline-2:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-3 .btn-outline-2.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-3 .btn-outline-3,
.bg-opacity-3 .btn-outline-3 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-3 .btn-outline-3:hover,
.bg-opacity-3 .btn-outline-3:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-3 .btn-outline-3:focus, .bg-3 .btn-outline-3.focus,
.bg-opacity-3 .btn-outline-3:focus,
.bg-opacity-3 .btn-outline-3.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-3 .btn-outline-3.disabled, .bg-3 .btn-outline-3:disabled,
.bg-opacity-3 .btn-outline-3.disabled,
.bg-opacity-3 .btn-outline-3:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-3 .btn-outline-3:not(:disabled):not(.disabled):active, .bg-3 .btn-outline-3:not(:disabled):not(.disabled).active, .show > .bg-3 .btn-outline-3.dropdown-toggle,
.bg-opacity-3 .btn-outline-3:not(:disabled):not(.disabled):active,
.bg-opacity-3 .btn-outline-3:not(:disabled):not(.disabled).active,
.show > .bg-opacity-3 .btn-outline-3.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-3 .btn-outline-3:not(:disabled):not(.disabled):active:focus, .bg-3 .btn-outline-3:not(:disabled):not(.disabled).active:focus, .show > .bg-3 .btn-outline-3.dropdown-toggle:focus,
.bg-opacity-3 .btn-outline-3:not(:disabled):not(.disabled):active:focus,
.bg-opacity-3 .btn-outline-3:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-3 .btn-outline-3.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-3 .btn-outline-4,
.bg-opacity-3 .btn-outline-4 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-3 .btn-outline-4:hover,
.bg-opacity-3 .btn-outline-4:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-3 .btn-outline-4:focus, .bg-3 .btn-outline-4.focus,
.bg-opacity-3 .btn-outline-4:focus,
.bg-opacity-3 .btn-outline-4.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-3 .btn-outline-4.disabled, .bg-3 .btn-outline-4:disabled,
.bg-opacity-3 .btn-outline-4.disabled,
.bg-opacity-3 .btn-outline-4:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-3 .btn-outline-4:not(:disabled):not(.disabled):active, .bg-3 .btn-outline-4:not(:disabled):not(.disabled).active, .show > .bg-3 .btn-outline-4.dropdown-toggle,
.bg-opacity-3 .btn-outline-4:not(:disabled):not(.disabled):active,
.bg-opacity-3 .btn-outline-4:not(:disabled):not(.disabled).active,
.show > .bg-opacity-3 .btn-outline-4.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-3 .btn-outline-4:not(:disabled):not(.disabled):active:focus, .bg-3 .btn-outline-4:not(:disabled):not(.disabled).active:focus, .show > .bg-3 .btn-outline-4.dropdown-toggle:focus,
.bg-opacity-3 .btn-outline-4:not(:disabled):not(.disabled):active:focus,
.bg-opacity-3 .btn-outline-4:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-3 .btn-outline-4.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-3 .btn-outline-5,
.bg-opacity-3 .btn-outline-5 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-3 .btn-outline-5:hover,
.bg-opacity-3 .btn-outline-5:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-3 .btn-outline-5:focus, .bg-3 .btn-outline-5.focus,
.bg-opacity-3 .btn-outline-5:focus,
.bg-opacity-3 .btn-outline-5.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-3 .btn-outline-5.disabled, .bg-3 .btn-outline-5:disabled,
.bg-opacity-3 .btn-outline-5.disabled,
.bg-opacity-3 .btn-outline-5:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-3 .btn-outline-5:not(:disabled):not(.disabled):active, .bg-3 .btn-outline-5:not(:disabled):not(.disabled).active, .show > .bg-3 .btn-outline-5.dropdown-toggle,
.bg-opacity-3 .btn-outline-5:not(:disabled):not(.disabled):active,
.bg-opacity-3 .btn-outline-5:not(:disabled):not(.disabled).active,
.show > .bg-opacity-3 .btn-outline-5.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-3 .btn-outline-5:not(:disabled):not(.disabled):active:focus, .bg-3 .btn-outline-5:not(:disabled):not(.disabled).active:focus, .show > .bg-3 .btn-outline-5.dropdown-toggle:focus,
.bg-opacity-3 .btn-outline-5:not(:disabled):not(.disabled):active:focus,
.bg-opacity-3 .btn-outline-5:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-3 .btn-outline-5.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-3 .btn-outline-6,
.bg-opacity-3 .btn-outline-6 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-3 .btn-outline-6:hover,
.bg-opacity-3 .btn-outline-6:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-3 .btn-outline-6:focus, .bg-3 .btn-outline-6.focus,
.bg-opacity-3 .btn-outline-6:focus,
.bg-opacity-3 .btn-outline-6.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-3 .btn-outline-6.disabled, .bg-3 .btn-outline-6:disabled,
.bg-opacity-3 .btn-outline-6.disabled,
.bg-opacity-3 .btn-outline-6:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-3 .btn-outline-6:not(:disabled):not(.disabled):active, .bg-3 .btn-outline-6:not(:disabled):not(.disabled).active, .show > .bg-3 .btn-outline-6.dropdown-toggle,
.bg-opacity-3 .btn-outline-6:not(:disabled):not(.disabled):active,
.bg-opacity-3 .btn-outline-6:not(:disabled):not(.disabled).active,
.show > .bg-opacity-3 .btn-outline-6.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-3 .btn-outline-6:not(:disabled):not(.disabled):active:focus, .bg-3 .btn-outline-6:not(:disabled):not(.disabled).active:focus, .show > .bg-3 .btn-outline-6.dropdown-toggle:focus,
.bg-opacity-3 .btn-outline-6:not(:disabled):not(.disabled):active:focus,
.bg-opacity-3 .btn-outline-6:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-3 .btn-outline-6.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-3 .btn-outline-7,
.bg-opacity-3 .btn-outline-7 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-3 .btn-outline-7:hover,
.bg-opacity-3 .btn-outline-7:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-3 .btn-outline-7:focus, .bg-3 .btn-outline-7.focus,
.bg-opacity-3 .btn-outline-7:focus,
.bg-opacity-3 .btn-outline-7.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-3 .btn-outline-7.disabled, .bg-3 .btn-outline-7:disabled,
.bg-opacity-3 .btn-outline-7.disabled,
.bg-opacity-3 .btn-outline-7:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-3 .btn-outline-7:not(:disabled):not(.disabled):active, .bg-3 .btn-outline-7:not(:disabled):not(.disabled).active, .show > .bg-3 .btn-outline-7.dropdown-toggle,
.bg-opacity-3 .btn-outline-7:not(:disabled):not(.disabled):active,
.bg-opacity-3 .btn-outline-7:not(:disabled):not(.disabled).active,
.show > .bg-opacity-3 .btn-outline-7.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-3 .btn-outline-7:not(:disabled):not(.disabled):active:focus, .bg-3 .btn-outline-7:not(:disabled):not(.disabled).active:focus, .show > .bg-3 .btn-outline-7.dropdown-toggle:focus,
.bg-opacity-3 .btn-outline-7:not(:disabled):not(.disabled):active:focus,
.bg-opacity-3 .btn-outline-7:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-3 .btn-outline-7.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-3 .btn-outline-8,
.bg-opacity-3 .btn-outline-8 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-3 .btn-outline-8:hover,
.bg-opacity-3 .btn-outline-8:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-3 .btn-outline-8:focus, .bg-3 .btn-outline-8.focus,
.bg-opacity-3 .btn-outline-8:focus,
.bg-opacity-3 .btn-outline-8.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-3 .btn-outline-8.disabled, .bg-3 .btn-outline-8:disabled,
.bg-opacity-3 .btn-outline-8.disabled,
.bg-opacity-3 .btn-outline-8:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-3 .btn-outline-8:not(:disabled):not(.disabled):active, .bg-3 .btn-outline-8:not(:disabled):not(.disabled).active, .show > .bg-3 .btn-outline-8.dropdown-toggle,
.bg-opacity-3 .btn-outline-8:not(:disabled):not(.disabled):active,
.bg-opacity-3 .btn-outline-8:not(:disabled):not(.disabled).active,
.show > .bg-opacity-3 .btn-outline-8.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-3 .btn-outline-8:not(:disabled):not(.disabled):active:focus, .bg-3 .btn-outline-8:not(:disabled):not(.disabled).active:focus, .show > .bg-3 .btn-outline-8.dropdown-toggle:focus,
.bg-opacity-3 .btn-outline-8:not(:disabled):not(.disabled):active:focus,
.bg-opacity-3 .btn-outline-8:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-3 .btn-outline-8.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-3 .btn-outline-9,
.bg-opacity-3 .btn-outline-9 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-3 .btn-outline-9:hover,
.bg-opacity-3 .btn-outline-9:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-3 .btn-outline-9:focus, .bg-3 .btn-outline-9.focus,
.bg-opacity-3 .btn-outline-9:focus,
.bg-opacity-3 .btn-outline-9.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-3 .btn-outline-9.disabled, .bg-3 .btn-outline-9:disabled,
.bg-opacity-3 .btn-outline-9.disabled,
.bg-opacity-3 .btn-outline-9:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-3 .btn-outline-9:not(:disabled):not(.disabled):active, .bg-3 .btn-outline-9:not(:disabled):not(.disabled).active, .show > .bg-3 .btn-outline-9.dropdown-toggle,
.bg-opacity-3 .btn-outline-9:not(:disabled):not(.disabled):active,
.bg-opacity-3 .btn-outline-9:not(:disabled):not(.disabled).active,
.show > .bg-opacity-3 .btn-outline-9.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-3 .btn-outline-9:not(:disabled):not(.disabled):active:focus, .bg-3 .btn-outline-9:not(:disabled):not(.disabled).active:focus, .show > .bg-3 .btn-outline-9.dropdown-toggle:focus,
.bg-opacity-3 .btn-outline-9:not(:disabled):not(.disabled):active:focus,
.bg-opacity-3 .btn-outline-9:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-3 .btn-outline-9.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-3 .btn-outline-10,
.bg-opacity-3 .btn-outline-10 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-3 .btn-outline-10:hover,
.bg-opacity-3 .btn-outline-10:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-3 .btn-outline-10:focus, .bg-3 .btn-outline-10.focus,
.bg-opacity-3 .btn-outline-10:focus,
.bg-opacity-3 .btn-outline-10.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-3 .btn-outline-10.disabled, .bg-3 .btn-outline-10:disabled,
.bg-opacity-3 .btn-outline-10.disabled,
.bg-opacity-3 .btn-outline-10:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-3 .btn-outline-10:not(:disabled):not(.disabled):active, .bg-3 .btn-outline-10:not(:disabled):not(.disabled).active, .show > .bg-3 .btn-outline-10.dropdown-toggle,
.bg-opacity-3 .btn-outline-10:not(:disabled):not(.disabled):active,
.bg-opacity-3 .btn-outline-10:not(:disabled):not(.disabled).active,
.show > .bg-opacity-3 .btn-outline-10.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-3 .btn-outline-10:not(:disabled):not(.disabled):active:focus, .bg-3 .btn-outline-10:not(:disabled):not(.disabled).active:focus, .show > .bg-3 .btn-outline-10.dropdown-toggle:focus,
.bg-opacity-3 .btn-outline-10:not(:disabled):not(.disabled):active:focus,
.bg-opacity-3 .btn-outline-10:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-3 .btn-outline-10.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-3 .btn-outline-default,
.bg-opacity-3 .btn-outline-default {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-3 .btn-outline-default:hover,
.bg-opacity-3 .btn-outline-default:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-3 .btn-outline-default:focus, .bg-3 .btn-outline-default.focus,
.bg-opacity-3 .btn-outline-default:focus,
.bg-opacity-3 .btn-outline-default.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-3 .btn-outline-default.disabled, .bg-3 .btn-outline-default:disabled,
.bg-opacity-3 .btn-outline-default.disabled,
.bg-opacity-3 .btn-outline-default:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-3 .btn-outline-default:not(:disabled):not(.disabled):active, .bg-3 .btn-outline-default:not(:disabled):not(.disabled).active, .show > .bg-3 .btn-outline-default.dropdown-toggle,
.bg-opacity-3 .btn-outline-default:not(:disabled):not(.disabled):active,
.bg-opacity-3 .btn-outline-default:not(:disabled):not(.disabled).active,
.show > .bg-opacity-3 .btn-outline-default.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-3 .btn-outline-default:not(:disabled):not(.disabled):active:focus, .bg-3 .btn-outline-default:not(:disabled):not(.disabled).active:focus, .show > .bg-3 .btn-outline-default.dropdown-toggle:focus,
.bg-opacity-3 .btn-outline-default:not(:disabled):not(.disabled):active:focus,
.bg-opacity-3 .btn-outline-default:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-3 .btn-outline-default.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-3 .btn-outline-violet,
.bg-opacity-3 .btn-outline-violet {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-3 .btn-outline-violet:hover,
.bg-opacity-3 .btn-outline-violet:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-3 .btn-outline-violet:focus, .bg-3 .btn-outline-violet.focus,
.bg-opacity-3 .btn-outline-violet:focus,
.bg-opacity-3 .btn-outline-violet.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-3 .btn-outline-violet.disabled, .bg-3 .btn-outline-violet:disabled,
.bg-opacity-3 .btn-outline-violet.disabled,
.bg-opacity-3 .btn-outline-violet:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-3 .btn-outline-violet:not(:disabled):not(.disabled):active, .bg-3 .btn-outline-violet:not(:disabled):not(.disabled).active, .show > .bg-3 .btn-outline-violet.dropdown-toggle,
.bg-opacity-3 .btn-outline-violet:not(:disabled):not(.disabled):active,
.bg-opacity-3 .btn-outline-violet:not(:disabled):not(.disabled).active,
.show > .bg-opacity-3 .btn-outline-violet.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-3 .btn-outline-violet:not(:disabled):not(.disabled):active:focus, .bg-3 .btn-outline-violet:not(:disabled):not(.disabled).active:focus, .show > .bg-3 .btn-outline-violet.dropdown-toggle:focus,
.bg-opacity-3 .btn-outline-violet:not(:disabled):not(.disabled):active:focus,
.bg-opacity-3 .btn-outline-violet:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-3 .btn-outline-violet.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-3 .btn-outline-magenta,
.bg-opacity-3 .btn-outline-magenta {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-3 .btn-outline-magenta:hover,
.bg-opacity-3 .btn-outline-magenta:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-3 .btn-outline-magenta:focus, .bg-3 .btn-outline-magenta.focus,
.bg-opacity-3 .btn-outline-magenta:focus,
.bg-opacity-3 .btn-outline-magenta.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-3 .btn-outline-magenta.disabled, .bg-3 .btn-outline-magenta:disabled,
.bg-opacity-3 .btn-outline-magenta.disabled,
.bg-opacity-3 .btn-outline-magenta:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-3 .btn-outline-magenta:not(:disabled):not(.disabled):active, .bg-3 .btn-outline-magenta:not(:disabled):not(.disabled).active, .show > .bg-3 .btn-outline-magenta.dropdown-toggle,
.bg-opacity-3 .btn-outline-magenta:not(:disabled):not(.disabled):active,
.bg-opacity-3 .btn-outline-magenta:not(:disabled):not(.disabled).active,
.show > .bg-opacity-3 .btn-outline-magenta.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-3 .btn-outline-magenta:not(:disabled):not(.disabled):active:focus, .bg-3 .btn-outline-magenta:not(:disabled):not(.disabled).active:focus, .show > .bg-3 .btn-outline-magenta.dropdown-toggle:focus,
.bg-opacity-3 .btn-outline-magenta:not(:disabled):not(.disabled):active:focus,
.bg-opacity-3 .btn-outline-magenta:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-3 .btn-outline-magenta.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-3 .btn-outline-petrol,
.bg-opacity-3 .btn-outline-petrol {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-3 .btn-outline-petrol:hover,
.bg-opacity-3 .btn-outline-petrol:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-3 .btn-outline-petrol:focus, .bg-3 .btn-outline-petrol.focus,
.bg-opacity-3 .btn-outline-petrol:focus,
.bg-opacity-3 .btn-outline-petrol.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-3 .btn-outline-petrol.disabled, .bg-3 .btn-outline-petrol:disabled,
.bg-opacity-3 .btn-outline-petrol.disabled,
.bg-opacity-3 .btn-outline-petrol:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-3 .btn-outline-petrol:not(:disabled):not(.disabled):active, .bg-3 .btn-outline-petrol:not(:disabled):not(.disabled).active, .show > .bg-3 .btn-outline-petrol.dropdown-toggle,
.bg-opacity-3 .btn-outline-petrol:not(:disabled):not(.disabled):active,
.bg-opacity-3 .btn-outline-petrol:not(:disabled):not(.disabled).active,
.show > .bg-opacity-3 .btn-outline-petrol.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-3 .btn-outline-petrol:not(:disabled):not(.disabled):active:focus, .bg-3 .btn-outline-petrol:not(:disabled):not(.disabled).active:focus, .show > .bg-3 .btn-outline-petrol.dropdown-toggle:focus,
.bg-opacity-3 .btn-outline-petrol:not(:disabled):not(.disabled):active:focus,
.bg-opacity-3 .btn-outline-petrol:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-3 .btn-outline-petrol.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-3 .btn-outline-green,
.bg-opacity-3 .btn-outline-green {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-3 .btn-outline-green:hover,
.bg-opacity-3 .btn-outline-green:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-3 .btn-outline-green:focus, .bg-3 .btn-outline-green.focus,
.bg-opacity-3 .btn-outline-green:focus,
.bg-opacity-3 .btn-outline-green.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-3 .btn-outline-green.disabled, .bg-3 .btn-outline-green:disabled,
.bg-opacity-3 .btn-outline-green.disabled,
.bg-opacity-3 .btn-outline-green:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-3 .btn-outline-green:not(:disabled):not(.disabled):active, .bg-3 .btn-outline-green:not(:disabled):not(.disabled).active, .show > .bg-3 .btn-outline-green.dropdown-toggle,
.bg-opacity-3 .btn-outline-green:not(:disabled):not(.disabled):active,
.bg-opacity-3 .btn-outline-green:not(:disabled):not(.disabled).active,
.show > .bg-opacity-3 .btn-outline-green.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-3 .btn-outline-green:not(:disabled):not(.disabled):active:focus, .bg-3 .btn-outline-green:not(:disabled):not(.disabled).active:focus, .show > .bg-3 .btn-outline-green.dropdown-toggle:focus,
.bg-opacity-3 .btn-outline-green:not(:disabled):not(.disabled):active:focus,
.bg-opacity-3 .btn-outline-green:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-3 .btn-outline-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-3 .btn-outline-orange,
.bg-opacity-3 .btn-outline-orange {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-3 .btn-outline-orange:hover,
.bg-opacity-3 .btn-outline-orange:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-3 .btn-outline-orange:focus, .bg-3 .btn-outline-orange.focus,
.bg-opacity-3 .btn-outline-orange:focus,
.bg-opacity-3 .btn-outline-orange.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-3 .btn-outline-orange.disabled, .bg-3 .btn-outline-orange:disabled,
.bg-opacity-3 .btn-outline-orange.disabled,
.bg-opacity-3 .btn-outline-orange:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-3 .btn-outline-orange:not(:disabled):not(.disabled):active, .bg-3 .btn-outline-orange:not(:disabled):not(.disabled).active, .show > .bg-3 .btn-outline-orange.dropdown-toggle,
.bg-opacity-3 .btn-outline-orange:not(:disabled):not(.disabled):active,
.bg-opacity-3 .btn-outline-orange:not(:disabled):not(.disabled).active,
.show > .bg-opacity-3 .btn-outline-orange.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-3 .btn-outline-orange:not(:disabled):not(.disabled):active:focus, .bg-3 .btn-outline-orange:not(:disabled):not(.disabled).active:focus, .show > .bg-3 .btn-outline-orange.dropdown-toggle:focus,
.bg-opacity-3 .btn-outline-orange:not(:disabled):not(.disabled):active:focus,
.bg-opacity-3 .btn-outline-orange:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-3 .btn-outline-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-3 .btn-outline-gold,
.bg-opacity-3 .btn-outline-gold {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-3 .btn-outline-gold:hover,
.bg-opacity-3 .btn-outline-gold:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-3 .btn-outline-gold:focus, .bg-3 .btn-outline-gold.focus,
.bg-opacity-3 .btn-outline-gold:focus,
.bg-opacity-3 .btn-outline-gold.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-3 .btn-outline-gold.disabled, .bg-3 .btn-outline-gold:disabled,
.bg-opacity-3 .btn-outline-gold.disabled,
.bg-opacity-3 .btn-outline-gold:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-3 .btn-outline-gold:not(:disabled):not(.disabled):active, .bg-3 .btn-outline-gold:not(:disabled):not(.disabled).active, .show > .bg-3 .btn-outline-gold.dropdown-toggle,
.bg-opacity-3 .btn-outline-gold:not(:disabled):not(.disabled):active,
.bg-opacity-3 .btn-outline-gold:not(:disabled):not(.disabled).active,
.show > .bg-opacity-3 .btn-outline-gold.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-3 .btn-outline-gold:not(:disabled):not(.disabled):active:focus, .bg-3 .btn-outline-gold:not(:disabled):not(.disabled).active:focus, .show > .bg-3 .btn-outline-gold.dropdown-toggle:focus,
.bg-opacity-3 .btn-outline-gold:not(:disabled):not(.disabled):active:focus,
.bg-opacity-3 .btn-outline-gold:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-3 .btn-outline-gold.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-3 .btn-outline-silver,
.bg-opacity-3 .btn-outline-silver {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-3 .btn-outline-silver:hover,
.bg-opacity-3 .btn-outline-silver:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-3 .btn-outline-silver:focus, .bg-3 .btn-outline-silver.focus,
.bg-opacity-3 .btn-outline-silver:focus,
.bg-opacity-3 .btn-outline-silver.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-3 .btn-outline-silver.disabled, .bg-3 .btn-outline-silver:disabled,
.bg-opacity-3 .btn-outline-silver.disabled,
.bg-opacity-3 .btn-outline-silver:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-3 .btn-outline-silver:not(:disabled):not(.disabled):active, .bg-3 .btn-outline-silver:not(:disabled):not(.disabled).active, .show > .bg-3 .btn-outline-silver.dropdown-toggle,
.bg-opacity-3 .btn-outline-silver:not(:disabled):not(.disabled):active,
.bg-opacity-3 .btn-outline-silver:not(:disabled):not(.disabled).active,
.show > .bg-opacity-3 .btn-outline-silver.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-3 .btn-outline-silver:not(:disabled):not(.disabled):active:focus, .bg-3 .btn-outline-silver:not(:disabled):not(.disabled).active:focus, .show > .bg-3 .btn-outline-silver.dropdown-toggle:focus,
.bg-opacity-3 .btn-outline-silver:not(:disabled):not(.disabled):active:focus,
.bg-opacity-3 .btn-outline-silver:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-3 .btn-outline-silver.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-3 .btn-outline-white,
.bg-opacity-3 .btn-outline-white {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-3 .btn-outline-white:hover,
.bg-opacity-3 .btn-outline-white:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-3 .btn-outline-white:focus, .bg-3 .btn-outline-white.focus,
.bg-opacity-3 .btn-outline-white:focus,
.bg-opacity-3 .btn-outline-white.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-3 .btn-outline-white.disabled, .bg-3 .btn-outline-white:disabled,
.bg-opacity-3 .btn-outline-white.disabled,
.bg-opacity-3 .btn-outline-white:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-3 .btn-outline-white:not(:disabled):not(.disabled):active, .bg-3 .btn-outline-white:not(:disabled):not(.disabled).active, .show > .bg-3 .btn-outline-white.dropdown-toggle,
.bg-opacity-3 .btn-outline-white:not(:disabled):not(.disabled):active,
.bg-opacity-3 .btn-outline-white:not(:disabled):not(.disabled).active,
.show > .bg-opacity-3 .btn-outline-white.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-3 .btn-outline-white:not(:disabled):not(.disabled):active:focus, .bg-3 .btn-outline-white:not(:disabled):not(.disabled).active:focus, .show > .bg-3 .btn-outline-white.dropdown-toggle:focus,
.bg-opacity-3 .btn-outline-white:not(:disabled):not(.disabled):active:focus,
.bg-opacity-3 .btn-outline-white:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-3 .btn-outline-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}

.bg-4 .custom-select,
.bg-opacity-4 .custom-select {
  border-color: #ffffff;
  color: #ffffff;
}
.bg-4 .custom-select option,
.bg-opacity-4 .custom-select option {
  color: #333333;
}
.bg-4 .custom-select option:hover,
.bg-opacity-4 .custom-select option:hover {
  background-color: #007c96;
}
.bg-4 .text-theme,
.bg-opacity-4 .text-theme {
  color: #ffffff !important;
}
.bg-4 a[href^="tel:"],
.bg-opacity-4 a[href^="tel:"] {
  color: #ffffff !important;
}
.bg-4 .btn-theme,
.bg-opacity-4 .btn-theme {
  color: #52565a;
  background-color: #ffffff;
  border-color: #b70064;
}
.bg-4 .btn-theme:hover,
.bg-opacity-4 .btn-theme:hover {
  color: #ffffff;
  background-color: #7e8890;
  border-color: #7e8890;
}
.bg-4 .btn-theme:focus, .bg-4 .btn-theme.focus,
.bg-opacity-4 .btn-theme:focus,
.bg-opacity-4 .btn-theme.focus {
  box-shadow: 0 0 0 0 rgba(168, 13, 99, 0.5);
}
.bg-4 .btn-theme.disabled, .bg-4 .btn-theme:disabled,
.bg-opacity-4 .btn-theme.disabled,
.bg-opacity-4 .btn-theme:disabled {
  color: #52565a;
  background-color: #ffffff;
  border-color: #b70064;
}
.bg-4 .btn-theme:not(:disabled):not(.disabled):active, .bg-4 .btn-theme:not(:disabled):not(.disabled).active, .show > .bg-4 .btn-theme.dropdown-toggle,
.bg-opacity-4 .btn-theme:not(:disabled):not(.disabled):active,
.bg-opacity-4 .btn-theme:not(:disabled):not(.disabled).active,
.show > .bg-opacity-4 .btn-theme.dropdown-toggle {
  color: #52565a;
  background-color: #e6e6e6;
  border-color: #770041;
}
.bg-4 .btn-theme:not(:disabled):not(.disabled):active:focus, .bg-4 .btn-theme:not(:disabled):not(.disabled).active:focus, .show > .bg-4 .btn-theme.dropdown-toggle:focus,
.bg-opacity-4 .btn-theme:not(:disabled):not(.disabled):active:focus,
.bg-opacity-4 .btn-theme:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-4 .btn-theme.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(168, 13, 99, 0.5);
}
.bg-4 .btn-outline-primary,
.bg-opacity-4 .btn-outline-primary {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-4 .btn-outline-primary:hover,
.bg-opacity-4 .btn-outline-primary:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-4 .btn-outline-primary:focus, .bg-4 .btn-outline-primary.focus,
.bg-opacity-4 .btn-outline-primary:focus,
.bg-opacity-4 .btn-outline-primary.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-4 .btn-outline-primary.disabled, .bg-4 .btn-outline-primary:disabled,
.bg-opacity-4 .btn-outline-primary.disabled,
.bg-opacity-4 .btn-outline-primary:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-4 .btn-outline-primary:not(:disabled):not(.disabled):active, .bg-4 .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .bg-4 .btn-outline-primary.dropdown-toggle,
.bg-opacity-4 .btn-outline-primary:not(:disabled):not(.disabled):active,
.bg-opacity-4 .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .bg-opacity-4 .btn-outline-primary.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-4 .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .bg-4 .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .bg-4 .btn-outline-primary.dropdown-toggle:focus,
.bg-opacity-4 .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.bg-opacity-4 .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-4 .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-4 .btn-outline-secondary,
.bg-opacity-4 .btn-outline-secondary {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-4 .btn-outline-secondary:hover,
.bg-opacity-4 .btn-outline-secondary:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-4 .btn-outline-secondary:focus, .bg-4 .btn-outline-secondary.focus,
.bg-opacity-4 .btn-outline-secondary:focus,
.bg-opacity-4 .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-4 .btn-outline-secondary.disabled, .bg-4 .btn-outline-secondary:disabled,
.bg-opacity-4 .btn-outline-secondary.disabled,
.bg-opacity-4 .btn-outline-secondary:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-4 .btn-outline-secondary:not(:disabled):not(.disabled):active, .bg-4 .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .bg-4 .btn-outline-secondary.dropdown-toggle,
.bg-opacity-4 .btn-outline-secondary:not(:disabled):not(.disabled):active,
.bg-opacity-4 .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .bg-opacity-4 .btn-outline-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-4 .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .bg-4 .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .bg-4 .btn-outline-secondary.dropdown-toggle:focus,
.bg-opacity-4 .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.bg-opacity-4 .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-4 .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-4 .btn-outline-success,
.bg-opacity-4 .btn-outline-success {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-4 .btn-outline-success:hover,
.bg-opacity-4 .btn-outline-success:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-4 .btn-outline-success:focus, .bg-4 .btn-outline-success.focus,
.bg-opacity-4 .btn-outline-success:focus,
.bg-opacity-4 .btn-outline-success.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-4 .btn-outline-success.disabled, .bg-4 .btn-outline-success:disabled,
.bg-opacity-4 .btn-outline-success.disabled,
.bg-opacity-4 .btn-outline-success:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-4 .btn-outline-success:not(:disabled):not(.disabled):active, .bg-4 .btn-outline-success:not(:disabled):not(.disabled).active, .show > .bg-4 .btn-outline-success.dropdown-toggle,
.bg-opacity-4 .btn-outline-success:not(:disabled):not(.disabled):active,
.bg-opacity-4 .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .bg-opacity-4 .btn-outline-success.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-4 .btn-outline-success:not(:disabled):not(.disabled):active:focus, .bg-4 .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .bg-4 .btn-outline-success.dropdown-toggle:focus,
.bg-opacity-4 .btn-outline-success:not(:disabled):not(.disabled):active:focus,
.bg-opacity-4 .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-4 .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-4 .btn-outline-info,
.bg-opacity-4 .btn-outline-info {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-4 .btn-outline-info:hover,
.bg-opacity-4 .btn-outline-info:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-4 .btn-outline-info:focus, .bg-4 .btn-outline-info.focus,
.bg-opacity-4 .btn-outline-info:focus,
.bg-opacity-4 .btn-outline-info.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-4 .btn-outline-info.disabled, .bg-4 .btn-outline-info:disabled,
.bg-opacity-4 .btn-outline-info.disabled,
.bg-opacity-4 .btn-outline-info:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-4 .btn-outline-info:not(:disabled):not(.disabled):active, .bg-4 .btn-outline-info:not(:disabled):not(.disabled).active, .show > .bg-4 .btn-outline-info.dropdown-toggle,
.bg-opacity-4 .btn-outline-info:not(:disabled):not(.disabled):active,
.bg-opacity-4 .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .bg-opacity-4 .btn-outline-info.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-4 .btn-outline-info:not(:disabled):not(.disabled):active:focus, .bg-4 .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .bg-4 .btn-outline-info.dropdown-toggle:focus,
.bg-opacity-4 .btn-outline-info:not(:disabled):not(.disabled):active:focus,
.bg-opacity-4 .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-4 .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-4 .btn-outline-warning,
.bg-opacity-4 .btn-outline-warning {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-4 .btn-outline-warning:hover,
.bg-opacity-4 .btn-outline-warning:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-4 .btn-outline-warning:focus, .bg-4 .btn-outline-warning.focus,
.bg-opacity-4 .btn-outline-warning:focus,
.bg-opacity-4 .btn-outline-warning.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-4 .btn-outline-warning.disabled, .bg-4 .btn-outline-warning:disabled,
.bg-opacity-4 .btn-outline-warning.disabled,
.bg-opacity-4 .btn-outline-warning:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-4 .btn-outline-warning:not(:disabled):not(.disabled):active, .bg-4 .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .bg-4 .btn-outline-warning.dropdown-toggle,
.bg-opacity-4 .btn-outline-warning:not(:disabled):not(.disabled):active,
.bg-opacity-4 .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .bg-opacity-4 .btn-outline-warning.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-4 .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .bg-4 .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .bg-4 .btn-outline-warning.dropdown-toggle:focus,
.bg-opacity-4 .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.bg-opacity-4 .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-4 .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-4 .btn-outline-danger,
.bg-opacity-4 .btn-outline-danger {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-4 .btn-outline-danger:hover,
.bg-opacity-4 .btn-outline-danger:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-4 .btn-outline-danger:focus, .bg-4 .btn-outline-danger.focus,
.bg-opacity-4 .btn-outline-danger:focus,
.bg-opacity-4 .btn-outline-danger.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-4 .btn-outline-danger.disabled, .bg-4 .btn-outline-danger:disabled,
.bg-opacity-4 .btn-outline-danger.disabled,
.bg-opacity-4 .btn-outline-danger:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-4 .btn-outline-danger:not(:disabled):not(.disabled):active, .bg-4 .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .bg-4 .btn-outline-danger.dropdown-toggle,
.bg-opacity-4 .btn-outline-danger:not(:disabled):not(.disabled):active,
.bg-opacity-4 .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .bg-opacity-4 .btn-outline-danger.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-4 .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .bg-4 .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .bg-4 .btn-outline-danger.dropdown-toggle:focus,
.bg-opacity-4 .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.bg-opacity-4 .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-4 .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-4 .btn-outline-light,
.bg-opacity-4 .btn-outline-light {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-4 .btn-outline-light:hover,
.bg-opacity-4 .btn-outline-light:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-4 .btn-outline-light:focus, .bg-4 .btn-outline-light.focus,
.bg-opacity-4 .btn-outline-light:focus,
.bg-opacity-4 .btn-outline-light.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-4 .btn-outline-light.disabled, .bg-4 .btn-outline-light:disabled,
.bg-opacity-4 .btn-outline-light.disabled,
.bg-opacity-4 .btn-outline-light:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-4 .btn-outline-light:not(:disabled):not(.disabled):active, .bg-4 .btn-outline-light:not(:disabled):not(.disabled).active, .show > .bg-4 .btn-outline-light.dropdown-toggle,
.bg-opacity-4 .btn-outline-light:not(:disabled):not(.disabled):active,
.bg-opacity-4 .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .bg-opacity-4 .btn-outline-light.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-4 .btn-outline-light:not(:disabled):not(.disabled):active:focus, .bg-4 .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .bg-4 .btn-outline-light.dropdown-toggle:focus,
.bg-opacity-4 .btn-outline-light:not(:disabled):not(.disabled):active:focus,
.bg-opacity-4 .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-4 .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-4 .btn-outline-dark,
.bg-opacity-4 .btn-outline-dark {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-4 .btn-outline-dark:hover,
.bg-opacity-4 .btn-outline-dark:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-4 .btn-outline-dark:focus, .bg-4 .btn-outline-dark.focus,
.bg-opacity-4 .btn-outline-dark:focus,
.bg-opacity-4 .btn-outline-dark.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-4 .btn-outline-dark.disabled, .bg-4 .btn-outline-dark:disabled,
.bg-opacity-4 .btn-outline-dark.disabled,
.bg-opacity-4 .btn-outline-dark:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-4 .btn-outline-dark:not(:disabled):not(.disabled):active, .bg-4 .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .bg-4 .btn-outline-dark.dropdown-toggle,
.bg-opacity-4 .btn-outline-dark:not(:disabled):not(.disabled):active,
.bg-opacity-4 .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .bg-opacity-4 .btn-outline-dark.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-4 .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .bg-4 .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .bg-4 .btn-outline-dark.dropdown-toggle:focus,
.bg-opacity-4 .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.bg-opacity-4 .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-4 .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-4 .btn-outline-0,
.bg-opacity-4 .btn-outline-0 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-4 .btn-outline-0:hover,
.bg-opacity-4 .btn-outline-0:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-4 .btn-outline-0:focus, .bg-4 .btn-outline-0.focus,
.bg-opacity-4 .btn-outline-0:focus,
.bg-opacity-4 .btn-outline-0.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-4 .btn-outline-0.disabled, .bg-4 .btn-outline-0:disabled,
.bg-opacity-4 .btn-outline-0.disabled,
.bg-opacity-4 .btn-outline-0:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-4 .btn-outline-0:not(:disabled):not(.disabled):active, .bg-4 .btn-outline-0:not(:disabled):not(.disabled).active, .show > .bg-4 .btn-outline-0.dropdown-toggle,
.bg-opacity-4 .btn-outline-0:not(:disabled):not(.disabled):active,
.bg-opacity-4 .btn-outline-0:not(:disabled):not(.disabled).active,
.show > .bg-opacity-4 .btn-outline-0.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-4 .btn-outline-0:not(:disabled):not(.disabled):active:focus, .bg-4 .btn-outline-0:not(:disabled):not(.disabled).active:focus, .show > .bg-4 .btn-outline-0.dropdown-toggle:focus,
.bg-opacity-4 .btn-outline-0:not(:disabled):not(.disabled):active:focus,
.bg-opacity-4 .btn-outline-0:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-4 .btn-outline-0.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-4 .btn-outline-1,
.bg-opacity-4 .btn-outline-1 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-4 .btn-outline-1:hover,
.bg-opacity-4 .btn-outline-1:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-4 .btn-outline-1:focus, .bg-4 .btn-outline-1.focus,
.bg-opacity-4 .btn-outline-1:focus,
.bg-opacity-4 .btn-outline-1.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-4 .btn-outline-1.disabled, .bg-4 .btn-outline-1:disabled,
.bg-opacity-4 .btn-outline-1.disabled,
.bg-opacity-4 .btn-outline-1:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-4 .btn-outline-1:not(:disabled):not(.disabled):active, .bg-4 .btn-outline-1:not(:disabled):not(.disabled).active, .show > .bg-4 .btn-outline-1.dropdown-toggle,
.bg-opacity-4 .btn-outline-1:not(:disabled):not(.disabled):active,
.bg-opacity-4 .btn-outline-1:not(:disabled):not(.disabled).active,
.show > .bg-opacity-4 .btn-outline-1.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-4 .btn-outline-1:not(:disabled):not(.disabled):active:focus, .bg-4 .btn-outline-1:not(:disabled):not(.disabled).active:focus, .show > .bg-4 .btn-outline-1.dropdown-toggle:focus,
.bg-opacity-4 .btn-outline-1:not(:disabled):not(.disabled):active:focus,
.bg-opacity-4 .btn-outline-1:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-4 .btn-outline-1.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-4 .btn-outline-2,
.bg-opacity-4 .btn-outline-2 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-4 .btn-outline-2:hover,
.bg-opacity-4 .btn-outline-2:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-4 .btn-outline-2:focus, .bg-4 .btn-outline-2.focus,
.bg-opacity-4 .btn-outline-2:focus,
.bg-opacity-4 .btn-outline-2.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-4 .btn-outline-2.disabled, .bg-4 .btn-outline-2:disabled,
.bg-opacity-4 .btn-outline-2.disabled,
.bg-opacity-4 .btn-outline-2:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-4 .btn-outline-2:not(:disabled):not(.disabled):active, .bg-4 .btn-outline-2:not(:disabled):not(.disabled).active, .show > .bg-4 .btn-outline-2.dropdown-toggle,
.bg-opacity-4 .btn-outline-2:not(:disabled):not(.disabled):active,
.bg-opacity-4 .btn-outline-2:not(:disabled):not(.disabled).active,
.show > .bg-opacity-4 .btn-outline-2.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-4 .btn-outline-2:not(:disabled):not(.disabled):active:focus, .bg-4 .btn-outline-2:not(:disabled):not(.disabled).active:focus, .show > .bg-4 .btn-outline-2.dropdown-toggle:focus,
.bg-opacity-4 .btn-outline-2:not(:disabled):not(.disabled):active:focus,
.bg-opacity-4 .btn-outline-2:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-4 .btn-outline-2.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-4 .btn-outline-3,
.bg-opacity-4 .btn-outline-3 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-4 .btn-outline-3:hover,
.bg-opacity-4 .btn-outline-3:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-4 .btn-outline-3:focus, .bg-4 .btn-outline-3.focus,
.bg-opacity-4 .btn-outline-3:focus,
.bg-opacity-4 .btn-outline-3.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-4 .btn-outline-3.disabled, .bg-4 .btn-outline-3:disabled,
.bg-opacity-4 .btn-outline-3.disabled,
.bg-opacity-4 .btn-outline-3:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-4 .btn-outline-3:not(:disabled):not(.disabled):active, .bg-4 .btn-outline-3:not(:disabled):not(.disabled).active, .show > .bg-4 .btn-outline-3.dropdown-toggle,
.bg-opacity-4 .btn-outline-3:not(:disabled):not(.disabled):active,
.bg-opacity-4 .btn-outline-3:not(:disabled):not(.disabled).active,
.show > .bg-opacity-4 .btn-outline-3.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-4 .btn-outline-3:not(:disabled):not(.disabled):active:focus, .bg-4 .btn-outline-3:not(:disabled):not(.disabled).active:focus, .show > .bg-4 .btn-outline-3.dropdown-toggle:focus,
.bg-opacity-4 .btn-outline-3:not(:disabled):not(.disabled):active:focus,
.bg-opacity-4 .btn-outline-3:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-4 .btn-outline-3.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-4 .btn-outline-4,
.bg-opacity-4 .btn-outline-4 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-4 .btn-outline-4:hover,
.bg-opacity-4 .btn-outline-4:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-4 .btn-outline-4:focus, .bg-4 .btn-outline-4.focus,
.bg-opacity-4 .btn-outline-4:focus,
.bg-opacity-4 .btn-outline-4.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-4 .btn-outline-4.disabled, .bg-4 .btn-outline-4:disabled,
.bg-opacity-4 .btn-outline-4.disabled,
.bg-opacity-4 .btn-outline-4:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-4 .btn-outline-4:not(:disabled):not(.disabled):active, .bg-4 .btn-outline-4:not(:disabled):not(.disabled).active, .show > .bg-4 .btn-outline-4.dropdown-toggle,
.bg-opacity-4 .btn-outline-4:not(:disabled):not(.disabled):active,
.bg-opacity-4 .btn-outline-4:not(:disabled):not(.disabled).active,
.show > .bg-opacity-4 .btn-outline-4.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-4 .btn-outline-4:not(:disabled):not(.disabled):active:focus, .bg-4 .btn-outline-4:not(:disabled):not(.disabled).active:focus, .show > .bg-4 .btn-outline-4.dropdown-toggle:focus,
.bg-opacity-4 .btn-outline-4:not(:disabled):not(.disabled):active:focus,
.bg-opacity-4 .btn-outline-4:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-4 .btn-outline-4.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-4 .btn-outline-5,
.bg-opacity-4 .btn-outline-5 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-4 .btn-outline-5:hover,
.bg-opacity-4 .btn-outline-5:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-4 .btn-outline-5:focus, .bg-4 .btn-outline-5.focus,
.bg-opacity-4 .btn-outline-5:focus,
.bg-opacity-4 .btn-outline-5.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-4 .btn-outline-5.disabled, .bg-4 .btn-outline-5:disabled,
.bg-opacity-4 .btn-outline-5.disabled,
.bg-opacity-4 .btn-outline-5:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-4 .btn-outline-5:not(:disabled):not(.disabled):active, .bg-4 .btn-outline-5:not(:disabled):not(.disabled).active, .show > .bg-4 .btn-outline-5.dropdown-toggle,
.bg-opacity-4 .btn-outline-5:not(:disabled):not(.disabled):active,
.bg-opacity-4 .btn-outline-5:not(:disabled):not(.disabled).active,
.show > .bg-opacity-4 .btn-outline-5.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-4 .btn-outline-5:not(:disabled):not(.disabled):active:focus, .bg-4 .btn-outline-5:not(:disabled):not(.disabled).active:focus, .show > .bg-4 .btn-outline-5.dropdown-toggle:focus,
.bg-opacity-4 .btn-outline-5:not(:disabled):not(.disabled):active:focus,
.bg-opacity-4 .btn-outline-5:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-4 .btn-outline-5.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-4 .btn-outline-6,
.bg-opacity-4 .btn-outline-6 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-4 .btn-outline-6:hover,
.bg-opacity-4 .btn-outline-6:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-4 .btn-outline-6:focus, .bg-4 .btn-outline-6.focus,
.bg-opacity-4 .btn-outline-6:focus,
.bg-opacity-4 .btn-outline-6.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-4 .btn-outline-6.disabled, .bg-4 .btn-outline-6:disabled,
.bg-opacity-4 .btn-outline-6.disabled,
.bg-opacity-4 .btn-outline-6:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-4 .btn-outline-6:not(:disabled):not(.disabled):active, .bg-4 .btn-outline-6:not(:disabled):not(.disabled).active, .show > .bg-4 .btn-outline-6.dropdown-toggle,
.bg-opacity-4 .btn-outline-6:not(:disabled):not(.disabled):active,
.bg-opacity-4 .btn-outline-6:not(:disabled):not(.disabled).active,
.show > .bg-opacity-4 .btn-outline-6.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-4 .btn-outline-6:not(:disabled):not(.disabled):active:focus, .bg-4 .btn-outline-6:not(:disabled):not(.disabled).active:focus, .show > .bg-4 .btn-outline-6.dropdown-toggle:focus,
.bg-opacity-4 .btn-outline-6:not(:disabled):not(.disabled):active:focus,
.bg-opacity-4 .btn-outline-6:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-4 .btn-outline-6.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-4 .btn-outline-7,
.bg-opacity-4 .btn-outline-7 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-4 .btn-outline-7:hover,
.bg-opacity-4 .btn-outline-7:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-4 .btn-outline-7:focus, .bg-4 .btn-outline-7.focus,
.bg-opacity-4 .btn-outline-7:focus,
.bg-opacity-4 .btn-outline-7.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-4 .btn-outline-7.disabled, .bg-4 .btn-outline-7:disabled,
.bg-opacity-4 .btn-outline-7.disabled,
.bg-opacity-4 .btn-outline-7:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-4 .btn-outline-7:not(:disabled):not(.disabled):active, .bg-4 .btn-outline-7:not(:disabled):not(.disabled).active, .show > .bg-4 .btn-outline-7.dropdown-toggle,
.bg-opacity-4 .btn-outline-7:not(:disabled):not(.disabled):active,
.bg-opacity-4 .btn-outline-7:not(:disabled):not(.disabled).active,
.show > .bg-opacity-4 .btn-outline-7.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-4 .btn-outline-7:not(:disabled):not(.disabled):active:focus, .bg-4 .btn-outline-7:not(:disabled):not(.disabled).active:focus, .show > .bg-4 .btn-outline-7.dropdown-toggle:focus,
.bg-opacity-4 .btn-outline-7:not(:disabled):not(.disabled):active:focus,
.bg-opacity-4 .btn-outline-7:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-4 .btn-outline-7.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-4 .btn-outline-8,
.bg-opacity-4 .btn-outline-8 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-4 .btn-outline-8:hover,
.bg-opacity-4 .btn-outline-8:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-4 .btn-outline-8:focus, .bg-4 .btn-outline-8.focus,
.bg-opacity-4 .btn-outline-8:focus,
.bg-opacity-4 .btn-outline-8.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-4 .btn-outline-8.disabled, .bg-4 .btn-outline-8:disabled,
.bg-opacity-4 .btn-outline-8.disabled,
.bg-opacity-4 .btn-outline-8:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-4 .btn-outline-8:not(:disabled):not(.disabled):active, .bg-4 .btn-outline-8:not(:disabled):not(.disabled).active, .show > .bg-4 .btn-outline-8.dropdown-toggle,
.bg-opacity-4 .btn-outline-8:not(:disabled):not(.disabled):active,
.bg-opacity-4 .btn-outline-8:not(:disabled):not(.disabled).active,
.show > .bg-opacity-4 .btn-outline-8.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-4 .btn-outline-8:not(:disabled):not(.disabled):active:focus, .bg-4 .btn-outline-8:not(:disabled):not(.disabled).active:focus, .show > .bg-4 .btn-outline-8.dropdown-toggle:focus,
.bg-opacity-4 .btn-outline-8:not(:disabled):not(.disabled):active:focus,
.bg-opacity-4 .btn-outline-8:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-4 .btn-outline-8.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-4 .btn-outline-9,
.bg-opacity-4 .btn-outline-9 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-4 .btn-outline-9:hover,
.bg-opacity-4 .btn-outline-9:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-4 .btn-outline-9:focus, .bg-4 .btn-outline-9.focus,
.bg-opacity-4 .btn-outline-9:focus,
.bg-opacity-4 .btn-outline-9.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-4 .btn-outline-9.disabled, .bg-4 .btn-outline-9:disabled,
.bg-opacity-4 .btn-outline-9.disabled,
.bg-opacity-4 .btn-outline-9:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-4 .btn-outline-9:not(:disabled):not(.disabled):active, .bg-4 .btn-outline-9:not(:disabled):not(.disabled).active, .show > .bg-4 .btn-outline-9.dropdown-toggle,
.bg-opacity-4 .btn-outline-9:not(:disabled):not(.disabled):active,
.bg-opacity-4 .btn-outline-9:not(:disabled):not(.disabled).active,
.show > .bg-opacity-4 .btn-outline-9.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-4 .btn-outline-9:not(:disabled):not(.disabled):active:focus, .bg-4 .btn-outline-9:not(:disabled):not(.disabled).active:focus, .show > .bg-4 .btn-outline-9.dropdown-toggle:focus,
.bg-opacity-4 .btn-outline-9:not(:disabled):not(.disabled):active:focus,
.bg-opacity-4 .btn-outline-9:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-4 .btn-outline-9.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-4 .btn-outline-10,
.bg-opacity-4 .btn-outline-10 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-4 .btn-outline-10:hover,
.bg-opacity-4 .btn-outline-10:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-4 .btn-outline-10:focus, .bg-4 .btn-outline-10.focus,
.bg-opacity-4 .btn-outline-10:focus,
.bg-opacity-4 .btn-outline-10.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-4 .btn-outline-10.disabled, .bg-4 .btn-outline-10:disabled,
.bg-opacity-4 .btn-outline-10.disabled,
.bg-opacity-4 .btn-outline-10:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-4 .btn-outline-10:not(:disabled):not(.disabled):active, .bg-4 .btn-outline-10:not(:disabled):not(.disabled).active, .show > .bg-4 .btn-outline-10.dropdown-toggle,
.bg-opacity-4 .btn-outline-10:not(:disabled):not(.disabled):active,
.bg-opacity-4 .btn-outline-10:not(:disabled):not(.disabled).active,
.show > .bg-opacity-4 .btn-outline-10.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-4 .btn-outline-10:not(:disabled):not(.disabled):active:focus, .bg-4 .btn-outline-10:not(:disabled):not(.disabled).active:focus, .show > .bg-4 .btn-outline-10.dropdown-toggle:focus,
.bg-opacity-4 .btn-outline-10:not(:disabled):not(.disabled):active:focus,
.bg-opacity-4 .btn-outline-10:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-4 .btn-outline-10.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-4 .btn-outline-default,
.bg-opacity-4 .btn-outline-default {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-4 .btn-outline-default:hover,
.bg-opacity-4 .btn-outline-default:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-4 .btn-outline-default:focus, .bg-4 .btn-outline-default.focus,
.bg-opacity-4 .btn-outline-default:focus,
.bg-opacity-4 .btn-outline-default.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-4 .btn-outline-default.disabled, .bg-4 .btn-outline-default:disabled,
.bg-opacity-4 .btn-outline-default.disabled,
.bg-opacity-4 .btn-outline-default:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-4 .btn-outline-default:not(:disabled):not(.disabled):active, .bg-4 .btn-outline-default:not(:disabled):not(.disabled).active, .show > .bg-4 .btn-outline-default.dropdown-toggle,
.bg-opacity-4 .btn-outline-default:not(:disabled):not(.disabled):active,
.bg-opacity-4 .btn-outline-default:not(:disabled):not(.disabled).active,
.show > .bg-opacity-4 .btn-outline-default.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-4 .btn-outline-default:not(:disabled):not(.disabled):active:focus, .bg-4 .btn-outline-default:not(:disabled):not(.disabled).active:focus, .show > .bg-4 .btn-outline-default.dropdown-toggle:focus,
.bg-opacity-4 .btn-outline-default:not(:disabled):not(.disabled):active:focus,
.bg-opacity-4 .btn-outline-default:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-4 .btn-outline-default.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-4 .btn-outline-violet,
.bg-opacity-4 .btn-outline-violet {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-4 .btn-outline-violet:hover,
.bg-opacity-4 .btn-outline-violet:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-4 .btn-outline-violet:focus, .bg-4 .btn-outline-violet.focus,
.bg-opacity-4 .btn-outline-violet:focus,
.bg-opacity-4 .btn-outline-violet.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-4 .btn-outline-violet.disabled, .bg-4 .btn-outline-violet:disabled,
.bg-opacity-4 .btn-outline-violet.disabled,
.bg-opacity-4 .btn-outline-violet:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-4 .btn-outline-violet:not(:disabled):not(.disabled):active, .bg-4 .btn-outline-violet:not(:disabled):not(.disabled).active, .show > .bg-4 .btn-outline-violet.dropdown-toggle,
.bg-opacity-4 .btn-outline-violet:not(:disabled):not(.disabled):active,
.bg-opacity-4 .btn-outline-violet:not(:disabled):not(.disabled).active,
.show > .bg-opacity-4 .btn-outline-violet.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-4 .btn-outline-violet:not(:disabled):not(.disabled):active:focus, .bg-4 .btn-outline-violet:not(:disabled):not(.disabled).active:focus, .show > .bg-4 .btn-outline-violet.dropdown-toggle:focus,
.bg-opacity-4 .btn-outline-violet:not(:disabled):not(.disabled):active:focus,
.bg-opacity-4 .btn-outline-violet:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-4 .btn-outline-violet.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-4 .btn-outline-magenta,
.bg-opacity-4 .btn-outline-magenta {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-4 .btn-outline-magenta:hover,
.bg-opacity-4 .btn-outline-magenta:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-4 .btn-outline-magenta:focus, .bg-4 .btn-outline-magenta.focus,
.bg-opacity-4 .btn-outline-magenta:focus,
.bg-opacity-4 .btn-outline-magenta.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-4 .btn-outline-magenta.disabled, .bg-4 .btn-outline-magenta:disabled,
.bg-opacity-4 .btn-outline-magenta.disabled,
.bg-opacity-4 .btn-outline-magenta:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-4 .btn-outline-magenta:not(:disabled):not(.disabled):active, .bg-4 .btn-outline-magenta:not(:disabled):not(.disabled).active, .show > .bg-4 .btn-outline-magenta.dropdown-toggle,
.bg-opacity-4 .btn-outline-magenta:not(:disabled):not(.disabled):active,
.bg-opacity-4 .btn-outline-magenta:not(:disabled):not(.disabled).active,
.show > .bg-opacity-4 .btn-outline-magenta.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-4 .btn-outline-magenta:not(:disabled):not(.disabled):active:focus, .bg-4 .btn-outline-magenta:not(:disabled):not(.disabled).active:focus, .show > .bg-4 .btn-outline-magenta.dropdown-toggle:focus,
.bg-opacity-4 .btn-outline-magenta:not(:disabled):not(.disabled):active:focus,
.bg-opacity-4 .btn-outline-magenta:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-4 .btn-outline-magenta.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-4 .btn-outline-petrol,
.bg-opacity-4 .btn-outline-petrol {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-4 .btn-outline-petrol:hover,
.bg-opacity-4 .btn-outline-petrol:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-4 .btn-outline-petrol:focus, .bg-4 .btn-outline-petrol.focus,
.bg-opacity-4 .btn-outline-petrol:focus,
.bg-opacity-4 .btn-outline-petrol.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-4 .btn-outline-petrol.disabled, .bg-4 .btn-outline-petrol:disabled,
.bg-opacity-4 .btn-outline-petrol.disabled,
.bg-opacity-4 .btn-outline-petrol:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-4 .btn-outline-petrol:not(:disabled):not(.disabled):active, .bg-4 .btn-outline-petrol:not(:disabled):not(.disabled).active, .show > .bg-4 .btn-outline-petrol.dropdown-toggle,
.bg-opacity-4 .btn-outline-petrol:not(:disabled):not(.disabled):active,
.bg-opacity-4 .btn-outline-petrol:not(:disabled):not(.disabled).active,
.show > .bg-opacity-4 .btn-outline-petrol.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-4 .btn-outline-petrol:not(:disabled):not(.disabled):active:focus, .bg-4 .btn-outline-petrol:not(:disabled):not(.disabled).active:focus, .show > .bg-4 .btn-outline-petrol.dropdown-toggle:focus,
.bg-opacity-4 .btn-outline-petrol:not(:disabled):not(.disabled):active:focus,
.bg-opacity-4 .btn-outline-petrol:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-4 .btn-outline-petrol.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-4 .btn-outline-green,
.bg-opacity-4 .btn-outline-green {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-4 .btn-outline-green:hover,
.bg-opacity-4 .btn-outline-green:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-4 .btn-outline-green:focus, .bg-4 .btn-outline-green.focus,
.bg-opacity-4 .btn-outline-green:focus,
.bg-opacity-4 .btn-outline-green.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-4 .btn-outline-green.disabled, .bg-4 .btn-outline-green:disabled,
.bg-opacity-4 .btn-outline-green.disabled,
.bg-opacity-4 .btn-outline-green:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-4 .btn-outline-green:not(:disabled):not(.disabled):active, .bg-4 .btn-outline-green:not(:disabled):not(.disabled).active, .show > .bg-4 .btn-outline-green.dropdown-toggle,
.bg-opacity-4 .btn-outline-green:not(:disabled):not(.disabled):active,
.bg-opacity-4 .btn-outline-green:not(:disabled):not(.disabled).active,
.show > .bg-opacity-4 .btn-outline-green.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-4 .btn-outline-green:not(:disabled):not(.disabled):active:focus, .bg-4 .btn-outline-green:not(:disabled):not(.disabled).active:focus, .show > .bg-4 .btn-outline-green.dropdown-toggle:focus,
.bg-opacity-4 .btn-outline-green:not(:disabled):not(.disabled):active:focus,
.bg-opacity-4 .btn-outline-green:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-4 .btn-outline-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-4 .btn-outline-orange,
.bg-opacity-4 .btn-outline-orange {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-4 .btn-outline-orange:hover,
.bg-opacity-4 .btn-outline-orange:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-4 .btn-outline-orange:focus, .bg-4 .btn-outline-orange.focus,
.bg-opacity-4 .btn-outline-orange:focus,
.bg-opacity-4 .btn-outline-orange.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-4 .btn-outline-orange.disabled, .bg-4 .btn-outline-orange:disabled,
.bg-opacity-4 .btn-outline-orange.disabled,
.bg-opacity-4 .btn-outline-orange:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-4 .btn-outline-orange:not(:disabled):not(.disabled):active, .bg-4 .btn-outline-orange:not(:disabled):not(.disabled).active, .show > .bg-4 .btn-outline-orange.dropdown-toggle,
.bg-opacity-4 .btn-outline-orange:not(:disabled):not(.disabled):active,
.bg-opacity-4 .btn-outline-orange:not(:disabled):not(.disabled).active,
.show > .bg-opacity-4 .btn-outline-orange.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-4 .btn-outline-orange:not(:disabled):not(.disabled):active:focus, .bg-4 .btn-outline-orange:not(:disabled):not(.disabled).active:focus, .show > .bg-4 .btn-outline-orange.dropdown-toggle:focus,
.bg-opacity-4 .btn-outline-orange:not(:disabled):not(.disabled):active:focus,
.bg-opacity-4 .btn-outline-orange:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-4 .btn-outline-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-4 .btn-outline-gold,
.bg-opacity-4 .btn-outline-gold {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-4 .btn-outline-gold:hover,
.bg-opacity-4 .btn-outline-gold:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-4 .btn-outline-gold:focus, .bg-4 .btn-outline-gold.focus,
.bg-opacity-4 .btn-outline-gold:focus,
.bg-opacity-4 .btn-outline-gold.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-4 .btn-outline-gold.disabled, .bg-4 .btn-outline-gold:disabled,
.bg-opacity-4 .btn-outline-gold.disabled,
.bg-opacity-4 .btn-outline-gold:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-4 .btn-outline-gold:not(:disabled):not(.disabled):active, .bg-4 .btn-outline-gold:not(:disabled):not(.disabled).active, .show > .bg-4 .btn-outline-gold.dropdown-toggle,
.bg-opacity-4 .btn-outline-gold:not(:disabled):not(.disabled):active,
.bg-opacity-4 .btn-outline-gold:not(:disabled):not(.disabled).active,
.show > .bg-opacity-4 .btn-outline-gold.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-4 .btn-outline-gold:not(:disabled):not(.disabled):active:focus, .bg-4 .btn-outline-gold:not(:disabled):not(.disabled).active:focus, .show > .bg-4 .btn-outline-gold.dropdown-toggle:focus,
.bg-opacity-4 .btn-outline-gold:not(:disabled):not(.disabled):active:focus,
.bg-opacity-4 .btn-outline-gold:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-4 .btn-outline-gold.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-4 .btn-outline-silver,
.bg-opacity-4 .btn-outline-silver {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-4 .btn-outline-silver:hover,
.bg-opacity-4 .btn-outline-silver:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-4 .btn-outline-silver:focus, .bg-4 .btn-outline-silver.focus,
.bg-opacity-4 .btn-outline-silver:focus,
.bg-opacity-4 .btn-outline-silver.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-4 .btn-outline-silver.disabled, .bg-4 .btn-outline-silver:disabled,
.bg-opacity-4 .btn-outline-silver.disabled,
.bg-opacity-4 .btn-outline-silver:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-4 .btn-outline-silver:not(:disabled):not(.disabled):active, .bg-4 .btn-outline-silver:not(:disabled):not(.disabled).active, .show > .bg-4 .btn-outline-silver.dropdown-toggle,
.bg-opacity-4 .btn-outline-silver:not(:disabled):not(.disabled):active,
.bg-opacity-4 .btn-outline-silver:not(:disabled):not(.disabled).active,
.show > .bg-opacity-4 .btn-outline-silver.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-4 .btn-outline-silver:not(:disabled):not(.disabled):active:focus, .bg-4 .btn-outline-silver:not(:disabled):not(.disabled).active:focus, .show > .bg-4 .btn-outline-silver.dropdown-toggle:focus,
.bg-opacity-4 .btn-outline-silver:not(:disabled):not(.disabled):active:focus,
.bg-opacity-4 .btn-outline-silver:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-4 .btn-outline-silver.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-4 .btn-outline-white,
.bg-opacity-4 .btn-outline-white {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-4 .btn-outline-white:hover,
.bg-opacity-4 .btn-outline-white:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-4 .btn-outline-white:focus, .bg-4 .btn-outline-white.focus,
.bg-opacity-4 .btn-outline-white:focus,
.bg-opacity-4 .btn-outline-white.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-4 .btn-outline-white.disabled, .bg-4 .btn-outline-white:disabled,
.bg-opacity-4 .btn-outline-white.disabled,
.bg-opacity-4 .btn-outline-white:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-4 .btn-outline-white:not(:disabled):not(.disabled):active, .bg-4 .btn-outline-white:not(:disabled):not(.disabled).active, .show > .bg-4 .btn-outline-white.dropdown-toggle,
.bg-opacity-4 .btn-outline-white:not(:disabled):not(.disabled):active,
.bg-opacity-4 .btn-outline-white:not(:disabled):not(.disabled).active,
.show > .bg-opacity-4 .btn-outline-white.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-4 .btn-outline-white:not(:disabled):not(.disabled):active:focus, .bg-4 .btn-outline-white:not(:disabled):not(.disabled).active:focus, .show > .bg-4 .btn-outline-white.dropdown-toggle:focus,
.bg-opacity-4 .btn-outline-white:not(:disabled):not(.disabled):active:focus,
.bg-opacity-4 .btn-outline-white:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-4 .btn-outline-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}

.bg-5 .custom-select,
.bg-opacity-5 .custom-select {
  border-color: #ffffff;
  color: #ffffff;
}
.bg-5 .custom-select option,
.bg-opacity-5 .custom-select option {
  color: #333333;
}
.bg-5 .custom-select option:hover,
.bg-opacity-5 .custom-select option:hover {
  background-color: #007c96;
}
.bg-5 .text-theme,
.bg-opacity-5 .text-theme {
  color: #ffffff !important;
}
.bg-5 a[href^="tel:"],
.bg-opacity-5 a[href^="tel:"] {
  color: #ffffff !important;
}
.bg-5 .btn-theme,
.bg-opacity-5 .btn-theme {
  color: #52565a;
  background-color: #ffffff;
  border-color: #007c96;
}
.bg-5 .btn-theme:hover,
.bg-opacity-5 .btn-theme:hover {
  color: #ffffff;
  background-color: #7e8890;
  border-color: #7e8890;
}
.bg-5 .btn-theme:focus, .bg-5 .btn-theme.focus,
.bg-opacity-5 .btn-theme:focus,
.bg-opacity-5 .btn-theme.focus {
  box-shadow: 0 0 0 0 rgba(12, 118, 141, 0.5);
}
.bg-5 .btn-theme.disabled, .bg-5 .btn-theme:disabled,
.bg-opacity-5 .btn-theme.disabled,
.bg-opacity-5 .btn-theme:disabled {
  color: #52565a;
  background-color: #ffffff;
  border-color: #007c96;
}
.bg-5 .btn-theme:not(:disabled):not(.disabled):active, .bg-5 .btn-theme:not(:disabled):not(.disabled).active, .show > .bg-5 .btn-theme.dropdown-toggle,
.bg-opacity-5 .btn-theme:not(:disabled):not(.disabled):active,
.bg-opacity-5 .btn-theme:not(:disabled):not(.disabled).active,
.show > .bg-opacity-5 .btn-theme.dropdown-toggle {
  color: #52565a;
  background-color: #e6e6e6;
  border-color: #004756;
}
.bg-5 .btn-theme:not(:disabled):not(.disabled):active:focus, .bg-5 .btn-theme:not(:disabled):not(.disabled).active:focus, .show > .bg-5 .btn-theme.dropdown-toggle:focus,
.bg-opacity-5 .btn-theme:not(:disabled):not(.disabled):active:focus,
.bg-opacity-5 .btn-theme:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-5 .btn-theme.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(12, 118, 141, 0.5);
}
.bg-5 .btn-outline-primary,
.bg-opacity-5 .btn-outline-primary {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-5 .btn-outline-primary:hover,
.bg-opacity-5 .btn-outline-primary:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-5 .btn-outline-primary:focus, .bg-5 .btn-outline-primary.focus,
.bg-opacity-5 .btn-outline-primary:focus,
.bg-opacity-5 .btn-outline-primary.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-5 .btn-outline-primary.disabled, .bg-5 .btn-outline-primary:disabled,
.bg-opacity-5 .btn-outline-primary.disabled,
.bg-opacity-5 .btn-outline-primary:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-5 .btn-outline-primary:not(:disabled):not(.disabled):active, .bg-5 .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .bg-5 .btn-outline-primary.dropdown-toggle,
.bg-opacity-5 .btn-outline-primary:not(:disabled):not(.disabled):active,
.bg-opacity-5 .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .bg-opacity-5 .btn-outline-primary.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-5 .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .bg-5 .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .bg-5 .btn-outline-primary.dropdown-toggle:focus,
.bg-opacity-5 .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.bg-opacity-5 .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-5 .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-5 .btn-outline-secondary,
.bg-opacity-5 .btn-outline-secondary {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-5 .btn-outline-secondary:hover,
.bg-opacity-5 .btn-outline-secondary:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-5 .btn-outline-secondary:focus, .bg-5 .btn-outline-secondary.focus,
.bg-opacity-5 .btn-outline-secondary:focus,
.bg-opacity-5 .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-5 .btn-outline-secondary.disabled, .bg-5 .btn-outline-secondary:disabled,
.bg-opacity-5 .btn-outline-secondary.disabled,
.bg-opacity-5 .btn-outline-secondary:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-5 .btn-outline-secondary:not(:disabled):not(.disabled):active, .bg-5 .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .bg-5 .btn-outline-secondary.dropdown-toggle,
.bg-opacity-5 .btn-outline-secondary:not(:disabled):not(.disabled):active,
.bg-opacity-5 .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .bg-opacity-5 .btn-outline-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-5 .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .bg-5 .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .bg-5 .btn-outline-secondary.dropdown-toggle:focus,
.bg-opacity-5 .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.bg-opacity-5 .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-5 .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-5 .btn-outline-success,
.bg-opacity-5 .btn-outline-success {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-5 .btn-outline-success:hover,
.bg-opacity-5 .btn-outline-success:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-5 .btn-outline-success:focus, .bg-5 .btn-outline-success.focus,
.bg-opacity-5 .btn-outline-success:focus,
.bg-opacity-5 .btn-outline-success.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-5 .btn-outline-success.disabled, .bg-5 .btn-outline-success:disabled,
.bg-opacity-5 .btn-outline-success.disabled,
.bg-opacity-5 .btn-outline-success:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-5 .btn-outline-success:not(:disabled):not(.disabled):active, .bg-5 .btn-outline-success:not(:disabled):not(.disabled).active, .show > .bg-5 .btn-outline-success.dropdown-toggle,
.bg-opacity-5 .btn-outline-success:not(:disabled):not(.disabled):active,
.bg-opacity-5 .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .bg-opacity-5 .btn-outline-success.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-5 .btn-outline-success:not(:disabled):not(.disabled):active:focus, .bg-5 .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .bg-5 .btn-outline-success.dropdown-toggle:focus,
.bg-opacity-5 .btn-outline-success:not(:disabled):not(.disabled):active:focus,
.bg-opacity-5 .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-5 .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-5 .btn-outline-info,
.bg-opacity-5 .btn-outline-info {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-5 .btn-outline-info:hover,
.bg-opacity-5 .btn-outline-info:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-5 .btn-outline-info:focus, .bg-5 .btn-outline-info.focus,
.bg-opacity-5 .btn-outline-info:focus,
.bg-opacity-5 .btn-outline-info.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-5 .btn-outline-info.disabled, .bg-5 .btn-outline-info:disabled,
.bg-opacity-5 .btn-outline-info.disabled,
.bg-opacity-5 .btn-outline-info:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-5 .btn-outline-info:not(:disabled):not(.disabled):active, .bg-5 .btn-outline-info:not(:disabled):not(.disabled).active, .show > .bg-5 .btn-outline-info.dropdown-toggle,
.bg-opacity-5 .btn-outline-info:not(:disabled):not(.disabled):active,
.bg-opacity-5 .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .bg-opacity-5 .btn-outline-info.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-5 .btn-outline-info:not(:disabled):not(.disabled):active:focus, .bg-5 .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .bg-5 .btn-outline-info.dropdown-toggle:focus,
.bg-opacity-5 .btn-outline-info:not(:disabled):not(.disabled):active:focus,
.bg-opacity-5 .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-5 .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-5 .btn-outline-warning,
.bg-opacity-5 .btn-outline-warning {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-5 .btn-outline-warning:hover,
.bg-opacity-5 .btn-outline-warning:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-5 .btn-outline-warning:focus, .bg-5 .btn-outline-warning.focus,
.bg-opacity-5 .btn-outline-warning:focus,
.bg-opacity-5 .btn-outline-warning.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-5 .btn-outline-warning.disabled, .bg-5 .btn-outline-warning:disabled,
.bg-opacity-5 .btn-outline-warning.disabled,
.bg-opacity-5 .btn-outline-warning:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-5 .btn-outline-warning:not(:disabled):not(.disabled):active, .bg-5 .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .bg-5 .btn-outline-warning.dropdown-toggle,
.bg-opacity-5 .btn-outline-warning:not(:disabled):not(.disabled):active,
.bg-opacity-5 .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .bg-opacity-5 .btn-outline-warning.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-5 .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .bg-5 .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .bg-5 .btn-outline-warning.dropdown-toggle:focus,
.bg-opacity-5 .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.bg-opacity-5 .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-5 .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-5 .btn-outline-danger,
.bg-opacity-5 .btn-outline-danger {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-5 .btn-outline-danger:hover,
.bg-opacity-5 .btn-outline-danger:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-5 .btn-outline-danger:focus, .bg-5 .btn-outline-danger.focus,
.bg-opacity-5 .btn-outline-danger:focus,
.bg-opacity-5 .btn-outline-danger.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-5 .btn-outline-danger.disabled, .bg-5 .btn-outline-danger:disabled,
.bg-opacity-5 .btn-outline-danger.disabled,
.bg-opacity-5 .btn-outline-danger:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-5 .btn-outline-danger:not(:disabled):not(.disabled):active, .bg-5 .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .bg-5 .btn-outline-danger.dropdown-toggle,
.bg-opacity-5 .btn-outline-danger:not(:disabled):not(.disabled):active,
.bg-opacity-5 .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .bg-opacity-5 .btn-outline-danger.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-5 .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .bg-5 .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .bg-5 .btn-outline-danger.dropdown-toggle:focus,
.bg-opacity-5 .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.bg-opacity-5 .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-5 .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-5 .btn-outline-light,
.bg-opacity-5 .btn-outline-light {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-5 .btn-outline-light:hover,
.bg-opacity-5 .btn-outline-light:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-5 .btn-outline-light:focus, .bg-5 .btn-outline-light.focus,
.bg-opacity-5 .btn-outline-light:focus,
.bg-opacity-5 .btn-outline-light.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-5 .btn-outline-light.disabled, .bg-5 .btn-outline-light:disabled,
.bg-opacity-5 .btn-outline-light.disabled,
.bg-opacity-5 .btn-outline-light:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-5 .btn-outline-light:not(:disabled):not(.disabled):active, .bg-5 .btn-outline-light:not(:disabled):not(.disabled).active, .show > .bg-5 .btn-outline-light.dropdown-toggle,
.bg-opacity-5 .btn-outline-light:not(:disabled):not(.disabled):active,
.bg-opacity-5 .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .bg-opacity-5 .btn-outline-light.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-5 .btn-outline-light:not(:disabled):not(.disabled):active:focus, .bg-5 .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .bg-5 .btn-outline-light.dropdown-toggle:focus,
.bg-opacity-5 .btn-outline-light:not(:disabled):not(.disabled):active:focus,
.bg-opacity-5 .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-5 .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-5 .btn-outline-dark,
.bg-opacity-5 .btn-outline-dark {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-5 .btn-outline-dark:hover,
.bg-opacity-5 .btn-outline-dark:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-5 .btn-outline-dark:focus, .bg-5 .btn-outline-dark.focus,
.bg-opacity-5 .btn-outline-dark:focus,
.bg-opacity-5 .btn-outline-dark.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-5 .btn-outline-dark.disabled, .bg-5 .btn-outline-dark:disabled,
.bg-opacity-5 .btn-outline-dark.disabled,
.bg-opacity-5 .btn-outline-dark:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-5 .btn-outline-dark:not(:disabled):not(.disabled):active, .bg-5 .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .bg-5 .btn-outline-dark.dropdown-toggle,
.bg-opacity-5 .btn-outline-dark:not(:disabled):not(.disabled):active,
.bg-opacity-5 .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .bg-opacity-5 .btn-outline-dark.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-5 .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .bg-5 .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .bg-5 .btn-outline-dark.dropdown-toggle:focus,
.bg-opacity-5 .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.bg-opacity-5 .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-5 .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-5 .btn-outline-0,
.bg-opacity-5 .btn-outline-0 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-5 .btn-outline-0:hover,
.bg-opacity-5 .btn-outline-0:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-5 .btn-outline-0:focus, .bg-5 .btn-outline-0.focus,
.bg-opacity-5 .btn-outline-0:focus,
.bg-opacity-5 .btn-outline-0.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-5 .btn-outline-0.disabled, .bg-5 .btn-outline-0:disabled,
.bg-opacity-5 .btn-outline-0.disabled,
.bg-opacity-5 .btn-outline-0:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-5 .btn-outline-0:not(:disabled):not(.disabled):active, .bg-5 .btn-outline-0:not(:disabled):not(.disabled).active, .show > .bg-5 .btn-outline-0.dropdown-toggle,
.bg-opacity-5 .btn-outline-0:not(:disabled):not(.disabled):active,
.bg-opacity-5 .btn-outline-0:not(:disabled):not(.disabled).active,
.show > .bg-opacity-5 .btn-outline-0.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-5 .btn-outline-0:not(:disabled):not(.disabled):active:focus, .bg-5 .btn-outline-0:not(:disabled):not(.disabled).active:focus, .show > .bg-5 .btn-outline-0.dropdown-toggle:focus,
.bg-opacity-5 .btn-outline-0:not(:disabled):not(.disabled):active:focus,
.bg-opacity-5 .btn-outline-0:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-5 .btn-outline-0.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-5 .btn-outline-1,
.bg-opacity-5 .btn-outline-1 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-5 .btn-outline-1:hover,
.bg-opacity-5 .btn-outline-1:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-5 .btn-outline-1:focus, .bg-5 .btn-outline-1.focus,
.bg-opacity-5 .btn-outline-1:focus,
.bg-opacity-5 .btn-outline-1.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-5 .btn-outline-1.disabled, .bg-5 .btn-outline-1:disabled,
.bg-opacity-5 .btn-outline-1.disabled,
.bg-opacity-5 .btn-outline-1:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-5 .btn-outline-1:not(:disabled):not(.disabled):active, .bg-5 .btn-outline-1:not(:disabled):not(.disabled).active, .show > .bg-5 .btn-outline-1.dropdown-toggle,
.bg-opacity-5 .btn-outline-1:not(:disabled):not(.disabled):active,
.bg-opacity-5 .btn-outline-1:not(:disabled):not(.disabled).active,
.show > .bg-opacity-5 .btn-outline-1.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-5 .btn-outline-1:not(:disabled):not(.disabled):active:focus, .bg-5 .btn-outline-1:not(:disabled):not(.disabled).active:focus, .show > .bg-5 .btn-outline-1.dropdown-toggle:focus,
.bg-opacity-5 .btn-outline-1:not(:disabled):not(.disabled):active:focus,
.bg-opacity-5 .btn-outline-1:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-5 .btn-outline-1.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-5 .btn-outline-2,
.bg-opacity-5 .btn-outline-2 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-5 .btn-outline-2:hover,
.bg-opacity-5 .btn-outline-2:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-5 .btn-outline-2:focus, .bg-5 .btn-outline-2.focus,
.bg-opacity-5 .btn-outline-2:focus,
.bg-opacity-5 .btn-outline-2.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-5 .btn-outline-2.disabled, .bg-5 .btn-outline-2:disabled,
.bg-opacity-5 .btn-outline-2.disabled,
.bg-opacity-5 .btn-outline-2:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-5 .btn-outline-2:not(:disabled):not(.disabled):active, .bg-5 .btn-outline-2:not(:disabled):not(.disabled).active, .show > .bg-5 .btn-outline-2.dropdown-toggle,
.bg-opacity-5 .btn-outline-2:not(:disabled):not(.disabled):active,
.bg-opacity-5 .btn-outline-2:not(:disabled):not(.disabled).active,
.show > .bg-opacity-5 .btn-outline-2.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-5 .btn-outline-2:not(:disabled):not(.disabled):active:focus, .bg-5 .btn-outline-2:not(:disabled):not(.disabled).active:focus, .show > .bg-5 .btn-outline-2.dropdown-toggle:focus,
.bg-opacity-5 .btn-outline-2:not(:disabled):not(.disabled):active:focus,
.bg-opacity-5 .btn-outline-2:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-5 .btn-outline-2.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-5 .btn-outline-3,
.bg-opacity-5 .btn-outline-3 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-5 .btn-outline-3:hover,
.bg-opacity-5 .btn-outline-3:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-5 .btn-outline-3:focus, .bg-5 .btn-outline-3.focus,
.bg-opacity-5 .btn-outline-3:focus,
.bg-opacity-5 .btn-outline-3.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-5 .btn-outline-3.disabled, .bg-5 .btn-outline-3:disabled,
.bg-opacity-5 .btn-outline-3.disabled,
.bg-opacity-5 .btn-outline-3:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-5 .btn-outline-3:not(:disabled):not(.disabled):active, .bg-5 .btn-outline-3:not(:disabled):not(.disabled).active, .show > .bg-5 .btn-outline-3.dropdown-toggle,
.bg-opacity-5 .btn-outline-3:not(:disabled):not(.disabled):active,
.bg-opacity-5 .btn-outline-3:not(:disabled):not(.disabled).active,
.show > .bg-opacity-5 .btn-outline-3.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-5 .btn-outline-3:not(:disabled):not(.disabled):active:focus, .bg-5 .btn-outline-3:not(:disabled):not(.disabled).active:focus, .show > .bg-5 .btn-outline-3.dropdown-toggle:focus,
.bg-opacity-5 .btn-outline-3:not(:disabled):not(.disabled):active:focus,
.bg-opacity-5 .btn-outline-3:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-5 .btn-outline-3.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-5 .btn-outline-4,
.bg-opacity-5 .btn-outline-4 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-5 .btn-outline-4:hover,
.bg-opacity-5 .btn-outline-4:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-5 .btn-outline-4:focus, .bg-5 .btn-outline-4.focus,
.bg-opacity-5 .btn-outline-4:focus,
.bg-opacity-5 .btn-outline-4.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-5 .btn-outline-4.disabled, .bg-5 .btn-outline-4:disabled,
.bg-opacity-5 .btn-outline-4.disabled,
.bg-opacity-5 .btn-outline-4:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-5 .btn-outline-4:not(:disabled):not(.disabled):active, .bg-5 .btn-outline-4:not(:disabled):not(.disabled).active, .show > .bg-5 .btn-outline-4.dropdown-toggle,
.bg-opacity-5 .btn-outline-4:not(:disabled):not(.disabled):active,
.bg-opacity-5 .btn-outline-4:not(:disabled):not(.disabled).active,
.show > .bg-opacity-5 .btn-outline-4.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-5 .btn-outline-4:not(:disabled):not(.disabled):active:focus, .bg-5 .btn-outline-4:not(:disabled):not(.disabled).active:focus, .show > .bg-5 .btn-outline-4.dropdown-toggle:focus,
.bg-opacity-5 .btn-outline-4:not(:disabled):not(.disabled):active:focus,
.bg-opacity-5 .btn-outline-4:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-5 .btn-outline-4.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-5 .btn-outline-5,
.bg-opacity-5 .btn-outline-5 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-5 .btn-outline-5:hover,
.bg-opacity-5 .btn-outline-5:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-5 .btn-outline-5:focus, .bg-5 .btn-outline-5.focus,
.bg-opacity-5 .btn-outline-5:focus,
.bg-opacity-5 .btn-outline-5.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-5 .btn-outline-5.disabled, .bg-5 .btn-outline-5:disabled,
.bg-opacity-5 .btn-outline-5.disabled,
.bg-opacity-5 .btn-outline-5:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-5 .btn-outline-5:not(:disabled):not(.disabled):active, .bg-5 .btn-outline-5:not(:disabled):not(.disabled).active, .show > .bg-5 .btn-outline-5.dropdown-toggle,
.bg-opacity-5 .btn-outline-5:not(:disabled):not(.disabled):active,
.bg-opacity-5 .btn-outline-5:not(:disabled):not(.disabled).active,
.show > .bg-opacity-5 .btn-outline-5.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-5 .btn-outline-5:not(:disabled):not(.disabled):active:focus, .bg-5 .btn-outline-5:not(:disabled):not(.disabled).active:focus, .show > .bg-5 .btn-outline-5.dropdown-toggle:focus,
.bg-opacity-5 .btn-outline-5:not(:disabled):not(.disabled):active:focus,
.bg-opacity-5 .btn-outline-5:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-5 .btn-outline-5.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-5 .btn-outline-6,
.bg-opacity-5 .btn-outline-6 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-5 .btn-outline-6:hover,
.bg-opacity-5 .btn-outline-6:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-5 .btn-outline-6:focus, .bg-5 .btn-outline-6.focus,
.bg-opacity-5 .btn-outline-6:focus,
.bg-opacity-5 .btn-outline-6.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-5 .btn-outline-6.disabled, .bg-5 .btn-outline-6:disabled,
.bg-opacity-5 .btn-outline-6.disabled,
.bg-opacity-5 .btn-outline-6:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-5 .btn-outline-6:not(:disabled):not(.disabled):active, .bg-5 .btn-outline-6:not(:disabled):not(.disabled).active, .show > .bg-5 .btn-outline-6.dropdown-toggle,
.bg-opacity-5 .btn-outline-6:not(:disabled):not(.disabled):active,
.bg-opacity-5 .btn-outline-6:not(:disabled):not(.disabled).active,
.show > .bg-opacity-5 .btn-outline-6.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-5 .btn-outline-6:not(:disabled):not(.disabled):active:focus, .bg-5 .btn-outline-6:not(:disabled):not(.disabled).active:focus, .show > .bg-5 .btn-outline-6.dropdown-toggle:focus,
.bg-opacity-5 .btn-outline-6:not(:disabled):not(.disabled):active:focus,
.bg-opacity-5 .btn-outline-6:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-5 .btn-outline-6.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-5 .btn-outline-7,
.bg-opacity-5 .btn-outline-7 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-5 .btn-outline-7:hover,
.bg-opacity-5 .btn-outline-7:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-5 .btn-outline-7:focus, .bg-5 .btn-outline-7.focus,
.bg-opacity-5 .btn-outline-7:focus,
.bg-opacity-5 .btn-outline-7.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-5 .btn-outline-7.disabled, .bg-5 .btn-outline-7:disabled,
.bg-opacity-5 .btn-outline-7.disabled,
.bg-opacity-5 .btn-outline-7:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-5 .btn-outline-7:not(:disabled):not(.disabled):active, .bg-5 .btn-outline-7:not(:disabled):not(.disabled).active, .show > .bg-5 .btn-outline-7.dropdown-toggle,
.bg-opacity-5 .btn-outline-7:not(:disabled):not(.disabled):active,
.bg-opacity-5 .btn-outline-7:not(:disabled):not(.disabled).active,
.show > .bg-opacity-5 .btn-outline-7.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-5 .btn-outline-7:not(:disabled):not(.disabled):active:focus, .bg-5 .btn-outline-7:not(:disabled):not(.disabled).active:focus, .show > .bg-5 .btn-outline-7.dropdown-toggle:focus,
.bg-opacity-5 .btn-outline-7:not(:disabled):not(.disabled):active:focus,
.bg-opacity-5 .btn-outline-7:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-5 .btn-outline-7.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-5 .btn-outline-8,
.bg-opacity-5 .btn-outline-8 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-5 .btn-outline-8:hover,
.bg-opacity-5 .btn-outline-8:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-5 .btn-outline-8:focus, .bg-5 .btn-outline-8.focus,
.bg-opacity-5 .btn-outline-8:focus,
.bg-opacity-5 .btn-outline-8.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-5 .btn-outline-8.disabled, .bg-5 .btn-outline-8:disabled,
.bg-opacity-5 .btn-outline-8.disabled,
.bg-opacity-5 .btn-outline-8:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-5 .btn-outline-8:not(:disabled):not(.disabled):active, .bg-5 .btn-outline-8:not(:disabled):not(.disabled).active, .show > .bg-5 .btn-outline-8.dropdown-toggle,
.bg-opacity-5 .btn-outline-8:not(:disabled):not(.disabled):active,
.bg-opacity-5 .btn-outline-8:not(:disabled):not(.disabled).active,
.show > .bg-opacity-5 .btn-outline-8.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-5 .btn-outline-8:not(:disabled):not(.disabled):active:focus, .bg-5 .btn-outline-8:not(:disabled):not(.disabled).active:focus, .show > .bg-5 .btn-outline-8.dropdown-toggle:focus,
.bg-opacity-5 .btn-outline-8:not(:disabled):not(.disabled):active:focus,
.bg-opacity-5 .btn-outline-8:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-5 .btn-outline-8.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-5 .btn-outline-9,
.bg-opacity-5 .btn-outline-9 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-5 .btn-outline-9:hover,
.bg-opacity-5 .btn-outline-9:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-5 .btn-outline-9:focus, .bg-5 .btn-outline-9.focus,
.bg-opacity-5 .btn-outline-9:focus,
.bg-opacity-5 .btn-outline-9.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-5 .btn-outline-9.disabled, .bg-5 .btn-outline-9:disabled,
.bg-opacity-5 .btn-outline-9.disabled,
.bg-opacity-5 .btn-outline-9:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-5 .btn-outline-9:not(:disabled):not(.disabled):active, .bg-5 .btn-outline-9:not(:disabled):not(.disabled).active, .show > .bg-5 .btn-outline-9.dropdown-toggle,
.bg-opacity-5 .btn-outline-9:not(:disabled):not(.disabled):active,
.bg-opacity-5 .btn-outline-9:not(:disabled):not(.disabled).active,
.show > .bg-opacity-5 .btn-outline-9.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-5 .btn-outline-9:not(:disabled):not(.disabled):active:focus, .bg-5 .btn-outline-9:not(:disabled):not(.disabled).active:focus, .show > .bg-5 .btn-outline-9.dropdown-toggle:focus,
.bg-opacity-5 .btn-outline-9:not(:disabled):not(.disabled):active:focus,
.bg-opacity-5 .btn-outline-9:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-5 .btn-outline-9.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-5 .btn-outline-10,
.bg-opacity-5 .btn-outline-10 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-5 .btn-outline-10:hover,
.bg-opacity-5 .btn-outline-10:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-5 .btn-outline-10:focus, .bg-5 .btn-outline-10.focus,
.bg-opacity-5 .btn-outline-10:focus,
.bg-opacity-5 .btn-outline-10.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-5 .btn-outline-10.disabled, .bg-5 .btn-outline-10:disabled,
.bg-opacity-5 .btn-outline-10.disabled,
.bg-opacity-5 .btn-outline-10:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-5 .btn-outline-10:not(:disabled):not(.disabled):active, .bg-5 .btn-outline-10:not(:disabled):not(.disabled).active, .show > .bg-5 .btn-outline-10.dropdown-toggle,
.bg-opacity-5 .btn-outline-10:not(:disabled):not(.disabled):active,
.bg-opacity-5 .btn-outline-10:not(:disabled):not(.disabled).active,
.show > .bg-opacity-5 .btn-outline-10.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-5 .btn-outline-10:not(:disabled):not(.disabled):active:focus, .bg-5 .btn-outline-10:not(:disabled):not(.disabled).active:focus, .show > .bg-5 .btn-outline-10.dropdown-toggle:focus,
.bg-opacity-5 .btn-outline-10:not(:disabled):not(.disabled):active:focus,
.bg-opacity-5 .btn-outline-10:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-5 .btn-outline-10.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-5 .btn-outline-default,
.bg-opacity-5 .btn-outline-default {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-5 .btn-outline-default:hover,
.bg-opacity-5 .btn-outline-default:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-5 .btn-outline-default:focus, .bg-5 .btn-outline-default.focus,
.bg-opacity-5 .btn-outline-default:focus,
.bg-opacity-5 .btn-outline-default.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-5 .btn-outline-default.disabled, .bg-5 .btn-outline-default:disabled,
.bg-opacity-5 .btn-outline-default.disabled,
.bg-opacity-5 .btn-outline-default:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-5 .btn-outline-default:not(:disabled):not(.disabled):active, .bg-5 .btn-outline-default:not(:disabled):not(.disabled).active, .show > .bg-5 .btn-outline-default.dropdown-toggle,
.bg-opacity-5 .btn-outline-default:not(:disabled):not(.disabled):active,
.bg-opacity-5 .btn-outline-default:not(:disabled):not(.disabled).active,
.show > .bg-opacity-5 .btn-outline-default.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-5 .btn-outline-default:not(:disabled):not(.disabled):active:focus, .bg-5 .btn-outline-default:not(:disabled):not(.disabled).active:focus, .show > .bg-5 .btn-outline-default.dropdown-toggle:focus,
.bg-opacity-5 .btn-outline-default:not(:disabled):not(.disabled):active:focus,
.bg-opacity-5 .btn-outline-default:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-5 .btn-outline-default.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-5 .btn-outline-violet,
.bg-opacity-5 .btn-outline-violet {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-5 .btn-outline-violet:hover,
.bg-opacity-5 .btn-outline-violet:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-5 .btn-outline-violet:focus, .bg-5 .btn-outline-violet.focus,
.bg-opacity-5 .btn-outline-violet:focus,
.bg-opacity-5 .btn-outline-violet.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-5 .btn-outline-violet.disabled, .bg-5 .btn-outline-violet:disabled,
.bg-opacity-5 .btn-outline-violet.disabled,
.bg-opacity-5 .btn-outline-violet:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-5 .btn-outline-violet:not(:disabled):not(.disabled):active, .bg-5 .btn-outline-violet:not(:disabled):not(.disabled).active, .show > .bg-5 .btn-outline-violet.dropdown-toggle,
.bg-opacity-5 .btn-outline-violet:not(:disabled):not(.disabled):active,
.bg-opacity-5 .btn-outline-violet:not(:disabled):not(.disabled).active,
.show > .bg-opacity-5 .btn-outline-violet.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-5 .btn-outline-violet:not(:disabled):not(.disabled):active:focus, .bg-5 .btn-outline-violet:not(:disabled):not(.disabled).active:focus, .show > .bg-5 .btn-outline-violet.dropdown-toggle:focus,
.bg-opacity-5 .btn-outline-violet:not(:disabled):not(.disabled):active:focus,
.bg-opacity-5 .btn-outline-violet:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-5 .btn-outline-violet.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-5 .btn-outline-magenta,
.bg-opacity-5 .btn-outline-magenta {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-5 .btn-outline-magenta:hover,
.bg-opacity-5 .btn-outline-magenta:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-5 .btn-outline-magenta:focus, .bg-5 .btn-outline-magenta.focus,
.bg-opacity-5 .btn-outline-magenta:focus,
.bg-opacity-5 .btn-outline-magenta.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-5 .btn-outline-magenta.disabled, .bg-5 .btn-outline-magenta:disabled,
.bg-opacity-5 .btn-outline-magenta.disabled,
.bg-opacity-5 .btn-outline-magenta:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-5 .btn-outline-magenta:not(:disabled):not(.disabled):active, .bg-5 .btn-outline-magenta:not(:disabled):not(.disabled).active, .show > .bg-5 .btn-outline-magenta.dropdown-toggle,
.bg-opacity-5 .btn-outline-magenta:not(:disabled):not(.disabled):active,
.bg-opacity-5 .btn-outline-magenta:not(:disabled):not(.disabled).active,
.show > .bg-opacity-5 .btn-outline-magenta.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-5 .btn-outline-magenta:not(:disabled):not(.disabled):active:focus, .bg-5 .btn-outline-magenta:not(:disabled):not(.disabled).active:focus, .show > .bg-5 .btn-outline-magenta.dropdown-toggle:focus,
.bg-opacity-5 .btn-outline-magenta:not(:disabled):not(.disabled):active:focus,
.bg-opacity-5 .btn-outline-magenta:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-5 .btn-outline-magenta.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-5 .btn-outline-petrol,
.bg-opacity-5 .btn-outline-petrol {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-5 .btn-outline-petrol:hover,
.bg-opacity-5 .btn-outline-petrol:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-5 .btn-outline-petrol:focus, .bg-5 .btn-outline-petrol.focus,
.bg-opacity-5 .btn-outline-petrol:focus,
.bg-opacity-5 .btn-outline-petrol.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-5 .btn-outline-petrol.disabled, .bg-5 .btn-outline-petrol:disabled,
.bg-opacity-5 .btn-outline-petrol.disabled,
.bg-opacity-5 .btn-outline-petrol:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-5 .btn-outline-petrol:not(:disabled):not(.disabled):active, .bg-5 .btn-outline-petrol:not(:disabled):not(.disabled).active, .show > .bg-5 .btn-outline-petrol.dropdown-toggle,
.bg-opacity-5 .btn-outline-petrol:not(:disabled):not(.disabled):active,
.bg-opacity-5 .btn-outline-petrol:not(:disabled):not(.disabled).active,
.show > .bg-opacity-5 .btn-outline-petrol.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-5 .btn-outline-petrol:not(:disabled):not(.disabled):active:focus, .bg-5 .btn-outline-petrol:not(:disabled):not(.disabled).active:focus, .show > .bg-5 .btn-outline-petrol.dropdown-toggle:focus,
.bg-opacity-5 .btn-outline-petrol:not(:disabled):not(.disabled):active:focus,
.bg-opacity-5 .btn-outline-petrol:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-5 .btn-outline-petrol.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-5 .btn-outline-green,
.bg-opacity-5 .btn-outline-green {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-5 .btn-outline-green:hover,
.bg-opacity-5 .btn-outline-green:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-5 .btn-outline-green:focus, .bg-5 .btn-outline-green.focus,
.bg-opacity-5 .btn-outline-green:focus,
.bg-opacity-5 .btn-outline-green.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-5 .btn-outline-green.disabled, .bg-5 .btn-outline-green:disabled,
.bg-opacity-5 .btn-outline-green.disabled,
.bg-opacity-5 .btn-outline-green:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-5 .btn-outline-green:not(:disabled):not(.disabled):active, .bg-5 .btn-outline-green:not(:disabled):not(.disabled).active, .show > .bg-5 .btn-outline-green.dropdown-toggle,
.bg-opacity-5 .btn-outline-green:not(:disabled):not(.disabled):active,
.bg-opacity-5 .btn-outline-green:not(:disabled):not(.disabled).active,
.show > .bg-opacity-5 .btn-outline-green.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-5 .btn-outline-green:not(:disabled):not(.disabled):active:focus, .bg-5 .btn-outline-green:not(:disabled):not(.disabled).active:focus, .show > .bg-5 .btn-outline-green.dropdown-toggle:focus,
.bg-opacity-5 .btn-outline-green:not(:disabled):not(.disabled):active:focus,
.bg-opacity-5 .btn-outline-green:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-5 .btn-outline-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-5 .btn-outline-orange,
.bg-opacity-5 .btn-outline-orange {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-5 .btn-outline-orange:hover,
.bg-opacity-5 .btn-outline-orange:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-5 .btn-outline-orange:focus, .bg-5 .btn-outline-orange.focus,
.bg-opacity-5 .btn-outline-orange:focus,
.bg-opacity-5 .btn-outline-orange.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-5 .btn-outline-orange.disabled, .bg-5 .btn-outline-orange:disabled,
.bg-opacity-5 .btn-outline-orange.disabled,
.bg-opacity-5 .btn-outline-orange:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-5 .btn-outline-orange:not(:disabled):not(.disabled):active, .bg-5 .btn-outline-orange:not(:disabled):not(.disabled).active, .show > .bg-5 .btn-outline-orange.dropdown-toggle,
.bg-opacity-5 .btn-outline-orange:not(:disabled):not(.disabled):active,
.bg-opacity-5 .btn-outline-orange:not(:disabled):not(.disabled).active,
.show > .bg-opacity-5 .btn-outline-orange.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-5 .btn-outline-orange:not(:disabled):not(.disabled):active:focus, .bg-5 .btn-outline-orange:not(:disabled):not(.disabled).active:focus, .show > .bg-5 .btn-outline-orange.dropdown-toggle:focus,
.bg-opacity-5 .btn-outline-orange:not(:disabled):not(.disabled):active:focus,
.bg-opacity-5 .btn-outline-orange:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-5 .btn-outline-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-5 .btn-outline-gold,
.bg-opacity-5 .btn-outline-gold {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-5 .btn-outline-gold:hover,
.bg-opacity-5 .btn-outline-gold:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-5 .btn-outline-gold:focus, .bg-5 .btn-outline-gold.focus,
.bg-opacity-5 .btn-outline-gold:focus,
.bg-opacity-5 .btn-outline-gold.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-5 .btn-outline-gold.disabled, .bg-5 .btn-outline-gold:disabled,
.bg-opacity-5 .btn-outline-gold.disabled,
.bg-opacity-5 .btn-outline-gold:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-5 .btn-outline-gold:not(:disabled):not(.disabled):active, .bg-5 .btn-outline-gold:not(:disabled):not(.disabled).active, .show > .bg-5 .btn-outline-gold.dropdown-toggle,
.bg-opacity-5 .btn-outline-gold:not(:disabled):not(.disabled):active,
.bg-opacity-5 .btn-outline-gold:not(:disabled):not(.disabled).active,
.show > .bg-opacity-5 .btn-outline-gold.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-5 .btn-outline-gold:not(:disabled):not(.disabled):active:focus, .bg-5 .btn-outline-gold:not(:disabled):not(.disabled).active:focus, .show > .bg-5 .btn-outline-gold.dropdown-toggle:focus,
.bg-opacity-5 .btn-outline-gold:not(:disabled):not(.disabled):active:focus,
.bg-opacity-5 .btn-outline-gold:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-5 .btn-outline-gold.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-5 .btn-outline-silver,
.bg-opacity-5 .btn-outline-silver {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-5 .btn-outline-silver:hover,
.bg-opacity-5 .btn-outline-silver:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-5 .btn-outline-silver:focus, .bg-5 .btn-outline-silver.focus,
.bg-opacity-5 .btn-outline-silver:focus,
.bg-opacity-5 .btn-outline-silver.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-5 .btn-outline-silver.disabled, .bg-5 .btn-outline-silver:disabled,
.bg-opacity-5 .btn-outline-silver.disabled,
.bg-opacity-5 .btn-outline-silver:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-5 .btn-outline-silver:not(:disabled):not(.disabled):active, .bg-5 .btn-outline-silver:not(:disabled):not(.disabled).active, .show > .bg-5 .btn-outline-silver.dropdown-toggle,
.bg-opacity-5 .btn-outline-silver:not(:disabled):not(.disabled):active,
.bg-opacity-5 .btn-outline-silver:not(:disabled):not(.disabled).active,
.show > .bg-opacity-5 .btn-outline-silver.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-5 .btn-outline-silver:not(:disabled):not(.disabled):active:focus, .bg-5 .btn-outline-silver:not(:disabled):not(.disabled).active:focus, .show > .bg-5 .btn-outline-silver.dropdown-toggle:focus,
.bg-opacity-5 .btn-outline-silver:not(:disabled):not(.disabled):active:focus,
.bg-opacity-5 .btn-outline-silver:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-5 .btn-outline-silver.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-5 .btn-outline-white,
.bg-opacity-5 .btn-outline-white {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-5 .btn-outline-white:hover,
.bg-opacity-5 .btn-outline-white:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-5 .btn-outline-white:focus, .bg-5 .btn-outline-white.focus,
.bg-opacity-5 .btn-outline-white:focus,
.bg-opacity-5 .btn-outline-white.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-5 .btn-outline-white.disabled, .bg-5 .btn-outline-white:disabled,
.bg-opacity-5 .btn-outline-white.disabled,
.bg-opacity-5 .btn-outline-white:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-5 .btn-outline-white:not(:disabled):not(.disabled):active, .bg-5 .btn-outline-white:not(:disabled):not(.disabled).active, .show > .bg-5 .btn-outline-white.dropdown-toggle,
.bg-opacity-5 .btn-outline-white:not(:disabled):not(.disabled):active,
.bg-opacity-5 .btn-outline-white:not(:disabled):not(.disabled).active,
.show > .bg-opacity-5 .btn-outline-white.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-5 .btn-outline-white:not(:disabled):not(.disabled):active:focus, .bg-5 .btn-outline-white:not(:disabled):not(.disabled).active:focus, .show > .bg-5 .btn-outline-white.dropdown-toggle:focus,
.bg-opacity-5 .btn-outline-white:not(:disabled):not(.disabled):active:focus,
.bg-opacity-5 .btn-outline-white:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-5 .btn-outline-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}

.bg-6 .custom-select,
.bg-opacity-6 .custom-select {
  border-color: #ffffff;
  color: #ffffff;
}
.bg-6 .custom-select option,
.bg-opacity-6 .custom-select option {
  color: #333333;
}
.bg-6 .custom-select option:hover,
.bg-opacity-6 .custom-select option:hover {
  background-color: #007c96;
}
.bg-6 .text-theme,
.bg-opacity-6 .text-theme {
  color: #ffffff !important;
}
.bg-6 a[href^="tel:"],
.bg-opacity-6 a[href^="tel:"] {
  color: #ffffff !important;
}
.bg-6 .btn-theme,
.bg-opacity-6 .btn-theme {
  color: #52565a;
  background-color: #ffffff;
  border-color: #7eb61c;
}
.bg-6 .btn-theme:hover,
.bg-opacity-6 .btn-theme:hover {
  color: #ffffff;
  background-color: #7e8890;
  border-color: #7e8890;
}
.bg-6 .btn-theme:focus, .bg-6 .btn-theme.focus,
.bg-opacity-6 .btn-theme:focus,
.bg-opacity-6 .btn-theme.focus {
  box-shadow: 0 0 0 0 rgba(119, 168, 37, 0.5);
}
.bg-6 .btn-theme.disabled, .bg-6 .btn-theme:disabled,
.bg-opacity-6 .btn-theme.disabled,
.bg-opacity-6 .btn-theme:disabled {
  color: #52565a;
  background-color: #ffffff;
  border-color: #7eb61c;
}
.bg-6 .btn-theme:not(:disabled):not(.disabled):active, .bg-6 .btn-theme:not(:disabled):not(.disabled).active, .show > .bg-6 .btn-theme.dropdown-toggle,
.bg-opacity-6 .btn-theme:not(:disabled):not(.disabled):active,
.bg-opacity-6 .btn-theme:not(:disabled):not(.disabled).active,
.show > .bg-opacity-6 .btn-theme.dropdown-toggle {
  color: #52565a;
  background-color: #e6e6e6;
  border-color: #587f14;
}
.bg-6 .btn-theme:not(:disabled):not(.disabled):active:focus, .bg-6 .btn-theme:not(:disabled):not(.disabled).active:focus, .show > .bg-6 .btn-theme.dropdown-toggle:focus,
.bg-opacity-6 .btn-theme:not(:disabled):not(.disabled):active:focus,
.bg-opacity-6 .btn-theme:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-6 .btn-theme.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(119, 168, 37, 0.5);
}
.bg-6 .btn-outline-primary,
.bg-opacity-6 .btn-outline-primary {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-6 .btn-outline-primary:hover,
.bg-opacity-6 .btn-outline-primary:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-6 .btn-outline-primary:focus, .bg-6 .btn-outline-primary.focus,
.bg-opacity-6 .btn-outline-primary:focus,
.bg-opacity-6 .btn-outline-primary.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-6 .btn-outline-primary.disabled, .bg-6 .btn-outline-primary:disabled,
.bg-opacity-6 .btn-outline-primary.disabled,
.bg-opacity-6 .btn-outline-primary:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-6 .btn-outline-primary:not(:disabled):not(.disabled):active, .bg-6 .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .bg-6 .btn-outline-primary.dropdown-toggle,
.bg-opacity-6 .btn-outline-primary:not(:disabled):not(.disabled):active,
.bg-opacity-6 .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .bg-opacity-6 .btn-outline-primary.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-6 .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .bg-6 .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .bg-6 .btn-outline-primary.dropdown-toggle:focus,
.bg-opacity-6 .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.bg-opacity-6 .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-6 .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-6 .btn-outline-secondary,
.bg-opacity-6 .btn-outline-secondary {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-6 .btn-outline-secondary:hover,
.bg-opacity-6 .btn-outline-secondary:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-6 .btn-outline-secondary:focus, .bg-6 .btn-outline-secondary.focus,
.bg-opacity-6 .btn-outline-secondary:focus,
.bg-opacity-6 .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-6 .btn-outline-secondary.disabled, .bg-6 .btn-outline-secondary:disabled,
.bg-opacity-6 .btn-outline-secondary.disabled,
.bg-opacity-6 .btn-outline-secondary:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-6 .btn-outline-secondary:not(:disabled):not(.disabled):active, .bg-6 .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .bg-6 .btn-outline-secondary.dropdown-toggle,
.bg-opacity-6 .btn-outline-secondary:not(:disabled):not(.disabled):active,
.bg-opacity-6 .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .bg-opacity-6 .btn-outline-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-6 .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .bg-6 .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .bg-6 .btn-outline-secondary.dropdown-toggle:focus,
.bg-opacity-6 .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.bg-opacity-6 .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-6 .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-6 .btn-outline-success,
.bg-opacity-6 .btn-outline-success {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-6 .btn-outline-success:hover,
.bg-opacity-6 .btn-outline-success:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-6 .btn-outline-success:focus, .bg-6 .btn-outline-success.focus,
.bg-opacity-6 .btn-outline-success:focus,
.bg-opacity-6 .btn-outline-success.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-6 .btn-outline-success.disabled, .bg-6 .btn-outline-success:disabled,
.bg-opacity-6 .btn-outline-success.disabled,
.bg-opacity-6 .btn-outline-success:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-6 .btn-outline-success:not(:disabled):not(.disabled):active, .bg-6 .btn-outline-success:not(:disabled):not(.disabled).active, .show > .bg-6 .btn-outline-success.dropdown-toggle,
.bg-opacity-6 .btn-outline-success:not(:disabled):not(.disabled):active,
.bg-opacity-6 .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .bg-opacity-6 .btn-outline-success.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-6 .btn-outline-success:not(:disabled):not(.disabled):active:focus, .bg-6 .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .bg-6 .btn-outline-success.dropdown-toggle:focus,
.bg-opacity-6 .btn-outline-success:not(:disabled):not(.disabled):active:focus,
.bg-opacity-6 .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-6 .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-6 .btn-outline-info,
.bg-opacity-6 .btn-outline-info {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-6 .btn-outline-info:hover,
.bg-opacity-6 .btn-outline-info:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-6 .btn-outline-info:focus, .bg-6 .btn-outline-info.focus,
.bg-opacity-6 .btn-outline-info:focus,
.bg-opacity-6 .btn-outline-info.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-6 .btn-outline-info.disabled, .bg-6 .btn-outline-info:disabled,
.bg-opacity-6 .btn-outline-info.disabled,
.bg-opacity-6 .btn-outline-info:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-6 .btn-outline-info:not(:disabled):not(.disabled):active, .bg-6 .btn-outline-info:not(:disabled):not(.disabled).active, .show > .bg-6 .btn-outline-info.dropdown-toggle,
.bg-opacity-6 .btn-outline-info:not(:disabled):not(.disabled):active,
.bg-opacity-6 .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .bg-opacity-6 .btn-outline-info.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-6 .btn-outline-info:not(:disabled):not(.disabled):active:focus, .bg-6 .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .bg-6 .btn-outline-info.dropdown-toggle:focus,
.bg-opacity-6 .btn-outline-info:not(:disabled):not(.disabled):active:focus,
.bg-opacity-6 .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-6 .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-6 .btn-outline-warning,
.bg-opacity-6 .btn-outline-warning {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-6 .btn-outline-warning:hover,
.bg-opacity-6 .btn-outline-warning:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-6 .btn-outline-warning:focus, .bg-6 .btn-outline-warning.focus,
.bg-opacity-6 .btn-outline-warning:focus,
.bg-opacity-6 .btn-outline-warning.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-6 .btn-outline-warning.disabled, .bg-6 .btn-outline-warning:disabled,
.bg-opacity-6 .btn-outline-warning.disabled,
.bg-opacity-6 .btn-outline-warning:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-6 .btn-outline-warning:not(:disabled):not(.disabled):active, .bg-6 .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .bg-6 .btn-outline-warning.dropdown-toggle,
.bg-opacity-6 .btn-outline-warning:not(:disabled):not(.disabled):active,
.bg-opacity-6 .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .bg-opacity-6 .btn-outline-warning.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-6 .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .bg-6 .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .bg-6 .btn-outline-warning.dropdown-toggle:focus,
.bg-opacity-6 .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.bg-opacity-6 .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-6 .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-6 .btn-outline-danger,
.bg-opacity-6 .btn-outline-danger {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-6 .btn-outline-danger:hover,
.bg-opacity-6 .btn-outline-danger:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-6 .btn-outline-danger:focus, .bg-6 .btn-outline-danger.focus,
.bg-opacity-6 .btn-outline-danger:focus,
.bg-opacity-6 .btn-outline-danger.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-6 .btn-outline-danger.disabled, .bg-6 .btn-outline-danger:disabled,
.bg-opacity-6 .btn-outline-danger.disabled,
.bg-opacity-6 .btn-outline-danger:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-6 .btn-outline-danger:not(:disabled):not(.disabled):active, .bg-6 .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .bg-6 .btn-outline-danger.dropdown-toggle,
.bg-opacity-6 .btn-outline-danger:not(:disabled):not(.disabled):active,
.bg-opacity-6 .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .bg-opacity-6 .btn-outline-danger.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-6 .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .bg-6 .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .bg-6 .btn-outline-danger.dropdown-toggle:focus,
.bg-opacity-6 .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.bg-opacity-6 .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-6 .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-6 .btn-outline-light,
.bg-opacity-6 .btn-outline-light {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-6 .btn-outline-light:hover,
.bg-opacity-6 .btn-outline-light:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-6 .btn-outline-light:focus, .bg-6 .btn-outline-light.focus,
.bg-opacity-6 .btn-outline-light:focus,
.bg-opacity-6 .btn-outline-light.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-6 .btn-outline-light.disabled, .bg-6 .btn-outline-light:disabled,
.bg-opacity-6 .btn-outline-light.disabled,
.bg-opacity-6 .btn-outline-light:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-6 .btn-outline-light:not(:disabled):not(.disabled):active, .bg-6 .btn-outline-light:not(:disabled):not(.disabled).active, .show > .bg-6 .btn-outline-light.dropdown-toggle,
.bg-opacity-6 .btn-outline-light:not(:disabled):not(.disabled):active,
.bg-opacity-6 .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .bg-opacity-6 .btn-outline-light.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-6 .btn-outline-light:not(:disabled):not(.disabled):active:focus, .bg-6 .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .bg-6 .btn-outline-light.dropdown-toggle:focus,
.bg-opacity-6 .btn-outline-light:not(:disabled):not(.disabled):active:focus,
.bg-opacity-6 .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-6 .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-6 .btn-outline-dark,
.bg-opacity-6 .btn-outline-dark {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-6 .btn-outline-dark:hover,
.bg-opacity-6 .btn-outline-dark:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-6 .btn-outline-dark:focus, .bg-6 .btn-outline-dark.focus,
.bg-opacity-6 .btn-outline-dark:focus,
.bg-opacity-6 .btn-outline-dark.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-6 .btn-outline-dark.disabled, .bg-6 .btn-outline-dark:disabled,
.bg-opacity-6 .btn-outline-dark.disabled,
.bg-opacity-6 .btn-outline-dark:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-6 .btn-outline-dark:not(:disabled):not(.disabled):active, .bg-6 .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .bg-6 .btn-outline-dark.dropdown-toggle,
.bg-opacity-6 .btn-outline-dark:not(:disabled):not(.disabled):active,
.bg-opacity-6 .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .bg-opacity-6 .btn-outline-dark.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-6 .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .bg-6 .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .bg-6 .btn-outline-dark.dropdown-toggle:focus,
.bg-opacity-6 .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.bg-opacity-6 .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-6 .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-6 .btn-outline-0,
.bg-opacity-6 .btn-outline-0 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-6 .btn-outline-0:hover,
.bg-opacity-6 .btn-outline-0:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-6 .btn-outline-0:focus, .bg-6 .btn-outline-0.focus,
.bg-opacity-6 .btn-outline-0:focus,
.bg-opacity-6 .btn-outline-0.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-6 .btn-outline-0.disabled, .bg-6 .btn-outline-0:disabled,
.bg-opacity-6 .btn-outline-0.disabled,
.bg-opacity-6 .btn-outline-0:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-6 .btn-outline-0:not(:disabled):not(.disabled):active, .bg-6 .btn-outline-0:not(:disabled):not(.disabled).active, .show > .bg-6 .btn-outline-0.dropdown-toggle,
.bg-opacity-6 .btn-outline-0:not(:disabled):not(.disabled):active,
.bg-opacity-6 .btn-outline-0:not(:disabled):not(.disabled).active,
.show > .bg-opacity-6 .btn-outline-0.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-6 .btn-outline-0:not(:disabled):not(.disabled):active:focus, .bg-6 .btn-outline-0:not(:disabled):not(.disabled).active:focus, .show > .bg-6 .btn-outline-0.dropdown-toggle:focus,
.bg-opacity-6 .btn-outline-0:not(:disabled):not(.disabled):active:focus,
.bg-opacity-6 .btn-outline-0:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-6 .btn-outline-0.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-6 .btn-outline-1,
.bg-opacity-6 .btn-outline-1 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-6 .btn-outline-1:hover,
.bg-opacity-6 .btn-outline-1:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-6 .btn-outline-1:focus, .bg-6 .btn-outline-1.focus,
.bg-opacity-6 .btn-outline-1:focus,
.bg-opacity-6 .btn-outline-1.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-6 .btn-outline-1.disabled, .bg-6 .btn-outline-1:disabled,
.bg-opacity-6 .btn-outline-1.disabled,
.bg-opacity-6 .btn-outline-1:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-6 .btn-outline-1:not(:disabled):not(.disabled):active, .bg-6 .btn-outline-1:not(:disabled):not(.disabled).active, .show > .bg-6 .btn-outline-1.dropdown-toggle,
.bg-opacity-6 .btn-outline-1:not(:disabled):not(.disabled):active,
.bg-opacity-6 .btn-outline-1:not(:disabled):not(.disabled).active,
.show > .bg-opacity-6 .btn-outline-1.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-6 .btn-outline-1:not(:disabled):not(.disabled):active:focus, .bg-6 .btn-outline-1:not(:disabled):not(.disabled).active:focus, .show > .bg-6 .btn-outline-1.dropdown-toggle:focus,
.bg-opacity-6 .btn-outline-1:not(:disabled):not(.disabled):active:focus,
.bg-opacity-6 .btn-outline-1:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-6 .btn-outline-1.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-6 .btn-outline-2,
.bg-opacity-6 .btn-outline-2 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-6 .btn-outline-2:hover,
.bg-opacity-6 .btn-outline-2:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-6 .btn-outline-2:focus, .bg-6 .btn-outline-2.focus,
.bg-opacity-6 .btn-outline-2:focus,
.bg-opacity-6 .btn-outline-2.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-6 .btn-outline-2.disabled, .bg-6 .btn-outline-2:disabled,
.bg-opacity-6 .btn-outline-2.disabled,
.bg-opacity-6 .btn-outline-2:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-6 .btn-outline-2:not(:disabled):not(.disabled):active, .bg-6 .btn-outline-2:not(:disabled):not(.disabled).active, .show > .bg-6 .btn-outline-2.dropdown-toggle,
.bg-opacity-6 .btn-outline-2:not(:disabled):not(.disabled):active,
.bg-opacity-6 .btn-outline-2:not(:disabled):not(.disabled).active,
.show > .bg-opacity-6 .btn-outline-2.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-6 .btn-outline-2:not(:disabled):not(.disabled):active:focus, .bg-6 .btn-outline-2:not(:disabled):not(.disabled).active:focus, .show > .bg-6 .btn-outline-2.dropdown-toggle:focus,
.bg-opacity-6 .btn-outline-2:not(:disabled):not(.disabled):active:focus,
.bg-opacity-6 .btn-outline-2:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-6 .btn-outline-2.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-6 .btn-outline-3,
.bg-opacity-6 .btn-outline-3 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-6 .btn-outline-3:hover,
.bg-opacity-6 .btn-outline-3:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-6 .btn-outline-3:focus, .bg-6 .btn-outline-3.focus,
.bg-opacity-6 .btn-outline-3:focus,
.bg-opacity-6 .btn-outline-3.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-6 .btn-outline-3.disabled, .bg-6 .btn-outline-3:disabled,
.bg-opacity-6 .btn-outline-3.disabled,
.bg-opacity-6 .btn-outline-3:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-6 .btn-outline-3:not(:disabled):not(.disabled):active, .bg-6 .btn-outline-3:not(:disabled):not(.disabled).active, .show > .bg-6 .btn-outline-3.dropdown-toggle,
.bg-opacity-6 .btn-outline-3:not(:disabled):not(.disabled):active,
.bg-opacity-6 .btn-outline-3:not(:disabled):not(.disabled).active,
.show > .bg-opacity-6 .btn-outline-3.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-6 .btn-outline-3:not(:disabled):not(.disabled):active:focus, .bg-6 .btn-outline-3:not(:disabled):not(.disabled).active:focus, .show > .bg-6 .btn-outline-3.dropdown-toggle:focus,
.bg-opacity-6 .btn-outline-3:not(:disabled):not(.disabled):active:focus,
.bg-opacity-6 .btn-outline-3:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-6 .btn-outline-3.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-6 .btn-outline-4,
.bg-opacity-6 .btn-outline-4 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-6 .btn-outline-4:hover,
.bg-opacity-6 .btn-outline-4:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-6 .btn-outline-4:focus, .bg-6 .btn-outline-4.focus,
.bg-opacity-6 .btn-outline-4:focus,
.bg-opacity-6 .btn-outline-4.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-6 .btn-outline-4.disabled, .bg-6 .btn-outline-4:disabled,
.bg-opacity-6 .btn-outline-4.disabled,
.bg-opacity-6 .btn-outline-4:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-6 .btn-outline-4:not(:disabled):not(.disabled):active, .bg-6 .btn-outline-4:not(:disabled):not(.disabled).active, .show > .bg-6 .btn-outline-4.dropdown-toggle,
.bg-opacity-6 .btn-outline-4:not(:disabled):not(.disabled):active,
.bg-opacity-6 .btn-outline-4:not(:disabled):not(.disabled).active,
.show > .bg-opacity-6 .btn-outline-4.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-6 .btn-outline-4:not(:disabled):not(.disabled):active:focus, .bg-6 .btn-outline-4:not(:disabled):not(.disabled).active:focus, .show > .bg-6 .btn-outline-4.dropdown-toggle:focus,
.bg-opacity-6 .btn-outline-4:not(:disabled):not(.disabled):active:focus,
.bg-opacity-6 .btn-outline-4:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-6 .btn-outline-4.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-6 .btn-outline-5,
.bg-opacity-6 .btn-outline-5 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-6 .btn-outline-5:hover,
.bg-opacity-6 .btn-outline-5:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-6 .btn-outline-5:focus, .bg-6 .btn-outline-5.focus,
.bg-opacity-6 .btn-outline-5:focus,
.bg-opacity-6 .btn-outline-5.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-6 .btn-outline-5.disabled, .bg-6 .btn-outline-5:disabled,
.bg-opacity-6 .btn-outline-5.disabled,
.bg-opacity-6 .btn-outline-5:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-6 .btn-outline-5:not(:disabled):not(.disabled):active, .bg-6 .btn-outline-5:not(:disabled):not(.disabled).active, .show > .bg-6 .btn-outline-5.dropdown-toggle,
.bg-opacity-6 .btn-outline-5:not(:disabled):not(.disabled):active,
.bg-opacity-6 .btn-outline-5:not(:disabled):not(.disabled).active,
.show > .bg-opacity-6 .btn-outline-5.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-6 .btn-outline-5:not(:disabled):not(.disabled):active:focus, .bg-6 .btn-outline-5:not(:disabled):not(.disabled).active:focus, .show > .bg-6 .btn-outline-5.dropdown-toggle:focus,
.bg-opacity-6 .btn-outline-5:not(:disabled):not(.disabled):active:focus,
.bg-opacity-6 .btn-outline-5:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-6 .btn-outline-5.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-6 .btn-outline-6,
.bg-opacity-6 .btn-outline-6 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-6 .btn-outline-6:hover,
.bg-opacity-6 .btn-outline-6:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-6 .btn-outline-6:focus, .bg-6 .btn-outline-6.focus,
.bg-opacity-6 .btn-outline-6:focus,
.bg-opacity-6 .btn-outline-6.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-6 .btn-outline-6.disabled, .bg-6 .btn-outline-6:disabled,
.bg-opacity-6 .btn-outline-6.disabled,
.bg-opacity-6 .btn-outline-6:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-6 .btn-outline-6:not(:disabled):not(.disabled):active, .bg-6 .btn-outline-6:not(:disabled):not(.disabled).active, .show > .bg-6 .btn-outline-6.dropdown-toggle,
.bg-opacity-6 .btn-outline-6:not(:disabled):not(.disabled):active,
.bg-opacity-6 .btn-outline-6:not(:disabled):not(.disabled).active,
.show > .bg-opacity-6 .btn-outline-6.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-6 .btn-outline-6:not(:disabled):not(.disabled):active:focus, .bg-6 .btn-outline-6:not(:disabled):not(.disabled).active:focus, .show > .bg-6 .btn-outline-6.dropdown-toggle:focus,
.bg-opacity-6 .btn-outline-6:not(:disabled):not(.disabled):active:focus,
.bg-opacity-6 .btn-outline-6:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-6 .btn-outline-6.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-6 .btn-outline-7,
.bg-opacity-6 .btn-outline-7 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-6 .btn-outline-7:hover,
.bg-opacity-6 .btn-outline-7:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-6 .btn-outline-7:focus, .bg-6 .btn-outline-7.focus,
.bg-opacity-6 .btn-outline-7:focus,
.bg-opacity-6 .btn-outline-7.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-6 .btn-outline-7.disabled, .bg-6 .btn-outline-7:disabled,
.bg-opacity-6 .btn-outline-7.disabled,
.bg-opacity-6 .btn-outline-7:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-6 .btn-outline-7:not(:disabled):not(.disabled):active, .bg-6 .btn-outline-7:not(:disabled):not(.disabled).active, .show > .bg-6 .btn-outline-7.dropdown-toggle,
.bg-opacity-6 .btn-outline-7:not(:disabled):not(.disabled):active,
.bg-opacity-6 .btn-outline-7:not(:disabled):not(.disabled).active,
.show > .bg-opacity-6 .btn-outline-7.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-6 .btn-outline-7:not(:disabled):not(.disabled):active:focus, .bg-6 .btn-outline-7:not(:disabled):not(.disabled).active:focus, .show > .bg-6 .btn-outline-7.dropdown-toggle:focus,
.bg-opacity-6 .btn-outline-7:not(:disabled):not(.disabled):active:focus,
.bg-opacity-6 .btn-outline-7:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-6 .btn-outline-7.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-6 .btn-outline-8,
.bg-opacity-6 .btn-outline-8 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-6 .btn-outline-8:hover,
.bg-opacity-6 .btn-outline-8:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-6 .btn-outline-8:focus, .bg-6 .btn-outline-8.focus,
.bg-opacity-6 .btn-outline-8:focus,
.bg-opacity-6 .btn-outline-8.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-6 .btn-outline-8.disabled, .bg-6 .btn-outline-8:disabled,
.bg-opacity-6 .btn-outline-8.disabled,
.bg-opacity-6 .btn-outline-8:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-6 .btn-outline-8:not(:disabled):not(.disabled):active, .bg-6 .btn-outline-8:not(:disabled):not(.disabled).active, .show > .bg-6 .btn-outline-8.dropdown-toggle,
.bg-opacity-6 .btn-outline-8:not(:disabled):not(.disabled):active,
.bg-opacity-6 .btn-outline-8:not(:disabled):not(.disabled).active,
.show > .bg-opacity-6 .btn-outline-8.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-6 .btn-outline-8:not(:disabled):not(.disabled):active:focus, .bg-6 .btn-outline-8:not(:disabled):not(.disabled).active:focus, .show > .bg-6 .btn-outline-8.dropdown-toggle:focus,
.bg-opacity-6 .btn-outline-8:not(:disabled):not(.disabled):active:focus,
.bg-opacity-6 .btn-outline-8:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-6 .btn-outline-8.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-6 .btn-outline-9,
.bg-opacity-6 .btn-outline-9 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-6 .btn-outline-9:hover,
.bg-opacity-6 .btn-outline-9:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-6 .btn-outline-9:focus, .bg-6 .btn-outline-9.focus,
.bg-opacity-6 .btn-outline-9:focus,
.bg-opacity-6 .btn-outline-9.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-6 .btn-outline-9.disabled, .bg-6 .btn-outline-9:disabled,
.bg-opacity-6 .btn-outline-9.disabled,
.bg-opacity-6 .btn-outline-9:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-6 .btn-outline-9:not(:disabled):not(.disabled):active, .bg-6 .btn-outline-9:not(:disabled):not(.disabled).active, .show > .bg-6 .btn-outline-9.dropdown-toggle,
.bg-opacity-6 .btn-outline-9:not(:disabled):not(.disabled):active,
.bg-opacity-6 .btn-outline-9:not(:disabled):not(.disabled).active,
.show > .bg-opacity-6 .btn-outline-9.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-6 .btn-outline-9:not(:disabled):not(.disabled):active:focus, .bg-6 .btn-outline-9:not(:disabled):not(.disabled).active:focus, .show > .bg-6 .btn-outline-9.dropdown-toggle:focus,
.bg-opacity-6 .btn-outline-9:not(:disabled):not(.disabled):active:focus,
.bg-opacity-6 .btn-outline-9:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-6 .btn-outline-9.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-6 .btn-outline-10,
.bg-opacity-6 .btn-outline-10 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-6 .btn-outline-10:hover,
.bg-opacity-6 .btn-outline-10:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-6 .btn-outline-10:focus, .bg-6 .btn-outline-10.focus,
.bg-opacity-6 .btn-outline-10:focus,
.bg-opacity-6 .btn-outline-10.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-6 .btn-outline-10.disabled, .bg-6 .btn-outline-10:disabled,
.bg-opacity-6 .btn-outline-10.disabled,
.bg-opacity-6 .btn-outline-10:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-6 .btn-outline-10:not(:disabled):not(.disabled):active, .bg-6 .btn-outline-10:not(:disabled):not(.disabled).active, .show > .bg-6 .btn-outline-10.dropdown-toggle,
.bg-opacity-6 .btn-outline-10:not(:disabled):not(.disabled):active,
.bg-opacity-6 .btn-outline-10:not(:disabled):not(.disabled).active,
.show > .bg-opacity-6 .btn-outline-10.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-6 .btn-outline-10:not(:disabled):not(.disabled):active:focus, .bg-6 .btn-outline-10:not(:disabled):not(.disabled).active:focus, .show > .bg-6 .btn-outline-10.dropdown-toggle:focus,
.bg-opacity-6 .btn-outline-10:not(:disabled):not(.disabled):active:focus,
.bg-opacity-6 .btn-outline-10:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-6 .btn-outline-10.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-6 .btn-outline-default,
.bg-opacity-6 .btn-outline-default {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-6 .btn-outline-default:hover,
.bg-opacity-6 .btn-outline-default:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-6 .btn-outline-default:focus, .bg-6 .btn-outline-default.focus,
.bg-opacity-6 .btn-outline-default:focus,
.bg-opacity-6 .btn-outline-default.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-6 .btn-outline-default.disabled, .bg-6 .btn-outline-default:disabled,
.bg-opacity-6 .btn-outline-default.disabled,
.bg-opacity-6 .btn-outline-default:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-6 .btn-outline-default:not(:disabled):not(.disabled):active, .bg-6 .btn-outline-default:not(:disabled):not(.disabled).active, .show > .bg-6 .btn-outline-default.dropdown-toggle,
.bg-opacity-6 .btn-outline-default:not(:disabled):not(.disabled):active,
.bg-opacity-6 .btn-outline-default:not(:disabled):not(.disabled).active,
.show > .bg-opacity-6 .btn-outline-default.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-6 .btn-outline-default:not(:disabled):not(.disabled):active:focus, .bg-6 .btn-outline-default:not(:disabled):not(.disabled).active:focus, .show > .bg-6 .btn-outline-default.dropdown-toggle:focus,
.bg-opacity-6 .btn-outline-default:not(:disabled):not(.disabled):active:focus,
.bg-opacity-6 .btn-outline-default:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-6 .btn-outline-default.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-6 .btn-outline-violet,
.bg-opacity-6 .btn-outline-violet {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-6 .btn-outline-violet:hover,
.bg-opacity-6 .btn-outline-violet:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-6 .btn-outline-violet:focus, .bg-6 .btn-outline-violet.focus,
.bg-opacity-6 .btn-outline-violet:focus,
.bg-opacity-6 .btn-outline-violet.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-6 .btn-outline-violet.disabled, .bg-6 .btn-outline-violet:disabled,
.bg-opacity-6 .btn-outline-violet.disabled,
.bg-opacity-6 .btn-outline-violet:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-6 .btn-outline-violet:not(:disabled):not(.disabled):active, .bg-6 .btn-outline-violet:not(:disabled):not(.disabled).active, .show > .bg-6 .btn-outline-violet.dropdown-toggle,
.bg-opacity-6 .btn-outline-violet:not(:disabled):not(.disabled):active,
.bg-opacity-6 .btn-outline-violet:not(:disabled):not(.disabled).active,
.show > .bg-opacity-6 .btn-outline-violet.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-6 .btn-outline-violet:not(:disabled):not(.disabled):active:focus, .bg-6 .btn-outline-violet:not(:disabled):not(.disabled).active:focus, .show > .bg-6 .btn-outline-violet.dropdown-toggle:focus,
.bg-opacity-6 .btn-outline-violet:not(:disabled):not(.disabled):active:focus,
.bg-opacity-6 .btn-outline-violet:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-6 .btn-outline-violet.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-6 .btn-outline-magenta,
.bg-opacity-6 .btn-outline-magenta {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-6 .btn-outline-magenta:hover,
.bg-opacity-6 .btn-outline-magenta:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-6 .btn-outline-magenta:focus, .bg-6 .btn-outline-magenta.focus,
.bg-opacity-6 .btn-outline-magenta:focus,
.bg-opacity-6 .btn-outline-magenta.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-6 .btn-outline-magenta.disabled, .bg-6 .btn-outline-magenta:disabled,
.bg-opacity-6 .btn-outline-magenta.disabled,
.bg-opacity-6 .btn-outline-magenta:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-6 .btn-outline-magenta:not(:disabled):not(.disabled):active, .bg-6 .btn-outline-magenta:not(:disabled):not(.disabled).active, .show > .bg-6 .btn-outline-magenta.dropdown-toggle,
.bg-opacity-6 .btn-outline-magenta:not(:disabled):not(.disabled):active,
.bg-opacity-6 .btn-outline-magenta:not(:disabled):not(.disabled).active,
.show > .bg-opacity-6 .btn-outline-magenta.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-6 .btn-outline-magenta:not(:disabled):not(.disabled):active:focus, .bg-6 .btn-outline-magenta:not(:disabled):not(.disabled).active:focus, .show > .bg-6 .btn-outline-magenta.dropdown-toggle:focus,
.bg-opacity-6 .btn-outline-magenta:not(:disabled):not(.disabled):active:focus,
.bg-opacity-6 .btn-outline-magenta:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-6 .btn-outline-magenta.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-6 .btn-outline-petrol,
.bg-opacity-6 .btn-outline-petrol {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-6 .btn-outline-petrol:hover,
.bg-opacity-6 .btn-outline-petrol:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-6 .btn-outline-petrol:focus, .bg-6 .btn-outline-petrol.focus,
.bg-opacity-6 .btn-outline-petrol:focus,
.bg-opacity-6 .btn-outline-petrol.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-6 .btn-outline-petrol.disabled, .bg-6 .btn-outline-petrol:disabled,
.bg-opacity-6 .btn-outline-petrol.disabled,
.bg-opacity-6 .btn-outline-petrol:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-6 .btn-outline-petrol:not(:disabled):not(.disabled):active, .bg-6 .btn-outline-petrol:not(:disabled):not(.disabled).active, .show > .bg-6 .btn-outline-petrol.dropdown-toggle,
.bg-opacity-6 .btn-outline-petrol:not(:disabled):not(.disabled):active,
.bg-opacity-6 .btn-outline-petrol:not(:disabled):not(.disabled).active,
.show > .bg-opacity-6 .btn-outline-petrol.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-6 .btn-outline-petrol:not(:disabled):not(.disabled):active:focus, .bg-6 .btn-outline-petrol:not(:disabled):not(.disabled).active:focus, .show > .bg-6 .btn-outline-petrol.dropdown-toggle:focus,
.bg-opacity-6 .btn-outline-petrol:not(:disabled):not(.disabled):active:focus,
.bg-opacity-6 .btn-outline-petrol:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-6 .btn-outline-petrol.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-6 .btn-outline-green,
.bg-opacity-6 .btn-outline-green {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-6 .btn-outline-green:hover,
.bg-opacity-6 .btn-outline-green:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-6 .btn-outline-green:focus, .bg-6 .btn-outline-green.focus,
.bg-opacity-6 .btn-outline-green:focus,
.bg-opacity-6 .btn-outline-green.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-6 .btn-outline-green.disabled, .bg-6 .btn-outline-green:disabled,
.bg-opacity-6 .btn-outline-green.disabled,
.bg-opacity-6 .btn-outline-green:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-6 .btn-outline-green:not(:disabled):not(.disabled):active, .bg-6 .btn-outline-green:not(:disabled):not(.disabled).active, .show > .bg-6 .btn-outline-green.dropdown-toggle,
.bg-opacity-6 .btn-outline-green:not(:disabled):not(.disabled):active,
.bg-opacity-6 .btn-outline-green:not(:disabled):not(.disabled).active,
.show > .bg-opacity-6 .btn-outline-green.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-6 .btn-outline-green:not(:disabled):not(.disabled):active:focus, .bg-6 .btn-outline-green:not(:disabled):not(.disabled).active:focus, .show > .bg-6 .btn-outline-green.dropdown-toggle:focus,
.bg-opacity-6 .btn-outline-green:not(:disabled):not(.disabled):active:focus,
.bg-opacity-6 .btn-outline-green:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-6 .btn-outline-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-6 .btn-outline-orange,
.bg-opacity-6 .btn-outline-orange {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-6 .btn-outline-orange:hover,
.bg-opacity-6 .btn-outline-orange:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-6 .btn-outline-orange:focus, .bg-6 .btn-outline-orange.focus,
.bg-opacity-6 .btn-outline-orange:focus,
.bg-opacity-6 .btn-outline-orange.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-6 .btn-outline-orange.disabled, .bg-6 .btn-outline-orange:disabled,
.bg-opacity-6 .btn-outline-orange.disabled,
.bg-opacity-6 .btn-outline-orange:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-6 .btn-outline-orange:not(:disabled):not(.disabled):active, .bg-6 .btn-outline-orange:not(:disabled):not(.disabled).active, .show > .bg-6 .btn-outline-orange.dropdown-toggle,
.bg-opacity-6 .btn-outline-orange:not(:disabled):not(.disabled):active,
.bg-opacity-6 .btn-outline-orange:not(:disabled):not(.disabled).active,
.show > .bg-opacity-6 .btn-outline-orange.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-6 .btn-outline-orange:not(:disabled):not(.disabled):active:focus, .bg-6 .btn-outline-orange:not(:disabled):not(.disabled).active:focus, .show > .bg-6 .btn-outline-orange.dropdown-toggle:focus,
.bg-opacity-6 .btn-outline-orange:not(:disabled):not(.disabled):active:focus,
.bg-opacity-6 .btn-outline-orange:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-6 .btn-outline-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-6 .btn-outline-gold,
.bg-opacity-6 .btn-outline-gold {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-6 .btn-outline-gold:hover,
.bg-opacity-6 .btn-outline-gold:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-6 .btn-outline-gold:focus, .bg-6 .btn-outline-gold.focus,
.bg-opacity-6 .btn-outline-gold:focus,
.bg-opacity-6 .btn-outline-gold.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-6 .btn-outline-gold.disabled, .bg-6 .btn-outline-gold:disabled,
.bg-opacity-6 .btn-outline-gold.disabled,
.bg-opacity-6 .btn-outline-gold:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-6 .btn-outline-gold:not(:disabled):not(.disabled):active, .bg-6 .btn-outline-gold:not(:disabled):not(.disabled).active, .show > .bg-6 .btn-outline-gold.dropdown-toggle,
.bg-opacity-6 .btn-outline-gold:not(:disabled):not(.disabled):active,
.bg-opacity-6 .btn-outline-gold:not(:disabled):not(.disabled).active,
.show > .bg-opacity-6 .btn-outline-gold.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-6 .btn-outline-gold:not(:disabled):not(.disabled):active:focus, .bg-6 .btn-outline-gold:not(:disabled):not(.disabled).active:focus, .show > .bg-6 .btn-outline-gold.dropdown-toggle:focus,
.bg-opacity-6 .btn-outline-gold:not(:disabled):not(.disabled):active:focus,
.bg-opacity-6 .btn-outline-gold:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-6 .btn-outline-gold.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-6 .btn-outline-silver,
.bg-opacity-6 .btn-outline-silver {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-6 .btn-outline-silver:hover,
.bg-opacity-6 .btn-outline-silver:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-6 .btn-outline-silver:focus, .bg-6 .btn-outline-silver.focus,
.bg-opacity-6 .btn-outline-silver:focus,
.bg-opacity-6 .btn-outline-silver.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-6 .btn-outline-silver.disabled, .bg-6 .btn-outline-silver:disabled,
.bg-opacity-6 .btn-outline-silver.disabled,
.bg-opacity-6 .btn-outline-silver:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-6 .btn-outline-silver:not(:disabled):not(.disabled):active, .bg-6 .btn-outline-silver:not(:disabled):not(.disabled).active, .show > .bg-6 .btn-outline-silver.dropdown-toggle,
.bg-opacity-6 .btn-outline-silver:not(:disabled):not(.disabled):active,
.bg-opacity-6 .btn-outline-silver:not(:disabled):not(.disabled).active,
.show > .bg-opacity-6 .btn-outline-silver.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-6 .btn-outline-silver:not(:disabled):not(.disabled):active:focus, .bg-6 .btn-outline-silver:not(:disabled):not(.disabled).active:focus, .show > .bg-6 .btn-outline-silver.dropdown-toggle:focus,
.bg-opacity-6 .btn-outline-silver:not(:disabled):not(.disabled):active:focus,
.bg-opacity-6 .btn-outline-silver:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-6 .btn-outline-silver.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-6 .btn-outline-white,
.bg-opacity-6 .btn-outline-white {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-6 .btn-outline-white:hover,
.bg-opacity-6 .btn-outline-white:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-6 .btn-outline-white:focus, .bg-6 .btn-outline-white.focus,
.bg-opacity-6 .btn-outline-white:focus,
.bg-opacity-6 .btn-outline-white.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-6 .btn-outline-white.disabled, .bg-6 .btn-outline-white:disabled,
.bg-opacity-6 .btn-outline-white.disabled,
.bg-opacity-6 .btn-outline-white:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-6 .btn-outline-white:not(:disabled):not(.disabled):active, .bg-6 .btn-outline-white:not(:disabled):not(.disabled).active, .show > .bg-6 .btn-outline-white.dropdown-toggle,
.bg-opacity-6 .btn-outline-white:not(:disabled):not(.disabled):active,
.bg-opacity-6 .btn-outline-white:not(:disabled):not(.disabled).active,
.show > .bg-opacity-6 .btn-outline-white.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-6 .btn-outline-white:not(:disabled):not(.disabled):active:focus, .bg-6 .btn-outline-white:not(:disabled):not(.disabled).active:focus, .show > .bg-6 .btn-outline-white.dropdown-toggle:focus,
.bg-opacity-6 .btn-outline-white:not(:disabled):not(.disabled):active:focus,
.bg-opacity-6 .btn-outline-white:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-6 .btn-outline-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}

.bg-7 .custom-select,
.bg-opacity-7 .custom-select {
  border-color: #ffffff;
  color: #ffffff;
}
.bg-7 .custom-select option,
.bg-opacity-7 .custom-select option {
  color: #333333;
}
.bg-7 .custom-select option:hover,
.bg-opacity-7 .custom-select option:hover {
  background-color: #007c96;
}
.bg-7 .text-theme,
.bg-opacity-7 .text-theme {
  color: #ffffff !important;
}
.bg-7 a[href^="tel:"],
.bg-opacity-7 a[href^="tel:"] {
  color: #ffffff !important;
}
.bg-7 .btn-theme,
.bg-opacity-7 .btn-theme {
  color: #52565a;
  background-color: #ffffff;
  border-color: #f49d00;
}
.bg-7 .btn-theme:hover,
.bg-opacity-7 .btn-theme:hover {
  color: #ffffff;
  background-color: #7e8890;
  border-color: #7e8890;
}
.bg-7 .btn-theme:focus, .bg-7 .btn-theme.focus,
.bg-opacity-7 .btn-theme:focus,
.bg-opacity-7 .btn-theme.focus {
  box-shadow: 0 0 0 0 rgba(220, 146, 14, 0.5);
}
.bg-7 .btn-theme.disabled, .bg-7 .btn-theme:disabled,
.bg-opacity-7 .btn-theme.disabled,
.bg-opacity-7 .btn-theme:disabled {
  color: #52565a;
  background-color: #ffffff;
  border-color: #f49d00;
}
.bg-7 .btn-theme:not(:disabled):not(.disabled):active, .bg-7 .btn-theme:not(:disabled):not(.disabled).active, .show > .bg-7 .btn-theme.dropdown-toggle,
.bg-opacity-7 .btn-theme:not(:disabled):not(.disabled):active,
.bg-opacity-7 .btn-theme:not(:disabled):not(.disabled).active,
.show > .bg-opacity-7 .btn-theme.dropdown-toggle {
  color: #52565a;
  background-color: #e6e6e6;
  border-color: #b47400;
}
.bg-7 .btn-theme:not(:disabled):not(.disabled):active:focus, .bg-7 .btn-theme:not(:disabled):not(.disabled).active:focus, .show > .bg-7 .btn-theme.dropdown-toggle:focus,
.bg-opacity-7 .btn-theme:not(:disabled):not(.disabled):active:focus,
.bg-opacity-7 .btn-theme:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-7 .btn-theme.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(220, 146, 14, 0.5);
}
.bg-7 .btn-outline-primary,
.bg-opacity-7 .btn-outline-primary {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-7 .btn-outline-primary:hover,
.bg-opacity-7 .btn-outline-primary:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-7 .btn-outline-primary:focus, .bg-7 .btn-outline-primary.focus,
.bg-opacity-7 .btn-outline-primary:focus,
.bg-opacity-7 .btn-outline-primary.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-7 .btn-outline-primary.disabled, .bg-7 .btn-outline-primary:disabled,
.bg-opacity-7 .btn-outline-primary.disabled,
.bg-opacity-7 .btn-outline-primary:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-7 .btn-outline-primary:not(:disabled):not(.disabled):active, .bg-7 .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .bg-7 .btn-outline-primary.dropdown-toggle,
.bg-opacity-7 .btn-outline-primary:not(:disabled):not(.disabled):active,
.bg-opacity-7 .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .bg-opacity-7 .btn-outline-primary.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-7 .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .bg-7 .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .bg-7 .btn-outline-primary.dropdown-toggle:focus,
.bg-opacity-7 .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.bg-opacity-7 .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-7 .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-7 .btn-outline-secondary,
.bg-opacity-7 .btn-outline-secondary {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-7 .btn-outline-secondary:hover,
.bg-opacity-7 .btn-outline-secondary:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-7 .btn-outline-secondary:focus, .bg-7 .btn-outline-secondary.focus,
.bg-opacity-7 .btn-outline-secondary:focus,
.bg-opacity-7 .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-7 .btn-outline-secondary.disabled, .bg-7 .btn-outline-secondary:disabled,
.bg-opacity-7 .btn-outline-secondary.disabled,
.bg-opacity-7 .btn-outline-secondary:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-7 .btn-outline-secondary:not(:disabled):not(.disabled):active, .bg-7 .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .bg-7 .btn-outline-secondary.dropdown-toggle,
.bg-opacity-7 .btn-outline-secondary:not(:disabled):not(.disabled):active,
.bg-opacity-7 .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .bg-opacity-7 .btn-outline-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-7 .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .bg-7 .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .bg-7 .btn-outline-secondary.dropdown-toggle:focus,
.bg-opacity-7 .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.bg-opacity-7 .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-7 .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-7 .btn-outline-success,
.bg-opacity-7 .btn-outline-success {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-7 .btn-outline-success:hover,
.bg-opacity-7 .btn-outline-success:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-7 .btn-outline-success:focus, .bg-7 .btn-outline-success.focus,
.bg-opacity-7 .btn-outline-success:focus,
.bg-opacity-7 .btn-outline-success.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-7 .btn-outline-success.disabled, .bg-7 .btn-outline-success:disabled,
.bg-opacity-7 .btn-outline-success.disabled,
.bg-opacity-7 .btn-outline-success:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-7 .btn-outline-success:not(:disabled):not(.disabled):active, .bg-7 .btn-outline-success:not(:disabled):not(.disabled).active, .show > .bg-7 .btn-outline-success.dropdown-toggle,
.bg-opacity-7 .btn-outline-success:not(:disabled):not(.disabled):active,
.bg-opacity-7 .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .bg-opacity-7 .btn-outline-success.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-7 .btn-outline-success:not(:disabled):not(.disabled):active:focus, .bg-7 .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .bg-7 .btn-outline-success.dropdown-toggle:focus,
.bg-opacity-7 .btn-outline-success:not(:disabled):not(.disabled):active:focus,
.bg-opacity-7 .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-7 .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-7 .btn-outline-info,
.bg-opacity-7 .btn-outline-info {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-7 .btn-outline-info:hover,
.bg-opacity-7 .btn-outline-info:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-7 .btn-outline-info:focus, .bg-7 .btn-outline-info.focus,
.bg-opacity-7 .btn-outline-info:focus,
.bg-opacity-7 .btn-outline-info.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-7 .btn-outline-info.disabled, .bg-7 .btn-outline-info:disabled,
.bg-opacity-7 .btn-outline-info.disabled,
.bg-opacity-7 .btn-outline-info:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-7 .btn-outline-info:not(:disabled):not(.disabled):active, .bg-7 .btn-outline-info:not(:disabled):not(.disabled).active, .show > .bg-7 .btn-outline-info.dropdown-toggle,
.bg-opacity-7 .btn-outline-info:not(:disabled):not(.disabled):active,
.bg-opacity-7 .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .bg-opacity-7 .btn-outline-info.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-7 .btn-outline-info:not(:disabled):not(.disabled):active:focus, .bg-7 .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .bg-7 .btn-outline-info.dropdown-toggle:focus,
.bg-opacity-7 .btn-outline-info:not(:disabled):not(.disabled):active:focus,
.bg-opacity-7 .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-7 .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-7 .btn-outline-warning,
.bg-opacity-7 .btn-outline-warning {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-7 .btn-outline-warning:hover,
.bg-opacity-7 .btn-outline-warning:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-7 .btn-outline-warning:focus, .bg-7 .btn-outline-warning.focus,
.bg-opacity-7 .btn-outline-warning:focus,
.bg-opacity-7 .btn-outline-warning.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-7 .btn-outline-warning.disabled, .bg-7 .btn-outline-warning:disabled,
.bg-opacity-7 .btn-outline-warning.disabled,
.bg-opacity-7 .btn-outline-warning:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-7 .btn-outline-warning:not(:disabled):not(.disabled):active, .bg-7 .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .bg-7 .btn-outline-warning.dropdown-toggle,
.bg-opacity-7 .btn-outline-warning:not(:disabled):not(.disabled):active,
.bg-opacity-7 .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .bg-opacity-7 .btn-outline-warning.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-7 .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .bg-7 .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .bg-7 .btn-outline-warning.dropdown-toggle:focus,
.bg-opacity-7 .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.bg-opacity-7 .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-7 .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-7 .btn-outline-danger,
.bg-opacity-7 .btn-outline-danger {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-7 .btn-outline-danger:hover,
.bg-opacity-7 .btn-outline-danger:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-7 .btn-outline-danger:focus, .bg-7 .btn-outline-danger.focus,
.bg-opacity-7 .btn-outline-danger:focus,
.bg-opacity-7 .btn-outline-danger.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-7 .btn-outline-danger.disabled, .bg-7 .btn-outline-danger:disabled,
.bg-opacity-7 .btn-outline-danger.disabled,
.bg-opacity-7 .btn-outline-danger:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-7 .btn-outline-danger:not(:disabled):not(.disabled):active, .bg-7 .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .bg-7 .btn-outline-danger.dropdown-toggle,
.bg-opacity-7 .btn-outline-danger:not(:disabled):not(.disabled):active,
.bg-opacity-7 .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .bg-opacity-7 .btn-outline-danger.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-7 .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .bg-7 .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .bg-7 .btn-outline-danger.dropdown-toggle:focus,
.bg-opacity-7 .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.bg-opacity-7 .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-7 .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-7 .btn-outline-light,
.bg-opacity-7 .btn-outline-light {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-7 .btn-outline-light:hover,
.bg-opacity-7 .btn-outline-light:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-7 .btn-outline-light:focus, .bg-7 .btn-outline-light.focus,
.bg-opacity-7 .btn-outline-light:focus,
.bg-opacity-7 .btn-outline-light.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-7 .btn-outline-light.disabled, .bg-7 .btn-outline-light:disabled,
.bg-opacity-7 .btn-outline-light.disabled,
.bg-opacity-7 .btn-outline-light:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-7 .btn-outline-light:not(:disabled):not(.disabled):active, .bg-7 .btn-outline-light:not(:disabled):not(.disabled).active, .show > .bg-7 .btn-outline-light.dropdown-toggle,
.bg-opacity-7 .btn-outline-light:not(:disabled):not(.disabled):active,
.bg-opacity-7 .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .bg-opacity-7 .btn-outline-light.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-7 .btn-outline-light:not(:disabled):not(.disabled):active:focus, .bg-7 .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .bg-7 .btn-outline-light.dropdown-toggle:focus,
.bg-opacity-7 .btn-outline-light:not(:disabled):not(.disabled):active:focus,
.bg-opacity-7 .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-7 .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-7 .btn-outline-dark,
.bg-opacity-7 .btn-outline-dark {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-7 .btn-outline-dark:hover,
.bg-opacity-7 .btn-outline-dark:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-7 .btn-outline-dark:focus, .bg-7 .btn-outline-dark.focus,
.bg-opacity-7 .btn-outline-dark:focus,
.bg-opacity-7 .btn-outline-dark.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-7 .btn-outline-dark.disabled, .bg-7 .btn-outline-dark:disabled,
.bg-opacity-7 .btn-outline-dark.disabled,
.bg-opacity-7 .btn-outline-dark:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-7 .btn-outline-dark:not(:disabled):not(.disabled):active, .bg-7 .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .bg-7 .btn-outline-dark.dropdown-toggle,
.bg-opacity-7 .btn-outline-dark:not(:disabled):not(.disabled):active,
.bg-opacity-7 .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .bg-opacity-7 .btn-outline-dark.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-7 .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .bg-7 .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .bg-7 .btn-outline-dark.dropdown-toggle:focus,
.bg-opacity-7 .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.bg-opacity-7 .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-7 .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-7 .btn-outline-0,
.bg-opacity-7 .btn-outline-0 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-7 .btn-outline-0:hover,
.bg-opacity-7 .btn-outline-0:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-7 .btn-outline-0:focus, .bg-7 .btn-outline-0.focus,
.bg-opacity-7 .btn-outline-0:focus,
.bg-opacity-7 .btn-outline-0.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-7 .btn-outline-0.disabled, .bg-7 .btn-outline-0:disabled,
.bg-opacity-7 .btn-outline-0.disabled,
.bg-opacity-7 .btn-outline-0:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-7 .btn-outline-0:not(:disabled):not(.disabled):active, .bg-7 .btn-outline-0:not(:disabled):not(.disabled).active, .show > .bg-7 .btn-outline-0.dropdown-toggle,
.bg-opacity-7 .btn-outline-0:not(:disabled):not(.disabled):active,
.bg-opacity-7 .btn-outline-0:not(:disabled):not(.disabled).active,
.show > .bg-opacity-7 .btn-outline-0.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-7 .btn-outline-0:not(:disabled):not(.disabled):active:focus, .bg-7 .btn-outline-0:not(:disabled):not(.disabled).active:focus, .show > .bg-7 .btn-outline-0.dropdown-toggle:focus,
.bg-opacity-7 .btn-outline-0:not(:disabled):not(.disabled):active:focus,
.bg-opacity-7 .btn-outline-0:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-7 .btn-outline-0.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-7 .btn-outline-1,
.bg-opacity-7 .btn-outline-1 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-7 .btn-outline-1:hover,
.bg-opacity-7 .btn-outline-1:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-7 .btn-outline-1:focus, .bg-7 .btn-outline-1.focus,
.bg-opacity-7 .btn-outline-1:focus,
.bg-opacity-7 .btn-outline-1.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-7 .btn-outline-1.disabled, .bg-7 .btn-outline-1:disabled,
.bg-opacity-7 .btn-outline-1.disabled,
.bg-opacity-7 .btn-outline-1:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-7 .btn-outline-1:not(:disabled):not(.disabled):active, .bg-7 .btn-outline-1:not(:disabled):not(.disabled).active, .show > .bg-7 .btn-outline-1.dropdown-toggle,
.bg-opacity-7 .btn-outline-1:not(:disabled):not(.disabled):active,
.bg-opacity-7 .btn-outline-1:not(:disabled):not(.disabled).active,
.show > .bg-opacity-7 .btn-outline-1.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-7 .btn-outline-1:not(:disabled):not(.disabled):active:focus, .bg-7 .btn-outline-1:not(:disabled):not(.disabled).active:focus, .show > .bg-7 .btn-outline-1.dropdown-toggle:focus,
.bg-opacity-7 .btn-outline-1:not(:disabled):not(.disabled):active:focus,
.bg-opacity-7 .btn-outline-1:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-7 .btn-outline-1.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-7 .btn-outline-2,
.bg-opacity-7 .btn-outline-2 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-7 .btn-outline-2:hover,
.bg-opacity-7 .btn-outline-2:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-7 .btn-outline-2:focus, .bg-7 .btn-outline-2.focus,
.bg-opacity-7 .btn-outline-2:focus,
.bg-opacity-7 .btn-outline-2.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-7 .btn-outline-2.disabled, .bg-7 .btn-outline-2:disabled,
.bg-opacity-7 .btn-outline-2.disabled,
.bg-opacity-7 .btn-outline-2:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-7 .btn-outline-2:not(:disabled):not(.disabled):active, .bg-7 .btn-outline-2:not(:disabled):not(.disabled).active, .show > .bg-7 .btn-outline-2.dropdown-toggle,
.bg-opacity-7 .btn-outline-2:not(:disabled):not(.disabled):active,
.bg-opacity-7 .btn-outline-2:not(:disabled):not(.disabled).active,
.show > .bg-opacity-7 .btn-outline-2.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-7 .btn-outline-2:not(:disabled):not(.disabled):active:focus, .bg-7 .btn-outline-2:not(:disabled):not(.disabled).active:focus, .show > .bg-7 .btn-outline-2.dropdown-toggle:focus,
.bg-opacity-7 .btn-outline-2:not(:disabled):not(.disabled):active:focus,
.bg-opacity-7 .btn-outline-2:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-7 .btn-outline-2.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-7 .btn-outline-3,
.bg-opacity-7 .btn-outline-3 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-7 .btn-outline-3:hover,
.bg-opacity-7 .btn-outline-3:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-7 .btn-outline-3:focus, .bg-7 .btn-outline-3.focus,
.bg-opacity-7 .btn-outline-3:focus,
.bg-opacity-7 .btn-outline-3.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-7 .btn-outline-3.disabled, .bg-7 .btn-outline-3:disabled,
.bg-opacity-7 .btn-outline-3.disabled,
.bg-opacity-7 .btn-outline-3:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-7 .btn-outline-3:not(:disabled):not(.disabled):active, .bg-7 .btn-outline-3:not(:disabled):not(.disabled).active, .show > .bg-7 .btn-outline-3.dropdown-toggle,
.bg-opacity-7 .btn-outline-3:not(:disabled):not(.disabled):active,
.bg-opacity-7 .btn-outline-3:not(:disabled):not(.disabled).active,
.show > .bg-opacity-7 .btn-outline-3.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-7 .btn-outline-3:not(:disabled):not(.disabled):active:focus, .bg-7 .btn-outline-3:not(:disabled):not(.disabled).active:focus, .show > .bg-7 .btn-outline-3.dropdown-toggle:focus,
.bg-opacity-7 .btn-outline-3:not(:disabled):not(.disabled):active:focus,
.bg-opacity-7 .btn-outline-3:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-7 .btn-outline-3.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-7 .btn-outline-4,
.bg-opacity-7 .btn-outline-4 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-7 .btn-outline-4:hover,
.bg-opacity-7 .btn-outline-4:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-7 .btn-outline-4:focus, .bg-7 .btn-outline-4.focus,
.bg-opacity-7 .btn-outline-4:focus,
.bg-opacity-7 .btn-outline-4.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-7 .btn-outline-4.disabled, .bg-7 .btn-outline-4:disabled,
.bg-opacity-7 .btn-outline-4.disabled,
.bg-opacity-7 .btn-outline-4:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-7 .btn-outline-4:not(:disabled):not(.disabled):active, .bg-7 .btn-outline-4:not(:disabled):not(.disabled).active, .show > .bg-7 .btn-outline-4.dropdown-toggle,
.bg-opacity-7 .btn-outline-4:not(:disabled):not(.disabled):active,
.bg-opacity-7 .btn-outline-4:not(:disabled):not(.disabled).active,
.show > .bg-opacity-7 .btn-outline-4.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-7 .btn-outline-4:not(:disabled):not(.disabled):active:focus, .bg-7 .btn-outline-4:not(:disabled):not(.disabled).active:focus, .show > .bg-7 .btn-outline-4.dropdown-toggle:focus,
.bg-opacity-7 .btn-outline-4:not(:disabled):not(.disabled):active:focus,
.bg-opacity-7 .btn-outline-4:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-7 .btn-outline-4.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-7 .btn-outline-5,
.bg-opacity-7 .btn-outline-5 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-7 .btn-outline-5:hover,
.bg-opacity-7 .btn-outline-5:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-7 .btn-outline-5:focus, .bg-7 .btn-outline-5.focus,
.bg-opacity-7 .btn-outline-5:focus,
.bg-opacity-7 .btn-outline-5.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-7 .btn-outline-5.disabled, .bg-7 .btn-outline-5:disabled,
.bg-opacity-7 .btn-outline-5.disabled,
.bg-opacity-7 .btn-outline-5:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-7 .btn-outline-5:not(:disabled):not(.disabled):active, .bg-7 .btn-outline-5:not(:disabled):not(.disabled).active, .show > .bg-7 .btn-outline-5.dropdown-toggle,
.bg-opacity-7 .btn-outline-5:not(:disabled):not(.disabled):active,
.bg-opacity-7 .btn-outline-5:not(:disabled):not(.disabled).active,
.show > .bg-opacity-7 .btn-outline-5.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-7 .btn-outline-5:not(:disabled):not(.disabled):active:focus, .bg-7 .btn-outline-5:not(:disabled):not(.disabled).active:focus, .show > .bg-7 .btn-outline-5.dropdown-toggle:focus,
.bg-opacity-7 .btn-outline-5:not(:disabled):not(.disabled):active:focus,
.bg-opacity-7 .btn-outline-5:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-7 .btn-outline-5.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-7 .btn-outline-6,
.bg-opacity-7 .btn-outline-6 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-7 .btn-outline-6:hover,
.bg-opacity-7 .btn-outline-6:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-7 .btn-outline-6:focus, .bg-7 .btn-outline-6.focus,
.bg-opacity-7 .btn-outline-6:focus,
.bg-opacity-7 .btn-outline-6.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-7 .btn-outline-6.disabled, .bg-7 .btn-outline-6:disabled,
.bg-opacity-7 .btn-outline-6.disabled,
.bg-opacity-7 .btn-outline-6:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-7 .btn-outline-6:not(:disabled):not(.disabled):active, .bg-7 .btn-outline-6:not(:disabled):not(.disabled).active, .show > .bg-7 .btn-outline-6.dropdown-toggle,
.bg-opacity-7 .btn-outline-6:not(:disabled):not(.disabled):active,
.bg-opacity-7 .btn-outline-6:not(:disabled):not(.disabled).active,
.show > .bg-opacity-7 .btn-outline-6.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-7 .btn-outline-6:not(:disabled):not(.disabled):active:focus, .bg-7 .btn-outline-6:not(:disabled):not(.disabled).active:focus, .show > .bg-7 .btn-outline-6.dropdown-toggle:focus,
.bg-opacity-7 .btn-outline-6:not(:disabled):not(.disabled):active:focus,
.bg-opacity-7 .btn-outline-6:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-7 .btn-outline-6.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-7 .btn-outline-7,
.bg-opacity-7 .btn-outline-7 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-7 .btn-outline-7:hover,
.bg-opacity-7 .btn-outline-7:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-7 .btn-outline-7:focus, .bg-7 .btn-outline-7.focus,
.bg-opacity-7 .btn-outline-7:focus,
.bg-opacity-7 .btn-outline-7.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-7 .btn-outline-7.disabled, .bg-7 .btn-outline-7:disabled,
.bg-opacity-7 .btn-outline-7.disabled,
.bg-opacity-7 .btn-outline-7:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-7 .btn-outline-7:not(:disabled):not(.disabled):active, .bg-7 .btn-outline-7:not(:disabled):not(.disabled).active, .show > .bg-7 .btn-outline-7.dropdown-toggle,
.bg-opacity-7 .btn-outline-7:not(:disabled):not(.disabled):active,
.bg-opacity-7 .btn-outline-7:not(:disabled):not(.disabled).active,
.show > .bg-opacity-7 .btn-outline-7.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-7 .btn-outline-7:not(:disabled):not(.disabled):active:focus, .bg-7 .btn-outline-7:not(:disabled):not(.disabled).active:focus, .show > .bg-7 .btn-outline-7.dropdown-toggle:focus,
.bg-opacity-7 .btn-outline-7:not(:disabled):not(.disabled):active:focus,
.bg-opacity-7 .btn-outline-7:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-7 .btn-outline-7.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-7 .btn-outline-8,
.bg-opacity-7 .btn-outline-8 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-7 .btn-outline-8:hover,
.bg-opacity-7 .btn-outline-8:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-7 .btn-outline-8:focus, .bg-7 .btn-outline-8.focus,
.bg-opacity-7 .btn-outline-8:focus,
.bg-opacity-7 .btn-outline-8.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-7 .btn-outline-8.disabled, .bg-7 .btn-outline-8:disabled,
.bg-opacity-7 .btn-outline-8.disabled,
.bg-opacity-7 .btn-outline-8:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-7 .btn-outline-8:not(:disabled):not(.disabled):active, .bg-7 .btn-outline-8:not(:disabled):not(.disabled).active, .show > .bg-7 .btn-outline-8.dropdown-toggle,
.bg-opacity-7 .btn-outline-8:not(:disabled):not(.disabled):active,
.bg-opacity-7 .btn-outline-8:not(:disabled):not(.disabled).active,
.show > .bg-opacity-7 .btn-outline-8.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-7 .btn-outline-8:not(:disabled):not(.disabled):active:focus, .bg-7 .btn-outline-8:not(:disabled):not(.disabled).active:focus, .show > .bg-7 .btn-outline-8.dropdown-toggle:focus,
.bg-opacity-7 .btn-outline-8:not(:disabled):not(.disabled):active:focus,
.bg-opacity-7 .btn-outline-8:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-7 .btn-outline-8.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-7 .btn-outline-9,
.bg-opacity-7 .btn-outline-9 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-7 .btn-outline-9:hover,
.bg-opacity-7 .btn-outline-9:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-7 .btn-outline-9:focus, .bg-7 .btn-outline-9.focus,
.bg-opacity-7 .btn-outline-9:focus,
.bg-opacity-7 .btn-outline-9.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-7 .btn-outline-9.disabled, .bg-7 .btn-outline-9:disabled,
.bg-opacity-7 .btn-outline-9.disabled,
.bg-opacity-7 .btn-outline-9:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-7 .btn-outline-9:not(:disabled):not(.disabled):active, .bg-7 .btn-outline-9:not(:disabled):not(.disabled).active, .show > .bg-7 .btn-outline-9.dropdown-toggle,
.bg-opacity-7 .btn-outline-9:not(:disabled):not(.disabled):active,
.bg-opacity-7 .btn-outline-9:not(:disabled):not(.disabled).active,
.show > .bg-opacity-7 .btn-outline-9.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-7 .btn-outline-9:not(:disabled):not(.disabled):active:focus, .bg-7 .btn-outline-9:not(:disabled):not(.disabled).active:focus, .show > .bg-7 .btn-outline-9.dropdown-toggle:focus,
.bg-opacity-7 .btn-outline-9:not(:disabled):not(.disabled):active:focus,
.bg-opacity-7 .btn-outline-9:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-7 .btn-outline-9.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-7 .btn-outline-10,
.bg-opacity-7 .btn-outline-10 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-7 .btn-outline-10:hover,
.bg-opacity-7 .btn-outline-10:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-7 .btn-outline-10:focus, .bg-7 .btn-outline-10.focus,
.bg-opacity-7 .btn-outline-10:focus,
.bg-opacity-7 .btn-outline-10.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-7 .btn-outline-10.disabled, .bg-7 .btn-outline-10:disabled,
.bg-opacity-7 .btn-outline-10.disabled,
.bg-opacity-7 .btn-outline-10:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-7 .btn-outline-10:not(:disabled):not(.disabled):active, .bg-7 .btn-outline-10:not(:disabled):not(.disabled).active, .show > .bg-7 .btn-outline-10.dropdown-toggle,
.bg-opacity-7 .btn-outline-10:not(:disabled):not(.disabled):active,
.bg-opacity-7 .btn-outline-10:not(:disabled):not(.disabled).active,
.show > .bg-opacity-7 .btn-outline-10.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-7 .btn-outline-10:not(:disabled):not(.disabled):active:focus, .bg-7 .btn-outline-10:not(:disabled):not(.disabled).active:focus, .show > .bg-7 .btn-outline-10.dropdown-toggle:focus,
.bg-opacity-7 .btn-outline-10:not(:disabled):not(.disabled):active:focus,
.bg-opacity-7 .btn-outline-10:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-7 .btn-outline-10.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-7 .btn-outline-default,
.bg-opacity-7 .btn-outline-default {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-7 .btn-outline-default:hover,
.bg-opacity-7 .btn-outline-default:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-7 .btn-outline-default:focus, .bg-7 .btn-outline-default.focus,
.bg-opacity-7 .btn-outline-default:focus,
.bg-opacity-7 .btn-outline-default.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-7 .btn-outline-default.disabled, .bg-7 .btn-outline-default:disabled,
.bg-opacity-7 .btn-outline-default.disabled,
.bg-opacity-7 .btn-outline-default:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-7 .btn-outline-default:not(:disabled):not(.disabled):active, .bg-7 .btn-outline-default:not(:disabled):not(.disabled).active, .show > .bg-7 .btn-outline-default.dropdown-toggle,
.bg-opacity-7 .btn-outline-default:not(:disabled):not(.disabled):active,
.bg-opacity-7 .btn-outline-default:not(:disabled):not(.disabled).active,
.show > .bg-opacity-7 .btn-outline-default.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-7 .btn-outline-default:not(:disabled):not(.disabled):active:focus, .bg-7 .btn-outline-default:not(:disabled):not(.disabled).active:focus, .show > .bg-7 .btn-outline-default.dropdown-toggle:focus,
.bg-opacity-7 .btn-outline-default:not(:disabled):not(.disabled):active:focus,
.bg-opacity-7 .btn-outline-default:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-7 .btn-outline-default.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-7 .btn-outline-violet,
.bg-opacity-7 .btn-outline-violet {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-7 .btn-outline-violet:hover,
.bg-opacity-7 .btn-outline-violet:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-7 .btn-outline-violet:focus, .bg-7 .btn-outline-violet.focus,
.bg-opacity-7 .btn-outline-violet:focus,
.bg-opacity-7 .btn-outline-violet.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-7 .btn-outline-violet.disabled, .bg-7 .btn-outline-violet:disabled,
.bg-opacity-7 .btn-outline-violet.disabled,
.bg-opacity-7 .btn-outline-violet:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-7 .btn-outline-violet:not(:disabled):not(.disabled):active, .bg-7 .btn-outline-violet:not(:disabled):not(.disabled).active, .show > .bg-7 .btn-outline-violet.dropdown-toggle,
.bg-opacity-7 .btn-outline-violet:not(:disabled):not(.disabled):active,
.bg-opacity-7 .btn-outline-violet:not(:disabled):not(.disabled).active,
.show > .bg-opacity-7 .btn-outline-violet.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-7 .btn-outline-violet:not(:disabled):not(.disabled):active:focus, .bg-7 .btn-outline-violet:not(:disabled):not(.disabled).active:focus, .show > .bg-7 .btn-outline-violet.dropdown-toggle:focus,
.bg-opacity-7 .btn-outline-violet:not(:disabled):not(.disabled):active:focus,
.bg-opacity-7 .btn-outline-violet:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-7 .btn-outline-violet.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-7 .btn-outline-magenta,
.bg-opacity-7 .btn-outline-magenta {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-7 .btn-outline-magenta:hover,
.bg-opacity-7 .btn-outline-magenta:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-7 .btn-outline-magenta:focus, .bg-7 .btn-outline-magenta.focus,
.bg-opacity-7 .btn-outline-magenta:focus,
.bg-opacity-7 .btn-outline-magenta.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-7 .btn-outline-magenta.disabled, .bg-7 .btn-outline-magenta:disabled,
.bg-opacity-7 .btn-outline-magenta.disabled,
.bg-opacity-7 .btn-outline-magenta:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-7 .btn-outline-magenta:not(:disabled):not(.disabled):active, .bg-7 .btn-outline-magenta:not(:disabled):not(.disabled).active, .show > .bg-7 .btn-outline-magenta.dropdown-toggle,
.bg-opacity-7 .btn-outline-magenta:not(:disabled):not(.disabled):active,
.bg-opacity-7 .btn-outline-magenta:not(:disabled):not(.disabled).active,
.show > .bg-opacity-7 .btn-outline-magenta.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-7 .btn-outline-magenta:not(:disabled):not(.disabled):active:focus, .bg-7 .btn-outline-magenta:not(:disabled):not(.disabled).active:focus, .show > .bg-7 .btn-outline-magenta.dropdown-toggle:focus,
.bg-opacity-7 .btn-outline-magenta:not(:disabled):not(.disabled):active:focus,
.bg-opacity-7 .btn-outline-magenta:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-7 .btn-outline-magenta.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-7 .btn-outline-petrol,
.bg-opacity-7 .btn-outline-petrol {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-7 .btn-outline-petrol:hover,
.bg-opacity-7 .btn-outline-petrol:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-7 .btn-outline-petrol:focus, .bg-7 .btn-outline-petrol.focus,
.bg-opacity-7 .btn-outline-petrol:focus,
.bg-opacity-7 .btn-outline-petrol.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-7 .btn-outline-petrol.disabled, .bg-7 .btn-outline-petrol:disabled,
.bg-opacity-7 .btn-outline-petrol.disabled,
.bg-opacity-7 .btn-outline-petrol:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-7 .btn-outline-petrol:not(:disabled):not(.disabled):active, .bg-7 .btn-outline-petrol:not(:disabled):not(.disabled).active, .show > .bg-7 .btn-outline-petrol.dropdown-toggle,
.bg-opacity-7 .btn-outline-petrol:not(:disabled):not(.disabled):active,
.bg-opacity-7 .btn-outline-petrol:not(:disabled):not(.disabled).active,
.show > .bg-opacity-7 .btn-outline-petrol.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-7 .btn-outline-petrol:not(:disabled):not(.disabled):active:focus, .bg-7 .btn-outline-petrol:not(:disabled):not(.disabled).active:focus, .show > .bg-7 .btn-outline-petrol.dropdown-toggle:focus,
.bg-opacity-7 .btn-outline-petrol:not(:disabled):not(.disabled):active:focus,
.bg-opacity-7 .btn-outline-petrol:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-7 .btn-outline-petrol.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-7 .btn-outline-green,
.bg-opacity-7 .btn-outline-green {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-7 .btn-outline-green:hover,
.bg-opacity-7 .btn-outline-green:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-7 .btn-outline-green:focus, .bg-7 .btn-outline-green.focus,
.bg-opacity-7 .btn-outline-green:focus,
.bg-opacity-7 .btn-outline-green.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-7 .btn-outline-green.disabled, .bg-7 .btn-outline-green:disabled,
.bg-opacity-7 .btn-outline-green.disabled,
.bg-opacity-7 .btn-outline-green:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-7 .btn-outline-green:not(:disabled):not(.disabled):active, .bg-7 .btn-outline-green:not(:disabled):not(.disabled).active, .show > .bg-7 .btn-outline-green.dropdown-toggle,
.bg-opacity-7 .btn-outline-green:not(:disabled):not(.disabled):active,
.bg-opacity-7 .btn-outline-green:not(:disabled):not(.disabled).active,
.show > .bg-opacity-7 .btn-outline-green.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-7 .btn-outline-green:not(:disabled):not(.disabled):active:focus, .bg-7 .btn-outline-green:not(:disabled):not(.disabled).active:focus, .show > .bg-7 .btn-outline-green.dropdown-toggle:focus,
.bg-opacity-7 .btn-outline-green:not(:disabled):not(.disabled):active:focus,
.bg-opacity-7 .btn-outline-green:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-7 .btn-outline-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-7 .btn-outline-orange,
.bg-opacity-7 .btn-outline-orange {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-7 .btn-outline-orange:hover,
.bg-opacity-7 .btn-outline-orange:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-7 .btn-outline-orange:focus, .bg-7 .btn-outline-orange.focus,
.bg-opacity-7 .btn-outline-orange:focus,
.bg-opacity-7 .btn-outline-orange.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-7 .btn-outline-orange.disabled, .bg-7 .btn-outline-orange:disabled,
.bg-opacity-7 .btn-outline-orange.disabled,
.bg-opacity-7 .btn-outline-orange:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-7 .btn-outline-orange:not(:disabled):not(.disabled):active, .bg-7 .btn-outline-orange:not(:disabled):not(.disabled).active, .show > .bg-7 .btn-outline-orange.dropdown-toggle,
.bg-opacity-7 .btn-outline-orange:not(:disabled):not(.disabled):active,
.bg-opacity-7 .btn-outline-orange:not(:disabled):not(.disabled).active,
.show > .bg-opacity-7 .btn-outline-orange.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-7 .btn-outline-orange:not(:disabled):not(.disabled):active:focus, .bg-7 .btn-outline-orange:not(:disabled):not(.disabled).active:focus, .show > .bg-7 .btn-outline-orange.dropdown-toggle:focus,
.bg-opacity-7 .btn-outline-orange:not(:disabled):not(.disabled):active:focus,
.bg-opacity-7 .btn-outline-orange:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-7 .btn-outline-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-7 .btn-outline-gold,
.bg-opacity-7 .btn-outline-gold {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-7 .btn-outline-gold:hover,
.bg-opacity-7 .btn-outline-gold:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-7 .btn-outline-gold:focus, .bg-7 .btn-outline-gold.focus,
.bg-opacity-7 .btn-outline-gold:focus,
.bg-opacity-7 .btn-outline-gold.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-7 .btn-outline-gold.disabled, .bg-7 .btn-outline-gold:disabled,
.bg-opacity-7 .btn-outline-gold.disabled,
.bg-opacity-7 .btn-outline-gold:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-7 .btn-outline-gold:not(:disabled):not(.disabled):active, .bg-7 .btn-outline-gold:not(:disabled):not(.disabled).active, .show > .bg-7 .btn-outline-gold.dropdown-toggle,
.bg-opacity-7 .btn-outline-gold:not(:disabled):not(.disabled):active,
.bg-opacity-7 .btn-outline-gold:not(:disabled):not(.disabled).active,
.show > .bg-opacity-7 .btn-outline-gold.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-7 .btn-outline-gold:not(:disabled):not(.disabled):active:focus, .bg-7 .btn-outline-gold:not(:disabled):not(.disabled).active:focus, .show > .bg-7 .btn-outline-gold.dropdown-toggle:focus,
.bg-opacity-7 .btn-outline-gold:not(:disabled):not(.disabled):active:focus,
.bg-opacity-7 .btn-outline-gold:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-7 .btn-outline-gold.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-7 .btn-outline-silver,
.bg-opacity-7 .btn-outline-silver {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-7 .btn-outline-silver:hover,
.bg-opacity-7 .btn-outline-silver:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-7 .btn-outline-silver:focus, .bg-7 .btn-outline-silver.focus,
.bg-opacity-7 .btn-outline-silver:focus,
.bg-opacity-7 .btn-outline-silver.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-7 .btn-outline-silver.disabled, .bg-7 .btn-outline-silver:disabled,
.bg-opacity-7 .btn-outline-silver.disabled,
.bg-opacity-7 .btn-outline-silver:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-7 .btn-outline-silver:not(:disabled):not(.disabled):active, .bg-7 .btn-outline-silver:not(:disabled):not(.disabled).active, .show > .bg-7 .btn-outline-silver.dropdown-toggle,
.bg-opacity-7 .btn-outline-silver:not(:disabled):not(.disabled):active,
.bg-opacity-7 .btn-outline-silver:not(:disabled):not(.disabled).active,
.show > .bg-opacity-7 .btn-outline-silver.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-7 .btn-outline-silver:not(:disabled):not(.disabled):active:focus, .bg-7 .btn-outline-silver:not(:disabled):not(.disabled).active:focus, .show > .bg-7 .btn-outline-silver.dropdown-toggle:focus,
.bg-opacity-7 .btn-outline-silver:not(:disabled):not(.disabled):active:focus,
.bg-opacity-7 .btn-outline-silver:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-7 .btn-outline-silver.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-7 .btn-outline-white,
.bg-opacity-7 .btn-outline-white {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-7 .btn-outline-white:hover,
.bg-opacity-7 .btn-outline-white:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-7 .btn-outline-white:focus, .bg-7 .btn-outline-white.focus,
.bg-opacity-7 .btn-outline-white:focus,
.bg-opacity-7 .btn-outline-white.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-7 .btn-outline-white.disabled, .bg-7 .btn-outline-white:disabled,
.bg-opacity-7 .btn-outline-white.disabled,
.bg-opacity-7 .btn-outline-white:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-7 .btn-outline-white:not(:disabled):not(.disabled):active, .bg-7 .btn-outline-white:not(:disabled):not(.disabled).active, .show > .bg-7 .btn-outline-white.dropdown-toggle,
.bg-opacity-7 .btn-outline-white:not(:disabled):not(.disabled):active,
.bg-opacity-7 .btn-outline-white:not(:disabled):not(.disabled).active,
.show > .bg-opacity-7 .btn-outline-white.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-7 .btn-outline-white:not(:disabled):not(.disabled):active:focus, .bg-7 .btn-outline-white:not(:disabled):not(.disabled).active:focus, .show > .bg-7 .btn-outline-white.dropdown-toggle:focus,
.bg-opacity-7 .btn-outline-white:not(:disabled):not(.disabled):active:focus,
.bg-opacity-7 .btn-outline-white:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-7 .btn-outline-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}

.bg-8 .custom-select,
.bg-opacity-8 .custom-select {
  border-color: #ffffff;
  color: #ffffff;
}
.bg-8 .custom-select option,
.bg-opacity-8 .custom-select option {
  color: #333333;
}
.bg-8 .custom-select option:hover,
.bg-opacity-8 .custom-select option:hover {
  background-color: #007c96;
}
.bg-8 .text-theme,
.bg-opacity-8 .text-theme {
  color: #ffffff !important;
}
.bg-8 a[href^="tel:"],
.bg-opacity-8 a[href^="tel:"] {
  color: #ffffff !important;
}
.bg-8 .btn-theme,
.bg-opacity-8 .btn-theme {
  color: #52565a;
  background-color: #ffffff;
  border-color: #c49f64;
}
.bg-8 .btn-theme:hover,
.bg-opacity-8 .btn-theme:hover {
  color: #ffffff;
  background-color: #7e8890;
  border-color: #7e8890;
}
.bg-8 .btn-theme:focus, .bg-8 .btn-theme.focus,
.bg-opacity-8 .btn-theme:focus,
.bg-opacity-8 .btn-theme.focus {
  box-shadow: 0 0 0 0 rgba(179, 148, 99, 0.5);
}
.bg-8 .btn-theme.disabled, .bg-8 .btn-theme:disabled,
.bg-opacity-8 .btn-theme.disabled,
.bg-opacity-8 .btn-theme:disabled {
  color: #52565a;
  background-color: #ffffff;
  border-color: #c49f64;
}
.bg-8 .btn-theme:not(:disabled):not(.disabled):active, .bg-8 .btn-theme:not(:disabled):not(.disabled).active, .show > .bg-8 .btn-theme.dropdown-toggle,
.bg-opacity-8 .btn-theme:not(:disabled):not(.disabled):active,
.bg-opacity-8 .btn-theme:not(:disabled):not(.disabled).active,
.show > .bg-opacity-8 .btn-theme.dropdown-toggle {
  color: #52565a;
  background-color: #e6e6e6;
  border-color: #a88040;
}
.bg-8 .btn-theme:not(:disabled):not(.disabled):active:focus, .bg-8 .btn-theme:not(:disabled):not(.disabled).active:focus, .show > .bg-8 .btn-theme.dropdown-toggle:focus,
.bg-opacity-8 .btn-theme:not(:disabled):not(.disabled):active:focus,
.bg-opacity-8 .btn-theme:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-8 .btn-theme.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(179, 148, 99, 0.5);
}
.bg-8 .btn-outline-primary,
.bg-opacity-8 .btn-outline-primary {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-8 .btn-outline-primary:hover,
.bg-opacity-8 .btn-outline-primary:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-8 .btn-outline-primary:focus, .bg-8 .btn-outline-primary.focus,
.bg-opacity-8 .btn-outline-primary:focus,
.bg-opacity-8 .btn-outline-primary.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-8 .btn-outline-primary.disabled, .bg-8 .btn-outline-primary:disabled,
.bg-opacity-8 .btn-outline-primary.disabled,
.bg-opacity-8 .btn-outline-primary:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-8 .btn-outline-primary:not(:disabled):not(.disabled):active, .bg-8 .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .bg-8 .btn-outline-primary.dropdown-toggle,
.bg-opacity-8 .btn-outline-primary:not(:disabled):not(.disabled):active,
.bg-opacity-8 .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .bg-opacity-8 .btn-outline-primary.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-8 .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .bg-8 .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .bg-8 .btn-outline-primary.dropdown-toggle:focus,
.bg-opacity-8 .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.bg-opacity-8 .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-8 .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-8 .btn-outline-secondary,
.bg-opacity-8 .btn-outline-secondary {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-8 .btn-outline-secondary:hover,
.bg-opacity-8 .btn-outline-secondary:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-8 .btn-outline-secondary:focus, .bg-8 .btn-outline-secondary.focus,
.bg-opacity-8 .btn-outline-secondary:focus,
.bg-opacity-8 .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-8 .btn-outline-secondary.disabled, .bg-8 .btn-outline-secondary:disabled,
.bg-opacity-8 .btn-outline-secondary.disabled,
.bg-opacity-8 .btn-outline-secondary:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-8 .btn-outline-secondary:not(:disabled):not(.disabled):active, .bg-8 .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .bg-8 .btn-outline-secondary.dropdown-toggle,
.bg-opacity-8 .btn-outline-secondary:not(:disabled):not(.disabled):active,
.bg-opacity-8 .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .bg-opacity-8 .btn-outline-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-8 .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .bg-8 .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .bg-8 .btn-outline-secondary.dropdown-toggle:focus,
.bg-opacity-8 .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.bg-opacity-8 .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-8 .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-8 .btn-outline-success,
.bg-opacity-8 .btn-outline-success {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-8 .btn-outline-success:hover,
.bg-opacity-8 .btn-outline-success:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-8 .btn-outline-success:focus, .bg-8 .btn-outline-success.focus,
.bg-opacity-8 .btn-outline-success:focus,
.bg-opacity-8 .btn-outline-success.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-8 .btn-outline-success.disabled, .bg-8 .btn-outline-success:disabled,
.bg-opacity-8 .btn-outline-success.disabled,
.bg-opacity-8 .btn-outline-success:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-8 .btn-outline-success:not(:disabled):not(.disabled):active, .bg-8 .btn-outline-success:not(:disabled):not(.disabled).active, .show > .bg-8 .btn-outline-success.dropdown-toggle,
.bg-opacity-8 .btn-outline-success:not(:disabled):not(.disabled):active,
.bg-opacity-8 .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .bg-opacity-8 .btn-outline-success.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-8 .btn-outline-success:not(:disabled):not(.disabled):active:focus, .bg-8 .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .bg-8 .btn-outline-success.dropdown-toggle:focus,
.bg-opacity-8 .btn-outline-success:not(:disabled):not(.disabled):active:focus,
.bg-opacity-8 .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-8 .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-8 .btn-outline-info,
.bg-opacity-8 .btn-outline-info {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-8 .btn-outline-info:hover,
.bg-opacity-8 .btn-outline-info:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-8 .btn-outline-info:focus, .bg-8 .btn-outline-info.focus,
.bg-opacity-8 .btn-outline-info:focus,
.bg-opacity-8 .btn-outline-info.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-8 .btn-outline-info.disabled, .bg-8 .btn-outline-info:disabled,
.bg-opacity-8 .btn-outline-info.disabled,
.bg-opacity-8 .btn-outline-info:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-8 .btn-outline-info:not(:disabled):not(.disabled):active, .bg-8 .btn-outline-info:not(:disabled):not(.disabled).active, .show > .bg-8 .btn-outline-info.dropdown-toggle,
.bg-opacity-8 .btn-outline-info:not(:disabled):not(.disabled):active,
.bg-opacity-8 .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .bg-opacity-8 .btn-outline-info.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-8 .btn-outline-info:not(:disabled):not(.disabled):active:focus, .bg-8 .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .bg-8 .btn-outline-info.dropdown-toggle:focus,
.bg-opacity-8 .btn-outline-info:not(:disabled):not(.disabled):active:focus,
.bg-opacity-8 .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-8 .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-8 .btn-outline-warning,
.bg-opacity-8 .btn-outline-warning {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-8 .btn-outline-warning:hover,
.bg-opacity-8 .btn-outline-warning:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-8 .btn-outline-warning:focus, .bg-8 .btn-outline-warning.focus,
.bg-opacity-8 .btn-outline-warning:focus,
.bg-opacity-8 .btn-outline-warning.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-8 .btn-outline-warning.disabled, .bg-8 .btn-outline-warning:disabled,
.bg-opacity-8 .btn-outline-warning.disabled,
.bg-opacity-8 .btn-outline-warning:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-8 .btn-outline-warning:not(:disabled):not(.disabled):active, .bg-8 .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .bg-8 .btn-outline-warning.dropdown-toggle,
.bg-opacity-8 .btn-outline-warning:not(:disabled):not(.disabled):active,
.bg-opacity-8 .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .bg-opacity-8 .btn-outline-warning.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-8 .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .bg-8 .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .bg-8 .btn-outline-warning.dropdown-toggle:focus,
.bg-opacity-8 .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.bg-opacity-8 .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-8 .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-8 .btn-outline-danger,
.bg-opacity-8 .btn-outline-danger {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-8 .btn-outline-danger:hover,
.bg-opacity-8 .btn-outline-danger:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-8 .btn-outline-danger:focus, .bg-8 .btn-outline-danger.focus,
.bg-opacity-8 .btn-outline-danger:focus,
.bg-opacity-8 .btn-outline-danger.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-8 .btn-outline-danger.disabled, .bg-8 .btn-outline-danger:disabled,
.bg-opacity-8 .btn-outline-danger.disabled,
.bg-opacity-8 .btn-outline-danger:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-8 .btn-outline-danger:not(:disabled):not(.disabled):active, .bg-8 .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .bg-8 .btn-outline-danger.dropdown-toggle,
.bg-opacity-8 .btn-outline-danger:not(:disabled):not(.disabled):active,
.bg-opacity-8 .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .bg-opacity-8 .btn-outline-danger.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-8 .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .bg-8 .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .bg-8 .btn-outline-danger.dropdown-toggle:focus,
.bg-opacity-8 .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.bg-opacity-8 .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-8 .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-8 .btn-outline-light,
.bg-opacity-8 .btn-outline-light {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-8 .btn-outline-light:hover,
.bg-opacity-8 .btn-outline-light:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-8 .btn-outline-light:focus, .bg-8 .btn-outline-light.focus,
.bg-opacity-8 .btn-outline-light:focus,
.bg-opacity-8 .btn-outline-light.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-8 .btn-outline-light.disabled, .bg-8 .btn-outline-light:disabled,
.bg-opacity-8 .btn-outline-light.disabled,
.bg-opacity-8 .btn-outline-light:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-8 .btn-outline-light:not(:disabled):not(.disabled):active, .bg-8 .btn-outline-light:not(:disabled):not(.disabled).active, .show > .bg-8 .btn-outline-light.dropdown-toggle,
.bg-opacity-8 .btn-outline-light:not(:disabled):not(.disabled):active,
.bg-opacity-8 .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .bg-opacity-8 .btn-outline-light.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-8 .btn-outline-light:not(:disabled):not(.disabled):active:focus, .bg-8 .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .bg-8 .btn-outline-light.dropdown-toggle:focus,
.bg-opacity-8 .btn-outline-light:not(:disabled):not(.disabled):active:focus,
.bg-opacity-8 .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-8 .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-8 .btn-outline-dark,
.bg-opacity-8 .btn-outline-dark {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-8 .btn-outline-dark:hover,
.bg-opacity-8 .btn-outline-dark:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-8 .btn-outline-dark:focus, .bg-8 .btn-outline-dark.focus,
.bg-opacity-8 .btn-outline-dark:focus,
.bg-opacity-8 .btn-outline-dark.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-8 .btn-outline-dark.disabled, .bg-8 .btn-outline-dark:disabled,
.bg-opacity-8 .btn-outline-dark.disabled,
.bg-opacity-8 .btn-outline-dark:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-8 .btn-outline-dark:not(:disabled):not(.disabled):active, .bg-8 .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .bg-8 .btn-outline-dark.dropdown-toggle,
.bg-opacity-8 .btn-outline-dark:not(:disabled):not(.disabled):active,
.bg-opacity-8 .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .bg-opacity-8 .btn-outline-dark.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-8 .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .bg-8 .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .bg-8 .btn-outline-dark.dropdown-toggle:focus,
.bg-opacity-8 .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.bg-opacity-8 .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-8 .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-8 .btn-outline-0,
.bg-opacity-8 .btn-outline-0 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-8 .btn-outline-0:hover,
.bg-opacity-8 .btn-outline-0:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-8 .btn-outline-0:focus, .bg-8 .btn-outline-0.focus,
.bg-opacity-8 .btn-outline-0:focus,
.bg-opacity-8 .btn-outline-0.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-8 .btn-outline-0.disabled, .bg-8 .btn-outline-0:disabled,
.bg-opacity-8 .btn-outline-0.disabled,
.bg-opacity-8 .btn-outline-0:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-8 .btn-outline-0:not(:disabled):not(.disabled):active, .bg-8 .btn-outline-0:not(:disabled):not(.disabled).active, .show > .bg-8 .btn-outline-0.dropdown-toggle,
.bg-opacity-8 .btn-outline-0:not(:disabled):not(.disabled):active,
.bg-opacity-8 .btn-outline-0:not(:disabled):not(.disabled).active,
.show > .bg-opacity-8 .btn-outline-0.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-8 .btn-outline-0:not(:disabled):not(.disabled):active:focus, .bg-8 .btn-outline-0:not(:disabled):not(.disabled).active:focus, .show > .bg-8 .btn-outline-0.dropdown-toggle:focus,
.bg-opacity-8 .btn-outline-0:not(:disabled):not(.disabled):active:focus,
.bg-opacity-8 .btn-outline-0:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-8 .btn-outline-0.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-8 .btn-outline-1,
.bg-opacity-8 .btn-outline-1 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-8 .btn-outline-1:hover,
.bg-opacity-8 .btn-outline-1:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-8 .btn-outline-1:focus, .bg-8 .btn-outline-1.focus,
.bg-opacity-8 .btn-outline-1:focus,
.bg-opacity-8 .btn-outline-1.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-8 .btn-outline-1.disabled, .bg-8 .btn-outline-1:disabled,
.bg-opacity-8 .btn-outline-1.disabled,
.bg-opacity-8 .btn-outline-1:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-8 .btn-outline-1:not(:disabled):not(.disabled):active, .bg-8 .btn-outline-1:not(:disabled):not(.disabled).active, .show > .bg-8 .btn-outline-1.dropdown-toggle,
.bg-opacity-8 .btn-outline-1:not(:disabled):not(.disabled):active,
.bg-opacity-8 .btn-outline-1:not(:disabled):not(.disabled).active,
.show > .bg-opacity-8 .btn-outline-1.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-8 .btn-outline-1:not(:disabled):not(.disabled):active:focus, .bg-8 .btn-outline-1:not(:disabled):not(.disabled).active:focus, .show > .bg-8 .btn-outline-1.dropdown-toggle:focus,
.bg-opacity-8 .btn-outline-1:not(:disabled):not(.disabled):active:focus,
.bg-opacity-8 .btn-outline-1:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-8 .btn-outline-1.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-8 .btn-outline-2,
.bg-opacity-8 .btn-outline-2 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-8 .btn-outline-2:hover,
.bg-opacity-8 .btn-outline-2:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-8 .btn-outline-2:focus, .bg-8 .btn-outline-2.focus,
.bg-opacity-8 .btn-outline-2:focus,
.bg-opacity-8 .btn-outline-2.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-8 .btn-outline-2.disabled, .bg-8 .btn-outline-2:disabled,
.bg-opacity-8 .btn-outline-2.disabled,
.bg-opacity-8 .btn-outline-2:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-8 .btn-outline-2:not(:disabled):not(.disabled):active, .bg-8 .btn-outline-2:not(:disabled):not(.disabled).active, .show > .bg-8 .btn-outline-2.dropdown-toggle,
.bg-opacity-8 .btn-outline-2:not(:disabled):not(.disabled):active,
.bg-opacity-8 .btn-outline-2:not(:disabled):not(.disabled).active,
.show > .bg-opacity-8 .btn-outline-2.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-8 .btn-outline-2:not(:disabled):not(.disabled):active:focus, .bg-8 .btn-outline-2:not(:disabled):not(.disabled).active:focus, .show > .bg-8 .btn-outline-2.dropdown-toggle:focus,
.bg-opacity-8 .btn-outline-2:not(:disabled):not(.disabled):active:focus,
.bg-opacity-8 .btn-outline-2:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-8 .btn-outline-2.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-8 .btn-outline-3,
.bg-opacity-8 .btn-outline-3 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-8 .btn-outline-3:hover,
.bg-opacity-8 .btn-outline-3:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-8 .btn-outline-3:focus, .bg-8 .btn-outline-3.focus,
.bg-opacity-8 .btn-outline-3:focus,
.bg-opacity-8 .btn-outline-3.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-8 .btn-outline-3.disabled, .bg-8 .btn-outline-3:disabled,
.bg-opacity-8 .btn-outline-3.disabled,
.bg-opacity-8 .btn-outline-3:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-8 .btn-outline-3:not(:disabled):not(.disabled):active, .bg-8 .btn-outline-3:not(:disabled):not(.disabled).active, .show > .bg-8 .btn-outline-3.dropdown-toggle,
.bg-opacity-8 .btn-outline-3:not(:disabled):not(.disabled):active,
.bg-opacity-8 .btn-outline-3:not(:disabled):not(.disabled).active,
.show > .bg-opacity-8 .btn-outline-3.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-8 .btn-outline-3:not(:disabled):not(.disabled):active:focus, .bg-8 .btn-outline-3:not(:disabled):not(.disabled).active:focus, .show > .bg-8 .btn-outline-3.dropdown-toggle:focus,
.bg-opacity-8 .btn-outline-3:not(:disabled):not(.disabled):active:focus,
.bg-opacity-8 .btn-outline-3:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-8 .btn-outline-3.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-8 .btn-outline-4,
.bg-opacity-8 .btn-outline-4 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-8 .btn-outline-4:hover,
.bg-opacity-8 .btn-outline-4:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-8 .btn-outline-4:focus, .bg-8 .btn-outline-4.focus,
.bg-opacity-8 .btn-outline-4:focus,
.bg-opacity-8 .btn-outline-4.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-8 .btn-outline-4.disabled, .bg-8 .btn-outline-4:disabled,
.bg-opacity-8 .btn-outline-4.disabled,
.bg-opacity-8 .btn-outline-4:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-8 .btn-outline-4:not(:disabled):not(.disabled):active, .bg-8 .btn-outline-4:not(:disabled):not(.disabled).active, .show > .bg-8 .btn-outline-4.dropdown-toggle,
.bg-opacity-8 .btn-outline-4:not(:disabled):not(.disabled):active,
.bg-opacity-8 .btn-outline-4:not(:disabled):not(.disabled).active,
.show > .bg-opacity-8 .btn-outline-4.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-8 .btn-outline-4:not(:disabled):not(.disabled):active:focus, .bg-8 .btn-outline-4:not(:disabled):not(.disabled).active:focus, .show > .bg-8 .btn-outline-4.dropdown-toggle:focus,
.bg-opacity-8 .btn-outline-4:not(:disabled):not(.disabled):active:focus,
.bg-opacity-8 .btn-outline-4:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-8 .btn-outline-4.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-8 .btn-outline-5,
.bg-opacity-8 .btn-outline-5 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-8 .btn-outline-5:hover,
.bg-opacity-8 .btn-outline-5:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-8 .btn-outline-5:focus, .bg-8 .btn-outline-5.focus,
.bg-opacity-8 .btn-outline-5:focus,
.bg-opacity-8 .btn-outline-5.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-8 .btn-outline-5.disabled, .bg-8 .btn-outline-5:disabled,
.bg-opacity-8 .btn-outline-5.disabled,
.bg-opacity-8 .btn-outline-5:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-8 .btn-outline-5:not(:disabled):not(.disabled):active, .bg-8 .btn-outline-5:not(:disabled):not(.disabled).active, .show > .bg-8 .btn-outline-5.dropdown-toggle,
.bg-opacity-8 .btn-outline-5:not(:disabled):not(.disabled):active,
.bg-opacity-8 .btn-outline-5:not(:disabled):not(.disabled).active,
.show > .bg-opacity-8 .btn-outline-5.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-8 .btn-outline-5:not(:disabled):not(.disabled):active:focus, .bg-8 .btn-outline-5:not(:disabled):not(.disabled).active:focus, .show > .bg-8 .btn-outline-5.dropdown-toggle:focus,
.bg-opacity-8 .btn-outline-5:not(:disabled):not(.disabled):active:focus,
.bg-opacity-8 .btn-outline-5:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-8 .btn-outline-5.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-8 .btn-outline-6,
.bg-opacity-8 .btn-outline-6 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-8 .btn-outline-6:hover,
.bg-opacity-8 .btn-outline-6:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-8 .btn-outline-6:focus, .bg-8 .btn-outline-6.focus,
.bg-opacity-8 .btn-outline-6:focus,
.bg-opacity-8 .btn-outline-6.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-8 .btn-outline-6.disabled, .bg-8 .btn-outline-6:disabled,
.bg-opacity-8 .btn-outline-6.disabled,
.bg-opacity-8 .btn-outline-6:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-8 .btn-outline-6:not(:disabled):not(.disabled):active, .bg-8 .btn-outline-6:not(:disabled):not(.disabled).active, .show > .bg-8 .btn-outline-6.dropdown-toggle,
.bg-opacity-8 .btn-outline-6:not(:disabled):not(.disabled):active,
.bg-opacity-8 .btn-outline-6:not(:disabled):not(.disabled).active,
.show > .bg-opacity-8 .btn-outline-6.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-8 .btn-outline-6:not(:disabled):not(.disabled):active:focus, .bg-8 .btn-outline-6:not(:disabled):not(.disabled).active:focus, .show > .bg-8 .btn-outline-6.dropdown-toggle:focus,
.bg-opacity-8 .btn-outline-6:not(:disabled):not(.disabled):active:focus,
.bg-opacity-8 .btn-outline-6:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-8 .btn-outline-6.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-8 .btn-outline-7,
.bg-opacity-8 .btn-outline-7 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-8 .btn-outline-7:hover,
.bg-opacity-8 .btn-outline-7:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-8 .btn-outline-7:focus, .bg-8 .btn-outline-7.focus,
.bg-opacity-8 .btn-outline-7:focus,
.bg-opacity-8 .btn-outline-7.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-8 .btn-outline-7.disabled, .bg-8 .btn-outline-7:disabled,
.bg-opacity-8 .btn-outline-7.disabled,
.bg-opacity-8 .btn-outline-7:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-8 .btn-outline-7:not(:disabled):not(.disabled):active, .bg-8 .btn-outline-7:not(:disabled):not(.disabled).active, .show > .bg-8 .btn-outline-7.dropdown-toggle,
.bg-opacity-8 .btn-outline-7:not(:disabled):not(.disabled):active,
.bg-opacity-8 .btn-outline-7:not(:disabled):not(.disabled).active,
.show > .bg-opacity-8 .btn-outline-7.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-8 .btn-outline-7:not(:disabled):not(.disabled):active:focus, .bg-8 .btn-outline-7:not(:disabled):not(.disabled).active:focus, .show > .bg-8 .btn-outline-7.dropdown-toggle:focus,
.bg-opacity-8 .btn-outline-7:not(:disabled):not(.disabled):active:focus,
.bg-opacity-8 .btn-outline-7:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-8 .btn-outline-7.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-8 .btn-outline-8,
.bg-opacity-8 .btn-outline-8 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-8 .btn-outline-8:hover,
.bg-opacity-8 .btn-outline-8:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-8 .btn-outline-8:focus, .bg-8 .btn-outline-8.focus,
.bg-opacity-8 .btn-outline-8:focus,
.bg-opacity-8 .btn-outline-8.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-8 .btn-outline-8.disabled, .bg-8 .btn-outline-8:disabled,
.bg-opacity-8 .btn-outline-8.disabled,
.bg-opacity-8 .btn-outline-8:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-8 .btn-outline-8:not(:disabled):not(.disabled):active, .bg-8 .btn-outline-8:not(:disabled):not(.disabled).active, .show > .bg-8 .btn-outline-8.dropdown-toggle,
.bg-opacity-8 .btn-outline-8:not(:disabled):not(.disabled):active,
.bg-opacity-8 .btn-outline-8:not(:disabled):not(.disabled).active,
.show > .bg-opacity-8 .btn-outline-8.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-8 .btn-outline-8:not(:disabled):not(.disabled):active:focus, .bg-8 .btn-outline-8:not(:disabled):not(.disabled).active:focus, .show > .bg-8 .btn-outline-8.dropdown-toggle:focus,
.bg-opacity-8 .btn-outline-8:not(:disabled):not(.disabled):active:focus,
.bg-opacity-8 .btn-outline-8:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-8 .btn-outline-8.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-8 .btn-outline-9,
.bg-opacity-8 .btn-outline-9 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-8 .btn-outline-9:hover,
.bg-opacity-8 .btn-outline-9:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-8 .btn-outline-9:focus, .bg-8 .btn-outline-9.focus,
.bg-opacity-8 .btn-outline-9:focus,
.bg-opacity-8 .btn-outline-9.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-8 .btn-outline-9.disabled, .bg-8 .btn-outline-9:disabled,
.bg-opacity-8 .btn-outline-9.disabled,
.bg-opacity-8 .btn-outline-9:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-8 .btn-outline-9:not(:disabled):not(.disabled):active, .bg-8 .btn-outline-9:not(:disabled):not(.disabled).active, .show > .bg-8 .btn-outline-9.dropdown-toggle,
.bg-opacity-8 .btn-outline-9:not(:disabled):not(.disabled):active,
.bg-opacity-8 .btn-outline-9:not(:disabled):not(.disabled).active,
.show > .bg-opacity-8 .btn-outline-9.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-8 .btn-outline-9:not(:disabled):not(.disabled):active:focus, .bg-8 .btn-outline-9:not(:disabled):not(.disabled).active:focus, .show > .bg-8 .btn-outline-9.dropdown-toggle:focus,
.bg-opacity-8 .btn-outline-9:not(:disabled):not(.disabled):active:focus,
.bg-opacity-8 .btn-outline-9:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-8 .btn-outline-9.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-8 .btn-outline-10,
.bg-opacity-8 .btn-outline-10 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-8 .btn-outline-10:hover,
.bg-opacity-8 .btn-outline-10:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-8 .btn-outline-10:focus, .bg-8 .btn-outline-10.focus,
.bg-opacity-8 .btn-outline-10:focus,
.bg-opacity-8 .btn-outline-10.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-8 .btn-outline-10.disabled, .bg-8 .btn-outline-10:disabled,
.bg-opacity-8 .btn-outline-10.disabled,
.bg-opacity-8 .btn-outline-10:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-8 .btn-outline-10:not(:disabled):not(.disabled):active, .bg-8 .btn-outline-10:not(:disabled):not(.disabled).active, .show > .bg-8 .btn-outline-10.dropdown-toggle,
.bg-opacity-8 .btn-outline-10:not(:disabled):not(.disabled):active,
.bg-opacity-8 .btn-outline-10:not(:disabled):not(.disabled).active,
.show > .bg-opacity-8 .btn-outline-10.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-8 .btn-outline-10:not(:disabled):not(.disabled):active:focus, .bg-8 .btn-outline-10:not(:disabled):not(.disabled).active:focus, .show > .bg-8 .btn-outline-10.dropdown-toggle:focus,
.bg-opacity-8 .btn-outline-10:not(:disabled):not(.disabled):active:focus,
.bg-opacity-8 .btn-outline-10:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-8 .btn-outline-10.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-8 .btn-outline-default,
.bg-opacity-8 .btn-outline-default {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-8 .btn-outline-default:hover,
.bg-opacity-8 .btn-outline-default:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-8 .btn-outline-default:focus, .bg-8 .btn-outline-default.focus,
.bg-opacity-8 .btn-outline-default:focus,
.bg-opacity-8 .btn-outline-default.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-8 .btn-outline-default.disabled, .bg-8 .btn-outline-default:disabled,
.bg-opacity-8 .btn-outline-default.disabled,
.bg-opacity-8 .btn-outline-default:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-8 .btn-outline-default:not(:disabled):not(.disabled):active, .bg-8 .btn-outline-default:not(:disabled):not(.disabled).active, .show > .bg-8 .btn-outline-default.dropdown-toggle,
.bg-opacity-8 .btn-outline-default:not(:disabled):not(.disabled):active,
.bg-opacity-8 .btn-outline-default:not(:disabled):not(.disabled).active,
.show > .bg-opacity-8 .btn-outline-default.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-8 .btn-outline-default:not(:disabled):not(.disabled):active:focus, .bg-8 .btn-outline-default:not(:disabled):not(.disabled).active:focus, .show > .bg-8 .btn-outline-default.dropdown-toggle:focus,
.bg-opacity-8 .btn-outline-default:not(:disabled):not(.disabled):active:focus,
.bg-opacity-8 .btn-outline-default:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-8 .btn-outline-default.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-8 .btn-outline-violet,
.bg-opacity-8 .btn-outline-violet {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-8 .btn-outline-violet:hover,
.bg-opacity-8 .btn-outline-violet:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-8 .btn-outline-violet:focus, .bg-8 .btn-outline-violet.focus,
.bg-opacity-8 .btn-outline-violet:focus,
.bg-opacity-8 .btn-outline-violet.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-8 .btn-outline-violet.disabled, .bg-8 .btn-outline-violet:disabled,
.bg-opacity-8 .btn-outline-violet.disabled,
.bg-opacity-8 .btn-outline-violet:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-8 .btn-outline-violet:not(:disabled):not(.disabled):active, .bg-8 .btn-outline-violet:not(:disabled):not(.disabled).active, .show > .bg-8 .btn-outline-violet.dropdown-toggle,
.bg-opacity-8 .btn-outline-violet:not(:disabled):not(.disabled):active,
.bg-opacity-8 .btn-outline-violet:not(:disabled):not(.disabled).active,
.show > .bg-opacity-8 .btn-outline-violet.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-8 .btn-outline-violet:not(:disabled):not(.disabled):active:focus, .bg-8 .btn-outline-violet:not(:disabled):not(.disabled).active:focus, .show > .bg-8 .btn-outline-violet.dropdown-toggle:focus,
.bg-opacity-8 .btn-outline-violet:not(:disabled):not(.disabled):active:focus,
.bg-opacity-8 .btn-outline-violet:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-8 .btn-outline-violet.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-8 .btn-outline-magenta,
.bg-opacity-8 .btn-outline-magenta {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-8 .btn-outline-magenta:hover,
.bg-opacity-8 .btn-outline-magenta:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-8 .btn-outline-magenta:focus, .bg-8 .btn-outline-magenta.focus,
.bg-opacity-8 .btn-outline-magenta:focus,
.bg-opacity-8 .btn-outline-magenta.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-8 .btn-outline-magenta.disabled, .bg-8 .btn-outline-magenta:disabled,
.bg-opacity-8 .btn-outline-magenta.disabled,
.bg-opacity-8 .btn-outline-magenta:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-8 .btn-outline-magenta:not(:disabled):not(.disabled):active, .bg-8 .btn-outline-magenta:not(:disabled):not(.disabled).active, .show > .bg-8 .btn-outline-magenta.dropdown-toggle,
.bg-opacity-8 .btn-outline-magenta:not(:disabled):not(.disabled):active,
.bg-opacity-8 .btn-outline-magenta:not(:disabled):not(.disabled).active,
.show > .bg-opacity-8 .btn-outline-magenta.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-8 .btn-outline-magenta:not(:disabled):not(.disabled):active:focus, .bg-8 .btn-outline-magenta:not(:disabled):not(.disabled).active:focus, .show > .bg-8 .btn-outline-magenta.dropdown-toggle:focus,
.bg-opacity-8 .btn-outline-magenta:not(:disabled):not(.disabled):active:focus,
.bg-opacity-8 .btn-outline-magenta:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-8 .btn-outline-magenta.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-8 .btn-outline-petrol,
.bg-opacity-8 .btn-outline-petrol {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-8 .btn-outline-petrol:hover,
.bg-opacity-8 .btn-outline-petrol:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-8 .btn-outline-petrol:focus, .bg-8 .btn-outline-petrol.focus,
.bg-opacity-8 .btn-outline-petrol:focus,
.bg-opacity-8 .btn-outline-petrol.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-8 .btn-outline-petrol.disabled, .bg-8 .btn-outline-petrol:disabled,
.bg-opacity-8 .btn-outline-petrol.disabled,
.bg-opacity-8 .btn-outline-petrol:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-8 .btn-outline-petrol:not(:disabled):not(.disabled):active, .bg-8 .btn-outline-petrol:not(:disabled):not(.disabled).active, .show > .bg-8 .btn-outline-petrol.dropdown-toggle,
.bg-opacity-8 .btn-outline-petrol:not(:disabled):not(.disabled):active,
.bg-opacity-8 .btn-outline-petrol:not(:disabled):not(.disabled).active,
.show > .bg-opacity-8 .btn-outline-petrol.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-8 .btn-outline-petrol:not(:disabled):not(.disabled):active:focus, .bg-8 .btn-outline-petrol:not(:disabled):not(.disabled).active:focus, .show > .bg-8 .btn-outline-petrol.dropdown-toggle:focus,
.bg-opacity-8 .btn-outline-petrol:not(:disabled):not(.disabled):active:focus,
.bg-opacity-8 .btn-outline-petrol:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-8 .btn-outline-petrol.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-8 .btn-outline-green,
.bg-opacity-8 .btn-outline-green {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-8 .btn-outline-green:hover,
.bg-opacity-8 .btn-outline-green:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-8 .btn-outline-green:focus, .bg-8 .btn-outline-green.focus,
.bg-opacity-8 .btn-outline-green:focus,
.bg-opacity-8 .btn-outline-green.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-8 .btn-outline-green.disabled, .bg-8 .btn-outline-green:disabled,
.bg-opacity-8 .btn-outline-green.disabled,
.bg-opacity-8 .btn-outline-green:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-8 .btn-outline-green:not(:disabled):not(.disabled):active, .bg-8 .btn-outline-green:not(:disabled):not(.disabled).active, .show > .bg-8 .btn-outline-green.dropdown-toggle,
.bg-opacity-8 .btn-outline-green:not(:disabled):not(.disabled):active,
.bg-opacity-8 .btn-outline-green:not(:disabled):not(.disabled).active,
.show > .bg-opacity-8 .btn-outline-green.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-8 .btn-outline-green:not(:disabled):not(.disabled):active:focus, .bg-8 .btn-outline-green:not(:disabled):not(.disabled).active:focus, .show > .bg-8 .btn-outline-green.dropdown-toggle:focus,
.bg-opacity-8 .btn-outline-green:not(:disabled):not(.disabled):active:focus,
.bg-opacity-8 .btn-outline-green:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-8 .btn-outline-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-8 .btn-outline-orange,
.bg-opacity-8 .btn-outline-orange {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-8 .btn-outline-orange:hover,
.bg-opacity-8 .btn-outline-orange:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-8 .btn-outline-orange:focus, .bg-8 .btn-outline-orange.focus,
.bg-opacity-8 .btn-outline-orange:focus,
.bg-opacity-8 .btn-outline-orange.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-8 .btn-outline-orange.disabled, .bg-8 .btn-outline-orange:disabled,
.bg-opacity-8 .btn-outline-orange.disabled,
.bg-opacity-8 .btn-outline-orange:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-8 .btn-outline-orange:not(:disabled):not(.disabled):active, .bg-8 .btn-outline-orange:not(:disabled):not(.disabled).active, .show > .bg-8 .btn-outline-orange.dropdown-toggle,
.bg-opacity-8 .btn-outline-orange:not(:disabled):not(.disabled):active,
.bg-opacity-8 .btn-outline-orange:not(:disabled):not(.disabled).active,
.show > .bg-opacity-8 .btn-outline-orange.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-8 .btn-outline-orange:not(:disabled):not(.disabled):active:focus, .bg-8 .btn-outline-orange:not(:disabled):not(.disabled).active:focus, .show > .bg-8 .btn-outline-orange.dropdown-toggle:focus,
.bg-opacity-8 .btn-outline-orange:not(:disabled):not(.disabled):active:focus,
.bg-opacity-8 .btn-outline-orange:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-8 .btn-outline-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-8 .btn-outline-gold,
.bg-opacity-8 .btn-outline-gold {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-8 .btn-outline-gold:hover,
.bg-opacity-8 .btn-outline-gold:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-8 .btn-outline-gold:focus, .bg-8 .btn-outline-gold.focus,
.bg-opacity-8 .btn-outline-gold:focus,
.bg-opacity-8 .btn-outline-gold.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-8 .btn-outline-gold.disabled, .bg-8 .btn-outline-gold:disabled,
.bg-opacity-8 .btn-outline-gold.disabled,
.bg-opacity-8 .btn-outline-gold:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-8 .btn-outline-gold:not(:disabled):not(.disabled):active, .bg-8 .btn-outline-gold:not(:disabled):not(.disabled).active, .show > .bg-8 .btn-outline-gold.dropdown-toggle,
.bg-opacity-8 .btn-outline-gold:not(:disabled):not(.disabled):active,
.bg-opacity-8 .btn-outline-gold:not(:disabled):not(.disabled).active,
.show > .bg-opacity-8 .btn-outline-gold.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-8 .btn-outline-gold:not(:disabled):not(.disabled):active:focus, .bg-8 .btn-outline-gold:not(:disabled):not(.disabled).active:focus, .show > .bg-8 .btn-outline-gold.dropdown-toggle:focus,
.bg-opacity-8 .btn-outline-gold:not(:disabled):not(.disabled):active:focus,
.bg-opacity-8 .btn-outline-gold:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-8 .btn-outline-gold.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-8 .btn-outline-silver,
.bg-opacity-8 .btn-outline-silver {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-8 .btn-outline-silver:hover,
.bg-opacity-8 .btn-outline-silver:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-8 .btn-outline-silver:focus, .bg-8 .btn-outline-silver.focus,
.bg-opacity-8 .btn-outline-silver:focus,
.bg-opacity-8 .btn-outline-silver.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-8 .btn-outline-silver.disabled, .bg-8 .btn-outline-silver:disabled,
.bg-opacity-8 .btn-outline-silver.disabled,
.bg-opacity-8 .btn-outline-silver:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-8 .btn-outline-silver:not(:disabled):not(.disabled):active, .bg-8 .btn-outline-silver:not(:disabled):not(.disabled).active, .show > .bg-8 .btn-outline-silver.dropdown-toggle,
.bg-opacity-8 .btn-outline-silver:not(:disabled):not(.disabled):active,
.bg-opacity-8 .btn-outline-silver:not(:disabled):not(.disabled).active,
.show > .bg-opacity-8 .btn-outline-silver.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-8 .btn-outline-silver:not(:disabled):not(.disabled):active:focus, .bg-8 .btn-outline-silver:not(:disabled):not(.disabled).active:focus, .show > .bg-8 .btn-outline-silver.dropdown-toggle:focus,
.bg-opacity-8 .btn-outline-silver:not(:disabled):not(.disabled):active:focus,
.bg-opacity-8 .btn-outline-silver:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-8 .btn-outline-silver.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-8 .btn-outline-white,
.bg-opacity-8 .btn-outline-white {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-8 .btn-outline-white:hover,
.bg-opacity-8 .btn-outline-white:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-8 .btn-outline-white:focus, .bg-8 .btn-outline-white.focus,
.bg-opacity-8 .btn-outline-white:focus,
.bg-opacity-8 .btn-outline-white.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-8 .btn-outline-white.disabled, .bg-8 .btn-outline-white:disabled,
.bg-opacity-8 .btn-outline-white.disabled,
.bg-opacity-8 .btn-outline-white:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-8 .btn-outline-white:not(:disabled):not(.disabled):active, .bg-8 .btn-outline-white:not(:disabled):not(.disabled).active, .show > .bg-8 .btn-outline-white.dropdown-toggle,
.bg-opacity-8 .btn-outline-white:not(:disabled):not(.disabled):active,
.bg-opacity-8 .btn-outline-white:not(:disabled):not(.disabled).active,
.show > .bg-opacity-8 .btn-outline-white.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-8 .btn-outline-white:not(:disabled):not(.disabled):active:focus, .bg-8 .btn-outline-white:not(:disabled):not(.disabled).active:focus, .show > .bg-8 .btn-outline-white.dropdown-toggle:focus,
.bg-opacity-8 .btn-outline-white:not(:disabled):not(.disabled):active:focus,
.bg-opacity-8 .btn-outline-white:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-8 .btn-outline-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}

.bg-9 .custom-select,
.bg-opacity-9 .custom-select {
  border-color: #ffffff;
  color: #ffffff;
}
.bg-9 .custom-select option,
.bg-opacity-9 .custom-select option {
  color: #333333;
}
.bg-9 .custom-select option:hover,
.bg-opacity-9 .custom-select option:hover {
  background-color: #007c96;
}
.bg-9 .text-theme,
.bg-opacity-9 .text-theme {
  color: #ffffff !important;
}
.bg-9 a[href^="tel:"],
.bg-opacity-9 a[href^="tel:"] {
  color: #ffffff !important;
}
.bg-9 .btn-theme,
.bg-opacity-9 .btn-theme {
  color: #52565a;
  background-color: #ffffff;
  border-color: #bec4c7;
}
.bg-9 .btn-theme:hover,
.bg-opacity-9 .btn-theme:hover {
  color: #ffffff;
  background-color: #7e8890;
  border-color: #7e8890;
}
.bg-9 .btn-theme:focus, .bg-9 .btn-theme.focus,
.bg-opacity-9 .btn-theme:focus,
.bg-opacity-9 .btn-theme.focus {
  box-shadow: 0 0 0 0 rgba(174, 180, 183, 0.5);
}
.bg-9 .btn-theme.disabled, .bg-9 .btn-theme:disabled,
.bg-opacity-9 .btn-theme.disabled,
.bg-opacity-9 .btn-theme:disabled {
  color: #52565a;
  background-color: #ffffff;
  border-color: #bec4c7;
}
.bg-9 .btn-theme:not(:disabled):not(.disabled):active, .bg-9 .btn-theme:not(:disabled):not(.disabled).active, .show > .bg-9 .btn-theme.dropdown-toggle,
.bg-opacity-9 .btn-theme:not(:disabled):not(.disabled):active,
.bg-opacity-9 .btn-theme:not(:disabled):not(.disabled).active,
.show > .bg-opacity-9 .btn-theme.dropdown-toggle {
  color: #52565a;
  background-color: #e6e6e6;
  border-color: #9ca5a9;
}
.bg-9 .btn-theme:not(:disabled):not(.disabled):active:focus, .bg-9 .btn-theme:not(:disabled):not(.disabled).active:focus, .show > .bg-9 .btn-theme.dropdown-toggle:focus,
.bg-opacity-9 .btn-theme:not(:disabled):not(.disabled):active:focus,
.bg-opacity-9 .btn-theme:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-9 .btn-theme.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(174, 180, 183, 0.5);
}
.bg-9 .btn-outline-primary,
.bg-opacity-9 .btn-outline-primary {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-9 .btn-outline-primary:hover,
.bg-opacity-9 .btn-outline-primary:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-9 .btn-outline-primary:focus, .bg-9 .btn-outline-primary.focus,
.bg-opacity-9 .btn-outline-primary:focus,
.bg-opacity-9 .btn-outline-primary.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-9 .btn-outline-primary.disabled, .bg-9 .btn-outline-primary:disabled,
.bg-opacity-9 .btn-outline-primary.disabled,
.bg-opacity-9 .btn-outline-primary:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-9 .btn-outline-primary:not(:disabled):not(.disabled):active, .bg-9 .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .bg-9 .btn-outline-primary.dropdown-toggle,
.bg-opacity-9 .btn-outline-primary:not(:disabled):not(.disabled):active,
.bg-opacity-9 .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .bg-opacity-9 .btn-outline-primary.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-9 .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .bg-9 .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .bg-9 .btn-outline-primary.dropdown-toggle:focus,
.bg-opacity-9 .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.bg-opacity-9 .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-9 .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-9 .btn-outline-secondary,
.bg-opacity-9 .btn-outline-secondary {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-9 .btn-outline-secondary:hover,
.bg-opacity-9 .btn-outline-secondary:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-9 .btn-outline-secondary:focus, .bg-9 .btn-outline-secondary.focus,
.bg-opacity-9 .btn-outline-secondary:focus,
.bg-opacity-9 .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-9 .btn-outline-secondary.disabled, .bg-9 .btn-outline-secondary:disabled,
.bg-opacity-9 .btn-outline-secondary.disabled,
.bg-opacity-9 .btn-outline-secondary:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-9 .btn-outline-secondary:not(:disabled):not(.disabled):active, .bg-9 .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .bg-9 .btn-outline-secondary.dropdown-toggle,
.bg-opacity-9 .btn-outline-secondary:not(:disabled):not(.disabled):active,
.bg-opacity-9 .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .bg-opacity-9 .btn-outline-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-9 .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .bg-9 .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .bg-9 .btn-outline-secondary.dropdown-toggle:focus,
.bg-opacity-9 .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.bg-opacity-9 .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-9 .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-9 .btn-outline-success,
.bg-opacity-9 .btn-outline-success {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-9 .btn-outline-success:hover,
.bg-opacity-9 .btn-outline-success:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-9 .btn-outline-success:focus, .bg-9 .btn-outline-success.focus,
.bg-opacity-9 .btn-outline-success:focus,
.bg-opacity-9 .btn-outline-success.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-9 .btn-outline-success.disabled, .bg-9 .btn-outline-success:disabled,
.bg-opacity-9 .btn-outline-success.disabled,
.bg-opacity-9 .btn-outline-success:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-9 .btn-outline-success:not(:disabled):not(.disabled):active, .bg-9 .btn-outline-success:not(:disabled):not(.disabled).active, .show > .bg-9 .btn-outline-success.dropdown-toggle,
.bg-opacity-9 .btn-outline-success:not(:disabled):not(.disabled):active,
.bg-opacity-9 .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .bg-opacity-9 .btn-outline-success.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-9 .btn-outline-success:not(:disabled):not(.disabled):active:focus, .bg-9 .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .bg-9 .btn-outline-success.dropdown-toggle:focus,
.bg-opacity-9 .btn-outline-success:not(:disabled):not(.disabled):active:focus,
.bg-opacity-9 .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-9 .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-9 .btn-outline-info,
.bg-opacity-9 .btn-outline-info {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-9 .btn-outline-info:hover,
.bg-opacity-9 .btn-outline-info:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-9 .btn-outline-info:focus, .bg-9 .btn-outline-info.focus,
.bg-opacity-9 .btn-outline-info:focus,
.bg-opacity-9 .btn-outline-info.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-9 .btn-outline-info.disabled, .bg-9 .btn-outline-info:disabled,
.bg-opacity-9 .btn-outline-info.disabled,
.bg-opacity-9 .btn-outline-info:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-9 .btn-outline-info:not(:disabled):not(.disabled):active, .bg-9 .btn-outline-info:not(:disabled):not(.disabled).active, .show > .bg-9 .btn-outline-info.dropdown-toggle,
.bg-opacity-9 .btn-outline-info:not(:disabled):not(.disabled):active,
.bg-opacity-9 .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .bg-opacity-9 .btn-outline-info.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-9 .btn-outline-info:not(:disabled):not(.disabled):active:focus, .bg-9 .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .bg-9 .btn-outline-info.dropdown-toggle:focus,
.bg-opacity-9 .btn-outline-info:not(:disabled):not(.disabled):active:focus,
.bg-opacity-9 .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-9 .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-9 .btn-outline-warning,
.bg-opacity-9 .btn-outline-warning {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-9 .btn-outline-warning:hover,
.bg-opacity-9 .btn-outline-warning:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-9 .btn-outline-warning:focus, .bg-9 .btn-outline-warning.focus,
.bg-opacity-9 .btn-outline-warning:focus,
.bg-opacity-9 .btn-outline-warning.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-9 .btn-outline-warning.disabled, .bg-9 .btn-outline-warning:disabled,
.bg-opacity-9 .btn-outline-warning.disabled,
.bg-opacity-9 .btn-outline-warning:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-9 .btn-outline-warning:not(:disabled):not(.disabled):active, .bg-9 .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .bg-9 .btn-outline-warning.dropdown-toggle,
.bg-opacity-9 .btn-outline-warning:not(:disabled):not(.disabled):active,
.bg-opacity-9 .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .bg-opacity-9 .btn-outline-warning.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-9 .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .bg-9 .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .bg-9 .btn-outline-warning.dropdown-toggle:focus,
.bg-opacity-9 .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.bg-opacity-9 .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-9 .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-9 .btn-outline-danger,
.bg-opacity-9 .btn-outline-danger {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-9 .btn-outline-danger:hover,
.bg-opacity-9 .btn-outline-danger:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-9 .btn-outline-danger:focus, .bg-9 .btn-outline-danger.focus,
.bg-opacity-9 .btn-outline-danger:focus,
.bg-opacity-9 .btn-outline-danger.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-9 .btn-outline-danger.disabled, .bg-9 .btn-outline-danger:disabled,
.bg-opacity-9 .btn-outline-danger.disabled,
.bg-opacity-9 .btn-outline-danger:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-9 .btn-outline-danger:not(:disabled):not(.disabled):active, .bg-9 .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .bg-9 .btn-outline-danger.dropdown-toggle,
.bg-opacity-9 .btn-outline-danger:not(:disabled):not(.disabled):active,
.bg-opacity-9 .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .bg-opacity-9 .btn-outline-danger.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-9 .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .bg-9 .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .bg-9 .btn-outline-danger.dropdown-toggle:focus,
.bg-opacity-9 .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.bg-opacity-9 .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-9 .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-9 .btn-outline-light,
.bg-opacity-9 .btn-outline-light {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-9 .btn-outline-light:hover,
.bg-opacity-9 .btn-outline-light:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-9 .btn-outline-light:focus, .bg-9 .btn-outline-light.focus,
.bg-opacity-9 .btn-outline-light:focus,
.bg-opacity-9 .btn-outline-light.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-9 .btn-outline-light.disabled, .bg-9 .btn-outline-light:disabled,
.bg-opacity-9 .btn-outline-light.disabled,
.bg-opacity-9 .btn-outline-light:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-9 .btn-outline-light:not(:disabled):not(.disabled):active, .bg-9 .btn-outline-light:not(:disabled):not(.disabled).active, .show > .bg-9 .btn-outline-light.dropdown-toggle,
.bg-opacity-9 .btn-outline-light:not(:disabled):not(.disabled):active,
.bg-opacity-9 .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .bg-opacity-9 .btn-outline-light.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-9 .btn-outline-light:not(:disabled):not(.disabled):active:focus, .bg-9 .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .bg-9 .btn-outline-light.dropdown-toggle:focus,
.bg-opacity-9 .btn-outline-light:not(:disabled):not(.disabled):active:focus,
.bg-opacity-9 .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-9 .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-9 .btn-outline-dark,
.bg-opacity-9 .btn-outline-dark {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-9 .btn-outline-dark:hover,
.bg-opacity-9 .btn-outline-dark:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-9 .btn-outline-dark:focus, .bg-9 .btn-outline-dark.focus,
.bg-opacity-9 .btn-outline-dark:focus,
.bg-opacity-9 .btn-outline-dark.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-9 .btn-outline-dark.disabled, .bg-9 .btn-outline-dark:disabled,
.bg-opacity-9 .btn-outline-dark.disabled,
.bg-opacity-9 .btn-outline-dark:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-9 .btn-outline-dark:not(:disabled):not(.disabled):active, .bg-9 .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .bg-9 .btn-outline-dark.dropdown-toggle,
.bg-opacity-9 .btn-outline-dark:not(:disabled):not(.disabled):active,
.bg-opacity-9 .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .bg-opacity-9 .btn-outline-dark.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-9 .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .bg-9 .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .bg-9 .btn-outline-dark.dropdown-toggle:focus,
.bg-opacity-9 .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.bg-opacity-9 .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-9 .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-9 .btn-outline-0,
.bg-opacity-9 .btn-outline-0 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-9 .btn-outline-0:hover,
.bg-opacity-9 .btn-outline-0:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-9 .btn-outline-0:focus, .bg-9 .btn-outline-0.focus,
.bg-opacity-9 .btn-outline-0:focus,
.bg-opacity-9 .btn-outline-0.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-9 .btn-outline-0.disabled, .bg-9 .btn-outline-0:disabled,
.bg-opacity-9 .btn-outline-0.disabled,
.bg-opacity-9 .btn-outline-0:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-9 .btn-outline-0:not(:disabled):not(.disabled):active, .bg-9 .btn-outline-0:not(:disabled):not(.disabled).active, .show > .bg-9 .btn-outline-0.dropdown-toggle,
.bg-opacity-9 .btn-outline-0:not(:disabled):not(.disabled):active,
.bg-opacity-9 .btn-outline-0:not(:disabled):not(.disabled).active,
.show > .bg-opacity-9 .btn-outline-0.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-9 .btn-outline-0:not(:disabled):not(.disabled):active:focus, .bg-9 .btn-outline-0:not(:disabled):not(.disabled).active:focus, .show > .bg-9 .btn-outline-0.dropdown-toggle:focus,
.bg-opacity-9 .btn-outline-0:not(:disabled):not(.disabled):active:focus,
.bg-opacity-9 .btn-outline-0:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-9 .btn-outline-0.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-9 .btn-outline-1,
.bg-opacity-9 .btn-outline-1 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-9 .btn-outline-1:hover,
.bg-opacity-9 .btn-outline-1:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-9 .btn-outline-1:focus, .bg-9 .btn-outline-1.focus,
.bg-opacity-9 .btn-outline-1:focus,
.bg-opacity-9 .btn-outline-1.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-9 .btn-outline-1.disabled, .bg-9 .btn-outline-1:disabled,
.bg-opacity-9 .btn-outline-1.disabled,
.bg-opacity-9 .btn-outline-1:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-9 .btn-outline-1:not(:disabled):not(.disabled):active, .bg-9 .btn-outline-1:not(:disabled):not(.disabled).active, .show > .bg-9 .btn-outline-1.dropdown-toggle,
.bg-opacity-9 .btn-outline-1:not(:disabled):not(.disabled):active,
.bg-opacity-9 .btn-outline-1:not(:disabled):not(.disabled).active,
.show > .bg-opacity-9 .btn-outline-1.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-9 .btn-outline-1:not(:disabled):not(.disabled):active:focus, .bg-9 .btn-outline-1:not(:disabled):not(.disabled).active:focus, .show > .bg-9 .btn-outline-1.dropdown-toggle:focus,
.bg-opacity-9 .btn-outline-1:not(:disabled):not(.disabled):active:focus,
.bg-opacity-9 .btn-outline-1:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-9 .btn-outline-1.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-9 .btn-outline-2,
.bg-opacity-9 .btn-outline-2 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-9 .btn-outline-2:hover,
.bg-opacity-9 .btn-outline-2:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-9 .btn-outline-2:focus, .bg-9 .btn-outline-2.focus,
.bg-opacity-9 .btn-outline-2:focus,
.bg-opacity-9 .btn-outline-2.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-9 .btn-outline-2.disabled, .bg-9 .btn-outline-2:disabled,
.bg-opacity-9 .btn-outline-2.disabled,
.bg-opacity-9 .btn-outline-2:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-9 .btn-outline-2:not(:disabled):not(.disabled):active, .bg-9 .btn-outline-2:not(:disabled):not(.disabled).active, .show > .bg-9 .btn-outline-2.dropdown-toggle,
.bg-opacity-9 .btn-outline-2:not(:disabled):not(.disabled):active,
.bg-opacity-9 .btn-outline-2:not(:disabled):not(.disabled).active,
.show > .bg-opacity-9 .btn-outline-2.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-9 .btn-outline-2:not(:disabled):not(.disabled):active:focus, .bg-9 .btn-outline-2:not(:disabled):not(.disabled).active:focus, .show > .bg-9 .btn-outline-2.dropdown-toggle:focus,
.bg-opacity-9 .btn-outline-2:not(:disabled):not(.disabled):active:focus,
.bg-opacity-9 .btn-outline-2:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-9 .btn-outline-2.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-9 .btn-outline-3,
.bg-opacity-9 .btn-outline-3 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-9 .btn-outline-3:hover,
.bg-opacity-9 .btn-outline-3:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-9 .btn-outline-3:focus, .bg-9 .btn-outline-3.focus,
.bg-opacity-9 .btn-outline-3:focus,
.bg-opacity-9 .btn-outline-3.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-9 .btn-outline-3.disabled, .bg-9 .btn-outline-3:disabled,
.bg-opacity-9 .btn-outline-3.disabled,
.bg-opacity-9 .btn-outline-3:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-9 .btn-outline-3:not(:disabled):not(.disabled):active, .bg-9 .btn-outline-3:not(:disabled):not(.disabled).active, .show > .bg-9 .btn-outline-3.dropdown-toggle,
.bg-opacity-9 .btn-outline-3:not(:disabled):not(.disabled):active,
.bg-opacity-9 .btn-outline-3:not(:disabled):not(.disabled).active,
.show > .bg-opacity-9 .btn-outline-3.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-9 .btn-outline-3:not(:disabled):not(.disabled):active:focus, .bg-9 .btn-outline-3:not(:disabled):not(.disabled).active:focus, .show > .bg-9 .btn-outline-3.dropdown-toggle:focus,
.bg-opacity-9 .btn-outline-3:not(:disabled):not(.disabled):active:focus,
.bg-opacity-9 .btn-outline-3:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-9 .btn-outline-3.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-9 .btn-outline-4,
.bg-opacity-9 .btn-outline-4 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-9 .btn-outline-4:hover,
.bg-opacity-9 .btn-outline-4:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-9 .btn-outline-4:focus, .bg-9 .btn-outline-4.focus,
.bg-opacity-9 .btn-outline-4:focus,
.bg-opacity-9 .btn-outline-4.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-9 .btn-outline-4.disabled, .bg-9 .btn-outline-4:disabled,
.bg-opacity-9 .btn-outline-4.disabled,
.bg-opacity-9 .btn-outline-4:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-9 .btn-outline-4:not(:disabled):not(.disabled):active, .bg-9 .btn-outline-4:not(:disabled):not(.disabled).active, .show > .bg-9 .btn-outline-4.dropdown-toggle,
.bg-opacity-9 .btn-outline-4:not(:disabled):not(.disabled):active,
.bg-opacity-9 .btn-outline-4:not(:disabled):not(.disabled).active,
.show > .bg-opacity-9 .btn-outline-4.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-9 .btn-outline-4:not(:disabled):not(.disabled):active:focus, .bg-9 .btn-outline-4:not(:disabled):not(.disabled).active:focus, .show > .bg-9 .btn-outline-4.dropdown-toggle:focus,
.bg-opacity-9 .btn-outline-4:not(:disabled):not(.disabled):active:focus,
.bg-opacity-9 .btn-outline-4:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-9 .btn-outline-4.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-9 .btn-outline-5,
.bg-opacity-9 .btn-outline-5 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-9 .btn-outline-5:hover,
.bg-opacity-9 .btn-outline-5:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-9 .btn-outline-5:focus, .bg-9 .btn-outline-5.focus,
.bg-opacity-9 .btn-outline-5:focus,
.bg-opacity-9 .btn-outline-5.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-9 .btn-outline-5.disabled, .bg-9 .btn-outline-5:disabled,
.bg-opacity-9 .btn-outline-5.disabled,
.bg-opacity-9 .btn-outline-5:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-9 .btn-outline-5:not(:disabled):not(.disabled):active, .bg-9 .btn-outline-5:not(:disabled):not(.disabled).active, .show > .bg-9 .btn-outline-5.dropdown-toggle,
.bg-opacity-9 .btn-outline-5:not(:disabled):not(.disabled):active,
.bg-opacity-9 .btn-outline-5:not(:disabled):not(.disabled).active,
.show > .bg-opacity-9 .btn-outline-5.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-9 .btn-outline-5:not(:disabled):not(.disabled):active:focus, .bg-9 .btn-outline-5:not(:disabled):not(.disabled).active:focus, .show > .bg-9 .btn-outline-5.dropdown-toggle:focus,
.bg-opacity-9 .btn-outline-5:not(:disabled):not(.disabled):active:focus,
.bg-opacity-9 .btn-outline-5:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-9 .btn-outline-5.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-9 .btn-outline-6,
.bg-opacity-9 .btn-outline-6 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-9 .btn-outline-6:hover,
.bg-opacity-9 .btn-outline-6:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-9 .btn-outline-6:focus, .bg-9 .btn-outline-6.focus,
.bg-opacity-9 .btn-outline-6:focus,
.bg-opacity-9 .btn-outline-6.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-9 .btn-outline-6.disabled, .bg-9 .btn-outline-6:disabled,
.bg-opacity-9 .btn-outline-6.disabled,
.bg-opacity-9 .btn-outline-6:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-9 .btn-outline-6:not(:disabled):not(.disabled):active, .bg-9 .btn-outline-6:not(:disabled):not(.disabled).active, .show > .bg-9 .btn-outline-6.dropdown-toggle,
.bg-opacity-9 .btn-outline-6:not(:disabled):not(.disabled):active,
.bg-opacity-9 .btn-outline-6:not(:disabled):not(.disabled).active,
.show > .bg-opacity-9 .btn-outline-6.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-9 .btn-outline-6:not(:disabled):not(.disabled):active:focus, .bg-9 .btn-outline-6:not(:disabled):not(.disabled).active:focus, .show > .bg-9 .btn-outline-6.dropdown-toggle:focus,
.bg-opacity-9 .btn-outline-6:not(:disabled):not(.disabled):active:focus,
.bg-opacity-9 .btn-outline-6:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-9 .btn-outline-6.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-9 .btn-outline-7,
.bg-opacity-9 .btn-outline-7 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-9 .btn-outline-7:hover,
.bg-opacity-9 .btn-outline-7:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-9 .btn-outline-7:focus, .bg-9 .btn-outline-7.focus,
.bg-opacity-9 .btn-outline-7:focus,
.bg-opacity-9 .btn-outline-7.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-9 .btn-outline-7.disabled, .bg-9 .btn-outline-7:disabled,
.bg-opacity-9 .btn-outline-7.disabled,
.bg-opacity-9 .btn-outline-7:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-9 .btn-outline-7:not(:disabled):not(.disabled):active, .bg-9 .btn-outline-7:not(:disabled):not(.disabled).active, .show > .bg-9 .btn-outline-7.dropdown-toggle,
.bg-opacity-9 .btn-outline-7:not(:disabled):not(.disabled):active,
.bg-opacity-9 .btn-outline-7:not(:disabled):not(.disabled).active,
.show > .bg-opacity-9 .btn-outline-7.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-9 .btn-outline-7:not(:disabled):not(.disabled):active:focus, .bg-9 .btn-outline-7:not(:disabled):not(.disabled).active:focus, .show > .bg-9 .btn-outline-7.dropdown-toggle:focus,
.bg-opacity-9 .btn-outline-7:not(:disabled):not(.disabled):active:focus,
.bg-opacity-9 .btn-outline-7:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-9 .btn-outline-7.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-9 .btn-outline-8,
.bg-opacity-9 .btn-outline-8 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-9 .btn-outline-8:hover,
.bg-opacity-9 .btn-outline-8:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-9 .btn-outline-8:focus, .bg-9 .btn-outline-8.focus,
.bg-opacity-9 .btn-outline-8:focus,
.bg-opacity-9 .btn-outline-8.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-9 .btn-outline-8.disabled, .bg-9 .btn-outline-8:disabled,
.bg-opacity-9 .btn-outline-8.disabled,
.bg-opacity-9 .btn-outline-8:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-9 .btn-outline-8:not(:disabled):not(.disabled):active, .bg-9 .btn-outline-8:not(:disabled):not(.disabled).active, .show > .bg-9 .btn-outline-8.dropdown-toggle,
.bg-opacity-9 .btn-outline-8:not(:disabled):not(.disabled):active,
.bg-opacity-9 .btn-outline-8:not(:disabled):not(.disabled).active,
.show > .bg-opacity-9 .btn-outline-8.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-9 .btn-outline-8:not(:disabled):not(.disabled):active:focus, .bg-9 .btn-outline-8:not(:disabled):not(.disabled).active:focus, .show > .bg-9 .btn-outline-8.dropdown-toggle:focus,
.bg-opacity-9 .btn-outline-8:not(:disabled):not(.disabled):active:focus,
.bg-opacity-9 .btn-outline-8:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-9 .btn-outline-8.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-9 .btn-outline-9,
.bg-opacity-9 .btn-outline-9 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-9 .btn-outline-9:hover,
.bg-opacity-9 .btn-outline-9:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-9 .btn-outline-9:focus, .bg-9 .btn-outline-9.focus,
.bg-opacity-9 .btn-outline-9:focus,
.bg-opacity-9 .btn-outline-9.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-9 .btn-outline-9.disabled, .bg-9 .btn-outline-9:disabled,
.bg-opacity-9 .btn-outline-9.disabled,
.bg-opacity-9 .btn-outline-9:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-9 .btn-outline-9:not(:disabled):not(.disabled):active, .bg-9 .btn-outline-9:not(:disabled):not(.disabled).active, .show > .bg-9 .btn-outline-9.dropdown-toggle,
.bg-opacity-9 .btn-outline-9:not(:disabled):not(.disabled):active,
.bg-opacity-9 .btn-outline-9:not(:disabled):not(.disabled).active,
.show > .bg-opacity-9 .btn-outline-9.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-9 .btn-outline-9:not(:disabled):not(.disabled):active:focus, .bg-9 .btn-outline-9:not(:disabled):not(.disabled).active:focus, .show > .bg-9 .btn-outline-9.dropdown-toggle:focus,
.bg-opacity-9 .btn-outline-9:not(:disabled):not(.disabled):active:focus,
.bg-opacity-9 .btn-outline-9:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-9 .btn-outline-9.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-9 .btn-outline-10,
.bg-opacity-9 .btn-outline-10 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-9 .btn-outline-10:hover,
.bg-opacity-9 .btn-outline-10:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-9 .btn-outline-10:focus, .bg-9 .btn-outline-10.focus,
.bg-opacity-9 .btn-outline-10:focus,
.bg-opacity-9 .btn-outline-10.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-9 .btn-outline-10.disabled, .bg-9 .btn-outline-10:disabled,
.bg-opacity-9 .btn-outline-10.disabled,
.bg-opacity-9 .btn-outline-10:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-9 .btn-outline-10:not(:disabled):not(.disabled):active, .bg-9 .btn-outline-10:not(:disabled):not(.disabled).active, .show > .bg-9 .btn-outline-10.dropdown-toggle,
.bg-opacity-9 .btn-outline-10:not(:disabled):not(.disabled):active,
.bg-opacity-9 .btn-outline-10:not(:disabled):not(.disabled).active,
.show > .bg-opacity-9 .btn-outline-10.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-9 .btn-outline-10:not(:disabled):not(.disabled):active:focus, .bg-9 .btn-outline-10:not(:disabled):not(.disabled).active:focus, .show > .bg-9 .btn-outline-10.dropdown-toggle:focus,
.bg-opacity-9 .btn-outline-10:not(:disabled):not(.disabled):active:focus,
.bg-opacity-9 .btn-outline-10:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-9 .btn-outline-10.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-9 .btn-outline-default,
.bg-opacity-9 .btn-outline-default {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-9 .btn-outline-default:hover,
.bg-opacity-9 .btn-outline-default:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-9 .btn-outline-default:focus, .bg-9 .btn-outline-default.focus,
.bg-opacity-9 .btn-outline-default:focus,
.bg-opacity-9 .btn-outline-default.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-9 .btn-outline-default.disabled, .bg-9 .btn-outline-default:disabled,
.bg-opacity-9 .btn-outline-default.disabled,
.bg-opacity-9 .btn-outline-default:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-9 .btn-outline-default:not(:disabled):not(.disabled):active, .bg-9 .btn-outline-default:not(:disabled):not(.disabled).active, .show > .bg-9 .btn-outline-default.dropdown-toggle,
.bg-opacity-9 .btn-outline-default:not(:disabled):not(.disabled):active,
.bg-opacity-9 .btn-outline-default:not(:disabled):not(.disabled).active,
.show > .bg-opacity-9 .btn-outline-default.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-9 .btn-outline-default:not(:disabled):not(.disabled):active:focus, .bg-9 .btn-outline-default:not(:disabled):not(.disabled).active:focus, .show > .bg-9 .btn-outline-default.dropdown-toggle:focus,
.bg-opacity-9 .btn-outline-default:not(:disabled):not(.disabled):active:focus,
.bg-opacity-9 .btn-outline-default:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-9 .btn-outline-default.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-9 .btn-outline-violet,
.bg-opacity-9 .btn-outline-violet {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-9 .btn-outline-violet:hover,
.bg-opacity-9 .btn-outline-violet:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-9 .btn-outline-violet:focus, .bg-9 .btn-outline-violet.focus,
.bg-opacity-9 .btn-outline-violet:focus,
.bg-opacity-9 .btn-outline-violet.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-9 .btn-outline-violet.disabled, .bg-9 .btn-outline-violet:disabled,
.bg-opacity-9 .btn-outline-violet.disabled,
.bg-opacity-9 .btn-outline-violet:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-9 .btn-outline-violet:not(:disabled):not(.disabled):active, .bg-9 .btn-outline-violet:not(:disabled):not(.disabled).active, .show > .bg-9 .btn-outline-violet.dropdown-toggle,
.bg-opacity-9 .btn-outline-violet:not(:disabled):not(.disabled):active,
.bg-opacity-9 .btn-outline-violet:not(:disabled):not(.disabled).active,
.show > .bg-opacity-9 .btn-outline-violet.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-9 .btn-outline-violet:not(:disabled):not(.disabled):active:focus, .bg-9 .btn-outline-violet:not(:disabled):not(.disabled).active:focus, .show > .bg-9 .btn-outline-violet.dropdown-toggle:focus,
.bg-opacity-9 .btn-outline-violet:not(:disabled):not(.disabled):active:focus,
.bg-opacity-9 .btn-outline-violet:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-9 .btn-outline-violet.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-9 .btn-outline-magenta,
.bg-opacity-9 .btn-outline-magenta {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-9 .btn-outline-magenta:hover,
.bg-opacity-9 .btn-outline-magenta:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-9 .btn-outline-magenta:focus, .bg-9 .btn-outline-magenta.focus,
.bg-opacity-9 .btn-outline-magenta:focus,
.bg-opacity-9 .btn-outline-magenta.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-9 .btn-outline-magenta.disabled, .bg-9 .btn-outline-magenta:disabled,
.bg-opacity-9 .btn-outline-magenta.disabled,
.bg-opacity-9 .btn-outline-magenta:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-9 .btn-outline-magenta:not(:disabled):not(.disabled):active, .bg-9 .btn-outline-magenta:not(:disabled):not(.disabled).active, .show > .bg-9 .btn-outline-magenta.dropdown-toggle,
.bg-opacity-9 .btn-outline-magenta:not(:disabled):not(.disabled):active,
.bg-opacity-9 .btn-outline-magenta:not(:disabled):not(.disabled).active,
.show > .bg-opacity-9 .btn-outline-magenta.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-9 .btn-outline-magenta:not(:disabled):not(.disabled):active:focus, .bg-9 .btn-outline-magenta:not(:disabled):not(.disabled).active:focus, .show > .bg-9 .btn-outline-magenta.dropdown-toggle:focus,
.bg-opacity-9 .btn-outline-magenta:not(:disabled):not(.disabled):active:focus,
.bg-opacity-9 .btn-outline-magenta:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-9 .btn-outline-magenta.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-9 .btn-outline-petrol,
.bg-opacity-9 .btn-outline-petrol {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-9 .btn-outline-petrol:hover,
.bg-opacity-9 .btn-outline-petrol:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-9 .btn-outline-petrol:focus, .bg-9 .btn-outline-petrol.focus,
.bg-opacity-9 .btn-outline-petrol:focus,
.bg-opacity-9 .btn-outline-petrol.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-9 .btn-outline-petrol.disabled, .bg-9 .btn-outline-petrol:disabled,
.bg-opacity-9 .btn-outline-petrol.disabled,
.bg-opacity-9 .btn-outline-petrol:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-9 .btn-outline-petrol:not(:disabled):not(.disabled):active, .bg-9 .btn-outline-petrol:not(:disabled):not(.disabled).active, .show > .bg-9 .btn-outline-petrol.dropdown-toggle,
.bg-opacity-9 .btn-outline-petrol:not(:disabled):not(.disabled):active,
.bg-opacity-9 .btn-outline-petrol:not(:disabled):not(.disabled).active,
.show > .bg-opacity-9 .btn-outline-petrol.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-9 .btn-outline-petrol:not(:disabled):not(.disabled):active:focus, .bg-9 .btn-outline-petrol:not(:disabled):not(.disabled).active:focus, .show > .bg-9 .btn-outline-petrol.dropdown-toggle:focus,
.bg-opacity-9 .btn-outline-petrol:not(:disabled):not(.disabled):active:focus,
.bg-opacity-9 .btn-outline-petrol:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-9 .btn-outline-petrol.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-9 .btn-outline-green,
.bg-opacity-9 .btn-outline-green {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-9 .btn-outline-green:hover,
.bg-opacity-9 .btn-outline-green:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-9 .btn-outline-green:focus, .bg-9 .btn-outline-green.focus,
.bg-opacity-9 .btn-outline-green:focus,
.bg-opacity-9 .btn-outline-green.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-9 .btn-outline-green.disabled, .bg-9 .btn-outline-green:disabled,
.bg-opacity-9 .btn-outline-green.disabled,
.bg-opacity-9 .btn-outline-green:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-9 .btn-outline-green:not(:disabled):not(.disabled):active, .bg-9 .btn-outline-green:not(:disabled):not(.disabled).active, .show > .bg-9 .btn-outline-green.dropdown-toggle,
.bg-opacity-9 .btn-outline-green:not(:disabled):not(.disabled):active,
.bg-opacity-9 .btn-outline-green:not(:disabled):not(.disabled).active,
.show > .bg-opacity-9 .btn-outline-green.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-9 .btn-outline-green:not(:disabled):not(.disabled):active:focus, .bg-9 .btn-outline-green:not(:disabled):not(.disabled).active:focus, .show > .bg-9 .btn-outline-green.dropdown-toggle:focus,
.bg-opacity-9 .btn-outline-green:not(:disabled):not(.disabled):active:focus,
.bg-opacity-9 .btn-outline-green:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-9 .btn-outline-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-9 .btn-outline-orange,
.bg-opacity-9 .btn-outline-orange {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-9 .btn-outline-orange:hover,
.bg-opacity-9 .btn-outline-orange:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-9 .btn-outline-orange:focus, .bg-9 .btn-outline-orange.focus,
.bg-opacity-9 .btn-outline-orange:focus,
.bg-opacity-9 .btn-outline-orange.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-9 .btn-outline-orange.disabled, .bg-9 .btn-outline-orange:disabled,
.bg-opacity-9 .btn-outline-orange.disabled,
.bg-opacity-9 .btn-outline-orange:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-9 .btn-outline-orange:not(:disabled):not(.disabled):active, .bg-9 .btn-outline-orange:not(:disabled):not(.disabled).active, .show > .bg-9 .btn-outline-orange.dropdown-toggle,
.bg-opacity-9 .btn-outline-orange:not(:disabled):not(.disabled):active,
.bg-opacity-9 .btn-outline-orange:not(:disabled):not(.disabled).active,
.show > .bg-opacity-9 .btn-outline-orange.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-9 .btn-outline-orange:not(:disabled):not(.disabled):active:focus, .bg-9 .btn-outline-orange:not(:disabled):not(.disabled).active:focus, .show > .bg-9 .btn-outline-orange.dropdown-toggle:focus,
.bg-opacity-9 .btn-outline-orange:not(:disabled):not(.disabled):active:focus,
.bg-opacity-9 .btn-outline-orange:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-9 .btn-outline-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-9 .btn-outline-gold,
.bg-opacity-9 .btn-outline-gold {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-9 .btn-outline-gold:hover,
.bg-opacity-9 .btn-outline-gold:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-9 .btn-outline-gold:focus, .bg-9 .btn-outline-gold.focus,
.bg-opacity-9 .btn-outline-gold:focus,
.bg-opacity-9 .btn-outline-gold.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-9 .btn-outline-gold.disabled, .bg-9 .btn-outline-gold:disabled,
.bg-opacity-9 .btn-outline-gold.disabled,
.bg-opacity-9 .btn-outline-gold:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-9 .btn-outline-gold:not(:disabled):not(.disabled):active, .bg-9 .btn-outline-gold:not(:disabled):not(.disabled).active, .show > .bg-9 .btn-outline-gold.dropdown-toggle,
.bg-opacity-9 .btn-outline-gold:not(:disabled):not(.disabled):active,
.bg-opacity-9 .btn-outline-gold:not(:disabled):not(.disabled).active,
.show > .bg-opacity-9 .btn-outline-gold.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-9 .btn-outline-gold:not(:disabled):not(.disabled):active:focus, .bg-9 .btn-outline-gold:not(:disabled):not(.disabled).active:focus, .show > .bg-9 .btn-outline-gold.dropdown-toggle:focus,
.bg-opacity-9 .btn-outline-gold:not(:disabled):not(.disabled):active:focus,
.bg-opacity-9 .btn-outline-gold:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-9 .btn-outline-gold.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-9 .btn-outline-silver,
.bg-opacity-9 .btn-outline-silver {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-9 .btn-outline-silver:hover,
.bg-opacity-9 .btn-outline-silver:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-9 .btn-outline-silver:focus, .bg-9 .btn-outline-silver.focus,
.bg-opacity-9 .btn-outline-silver:focus,
.bg-opacity-9 .btn-outline-silver.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-9 .btn-outline-silver.disabled, .bg-9 .btn-outline-silver:disabled,
.bg-opacity-9 .btn-outline-silver.disabled,
.bg-opacity-9 .btn-outline-silver:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-9 .btn-outline-silver:not(:disabled):not(.disabled):active, .bg-9 .btn-outline-silver:not(:disabled):not(.disabled).active, .show > .bg-9 .btn-outline-silver.dropdown-toggle,
.bg-opacity-9 .btn-outline-silver:not(:disabled):not(.disabled):active,
.bg-opacity-9 .btn-outline-silver:not(:disabled):not(.disabled).active,
.show > .bg-opacity-9 .btn-outline-silver.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-9 .btn-outline-silver:not(:disabled):not(.disabled):active:focus, .bg-9 .btn-outline-silver:not(:disabled):not(.disabled).active:focus, .show > .bg-9 .btn-outline-silver.dropdown-toggle:focus,
.bg-opacity-9 .btn-outline-silver:not(:disabled):not(.disabled):active:focus,
.bg-opacity-9 .btn-outline-silver:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-9 .btn-outline-silver.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-9 .btn-outline-white,
.bg-opacity-9 .btn-outline-white {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-9 .btn-outline-white:hover,
.bg-opacity-9 .btn-outline-white:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-9 .btn-outline-white:focus, .bg-9 .btn-outline-white.focus,
.bg-opacity-9 .btn-outline-white:focus,
.bg-opacity-9 .btn-outline-white.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-9 .btn-outline-white.disabled, .bg-9 .btn-outline-white:disabled,
.bg-opacity-9 .btn-outline-white.disabled,
.bg-opacity-9 .btn-outline-white:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-9 .btn-outline-white:not(:disabled):not(.disabled):active, .bg-9 .btn-outline-white:not(:disabled):not(.disabled).active, .show > .bg-9 .btn-outline-white.dropdown-toggle,
.bg-opacity-9 .btn-outline-white:not(:disabled):not(.disabled):active,
.bg-opacity-9 .btn-outline-white:not(:disabled):not(.disabled).active,
.show > .bg-opacity-9 .btn-outline-white.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-9 .btn-outline-white:not(:disabled):not(.disabled):active:focus, .bg-9 .btn-outline-white:not(:disabled):not(.disabled).active:focus, .show > .bg-9 .btn-outline-white.dropdown-toggle:focus,
.bg-opacity-9 .btn-outline-white:not(:disabled):not(.disabled):active:focus,
.bg-opacity-9 .btn-outline-white:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-9 .btn-outline-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}

.bg-default .custom-select,
.bg-opacity-default .custom-select {
  border-color: #ffffff;
  color: #ffffff;
}
.bg-default .custom-select option,
.bg-opacity-default .custom-select option {
  color: #333333;
}
.bg-default .custom-select option:hover,
.bg-opacity-default .custom-select option:hover {
  background-color: #007c96;
}
.bg-default .text-theme,
.bg-opacity-default .text-theme {
  color: #ffffff !important;
}
.bg-default a[href^="tel:"],
.bg-opacity-default a[href^="tel:"] {
  color: #ffffff !important;
}
.bg-default .btn-theme,
.bg-opacity-default .btn-theme {
  color: #52565a;
  background-color: #ffffff;
  border-color: #007c96;
}
.bg-default .btn-theme:hover,
.bg-opacity-default .btn-theme:hover {
  color: #ffffff;
  background-color: #7e8890;
  border-color: #7e8890;
}
.bg-default .btn-theme:focus, .bg-default .btn-theme.focus,
.bg-opacity-default .btn-theme:focus,
.bg-opacity-default .btn-theme.focus {
  box-shadow: 0 0 0 0 rgba(12, 118, 141, 0.5);
}
.bg-default .btn-theme.disabled, .bg-default .btn-theme:disabled,
.bg-opacity-default .btn-theme.disabled,
.bg-opacity-default .btn-theme:disabled {
  color: #52565a;
  background-color: #ffffff;
  border-color: #007c96;
}
.bg-default .btn-theme:not(:disabled):not(.disabled):active, .bg-default .btn-theme:not(:disabled):not(.disabled).active, .show > .bg-default .btn-theme.dropdown-toggle,
.bg-opacity-default .btn-theme:not(:disabled):not(.disabled):active,
.bg-opacity-default .btn-theme:not(:disabled):not(.disabled).active,
.show > .bg-opacity-default .btn-theme.dropdown-toggle {
  color: #52565a;
  background-color: #e6e6e6;
  border-color: #004756;
}
.bg-default .btn-theme:not(:disabled):not(.disabled):active:focus, .bg-default .btn-theme:not(:disabled):not(.disabled).active:focus, .show > .bg-default .btn-theme.dropdown-toggle:focus,
.bg-opacity-default .btn-theme:not(:disabled):not(.disabled):active:focus,
.bg-opacity-default .btn-theme:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-default .btn-theme.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(12, 118, 141, 0.5);
}
.bg-default .btn-outline-primary,
.bg-opacity-default .btn-outline-primary {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-default .btn-outline-primary:hover,
.bg-opacity-default .btn-outline-primary:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-default .btn-outline-primary:focus, .bg-default .btn-outline-primary.focus,
.bg-opacity-default .btn-outline-primary:focus,
.bg-opacity-default .btn-outline-primary.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-default .btn-outline-primary.disabled, .bg-default .btn-outline-primary:disabled,
.bg-opacity-default .btn-outline-primary.disabled,
.bg-opacity-default .btn-outline-primary:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-default .btn-outline-primary:not(:disabled):not(.disabled):active, .bg-default .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .bg-default .btn-outline-primary.dropdown-toggle,
.bg-opacity-default .btn-outline-primary:not(:disabled):not(.disabled):active,
.bg-opacity-default .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .bg-opacity-default .btn-outline-primary.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-default .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .bg-default .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .bg-default .btn-outline-primary.dropdown-toggle:focus,
.bg-opacity-default .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.bg-opacity-default .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-default .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-default .btn-outline-secondary,
.bg-opacity-default .btn-outline-secondary {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-default .btn-outline-secondary:hover,
.bg-opacity-default .btn-outline-secondary:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-default .btn-outline-secondary:focus, .bg-default .btn-outline-secondary.focus,
.bg-opacity-default .btn-outline-secondary:focus,
.bg-opacity-default .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-default .btn-outline-secondary.disabled, .bg-default .btn-outline-secondary:disabled,
.bg-opacity-default .btn-outline-secondary.disabled,
.bg-opacity-default .btn-outline-secondary:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-default .btn-outline-secondary:not(:disabled):not(.disabled):active, .bg-default .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .bg-default .btn-outline-secondary.dropdown-toggle,
.bg-opacity-default .btn-outline-secondary:not(:disabled):not(.disabled):active,
.bg-opacity-default .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .bg-opacity-default .btn-outline-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-default .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .bg-default .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .bg-default .btn-outline-secondary.dropdown-toggle:focus,
.bg-opacity-default .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.bg-opacity-default .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-default .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-default .btn-outline-success,
.bg-opacity-default .btn-outline-success {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-default .btn-outline-success:hover,
.bg-opacity-default .btn-outline-success:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-default .btn-outline-success:focus, .bg-default .btn-outline-success.focus,
.bg-opacity-default .btn-outline-success:focus,
.bg-opacity-default .btn-outline-success.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-default .btn-outline-success.disabled, .bg-default .btn-outline-success:disabled,
.bg-opacity-default .btn-outline-success.disabled,
.bg-opacity-default .btn-outline-success:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-default .btn-outline-success:not(:disabled):not(.disabled):active, .bg-default .btn-outline-success:not(:disabled):not(.disabled).active, .show > .bg-default .btn-outline-success.dropdown-toggle,
.bg-opacity-default .btn-outline-success:not(:disabled):not(.disabled):active,
.bg-opacity-default .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .bg-opacity-default .btn-outline-success.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-default .btn-outline-success:not(:disabled):not(.disabled):active:focus, .bg-default .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .bg-default .btn-outline-success.dropdown-toggle:focus,
.bg-opacity-default .btn-outline-success:not(:disabled):not(.disabled):active:focus,
.bg-opacity-default .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-default .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-default .btn-outline-info,
.bg-opacity-default .btn-outline-info {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-default .btn-outline-info:hover,
.bg-opacity-default .btn-outline-info:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-default .btn-outline-info:focus, .bg-default .btn-outline-info.focus,
.bg-opacity-default .btn-outline-info:focus,
.bg-opacity-default .btn-outline-info.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-default .btn-outline-info.disabled, .bg-default .btn-outline-info:disabled,
.bg-opacity-default .btn-outline-info.disabled,
.bg-opacity-default .btn-outline-info:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-default .btn-outline-info:not(:disabled):not(.disabled):active, .bg-default .btn-outline-info:not(:disabled):not(.disabled).active, .show > .bg-default .btn-outline-info.dropdown-toggle,
.bg-opacity-default .btn-outline-info:not(:disabled):not(.disabled):active,
.bg-opacity-default .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .bg-opacity-default .btn-outline-info.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-default .btn-outline-info:not(:disabled):not(.disabled):active:focus, .bg-default .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .bg-default .btn-outline-info.dropdown-toggle:focus,
.bg-opacity-default .btn-outline-info:not(:disabled):not(.disabled):active:focus,
.bg-opacity-default .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-default .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-default .btn-outline-warning,
.bg-opacity-default .btn-outline-warning {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-default .btn-outline-warning:hover,
.bg-opacity-default .btn-outline-warning:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-default .btn-outline-warning:focus, .bg-default .btn-outline-warning.focus,
.bg-opacity-default .btn-outline-warning:focus,
.bg-opacity-default .btn-outline-warning.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-default .btn-outline-warning.disabled, .bg-default .btn-outline-warning:disabled,
.bg-opacity-default .btn-outline-warning.disabled,
.bg-opacity-default .btn-outline-warning:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-default .btn-outline-warning:not(:disabled):not(.disabled):active, .bg-default .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .bg-default .btn-outline-warning.dropdown-toggle,
.bg-opacity-default .btn-outline-warning:not(:disabled):not(.disabled):active,
.bg-opacity-default .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .bg-opacity-default .btn-outline-warning.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-default .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .bg-default .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .bg-default .btn-outline-warning.dropdown-toggle:focus,
.bg-opacity-default .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.bg-opacity-default .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-default .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-default .btn-outline-danger,
.bg-opacity-default .btn-outline-danger {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-default .btn-outline-danger:hover,
.bg-opacity-default .btn-outline-danger:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-default .btn-outline-danger:focus, .bg-default .btn-outline-danger.focus,
.bg-opacity-default .btn-outline-danger:focus,
.bg-opacity-default .btn-outline-danger.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-default .btn-outline-danger.disabled, .bg-default .btn-outline-danger:disabled,
.bg-opacity-default .btn-outline-danger.disabled,
.bg-opacity-default .btn-outline-danger:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-default .btn-outline-danger:not(:disabled):not(.disabled):active, .bg-default .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .bg-default .btn-outline-danger.dropdown-toggle,
.bg-opacity-default .btn-outline-danger:not(:disabled):not(.disabled):active,
.bg-opacity-default .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .bg-opacity-default .btn-outline-danger.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-default .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .bg-default .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .bg-default .btn-outline-danger.dropdown-toggle:focus,
.bg-opacity-default .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.bg-opacity-default .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-default .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-default .btn-outline-light,
.bg-opacity-default .btn-outline-light {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-default .btn-outline-light:hover,
.bg-opacity-default .btn-outline-light:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-default .btn-outline-light:focus, .bg-default .btn-outline-light.focus,
.bg-opacity-default .btn-outline-light:focus,
.bg-opacity-default .btn-outline-light.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-default .btn-outline-light.disabled, .bg-default .btn-outline-light:disabled,
.bg-opacity-default .btn-outline-light.disabled,
.bg-opacity-default .btn-outline-light:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-default .btn-outline-light:not(:disabled):not(.disabled):active, .bg-default .btn-outline-light:not(:disabled):not(.disabled).active, .show > .bg-default .btn-outline-light.dropdown-toggle,
.bg-opacity-default .btn-outline-light:not(:disabled):not(.disabled):active,
.bg-opacity-default .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .bg-opacity-default .btn-outline-light.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-default .btn-outline-light:not(:disabled):not(.disabled):active:focus, .bg-default .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .bg-default .btn-outline-light.dropdown-toggle:focus,
.bg-opacity-default .btn-outline-light:not(:disabled):not(.disabled):active:focus,
.bg-opacity-default .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-default .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-default .btn-outline-dark,
.bg-opacity-default .btn-outline-dark {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-default .btn-outline-dark:hover,
.bg-opacity-default .btn-outline-dark:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-default .btn-outline-dark:focus, .bg-default .btn-outline-dark.focus,
.bg-opacity-default .btn-outline-dark:focus,
.bg-opacity-default .btn-outline-dark.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-default .btn-outline-dark.disabled, .bg-default .btn-outline-dark:disabled,
.bg-opacity-default .btn-outline-dark.disabled,
.bg-opacity-default .btn-outline-dark:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-default .btn-outline-dark:not(:disabled):not(.disabled):active, .bg-default .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .bg-default .btn-outline-dark.dropdown-toggle,
.bg-opacity-default .btn-outline-dark:not(:disabled):not(.disabled):active,
.bg-opacity-default .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .bg-opacity-default .btn-outline-dark.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-default .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .bg-default .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .bg-default .btn-outline-dark.dropdown-toggle:focus,
.bg-opacity-default .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.bg-opacity-default .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-default .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-default .btn-outline-0,
.bg-opacity-default .btn-outline-0 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-default .btn-outline-0:hover,
.bg-opacity-default .btn-outline-0:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-default .btn-outline-0:focus, .bg-default .btn-outline-0.focus,
.bg-opacity-default .btn-outline-0:focus,
.bg-opacity-default .btn-outline-0.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-default .btn-outline-0.disabled, .bg-default .btn-outline-0:disabled,
.bg-opacity-default .btn-outline-0.disabled,
.bg-opacity-default .btn-outline-0:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-default .btn-outline-0:not(:disabled):not(.disabled):active, .bg-default .btn-outline-0:not(:disabled):not(.disabled).active, .show > .bg-default .btn-outline-0.dropdown-toggle,
.bg-opacity-default .btn-outline-0:not(:disabled):not(.disabled):active,
.bg-opacity-default .btn-outline-0:not(:disabled):not(.disabled).active,
.show > .bg-opacity-default .btn-outline-0.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-default .btn-outline-0:not(:disabled):not(.disabled):active:focus, .bg-default .btn-outline-0:not(:disabled):not(.disabled).active:focus, .show > .bg-default .btn-outline-0.dropdown-toggle:focus,
.bg-opacity-default .btn-outline-0:not(:disabled):not(.disabled):active:focus,
.bg-opacity-default .btn-outline-0:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-default .btn-outline-0.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-default .btn-outline-1,
.bg-opacity-default .btn-outline-1 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-default .btn-outline-1:hover,
.bg-opacity-default .btn-outline-1:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-default .btn-outline-1:focus, .bg-default .btn-outline-1.focus,
.bg-opacity-default .btn-outline-1:focus,
.bg-opacity-default .btn-outline-1.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-default .btn-outline-1.disabled, .bg-default .btn-outline-1:disabled,
.bg-opacity-default .btn-outline-1.disabled,
.bg-opacity-default .btn-outline-1:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-default .btn-outline-1:not(:disabled):not(.disabled):active, .bg-default .btn-outline-1:not(:disabled):not(.disabled).active, .show > .bg-default .btn-outline-1.dropdown-toggle,
.bg-opacity-default .btn-outline-1:not(:disabled):not(.disabled):active,
.bg-opacity-default .btn-outline-1:not(:disabled):not(.disabled).active,
.show > .bg-opacity-default .btn-outline-1.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-default .btn-outline-1:not(:disabled):not(.disabled):active:focus, .bg-default .btn-outline-1:not(:disabled):not(.disabled).active:focus, .show > .bg-default .btn-outline-1.dropdown-toggle:focus,
.bg-opacity-default .btn-outline-1:not(:disabled):not(.disabled):active:focus,
.bg-opacity-default .btn-outline-1:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-default .btn-outline-1.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-default .btn-outline-2,
.bg-opacity-default .btn-outline-2 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-default .btn-outline-2:hover,
.bg-opacity-default .btn-outline-2:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-default .btn-outline-2:focus, .bg-default .btn-outline-2.focus,
.bg-opacity-default .btn-outline-2:focus,
.bg-opacity-default .btn-outline-2.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-default .btn-outline-2.disabled, .bg-default .btn-outline-2:disabled,
.bg-opacity-default .btn-outline-2.disabled,
.bg-opacity-default .btn-outline-2:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-default .btn-outline-2:not(:disabled):not(.disabled):active, .bg-default .btn-outline-2:not(:disabled):not(.disabled).active, .show > .bg-default .btn-outline-2.dropdown-toggle,
.bg-opacity-default .btn-outline-2:not(:disabled):not(.disabled):active,
.bg-opacity-default .btn-outline-2:not(:disabled):not(.disabled).active,
.show > .bg-opacity-default .btn-outline-2.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-default .btn-outline-2:not(:disabled):not(.disabled):active:focus, .bg-default .btn-outline-2:not(:disabled):not(.disabled).active:focus, .show > .bg-default .btn-outline-2.dropdown-toggle:focus,
.bg-opacity-default .btn-outline-2:not(:disabled):not(.disabled):active:focus,
.bg-opacity-default .btn-outline-2:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-default .btn-outline-2.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-default .btn-outline-3,
.bg-opacity-default .btn-outline-3 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-default .btn-outline-3:hover,
.bg-opacity-default .btn-outline-3:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-default .btn-outline-3:focus, .bg-default .btn-outline-3.focus,
.bg-opacity-default .btn-outline-3:focus,
.bg-opacity-default .btn-outline-3.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-default .btn-outline-3.disabled, .bg-default .btn-outline-3:disabled,
.bg-opacity-default .btn-outline-3.disabled,
.bg-opacity-default .btn-outline-3:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-default .btn-outline-3:not(:disabled):not(.disabled):active, .bg-default .btn-outline-3:not(:disabled):not(.disabled).active, .show > .bg-default .btn-outline-3.dropdown-toggle,
.bg-opacity-default .btn-outline-3:not(:disabled):not(.disabled):active,
.bg-opacity-default .btn-outline-3:not(:disabled):not(.disabled).active,
.show > .bg-opacity-default .btn-outline-3.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-default .btn-outline-3:not(:disabled):not(.disabled):active:focus, .bg-default .btn-outline-3:not(:disabled):not(.disabled).active:focus, .show > .bg-default .btn-outline-3.dropdown-toggle:focus,
.bg-opacity-default .btn-outline-3:not(:disabled):not(.disabled):active:focus,
.bg-opacity-default .btn-outline-3:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-default .btn-outline-3.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-default .btn-outline-4,
.bg-opacity-default .btn-outline-4 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-default .btn-outline-4:hover,
.bg-opacity-default .btn-outline-4:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-default .btn-outline-4:focus, .bg-default .btn-outline-4.focus,
.bg-opacity-default .btn-outline-4:focus,
.bg-opacity-default .btn-outline-4.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-default .btn-outline-4.disabled, .bg-default .btn-outline-4:disabled,
.bg-opacity-default .btn-outline-4.disabled,
.bg-opacity-default .btn-outline-4:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-default .btn-outline-4:not(:disabled):not(.disabled):active, .bg-default .btn-outline-4:not(:disabled):not(.disabled).active, .show > .bg-default .btn-outline-4.dropdown-toggle,
.bg-opacity-default .btn-outline-4:not(:disabled):not(.disabled):active,
.bg-opacity-default .btn-outline-4:not(:disabled):not(.disabled).active,
.show > .bg-opacity-default .btn-outline-4.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-default .btn-outline-4:not(:disabled):not(.disabled):active:focus, .bg-default .btn-outline-4:not(:disabled):not(.disabled).active:focus, .show > .bg-default .btn-outline-4.dropdown-toggle:focus,
.bg-opacity-default .btn-outline-4:not(:disabled):not(.disabled):active:focus,
.bg-opacity-default .btn-outline-4:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-default .btn-outline-4.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-default .btn-outline-5,
.bg-opacity-default .btn-outline-5 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-default .btn-outline-5:hover,
.bg-opacity-default .btn-outline-5:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-default .btn-outline-5:focus, .bg-default .btn-outline-5.focus,
.bg-opacity-default .btn-outline-5:focus,
.bg-opacity-default .btn-outline-5.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-default .btn-outline-5.disabled, .bg-default .btn-outline-5:disabled,
.bg-opacity-default .btn-outline-5.disabled,
.bg-opacity-default .btn-outline-5:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-default .btn-outline-5:not(:disabled):not(.disabled):active, .bg-default .btn-outline-5:not(:disabled):not(.disabled).active, .show > .bg-default .btn-outline-5.dropdown-toggle,
.bg-opacity-default .btn-outline-5:not(:disabled):not(.disabled):active,
.bg-opacity-default .btn-outline-5:not(:disabled):not(.disabled).active,
.show > .bg-opacity-default .btn-outline-5.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-default .btn-outline-5:not(:disabled):not(.disabled):active:focus, .bg-default .btn-outline-5:not(:disabled):not(.disabled).active:focus, .show > .bg-default .btn-outline-5.dropdown-toggle:focus,
.bg-opacity-default .btn-outline-5:not(:disabled):not(.disabled):active:focus,
.bg-opacity-default .btn-outline-5:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-default .btn-outline-5.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-default .btn-outline-6,
.bg-opacity-default .btn-outline-6 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-default .btn-outline-6:hover,
.bg-opacity-default .btn-outline-6:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-default .btn-outline-6:focus, .bg-default .btn-outline-6.focus,
.bg-opacity-default .btn-outline-6:focus,
.bg-opacity-default .btn-outline-6.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-default .btn-outline-6.disabled, .bg-default .btn-outline-6:disabled,
.bg-opacity-default .btn-outline-6.disabled,
.bg-opacity-default .btn-outline-6:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-default .btn-outline-6:not(:disabled):not(.disabled):active, .bg-default .btn-outline-6:not(:disabled):not(.disabled).active, .show > .bg-default .btn-outline-6.dropdown-toggle,
.bg-opacity-default .btn-outline-6:not(:disabled):not(.disabled):active,
.bg-opacity-default .btn-outline-6:not(:disabled):not(.disabled).active,
.show > .bg-opacity-default .btn-outline-6.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-default .btn-outline-6:not(:disabled):not(.disabled):active:focus, .bg-default .btn-outline-6:not(:disabled):not(.disabled).active:focus, .show > .bg-default .btn-outline-6.dropdown-toggle:focus,
.bg-opacity-default .btn-outline-6:not(:disabled):not(.disabled):active:focus,
.bg-opacity-default .btn-outline-6:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-default .btn-outline-6.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-default .btn-outline-7,
.bg-opacity-default .btn-outline-7 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-default .btn-outline-7:hover,
.bg-opacity-default .btn-outline-7:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-default .btn-outline-7:focus, .bg-default .btn-outline-7.focus,
.bg-opacity-default .btn-outline-7:focus,
.bg-opacity-default .btn-outline-7.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-default .btn-outline-7.disabled, .bg-default .btn-outline-7:disabled,
.bg-opacity-default .btn-outline-7.disabled,
.bg-opacity-default .btn-outline-7:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-default .btn-outline-7:not(:disabled):not(.disabled):active, .bg-default .btn-outline-7:not(:disabled):not(.disabled).active, .show > .bg-default .btn-outline-7.dropdown-toggle,
.bg-opacity-default .btn-outline-7:not(:disabled):not(.disabled):active,
.bg-opacity-default .btn-outline-7:not(:disabled):not(.disabled).active,
.show > .bg-opacity-default .btn-outline-7.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-default .btn-outline-7:not(:disabled):not(.disabled):active:focus, .bg-default .btn-outline-7:not(:disabled):not(.disabled).active:focus, .show > .bg-default .btn-outline-7.dropdown-toggle:focus,
.bg-opacity-default .btn-outline-7:not(:disabled):not(.disabled):active:focus,
.bg-opacity-default .btn-outline-7:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-default .btn-outline-7.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-default .btn-outline-8,
.bg-opacity-default .btn-outline-8 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-default .btn-outline-8:hover,
.bg-opacity-default .btn-outline-8:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-default .btn-outline-8:focus, .bg-default .btn-outline-8.focus,
.bg-opacity-default .btn-outline-8:focus,
.bg-opacity-default .btn-outline-8.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-default .btn-outline-8.disabled, .bg-default .btn-outline-8:disabled,
.bg-opacity-default .btn-outline-8.disabled,
.bg-opacity-default .btn-outline-8:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-default .btn-outline-8:not(:disabled):not(.disabled):active, .bg-default .btn-outline-8:not(:disabled):not(.disabled).active, .show > .bg-default .btn-outline-8.dropdown-toggle,
.bg-opacity-default .btn-outline-8:not(:disabled):not(.disabled):active,
.bg-opacity-default .btn-outline-8:not(:disabled):not(.disabled).active,
.show > .bg-opacity-default .btn-outline-8.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-default .btn-outline-8:not(:disabled):not(.disabled):active:focus, .bg-default .btn-outline-8:not(:disabled):not(.disabled).active:focus, .show > .bg-default .btn-outline-8.dropdown-toggle:focus,
.bg-opacity-default .btn-outline-8:not(:disabled):not(.disabled):active:focus,
.bg-opacity-default .btn-outline-8:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-default .btn-outline-8.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-default .btn-outline-9,
.bg-opacity-default .btn-outline-9 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-default .btn-outline-9:hover,
.bg-opacity-default .btn-outline-9:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-default .btn-outline-9:focus, .bg-default .btn-outline-9.focus,
.bg-opacity-default .btn-outline-9:focus,
.bg-opacity-default .btn-outline-9.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-default .btn-outline-9.disabled, .bg-default .btn-outline-9:disabled,
.bg-opacity-default .btn-outline-9.disabled,
.bg-opacity-default .btn-outline-9:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-default .btn-outline-9:not(:disabled):not(.disabled):active, .bg-default .btn-outline-9:not(:disabled):not(.disabled).active, .show > .bg-default .btn-outline-9.dropdown-toggle,
.bg-opacity-default .btn-outline-9:not(:disabled):not(.disabled):active,
.bg-opacity-default .btn-outline-9:not(:disabled):not(.disabled).active,
.show > .bg-opacity-default .btn-outline-9.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-default .btn-outline-9:not(:disabled):not(.disabled):active:focus, .bg-default .btn-outline-9:not(:disabled):not(.disabled).active:focus, .show > .bg-default .btn-outline-9.dropdown-toggle:focus,
.bg-opacity-default .btn-outline-9:not(:disabled):not(.disabled):active:focus,
.bg-opacity-default .btn-outline-9:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-default .btn-outline-9.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-default .btn-outline-10,
.bg-opacity-default .btn-outline-10 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-default .btn-outline-10:hover,
.bg-opacity-default .btn-outline-10:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-default .btn-outline-10:focus, .bg-default .btn-outline-10.focus,
.bg-opacity-default .btn-outline-10:focus,
.bg-opacity-default .btn-outline-10.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-default .btn-outline-10.disabled, .bg-default .btn-outline-10:disabled,
.bg-opacity-default .btn-outline-10.disabled,
.bg-opacity-default .btn-outline-10:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-default .btn-outline-10:not(:disabled):not(.disabled):active, .bg-default .btn-outline-10:not(:disabled):not(.disabled).active, .show > .bg-default .btn-outline-10.dropdown-toggle,
.bg-opacity-default .btn-outline-10:not(:disabled):not(.disabled):active,
.bg-opacity-default .btn-outline-10:not(:disabled):not(.disabled).active,
.show > .bg-opacity-default .btn-outline-10.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-default .btn-outline-10:not(:disabled):not(.disabled):active:focus, .bg-default .btn-outline-10:not(:disabled):not(.disabled).active:focus, .show > .bg-default .btn-outline-10.dropdown-toggle:focus,
.bg-opacity-default .btn-outline-10:not(:disabled):not(.disabled):active:focus,
.bg-opacity-default .btn-outline-10:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-default .btn-outline-10.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-default .btn-outline-default,
.bg-opacity-default .btn-outline-default {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-default .btn-outline-default:hover,
.bg-opacity-default .btn-outline-default:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-default .btn-outline-default:focus, .bg-default .btn-outline-default.focus,
.bg-opacity-default .btn-outline-default:focus,
.bg-opacity-default .btn-outline-default.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-default .btn-outline-default.disabled, .bg-default .btn-outline-default:disabled,
.bg-opacity-default .btn-outline-default.disabled,
.bg-opacity-default .btn-outline-default:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-default .btn-outline-default:not(:disabled):not(.disabled):active, .bg-default .btn-outline-default:not(:disabled):not(.disabled).active, .show > .bg-default .btn-outline-default.dropdown-toggle,
.bg-opacity-default .btn-outline-default:not(:disabled):not(.disabled):active,
.bg-opacity-default .btn-outline-default:not(:disabled):not(.disabled).active,
.show > .bg-opacity-default .btn-outline-default.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-default .btn-outline-default:not(:disabled):not(.disabled):active:focus, .bg-default .btn-outline-default:not(:disabled):not(.disabled).active:focus, .show > .bg-default .btn-outline-default.dropdown-toggle:focus,
.bg-opacity-default .btn-outline-default:not(:disabled):not(.disabled):active:focus,
.bg-opacity-default .btn-outline-default:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-default .btn-outline-default.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-default .btn-outline-violet,
.bg-opacity-default .btn-outline-violet {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-default .btn-outline-violet:hover,
.bg-opacity-default .btn-outline-violet:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-default .btn-outline-violet:focus, .bg-default .btn-outline-violet.focus,
.bg-opacity-default .btn-outline-violet:focus,
.bg-opacity-default .btn-outline-violet.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-default .btn-outline-violet.disabled, .bg-default .btn-outline-violet:disabled,
.bg-opacity-default .btn-outline-violet.disabled,
.bg-opacity-default .btn-outline-violet:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-default .btn-outline-violet:not(:disabled):not(.disabled):active, .bg-default .btn-outline-violet:not(:disabled):not(.disabled).active, .show > .bg-default .btn-outline-violet.dropdown-toggle,
.bg-opacity-default .btn-outline-violet:not(:disabled):not(.disabled):active,
.bg-opacity-default .btn-outline-violet:not(:disabled):not(.disabled).active,
.show > .bg-opacity-default .btn-outline-violet.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-default .btn-outline-violet:not(:disabled):not(.disabled):active:focus, .bg-default .btn-outline-violet:not(:disabled):not(.disabled).active:focus, .show > .bg-default .btn-outline-violet.dropdown-toggle:focus,
.bg-opacity-default .btn-outline-violet:not(:disabled):not(.disabled):active:focus,
.bg-opacity-default .btn-outline-violet:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-default .btn-outline-violet.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-default .btn-outline-magenta,
.bg-opacity-default .btn-outline-magenta {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-default .btn-outline-magenta:hover,
.bg-opacity-default .btn-outline-magenta:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-default .btn-outline-magenta:focus, .bg-default .btn-outline-magenta.focus,
.bg-opacity-default .btn-outline-magenta:focus,
.bg-opacity-default .btn-outline-magenta.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-default .btn-outline-magenta.disabled, .bg-default .btn-outline-magenta:disabled,
.bg-opacity-default .btn-outline-magenta.disabled,
.bg-opacity-default .btn-outline-magenta:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-default .btn-outline-magenta:not(:disabled):not(.disabled):active, .bg-default .btn-outline-magenta:not(:disabled):not(.disabled).active, .show > .bg-default .btn-outline-magenta.dropdown-toggle,
.bg-opacity-default .btn-outline-magenta:not(:disabled):not(.disabled):active,
.bg-opacity-default .btn-outline-magenta:not(:disabled):not(.disabled).active,
.show > .bg-opacity-default .btn-outline-magenta.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-default .btn-outline-magenta:not(:disabled):not(.disabled):active:focus, .bg-default .btn-outline-magenta:not(:disabled):not(.disabled).active:focus, .show > .bg-default .btn-outline-magenta.dropdown-toggle:focus,
.bg-opacity-default .btn-outline-magenta:not(:disabled):not(.disabled):active:focus,
.bg-opacity-default .btn-outline-magenta:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-default .btn-outline-magenta.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-default .btn-outline-petrol,
.bg-opacity-default .btn-outline-petrol {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-default .btn-outline-petrol:hover,
.bg-opacity-default .btn-outline-petrol:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-default .btn-outline-petrol:focus, .bg-default .btn-outline-petrol.focus,
.bg-opacity-default .btn-outline-petrol:focus,
.bg-opacity-default .btn-outline-petrol.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-default .btn-outline-petrol.disabled, .bg-default .btn-outline-petrol:disabled,
.bg-opacity-default .btn-outline-petrol.disabled,
.bg-opacity-default .btn-outline-petrol:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-default .btn-outline-petrol:not(:disabled):not(.disabled):active, .bg-default .btn-outline-petrol:not(:disabled):not(.disabled).active, .show > .bg-default .btn-outline-petrol.dropdown-toggle,
.bg-opacity-default .btn-outline-petrol:not(:disabled):not(.disabled):active,
.bg-opacity-default .btn-outline-petrol:not(:disabled):not(.disabled).active,
.show > .bg-opacity-default .btn-outline-petrol.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-default .btn-outline-petrol:not(:disabled):not(.disabled):active:focus, .bg-default .btn-outline-petrol:not(:disabled):not(.disabled).active:focus, .show > .bg-default .btn-outline-petrol.dropdown-toggle:focus,
.bg-opacity-default .btn-outline-petrol:not(:disabled):not(.disabled):active:focus,
.bg-opacity-default .btn-outline-petrol:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-default .btn-outline-petrol.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-default .btn-outline-green,
.bg-opacity-default .btn-outline-green {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-default .btn-outline-green:hover,
.bg-opacity-default .btn-outline-green:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-default .btn-outline-green:focus, .bg-default .btn-outline-green.focus,
.bg-opacity-default .btn-outline-green:focus,
.bg-opacity-default .btn-outline-green.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-default .btn-outline-green.disabled, .bg-default .btn-outline-green:disabled,
.bg-opacity-default .btn-outline-green.disabled,
.bg-opacity-default .btn-outline-green:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-default .btn-outline-green:not(:disabled):not(.disabled):active, .bg-default .btn-outline-green:not(:disabled):not(.disabled).active, .show > .bg-default .btn-outline-green.dropdown-toggle,
.bg-opacity-default .btn-outline-green:not(:disabled):not(.disabled):active,
.bg-opacity-default .btn-outline-green:not(:disabled):not(.disabled).active,
.show > .bg-opacity-default .btn-outline-green.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-default .btn-outline-green:not(:disabled):not(.disabled):active:focus, .bg-default .btn-outline-green:not(:disabled):not(.disabled).active:focus, .show > .bg-default .btn-outline-green.dropdown-toggle:focus,
.bg-opacity-default .btn-outline-green:not(:disabled):not(.disabled):active:focus,
.bg-opacity-default .btn-outline-green:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-default .btn-outline-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-default .btn-outline-orange,
.bg-opacity-default .btn-outline-orange {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-default .btn-outline-orange:hover,
.bg-opacity-default .btn-outline-orange:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-default .btn-outline-orange:focus, .bg-default .btn-outline-orange.focus,
.bg-opacity-default .btn-outline-orange:focus,
.bg-opacity-default .btn-outline-orange.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-default .btn-outline-orange.disabled, .bg-default .btn-outline-orange:disabled,
.bg-opacity-default .btn-outline-orange.disabled,
.bg-opacity-default .btn-outline-orange:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-default .btn-outline-orange:not(:disabled):not(.disabled):active, .bg-default .btn-outline-orange:not(:disabled):not(.disabled).active, .show > .bg-default .btn-outline-orange.dropdown-toggle,
.bg-opacity-default .btn-outline-orange:not(:disabled):not(.disabled):active,
.bg-opacity-default .btn-outline-orange:not(:disabled):not(.disabled).active,
.show > .bg-opacity-default .btn-outline-orange.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-default .btn-outline-orange:not(:disabled):not(.disabled):active:focus, .bg-default .btn-outline-orange:not(:disabled):not(.disabled).active:focus, .show > .bg-default .btn-outline-orange.dropdown-toggle:focus,
.bg-opacity-default .btn-outline-orange:not(:disabled):not(.disabled):active:focus,
.bg-opacity-default .btn-outline-orange:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-default .btn-outline-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-default .btn-outline-gold,
.bg-opacity-default .btn-outline-gold {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-default .btn-outline-gold:hover,
.bg-opacity-default .btn-outline-gold:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-default .btn-outline-gold:focus, .bg-default .btn-outline-gold.focus,
.bg-opacity-default .btn-outline-gold:focus,
.bg-opacity-default .btn-outline-gold.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-default .btn-outline-gold.disabled, .bg-default .btn-outline-gold:disabled,
.bg-opacity-default .btn-outline-gold.disabled,
.bg-opacity-default .btn-outline-gold:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-default .btn-outline-gold:not(:disabled):not(.disabled):active, .bg-default .btn-outline-gold:not(:disabled):not(.disabled).active, .show > .bg-default .btn-outline-gold.dropdown-toggle,
.bg-opacity-default .btn-outline-gold:not(:disabled):not(.disabled):active,
.bg-opacity-default .btn-outline-gold:not(:disabled):not(.disabled).active,
.show > .bg-opacity-default .btn-outline-gold.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-default .btn-outline-gold:not(:disabled):not(.disabled):active:focus, .bg-default .btn-outline-gold:not(:disabled):not(.disabled).active:focus, .show > .bg-default .btn-outline-gold.dropdown-toggle:focus,
.bg-opacity-default .btn-outline-gold:not(:disabled):not(.disabled):active:focus,
.bg-opacity-default .btn-outline-gold:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-default .btn-outline-gold.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-default .btn-outline-silver,
.bg-opacity-default .btn-outline-silver {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-default .btn-outline-silver:hover,
.bg-opacity-default .btn-outline-silver:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-default .btn-outline-silver:focus, .bg-default .btn-outline-silver.focus,
.bg-opacity-default .btn-outline-silver:focus,
.bg-opacity-default .btn-outline-silver.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-default .btn-outline-silver.disabled, .bg-default .btn-outline-silver:disabled,
.bg-opacity-default .btn-outline-silver.disabled,
.bg-opacity-default .btn-outline-silver:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-default .btn-outline-silver:not(:disabled):not(.disabled):active, .bg-default .btn-outline-silver:not(:disabled):not(.disabled).active, .show > .bg-default .btn-outline-silver.dropdown-toggle,
.bg-opacity-default .btn-outline-silver:not(:disabled):not(.disabled):active,
.bg-opacity-default .btn-outline-silver:not(:disabled):not(.disabled).active,
.show > .bg-opacity-default .btn-outline-silver.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-default .btn-outline-silver:not(:disabled):not(.disabled):active:focus, .bg-default .btn-outline-silver:not(:disabled):not(.disabled).active:focus, .show > .bg-default .btn-outline-silver.dropdown-toggle:focus,
.bg-opacity-default .btn-outline-silver:not(:disabled):not(.disabled):active:focus,
.bg-opacity-default .btn-outline-silver:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-default .btn-outline-silver.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-default .btn-outline-white,
.bg-opacity-default .btn-outline-white {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-default .btn-outline-white:hover,
.bg-opacity-default .btn-outline-white:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-default .btn-outline-white:focus, .bg-default .btn-outline-white.focus,
.bg-opacity-default .btn-outline-white:focus,
.bg-opacity-default .btn-outline-white.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-default .btn-outline-white.disabled, .bg-default .btn-outline-white:disabled,
.bg-opacity-default .btn-outline-white.disabled,
.bg-opacity-default .btn-outline-white:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-default .btn-outline-white:not(:disabled):not(.disabled):active, .bg-default .btn-outline-white:not(:disabled):not(.disabled).active, .show > .bg-default .btn-outline-white.dropdown-toggle,
.bg-opacity-default .btn-outline-white:not(:disabled):not(.disabled):active,
.bg-opacity-default .btn-outline-white:not(:disabled):not(.disabled).active,
.show > .bg-opacity-default .btn-outline-white.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-default .btn-outline-white:not(:disabled):not(.disabled):active:focus, .bg-default .btn-outline-white:not(:disabled):not(.disabled).active:focus, .show > .bg-default .btn-outline-white.dropdown-toggle:focus,
.bg-opacity-default .btn-outline-white:not(:disabled):not(.disabled):active:focus,
.bg-opacity-default .btn-outline-white:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-default .btn-outline-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}

.bg-violet .custom-select,
.bg-opacity-violet .custom-select {
  border-color: #ffffff;
  color: #ffffff;
}
.bg-violet .custom-select option,
.bg-opacity-violet .custom-select option {
  color: #333333;
}
.bg-violet .custom-select option:hover,
.bg-opacity-violet .custom-select option:hover {
  background-color: #007c96;
}
.bg-violet .text-theme,
.bg-opacity-violet .text-theme {
  color: #ffffff !important;
}
.bg-violet a[href^="tel:"],
.bg-opacity-violet a[href^="tel:"] {
  color: #ffffff !important;
}
.bg-violet .btn-theme,
.bg-opacity-violet .btn-theme {
  color: #52565a;
  background-color: #ffffff;
  border-color: #6b1d7c;
}
.bg-violet .btn-theme:hover,
.bg-opacity-violet .btn-theme:hover {
  color: #ffffff;
  background-color: #7e8890;
  border-color: #7e8890;
}
.bg-violet .btn-theme:focus, .bg-violet .btn-theme.focus,
.bg-opacity-violet .btn-theme:focus,
.bg-opacity-violet .btn-theme.focus {
  box-shadow: 0 0 0 0 rgba(103, 38, 119, 0.5);
}
.bg-violet .btn-theme.disabled, .bg-violet .btn-theme:disabled,
.bg-opacity-violet .btn-theme.disabled,
.bg-opacity-violet .btn-theme:disabled {
  color: #52565a;
  background-color: #ffffff;
  border-color: #6b1d7c;
}
.bg-violet .btn-theme:not(:disabled):not(.disabled):active, .bg-violet .btn-theme:not(:disabled):not(.disabled).active, .show > .bg-violet .btn-theme.dropdown-toggle,
.bg-opacity-violet .btn-theme:not(:disabled):not(.disabled):active,
.bg-opacity-violet .btn-theme:not(:disabled):not(.disabled).active,
.show > .bg-opacity-violet .btn-theme.dropdown-toggle {
  color: #52565a;
  background-color: #e6e6e6;
  border-color: #3e1148;
}
.bg-violet .btn-theme:not(:disabled):not(.disabled):active:focus, .bg-violet .btn-theme:not(:disabled):not(.disabled).active:focus, .show > .bg-violet .btn-theme.dropdown-toggle:focus,
.bg-opacity-violet .btn-theme:not(:disabled):not(.disabled):active:focus,
.bg-opacity-violet .btn-theme:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-violet .btn-theme.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(103, 38, 119, 0.5);
}
.bg-violet .btn-outline-primary,
.bg-opacity-violet .btn-outline-primary {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-violet .btn-outline-primary:hover,
.bg-opacity-violet .btn-outline-primary:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-violet .btn-outline-primary:focus, .bg-violet .btn-outline-primary.focus,
.bg-opacity-violet .btn-outline-primary:focus,
.bg-opacity-violet .btn-outline-primary.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-violet .btn-outline-primary.disabled, .bg-violet .btn-outline-primary:disabled,
.bg-opacity-violet .btn-outline-primary.disabled,
.bg-opacity-violet .btn-outline-primary:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-violet .btn-outline-primary:not(:disabled):not(.disabled):active, .bg-violet .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .bg-violet .btn-outline-primary.dropdown-toggle,
.bg-opacity-violet .btn-outline-primary:not(:disabled):not(.disabled):active,
.bg-opacity-violet .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .bg-opacity-violet .btn-outline-primary.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-violet .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .bg-violet .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .bg-violet .btn-outline-primary.dropdown-toggle:focus,
.bg-opacity-violet .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.bg-opacity-violet .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-violet .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-violet .btn-outline-secondary,
.bg-opacity-violet .btn-outline-secondary {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-violet .btn-outline-secondary:hover,
.bg-opacity-violet .btn-outline-secondary:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-violet .btn-outline-secondary:focus, .bg-violet .btn-outline-secondary.focus,
.bg-opacity-violet .btn-outline-secondary:focus,
.bg-opacity-violet .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-violet .btn-outline-secondary.disabled, .bg-violet .btn-outline-secondary:disabled,
.bg-opacity-violet .btn-outline-secondary.disabled,
.bg-opacity-violet .btn-outline-secondary:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-violet .btn-outline-secondary:not(:disabled):not(.disabled):active, .bg-violet .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .bg-violet .btn-outline-secondary.dropdown-toggle,
.bg-opacity-violet .btn-outline-secondary:not(:disabled):not(.disabled):active,
.bg-opacity-violet .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .bg-opacity-violet .btn-outline-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-violet .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .bg-violet .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .bg-violet .btn-outline-secondary.dropdown-toggle:focus,
.bg-opacity-violet .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.bg-opacity-violet .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-violet .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-violet .btn-outline-success,
.bg-opacity-violet .btn-outline-success {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-violet .btn-outline-success:hover,
.bg-opacity-violet .btn-outline-success:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-violet .btn-outline-success:focus, .bg-violet .btn-outline-success.focus,
.bg-opacity-violet .btn-outline-success:focus,
.bg-opacity-violet .btn-outline-success.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-violet .btn-outline-success.disabled, .bg-violet .btn-outline-success:disabled,
.bg-opacity-violet .btn-outline-success.disabled,
.bg-opacity-violet .btn-outline-success:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-violet .btn-outline-success:not(:disabled):not(.disabled):active, .bg-violet .btn-outline-success:not(:disabled):not(.disabled).active, .show > .bg-violet .btn-outline-success.dropdown-toggle,
.bg-opacity-violet .btn-outline-success:not(:disabled):not(.disabled):active,
.bg-opacity-violet .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .bg-opacity-violet .btn-outline-success.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-violet .btn-outline-success:not(:disabled):not(.disabled):active:focus, .bg-violet .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .bg-violet .btn-outline-success.dropdown-toggle:focus,
.bg-opacity-violet .btn-outline-success:not(:disabled):not(.disabled):active:focus,
.bg-opacity-violet .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-violet .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-violet .btn-outline-info,
.bg-opacity-violet .btn-outline-info {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-violet .btn-outline-info:hover,
.bg-opacity-violet .btn-outline-info:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-violet .btn-outline-info:focus, .bg-violet .btn-outline-info.focus,
.bg-opacity-violet .btn-outline-info:focus,
.bg-opacity-violet .btn-outline-info.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-violet .btn-outline-info.disabled, .bg-violet .btn-outline-info:disabled,
.bg-opacity-violet .btn-outline-info.disabled,
.bg-opacity-violet .btn-outline-info:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-violet .btn-outline-info:not(:disabled):not(.disabled):active, .bg-violet .btn-outline-info:not(:disabled):not(.disabled).active, .show > .bg-violet .btn-outline-info.dropdown-toggle,
.bg-opacity-violet .btn-outline-info:not(:disabled):not(.disabled):active,
.bg-opacity-violet .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .bg-opacity-violet .btn-outline-info.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-violet .btn-outline-info:not(:disabled):not(.disabled):active:focus, .bg-violet .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .bg-violet .btn-outline-info.dropdown-toggle:focus,
.bg-opacity-violet .btn-outline-info:not(:disabled):not(.disabled):active:focus,
.bg-opacity-violet .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-violet .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-violet .btn-outline-warning,
.bg-opacity-violet .btn-outline-warning {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-violet .btn-outline-warning:hover,
.bg-opacity-violet .btn-outline-warning:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-violet .btn-outline-warning:focus, .bg-violet .btn-outline-warning.focus,
.bg-opacity-violet .btn-outline-warning:focus,
.bg-opacity-violet .btn-outline-warning.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-violet .btn-outline-warning.disabled, .bg-violet .btn-outline-warning:disabled,
.bg-opacity-violet .btn-outline-warning.disabled,
.bg-opacity-violet .btn-outline-warning:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-violet .btn-outline-warning:not(:disabled):not(.disabled):active, .bg-violet .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .bg-violet .btn-outline-warning.dropdown-toggle,
.bg-opacity-violet .btn-outline-warning:not(:disabled):not(.disabled):active,
.bg-opacity-violet .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .bg-opacity-violet .btn-outline-warning.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-violet .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .bg-violet .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .bg-violet .btn-outline-warning.dropdown-toggle:focus,
.bg-opacity-violet .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.bg-opacity-violet .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-violet .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-violet .btn-outline-danger,
.bg-opacity-violet .btn-outline-danger {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-violet .btn-outline-danger:hover,
.bg-opacity-violet .btn-outline-danger:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-violet .btn-outline-danger:focus, .bg-violet .btn-outline-danger.focus,
.bg-opacity-violet .btn-outline-danger:focus,
.bg-opacity-violet .btn-outline-danger.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-violet .btn-outline-danger.disabled, .bg-violet .btn-outline-danger:disabled,
.bg-opacity-violet .btn-outline-danger.disabled,
.bg-opacity-violet .btn-outline-danger:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-violet .btn-outline-danger:not(:disabled):not(.disabled):active, .bg-violet .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .bg-violet .btn-outline-danger.dropdown-toggle,
.bg-opacity-violet .btn-outline-danger:not(:disabled):not(.disabled):active,
.bg-opacity-violet .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .bg-opacity-violet .btn-outline-danger.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-violet .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .bg-violet .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .bg-violet .btn-outline-danger.dropdown-toggle:focus,
.bg-opacity-violet .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.bg-opacity-violet .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-violet .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-violet .btn-outline-light,
.bg-opacity-violet .btn-outline-light {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-violet .btn-outline-light:hover,
.bg-opacity-violet .btn-outline-light:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-violet .btn-outline-light:focus, .bg-violet .btn-outline-light.focus,
.bg-opacity-violet .btn-outline-light:focus,
.bg-opacity-violet .btn-outline-light.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-violet .btn-outline-light.disabled, .bg-violet .btn-outline-light:disabled,
.bg-opacity-violet .btn-outline-light.disabled,
.bg-opacity-violet .btn-outline-light:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-violet .btn-outline-light:not(:disabled):not(.disabled):active, .bg-violet .btn-outline-light:not(:disabled):not(.disabled).active, .show > .bg-violet .btn-outline-light.dropdown-toggle,
.bg-opacity-violet .btn-outline-light:not(:disabled):not(.disabled):active,
.bg-opacity-violet .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .bg-opacity-violet .btn-outline-light.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-violet .btn-outline-light:not(:disabled):not(.disabled):active:focus, .bg-violet .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .bg-violet .btn-outline-light.dropdown-toggle:focus,
.bg-opacity-violet .btn-outline-light:not(:disabled):not(.disabled):active:focus,
.bg-opacity-violet .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-violet .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-violet .btn-outline-dark,
.bg-opacity-violet .btn-outline-dark {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-violet .btn-outline-dark:hover,
.bg-opacity-violet .btn-outline-dark:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-violet .btn-outline-dark:focus, .bg-violet .btn-outline-dark.focus,
.bg-opacity-violet .btn-outline-dark:focus,
.bg-opacity-violet .btn-outline-dark.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-violet .btn-outline-dark.disabled, .bg-violet .btn-outline-dark:disabled,
.bg-opacity-violet .btn-outline-dark.disabled,
.bg-opacity-violet .btn-outline-dark:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-violet .btn-outline-dark:not(:disabled):not(.disabled):active, .bg-violet .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .bg-violet .btn-outline-dark.dropdown-toggle,
.bg-opacity-violet .btn-outline-dark:not(:disabled):not(.disabled):active,
.bg-opacity-violet .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .bg-opacity-violet .btn-outline-dark.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-violet .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .bg-violet .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .bg-violet .btn-outline-dark.dropdown-toggle:focus,
.bg-opacity-violet .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.bg-opacity-violet .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-violet .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-violet .btn-outline-0,
.bg-opacity-violet .btn-outline-0 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-violet .btn-outline-0:hover,
.bg-opacity-violet .btn-outline-0:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-violet .btn-outline-0:focus, .bg-violet .btn-outline-0.focus,
.bg-opacity-violet .btn-outline-0:focus,
.bg-opacity-violet .btn-outline-0.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-violet .btn-outline-0.disabled, .bg-violet .btn-outline-0:disabled,
.bg-opacity-violet .btn-outline-0.disabled,
.bg-opacity-violet .btn-outline-0:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-violet .btn-outline-0:not(:disabled):not(.disabled):active, .bg-violet .btn-outline-0:not(:disabled):not(.disabled).active, .show > .bg-violet .btn-outline-0.dropdown-toggle,
.bg-opacity-violet .btn-outline-0:not(:disabled):not(.disabled):active,
.bg-opacity-violet .btn-outline-0:not(:disabled):not(.disabled).active,
.show > .bg-opacity-violet .btn-outline-0.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-violet .btn-outline-0:not(:disabled):not(.disabled):active:focus, .bg-violet .btn-outline-0:not(:disabled):not(.disabled).active:focus, .show > .bg-violet .btn-outline-0.dropdown-toggle:focus,
.bg-opacity-violet .btn-outline-0:not(:disabled):not(.disabled):active:focus,
.bg-opacity-violet .btn-outline-0:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-violet .btn-outline-0.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-violet .btn-outline-1,
.bg-opacity-violet .btn-outline-1 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-violet .btn-outline-1:hover,
.bg-opacity-violet .btn-outline-1:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-violet .btn-outline-1:focus, .bg-violet .btn-outline-1.focus,
.bg-opacity-violet .btn-outline-1:focus,
.bg-opacity-violet .btn-outline-1.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-violet .btn-outline-1.disabled, .bg-violet .btn-outline-1:disabled,
.bg-opacity-violet .btn-outline-1.disabled,
.bg-opacity-violet .btn-outline-1:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-violet .btn-outline-1:not(:disabled):not(.disabled):active, .bg-violet .btn-outline-1:not(:disabled):not(.disabled).active, .show > .bg-violet .btn-outline-1.dropdown-toggle,
.bg-opacity-violet .btn-outline-1:not(:disabled):not(.disabled):active,
.bg-opacity-violet .btn-outline-1:not(:disabled):not(.disabled).active,
.show > .bg-opacity-violet .btn-outline-1.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-violet .btn-outline-1:not(:disabled):not(.disabled):active:focus, .bg-violet .btn-outline-1:not(:disabled):not(.disabled).active:focus, .show > .bg-violet .btn-outline-1.dropdown-toggle:focus,
.bg-opacity-violet .btn-outline-1:not(:disabled):not(.disabled):active:focus,
.bg-opacity-violet .btn-outline-1:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-violet .btn-outline-1.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-violet .btn-outline-2,
.bg-opacity-violet .btn-outline-2 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-violet .btn-outline-2:hover,
.bg-opacity-violet .btn-outline-2:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-violet .btn-outline-2:focus, .bg-violet .btn-outline-2.focus,
.bg-opacity-violet .btn-outline-2:focus,
.bg-opacity-violet .btn-outline-2.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-violet .btn-outline-2.disabled, .bg-violet .btn-outline-2:disabled,
.bg-opacity-violet .btn-outline-2.disabled,
.bg-opacity-violet .btn-outline-2:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-violet .btn-outline-2:not(:disabled):not(.disabled):active, .bg-violet .btn-outline-2:not(:disabled):not(.disabled).active, .show > .bg-violet .btn-outline-2.dropdown-toggle,
.bg-opacity-violet .btn-outline-2:not(:disabled):not(.disabled):active,
.bg-opacity-violet .btn-outline-2:not(:disabled):not(.disabled).active,
.show > .bg-opacity-violet .btn-outline-2.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-violet .btn-outline-2:not(:disabled):not(.disabled):active:focus, .bg-violet .btn-outline-2:not(:disabled):not(.disabled).active:focus, .show > .bg-violet .btn-outline-2.dropdown-toggle:focus,
.bg-opacity-violet .btn-outline-2:not(:disabled):not(.disabled):active:focus,
.bg-opacity-violet .btn-outline-2:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-violet .btn-outline-2.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-violet .btn-outline-3,
.bg-opacity-violet .btn-outline-3 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-violet .btn-outline-3:hover,
.bg-opacity-violet .btn-outline-3:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-violet .btn-outline-3:focus, .bg-violet .btn-outline-3.focus,
.bg-opacity-violet .btn-outline-3:focus,
.bg-opacity-violet .btn-outline-3.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-violet .btn-outline-3.disabled, .bg-violet .btn-outline-3:disabled,
.bg-opacity-violet .btn-outline-3.disabled,
.bg-opacity-violet .btn-outline-3:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-violet .btn-outline-3:not(:disabled):not(.disabled):active, .bg-violet .btn-outline-3:not(:disabled):not(.disabled).active, .show > .bg-violet .btn-outline-3.dropdown-toggle,
.bg-opacity-violet .btn-outline-3:not(:disabled):not(.disabled):active,
.bg-opacity-violet .btn-outline-3:not(:disabled):not(.disabled).active,
.show > .bg-opacity-violet .btn-outline-3.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-violet .btn-outline-3:not(:disabled):not(.disabled):active:focus, .bg-violet .btn-outline-3:not(:disabled):not(.disabled).active:focus, .show > .bg-violet .btn-outline-3.dropdown-toggle:focus,
.bg-opacity-violet .btn-outline-3:not(:disabled):not(.disabled):active:focus,
.bg-opacity-violet .btn-outline-3:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-violet .btn-outline-3.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-violet .btn-outline-4,
.bg-opacity-violet .btn-outline-4 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-violet .btn-outline-4:hover,
.bg-opacity-violet .btn-outline-4:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-violet .btn-outline-4:focus, .bg-violet .btn-outline-4.focus,
.bg-opacity-violet .btn-outline-4:focus,
.bg-opacity-violet .btn-outline-4.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-violet .btn-outline-4.disabled, .bg-violet .btn-outline-4:disabled,
.bg-opacity-violet .btn-outline-4.disabled,
.bg-opacity-violet .btn-outline-4:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-violet .btn-outline-4:not(:disabled):not(.disabled):active, .bg-violet .btn-outline-4:not(:disabled):not(.disabled).active, .show > .bg-violet .btn-outline-4.dropdown-toggle,
.bg-opacity-violet .btn-outline-4:not(:disabled):not(.disabled):active,
.bg-opacity-violet .btn-outline-4:not(:disabled):not(.disabled).active,
.show > .bg-opacity-violet .btn-outline-4.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-violet .btn-outline-4:not(:disabled):not(.disabled):active:focus, .bg-violet .btn-outline-4:not(:disabled):not(.disabled).active:focus, .show > .bg-violet .btn-outline-4.dropdown-toggle:focus,
.bg-opacity-violet .btn-outline-4:not(:disabled):not(.disabled):active:focus,
.bg-opacity-violet .btn-outline-4:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-violet .btn-outline-4.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-violet .btn-outline-5,
.bg-opacity-violet .btn-outline-5 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-violet .btn-outline-5:hover,
.bg-opacity-violet .btn-outline-5:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-violet .btn-outline-5:focus, .bg-violet .btn-outline-5.focus,
.bg-opacity-violet .btn-outline-5:focus,
.bg-opacity-violet .btn-outline-5.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-violet .btn-outline-5.disabled, .bg-violet .btn-outline-5:disabled,
.bg-opacity-violet .btn-outline-5.disabled,
.bg-opacity-violet .btn-outline-5:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-violet .btn-outline-5:not(:disabled):not(.disabled):active, .bg-violet .btn-outline-5:not(:disabled):not(.disabled).active, .show > .bg-violet .btn-outline-5.dropdown-toggle,
.bg-opacity-violet .btn-outline-5:not(:disabled):not(.disabled):active,
.bg-opacity-violet .btn-outline-5:not(:disabled):not(.disabled).active,
.show > .bg-opacity-violet .btn-outline-5.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-violet .btn-outline-5:not(:disabled):not(.disabled):active:focus, .bg-violet .btn-outline-5:not(:disabled):not(.disabled).active:focus, .show > .bg-violet .btn-outline-5.dropdown-toggle:focus,
.bg-opacity-violet .btn-outline-5:not(:disabled):not(.disabled):active:focus,
.bg-opacity-violet .btn-outline-5:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-violet .btn-outline-5.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-violet .btn-outline-6,
.bg-opacity-violet .btn-outline-6 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-violet .btn-outline-6:hover,
.bg-opacity-violet .btn-outline-6:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-violet .btn-outline-6:focus, .bg-violet .btn-outline-6.focus,
.bg-opacity-violet .btn-outline-6:focus,
.bg-opacity-violet .btn-outline-6.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-violet .btn-outline-6.disabled, .bg-violet .btn-outline-6:disabled,
.bg-opacity-violet .btn-outline-6.disabled,
.bg-opacity-violet .btn-outline-6:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-violet .btn-outline-6:not(:disabled):not(.disabled):active, .bg-violet .btn-outline-6:not(:disabled):not(.disabled).active, .show > .bg-violet .btn-outline-6.dropdown-toggle,
.bg-opacity-violet .btn-outline-6:not(:disabled):not(.disabled):active,
.bg-opacity-violet .btn-outline-6:not(:disabled):not(.disabled).active,
.show > .bg-opacity-violet .btn-outline-6.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-violet .btn-outline-6:not(:disabled):not(.disabled):active:focus, .bg-violet .btn-outline-6:not(:disabled):not(.disabled).active:focus, .show > .bg-violet .btn-outline-6.dropdown-toggle:focus,
.bg-opacity-violet .btn-outline-6:not(:disabled):not(.disabled):active:focus,
.bg-opacity-violet .btn-outline-6:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-violet .btn-outline-6.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-violet .btn-outline-7,
.bg-opacity-violet .btn-outline-7 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-violet .btn-outline-7:hover,
.bg-opacity-violet .btn-outline-7:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-violet .btn-outline-7:focus, .bg-violet .btn-outline-7.focus,
.bg-opacity-violet .btn-outline-7:focus,
.bg-opacity-violet .btn-outline-7.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-violet .btn-outline-7.disabled, .bg-violet .btn-outline-7:disabled,
.bg-opacity-violet .btn-outline-7.disabled,
.bg-opacity-violet .btn-outline-7:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-violet .btn-outline-7:not(:disabled):not(.disabled):active, .bg-violet .btn-outline-7:not(:disabled):not(.disabled).active, .show > .bg-violet .btn-outline-7.dropdown-toggle,
.bg-opacity-violet .btn-outline-7:not(:disabled):not(.disabled):active,
.bg-opacity-violet .btn-outline-7:not(:disabled):not(.disabled).active,
.show > .bg-opacity-violet .btn-outline-7.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-violet .btn-outline-7:not(:disabled):not(.disabled):active:focus, .bg-violet .btn-outline-7:not(:disabled):not(.disabled).active:focus, .show > .bg-violet .btn-outline-7.dropdown-toggle:focus,
.bg-opacity-violet .btn-outline-7:not(:disabled):not(.disabled):active:focus,
.bg-opacity-violet .btn-outline-7:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-violet .btn-outline-7.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-violet .btn-outline-8,
.bg-opacity-violet .btn-outline-8 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-violet .btn-outline-8:hover,
.bg-opacity-violet .btn-outline-8:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-violet .btn-outline-8:focus, .bg-violet .btn-outline-8.focus,
.bg-opacity-violet .btn-outline-8:focus,
.bg-opacity-violet .btn-outline-8.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-violet .btn-outline-8.disabled, .bg-violet .btn-outline-8:disabled,
.bg-opacity-violet .btn-outline-8.disabled,
.bg-opacity-violet .btn-outline-8:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-violet .btn-outline-8:not(:disabled):not(.disabled):active, .bg-violet .btn-outline-8:not(:disabled):not(.disabled).active, .show > .bg-violet .btn-outline-8.dropdown-toggle,
.bg-opacity-violet .btn-outline-8:not(:disabled):not(.disabled):active,
.bg-opacity-violet .btn-outline-8:not(:disabled):not(.disabled).active,
.show > .bg-opacity-violet .btn-outline-8.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-violet .btn-outline-8:not(:disabled):not(.disabled):active:focus, .bg-violet .btn-outline-8:not(:disabled):not(.disabled).active:focus, .show > .bg-violet .btn-outline-8.dropdown-toggle:focus,
.bg-opacity-violet .btn-outline-8:not(:disabled):not(.disabled):active:focus,
.bg-opacity-violet .btn-outline-8:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-violet .btn-outline-8.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-violet .btn-outline-9,
.bg-opacity-violet .btn-outline-9 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-violet .btn-outline-9:hover,
.bg-opacity-violet .btn-outline-9:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-violet .btn-outline-9:focus, .bg-violet .btn-outline-9.focus,
.bg-opacity-violet .btn-outline-9:focus,
.bg-opacity-violet .btn-outline-9.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-violet .btn-outline-9.disabled, .bg-violet .btn-outline-9:disabled,
.bg-opacity-violet .btn-outline-9.disabled,
.bg-opacity-violet .btn-outline-9:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-violet .btn-outline-9:not(:disabled):not(.disabled):active, .bg-violet .btn-outline-9:not(:disabled):not(.disabled).active, .show > .bg-violet .btn-outline-9.dropdown-toggle,
.bg-opacity-violet .btn-outline-9:not(:disabled):not(.disabled):active,
.bg-opacity-violet .btn-outline-9:not(:disabled):not(.disabled).active,
.show > .bg-opacity-violet .btn-outline-9.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-violet .btn-outline-9:not(:disabled):not(.disabled):active:focus, .bg-violet .btn-outline-9:not(:disabled):not(.disabled).active:focus, .show > .bg-violet .btn-outline-9.dropdown-toggle:focus,
.bg-opacity-violet .btn-outline-9:not(:disabled):not(.disabled):active:focus,
.bg-opacity-violet .btn-outline-9:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-violet .btn-outline-9.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-violet .btn-outline-10,
.bg-opacity-violet .btn-outline-10 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-violet .btn-outline-10:hover,
.bg-opacity-violet .btn-outline-10:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-violet .btn-outline-10:focus, .bg-violet .btn-outline-10.focus,
.bg-opacity-violet .btn-outline-10:focus,
.bg-opacity-violet .btn-outline-10.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-violet .btn-outline-10.disabled, .bg-violet .btn-outline-10:disabled,
.bg-opacity-violet .btn-outline-10.disabled,
.bg-opacity-violet .btn-outline-10:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-violet .btn-outline-10:not(:disabled):not(.disabled):active, .bg-violet .btn-outline-10:not(:disabled):not(.disabled).active, .show > .bg-violet .btn-outline-10.dropdown-toggle,
.bg-opacity-violet .btn-outline-10:not(:disabled):not(.disabled):active,
.bg-opacity-violet .btn-outline-10:not(:disabled):not(.disabled).active,
.show > .bg-opacity-violet .btn-outline-10.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-violet .btn-outline-10:not(:disabled):not(.disabled):active:focus, .bg-violet .btn-outline-10:not(:disabled):not(.disabled).active:focus, .show > .bg-violet .btn-outline-10.dropdown-toggle:focus,
.bg-opacity-violet .btn-outline-10:not(:disabled):not(.disabled):active:focus,
.bg-opacity-violet .btn-outline-10:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-violet .btn-outline-10.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-violet .btn-outline-default,
.bg-opacity-violet .btn-outline-default {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-violet .btn-outline-default:hover,
.bg-opacity-violet .btn-outline-default:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-violet .btn-outline-default:focus, .bg-violet .btn-outline-default.focus,
.bg-opacity-violet .btn-outline-default:focus,
.bg-opacity-violet .btn-outline-default.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-violet .btn-outline-default.disabled, .bg-violet .btn-outline-default:disabled,
.bg-opacity-violet .btn-outline-default.disabled,
.bg-opacity-violet .btn-outline-default:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-violet .btn-outline-default:not(:disabled):not(.disabled):active, .bg-violet .btn-outline-default:not(:disabled):not(.disabled).active, .show > .bg-violet .btn-outline-default.dropdown-toggle,
.bg-opacity-violet .btn-outline-default:not(:disabled):not(.disabled):active,
.bg-opacity-violet .btn-outline-default:not(:disabled):not(.disabled).active,
.show > .bg-opacity-violet .btn-outline-default.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-violet .btn-outline-default:not(:disabled):not(.disabled):active:focus, .bg-violet .btn-outline-default:not(:disabled):not(.disabled).active:focus, .show > .bg-violet .btn-outline-default.dropdown-toggle:focus,
.bg-opacity-violet .btn-outline-default:not(:disabled):not(.disabled):active:focus,
.bg-opacity-violet .btn-outline-default:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-violet .btn-outline-default.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-violet .btn-outline-violet,
.bg-opacity-violet .btn-outline-violet {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-violet .btn-outline-violet:hover,
.bg-opacity-violet .btn-outline-violet:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-violet .btn-outline-violet:focus, .bg-violet .btn-outline-violet.focus,
.bg-opacity-violet .btn-outline-violet:focus,
.bg-opacity-violet .btn-outline-violet.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-violet .btn-outline-violet.disabled, .bg-violet .btn-outline-violet:disabled,
.bg-opacity-violet .btn-outline-violet.disabled,
.bg-opacity-violet .btn-outline-violet:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-violet .btn-outline-violet:not(:disabled):not(.disabled):active, .bg-violet .btn-outline-violet:not(:disabled):not(.disabled).active, .show > .bg-violet .btn-outline-violet.dropdown-toggle,
.bg-opacity-violet .btn-outline-violet:not(:disabled):not(.disabled):active,
.bg-opacity-violet .btn-outline-violet:not(:disabled):not(.disabled).active,
.show > .bg-opacity-violet .btn-outline-violet.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-violet .btn-outline-violet:not(:disabled):not(.disabled):active:focus, .bg-violet .btn-outline-violet:not(:disabled):not(.disabled).active:focus, .show > .bg-violet .btn-outline-violet.dropdown-toggle:focus,
.bg-opacity-violet .btn-outline-violet:not(:disabled):not(.disabled):active:focus,
.bg-opacity-violet .btn-outline-violet:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-violet .btn-outline-violet.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-violet .btn-outline-magenta,
.bg-opacity-violet .btn-outline-magenta {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-violet .btn-outline-magenta:hover,
.bg-opacity-violet .btn-outline-magenta:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-violet .btn-outline-magenta:focus, .bg-violet .btn-outline-magenta.focus,
.bg-opacity-violet .btn-outline-magenta:focus,
.bg-opacity-violet .btn-outline-magenta.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-violet .btn-outline-magenta.disabled, .bg-violet .btn-outline-magenta:disabled,
.bg-opacity-violet .btn-outline-magenta.disabled,
.bg-opacity-violet .btn-outline-magenta:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-violet .btn-outline-magenta:not(:disabled):not(.disabled):active, .bg-violet .btn-outline-magenta:not(:disabled):not(.disabled).active, .show > .bg-violet .btn-outline-magenta.dropdown-toggle,
.bg-opacity-violet .btn-outline-magenta:not(:disabled):not(.disabled):active,
.bg-opacity-violet .btn-outline-magenta:not(:disabled):not(.disabled).active,
.show > .bg-opacity-violet .btn-outline-magenta.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-violet .btn-outline-magenta:not(:disabled):not(.disabled):active:focus, .bg-violet .btn-outline-magenta:not(:disabled):not(.disabled).active:focus, .show > .bg-violet .btn-outline-magenta.dropdown-toggle:focus,
.bg-opacity-violet .btn-outline-magenta:not(:disabled):not(.disabled):active:focus,
.bg-opacity-violet .btn-outline-magenta:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-violet .btn-outline-magenta.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-violet .btn-outline-petrol,
.bg-opacity-violet .btn-outline-petrol {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-violet .btn-outline-petrol:hover,
.bg-opacity-violet .btn-outline-petrol:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-violet .btn-outline-petrol:focus, .bg-violet .btn-outline-petrol.focus,
.bg-opacity-violet .btn-outline-petrol:focus,
.bg-opacity-violet .btn-outline-petrol.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-violet .btn-outline-petrol.disabled, .bg-violet .btn-outline-petrol:disabled,
.bg-opacity-violet .btn-outline-petrol.disabled,
.bg-opacity-violet .btn-outline-petrol:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-violet .btn-outline-petrol:not(:disabled):not(.disabled):active, .bg-violet .btn-outline-petrol:not(:disabled):not(.disabled).active, .show > .bg-violet .btn-outline-petrol.dropdown-toggle,
.bg-opacity-violet .btn-outline-petrol:not(:disabled):not(.disabled):active,
.bg-opacity-violet .btn-outline-petrol:not(:disabled):not(.disabled).active,
.show > .bg-opacity-violet .btn-outline-petrol.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-violet .btn-outline-petrol:not(:disabled):not(.disabled):active:focus, .bg-violet .btn-outline-petrol:not(:disabled):not(.disabled).active:focus, .show > .bg-violet .btn-outline-petrol.dropdown-toggle:focus,
.bg-opacity-violet .btn-outline-petrol:not(:disabled):not(.disabled):active:focus,
.bg-opacity-violet .btn-outline-petrol:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-violet .btn-outline-petrol.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-violet .btn-outline-green,
.bg-opacity-violet .btn-outline-green {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-violet .btn-outline-green:hover,
.bg-opacity-violet .btn-outline-green:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-violet .btn-outline-green:focus, .bg-violet .btn-outline-green.focus,
.bg-opacity-violet .btn-outline-green:focus,
.bg-opacity-violet .btn-outline-green.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-violet .btn-outline-green.disabled, .bg-violet .btn-outline-green:disabled,
.bg-opacity-violet .btn-outline-green.disabled,
.bg-opacity-violet .btn-outline-green:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-violet .btn-outline-green:not(:disabled):not(.disabled):active, .bg-violet .btn-outline-green:not(:disabled):not(.disabled).active, .show > .bg-violet .btn-outline-green.dropdown-toggle,
.bg-opacity-violet .btn-outline-green:not(:disabled):not(.disabled):active,
.bg-opacity-violet .btn-outline-green:not(:disabled):not(.disabled).active,
.show > .bg-opacity-violet .btn-outline-green.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-violet .btn-outline-green:not(:disabled):not(.disabled):active:focus, .bg-violet .btn-outline-green:not(:disabled):not(.disabled).active:focus, .show > .bg-violet .btn-outline-green.dropdown-toggle:focus,
.bg-opacity-violet .btn-outline-green:not(:disabled):not(.disabled):active:focus,
.bg-opacity-violet .btn-outline-green:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-violet .btn-outline-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-violet .btn-outline-orange,
.bg-opacity-violet .btn-outline-orange {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-violet .btn-outline-orange:hover,
.bg-opacity-violet .btn-outline-orange:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-violet .btn-outline-orange:focus, .bg-violet .btn-outline-orange.focus,
.bg-opacity-violet .btn-outline-orange:focus,
.bg-opacity-violet .btn-outline-orange.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-violet .btn-outline-orange.disabled, .bg-violet .btn-outline-orange:disabled,
.bg-opacity-violet .btn-outline-orange.disabled,
.bg-opacity-violet .btn-outline-orange:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-violet .btn-outline-orange:not(:disabled):not(.disabled):active, .bg-violet .btn-outline-orange:not(:disabled):not(.disabled).active, .show > .bg-violet .btn-outline-orange.dropdown-toggle,
.bg-opacity-violet .btn-outline-orange:not(:disabled):not(.disabled):active,
.bg-opacity-violet .btn-outline-orange:not(:disabled):not(.disabled).active,
.show > .bg-opacity-violet .btn-outline-orange.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-violet .btn-outline-orange:not(:disabled):not(.disabled):active:focus, .bg-violet .btn-outline-orange:not(:disabled):not(.disabled).active:focus, .show > .bg-violet .btn-outline-orange.dropdown-toggle:focus,
.bg-opacity-violet .btn-outline-orange:not(:disabled):not(.disabled):active:focus,
.bg-opacity-violet .btn-outline-orange:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-violet .btn-outline-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-violet .btn-outline-gold,
.bg-opacity-violet .btn-outline-gold {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-violet .btn-outline-gold:hover,
.bg-opacity-violet .btn-outline-gold:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-violet .btn-outline-gold:focus, .bg-violet .btn-outline-gold.focus,
.bg-opacity-violet .btn-outline-gold:focus,
.bg-opacity-violet .btn-outline-gold.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-violet .btn-outline-gold.disabled, .bg-violet .btn-outline-gold:disabled,
.bg-opacity-violet .btn-outline-gold.disabled,
.bg-opacity-violet .btn-outline-gold:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-violet .btn-outline-gold:not(:disabled):not(.disabled):active, .bg-violet .btn-outline-gold:not(:disabled):not(.disabled).active, .show > .bg-violet .btn-outline-gold.dropdown-toggle,
.bg-opacity-violet .btn-outline-gold:not(:disabled):not(.disabled):active,
.bg-opacity-violet .btn-outline-gold:not(:disabled):not(.disabled).active,
.show > .bg-opacity-violet .btn-outline-gold.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-violet .btn-outline-gold:not(:disabled):not(.disabled):active:focus, .bg-violet .btn-outline-gold:not(:disabled):not(.disabled).active:focus, .show > .bg-violet .btn-outline-gold.dropdown-toggle:focus,
.bg-opacity-violet .btn-outline-gold:not(:disabled):not(.disabled):active:focus,
.bg-opacity-violet .btn-outline-gold:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-violet .btn-outline-gold.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-violet .btn-outline-silver,
.bg-opacity-violet .btn-outline-silver {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-violet .btn-outline-silver:hover,
.bg-opacity-violet .btn-outline-silver:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-violet .btn-outline-silver:focus, .bg-violet .btn-outline-silver.focus,
.bg-opacity-violet .btn-outline-silver:focus,
.bg-opacity-violet .btn-outline-silver.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-violet .btn-outline-silver.disabled, .bg-violet .btn-outline-silver:disabled,
.bg-opacity-violet .btn-outline-silver.disabled,
.bg-opacity-violet .btn-outline-silver:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-violet .btn-outline-silver:not(:disabled):not(.disabled):active, .bg-violet .btn-outline-silver:not(:disabled):not(.disabled).active, .show > .bg-violet .btn-outline-silver.dropdown-toggle,
.bg-opacity-violet .btn-outline-silver:not(:disabled):not(.disabled):active,
.bg-opacity-violet .btn-outline-silver:not(:disabled):not(.disabled).active,
.show > .bg-opacity-violet .btn-outline-silver.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-violet .btn-outline-silver:not(:disabled):not(.disabled):active:focus, .bg-violet .btn-outline-silver:not(:disabled):not(.disabled).active:focus, .show > .bg-violet .btn-outline-silver.dropdown-toggle:focus,
.bg-opacity-violet .btn-outline-silver:not(:disabled):not(.disabled):active:focus,
.bg-opacity-violet .btn-outline-silver:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-violet .btn-outline-silver.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-violet .btn-outline-white,
.bg-opacity-violet .btn-outline-white {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-violet .btn-outline-white:hover,
.bg-opacity-violet .btn-outline-white:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-violet .btn-outline-white:focus, .bg-violet .btn-outline-white.focus,
.bg-opacity-violet .btn-outline-white:focus,
.bg-opacity-violet .btn-outline-white.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-violet .btn-outline-white.disabled, .bg-violet .btn-outline-white:disabled,
.bg-opacity-violet .btn-outline-white.disabled,
.bg-opacity-violet .btn-outline-white:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-violet .btn-outline-white:not(:disabled):not(.disabled):active, .bg-violet .btn-outline-white:not(:disabled):not(.disabled).active, .show > .bg-violet .btn-outline-white.dropdown-toggle,
.bg-opacity-violet .btn-outline-white:not(:disabled):not(.disabled):active,
.bg-opacity-violet .btn-outline-white:not(:disabled):not(.disabled).active,
.show > .bg-opacity-violet .btn-outline-white.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-violet .btn-outline-white:not(:disabled):not(.disabled):active:focus, .bg-violet .btn-outline-white:not(:disabled):not(.disabled).active:focus, .show > .bg-violet .btn-outline-white.dropdown-toggle:focus,
.bg-opacity-violet .btn-outline-white:not(:disabled):not(.disabled):active:focus,
.bg-opacity-violet .btn-outline-white:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-violet .btn-outline-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}

.bg-magenta .custom-select,
.bg-opacity-magenta .custom-select {
  border-color: #ffffff;
  color: #ffffff;
}
.bg-magenta .custom-select option,
.bg-opacity-magenta .custom-select option {
  color: #333333;
}
.bg-magenta .custom-select option:hover,
.bg-opacity-magenta .custom-select option:hover {
  background-color: #007c96;
}
.bg-magenta .text-theme,
.bg-opacity-magenta .text-theme {
  color: #ffffff !important;
}
.bg-magenta a[href^="tel:"],
.bg-opacity-magenta a[href^="tel:"] {
  color: #ffffff !important;
}
.bg-magenta .btn-theme,
.bg-opacity-magenta .btn-theme {
  color: #52565a;
  background-color: #ffffff;
  border-color: #b70064;
}
.bg-magenta .btn-theme:hover,
.bg-opacity-magenta .btn-theme:hover {
  color: #ffffff;
  background-color: #7e8890;
  border-color: #7e8890;
}
.bg-magenta .btn-theme:focus, .bg-magenta .btn-theme.focus,
.bg-opacity-magenta .btn-theme:focus,
.bg-opacity-magenta .btn-theme.focus {
  box-shadow: 0 0 0 0 rgba(168, 13, 99, 0.5);
}
.bg-magenta .btn-theme.disabled, .bg-magenta .btn-theme:disabled,
.bg-opacity-magenta .btn-theme.disabled,
.bg-opacity-magenta .btn-theme:disabled {
  color: #52565a;
  background-color: #ffffff;
  border-color: #b70064;
}
.bg-magenta .btn-theme:not(:disabled):not(.disabled):active, .bg-magenta .btn-theme:not(:disabled):not(.disabled).active, .show > .bg-magenta .btn-theme.dropdown-toggle,
.bg-opacity-magenta .btn-theme:not(:disabled):not(.disabled):active,
.bg-opacity-magenta .btn-theme:not(:disabled):not(.disabled).active,
.show > .bg-opacity-magenta .btn-theme.dropdown-toggle {
  color: #52565a;
  background-color: #e6e6e6;
  border-color: #770041;
}
.bg-magenta .btn-theme:not(:disabled):not(.disabled):active:focus, .bg-magenta .btn-theme:not(:disabled):not(.disabled).active:focus, .show > .bg-magenta .btn-theme.dropdown-toggle:focus,
.bg-opacity-magenta .btn-theme:not(:disabled):not(.disabled):active:focus,
.bg-opacity-magenta .btn-theme:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-magenta .btn-theme.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(168, 13, 99, 0.5);
}
.bg-magenta .btn-outline-primary,
.bg-opacity-magenta .btn-outline-primary {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-magenta .btn-outline-primary:hover,
.bg-opacity-magenta .btn-outline-primary:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-magenta .btn-outline-primary:focus, .bg-magenta .btn-outline-primary.focus,
.bg-opacity-magenta .btn-outline-primary:focus,
.bg-opacity-magenta .btn-outline-primary.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-magenta .btn-outline-primary.disabled, .bg-magenta .btn-outline-primary:disabled,
.bg-opacity-magenta .btn-outline-primary.disabled,
.bg-opacity-magenta .btn-outline-primary:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-magenta .btn-outline-primary:not(:disabled):not(.disabled):active, .bg-magenta .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .bg-magenta .btn-outline-primary.dropdown-toggle,
.bg-opacity-magenta .btn-outline-primary:not(:disabled):not(.disabled):active,
.bg-opacity-magenta .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .bg-opacity-magenta .btn-outline-primary.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-magenta .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .bg-magenta .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .bg-magenta .btn-outline-primary.dropdown-toggle:focus,
.bg-opacity-magenta .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.bg-opacity-magenta .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-magenta .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-magenta .btn-outline-secondary,
.bg-opacity-magenta .btn-outline-secondary {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-magenta .btn-outline-secondary:hover,
.bg-opacity-magenta .btn-outline-secondary:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-magenta .btn-outline-secondary:focus, .bg-magenta .btn-outline-secondary.focus,
.bg-opacity-magenta .btn-outline-secondary:focus,
.bg-opacity-magenta .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-magenta .btn-outline-secondary.disabled, .bg-magenta .btn-outline-secondary:disabled,
.bg-opacity-magenta .btn-outline-secondary.disabled,
.bg-opacity-magenta .btn-outline-secondary:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-magenta .btn-outline-secondary:not(:disabled):not(.disabled):active, .bg-magenta .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .bg-magenta .btn-outline-secondary.dropdown-toggle,
.bg-opacity-magenta .btn-outline-secondary:not(:disabled):not(.disabled):active,
.bg-opacity-magenta .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .bg-opacity-magenta .btn-outline-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-magenta .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .bg-magenta .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .bg-magenta .btn-outline-secondary.dropdown-toggle:focus,
.bg-opacity-magenta .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.bg-opacity-magenta .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-magenta .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-magenta .btn-outline-success,
.bg-opacity-magenta .btn-outline-success {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-magenta .btn-outline-success:hover,
.bg-opacity-magenta .btn-outline-success:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-magenta .btn-outline-success:focus, .bg-magenta .btn-outline-success.focus,
.bg-opacity-magenta .btn-outline-success:focus,
.bg-opacity-magenta .btn-outline-success.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-magenta .btn-outline-success.disabled, .bg-magenta .btn-outline-success:disabled,
.bg-opacity-magenta .btn-outline-success.disabled,
.bg-opacity-magenta .btn-outline-success:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-magenta .btn-outline-success:not(:disabled):not(.disabled):active, .bg-magenta .btn-outline-success:not(:disabled):not(.disabled).active, .show > .bg-magenta .btn-outline-success.dropdown-toggle,
.bg-opacity-magenta .btn-outline-success:not(:disabled):not(.disabled):active,
.bg-opacity-magenta .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .bg-opacity-magenta .btn-outline-success.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-magenta .btn-outline-success:not(:disabled):not(.disabled):active:focus, .bg-magenta .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .bg-magenta .btn-outline-success.dropdown-toggle:focus,
.bg-opacity-magenta .btn-outline-success:not(:disabled):not(.disabled):active:focus,
.bg-opacity-magenta .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-magenta .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-magenta .btn-outline-info,
.bg-opacity-magenta .btn-outline-info {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-magenta .btn-outline-info:hover,
.bg-opacity-magenta .btn-outline-info:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-magenta .btn-outline-info:focus, .bg-magenta .btn-outline-info.focus,
.bg-opacity-magenta .btn-outline-info:focus,
.bg-opacity-magenta .btn-outline-info.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-magenta .btn-outline-info.disabled, .bg-magenta .btn-outline-info:disabled,
.bg-opacity-magenta .btn-outline-info.disabled,
.bg-opacity-magenta .btn-outline-info:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-magenta .btn-outline-info:not(:disabled):not(.disabled):active, .bg-magenta .btn-outline-info:not(:disabled):not(.disabled).active, .show > .bg-magenta .btn-outline-info.dropdown-toggle,
.bg-opacity-magenta .btn-outline-info:not(:disabled):not(.disabled):active,
.bg-opacity-magenta .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .bg-opacity-magenta .btn-outline-info.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-magenta .btn-outline-info:not(:disabled):not(.disabled):active:focus, .bg-magenta .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .bg-magenta .btn-outline-info.dropdown-toggle:focus,
.bg-opacity-magenta .btn-outline-info:not(:disabled):not(.disabled):active:focus,
.bg-opacity-magenta .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-magenta .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-magenta .btn-outline-warning,
.bg-opacity-magenta .btn-outline-warning {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-magenta .btn-outline-warning:hover,
.bg-opacity-magenta .btn-outline-warning:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-magenta .btn-outline-warning:focus, .bg-magenta .btn-outline-warning.focus,
.bg-opacity-magenta .btn-outline-warning:focus,
.bg-opacity-magenta .btn-outline-warning.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-magenta .btn-outline-warning.disabled, .bg-magenta .btn-outline-warning:disabled,
.bg-opacity-magenta .btn-outline-warning.disabled,
.bg-opacity-magenta .btn-outline-warning:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-magenta .btn-outline-warning:not(:disabled):not(.disabled):active, .bg-magenta .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .bg-magenta .btn-outline-warning.dropdown-toggle,
.bg-opacity-magenta .btn-outline-warning:not(:disabled):not(.disabled):active,
.bg-opacity-magenta .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .bg-opacity-magenta .btn-outline-warning.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-magenta .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .bg-magenta .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .bg-magenta .btn-outline-warning.dropdown-toggle:focus,
.bg-opacity-magenta .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.bg-opacity-magenta .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-magenta .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-magenta .btn-outline-danger,
.bg-opacity-magenta .btn-outline-danger {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-magenta .btn-outline-danger:hover,
.bg-opacity-magenta .btn-outline-danger:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-magenta .btn-outline-danger:focus, .bg-magenta .btn-outline-danger.focus,
.bg-opacity-magenta .btn-outline-danger:focus,
.bg-opacity-magenta .btn-outline-danger.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-magenta .btn-outline-danger.disabled, .bg-magenta .btn-outline-danger:disabled,
.bg-opacity-magenta .btn-outline-danger.disabled,
.bg-opacity-magenta .btn-outline-danger:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-magenta .btn-outline-danger:not(:disabled):not(.disabled):active, .bg-magenta .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .bg-magenta .btn-outline-danger.dropdown-toggle,
.bg-opacity-magenta .btn-outline-danger:not(:disabled):not(.disabled):active,
.bg-opacity-magenta .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .bg-opacity-magenta .btn-outline-danger.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-magenta .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .bg-magenta .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .bg-magenta .btn-outline-danger.dropdown-toggle:focus,
.bg-opacity-magenta .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.bg-opacity-magenta .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-magenta .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-magenta .btn-outline-light,
.bg-opacity-magenta .btn-outline-light {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-magenta .btn-outline-light:hover,
.bg-opacity-magenta .btn-outline-light:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-magenta .btn-outline-light:focus, .bg-magenta .btn-outline-light.focus,
.bg-opacity-magenta .btn-outline-light:focus,
.bg-opacity-magenta .btn-outline-light.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-magenta .btn-outline-light.disabled, .bg-magenta .btn-outline-light:disabled,
.bg-opacity-magenta .btn-outline-light.disabled,
.bg-opacity-magenta .btn-outline-light:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-magenta .btn-outline-light:not(:disabled):not(.disabled):active, .bg-magenta .btn-outline-light:not(:disabled):not(.disabled).active, .show > .bg-magenta .btn-outline-light.dropdown-toggle,
.bg-opacity-magenta .btn-outline-light:not(:disabled):not(.disabled):active,
.bg-opacity-magenta .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .bg-opacity-magenta .btn-outline-light.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-magenta .btn-outline-light:not(:disabled):not(.disabled):active:focus, .bg-magenta .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .bg-magenta .btn-outline-light.dropdown-toggle:focus,
.bg-opacity-magenta .btn-outline-light:not(:disabled):not(.disabled):active:focus,
.bg-opacity-magenta .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-magenta .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-magenta .btn-outline-dark,
.bg-opacity-magenta .btn-outline-dark {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-magenta .btn-outline-dark:hover,
.bg-opacity-magenta .btn-outline-dark:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-magenta .btn-outline-dark:focus, .bg-magenta .btn-outline-dark.focus,
.bg-opacity-magenta .btn-outline-dark:focus,
.bg-opacity-magenta .btn-outline-dark.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-magenta .btn-outline-dark.disabled, .bg-magenta .btn-outline-dark:disabled,
.bg-opacity-magenta .btn-outline-dark.disabled,
.bg-opacity-magenta .btn-outline-dark:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-magenta .btn-outline-dark:not(:disabled):not(.disabled):active, .bg-magenta .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .bg-magenta .btn-outline-dark.dropdown-toggle,
.bg-opacity-magenta .btn-outline-dark:not(:disabled):not(.disabled):active,
.bg-opacity-magenta .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .bg-opacity-magenta .btn-outline-dark.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-magenta .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .bg-magenta .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .bg-magenta .btn-outline-dark.dropdown-toggle:focus,
.bg-opacity-magenta .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.bg-opacity-magenta .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-magenta .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-magenta .btn-outline-0,
.bg-opacity-magenta .btn-outline-0 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-magenta .btn-outline-0:hover,
.bg-opacity-magenta .btn-outline-0:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-magenta .btn-outline-0:focus, .bg-magenta .btn-outline-0.focus,
.bg-opacity-magenta .btn-outline-0:focus,
.bg-opacity-magenta .btn-outline-0.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-magenta .btn-outline-0.disabled, .bg-magenta .btn-outline-0:disabled,
.bg-opacity-magenta .btn-outline-0.disabled,
.bg-opacity-magenta .btn-outline-0:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-magenta .btn-outline-0:not(:disabled):not(.disabled):active, .bg-magenta .btn-outline-0:not(:disabled):not(.disabled).active, .show > .bg-magenta .btn-outline-0.dropdown-toggle,
.bg-opacity-magenta .btn-outline-0:not(:disabled):not(.disabled):active,
.bg-opacity-magenta .btn-outline-0:not(:disabled):not(.disabled).active,
.show > .bg-opacity-magenta .btn-outline-0.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-magenta .btn-outline-0:not(:disabled):not(.disabled):active:focus, .bg-magenta .btn-outline-0:not(:disabled):not(.disabled).active:focus, .show > .bg-magenta .btn-outline-0.dropdown-toggle:focus,
.bg-opacity-magenta .btn-outline-0:not(:disabled):not(.disabled):active:focus,
.bg-opacity-magenta .btn-outline-0:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-magenta .btn-outline-0.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-magenta .btn-outline-1,
.bg-opacity-magenta .btn-outline-1 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-magenta .btn-outline-1:hover,
.bg-opacity-magenta .btn-outline-1:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-magenta .btn-outline-1:focus, .bg-magenta .btn-outline-1.focus,
.bg-opacity-magenta .btn-outline-1:focus,
.bg-opacity-magenta .btn-outline-1.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-magenta .btn-outline-1.disabled, .bg-magenta .btn-outline-1:disabled,
.bg-opacity-magenta .btn-outline-1.disabled,
.bg-opacity-magenta .btn-outline-1:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-magenta .btn-outline-1:not(:disabled):not(.disabled):active, .bg-magenta .btn-outline-1:not(:disabled):not(.disabled).active, .show > .bg-magenta .btn-outline-1.dropdown-toggle,
.bg-opacity-magenta .btn-outline-1:not(:disabled):not(.disabled):active,
.bg-opacity-magenta .btn-outline-1:not(:disabled):not(.disabled).active,
.show > .bg-opacity-magenta .btn-outline-1.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-magenta .btn-outline-1:not(:disabled):not(.disabled):active:focus, .bg-magenta .btn-outline-1:not(:disabled):not(.disabled).active:focus, .show > .bg-magenta .btn-outline-1.dropdown-toggle:focus,
.bg-opacity-magenta .btn-outline-1:not(:disabled):not(.disabled):active:focus,
.bg-opacity-magenta .btn-outline-1:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-magenta .btn-outline-1.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-magenta .btn-outline-2,
.bg-opacity-magenta .btn-outline-2 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-magenta .btn-outline-2:hover,
.bg-opacity-magenta .btn-outline-2:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-magenta .btn-outline-2:focus, .bg-magenta .btn-outline-2.focus,
.bg-opacity-magenta .btn-outline-2:focus,
.bg-opacity-magenta .btn-outline-2.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-magenta .btn-outline-2.disabled, .bg-magenta .btn-outline-2:disabled,
.bg-opacity-magenta .btn-outline-2.disabled,
.bg-opacity-magenta .btn-outline-2:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-magenta .btn-outline-2:not(:disabled):not(.disabled):active, .bg-magenta .btn-outline-2:not(:disabled):not(.disabled).active, .show > .bg-magenta .btn-outline-2.dropdown-toggle,
.bg-opacity-magenta .btn-outline-2:not(:disabled):not(.disabled):active,
.bg-opacity-magenta .btn-outline-2:not(:disabled):not(.disabled).active,
.show > .bg-opacity-magenta .btn-outline-2.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-magenta .btn-outline-2:not(:disabled):not(.disabled):active:focus, .bg-magenta .btn-outline-2:not(:disabled):not(.disabled).active:focus, .show > .bg-magenta .btn-outline-2.dropdown-toggle:focus,
.bg-opacity-magenta .btn-outline-2:not(:disabled):not(.disabled):active:focus,
.bg-opacity-magenta .btn-outline-2:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-magenta .btn-outline-2.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-magenta .btn-outline-3,
.bg-opacity-magenta .btn-outline-3 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-magenta .btn-outline-3:hover,
.bg-opacity-magenta .btn-outline-3:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-magenta .btn-outline-3:focus, .bg-magenta .btn-outline-3.focus,
.bg-opacity-magenta .btn-outline-3:focus,
.bg-opacity-magenta .btn-outline-3.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-magenta .btn-outline-3.disabled, .bg-magenta .btn-outline-3:disabled,
.bg-opacity-magenta .btn-outline-3.disabled,
.bg-opacity-magenta .btn-outline-3:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-magenta .btn-outline-3:not(:disabled):not(.disabled):active, .bg-magenta .btn-outline-3:not(:disabled):not(.disabled).active, .show > .bg-magenta .btn-outline-3.dropdown-toggle,
.bg-opacity-magenta .btn-outline-3:not(:disabled):not(.disabled):active,
.bg-opacity-magenta .btn-outline-3:not(:disabled):not(.disabled).active,
.show > .bg-opacity-magenta .btn-outline-3.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-magenta .btn-outline-3:not(:disabled):not(.disabled):active:focus, .bg-magenta .btn-outline-3:not(:disabled):not(.disabled).active:focus, .show > .bg-magenta .btn-outline-3.dropdown-toggle:focus,
.bg-opacity-magenta .btn-outline-3:not(:disabled):not(.disabled):active:focus,
.bg-opacity-magenta .btn-outline-3:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-magenta .btn-outline-3.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-magenta .btn-outline-4,
.bg-opacity-magenta .btn-outline-4 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-magenta .btn-outline-4:hover,
.bg-opacity-magenta .btn-outline-4:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-magenta .btn-outline-4:focus, .bg-magenta .btn-outline-4.focus,
.bg-opacity-magenta .btn-outline-4:focus,
.bg-opacity-magenta .btn-outline-4.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-magenta .btn-outline-4.disabled, .bg-magenta .btn-outline-4:disabled,
.bg-opacity-magenta .btn-outline-4.disabled,
.bg-opacity-magenta .btn-outline-4:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-magenta .btn-outline-4:not(:disabled):not(.disabled):active, .bg-magenta .btn-outline-4:not(:disabled):not(.disabled).active, .show > .bg-magenta .btn-outline-4.dropdown-toggle,
.bg-opacity-magenta .btn-outline-4:not(:disabled):not(.disabled):active,
.bg-opacity-magenta .btn-outline-4:not(:disabled):not(.disabled).active,
.show > .bg-opacity-magenta .btn-outline-4.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-magenta .btn-outline-4:not(:disabled):not(.disabled):active:focus, .bg-magenta .btn-outline-4:not(:disabled):not(.disabled).active:focus, .show > .bg-magenta .btn-outline-4.dropdown-toggle:focus,
.bg-opacity-magenta .btn-outline-4:not(:disabled):not(.disabled):active:focus,
.bg-opacity-magenta .btn-outline-4:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-magenta .btn-outline-4.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-magenta .btn-outline-5,
.bg-opacity-magenta .btn-outline-5 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-magenta .btn-outline-5:hover,
.bg-opacity-magenta .btn-outline-5:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-magenta .btn-outline-5:focus, .bg-magenta .btn-outline-5.focus,
.bg-opacity-magenta .btn-outline-5:focus,
.bg-opacity-magenta .btn-outline-5.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-magenta .btn-outline-5.disabled, .bg-magenta .btn-outline-5:disabled,
.bg-opacity-magenta .btn-outline-5.disabled,
.bg-opacity-magenta .btn-outline-5:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-magenta .btn-outline-5:not(:disabled):not(.disabled):active, .bg-magenta .btn-outline-5:not(:disabled):not(.disabled).active, .show > .bg-magenta .btn-outline-5.dropdown-toggle,
.bg-opacity-magenta .btn-outline-5:not(:disabled):not(.disabled):active,
.bg-opacity-magenta .btn-outline-5:not(:disabled):not(.disabled).active,
.show > .bg-opacity-magenta .btn-outline-5.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-magenta .btn-outline-5:not(:disabled):not(.disabled):active:focus, .bg-magenta .btn-outline-5:not(:disabled):not(.disabled).active:focus, .show > .bg-magenta .btn-outline-5.dropdown-toggle:focus,
.bg-opacity-magenta .btn-outline-5:not(:disabled):not(.disabled):active:focus,
.bg-opacity-magenta .btn-outline-5:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-magenta .btn-outline-5.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-magenta .btn-outline-6,
.bg-opacity-magenta .btn-outline-6 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-magenta .btn-outline-6:hover,
.bg-opacity-magenta .btn-outline-6:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-magenta .btn-outline-6:focus, .bg-magenta .btn-outline-6.focus,
.bg-opacity-magenta .btn-outline-6:focus,
.bg-opacity-magenta .btn-outline-6.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-magenta .btn-outline-6.disabled, .bg-magenta .btn-outline-6:disabled,
.bg-opacity-magenta .btn-outline-6.disabled,
.bg-opacity-magenta .btn-outline-6:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-magenta .btn-outline-6:not(:disabled):not(.disabled):active, .bg-magenta .btn-outline-6:not(:disabled):not(.disabled).active, .show > .bg-magenta .btn-outline-6.dropdown-toggle,
.bg-opacity-magenta .btn-outline-6:not(:disabled):not(.disabled):active,
.bg-opacity-magenta .btn-outline-6:not(:disabled):not(.disabled).active,
.show > .bg-opacity-magenta .btn-outline-6.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-magenta .btn-outline-6:not(:disabled):not(.disabled):active:focus, .bg-magenta .btn-outline-6:not(:disabled):not(.disabled).active:focus, .show > .bg-magenta .btn-outline-6.dropdown-toggle:focus,
.bg-opacity-magenta .btn-outline-6:not(:disabled):not(.disabled):active:focus,
.bg-opacity-magenta .btn-outline-6:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-magenta .btn-outline-6.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-magenta .btn-outline-7,
.bg-opacity-magenta .btn-outline-7 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-magenta .btn-outline-7:hover,
.bg-opacity-magenta .btn-outline-7:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-magenta .btn-outline-7:focus, .bg-magenta .btn-outline-7.focus,
.bg-opacity-magenta .btn-outline-7:focus,
.bg-opacity-magenta .btn-outline-7.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-magenta .btn-outline-7.disabled, .bg-magenta .btn-outline-7:disabled,
.bg-opacity-magenta .btn-outline-7.disabled,
.bg-opacity-magenta .btn-outline-7:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-magenta .btn-outline-7:not(:disabled):not(.disabled):active, .bg-magenta .btn-outline-7:not(:disabled):not(.disabled).active, .show > .bg-magenta .btn-outline-7.dropdown-toggle,
.bg-opacity-magenta .btn-outline-7:not(:disabled):not(.disabled):active,
.bg-opacity-magenta .btn-outline-7:not(:disabled):not(.disabled).active,
.show > .bg-opacity-magenta .btn-outline-7.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-magenta .btn-outline-7:not(:disabled):not(.disabled):active:focus, .bg-magenta .btn-outline-7:not(:disabled):not(.disabled).active:focus, .show > .bg-magenta .btn-outline-7.dropdown-toggle:focus,
.bg-opacity-magenta .btn-outline-7:not(:disabled):not(.disabled):active:focus,
.bg-opacity-magenta .btn-outline-7:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-magenta .btn-outline-7.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-magenta .btn-outline-8,
.bg-opacity-magenta .btn-outline-8 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-magenta .btn-outline-8:hover,
.bg-opacity-magenta .btn-outline-8:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-magenta .btn-outline-8:focus, .bg-magenta .btn-outline-8.focus,
.bg-opacity-magenta .btn-outline-8:focus,
.bg-opacity-magenta .btn-outline-8.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-magenta .btn-outline-8.disabled, .bg-magenta .btn-outline-8:disabled,
.bg-opacity-magenta .btn-outline-8.disabled,
.bg-opacity-magenta .btn-outline-8:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-magenta .btn-outline-8:not(:disabled):not(.disabled):active, .bg-magenta .btn-outline-8:not(:disabled):not(.disabled).active, .show > .bg-magenta .btn-outline-8.dropdown-toggle,
.bg-opacity-magenta .btn-outline-8:not(:disabled):not(.disabled):active,
.bg-opacity-magenta .btn-outline-8:not(:disabled):not(.disabled).active,
.show > .bg-opacity-magenta .btn-outline-8.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-magenta .btn-outline-8:not(:disabled):not(.disabled):active:focus, .bg-magenta .btn-outline-8:not(:disabled):not(.disabled).active:focus, .show > .bg-magenta .btn-outline-8.dropdown-toggle:focus,
.bg-opacity-magenta .btn-outline-8:not(:disabled):not(.disabled):active:focus,
.bg-opacity-magenta .btn-outline-8:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-magenta .btn-outline-8.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-magenta .btn-outline-9,
.bg-opacity-magenta .btn-outline-9 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-magenta .btn-outline-9:hover,
.bg-opacity-magenta .btn-outline-9:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-magenta .btn-outline-9:focus, .bg-magenta .btn-outline-9.focus,
.bg-opacity-magenta .btn-outline-9:focus,
.bg-opacity-magenta .btn-outline-9.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-magenta .btn-outline-9.disabled, .bg-magenta .btn-outline-9:disabled,
.bg-opacity-magenta .btn-outline-9.disabled,
.bg-opacity-magenta .btn-outline-9:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-magenta .btn-outline-9:not(:disabled):not(.disabled):active, .bg-magenta .btn-outline-9:not(:disabled):not(.disabled).active, .show > .bg-magenta .btn-outline-9.dropdown-toggle,
.bg-opacity-magenta .btn-outline-9:not(:disabled):not(.disabled):active,
.bg-opacity-magenta .btn-outline-9:not(:disabled):not(.disabled).active,
.show > .bg-opacity-magenta .btn-outline-9.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-magenta .btn-outline-9:not(:disabled):not(.disabled):active:focus, .bg-magenta .btn-outline-9:not(:disabled):not(.disabled).active:focus, .show > .bg-magenta .btn-outline-9.dropdown-toggle:focus,
.bg-opacity-magenta .btn-outline-9:not(:disabled):not(.disabled):active:focus,
.bg-opacity-magenta .btn-outline-9:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-magenta .btn-outline-9.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-magenta .btn-outline-10,
.bg-opacity-magenta .btn-outline-10 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-magenta .btn-outline-10:hover,
.bg-opacity-magenta .btn-outline-10:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-magenta .btn-outline-10:focus, .bg-magenta .btn-outline-10.focus,
.bg-opacity-magenta .btn-outline-10:focus,
.bg-opacity-magenta .btn-outline-10.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-magenta .btn-outline-10.disabled, .bg-magenta .btn-outline-10:disabled,
.bg-opacity-magenta .btn-outline-10.disabled,
.bg-opacity-magenta .btn-outline-10:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-magenta .btn-outline-10:not(:disabled):not(.disabled):active, .bg-magenta .btn-outline-10:not(:disabled):not(.disabled).active, .show > .bg-magenta .btn-outline-10.dropdown-toggle,
.bg-opacity-magenta .btn-outline-10:not(:disabled):not(.disabled):active,
.bg-opacity-magenta .btn-outline-10:not(:disabled):not(.disabled).active,
.show > .bg-opacity-magenta .btn-outline-10.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-magenta .btn-outline-10:not(:disabled):not(.disabled):active:focus, .bg-magenta .btn-outline-10:not(:disabled):not(.disabled).active:focus, .show > .bg-magenta .btn-outline-10.dropdown-toggle:focus,
.bg-opacity-magenta .btn-outline-10:not(:disabled):not(.disabled):active:focus,
.bg-opacity-magenta .btn-outline-10:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-magenta .btn-outline-10.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-magenta .btn-outline-default,
.bg-opacity-magenta .btn-outline-default {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-magenta .btn-outline-default:hover,
.bg-opacity-magenta .btn-outline-default:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-magenta .btn-outline-default:focus, .bg-magenta .btn-outline-default.focus,
.bg-opacity-magenta .btn-outline-default:focus,
.bg-opacity-magenta .btn-outline-default.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-magenta .btn-outline-default.disabled, .bg-magenta .btn-outline-default:disabled,
.bg-opacity-magenta .btn-outline-default.disabled,
.bg-opacity-magenta .btn-outline-default:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-magenta .btn-outline-default:not(:disabled):not(.disabled):active, .bg-magenta .btn-outline-default:not(:disabled):not(.disabled).active, .show > .bg-magenta .btn-outline-default.dropdown-toggle,
.bg-opacity-magenta .btn-outline-default:not(:disabled):not(.disabled):active,
.bg-opacity-magenta .btn-outline-default:not(:disabled):not(.disabled).active,
.show > .bg-opacity-magenta .btn-outline-default.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-magenta .btn-outline-default:not(:disabled):not(.disabled):active:focus, .bg-magenta .btn-outline-default:not(:disabled):not(.disabled).active:focus, .show > .bg-magenta .btn-outline-default.dropdown-toggle:focus,
.bg-opacity-magenta .btn-outline-default:not(:disabled):not(.disabled):active:focus,
.bg-opacity-magenta .btn-outline-default:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-magenta .btn-outline-default.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-magenta .btn-outline-violet,
.bg-opacity-magenta .btn-outline-violet {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-magenta .btn-outline-violet:hover,
.bg-opacity-magenta .btn-outline-violet:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-magenta .btn-outline-violet:focus, .bg-magenta .btn-outline-violet.focus,
.bg-opacity-magenta .btn-outline-violet:focus,
.bg-opacity-magenta .btn-outline-violet.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-magenta .btn-outline-violet.disabled, .bg-magenta .btn-outline-violet:disabled,
.bg-opacity-magenta .btn-outline-violet.disabled,
.bg-opacity-magenta .btn-outline-violet:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-magenta .btn-outline-violet:not(:disabled):not(.disabled):active, .bg-magenta .btn-outline-violet:not(:disabled):not(.disabled).active, .show > .bg-magenta .btn-outline-violet.dropdown-toggle,
.bg-opacity-magenta .btn-outline-violet:not(:disabled):not(.disabled):active,
.bg-opacity-magenta .btn-outline-violet:not(:disabled):not(.disabled).active,
.show > .bg-opacity-magenta .btn-outline-violet.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-magenta .btn-outline-violet:not(:disabled):not(.disabled):active:focus, .bg-magenta .btn-outline-violet:not(:disabled):not(.disabled).active:focus, .show > .bg-magenta .btn-outline-violet.dropdown-toggle:focus,
.bg-opacity-magenta .btn-outline-violet:not(:disabled):not(.disabled):active:focus,
.bg-opacity-magenta .btn-outline-violet:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-magenta .btn-outline-violet.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-magenta .btn-outline-magenta,
.bg-opacity-magenta .btn-outline-magenta {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-magenta .btn-outline-magenta:hover,
.bg-opacity-magenta .btn-outline-magenta:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-magenta .btn-outline-magenta:focus, .bg-magenta .btn-outline-magenta.focus,
.bg-opacity-magenta .btn-outline-magenta:focus,
.bg-opacity-magenta .btn-outline-magenta.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-magenta .btn-outline-magenta.disabled, .bg-magenta .btn-outline-magenta:disabled,
.bg-opacity-magenta .btn-outline-magenta.disabled,
.bg-opacity-magenta .btn-outline-magenta:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-magenta .btn-outline-magenta:not(:disabled):not(.disabled):active, .bg-magenta .btn-outline-magenta:not(:disabled):not(.disabled).active, .show > .bg-magenta .btn-outline-magenta.dropdown-toggle,
.bg-opacity-magenta .btn-outline-magenta:not(:disabled):not(.disabled):active,
.bg-opacity-magenta .btn-outline-magenta:not(:disabled):not(.disabled).active,
.show > .bg-opacity-magenta .btn-outline-magenta.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-magenta .btn-outline-magenta:not(:disabled):not(.disabled):active:focus, .bg-magenta .btn-outline-magenta:not(:disabled):not(.disabled).active:focus, .show > .bg-magenta .btn-outline-magenta.dropdown-toggle:focus,
.bg-opacity-magenta .btn-outline-magenta:not(:disabled):not(.disabled):active:focus,
.bg-opacity-magenta .btn-outline-magenta:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-magenta .btn-outline-magenta.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-magenta .btn-outline-petrol,
.bg-opacity-magenta .btn-outline-petrol {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-magenta .btn-outline-petrol:hover,
.bg-opacity-magenta .btn-outline-petrol:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-magenta .btn-outline-petrol:focus, .bg-magenta .btn-outline-petrol.focus,
.bg-opacity-magenta .btn-outline-petrol:focus,
.bg-opacity-magenta .btn-outline-petrol.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-magenta .btn-outline-petrol.disabled, .bg-magenta .btn-outline-petrol:disabled,
.bg-opacity-magenta .btn-outline-petrol.disabled,
.bg-opacity-magenta .btn-outline-petrol:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-magenta .btn-outline-petrol:not(:disabled):not(.disabled):active, .bg-magenta .btn-outline-petrol:not(:disabled):not(.disabled).active, .show > .bg-magenta .btn-outline-petrol.dropdown-toggle,
.bg-opacity-magenta .btn-outline-petrol:not(:disabled):not(.disabled):active,
.bg-opacity-magenta .btn-outline-petrol:not(:disabled):not(.disabled).active,
.show > .bg-opacity-magenta .btn-outline-petrol.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-magenta .btn-outline-petrol:not(:disabled):not(.disabled):active:focus, .bg-magenta .btn-outline-petrol:not(:disabled):not(.disabled).active:focus, .show > .bg-magenta .btn-outline-petrol.dropdown-toggle:focus,
.bg-opacity-magenta .btn-outline-petrol:not(:disabled):not(.disabled):active:focus,
.bg-opacity-magenta .btn-outline-petrol:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-magenta .btn-outline-petrol.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-magenta .btn-outline-green,
.bg-opacity-magenta .btn-outline-green {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-magenta .btn-outline-green:hover,
.bg-opacity-magenta .btn-outline-green:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-magenta .btn-outline-green:focus, .bg-magenta .btn-outline-green.focus,
.bg-opacity-magenta .btn-outline-green:focus,
.bg-opacity-magenta .btn-outline-green.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-magenta .btn-outline-green.disabled, .bg-magenta .btn-outline-green:disabled,
.bg-opacity-magenta .btn-outline-green.disabled,
.bg-opacity-magenta .btn-outline-green:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-magenta .btn-outline-green:not(:disabled):not(.disabled):active, .bg-magenta .btn-outline-green:not(:disabled):not(.disabled).active, .show > .bg-magenta .btn-outline-green.dropdown-toggle,
.bg-opacity-magenta .btn-outline-green:not(:disabled):not(.disabled):active,
.bg-opacity-magenta .btn-outline-green:not(:disabled):not(.disabled).active,
.show > .bg-opacity-magenta .btn-outline-green.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-magenta .btn-outline-green:not(:disabled):not(.disabled):active:focus, .bg-magenta .btn-outline-green:not(:disabled):not(.disabled).active:focus, .show > .bg-magenta .btn-outline-green.dropdown-toggle:focus,
.bg-opacity-magenta .btn-outline-green:not(:disabled):not(.disabled):active:focus,
.bg-opacity-magenta .btn-outline-green:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-magenta .btn-outline-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-magenta .btn-outline-orange,
.bg-opacity-magenta .btn-outline-orange {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-magenta .btn-outline-orange:hover,
.bg-opacity-magenta .btn-outline-orange:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-magenta .btn-outline-orange:focus, .bg-magenta .btn-outline-orange.focus,
.bg-opacity-magenta .btn-outline-orange:focus,
.bg-opacity-magenta .btn-outline-orange.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-magenta .btn-outline-orange.disabled, .bg-magenta .btn-outline-orange:disabled,
.bg-opacity-magenta .btn-outline-orange.disabled,
.bg-opacity-magenta .btn-outline-orange:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-magenta .btn-outline-orange:not(:disabled):not(.disabled):active, .bg-magenta .btn-outline-orange:not(:disabled):not(.disabled).active, .show > .bg-magenta .btn-outline-orange.dropdown-toggle,
.bg-opacity-magenta .btn-outline-orange:not(:disabled):not(.disabled):active,
.bg-opacity-magenta .btn-outline-orange:not(:disabled):not(.disabled).active,
.show > .bg-opacity-magenta .btn-outline-orange.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-magenta .btn-outline-orange:not(:disabled):not(.disabled):active:focus, .bg-magenta .btn-outline-orange:not(:disabled):not(.disabled).active:focus, .show > .bg-magenta .btn-outline-orange.dropdown-toggle:focus,
.bg-opacity-magenta .btn-outline-orange:not(:disabled):not(.disabled):active:focus,
.bg-opacity-magenta .btn-outline-orange:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-magenta .btn-outline-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-magenta .btn-outline-gold,
.bg-opacity-magenta .btn-outline-gold {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-magenta .btn-outline-gold:hover,
.bg-opacity-magenta .btn-outline-gold:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-magenta .btn-outline-gold:focus, .bg-magenta .btn-outline-gold.focus,
.bg-opacity-magenta .btn-outline-gold:focus,
.bg-opacity-magenta .btn-outline-gold.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-magenta .btn-outline-gold.disabled, .bg-magenta .btn-outline-gold:disabled,
.bg-opacity-magenta .btn-outline-gold.disabled,
.bg-opacity-magenta .btn-outline-gold:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-magenta .btn-outline-gold:not(:disabled):not(.disabled):active, .bg-magenta .btn-outline-gold:not(:disabled):not(.disabled).active, .show > .bg-magenta .btn-outline-gold.dropdown-toggle,
.bg-opacity-magenta .btn-outline-gold:not(:disabled):not(.disabled):active,
.bg-opacity-magenta .btn-outline-gold:not(:disabled):not(.disabled).active,
.show > .bg-opacity-magenta .btn-outline-gold.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-magenta .btn-outline-gold:not(:disabled):not(.disabled):active:focus, .bg-magenta .btn-outline-gold:not(:disabled):not(.disabled).active:focus, .show > .bg-magenta .btn-outline-gold.dropdown-toggle:focus,
.bg-opacity-magenta .btn-outline-gold:not(:disabled):not(.disabled):active:focus,
.bg-opacity-magenta .btn-outline-gold:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-magenta .btn-outline-gold.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-magenta .btn-outline-silver,
.bg-opacity-magenta .btn-outline-silver {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-magenta .btn-outline-silver:hover,
.bg-opacity-magenta .btn-outline-silver:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-magenta .btn-outline-silver:focus, .bg-magenta .btn-outline-silver.focus,
.bg-opacity-magenta .btn-outline-silver:focus,
.bg-opacity-magenta .btn-outline-silver.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-magenta .btn-outline-silver.disabled, .bg-magenta .btn-outline-silver:disabled,
.bg-opacity-magenta .btn-outline-silver.disabled,
.bg-opacity-magenta .btn-outline-silver:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-magenta .btn-outline-silver:not(:disabled):not(.disabled):active, .bg-magenta .btn-outline-silver:not(:disabled):not(.disabled).active, .show > .bg-magenta .btn-outline-silver.dropdown-toggle,
.bg-opacity-magenta .btn-outline-silver:not(:disabled):not(.disabled):active,
.bg-opacity-magenta .btn-outline-silver:not(:disabled):not(.disabled).active,
.show > .bg-opacity-magenta .btn-outline-silver.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-magenta .btn-outline-silver:not(:disabled):not(.disabled):active:focus, .bg-magenta .btn-outline-silver:not(:disabled):not(.disabled).active:focus, .show > .bg-magenta .btn-outline-silver.dropdown-toggle:focus,
.bg-opacity-magenta .btn-outline-silver:not(:disabled):not(.disabled):active:focus,
.bg-opacity-magenta .btn-outline-silver:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-magenta .btn-outline-silver.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-magenta .btn-outline-white,
.bg-opacity-magenta .btn-outline-white {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-magenta .btn-outline-white:hover,
.bg-opacity-magenta .btn-outline-white:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-magenta .btn-outline-white:focus, .bg-magenta .btn-outline-white.focus,
.bg-opacity-magenta .btn-outline-white:focus,
.bg-opacity-magenta .btn-outline-white.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-magenta .btn-outline-white.disabled, .bg-magenta .btn-outline-white:disabled,
.bg-opacity-magenta .btn-outline-white.disabled,
.bg-opacity-magenta .btn-outline-white:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-magenta .btn-outline-white:not(:disabled):not(.disabled):active, .bg-magenta .btn-outline-white:not(:disabled):not(.disabled).active, .show > .bg-magenta .btn-outline-white.dropdown-toggle,
.bg-opacity-magenta .btn-outline-white:not(:disabled):not(.disabled):active,
.bg-opacity-magenta .btn-outline-white:not(:disabled):not(.disabled).active,
.show > .bg-opacity-magenta .btn-outline-white.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-magenta .btn-outline-white:not(:disabled):not(.disabled):active:focus, .bg-magenta .btn-outline-white:not(:disabled):not(.disabled).active:focus, .show > .bg-magenta .btn-outline-white.dropdown-toggle:focus,
.bg-opacity-magenta .btn-outline-white:not(:disabled):not(.disabled):active:focus,
.bg-opacity-magenta .btn-outline-white:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-magenta .btn-outline-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}

.bg-petrol .custom-select,
.bg-opacity-petrol .custom-select {
  border-color: #ffffff;
  color: #ffffff;
}
.bg-petrol .custom-select option,
.bg-opacity-petrol .custom-select option {
  color: #333333;
}
.bg-petrol .custom-select option:hover,
.bg-opacity-petrol .custom-select option:hover {
  background-color: #007c96;
}
.bg-petrol .text-theme,
.bg-opacity-petrol .text-theme {
  color: #ffffff !important;
}
.bg-petrol a[href^="tel:"],
.bg-opacity-petrol a[href^="tel:"] {
  color: #ffffff !important;
}
.bg-petrol .btn-theme,
.bg-opacity-petrol .btn-theme {
  color: #52565a;
  background-color: #ffffff;
  border-color: #007c96;
}
.bg-petrol .btn-theme:hover,
.bg-opacity-petrol .btn-theme:hover {
  color: #ffffff;
  background-color: #7e8890;
  border-color: #7e8890;
}
.bg-petrol .btn-theme:focus, .bg-petrol .btn-theme.focus,
.bg-opacity-petrol .btn-theme:focus,
.bg-opacity-petrol .btn-theme.focus {
  box-shadow: 0 0 0 0 rgba(12, 118, 141, 0.5);
}
.bg-petrol .btn-theme.disabled, .bg-petrol .btn-theme:disabled,
.bg-opacity-petrol .btn-theme.disabled,
.bg-opacity-petrol .btn-theme:disabled {
  color: #52565a;
  background-color: #ffffff;
  border-color: #007c96;
}
.bg-petrol .btn-theme:not(:disabled):not(.disabled):active, .bg-petrol .btn-theme:not(:disabled):not(.disabled).active, .show > .bg-petrol .btn-theme.dropdown-toggle,
.bg-opacity-petrol .btn-theme:not(:disabled):not(.disabled):active,
.bg-opacity-petrol .btn-theme:not(:disabled):not(.disabled).active,
.show > .bg-opacity-petrol .btn-theme.dropdown-toggle {
  color: #52565a;
  background-color: #e6e6e6;
  border-color: #004756;
}
.bg-petrol .btn-theme:not(:disabled):not(.disabled):active:focus, .bg-petrol .btn-theme:not(:disabled):not(.disabled).active:focus, .show > .bg-petrol .btn-theme.dropdown-toggle:focus,
.bg-opacity-petrol .btn-theme:not(:disabled):not(.disabled):active:focus,
.bg-opacity-petrol .btn-theme:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-petrol .btn-theme.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(12, 118, 141, 0.5);
}
.bg-petrol .btn-outline-primary,
.bg-opacity-petrol .btn-outline-primary {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-petrol .btn-outline-primary:hover,
.bg-opacity-petrol .btn-outline-primary:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-petrol .btn-outline-primary:focus, .bg-petrol .btn-outline-primary.focus,
.bg-opacity-petrol .btn-outline-primary:focus,
.bg-opacity-petrol .btn-outline-primary.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-petrol .btn-outline-primary.disabled, .bg-petrol .btn-outline-primary:disabled,
.bg-opacity-petrol .btn-outline-primary.disabled,
.bg-opacity-petrol .btn-outline-primary:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-petrol .btn-outline-primary:not(:disabled):not(.disabled):active, .bg-petrol .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .bg-petrol .btn-outline-primary.dropdown-toggle,
.bg-opacity-petrol .btn-outline-primary:not(:disabled):not(.disabled):active,
.bg-opacity-petrol .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .bg-opacity-petrol .btn-outline-primary.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-petrol .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .bg-petrol .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .bg-petrol .btn-outline-primary.dropdown-toggle:focus,
.bg-opacity-petrol .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.bg-opacity-petrol .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-petrol .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-petrol .btn-outline-secondary,
.bg-opacity-petrol .btn-outline-secondary {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-petrol .btn-outline-secondary:hover,
.bg-opacity-petrol .btn-outline-secondary:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-petrol .btn-outline-secondary:focus, .bg-petrol .btn-outline-secondary.focus,
.bg-opacity-petrol .btn-outline-secondary:focus,
.bg-opacity-petrol .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-petrol .btn-outline-secondary.disabled, .bg-petrol .btn-outline-secondary:disabled,
.bg-opacity-petrol .btn-outline-secondary.disabled,
.bg-opacity-petrol .btn-outline-secondary:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-petrol .btn-outline-secondary:not(:disabled):not(.disabled):active, .bg-petrol .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .bg-petrol .btn-outline-secondary.dropdown-toggle,
.bg-opacity-petrol .btn-outline-secondary:not(:disabled):not(.disabled):active,
.bg-opacity-petrol .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .bg-opacity-petrol .btn-outline-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-petrol .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .bg-petrol .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .bg-petrol .btn-outline-secondary.dropdown-toggle:focus,
.bg-opacity-petrol .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.bg-opacity-petrol .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-petrol .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-petrol .btn-outline-success,
.bg-opacity-petrol .btn-outline-success {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-petrol .btn-outline-success:hover,
.bg-opacity-petrol .btn-outline-success:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-petrol .btn-outline-success:focus, .bg-petrol .btn-outline-success.focus,
.bg-opacity-petrol .btn-outline-success:focus,
.bg-opacity-petrol .btn-outline-success.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-petrol .btn-outline-success.disabled, .bg-petrol .btn-outline-success:disabled,
.bg-opacity-petrol .btn-outline-success.disabled,
.bg-opacity-petrol .btn-outline-success:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-petrol .btn-outline-success:not(:disabled):not(.disabled):active, .bg-petrol .btn-outline-success:not(:disabled):not(.disabled).active, .show > .bg-petrol .btn-outline-success.dropdown-toggle,
.bg-opacity-petrol .btn-outline-success:not(:disabled):not(.disabled):active,
.bg-opacity-petrol .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .bg-opacity-petrol .btn-outline-success.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-petrol .btn-outline-success:not(:disabled):not(.disabled):active:focus, .bg-petrol .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .bg-petrol .btn-outline-success.dropdown-toggle:focus,
.bg-opacity-petrol .btn-outline-success:not(:disabled):not(.disabled):active:focus,
.bg-opacity-petrol .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-petrol .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-petrol .btn-outline-info,
.bg-opacity-petrol .btn-outline-info {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-petrol .btn-outline-info:hover,
.bg-opacity-petrol .btn-outline-info:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-petrol .btn-outline-info:focus, .bg-petrol .btn-outline-info.focus,
.bg-opacity-petrol .btn-outline-info:focus,
.bg-opacity-petrol .btn-outline-info.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-petrol .btn-outline-info.disabled, .bg-petrol .btn-outline-info:disabled,
.bg-opacity-petrol .btn-outline-info.disabled,
.bg-opacity-petrol .btn-outline-info:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-petrol .btn-outline-info:not(:disabled):not(.disabled):active, .bg-petrol .btn-outline-info:not(:disabled):not(.disabled).active, .show > .bg-petrol .btn-outline-info.dropdown-toggle,
.bg-opacity-petrol .btn-outline-info:not(:disabled):not(.disabled):active,
.bg-opacity-petrol .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .bg-opacity-petrol .btn-outline-info.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-petrol .btn-outline-info:not(:disabled):not(.disabled):active:focus, .bg-petrol .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .bg-petrol .btn-outline-info.dropdown-toggle:focus,
.bg-opacity-petrol .btn-outline-info:not(:disabled):not(.disabled):active:focus,
.bg-opacity-petrol .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-petrol .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-petrol .btn-outline-warning,
.bg-opacity-petrol .btn-outline-warning {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-petrol .btn-outline-warning:hover,
.bg-opacity-petrol .btn-outline-warning:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-petrol .btn-outline-warning:focus, .bg-petrol .btn-outline-warning.focus,
.bg-opacity-petrol .btn-outline-warning:focus,
.bg-opacity-petrol .btn-outline-warning.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-petrol .btn-outline-warning.disabled, .bg-petrol .btn-outline-warning:disabled,
.bg-opacity-petrol .btn-outline-warning.disabled,
.bg-opacity-petrol .btn-outline-warning:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-petrol .btn-outline-warning:not(:disabled):not(.disabled):active, .bg-petrol .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .bg-petrol .btn-outline-warning.dropdown-toggle,
.bg-opacity-petrol .btn-outline-warning:not(:disabled):not(.disabled):active,
.bg-opacity-petrol .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .bg-opacity-petrol .btn-outline-warning.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-petrol .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .bg-petrol .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .bg-petrol .btn-outline-warning.dropdown-toggle:focus,
.bg-opacity-petrol .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.bg-opacity-petrol .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-petrol .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-petrol .btn-outline-danger,
.bg-opacity-petrol .btn-outline-danger {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-petrol .btn-outline-danger:hover,
.bg-opacity-petrol .btn-outline-danger:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-petrol .btn-outline-danger:focus, .bg-petrol .btn-outline-danger.focus,
.bg-opacity-petrol .btn-outline-danger:focus,
.bg-opacity-petrol .btn-outline-danger.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-petrol .btn-outline-danger.disabled, .bg-petrol .btn-outline-danger:disabled,
.bg-opacity-petrol .btn-outline-danger.disabled,
.bg-opacity-petrol .btn-outline-danger:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-petrol .btn-outline-danger:not(:disabled):not(.disabled):active, .bg-petrol .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .bg-petrol .btn-outline-danger.dropdown-toggle,
.bg-opacity-petrol .btn-outline-danger:not(:disabled):not(.disabled):active,
.bg-opacity-petrol .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .bg-opacity-petrol .btn-outline-danger.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-petrol .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .bg-petrol .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .bg-petrol .btn-outline-danger.dropdown-toggle:focus,
.bg-opacity-petrol .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.bg-opacity-petrol .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-petrol .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-petrol .btn-outline-light,
.bg-opacity-petrol .btn-outline-light {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-petrol .btn-outline-light:hover,
.bg-opacity-petrol .btn-outline-light:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-petrol .btn-outline-light:focus, .bg-petrol .btn-outline-light.focus,
.bg-opacity-petrol .btn-outline-light:focus,
.bg-opacity-petrol .btn-outline-light.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-petrol .btn-outline-light.disabled, .bg-petrol .btn-outline-light:disabled,
.bg-opacity-petrol .btn-outline-light.disabled,
.bg-opacity-petrol .btn-outline-light:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-petrol .btn-outline-light:not(:disabled):not(.disabled):active, .bg-petrol .btn-outline-light:not(:disabled):not(.disabled).active, .show > .bg-petrol .btn-outline-light.dropdown-toggle,
.bg-opacity-petrol .btn-outline-light:not(:disabled):not(.disabled):active,
.bg-opacity-petrol .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .bg-opacity-petrol .btn-outline-light.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-petrol .btn-outline-light:not(:disabled):not(.disabled):active:focus, .bg-petrol .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .bg-petrol .btn-outline-light.dropdown-toggle:focus,
.bg-opacity-petrol .btn-outline-light:not(:disabled):not(.disabled):active:focus,
.bg-opacity-petrol .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-petrol .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-petrol .btn-outline-dark,
.bg-opacity-petrol .btn-outline-dark {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-petrol .btn-outline-dark:hover,
.bg-opacity-petrol .btn-outline-dark:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-petrol .btn-outline-dark:focus, .bg-petrol .btn-outline-dark.focus,
.bg-opacity-petrol .btn-outline-dark:focus,
.bg-opacity-petrol .btn-outline-dark.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-petrol .btn-outline-dark.disabled, .bg-petrol .btn-outline-dark:disabled,
.bg-opacity-petrol .btn-outline-dark.disabled,
.bg-opacity-petrol .btn-outline-dark:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-petrol .btn-outline-dark:not(:disabled):not(.disabled):active, .bg-petrol .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .bg-petrol .btn-outline-dark.dropdown-toggle,
.bg-opacity-petrol .btn-outline-dark:not(:disabled):not(.disabled):active,
.bg-opacity-petrol .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .bg-opacity-petrol .btn-outline-dark.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-petrol .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .bg-petrol .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .bg-petrol .btn-outline-dark.dropdown-toggle:focus,
.bg-opacity-petrol .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.bg-opacity-petrol .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-petrol .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-petrol .btn-outline-0,
.bg-opacity-petrol .btn-outline-0 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-petrol .btn-outline-0:hover,
.bg-opacity-petrol .btn-outline-0:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-petrol .btn-outline-0:focus, .bg-petrol .btn-outline-0.focus,
.bg-opacity-petrol .btn-outline-0:focus,
.bg-opacity-petrol .btn-outline-0.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-petrol .btn-outline-0.disabled, .bg-petrol .btn-outline-0:disabled,
.bg-opacity-petrol .btn-outline-0.disabled,
.bg-opacity-petrol .btn-outline-0:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-petrol .btn-outline-0:not(:disabled):not(.disabled):active, .bg-petrol .btn-outline-0:not(:disabled):not(.disabled).active, .show > .bg-petrol .btn-outline-0.dropdown-toggle,
.bg-opacity-petrol .btn-outline-0:not(:disabled):not(.disabled):active,
.bg-opacity-petrol .btn-outline-0:not(:disabled):not(.disabled).active,
.show > .bg-opacity-petrol .btn-outline-0.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-petrol .btn-outline-0:not(:disabled):not(.disabled):active:focus, .bg-petrol .btn-outline-0:not(:disabled):not(.disabled).active:focus, .show > .bg-petrol .btn-outline-0.dropdown-toggle:focus,
.bg-opacity-petrol .btn-outline-0:not(:disabled):not(.disabled):active:focus,
.bg-opacity-petrol .btn-outline-0:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-petrol .btn-outline-0.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-petrol .btn-outline-1,
.bg-opacity-petrol .btn-outline-1 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-petrol .btn-outline-1:hover,
.bg-opacity-petrol .btn-outline-1:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-petrol .btn-outline-1:focus, .bg-petrol .btn-outline-1.focus,
.bg-opacity-petrol .btn-outline-1:focus,
.bg-opacity-petrol .btn-outline-1.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-petrol .btn-outline-1.disabled, .bg-petrol .btn-outline-1:disabled,
.bg-opacity-petrol .btn-outline-1.disabled,
.bg-opacity-petrol .btn-outline-1:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-petrol .btn-outline-1:not(:disabled):not(.disabled):active, .bg-petrol .btn-outline-1:not(:disabled):not(.disabled).active, .show > .bg-petrol .btn-outline-1.dropdown-toggle,
.bg-opacity-petrol .btn-outline-1:not(:disabled):not(.disabled):active,
.bg-opacity-petrol .btn-outline-1:not(:disabled):not(.disabled).active,
.show > .bg-opacity-petrol .btn-outline-1.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-petrol .btn-outline-1:not(:disabled):not(.disabled):active:focus, .bg-petrol .btn-outline-1:not(:disabled):not(.disabled).active:focus, .show > .bg-petrol .btn-outline-1.dropdown-toggle:focus,
.bg-opacity-petrol .btn-outline-1:not(:disabled):not(.disabled):active:focus,
.bg-opacity-petrol .btn-outline-1:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-petrol .btn-outline-1.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-petrol .btn-outline-2,
.bg-opacity-petrol .btn-outline-2 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-petrol .btn-outline-2:hover,
.bg-opacity-petrol .btn-outline-2:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-petrol .btn-outline-2:focus, .bg-petrol .btn-outline-2.focus,
.bg-opacity-petrol .btn-outline-2:focus,
.bg-opacity-petrol .btn-outline-2.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-petrol .btn-outline-2.disabled, .bg-petrol .btn-outline-2:disabled,
.bg-opacity-petrol .btn-outline-2.disabled,
.bg-opacity-petrol .btn-outline-2:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-petrol .btn-outline-2:not(:disabled):not(.disabled):active, .bg-petrol .btn-outline-2:not(:disabled):not(.disabled).active, .show > .bg-petrol .btn-outline-2.dropdown-toggle,
.bg-opacity-petrol .btn-outline-2:not(:disabled):not(.disabled):active,
.bg-opacity-petrol .btn-outline-2:not(:disabled):not(.disabled).active,
.show > .bg-opacity-petrol .btn-outline-2.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-petrol .btn-outline-2:not(:disabled):not(.disabled):active:focus, .bg-petrol .btn-outline-2:not(:disabled):not(.disabled).active:focus, .show > .bg-petrol .btn-outline-2.dropdown-toggle:focus,
.bg-opacity-petrol .btn-outline-2:not(:disabled):not(.disabled):active:focus,
.bg-opacity-petrol .btn-outline-2:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-petrol .btn-outline-2.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-petrol .btn-outline-3,
.bg-opacity-petrol .btn-outline-3 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-petrol .btn-outline-3:hover,
.bg-opacity-petrol .btn-outline-3:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-petrol .btn-outline-3:focus, .bg-petrol .btn-outline-3.focus,
.bg-opacity-petrol .btn-outline-3:focus,
.bg-opacity-petrol .btn-outline-3.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-petrol .btn-outline-3.disabled, .bg-petrol .btn-outline-3:disabled,
.bg-opacity-petrol .btn-outline-3.disabled,
.bg-opacity-petrol .btn-outline-3:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-petrol .btn-outline-3:not(:disabled):not(.disabled):active, .bg-petrol .btn-outline-3:not(:disabled):not(.disabled).active, .show > .bg-petrol .btn-outline-3.dropdown-toggle,
.bg-opacity-petrol .btn-outline-3:not(:disabled):not(.disabled):active,
.bg-opacity-petrol .btn-outline-3:not(:disabled):not(.disabled).active,
.show > .bg-opacity-petrol .btn-outline-3.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-petrol .btn-outline-3:not(:disabled):not(.disabled):active:focus, .bg-petrol .btn-outline-3:not(:disabled):not(.disabled).active:focus, .show > .bg-petrol .btn-outline-3.dropdown-toggle:focus,
.bg-opacity-petrol .btn-outline-3:not(:disabled):not(.disabled):active:focus,
.bg-opacity-petrol .btn-outline-3:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-petrol .btn-outline-3.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-petrol .btn-outline-4,
.bg-opacity-petrol .btn-outline-4 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-petrol .btn-outline-4:hover,
.bg-opacity-petrol .btn-outline-4:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-petrol .btn-outline-4:focus, .bg-petrol .btn-outline-4.focus,
.bg-opacity-petrol .btn-outline-4:focus,
.bg-opacity-petrol .btn-outline-4.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-petrol .btn-outline-4.disabled, .bg-petrol .btn-outline-4:disabled,
.bg-opacity-petrol .btn-outline-4.disabled,
.bg-opacity-petrol .btn-outline-4:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-petrol .btn-outline-4:not(:disabled):not(.disabled):active, .bg-petrol .btn-outline-4:not(:disabled):not(.disabled).active, .show > .bg-petrol .btn-outline-4.dropdown-toggle,
.bg-opacity-petrol .btn-outline-4:not(:disabled):not(.disabled):active,
.bg-opacity-petrol .btn-outline-4:not(:disabled):not(.disabled).active,
.show > .bg-opacity-petrol .btn-outline-4.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-petrol .btn-outline-4:not(:disabled):not(.disabled):active:focus, .bg-petrol .btn-outline-4:not(:disabled):not(.disabled).active:focus, .show > .bg-petrol .btn-outline-4.dropdown-toggle:focus,
.bg-opacity-petrol .btn-outline-4:not(:disabled):not(.disabled):active:focus,
.bg-opacity-petrol .btn-outline-4:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-petrol .btn-outline-4.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-petrol .btn-outline-5,
.bg-opacity-petrol .btn-outline-5 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-petrol .btn-outline-5:hover,
.bg-opacity-petrol .btn-outline-5:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-petrol .btn-outline-5:focus, .bg-petrol .btn-outline-5.focus,
.bg-opacity-petrol .btn-outline-5:focus,
.bg-opacity-petrol .btn-outline-5.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-petrol .btn-outline-5.disabled, .bg-petrol .btn-outline-5:disabled,
.bg-opacity-petrol .btn-outline-5.disabled,
.bg-opacity-petrol .btn-outline-5:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-petrol .btn-outline-5:not(:disabled):not(.disabled):active, .bg-petrol .btn-outline-5:not(:disabled):not(.disabled).active, .show > .bg-petrol .btn-outline-5.dropdown-toggle,
.bg-opacity-petrol .btn-outline-5:not(:disabled):not(.disabled):active,
.bg-opacity-petrol .btn-outline-5:not(:disabled):not(.disabled).active,
.show > .bg-opacity-petrol .btn-outline-5.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-petrol .btn-outline-5:not(:disabled):not(.disabled):active:focus, .bg-petrol .btn-outline-5:not(:disabled):not(.disabled).active:focus, .show > .bg-petrol .btn-outline-5.dropdown-toggle:focus,
.bg-opacity-petrol .btn-outline-5:not(:disabled):not(.disabled):active:focus,
.bg-opacity-petrol .btn-outline-5:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-petrol .btn-outline-5.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-petrol .btn-outline-6,
.bg-opacity-petrol .btn-outline-6 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-petrol .btn-outline-6:hover,
.bg-opacity-petrol .btn-outline-6:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-petrol .btn-outline-6:focus, .bg-petrol .btn-outline-6.focus,
.bg-opacity-petrol .btn-outline-6:focus,
.bg-opacity-petrol .btn-outline-6.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-petrol .btn-outline-6.disabled, .bg-petrol .btn-outline-6:disabled,
.bg-opacity-petrol .btn-outline-6.disabled,
.bg-opacity-petrol .btn-outline-6:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-petrol .btn-outline-6:not(:disabled):not(.disabled):active, .bg-petrol .btn-outline-6:not(:disabled):not(.disabled).active, .show > .bg-petrol .btn-outline-6.dropdown-toggle,
.bg-opacity-petrol .btn-outline-6:not(:disabled):not(.disabled):active,
.bg-opacity-petrol .btn-outline-6:not(:disabled):not(.disabled).active,
.show > .bg-opacity-petrol .btn-outline-6.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-petrol .btn-outline-6:not(:disabled):not(.disabled):active:focus, .bg-petrol .btn-outline-6:not(:disabled):not(.disabled).active:focus, .show > .bg-petrol .btn-outline-6.dropdown-toggle:focus,
.bg-opacity-petrol .btn-outline-6:not(:disabled):not(.disabled):active:focus,
.bg-opacity-petrol .btn-outline-6:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-petrol .btn-outline-6.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-petrol .btn-outline-7,
.bg-opacity-petrol .btn-outline-7 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-petrol .btn-outline-7:hover,
.bg-opacity-petrol .btn-outline-7:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-petrol .btn-outline-7:focus, .bg-petrol .btn-outline-7.focus,
.bg-opacity-petrol .btn-outline-7:focus,
.bg-opacity-petrol .btn-outline-7.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-petrol .btn-outline-7.disabled, .bg-petrol .btn-outline-7:disabled,
.bg-opacity-petrol .btn-outline-7.disabled,
.bg-opacity-petrol .btn-outline-7:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-petrol .btn-outline-7:not(:disabled):not(.disabled):active, .bg-petrol .btn-outline-7:not(:disabled):not(.disabled).active, .show > .bg-petrol .btn-outline-7.dropdown-toggle,
.bg-opacity-petrol .btn-outline-7:not(:disabled):not(.disabled):active,
.bg-opacity-petrol .btn-outline-7:not(:disabled):not(.disabled).active,
.show > .bg-opacity-petrol .btn-outline-7.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-petrol .btn-outline-7:not(:disabled):not(.disabled):active:focus, .bg-petrol .btn-outline-7:not(:disabled):not(.disabled).active:focus, .show > .bg-petrol .btn-outline-7.dropdown-toggle:focus,
.bg-opacity-petrol .btn-outline-7:not(:disabled):not(.disabled):active:focus,
.bg-opacity-petrol .btn-outline-7:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-petrol .btn-outline-7.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-petrol .btn-outline-8,
.bg-opacity-petrol .btn-outline-8 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-petrol .btn-outline-8:hover,
.bg-opacity-petrol .btn-outline-8:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-petrol .btn-outline-8:focus, .bg-petrol .btn-outline-8.focus,
.bg-opacity-petrol .btn-outline-8:focus,
.bg-opacity-petrol .btn-outline-8.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-petrol .btn-outline-8.disabled, .bg-petrol .btn-outline-8:disabled,
.bg-opacity-petrol .btn-outline-8.disabled,
.bg-opacity-petrol .btn-outline-8:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-petrol .btn-outline-8:not(:disabled):not(.disabled):active, .bg-petrol .btn-outline-8:not(:disabled):not(.disabled).active, .show > .bg-petrol .btn-outline-8.dropdown-toggle,
.bg-opacity-petrol .btn-outline-8:not(:disabled):not(.disabled):active,
.bg-opacity-petrol .btn-outline-8:not(:disabled):not(.disabled).active,
.show > .bg-opacity-petrol .btn-outline-8.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-petrol .btn-outline-8:not(:disabled):not(.disabled):active:focus, .bg-petrol .btn-outline-8:not(:disabled):not(.disabled).active:focus, .show > .bg-petrol .btn-outline-8.dropdown-toggle:focus,
.bg-opacity-petrol .btn-outline-8:not(:disabled):not(.disabled):active:focus,
.bg-opacity-petrol .btn-outline-8:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-petrol .btn-outline-8.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-petrol .btn-outline-9,
.bg-opacity-petrol .btn-outline-9 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-petrol .btn-outline-9:hover,
.bg-opacity-petrol .btn-outline-9:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-petrol .btn-outline-9:focus, .bg-petrol .btn-outline-9.focus,
.bg-opacity-petrol .btn-outline-9:focus,
.bg-opacity-petrol .btn-outline-9.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-petrol .btn-outline-9.disabled, .bg-petrol .btn-outline-9:disabled,
.bg-opacity-petrol .btn-outline-9.disabled,
.bg-opacity-petrol .btn-outline-9:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-petrol .btn-outline-9:not(:disabled):not(.disabled):active, .bg-petrol .btn-outline-9:not(:disabled):not(.disabled).active, .show > .bg-petrol .btn-outline-9.dropdown-toggle,
.bg-opacity-petrol .btn-outline-9:not(:disabled):not(.disabled):active,
.bg-opacity-petrol .btn-outline-9:not(:disabled):not(.disabled).active,
.show > .bg-opacity-petrol .btn-outline-9.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-petrol .btn-outline-9:not(:disabled):not(.disabled):active:focus, .bg-petrol .btn-outline-9:not(:disabled):not(.disabled).active:focus, .show > .bg-petrol .btn-outline-9.dropdown-toggle:focus,
.bg-opacity-petrol .btn-outline-9:not(:disabled):not(.disabled):active:focus,
.bg-opacity-petrol .btn-outline-9:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-petrol .btn-outline-9.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-petrol .btn-outline-10,
.bg-opacity-petrol .btn-outline-10 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-petrol .btn-outline-10:hover,
.bg-opacity-petrol .btn-outline-10:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-petrol .btn-outline-10:focus, .bg-petrol .btn-outline-10.focus,
.bg-opacity-petrol .btn-outline-10:focus,
.bg-opacity-petrol .btn-outline-10.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-petrol .btn-outline-10.disabled, .bg-petrol .btn-outline-10:disabled,
.bg-opacity-petrol .btn-outline-10.disabled,
.bg-opacity-petrol .btn-outline-10:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-petrol .btn-outline-10:not(:disabled):not(.disabled):active, .bg-petrol .btn-outline-10:not(:disabled):not(.disabled).active, .show > .bg-petrol .btn-outline-10.dropdown-toggle,
.bg-opacity-petrol .btn-outline-10:not(:disabled):not(.disabled):active,
.bg-opacity-petrol .btn-outline-10:not(:disabled):not(.disabled).active,
.show > .bg-opacity-petrol .btn-outline-10.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-petrol .btn-outline-10:not(:disabled):not(.disabled):active:focus, .bg-petrol .btn-outline-10:not(:disabled):not(.disabled).active:focus, .show > .bg-petrol .btn-outline-10.dropdown-toggle:focus,
.bg-opacity-petrol .btn-outline-10:not(:disabled):not(.disabled):active:focus,
.bg-opacity-petrol .btn-outline-10:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-petrol .btn-outline-10.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-petrol .btn-outline-default,
.bg-opacity-petrol .btn-outline-default {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-petrol .btn-outline-default:hover,
.bg-opacity-petrol .btn-outline-default:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-petrol .btn-outline-default:focus, .bg-petrol .btn-outline-default.focus,
.bg-opacity-petrol .btn-outline-default:focus,
.bg-opacity-petrol .btn-outline-default.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-petrol .btn-outline-default.disabled, .bg-petrol .btn-outline-default:disabled,
.bg-opacity-petrol .btn-outline-default.disabled,
.bg-opacity-petrol .btn-outline-default:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-petrol .btn-outline-default:not(:disabled):not(.disabled):active, .bg-petrol .btn-outline-default:not(:disabled):not(.disabled).active, .show > .bg-petrol .btn-outline-default.dropdown-toggle,
.bg-opacity-petrol .btn-outline-default:not(:disabled):not(.disabled):active,
.bg-opacity-petrol .btn-outline-default:not(:disabled):not(.disabled).active,
.show > .bg-opacity-petrol .btn-outline-default.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-petrol .btn-outline-default:not(:disabled):not(.disabled):active:focus, .bg-petrol .btn-outline-default:not(:disabled):not(.disabled).active:focus, .show > .bg-petrol .btn-outline-default.dropdown-toggle:focus,
.bg-opacity-petrol .btn-outline-default:not(:disabled):not(.disabled):active:focus,
.bg-opacity-petrol .btn-outline-default:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-petrol .btn-outline-default.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-petrol .btn-outline-violet,
.bg-opacity-petrol .btn-outline-violet {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-petrol .btn-outline-violet:hover,
.bg-opacity-petrol .btn-outline-violet:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-petrol .btn-outline-violet:focus, .bg-petrol .btn-outline-violet.focus,
.bg-opacity-petrol .btn-outline-violet:focus,
.bg-opacity-petrol .btn-outline-violet.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-petrol .btn-outline-violet.disabled, .bg-petrol .btn-outline-violet:disabled,
.bg-opacity-petrol .btn-outline-violet.disabled,
.bg-opacity-petrol .btn-outline-violet:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-petrol .btn-outline-violet:not(:disabled):not(.disabled):active, .bg-petrol .btn-outline-violet:not(:disabled):not(.disabled).active, .show > .bg-petrol .btn-outline-violet.dropdown-toggle,
.bg-opacity-petrol .btn-outline-violet:not(:disabled):not(.disabled):active,
.bg-opacity-petrol .btn-outline-violet:not(:disabled):not(.disabled).active,
.show > .bg-opacity-petrol .btn-outline-violet.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-petrol .btn-outline-violet:not(:disabled):not(.disabled):active:focus, .bg-petrol .btn-outline-violet:not(:disabled):not(.disabled).active:focus, .show > .bg-petrol .btn-outline-violet.dropdown-toggle:focus,
.bg-opacity-petrol .btn-outline-violet:not(:disabled):not(.disabled):active:focus,
.bg-opacity-petrol .btn-outline-violet:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-petrol .btn-outline-violet.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-petrol .btn-outline-magenta,
.bg-opacity-petrol .btn-outline-magenta {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-petrol .btn-outline-magenta:hover,
.bg-opacity-petrol .btn-outline-magenta:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-petrol .btn-outline-magenta:focus, .bg-petrol .btn-outline-magenta.focus,
.bg-opacity-petrol .btn-outline-magenta:focus,
.bg-opacity-petrol .btn-outline-magenta.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-petrol .btn-outline-magenta.disabled, .bg-petrol .btn-outline-magenta:disabled,
.bg-opacity-petrol .btn-outline-magenta.disabled,
.bg-opacity-petrol .btn-outline-magenta:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-petrol .btn-outline-magenta:not(:disabled):not(.disabled):active, .bg-petrol .btn-outline-magenta:not(:disabled):not(.disabled).active, .show > .bg-petrol .btn-outline-magenta.dropdown-toggle,
.bg-opacity-petrol .btn-outline-magenta:not(:disabled):not(.disabled):active,
.bg-opacity-petrol .btn-outline-magenta:not(:disabled):not(.disabled).active,
.show > .bg-opacity-petrol .btn-outline-magenta.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-petrol .btn-outline-magenta:not(:disabled):not(.disabled):active:focus, .bg-petrol .btn-outline-magenta:not(:disabled):not(.disabled).active:focus, .show > .bg-petrol .btn-outline-magenta.dropdown-toggle:focus,
.bg-opacity-petrol .btn-outline-magenta:not(:disabled):not(.disabled):active:focus,
.bg-opacity-petrol .btn-outline-magenta:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-petrol .btn-outline-magenta.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-petrol .btn-outline-petrol,
.bg-opacity-petrol .btn-outline-petrol {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-petrol .btn-outline-petrol:hover,
.bg-opacity-petrol .btn-outline-petrol:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-petrol .btn-outline-petrol:focus, .bg-petrol .btn-outline-petrol.focus,
.bg-opacity-petrol .btn-outline-petrol:focus,
.bg-opacity-petrol .btn-outline-petrol.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-petrol .btn-outline-petrol.disabled, .bg-petrol .btn-outline-petrol:disabled,
.bg-opacity-petrol .btn-outline-petrol.disabled,
.bg-opacity-petrol .btn-outline-petrol:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-petrol .btn-outline-petrol:not(:disabled):not(.disabled):active, .bg-petrol .btn-outline-petrol:not(:disabled):not(.disabled).active, .show > .bg-petrol .btn-outline-petrol.dropdown-toggle,
.bg-opacity-petrol .btn-outline-petrol:not(:disabled):not(.disabled):active,
.bg-opacity-petrol .btn-outline-petrol:not(:disabled):not(.disabled).active,
.show > .bg-opacity-petrol .btn-outline-petrol.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-petrol .btn-outline-petrol:not(:disabled):not(.disabled):active:focus, .bg-petrol .btn-outline-petrol:not(:disabled):not(.disabled).active:focus, .show > .bg-petrol .btn-outline-petrol.dropdown-toggle:focus,
.bg-opacity-petrol .btn-outline-petrol:not(:disabled):not(.disabled):active:focus,
.bg-opacity-petrol .btn-outline-petrol:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-petrol .btn-outline-petrol.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-petrol .btn-outline-green,
.bg-opacity-petrol .btn-outline-green {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-petrol .btn-outline-green:hover,
.bg-opacity-petrol .btn-outline-green:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-petrol .btn-outline-green:focus, .bg-petrol .btn-outline-green.focus,
.bg-opacity-petrol .btn-outline-green:focus,
.bg-opacity-petrol .btn-outline-green.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-petrol .btn-outline-green.disabled, .bg-petrol .btn-outline-green:disabled,
.bg-opacity-petrol .btn-outline-green.disabled,
.bg-opacity-petrol .btn-outline-green:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-petrol .btn-outline-green:not(:disabled):not(.disabled):active, .bg-petrol .btn-outline-green:not(:disabled):not(.disabled).active, .show > .bg-petrol .btn-outline-green.dropdown-toggle,
.bg-opacity-petrol .btn-outline-green:not(:disabled):not(.disabled):active,
.bg-opacity-petrol .btn-outline-green:not(:disabled):not(.disabled).active,
.show > .bg-opacity-petrol .btn-outline-green.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-petrol .btn-outline-green:not(:disabled):not(.disabled):active:focus, .bg-petrol .btn-outline-green:not(:disabled):not(.disabled).active:focus, .show > .bg-petrol .btn-outline-green.dropdown-toggle:focus,
.bg-opacity-petrol .btn-outline-green:not(:disabled):not(.disabled):active:focus,
.bg-opacity-petrol .btn-outline-green:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-petrol .btn-outline-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-petrol .btn-outline-orange,
.bg-opacity-petrol .btn-outline-orange {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-petrol .btn-outline-orange:hover,
.bg-opacity-petrol .btn-outline-orange:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-petrol .btn-outline-orange:focus, .bg-petrol .btn-outline-orange.focus,
.bg-opacity-petrol .btn-outline-orange:focus,
.bg-opacity-petrol .btn-outline-orange.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-petrol .btn-outline-orange.disabled, .bg-petrol .btn-outline-orange:disabled,
.bg-opacity-petrol .btn-outline-orange.disabled,
.bg-opacity-petrol .btn-outline-orange:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-petrol .btn-outline-orange:not(:disabled):not(.disabled):active, .bg-petrol .btn-outline-orange:not(:disabled):not(.disabled).active, .show > .bg-petrol .btn-outline-orange.dropdown-toggle,
.bg-opacity-petrol .btn-outline-orange:not(:disabled):not(.disabled):active,
.bg-opacity-petrol .btn-outline-orange:not(:disabled):not(.disabled).active,
.show > .bg-opacity-petrol .btn-outline-orange.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-petrol .btn-outline-orange:not(:disabled):not(.disabled):active:focus, .bg-petrol .btn-outline-orange:not(:disabled):not(.disabled).active:focus, .show > .bg-petrol .btn-outline-orange.dropdown-toggle:focus,
.bg-opacity-petrol .btn-outline-orange:not(:disabled):not(.disabled):active:focus,
.bg-opacity-petrol .btn-outline-orange:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-petrol .btn-outline-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-petrol .btn-outline-gold,
.bg-opacity-petrol .btn-outline-gold {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-petrol .btn-outline-gold:hover,
.bg-opacity-petrol .btn-outline-gold:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-petrol .btn-outline-gold:focus, .bg-petrol .btn-outline-gold.focus,
.bg-opacity-petrol .btn-outline-gold:focus,
.bg-opacity-petrol .btn-outline-gold.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-petrol .btn-outline-gold.disabled, .bg-petrol .btn-outline-gold:disabled,
.bg-opacity-petrol .btn-outline-gold.disabled,
.bg-opacity-petrol .btn-outline-gold:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-petrol .btn-outline-gold:not(:disabled):not(.disabled):active, .bg-petrol .btn-outline-gold:not(:disabled):not(.disabled).active, .show > .bg-petrol .btn-outline-gold.dropdown-toggle,
.bg-opacity-petrol .btn-outline-gold:not(:disabled):not(.disabled):active,
.bg-opacity-petrol .btn-outline-gold:not(:disabled):not(.disabled).active,
.show > .bg-opacity-petrol .btn-outline-gold.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-petrol .btn-outline-gold:not(:disabled):not(.disabled):active:focus, .bg-petrol .btn-outline-gold:not(:disabled):not(.disabled).active:focus, .show > .bg-petrol .btn-outline-gold.dropdown-toggle:focus,
.bg-opacity-petrol .btn-outline-gold:not(:disabled):not(.disabled):active:focus,
.bg-opacity-petrol .btn-outline-gold:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-petrol .btn-outline-gold.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-petrol .btn-outline-silver,
.bg-opacity-petrol .btn-outline-silver {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-petrol .btn-outline-silver:hover,
.bg-opacity-petrol .btn-outline-silver:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-petrol .btn-outline-silver:focus, .bg-petrol .btn-outline-silver.focus,
.bg-opacity-petrol .btn-outline-silver:focus,
.bg-opacity-petrol .btn-outline-silver.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-petrol .btn-outline-silver.disabled, .bg-petrol .btn-outline-silver:disabled,
.bg-opacity-petrol .btn-outline-silver.disabled,
.bg-opacity-petrol .btn-outline-silver:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-petrol .btn-outline-silver:not(:disabled):not(.disabled):active, .bg-petrol .btn-outline-silver:not(:disabled):not(.disabled).active, .show > .bg-petrol .btn-outline-silver.dropdown-toggle,
.bg-opacity-petrol .btn-outline-silver:not(:disabled):not(.disabled):active,
.bg-opacity-petrol .btn-outline-silver:not(:disabled):not(.disabled).active,
.show > .bg-opacity-petrol .btn-outline-silver.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-petrol .btn-outline-silver:not(:disabled):not(.disabled):active:focus, .bg-petrol .btn-outline-silver:not(:disabled):not(.disabled).active:focus, .show > .bg-petrol .btn-outline-silver.dropdown-toggle:focus,
.bg-opacity-petrol .btn-outline-silver:not(:disabled):not(.disabled):active:focus,
.bg-opacity-petrol .btn-outline-silver:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-petrol .btn-outline-silver.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-petrol .btn-outline-white,
.bg-opacity-petrol .btn-outline-white {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-petrol .btn-outline-white:hover,
.bg-opacity-petrol .btn-outline-white:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-petrol .btn-outline-white:focus, .bg-petrol .btn-outline-white.focus,
.bg-opacity-petrol .btn-outline-white:focus,
.bg-opacity-petrol .btn-outline-white.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-petrol .btn-outline-white.disabled, .bg-petrol .btn-outline-white:disabled,
.bg-opacity-petrol .btn-outline-white.disabled,
.bg-opacity-petrol .btn-outline-white:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-petrol .btn-outline-white:not(:disabled):not(.disabled):active, .bg-petrol .btn-outline-white:not(:disabled):not(.disabled).active, .show > .bg-petrol .btn-outline-white.dropdown-toggle,
.bg-opacity-petrol .btn-outline-white:not(:disabled):not(.disabled):active,
.bg-opacity-petrol .btn-outline-white:not(:disabled):not(.disabled).active,
.show > .bg-opacity-petrol .btn-outline-white.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-petrol .btn-outline-white:not(:disabled):not(.disabled):active:focus, .bg-petrol .btn-outline-white:not(:disabled):not(.disabled).active:focus, .show > .bg-petrol .btn-outline-white.dropdown-toggle:focus,
.bg-opacity-petrol .btn-outline-white:not(:disabled):not(.disabled):active:focus,
.bg-opacity-petrol .btn-outline-white:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-petrol .btn-outline-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}

.bg-green .custom-select,
.bg-opacity-green .custom-select {
  border-color: #ffffff;
  color: #ffffff;
}
.bg-green .custom-select option,
.bg-opacity-green .custom-select option {
  color: #333333;
}
.bg-green .custom-select option:hover,
.bg-opacity-green .custom-select option:hover {
  background-color: #007c96;
}
.bg-green .text-theme,
.bg-opacity-green .text-theme {
  color: #ffffff !important;
}
.bg-green a[href^="tel:"],
.bg-opacity-green a[href^="tel:"] {
  color: #ffffff !important;
}
.bg-green .btn-theme,
.bg-opacity-green .btn-theme {
  color: #52565a;
  background-color: #ffffff;
  border-color: #7eb61c;
}
.bg-green .btn-theme:hover,
.bg-opacity-green .btn-theme:hover {
  color: #ffffff;
  background-color: #7e8890;
  border-color: #7e8890;
}
.bg-green .btn-theme:focus, .bg-green .btn-theme.focus,
.bg-opacity-green .btn-theme:focus,
.bg-opacity-green .btn-theme.focus {
  box-shadow: 0 0 0 0 rgba(119, 168, 37, 0.5);
}
.bg-green .btn-theme.disabled, .bg-green .btn-theme:disabled,
.bg-opacity-green .btn-theme.disabled,
.bg-opacity-green .btn-theme:disabled {
  color: #52565a;
  background-color: #ffffff;
  border-color: #7eb61c;
}
.bg-green .btn-theme:not(:disabled):not(.disabled):active, .bg-green .btn-theme:not(:disabled):not(.disabled).active, .show > .bg-green .btn-theme.dropdown-toggle,
.bg-opacity-green .btn-theme:not(:disabled):not(.disabled):active,
.bg-opacity-green .btn-theme:not(:disabled):not(.disabled).active,
.show > .bg-opacity-green .btn-theme.dropdown-toggle {
  color: #52565a;
  background-color: #e6e6e6;
  border-color: #587f14;
}
.bg-green .btn-theme:not(:disabled):not(.disabled):active:focus, .bg-green .btn-theme:not(:disabled):not(.disabled).active:focus, .show > .bg-green .btn-theme.dropdown-toggle:focus,
.bg-opacity-green .btn-theme:not(:disabled):not(.disabled):active:focus,
.bg-opacity-green .btn-theme:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-green .btn-theme.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(119, 168, 37, 0.5);
}
.bg-green .btn-outline-primary,
.bg-opacity-green .btn-outline-primary {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-green .btn-outline-primary:hover,
.bg-opacity-green .btn-outline-primary:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-green .btn-outline-primary:focus, .bg-green .btn-outline-primary.focus,
.bg-opacity-green .btn-outline-primary:focus,
.bg-opacity-green .btn-outline-primary.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-green .btn-outline-primary.disabled, .bg-green .btn-outline-primary:disabled,
.bg-opacity-green .btn-outline-primary.disabled,
.bg-opacity-green .btn-outline-primary:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-green .btn-outline-primary:not(:disabled):not(.disabled):active, .bg-green .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .bg-green .btn-outline-primary.dropdown-toggle,
.bg-opacity-green .btn-outline-primary:not(:disabled):not(.disabled):active,
.bg-opacity-green .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .bg-opacity-green .btn-outline-primary.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-green .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .bg-green .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .bg-green .btn-outline-primary.dropdown-toggle:focus,
.bg-opacity-green .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.bg-opacity-green .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-green .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-green .btn-outline-secondary,
.bg-opacity-green .btn-outline-secondary {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-green .btn-outline-secondary:hover,
.bg-opacity-green .btn-outline-secondary:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-green .btn-outline-secondary:focus, .bg-green .btn-outline-secondary.focus,
.bg-opacity-green .btn-outline-secondary:focus,
.bg-opacity-green .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-green .btn-outline-secondary.disabled, .bg-green .btn-outline-secondary:disabled,
.bg-opacity-green .btn-outline-secondary.disabled,
.bg-opacity-green .btn-outline-secondary:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-green .btn-outline-secondary:not(:disabled):not(.disabled):active, .bg-green .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .bg-green .btn-outline-secondary.dropdown-toggle,
.bg-opacity-green .btn-outline-secondary:not(:disabled):not(.disabled):active,
.bg-opacity-green .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .bg-opacity-green .btn-outline-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-green .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .bg-green .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .bg-green .btn-outline-secondary.dropdown-toggle:focus,
.bg-opacity-green .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.bg-opacity-green .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-green .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-green .btn-outline-success,
.bg-opacity-green .btn-outline-success {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-green .btn-outline-success:hover,
.bg-opacity-green .btn-outline-success:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-green .btn-outline-success:focus, .bg-green .btn-outline-success.focus,
.bg-opacity-green .btn-outline-success:focus,
.bg-opacity-green .btn-outline-success.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-green .btn-outline-success.disabled, .bg-green .btn-outline-success:disabled,
.bg-opacity-green .btn-outline-success.disabled,
.bg-opacity-green .btn-outline-success:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-green .btn-outline-success:not(:disabled):not(.disabled):active, .bg-green .btn-outline-success:not(:disabled):not(.disabled).active, .show > .bg-green .btn-outline-success.dropdown-toggle,
.bg-opacity-green .btn-outline-success:not(:disabled):not(.disabled):active,
.bg-opacity-green .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .bg-opacity-green .btn-outline-success.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-green .btn-outline-success:not(:disabled):not(.disabled):active:focus, .bg-green .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .bg-green .btn-outline-success.dropdown-toggle:focus,
.bg-opacity-green .btn-outline-success:not(:disabled):not(.disabled):active:focus,
.bg-opacity-green .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-green .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-green .btn-outline-info,
.bg-opacity-green .btn-outline-info {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-green .btn-outline-info:hover,
.bg-opacity-green .btn-outline-info:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-green .btn-outline-info:focus, .bg-green .btn-outline-info.focus,
.bg-opacity-green .btn-outline-info:focus,
.bg-opacity-green .btn-outline-info.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-green .btn-outline-info.disabled, .bg-green .btn-outline-info:disabled,
.bg-opacity-green .btn-outline-info.disabled,
.bg-opacity-green .btn-outline-info:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-green .btn-outline-info:not(:disabled):not(.disabled):active, .bg-green .btn-outline-info:not(:disabled):not(.disabled).active, .show > .bg-green .btn-outline-info.dropdown-toggle,
.bg-opacity-green .btn-outline-info:not(:disabled):not(.disabled):active,
.bg-opacity-green .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .bg-opacity-green .btn-outline-info.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-green .btn-outline-info:not(:disabled):not(.disabled):active:focus, .bg-green .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .bg-green .btn-outline-info.dropdown-toggle:focus,
.bg-opacity-green .btn-outline-info:not(:disabled):not(.disabled):active:focus,
.bg-opacity-green .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-green .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-green .btn-outline-warning,
.bg-opacity-green .btn-outline-warning {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-green .btn-outline-warning:hover,
.bg-opacity-green .btn-outline-warning:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-green .btn-outline-warning:focus, .bg-green .btn-outline-warning.focus,
.bg-opacity-green .btn-outline-warning:focus,
.bg-opacity-green .btn-outline-warning.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-green .btn-outline-warning.disabled, .bg-green .btn-outline-warning:disabled,
.bg-opacity-green .btn-outline-warning.disabled,
.bg-opacity-green .btn-outline-warning:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-green .btn-outline-warning:not(:disabled):not(.disabled):active, .bg-green .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .bg-green .btn-outline-warning.dropdown-toggle,
.bg-opacity-green .btn-outline-warning:not(:disabled):not(.disabled):active,
.bg-opacity-green .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .bg-opacity-green .btn-outline-warning.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-green .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .bg-green .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .bg-green .btn-outline-warning.dropdown-toggle:focus,
.bg-opacity-green .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.bg-opacity-green .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-green .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-green .btn-outline-danger,
.bg-opacity-green .btn-outline-danger {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-green .btn-outline-danger:hover,
.bg-opacity-green .btn-outline-danger:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-green .btn-outline-danger:focus, .bg-green .btn-outline-danger.focus,
.bg-opacity-green .btn-outline-danger:focus,
.bg-opacity-green .btn-outline-danger.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-green .btn-outline-danger.disabled, .bg-green .btn-outline-danger:disabled,
.bg-opacity-green .btn-outline-danger.disabled,
.bg-opacity-green .btn-outline-danger:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-green .btn-outline-danger:not(:disabled):not(.disabled):active, .bg-green .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .bg-green .btn-outline-danger.dropdown-toggle,
.bg-opacity-green .btn-outline-danger:not(:disabled):not(.disabled):active,
.bg-opacity-green .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .bg-opacity-green .btn-outline-danger.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-green .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .bg-green .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .bg-green .btn-outline-danger.dropdown-toggle:focus,
.bg-opacity-green .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.bg-opacity-green .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-green .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-green .btn-outline-light,
.bg-opacity-green .btn-outline-light {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-green .btn-outline-light:hover,
.bg-opacity-green .btn-outline-light:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-green .btn-outline-light:focus, .bg-green .btn-outline-light.focus,
.bg-opacity-green .btn-outline-light:focus,
.bg-opacity-green .btn-outline-light.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-green .btn-outline-light.disabled, .bg-green .btn-outline-light:disabled,
.bg-opacity-green .btn-outline-light.disabled,
.bg-opacity-green .btn-outline-light:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-green .btn-outline-light:not(:disabled):not(.disabled):active, .bg-green .btn-outline-light:not(:disabled):not(.disabled).active, .show > .bg-green .btn-outline-light.dropdown-toggle,
.bg-opacity-green .btn-outline-light:not(:disabled):not(.disabled):active,
.bg-opacity-green .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .bg-opacity-green .btn-outline-light.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-green .btn-outline-light:not(:disabled):not(.disabled):active:focus, .bg-green .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .bg-green .btn-outline-light.dropdown-toggle:focus,
.bg-opacity-green .btn-outline-light:not(:disabled):not(.disabled):active:focus,
.bg-opacity-green .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-green .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-green .btn-outline-dark,
.bg-opacity-green .btn-outline-dark {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-green .btn-outline-dark:hover,
.bg-opacity-green .btn-outline-dark:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-green .btn-outline-dark:focus, .bg-green .btn-outline-dark.focus,
.bg-opacity-green .btn-outline-dark:focus,
.bg-opacity-green .btn-outline-dark.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-green .btn-outline-dark.disabled, .bg-green .btn-outline-dark:disabled,
.bg-opacity-green .btn-outline-dark.disabled,
.bg-opacity-green .btn-outline-dark:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-green .btn-outline-dark:not(:disabled):not(.disabled):active, .bg-green .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .bg-green .btn-outline-dark.dropdown-toggle,
.bg-opacity-green .btn-outline-dark:not(:disabled):not(.disabled):active,
.bg-opacity-green .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .bg-opacity-green .btn-outline-dark.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-green .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .bg-green .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .bg-green .btn-outline-dark.dropdown-toggle:focus,
.bg-opacity-green .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.bg-opacity-green .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-green .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-green .btn-outline-0,
.bg-opacity-green .btn-outline-0 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-green .btn-outline-0:hover,
.bg-opacity-green .btn-outline-0:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-green .btn-outline-0:focus, .bg-green .btn-outline-0.focus,
.bg-opacity-green .btn-outline-0:focus,
.bg-opacity-green .btn-outline-0.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-green .btn-outline-0.disabled, .bg-green .btn-outline-0:disabled,
.bg-opacity-green .btn-outline-0.disabled,
.bg-opacity-green .btn-outline-0:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-green .btn-outline-0:not(:disabled):not(.disabled):active, .bg-green .btn-outline-0:not(:disabled):not(.disabled).active, .show > .bg-green .btn-outline-0.dropdown-toggle,
.bg-opacity-green .btn-outline-0:not(:disabled):not(.disabled):active,
.bg-opacity-green .btn-outline-0:not(:disabled):not(.disabled).active,
.show > .bg-opacity-green .btn-outline-0.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-green .btn-outline-0:not(:disabled):not(.disabled):active:focus, .bg-green .btn-outline-0:not(:disabled):not(.disabled).active:focus, .show > .bg-green .btn-outline-0.dropdown-toggle:focus,
.bg-opacity-green .btn-outline-0:not(:disabled):not(.disabled):active:focus,
.bg-opacity-green .btn-outline-0:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-green .btn-outline-0.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-green .btn-outline-1,
.bg-opacity-green .btn-outline-1 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-green .btn-outline-1:hover,
.bg-opacity-green .btn-outline-1:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-green .btn-outline-1:focus, .bg-green .btn-outline-1.focus,
.bg-opacity-green .btn-outline-1:focus,
.bg-opacity-green .btn-outline-1.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-green .btn-outline-1.disabled, .bg-green .btn-outline-1:disabled,
.bg-opacity-green .btn-outline-1.disabled,
.bg-opacity-green .btn-outline-1:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-green .btn-outline-1:not(:disabled):not(.disabled):active, .bg-green .btn-outline-1:not(:disabled):not(.disabled).active, .show > .bg-green .btn-outline-1.dropdown-toggle,
.bg-opacity-green .btn-outline-1:not(:disabled):not(.disabled):active,
.bg-opacity-green .btn-outline-1:not(:disabled):not(.disabled).active,
.show > .bg-opacity-green .btn-outline-1.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-green .btn-outline-1:not(:disabled):not(.disabled):active:focus, .bg-green .btn-outline-1:not(:disabled):not(.disabled).active:focus, .show > .bg-green .btn-outline-1.dropdown-toggle:focus,
.bg-opacity-green .btn-outline-1:not(:disabled):not(.disabled):active:focus,
.bg-opacity-green .btn-outline-1:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-green .btn-outline-1.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-green .btn-outline-2,
.bg-opacity-green .btn-outline-2 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-green .btn-outline-2:hover,
.bg-opacity-green .btn-outline-2:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-green .btn-outline-2:focus, .bg-green .btn-outline-2.focus,
.bg-opacity-green .btn-outline-2:focus,
.bg-opacity-green .btn-outline-2.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-green .btn-outline-2.disabled, .bg-green .btn-outline-2:disabled,
.bg-opacity-green .btn-outline-2.disabled,
.bg-opacity-green .btn-outline-2:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-green .btn-outline-2:not(:disabled):not(.disabled):active, .bg-green .btn-outline-2:not(:disabled):not(.disabled).active, .show > .bg-green .btn-outline-2.dropdown-toggle,
.bg-opacity-green .btn-outline-2:not(:disabled):not(.disabled):active,
.bg-opacity-green .btn-outline-2:not(:disabled):not(.disabled).active,
.show > .bg-opacity-green .btn-outline-2.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-green .btn-outline-2:not(:disabled):not(.disabled):active:focus, .bg-green .btn-outline-2:not(:disabled):not(.disabled).active:focus, .show > .bg-green .btn-outline-2.dropdown-toggle:focus,
.bg-opacity-green .btn-outline-2:not(:disabled):not(.disabled):active:focus,
.bg-opacity-green .btn-outline-2:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-green .btn-outline-2.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-green .btn-outline-3,
.bg-opacity-green .btn-outline-3 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-green .btn-outline-3:hover,
.bg-opacity-green .btn-outline-3:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-green .btn-outline-3:focus, .bg-green .btn-outline-3.focus,
.bg-opacity-green .btn-outline-3:focus,
.bg-opacity-green .btn-outline-3.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-green .btn-outline-3.disabled, .bg-green .btn-outline-3:disabled,
.bg-opacity-green .btn-outline-3.disabled,
.bg-opacity-green .btn-outline-3:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-green .btn-outline-3:not(:disabled):not(.disabled):active, .bg-green .btn-outline-3:not(:disabled):not(.disabled).active, .show > .bg-green .btn-outline-3.dropdown-toggle,
.bg-opacity-green .btn-outline-3:not(:disabled):not(.disabled):active,
.bg-opacity-green .btn-outline-3:not(:disabled):not(.disabled).active,
.show > .bg-opacity-green .btn-outline-3.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-green .btn-outline-3:not(:disabled):not(.disabled):active:focus, .bg-green .btn-outline-3:not(:disabled):not(.disabled).active:focus, .show > .bg-green .btn-outline-3.dropdown-toggle:focus,
.bg-opacity-green .btn-outline-3:not(:disabled):not(.disabled):active:focus,
.bg-opacity-green .btn-outline-3:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-green .btn-outline-3.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-green .btn-outline-4,
.bg-opacity-green .btn-outline-4 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-green .btn-outline-4:hover,
.bg-opacity-green .btn-outline-4:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-green .btn-outline-4:focus, .bg-green .btn-outline-4.focus,
.bg-opacity-green .btn-outline-4:focus,
.bg-opacity-green .btn-outline-4.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-green .btn-outline-4.disabled, .bg-green .btn-outline-4:disabled,
.bg-opacity-green .btn-outline-4.disabled,
.bg-opacity-green .btn-outline-4:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-green .btn-outline-4:not(:disabled):not(.disabled):active, .bg-green .btn-outline-4:not(:disabled):not(.disabled).active, .show > .bg-green .btn-outline-4.dropdown-toggle,
.bg-opacity-green .btn-outline-4:not(:disabled):not(.disabled):active,
.bg-opacity-green .btn-outline-4:not(:disabled):not(.disabled).active,
.show > .bg-opacity-green .btn-outline-4.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-green .btn-outline-4:not(:disabled):not(.disabled):active:focus, .bg-green .btn-outline-4:not(:disabled):not(.disabled).active:focus, .show > .bg-green .btn-outline-4.dropdown-toggle:focus,
.bg-opacity-green .btn-outline-4:not(:disabled):not(.disabled):active:focus,
.bg-opacity-green .btn-outline-4:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-green .btn-outline-4.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-green .btn-outline-5,
.bg-opacity-green .btn-outline-5 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-green .btn-outline-5:hover,
.bg-opacity-green .btn-outline-5:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-green .btn-outline-5:focus, .bg-green .btn-outline-5.focus,
.bg-opacity-green .btn-outline-5:focus,
.bg-opacity-green .btn-outline-5.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-green .btn-outline-5.disabled, .bg-green .btn-outline-5:disabled,
.bg-opacity-green .btn-outline-5.disabled,
.bg-opacity-green .btn-outline-5:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-green .btn-outline-5:not(:disabled):not(.disabled):active, .bg-green .btn-outline-5:not(:disabled):not(.disabled).active, .show > .bg-green .btn-outline-5.dropdown-toggle,
.bg-opacity-green .btn-outline-5:not(:disabled):not(.disabled):active,
.bg-opacity-green .btn-outline-5:not(:disabled):not(.disabled).active,
.show > .bg-opacity-green .btn-outline-5.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-green .btn-outline-5:not(:disabled):not(.disabled):active:focus, .bg-green .btn-outline-5:not(:disabled):not(.disabled).active:focus, .show > .bg-green .btn-outline-5.dropdown-toggle:focus,
.bg-opacity-green .btn-outline-5:not(:disabled):not(.disabled):active:focus,
.bg-opacity-green .btn-outline-5:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-green .btn-outline-5.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-green .btn-outline-6,
.bg-opacity-green .btn-outline-6 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-green .btn-outline-6:hover,
.bg-opacity-green .btn-outline-6:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-green .btn-outline-6:focus, .bg-green .btn-outline-6.focus,
.bg-opacity-green .btn-outline-6:focus,
.bg-opacity-green .btn-outline-6.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-green .btn-outline-6.disabled, .bg-green .btn-outline-6:disabled,
.bg-opacity-green .btn-outline-6.disabled,
.bg-opacity-green .btn-outline-6:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-green .btn-outline-6:not(:disabled):not(.disabled):active, .bg-green .btn-outline-6:not(:disabled):not(.disabled).active, .show > .bg-green .btn-outline-6.dropdown-toggle,
.bg-opacity-green .btn-outline-6:not(:disabled):not(.disabled):active,
.bg-opacity-green .btn-outline-6:not(:disabled):not(.disabled).active,
.show > .bg-opacity-green .btn-outline-6.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-green .btn-outline-6:not(:disabled):not(.disabled):active:focus, .bg-green .btn-outline-6:not(:disabled):not(.disabled).active:focus, .show > .bg-green .btn-outline-6.dropdown-toggle:focus,
.bg-opacity-green .btn-outline-6:not(:disabled):not(.disabled):active:focus,
.bg-opacity-green .btn-outline-6:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-green .btn-outline-6.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-green .btn-outline-7,
.bg-opacity-green .btn-outline-7 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-green .btn-outline-7:hover,
.bg-opacity-green .btn-outline-7:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-green .btn-outline-7:focus, .bg-green .btn-outline-7.focus,
.bg-opacity-green .btn-outline-7:focus,
.bg-opacity-green .btn-outline-7.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-green .btn-outline-7.disabled, .bg-green .btn-outline-7:disabled,
.bg-opacity-green .btn-outline-7.disabled,
.bg-opacity-green .btn-outline-7:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-green .btn-outline-7:not(:disabled):not(.disabled):active, .bg-green .btn-outline-7:not(:disabled):not(.disabled).active, .show > .bg-green .btn-outline-7.dropdown-toggle,
.bg-opacity-green .btn-outline-7:not(:disabled):not(.disabled):active,
.bg-opacity-green .btn-outline-7:not(:disabled):not(.disabled).active,
.show > .bg-opacity-green .btn-outline-7.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-green .btn-outline-7:not(:disabled):not(.disabled):active:focus, .bg-green .btn-outline-7:not(:disabled):not(.disabled).active:focus, .show > .bg-green .btn-outline-7.dropdown-toggle:focus,
.bg-opacity-green .btn-outline-7:not(:disabled):not(.disabled):active:focus,
.bg-opacity-green .btn-outline-7:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-green .btn-outline-7.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-green .btn-outline-8,
.bg-opacity-green .btn-outline-8 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-green .btn-outline-8:hover,
.bg-opacity-green .btn-outline-8:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-green .btn-outline-8:focus, .bg-green .btn-outline-8.focus,
.bg-opacity-green .btn-outline-8:focus,
.bg-opacity-green .btn-outline-8.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-green .btn-outline-8.disabled, .bg-green .btn-outline-8:disabled,
.bg-opacity-green .btn-outline-8.disabled,
.bg-opacity-green .btn-outline-8:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-green .btn-outline-8:not(:disabled):not(.disabled):active, .bg-green .btn-outline-8:not(:disabled):not(.disabled).active, .show > .bg-green .btn-outline-8.dropdown-toggle,
.bg-opacity-green .btn-outline-8:not(:disabled):not(.disabled):active,
.bg-opacity-green .btn-outline-8:not(:disabled):not(.disabled).active,
.show > .bg-opacity-green .btn-outline-8.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-green .btn-outline-8:not(:disabled):not(.disabled):active:focus, .bg-green .btn-outline-8:not(:disabled):not(.disabled).active:focus, .show > .bg-green .btn-outline-8.dropdown-toggle:focus,
.bg-opacity-green .btn-outline-8:not(:disabled):not(.disabled):active:focus,
.bg-opacity-green .btn-outline-8:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-green .btn-outline-8.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-green .btn-outline-9,
.bg-opacity-green .btn-outline-9 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-green .btn-outline-9:hover,
.bg-opacity-green .btn-outline-9:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-green .btn-outline-9:focus, .bg-green .btn-outline-9.focus,
.bg-opacity-green .btn-outline-9:focus,
.bg-opacity-green .btn-outline-9.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-green .btn-outline-9.disabled, .bg-green .btn-outline-9:disabled,
.bg-opacity-green .btn-outline-9.disabled,
.bg-opacity-green .btn-outline-9:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-green .btn-outline-9:not(:disabled):not(.disabled):active, .bg-green .btn-outline-9:not(:disabled):not(.disabled).active, .show > .bg-green .btn-outline-9.dropdown-toggle,
.bg-opacity-green .btn-outline-9:not(:disabled):not(.disabled):active,
.bg-opacity-green .btn-outline-9:not(:disabled):not(.disabled).active,
.show > .bg-opacity-green .btn-outline-9.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-green .btn-outline-9:not(:disabled):not(.disabled):active:focus, .bg-green .btn-outline-9:not(:disabled):not(.disabled).active:focus, .show > .bg-green .btn-outline-9.dropdown-toggle:focus,
.bg-opacity-green .btn-outline-9:not(:disabled):not(.disabled):active:focus,
.bg-opacity-green .btn-outline-9:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-green .btn-outline-9.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-green .btn-outline-10,
.bg-opacity-green .btn-outline-10 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-green .btn-outline-10:hover,
.bg-opacity-green .btn-outline-10:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-green .btn-outline-10:focus, .bg-green .btn-outline-10.focus,
.bg-opacity-green .btn-outline-10:focus,
.bg-opacity-green .btn-outline-10.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-green .btn-outline-10.disabled, .bg-green .btn-outline-10:disabled,
.bg-opacity-green .btn-outline-10.disabled,
.bg-opacity-green .btn-outline-10:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-green .btn-outline-10:not(:disabled):not(.disabled):active, .bg-green .btn-outline-10:not(:disabled):not(.disabled).active, .show > .bg-green .btn-outline-10.dropdown-toggle,
.bg-opacity-green .btn-outline-10:not(:disabled):not(.disabled):active,
.bg-opacity-green .btn-outline-10:not(:disabled):not(.disabled).active,
.show > .bg-opacity-green .btn-outline-10.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-green .btn-outline-10:not(:disabled):not(.disabled):active:focus, .bg-green .btn-outline-10:not(:disabled):not(.disabled).active:focus, .show > .bg-green .btn-outline-10.dropdown-toggle:focus,
.bg-opacity-green .btn-outline-10:not(:disabled):not(.disabled):active:focus,
.bg-opacity-green .btn-outline-10:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-green .btn-outline-10.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-green .btn-outline-default,
.bg-opacity-green .btn-outline-default {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-green .btn-outline-default:hover,
.bg-opacity-green .btn-outline-default:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-green .btn-outline-default:focus, .bg-green .btn-outline-default.focus,
.bg-opacity-green .btn-outline-default:focus,
.bg-opacity-green .btn-outline-default.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-green .btn-outline-default.disabled, .bg-green .btn-outline-default:disabled,
.bg-opacity-green .btn-outline-default.disabled,
.bg-opacity-green .btn-outline-default:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-green .btn-outline-default:not(:disabled):not(.disabled):active, .bg-green .btn-outline-default:not(:disabled):not(.disabled).active, .show > .bg-green .btn-outline-default.dropdown-toggle,
.bg-opacity-green .btn-outline-default:not(:disabled):not(.disabled):active,
.bg-opacity-green .btn-outline-default:not(:disabled):not(.disabled).active,
.show > .bg-opacity-green .btn-outline-default.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-green .btn-outline-default:not(:disabled):not(.disabled):active:focus, .bg-green .btn-outline-default:not(:disabled):not(.disabled).active:focus, .show > .bg-green .btn-outline-default.dropdown-toggle:focus,
.bg-opacity-green .btn-outline-default:not(:disabled):not(.disabled):active:focus,
.bg-opacity-green .btn-outline-default:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-green .btn-outline-default.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-green .btn-outline-violet,
.bg-opacity-green .btn-outline-violet {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-green .btn-outline-violet:hover,
.bg-opacity-green .btn-outline-violet:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-green .btn-outline-violet:focus, .bg-green .btn-outline-violet.focus,
.bg-opacity-green .btn-outline-violet:focus,
.bg-opacity-green .btn-outline-violet.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-green .btn-outline-violet.disabled, .bg-green .btn-outline-violet:disabled,
.bg-opacity-green .btn-outline-violet.disabled,
.bg-opacity-green .btn-outline-violet:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-green .btn-outline-violet:not(:disabled):not(.disabled):active, .bg-green .btn-outline-violet:not(:disabled):not(.disabled).active, .show > .bg-green .btn-outline-violet.dropdown-toggle,
.bg-opacity-green .btn-outline-violet:not(:disabled):not(.disabled):active,
.bg-opacity-green .btn-outline-violet:not(:disabled):not(.disabled).active,
.show > .bg-opacity-green .btn-outline-violet.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-green .btn-outline-violet:not(:disabled):not(.disabled):active:focus, .bg-green .btn-outline-violet:not(:disabled):not(.disabled).active:focus, .show > .bg-green .btn-outline-violet.dropdown-toggle:focus,
.bg-opacity-green .btn-outline-violet:not(:disabled):not(.disabled):active:focus,
.bg-opacity-green .btn-outline-violet:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-green .btn-outline-violet.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-green .btn-outline-magenta,
.bg-opacity-green .btn-outline-magenta {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-green .btn-outline-magenta:hover,
.bg-opacity-green .btn-outline-magenta:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-green .btn-outline-magenta:focus, .bg-green .btn-outline-magenta.focus,
.bg-opacity-green .btn-outline-magenta:focus,
.bg-opacity-green .btn-outline-magenta.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-green .btn-outline-magenta.disabled, .bg-green .btn-outline-magenta:disabled,
.bg-opacity-green .btn-outline-magenta.disabled,
.bg-opacity-green .btn-outline-magenta:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-green .btn-outline-magenta:not(:disabled):not(.disabled):active, .bg-green .btn-outline-magenta:not(:disabled):not(.disabled).active, .show > .bg-green .btn-outline-magenta.dropdown-toggle,
.bg-opacity-green .btn-outline-magenta:not(:disabled):not(.disabled):active,
.bg-opacity-green .btn-outline-magenta:not(:disabled):not(.disabled).active,
.show > .bg-opacity-green .btn-outline-magenta.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-green .btn-outline-magenta:not(:disabled):not(.disabled):active:focus, .bg-green .btn-outline-magenta:not(:disabled):not(.disabled).active:focus, .show > .bg-green .btn-outline-magenta.dropdown-toggle:focus,
.bg-opacity-green .btn-outline-magenta:not(:disabled):not(.disabled):active:focus,
.bg-opacity-green .btn-outline-magenta:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-green .btn-outline-magenta.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-green .btn-outline-petrol,
.bg-opacity-green .btn-outline-petrol {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-green .btn-outline-petrol:hover,
.bg-opacity-green .btn-outline-petrol:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-green .btn-outline-petrol:focus, .bg-green .btn-outline-petrol.focus,
.bg-opacity-green .btn-outline-petrol:focus,
.bg-opacity-green .btn-outline-petrol.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-green .btn-outline-petrol.disabled, .bg-green .btn-outline-petrol:disabled,
.bg-opacity-green .btn-outline-petrol.disabled,
.bg-opacity-green .btn-outline-petrol:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-green .btn-outline-petrol:not(:disabled):not(.disabled):active, .bg-green .btn-outline-petrol:not(:disabled):not(.disabled).active, .show > .bg-green .btn-outline-petrol.dropdown-toggle,
.bg-opacity-green .btn-outline-petrol:not(:disabled):not(.disabled):active,
.bg-opacity-green .btn-outline-petrol:not(:disabled):not(.disabled).active,
.show > .bg-opacity-green .btn-outline-petrol.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-green .btn-outline-petrol:not(:disabled):not(.disabled):active:focus, .bg-green .btn-outline-petrol:not(:disabled):not(.disabled).active:focus, .show > .bg-green .btn-outline-petrol.dropdown-toggle:focus,
.bg-opacity-green .btn-outline-petrol:not(:disabled):not(.disabled):active:focus,
.bg-opacity-green .btn-outline-petrol:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-green .btn-outline-petrol.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-green .btn-outline-green,
.bg-opacity-green .btn-outline-green {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-green .btn-outline-green:hover,
.bg-opacity-green .btn-outline-green:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-green .btn-outline-green:focus, .bg-green .btn-outline-green.focus,
.bg-opacity-green .btn-outline-green:focus,
.bg-opacity-green .btn-outline-green.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-green .btn-outline-green.disabled, .bg-green .btn-outline-green:disabled,
.bg-opacity-green .btn-outline-green.disabled,
.bg-opacity-green .btn-outline-green:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-green .btn-outline-green:not(:disabled):not(.disabled):active, .bg-green .btn-outline-green:not(:disabled):not(.disabled).active, .show > .bg-green .btn-outline-green.dropdown-toggle,
.bg-opacity-green .btn-outline-green:not(:disabled):not(.disabled):active,
.bg-opacity-green .btn-outline-green:not(:disabled):not(.disabled).active,
.show > .bg-opacity-green .btn-outline-green.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-green .btn-outline-green:not(:disabled):not(.disabled):active:focus, .bg-green .btn-outline-green:not(:disabled):not(.disabled).active:focus, .show > .bg-green .btn-outline-green.dropdown-toggle:focus,
.bg-opacity-green .btn-outline-green:not(:disabled):not(.disabled):active:focus,
.bg-opacity-green .btn-outline-green:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-green .btn-outline-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-green .btn-outline-orange,
.bg-opacity-green .btn-outline-orange {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-green .btn-outline-orange:hover,
.bg-opacity-green .btn-outline-orange:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-green .btn-outline-orange:focus, .bg-green .btn-outline-orange.focus,
.bg-opacity-green .btn-outline-orange:focus,
.bg-opacity-green .btn-outline-orange.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-green .btn-outline-orange.disabled, .bg-green .btn-outline-orange:disabled,
.bg-opacity-green .btn-outline-orange.disabled,
.bg-opacity-green .btn-outline-orange:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-green .btn-outline-orange:not(:disabled):not(.disabled):active, .bg-green .btn-outline-orange:not(:disabled):not(.disabled).active, .show > .bg-green .btn-outline-orange.dropdown-toggle,
.bg-opacity-green .btn-outline-orange:not(:disabled):not(.disabled):active,
.bg-opacity-green .btn-outline-orange:not(:disabled):not(.disabled).active,
.show > .bg-opacity-green .btn-outline-orange.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-green .btn-outline-orange:not(:disabled):not(.disabled):active:focus, .bg-green .btn-outline-orange:not(:disabled):not(.disabled).active:focus, .show > .bg-green .btn-outline-orange.dropdown-toggle:focus,
.bg-opacity-green .btn-outline-orange:not(:disabled):not(.disabled):active:focus,
.bg-opacity-green .btn-outline-orange:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-green .btn-outline-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-green .btn-outline-gold,
.bg-opacity-green .btn-outline-gold {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-green .btn-outline-gold:hover,
.bg-opacity-green .btn-outline-gold:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-green .btn-outline-gold:focus, .bg-green .btn-outline-gold.focus,
.bg-opacity-green .btn-outline-gold:focus,
.bg-opacity-green .btn-outline-gold.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-green .btn-outline-gold.disabled, .bg-green .btn-outline-gold:disabled,
.bg-opacity-green .btn-outline-gold.disabled,
.bg-opacity-green .btn-outline-gold:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-green .btn-outline-gold:not(:disabled):not(.disabled):active, .bg-green .btn-outline-gold:not(:disabled):not(.disabled).active, .show > .bg-green .btn-outline-gold.dropdown-toggle,
.bg-opacity-green .btn-outline-gold:not(:disabled):not(.disabled):active,
.bg-opacity-green .btn-outline-gold:not(:disabled):not(.disabled).active,
.show > .bg-opacity-green .btn-outline-gold.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-green .btn-outline-gold:not(:disabled):not(.disabled):active:focus, .bg-green .btn-outline-gold:not(:disabled):not(.disabled).active:focus, .show > .bg-green .btn-outline-gold.dropdown-toggle:focus,
.bg-opacity-green .btn-outline-gold:not(:disabled):not(.disabled):active:focus,
.bg-opacity-green .btn-outline-gold:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-green .btn-outline-gold.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-green .btn-outline-silver,
.bg-opacity-green .btn-outline-silver {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-green .btn-outline-silver:hover,
.bg-opacity-green .btn-outline-silver:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-green .btn-outline-silver:focus, .bg-green .btn-outline-silver.focus,
.bg-opacity-green .btn-outline-silver:focus,
.bg-opacity-green .btn-outline-silver.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-green .btn-outline-silver.disabled, .bg-green .btn-outline-silver:disabled,
.bg-opacity-green .btn-outline-silver.disabled,
.bg-opacity-green .btn-outline-silver:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-green .btn-outline-silver:not(:disabled):not(.disabled):active, .bg-green .btn-outline-silver:not(:disabled):not(.disabled).active, .show > .bg-green .btn-outline-silver.dropdown-toggle,
.bg-opacity-green .btn-outline-silver:not(:disabled):not(.disabled):active,
.bg-opacity-green .btn-outline-silver:not(:disabled):not(.disabled).active,
.show > .bg-opacity-green .btn-outline-silver.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-green .btn-outline-silver:not(:disabled):not(.disabled):active:focus, .bg-green .btn-outline-silver:not(:disabled):not(.disabled).active:focus, .show > .bg-green .btn-outline-silver.dropdown-toggle:focus,
.bg-opacity-green .btn-outline-silver:not(:disabled):not(.disabled):active:focus,
.bg-opacity-green .btn-outline-silver:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-green .btn-outline-silver.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-green .btn-outline-white,
.bg-opacity-green .btn-outline-white {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-green .btn-outline-white:hover,
.bg-opacity-green .btn-outline-white:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-green .btn-outline-white:focus, .bg-green .btn-outline-white.focus,
.bg-opacity-green .btn-outline-white:focus,
.bg-opacity-green .btn-outline-white.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-green .btn-outline-white.disabled, .bg-green .btn-outline-white:disabled,
.bg-opacity-green .btn-outline-white.disabled,
.bg-opacity-green .btn-outline-white:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-green .btn-outline-white:not(:disabled):not(.disabled):active, .bg-green .btn-outline-white:not(:disabled):not(.disabled).active, .show > .bg-green .btn-outline-white.dropdown-toggle,
.bg-opacity-green .btn-outline-white:not(:disabled):not(.disabled):active,
.bg-opacity-green .btn-outline-white:not(:disabled):not(.disabled).active,
.show > .bg-opacity-green .btn-outline-white.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-green .btn-outline-white:not(:disabled):not(.disabled):active:focus, .bg-green .btn-outline-white:not(:disabled):not(.disabled).active:focus, .show > .bg-green .btn-outline-white.dropdown-toggle:focus,
.bg-opacity-green .btn-outline-white:not(:disabled):not(.disabled):active:focus,
.bg-opacity-green .btn-outline-white:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-green .btn-outline-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}

.bg-orange .custom-select,
.bg-opacity-orange .custom-select {
  border-color: #ffffff;
  color: #ffffff;
}
.bg-orange .custom-select option,
.bg-opacity-orange .custom-select option {
  color: #333333;
}
.bg-orange .custom-select option:hover,
.bg-opacity-orange .custom-select option:hover {
  background-color: #007c96;
}
.bg-orange .text-theme,
.bg-opacity-orange .text-theme {
  color: #ffffff !important;
}
.bg-orange a[href^="tel:"],
.bg-opacity-orange a[href^="tel:"] {
  color: #ffffff !important;
}
.bg-orange .btn-theme,
.bg-opacity-orange .btn-theme {
  color: #52565a;
  background-color: #ffffff;
  border-color: #f49d00;
}
.bg-orange .btn-theme:hover,
.bg-opacity-orange .btn-theme:hover {
  color: #ffffff;
  background-color: #7e8890;
  border-color: #7e8890;
}
.bg-orange .btn-theme:focus, .bg-orange .btn-theme.focus,
.bg-opacity-orange .btn-theme:focus,
.bg-opacity-orange .btn-theme.focus {
  box-shadow: 0 0 0 0 rgba(220, 146, 14, 0.5);
}
.bg-orange .btn-theme.disabled, .bg-orange .btn-theme:disabled,
.bg-opacity-orange .btn-theme.disabled,
.bg-opacity-orange .btn-theme:disabled {
  color: #52565a;
  background-color: #ffffff;
  border-color: #f49d00;
}
.bg-orange .btn-theme:not(:disabled):not(.disabled):active, .bg-orange .btn-theme:not(:disabled):not(.disabled).active, .show > .bg-orange .btn-theme.dropdown-toggle,
.bg-opacity-orange .btn-theme:not(:disabled):not(.disabled):active,
.bg-opacity-orange .btn-theme:not(:disabled):not(.disabled).active,
.show > .bg-opacity-orange .btn-theme.dropdown-toggle {
  color: #52565a;
  background-color: #e6e6e6;
  border-color: #b47400;
}
.bg-orange .btn-theme:not(:disabled):not(.disabled):active:focus, .bg-orange .btn-theme:not(:disabled):not(.disabled).active:focus, .show > .bg-orange .btn-theme.dropdown-toggle:focus,
.bg-opacity-orange .btn-theme:not(:disabled):not(.disabled):active:focus,
.bg-opacity-orange .btn-theme:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-orange .btn-theme.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(220, 146, 14, 0.5);
}
.bg-orange .btn-outline-primary,
.bg-opacity-orange .btn-outline-primary {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-orange .btn-outline-primary:hover,
.bg-opacity-orange .btn-outline-primary:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-orange .btn-outline-primary:focus, .bg-orange .btn-outline-primary.focus,
.bg-opacity-orange .btn-outline-primary:focus,
.bg-opacity-orange .btn-outline-primary.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-orange .btn-outline-primary.disabled, .bg-orange .btn-outline-primary:disabled,
.bg-opacity-orange .btn-outline-primary.disabled,
.bg-opacity-orange .btn-outline-primary:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-orange .btn-outline-primary:not(:disabled):not(.disabled):active, .bg-orange .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .bg-orange .btn-outline-primary.dropdown-toggle,
.bg-opacity-orange .btn-outline-primary:not(:disabled):not(.disabled):active,
.bg-opacity-orange .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .bg-opacity-orange .btn-outline-primary.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-orange .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .bg-orange .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .bg-orange .btn-outline-primary.dropdown-toggle:focus,
.bg-opacity-orange .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.bg-opacity-orange .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-orange .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-orange .btn-outline-secondary,
.bg-opacity-orange .btn-outline-secondary {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-orange .btn-outline-secondary:hover,
.bg-opacity-orange .btn-outline-secondary:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-orange .btn-outline-secondary:focus, .bg-orange .btn-outline-secondary.focus,
.bg-opacity-orange .btn-outline-secondary:focus,
.bg-opacity-orange .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-orange .btn-outline-secondary.disabled, .bg-orange .btn-outline-secondary:disabled,
.bg-opacity-orange .btn-outline-secondary.disabled,
.bg-opacity-orange .btn-outline-secondary:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-orange .btn-outline-secondary:not(:disabled):not(.disabled):active, .bg-orange .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .bg-orange .btn-outline-secondary.dropdown-toggle,
.bg-opacity-orange .btn-outline-secondary:not(:disabled):not(.disabled):active,
.bg-opacity-orange .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .bg-opacity-orange .btn-outline-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-orange .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .bg-orange .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .bg-orange .btn-outline-secondary.dropdown-toggle:focus,
.bg-opacity-orange .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.bg-opacity-orange .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-orange .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-orange .btn-outline-success,
.bg-opacity-orange .btn-outline-success {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-orange .btn-outline-success:hover,
.bg-opacity-orange .btn-outline-success:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-orange .btn-outline-success:focus, .bg-orange .btn-outline-success.focus,
.bg-opacity-orange .btn-outline-success:focus,
.bg-opacity-orange .btn-outline-success.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-orange .btn-outline-success.disabled, .bg-orange .btn-outline-success:disabled,
.bg-opacity-orange .btn-outline-success.disabled,
.bg-opacity-orange .btn-outline-success:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-orange .btn-outline-success:not(:disabled):not(.disabled):active, .bg-orange .btn-outline-success:not(:disabled):not(.disabled).active, .show > .bg-orange .btn-outline-success.dropdown-toggle,
.bg-opacity-orange .btn-outline-success:not(:disabled):not(.disabled):active,
.bg-opacity-orange .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .bg-opacity-orange .btn-outline-success.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-orange .btn-outline-success:not(:disabled):not(.disabled):active:focus, .bg-orange .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .bg-orange .btn-outline-success.dropdown-toggle:focus,
.bg-opacity-orange .btn-outline-success:not(:disabled):not(.disabled):active:focus,
.bg-opacity-orange .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-orange .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-orange .btn-outline-info,
.bg-opacity-orange .btn-outline-info {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-orange .btn-outline-info:hover,
.bg-opacity-orange .btn-outline-info:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-orange .btn-outline-info:focus, .bg-orange .btn-outline-info.focus,
.bg-opacity-orange .btn-outline-info:focus,
.bg-opacity-orange .btn-outline-info.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-orange .btn-outline-info.disabled, .bg-orange .btn-outline-info:disabled,
.bg-opacity-orange .btn-outline-info.disabled,
.bg-opacity-orange .btn-outline-info:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-orange .btn-outline-info:not(:disabled):not(.disabled):active, .bg-orange .btn-outline-info:not(:disabled):not(.disabled).active, .show > .bg-orange .btn-outline-info.dropdown-toggle,
.bg-opacity-orange .btn-outline-info:not(:disabled):not(.disabled):active,
.bg-opacity-orange .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .bg-opacity-orange .btn-outline-info.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-orange .btn-outline-info:not(:disabled):not(.disabled):active:focus, .bg-orange .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .bg-orange .btn-outline-info.dropdown-toggle:focus,
.bg-opacity-orange .btn-outline-info:not(:disabled):not(.disabled):active:focus,
.bg-opacity-orange .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-orange .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-orange .btn-outline-warning,
.bg-opacity-orange .btn-outline-warning {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-orange .btn-outline-warning:hover,
.bg-opacity-orange .btn-outline-warning:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-orange .btn-outline-warning:focus, .bg-orange .btn-outline-warning.focus,
.bg-opacity-orange .btn-outline-warning:focus,
.bg-opacity-orange .btn-outline-warning.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-orange .btn-outline-warning.disabled, .bg-orange .btn-outline-warning:disabled,
.bg-opacity-orange .btn-outline-warning.disabled,
.bg-opacity-orange .btn-outline-warning:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-orange .btn-outline-warning:not(:disabled):not(.disabled):active, .bg-orange .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .bg-orange .btn-outline-warning.dropdown-toggle,
.bg-opacity-orange .btn-outline-warning:not(:disabled):not(.disabled):active,
.bg-opacity-orange .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .bg-opacity-orange .btn-outline-warning.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-orange .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .bg-orange .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .bg-orange .btn-outline-warning.dropdown-toggle:focus,
.bg-opacity-orange .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.bg-opacity-orange .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-orange .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-orange .btn-outline-danger,
.bg-opacity-orange .btn-outline-danger {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-orange .btn-outline-danger:hover,
.bg-opacity-orange .btn-outline-danger:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-orange .btn-outline-danger:focus, .bg-orange .btn-outline-danger.focus,
.bg-opacity-orange .btn-outline-danger:focus,
.bg-opacity-orange .btn-outline-danger.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-orange .btn-outline-danger.disabled, .bg-orange .btn-outline-danger:disabled,
.bg-opacity-orange .btn-outline-danger.disabled,
.bg-opacity-orange .btn-outline-danger:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-orange .btn-outline-danger:not(:disabled):not(.disabled):active, .bg-orange .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .bg-orange .btn-outline-danger.dropdown-toggle,
.bg-opacity-orange .btn-outline-danger:not(:disabled):not(.disabled):active,
.bg-opacity-orange .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .bg-opacity-orange .btn-outline-danger.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-orange .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .bg-orange .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .bg-orange .btn-outline-danger.dropdown-toggle:focus,
.bg-opacity-orange .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.bg-opacity-orange .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-orange .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-orange .btn-outline-light,
.bg-opacity-orange .btn-outline-light {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-orange .btn-outline-light:hover,
.bg-opacity-orange .btn-outline-light:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-orange .btn-outline-light:focus, .bg-orange .btn-outline-light.focus,
.bg-opacity-orange .btn-outline-light:focus,
.bg-opacity-orange .btn-outline-light.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-orange .btn-outline-light.disabled, .bg-orange .btn-outline-light:disabled,
.bg-opacity-orange .btn-outline-light.disabled,
.bg-opacity-orange .btn-outline-light:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-orange .btn-outline-light:not(:disabled):not(.disabled):active, .bg-orange .btn-outline-light:not(:disabled):not(.disabled).active, .show > .bg-orange .btn-outline-light.dropdown-toggle,
.bg-opacity-orange .btn-outline-light:not(:disabled):not(.disabled):active,
.bg-opacity-orange .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .bg-opacity-orange .btn-outline-light.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-orange .btn-outline-light:not(:disabled):not(.disabled):active:focus, .bg-orange .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .bg-orange .btn-outline-light.dropdown-toggle:focus,
.bg-opacity-orange .btn-outline-light:not(:disabled):not(.disabled):active:focus,
.bg-opacity-orange .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-orange .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-orange .btn-outline-dark,
.bg-opacity-orange .btn-outline-dark {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-orange .btn-outline-dark:hover,
.bg-opacity-orange .btn-outline-dark:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-orange .btn-outline-dark:focus, .bg-orange .btn-outline-dark.focus,
.bg-opacity-orange .btn-outline-dark:focus,
.bg-opacity-orange .btn-outline-dark.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-orange .btn-outline-dark.disabled, .bg-orange .btn-outline-dark:disabled,
.bg-opacity-orange .btn-outline-dark.disabled,
.bg-opacity-orange .btn-outline-dark:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-orange .btn-outline-dark:not(:disabled):not(.disabled):active, .bg-orange .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .bg-orange .btn-outline-dark.dropdown-toggle,
.bg-opacity-orange .btn-outline-dark:not(:disabled):not(.disabled):active,
.bg-opacity-orange .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .bg-opacity-orange .btn-outline-dark.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-orange .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .bg-orange .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .bg-orange .btn-outline-dark.dropdown-toggle:focus,
.bg-opacity-orange .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.bg-opacity-orange .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-orange .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-orange .btn-outline-0,
.bg-opacity-orange .btn-outline-0 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-orange .btn-outline-0:hover,
.bg-opacity-orange .btn-outline-0:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-orange .btn-outline-0:focus, .bg-orange .btn-outline-0.focus,
.bg-opacity-orange .btn-outline-0:focus,
.bg-opacity-orange .btn-outline-0.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-orange .btn-outline-0.disabled, .bg-orange .btn-outline-0:disabled,
.bg-opacity-orange .btn-outline-0.disabled,
.bg-opacity-orange .btn-outline-0:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-orange .btn-outline-0:not(:disabled):not(.disabled):active, .bg-orange .btn-outline-0:not(:disabled):not(.disabled).active, .show > .bg-orange .btn-outline-0.dropdown-toggle,
.bg-opacity-orange .btn-outline-0:not(:disabled):not(.disabled):active,
.bg-opacity-orange .btn-outline-0:not(:disabled):not(.disabled).active,
.show > .bg-opacity-orange .btn-outline-0.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-orange .btn-outline-0:not(:disabled):not(.disabled):active:focus, .bg-orange .btn-outline-0:not(:disabled):not(.disabled).active:focus, .show > .bg-orange .btn-outline-0.dropdown-toggle:focus,
.bg-opacity-orange .btn-outline-0:not(:disabled):not(.disabled):active:focus,
.bg-opacity-orange .btn-outline-0:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-orange .btn-outline-0.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-orange .btn-outline-1,
.bg-opacity-orange .btn-outline-1 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-orange .btn-outline-1:hover,
.bg-opacity-orange .btn-outline-1:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-orange .btn-outline-1:focus, .bg-orange .btn-outline-1.focus,
.bg-opacity-orange .btn-outline-1:focus,
.bg-opacity-orange .btn-outline-1.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-orange .btn-outline-1.disabled, .bg-orange .btn-outline-1:disabled,
.bg-opacity-orange .btn-outline-1.disabled,
.bg-opacity-orange .btn-outline-1:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-orange .btn-outline-1:not(:disabled):not(.disabled):active, .bg-orange .btn-outline-1:not(:disabled):not(.disabled).active, .show > .bg-orange .btn-outline-1.dropdown-toggle,
.bg-opacity-orange .btn-outline-1:not(:disabled):not(.disabled):active,
.bg-opacity-orange .btn-outline-1:not(:disabled):not(.disabled).active,
.show > .bg-opacity-orange .btn-outline-1.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-orange .btn-outline-1:not(:disabled):not(.disabled):active:focus, .bg-orange .btn-outline-1:not(:disabled):not(.disabled).active:focus, .show > .bg-orange .btn-outline-1.dropdown-toggle:focus,
.bg-opacity-orange .btn-outline-1:not(:disabled):not(.disabled):active:focus,
.bg-opacity-orange .btn-outline-1:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-orange .btn-outline-1.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-orange .btn-outline-2,
.bg-opacity-orange .btn-outline-2 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-orange .btn-outline-2:hover,
.bg-opacity-orange .btn-outline-2:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-orange .btn-outline-2:focus, .bg-orange .btn-outline-2.focus,
.bg-opacity-orange .btn-outline-2:focus,
.bg-opacity-orange .btn-outline-2.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-orange .btn-outline-2.disabled, .bg-orange .btn-outline-2:disabled,
.bg-opacity-orange .btn-outline-2.disabled,
.bg-opacity-orange .btn-outline-2:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-orange .btn-outline-2:not(:disabled):not(.disabled):active, .bg-orange .btn-outline-2:not(:disabled):not(.disabled).active, .show > .bg-orange .btn-outline-2.dropdown-toggle,
.bg-opacity-orange .btn-outline-2:not(:disabled):not(.disabled):active,
.bg-opacity-orange .btn-outline-2:not(:disabled):not(.disabled).active,
.show > .bg-opacity-orange .btn-outline-2.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-orange .btn-outline-2:not(:disabled):not(.disabled):active:focus, .bg-orange .btn-outline-2:not(:disabled):not(.disabled).active:focus, .show > .bg-orange .btn-outline-2.dropdown-toggle:focus,
.bg-opacity-orange .btn-outline-2:not(:disabled):not(.disabled):active:focus,
.bg-opacity-orange .btn-outline-2:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-orange .btn-outline-2.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-orange .btn-outline-3,
.bg-opacity-orange .btn-outline-3 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-orange .btn-outline-3:hover,
.bg-opacity-orange .btn-outline-3:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-orange .btn-outline-3:focus, .bg-orange .btn-outline-3.focus,
.bg-opacity-orange .btn-outline-3:focus,
.bg-opacity-orange .btn-outline-3.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-orange .btn-outline-3.disabled, .bg-orange .btn-outline-3:disabled,
.bg-opacity-orange .btn-outline-3.disabled,
.bg-opacity-orange .btn-outline-3:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-orange .btn-outline-3:not(:disabled):not(.disabled):active, .bg-orange .btn-outline-3:not(:disabled):not(.disabled).active, .show > .bg-orange .btn-outline-3.dropdown-toggle,
.bg-opacity-orange .btn-outline-3:not(:disabled):not(.disabled):active,
.bg-opacity-orange .btn-outline-3:not(:disabled):not(.disabled).active,
.show > .bg-opacity-orange .btn-outline-3.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-orange .btn-outline-3:not(:disabled):not(.disabled):active:focus, .bg-orange .btn-outline-3:not(:disabled):not(.disabled).active:focus, .show > .bg-orange .btn-outline-3.dropdown-toggle:focus,
.bg-opacity-orange .btn-outline-3:not(:disabled):not(.disabled):active:focus,
.bg-opacity-orange .btn-outline-3:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-orange .btn-outline-3.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-orange .btn-outline-4,
.bg-opacity-orange .btn-outline-4 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-orange .btn-outline-4:hover,
.bg-opacity-orange .btn-outline-4:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-orange .btn-outline-4:focus, .bg-orange .btn-outline-4.focus,
.bg-opacity-orange .btn-outline-4:focus,
.bg-opacity-orange .btn-outline-4.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-orange .btn-outline-4.disabled, .bg-orange .btn-outline-4:disabled,
.bg-opacity-orange .btn-outline-4.disabled,
.bg-opacity-orange .btn-outline-4:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-orange .btn-outline-4:not(:disabled):not(.disabled):active, .bg-orange .btn-outline-4:not(:disabled):not(.disabled).active, .show > .bg-orange .btn-outline-4.dropdown-toggle,
.bg-opacity-orange .btn-outline-4:not(:disabled):not(.disabled):active,
.bg-opacity-orange .btn-outline-4:not(:disabled):not(.disabled).active,
.show > .bg-opacity-orange .btn-outline-4.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-orange .btn-outline-4:not(:disabled):not(.disabled):active:focus, .bg-orange .btn-outline-4:not(:disabled):not(.disabled).active:focus, .show > .bg-orange .btn-outline-4.dropdown-toggle:focus,
.bg-opacity-orange .btn-outline-4:not(:disabled):not(.disabled):active:focus,
.bg-opacity-orange .btn-outline-4:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-orange .btn-outline-4.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-orange .btn-outline-5,
.bg-opacity-orange .btn-outline-5 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-orange .btn-outline-5:hover,
.bg-opacity-orange .btn-outline-5:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-orange .btn-outline-5:focus, .bg-orange .btn-outline-5.focus,
.bg-opacity-orange .btn-outline-5:focus,
.bg-opacity-orange .btn-outline-5.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-orange .btn-outline-5.disabled, .bg-orange .btn-outline-5:disabled,
.bg-opacity-orange .btn-outline-5.disabled,
.bg-opacity-orange .btn-outline-5:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-orange .btn-outline-5:not(:disabled):not(.disabled):active, .bg-orange .btn-outline-5:not(:disabled):not(.disabled).active, .show > .bg-orange .btn-outline-5.dropdown-toggle,
.bg-opacity-orange .btn-outline-5:not(:disabled):not(.disabled):active,
.bg-opacity-orange .btn-outline-5:not(:disabled):not(.disabled).active,
.show > .bg-opacity-orange .btn-outline-5.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-orange .btn-outline-5:not(:disabled):not(.disabled):active:focus, .bg-orange .btn-outline-5:not(:disabled):not(.disabled).active:focus, .show > .bg-orange .btn-outline-5.dropdown-toggle:focus,
.bg-opacity-orange .btn-outline-5:not(:disabled):not(.disabled):active:focus,
.bg-opacity-orange .btn-outline-5:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-orange .btn-outline-5.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-orange .btn-outline-6,
.bg-opacity-orange .btn-outline-6 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-orange .btn-outline-6:hover,
.bg-opacity-orange .btn-outline-6:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-orange .btn-outline-6:focus, .bg-orange .btn-outline-6.focus,
.bg-opacity-orange .btn-outline-6:focus,
.bg-opacity-orange .btn-outline-6.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-orange .btn-outline-6.disabled, .bg-orange .btn-outline-6:disabled,
.bg-opacity-orange .btn-outline-6.disabled,
.bg-opacity-orange .btn-outline-6:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-orange .btn-outline-6:not(:disabled):not(.disabled):active, .bg-orange .btn-outline-6:not(:disabled):not(.disabled).active, .show > .bg-orange .btn-outline-6.dropdown-toggle,
.bg-opacity-orange .btn-outline-6:not(:disabled):not(.disabled):active,
.bg-opacity-orange .btn-outline-6:not(:disabled):not(.disabled).active,
.show > .bg-opacity-orange .btn-outline-6.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-orange .btn-outline-6:not(:disabled):not(.disabled):active:focus, .bg-orange .btn-outline-6:not(:disabled):not(.disabled).active:focus, .show > .bg-orange .btn-outline-6.dropdown-toggle:focus,
.bg-opacity-orange .btn-outline-6:not(:disabled):not(.disabled):active:focus,
.bg-opacity-orange .btn-outline-6:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-orange .btn-outline-6.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-orange .btn-outline-7,
.bg-opacity-orange .btn-outline-7 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-orange .btn-outline-7:hover,
.bg-opacity-orange .btn-outline-7:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-orange .btn-outline-7:focus, .bg-orange .btn-outline-7.focus,
.bg-opacity-orange .btn-outline-7:focus,
.bg-opacity-orange .btn-outline-7.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-orange .btn-outline-7.disabled, .bg-orange .btn-outline-7:disabled,
.bg-opacity-orange .btn-outline-7.disabled,
.bg-opacity-orange .btn-outline-7:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-orange .btn-outline-7:not(:disabled):not(.disabled):active, .bg-orange .btn-outline-7:not(:disabled):not(.disabled).active, .show > .bg-orange .btn-outline-7.dropdown-toggle,
.bg-opacity-orange .btn-outline-7:not(:disabled):not(.disabled):active,
.bg-opacity-orange .btn-outline-7:not(:disabled):not(.disabled).active,
.show > .bg-opacity-orange .btn-outline-7.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-orange .btn-outline-7:not(:disabled):not(.disabled):active:focus, .bg-orange .btn-outline-7:not(:disabled):not(.disabled).active:focus, .show > .bg-orange .btn-outline-7.dropdown-toggle:focus,
.bg-opacity-orange .btn-outline-7:not(:disabled):not(.disabled):active:focus,
.bg-opacity-orange .btn-outline-7:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-orange .btn-outline-7.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-orange .btn-outline-8,
.bg-opacity-orange .btn-outline-8 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-orange .btn-outline-8:hover,
.bg-opacity-orange .btn-outline-8:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-orange .btn-outline-8:focus, .bg-orange .btn-outline-8.focus,
.bg-opacity-orange .btn-outline-8:focus,
.bg-opacity-orange .btn-outline-8.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-orange .btn-outline-8.disabled, .bg-orange .btn-outline-8:disabled,
.bg-opacity-orange .btn-outline-8.disabled,
.bg-opacity-orange .btn-outline-8:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-orange .btn-outline-8:not(:disabled):not(.disabled):active, .bg-orange .btn-outline-8:not(:disabled):not(.disabled).active, .show > .bg-orange .btn-outline-8.dropdown-toggle,
.bg-opacity-orange .btn-outline-8:not(:disabled):not(.disabled):active,
.bg-opacity-orange .btn-outline-8:not(:disabled):not(.disabled).active,
.show > .bg-opacity-orange .btn-outline-8.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-orange .btn-outline-8:not(:disabled):not(.disabled):active:focus, .bg-orange .btn-outline-8:not(:disabled):not(.disabled).active:focus, .show > .bg-orange .btn-outline-8.dropdown-toggle:focus,
.bg-opacity-orange .btn-outline-8:not(:disabled):not(.disabled):active:focus,
.bg-opacity-orange .btn-outline-8:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-orange .btn-outline-8.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-orange .btn-outline-9,
.bg-opacity-orange .btn-outline-9 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-orange .btn-outline-9:hover,
.bg-opacity-orange .btn-outline-9:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-orange .btn-outline-9:focus, .bg-orange .btn-outline-9.focus,
.bg-opacity-orange .btn-outline-9:focus,
.bg-opacity-orange .btn-outline-9.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-orange .btn-outline-9.disabled, .bg-orange .btn-outline-9:disabled,
.bg-opacity-orange .btn-outline-9.disabled,
.bg-opacity-orange .btn-outline-9:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-orange .btn-outline-9:not(:disabled):not(.disabled):active, .bg-orange .btn-outline-9:not(:disabled):not(.disabled).active, .show > .bg-orange .btn-outline-9.dropdown-toggle,
.bg-opacity-orange .btn-outline-9:not(:disabled):not(.disabled):active,
.bg-opacity-orange .btn-outline-9:not(:disabled):not(.disabled).active,
.show > .bg-opacity-orange .btn-outline-9.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-orange .btn-outline-9:not(:disabled):not(.disabled):active:focus, .bg-orange .btn-outline-9:not(:disabled):not(.disabled).active:focus, .show > .bg-orange .btn-outline-9.dropdown-toggle:focus,
.bg-opacity-orange .btn-outline-9:not(:disabled):not(.disabled):active:focus,
.bg-opacity-orange .btn-outline-9:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-orange .btn-outline-9.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-orange .btn-outline-10,
.bg-opacity-orange .btn-outline-10 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-orange .btn-outline-10:hover,
.bg-opacity-orange .btn-outline-10:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-orange .btn-outline-10:focus, .bg-orange .btn-outline-10.focus,
.bg-opacity-orange .btn-outline-10:focus,
.bg-opacity-orange .btn-outline-10.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-orange .btn-outline-10.disabled, .bg-orange .btn-outline-10:disabled,
.bg-opacity-orange .btn-outline-10.disabled,
.bg-opacity-orange .btn-outline-10:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-orange .btn-outline-10:not(:disabled):not(.disabled):active, .bg-orange .btn-outline-10:not(:disabled):not(.disabled).active, .show > .bg-orange .btn-outline-10.dropdown-toggle,
.bg-opacity-orange .btn-outline-10:not(:disabled):not(.disabled):active,
.bg-opacity-orange .btn-outline-10:not(:disabled):not(.disabled).active,
.show > .bg-opacity-orange .btn-outline-10.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-orange .btn-outline-10:not(:disabled):not(.disabled):active:focus, .bg-orange .btn-outline-10:not(:disabled):not(.disabled).active:focus, .show > .bg-orange .btn-outline-10.dropdown-toggle:focus,
.bg-opacity-orange .btn-outline-10:not(:disabled):not(.disabled):active:focus,
.bg-opacity-orange .btn-outline-10:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-orange .btn-outline-10.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-orange .btn-outline-default,
.bg-opacity-orange .btn-outline-default {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-orange .btn-outline-default:hover,
.bg-opacity-orange .btn-outline-default:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-orange .btn-outline-default:focus, .bg-orange .btn-outline-default.focus,
.bg-opacity-orange .btn-outline-default:focus,
.bg-opacity-orange .btn-outline-default.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-orange .btn-outline-default.disabled, .bg-orange .btn-outline-default:disabled,
.bg-opacity-orange .btn-outline-default.disabled,
.bg-opacity-orange .btn-outline-default:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-orange .btn-outline-default:not(:disabled):not(.disabled):active, .bg-orange .btn-outline-default:not(:disabled):not(.disabled).active, .show > .bg-orange .btn-outline-default.dropdown-toggle,
.bg-opacity-orange .btn-outline-default:not(:disabled):not(.disabled):active,
.bg-opacity-orange .btn-outline-default:not(:disabled):not(.disabled).active,
.show > .bg-opacity-orange .btn-outline-default.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-orange .btn-outline-default:not(:disabled):not(.disabled):active:focus, .bg-orange .btn-outline-default:not(:disabled):not(.disabled).active:focus, .show > .bg-orange .btn-outline-default.dropdown-toggle:focus,
.bg-opacity-orange .btn-outline-default:not(:disabled):not(.disabled):active:focus,
.bg-opacity-orange .btn-outline-default:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-orange .btn-outline-default.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-orange .btn-outline-violet,
.bg-opacity-orange .btn-outline-violet {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-orange .btn-outline-violet:hover,
.bg-opacity-orange .btn-outline-violet:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-orange .btn-outline-violet:focus, .bg-orange .btn-outline-violet.focus,
.bg-opacity-orange .btn-outline-violet:focus,
.bg-opacity-orange .btn-outline-violet.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-orange .btn-outline-violet.disabled, .bg-orange .btn-outline-violet:disabled,
.bg-opacity-orange .btn-outline-violet.disabled,
.bg-opacity-orange .btn-outline-violet:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-orange .btn-outline-violet:not(:disabled):not(.disabled):active, .bg-orange .btn-outline-violet:not(:disabled):not(.disabled).active, .show > .bg-orange .btn-outline-violet.dropdown-toggle,
.bg-opacity-orange .btn-outline-violet:not(:disabled):not(.disabled):active,
.bg-opacity-orange .btn-outline-violet:not(:disabled):not(.disabled).active,
.show > .bg-opacity-orange .btn-outline-violet.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-orange .btn-outline-violet:not(:disabled):not(.disabled):active:focus, .bg-orange .btn-outline-violet:not(:disabled):not(.disabled).active:focus, .show > .bg-orange .btn-outline-violet.dropdown-toggle:focus,
.bg-opacity-orange .btn-outline-violet:not(:disabled):not(.disabled):active:focus,
.bg-opacity-orange .btn-outline-violet:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-orange .btn-outline-violet.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-orange .btn-outline-magenta,
.bg-opacity-orange .btn-outline-magenta {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-orange .btn-outline-magenta:hover,
.bg-opacity-orange .btn-outline-magenta:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-orange .btn-outline-magenta:focus, .bg-orange .btn-outline-magenta.focus,
.bg-opacity-orange .btn-outline-magenta:focus,
.bg-opacity-orange .btn-outline-magenta.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-orange .btn-outline-magenta.disabled, .bg-orange .btn-outline-magenta:disabled,
.bg-opacity-orange .btn-outline-magenta.disabled,
.bg-opacity-orange .btn-outline-magenta:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-orange .btn-outline-magenta:not(:disabled):not(.disabled):active, .bg-orange .btn-outline-magenta:not(:disabled):not(.disabled).active, .show > .bg-orange .btn-outline-magenta.dropdown-toggle,
.bg-opacity-orange .btn-outline-magenta:not(:disabled):not(.disabled):active,
.bg-opacity-orange .btn-outline-magenta:not(:disabled):not(.disabled).active,
.show > .bg-opacity-orange .btn-outline-magenta.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-orange .btn-outline-magenta:not(:disabled):not(.disabled):active:focus, .bg-orange .btn-outline-magenta:not(:disabled):not(.disabled).active:focus, .show > .bg-orange .btn-outline-magenta.dropdown-toggle:focus,
.bg-opacity-orange .btn-outline-magenta:not(:disabled):not(.disabled):active:focus,
.bg-opacity-orange .btn-outline-magenta:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-orange .btn-outline-magenta.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-orange .btn-outline-petrol,
.bg-opacity-orange .btn-outline-petrol {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-orange .btn-outline-petrol:hover,
.bg-opacity-orange .btn-outline-petrol:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-orange .btn-outline-petrol:focus, .bg-orange .btn-outline-petrol.focus,
.bg-opacity-orange .btn-outline-petrol:focus,
.bg-opacity-orange .btn-outline-petrol.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-orange .btn-outline-petrol.disabled, .bg-orange .btn-outline-petrol:disabled,
.bg-opacity-orange .btn-outline-petrol.disabled,
.bg-opacity-orange .btn-outline-petrol:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-orange .btn-outline-petrol:not(:disabled):not(.disabled):active, .bg-orange .btn-outline-petrol:not(:disabled):not(.disabled).active, .show > .bg-orange .btn-outline-petrol.dropdown-toggle,
.bg-opacity-orange .btn-outline-petrol:not(:disabled):not(.disabled):active,
.bg-opacity-orange .btn-outline-petrol:not(:disabled):not(.disabled).active,
.show > .bg-opacity-orange .btn-outline-petrol.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-orange .btn-outline-petrol:not(:disabled):not(.disabled):active:focus, .bg-orange .btn-outline-petrol:not(:disabled):not(.disabled).active:focus, .show > .bg-orange .btn-outline-petrol.dropdown-toggle:focus,
.bg-opacity-orange .btn-outline-petrol:not(:disabled):not(.disabled):active:focus,
.bg-opacity-orange .btn-outline-petrol:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-orange .btn-outline-petrol.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-orange .btn-outline-green,
.bg-opacity-orange .btn-outline-green {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-orange .btn-outline-green:hover,
.bg-opacity-orange .btn-outline-green:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-orange .btn-outline-green:focus, .bg-orange .btn-outline-green.focus,
.bg-opacity-orange .btn-outline-green:focus,
.bg-opacity-orange .btn-outline-green.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-orange .btn-outline-green.disabled, .bg-orange .btn-outline-green:disabled,
.bg-opacity-orange .btn-outline-green.disabled,
.bg-opacity-orange .btn-outline-green:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-orange .btn-outline-green:not(:disabled):not(.disabled):active, .bg-orange .btn-outline-green:not(:disabled):not(.disabled).active, .show > .bg-orange .btn-outline-green.dropdown-toggle,
.bg-opacity-orange .btn-outline-green:not(:disabled):not(.disabled):active,
.bg-opacity-orange .btn-outline-green:not(:disabled):not(.disabled).active,
.show > .bg-opacity-orange .btn-outline-green.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-orange .btn-outline-green:not(:disabled):not(.disabled):active:focus, .bg-orange .btn-outline-green:not(:disabled):not(.disabled).active:focus, .show > .bg-orange .btn-outline-green.dropdown-toggle:focus,
.bg-opacity-orange .btn-outline-green:not(:disabled):not(.disabled):active:focus,
.bg-opacity-orange .btn-outline-green:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-orange .btn-outline-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-orange .btn-outline-orange,
.bg-opacity-orange .btn-outline-orange {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-orange .btn-outline-orange:hover,
.bg-opacity-orange .btn-outline-orange:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-orange .btn-outline-orange:focus, .bg-orange .btn-outline-orange.focus,
.bg-opacity-orange .btn-outline-orange:focus,
.bg-opacity-orange .btn-outline-orange.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-orange .btn-outline-orange.disabled, .bg-orange .btn-outline-orange:disabled,
.bg-opacity-orange .btn-outline-orange.disabled,
.bg-opacity-orange .btn-outline-orange:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-orange .btn-outline-orange:not(:disabled):not(.disabled):active, .bg-orange .btn-outline-orange:not(:disabled):not(.disabled).active, .show > .bg-orange .btn-outline-orange.dropdown-toggle,
.bg-opacity-orange .btn-outline-orange:not(:disabled):not(.disabled):active,
.bg-opacity-orange .btn-outline-orange:not(:disabled):not(.disabled).active,
.show > .bg-opacity-orange .btn-outline-orange.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-orange .btn-outline-orange:not(:disabled):not(.disabled):active:focus, .bg-orange .btn-outline-orange:not(:disabled):not(.disabled).active:focus, .show > .bg-orange .btn-outline-orange.dropdown-toggle:focus,
.bg-opacity-orange .btn-outline-orange:not(:disabled):not(.disabled):active:focus,
.bg-opacity-orange .btn-outline-orange:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-orange .btn-outline-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-orange .btn-outline-gold,
.bg-opacity-orange .btn-outline-gold {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-orange .btn-outline-gold:hover,
.bg-opacity-orange .btn-outline-gold:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-orange .btn-outline-gold:focus, .bg-orange .btn-outline-gold.focus,
.bg-opacity-orange .btn-outline-gold:focus,
.bg-opacity-orange .btn-outline-gold.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-orange .btn-outline-gold.disabled, .bg-orange .btn-outline-gold:disabled,
.bg-opacity-orange .btn-outline-gold.disabled,
.bg-opacity-orange .btn-outline-gold:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-orange .btn-outline-gold:not(:disabled):not(.disabled):active, .bg-orange .btn-outline-gold:not(:disabled):not(.disabled).active, .show > .bg-orange .btn-outline-gold.dropdown-toggle,
.bg-opacity-orange .btn-outline-gold:not(:disabled):not(.disabled):active,
.bg-opacity-orange .btn-outline-gold:not(:disabled):not(.disabled).active,
.show > .bg-opacity-orange .btn-outline-gold.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-orange .btn-outline-gold:not(:disabled):not(.disabled):active:focus, .bg-orange .btn-outline-gold:not(:disabled):not(.disabled).active:focus, .show > .bg-orange .btn-outline-gold.dropdown-toggle:focus,
.bg-opacity-orange .btn-outline-gold:not(:disabled):not(.disabled):active:focus,
.bg-opacity-orange .btn-outline-gold:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-orange .btn-outline-gold.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-orange .btn-outline-silver,
.bg-opacity-orange .btn-outline-silver {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-orange .btn-outline-silver:hover,
.bg-opacity-orange .btn-outline-silver:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-orange .btn-outline-silver:focus, .bg-orange .btn-outline-silver.focus,
.bg-opacity-orange .btn-outline-silver:focus,
.bg-opacity-orange .btn-outline-silver.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-orange .btn-outline-silver.disabled, .bg-orange .btn-outline-silver:disabled,
.bg-opacity-orange .btn-outline-silver.disabled,
.bg-opacity-orange .btn-outline-silver:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-orange .btn-outline-silver:not(:disabled):not(.disabled):active, .bg-orange .btn-outline-silver:not(:disabled):not(.disabled).active, .show > .bg-orange .btn-outline-silver.dropdown-toggle,
.bg-opacity-orange .btn-outline-silver:not(:disabled):not(.disabled):active,
.bg-opacity-orange .btn-outline-silver:not(:disabled):not(.disabled).active,
.show > .bg-opacity-orange .btn-outline-silver.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-orange .btn-outline-silver:not(:disabled):not(.disabled):active:focus, .bg-orange .btn-outline-silver:not(:disabled):not(.disabled).active:focus, .show > .bg-orange .btn-outline-silver.dropdown-toggle:focus,
.bg-opacity-orange .btn-outline-silver:not(:disabled):not(.disabled):active:focus,
.bg-opacity-orange .btn-outline-silver:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-orange .btn-outline-silver.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-orange .btn-outline-white,
.bg-opacity-orange .btn-outline-white {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-orange .btn-outline-white:hover,
.bg-opacity-orange .btn-outline-white:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-orange .btn-outline-white:focus, .bg-orange .btn-outline-white.focus,
.bg-opacity-orange .btn-outline-white:focus,
.bg-opacity-orange .btn-outline-white.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-orange .btn-outline-white.disabled, .bg-orange .btn-outline-white:disabled,
.bg-opacity-orange .btn-outline-white.disabled,
.bg-opacity-orange .btn-outline-white:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-orange .btn-outline-white:not(:disabled):not(.disabled):active, .bg-orange .btn-outline-white:not(:disabled):not(.disabled).active, .show > .bg-orange .btn-outline-white.dropdown-toggle,
.bg-opacity-orange .btn-outline-white:not(:disabled):not(.disabled):active,
.bg-opacity-orange .btn-outline-white:not(:disabled):not(.disabled).active,
.show > .bg-opacity-orange .btn-outline-white.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-orange .btn-outline-white:not(:disabled):not(.disabled):active:focus, .bg-orange .btn-outline-white:not(:disabled):not(.disabled).active:focus, .show > .bg-orange .btn-outline-white.dropdown-toggle:focus,
.bg-opacity-orange .btn-outline-white:not(:disabled):not(.disabled):active:focus,
.bg-opacity-orange .btn-outline-white:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-orange .btn-outline-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}

.bg-gold .custom-select,
.bg-opacity-gold .custom-select {
  border-color: #ffffff;
  color: #ffffff;
}
.bg-gold .custom-select option,
.bg-opacity-gold .custom-select option {
  color: #333333;
}
.bg-gold .custom-select option:hover,
.bg-opacity-gold .custom-select option:hover {
  background-color: #007c96;
}
.bg-gold .text-theme,
.bg-opacity-gold .text-theme {
  color: #ffffff !important;
}
.bg-gold a[href^="tel:"],
.bg-opacity-gold a[href^="tel:"] {
  color: #ffffff !important;
}
.bg-gold .btn-theme,
.bg-opacity-gold .btn-theme {
  color: #52565a;
  background-color: #ffffff;
  border-color: #c49f64;
}
.bg-gold .btn-theme:hover,
.bg-opacity-gold .btn-theme:hover {
  color: #ffffff;
  background-color: #7e8890;
  border-color: #7e8890;
}
.bg-gold .btn-theme:focus, .bg-gold .btn-theme.focus,
.bg-opacity-gold .btn-theme:focus,
.bg-opacity-gold .btn-theme.focus {
  box-shadow: 0 0 0 0 rgba(179, 148, 99, 0.5);
}
.bg-gold .btn-theme.disabled, .bg-gold .btn-theme:disabled,
.bg-opacity-gold .btn-theme.disabled,
.bg-opacity-gold .btn-theme:disabled {
  color: #52565a;
  background-color: #ffffff;
  border-color: #c49f64;
}
.bg-gold .btn-theme:not(:disabled):not(.disabled):active, .bg-gold .btn-theme:not(:disabled):not(.disabled).active, .show > .bg-gold .btn-theme.dropdown-toggle,
.bg-opacity-gold .btn-theme:not(:disabled):not(.disabled):active,
.bg-opacity-gold .btn-theme:not(:disabled):not(.disabled).active,
.show > .bg-opacity-gold .btn-theme.dropdown-toggle {
  color: #52565a;
  background-color: #e6e6e6;
  border-color: #a88040;
}
.bg-gold .btn-theme:not(:disabled):not(.disabled):active:focus, .bg-gold .btn-theme:not(:disabled):not(.disabled).active:focus, .show > .bg-gold .btn-theme.dropdown-toggle:focus,
.bg-opacity-gold .btn-theme:not(:disabled):not(.disabled):active:focus,
.bg-opacity-gold .btn-theme:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-gold .btn-theme.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(179, 148, 99, 0.5);
}
.bg-gold .btn-outline-primary,
.bg-opacity-gold .btn-outline-primary {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-gold .btn-outline-primary:hover,
.bg-opacity-gold .btn-outline-primary:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-gold .btn-outline-primary:focus, .bg-gold .btn-outline-primary.focus,
.bg-opacity-gold .btn-outline-primary:focus,
.bg-opacity-gold .btn-outline-primary.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-gold .btn-outline-primary.disabled, .bg-gold .btn-outline-primary:disabled,
.bg-opacity-gold .btn-outline-primary.disabled,
.bg-opacity-gold .btn-outline-primary:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-gold .btn-outline-primary:not(:disabled):not(.disabled):active, .bg-gold .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .bg-gold .btn-outline-primary.dropdown-toggle,
.bg-opacity-gold .btn-outline-primary:not(:disabled):not(.disabled):active,
.bg-opacity-gold .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .bg-opacity-gold .btn-outline-primary.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-gold .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .bg-gold .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .bg-gold .btn-outline-primary.dropdown-toggle:focus,
.bg-opacity-gold .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.bg-opacity-gold .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-gold .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-gold .btn-outline-secondary,
.bg-opacity-gold .btn-outline-secondary {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-gold .btn-outline-secondary:hover,
.bg-opacity-gold .btn-outline-secondary:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-gold .btn-outline-secondary:focus, .bg-gold .btn-outline-secondary.focus,
.bg-opacity-gold .btn-outline-secondary:focus,
.bg-opacity-gold .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-gold .btn-outline-secondary.disabled, .bg-gold .btn-outline-secondary:disabled,
.bg-opacity-gold .btn-outline-secondary.disabled,
.bg-opacity-gold .btn-outline-secondary:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-gold .btn-outline-secondary:not(:disabled):not(.disabled):active, .bg-gold .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .bg-gold .btn-outline-secondary.dropdown-toggle,
.bg-opacity-gold .btn-outline-secondary:not(:disabled):not(.disabled):active,
.bg-opacity-gold .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .bg-opacity-gold .btn-outline-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-gold .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .bg-gold .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .bg-gold .btn-outline-secondary.dropdown-toggle:focus,
.bg-opacity-gold .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.bg-opacity-gold .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-gold .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-gold .btn-outline-success,
.bg-opacity-gold .btn-outline-success {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-gold .btn-outline-success:hover,
.bg-opacity-gold .btn-outline-success:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-gold .btn-outline-success:focus, .bg-gold .btn-outline-success.focus,
.bg-opacity-gold .btn-outline-success:focus,
.bg-opacity-gold .btn-outline-success.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-gold .btn-outline-success.disabled, .bg-gold .btn-outline-success:disabled,
.bg-opacity-gold .btn-outline-success.disabled,
.bg-opacity-gold .btn-outline-success:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-gold .btn-outline-success:not(:disabled):not(.disabled):active, .bg-gold .btn-outline-success:not(:disabled):not(.disabled).active, .show > .bg-gold .btn-outline-success.dropdown-toggle,
.bg-opacity-gold .btn-outline-success:not(:disabled):not(.disabled):active,
.bg-opacity-gold .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .bg-opacity-gold .btn-outline-success.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-gold .btn-outline-success:not(:disabled):not(.disabled):active:focus, .bg-gold .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .bg-gold .btn-outline-success.dropdown-toggle:focus,
.bg-opacity-gold .btn-outline-success:not(:disabled):not(.disabled):active:focus,
.bg-opacity-gold .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-gold .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-gold .btn-outline-info,
.bg-opacity-gold .btn-outline-info {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-gold .btn-outline-info:hover,
.bg-opacity-gold .btn-outline-info:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-gold .btn-outline-info:focus, .bg-gold .btn-outline-info.focus,
.bg-opacity-gold .btn-outline-info:focus,
.bg-opacity-gold .btn-outline-info.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-gold .btn-outline-info.disabled, .bg-gold .btn-outline-info:disabled,
.bg-opacity-gold .btn-outline-info.disabled,
.bg-opacity-gold .btn-outline-info:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-gold .btn-outline-info:not(:disabled):not(.disabled):active, .bg-gold .btn-outline-info:not(:disabled):not(.disabled).active, .show > .bg-gold .btn-outline-info.dropdown-toggle,
.bg-opacity-gold .btn-outline-info:not(:disabled):not(.disabled):active,
.bg-opacity-gold .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .bg-opacity-gold .btn-outline-info.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-gold .btn-outline-info:not(:disabled):not(.disabled):active:focus, .bg-gold .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .bg-gold .btn-outline-info.dropdown-toggle:focus,
.bg-opacity-gold .btn-outline-info:not(:disabled):not(.disabled):active:focus,
.bg-opacity-gold .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-gold .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-gold .btn-outline-warning,
.bg-opacity-gold .btn-outline-warning {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-gold .btn-outline-warning:hover,
.bg-opacity-gold .btn-outline-warning:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-gold .btn-outline-warning:focus, .bg-gold .btn-outline-warning.focus,
.bg-opacity-gold .btn-outline-warning:focus,
.bg-opacity-gold .btn-outline-warning.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-gold .btn-outline-warning.disabled, .bg-gold .btn-outline-warning:disabled,
.bg-opacity-gold .btn-outline-warning.disabled,
.bg-opacity-gold .btn-outline-warning:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-gold .btn-outline-warning:not(:disabled):not(.disabled):active, .bg-gold .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .bg-gold .btn-outline-warning.dropdown-toggle,
.bg-opacity-gold .btn-outline-warning:not(:disabled):not(.disabled):active,
.bg-opacity-gold .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .bg-opacity-gold .btn-outline-warning.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-gold .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .bg-gold .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .bg-gold .btn-outline-warning.dropdown-toggle:focus,
.bg-opacity-gold .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.bg-opacity-gold .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-gold .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-gold .btn-outline-danger,
.bg-opacity-gold .btn-outline-danger {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-gold .btn-outline-danger:hover,
.bg-opacity-gold .btn-outline-danger:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-gold .btn-outline-danger:focus, .bg-gold .btn-outline-danger.focus,
.bg-opacity-gold .btn-outline-danger:focus,
.bg-opacity-gold .btn-outline-danger.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-gold .btn-outline-danger.disabled, .bg-gold .btn-outline-danger:disabled,
.bg-opacity-gold .btn-outline-danger.disabled,
.bg-opacity-gold .btn-outline-danger:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-gold .btn-outline-danger:not(:disabled):not(.disabled):active, .bg-gold .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .bg-gold .btn-outline-danger.dropdown-toggle,
.bg-opacity-gold .btn-outline-danger:not(:disabled):not(.disabled):active,
.bg-opacity-gold .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .bg-opacity-gold .btn-outline-danger.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-gold .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .bg-gold .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .bg-gold .btn-outline-danger.dropdown-toggle:focus,
.bg-opacity-gold .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.bg-opacity-gold .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-gold .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-gold .btn-outline-light,
.bg-opacity-gold .btn-outline-light {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-gold .btn-outline-light:hover,
.bg-opacity-gold .btn-outline-light:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-gold .btn-outline-light:focus, .bg-gold .btn-outline-light.focus,
.bg-opacity-gold .btn-outline-light:focus,
.bg-opacity-gold .btn-outline-light.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-gold .btn-outline-light.disabled, .bg-gold .btn-outline-light:disabled,
.bg-opacity-gold .btn-outline-light.disabled,
.bg-opacity-gold .btn-outline-light:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-gold .btn-outline-light:not(:disabled):not(.disabled):active, .bg-gold .btn-outline-light:not(:disabled):not(.disabled).active, .show > .bg-gold .btn-outline-light.dropdown-toggle,
.bg-opacity-gold .btn-outline-light:not(:disabled):not(.disabled):active,
.bg-opacity-gold .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .bg-opacity-gold .btn-outline-light.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-gold .btn-outline-light:not(:disabled):not(.disabled):active:focus, .bg-gold .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .bg-gold .btn-outline-light.dropdown-toggle:focus,
.bg-opacity-gold .btn-outline-light:not(:disabled):not(.disabled):active:focus,
.bg-opacity-gold .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-gold .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-gold .btn-outline-dark,
.bg-opacity-gold .btn-outline-dark {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-gold .btn-outline-dark:hover,
.bg-opacity-gold .btn-outline-dark:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-gold .btn-outline-dark:focus, .bg-gold .btn-outline-dark.focus,
.bg-opacity-gold .btn-outline-dark:focus,
.bg-opacity-gold .btn-outline-dark.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-gold .btn-outline-dark.disabled, .bg-gold .btn-outline-dark:disabled,
.bg-opacity-gold .btn-outline-dark.disabled,
.bg-opacity-gold .btn-outline-dark:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-gold .btn-outline-dark:not(:disabled):not(.disabled):active, .bg-gold .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .bg-gold .btn-outline-dark.dropdown-toggle,
.bg-opacity-gold .btn-outline-dark:not(:disabled):not(.disabled):active,
.bg-opacity-gold .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .bg-opacity-gold .btn-outline-dark.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-gold .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .bg-gold .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .bg-gold .btn-outline-dark.dropdown-toggle:focus,
.bg-opacity-gold .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.bg-opacity-gold .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-gold .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-gold .btn-outline-0,
.bg-opacity-gold .btn-outline-0 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-gold .btn-outline-0:hover,
.bg-opacity-gold .btn-outline-0:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-gold .btn-outline-0:focus, .bg-gold .btn-outline-0.focus,
.bg-opacity-gold .btn-outline-0:focus,
.bg-opacity-gold .btn-outline-0.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-gold .btn-outline-0.disabled, .bg-gold .btn-outline-0:disabled,
.bg-opacity-gold .btn-outline-0.disabled,
.bg-opacity-gold .btn-outline-0:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-gold .btn-outline-0:not(:disabled):not(.disabled):active, .bg-gold .btn-outline-0:not(:disabled):not(.disabled).active, .show > .bg-gold .btn-outline-0.dropdown-toggle,
.bg-opacity-gold .btn-outline-0:not(:disabled):not(.disabled):active,
.bg-opacity-gold .btn-outline-0:not(:disabled):not(.disabled).active,
.show > .bg-opacity-gold .btn-outline-0.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-gold .btn-outline-0:not(:disabled):not(.disabled):active:focus, .bg-gold .btn-outline-0:not(:disabled):not(.disabled).active:focus, .show > .bg-gold .btn-outline-0.dropdown-toggle:focus,
.bg-opacity-gold .btn-outline-0:not(:disabled):not(.disabled):active:focus,
.bg-opacity-gold .btn-outline-0:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-gold .btn-outline-0.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-gold .btn-outline-1,
.bg-opacity-gold .btn-outline-1 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-gold .btn-outline-1:hover,
.bg-opacity-gold .btn-outline-1:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-gold .btn-outline-1:focus, .bg-gold .btn-outline-1.focus,
.bg-opacity-gold .btn-outline-1:focus,
.bg-opacity-gold .btn-outline-1.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-gold .btn-outline-1.disabled, .bg-gold .btn-outline-1:disabled,
.bg-opacity-gold .btn-outline-1.disabled,
.bg-opacity-gold .btn-outline-1:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-gold .btn-outline-1:not(:disabled):not(.disabled):active, .bg-gold .btn-outline-1:not(:disabled):not(.disabled).active, .show > .bg-gold .btn-outline-1.dropdown-toggle,
.bg-opacity-gold .btn-outline-1:not(:disabled):not(.disabled):active,
.bg-opacity-gold .btn-outline-1:not(:disabled):not(.disabled).active,
.show > .bg-opacity-gold .btn-outline-1.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-gold .btn-outline-1:not(:disabled):not(.disabled):active:focus, .bg-gold .btn-outline-1:not(:disabled):not(.disabled).active:focus, .show > .bg-gold .btn-outline-1.dropdown-toggle:focus,
.bg-opacity-gold .btn-outline-1:not(:disabled):not(.disabled):active:focus,
.bg-opacity-gold .btn-outline-1:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-gold .btn-outline-1.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-gold .btn-outline-2,
.bg-opacity-gold .btn-outline-2 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-gold .btn-outline-2:hover,
.bg-opacity-gold .btn-outline-2:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-gold .btn-outline-2:focus, .bg-gold .btn-outline-2.focus,
.bg-opacity-gold .btn-outline-2:focus,
.bg-opacity-gold .btn-outline-2.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-gold .btn-outline-2.disabled, .bg-gold .btn-outline-2:disabled,
.bg-opacity-gold .btn-outline-2.disabled,
.bg-opacity-gold .btn-outline-2:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-gold .btn-outline-2:not(:disabled):not(.disabled):active, .bg-gold .btn-outline-2:not(:disabled):not(.disabled).active, .show > .bg-gold .btn-outline-2.dropdown-toggle,
.bg-opacity-gold .btn-outline-2:not(:disabled):not(.disabled):active,
.bg-opacity-gold .btn-outline-2:not(:disabled):not(.disabled).active,
.show > .bg-opacity-gold .btn-outline-2.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-gold .btn-outline-2:not(:disabled):not(.disabled):active:focus, .bg-gold .btn-outline-2:not(:disabled):not(.disabled).active:focus, .show > .bg-gold .btn-outline-2.dropdown-toggle:focus,
.bg-opacity-gold .btn-outline-2:not(:disabled):not(.disabled):active:focus,
.bg-opacity-gold .btn-outline-2:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-gold .btn-outline-2.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-gold .btn-outline-3,
.bg-opacity-gold .btn-outline-3 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-gold .btn-outline-3:hover,
.bg-opacity-gold .btn-outline-3:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-gold .btn-outline-3:focus, .bg-gold .btn-outline-3.focus,
.bg-opacity-gold .btn-outline-3:focus,
.bg-opacity-gold .btn-outline-3.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-gold .btn-outline-3.disabled, .bg-gold .btn-outline-3:disabled,
.bg-opacity-gold .btn-outline-3.disabled,
.bg-opacity-gold .btn-outline-3:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-gold .btn-outline-3:not(:disabled):not(.disabled):active, .bg-gold .btn-outline-3:not(:disabled):not(.disabled).active, .show > .bg-gold .btn-outline-3.dropdown-toggle,
.bg-opacity-gold .btn-outline-3:not(:disabled):not(.disabled):active,
.bg-opacity-gold .btn-outline-3:not(:disabled):not(.disabled).active,
.show > .bg-opacity-gold .btn-outline-3.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-gold .btn-outline-3:not(:disabled):not(.disabled):active:focus, .bg-gold .btn-outline-3:not(:disabled):not(.disabled).active:focus, .show > .bg-gold .btn-outline-3.dropdown-toggle:focus,
.bg-opacity-gold .btn-outline-3:not(:disabled):not(.disabled):active:focus,
.bg-opacity-gold .btn-outline-3:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-gold .btn-outline-3.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-gold .btn-outline-4,
.bg-opacity-gold .btn-outline-4 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-gold .btn-outline-4:hover,
.bg-opacity-gold .btn-outline-4:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-gold .btn-outline-4:focus, .bg-gold .btn-outline-4.focus,
.bg-opacity-gold .btn-outline-4:focus,
.bg-opacity-gold .btn-outline-4.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-gold .btn-outline-4.disabled, .bg-gold .btn-outline-4:disabled,
.bg-opacity-gold .btn-outline-4.disabled,
.bg-opacity-gold .btn-outline-4:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-gold .btn-outline-4:not(:disabled):not(.disabled):active, .bg-gold .btn-outline-4:not(:disabled):not(.disabled).active, .show > .bg-gold .btn-outline-4.dropdown-toggle,
.bg-opacity-gold .btn-outline-4:not(:disabled):not(.disabled):active,
.bg-opacity-gold .btn-outline-4:not(:disabled):not(.disabled).active,
.show > .bg-opacity-gold .btn-outline-4.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-gold .btn-outline-4:not(:disabled):not(.disabled):active:focus, .bg-gold .btn-outline-4:not(:disabled):not(.disabled).active:focus, .show > .bg-gold .btn-outline-4.dropdown-toggle:focus,
.bg-opacity-gold .btn-outline-4:not(:disabled):not(.disabled):active:focus,
.bg-opacity-gold .btn-outline-4:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-gold .btn-outline-4.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-gold .btn-outline-5,
.bg-opacity-gold .btn-outline-5 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-gold .btn-outline-5:hover,
.bg-opacity-gold .btn-outline-5:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-gold .btn-outline-5:focus, .bg-gold .btn-outline-5.focus,
.bg-opacity-gold .btn-outline-5:focus,
.bg-opacity-gold .btn-outline-5.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-gold .btn-outline-5.disabled, .bg-gold .btn-outline-5:disabled,
.bg-opacity-gold .btn-outline-5.disabled,
.bg-opacity-gold .btn-outline-5:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-gold .btn-outline-5:not(:disabled):not(.disabled):active, .bg-gold .btn-outline-5:not(:disabled):not(.disabled).active, .show > .bg-gold .btn-outline-5.dropdown-toggle,
.bg-opacity-gold .btn-outline-5:not(:disabled):not(.disabled):active,
.bg-opacity-gold .btn-outline-5:not(:disabled):not(.disabled).active,
.show > .bg-opacity-gold .btn-outline-5.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-gold .btn-outline-5:not(:disabled):not(.disabled):active:focus, .bg-gold .btn-outline-5:not(:disabled):not(.disabled).active:focus, .show > .bg-gold .btn-outline-5.dropdown-toggle:focus,
.bg-opacity-gold .btn-outline-5:not(:disabled):not(.disabled):active:focus,
.bg-opacity-gold .btn-outline-5:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-gold .btn-outline-5.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-gold .btn-outline-6,
.bg-opacity-gold .btn-outline-6 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-gold .btn-outline-6:hover,
.bg-opacity-gold .btn-outline-6:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-gold .btn-outline-6:focus, .bg-gold .btn-outline-6.focus,
.bg-opacity-gold .btn-outline-6:focus,
.bg-opacity-gold .btn-outline-6.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-gold .btn-outline-6.disabled, .bg-gold .btn-outline-6:disabled,
.bg-opacity-gold .btn-outline-6.disabled,
.bg-opacity-gold .btn-outline-6:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-gold .btn-outline-6:not(:disabled):not(.disabled):active, .bg-gold .btn-outline-6:not(:disabled):not(.disabled).active, .show > .bg-gold .btn-outline-6.dropdown-toggle,
.bg-opacity-gold .btn-outline-6:not(:disabled):not(.disabled):active,
.bg-opacity-gold .btn-outline-6:not(:disabled):not(.disabled).active,
.show > .bg-opacity-gold .btn-outline-6.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-gold .btn-outline-6:not(:disabled):not(.disabled):active:focus, .bg-gold .btn-outline-6:not(:disabled):not(.disabled).active:focus, .show > .bg-gold .btn-outline-6.dropdown-toggle:focus,
.bg-opacity-gold .btn-outline-6:not(:disabled):not(.disabled):active:focus,
.bg-opacity-gold .btn-outline-6:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-gold .btn-outline-6.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-gold .btn-outline-7,
.bg-opacity-gold .btn-outline-7 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-gold .btn-outline-7:hover,
.bg-opacity-gold .btn-outline-7:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-gold .btn-outline-7:focus, .bg-gold .btn-outline-7.focus,
.bg-opacity-gold .btn-outline-7:focus,
.bg-opacity-gold .btn-outline-7.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-gold .btn-outline-7.disabled, .bg-gold .btn-outline-7:disabled,
.bg-opacity-gold .btn-outline-7.disabled,
.bg-opacity-gold .btn-outline-7:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-gold .btn-outline-7:not(:disabled):not(.disabled):active, .bg-gold .btn-outline-7:not(:disabled):not(.disabled).active, .show > .bg-gold .btn-outline-7.dropdown-toggle,
.bg-opacity-gold .btn-outline-7:not(:disabled):not(.disabled):active,
.bg-opacity-gold .btn-outline-7:not(:disabled):not(.disabled).active,
.show > .bg-opacity-gold .btn-outline-7.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-gold .btn-outline-7:not(:disabled):not(.disabled):active:focus, .bg-gold .btn-outline-7:not(:disabled):not(.disabled).active:focus, .show > .bg-gold .btn-outline-7.dropdown-toggle:focus,
.bg-opacity-gold .btn-outline-7:not(:disabled):not(.disabled):active:focus,
.bg-opacity-gold .btn-outline-7:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-gold .btn-outline-7.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-gold .btn-outline-8,
.bg-opacity-gold .btn-outline-8 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-gold .btn-outline-8:hover,
.bg-opacity-gold .btn-outline-8:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-gold .btn-outline-8:focus, .bg-gold .btn-outline-8.focus,
.bg-opacity-gold .btn-outline-8:focus,
.bg-opacity-gold .btn-outline-8.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-gold .btn-outline-8.disabled, .bg-gold .btn-outline-8:disabled,
.bg-opacity-gold .btn-outline-8.disabled,
.bg-opacity-gold .btn-outline-8:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-gold .btn-outline-8:not(:disabled):not(.disabled):active, .bg-gold .btn-outline-8:not(:disabled):not(.disabled).active, .show > .bg-gold .btn-outline-8.dropdown-toggle,
.bg-opacity-gold .btn-outline-8:not(:disabled):not(.disabled):active,
.bg-opacity-gold .btn-outline-8:not(:disabled):not(.disabled).active,
.show > .bg-opacity-gold .btn-outline-8.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-gold .btn-outline-8:not(:disabled):not(.disabled):active:focus, .bg-gold .btn-outline-8:not(:disabled):not(.disabled).active:focus, .show > .bg-gold .btn-outline-8.dropdown-toggle:focus,
.bg-opacity-gold .btn-outline-8:not(:disabled):not(.disabled):active:focus,
.bg-opacity-gold .btn-outline-8:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-gold .btn-outline-8.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-gold .btn-outline-9,
.bg-opacity-gold .btn-outline-9 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-gold .btn-outline-9:hover,
.bg-opacity-gold .btn-outline-9:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-gold .btn-outline-9:focus, .bg-gold .btn-outline-9.focus,
.bg-opacity-gold .btn-outline-9:focus,
.bg-opacity-gold .btn-outline-9.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-gold .btn-outline-9.disabled, .bg-gold .btn-outline-9:disabled,
.bg-opacity-gold .btn-outline-9.disabled,
.bg-opacity-gold .btn-outline-9:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-gold .btn-outline-9:not(:disabled):not(.disabled):active, .bg-gold .btn-outline-9:not(:disabled):not(.disabled).active, .show > .bg-gold .btn-outline-9.dropdown-toggle,
.bg-opacity-gold .btn-outline-9:not(:disabled):not(.disabled):active,
.bg-opacity-gold .btn-outline-9:not(:disabled):not(.disabled).active,
.show > .bg-opacity-gold .btn-outline-9.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-gold .btn-outline-9:not(:disabled):not(.disabled):active:focus, .bg-gold .btn-outline-9:not(:disabled):not(.disabled).active:focus, .show > .bg-gold .btn-outline-9.dropdown-toggle:focus,
.bg-opacity-gold .btn-outline-9:not(:disabled):not(.disabled):active:focus,
.bg-opacity-gold .btn-outline-9:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-gold .btn-outline-9.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-gold .btn-outline-10,
.bg-opacity-gold .btn-outline-10 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-gold .btn-outline-10:hover,
.bg-opacity-gold .btn-outline-10:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-gold .btn-outline-10:focus, .bg-gold .btn-outline-10.focus,
.bg-opacity-gold .btn-outline-10:focus,
.bg-opacity-gold .btn-outline-10.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-gold .btn-outline-10.disabled, .bg-gold .btn-outline-10:disabled,
.bg-opacity-gold .btn-outline-10.disabled,
.bg-opacity-gold .btn-outline-10:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-gold .btn-outline-10:not(:disabled):not(.disabled):active, .bg-gold .btn-outline-10:not(:disabled):not(.disabled).active, .show > .bg-gold .btn-outline-10.dropdown-toggle,
.bg-opacity-gold .btn-outline-10:not(:disabled):not(.disabled):active,
.bg-opacity-gold .btn-outline-10:not(:disabled):not(.disabled).active,
.show > .bg-opacity-gold .btn-outline-10.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-gold .btn-outline-10:not(:disabled):not(.disabled):active:focus, .bg-gold .btn-outline-10:not(:disabled):not(.disabled).active:focus, .show > .bg-gold .btn-outline-10.dropdown-toggle:focus,
.bg-opacity-gold .btn-outline-10:not(:disabled):not(.disabled):active:focus,
.bg-opacity-gold .btn-outline-10:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-gold .btn-outline-10.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-gold .btn-outline-default,
.bg-opacity-gold .btn-outline-default {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-gold .btn-outline-default:hover,
.bg-opacity-gold .btn-outline-default:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-gold .btn-outline-default:focus, .bg-gold .btn-outline-default.focus,
.bg-opacity-gold .btn-outline-default:focus,
.bg-opacity-gold .btn-outline-default.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-gold .btn-outline-default.disabled, .bg-gold .btn-outline-default:disabled,
.bg-opacity-gold .btn-outline-default.disabled,
.bg-opacity-gold .btn-outline-default:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-gold .btn-outline-default:not(:disabled):not(.disabled):active, .bg-gold .btn-outline-default:not(:disabled):not(.disabled).active, .show > .bg-gold .btn-outline-default.dropdown-toggle,
.bg-opacity-gold .btn-outline-default:not(:disabled):not(.disabled):active,
.bg-opacity-gold .btn-outline-default:not(:disabled):not(.disabled).active,
.show > .bg-opacity-gold .btn-outline-default.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-gold .btn-outline-default:not(:disabled):not(.disabled):active:focus, .bg-gold .btn-outline-default:not(:disabled):not(.disabled).active:focus, .show > .bg-gold .btn-outline-default.dropdown-toggle:focus,
.bg-opacity-gold .btn-outline-default:not(:disabled):not(.disabled):active:focus,
.bg-opacity-gold .btn-outline-default:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-gold .btn-outline-default.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-gold .btn-outline-violet,
.bg-opacity-gold .btn-outline-violet {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-gold .btn-outline-violet:hover,
.bg-opacity-gold .btn-outline-violet:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-gold .btn-outline-violet:focus, .bg-gold .btn-outline-violet.focus,
.bg-opacity-gold .btn-outline-violet:focus,
.bg-opacity-gold .btn-outline-violet.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-gold .btn-outline-violet.disabled, .bg-gold .btn-outline-violet:disabled,
.bg-opacity-gold .btn-outline-violet.disabled,
.bg-opacity-gold .btn-outline-violet:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-gold .btn-outline-violet:not(:disabled):not(.disabled):active, .bg-gold .btn-outline-violet:not(:disabled):not(.disabled).active, .show > .bg-gold .btn-outline-violet.dropdown-toggle,
.bg-opacity-gold .btn-outline-violet:not(:disabled):not(.disabled):active,
.bg-opacity-gold .btn-outline-violet:not(:disabled):not(.disabled).active,
.show > .bg-opacity-gold .btn-outline-violet.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-gold .btn-outline-violet:not(:disabled):not(.disabled):active:focus, .bg-gold .btn-outline-violet:not(:disabled):not(.disabled).active:focus, .show > .bg-gold .btn-outline-violet.dropdown-toggle:focus,
.bg-opacity-gold .btn-outline-violet:not(:disabled):not(.disabled):active:focus,
.bg-opacity-gold .btn-outline-violet:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-gold .btn-outline-violet.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-gold .btn-outline-magenta,
.bg-opacity-gold .btn-outline-magenta {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-gold .btn-outline-magenta:hover,
.bg-opacity-gold .btn-outline-magenta:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-gold .btn-outline-magenta:focus, .bg-gold .btn-outline-magenta.focus,
.bg-opacity-gold .btn-outline-magenta:focus,
.bg-opacity-gold .btn-outline-magenta.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-gold .btn-outline-magenta.disabled, .bg-gold .btn-outline-magenta:disabled,
.bg-opacity-gold .btn-outline-magenta.disabled,
.bg-opacity-gold .btn-outline-magenta:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-gold .btn-outline-magenta:not(:disabled):not(.disabled):active, .bg-gold .btn-outline-magenta:not(:disabled):not(.disabled).active, .show > .bg-gold .btn-outline-magenta.dropdown-toggle,
.bg-opacity-gold .btn-outline-magenta:not(:disabled):not(.disabled):active,
.bg-opacity-gold .btn-outline-magenta:not(:disabled):not(.disabled).active,
.show > .bg-opacity-gold .btn-outline-magenta.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-gold .btn-outline-magenta:not(:disabled):not(.disabled):active:focus, .bg-gold .btn-outline-magenta:not(:disabled):not(.disabled).active:focus, .show > .bg-gold .btn-outline-magenta.dropdown-toggle:focus,
.bg-opacity-gold .btn-outline-magenta:not(:disabled):not(.disabled):active:focus,
.bg-opacity-gold .btn-outline-magenta:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-gold .btn-outline-magenta.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-gold .btn-outline-petrol,
.bg-opacity-gold .btn-outline-petrol {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-gold .btn-outline-petrol:hover,
.bg-opacity-gold .btn-outline-petrol:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-gold .btn-outline-petrol:focus, .bg-gold .btn-outline-petrol.focus,
.bg-opacity-gold .btn-outline-petrol:focus,
.bg-opacity-gold .btn-outline-petrol.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-gold .btn-outline-petrol.disabled, .bg-gold .btn-outline-petrol:disabled,
.bg-opacity-gold .btn-outline-petrol.disabled,
.bg-opacity-gold .btn-outline-petrol:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-gold .btn-outline-petrol:not(:disabled):not(.disabled):active, .bg-gold .btn-outline-petrol:not(:disabled):not(.disabled).active, .show > .bg-gold .btn-outline-petrol.dropdown-toggle,
.bg-opacity-gold .btn-outline-petrol:not(:disabled):not(.disabled):active,
.bg-opacity-gold .btn-outline-petrol:not(:disabled):not(.disabled).active,
.show > .bg-opacity-gold .btn-outline-petrol.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-gold .btn-outline-petrol:not(:disabled):not(.disabled):active:focus, .bg-gold .btn-outline-petrol:not(:disabled):not(.disabled).active:focus, .show > .bg-gold .btn-outline-petrol.dropdown-toggle:focus,
.bg-opacity-gold .btn-outline-petrol:not(:disabled):not(.disabled):active:focus,
.bg-opacity-gold .btn-outline-petrol:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-gold .btn-outline-petrol.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-gold .btn-outline-green,
.bg-opacity-gold .btn-outline-green {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-gold .btn-outline-green:hover,
.bg-opacity-gold .btn-outline-green:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-gold .btn-outline-green:focus, .bg-gold .btn-outline-green.focus,
.bg-opacity-gold .btn-outline-green:focus,
.bg-opacity-gold .btn-outline-green.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-gold .btn-outline-green.disabled, .bg-gold .btn-outline-green:disabled,
.bg-opacity-gold .btn-outline-green.disabled,
.bg-opacity-gold .btn-outline-green:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-gold .btn-outline-green:not(:disabled):not(.disabled):active, .bg-gold .btn-outline-green:not(:disabled):not(.disabled).active, .show > .bg-gold .btn-outline-green.dropdown-toggle,
.bg-opacity-gold .btn-outline-green:not(:disabled):not(.disabled):active,
.bg-opacity-gold .btn-outline-green:not(:disabled):not(.disabled).active,
.show > .bg-opacity-gold .btn-outline-green.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-gold .btn-outline-green:not(:disabled):not(.disabled):active:focus, .bg-gold .btn-outline-green:not(:disabled):not(.disabled).active:focus, .show > .bg-gold .btn-outline-green.dropdown-toggle:focus,
.bg-opacity-gold .btn-outline-green:not(:disabled):not(.disabled):active:focus,
.bg-opacity-gold .btn-outline-green:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-gold .btn-outline-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-gold .btn-outline-orange,
.bg-opacity-gold .btn-outline-orange {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-gold .btn-outline-orange:hover,
.bg-opacity-gold .btn-outline-orange:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-gold .btn-outline-orange:focus, .bg-gold .btn-outline-orange.focus,
.bg-opacity-gold .btn-outline-orange:focus,
.bg-opacity-gold .btn-outline-orange.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-gold .btn-outline-orange.disabled, .bg-gold .btn-outline-orange:disabled,
.bg-opacity-gold .btn-outline-orange.disabled,
.bg-opacity-gold .btn-outline-orange:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-gold .btn-outline-orange:not(:disabled):not(.disabled):active, .bg-gold .btn-outline-orange:not(:disabled):not(.disabled).active, .show > .bg-gold .btn-outline-orange.dropdown-toggle,
.bg-opacity-gold .btn-outline-orange:not(:disabled):not(.disabled):active,
.bg-opacity-gold .btn-outline-orange:not(:disabled):not(.disabled).active,
.show > .bg-opacity-gold .btn-outline-orange.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-gold .btn-outline-orange:not(:disabled):not(.disabled):active:focus, .bg-gold .btn-outline-orange:not(:disabled):not(.disabled).active:focus, .show > .bg-gold .btn-outline-orange.dropdown-toggle:focus,
.bg-opacity-gold .btn-outline-orange:not(:disabled):not(.disabled):active:focus,
.bg-opacity-gold .btn-outline-orange:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-gold .btn-outline-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-gold .btn-outline-gold,
.bg-opacity-gold .btn-outline-gold {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-gold .btn-outline-gold:hover,
.bg-opacity-gold .btn-outline-gold:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-gold .btn-outline-gold:focus, .bg-gold .btn-outline-gold.focus,
.bg-opacity-gold .btn-outline-gold:focus,
.bg-opacity-gold .btn-outline-gold.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-gold .btn-outline-gold.disabled, .bg-gold .btn-outline-gold:disabled,
.bg-opacity-gold .btn-outline-gold.disabled,
.bg-opacity-gold .btn-outline-gold:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-gold .btn-outline-gold:not(:disabled):not(.disabled):active, .bg-gold .btn-outline-gold:not(:disabled):not(.disabled).active, .show > .bg-gold .btn-outline-gold.dropdown-toggle,
.bg-opacity-gold .btn-outline-gold:not(:disabled):not(.disabled):active,
.bg-opacity-gold .btn-outline-gold:not(:disabled):not(.disabled).active,
.show > .bg-opacity-gold .btn-outline-gold.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-gold .btn-outline-gold:not(:disabled):not(.disabled):active:focus, .bg-gold .btn-outline-gold:not(:disabled):not(.disabled).active:focus, .show > .bg-gold .btn-outline-gold.dropdown-toggle:focus,
.bg-opacity-gold .btn-outline-gold:not(:disabled):not(.disabled):active:focus,
.bg-opacity-gold .btn-outline-gold:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-gold .btn-outline-gold.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-gold .btn-outline-silver,
.bg-opacity-gold .btn-outline-silver {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-gold .btn-outline-silver:hover,
.bg-opacity-gold .btn-outline-silver:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-gold .btn-outline-silver:focus, .bg-gold .btn-outline-silver.focus,
.bg-opacity-gold .btn-outline-silver:focus,
.bg-opacity-gold .btn-outline-silver.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-gold .btn-outline-silver.disabled, .bg-gold .btn-outline-silver:disabled,
.bg-opacity-gold .btn-outline-silver.disabled,
.bg-opacity-gold .btn-outline-silver:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-gold .btn-outline-silver:not(:disabled):not(.disabled):active, .bg-gold .btn-outline-silver:not(:disabled):not(.disabled).active, .show > .bg-gold .btn-outline-silver.dropdown-toggle,
.bg-opacity-gold .btn-outline-silver:not(:disabled):not(.disabled):active,
.bg-opacity-gold .btn-outline-silver:not(:disabled):not(.disabled).active,
.show > .bg-opacity-gold .btn-outline-silver.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-gold .btn-outline-silver:not(:disabled):not(.disabled):active:focus, .bg-gold .btn-outline-silver:not(:disabled):not(.disabled).active:focus, .show > .bg-gold .btn-outline-silver.dropdown-toggle:focus,
.bg-opacity-gold .btn-outline-silver:not(:disabled):not(.disabled):active:focus,
.bg-opacity-gold .btn-outline-silver:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-gold .btn-outline-silver.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-gold .btn-outline-white,
.bg-opacity-gold .btn-outline-white {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-gold .btn-outline-white:hover,
.bg-opacity-gold .btn-outline-white:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-gold .btn-outline-white:focus, .bg-gold .btn-outline-white.focus,
.bg-opacity-gold .btn-outline-white:focus,
.bg-opacity-gold .btn-outline-white.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-gold .btn-outline-white.disabled, .bg-gold .btn-outline-white:disabled,
.bg-opacity-gold .btn-outline-white.disabled,
.bg-opacity-gold .btn-outline-white:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-gold .btn-outline-white:not(:disabled):not(.disabled):active, .bg-gold .btn-outline-white:not(:disabled):not(.disabled).active, .show > .bg-gold .btn-outline-white.dropdown-toggle,
.bg-opacity-gold .btn-outline-white:not(:disabled):not(.disabled):active,
.bg-opacity-gold .btn-outline-white:not(:disabled):not(.disabled).active,
.show > .bg-opacity-gold .btn-outline-white.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-gold .btn-outline-white:not(:disabled):not(.disabled):active:focus, .bg-gold .btn-outline-white:not(:disabled):not(.disabled).active:focus, .show > .bg-gold .btn-outline-white.dropdown-toggle:focus,
.bg-opacity-gold .btn-outline-white:not(:disabled):not(.disabled):active:focus,
.bg-opacity-gold .btn-outline-white:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-gold .btn-outline-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}

.bg-silver .custom-select,
.bg-opacity-silver .custom-select {
  border-color: #ffffff;
  color: #ffffff;
}
.bg-silver .custom-select option,
.bg-opacity-silver .custom-select option {
  color: #333333;
}
.bg-silver .custom-select option:hover,
.bg-opacity-silver .custom-select option:hover {
  background-color: #007c96;
}
.bg-silver .text-theme,
.bg-opacity-silver .text-theme {
  color: #ffffff !important;
}
.bg-silver a[href^="tel:"],
.bg-opacity-silver a[href^="tel:"] {
  color: #ffffff !important;
}
.bg-silver .btn-theme,
.bg-opacity-silver .btn-theme {
  color: #52565a;
  background-color: #ffffff;
  border-color: #bec4c7;
}
.bg-silver .btn-theme:hover,
.bg-opacity-silver .btn-theme:hover {
  color: #ffffff;
  background-color: #7e8890;
  border-color: #7e8890;
}
.bg-silver .btn-theme:focus, .bg-silver .btn-theme.focus,
.bg-opacity-silver .btn-theme:focus,
.bg-opacity-silver .btn-theme.focus {
  box-shadow: 0 0 0 0 rgba(174, 180, 183, 0.5);
}
.bg-silver .btn-theme.disabled, .bg-silver .btn-theme:disabled,
.bg-opacity-silver .btn-theme.disabled,
.bg-opacity-silver .btn-theme:disabled {
  color: #52565a;
  background-color: #ffffff;
  border-color: #bec4c7;
}
.bg-silver .btn-theme:not(:disabled):not(.disabled):active, .bg-silver .btn-theme:not(:disabled):not(.disabled).active, .show > .bg-silver .btn-theme.dropdown-toggle,
.bg-opacity-silver .btn-theme:not(:disabled):not(.disabled):active,
.bg-opacity-silver .btn-theme:not(:disabled):not(.disabled).active,
.show > .bg-opacity-silver .btn-theme.dropdown-toggle {
  color: #52565a;
  background-color: #e6e6e6;
  border-color: #9ca5a9;
}
.bg-silver .btn-theme:not(:disabled):not(.disabled):active:focus, .bg-silver .btn-theme:not(:disabled):not(.disabled).active:focus, .show > .bg-silver .btn-theme.dropdown-toggle:focus,
.bg-opacity-silver .btn-theme:not(:disabled):not(.disabled):active:focus,
.bg-opacity-silver .btn-theme:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-silver .btn-theme.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(174, 180, 183, 0.5);
}
.bg-silver .btn-outline-primary,
.bg-opacity-silver .btn-outline-primary {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-silver .btn-outline-primary:hover,
.bg-opacity-silver .btn-outline-primary:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-silver .btn-outline-primary:focus, .bg-silver .btn-outline-primary.focus,
.bg-opacity-silver .btn-outline-primary:focus,
.bg-opacity-silver .btn-outline-primary.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-silver .btn-outline-primary.disabled, .bg-silver .btn-outline-primary:disabled,
.bg-opacity-silver .btn-outline-primary.disabled,
.bg-opacity-silver .btn-outline-primary:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-silver .btn-outline-primary:not(:disabled):not(.disabled):active, .bg-silver .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .bg-silver .btn-outline-primary.dropdown-toggle,
.bg-opacity-silver .btn-outline-primary:not(:disabled):not(.disabled):active,
.bg-opacity-silver .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .bg-opacity-silver .btn-outline-primary.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-silver .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .bg-silver .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .bg-silver .btn-outline-primary.dropdown-toggle:focus,
.bg-opacity-silver .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.bg-opacity-silver .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-silver .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-silver .btn-outline-secondary,
.bg-opacity-silver .btn-outline-secondary {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-silver .btn-outline-secondary:hover,
.bg-opacity-silver .btn-outline-secondary:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-silver .btn-outline-secondary:focus, .bg-silver .btn-outline-secondary.focus,
.bg-opacity-silver .btn-outline-secondary:focus,
.bg-opacity-silver .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-silver .btn-outline-secondary.disabled, .bg-silver .btn-outline-secondary:disabled,
.bg-opacity-silver .btn-outline-secondary.disabled,
.bg-opacity-silver .btn-outline-secondary:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-silver .btn-outline-secondary:not(:disabled):not(.disabled):active, .bg-silver .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .bg-silver .btn-outline-secondary.dropdown-toggle,
.bg-opacity-silver .btn-outline-secondary:not(:disabled):not(.disabled):active,
.bg-opacity-silver .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .bg-opacity-silver .btn-outline-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-silver .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .bg-silver .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .bg-silver .btn-outline-secondary.dropdown-toggle:focus,
.bg-opacity-silver .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.bg-opacity-silver .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-silver .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-silver .btn-outline-success,
.bg-opacity-silver .btn-outline-success {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-silver .btn-outline-success:hover,
.bg-opacity-silver .btn-outline-success:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-silver .btn-outline-success:focus, .bg-silver .btn-outline-success.focus,
.bg-opacity-silver .btn-outline-success:focus,
.bg-opacity-silver .btn-outline-success.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-silver .btn-outline-success.disabled, .bg-silver .btn-outline-success:disabled,
.bg-opacity-silver .btn-outline-success.disabled,
.bg-opacity-silver .btn-outline-success:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-silver .btn-outline-success:not(:disabled):not(.disabled):active, .bg-silver .btn-outline-success:not(:disabled):not(.disabled).active, .show > .bg-silver .btn-outline-success.dropdown-toggle,
.bg-opacity-silver .btn-outline-success:not(:disabled):not(.disabled):active,
.bg-opacity-silver .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .bg-opacity-silver .btn-outline-success.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-silver .btn-outline-success:not(:disabled):not(.disabled):active:focus, .bg-silver .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .bg-silver .btn-outline-success.dropdown-toggle:focus,
.bg-opacity-silver .btn-outline-success:not(:disabled):not(.disabled):active:focus,
.bg-opacity-silver .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-silver .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-silver .btn-outline-info,
.bg-opacity-silver .btn-outline-info {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-silver .btn-outline-info:hover,
.bg-opacity-silver .btn-outline-info:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-silver .btn-outline-info:focus, .bg-silver .btn-outline-info.focus,
.bg-opacity-silver .btn-outline-info:focus,
.bg-opacity-silver .btn-outline-info.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-silver .btn-outline-info.disabled, .bg-silver .btn-outline-info:disabled,
.bg-opacity-silver .btn-outline-info.disabled,
.bg-opacity-silver .btn-outline-info:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-silver .btn-outline-info:not(:disabled):not(.disabled):active, .bg-silver .btn-outline-info:not(:disabled):not(.disabled).active, .show > .bg-silver .btn-outline-info.dropdown-toggle,
.bg-opacity-silver .btn-outline-info:not(:disabled):not(.disabled):active,
.bg-opacity-silver .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .bg-opacity-silver .btn-outline-info.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-silver .btn-outline-info:not(:disabled):not(.disabled):active:focus, .bg-silver .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .bg-silver .btn-outline-info.dropdown-toggle:focus,
.bg-opacity-silver .btn-outline-info:not(:disabled):not(.disabled):active:focus,
.bg-opacity-silver .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-silver .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-silver .btn-outline-warning,
.bg-opacity-silver .btn-outline-warning {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-silver .btn-outline-warning:hover,
.bg-opacity-silver .btn-outline-warning:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-silver .btn-outline-warning:focus, .bg-silver .btn-outline-warning.focus,
.bg-opacity-silver .btn-outline-warning:focus,
.bg-opacity-silver .btn-outline-warning.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-silver .btn-outline-warning.disabled, .bg-silver .btn-outline-warning:disabled,
.bg-opacity-silver .btn-outline-warning.disabled,
.bg-opacity-silver .btn-outline-warning:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-silver .btn-outline-warning:not(:disabled):not(.disabled):active, .bg-silver .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .bg-silver .btn-outline-warning.dropdown-toggle,
.bg-opacity-silver .btn-outline-warning:not(:disabled):not(.disabled):active,
.bg-opacity-silver .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .bg-opacity-silver .btn-outline-warning.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-silver .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .bg-silver .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .bg-silver .btn-outline-warning.dropdown-toggle:focus,
.bg-opacity-silver .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.bg-opacity-silver .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-silver .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-silver .btn-outline-danger,
.bg-opacity-silver .btn-outline-danger {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-silver .btn-outline-danger:hover,
.bg-opacity-silver .btn-outline-danger:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-silver .btn-outline-danger:focus, .bg-silver .btn-outline-danger.focus,
.bg-opacity-silver .btn-outline-danger:focus,
.bg-opacity-silver .btn-outline-danger.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-silver .btn-outline-danger.disabled, .bg-silver .btn-outline-danger:disabled,
.bg-opacity-silver .btn-outline-danger.disabled,
.bg-opacity-silver .btn-outline-danger:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-silver .btn-outline-danger:not(:disabled):not(.disabled):active, .bg-silver .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .bg-silver .btn-outline-danger.dropdown-toggle,
.bg-opacity-silver .btn-outline-danger:not(:disabled):not(.disabled):active,
.bg-opacity-silver .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .bg-opacity-silver .btn-outline-danger.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-silver .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .bg-silver .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .bg-silver .btn-outline-danger.dropdown-toggle:focus,
.bg-opacity-silver .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.bg-opacity-silver .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-silver .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-silver .btn-outline-light,
.bg-opacity-silver .btn-outline-light {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-silver .btn-outline-light:hover,
.bg-opacity-silver .btn-outline-light:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-silver .btn-outline-light:focus, .bg-silver .btn-outline-light.focus,
.bg-opacity-silver .btn-outline-light:focus,
.bg-opacity-silver .btn-outline-light.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-silver .btn-outline-light.disabled, .bg-silver .btn-outline-light:disabled,
.bg-opacity-silver .btn-outline-light.disabled,
.bg-opacity-silver .btn-outline-light:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-silver .btn-outline-light:not(:disabled):not(.disabled):active, .bg-silver .btn-outline-light:not(:disabled):not(.disabled).active, .show > .bg-silver .btn-outline-light.dropdown-toggle,
.bg-opacity-silver .btn-outline-light:not(:disabled):not(.disabled):active,
.bg-opacity-silver .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .bg-opacity-silver .btn-outline-light.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-silver .btn-outline-light:not(:disabled):not(.disabled):active:focus, .bg-silver .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .bg-silver .btn-outline-light.dropdown-toggle:focus,
.bg-opacity-silver .btn-outline-light:not(:disabled):not(.disabled):active:focus,
.bg-opacity-silver .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-silver .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-silver .btn-outline-dark,
.bg-opacity-silver .btn-outline-dark {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-silver .btn-outline-dark:hover,
.bg-opacity-silver .btn-outline-dark:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-silver .btn-outline-dark:focus, .bg-silver .btn-outline-dark.focus,
.bg-opacity-silver .btn-outline-dark:focus,
.bg-opacity-silver .btn-outline-dark.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-silver .btn-outline-dark.disabled, .bg-silver .btn-outline-dark:disabled,
.bg-opacity-silver .btn-outline-dark.disabled,
.bg-opacity-silver .btn-outline-dark:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-silver .btn-outline-dark:not(:disabled):not(.disabled):active, .bg-silver .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .bg-silver .btn-outline-dark.dropdown-toggle,
.bg-opacity-silver .btn-outline-dark:not(:disabled):not(.disabled):active,
.bg-opacity-silver .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .bg-opacity-silver .btn-outline-dark.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-silver .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .bg-silver .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .bg-silver .btn-outline-dark.dropdown-toggle:focus,
.bg-opacity-silver .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.bg-opacity-silver .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-silver .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-silver .btn-outline-0,
.bg-opacity-silver .btn-outline-0 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-silver .btn-outline-0:hover,
.bg-opacity-silver .btn-outline-0:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-silver .btn-outline-0:focus, .bg-silver .btn-outline-0.focus,
.bg-opacity-silver .btn-outline-0:focus,
.bg-opacity-silver .btn-outline-0.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-silver .btn-outline-0.disabled, .bg-silver .btn-outline-0:disabled,
.bg-opacity-silver .btn-outline-0.disabled,
.bg-opacity-silver .btn-outline-0:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-silver .btn-outline-0:not(:disabled):not(.disabled):active, .bg-silver .btn-outline-0:not(:disabled):not(.disabled).active, .show > .bg-silver .btn-outline-0.dropdown-toggle,
.bg-opacity-silver .btn-outline-0:not(:disabled):not(.disabled):active,
.bg-opacity-silver .btn-outline-0:not(:disabled):not(.disabled).active,
.show > .bg-opacity-silver .btn-outline-0.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-silver .btn-outline-0:not(:disabled):not(.disabled):active:focus, .bg-silver .btn-outline-0:not(:disabled):not(.disabled).active:focus, .show > .bg-silver .btn-outline-0.dropdown-toggle:focus,
.bg-opacity-silver .btn-outline-0:not(:disabled):not(.disabled):active:focus,
.bg-opacity-silver .btn-outline-0:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-silver .btn-outline-0.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-silver .btn-outline-1,
.bg-opacity-silver .btn-outline-1 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-silver .btn-outline-1:hover,
.bg-opacity-silver .btn-outline-1:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-silver .btn-outline-1:focus, .bg-silver .btn-outline-1.focus,
.bg-opacity-silver .btn-outline-1:focus,
.bg-opacity-silver .btn-outline-1.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-silver .btn-outline-1.disabled, .bg-silver .btn-outline-1:disabled,
.bg-opacity-silver .btn-outline-1.disabled,
.bg-opacity-silver .btn-outline-1:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-silver .btn-outline-1:not(:disabled):not(.disabled):active, .bg-silver .btn-outline-1:not(:disabled):not(.disabled).active, .show > .bg-silver .btn-outline-1.dropdown-toggle,
.bg-opacity-silver .btn-outline-1:not(:disabled):not(.disabled):active,
.bg-opacity-silver .btn-outline-1:not(:disabled):not(.disabled).active,
.show > .bg-opacity-silver .btn-outline-1.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-silver .btn-outline-1:not(:disabled):not(.disabled):active:focus, .bg-silver .btn-outline-1:not(:disabled):not(.disabled).active:focus, .show > .bg-silver .btn-outline-1.dropdown-toggle:focus,
.bg-opacity-silver .btn-outline-1:not(:disabled):not(.disabled):active:focus,
.bg-opacity-silver .btn-outline-1:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-silver .btn-outline-1.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-silver .btn-outline-2,
.bg-opacity-silver .btn-outline-2 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-silver .btn-outline-2:hover,
.bg-opacity-silver .btn-outline-2:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-silver .btn-outline-2:focus, .bg-silver .btn-outline-2.focus,
.bg-opacity-silver .btn-outline-2:focus,
.bg-opacity-silver .btn-outline-2.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-silver .btn-outline-2.disabled, .bg-silver .btn-outline-2:disabled,
.bg-opacity-silver .btn-outline-2.disabled,
.bg-opacity-silver .btn-outline-2:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-silver .btn-outline-2:not(:disabled):not(.disabled):active, .bg-silver .btn-outline-2:not(:disabled):not(.disabled).active, .show > .bg-silver .btn-outline-2.dropdown-toggle,
.bg-opacity-silver .btn-outline-2:not(:disabled):not(.disabled):active,
.bg-opacity-silver .btn-outline-2:not(:disabled):not(.disabled).active,
.show > .bg-opacity-silver .btn-outline-2.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-silver .btn-outline-2:not(:disabled):not(.disabled):active:focus, .bg-silver .btn-outline-2:not(:disabled):not(.disabled).active:focus, .show > .bg-silver .btn-outline-2.dropdown-toggle:focus,
.bg-opacity-silver .btn-outline-2:not(:disabled):not(.disabled):active:focus,
.bg-opacity-silver .btn-outline-2:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-silver .btn-outline-2.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-silver .btn-outline-3,
.bg-opacity-silver .btn-outline-3 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-silver .btn-outline-3:hover,
.bg-opacity-silver .btn-outline-3:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-silver .btn-outline-3:focus, .bg-silver .btn-outline-3.focus,
.bg-opacity-silver .btn-outline-3:focus,
.bg-opacity-silver .btn-outline-3.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-silver .btn-outline-3.disabled, .bg-silver .btn-outline-3:disabled,
.bg-opacity-silver .btn-outline-3.disabled,
.bg-opacity-silver .btn-outline-3:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-silver .btn-outline-3:not(:disabled):not(.disabled):active, .bg-silver .btn-outline-3:not(:disabled):not(.disabled).active, .show > .bg-silver .btn-outline-3.dropdown-toggle,
.bg-opacity-silver .btn-outline-3:not(:disabled):not(.disabled):active,
.bg-opacity-silver .btn-outline-3:not(:disabled):not(.disabled).active,
.show > .bg-opacity-silver .btn-outline-3.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-silver .btn-outline-3:not(:disabled):not(.disabled):active:focus, .bg-silver .btn-outline-3:not(:disabled):not(.disabled).active:focus, .show > .bg-silver .btn-outline-3.dropdown-toggle:focus,
.bg-opacity-silver .btn-outline-3:not(:disabled):not(.disabled):active:focus,
.bg-opacity-silver .btn-outline-3:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-silver .btn-outline-3.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-silver .btn-outline-4,
.bg-opacity-silver .btn-outline-4 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-silver .btn-outline-4:hover,
.bg-opacity-silver .btn-outline-4:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-silver .btn-outline-4:focus, .bg-silver .btn-outline-4.focus,
.bg-opacity-silver .btn-outline-4:focus,
.bg-opacity-silver .btn-outline-4.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-silver .btn-outline-4.disabled, .bg-silver .btn-outline-4:disabled,
.bg-opacity-silver .btn-outline-4.disabled,
.bg-opacity-silver .btn-outline-4:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-silver .btn-outline-4:not(:disabled):not(.disabled):active, .bg-silver .btn-outline-4:not(:disabled):not(.disabled).active, .show > .bg-silver .btn-outline-4.dropdown-toggle,
.bg-opacity-silver .btn-outline-4:not(:disabled):not(.disabled):active,
.bg-opacity-silver .btn-outline-4:not(:disabled):not(.disabled).active,
.show > .bg-opacity-silver .btn-outline-4.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-silver .btn-outline-4:not(:disabled):not(.disabled):active:focus, .bg-silver .btn-outline-4:not(:disabled):not(.disabled).active:focus, .show > .bg-silver .btn-outline-4.dropdown-toggle:focus,
.bg-opacity-silver .btn-outline-4:not(:disabled):not(.disabled):active:focus,
.bg-opacity-silver .btn-outline-4:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-silver .btn-outline-4.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-silver .btn-outline-5,
.bg-opacity-silver .btn-outline-5 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-silver .btn-outline-5:hover,
.bg-opacity-silver .btn-outline-5:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-silver .btn-outline-5:focus, .bg-silver .btn-outline-5.focus,
.bg-opacity-silver .btn-outline-5:focus,
.bg-opacity-silver .btn-outline-5.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-silver .btn-outline-5.disabled, .bg-silver .btn-outline-5:disabled,
.bg-opacity-silver .btn-outline-5.disabled,
.bg-opacity-silver .btn-outline-5:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-silver .btn-outline-5:not(:disabled):not(.disabled):active, .bg-silver .btn-outline-5:not(:disabled):not(.disabled).active, .show > .bg-silver .btn-outline-5.dropdown-toggle,
.bg-opacity-silver .btn-outline-5:not(:disabled):not(.disabled):active,
.bg-opacity-silver .btn-outline-5:not(:disabled):not(.disabled).active,
.show > .bg-opacity-silver .btn-outline-5.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-silver .btn-outline-5:not(:disabled):not(.disabled):active:focus, .bg-silver .btn-outline-5:not(:disabled):not(.disabled).active:focus, .show > .bg-silver .btn-outline-5.dropdown-toggle:focus,
.bg-opacity-silver .btn-outline-5:not(:disabled):not(.disabled):active:focus,
.bg-opacity-silver .btn-outline-5:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-silver .btn-outline-5.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-silver .btn-outline-6,
.bg-opacity-silver .btn-outline-6 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-silver .btn-outline-6:hover,
.bg-opacity-silver .btn-outline-6:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-silver .btn-outline-6:focus, .bg-silver .btn-outline-6.focus,
.bg-opacity-silver .btn-outline-6:focus,
.bg-opacity-silver .btn-outline-6.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-silver .btn-outline-6.disabled, .bg-silver .btn-outline-6:disabled,
.bg-opacity-silver .btn-outline-6.disabled,
.bg-opacity-silver .btn-outline-6:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-silver .btn-outline-6:not(:disabled):not(.disabled):active, .bg-silver .btn-outline-6:not(:disabled):not(.disabled).active, .show > .bg-silver .btn-outline-6.dropdown-toggle,
.bg-opacity-silver .btn-outline-6:not(:disabled):not(.disabled):active,
.bg-opacity-silver .btn-outline-6:not(:disabled):not(.disabled).active,
.show > .bg-opacity-silver .btn-outline-6.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-silver .btn-outline-6:not(:disabled):not(.disabled):active:focus, .bg-silver .btn-outline-6:not(:disabled):not(.disabled).active:focus, .show > .bg-silver .btn-outline-6.dropdown-toggle:focus,
.bg-opacity-silver .btn-outline-6:not(:disabled):not(.disabled):active:focus,
.bg-opacity-silver .btn-outline-6:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-silver .btn-outline-6.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-silver .btn-outline-7,
.bg-opacity-silver .btn-outline-7 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-silver .btn-outline-7:hover,
.bg-opacity-silver .btn-outline-7:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-silver .btn-outline-7:focus, .bg-silver .btn-outline-7.focus,
.bg-opacity-silver .btn-outline-7:focus,
.bg-opacity-silver .btn-outline-7.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-silver .btn-outline-7.disabled, .bg-silver .btn-outline-7:disabled,
.bg-opacity-silver .btn-outline-7.disabled,
.bg-opacity-silver .btn-outline-7:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-silver .btn-outline-7:not(:disabled):not(.disabled):active, .bg-silver .btn-outline-7:not(:disabled):not(.disabled).active, .show > .bg-silver .btn-outline-7.dropdown-toggle,
.bg-opacity-silver .btn-outline-7:not(:disabled):not(.disabled):active,
.bg-opacity-silver .btn-outline-7:not(:disabled):not(.disabled).active,
.show > .bg-opacity-silver .btn-outline-7.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-silver .btn-outline-7:not(:disabled):not(.disabled):active:focus, .bg-silver .btn-outline-7:not(:disabled):not(.disabled).active:focus, .show > .bg-silver .btn-outline-7.dropdown-toggle:focus,
.bg-opacity-silver .btn-outline-7:not(:disabled):not(.disabled):active:focus,
.bg-opacity-silver .btn-outline-7:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-silver .btn-outline-7.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-silver .btn-outline-8,
.bg-opacity-silver .btn-outline-8 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-silver .btn-outline-8:hover,
.bg-opacity-silver .btn-outline-8:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-silver .btn-outline-8:focus, .bg-silver .btn-outline-8.focus,
.bg-opacity-silver .btn-outline-8:focus,
.bg-opacity-silver .btn-outline-8.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-silver .btn-outline-8.disabled, .bg-silver .btn-outline-8:disabled,
.bg-opacity-silver .btn-outline-8.disabled,
.bg-opacity-silver .btn-outline-8:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-silver .btn-outline-8:not(:disabled):not(.disabled):active, .bg-silver .btn-outline-8:not(:disabled):not(.disabled).active, .show > .bg-silver .btn-outline-8.dropdown-toggle,
.bg-opacity-silver .btn-outline-8:not(:disabled):not(.disabled):active,
.bg-opacity-silver .btn-outline-8:not(:disabled):not(.disabled).active,
.show > .bg-opacity-silver .btn-outline-8.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-silver .btn-outline-8:not(:disabled):not(.disabled):active:focus, .bg-silver .btn-outline-8:not(:disabled):not(.disabled).active:focus, .show > .bg-silver .btn-outline-8.dropdown-toggle:focus,
.bg-opacity-silver .btn-outline-8:not(:disabled):not(.disabled):active:focus,
.bg-opacity-silver .btn-outline-8:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-silver .btn-outline-8.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-silver .btn-outline-9,
.bg-opacity-silver .btn-outline-9 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-silver .btn-outline-9:hover,
.bg-opacity-silver .btn-outline-9:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-silver .btn-outline-9:focus, .bg-silver .btn-outline-9.focus,
.bg-opacity-silver .btn-outline-9:focus,
.bg-opacity-silver .btn-outline-9.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-silver .btn-outline-9.disabled, .bg-silver .btn-outline-9:disabled,
.bg-opacity-silver .btn-outline-9.disabled,
.bg-opacity-silver .btn-outline-9:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-silver .btn-outline-9:not(:disabled):not(.disabled):active, .bg-silver .btn-outline-9:not(:disabled):not(.disabled).active, .show > .bg-silver .btn-outline-9.dropdown-toggle,
.bg-opacity-silver .btn-outline-9:not(:disabled):not(.disabled):active,
.bg-opacity-silver .btn-outline-9:not(:disabled):not(.disabled).active,
.show > .bg-opacity-silver .btn-outline-9.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-silver .btn-outline-9:not(:disabled):not(.disabled):active:focus, .bg-silver .btn-outline-9:not(:disabled):not(.disabled).active:focus, .show > .bg-silver .btn-outline-9.dropdown-toggle:focus,
.bg-opacity-silver .btn-outline-9:not(:disabled):not(.disabled):active:focus,
.bg-opacity-silver .btn-outline-9:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-silver .btn-outline-9.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-silver .btn-outline-10,
.bg-opacity-silver .btn-outline-10 {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-silver .btn-outline-10:hover,
.bg-opacity-silver .btn-outline-10:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-silver .btn-outline-10:focus, .bg-silver .btn-outline-10.focus,
.bg-opacity-silver .btn-outline-10:focus,
.bg-opacity-silver .btn-outline-10.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-silver .btn-outline-10.disabled, .bg-silver .btn-outline-10:disabled,
.bg-opacity-silver .btn-outline-10.disabled,
.bg-opacity-silver .btn-outline-10:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-silver .btn-outline-10:not(:disabled):not(.disabled):active, .bg-silver .btn-outline-10:not(:disabled):not(.disabled).active, .show > .bg-silver .btn-outline-10.dropdown-toggle,
.bg-opacity-silver .btn-outline-10:not(:disabled):not(.disabled):active,
.bg-opacity-silver .btn-outline-10:not(:disabled):not(.disabled).active,
.show > .bg-opacity-silver .btn-outline-10.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-silver .btn-outline-10:not(:disabled):not(.disabled):active:focus, .bg-silver .btn-outline-10:not(:disabled):not(.disabled).active:focus, .show > .bg-silver .btn-outline-10.dropdown-toggle:focus,
.bg-opacity-silver .btn-outline-10:not(:disabled):not(.disabled):active:focus,
.bg-opacity-silver .btn-outline-10:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-silver .btn-outline-10.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-silver .btn-outline-default,
.bg-opacity-silver .btn-outline-default {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-silver .btn-outline-default:hover,
.bg-opacity-silver .btn-outline-default:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-silver .btn-outline-default:focus, .bg-silver .btn-outline-default.focus,
.bg-opacity-silver .btn-outline-default:focus,
.bg-opacity-silver .btn-outline-default.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-silver .btn-outline-default.disabled, .bg-silver .btn-outline-default:disabled,
.bg-opacity-silver .btn-outline-default.disabled,
.bg-opacity-silver .btn-outline-default:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-silver .btn-outline-default:not(:disabled):not(.disabled):active, .bg-silver .btn-outline-default:not(:disabled):not(.disabled).active, .show > .bg-silver .btn-outline-default.dropdown-toggle,
.bg-opacity-silver .btn-outline-default:not(:disabled):not(.disabled):active,
.bg-opacity-silver .btn-outline-default:not(:disabled):not(.disabled).active,
.show > .bg-opacity-silver .btn-outline-default.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-silver .btn-outline-default:not(:disabled):not(.disabled):active:focus, .bg-silver .btn-outline-default:not(:disabled):not(.disabled).active:focus, .show > .bg-silver .btn-outline-default.dropdown-toggle:focus,
.bg-opacity-silver .btn-outline-default:not(:disabled):not(.disabled):active:focus,
.bg-opacity-silver .btn-outline-default:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-silver .btn-outline-default.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-silver .btn-outline-violet,
.bg-opacity-silver .btn-outline-violet {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-silver .btn-outline-violet:hover,
.bg-opacity-silver .btn-outline-violet:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-silver .btn-outline-violet:focus, .bg-silver .btn-outline-violet.focus,
.bg-opacity-silver .btn-outline-violet:focus,
.bg-opacity-silver .btn-outline-violet.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-silver .btn-outline-violet.disabled, .bg-silver .btn-outline-violet:disabled,
.bg-opacity-silver .btn-outline-violet.disabled,
.bg-opacity-silver .btn-outline-violet:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-silver .btn-outline-violet:not(:disabled):not(.disabled):active, .bg-silver .btn-outline-violet:not(:disabled):not(.disabled).active, .show > .bg-silver .btn-outline-violet.dropdown-toggle,
.bg-opacity-silver .btn-outline-violet:not(:disabled):not(.disabled):active,
.bg-opacity-silver .btn-outline-violet:not(:disabled):not(.disabled).active,
.show > .bg-opacity-silver .btn-outline-violet.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-silver .btn-outline-violet:not(:disabled):not(.disabled):active:focus, .bg-silver .btn-outline-violet:not(:disabled):not(.disabled).active:focus, .show > .bg-silver .btn-outline-violet.dropdown-toggle:focus,
.bg-opacity-silver .btn-outline-violet:not(:disabled):not(.disabled):active:focus,
.bg-opacity-silver .btn-outline-violet:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-silver .btn-outline-violet.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-silver .btn-outline-magenta,
.bg-opacity-silver .btn-outline-magenta {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-silver .btn-outline-magenta:hover,
.bg-opacity-silver .btn-outline-magenta:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-silver .btn-outline-magenta:focus, .bg-silver .btn-outline-magenta.focus,
.bg-opacity-silver .btn-outline-magenta:focus,
.bg-opacity-silver .btn-outline-magenta.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-silver .btn-outline-magenta.disabled, .bg-silver .btn-outline-magenta:disabled,
.bg-opacity-silver .btn-outline-magenta.disabled,
.bg-opacity-silver .btn-outline-magenta:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-silver .btn-outline-magenta:not(:disabled):not(.disabled):active, .bg-silver .btn-outline-magenta:not(:disabled):not(.disabled).active, .show > .bg-silver .btn-outline-magenta.dropdown-toggle,
.bg-opacity-silver .btn-outline-magenta:not(:disabled):not(.disabled):active,
.bg-opacity-silver .btn-outline-magenta:not(:disabled):not(.disabled).active,
.show > .bg-opacity-silver .btn-outline-magenta.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-silver .btn-outline-magenta:not(:disabled):not(.disabled):active:focus, .bg-silver .btn-outline-magenta:not(:disabled):not(.disabled).active:focus, .show > .bg-silver .btn-outline-magenta.dropdown-toggle:focus,
.bg-opacity-silver .btn-outline-magenta:not(:disabled):not(.disabled):active:focus,
.bg-opacity-silver .btn-outline-magenta:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-silver .btn-outline-magenta.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-silver .btn-outline-petrol,
.bg-opacity-silver .btn-outline-petrol {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-silver .btn-outline-petrol:hover,
.bg-opacity-silver .btn-outline-petrol:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-silver .btn-outline-petrol:focus, .bg-silver .btn-outline-petrol.focus,
.bg-opacity-silver .btn-outline-petrol:focus,
.bg-opacity-silver .btn-outline-petrol.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-silver .btn-outline-petrol.disabled, .bg-silver .btn-outline-petrol:disabled,
.bg-opacity-silver .btn-outline-petrol.disabled,
.bg-opacity-silver .btn-outline-petrol:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-silver .btn-outline-petrol:not(:disabled):not(.disabled):active, .bg-silver .btn-outline-petrol:not(:disabled):not(.disabled).active, .show > .bg-silver .btn-outline-petrol.dropdown-toggle,
.bg-opacity-silver .btn-outline-petrol:not(:disabled):not(.disabled):active,
.bg-opacity-silver .btn-outline-petrol:not(:disabled):not(.disabled).active,
.show > .bg-opacity-silver .btn-outline-petrol.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-silver .btn-outline-petrol:not(:disabled):not(.disabled):active:focus, .bg-silver .btn-outline-petrol:not(:disabled):not(.disabled).active:focus, .show > .bg-silver .btn-outline-petrol.dropdown-toggle:focus,
.bg-opacity-silver .btn-outline-petrol:not(:disabled):not(.disabled):active:focus,
.bg-opacity-silver .btn-outline-petrol:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-silver .btn-outline-petrol.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-silver .btn-outline-green,
.bg-opacity-silver .btn-outline-green {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-silver .btn-outline-green:hover,
.bg-opacity-silver .btn-outline-green:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-silver .btn-outline-green:focus, .bg-silver .btn-outline-green.focus,
.bg-opacity-silver .btn-outline-green:focus,
.bg-opacity-silver .btn-outline-green.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-silver .btn-outline-green.disabled, .bg-silver .btn-outline-green:disabled,
.bg-opacity-silver .btn-outline-green.disabled,
.bg-opacity-silver .btn-outline-green:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-silver .btn-outline-green:not(:disabled):not(.disabled):active, .bg-silver .btn-outline-green:not(:disabled):not(.disabled).active, .show > .bg-silver .btn-outline-green.dropdown-toggle,
.bg-opacity-silver .btn-outline-green:not(:disabled):not(.disabled):active,
.bg-opacity-silver .btn-outline-green:not(:disabled):not(.disabled).active,
.show > .bg-opacity-silver .btn-outline-green.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-silver .btn-outline-green:not(:disabled):not(.disabled):active:focus, .bg-silver .btn-outline-green:not(:disabled):not(.disabled).active:focus, .show > .bg-silver .btn-outline-green.dropdown-toggle:focus,
.bg-opacity-silver .btn-outline-green:not(:disabled):not(.disabled):active:focus,
.bg-opacity-silver .btn-outline-green:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-silver .btn-outline-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-silver .btn-outline-orange,
.bg-opacity-silver .btn-outline-orange {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-silver .btn-outline-orange:hover,
.bg-opacity-silver .btn-outline-orange:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-silver .btn-outline-orange:focus, .bg-silver .btn-outline-orange.focus,
.bg-opacity-silver .btn-outline-orange:focus,
.bg-opacity-silver .btn-outline-orange.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-silver .btn-outline-orange.disabled, .bg-silver .btn-outline-orange:disabled,
.bg-opacity-silver .btn-outline-orange.disabled,
.bg-opacity-silver .btn-outline-orange:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-silver .btn-outline-orange:not(:disabled):not(.disabled):active, .bg-silver .btn-outline-orange:not(:disabled):not(.disabled).active, .show > .bg-silver .btn-outline-orange.dropdown-toggle,
.bg-opacity-silver .btn-outline-orange:not(:disabled):not(.disabled):active,
.bg-opacity-silver .btn-outline-orange:not(:disabled):not(.disabled).active,
.show > .bg-opacity-silver .btn-outline-orange.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-silver .btn-outline-orange:not(:disabled):not(.disabled):active:focus, .bg-silver .btn-outline-orange:not(:disabled):not(.disabled).active:focus, .show > .bg-silver .btn-outline-orange.dropdown-toggle:focus,
.bg-opacity-silver .btn-outline-orange:not(:disabled):not(.disabled):active:focus,
.bg-opacity-silver .btn-outline-orange:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-silver .btn-outline-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-silver .btn-outline-gold,
.bg-opacity-silver .btn-outline-gold {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-silver .btn-outline-gold:hover,
.bg-opacity-silver .btn-outline-gold:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-silver .btn-outline-gold:focus, .bg-silver .btn-outline-gold.focus,
.bg-opacity-silver .btn-outline-gold:focus,
.bg-opacity-silver .btn-outline-gold.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-silver .btn-outline-gold.disabled, .bg-silver .btn-outline-gold:disabled,
.bg-opacity-silver .btn-outline-gold.disabled,
.bg-opacity-silver .btn-outline-gold:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-silver .btn-outline-gold:not(:disabled):not(.disabled):active, .bg-silver .btn-outline-gold:not(:disabled):not(.disabled).active, .show > .bg-silver .btn-outline-gold.dropdown-toggle,
.bg-opacity-silver .btn-outline-gold:not(:disabled):not(.disabled):active,
.bg-opacity-silver .btn-outline-gold:not(:disabled):not(.disabled).active,
.show > .bg-opacity-silver .btn-outline-gold.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-silver .btn-outline-gold:not(:disabled):not(.disabled):active:focus, .bg-silver .btn-outline-gold:not(:disabled):not(.disabled).active:focus, .show > .bg-silver .btn-outline-gold.dropdown-toggle:focus,
.bg-opacity-silver .btn-outline-gold:not(:disabled):not(.disabled):active:focus,
.bg-opacity-silver .btn-outline-gold:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-silver .btn-outline-gold.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-silver .btn-outline-silver,
.bg-opacity-silver .btn-outline-silver {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-silver .btn-outline-silver:hover,
.bg-opacity-silver .btn-outline-silver:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-silver .btn-outline-silver:focus, .bg-silver .btn-outline-silver.focus,
.bg-opacity-silver .btn-outline-silver:focus,
.bg-opacity-silver .btn-outline-silver.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-silver .btn-outline-silver.disabled, .bg-silver .btn-outline-silver:disabled,
.bg-opacity-silver .btn-outline-silver.disabled,
.bg-opacity-silver .btn-outline-silver:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-silver .btn-outline-silver:not(:disabled):not(.disabled):active, .bg-silver .btn-outline-silver:not(:disabled):not(.disabled).active, .show > .bg-silver .btn-outline-silver.dropdown-toggle,
.bg-opacity-silver .btn-outline-silver:not(:disabled):not(.disabled):active,
.bg-opacity-silver .btn-outline-silver:not(:disabled):not(.disabled).active,
.show > .bg-opacity-silver .btn-outline-silver.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-silver .btn-outline-silver:not(:disabled):not(.disabled):active:focus, .bg-silver .btn-outline-silver:not(:disabled):not(.disabled).active:focus, .show > .bg-silver .btn-outline-silver.dropdown-toggle:focus,
.bg-opacity-silver .btn-outline-silver:not(:disabled):not(.disabled):active:focus,
.bg-opacity-silver .btn-outline-silver:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-silver .btn-outline-silver.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-silver .btn-outline-white,
.bg-opacity-silver .btn-outline-white {
  color: #ffffff;
  border-color: #ffffff;
}
.bg-silver .btn-outline-white:hover,
.bg-opacity-silver .btn-outline-white:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-silver .btn-outline-white:focus, .bg-silver .btn-outline-white.focus,
.bg-opacity-silver .btn-outline-white:focus,
.bg-opacity-silver .btn-outline-white.focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}
.bg-silver .btn-outline-white.disabled, .bg-silver .btn-outline-white:disabled,
.bg-opacity-silver .btn-outline-white.disabled,
.bg-opacity-silver .btn-outline-white:disabled {
  color: #ffffff;
  background-color: transparent;
}
.bg-silver .btn-outline-white:not(:disabled):not(.disabled):active, .bg-silver .btn-outline-white:not(:disabled):not(.disabled).active, .show > .bg-silver .btn-outline-white.dropdown-toggle,
.bg-opacity-silver .btn-outline-white:not(:disabled):not(.disabled):active,
.bg-opacity-silver .btn-outline-white:not(:disabled):not(.disabled).active,
.show > .bg-opacity-silver .btn-outline-white.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.bg-silver .btn-outline-white:not(:disabled):not(.disabled):active:focus, .bg-silver .btn-outline-white:not(:disabled):not(.disabled).active:focus, .show > .bg-silver .btn-outline-white.dropdown-toggle:focus,
.bg-opacity-silver .btn-outline-white:not(:disabled):not(.disabled):active:focus,
.bg-opacity-silver .btn-outline-white:not(:disabled):not(.disabled).active:focus,
.show > .bg-opacity-silver .btn-outline-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}

@media (max-width: 575.98px) {
  .card-news:nth-child(16n+1) .card {
    background: #004da0;
  }
  .card-news:nth-child(16n+1) .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:nth-child(16n+1) .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+1) .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+1) .card [class*=btn-outline-]:focus, .card-news:nth-child(16n+1) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(16n+1) .card [class*=btn-outline-].disabled, .card-news:nth-child(16n+1) .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:nth-child(16n+1) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(16n+1) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(16n+1) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+1) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(16n+1) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(16n+1) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(16n+1) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(0, 77, 160, 0), #004da0);
  }
  .card-news:first-child .card {
    background: #004da0;
  }
  .card-news:first-child .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:first-child .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:focus, .card-news:first-child .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:first-child .card [class*=btn-outline-].disabled, .card-news:first-child .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:first-child .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:first-child .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:first-child .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(0, 77, 160, 0), #004da0);
  }
  .card-news:nth-child(2) .card {
    background: transparent;
  }
  .card-news:nth-child(2) .card .text-theme {
    color: #333333 !important;
  }
  .card-news:nth-child(2) .card .text-theme.card-subtitle {
    color: #a8aaac !important;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-] {
    color: #00a6eb;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:hover {
    color: #00a6eb;
    background-color: transparent;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:focus, .card-news:nth-child(2) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(0, 166, 235, 0.5);
  }
  .card-news:nth-child(2) .card [class*=btn-outline-].disabled, .card-news:nth-child(2) .card [class*=btn-outline-]:disabled {
    color: #00a6eb;
    background-color: transparent;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(2) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(2) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(0, 166, 235, 0.5);
  }
  .card-news:nth-child(2) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(245, 245, 245, 0), whitesmoke);
  }
  .card-news:nth-child(3) .card {
    background: #00a6eb;
  }
  .card-news:nth-child(3) .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:focus, .card-news:nth-child(3) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(3) .card [class*=btn-outline-].disabled, .card-news:nth-child(3) .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(3) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(3) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(3) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(0, 166, 235, 0), #00a6eb);
  }
  .card-news:nth-child(16n+3) .card {
    background: #00a6eb;
  }
  .card-news:nth-child(16n+3) .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:nth-child(16n+3) .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+3) .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+3) .card [class*=btn-outline-]:focus, .card-news:nth-child(16n+3) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(16n+3) .card [class*=btn-outline-].disabled, .card-news:nth-child(16n+3) .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:nth-child(16n+3) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(16n+3) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(16n+3) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+3) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(16n+3) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(16n+3) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(16n+3) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(0, 166, 235, 0), #00a6eb);
  }
  .card-news:first-child .card {
    background: #004da0;
  }
  .card-news:first-child .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:first-child .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:focus, .card-news:first-child .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:first-child .card [class*=btn-outline-].disabled, .card-news:first-child .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:first-child .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:first-child .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:first-child .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(0, 77, 160, 0), #004da0);
  }
  .card-news:nth-child(2) .card {
    background: transparent;
  }
  .card-news:nth-child(2) .card .text-theme {
    color: #333333 !important;
  }
  .card-news:nth-child(2) .card .text-theme.card-subtitle {
    color: #a8aaac !important;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-] {
    color: #00a6eb;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:hover {
    color: #00a6eb;
    background-color: transparent;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:focus, .card-news:nth-child(2) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(0, 166, 235, 0.5);
  }
  .card-news:nth-child(2) .card [class*=btn-outline-].disabled, .card-news:nth-child(2) .card [class*=btn-outline-]:disabled {
    color: #00a6eb;
    background-color: transparent;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(2) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(2) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(0, 166, 235, 0.5);
  }
  .card-news:nth-child(2) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(245, 245, 245, 0), whitesmoke);
  }
  .card-news:nth-child(3) .card {
    background: #00a6eb;
  }
  .card-news:nth-child(3) .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:focus, .card-news:nth-child(3) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(3) .card [class*=btn-outline-].disabled, .card-news:nth-child(3) .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(3) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(3) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(3) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(0, 166, 235, 0), #00a6eb);
  }
  .card-news:nth-child(16n+5) .card {
    background: #6b1d7c;
  }
  .card-news:nth-child(16n+5) .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:nth-child(16n+5) .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+5) .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+5) .card [class*=btn-outline-]:focus, .card-news:nth-child(16n+5) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(16n+5) .card [class*=btn-outline-].disabled, .card-news:nth-child(16n+5) .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:nth-child(16n+5) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(16n+5) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(16n+5) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+5) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(16n+5) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(16n+5) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(16n+5) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(107, 29, 124, 0), #6b1d7c);
  }
  .card-news:first-child .card {
    background: #004da0;
  }
  .card-news:first-child .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:first-child .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:focus, .card-news:first-child .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:first-child .card [class*=btn-outline-].disabled, .card-news:first-child .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:first-child .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:first-child .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:first-child .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(0, 77, 160, 0), #004da0);
  }
  .card-news:nth-child(2) .card {
    background: transparent;
  }
  .card-news:nth-child(2) .card .text-theme {
    color: #333333 !important;
  }
  .card-news:nth-child(2) .card .text-theme.card-subtitle {
    color: #a8aaac !important;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-] {
    color: #00a6eb;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:hover {
    color: #00a6eb;
    background-color: transparent;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:focus, .card-news:nth-child(2) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(0, 166, 235, 0.5);
  }
  .card-news:nth-child(2) .card [class*=btn-outline-].disabled, .card-news:nth-child(2) .card [class*=btn-outline-]:disabled {
    color: #00a6eb;
    background-color: transparent;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(2) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(2) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(0, 166, 235, 0.5);
  }
  .card-news:nth-child(2) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(245, 245, 245, 0), whitesmoke);
  }
  .card-news:nth-child(3) .card {
    background: #00a6eb;
  }
  .card-news:nth-child(3) .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:focus, .card-news:nth-child(3) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(3) .card [class*=btn-outline-].disabled, .card-news:nth-child(3) .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(3) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(3) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(3) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(0, 166, 235, 0), #00a6eb);
  }
  .card-news:nth-child(16n+7) .card {
    background: #007c96;
  }
  .card-news:nth-child(16n+7) .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:nth-child(16n+7) .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+7) .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+7) .card [class*=btn-outline-]:focus, .card-news:nth-child(16n+7) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(16n+7) .card [class*=btn-outline-].disabled, .card-news:nth-child(16n+7) .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:nth-child(16n+7) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(16n+7) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(16n+7) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+7) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(16n+7) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(16n+7) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(16n+7) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(0, 124, 150, 0), #007c96);
  }
  .card-news:first-child .card {
    background: #004da0;
  }
  .card-news:first-child .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:first-child .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:focus, .card-news:first-child .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:first-child .card [class*=btn-outline-].disabled, .card-news:first-child .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:first-child .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:first-child .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:first-child .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(0, 77, 160, 0), #004da0);
  }
  .card-news:nth-child(2) .card {
    background: transparent;
  }
  .card-news:nth-child(2) .card .text-theme {
    color: #333333 !important;
  }
  .card-news:nth-child(2) .card .text-theme.card-subtitle {
    color: #a8aaac !important;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-] {
    color: #00a6eb;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:hover {
    color: #00a6eb;
    background-color: transparent;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:focus, .card-news:nth-child(2) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(0, 166, 235, 0.5);
  }
  .card-news:nth-child(2) .card [class*=btn-outline-].disabled, .card-news:nth-child(2) .card [class*=btn-outline-]:disabled {
    color: #00a6eb;
    background-color: transparent;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(2) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(2) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(0, 166, 235, 0.5);
  }
  .card-news:nth-child(2) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(245, 245, 245, 0), whitesmoke);
  }
  .card-news:nth-child(3) .card {
    background: #00a6eb;
  }
  .card-news:nth-child(3) .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:focus, .card-news:nth-child(3) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(3) .card [class*=btn-outline-].disabled, .card-news:nth-child(3) .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(3) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(3) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(3) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(0, 166, 235, 0), #00a6eb);
  }
  .card-news:nth-child(16n+9) .card {
    background: #f49d00;
  }
  .card-news:nth-child(16n+9) .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:nth-child(16n+9) .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+9) .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+9) .card [class*=btn-outline-]:focus, .card-news:nth-child(16n+9) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(16n+9) .card [class*=btn-outline-].disabled, .card-news:nth-child(16n+9) .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:nth-child(16n+9) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(16n+9) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(16n+9) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+9) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(16n+9) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(16n+9) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(16n+9) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(244, 157, 0, 0), #f49d00);
  }
  .card-news:first-child .card {
    background: #004da0;
  }
  .card-news:first-child .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:first-child .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:focus, .card-news:first-child .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:first-child .card [class*=btn-outline-].disabled, .card-news:first-child .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:first-child .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:first-child .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:first-child .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(0, 77, 160, 0), #004da0);
  }
  .card-news:nth-child(2) .card {
    background: transparent;
  }
  .card-news:nth-child(2) .card .text-theme {
    color: #333333 !important;
  }
  .card-news:nth-child(2) .card .text-theme.card-subtitle {
    color: #a8aaac !important;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-] {
    color: #00a6eb;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:hover {
    color: #00a6eb;
    background-color: transparent;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:focus, .card-news:nth-child(2) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(0, 166, 235, 0.5);
  }
  .card-news:nth-child(2) .card [class*=btn-outline-].disabled, .card-news:nth-child(2) .card [class*=btn-outline-]:disabled {
    color: #00a6eb;
    background-color: transparent;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(2) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(2) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(0, 166, 235, 0.5);
  }
  .card-news:nth-child(2) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(245, 245, 245, 0), whitesmoke);
  }
  .card-news:nth-child(3) .card {
    background: #00a6eb;
  }
  .card-news:nth-child(3) .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:focus, .card-news:nth-child(3) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(3) .card [class*=btn-outline-].disabled, .card-news:nth-child(3) .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(3) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(3) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(3) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(0, 166, 235, 0), #00a6eb);
  }
  .card-news:nth-child(16n+11) .card {
    background: #7eb61c;
  }
  .card-news:nth-child(16n+11) .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:nth-child(16n+11) .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+11) .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+11) .card [class*=btn-outline-]:focus, .card-news:nth-child(16n+11) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(16n+11) .card [class*=btn-outline-].disabled, .card-news:nth-child(16n+11) .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:nth-child(16n+11) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(16n+11) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(16n+11) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+11) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(16n+11) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(16n+11) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(16n+11) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(126, 182, 28, 0), #7eb61c);
  }
  .card-news:first-child .card {
    background: #004da0;
  }
  .card-news:first-child .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:first-child .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:focus, .card-news:first-child .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:first-child .card [class*=btn-outline-].disabled, .card-news:first-child .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:first-child .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:first-child .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:first-child .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(0, 77, 160, 0), #004da0);
  }
  .card-news:nth-child(2) .card {
    background: transparent;
  }
  .card-news:nth-child(2) .card .text-theme {
    color: #333333 !important;
  }
  .card-news:nth-child(2) .card .text-theme.card-subtitle {
    color: #a8aaac !important;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-] {
    color: #00a6eb;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:hover {
    color: #00a6eb;
    background-color: transparent;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:focus, .card-news:nth-child(2) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(0, 166, 235, 0.5);
  }
  .card-news:nth-child(2) .card [class*=btn-outline-].disabled, .card-news:nth-child(2) .card [class*=btn-outline-]:disabled {
    color: #00a6eb;
    background-color: transparent;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(2) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(2) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(0, 166, 235, 0.5);
  }
  .card-news:nth-child(2) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(245, 245, 245, 0), whitesmoke);
  }
  .card-news:nth-child(3) .card {
    background: #00a6eb;
  }
  .card-news:nth-child(3) .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:focus, .card-news:nth-child(3) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(3) .card [class*=btn-outline-].disabled, .card-news:nth-child(3) .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(3) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(3) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(3) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(0, 166, 235, 0), #00a6eb);
  }
  .card-news:nth-child(16n+13) .card {
    background: #b70064;
  }
  .card-news:nth-child(16n+13) .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:nth-child(16n+13) .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+13) .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+13) .card [class*=btn-outline-]:focus, .card-news:nth-child(16n+13) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(16n+13) .card [class*=btn-outline-].disabled, .card-news:nth-child(16n+13) .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:nth-child(16n+13) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(16n+13) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(16n+13) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+13) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(16n+13) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(16n+13) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(16n+13) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(183, 0, 100, 0), #b70064);
  }
  .card-news:first-child .card {
    background: #004da0;
  }
  .card-news:first-child .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:first-child .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:focus, .card-news:first-child .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:first-child .card [class*=btn-outline-].disabled, .card-news:first-child .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:first-child .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:first-child .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:first-child .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(0, 77, 160, 0), #004da0);
  }
  .card-news:nth-child(2) .card {
    background: transparent;
  }
  .card-news:nth-child(2) .card .text-theme {
    color: #333333 !important;
  }
  .card-news:nth-child(2) .card .text-theme.card-subtitle {
    color: #a8aaac !important;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-] {
    color: #00a6eb;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:hover {
    color: #00a6eb;
    background-color: transparent;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:focus, .card-news:nth-child(2) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(0, 166, 235, 0.5);
  }
  .card-news:nth-child(2) .card [class*=btn-outline-].disabled, .card-news:nth-child(2) .card [class*=btn-outline-]:disabled {
    color: #00a6eb;
    background-color: transparent;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(2) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(2) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(0, 166, 235, 0.5);
  }
  .card-news:nth-child(2) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(245, 245, 245, 0), whitesmoke);
  }
  .card-news:nth-child(3) .card {
    background: #00a6eb;
  }
  .card-news:nth-child(3) .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:focus, .card-news:nth-child(3) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(3) .card [class*=btn-outline-].disabled, .card-news:nth-child(3) .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(3) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(3) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(3) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(0, 166, 235, 0), #00a6eb);
  }
  .card-news:nth-child(16n+15) .card {
    background: #c49f64;
  }
  .card-news:nth-child(16n+15) .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:nth-child(16n+15) .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+15) .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+15) .card [class*=btn-outline-]:focus, .card-news:nth-child(16n+15) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(16n+15) .card [class*=btn-outline-].disabled, .card-news:nth-child(16n+15) .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:nth-child(16n+15) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(16n+15) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(16n+15) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+15) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(16n+15) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(16n+15) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(16n+15) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(196, 159, 100, 0), #c49f64);
  }
  .card-news:first-child .card {
    background: #004da0;
  }
  .card-news:first-child .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:first-child .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:focus, .card-news:first-child .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:first-child .card [class*=btn-outline-].disabled, .card-news:first-child .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:first-child .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:first-child .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:first-child .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(0, 77, 160, 0), #004da0);
  }
  .card-news:nth-child(2) .card {
    background: transparent;
  }
  .card-news:nth-child(2) .card .text-theme {
    color: #333333 !important;
  }
  .card-news:nth-child(2) .card .text-theme.card-subtitle {
    color: #a8aaac !important;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-] {
    color: #00a6eb;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:hover {
    color: #00a6eb;
    background-color: transparent;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:focus, .card-news:nth-child(2) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(0, 166, 235, 0.5);
  }
  .card-news:nth-child(2) .card [class*=btn-outline-].disabled, .card-news:nth-child(2) .card [class*=btn-outline-]:disabled {
    color: #00a6eb;
    background-color: transparent;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(2) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(2) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(0, 166, 235, 0.5);
  }
  .card-news:nth-child(2) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(245, 245, 245, 0), whitesmoke);
  }
  .card-news:nth-child(3) .card {
    background: #00a6eb;
  }
  .card-news:nth-child(3) .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:focus, .card-news:nth-child(3) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(3) .card [class*=btn-outline-].disabled, .card-news:nth-child(3) .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(3) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(3) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(3) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(0, 166, 235, 0), #00a6eb);
  }
}
@media (min-width: 576px) and (max-width: 719.98px) {
  .card-news:nth-child(16n+1) .card {
    background: #004da0;
  }
  .card-news:nth-child(16n+1) .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:nth-child(16n+1) .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+1) .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+1) .card [class*=btn-outline-]:focus, .card-news:nth-child(16n+1) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(16n+1) .card [class*=btn-outline-].disabled, .card-news:nth-child(16n+1) .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:nth-child(16n+1) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(16n+1) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(16n+1) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+1) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(16n+1) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(16n+1) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(16n+1) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(0, 77, 160, 0), #004da0);
  }
  .card-news:first-child .card {
    background: #004da0;
  }
  .card-news:first-child .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:first-child .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:focus, .card-news:first-child .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:first-child .card [class*=btn-outline-].disabled, .card-news:first-child .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:first-child .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:first-child .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:first-child .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(0, 77, 160, 0), #004da0);
  }
  .card-news:nth-child(2) .card {
    background: transparent;
  }
  .card-news:nth-child(2) .card .text-theme {
    color: #333333 !important;
  }
  .card-news:nth-child(2) .card .text-theme.card-subtitle {
    color: #a8aaac !important;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-] {
    color: #00a6eb;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:hover {
    color: #00a6eb;
    background-color: transparent;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:focus, .card-news:nth-child(2) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(0, 166, 235, 0.5);
  }
  .card-news:nth-child(2) .card [class*=btn-outline-].disabled, .card-news:nth-child(2) .card [class*=btn-outline-]:disabled {
    color: #00a6eb;
    background-color: transparent;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(2) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(2) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(0, 166, 235, 0.5);
  }
  .card-news:nth-child(2) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(245, 245, 245, 0), whitesmoke);
  }
  .card-news:nth-child(3) .card {
    background: #00a6eb;
  }
  .card-news:nth-child(3) .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:focus, .card-news:nth-child(3) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(3) .card [class*=btn-outline-].disabled, .card-news:nth-child(3) .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(3) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(3) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(3) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(0, 166, 235, 0), #00a6eb);
  }
  .card-news:nth-child(16n+2) .card {
    background: #00a6eb;
  }
  .card-news:nth-child(16n+2) .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:nth-child(16n+2) .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+2) .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+2) .card [class*=btn-outline-]:focus, .card-news:nth-child(16n+2) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(16n+2) .card [class*=btn-outline-].disabled, .card-news:nth-child(16n+2) .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:nth-child(16n+2) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(16n+2) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(16n+2) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+2) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(16n+2) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(16n+2) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(16n+2) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(0, 166, 235, 0), #00a6eb);
  }
  .card-news:first-child .card {
    background: #004da0;
  }
  .card-news:first-child .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:first-child .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:focus, .card-news:first-child .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:first-child .card [class*=btn-outline-].disabled, .card-news:first-child .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:first-child .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:first-child .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:first-child .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(0, 77, 160, 0), #004da0);
  }
  .card-news:nth-child(2) .card {
    background: transparent;
  }
  .card-news:nth-child(2) .card .text-theme {
    color: #333333 !important;
  }
  .card-news:nth-child(2) .card .text-theme.card-subtitle {
    color: #a8aaac !important;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-] {
    color: #00a6eb;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:hover {
    color: #00a6eb;
    background-color: transparent;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:focus, .card-news:nth-child(2) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(0, 166, 235, 0.5);
  }
  .card-news:nth-child(2) .card [class*=btn-outline-].disabled, .card-news:nth-child(2) .card [class*=btn-outline-]:disabled {
    color: #00a6eb;
    background-color: transparent;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(2) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(2) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(0, 166, 235, 0.5);
  }
  .card-news:nth-child(2) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(245, 245, 245, 0), whitesmoke);
  }
  .card-news:nth-child(3) .card {
    background: #00a6eb;
  }
  .card-news:nth-child(3) .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:focus, .card-news:nth-child(3) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(3) .card [class*=btn-outline-].disabled, .card-news:nth-child(3) .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(3) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(3) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(3) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(0, 166, 235, 0), #00a6eb);
  }
  .card-news:nth-child(16n+5) .card {
    background: #6b1d7c;
  }
  .card-news:nth-child(16n+5) .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:nth-child(16n+5) .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+5) .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+5) .card [class*=btn-outline-]:focus, .card-news:nth-child(16n+5) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(16n+5) .card [class*=btn-outline-].disabled, .card-news:nth-child(16n+5) .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:nth-child(16n+5) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(16n+5) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(16n+5) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+5) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(16n+5) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(16n+5) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(16n+5) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(107, 29, 124, 0), #6b1d7c);
  }
  .card-news:first-child .card {
    background: #004da0;
  }
  .card-news:first-child .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:first-child .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:focus, .card-news:first-child .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:first-child .card [class*=btn-outline-].disabled, .card-news:first-child .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:first-child .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:first-child .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:first-child .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(0, 77, 160, 0), #004da0);
  }
  .card-news:nth-child(2) .card {
    background: transparent;
  }
  .card-news:nth-child(2) .card .text-theme {
    color: #333333 !important;
  }
  .card-news:nth-child(2) .card .text-theme.card-subtitle {
    color: #a8aaac !important;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-] {
    color: #00a6eb;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:hover {
    color: #00a6eb;
    background-color: transparent;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:focus, .card-news:nth-child(2) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(0, 166, 235, 0.5);
  }
  .card-news:nth-child(2) .card [class*=btn-outline-].disabled, .card-news:nth-child(2) .card [class*=btn-outline-]:disabled {
    color: #00a6eb;
    background-color: transparent;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(2) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(2) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(0, 166, 235, 0.5);
  }
  .card-news:nth-child(2) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(245, 245, 245, 0), whitesmoke);
  }
  .card-news:nth-child(3) .card {
    background: #00a6eb;
  }
  .card-news:nth-child(3) .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:focus, .card-news:nth-child(3) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(3) .card [class*=btn-outline-].disabled, .card-news:nth-child(3) .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(3) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(3) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(3) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(0, 166, 235, 0), #00a6eb);
  }
  .card-news:nth-child(16n+6) .card {
    background: #007c96;
  }
  .card-news:nth-child(16n+6) .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:nth-child(16n+6) .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+6) .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+6) .card [class*=btn-outline-]:focus, .card-news:nth-child(16n+6) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(16n+6) .card [class*=btn-outline-].disabled, .card-news:nth-child(16n+6) .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:nth-child(16n+6) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(16n+6) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(16n+6) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+6) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(16n+6) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(16n+6) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(16n+6) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(0, 124, 150, 0), #007c96);
  }
  .card-news:first-child .card {
    background: #004da0;
  }
  .card-news:first-child .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:first-child .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:focus, .card-news:first-child .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:first-child .card [class*=btn-outline-].disabled, .card-news:first-child .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:first-child .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:first-child .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:first-child .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(0, 77, 160, 0), #004da0);
  }
  .card-news:nth-child(2) .card {
    background: transparent;
  }
  .card-news:nth-child(2) .card .text-theme {
    color: #333333 !important;
  }
  .card-news:nth-child(2) .card .text-theme.card-subtitle {
    color: #a8aaac !important;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-] {
    color: #00a6eb;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:hover {
    color: #00a6eb;
    background-color: transparent;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:focus, .card-news:nth-child(2) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(0, 166, 235, 0.5);
  }
  .card-news:nth-child(2) .card [class*=btn-outline-].disabled, .card-news:nth-child(2) .card [class*=btn-outline-]:disabled {
    color: #00a6eb;
    background-color: transparent;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(2) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(2) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(0, 166, 235, 0.5);
  }
  .card-news:nth-child(2) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(245, 245, 245, 0), whitesmoke);
  }
  .card-news:nth-child(3) .card {
    background: #00a6eb;
  }
  .card-news:nth-child(3) .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:focus, .card-news:nth-child(3) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(3) .card [class*=btn-outline-].disabled, .card-news:nth-child(3) .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(3) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(3) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(3) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(0, 166, 235, 0), #00a6eb);
  }
  .card-news:nth-child(16n+9) .card {
    background: #f49d00;
  }
  .card-news:nth-child(16n+9) .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:nth-child(16n+9) .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+9) .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+9) .card [class*=btn-outline-]:focus, .card-news:nth-child(16n+9) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(16n+9) .card [class*=btn-outline-].disabled, .card-news:nth-child(16n+9) .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:nth-child(16n+9) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(16n+9) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(16n+9) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+9) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(16n+9) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(16n+9) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(16n+9) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(244, 157, 0, 0), #f49d00);
  }
  .card-news:first-child .card {
    background: #004da0;
  }
  .card-news:first-child .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:first-child .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:focus, .card-news:first-child .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:first-child .card [class*=btn-outline-].disabled, .card-news:first-child .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:first-child .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:first-child .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:first-child .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(0, 77, 160, 0), #004da0);
  }
  .card-news:nth-child(2) .card {
    background: transparent;
  }
  .card-news:nth-child(2) .card .text-theme {
    color: #333333 !important;
  }
  .card-news:nth-child(2) .card .text-theme.card-subtitle {
    color: #a8aaac !important;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-] {
    color: #00a6eb;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:hover {
    color: #00a6eb;
    background-color: transparent;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:focus, .card-news:nth-child(2) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(0, 166, 235, 0.5);
  }
  .card-news:nth-child(2) .card [class*=btn-outline-].disabled, .card-news:nth-child(2) .card [class*=btn-outline-]:disabled {
    color: #00a6eb;
    background-color: transparent;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(2) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(2) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(0, 166, 235, 0.5);
  }
  .card-news:nth-child(2) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(245, 245, 245, 0), whitesmoke);
  }
  .card-news:nth-child(3) .card {
    background: #00a6eb;
  }
  .card-news:nth-child(3) .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:focus, .card-news:nth-child(3) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(3) .card [class*=btn-outline-].disabled, .card-news:nth-child(3) .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(3) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(3) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(3) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(0, 166, 235, 0), #00a6eb);
  }
  .card-news:nth-child(16n+10) .card {
    background: #7eb61c;
  }
  .card-news:nth-child(16n+10) .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:nth-child(16n+10) .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+10) .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+10) .card [class*=btn-outline-]:focus, .card-news:nth-child(16n+10) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(16n+10) .card [class*=btn-outline-].disabled, .card-news:nth-child(16n+10) .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:nth-child(16n+10) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(16n+10) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(16n+10) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+10) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(16n+10) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(16n+10) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(16n+10) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(126, 182, 28, 0), #7eb61c);
  }
  .card-news:first-child .card {
    background: #004da0;
  }
  .card-news:first-child .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:first-child .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:focus, .card-news:first-child .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:first-child .card [class*=btn-outline-].disabled, .card-news:first-child .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:first-child .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:first-child .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:first-child .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(0, 77, 160, 0), #004da0);
  }
  .card-news:nth-child(2) .card {
    background: transparent;
  }
  .card-news:nth-child(2) .card .text-theme {
    color: #333333 !important;
  }
  .card-news:nth-child(2) .card .text-theme.card-subtitle {
    color: #a8aaac !important;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-] {
    color: #00a6eb;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:hover {
    color: #00a6eb;
    background-color: transparent;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:focus, .card-news:nth-child(2) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(0, 166, 235, 0.5);
  }
  .card-news:nth-child(2) .card [class*=btn-outline-].disabled, .card-news:nth-child(2) .card [class*=btn-outline-]:disabled {
    color: #00a6eb;
    background-color: transparent;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(2) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(2) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(0, 166, 235, 0.5);
  }
  .card-news:nth-child(2) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(245, 245, 245, 0), whitesmoke);
  }
  .card-news:nth-child(3) .card {
    background: #00a6eb;
  }
  .card-news:nth-child(3) .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:focus, .card-news:nth-child(3) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(3) .card [class*=btn-outline-].disabled, .card-news:nth-child(3) .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(3) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(3) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(3) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(0, 166, 235, 0), #00a6eb);
  }
  .card-news:nth-child(16n+13) .card {
    background: #b70064;
  }
  .card-news:nth-child(16n+13) .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:nth-child(16n+13) .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+13) .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+13) .card [class*=btn-outline-]:focus, .card-news:nth-child(16n+13) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(16n+13) .card [class*=btn-outline-].disabled, .card-news:nth-child(16n+13) .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:nth-child(16n+13) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(16n+13) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(16n+13) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+13) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(16n+13) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(16n+13) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(16n+13) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(183, 0, 100, 0), #b70064);
  }
  .card-news:first-child .card {
    background: #004da0;
  }
  .card-news:first-child .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:first-child .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:focus, .card-news:first-child .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:first-child .card [class*=btn-outline-].disabled, .card-news:first-child .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:first-child .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:first-child .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:first-child .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(0, 77, 160, 0), #004da0);
  }
  .card-news:nth-child(2) .card {
    background: transparent;
  }
  .card-news:nth-child(2) .card .text-theme {
    color: #333333 !important;
  }
  .card-news:nth-child(2) .card .text-theme.card-subtitle {
    color: #a8aaac !important;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-] {
    color: #00a6eb;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:hover {
    color: #00a6eb;
    background-color: transparent;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:focus, .card-news:nth-child(2) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(0, 166, 235, 0.5);
  }
  .card-news:nth-child(2) .card [class*=btn-outline-].disabled, .card-news:nth-child(2) .card [class*=btn-outline-]:disabled {
    color: #00a6eb;
    background-color: transparent;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(2) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(2) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(0, 166, 235, 0.5);
  }
  .card-news:nth-child(2) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(245, 245, 245, 0), whitesmoke);
  }
  .card-news:nth-child(3) .card {
    background: #00a6eb;
  }
  .card-news:nth-child(3) .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:focus, .card-news:nth-child(3) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(3) .card [class*=btn-outline-].disabled, .card-news:nth-child(3) .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(3) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(3) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(3) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(0, 166, 235, 0), #00a6eb);
  }
  .card-news:nth-child(16n+14) .card {
    background: #c49f64;
  }
  .card-news:nth-child(16n+14) .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:nth-child(16n+14) .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+14) .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+14) .card [class*=btn-outline-]:focus, .card-news:nth-child(16n+14) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(16n+14) .card [class*=btn-outline-].disabled, .card-news:nth-child(16n+14) .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:nth-child(16n+14) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(16n+14) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(16n+14) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+14) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(16n+14) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(16n+14) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(16n+14) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(196, 159, 100, 0), #c49f64);
  }
  .card-news:first-child .card {
    background: #004da0;
  }
  .card-news:first-child .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:first-child .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:focus, .card-news:first-child .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:first-child .card [class*=btn-outline-].disabled, .card-news:first-child .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:first-child .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:first-child .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:first-child .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(0, 77, 160, 0), #004da0);
  }
  .card-news:nth-child(2) .card {
    background: transparent;
  }
  .card-news:nth-child(2) .card .text-theme {
    color: #333333 !important;
  }
  .card-news:nth-child(2) .card .text-theme.card-subtitle {
    color: #a8aaac !important;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-] {
    color: #00a6eb;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:hover {
    color: #00a6eb;
    background-color: transparent;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:focus, .card-news:nth-child(2) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(0, 166, 235, 0.5);
  }
  .card-news:nth-child(2) .card [class*=btn-outline-].disabled, .card-news:nth-child(2) .card [class*=btn-outline-]:disabled {
    color: #00a6eb;
    background-color: transparent;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(2) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(2) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(0, 166, 235, 0.5);
  }
  .card-news:nth-child(2) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(245, 245, 245, 0), whitesmoke);
  }
  .card-news:nth-child(3) .card {
    background: #00a6eb;
  }
  .card-news:nth-child(3) .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:focus, .card-news:nth-child(3) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(3) .card [class*=btn-outline-].disabled, .card-news:nth-child(3) .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(3) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(3) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(3) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(0, 166, 235, 0), #00a6eb);
  }
}
@media (min-width: 720px) and (max-width: 1023.98px) {
  .card-news:nth-child(16n+1) .card {
    background: #004da0;
  }
  .card-news:nth-child(16n+1) .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:nth-child(16n+1) .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+1) .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+1) .card [class*=btn-outline-]:focus, .card-news:nth-child(16n+1) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(16n+1) .card [class*=btn-outline-].disabled, .card-news:nth-child(16n+1) .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:nth-child(16n+1) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(16n+1) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(16n+1) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+1) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(16n+1) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(16n+1) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(16n+1) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(0, 77, 160, 0), #004da0);
  }
  .card-news:first-child .card {
    background: #004da0;
  }
  .card-news:first-child .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:first-child .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:focus, .card-news:first-child .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:first-child .card [class*=btn-outline-].disabled, .card-news:first-child .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:first-child .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:first-child .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:first-child .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(0, 77, 160, 0), #004da0);
  }
  .card-news:nth-child(2) .card {
    background: transparent;
  }
  .card-news:nth-child(2) .card .text-theme {
    color: #333333 !important;
  }
  .card-news:nth-child(2) .card .text-theme.card-subtitle {
    color: #a8aaac !important;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-] {
    color: #00a6eb;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:hover {
    color: #00a6eb;
    background-color: transparent;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:focus, .card-news:nth-child(2) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(0, 166, 235, 0.5);
  }
  .card-news:nth-child(2) .card [class*=btn-outline-].disabled, .card-news:nth-child(2) .card [class*=btn-outline-]:disabled {
    color: #00a6eb;
    background-color: transparent;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(2) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(2) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(0, 166, 235, 0.5);
  }
  .card-news:nth-child(2) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(245, 245, 245, 0), whitesmoke);
  }
  .card-news:nth-child(3) .card {
    background: #00a6eb;
  }
  .card-news:nth-child(3) .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:focus, .card-news:nth-child(3) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(3) .card [class*=btn-outline-].disabled, .card-news:nth-child(3) .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(3) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(3) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(3) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(0, 166, 235, 0), #00a6eb);
  }
  .card-news:nth-child(16n+2) .card {
    background: #00a6eb;
  }
  .card-news:nth-child(16n+2) .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:nth-child(16n+2) .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+2) .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+2) .card [class*=btn-outline-]:focus, .card-news:nth-child(16n+2) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(16n+2) .card [class*=btn-outline-].disabled, .card-news:nth-child(16n+2) .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:nth-child(16n+2) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(16n+2) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(16n+2) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+2) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(16n+2) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(16n+2) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(16n+2) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(0, 166, 235, 0), #00a6eb);
  }
  .card-news:first-child .card {
    background: #004da0;
  }
  .card-news:first-child .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:first-child .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:focus, .card-news:first-child .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:first-child .card [class*=btn-outline-].disabled, .card-news:first-child .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:first-child .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:first-child .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:first-child .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(0, 77, 160, 0), #004da0);
  }
  .card-news:nth-child(2) .card {
    background: transparent;
  }
  .card-news:nth-child(2) .card .text-theme {
    color: #333333 !important;
  }
  .card-news:nth-child(2) .card .text-theme.card-subtitle {
    color: #a8aaac !important;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-] {
    color: #00a6eb;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:hover {
    color: #00a6eb;
    background-color: transparent;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:focus, .card-news:nth-child(2) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(0, 166, 235, 0.5);
  }
  .card-news:nth-child(2) .card [class*=btn-outline-].disabled, .card-news:nth-child(2) .card [class*=btn-outline-]:disabled {
    color: #00a6eb;
    background-color: transparent;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(2) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(2) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(0, 166, 235, 0.5);
  }
  .card-news:nth-child(2) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(245, 245, 245, 0), whitesmoke);
  }
  .card-news:nth-child(3) .card {
    background: #00a6eb;
  }
  .card-news:nth-child(3) .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:focus, .card-news:nth-child(3) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(3) .card [class*=btn-outline-].disabled, .card-news:nth-child(3) .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(3) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(3) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(3) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(0, 166, 235, 0), #00a6eb);
  }
  .card-news:nth-child(16n+5) .card {
    background: #6b1d7c;
  }
  .card-news:nth-child(16n+5) .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:nth-child(16n+5) .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+5) .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+5) .card [class*=btn-outline-]:focus, .card-news:nth-child(16n+5) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(16n+5) .card [class*=btn-outline-].disabled, .card-news:nth-child(16n+5) .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:nth-child(16n+5) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(16n+5) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(16n+5) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+5) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(16n+5) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(16n+5) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(16n+5) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(107, 29, 124, 0), #6b1d7c);
  }
  .card-news:first-child .card {
    background: #004da0;
  }
  .card-news:first-child .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:first-child .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:focus, .card-news:first-child .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:first-child .card [class*=btn-outline-].disabled, .card-news:first-child .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:first-child .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:first-child .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:first-child .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(0, 77, 160, 0), #004da0);
  }
  .card-news:nth-child(2) .card {
    background: transparent;
  }
  .card-news:nth-child(2) .card .text-theme {
    color: #333333 !important;
  }
  .card-news:nth-child(2) .card .text-theme.card-subtitle {
    color: #a8aaac !important;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-] {
    color: #00a6eb;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:hover {
    color: #00a6eb;
    background-color: transparent;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:focus, .card-news:nth-child(2) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(0, 166, 235, 0.5);
  }
  .card-news:nth-child(2) .card [class*=btn-outline-].disabled, .card-news:nth-child(2) .card [class*=btn-outline-]:disabled {
    color: #00a6eb;
    background-color: transparent;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(2) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(2) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(0, 166, 235, 0.5);
  }
  .card-news:nth-child(2) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(245, 245, 245, 0), whitesmoke);
  }
  .card-news:nth-child(3) .card {
    background: #00a6eb;
  }
  .card-news:nth-child(3) .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:focus, .card-news:nth-child(3) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(3) .card [class*=btn-outline-].disabled, .card-news:nth-child(3) .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(3) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(3) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(3) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(0, 166, 235, 0), #00a6eb);
  }
  .card-news:nth-child(16n+6) .card {
    background: #007c96;
  }
  .card-news:nth-child(16n+6) .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:nth-child(16n+6) .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+6) .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+6) .card [class*=btn-outline-]:focus, .card-news:nth-child(16n+6) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(16n+6) .card [class*=btn-outline-].disabled, .card-news:nth-child(16n+6) .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:nth-child(16n+6) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(16n+6) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(16n+6) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+6) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(16n+6) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(16n+6) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(16n+6) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(0, 124, 150, 0), #007c96);
  }
  .card-news:first-child .card {
    background: #004da0;
  }
  .card-news:first-child .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:first-child .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:focus, .card-news:first-child .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:first-child .card [class*=btn-outline-].disabled, .card-news:first-child .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:first-child .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:first-child .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:first-child .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(0, 77, 160, 0), #004da0);
  }
  .card-news:nth-child(2) .card {
    background: transparent;
  }
  .card-news:nth-child(2) .card .text-theme {
    color: #333333 !important;
  }
  .card-news:nth-child(2) .card .text-theme.card-subtitle {
    color: #a8aaac !important;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-] {
    color: #00a6eb;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:hover {
    color: #00a6eb;
    background-color: transparent;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:focus, .card-news:nth-child(2) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(0, 166, 235, 0.5);
  }
  .card-news:nth-child(2) .card [class*=btn-outline-].disabled, .card-news:nth-child(2) .card [class*=btn-outline-]:disabled {
    color: #00a6eb;
    background-color: transparent;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(2) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(2) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(0, 166, 235, 0.5);
  }
  .card-news:nth-child(2) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(245, 245, 245, 0), whitesmoke);
  }
  .card-news:nth-child(3) .card {
    background: #00a6eb;
  }
  .card-news:nth-child(3) .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:focus, .card-news:nth-child(3) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(3) .card [class*=btn-outline-].disabled, .card-news:nth-child(3) .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(3) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(3) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(3) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(0, 166, 235, 0), #00a6eb);
  }
  .card-news:nth-child(16n+9) .card {
    background: #f49d00;
  }
  .card-news:nth-child(16n+9) .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:nth-child(16n+9) .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+9) .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+9) .card [class*=btn-outline-]:focus, .card-news:nth-child(16n+9) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(16n+9) .card [class*=btn-outline-].disabled, .card-news:nth-child(16n+9) .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:nth-child(16n+9) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(16n+9) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(16n+9) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+9) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(16n+9) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(16n+9) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(16n+9) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(244, 157, 0, 0), #f49d00);
  }
  .card-news:first-child .card {
    background: #004da0;
  }
  .card-news:first-child .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:first-child .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:focus, .card-news:first-child .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:first-child .card [class*=btn-outline-].disabled, .card-news:first-child .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:first-child .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:first-child .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:first-child .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(0, 77, 160, 0), #004da0);
  }
  .card-news:nth-child(2) .card {
    background: transparent;
  }
  .card-news:nth-child(2) .card .text-theme {
    color: #333333 !important;
  }
  .card-news:nth-child(2) .card .text-theme.card-subtitle {
    color: #a8aaac !important;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-] {
    color: #00a6eb;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:hover {
    color: #00a6eb;
    background-color: transparent;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:focus, .card-news:nth-child(2) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(0, 166, 235, 0.5);
  }
  .card-news:nth-child(2) .card [class*=btn-outline-].disabled, .card-news:nth-child(2) .card [class*=btn-outline-]:disabled {
    color: #00a6eb;
    background-color: transparent;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(2) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(2) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(0, 166, 235, 0.5);
  }
  .card-news:nth-child(2) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(245, 245, 245, 0), whitesmoke);
  }
  .card-news:nth-child(3) .card {
    background: #00a6eb;
  }
  .card-news:nth-child(3) .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:focus, .card-news:nth-child(3) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(3) .card [class*=btn-outline-].disabled, .card-news:nth-child(3) .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(3) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(3) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(3) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(0, 166, 235, 0), #00a6eb);
  }
  .card-news:nth-child(16n+10) .card {
    background: #7eb61c;
  }
  .card-news:nth-child(16n+10) .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:nth-child(16n+10) .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+10) .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+10) .card [class*=btn-outline-]:focus, .card-news:nth-child(16n+10) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(16n+10) .card [class*=btn-outline-].disabled, .card-news:nth-child(16n+10) .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:nth-child(16n+10) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(16n+10) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(16n+10) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+10) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(16n+10) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(16n+10) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(16n+10) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(126, 182, 28, 0), #7eb61c);
  }
  .card-news:first-child .card {
    background: #004da0;
  }
  .card-news:first-child .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:first-child .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:focus, .card-news:first-child .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:first-child .card [class*=btn-outline-].disabled, .card-news:first-child .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:first-child .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:first-child .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:first-child .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(0, 77, 160, 0), #004da0);
  }
  .card-news:nth-child(2) .card {
    background: transparent;
  }
  .card-news:nth-child(2) .card .text-theme {
    color: #333333 !important;
  }
  .card-news:nth-child(2) .card .text-theme.card-subtitle {
    color: #a8aaac !important;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-] {
    color: #00a6eb;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:hover {
    color: #00a6eb;
    background-color: transparent;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:focus, .card-news:nth-child(2) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(0, 166, 235, 0.5);
  }
  .card-news:nth-child(2) .card [class*=btn-outline-].disabled, .card-news:nth-child(2) .card [class*=btn-outline-]:disabled {
    color: #00a6eb;
    background-color: transparent;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(2) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(2) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(0, 166, 235, 0.5);
  }
  .card-news:nth-child(2) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(245, 245, 245, 0), whitesmoke);
  }
  .card-news:nth-child(3) .card {
    background: #00a6eb;
  }
  .card-news:nth-child(3) .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:focus, .card-news:nth-child(3) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(3) .card [class*=btn-outline-].disabled, .card-news:nth-child(3) .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(3) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(3) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(3) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(0, 166, 235, 0), #00a6eb);
  }
  .card-news:nth-child(16n+13) .card {
    background: #b70064;
  }
  .card-news:nth-child(16n+13) .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:nth-child(16n+13) .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+13) .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+13) .card [class*=btn-outline-]:focus, .card-news:nth-child(16n+13) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(16n+13) .card [class*=btn-outline-].disabled, .card-news:nth-child(16n+13) .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:nth-child(16n+13) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(16n+13) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(16n+13) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+13) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(16n+13) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(16n+13) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(16n+13) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(183, 0, 100, 0), #b70064);
  }
  .card-news:first-child .card {
    background: #004da0;
  }
  .card-news:first-child .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:first-child .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:focus, .card-news:first-child .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:first-child .card [class*=btn-outline-].disabled, .card-news:first-child .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:first-child .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:first-child .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:first-child .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(0, 77, 160, 0), #004da0);
  }
  .card-news:nth-child(2) .card {
    background: transparent;
  }
  .card-news:nth-child(2) .card .text-theme {
    color: #333333 !important;
  }
  .card-news:nth-child(2) .card .text-theme.card-subtitle {
    color: #a8aaac !important;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-] {
    color: #00a6eb;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:hover {
    color: #00a6eb;
    background-color: transparent;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:focus, .card-news:nth-child(2) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(0, 166, 235, 0.5);
  }
  .card-news:nth-child(2) .card [class*=btn-outline-].disabled, .card-news:nth-child(2) .card [class*=btn-outline-]:disabled {
    color: #00a6eb;
    background-color: transparent;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(2) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(2) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(0, 166, 235, 0.5);
  }
  .card-news:nth-child(2) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(245, 245, 245, 0), whitesmoke);
  }
  .card-news:nth-child(3) .card {
    background: #00a6eb;
  }
  .card-news:nth-child(3) .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:focus, .card-news:nth-child(3) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(3) .card [class*=btn-outline-].disabled, .card-news:nth-child(3) .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(3) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(3) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(3) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(0, 166, 235, 0), #00a6eb);
  }
  .card-news:nth-child(16n+14) .card {
    background: #c49f64;
  }
  .card-news:nth-child(16n+14) .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:nth-child(16n+14) .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+14) .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+14) .card [class*=btn-outline-]:focus, .card-news:nth-child(16n+14) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(16n+14) .card [class*=btn-outline-].disabled, .card-news:nth-child(16n+14) .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:nth-child(16n+14) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(16n+14) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(16n+14) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+14) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(16n+14) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(16n+14) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(16n+14) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(196, 159, 100, 0), #c49f64);
  }
  .card-news:first-child .card {
    background: #004da0;
  }
  .card-news:first-child .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:first-child .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:focus, .card-news:first-child .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:first-child .card [class*=btn-outline-].disabled, .card-news:first-child .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:first-child .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:first-child .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:first-child .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(0, 77, 160, 0), #004da0);
  }
  .card-news:nth-child(2) .card {
    background: transparent;
  }
  .card-news:nth-child(2) .card .text-theme {
    color: #333333 !important;
  }
  .card-news:nth-child(2) .card .text-theme.card-subtitle {
    color: #a8aaac !important;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-] {
    color: #00a6eb;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:hover {
    color: #00a6eb;
    background-color: transparent;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:focus, .card-news:nth-child(2) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(0, 166, 235, 0.5);
  }
  .card-news:nth-child(2) .card [class*=btn-outline-].disabled, .card-news:nth-child(2) .card [class*=btn-outline-]:disabled {
    color: #00a6eb;
    background-color: transparent;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(2) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(2) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(0, 166, 235, 0.5);
  }
  .card-news:nth-child(2) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(245, 245, 245, 0), whitesmoke);
  }
  .card-news:nth-child(3) .card {
    background: #00a6eb;
  }
  .card-news:nth-child(3) .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:focus, .card-news:nth-child(3) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(3) .card [class*=btn-outline-].disabled, .card-news:nth-child(3) .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(3) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(3) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(3) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(0, 166, 235, 0), #00a6eb);
  }
}
@media (min-width: 1024px) and (max-width: 1279.98px) {
  .card-news:nth-child(16n+1) .card {
    background: #004da0;
  }
  .card-news:nth-child(16n+1) .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:nth-child(16n+1) .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+1) .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+1) .card [class*=btn-outline-]:focus, .card-news:nth-child(16n+1) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(16n+1) .card [class*=btn-outline-].disabled, .card-news:nth-child(16n+1) .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:nth-child(16n+1) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(16n+1) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(16n+1) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+1) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(16n+1) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(16n+1) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(16n+1) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(0, 77, 160, 0), #004da0);
  }
  .card-news:first-child .card {
    background: #004da0;
  }
  .card-news:first-child .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:first-child .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:focus, .card-news:first-child .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:first-child .card [class*=btn-outline-].disabled, .card-news:first-child .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:first-child .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:first-child .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:first-child .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(0, 77, 160, 0), #004da0);
  }
  .card-news:nth-child(2) .card {
    background: transparent;
  }
  .card-news:nth-child(2) .card .text-theme {
    color: #333333 !important;
  }
  .card-news:nth-child(2) .card .text-theme.card-subtitle {
    color: #a8aaac !important;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-] {
    color: #00a6eb;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:hover {
    color: #00a6eb;
    background-color: transparent;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:focus, .card-news:nth-child(2) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(0, 166, 235, 0.5);
  }
  .card-news:nth-child(2) .card [class*=btn-outline-].disabled, .card-news:nth-child(2) .card [class*=btn-outline-]:disabled {
    color: #00a6eb;
    background-color: transparent;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(2) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(2) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(0, 166, 235, 0.5);
  }
  .card-news:nth-child(2) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(245, 245, 245, 0), whitesmoke);
  }
  .card-news:nth-child(3) .card {
    background: #00a6eb;
  }
  .card-news:nth-child(3) .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:focus, .card-news:nth-child(3) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(3) .card [class*=btn-outline-].disabled, .card-news:nth-child(3) .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(3) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(3) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(3) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(0, 166, 235, 0), #00a6eb);
  }
  .card-news:nth-child(16n+3) .card {
    background: #00a6eb;
  }
  .card-news:nth-child(16n+3) .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:nth-child(16n+3) .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+3) .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+3) .card [class*=btn-outline-]:focus, .card-news:nth-child(16n+3) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(16n+3) .card [class*=btn-outline-].disabled, .card-news:nth-child(16n+3) .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:nth-child(16n+3) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(16n+3) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(16n+3) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+3) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(16n+3) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(16n+3) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(16n+3) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(0, 166, 235, 0), #00a6eb);
  }
  .card-news:first-child .card {
    background: #004da0;
  }
  .card-news:first-child .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:first-child .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:focus, .card-news:first-child .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:first-child .card [class*=btn-outline-].disabled, .card-news:first-child .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:first-child .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:first-child .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:first-child .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(0, 77, 160, 0), #004da0);
  }
  .card-news:nth-child(2) .card {
    background: transparent;
  }
  .card-news:nth-child(2) .card .text-theme {
    color: #333333 !important;
  }
  .card-news:nth-child(2) .card .text-theme.card-subtitle {
    color: #a8aaac !important;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-] {
    color: #00a6eb;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:hover {
    color: #00a6eb;
    background-color: transparent;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:focus, .card-news:nth-child(2) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(0, 166, 235, 0.5);
  }
  .card-news:nth-child(2) .card [class*=btn-outline-].disabled, .card-news:nth-child(2) .card [class*=btn-outline-]:disabled {
    color: #00a6eb;
    background-color: transparent;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(2) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(2) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(0, 166, 235, 0.5);
  }
  .card-news:nth-child(2) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(245, 245, 245, 0), whitesmoke);
  }
  .card-news:nth-child(3) .card {
    background: #00a6eb;
  }
  .card-news:nth-child(3) .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:focus, .card-news:nth-child(3) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(3) .card [class*=btn-outline-].disabled, .card-news:nth-child(3) .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(3) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(3) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(3) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(0, 166, 235, 0), #00a6eb);
  }
  .card-news:nth-child(16n+5) .card {
    background: #6b1d7c;
  }
  .card-news:nth-child(16n+5) .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:nth-child(16n+5) .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+5) .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+5) .card [class*=btn-outline-]:focus, .card-news:nth-child(16n+5) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(16n+5) .card [class*=btn-outline-].disabled, .card-news:nth-child(16n+5) .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:nth-child(16n+5) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(16n+5) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(16n+5) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+5) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(16n+5) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(16n+5) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(16n+5) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(107, 29, 124, 0), #6b1d7c);
  }
  .card-news:first-child .card {
    background: #004da0;
  }
  .card-news:first-child .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:first-child .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:focus, .card-news:first-child .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:first-child .card [class*=btn-outline-].disabled, .card-news:first-child .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:first-child .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:first-child .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:first-child .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(0, 77, 160, 0), #004da0);
  }
  .card-news:nth-child(2) .card {
    background: transparent;
  }
  .card-news:nth-child(2) .card .text-theme {
    color: #333333 !important;
  }
  .card-news:nth-child(2) .card .text-theme.card-subtitle {
    color: #a8aaac !important;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-] {
    color: #00a6eb;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:hover {
    color: #00a6eb;
    background-color: transparent;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:focus, .card-news:nth-child(2) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(0, 166, 235, 0.5);
  }
  .card-news:nth-child(2) .card [class*=btn-outline-].disabled, .card-news:nth-child(2) .card [class*=btn-outline-]:disabled {
    color: #00a6eb;
    background-color: transparent;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(2) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(2) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(0, 166, 235, 0.5);
  }
  .card-news:nth-child(2) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(245, 245, 245, 0), whitesmoke);
  }
  .card-news:nth-child(3) .card {
    background: #00a6eb;
  }
  .card-news:nth-child(3) .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:focus, .card-news:nth-child(3) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(3) .card [class*=btn-outline-].disabled, .card-news:nth-child(3) .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(3) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(3) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(3) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(0, 166, 235, 0), #00a6eb);
  }
  .card-news:nth-child(16n+7) .card {
    background: #007c96;
  }
  .card-news:nth-child(16n+7) .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:nth-child(16n+7) .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+7) .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+7) .card [class*=btn-outline-]:focus, .card-news:nth-child(16n+7) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(16n+7) .card [class*=btn-outline-].disabled, .card-news:nth-child(16n+7) .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:nth-child(16n+7) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(16n+7) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(16n+7) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+7) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(16n+7) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(16n+7) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(16n+7) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(0, 124, 150, 0), #007c96);
  }
  .card-news:first-child .card {
    background: #004da0;
  }
  .card-news:first-child .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:first-child .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:focus, .card-news:first-child .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:first-child .card [class*=btn-outline-].disabled, .card-news:first-child .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:first-child .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:first-child .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:first-child .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(0, 77, 160, 0), #004da0);
  }
  .card-news:nth-child(2) .card {
    background: transparent;
  }
  .card-news:nth-child(2) .card .text-theme {
    color: #333333 !important;
  }
  .card-news:nth-child(2) .card .text-theme.card-subtitle {
    color: #a8aaac !important;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-] {
    color: #00a6eb;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:hover {
    color: #00a6eb;
    background-color: transparent;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:focus, .card-news:nth-child(2) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(0, 166, 235, 0.5);
  }
  .card-news:nth-child(2) .card [class*=btn-outline-].disabled, .card-news:nth-child(2) .card [class*=btn-outline-]:disabled {
    color: #00a6eb;
    background-color: transparent;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(2) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(2) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(0, 166, 235, 0.5);
  }
  .card-news:nth-child(2) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(245, 245, 245, 0), whitesmoke);
  }
  .card-news:nth-child(3) .card {
    background: #00a6eb;
  }
  .card-news:nth-child(3) .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:focus, .card-news:nth-child(3) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(3) .card [class*=btn-outline-].disabled, .card-news:nth-child(3) .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(3) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(3) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(3) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(0, 166, 235, 0), #00a6eb);
  }
  .card-news:nth-child(16n+9) .card {
    background: #f49d00;
  }
  .card-news:nth-child(16n+9) .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:nth-child(16n+9) .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+9) .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+9) .card [class*=btn-outline-]:focus, .card-news:nth-child(16n+9) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(16n+9) .card [class*=btn-outline-].disabled, .card-news:nth-child(16n+9) .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:nth-child(16n+9) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(16n+9) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(16n+9) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+9) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(16n+9) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(16n+9) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(16n+9) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(244, 157, 0, 0), #f49d00);
  }
  .card-news:first-child .card {
    background: #004da0;
  }
  .card-news:first-child .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:first-child .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:focus, .card-news:first-child .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:first-child .card [class*=btn-outline-].disabled, .card-news:first-child .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:first-child .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:first-child .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:first-child .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(0, 77, 160, 0), #004da0);
  }
  .card-news:nth-child(2) .card {
    background: transparent;
  }
  .card-news:nth-child(2) .card .text-theme {
    color: #333333 !important;
  }
  .card-news:nth-child(2) .card .text-theme.card-subtitle {
    color: #a8aaac !important;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-] {
    color: #00a6eb;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:hover {
    color: #00a6eb;
    background-color: transparent;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:focus, .card-news:nth-child(2) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(0, 166, 235, 0.5);
  }
  .card-news:nth-child(2) .card [class*=btn-outline-].disabled, .card-news:nth-child(2) .card [class*=btn-outline-]:disabled {
    color: #00a6eb;
    background-color: transparent;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(2) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(2) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(0, 166, 235, 0.5);
  }
  .card-news:nth-child(2) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(245, 245, 245, 0), whitesmoke);
  }
  .card-news:nth-child(3) .card {
    background: #00a6eb;
  }
  .card-news:nth-child(3) .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:focus, .card-news:nth-child(3) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(3) .card [class*=btn-outline-].disabled, .card-news:nth-child(3) .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(3) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(3) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(3) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(0, 166, 235, 0), #00a6eb);
  }
  .card-news:nth-child(16n+11) .card {
    background: #7eb61c;
  }
  .card-news:nth-child(16n+11) .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:nth-child(16n+11) .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+11) .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+11) .card [class*=btn-outline-]:focus, .card-news:nth-child(16n+11) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(16n+11) .card [class*=btn-outline-].disabled, .card-news:nth-child(16n+11) .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:nth-child(16n+11) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(16n+11) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(16n+11) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+11) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(16n+11) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(16n+11) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(16n+11) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(126, 182, 28, 0), #7eb61c);
  }
  .card-news:first-child .card {
    background: #004da0;
  }
  .card-news:first-child .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:first-child .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:focus, .card-news:first-child .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:first-child .card [class*=btn-outline-].disabled, .card-news:first-child .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:first-child .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:first-child .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:first-child .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(0, 77, 160, 0), #004da0);
  }
  .card-news:nth-child(2) .card {
    background: transparent;
  }
  .card-news:nth-child(2) .card .text-theme {
    color: #333333 !important;
  }
  .card-news:nth-child(2) .card .text-theme.card-subtitle {
    color: #a8aaac !important;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-] {
    color: #00a6eb;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:hover {
    color: #00a6eb;
    background-color: transparent;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:focus, .card-news:nth-child(2) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(0, 166, 235, 0.5);
  }
  .card-news:nth-child(2) .card [class*=btn-outline-].disabled, .card-news:nth-child(2) .card [class*=btn-outline-]:disabled {
    color: #00a6eb;
    background-color: transparent;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(2) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(2) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(0, 166, 235, 0.5);
  }
  .card-news:nth-child(2) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(245, 245, 245, 0), whitesmoke);
  }
  .card-news:nth-child(3) .card {
    background: #00a6eb;
  }
  .card-news:nth-child(3) .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:focus, .card-news:nth-child(3) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(3) .card [class*=btn-outline-].disabled, .card-news:nth-child(3) .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(3) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(3) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(3) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(0, 166, 235, 0), #00a6eb);
  }
  .card-news:nth-child(16n+13) .card {
    background: #b70064;
  }
  .card-news:nth-child(16n+13) .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:nth-child(16n+13) .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+13) .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+13) .card [class*=btn-outline-]:focus, .card-news:nth-child(16n+13) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(16n+13) .card [class*=btn-outline-].disabled, .card-news:nth-child(16n+13) .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:nth-child(16n+13) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(16n+13) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(16n+13) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+13) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(16n+13) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(16n+13) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(16n+13) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(183, 0, 100, 0), #b70064);
  }
  .card-news:first-child .card {
    background: #004da0;
  }
  .card-news:first-child .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:first-child .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:focus, .card-news:first-child .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:first-child .card [class*=btn-outline-].disabled, .card-news:first-child .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:first-child .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:first-child .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:first-child .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(0, 77, 160, 0), #004da0);
  }
  .card-news:nth-child(2) .card {
    background: transparent;
  }
  .card-news:nth-child(2) .card .text-theme {
    color: #333333 !important;
  }
  .card-news:nth-child(2) .card .text-theme.card-subtitle {
    color: #a8aaac !important;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-] {
    color: #00a6eb;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:hover {
    color: #00a6eb;
    background-color: transparent;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:focus, .card-news:nth-child(2) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(0, 166, 235, 0.5);
  }
  .card-news:nth-child(2) .card [class*=btn-outline-].disabled, .card-news:nth-child(2) .card [class*=btn-outline-]:disabled {
    color: #00a6eb;
    background-color: transparent;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(2) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(2) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(0, 166, 235, 0.5);
  }
  .card-news:nth-child(2) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(245, 245, 245, 0), whitesmoke);
  }
  .card-news:nth-child(3) .card {
    background: #00a6eb;
  }
  .card-news:nth-child(3) .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:focus, .card-news:nth-child(3) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(3) .card [class*=btn-outline-].disabled, .card-news:nth-child(3) .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(3) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(3) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(3) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(0, 166, 235, 0), #00a6eb);
  }
  .card-news:nth-child(16n+15) .card {
    background: #c49f64;
  }
  .card-news:nth-child(16n+15) .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:nth-child(16n+15) .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+15) .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+15) .card [class*=btn-outline-]:focus, .card-news:nth-child(16n+15) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(16n+15) .card [class*=btn-outline-].disabled, .card-news:nth-child(16n+15) .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:nth-child(16n+15) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(16n+15) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(16n+15) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+15) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(16n+15) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(16n+15) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(16n+15) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(196, 159, 100, 0), #c49f64);
  }
  .card-news:first-child .card {
    background: #004da0;
  }
  .card-news:first-child .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:first-child .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:focus, .card-news:first-child .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:first-child .card [class*=btn-outline-].disabled, .card-news:first-child .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:first-child .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:first-child .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:first-child .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(0, 77, 160, 0), #004da0);
  }
  .card-news:nth-child(2) .card {
    background: transparent;
  }
  .card-news:nth-child(2) .card .text-theme {
    color: #333333 !important;
  }
  .card-news:nth-child(2) .card .text-theme.card-subtitle {
    color: #a8aaac !important;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-] {
    color: #00a6eb;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:hover {
    color: #00a6eb;
    background-color: transparent;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:focus, .card-news:nth-child(2) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(0, 166, 235, 0.5);
  }
  .card-news:nth-child(2) .card [class*=btn-outline-].disabled, .card-news:nth-child(2) .card [class*=btn-outline-]:disabled {
    color: #00a6eb;
    background-color: transparent;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(2) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(2) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(0, 166, 235, 0.5);
  }
  .card-news:nth-child(2) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(245, 245, 245, 0), whitesmoke);
  }
  .card-news:nth-child(3) .card {
    background: #00a6eb;
  }
  .card-news:nth-child(3) .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:focus, .card-news:nth-child(3) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(3) .card [class*=btn-outline-].disabled, .card-news:nth-child(3) .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(3) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(3) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(3) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(0, 166, 235, 0), #00a6eb);
  }
}
@media (min-width: 1280px) {
  .card-news:nth-child(16n+0) .card {
    background: #004da0;
  }
  .card-news:nth-child(16n+0) .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:nth-child(16n+0) .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+0) .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+0) .card [class*=btn-outline-]:focus, .card-news:nth-child(16n+0) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(16n+0) .card [class*=btn-outline-].disabled, .card-news:nth-child(16n+0) .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:nth-child(16n+0) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(16n+0) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(16n+0) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+0) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(16n+0) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(16n+0) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(16n+0) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(0, 77, 160, 0), #004da0);
  }
  .card-news:first-child .card {
    background: #004da0;
  }
  .card-news:first-child .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:first-child .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:focus, .card-news:first-child .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:first-child .card [class*=btn-outline-].disabled, .card-news:first-child .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:first-child .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:first-child .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:first-child .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(0, 77, 160, 0), #004da0);
  }
  .card-news:nth-child(2) .card {
    background: transparent;
  }
  .card-news:nth-child(2) .card .text-theme {
    color: #333333 !important;
  }
  .card-news:nth-child(2) .card .text-theme.card-subtitle {
    color: #a8aaac !important;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-] {
    color: #00a6eb;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:hover {
    color: #00a6eb;
    background-color: transparent;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:focus, .card-news:nth-child(2) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(0, 166, 235, 0.5);
  }
  .card-news:nth-child(2) .card [class*=btn-outline-].disabled, .card-news:nth-child(2) .card [class*=btn-outline-]:disabled {
    color: #00a6eb;
    background-color: transparent;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(2) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(2) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(0, 166, 235, 0.5);
  }
  .card-news:nth-child(2) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(245, 245, 245, 0), whitesmoke);
  }
  .card-news:nth-child(3) .card {
    background: #00a6eb;
  }
  .card-news:nth-child(3) .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:focus, .card-news:nth-child(3) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(3) .card [class*=btn-outline-].disabled, .card-news:nth-child(3) .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(3) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(3) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(3) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(0, 166, 235, 0), #00a6eb);
  }
  .card-news:nth-child(16n+2) .card {
    background: #00a6eb;
  }
  .card-news:nth-child(16n+2) .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:nth-child(16n+2) .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+2) .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+2) .card [class*=btn-outline-]:focus, .card-news:nth-child(16n+2) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(16n+2) .card [class*=btn-outline-].disabled, .card-news:nth-child(16n+2) .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:nth-child(16n+2) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(16n+2) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(16n+2) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+2) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(16n+2) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(16n+2) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(16n+2) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(0, 166, 235, 0), #00a6eb);
  }
  .card-news:first-child .card {
    background: #004da0;
  }
  .card-news:first-child .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:first-child .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:focus, .card-news:first-child .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:first-child .card [class*=btn-outline-].disabled, .card-news:first-child .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:first-child .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:first-child .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:first-child .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(0, 77, 160, 0), #004da0);
  }
  .card-news:nth-child(2) .card {
    background: transparent;
  }
  .card-news:nth-child(2) .card .text-theme {
    color: #333333 !important;
  }
  .card-news:nth-child(2) .card .text-theme.card-subtitle {
    color: #a8aaac !important;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-] {
    color: #00a6eb;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:hover {
    color: #00a6eb;
    background-color: transparent;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:focus, .card-news:nth-child(2) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(0, 166, 235, 0.5);
  }
  .card-news:nth-child(2) .card [class*=btn-outline-].disabled, .card-news:nth-child(2) .card [class*=btn-outline-]:disabled {
    color: #00a6eb;
    background-color: transparent;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(2) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(2) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(0, 166, 235, 0.5);
  }
  .card-news:nth-child(2) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(245, 245, 245, 0), whitesmoke);
  }
  .card-news:nth-child(3) .card {
    background: #00a6eb;
  }
  .card-news:nth-child(3) .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:focus, .card-news:nth-child(3) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(3) .card [class*=btn-outline-].disabled, .card-news:nth-child(3) .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(3) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(3) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(3) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(0, 166, 235, 0), #00a6eb);
  }
  .card-news:nth-child(16n+5) .card {
    background: #6b1d7c;
  }
  .card-news:nth-child(16n+5) .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:nth-child(16n+5) .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+5) .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+5) .card [class*=btn-outline-]:focus, .card-news:nth-child(16n+5) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(16n+5) .card [class*=btn-outline-].disabled, .card-news:nth-child(16n+5) .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:nth-child(16n+5) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(16n+5) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(16n+5) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+5) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(16n+5) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(16n+5) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(16n+5) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(107, 29, 124, 0), #6b1d7c);
  }
  .card-news:first-child .card {
    background: #004da0;
  }
  .card-news:first-child .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:first-child .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:focus, .card-news:first-child .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:first-child .card [class*=btn-outline-].disabled, .card-news:first-child .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:first-child .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:first-child .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:first-child .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(0, 77, 160, 0), #004da0);
  }
  .card-news:nth-child(2) .card {
    background: transparent;
  }
  .card-news:nth-child(2) .card .text-theme {
    color: #333333 !important;
  }
  .card-news:nth-child(2) .card .text-theme.card-subtitle {
    color: #a8aaac !important;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-] {
    color: #00a6eb;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:hover {
    color: #00a6eb;
    background-color: transparent;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:focus, .card-news:nth-child(2) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(0, 166, 235, 0.5);
  }
  .card-news:nth-child(2) .card [class*=btn-outline-].disabled, .card-news:nth-child(2) .card [class*=btn-outline-]:disabled {
    color: #00a6eb;
    background-color: transparent;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(2) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(2) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(0, 166, 235, 0.5);
  }
  .card-news:nth-child(2) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(245, 245, 245, 0), whitesmoke);
  }
  .card-news:nth-child(3) .card {
    background: #00a6eb;
  }
  .card-news:nth-child(3) .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:focus, .card-news:nth-child(3) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(3) .card [class*=btn-outline-].disabled, .card-news:nth-child(3) .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(3) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(3) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(3) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(0, 166, 235, 0), #00a6eb);
  }
  .card-news:nth-child(16n+7) .card {
    background: #007c96;
  }
  .card-news:nth-child(16n+7) .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:nth-child(16n+7) .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+7) .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+7) .card [class*=btn-outline-]:focus, .card-news:nth-child(16n+7) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(16n+7) .card [class*=btn-outline-].disabled, .card-news:nth-child(16n+7) .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:nth-child(16n+7) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(16n+7) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(16n+7) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+7) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(16n+7) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(16n+7) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(16n+7) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(0, 124, 150, 0), #007c96);
  }
  .card-news:first-child .card {
    background: #004da0;
  }
  .card-news:first-child .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:first-child .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:focus, .card-news:first-child .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:first-child .card [class*=btn-outline-].disabled, .card-news:first-child .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:first-child .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:first-child .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:first-child .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(0, 77, 160, 0), #004da0);
  }
  .card-news:nth-child(2) .card {
    background: transparent;
  }
  .card-news:nth-child(2) .card .text-theme {
    color: #333333 !important;
  }
  .card-news:nth-child(2) .card .text-theme.card-subtitle {
    color: #a8aaac !important;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-] {
    color: #00a6eb;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:hover {
    color: #00a6eb;
    background-color: transparent;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:focus, .card-news:nth-child(2) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(0, 166, 235, 0.5);
  }
  .card-news:nth-child(2) .card [class*=btn-outline-].disabled, .card-news:nth-child(2) .card [class*=btn-outline-]:disabled {
    color: #00a6eb;
    background-color: transparent;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(2) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(2) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(0, 166, 235, 0.5);
  }
  .card-news:nth-child(2) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(245, 245, 245, 0), whitesmoke);
  }
  .card-news:nth-child(3) .card {
    background: #00a6eb;
  }
  .card-news:nth-child(3) .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:focus, .card-news:nth-child(3) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(3) .card [class*=btn-outline-].disabled, .card-news:nth-child(3) .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(3) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(3) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(3) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(0, 166, 235, 0), #00a6eb);
  }
  .card-news:nth-child(16n+8) .card {
    background: #f49d00;
  }
  .card-news:nth-child(16n+8) .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:nth-child(16n+8) .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+8) .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+8) .card [class*=btn-outline-]:focus, .card-news:nth-child(16n+8) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(16n+8) .card [class*=btn-outline-].disabled, .card-news:nth-child(16n+8) .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:nth-child(16n+8) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(16n+8) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(16n+8) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+8) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(16n+8) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(16n+8) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(16n+8) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(244, 157, 0, 0), #f49d00);
  }
  .card-news:first-child .card {
    background: #004da0;
  }
  .card-news:first-child .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:first-child .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:focus, .card-news:first-child .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:first-child .card [class*=btn-outline-].disabled, .card-news:first-child .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:first-child .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:first-child .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:first-child .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(0, 77, 160, 0), #004da0);
  }
  .card-news:nth-child(2) .card {
    background: transparent;
  }
  .card-news:nth-child(2) .card .text-theme {
    color: #333333 !important;
  }
  .card-news:nth-child(2) .card .text-theme.card-subtitle {
    color: #a8aaac !important;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-] {
    color: #00a6eb;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:hover {
    color: #00a6eb;
    background-color: transparent;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:focus, .card-news:nth-child(2) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(0, 166, 235, 0.5);
  }
  .card-news:nth-child(2) .card [class*=btn-outline-].disabled, .card-news:nth-child(2) .card [class*=btn-outline-]:disabled {
    color: #00a6eb;
    background-color: transparent;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(2) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(2) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(0, 166, 235, 0.5);
  }
  .card-news:nth-child(2) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(245, 245, 245, 0), whitesmoke);
  }
  .card-news:nth-child(3) .card {
    background: #00a6eb;
  }
  .card-news:nth-child(3) .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:focus, .card-news:nth-child(3) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(3) .card [class*=btn-outline-].disabled, .card-news:nth-child(3) .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(3) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(3) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(3) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(0, 166, 235, 0), #00a6eb);
  }
  .card-news:nth-child(16n+10) .card {
    background: #7eb61c;
  }
  .card-news:nth-child(16n+10) .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:nth-child(16n+10) .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+10) .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+10) .card [class*=btn-outline-]:focus, .card-news:nth-child(16n+10) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(16n+10) .card [class*=btn-outline-].disabled, .card-news:nth-child(16n+10) .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:nth-child(16n+10) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(16n+10) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(16n+10) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+10) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(16n+10) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(16n+10) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(16n+10) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(126, 182, 28, 0), #7eb61c);
  }
  .card-news:first-child .card {
    background: #004da0;
  }
  .card-news:first-child .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:first-child .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:focus, .card-news:first-child .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:first-child .card [class*=btn-outline-].disabled, .card-news:first-child .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:first-child .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:first-child .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:first-child .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(0, 77, 160, 0), #004da0);
  }
  .card-news:nth-child(2) .card {
    background: transparent;
  }
  .card-news:nth-child(2) .card .text-theme {
    color: #333333 !important;
  }
  .card-news:nth-child(2) .card .text-theme.card-subtitle {
    color: #a8aaac !important;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-] {
    color: #00a6eb;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:hover {
    color: #00a6eb;
    background-color: transparent;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:focus, .card-news:nth-child(2) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(0, 166, 235, 0.5);
  }
  .card-news:nth-child(2) .card [class*=btn-outline-].disabled, .card-news:nth-child(2) .card [class*=btn-outline-]:disabled {
    color: #00a6eb;
    background-color: transparent;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(2) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(2) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(0, 166, 235, 0.5);
  }
  .card-news:nth-child(2) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(245, 245, 245, 0), whitesmoke);
  }
  .card-news:nth-child(3) .card {
    background: #00a6eb;
  }
  .card-news:nth-child(3) .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:focus, .card-news:nth-child(3) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(3) .card [class*=btn-outline-].disabled, .card-news:nth-child(3) .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(3) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(3) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(3) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(0, 166, 235, 0), #00a6eb);
  }
  .card-news:nth-child(16n+13) .card {
    background: #b70064;
  }
  .card-news:nth-child(16n+13) .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:nth-child(16n+13) .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+13) .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+13) .card [class*=btn-outline-]:focus, .card-news:nth-child(16n+13) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(16n+13) .card [class*=btn-outline-].disabled, .card-news:nth-child(16n+13) .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:nth-child(16n+13) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(16n+13) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(16n+13) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+13) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(16n+13) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(16n+13) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(16n+13) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(183, 0, 100, 0), #b70064);
  }
  .card-news:first-child .card {
    background: #004da0;
  }
  .card-news:first-child .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:first-child .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:focus, .card-news:first-child .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:first-child .card [class*=btn-outline-].disabled, .card-news:first-child .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:first-child .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:first-child .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:first-child .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(0, 77, 160, 0), #004da0);
  }
  .card-news:nth-child(2) .card {
    background: transparent;
  }
  .card-news:nth-child(2) .card .text-theme {
    color: #333333 !important;
  }
  .card-news:nth-child(2) .card .text-theme.card-subtitle {
    color: #a8aaac !important;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-] {
    color: #00a6eb;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:hover {
    color: #00a6eb;
    background-color: transparent;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:focus, .card-news:nth-child(2) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(0, 166, 235, 0.5);
  }
  .card-news:nth-child(2) .card [class*=btn-outline-].disabled, .card-news:nth-child(2) .card [class*=btn-outline-]:disabled {
    color: #00a6eb;
    background-color: transparent;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(2) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(2) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(0, 166, 235, 0.5);
  }
  .card-news:nth-child(2) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(245, 245, 245, 0), whitesmoke);
  }
  .card-news:nth-child(3) .card {
    background: #00a6eb;
  }
  .card-news:nth-child(3) .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:focus, .card-news:nth-child(3) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(3) .card [class*=btn-outline-].disabled, .card-news:nth-child(3) .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(3) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(3) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(3) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(0, 166, 235, 0), #00a6eb);
  }
  .card-news:nth-child(16n+15) .card {
    background: #c49f64;
  }
  .card-news:nth-child(16n+15) .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:nth-child(16n+15) .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+15) .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+15) .card [class*=btn-outline-]:focus, .card-news:nth-child(16n+15) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(16n+15) .card [class*=btn-outline-].disabled, .card-news:nth-child(16n+15) .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:nth-child(16n+15) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(16n+15) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(16n+15) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(16n+15) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(16n+15) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(16n+15) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(16n+15) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(196, 159, 100, 0), #c49f64);
  }
  .card-news:first-child .card {
    background: #004da0;
  }
  .card-news:first-child .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:first-child .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:focus, .card-news:first-child .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:first-child .card [class*=btn-outline-].disabled, .card-news:first-child .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:first-child .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:first-child .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:first-child .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:first-child .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(0, 77, 160, 0), #004da0);
  }
  .card-news:nth-child(2) .card {
    background: transparent;
  }
  .card-news:nth-child(2) .card .text-theme {
    color: #333333 !important;
  }
  .card-news:nth-child(2) .card .text-theme.card-subtitle {
    color: #a8aaac !important;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-] {
    color: #00a6eb;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:hover {
    color: #00a6eb;
    background-color: transparent;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:focus, .card-news:nth-child(2) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(0, 166, 235, 0.5);
  }
  .card-news:nth-child(2) .card [class*=btn-outline-].disabled, .card-news:nth-child(2) .card [class*=btn-outline-]:disabled {
    color: #00a6eb;
    background-color: transparent;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(2) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #00a6eb;
  }
  .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(2) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(2) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(0, 166, 235, 0.5);
  }
  .card-news:nth-child(2) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(245, 245, 245, 0), whitesmoke);
  }
  .card-news:nth-child(3) .card {
    background: #00a6eb;
  }
  .card-news:nth-child(3) .card .text-theme {
    color: #ffffff !important;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:focus, .card-news:nth-child(3) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(3) .card [class*=btn-outline-].disabled, .card-news:nth-child(3) .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news:nth-child(3) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news:nth-child(3) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news:nth-child(3) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news:nth-child(3) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(0, 166, 235, 0), #00a6eb);
  }
}
@media (max-width: 719.98px) {
  .card-press:nth-child(2n+2) .card {
    background: #004da0;
  }
  .card-press:nth-child(2n+2) .card .text-theme {
    color: #ffffff !important;
  }
  .card-press:nth-child(2n+2) .card [class*=btn-] {
    background-color: transparent;
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-press:nth-child(2n+2) .card [class*=btn-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-press:nth-child(2n+2) .card [class*=btn-]:focus, .card-press:nth-child(2n+2) .card [class*=btn-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-press:nth-child(2n+2) .card [class*=btn-].disabled, .card-press:nth-child(2n+2) .card [class*=btn-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-press:nth-child(2n+2) .card [class*=btn-]:not(:disabled):not(.disabled):active, .card-press:nth-child(2n+2) .card [class*=btn-]:not(:disabled):not(.disabled).active, .show > .card-press:nth-child(2n+2) .card [class*=btn-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-press:nth-child(2n+2) .card [class*=btn-]:not(:disabled):not(.disabled):active:focus, .card-press:nth-child(2n+2) .card [class*=btn-]:not(:disabled):not(.disabled).active:focus, .show > .card-press:nth-child(2n+2) .card [class*=btn-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
}
@media (min-width: 720px) and (max-width: 1023.98px) {
  .card-press:nth-child(4n+2) .card {
    background: #004da0;
  }
  .card-press:nth-child(4n+2) .card .text-theme {
    color: #ffffff !important;
  }
  .card-press:nth-child(4n+2) .card [class*=btn-] {
    background-color: transparent;
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-press:nth-child(4n+2) .card [class*=btn-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-press:nth-child(4n+2) .card [class*=btn-]:focus, .card-press:nth-child(4n+2) .card [class*=btn-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-press:nth-child(4n+2) .card [class*=btn-].disabled, .card-press:nth-child(4n+2) .card [class*=btn-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-press:nth-child(4n+2) .card [class*=btn-]:not(:disabled):not(.disabled):active, .card-press:nth-child(4n+2) .card [class*=btn-]:not(:disabled):not(.disabled).active, .show > .card-press:nth-child(4n+2) .card [class*=btn-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-press:nth-child(4n+2) .card [class*=btn-]:not(:disabled):not(.disabled):active:focus, .card-press:nth-child(4n+2) .card [class*=btn-]:not(:disabled):not(.disabled).active:focus, .show > .card-press:nth-child(4n+2) .card [class*=btn-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-press:nth-child(4n+3) .card {
    background: #004da0;
  }
  .card-press:nth-child(4n+3) .card .text-theme {
    color: #ffffff !important;
  }
  .card-press:nth-child(4n+3) .card [class*=btn-] {
    background-color: transparent;
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-press:nth-child(4n+3) .card [class*=btn-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-press:nth-child(4n+3) .card [class*=btn-]:focus, .card-press:nth-child(4n+3) .card [class*=btn-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-press:nth-child(4n+3) .card [class*=btn-].disabled, .card-press:nth-child(4n+3) .card [class*=btn-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-press:nth-child(4n+3) .card [class*=btn-]:not(:disabled):not(.disabled):active, .card-press:nth-child(4n+3) .card [class*=btn-]:not(:disabled):not(.disabled).active, .show > .card-press:nth-child(4n+3) .card [class*=btn-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-press:nth-child(4n+3) .card [class*=btn-]:not(:disabled):not(.disabled):active:focus, .card-press:nth-child(4n+3) .card [class*=btn-]:not(:disabled):not(.disabled).active:focus, .show > .card-press:nth-child(4n+3) .card [class*=btn-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
}
@media (min-width: 1024px) and (max-width: 1279.98px) {
  .card-press:nth-child(6n+2) .card {
    background: #004da0;
  }
  .card-press:nth-child(6n+2) .card .text-theme {
    color: #ffffff !important;
  }
  .card-press:nth-child(6n+2) .card [class*=btn-] {
    background-color: transparent;
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-press:nth-child(6n+2) .card [class*=btn-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-press:nth-child(6n+2) .card [class*=btn-]:focus, .card-press:nth-child(6n+2) .card [class*=btn-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-press:nth-child(6n+2) .card [class*=btn-].disabled, .card-press:nth-child(6n+2) .card [class*=btn-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-press:nth-child(6n+2) .card [class*=btn-]:not(:disabled):not(.disabled):active, .card-press:nth-child(6n+2) .card [class*=btn-]:not(:disabled):not(.disabled).active, .show > .card-press:nth-child(6n+2) .card [class*=btn-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-press:nth-child(6n+2) .card [class*=btn-]:not(:disabled):not(.disabled):active:focus, .card-press:nth-child(6n+2) .card [class*=btn-]:not(:disabled):not(.disabled).active:focus, .show > .card-press:nth-child(6n+2) .card [class*=btn-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-press:nth-child(6n+4) .card {
    background: #004da0;
  }
  .card-press:nth-child(6n+4) .card .text-theme {
    color: #ffffff !important;
  }
  .card-press:nth-child(6n+4) .card [class*=btn-] {
    background-color: transparent;
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-press:nth-child(6n+4) .card [class*=btn-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-press:nth-child(6n+4) .card [class*=btn-]:focus, .card-press:nth-child(6n+4) .card [class*=btn-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-press:nth-child(6n+4) .card [class*=btn-].disabled, .card-press:nth-child(6n+4) .card [class*=btn-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-press:nth-child(6n+4) .card [class*=btn-]:not(:disabled):not(.disabled):active, .card-press:nth-child(6n+4) .card [class*=btn-]:not(:disabled):not(.disabled).active, .show > .card-press:nth-child(6n+4) .card [class*=btn-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-press:nth-child(6n+4) .card [class*=btn-]:not(:disabled):not(.disabled):active:focus, .card-press:nth-child(6n+4) .card [class*=btn-]:not(:disabled):not(.disabled).active:focus, .show > .card-press:nth-child(6n+4) .card [class*=btn-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-press:nth-child(6n+6) .card {
    background: #004da0;
  }
  .card-press:nth-child(6n+6) .card .text-theme {
    color: #ffffff !important;
  }
  .card-press:nth-child(6n+6) .card [class*=btn-] {
    background-color: transparent;
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-press:nth-child(6n+6) .card [class*=btn-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-press:nth-child(6n+6) .card [class*=btn-]:focus, .card-press:nth-child(6n+6) .card [class*=btn-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-press:nth-child(6n+6) .card [class*=btn-].disabled, .card-press:nth-child(6n+6) .card [class*=btn-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-press:nth-child(6n+6) .card [class*=btn-]:not(:disabled):not(.disabled):active, .card-press:nth-child(6n+6) .card [class*=btn-]:not(:disabled):not(.disabled).active, .show > .card-press:nth-child(6n+6) .card [class*=btn-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-press:nth-child(6n+6) .card [class*=btn-]:not(:disabled):not(.disabled):active:focus, .card-press:nth-child(6n+6) .card [class*=btn-]:not(:disabled):not(.disabled).active:focus, .show > .card-press:nth-child(6n+6) .card [class*=btn-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
}
@media (min-width: 1280px) {
  .card-press:nth-child(8n+2) .card {
    background: #004da0;
  }
  .card-press:nth-child(8n+2) .card .text-theme {
    color: #ffffff !important;
  }
  .card-press:nth-child(8n+2) .card [class*=btn-] {
    background-color: transparent;
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-press:nth-child(8n+2) .card [class*=btn-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-press:nth-child(8n+2) .card [class*=btn-]:focus, .card-press:nth-child(8n+2) .card [class*=btn-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-press:nth-child(8n+2) .card [class*=btn-].disabled, .card-press:nth-child(8n+2) .card [class*=btn-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-press:nth-child(8n+2) .card [class*=btn-]:not(:disabled):not(.disabled):active, .card-press:nth-child(8n+2) .card [class*=btn-]:not(:disabled):not(.disabled).active, .show > .card-press:nth-child(8n+2) .card [class*=btn-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-press:nth-child(8n+2) .card [class*=btn-]:not(:disabled):not(.disabled):active:focus, .card-press:nth-child(8n+2) .card [class*=btn-]:not(:disabled):not(.disabled).active:focus, .show > .card-press:nth-child(8n+2) .card [class*=btn-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-press:nth-child(8n+4) .card {
    background: #004da0;
  }
  .card-press:nth-child(8n+4) .card .text-theme {
    color: #ffffff !important;
  }
  .card-press:nth-child(8n+4) .card [class*=btn-] {
    background-color: transparent;
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-press:nth-child(8n+4) .card [class*=btn-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-press:nth-child(8n+4) .card [class*=btn-]:focus, .card-press:nth-child(8n+4) .card [class*=btn-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-press:nth-child(8n+4) .card [class*=btn-].disabled, .card-press:nth-child(8n+4) .card [class*=btn-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-press:nth-child(8n+4) .card [class*=btn-]:not(:disabled):not(.disabled):active, .card-press:nth-child(8n+4) .card [class*=btn-]:not(:disabled):not(.disabled).active, .show > .card-press:nth-child(8n+4) .card [class*=btn-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-press:nth-child(8n+4) .card [class*=btn-]:not(:disabled):not(.disabled):active:focus, .card-press:nth-child(8n+4) .card [class*=btn-]:not(:disabled):not(.disabled).active:focus, .show > .card-press:nth-child(8n+4) .card [class*=btn-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-press:nth-child(8n+5) .card {
    background: #004da0;
  }
  .card-press:nth-child(8n+5) .card .text-theme {
    color: #ffffff !important;
  }
  .card-press:nth-child(8n+5) .card [class*=btn-] {
    background-color: transparent;
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-press:nth-child(8n+5) .card [class*=btn-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-press:nth-child(8n+5) .card [class*=btn-]:focus, .card-press:nth-child(8n+5) .card [class*=btn-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-press:nth-child(8n+5) .card [class*=btn-].disabled, .card-press:nth-child(8n+5) .card [class*=btn-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-press:nth-child(8n+5) .card [class*=btn-]:not(:disabled):not(.disabled):active, .card-press:nth-child(8n+5) .card [class*=btn-]:not(:disabled):not(.disabled).active, .show > .card-press:nth-child(8n+5) .card [class*=btn-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-press:nth-child(8n+5) .card [class*=btn-]:not(:disabled):not(.disabled):active:focus, .card-press:nth-child(8n+5) .card [class*=btn-]:not(:disabled):not(.disabled).active:focus, .show > .card-press:nth-child(8n+5) .card [class*=btn-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-press:nth-child(8n+7) .card {
    background: #004da0;
  }
  .card-press:nth-child(8n+7) .card .text-theme {
    color: #ffffff !important;
  }
  .card-press:nth-child(8n+7) .card [class*=btn-] {
    background-color: transparent;
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-press:nth-child(8n+7) .card [class*=btn-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-press:nth-child(8n+7) .card [class*=btn-]:focus, .card-press:nth-child(8n+7) .card [class*=btn-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-press:nth-child(8n+7) .card [class*=btn-].disabled, .card-press:nth-child(8n+7) .card [class*=btn-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-press:nth-child(8n+7) .card [class*=btn-]:not(:disabled):not(.disabled):active, .card-press:nth-child(8n+7) .card [class*=btn-]:not(:disabled):not(.disabled).active, .show > .card-press:nth-child(8n+7) .card [class*=btn-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-press:nth-child(8n+7) .card [class*=btn-]:not(:disabled):not(.disabled):active:focus, .card-press:nth-child(8n+7) .card [class*=btn-]:not(:disabled):not(.disabled).active:focus, .show > .card-press:nth-child(8n+7) .card [class*=btn-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
}
.bg-opacity-primary {
  background-color: rgba(0, 77, 160, 0.8) !important;
}

.bg-opacity-secondary {
  background-color: rgba(0, 166, 235, 0.8) !important;
}

.bg-opacity-success {
  background-color: rgba(126, 182, 28, 0.8) !important;
}

.bg-opacity-info {
  background-color: rgba(0, 166, 235, 0.8) !important;
}

.bg-opacity-warning {
  background-color: rgba(244, 157, 0, 0.8) !important;
}

.bg-opacity-danger {
  background-color: rgba(208, 2, 27, 0.8) !important;
}

.bg-opacity-light {
  background-color: rgba(245, 245, 245, 0.8) !important;
}

.bg-opacity-dark {
  background-color: rgba(82, 86, 90, 0.8) !important;
}

.bg-opacity-0 {
  background-color: rgba(0, 124, 150, 0.8) !important;
}

.bg-opacity-1 {
  background-color: rgba(0, 77, 160, 0.8) !important;
}

.bg-opacity-2 {
  background-color: rgba(0, 166, 235, 0.8) !important;
}

.bg-opacity-3 {
  background-color: rgba(107, 29, 124, 0.8) !important;
}

.bg-opacity-4 {
  background-color: rgba(183, 0, 100, 0.8) !important;
}

.bg-opacity-5 {
  background-color: rgba(0, 124, 150, 0.8) !important;
}

.bg-opacity-6 {
  background-color: rgba(126, 182, 28, 0.8) !important;
}

.bg-opacity-7 {
  background-color: rgba(244, 157, 0, 0.8) !important;
}

.bg-opacity-8 {
  background-color: rgba(196, 159, 100, 0.8) !important;
}

.bg-opacity-9 {
  background-color: rgba(190, 196, 199, 0.8) !important;
}

.bg-opacity-10 {
  background-color: rgba(255, 255, 255, 0.8) !important;
}

.bg-opacity-default {
  background-color: rgba(0, 124, 150, 0.8) !important;
}

.bg-opacity-violet {
  background-color: rgba(107, 29, 124, 0.8) !important;
}

.bg-opacity-magenta {
  background-color: rgba(183, 0, 100, 0.8) !important;
}

.bg-opacity-petrol {
  background-color: rgba(0, 124, 150, 0.8) !important;
}

.bg-opacity-green {
  background-color: rgba(126, 182, 28, 0.8) !important;
}

.bg-opacity-orange {
  background-color: rgba(244, 157, 0, 0.8) !important;
}

.bg-opacity-gold {
  background-color: rgba(196, 159, 100, 0.8) !important;
}

.bg-opacity-silver {
  background-color: rgba(190, 196, 199, 0.8) !important;
}

.bg-opacity-white {
  background-color: rgba(255, 255, 255, 0.8) !important;
}

@media (max-width: 575.98px) {
  .card-news-col3:nth-child(3n+1) .card {
    background: #00a6eb;
  }
  .card-news-col3:nth-child(3n+1) .card .text-theme {
    color: #ffffff !important;
  }
  .card-news-col3:nth-child(3n+1) .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news-col3:nth-child(3n+1) .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news-col3:nth-child(3n+1) .card [class*=btn-outline-]:focus, .card-news-col3:nth-child(3n+1) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news-col3:nth-child(3n+1) .card [class*=btn-outline-].disabled, .card-news-col3:nth-child(3n+1) .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news-col3:nth-child(3n+1) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news-col3:nth-child(3n+1) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news-col3:nth-child(3n+1) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news-col3:nth-child(3n+1) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news-col3:nth-child(3n+1) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news-col3:nth-child(3n+1) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news-col3:nth-child(3n+1) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(0, 166, 235, 0), #00a6eb);
  }
  .card-news-col3:nth-child(3n+3) .card {
    background: #004da0;
  }
  .card-news-col3:nth-child(3n+3) .card .text-theme {
    color: #ffffff !important;
  }
  .card-news-col3:nth-child(3n+3) .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news-col3:nth-child(3n+3) .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news-col3:nth-child(3n+3) .card [class*=btn-outline-]:focus, .card-news-col3:nth-child(3n+3) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news-col3:nth-child(3n+3) .card [class*=btn-outline-].disabled, .card-news-col3:nth-child(3n+3) .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news-col3:nth-child(3n+3) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news-col3:nth-child(3n+3) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news-col3:nth-child(3n+3) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news-col3:nth-child(3n+3) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news-col3:nth-child(3n+3) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news-col3:nth-child(3n+3) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news-col3:nth-child(3n+3) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(0, 77, 160, 0), #004da0);
  }
}
@media (min-width: 576px) and (max-width: 719.98px) {
  .card-news-col3:nth-child(3n+1) .card {
    background: #00a6eb;
  }
  .card-news-col3:nth-child(3n+1) .card .text-theme {
    color: #ffffff !important;
  }
  .card-news-col3:nth-child(3n+1) .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news-col3:nth-child(3n+1) .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news-col3:nth-child(3n+1) .card [class*=btn-outline-]:focus, .card-news-col3:nth-child(3n+1) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news-col3:nth-child(3n+1) .card [class*=btn-outline-].disabled, .card-news-col3:nth-child(3n+1) .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news-col3:nth-child(3n+1) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news-col3:nth-child(3n+1) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news-col3:nth-child(3n+1) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news-col3:nth-child(3n+1) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news-col3:nth-child(3n+1) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news-col3:nth-child(3n+1) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news-col3:nth-child(3n+1) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(0, 166, 235, 0), #00a6eb);
  }
  .card-news-col3:nth-child(3n+3) .card {
    background: #004da0;
  }
  .card-news-col3:nth-child(3n+3) .card .text-theme {
    color: #ffffff !important;
  }
  .card-news-col3:nth-child(3n+3) .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news-col3:nth-child(3n+3) .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news-col3:nth-child(3n+3) .card [class*=btn-outline-]:focus, .card-news-col3:nth-child(3n+3) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news-col3:nth-child(3n+3) .card [class*=btn-outline-].disabled, .card-news-col3:nth-child(3n+3) .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news-col3:nth-child(3n+3) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news-col3:nth-child(3n+3) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news-col3:nth-child(3n+3) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news-col3:nth-child(3n+3) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news-col3:nth-child(3n+3) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news-col3:nth-child(3n+3) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news-col3:nth-child(3n+3) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(0, 77, 160, 0), #004da0);
  }
}
@media (min-width: 720px) and (max-width: 1023.98px) {
  .card-news-col3:nth-child(3n+1) .card {
    background: #00a6eb;
  }
  .card-news-col3:nth-child(3n+1) .card .text-theme {
    color: #ffffff !important;
  }
  .card-news-col3:nth-child(3n+1) .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news-col3:nth-child(3n+1) .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news-col3:nth-child(3n+1) .card [class*=btn-outline-]:focus, .card-news-col3:nth-child(3n+1) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news-col3:nth-child(3n+1) .card [class*=btn-outline-].disabled, .card-news-col3:nth-child(3n+1) .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news-col3:nth-child(3n+1) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news-col3:nth-child(3n+1) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news-col3:nth-child(3n+1) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news-col3:nth-child(3n+1) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news-col3:nth-child(3n+1) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news-col3:nth-child(3n+1) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news-col3:nth-child(3n+1) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(0, 166, 235, 0), #00a6eb);
  }
  .card-news-col3:nth-child(3n+3) .card {
    background: #004da0;
  }
  .card-news-col3:nth-child(3n+3) .card .text-theme {
    color: #ffffff !important;
  }
  .card-news-col3:nth-child(3n+3) .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news-col3:nth-child(3n+3) .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news-col3:nth-child(3n+3) .card [class*=btn-outline-]:focus, .card-news-col3:nth-child(3n+3) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news-col3:nth-child(3n+3) .card [class*=btn-outline-].disabled, .card-news-col3:nth-child(3n+3) .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news-col3:nth-child(3n+3) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news-col3:nth-child(3n+3) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news-col3:nth-child(3n+3) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news-col3:nth-child(3n+3) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news-col3:nth-child(3n+3) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news-col3:nth-child(3n+3) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news-col3:nth-child(3n+3) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(0, 77, 160, 0), #004da0);
  }
}
@media (min-width: 1024px) {
  .card-news-col3:nth-child(3n+1) .card {
    background: #00a6eb;
  }
  .card-news-col3:nth-child(3n+1) .card .text-theme {
    color: #ffffff !important;
  }
  .card-news-col3:nth-child(3n+1) .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news-col3:nth-child(3n+1) .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news-col3:nth-child(3n+1) .card [class*=btn-outline-]:focus, .card-news-col3:nth-child(3n+1) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news-col3:nth-child(3n+1) .card [class*=btn-outline-].disabled, .card-news-col3:nth-child(3n+1) .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news-col3:nth-child(3n+1) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news-col3:nth-child(3n+1) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news-col3:nth-child(3n+1) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news-col3:nth-child(3n+1) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news-col3:nth-child(3n+1) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news-col3:nth-child(3n+1) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news-col3:nth-child(3n+1) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(0, 166, 235, 0), #00a6eb);
  }
  .card-news-col3:nth-child(3n+3) .card {
    background: #004da0;
  }
  .card-news-col3:nth-child(3n+3) .card .text-theme {
    color: #ffffff !important;
  }
  .card-news-col3:nth-child(3n+3) .card [class*=btn-outline-] {
    color: #ffffff;
    border-color: #ffffff;
  }
  .card-news-col3:nth-child(3n+3) .card [class*=btn-outline-]:hover {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news-col3:nth-child(3n+3) .card [class*=btn-outline-]:focus, .card-news-col3:nth-child(3n+3) .card [class*=btn-outline-].focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news-col3:nth-child(3n+3) .card [class*=btn-outline-].disabled, .card-news-col3:nth-child(3n+3) .card [class*=btn-outline-]:disabled {
    color: #ffffff;
    background-color: transparent;
  }
  .card-news-col3:nth-child(3n+3) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active, .card-news-col3:nth-child(3n+3) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active, .show > .card-news-col3:nth-child(3n+3) .card [class*=btn-outline-].dropdown-toggle {
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
  }
  .card-news-col3:nth-child(3n+3) .card [class*=btn-outline-]:not(:disabled):not(.disabled):active:focus, .card-news-col3:nth-child(3n+3) .card [class*=btn-outline-]:not(:disabled):not(.disabled).active:focus, .show > .card-news-col3:nth-child(3n+3) .card [class*=btn-outline-].dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  }
  .card-news-col3:nth-child(3n+3) .card .fade-out {
    background-image: linear-gradient(to bottom, rgba(0, 77, 160, 0), #004da0);
  }
}
.badge {
  display: inline-block;
  padding: 6px 15px;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -ms-user-select: None;
  -moz-user-select: None;
  -webkit-user-select: None;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 15px;
}

.badge-primary {
  color: #ffffff;
  background-color: #004da0;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #ffffff;
  background-color: #00346d;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(0, 77, 160, 0.5);
}

.badge-secondary {
  color: #ffffff;
  background-color: #00a6eb;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #ffffff;
  background-color: #0082b8;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(0, 166, 235, 0.5);
}

.badge-success {
  color: #ffffff;
  background-color: #7eb61c;
}
a.badge-success:hover, a.badge-success:focus {
  color: #ffffff;
  background-color: #5f8a15;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(126, 182, 28, 0.5);
}

.badge-info {
  color: #ffffff;
  background-color: #00a6eb;
}
a.badge-info:hover, a.badge-info:focus {
  color: #ffffff;
  background-color: #0082b8;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(0, 166, 235, 0.5);
}

.badge-warning {
  color: #52565a;
  background-color: #f49d00;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #52565a;
  background-color: #c17c00;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(244, 157, 0, 0.5);
}

.badge-danger {
  color: #ffffff;
  background-color: #d0021b;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #ffffff;
  background-color: #9d0214;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(208, 2, 27, 0.5);
}

.badge-light {
  color: #52565a;
  background-color: #f5f5f5;
}
a.badge-light:hover, a.badge-light:focus {
  color: #52565a;
  background-color: gainsboro;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(245, 245, 245, 0.5);
}

.badge-dark {
  color: #ffffff;
  background-color: #52565a;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #ffffff;
  background-color: #3a3d3f;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(82, 86, 90, 0.5);
}

.badge-0 {
  color: #ffffff;
  background-color: #007c96;
}
a.badge-0:hover, a.badge-0:focus {
  color: #ffffff;
  background-color: #005263;
}
a.badge-0:focus, a.badge-0.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(0, 124, 150, 0.5);
}

.badge-1 {
  color: #ffffff;
  background-color: #004da0;
}
a.badge-1:hover, a.badge-1:focus {
  color: #ffffff;
  background-color: #00346d;
}
a.badge-1:focus, a.badge-1.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(0, 77, 160, 0.5);
}

.badge-2 {
  color: #ffffff;
  background-color: #00a6eb;
}
a.badge-2:hover, a.badge-2:focus {
  color: #ffffff;
  background-color: #0082b8;
}
a.badge-2:focus, a.badge-2.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(0, 166, 235, 0.5);
}

.badge-3 {
  color: #ffffff;
  background-color: #6b1d7c;
}
a.badge-3:hover, a.badge-3:focus {
  color: #ffffff;
  background-color: #471353;
}
a.badge-3:focus, a.badge-3.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(107, 29, 124, 0.5);
}

.badge-4 {
  color: #ffffff;
  background-color: #b70064;
}
a.badge-4:hover, a.badge-4:focus {
  color: #ffffff;
  background-color: #840048;
}
a.badge-4:focus, a.badge-4.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(183, 0, 100, 0.5);
}

.badge-5 {
  color: #ffffff;
  background-color: #007c96;
}
a.badge-5:hover, a.badge-5:focus {
  color: #ffffff;
  background-color: #005263;
}
a.badge-5:focus, a.badge-5.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(0, 124, 150, 0.5);
}

.badge-6 {
  color: #ffffff;
  background-color: #7eb61c;
}
a.badge-6:hover, a.badge-6:focus {
  color: #ffffff;
  background-color: #5f8a15;
}
a.badge-6:focus, a.badge-6.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(126, 182, 28, 0.5);
}

.badge-7 {
  color: #52565a;
  background-color: #f49d00;
}
a.badge-7:hover, a.badge-7:focus {
  color: #52565a;
  background-color: #c17c00;
}
a.badge-7:focus, a.badge-7.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(244, 157, 0, 0.5);
}

.badge-8 {
  color: #52565a;
  background-color: #c49f64;
}
a.badge-8:hover, a.badge-8:focus {
  color: #52565a;
  background-color: #b18744;
}
a.badge-8:focus, a.badge-8.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(196, 159, 100, 0.5);
}

.badge-9 {
  color: #52565a;
  background-color: #bec4c7;
}
a.badge-9:hover, a.badge-9:focus {
  color: #52565a;
  background-color: #a3abaf;
}
a.badge-9:focus, a.badge-9.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(190, 196, 199, 0.5);
}

.badge-10 {
  color: #52565a;
  background-color: #ffffff;
}
a.badge-10:hover, a.badge-10:focus {
  color: #52565a;
  background-color: #e6e6e6;
}
a.badge-10:focus, a.badge-10.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}

.badge-default {
  color: #ffffff;
  background-color: #007c96;
}
a.badge-default:hover, a.badge-default:focus {
  color: #ffffff;
  background-color: #005263;
}
a.badge-default:focus, a.badge-default.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(0, 124, 150, 0.5);
}

.badge-violet {
  color: #ffffff;
  background-color: #6b1d7c;
}
a.badge-violet:hover, a.badge-violet:focus {
  color: #ffffff;
  background-color: #471353;
}
a.badge-violet:focus, a.badge-violet.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(107, 29, 124, 0.5);
}

.badge-magenta {
  color: #ffffff;
  background-color: #b70064;
}
a.badge-magenta:hover, a.badge-magenta:focus {
  color: #ffffff;
  background-color: #840048;
}
a.badge-magenta:focus, a.badge-magenta.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(183, 0, 100, 0.5);
}

.badge-petrol {
  color: #ffffff;
  background-color: #007c96;
}
a.badge-petrol:hover, a.badge-petrol:focus {
  color: #ffffff;
  background-color: #005263;
}
a.badge-petrol:focus, a.badge-petrol.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(0, 124, 150, 0.5);
}

.badge-green {
  color: #ffffff;
  background-color: #7eb61c;
}
a.badge-green:hover, a.badge-green:focus {
  color: #ffffff;
  background-color: #5f8a15;
}
a.badge-green:focus, a.badge-green.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(126, 182, 28, 0.5);
}

.badge-orange {
  color: #52565a;
  background-color: #f49d00;
}
a.badge-orange:hover, a.badge-orange:focus {
  color: #52565a;
  background-color: #c17c00;
}
a.badge-orange:focus, a.badge-orange.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(244, 157, 0, 0.5);
}

.badge-gold {
  color: #52565a;
  background-color: #c49f64;
}
a.badge-gold:hover, a.badge-gold:focus {
  color: #52565a;
  background-color: #b18744;
}
a.badge-gold:focus, a.badge-gold.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(196, 159, 100, 0.5);
}

.badge-silver {
  color: #52565a;
  background-color: #bec4c7;
}
a.badge-silver:hover, a.badge-silver:focus {
  color: #52565a;
  background-color: #a3abaf;
}
a.badge-silver:focus, a.badge-silver.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(190, 196, 199, 0.5);
}

.badge-white {
  color: #52565a;
  background-color: #ffffff;
}
a.badge-white:hover, a.badge-white:focus {
  color: #52565a;
  background-color: #e6e6e6;
}
a.badge-white:focus, a.badge-white.focus {
  outline: 0;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}

.badge-light {
  box-shadow: rgb(190, 196, 199) 0 0 0 1px inset;
  color: rgb(51, 51, 51);
}

.badge-group .badge {
  margin-right: 10px;
  margin-bottom: 9px;
}
.badge-group .badge:last-child {
  margin: 0;
}

.breadcrumb-item > a {
  color: #007c96;
}
.breadcrumb-item + .breadcrumb-item::before {
  font-family: "IconFont", "Frutiger Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  vertical-align: top;
}

/*
This CSS resource incorporates links to font software which is the valuable copyrighted
property of Monotype Imaging and/or its suppliers. You may not attempt to copy, install,
redistribute, convert, modify or reverse engineer this font software. Please contact Monotype
Imaging with any questions regarding Web Fonts:  http://www.fonts.com
*/
@font-face {
  font-family: "Frutiger Neue";
  src: url("/assets/default/fonts/3707b616-fa68-46f1-b366-6203b775dfba.woff2") format("woff2"), url("/assets/default/fonts/a1195dfc-f0a3-4c60-9515-d3808dc66b4c.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Frutiger Neue";
  src: url("/assets/default/fonts/4fb89ed5-baf5-425f-aba4-46e8c2c3aabe.woff2") format("woff2"), url("/assets/default/fonts/2a004a53-ac5c-43b3-9eeb-9f74ae4c1609.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Frutiger Neue";
  src: url("/assets/default/fonts/6e7f04cb-3b30-43a5-b79d-25b4c1178700.woff2") format("woff2"), url("/assets/default/fonts/9aa32a81-1124-4c43-b3db-15bfb1f7aed2.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "IconFont";
  src: url("/assets/default/fonts/icomoon.eot");
  src: url("/assets/default/fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("/assets/default/fonts/icomoon.woff") format("woff"), url("/assets/default/fonts/icomoon.ttf") format("truetype"), url("/assets/default/fonts/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.icon-social-wikipedia:before {
  content: url("/assets/default/ico/wikipedia.svg");
}

[data-icon]:before,
[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "IconFont" !important;
  display: inline-block;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
}

.icon-arrow-left:before {
  content: "a";
}

.icon-arrow-right:before {
  content: "b";
}

.icon-arrow-right-10:before {
  content: "c";
}

.icon-attachment:before {
  content: "d";
}

.icon-bookmark-cyan-2:before {
  content: "e";
}

.icon-browse-1:before {
  content: "f";
}

.icon-chevron-cyan-1:before {
  content: "g";
}

.icon-cart:before {
  content: "h";
}

.icon-close:before {
  content: "i";
}

.icon-collapse:before {
  content: "j";
}

.icon-compare:before {
  content: "k";
}

.icon-filter:before {
  content: "l";
}

.icon-list:before {
  content: "m";
}

.icon-sort:before {
  content: "n";
}

.icon-search:before {
  content: "o";
}

.icon-remove-x:before {
  content: "p";
}

.icon-remove:before {
  content: "q";
}

.icon-profile:before {
  content: "r";
}

.icon-print-1:before {
  content: "s";
}

.icon-plus:before {
  content: "t";
}

.icon-play:before {
  content: "u";
}

.icon-ok:before {
  content: "v";
}

.icon-notification:before {
  content: "w";
}

.icon-menu:before {
  content: "x";
}

.icon-lock:before {
  content: "y";
}

.icon-list-active:before {
  content: "z";
}

.icon-tiles:before {
  content: "A";
}

.icon-tiles-active:before {
  content: "B";
}

.icon-profile-active:before {
  content: "C";
}

.icon-cart-active:before {
  content: "D";
}

.icon-pipe:before {
  content: "E";
}

.icon-social-facebook:before {
  content: "F";
}

.icon-social-linked-in:before {
  content: "G";
}

.icon-social-twitter:before {
  content: "H";
}

.icon-social-xing:before {
  content: "I";
}

.icon-social-youtube:before {
  content: "J";
}

.icon-nsi-youtube:before {
  content: "K";
}

.icon-nsi-facebook:before {
  content: "L";
}

.icon-nsi-linked-in:before {
  content: "M";
}

.icon-nsi-twitter:before {
  content: "N";
}

.icon-nsi-xing:before {
  content: "O";
}

.icon-download:before {
  content: "P";
}

.icon-arrow-down:before {
  content: "b";
  transform: rotate(90deg);
}

.icon-wikipedia-kreis:before {
  content: "\e901";
}

.icon-instagram-kreis:before {
  content: "\e900";
}

.icon-chat {
  display: block;
  height: 24px;
  width: 30px;
  background: url(/assets/default/images/kontakt.svg) center center no-repeat;
  background-size: 24px 24px;
}

.icon-center-vertical {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

strong, b, .text-bold {
  font-family: "Frutiger Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
}

.text-uppercase {
  text-transform: uppercase;
  letter-spacing: 0.6px;
}
@media (min-width: 1024px) {
  .text-uppercase {
    letter-spacing: 1px;
  }
}

.text-underline {
  text-decoration: underline;
}

.text-thin {
  font-family: "Frutiger Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
}

.text-xs {
  font-size: calc(0.75rem - 1px);
}
@media (min-width: 1024px) {
  .text-xs {
    font-size: 0.75rem;
  }
}
@media (min-width: 1280px) {
  .text-xs {
    font-size: 0.75rem;
  }
}

.text-sm {
  font-size: calc(0.875rem - 1px);
}
@media (min-width: 1024px) {
  .text-sm {
    font-size: 0.875rem;
  }
}
@media (min-width: 1280px) {
  .text-sm {
    font-size: 0.875rem;
  }
}

.text-lg {
  font-size: 1rem;
}
@media (min-width: 1024px) {
  .text-lg {
    font-size: 1.125rem;
  }
}
@media (min-width: 1280px) {
  .text-lg {
    font-size: 1.125rem;
  }
}

.text-xl {
  font-size: 1.5rem;
}
h1, .h1 {
  font-size: 26px;
}
@media (min-width: 1024px) {
  h1, .h1 {
    font-size: 3rem;
  }
}
@media (min-width: 1280px) {
  h1, .h1 {
    font-size: 3rem;
  }
}

h2, .h2 {
  font-size: 22px;
}
@media (min-width: 1024px) {
  h2, .h2 {
    font-size: 2rem;
  }
}
@media (min-width: 1280px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: 1rem;
}
.navbar-light .navbar-nav .nav-link {
  position: relative;
  padding: 10px 0;
}

.navbar-meta {
  padding: 5px 0;
}
.navbar-meta:after {
  content: "";
  background: #00a6eb;
  width: 5px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 1024px) {
  .navbar-meta:after {
    width: 10px;
  }
}
@media (min-width: 1024px) {
  .navbar-meta {
    padding: 20px 0;
  }
}
@media (max-width: 1023.98px) {
  .navbar-meta .navbar-brand {
    line-height: 1;
    padding: 10px 0 10px 20px;
  }
  .navbar-meta .navbar-brand img, .navbar-meta .navbar-brand svg {
    max-height: 20px;
  }
}

.canvas-controls {
  z-index: 1000;
  list-style: none;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: auto;
  padding: 30px 20px;
  font-size: 1.5rem;
}
@media (max-width: 1023.98px) {
  #main-nav {
    padding: 0;
  }
  #main-nav .navbar-collapse {
    background-color: #ffffff !important;
  }
  #main-nav + .section-border {
    border-top: 0;
  }
}
@media (min-width: 1024px) {
  #main-nav .nav-item > a {
    margin-right: 2rem;
  }
}
@media (min-width: 1280px) {
  #main-nav .nav-item > a {
    margin-right: 3.75rem;
  }
}
#main-nav .nav-item:last-of-type > a {
  margin-right: 0;
}
#main-nav .navbar-nav > .dropdown {
  position: static;
}
@media (min-width: 1024px) {
  #main-nav .navbar-nav .dropdown-menu ul {
    list-style: none;
    list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=);
    list-style-type: none;
    white-space: nowrap;
  }
}
@media (max-width: 575.98px) {
  #main-nav .canvas-xs {
    padding-top: 105px;
    padding-bottom: 105px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: visible;
    height: 100vh;
    transform: translateX(-100%);
    transition: transform 0.2s ease-in;
    z-index: 1000;
  }
  #main-nav .canvas-xs .navbar-nav {
    padding-left: 30px;
    padding-right: 30px;
  }
  #main-nav .canvas-xs.show {
    transform: translateX(0);
  }
  #main-nav .canvas-xs .nav-item {
    width: 100%;
    border-bottom: 1px solid #bec4c7;
  }
  #main-nav .canvas-xs .nav-item:last-of-type {
    border-bottom: 0;
  }
}
@media (max-width: 719.98px) {
  #main-nav .canvas-sm {
    padding-top: 105px;
    padding-bottom: 105px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: visible;
    height: 100vh;
    transform: translateX(-100%);
    transition: transform 0.2s ease-in;
    z-index: 1000;
  }
  #main-nav .canvas-sm .navbar-nav {
    padding-left: 30px;
    padding-right: 30px;
  }
  #main-nav .canvas-sm.show {
    transform: translateX(0);
  }
  #main-nav .canvas-sm .nav-item {
    width: 100%;
    border-bottom: 1px solid #bec4c7;
  }
  #main-nav .canvas-sm .nav-item:last-of-type {
    border-bottom: 0;
  }
}
@media (max-width: 1023.98px) {
  #main-nav .canvas-md {
    padding-top: 105px;
    padding-bottom: 105px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: visible;
    height: 100vh;
    transform: translateX(-100%);
    transition: transform 0.2s ease-in;
    z-index: 1000;
  }
  #main-nav .canvas-md .navbar-nav {
    padding-left: 30px;
    padding-right: 30px;
  }
  #main-nav .canvas-md.show {
    transform: translateX(0);
  }
  #main-nav .canvas-md .nav-item {
    width: 100%;
    border-bottom: 1px solid #bec4c7;
  }
  #main-nav .canvas-md .nav-item:last-of-type {
    border-bottom: 0;
  }
}
@media (max-width: 1279.98px) {
  #main-nav .canvas-lg {
    padding-top: 105px;
    padding-bottom: 105px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: visible;
    height: 100vh;
    transform: translateX(-100%);
    transition: transform 0.2s ease-in;
    z-index: 1000;
  }
  #main-nav .canvas-lg .navbar-nav {
    padding-left: 30px;
    padding-right: 30px;
  }
  #main-nav .canvas-lg.show {
    transform: translateX(0);
  }
  #main-nav .canvas-lg .nav-item {
    width: 100%;
    border-bottom: 1px solid #bec4c7;
  }
  #main-nav .canvas-lg .nav-item:last-of-type {
    border-bottom: 0;
  }
}
#main-nav .canvas-xl {
  padding-top: 105px;
  padding-bottom: 105px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: visible;
  height: 100vh;
  transform: translateX(-100%);
  transition: transform 0.2s ease-in;
  z-index: 1000;
}
#main-nav .canvas-xl .navbar-nav {
  padding-left: 30px;
  padding-right: 30px;
}
#main-nav .canvas-xl.show {
  transform: translateX(0);
}
#main-nav .canvas-xl .nav-item {
  width: 100%;
  border-bottom: 1px solid #bec4c7;
}
#main-nav .canvas-xl .nav-item:last-of-type {
  border-bottom: 0;
}

@media (max-width: 575.98px) {
  #submenu .canvas-xs {
    padding-top: 105px;
    padding-bottom: 105px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: visible;
    height: 100vh;
    transform: translateX(-100%);
    transition: transform 0.2s ease-in;
    z-index: 1000;
  }
  #submenu .canvas-xs .navbar-nav {
    padding-left: 30px;
    padding-right: 30px;
  }
  #submenu .canvas-xs.show {
    transform: translateX(0);
  }
  #submenu .canvas-xs .nav-item {
    width: 100%;
    border-bottom: 1px solid #bec4c7;
  }
  #submenu .canvas-xs .nav-item:last-of-type {
    border-bottom: 0;
  }
}
@media (max-width: 719.98px) {
  #submenu .canvas-sm {
    padding-top: 105px;
    padding-bottom: 105px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: visible;
    height: 100vh;
    transform: translateX(-100%);
    transition: transform 0.2s ease-in;
    z-index: 1000;
  }
  #submenu .canvas-sm .navbar-nav {
    padding-left: 30px;
    padding-right: 30px;
  }
  #submenu .canvas-sm.show {
    transform: translateX(0);
  }
  #submenu .canvas-sm .nav-item {
    width: 100%;
    border-bottom: 1px solid #bec4c7;
  }
  #submenu .canvas-sm .nav-item:last-of-type {
    border-bottom: 0;
  }
}
@media (max-width: 1023.98px) {
  #submenu .canvas-md {
    padding-top: 105px;
    padding-bottom: 105px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: visible;
    height: 100vh;
    transform: translateX(-100%);
    transition: transform 0.2s ease-in;
    z-index: 1000;
  }
  #submenu .canvas-md .navbar-nav {
    padding-left: 30px;
    padding-right: 30px;
  }
  #submenu .canvas-md.show {
    transform: translateX(0);
  }
  #submenu .canvas-md .nav-item {
    width: 100%;
    border-bottom: 1px solid #bec4c7;
  }
  #submenu .canvas-md .nav-item:last-of-type {
    border-bottom: 0;
  }
}
@media (max-width: 1279.98px) {
  #submenu .canvas-lg {
    padding-top: 105px;
    padding-bottom: 105px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: visible;
    height: 100vh;
    transform: translateX(-100%);
    transition: transform 0.2s ease-in;
    z-index: 1000;
  }
  #submenu .canvas-lg .navbar-nav {
    padding-left: 30px;
    padding-right: 30px;
  }
  #submenu .canvas-lg.show {
    transform: translateX(0);
  }
  #submenu .canvas-lg .nav-item {
    width: 100%;
    border-bottom: 1px solid #bec4c7;
  }
  #submenu .canvas-lg .nav-item:last-of-type {
    border-bottom: 0;
  }
}
#submenu .canvas-xl {
  padding-top: 105px;
  padding-bottom: 105px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: visible;
  height: 100vh;
  transform: translateX(-100%);
  transition: transform 0.2s ease-in;
  z-index: 1000;
}
#submenu .canvas-xl .navbar-nav {
  padding-left: 30px;
  padding-right: 30px;
}
#submenu .canvas-xl.show {
  transform: translateX(0);
}
#submenu .canvas-xl .nav-item {
  width: 100%;
  border-bottom: 1px solid #bec4c7;
}
#submenu .canvas-xl .nav-item:last-of-type {
  border-bottom: 0;
}

.navbar-meta {
  background-color: #ffffff !important;
}

@media (min-width: 1024px) {
  .navbar-light .nav-link:after {
    background: #004da0;
    content: "";
    width: 100%;
    height: 0;
    position: absolute;
    bottom: -0.5rem;
    left: 0;
    transition: height 0.2s ease-in;
  }
  .navbar-light .show > .nav-link:after,
.navbar-light .nav-link.show:after {
    height: 0.375rem;
  }
}
.navbar-toggler {
  border: 0;
  outline: none !important;
  background: transparent;
  box-shadow: none;
}
.navbar-toggler:hover, .navbar-toggler:focus, .navbar-toggler:active {
  background: transparent;
  box-shadow: none;
}

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

.nav-link {
  display: block;
  padding: 0.5rem 1.25rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #a8aaac;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid rgba(245, 245, 245, 0.3);
}
.nav-tabs .nav-item {
  margin-bottom: 0;
  padding: 0 1.25rem;
}
@media (max-width: 719.98px) {
  .nav-tabs .nav-item {
    width: 100%;
  }
}
.nav-tabs .nav-link {
  font-family: "Frutiger Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  padding: 0.5rem 0;
  color: #ffffff;
  border: 0;
  border-bottom: 5px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #ffffff;
}
.nav-tabs .nav-link.disabled {
  color: #a8aaac;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.nav-tabs .dropdown-menu {
  margin-top: -5px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

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

.nav-pills .nav-item {
  padding: 0 10px 0 0;
}
.nav-pills .nav-item:last-of-type {
  padding-right: 0;
}
.nav-pills .nav-link {
  border-radius: 15px;
  font-size: 0.75rem;
  border: 1px solid #007c96;
  border-radius: 15px;
  padding: 6px 15px;
  box-shadow: 0 0 0 1px #007c96 inset;
  cursor: pointer;
  transition: all 0.1s ease-out;
  color: #333333;
  text-decoration: none;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #007c96;
}

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

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

.card-teaser,
.card-box {
  margin-bottom: 10px;
}
.card-teaser.card,
.card-box.card {
  overflow: hidden;
}
.card-teaser.card.card-default,
.card-box.card.card-default {
  height: calc(200px - 5px);
}
.card-teaser.card.card-default .card-img-container,
.card-box.card.card-default .card-img-container {
  display: none;
}
.card-teaser.card.card-default .card-body,
.card-box.card.card-default .card-body {
  height: calc(calc(200px - 5px) - 2px);
}
.card-teaser.card .card-subtitle,
.card-teaser.card .card-title,
.card-box.card .card-subtitle,
.card-box.card .card-title {
  color: inherit;
}
.card-teaser.card .card-subtitle a,
.card-teaser.card .card-title a,
.card-box.card .card-subtitle a,
.card-box.card .card-title a {
  color: inherit;
}
.card-teaser.card img:not(.w-auto),
.card-box.card img:not(.w-auto) {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit: cover; object-position: center";
  transition: transform 0.4s ease-out;
  width: 100%;
  height: 100%;
  transform: scale(1);
}
@media (prefers-reduced-motion: reduce) {
  .card-teaser.card img:not(.w-auto),
.card-box.card img:not(.w-auto) {
    transition: none;
  }
}
.card-teaser.card img:not(.w-auto).object-fit-none,
.card-box.card img:not(.w-auto).object-fit-none {
  background-size: 100% !important;
  object-fit: none;
  transform: none;
  width: auto;
  height: auto;
}
.card-teaser.card .form-group,
.card-box.card .form-group {
  color: #ffffff;
}
@media (min-width: 720px) {
  .card-teaser.card.card-half,
.card-box.card.card-half {
    height: 200px;
  }
}
.card-teaser.card.card-half .card-body h2,
.card-box.card.card-half .card-body h2 {
  color: #52565a;
}

.card-footer {
  background-color: transparent;
  border-top: 0;
  font-size: 0.875rem;
  padding-top: 0;
}
.card-footer span:not(.btn-outline-white) {
  text-decoration: underline;
}

.card-link {
  display: block;
}
.card-link:hover {
  box-shadow: 1px 1px 11px 0 rgba(126, 136, 144, 0.3);
}
.card-link:hover img.card-img,
.card-link:hover img.card-img-top {
  transform: scale(1.05);
}

@media (min-width: 720px) {
  .card-box.card {
    height: 400px;
  }
}
.card-box.card .card-img-container {
  height: 200px;
  overflow: hidden;
}
.card-box.card .card-img-container.object-fit-none img {
  object-fit: none;
}
.card-box.card.image-box .card-img-container {
  height: 400px;
}
.card-box.card .card-subtitle {
  margin-top: 0;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #a8aaac;
  text-transform: uppercase;
  font-family: "Frutiger Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
.card-box.card .card-title {
  margin-bottom: 10px;
  color: #333333;
  font-weight: normal;
  font-size: 2rem;
}
.card-box.card .card-title.card-title-sm {
  font-size: 1.125rem;
  font-family: "Frutiger Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 719.98px) {
  .card-box.card .card-title {
    font-size: 1.125rem;
    font-family: "Frutiger Neue", Arial, sans-serif;
    font-style: normal;
    font-weight: bold;
    line-height: 1.5;
  }
}
.card-box.card .card-body {
  padding-bottom: 0;
}
.card-box.card .card-text {
  font-size: 1.125rem;
  color: #333333;
}
.card-box.card .card-text p {
  margin-bottom: 0;
}
.card-box.card.card-banner {
  height: auto;
}
.card-box.card.card-banner .card-img-container img {
  object-position: center center;
}
.card-box.card.card-banner .card-body {
  padding: 0.9375rem 0.9375rem;
  height: 400px;
  overflow-y: auto;
}
@media (min-width: 1024px) {
  .card-box.card.card-banner {
    height: 400px;
  }
  .card-box.card.card-banner .card-img-container {
    height: 400px;
  }
}
.card-box.card.card-banner .pull-right-bottom {
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.card-box.card.card-banner .pull-right-top {
  position: absolute;
  top: 15px;
  right: 15px;
}
.card-box.card.card-filter {
  height: 200px;
}
.card-box.card.card-filter .card-body {
  position: absolute;
  background-color: rgba(190, 196, 199, 0.8);
  width: 100%;
  height: 100%;
}
.card-box.card.card-filter .card-title {
  color: #ffffff;
}
.card-box.card.card-filter .card-footer {
  position: absolute;
  bottom: 0;
}
.card-box.card.card-filter .card-footer .card-link-text {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid #ffffff;
  padding: 0.53125rem 1.1875rem;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #ffffff !important;
}
.card-box.card-layout-0 {
  background-color: #007c96;
  color: #ffffff;
}
.card-box.card-layout-0 .card-subtitle,
.card-box.card-layout-0 .card-title,
.card-box.card-layout-0 .card-text {
  color: inherit;
}
.card-box.card-layout-1 {
  background-color: #004da0;
  color: #ffffff;
}
.card-box.card-layout-1 .card-subtitle,
.card-box.card-layout-1 .card-title,
.card-box.card-layout-1 .card-text {
  color: inherit;
}
.card-box.card-layout-2 {
  background-color: #00a6eb;
  color: #ffffff;
}
.card-box.card-layout-2 .card-subtitle,
.card-box.card-layout-2 .card-title,
.card-box.card-layout-2 .card-text {
  color: inherit;
}
.card-box.card-layout-3 {
  background-color: #6b1d7c;
  color: #ffffff;
}
.card-box.card-layout-3 .card-subtitle,
.card-box.card-layout-3 .card-title,
.card-box.card-layout-3 .card-text {
  color: inherit;
}
.card-box.card-layout-4 {
  background-color: #b70064;
  color: #ffffff;
}
.card-box.card-layout-4 .card-subtitle,
.card-box.card-layout-4 .card-title,
.card-box.card-layout-4 .card-text {
  color: inherit;
}
.card-box.card-layout-5 {
  background-color: #007c96;
  color: #ffffff;
}
.card-box.card-layout-5 .card-subtitle,
.card-box.card-layout-5 .card-title,
.card-box.card-layout-5 .card-text {
  color: inherit;
}
.card-box.card-layout-6 {
  background-color: #7eb61c;
  color: #ffffff;
}
.card-box.card-layout-6 .card-subtitle,
.card-box.card-layout-6 .card-title,
.card-box.card-layout-6 .card-text {
  color: inherit;
}
.card-box.card-layout-7 {
  background-color: #f49d00;
  color: #ffffff;
}
.card-box.card-layout-7 .card-subtitle,
.card-box.card-layout-7 .card-title,
.card-box.card-layout-7 .card-text {
  color: inherit;
}
.card-box.card-layout-8 {
  background-color: #c49f64;
  color: #ffffff;
}
.card-box.card-layout-8 .card-subtitle,
.card-box.card-layout-8 .card-title,
.card-box.card-layout-8 .card-text {
  color: inherit;
}
.card-box.card-layout-9 {
  background-color: #bec4c7;
  color: #ffffff;
}
.card-box.card-layout-9 .card-subtitle,
.card-box.card-layout-9 .card-title,
.card-box.card-layout-9 .card-text {
  color: inherit;
}
.card-box.card-layout-10 {
  background-color: #ffffff;
}

.frame-type-drivefce_cardbanner .collapse, .frame-type-drivefce_cardbanner .collapsing {
  color: #ffffff;
}
.frame-type-drivefce_cardbanner .collapse button, .frame-type-drivefce_cardbanner .collapsing button {
  color: #ffffff;
}
.frame-type-drivefce_cardbanner .collapse.bg-10, .frame-type-drivefce_cardbanner .collapsing.bg-10 {
  color: #333333;
}
.frame-type-drivefce_cardbanner .collapse.bg-10 button, .frame-type-drivefce_cardbanner .collapsing.bg-10 button {
  color: #333333;
}

.frame-type-drivefce_tabs_textmedia .card-box.active,
.frame-type-drivefce_tabs_textmedia .collapse, .frame-type-drivefce_tabs_textmedia .collapsing {
  background: #FFF;
}

.card-teaser.card {
  height: 400px;
}
.card-teaser.card .card-title {
  font-size: 1.125rem;
  font-family: "Frutiger Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.5;
}
.card-teaser.card .card-subtitle {
  margin-top: 0;
  font-size: 0.875rem;
  line-height: 1.5;
}
.card-teaser.card .card-text {
  font-size: 0.875rem;
}
.card-teaser.card .card-link-text {
  position: absolute;
  bottom: 0.9375rem;
}
.card-teaser.card .card-footer {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}

.card-error {
  position: absolute;
  bottom: -30px;
  color: red;
  padding: 0 2px;
  display: none;
}

.accordion .accordion-card {
  background-color: transparent;
  border-color: #bec4c7 transparent #bec4c7 transparent;
}
.accordion .accordion-card:last-of-type {
  border-bottom: 1px solid #bec4c7;
}
.accordion .accordion-card + .accordion-card {
  margin-top: -1px;
}
.accordion .accordion-card .accordion-card-header {
  padding-right: 30px;
  position: relative;
  border: 0;
  cursor: pointer;
  font-size: 1.125rem;
  font-family: "Frutiger Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
}
.accordion .accordion-card .accordion-card-header[aria-expanded=true] {
  color: #007c96;
}
.accordion .accordion-card .accordion-card-header[aria-expanded=true] .card-toggle {
  transform: translateY(-50%) rotateZ(-45deg);
}
.accordion .accordion-card .accordion-card-header:hover .card-toggle {
  color: #bec4c7;
}
.accordion .accordion-card .card-toggle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotateZ(0);
  right: 0;
  content: "t";
  font-size: 26px;
  color: #007c96;
  transition: transform 0.3s ease-out;
  line-height: 1;
}
.accordion .accordion-card .accordion-card-header,
.accordion .accordion-card .accordion-card-body {
  background-color: transparent;
  padding-left: 0;
}
.accordion .accordion-card .accordion-card-body {
  padding: 0 0 15px 0;
  border-top: 0;
}
.accordion.locations-accordion .tag-icon {
  background-color: #a8aaac;
  width: 18px;
  height: 18px;
}
.accordion.locations-accordion .tag-icon span {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.accordion.accordion-striped .accordion-card .accordion-card-header {
  padding-left: 20px;
  color: #ffffff;
}
.accordion.accordion-striped .accordion-card .accordion-card-header i.card-toggle {
  right: 15px;
  color: #ffffff;
}
.accordion.accordion-striped .accordion-card:nth-child(even) .accordion-card-header {
  background-color: #007c96;
}
.accordion.accordion-striped .accordion-card:nth-child(odd) .accordion-card-header {
  background-color: #a8aaac;
}

.grid-accordion .card-box {
  overflow: auto;
  margin-bottom: 0;
  border-top-width: 0;
}
@media (min-width: 1024px) {
  .grid-accordion .card-box {
    border-top-width: 1px;
  }
}
.grid-accordion .card-body {
  padding: 15px 15px 0 15px;
}
.grid-accordion .card-body .card-text .custom-control {
  border-bottom: 1px solid #bec4c7;
  margin-bottom: 15px;
  padding-bottom: 8px;
}
.grid-accordion .card-body .card-text .custom-control:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.grid-accordion .accordion-header {
  padding: 0.9375rem 0.9375rem;
  position: relative;
  border: 0;
  cursor: pointer;
  font-size: 1.125rem;
  font-family: "Frutiger Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
}
.grid-accordion .accordion-header-lg {
  display: none;
  border-bottom: 0;
}
@media (min-width: 1024px) {
  .grid-accordion .accordion-header-lg {
    display: block;
  }
}
.grid-accordion .accordion-header-xs {
  padding-left: 0;
  border-bottom: 1px solid #bec4c7;
}
@media (min-width: 1024px) {
  .grid-accordion .accordion-header-xs {
    display: none;
  }
}
.grid-accordion .accordion-header-xs-first {
  border-top: 1px solid #bec4c7;
}
.grid-accordion .filter-header {
  padding-right: 5px;
}

.locations-toolbar .tag-icon {
  background-color: #a8aaac;
  width: 18px;
  height: 18px;
}
.locations-toolbar .nav-item {
  line-height: 18px;
}

.event-carousel .card {
  height: 400px;
  position: relative;
}
.event-carousel .card .card-img-container {
  height: 160px;
  background-color: #ffffff;
  position: relative;
}
.event-carousel .card .card-img-overlay-inner {
  max-width: 380px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  margin: 0 auto;
}
.event-carousel .card .card-header {
  font-family: "Frutiger Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 0.875rem;
  padding-top: 0;
  padding-right: 36px;
  line-height: 1.5;
  letter-spacing: 1px;
  border: 0;
  background-color: inherit;
}
.event-carousel .card .card-body {
  height: 175px;
  overflow: hidden;
}
.event-carousel .card .card-title {
  font-family: "Frutiger Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 1.3333333333;
}
.event-carousel .card .card-text {
  font-size: 1rem;
}
.event-carousel .card .card-text a {
  text-decoration: underline;
}
.event-carousel .card .card-footer {
  font-size: 1rem;
  background-color: inherit;
  border: 0;
  padding-bottom: 15px;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.event-carousel .card .card-footer > a {
  text-decoration: underline;
}
.event-carousel .card .card-footer .icon:before {
  line-height: 1.5;
  vertical-align: top;
}
.event-carousel .card .fade-out {
  height: 55px;
  width: 100%;
  position: absolute;
  bottom: 55px;
  background-image: linear-gradient(to bottom, rgba(245, 245, 245, 0), whitesmoke);
}

@media (min-width: 576px) {
  .card-news .card-box.card.card-banner {
    height: 400px;
  }
}
.card-news .card-box.card.card-banner.bg-primary {
  height: auto;
  min-height: 400px;
}
@media (min-width: 576px) {
  .card-news .card-box.card.card-banner.bg-primary {
    height: auto;
  }
}
.card-news .card-footer {
  position: relative;
  margin-top: 20px;
}
.card-news .card-footer .fade-out {
  height: 70px;
  width: 100%;
  position: absolute;
  top: -90px;
  background-image: linear-gradient(to bottom, rgba(245, 245, 245, 0), whitesmoke);
}
.card-news .card-body {
  overflow: hidden;
}
.card-news.col-sm-6 .card-box.card {
  height: 400px;
}
.card-news .card-pm .card-img-container {
  min-height: 178px;
  height: 178px;
}

.news-list-view-without-color .card-news .card {
  background-color: #f5f5f5 !important;
}
.news-list-view-without-color .card-news .card .text-theme, .news-list-view-without-color .card-news:first-child .card .text-theme, .news-list-view-without-color .card-news:nth-child(16n+0) .card .text-theme, .news-list-view-without-color .card-news:nth-child(16n+2) .card .text-theme, .news-list-view-without-color .card-news:nth-child(16n+3) .card .text-theme, .news-list-view-without-color .card-news:nth-child(16n+5) .card .text-theme, .news-list-view-without-color .card-news:nth-child(16n+7) .card .text-theme, .news-list-view-without-color .card-news:nth-child(16n+8) .card .text-theme, .news-list-view-without-color .card-news:nth-child(16n+10) .card .text-theme, .news-list-view-without-color .card-news:nth-child(16n+13) .card .text-theme, .news-list-view-without-color .card-news:nth-child(16n+15) .card .text-theme {
  color: #333333 !important;
}
.news-list-view-without-color .card-news .card .fade-out {
  left: 0;
  background-image: linear-gradient(to bottom, rgba(245, 245, 245, 0), whitesmoke);
}
.news-list-view-without-color .card-news .card [class*=btn-outline-] {
  color: #00a6eb !important;
  border-color: #00a6eb !important;
}

.news-list-view-col3 .card-news .card {
  background-color: #f5f5f5 !important;
}
.news-list-view-col3 .card-news .card .text-theme, .news-list-view-col3 .card-news:first-child .card .text-theme, .news-list-view-col3 .card-news:nth-child(16n+0) .card .text-theme, .news-list-view-col3 .card-news:nth-child(16n+2) .card .text-theme, .news-list-view-col3 .card-news:nth-child(16n+3) .card .text-theme, .news-list-view-col3 .card-news:nth-child(16n+5) .card .text-theme, .news-list-view-col3 .card-news:nth-child(16n+7) .card .text-theme, .news-list-view-col3 .card-news:nth-child(16n+8) .card .text-theme, .news-list-view-col3 .card-news:nth-child(16n+10) .card .text-theme, .news-list-view-col3 .card-news:nth-child(16n+13) .card .text-theme, .news-list-view-col3 .card-news:nth-child(16n+15) .card .text-theme {
  color: #333333 !important;
}
.news-list-view-col3 .card-news .card .fade-out {
  left: 0;
  background-image: linear-gradient(to bottom, rgba(245, 245, 245, 0), whitesmoke);
}
.news-list-view-col3 .card-news .card [class*=btn-outline-] {
  color: #00a6eb !important;
  border-color: #00a6eb !important;
}

.card-news-col3.col-sm-6 .card-box.card {
  height: 400px;
}
.card-news-col3 .card-body {
  overflow: hidden;
}

.card-news-col3 .card-footer {
  position: relative;
  margin-top: 20px;
}
.card-news-col3 .card-footer .fade-out {
  height: 70px;
  width: 100%;
  position: absolute;
  top: -90px;
  background-image: linear-gradient(to bottom, rgba(245, 245, 245, 0), whitesmoke);
}

.btn {
  text-transform: uppercase;
}

.btn-primary {
  color: #ffffff;
  background-color: #004da0;
  border-color: #004da0;
  color: #ffffff;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #7e8890;
  border-color: #7e8890;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0 rgba(38, 104, 174, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #ffffff;
  background-color: #004da0;
  border-color: #004da0;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #00346d;
  border-color: #002e60;
}
.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(38, 104, 174, 0.5);
}

.btn-secondary {
  color: #ffffff;
  background-color: #00a6eb;
  border-color: #00a6eb;
  color: #ffffff;
}
.btn-secondary:hover {
  color: #ffffff;
  background-color: #7e8890;
  border-color: #7e8890;
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0 rgba(38, 179, 238, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #ffffff;
  background-color: #00a6eb;
  border-color: #00a6eb;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #0082b8;
  border-color: #0079ab;
}
.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(38, 179, 238, 0.5);
}

.btn-success {
  color: #ffffff;
  background-color: #7eb61c;
  border-color: #7eb61c;
  color: #ffffff;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #7e8890;
  border-color: #7e8890;
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0 rgba(145, 193, 62, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #ffffff;
  background-color: #7eb61c;
  border-color: #7eb61c;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #ffffff;
  background-color: #5f8a15;
  border-color: #587f14;
}
.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(145, 193, 62, 0.5);
}

.btn-info {
  color: #ffffff;
  background-color: #00a6eb;
  border-color: #00a6eb;
  color: #ffffff;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #7e8890;
  border-color: #7e8890;
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0 rgba(38, 179, 238, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #ffffff;
  background-color: #00a6eb;
  border-color: #00a6eb;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #ffffff;
  background-color: #0082b8;
  border-color: #0079ab;
}
.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(38, 179, 238, 0.5);
}

.btn-warning {
  color: #52565a;
  background-color: #f49d00;
  border-color: #f49d00;
  color: #ffffff;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #7e8890;
  border-color: #7e8890;
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0 rgba(220, 146, 14, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #52565a;
  background-color: #f49d00;
  border-color: #f49d00;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #ffffff;
  background-color: #c17c00;
  border-color: #b47400;
}
.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(220, 146, 14, 0.5);
}

.btn-danger {
  color: #ffffff;
  background-color: #d0021b;
  border-color: #d0021b;
  color: #ffffff;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #7e8890;
  border-color: #7e8890;
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0 rgba(215, 40, 61, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #ffffff;
  background-color: #d0021b;
  border-color: #d0021b;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #9d0214;
  border-color: #910113;
}
.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(215, 40, 61, 0.5);
}

.btn-light {
  color: #52565a;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  color: #ffffff;
}
.btn-light:hover {
  color: #ffffff;
  background-color: #7e8890;
  border-color: #7e8890;
}
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0 rgba(221, 221, 222, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #52565a;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #52565a;
  background-color: gainsboro;
  border-color: #d5d5d5;
}
.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(221, 221, 222, 0.5);
}

.btn-dark {
  color: #ffffff;
  background-color: #52565a;
  border-color: #52565a;
  color: #ffffff;
}
.btn-dark:hover {
  color: #ffffff;
  background-color: #7e8890;
  border-color: #7e8890;
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0 rgba(108, 111, 115, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #ffffff;
  background-color: #52565a;
  border-color: #52565a;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #ffffff;
  background-color: #3a3d3f;
  border-color: #343639;
}
.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(108, 111, 115, 0.5);
}

.btn-0 {
  color: #ffffff;
  background-color: #007c96;
  border-color: #007c96;
  color: #ffffff;
}
.btn-0:hover {
  color: #ffffff;
  background-color: #7e8890;
  border-color: #7e8890;
}
.btn-0:focus, .btn-0.focus {
  box-shadow: 0 0 0 0 rgba(38, 144, 166, 0.5);
}
.btn-0.disabled, .btn-0:disabled {
  color: #ffffff;
  background-color: #007c96;
  border-color: #007c96;
}
.btn-0:not(:disabled):not(.disabled):active, .btn-0:not(:disabled):not(.disabled).active, .show > .btn-0.dropdown-toggle {
  color: #ffffff;
  background-color: #005263;
  border-color: #004756;
}
.btn-0:not(:disabled):not(.disabled):active:focus, .btn-0:not(:disabled):not(.disabled).active:focus, .show > .btn-0.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(38, 144, 166, 0.5);
}

.btn-1 {
  color: #ffffff;
  background-color: #004da0;
  border-color: #004da0;
  color: #ffffff;
}
.btn-1:hover {
  color: #ffffff;
  background-color: #7e8890;
  border-color: #7e8890;
}
.btn-1:focus, .btn-1.focus {
  box-shadow: 0 0 0 0 rgba(38, 104, 174, 0.5);
}
.btn-1.disabled, .btn-1:disabled {
  color: #ffffff;
  background-color: #004da0;
  border-color: #004da0;
}
.btn-1:not(:disabled):not(.disabled):active, .btn-1:not(:disabled):not(.disabled).active, .show > .btn-1.dropdown-toggle {
  color: #ffffff;
  background-color: #00346d;
  border-color: #002e60;
}
.btn-1:not(:disabled):not(.disabled):active:focus, .btn-1:not(:disabled):not(.disabled).active:focus, .show > .btn-1.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(38, 104, 174, 0.5);
}

.btn-2 {
  color: #ffffff;
  background-color: #00a6eb;
  border-color: #00a6eb;
  color: #ffffff;
}
.btn-2:hover {
  color: #ffffff;
  background-color: #7e8890;
  border-color: #7e8890;
}
.btn-2:focus, .btn-2.focus {
  box-shadow: 0 0 0 0 rgba(38, 179, 238, 0.5);
}
.btn-2.disabled, .btn-2:disabled {
  color: #ffffff;
  background-color: #00a6eb;
  border-color: #00a6eb;
}
.btn-2:not(:disabled):not(.disabled):active, .btn-2:not(:disabled):not(.disabled).active, .show > .btn-2.dropdown-toggle {
  color: #ffffff;
  background-color: #0082b8;
  border-color: #0079ab;
}
.btn-2:not(:disabled):not(.disabled):active:focus, .btn-2:not(:disabled):not(.disabled).active:focus, .show > .btn-2.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(38, 179, 238, 0.5);
}

.btn-3 {
  color: #ffffff;
  background-color: #6b1d7c;
  border-color: #6b1d7c;
  color: #ffffff;
}
.btn-3:hover {
  color: #ffffff;
  background-color: #7e8890;
  border-color: #7e8890;
}
.btn-3:focus, .btn-3.focus {
  box-shadow: 0 0 0 0 rgba(129, 63, 144, 0.5);
}
.btn-3.disabled, .btn-3:disabled {
  color: #ffffff;
  background-color: #6b1d7c;
  border-color: #6b1d7c;
}
.btn-3:not(:disabled):not(.disabled):active, .btn-3:not(:disabled):not(.disabled).active, .show > .btn-3.dropdown-toggle {
  color: #ffffff;
  background-color: #471353;
  border-color: #3e1148;
}
.btn-3:not(:disabled):not(.disabled):active:focus, .btn-3:not(:disabled):not(.disabled).active:focus, .show > .btn-3.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(129, 63, 144, 0.5);
}

.btn-4 {
  color: #ffffff;
  background-color: #b70064;
  border-color: #b70064;
  color: #ffffff;
}
.btn-4:hover {
  color: #ffffff;
  background-color: #7e8890;
  border-color: #7e8890;
}
.btn-4:focus, .btn-4.focus {
  box-shadow: 0 0 0 0 rgba(194, 38, 123, 0.5);
}
.btn-4.disabled, .btn-4:disabled {
  color: #ffffff;
  background-color: #b70064;
  border-color: #b70064;
}
.btn-4:not(:disabled):not(.disabled):active, .btn-4:not(:disabled):not(.disabled).active, .show > .btn-4.dropdown-toggle {
  color: #ffffff;
  background-color: #840048;
  border-color: #770041;
}
.btn-4:not(:disabled):not(.disabled):active:focus, .btn-4:not(:disabled):not(.disabled).active:focus, .show > .btn-4.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(194, 38, 123, 0.5);
}

.btn-5 {
  color: #ffffff;
  background-color: #007c96;
  border-color: #007c96;
  color: #ffffff;
}
.btn-5:hover {
  color: #ffffff;
  background-color: #7e8890;
  border-color: #7e8890;
}
.btn-5:focus, .btn-5.focus {
  box-shadow: 0 0 0 0 rgba(38, 144, 166, 0.5);
}
.btn-5.disabled, .btn-5:disabled {
  color: #ffffff;
  background-color: #007c96;
  border-color: #007c96;
}
.btn-5:not(:disabled):not(.disabled):active, .btn-5:not(:disabled):not(.disabled).active, .show > .btn-5.dropdown-toggle {
  color: #ffffff;
  background-color: #005263;
  border-color: #004756;
}
.btn-5:not(:disabled):not(.disabled):active:focus, .btn-5:not(:disabled):not(.disabled).active:focus, .show > .btn-5.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(38, 144, 166, 0.5);
}

.btn-6 {
  color: #ffffff;
  background-color: #7eb61c;
  border-color: #7eb61c;
  color: #ffffff;
}
.btn-6:hover {
  color: #ffffff;
  background-color: #7e8890;
  border-color: #7e8890;
}
.btn-6:focus, .btn-6.focus {
  box-shadow: 0 0 0 0 rgba(145, 193, 62, 0.5);
}
.btn-6.disabled, .btn-6:disabled {
  color: #ffffff;
  background-color: #7eb61c;
  border-color: #7eb61c;
}
.btn-6:not(:disabled):not(.disabled):active, .btn-6:not(:disabled):not(.disabled).active, .show > .btn-6.dropdown-toggle {
  color: #ffffff;
  background-color: #5f8a15;
  border-color: #587f14;
}
.btn-6:not(:disabled):not(.disabled):active:focus, .btn-6:not(:disabled):not(.disabled).active:focus, .show > .btn-6.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(145, 193, 62, 0.5);
}

.btn-7 {
  color: #52565a;
  background-color: #f49d00;
  border-color: #f49d00;
  color: #ffffff;
}
.btn-7:hover {
  color: #ffffff;
  background-color: #7e8890;
  border-color: #7e8890;
}
.btn-7:focus, .btn-7.focus {
  box-shadow: 0 0 0 0 rgba(220, 146, 14, 0.5);
}
.btn-7.disabled, .btn-7:disabled {
  color: #52565a;
  background-color: #f49d00;
  border-color: #f49d00;
}
.btn-7:not(:disabled):not(.disabled):active, .btn-7:not(:disabled):not(.disabled).active, .show > .btn-7.dropdown-toggle {
  color: #ffffff;
  background-color: #c17c00;
  border-color: #b47400;
}
.btn-7:not(:disabled):not(.disabled):active:focus, .btn-7:not(:disabled):not(.disabled).active:focus, .show > .btn-7.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(220, 146, 14, 0.5);
}

.btn-8 {
  color: #52565a;
  background-color: #c49f64;
  border-color: #c49f64;
  color: #ffffff;
}
.btn-8:hover {
  color: #ffffff;
  background-color: #7e8890;
  border-color: #7e8890;
}
.btn-8:focus, .btn-8.focus {
  box-shadow: 0 0 0 0 rgba(179, 148, 99, 0.5);
}
.btn-8.disabled, .btn-8:disabled {
  color: #52565a;
  background-color: #c49f64;
  border-color: #c49f64;
}
.btn-8:not(:disabled):not(.disabled):active, .btn-8:not(:disabled):not(.disabled).active, .show > .btn-8.dropdown-toggle {
  color: #ffffff;
  background-color: #b18744;
  border-color: #a88040;
}
.btn-8:not(:disabled):not(.disabled):active:focus, .btn-8:not(:disabled):not(.disabled).active:focus, .show > .btn-8.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(179, 148, 99, 0.5);
}

.btn-9 {
  color: #52565a;
  background-color: #bec4c7;
  border-color: #bec4c7;
  color: #ffffff;
}
.btn-9:hover {
  color: #ffffff;
  background-color: #7e8890;
  border-color: #7e8890;
}
.btn-9:focus, .btn-9.focus {
  box-shadow: 0 0 0 0 rgba(174, 180, 183, 0.5);
}
.btn-9.disabled, .btn-9:disabled {
  color: #52565a;
  background-color: #bec4c7;
  border-color: #bec4c7;
}
.btn-9:not(:disabled):not(.disabled):active, .btn-9:not(:disabled):not(.disabled).active, .show > .btn-9.dropdown-toggle {
  color: #52565a;
  background-color: #a3abaf;
  border-color: #9ca5a9;
}
.btn-9:not(:disabled):not(.disabled):active:focus, .btn-9:not(:disabled):not(.disabled).active:focus, .show > .btn-9.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(174, 180, 183, 0.5);
}

.btn-10 {
  color: #52565a;
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-10:hover {
  color: #ffffff;
  background-color: #7e8890;
  border-color: #7e8890;
}
.btn-10:focus, .btn-10.focus {
  box-shadow: 0 0 0 0 rgba(229, 230, 230, 0.5);
}
.btn-10.disabled, .btn-10:disabled {
  color: #52565a;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-10:not(:disabled):not(.disabled):active, .btn-10:not(:disabled):not(.disabled).active, .show > .btn-10.dropdown-toggle {
  color: #52565a;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}
.btn-10:not(:disabled):not(.disabled):active:focus, .btn-10:not(:disabled):not(.disabled).active:focus, .show > .btn-10.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(229, 230, 230, 0.5);
}

.btn-default {
  color: #ffffff;
  background-color: #007c96;
  border-color: #007c96;
  color: #ffffff;
}
.btn-default:hover {
  color: #ffffff;
  background-color: #7e8890;
  border-color: #7e8890;
}
.btn-default:focus, .btn-default.focus {
  box-shadow: 0 0 0 0 rgba(38, 144, 166, 0.5);
}
.btn-default.disabled, .btn-default:disabled {
  color: #ffffff;
  background-color: #007c96;
  border-color: #007c96;
}
.btn-default:not(:disabled):not(.disabled):active, .btn-default:not(:disabled):not(.disabled).active, .show > .btn-default.dropdown-toggle {
  color: #ffffff;
  background-color: #005263;
  border-color: #004756;
}
.btn-default:not(:disabled):not(.disabled):active:focus, .btn-default:not(:disabled):not(.disabled).active:focus, .show > .btn-default.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(38, 144, 166, 0.5);
}

.btn-violet {
  color: #ffffff;
  background-color: #6b1d7c;
  border-color: #6b1d7c;
  color: #ffffff;
}
.btn-violet:hover {
  color: #ffffff;
  background-color: #7e8890;
  border-color: #7e8890;
}
.btn-violet:focus, .btn-violet.focus {
  box-shadow: 0 0 0 0 rgba(129, 63, 144, 0.5);
}
.btn-violet.disabled, .btn-violet:disabled {
  color: #ffffff;
  background-color: #6b1d7c;
  border-color: #6b1d7c;
}
.btn-violet:not(:disabled):not(.disabled):active, .btn-violet:not(:disabled):not(.disabled).active, .show > .btn-violet.dropdown-toggle {
  color: #ffffff;
  background-color: #471353;
  border-color: #3e1148;
}
.btn-violet:not(:disabled):not(.disabled):active:focus, .btn-violet:not(:disabled):not(.disabled).active:focus, .show > .btn-violet.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(129, 63, 144, 0.5);
}

.btn-magenta {
  color: #ffffff;
  background-color: #b70064;
  border-color: #b70064;
  color: #ffffff;
}
.btn-magenta:hover {
  color: #ffffff;
  background-color: #7e8890;
  border-color: #7e8890;
}
.btn-magenta:focus, .btn-magenta.focus {
  box-shadow: 0 0 0 0 rgba(194, 38, 123, 0.5);
}
.btn-magenta.disabled, .btn-magenta:disabled {
  color: #ffffff;
  background-color: #b70064;
  border-color: #b70064;
}
.btn-magenta:not(:disabled):not(.disabled):active, .btn-magenta:not(:disabled):not(.disabled).active, .show > .btn-magenta.dropdown-toggle {
  color: #ffffff;
  background-color: #840048;
  border-color: #770041;
}
.btn-magenta:not(:disabled):not(.disabled):active:focus, .btn-magenta:not(:disabled):not(.disabled).active:focus, .show > .btn-magenta.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(194, 38, 123, 0.5);
}

.btn-petrol {
  color: #ffffff;
  background-color: #007c96;
  border-color: #007c96;
  color: #ffffff;
}
.btn-petrol:hover {
  color: #ffffff;
  background-color: #7e8890;
  border-color: #7e8890;
}
.btn-petrol:focus, .btn-petrol.focus {
  box-shadow: 0 0 0 0 rgba(38, 144, 166, 0.5);
}
.btn-petrol.disabled, .btn-petrol:disabled {
  color: #ffffff;
  background-color: #007c96;
  border-color: #007c96;
}
.btn-petrol:not(:disabled):not(.disabled):active, .btn-petrol:not(:disabled):not(.disabled).active, .show > .btn-petrol.dropdown-toggle {
  color: #ffffff;
  background-color: #005263;
  border-color: #004756;
}
.btn-petrol:not(:disabled):not(.disabled):active:focus, .btn-petrol:not(:disabled):not(.disabled).active:focus, .show > .btn-petrol.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(38, 144, 166, 0.5);
}

.btn-green {
  color: #ffffff;
  background-color: #7eb61c;
  border-color: #7eb61c;
  color: #ffffff;
}
.btn-green:hover {
  color: #ffffff;
  background-color: #7e8890;
  border-color: #7e8890;
}
.btn-green:focus, .btn-green.focus {
  box-shadow: 0 0 0 0 rgba(145, 193, 62, 0.5);
}
.btn-green.disabled, .btn-green:disabled {
  color: #ffffff;
  background-color: #7eb61c;
  border-color: #7eb61c;
}
.btn-green:not(:disabled):not(.disabled):active, .btn-green:not(:disabled):not(.disabled).active, .show > .btn-green.dropdown-toggle {
  color: #ffffff;
  background-color: #5f8a15;
  border-color: #587f14;
}
.btn-green:not(:disabled):not(.disabled):active:focus, .btn-green:not(:disabled):not(.disabled).active:focus, .show > .btn-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(145, 193, 62, 0.5);
}

.btn-orange {
  color: #52565a;
  background-color: #f49d00;
  border-color: #f49d00;
  color: #ffffff;
}
.btn-orange:hover {
  color: #ffffff;
  background-color: #7e8890;
  border-color: #7e8890;
}
.btn-orange:focus, .btn-orange.focus {
  box-shadow: 0 0 0 0 rgba(220, 146, 14, 0.5);
}
.btn-orange.disabled, .btn-orange:disabled {
  color: #52565a;
  background-color: #f49d00;
  border-color: #f49d00;
}
.btn-orange:not(:disabled):not(.disabled):active, .btn-orange:not(:disabled):not(.disabled).active, .show > .btn-orange.dropdown-toggle {
  color: #ffffff;
  background-color: #c17c00;
  border-color: #b47400;
}
.btn-orange:not(:disabled):not(.disabled):active:focus, .btn-orange:not(:disabled):not(.disabled).active:focus, .show > .btn-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(220, 146, 14, 0.5);
}

.btn-gold {
  color: #52565a;
  background-color: #c49f64;
  border-color: #c49f64;
  color: #ffffff;
}
.btn-gold:hover {
  color: #ffffff;
  background-color: #7e8890;
  border-color: #7e8890;
}
.btn-gold:focus, .btn-gold.focus {
  box-shadow: 0 0 0 0 rgba(179, 148, 99, 0.5);
}
.btn-gold.disabled, .btn-gold:disabled {
  color: #52565a;
  background-color: #c49f64;
  border-color: #c49f64;
}
.btn-gold:not(:disabled):not(.disabled):active, .btn-gold:not(:disabled):not(.disabled).active, .show > .btn-gold.dropdown-toggle {
  color: #ffffff;
  background-color: #b18744;
  border-color: #a88040;
}
.btn-gold:not(:disabled):not(.disabled):active:focus, .btn-gold:not(:disabled):not(.disabled).active:focus, .show > .btn-gold.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(179, 148, 99, 0.5);
}

.btn-silver {
  color: #52565a;
  background-color: #bec4c7;
  border-color: #bec4c7;
  color: #ffffff;
}
.btn-silver:hover {
  color: #ffffff;
  background-color: #7e8890;
  border-color: #7e8890;
}
.btn-silver:focus, .btn-silver.focus {
  box-shadow: 0 0 0 0 rgba(174, 180, 183, 0.5);
}
.btn-silver.disabled, .btn-silver:disabled {
  color: #52565a;
  background-color: #bec4c7;
  border-color: #bec4c7;
}
.btn-silver:not(:disabled):not(.disabled):active, .btn-silver:not(:disabled):not(.disabled).active, .show > .btn-silver.dropdown-toggle {
  color: #52565a;
  background-color: #a3abaf;
  border-color: #9ca5a9;
}
.btn-silver:not(:disabled):not(.disabled):active:focus, .btn-silver:not(:disabled):not(.disabled).active:focus, .show > .btn-silver.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(174, 180, 183, 0.5);
}

.btn-white {
  color: #52565a;
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white:hover {
  color: #ffffff;
  background-color: #7e8890;
  border-color: #7e8890;
}
.btn-white:focus, .btn-white.focus {
  box-shadow: 0 0 0 0 rgba(229, 230, 230, 0.5);
}
.btn-white.disabled, .btn-white:disabled {
  color: #52565a;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white:not(:disabled):not(.disabled):active, .btn-white:not(:disabled):not(.disabled).active, .show > .btn-white.dropdown-toggle {
  color: #52565a;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}
.btn-white:not(:disabled):not(.disabled):active:focus, .btn-white:not(:disabled):not(.disabled).active:focus, .show > .btn-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(229, 230, 230, 0.5);
}

.btn-outline-primary {
  color: #004da0;
  border-color: #004da0;
}
.btn-outline-primary:hover {
  color: #004da0;
  background-color: transparent;
  border-color: #004da0;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0 rgba(0, 77, 160, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #004da0;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #004da0;
}
.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, 77, 160, 0.5);
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #004da0;
}

.btn-outline-secondary {
  color: #00a6eb;
  border-color: #00a6eb;
}
.btn-outline-secondary:hover {
  color: #00a6eb;
  background-color: transparent;
  border-color: #00a6eb;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0 rgba(0, 166, 235, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #00a6eb;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #00a6eb;
}
.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(0, 166, 235, 0.5);
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #00a6eb;
}

.btn-outline-success {
  color: #7eb61c;
  border-color: #7eb61c;
}
.btn-outline-success:hover {
  color: #7eb61c;
  background-color: transparent;
  border-color: #7eb61c;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0 rgba(126, 182, 28, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #7eb61c;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #7eb61c;
}
.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(126, 182, 28, 0.5);
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #7eb61c;
}

.btn-outline-info {
  color: #00a6eb;
  border-color: #00a6eb;
}
.btn-outline-info:hover {
  color: #00a6eb;
  background-color: transparent;
  border-color: #00a6eb;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0 rgba(0, 166, 235, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #00a6eb;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #00a6eb;
}
.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(0, 166, 235, 0.5);
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #00a6eb;
}

.btn-outline-warning {
  color: #f49d00;
  border-color: #f49d00;
}
.btn-outline-warning:hover {
  color: #f49d00;
  background-color: transparent;
  border-color: #f49d00;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0 rgba(244, 157, 0, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #f49d00;
  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: #ffffff;
  background-color: transparent;
  border-color: #f49d00;
}
.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(244, 157, 0, 0.5);
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #f49d00;
}

.btn-outline-danger {
  color: #d0021b;
  border-color: #d0021b;
}
.btn-outline-danger:hover {
  color: #d0021b;
  background-color: transparent;
  border-color: #d0021b;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0 rgba(208, 2, 27, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #d0021b;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #d0021b;
}
.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(208, 2, 27, 0.5);
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #d0021b;
}

.btn-outline-light {
  color: #f5f5f5;
  border-color: #f5f5f5;
}
.btn-outline-light:hover {
  color: #f5f5f5;
  background-color: transparent;
  border-color: #f5f5f5;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0 rgba(245, 245, 245, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f5f5f5;
  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: #ffffff;
  background-color: transparent;
  border-color: #f5f5f5;
}
.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(245, 245, 245, 0.5);
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #f5f5f5;
}

.btn-outline-dark {
  color: #52565a;
  border-color: #52565a;
}
.btn-outline-dark:hover {
  color: #52565a;
  background-color: transparent;
  border-color: #52565a;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0 rgba(82, 86, 90, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #52565a;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #52565a;
}
.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(82, 86, 90, 0.5);
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #52565a;
}

.btn-outline-0 {
  color: #007c96;
  border-color: #007c96;
}
.btn-outline-0:hover {
  color: #007c96;
  background-color: transparent;
  border-color: #007c96;
}
.btn-outline-0:focus, .btn-outline-0.focus {
  box-shadow: 0 0 0 0 rgba(0, 124, 150, 0.5);
}
.btn-outline-0.disabled, .btn-outline-0:disabled {
  color: #007c96;
  background-color: transparent;
}
.btn-outline-0:not(:disabled):not(.disabled):active, .btn-outline-0:not(:disabled):not(.disabled).active, .show > .btn-outline-0.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #007c96;
}
.btn-outline-0:not(:disabled):not(.disabled):active:focus, .btn-outline-0:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-0.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(0, 124, 150, 0.5);
}
.btn-outline-0:not(:disabled):not(.disabled):active, .btn-outline-0:not(:disabled):not(.disabled).active, .show > .btn-outline-0.dropdown-toggle {
  color: #007c96;
}

.btn-outline-1 {
  color: #004da0;
  border-color: #004da0;
}
.btn-outline-1:hover {
  color: #004da0;
  background-color: transparent;
  border-color: #004da0;
}
.btn-outline-1:focus, .btn-outline-1.focus {
  box-shadow: 0 0 0 0 rgba(0, 77, 160, 0.5);
}
.btn-outline-1.disabled, .btn-outline-1:disabled {
  color: #004da0;
  background-color: transparent;
}
.btn-outline-1:not(:disabled):not(.disabled):active, .btn-outline-1:not(:disabled):not(.disabled).active, .show > .btn-outline-1.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #004da0;
}
.btn-outline-1:not(:disabled):not(.disabled):active:focus, .btn-outline-1:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-1.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(0, 77, 160, 0.5);
}
.btn-outline-1:not(:disabled):not(.disabled):active, .btn-outline-1:not(:disabled):not(.disabled).active, .show > .btn-outline-1.dropdown-toggle {
  color: #004da0;
}

.btn-outline-2 {
  color: #00a6eb;
  border-color: #00a6eb;
}
.btn-outline-2:hover {
  color: #00a6eb;
  background-color: transparent;
  border-color: #00a6eb;
}
.btn-outline-2:focus, .btn-outline-2.focus {
  box-shadow: 0 0 0 0 rgba(0, 166, 235, 0.5);
}
.btn-outline-2.disabled, .btn-outline-2:disabled {
  color: #00a6eb;
  background-color: transparent;
}
.btn-outline-2:not(:disabled):not(.disabled):active, .btn-outline-2:not(:disabled):not(.disabled).active, .show > .btn-outline-2.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #00a6eb;
}
.btn-outline-2:not(:disabled):not(.disabled):active:focus, .btn-outline-2:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-2.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(0, 166, 235, 0.5);
}
.btn-outline-2:not(:disabled):not(.disabled):active, .btn-outline-2:not(:disabled):not(.disabled).active, .show > .btn-outline-2.dropdown-toggle {
  color: #00a6eb;
}

.btn-outline-3 {
  color: #6b1d7c;
  border-color: #6b1d7c;
}
.btn-outline-3:hover {
  color: #6b1d7c;
  background-color: transparent;
  border-color: #6b1d7c;
}
.btn-outline-3:focus, .btn-outline-3.focus {
  box-shadow: 0 0 0 0 rgba(107, 29, 124, 0.5);
}
.btn-outline-3.disabled, .btn-outline-3:disabled {
  color: #6b1d7c;
  background-color: transparent;
}
.btn-outline-3:not(:disabled):not(.disabled):active, .btn-outline-3:not(:disabled):not(.disabled).active, .show > .btn-outline-3.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #6b1d7c;
}
.btn-outline-3:not(:disabled):not(.disabled):active:focus, .btn-outline-3:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-3.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(107, 29, 124, 0.5);
}
.btn-outline-3:not(:disabled):not(.disabled):active, .btn-outline-3:not(:disabled):not(.disabled).active, .show > .btn-outline-3.dropdown-toggle {
  color: #6b1d7c;
}

.btn-outline-4 {
  color: #b70064;
  border-color: #b70064;
}
.btn-outline-4:hover {
  color: #b70064;
  background-color: transparent;
  border-color: #b70064;
}
.btn-outline-4:focus, .btn-outline-4.focus {
  box-shadow: 0 0 0 0 rgba(183, 0, 100, 0.5);
}
.btn-outline-4.disabled, .btn-outline-4:disabled {
  color: #b70064;
  background-color: transparent;
}
.btn-outline-4:not(:disabled):not(.disabled):active, .btn-outline-4:not(:disabled):not(.disabled).active, .show > .btn-outline-4.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #b70064;
}
.btn-outline-4:not(:disabled):not(.disabled):active:focus, .btn-outline-4:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-4.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(183, 0, 100, 0.5);
}
.btn-outline-4:not(:disabled):not(.disabled):active, .btn-outline-4:not(:disabled):not(.disabled).active, .show > .btn-outline-4.dropdown-toggle {
  color: #b70064;
}

.btn-outline-5 {
  color: #007c96;
  border-color: #007c96;
}
.btn-outline-5:hover {
  color: #007c96;
  background-color: transparent;
  border-color: #007c96;
}
.btn-outline-5:focus, .btn-outline-5.focus {
  box-shadow: 0 0 0 0 rgba(0, 124, 150, 0.5);
}
.btn-outline-5.disabled, .btn-outline-5:disabled {
  color: #007c96;
  background-color: transparent;
}
.btn-outline-5:not(:disabled):not(.disabled):active, .btn-outline-5:not(:disabled):not(.disabled).active, .show > .btn-outline-5.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #007c96;
}
.btn-outline-5:not(:disabled):not(.disabled):active:focus, .btn-outline-5:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-5.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(0, 124, 150, 0.5);
}
.btn-outline-5:not(:disabled):not(.disabled):active, .btn-outline-5:not(:disabled):not(.disabled).active, .show > .btn-outline-5.dropdown-toggle {
  color: #007c96;
}

.btn-outline-6 {
  color: #7eb61c;
  border-color: #7eb61c;
}
.btn-outline-6:hover {
  color: #7eb61c;
  background-color: transparent;
  border-color: #7eb61c;
}
.btn-outline-6:focus, .btn-outline-6.focus {
  box-shadow: 0 0 0 0 rgba(126, 182, 28, 0.5);
}
.btn-outline-6.disabled, .btn-outline-6:disabled {
  color: #7eb61c;
  background-color: transparent;
}
.btn-outline-6:not(:disabled):not(.disabled):active, .btn-outline-6:not(:disabled):not(.disabled).active, .show > .btn-outline-6.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #7eb61c;
}
.btn-outline-6:not(:disabled):not(.disabled):active:focus, .btn-outline-6:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-6.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(126, 182, 28, 0.5);
}
.btn-outline-6:not(:disabled):not(.disabled):active, .btn-outline-6:not(:disabled):not(.disabled).active, .show > .btn-outline-6.dropdown-toggle {
  color: #7eb61c;
}

.btn-outline-7 {
  color: #f49d00;
  border-color: #f49d00;
}
.btn-outline-7:hover {
  color: #f49d00;
  background-color: transparent;
  border-color: #f49d00;
}
.btn-outline-7:focus, .btn-outline-7.focus {
  box-shadow: 0 0 0 0 rgba(244, 157, 0, 0.5);
}
.btn-outline-7.disabled, .btn-outline-7:disabled {
  color: #f49d00;
  background-color: transparent;
}
.btn-outline-7:not(:disabled):not(.disabled):active, .btn-outline-7:not(:disabled):not(.disabled).active, .show > .btn-outline-7.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #f49d00;
}
.btn-outline-7:not(:disabled):not(.disabled):active:focus, .btn-outline-7:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-7.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(244, 157, 0, 0.5);
}
.btn-outline-7:not(:disabled):not(.disabled):active, .btn-outline-7:not(:disabled):not(.disabled).active, .show > .btn-outline-7.dropdown-toggle {
  color: #f49d00;
}

.btn-outline-8 {
  color: #c49f64;
  border-color: #c49f64;
}
.btn-outline-8:hover {
  color: #c49f64;
  background-color: transparent;
  border-color: #c49f64;
}
.btn-outline-8:focus, .btn-outline-8.focus {
  box-shadow: 0 0 0 0 rgba(196, 159, 100, 0.5);
}
.btn-outline-8.disabled, .btn-outline-8:disabled {
  color: #c49f64;
  background-color: transparent;
}
.btn-outline-8:not(:disabled):not(.disabled):active, .btn-outline-8:not(:disabled):not(.disabled).active, .show > .btn-outline-8.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #c49f64;
}
.btn-outline-8:not(:disabled):not(.disabled):active:focus, .btn-outline-8:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-8.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(196, 159, 100, 0.5);
}
.btn-outline-8:not(:disabled):not(.disabled):active, .btn-outline-8:not(:disabled):not(.disabled).active, .show > .btn-outline-8.dropdown-toggle {
  color: #c49f64;
}

.btn-outline-9 {
  color: #bec4c7;
  border-color: #bec4c7;
}
.btn-outline-9:hover {
  color: #bec4c7;
  background-color: transparent;
  border-color: #bec4c7;
}
.btn-outline-9:focus, .btn-outline-9.focus {
  box-shadow: 0 0 0 0 rgba(190, 196, 199, 0.5);
}
.btn-outline-9.disabled, .btn-outline-9:disabled {
  color: #bec4c7;
  background-color: transparent;
}
.btn-outline-9:not(:disabled):not(.disabled):active, .btn-outline-9:not(:disabled):not(.disabled).active, .show > .btn-outline-9.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #bec4c7;
}
.btn-outline-9:not(:disabled):not(.disabled):active:focus, .btn-outline-9:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-9.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(190, 196, 199, 0.5);
}
.btn-outline-9:not(:disabled):not(.disabled):active, .btn-outline-9:not(:disabled):not(.disabled).active, .show > .btn-outline-9.dropdown-toggle {
  color: #bec4c7;
}

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

.btn-outline-default {
  color: #007c96;
  border-color: #007c96;
}
.btn-outline-default:hover {
  color: #007c96;
  background-color: transparent;
  border-color: #007c96;
}
.btn-outline-default:focus, .btn-outline-default.focus {
  box-shadow: 0 0 0 0 rgba(0, 124, 150, 0.5);
}
.btn-outline-default.disabled, .btn-outline-default:disabled {
  color: #007c96;
  background-color: transparent;
}
.btn-outline-default:not(:disabled):not(.disabled):active, .btn-outline-default:not(:disabled):not(.disabled).active, .show > .btn-outline-default.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #007c96;
}
.btn-outline-default:not(:disabled):not(.disabled):active:focus, .btn-outline-default:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-default.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(0, 124, 150, 0.5);
}
.btn-outline-default:not(:disabled):not(.disabled):active, .btn-outline-default:not(:disabled):not(.disabled).active, .show > .btn-outline-default.dropdown-toggle {
  color: #007c96;
}

.btn-outline-violet {
  color: #6b1d7c;
  border-color: #6b1d7c;
}
.btn-outline-violet:hover {
  color: #6b1d7c;
  background-color: transparent;
  border-color: #6b1d7c;
}
.btn-outline-violet:focus, .btn-outline-violet.focus {
  box-shadow: 0 0 0 0 rgba(107, 29, 124, 0.5);
}
.btn-outline-violet.disabled, .btn-outline-violet:disabled {
  color: #6b1d7c;
  background-color: transparent;
}
.btn-outline-violet:not(:disabled):not(.disabled):active, .btn-outline-violet:not(:disabled):not(.disabled).active, .show > .btn-outline-violet.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #6b1d7c;
}
.btn-outline-violet:not(:disabled):not(.disabled):active:focus, .btn-outline-violet:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-violet.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(107, 29, 124, 0.5);
}
.btn-outline-violet:not(:disabled):not(.disabled):active, .btn-outline-violet:not(:disabled):not(.disabled).active, .show > .btn-outline-violet.dropdown-toggle {
  color: #6b1d7c;
}

.btn-outline-magenta {
  color: #b70064;
  border-color: #b70064;
}
.btn-outline-magenta:hover {
  color: #b70064;
  background-color: transparent;
  border-color: #b70064;
}
.btn-outline-magenta:focus, .btn-outline-magenta.focus {
  box-shadow: 0 0 0 0 rgba(183, 0, 100, 0.5);
}
.btn-outline-magenta.disabled, .btn-outline-magenta:disabled {
  color: #b70064;
  background-color: transparent;
}
.btn-outline-magenta:not(:disabled):not(.disabled):active, .btn-outline-magenta:not(:disabled):not(.disabled).active, .show > .btn-outline-magenta.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #b70064;
}
.btn-outline-magenta:not(:disabled):not(.disabled):active:focus, .btn-outline-magenta:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-magenta.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(183, 0, 100, 0.5);
}
.btn-outline-magenta:not(:disabled):not(.disabled):active, .btn-outline-magenta:not(:disabled):not(.disabled).active, .show > .btn-outline-magenta.dropdown-toggle {
  color: #b70064;
}

.btn-outline-petrol {
  color: #007c96;
  border-color: #007c96;
}
.btn-outline-petrol:hover {
  color: #007c96;
  background-color: transparent;
  border-color: #007c96;
}
.btn-outline-petrol:focus, .btn-outline-petrol.focus {
  box-shadow: 0 0 0 0 rgba(0, 124, 150, 0.5);
}
.btn-outline-petrol.disabled, .btn-outline-petrol:disabled {
  color: #007c96;
  background-color: transparent;
}
.btn-outline-petrol:not(:disabled):not(.disabled):active, .btn-outline-petrol:not(:disabled):not(.disabled).active, .show > .btn-outline-petrol.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #007c96;
}
.btn-outline-petrol:not(:disabled):not(.disabled):active:focus, .btn-outline-petrol:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-petrol.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(0, 124, 150, 0.5);
}
.btn-outline-petrol:not(:disabled):not(.disabled):active, .btn-outline-petrol:not(:disabled):not(.disabled).active, .show > .btn-outline-petrol.dropdown-toggle {
  color: #007c96;
}

.btn-outline-green {
  color: #7eb61c;
  border-color: #7eb61c;
}
.btn-outline-green:hover {
  color: #7eb61c;
  background-color: transparent;
  border-color: #7eb61c;
}
.btn-outline-green:focus, .btn-outline-green.focus {
  box-shadow: 0 0 0 0 rgba(126, 182, 28, 0.5);
}
.btn-outline-green.disabled, .btn-outline-green:disabled {
  color: #7eb61c;
  background-color: transparent;
}
.btn-outline-green:not(:disabled):not(.disabled):active, .btn-outline-green:not(:disabled):not(.disabled).active, .show > .btn-outline-green.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #7eb61c;
}
.btn-outline-green:not(:disabled):not(.disabled):active:focus, .btn-outline-green:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-green.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(126, 182, 28, 0.5);
}
.btn-outline-green:not(:disabled):not(.disabled):active, .btn-outline-green:not(:disabled):not(.disabled).active, .show > .btn-outline-green.dropdown-toggle {
  color: #7eb61c;
}

.btn-outline-orange {
  color: #f49d00;
  border-color: #f49d00;
}
.btn-outline-orange:hover {
  color: #f49d00;
  background-color: transparent;
  border-color: #f49d00;
}
.btn-outline-orange:focus, .btn-outline-orange.focus {
  box-shadow: 0 0 0 0 rgba(244, 157, 0, 0.5);
}
.btn-outline-orange.disabled, .btn-outline-orange:disabled {
  color: #f49d00;
  background-color: transparent;
}
.btn-outline-orange:not(:disabled):not(.disabled):active, .btn-outline-orange:not(:disabled):not(.disabled).active, .show > .btn-outline-orange.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #f49d00;
}
.btn-outline-orange:not(:disabled):not(.disabled):active:focus, .btn-outline-orange:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-orange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(244, 157, 0, 0.5);
}
.btn-outline-orange:not(:disabled):not(.disabled):active, .btn-outline-orange:not(:disabled):not(.disabled).active, .show > .btn-outline-orange.dropdown-toggle {
  color: #f49d00;
}

.btn-outline-gold {
  color: #c49f64;
  border-color: #c49f64;
}
.btn-outline-gold:hover {
  color: #c49f64;
  background-color: transparent;
  border-color: #c49f64;
}
.btn-outline-gold:focus, .btn-outline-gold.focus {
  box-shadow: 0 0 0 0 rgba(196, 159, 100, 0.5);
}
.btn-outline-gold.disabled, .btn-outline-gold:disabled {
  color: #c49f64;
  background-color: transparent;
}
.btn-outline-gold:not(:disabled):not(.disabled):active, .btn-outline-gold:not(:disabled):not(.disabled).active, .show > .btn-outline-gold.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #c49f64;
}
.btn-outline-gold:not(:disabled):not(.disabled):active:focus, .btn-outline-gold:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gold.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(196, 159, 100, 0.5);
}
.btn-outline-gold:not(:disabled):not(.disabled):active, .btn-outline-gold:not(:disabled):not(.disabled).active, .show > .btn-outline-gold.dropdown-toggle {
  color: #c49f64;
}

.btn-outline-silver {
  color: #bec4c7;
  border-color: #bec4c7;
}
.btn-outline-silver:hover {
  color: #bec4c7;
  background-color: transparent;
  border-color: #bec4c7;
}
.btn-outline-silver:focus, .btn-outline-silver.focus {
  box-shadow: 0 0 0 0 rgba(190, 196, 199, 0.5);
}
.btn-outline-silver.disabled, .btn-outline-silver:disabled {
  color: #bec4c7;
  background-color: transparent;
}
.btn-outline-silver:not(:disabled):not(.disabled):active, .btn-outline-silver:not(:disabled):not(.disabled).active, .show > .btn-outline-silver.dropdown-toggle {
  color: #ffffff;
  background-color: transparent;
  border-color: #bec4c7;
}
.btn-outline-silver:not(:disabled):not(.disabled):active:focus, .btn-outline-silver:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-silver.dropdown-toggle:focus {
  box-shadow: 0 0 0 0 rgba(190, 196, 199, 0.5);
}
.btn-outline-silver:not(:disabled):not(.disabled):active, .btn-outline-silver:not(:disabled):not(.disabled).active, .show > .btn-outline-silver.dropdown-toggle {
  color: #bec4c7;
}

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

.btn-fit-content {
  width: fit-content;
}

.collapse-submenu > .container {
  overflow: hidden;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (max-width: 1279.98px) {
  .collapse-submenu .nav {
    margin: 0;
  }
  .collapse-submenu .nav > li {
    padding: 0;
    border-bottom: 1px solid #ffffff;
  }
  .collapse-submenu .nav > li:first-of-type {
    border-bottom: 1px solid #00a6eb;
  }
  .collapse-submenu .nav > li:last-of-type {
    border-bottom: 0;
  }
}
.collapse-submenu .dropdown-item {
  padding: 10px 0;
  font-family: "Frutiger Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
}
@media (max-width: 1279.98px) {
  .collapse-submenu .dropdown-item {
    white-space: inherit;
    padding: 15px 0;
  }
}
.collapse-submenu .dropdown-item.show {
  color: #00a6eb;
}
.collapse-submenu .dropdown-item.show > .icon:before {
  transform: rotate(-90deg);
}
.collapse-submenu .icon:before {
  padding-bottom: 2px;
}
@media (max-width: 1023.98px) {
  .collapse-submenu {
    display: block;
  }
}

.dropdown-submenu {
  border: 0;
  background-color: transparent;
  position: relative;
  top: 0;
  padding-left: 10px;
}
@media (min-width: 1280px) {
  .dropdown-submenu {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.dropdown-submenu .dropdown-item {
  padding: 5px 0;
  font-family: 400;
  font-style: normal;
  font-weight: normal;
}
@media (max-width: 1023.98px) {
  .dropdown-submenu {
    margin-top: -15px;
  }
  .dropdown-submenu .dropdown-item {
    font-family: 400;
    font-style: normal;
    font-weight: normal;
  }
}
.dropdown-submenu .dropdown-submenu {
  margin-top: 0;
}
.dropdown-submenu .dropdown-submenu.show {
  border-top: 1px solid #00a6eb;
  border-bottom: 1px solid #00a6eb;
}

@media (min-width: 1024px) {
  .navbar-expand-lg .navbar-nav .dropdown-submenu {
    position: relative;
  }
}
.filter .btn {
  border-bottom: 1px solid #bec4c7;
  text-align: left;
  padding-left: 0;
  font-family: "Frutiger Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.125rem;
  text-transform: none;
}
.filter .btn [class*=icon-]:before {
  font-size: 0.875rem;
  color: #007c96;
  transform: scaleY(1);
  transition: all 0.2s ease-out 0s;
}
.filter .btn[aria-expanded=true] [class*=icon-]:before {
  transform: scaleY(-1);
}
.filter .filter-collapse {
  z-index: 2;
  margin-top: -1px;
  border: 1px solid #bec4c7;
  position: absolute;
  left: 0;
  right: 0;
  background-color: #ffffff;
}
.filter[class*=col-] .filter-collapse {
  margin-left: 5px;
  margin-right: 5px;
}
.filter .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: -1px;
  border: 1px solid #bec4c7;
}

.filter-dropdown {
  margin-bottom: 10px;
}
.filter-dropdown .btn {
  border-bottom: 1px solid #bec4c7;
  text-align: left;
  padding-left: 0;
  font-family: "Frutiger Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.125rem;
  text-transform: none;
}
.filter-dropdown .btn [class*=icon-]:before {
  font-size: 0.875rem;
  color: #007c96;
  transform: scaleY(1);
  transition: all 0.2s ease-out 0s;
}
.filter-dropdown .btn[aria-expanded=true] [class*=icon-]:before {
  transform: scaleY(-1);
}
.filter-dropdown .dropdown-menu {
  padding: 0 10px;
  margin-top: -1px;
  width: 100%;
}
.filter-dropdown .dropdown-menu .custom-control {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #bec4c7;
}
.filter-dropdown .dropdown-menu .custom-control .custom-control-label {
  display: block;
  cursor: pointer;
  padding-left: 0;
}
.filter-dropdown .dropdown-menu .custom-control:last-child {
  border: 0;
}

.dropdown-languages .btn,
.dropdown-divisions .btn {
  font-family: 400;
  font-style: normal;
  font-weight: normal;
}
.dropdown-languages .btn .icon:before,
.dropdown-divisions .btn .icon:before {
  line-height: 1.5;
  color: #004da0;
}
@media (min-width: 1024px) {
  .dropdown-languages [data-toggle=dropdown]:after,
.dropdown-divisions [data-toggle=dropdown]:after {
    transition: transform 0.1s linear;
    transform: rotate(0deg);
    font-size: 1rem;
    vertical-align: text-top;
  }
  .dropdown-languages.show [data-toggle=dropdown]:after,
.dropdown-divisions.show [data-toggle=dropdown]:after {
    transform: rotate(90deg);
  }
}
.dropdown-languages .dropdown-menu,
.dropdown-divisions .dropdown-menu {
  z-index: 1005;
  margin-top: 23px;
  border-top: 0;
}
.dropdown-languages .dropdown-menu .dropdown-item,
.dropdown-divisions .dropdown-menu .dropdown-item {
  position: relative;
  color: #004da0;
}
.dropdown-languages .dropdown-menu .dropdown-item:after,
.dropdown-divisions .dropdown-menu .dropdown-item:after {
  position: absolute;
  right: 0;
  line-height: 1.5;
}
@media (max-width: 1023.98px) {
  .dropdown-languages [data-toggle=dropdown]:after,
.dropdown-divisions [data-toggle=dropdown]:after {
    position: absolute;
    right: 15px;
  }
  .dropdown-languages .dropdown-menu,
.dropdown-divisions .dropdown-menu {
    border: 0;
    display: block;
    margin-top: 0;
  }
}
@media (max-width: 1023.98px) and (max-width: 575.98px) {
  .dropdown-languages .dropdown-menu .canvas-xs,
.dropdown-divisions .dropdown-menu .canvas-xs {
    padding-top: 105px;
    padding-bottom: 105px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: visible;
    height: 100vh;
    transform: translateX(-100%);
    transition: transform 0.2s ease-in;
    z-index: 1000;
  }
  .dropdown-languages .dropdown-menu .canvas-xs .navbar-nav,
.dropdown-divisions .dropdown-menu .canvas-xs .navbar-nav {
    padding-left: 30px;
    padding-right: 30px;
  }
  .dropdown-languages .dropdown-menu .canvas-xs.show,
.dropdown-divisions .dropdown-menu .canvas-xs.show {
    transform: translateX(0);
  }
  .dropdown-languages .dropdown-menu .canvas-xs .nav-item,
.dropdown-divisions .dropdown-menu .canvas-xs .nav-item {
    width: 100%;
    border-bottom: 1px solid #bec4c7;
  }
  .dropdown-languages .dropdown-menu .canvas-xs .nav-item:last-of-type,
.dropdown-divisions .dropdown-menu .canvas-xs .nav-item:last-of-type {
    border-bottom: 0;
  }
}
@media (max-width: 1023.98px) and (max-width: 719.98px) {
  .dropdown-languages .dropdown-menu .canvas-sm,
.dropdown-divisions .dropdown-menu .canvas-sm {
    padding-top: 105px;
    padding-bottom: 105px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: visible;
    height: 100vh;
    transform: translateX(-100%);
    transition: transform 0.2s ease-in;
    z-index: 1000;
  }
  .dropdown-languages .dropdown-menu .canvas-sm .navbar-nav,
.dropdown-divisions .dropdown-menu .canvas-sm .navbar-nav {
    padding-left: 30px;
    padding-right: 30px;
  }
  .dropdown-languages .dropdown-menu .canvas-sm.show,
.dropdown-divisions .dropdown-menu .canvas-sm.show {
    transform: translateX(0);
  }
  .dropdown-languages .dropdown-menu .canvas-sm .nav-item,
.dropdown-divisions .dropdown-menu .canvas-sm .nav-item {
    width: 100%;
    border-bottom: 1px solid #bec4c7;
  }
  .dropdown-languages .dropdown-menu .canvas-sm .nav-item:last-of-type,
.dropdown-divisions .dropdown-menu .canvas-sm .nav-item:last-of-type {
    border-bottom: 0;
  }
}
@media (max-width: 1023.98px) and (max-width: 1023.98px) {
  .dropdown-languages .dropdown-menu .canvas-md,
.dropdown-divisions .dropdown-menu .canvas-md {
    padding-top: 105px;
    padding-bottom: 105px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: visible;
    height: 100vh;
    transform: translateX(-100%);
    transition: transform 0.2s ease-in;
    z-index: 1000;
  }
  .dropdown-languages .dropdown-menu .canvas-md .navbar-nav,
.dropdown-divisions .dropdown-menu .canvas-md .navbar-nav {
    padding-left: 30px;
    padding-right: 30px;
  }
  .dropdown-languages .dropdown-menu .canvas-md.show,
.dropdown-divisions .dropdown-menu .canvas-md.show {
    transform: translateX(0);
  }
  .dropdown-languages .dropdown-menu .canvas-md .nav-item,
.dropdown-divisions .dropdown-menu .canvas-md .nav-item {
    width: 100%;
    border-bottom: 1px solid #bec4c7;
  }
  .dropdown-languages .dropdown-menu .canvas-md .nav-item:last-of-type,
.dropdown-divisions .dropdown-menu .canvas-md .nav-item:last-of-type {
    border-bottom: 0;
  }
}
@media (max-width: 1023.98px) and (max-width: 1279.98px) {
  .dropdown-languages .dropdown-menu .canvas-lg,
.dropdown-divisions .dropdown-menu .canvas-lg {
    padding-top: 105px;
    padding-bottom: 105px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: visible;
    height: 100vh;
    transform: translateX(-100%);
    transition: transform 0.2s ease-in;
    z-index: 1000;
  }
  .dropdown-languages .dropdown-menu .canvas-lg .navbar-nav,
.dropdown-divisions .dropdown-menu .canvas-lg .navbar-nav {
    padding-left: 30px;
    padding-right: 30px;
  }
  .dropdown-languages .dropdown-menu .canvas-lg.show,
.dropdown-divisions .dropdown-menu .canvas-lg.show {
    transform: translateX(0);
  }
  .dropdown-languages .dropdown-menu .canvas-lg .nav-item,
.dropdown-divisions .dropdown-menu .canvas-lg .nav-item {
    width: 100%;
    border-bottom: 1px solid #bec4c7;
  }
  .dropdown-languages .dropdown-menu .canvas-lg .nav-item:last-of-type,
.dropdown-divisions .dropdown-menu .canvas-lg .nav-item:last-of-type {
    border-bottom: 0;
  }
}
@media (max-width: 1023.98px) {
  .dropdown-languages .dropdown-menu .canvas-xl,
.dropdown-divisions .dropdown-menu .canvas-xl {
    padding-top: 105px;
    padding-bottom: 105px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    overflow-x: hidden;
    overflow-y: visible;
    height: 100vh;
    transform: translateX(-100%);
    transition: transform 0.2s ease-in;
    z-index: 1000;
  }
  .dropdown-languages .dropdown-menu .canvas-xl .navbar-nav,
.dropdown-divisions .dropdown-menu .canvas-xl .navbar-nav {
    padding-left: 30px;
    padding-right: 30px;
  }
  .dropdown-languages .dropdown-menu .canvas-xl.show,
.dropdown-divisions .dropdown-menu .canvas-xl.show {
    transform: translateX(0);
  }
  .dropdown-languages .dropdown-menu .canvas-xl .nav-item,
.dropdown-divisions .dropdown-menu .canvas-xl .nav-item {
    width: 100%;
    border-bottom: 1px solid #bec4c7;
  }
  .dropdown-languages .dropdown-menu .canvas-xl .nav-item:last-of-type,
.dropdown-divisions .dropdown-menu .canvas-xl .nav-item:last-of-type {
    border-bottom: 0;
  }
}
@media (max-width: 1023.98px) {
  .dropdown-languages .dropdown-menu .dropdown-item,
.dropdown-divisions .dropdown-menu .dropdown-item {
    width: 100%;
    border-bottom: 1px solid #bec4c7;
  }
}

.dropdown-divisions .menu-trigger > img {
  margin-bottom: 1px;
  padding-left: 1px;
}
.dropdown-divisions .menu-trigger:after {
  font-family: "IconFont" !important;
  display: inline-block;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  content: "b";
  line-height: 1rem;
  font-size: 1rem;
}
.dropdown-divisions .dropdown-menu {
  width: 285px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 1024px) {
  .dropdown-divisions .dropdown-menu {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.dropdown-divisions .dropdown-menu .dropdown-item {
  color: #004da0;
  padding: 10px 0;
}
.dropdown-divisions .dropdown-menu .dropdown-item:after {
  font-family: "IconFont" !important;
  display: inline-block;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  content: "b";
  line-height: 24px;
}
.dropdown-divisions .dropdown-menu .dropdown-item.altana {
  border-bottom: 1px solid #bec4c7;
  padding-top: 0;
}
@media (max-width: 1023.98px) {
  .dropdown-divisions {
    background-color: #f5f5f5;
  }
  .dropdown-divisions > a {
    display: block;
    padding: 20px 30px;
  }
}

.dropdown-languages .menu-trigger:after {
  font-family: "IconFont" !important;
  display: inline-block;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  content: "b";
  line-height: 1rem;
  font-size: 1rem;
}
.dropdown-languages .dropdown-menu {
  padding: 10px 20px;
}
.dropdown-languages .dropdown-menu .dropdown-item {
  padding: 5px 0;
}
@media (max-width: 1023.98px) {
  .dropdown-languages > a {
    display: block;
    padding: 20px 30px;
  }
  .dropdown-languages .dropdown-menu .dropdown-item {
    padding: 10px 0;
  }
}

.mobile-metas {
  position: relative;
  width: 100%;
}

.submenu-open .collapsing {
  transition: none;
  -webkit-transition: none;
}

.jumbotron {
  margin-bottom: 10px;
  font-size: 1.125rem;
  padding: 0;
}
.promo-banner {
  border-radius: 0 0 20px 0;
}
.promo-banner .col-text {
  padding: 30px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-top: 1px solid #bec4c7;
}
@media (min-width: 1024px) {
  .promo-banner .col-text {
    padding: 0 50px;
  }
}
@media (min-width: 1280px) {
  .promo-banner .col-text {
    padding: 0 100px;
  }
}
.promo-banner .col-text .subheader {
  font-family: "Frutiger Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 0.875rem;
  margin-bottom: 10px;
}
.promo-banner .col-text .header {
  margin-bottom: 10px;
}
.promo-banner .col-text .bodytext {
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .promo-banner .col-text {
    border: 0;
  }
}
.promo-banner .col-img {
  align-self: center;
}
@media (min-width: 720px) {
  .promo-banner {
    max-width: 100%;
    width: 100%;
  }
  .promo-banner img {
    max-height: 280px;
  }
}
@media (min-width: 1024px) {
  .promo-banner {
    height: 400px;
  }
  .promo-banner img {
    max-height: 400px;
  }
}

.pagination a.page-link:hover {
  font-family: "Frutiger Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
}
.pagination .page-item.active .page-link {
  font-family: "Frutiger Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
}
.pagination .page-item.prev {
  margin-right: 40px;
}
.pagination .page-item.next {
  margin-left: 40px;
}

.parsley-errors-list {
  color: #ffffff;
  background-color: #d0021b;
  font-size: 0.875rem;
}

label {
  font-size: 0.875rem;
  padding-left: 1.1875rem;
}
label.mandatory {
  background: url("../images/mandatory.svg") no-repeat 0 6px;
}
label.mandatory-b {
  background: url("../images/mandatory.svg") no-repeat 0 15px;
}
label a {
  color: inherit;
  text-decoration: underline;
}

label.custom-control-label {
  padding-left: 0;
  cursor: pointer;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
}

.custom-control-label:after {
  top: -2px;
}

.layout2 .custom-checkbox .custom-control-label .mandatory {
  background: url("../images/mandatory.svg") no-repeat 0 6px;
  position: absolute;
  top: -6px;
  right: -25px;
  width: 20px;
  height: 20px;
}

.parsley-errors-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.parsley-errors-list li {
  padding: 6px 20px;
  font-size: 12px;
}

.certificatecol {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .certificatecol {
    flex: 0 0 20%;
    padding-right: 5px;
    padding-left: 5px;
    max-width: 20%;
  }
}
.certificatecol.powermail_fieldwrap_type_text {
  display: none;
}
@media (min-width: 1024px) {
  .certificatecol.powermail_fieldwrap_type_text {
    display: block;
  }
}

.certificatetext {
  display: block;
}
@media (min-width: 1024px) {
  .certificatetext {
    display: none;
  }
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0;
}
.custom-checkbox .custom-control-input ~ .custom-control-label::after {
  background-image: url("../images/checkbox.svg");
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("../images/checkbox-checked.svg");
}
.custom-checkbox .custom-control-label::after {
  left: -34px;
}

.custom-radio-rounded .custom-control-label,
.custom-checkbox-rounded .custom-control-label {
  border: 1px solid #00a6eb;
  font-size: 0.75rem;
  line-height: 1.3333333333;
}
.custom-radio-rounded .custom-control-input ~ .custom-control-label,
.custom-checkbox-rounded .custom-control-input ~ .custom-control-label {
  border-radius: 15px;
  padding: 6px 15px;
  box-shadow: 0 0 0 1px #00a6eb inset;
  cursor: pointer;
  transition: all 0.1s ease-out;
  color: #333333;
  text-decoration: none;
}
.custom-radio-rounded .custom-control-input:checked ~ .custom-control-label,
.custom-checkbox-rounded .custom-control-input:checked ~ .custom-control-label {
  color: #ffffff;
  background-color: #00a6eb;
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input ~ .custom-control-label::after {
  background-image: url("../images/radio.svg");
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("../images/radio-marked.svg");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: transparent;
}

.custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #007c96;
  box-shadow: none;
}
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #a8aaac;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  text-align: center;
  font-family: "Frutiger Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  left: 5px;
  right: 5px;
}
.custom-file-label::after {
  display: none;
}

.filter-group {
  -ms-user-select: None;
  -moz-user-select: None;
  -webkit-user-select: None;
}
.filter-group .header {
  font-family: "Frutiger Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.125rem;
  margin-bottom: 0.625rem;
}
.filter-group label {
  display: inline-block;
  cursor: pointer;
  padding: 0;
  margin: 10px 10px 0 0;
}
.filter-group label input[type=checkbox],
.filter-group label input[type=radio] {
  display: none;
}
.filter-group label > span.badge {
  box-shadow: 0 0 0 1px #007c96 inset;
  padding: 0.375rem 15px;
  height: 25px;
  font-size: 0.75rem;
  line-height: 14px;
  transition: all 0.1s ease-out;
}
.filter-group label:hover > span.badge {
  color: #007c96;
}
@media (min-width: 576px) {
  .filter-group label:hover input[type=checkbox]:checked ~ span.badge,
.filter-group label:hover input[type=radio]:checked ~ span.badge {
    color: #ffffff;
    background: #a8aaac;
    box-shadow: 0 0 0 1px #a8aaac inset;
  }
}
.filter-group label input[type=checkbox]:checked ~ span,
.filter-group label input[type=radio]:checked ~ span {
  background-color: #007c96;
  color: #FFF;
}

#quick-search {
  display: none;
  background: #ffffff;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  border-bottom: 1px solid #f5f5f5;
  z-index: 901;
}
@media (min-width: 1024px) {
  #quick-search {
    top: 130px;
  }
}
#quick-search.open {
  display: block;
}
#quick-search input {
  box-shadow: none;
  border: 0;
  border-bottom: 1px solid #00a6eb;
  border-radius: 0;
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
  font-family: 400;
  font-style: normal;
  font-weight: normal;
  font-size: 1.5rem;
  height: 36px;
  line-height: 36px;
  color: #004da0;
  width: 100%;
}
@media (min-width: 1024px) {
  #quick-search input {
    height: 48px;
    line-height: 48px;
    font-size: 28px;
  }
}
#quick-search button {
  font-size: 24px;
  height: 36px;
  line-height: 36px;
  padding: 4px 0;
  border: 0;
  background: none;
  box-shadow: none;
}
@media (min-width: 1024px) {
  #quick-search button {
    height: 48px;
    line-height: 48px;
  }
}
#quick-search button.btn-clear {
  margin-right: 10px;
}
@media (min-width: 1024px) {
  #quick-search button.btn-clear {
    margin-right: 40px;
  }
}
#quick-search button.btn-clear .icon-close:before {
  line-height: 1;
  padding-left: 0;
  vertical-align: baseline;
}
#quick-search button.btn-submit {
  background: #bec4c7;
  border-radius: 50%;
  width: 36px;
}
@media (min-width: 1024px) {
  #quick-search button.btn-submit {
    width: 48px;
  }
}
#quick-search button.btn-submit .icon-search:before {
  line-height: 1;
  padding-left: 0;
  vertical-align: baseline;
}

.container-countries {
  position: absolute;
  bottom: 0;
  left: 0.9375rem;
  right: 0.9375rem;
}

.password-wrapper {
  position: relative;
}

.password-icon {
  position: absolute;
  top: 8px;
  right: 8px;
  background: url("../images/show-password.svg") no-repeat 0 0;
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: 0.2s all ease-in;
}
.password-icon:hover {
  background: url("../images/show-password-hover.svg") no-repeat 0 0;
}
.password-icon.active {
  background-image: url("../images/show-password-checked.svg");
}
.password-icon.active:hover {
  background: url("../images/show-password-checked-hover.svg") no-repeat 0 0;
}

.divider-legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: 44px;
  color: #a8aaac;
  border: 0;
  border-bottom: 1px solid #a8aaac;
}

.tiles .card {
  margin: 10px 0;
  padding: 0 0 20px 0;
  background-color: transparent;
  border-top-color: transparent;
  border-left: 0;
  border-right: 0;
}
.tiles .card .card-body {
  padding: 0 20px;
}
.tiles .card .card-title {
  color: #333333;
  font-weight: bold;
  font-size: 1.125rem;
}

footer.footer .footer-nav-wrap {
  background-color: #52565a;
  padding: 2.625rem 0;
  color: #ffffff;
}
footer.footer .footer-nav-wrap .footer-nav > li.nav-item {
  border-bottom: 1px solid rgba(245, 245, 245, 0.3);
  padding: 0;
}
footer.footer .footer-nav-wrap .footer-nav > li.nav-item .icon-plus, footer.footer .footer-nav-wrap .footer-nav > li.nav-item .icon-arrow-right {
  font-weight: 400;
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 24px;
  color: #ffffff;
  transform: translateY(-50%);
  line-height: 0;
}
footer.footer .footer-nav-wrap .footer-nav > li.nav-item .icon-plus {
  transition: transform 0.3s ease-out;
}
@media (max-width: 719.98px) {
  footer.footer .footer-nav-wrap .footer-nav > li.nav-item .nav-link {
    padding-left: 0;
    padding-right: 26px;
    cursor: pointer;
  }
}
footer.footer .footer-nav-wrap .footer-nav > li.nav-item .nav-link[aria-expanded=true] .icon-plus {
  transform: translateY(-50%) rotateZ(-45deg);
}
@media (min-width: 720px) {
  footer.footer .footer-nav-wrap .footer-nav > li.nav-item {
    padding: 0.75rem 0;
  }
}
footer.footer .footer-nav-wrap .footer-nav > li.nav-item:first-of-type {
  border-top: 1px solid rgba(245, 245, 245, 0.3);
}
footer.footer .division-nav {
  background-color: white;
  padding: 20px 0;
}
footer.footer .division-nav .divisions {
  text-align: left;
}
footer.footer .division-nav .divisions ul {
  margin: 0;
}
footer.footer .division-nav .divisions ul li {
  display: inline-block;
  text-decoration: none;
}
footer.footer .division-nav .divisions ul li img {
  height: 15px;
  margin-right: 5px;
}
footer.footer .division-nav .holding {
  text-align: right;
}
@media (max-width: 1023.98px) {
  footer.footer .division-nav .divisions,
footer.footer .division-nav .holding {
    text-align: center;
  }
}
footer.footer .division-nav .divisions > div,
footer.footer .division-nav .holding > div {
  display: inline-block;
}
footer.footer .division-nav .divisions > div span,
footer.footer .division-nav .holding > div span {
  font-size: 0.875rem;
  color: #004da0;
  margin-right: 5px;
  padding-top: 2px;
}
footer.footer .socials .nav-item .nav-link {
  cursor: pointer;
  padding-right: 12px;
  padding-left: 12px;
}
footer.footer .socials .nav-item:first-of-type .nav-link {
  padding-left: 20px;
}
footer.footer .socials .icon:before {
  width: 24px;
  height: 24px;
  font-size: 24px;
  line-height: 1;
}

*:focus, *:active {
  outline: none;
}

.container {
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 1024px) and (max-width: 1279.98px) {
  .container.container-extended {
    max-width: 1098px;
  }
}

.container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}

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

@media (max-width: 1023.98px) {
  .menu-open, .menu-open body {
    overflow: hidden;
    position: fixed;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
}
.career-widget {
  position: fixed;
  bottom: 0;
  overflow: visible;
  z-index: 999;
  display: block !important;
  transition: transform 0.5s ease-in;
  width: 100%;
  height: auto;
  transform: translateY(calc(100% - 50px));
  top: auto;
}
@media (min-width: 720px) {
  .career-widget {
    top: 25%;
    transform: translateX(-237px) translateY(0);
    width: 300px;
    height: 100%;
  }
}
.career-widget.animated {
  transform: translateY(0);
  transition: transform 0.5s ease-in;
}
@media (min-width: 720px) {
  .career-widget.animated {
    transform: translateX(0);
  }
}
.career-widget .toggle {
  height: 50px;
}
.career-widget .toggle .icon-arrow-right {
  float: none;
}
.career-widget .toggle .icon-arrow-right:before {
  transform: rotate(-90deg);
}
@media (min-width: 720px) {
  .career-widget .toggle {
    height: 74px;
  }
  .career-widget .toggle .icon-arrow-right {
    float: right;
  }
  .career-widget .toggle .icon-arrow-right:before {
    transform: rotate(0);
  }
}
.career-widget .list-group .list-group-item {
  background-color: inherit;
  border-color: #ffffff;
  border-left: 0;
  border-right: 0;
}
.career-widget .list-group .list-group-item:first-of-type {
  border-color: transparent;
}
.career-widget .list-group .list-group-item:first-of-type i.icon-arrow-right {
  cursor: pointer;
}
.career-widget .list-group .list-group-item:last-of-type {
  border-bottom: 0;
  padding-bottom: 74px;
}
.career-widget .bg-icon {
  background-position: top 16px right 11px;
  background-repeat: no-repeat;
  background-size: 40px 40px;
}
.career-widget .bg-icon.bg-icon-contact {
  background-image: url("/assets/default/images/icons/icon-kontakt.svg");
}
.career-widget .bg-icon.bg-icon-market {
  background-image: url("/assets/default/images/icons/icon-stellensuche.svg");
}
.career-widget .bg-icon.bg-icon-apply {
  background-image: url("/assets/default/images/icons/icon-bewerben.svg");
}
.career-widget .bg-icon.bg-icon-jobs {
  background-image: url("/assets/default/images/icons/icon-jobboerse.svg");
}
.career-widget .bg-icon.bg-icon-jobmap {
  background-image: url("/assets/default/images/icons/icon-jobmap.svg");
}
.career-widget .frame-type-shortcut {
  padding: 0;
}

.tx-powermail .table-publications thead tr th {
  border: none;
}
.tx-powermail .powermail_captcha {
  width: auto;
  display: inline;
}
.tx-powermail .powermail_captchaimage {
  margin-left: 10px;
  margin-bottom: 10px;
}

table.table:not(.table-clean) tbody tr {
  background-color: #ffffff;
}
table.table:not(.table-clean) tbody tr:nth-of-type(2n+1) {
  background-color: rgba(0, 166, 235, 0.1);
}
table.table:not(.table-clean) tbody tr:first-child {
  background-color: rgba(0, 77, 160, 0.1);
}

#PSOFOShop #div-sagparam1 label {
  padding-left: 0;
}
#PSOFOShop #div-sagparam1 label:before {
  content: "*";
  margin-right: 5px;
  color: #007c96;
  font-weight: bold;
}
#PSOFOShop #div-sagparam1 #sEmail {
  width: 100%;
}
#PSOFOShop #SAgLogSet #div-sagparam2, #PSOFOShop #SAgLogSet #div-sagparam3 {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  margin-top: 50px;
}
#PSOFOShop #SAgLogSet #div-sagparam2 > label, #PSOFOShop #SAgLogSet #div-sagparam3 > label {
  padding-left: 0;
}
#PSOFOShop #srcsubmit {
  display: inline-block;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  border: 1px solid #007c96;
  padding: 0.53125rem 1.1875rem;
  font-size: 0.875rem;
  line-height: 1.4285714286;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  text-transform: uppercase;
  background: #007c96;
  color: #ffffff;
  cursor: pointer;
  text-shadow: none;
}
#PSOFOShop #srcsubmit:hover {
  color: #ffffff;
  background: #7e8890;
  border-color: #7e8890;
}
#PSOFOShop #SAgLogLegend, #PSOFOShop #SRCLogLegend {
  color: #007c96;
  margin-top: 20px;
}
#PSOFOShop #div-srcparam1, #PSOFOShop #div-srcparam2, #PSOFOShop #div-srcparam3, #PSOFOShop #div-srcparam4, #PSOFOShop #div-srcparam5, #PSOFOShop #div-srcparam6 {
  width: 49%;
  margin-right: 0;
  margin-bottom: 20px;
}
#PSOFOShop #div-srcparam1 > div, #PSOFOShop #div-srcparam2 > div, #PSOFOShop #div-srcparam3 > div, #PSOFOShop #div-srcparam4 > div, #PSOFOShop #div-srcparam5 > div, #PSOFOShop #div-srcparam6 > div {
  width: 100%;
}
#PSOFOShop #div-srcparam1 select, #PSOFOShop #div-srcparam2 select, #PSOFOShop #div-srcparam3 select, #PSOFOShop #div-srcparam4 select, #PSOFOShop #div-srcparam5 select, #PSOFOShop #div-srcparam6 select {
  width: 100% !important;
}

.btn.btn-default {
  cursor: pointer;
}
.btn.btn-default.reverse {
  color: #004da0;
  background-color: #ffffff;
  border-color: #004da0;
}
.btn.btn-default.reverse:hover {
  color: #ffffff;
  background-color: #004da0;
  border-color: #004da0;
}

ol.large-marker {
  list-style: none;
  counter-reset: li;
  padding-left: 23px;
}
ol.large-marker li {
  padding-left: 20px;
}
ol.large-marker li:before {
  content: counter(li) ". ";
  counter-increment: li;
  font-weight: bold;
  margin-left: -20px;
}

.incapacity-for-work h1 {
  font-size: 27px;
  font-weight: 400;
  hyphens: auto;
}
.incapacity-for-work p {
  font-size: 18px;
  color: #004da0;
}
.incapacity-for-work p .smaller {
  font-size: 15px;
}
.incapacity-for-work p .bigger {
  font-size: 18px;
  font-weight: 600;
}
.incapacity-for-work label {
  display: block;
  font-size: 14px;
  font-weight: bold;
}
.incapacity-for-work input[type=text], .incapacity-for-work input[type=email], .incapacity-for-work input[type=tel], .incapacity-for-work select {
  width: 100%;
  height: 37px;
}
.incapacity-for-work textarea {
  width: 100%;
  height: 80px;
}
.incapacity-for-work select {
  height: 37px;
  background-color: #ffffff;
  border-radius: 0;
  border: 1px solid rgba(51, 51, 51, 0.3);
}
.incapacity-for-work .datepicker-wrapper {
  position: relative;
}
.incapacity-for-work .datepicker-wrapper:after {
  content: "";
  position: absolute;
  top: 10px;
  right: 15px;
  background: url("../../../assets/default/components/jqueryui/icons/calender-icon.svg") no-repeat;
  width: 16px;
  height: 18px;
}
.incapacity-for-work .required {
  background-color: #004da0;
  margin-bottom: 10px;
  padding: 30px 20px 10px 20px;
}
.incapacity-for-work .required p, .incapacity-for-work .required label {
  color: #ffffff;
}
.incapacity-for-work .required .radio label:not(.mandatory) {
  padding-left: 0;
}
.incapacity-for-work .required label.mandatory {
  background: url("../../../assets/default/images/mandatory_white.svg") no-repeat 0 6px;
}
.incapacity-for-work .not-required {
  background-color: #f5f5f5;
  margin-bottom: 25px;
  padding: 30px 20px 10px 20px;
}
.incapacity-for-work .file-upload input {
  display: none;
}
.incapacity-for-work .file-upload .file-label {
  position: relative;
  background-color: #ffffff;
  color: #00a6eb;
  border: 1px solid #00a6eb;
  padding: 10px 40px 10px 20px;
  display: inline-block;
  text-transform: uppercase;
  cursor: pointer;
}
.incapacity-for-work .file-upload .file-label:after {
  content: "";
  position: absolute;
  top: 10px;
  right: 15px;
  background: url("../../../assets/default/components/jqueryui/icons/upload-icon.svg") no-repeat;
  width: 14px;
  height: 18px;
}
.incapacity-for-work .file-upload .file-names {
  display: inline-block;
}
.incapacity-for-work .policy label {
  padding-left: 0;
  font-weight: normal;
}

#ui-datepicker-div {
  border: 2px solid #004da0;
  border-radius: 20px;
  padding: 10px;
}
#ui-datepicker-div .ui-datepicker-header {
  background-color: #ffffff;
  border: none;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev .ui-icon {
  width: 8px;
  background: url("../../../assets/default/components/jqueryui/icons/prev-icon.svg") no-repeat;
  background-size: 100% auto;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next .ui-icon {
  width: 8px;
  background: url("../../../assets/default/components/jqueryui/icons/next-icon.svg") no-repeat;
  background-size: 100% auto;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
  display: flex;
  justify-content: center;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-month, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-year {
  border: none;
  background-color: #ffffff;
  color: #00a6eb;
  font-weight: bold;
  font-family: Proxima Nova, serif;
  width: auto;
}
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-year {
  width: auto;
}
#ui-datepicker-div .ui-datepicker-calendar th {
  text-align: center;
}
#ui-datepicker-div .ui-datepicker-calendar .ui-state-default {
  border: none;
  background-color: #ffffff;
  width: min-content;
  margin: auto;
}
#ui-datepicker-div .ui-datepicker-calendar .ui-state-active {
  color: #ffffff;
  background-color: #00a6eb;
  border-radius: 5px;
}

select.bs-select-hidden,
.bootstrap-select > select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}

.bootstrap-select {
  width: 220px \0 ; /*IE9 and below*/
}
.bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  z-index: 1;
  text-align: right;
  white-space: nowrap;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
  color: rgba(255, 255, 255, 0.5);
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}
.has-error .bootstrap-select .dropdown-toggle, .error .bootstrap-select .dropdown-toggle, .bootstrap-select.is-invalid .dropdown-toggle, .was-validated .bootstrap-select .selectpicker:invalid + .dropdown-toggle {
  border-color: rgb(185, 74, 72);
}
.bootstrap-select.is-valid .dropdown-toggle, .was-validated .bootstrap-select .selectpicker:valid + .dropdown-toggle {
  border-color: #28a745;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
:not(.input-group) > .bootstrap-select.form-control:not([class*=col-]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}
.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.bootstrap-select:not(.input-group-btn), .bootstrap-select[class*=col-] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.dropdown-menu-right, .bootstrap-select[class*=col-].dropdown-menu-right, .row .bootstrap-select[class*=col-].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select, .form-horizontal .bootstrap-select, .form-group .bootstrap-select {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.form-control, .form-group-sm .bootstrap-select.form-control {
  padding: 0;
}
.form-group-lg .bootstrap-select.form-control .dropdown-toggle, .form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle, .bootstrap-select.form-control-lg .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.53125rem 1.1875rem;
}
.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.53125rem 1.1875rem;
}
.form-inline .bootstrap-select .form-control {
  width: 100%;
}
.bootstrap-select.disabled,
.bootstrap-select > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.disabled:focus,
.bootstrap-select > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important;
}
.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select .dropdown-toggle:before {
  content: "";
  display: inline-block;
}
.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: inherit;
  padding-right: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  height: 100%;
  width: 100%;
  text-align: left;
}
.bootstrap-select .dropdown-toggle .filter-option-inner {
  padding-right: inherit;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
}
.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit;
}
.bootstrap-select[class*=col-] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select .dropdown-menu > .inner:focus {
  outline: none !important;
}
.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
.bootstrap-select .dropdown-menu li {
  position: relative;
}
.bootstrap-select .dropdown-menu li.active small {
  color: rgba(255, 255, 255, 0.5) !important;
}
.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  user-select: none;
}
.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: rgb(245, 245, 245);
  border: 1px solid rgb(227, 227, 227);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0;
}
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline;
}
.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px;
}
.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select .bs-ok-default:after {
  content: "";
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.26em 0.26em 0;
  transform: rotate(45deg);
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before, .bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before, .bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
  display: block;
}

.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-item-wrap {
  display: none;
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item .img-wrap {
  max-height: 190px;
}
@media (min-width: 1024px) {
  .owl-carousel .owl-item .img-wrap {
    max-height: 385px;
  }
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loaded .owl-item-wrap {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 11px;
  height: 11px;
  margin: 0 6px;
  background: #ffffff;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 20px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #007c96;
}

.owl-carousel .owl-nav {
  position: absolute;
  top: -10px;
  width: 100%;
}
.owl-carousel .owl-nav button {
  outline: 0;
}
.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  height: 420px;
  left: -15px;
  width: 16px;
  border-right: 1px solid #bec4c7;
}
.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  height: 420px;
  right: -15px;
  width: 16px;
  border-left: 1px solid #bec4c7;
}

.frame-type-drivefce_carousel .owl-carousel .card-body,
.event-carousel .owl-carousel .card-body {
  font-size: 1.5rem;
}
.frame-type-drivefce_carousel .owl-carousel .owl-nav,
.event-carousel .owl-carousel .owl-nav {
  top: 50%;
  transform: translateY(-25px);
}
@media (max-width: 719.98px) {
  .frame-type-drivefce_carousel .owl-carousel .owl-nav,
.event-carousel .owl-carousel .owl-nav {
    display: none;
  }
}
.frame-type-drivefce_carousel .owl-carousel .owl-nav button.owl-prev,
.frame-type-drivefce_carousel .owl-carousel .owl-nav button.owl-next,
.event-carousel .owl-carousel .owl-nav button.owl-prev,
.event-carousel .owl-carousel .owl-nav button.owl-next {
  width: 50px;
  height: 50px;
  border: 0;
}
.frame-type-drivefce_carousel .owl-carousel .owl-nav button.owl-prev .icon,
.frame-type-drivefce_carousel .owl-carousel .owl-nav button.owl-next .icon,
.event-carousel .owl-carousel .owl-nav button.owl-prev .icon,
.event-carousel .owl-carousel .owl-nav button.owl-next .icon {
  display: block;
  color: #ffffff;
  font-size: 50px;
}
.frame-type-drivefce_carousel .owl-carousel .owl-nav button.owl-prev .icon:before,
.frame-type-drivefce_carousel .owl-carousel .owl-nav button.owl-next .icon:before,
.event-carousel .owl-carousel .owl-nav button.owl-prev .icon:before,
.event-carousel .owl-carousel .owl-nav button.owl-next .icon:before {
  vertical-align: top;
}
.frame-type-drivefce_carousel .owl-carousel .owl-nav button.owl-prev,
.event-carousel .owl-carousel .owl-nav button.owl-prev {
  left: 10px;
}
.frame-type-drivefce_carousel .owl-carousel .owl-nav button.owl-next,
.event-carousel .owl-carousel .owl-nav button.owl-next {
  right: 10px;
}
.frame-type-drivefce_carousel .owl-carousel .owl-dots,
.event-carousel .owl-carousel .owl-dots {
  z-index: 2;
  width: 100%;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.frame-type-drivefce_carousel .owl-carousel .owl-dots .owl-dot,
.event-carousel .owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
  outline: none;
}
.frame-type-drivefce_carousel .owl-carousel .owl-dots .owl-dot span,
.event-carousel .owl-carousel .owl-dots .owl-dot span {
  width: 11px;
  height: 11px;
  margin: 0 6px;
  background: #ffffff;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 20px;
  border: 1px solid #007c96;
}
.frame-type-drivefce_carousel .owl-carousel .owl-dots .owl-dot.active span, .frame-type-drivefce_carousel .owl-carousel .owl-dots .owl-dot:hover span,
.event-carousel .owl-carousel .owl-dots .owl-dot.active span,
.event-carousel .owl-carousel .owl-dots .owl-dot:hover span {
  background: #007c96;
  border-color: #007c96;
}

.map-filters {
  bottom: 24px;
  background: #ffffff;
  position: absolute;
  right: 55px;
  width: 230px;
  border-radius: 2px;
  box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
  /* Base for label styling */
}
.map-filters label {
  font-family: Roboto, Arial, sans-serif;
  font-size: 12px;
  margin-bottom: 3px;
  margin-top: 3px;
}
.map-filters [type=checkbox]:not(:checked),
.map-filters [type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}
.map-filters [type=checkbox]:not(:checked) + label,
.map-filters [type=checkbox]:checked + label {
  position: relative;
  cursor: pointer;
}
.map-filters .selectDivision-toggle {
  color: #000000;
  font-size: 19px;
  text-decoration: none;
  margin: 9px;
  display: block;
}
.map-filters .selectDivision-toggle i {
  float: right;
}
.map-filters #selectDivision {
  margin-bottom: 3px;
  padding: 2px 20px 9px;
}
.map-filters #selectDivision div {
  width: 50%;
  float: left;
}
.map-filters #selectDivision div label {
  font-size: 15px;
}
.map-filters .filterbox {
  margin-bottom: 3px;
  padding: 2px 20px 9px;
}
.map-filters .filterbox > .custom-control {
  width: 50%;
  float: left;
}
.map-filters .filterbox > .custom-control label {
  font-size: 15px;
}
.map-filters .filterbox-grey {
  background-color: #cccccc;
  padding: 6px 20px 8px;
}

svg {
  touch-action: none;
}

.tx-drivefce-vectormap {
  width: 100%;
  height: 352px;
}
@media (max-width: 1023.98px) {
  .tx-drivefce-vectormap {
    height: 352px;
  }
}
@media (max-width: 719.98px) {
  .tx-drivefce-vectormap {
    height: 218px;
  }
}

.jvectormap-container {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  touch-action: none;
}

.jvectormap-tip {
  position: absolute;
  display: none;
  border: solid 1px #004da0;
  border-radius: 0;
  background: #00a6eb;
  color: white;
  padding: 5px 10px;
  text-shadow: 0 1px 0 #0094d2;
}

.jvectormap-zoomin, .jvectormap-zoomout, .jvectormap-goback {
  position: absolute;
  left: 10px;
  border-radius: 0;
  background: #bec4c7;
  padding: 5px;
  color: white;
  cursor: pointer;
  line-height: 10px;
  text-align: center;
  box-sizing: content-box;
}

.jvectormap-zoomin, .jvectormap-zoomout {
  width: 10px;
  height: 10px;
}

.jvectormap-zoomin {
  top: 10px;
}

.jvectormap-zoomout {
  top: 35px;
}

.jvectormap-goback {
  bottom: 10px;
  z-index: 1000;
  padding: 6px;
}

.jvectormap-spinner {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: center no-repeat url(data:image/gif;base64,R0lGODlhIAAgAPMAAP///wAAAMbGxoSEhLa2tpqamjY2NlZWVtjY2OTk5Ly8vB4eHgQEBAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAIAAgAAAE5xDISWlhperN52JLhSSdRgwVo1ICQZRUsiwHpTJT4iowNS8vyW2icCF6k8HMMBkCEDskxTBDAZwuAkkqIfxIQyhBQBFvAQSDITM5VDW6XNE4KagNh6Bgwe60smQUB3d4Rz1ZBApnFASDd0hihh12BkE9kjAJVlycXIg7CQIFA6SlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YJvpJivxNaGmLHT0VnOgSYf0dZXS7APdpB309RnHOG5gDqXGLDaC457D1zZ/V/nmOM82XiHRLYKhKP1oZmADdEAAAh+QQJCgAAACwAAAAAIAAgAAAE6hDISWlZpOrNp1lGNRSdRpDUolIGw5RUYhhHukqFu8DsrEyqnWThGvAmhVlteBvojpTDDBUEIFwMFBRAmBkSgOrBFZogCASwBDEY/CZSg7GSE0gSCjQBMVG023xWBhklAnoEdhQEfyNqMIcKjhRsjEdnezB+A4k8gTwJhFuiW4dokXiloUepBAp5qaKpp6+Ho7aWW54wl7obvEe0kRuoplCGepwSx2jJvqHEmGt6whJpGpfJCHmOoNHKaHx61WiSR92E4lbFoq+B6QDtuetcaBPnW6+O7wDHpIiK9SaVK5GgV543tzjgGcghAgAh+QQJCgAAACwAAAAAIAAgAAAE7hDISSkxpOrN5zFHNWRdhSiVoVLHspRUMoyUakyEe8PTPCATW9A14E0UvuAKMNAZKYUZCiBMuBakSQKG8G2FzUWox2AUtAQFcBKlVQoLgQReZhQlCIJesQXI5B0CBnUMOxMCenoCfTCEWBsJColTMANldx15BGs8B5wlCZ9Po6OJkwmRpnqkqnuSrayqfKmqpLajoiW5HJq7FL1Gr2mMMcKUMIiJgIemy7xZtJsTmsM4xHiKv5KMCXqfyUCJEonXPN2rAOIAmsfB3uPoAK++G+w48edZPK+M6hLJpQg484enXIdQFSS1u6UhksENEQAAIfkECQoAAAAsAAAAACAAIAAABOcQyEmpGKLqzWcZRVUQnZYg1aBSh2GUVEIQ2aQOE+G+cD4ntpWkZQj1JIiZIogDFFyHI0UxQwFugMSOFIPJftfVAEoZLBbcLEFhlQiqGp1Vd140AUklUN3eCA51C1EWMzMCezCBBmkxVIVHBWd3HHl9JQOIJSdSnJ0TDKChCwUJjoWMPaGqDKannasMo6WnM562R5YluZRwur0wpgqZE7NKUm+FNRPIhjBJxKZteWuIBMN4zRMIVIhffcgojwCF117i4nlLnY5ztRLsnOk+aV+oJY7V7m76PdkS4trKcdg0Zc0tTcKkRAAAIfkECQoAAAAsAAAAACAAIAAABO4QyEkpKqjqzScpRaVkXZWQEximw1BSCUEIlDohrft6cpKCk5xid5MNJTaAIkekKGQkWyKHkvhKsR7ARmitkAYDYRIbUQRQjWBwJRzChi9CRlBcY1UN4g0/VNB0AlcvcAYHRyZPdEQFYV8ccwR5HWxEJ02YmRMLnJ1xCYp0Y5idpQuhopmmC2KgojKasUQDk5BNAwwMOh2RtRq5uQuPZKGIJQIGwAwGf6I0JXMpC8C7kXWDBINFMxS4DKMAWVWAGYsAdNqW5uaRxkSKJOZKaU3tPOBZ4DuK2LATgJhkPJMgTwKCdFjyPHEnKxFCDhEAACH5BAkKAAAALAAAAAAgACAAAATzEMhJaVKp6s2nIkolIJ2WkBShpkVRWqqQrhLSEu9MZJKK9y1ZrqYK9WiClmvoUaF8gIQSNeF1Er4MNFn4SRSDARWroAIETg1iVwuHjYB1kYc1mwruwXKC9gmsJXliGxc+XiUCby9ydh1sOSdMkpMTBpaXBzsfhoc5l58Gm5yToAaZhaOUqjkDgCWNHAULCwOLaTmzswadEqggQwgHuQsHIoZCHQMMQgQGubVEcxOPFAcMDAYUA85eWARmfSRQCdcMe0zeP1AAygwLlJtPNAAL19DARdPzBOWSm1brJBi45soRAWQAAkrQIykShQ9wVhHCwCQCACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiRMDjI0Fd30/iI2UA5GSS5UDj2l6NoqgOgN4gksEBgYFf0FDqKgHnyZ9OX8HrgYHdHpcHQULXAS2qKpENRg7eAMLC7kTBaixUYFkKAzWAAnLC7FLVxLWDBLKCwaKTULgEwbLA4hJtOkSBNqITT3xEgfLpBtzE/jiuL04RGEBgwWhShRgQExHBAAh+QQJCgAAACwAAAAAIAAgAAAE7xDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfZiCqGk5dTESJeaOAlClzsJsqwiJwiqnFrb2nS9kmIcgEsjQydLiIlHehhpejaIjzh9eomSjZR+ipslWIRLAgMDOR2DOqKogTB9pCUJBagDBXR6XB0EBkIIsaRsGGMMAxoDBgYHTKJiUYEGDAzHC9EACcUGkIgFzgwZ0QsSBcXHiQvOwgDdEwfFs0sDzt4S6BK4xYjkDOzn0unFeBzOBijIm1Dgmg5YFQwsCMjp1oJ8LyIAACH5BAkKAAAALAAAAAAgACAAAATwEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GGl6NoiPOH16iZKNlH6KmyWFOggHhEEvAwwMA0N9GBsEC6amhnVcEwavDAazGwIDaH1ipaYLBUTCGgQDA8NdHz0FpqgTBwsLqAbWAAnIA4FWKdMLGdYGEgraigbT0OITBcg5QwPT4xLrROZL6AuQAPUS7bxLpoWidY0JtxLHKhwwMJBTHgPKdEQAACH5BAkKAAAALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GAULDJCRiXo1CpGXDJOUjY+Yip9DhToJA4RBLwMLCwVDfRgbBAaqqoZ1XBMHswsHtxtFaH1iqaoGNgAIxRpbFAgfPQSqpbgGBqUD1wBXeCYp1AYZ19JJOYgH1KwA4UBvQwXUBxPqVD9L3sbp2BNk2xvvFPJd+MFCN6HAAIKgNggY0KtEBAAh+QQJCgAAACwAAAAAIAAgAAAE6BDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfYIDMaAFdTESJeaEDAIMxYFqrOUaNW4E4ObYcCXaiBVEgULe0NJaxxtYksjh2NLkZISgDgJhHthkpU4mW6blRiYmZOlh4JWkDqILwUGBnE6TYEbCgevr0N1gH4At7gHiRpFaLNrrq8HNgAJA70AWxQIH1+vsYMDAzZQPC9VCNkDWUhGkuE5PxJNwiUK4UfLzOlD4WvzAHaoG9nxPi5d+jYUqfAhhykOFwJWiAAAIfkECQoAAAAsAAAAACAAIAAABPAQyElpUqnqzaciSoVkXVUMFaFSwlpOCcMYlErAavhOMnNLNo8KsZsMZItJEIDIFSkLGQoQTNhIsFehRww2CQLKF0tYGKYSg+ygsZIuNqJksKgbfgIGepNo2cIUB3V1B3IvNiBYNQaDSTtfhhx0CwVPI0UJe0+bm4g5VgcGoqOcnjmjqDSdnhgEoamcsZuXO1aWQy8KAwOAuTYYGwi7w5h+Kr0SJ8MFihpNbx+4Erq7BYBuzsdiH1jCAzoSfl0rVirNbRXlBBlLX+BP0XJLAPGzTkAuAOqb0WT5AH7OcdCm5B8TgRwSRKIHQtaLCwg1RAAAOwAAAAAAAAAAAA==);
}

.jvectormap-legend-title {
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}

.jvectormap-legend-cnt {
  position: absolute;
}

.jvectormap-legend-cnt-h {
  bottom: 0;
  right: 0;
}

.jvectormap-legend-cnt-v {
  top: 0;
  right: 0;
}

.jvectormap-legend {
  background: #004da0;
  color: white;
  border-radius: 3px;
}

.jvectormap-legend-cnt-h .jvectormap-legend {
  float: left;
  margin: 0 10px 10px 0;
  padding: 3px 3px 1px 3px;
}

.jvectormap-legend-cnt-h .jvectormap-legend .jvectormap-legend-tick {
  float: left;
}

.jvectormap-legend-cnt-v .jvectormap-legend {
  margin: 10px 10px 0 0;
  padding: 3px;
}

.jvectormap-legend-cnt-h .jvectormap-legend-tick {
  width: 40px;
}

.jvectormap-legend-cnt-h .jvectormap-legend-tick-sample {
  height: 15px;
}

.jvectormap-legend-cnt-v .jvectormap-legend-tick-sample {
  height: 20px;
  width: 20px;
  display: inline-block;
  vertical-align: middle;
}

.jvectormap-legend-tick-text {
  font-size: 12px;
}

.jvectormap-legend-cnt-h .jvectormap-legend-tick-text {
  text-align: center;
}

.jvectormap-legend-cnt-v .jvectormap-legend-tick-text {
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
  padding-left: 3px;
}

.custom-style {
  direction: ltr;
  overflow: hidden;
  text-align: center;
  position: relative;
  color: #000000;
  font-family: Roboto, Arial, sans-serif;
  -moz-user-select: none;
  font-size: 11px;
  background-color: #ffffff;
  padding: 1px 6px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
  min-width: 22px;
  cursor: pointer;
}
.custom-style:hover {
  background-color: #EBEBEB;
}

.tx-driveextconnector-news.show img {
  max-width: 100%;
  height: auto;
}

.news-single .news-text-wrap .table tr:first-child {
  background-color: #ffffff;
}
.news-single .news-text-wrap .table td {
  border-top: none;
  padding: 0;
}
.news-single .news-text-wrap .table img {
  max-width: 100%;
  height: auto;
}

.ce-spacer-white {
  border: 0;
  height: 10px;
  background-color: #FFF;
  margin: 0;
}

.ce-align-left {
  text-align: left;
}

.ce-align-center {
  text-align: center;
}

.ce-align-right {
  text-align: right;
}

.ce-table td, .ce-table th {
  vertical-align: top;
}

.ce-textpic, .ce-image, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div {
  overflow: hidden;
}

.ce-left .ce-gallery, .ce-column {
  float: left;
}

.ce-center .ce-outer {
  position: relative;
  float: right;
  right: 50%;
}

.ce-center .ce-inner {
  position: relative;
  float: right;
  right: -50%;
}

.ce-right .ce-gallery {
  float: right;
}

.ce-gallery figure {
  display: table;
  margin: 0;
}

.ce-gallery figcaption {
  display: table-caption;
  caption-side: bottom;
}

.ce-gallery img {
  display: block;
}

.ce-gallery iframe {
  border-width: 0;
}

.ce-border img,
.ce-border iframe {
  border: 1px solid black;
  padding: 10px;
}

.ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
  margin-bottom: 10px;
}

.ce-intext.ce-right .ce-gallery {
  margin-left: 10px;
}

.ce-intext.ce-left .ce-gallery {
  margin-right: 10px;
}

.ce-below .ce-gallery {
  margin-top: 10px;
}

.ce-column {
  margin-right: 10px;
}

.ce-column:last-child {
  margin-right: 0;
}

.ce-row {
  margin-bottom: 10px;
}

.ce-row:last-child {
  margin-bottom: 0;
}

.ce-above .ce-bodytext {
  clear: both;
}

.ce-intext.ce-left ol, .ce-intext.ce-left ul {
  padding-left: 40px;
  overflow: auto;
}

/* Headline */
.ce-headline-left {
  text-align: left;
}

.ce-headline-center {
  text-align: center;
}

.ce-headline-right {
  text-align: right;
}

/* Uploads */
.ce-uploads {
  margin: 0;
  padding: 0;
}

.ce-uploads li {
  list-style: none outside none;
  margin: 1em 0;
}

.ce-uploads img {
  float: left;
  padding-right: 1em;
  vertical-align: top;
}

.ce-uploads span {
  display: block;
}

/* Table */
.ce-table {
  width: 100%;
  max-width: 100%;
}

.ce-table th, .ce-table td {
  padding: 0.5em 0.75em;
  vertical-align: top;
}

.ce-table thead th {
  border-bottom: 2px solid #dadada;
}

.ce-table th, .ce-table td {
  border-top: 1px solid #dadada;
}

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

.ce-table-bordered th, .ce-table-bordered td {
  border: 1px solid #dadada;
}

/* Space */
.frame-space-before-extra-small {
  margin-top: 1em;
}

.frame-space-before-small {
  margin-top: 2em;
}

.frame-space-before-medium {
  margin-top: 3em;
}

.frame-space-before-large {
  margin-top: 4em;
}

.frame-space-before-extra-large {
  margin-top: 5em;
}

.frame-space-before-gutter-width {
  margin-top: 10px;
}

.frame-space-after-extra-small {
  margin-bottom: 1em;
}

.frame-space-after-small {
  margin-bottom: 2em;
}

.frame-space-after-medium {
  margin-bottom: 3em;
}

.frame-space-after-large {
  margin-bottom: 4em;
}

.frame-space-after-extra-large {
  margin-bottom: 5em;
}

.frame-space-after-gutter-width {
  margin-bottom: 10px;
}

/* Frame */
.frame-ruler-before:before {
  content: "";
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  margin-bottom: 2em;
}

.frame-ruler-after:after {
  content: "";
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  margin-top: 2em;
}

.frame-indent {
  margin-left: 15%;
  margin-right: 15%;
}

.frame-indent-left {
  margin-left: 33%;
}

.frame-indent-right {
  margin-right: 33%;
}

.frame-type-drivefce_cta > a {
  display: block;
  padding: 20px 50px;
  position: relative;
}
.frame-type-drivefce_cta > a .icon {
  right: -4px;
}

.breadcrumb {
  margin-bottom: 0;
}

.section-border {
  border-top: 10px solid #FFF;
}

.section-header {
  min-height: 67px;
}

.section-header.summary {
  padding: 80px 0;
}

#main .content-wrapper-white {
  background-color: #FFF;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: calc(100% - 10px);
  margin-bottom: 50px;
  padding: 0;
}
@media (min-width: 720px) {
  #main .content-wrapper-white {
    max-width: 694px;
    margin-bottom: 80px;
  }
}
@media (min-width: 1024px) {
  #main .content-wrapper-white {
    max-width: 1000px;
    margin-bottom: 100px;
  }
}
@media (min-width: 1280px) {
  #main .content-wrapper-white {
    max-width: 1256px;
  }
}
@media (min-width: 1380px) {
  #main .content-wrapper-white {
    max-width: 1346px;
  }
}
#main .jumbotron {
  margin-bottom: 0;
  background-color: transparent;
}

@media (max-width: 540px) {
  .ce-textpic.ce-left.ce-intext.ce-nowrap .ce-gallery {
    float: none;
    margin-right: 0;
  }
  .ce-textpic.ce-left.ce-intext.ce-nowrap .ce-gallery .ce-column figure.image {
    margin: auto;
  }
}

@media (max-width: 540px) {
  .ce-textpic.ce-right.ce-intext.ce-nowrap .ce-gallery {
    float: none;
    margin-left: 0;
  }
  .ce-textpic.ce-right.ce-intext.ce-nowrap .ce-gallery .ce-column figure.image {
    margin: auto;
  }
}

.publication-div-striped .publication:nth-child(odd) {
  background-color: #ffffff;
}
.publication-div-striped .publication:nth-child(even) {
  background-color: #f5f5f5;
}

.ce-emergencyheader {
  position: relative;
}
.ce-emergencyheader .image {
  margin-bottom: 10px;
}
.ce-emergencyheader .ce-bodytext .btn {
  margin-bottom: 20px;
}
@media (min-width: 720px) {
  .ce-emergencyheader .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 77, 160, 0.2);
  }
  .ce-emergencyheader .image {
    margin-bottom: unset;
  }
  .ce-emergencyheader .ce-bodytext {
    position: absolute;
    top: 50%;
    left: 60px;
    transform: translateY(-50%);
  }
  .ce-emergencyheader .ce-bodytext h1, .ce-emergencyheader .ce-bodytext h2, .ce-emergencyheader .ce-bodytext h3, .ce-emergencyheader .ce-bodytext p {
    color: #ffffff;
  }
  .ce-emergencyheader .ce-bodytext .btn {
    margin-bottom: unset;
  }
}

.history {
  position: relative;
}
.history .year .year-title {
  background-color: #00a6eb;
  color: white;
  padding: 0 10px;
  font-size: 21px;
  width: 70px;
}
.history .year .year-title.period {
  width: 121px;
}
.history .year:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f062";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 86px;
  display: none;
  color: #e0e0e0;
}
@media (min-width: 720px) {
  .history .year:before {
    display: inline-block;
    top: -18px;
    left: 151px;
    font-size: 21px;
  }
}
@media (min-width: 1024px) {
  .history .year:before {
    left: 156px;
  }
}
@media (min-width: 1280px) {
  .history .year:before {
    left: 198.3px;
  }
}
.history .year:nth-child(even) .year-title {
  background-color: #004da0;
}
.history .year:nth-child(even) .history-accordion .history-card-header .fa-plus {
  background-color: #004da0;
}

.history-accordion {
  border-color: #bec4c7;
}
.history-accordion .history-card, .history-accordion .history-card-header {
  background-color: transparent;
  border: 0;
}
.history-accordion .history-card-header {
  padding: 10px 0;
  cursor: pointer;
}
.history-accordion .history-card-header:hover .fa-plus {
  box-shadow: 0 0 1px 1px #002525;
}
.history-accordion .history-card-header .fa-plus {
  text-align: center;
  font-size: 14px;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  margin-left: 2px;
  color: #FFF;
  border: 3px solid #f5f5f5;
  background-color: #00a6eb;
  border-radius: 100%;
  padding: 4px;
  box-shadow: 0 0 1px 1px #f5f5f5;
}
.history-accordion .history-card-header .fa-plus:before {
  vertical-align: middle;
}
.history-accordion .history-card-header[aria-expanded=true] .fa-plus:before {
  content: "\f068";
}
.history-accordion .history-card-body {
  padding: 0 0 15px 47px;
}

.arrow-bg:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 83px;
  display: none;
  border-left: 5px solid #e0e0e0;
}
@media (min-width: 720px) {
  .arrow-bg:before {
    display: block;
  }
}
@media (min-width: 1024px) {
  .arrow-bg:before {
    left: 88px;
  }
}
@media (min-width: 1280px) {
  .arrow-bg:before {
    left: 131px;
  }
}
.arrow-bg.history-accordion:before {
  left: 20px;
}
.arrow-bg.range:before {
  left: 32px;
}
@media (min-width: 1024px) {
  .arrow-bg.range:before {
    left: 37px;
  }
}
@media (min-width: 1280px) {
  .arrow-bg.range:before {
    left: 79px;
  }
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/lightbox/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/lightbox/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/lightbox/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/lightbox/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

#tx-solr-search .searchinfo {
  margin-top: 20px;
}
#tx-solr-search .solr-pagination .pagination {
  float: right;
}
#tx-solr-search .solr-pagination .pagination li {
  margin-right: 10px;
}
#tx-solr-search .solr-pagination .pagination li.active > a {
  color: #a8aaac;
}
#tx-solr-search .solr-pagination::after {
  display: block;
  clear: both;
  content: "";
}
#tx-solr-search .search-result .results-topic a {
  text-decoration: underline;
  font-weight: bold;
}
#tx-solr-search .search-result .results-url {
  color: #009933;
  font-size: 85%;
}
#tx-solr-search .search-result .result-content .results-highlight {
  font-weight: bold;
}

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