#loading-bg {
  opacity: 0.96;
}[dir] #loading-bg {
  background: -webkit-gradient(linear, left top, left bottom, from(#564237e3), to(#564237));
  background: linear-gradient(to bottom, #564237e3, #564237);
}[dir=ltr] #loading-bg {
  margin-left: -15px;
  margin-right: -15px;
  background: -webkit-gradient(linear, left top, left bottom, from(#564237e3), to(#564237));
}[dir=rtl] #loading-bg {
  margin-right: -15px;
  margin-left: -15px;
  background: -webkit-gradient(linear, right top, right bottom, from(#564237e3), to(#564237));
}

[dir] .router-view {
  padding: 0px;
}

#content-area {
  position: relative;
}

.vs-con-loading__container {
  overflow: initial;
}

.vs-con-loading__container .con-vs-loading {
  -webkit-box-pack: start;
          justify-content: start;
}

.vs-notifications {
  max-width: initial !important;
}

/*!
 * Bootstrap v4.4.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: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #ff0000;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #ff4136;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
}

[dir] body {
  margin: 0;
  background-color: #fff;
}

[dir=ltr] body {
  text-align: left;
}

[dir=rtl] body {
  text-align: right;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

[dir] h1, [dir] h2, [dir] h3, [dir] h4, [dir] h5, [dir] h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

[dir] p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

[dir] abbr[title], [dir] abbr[data-original-title] {
  cursor: help;
  border-bottom: 0;
}

address {
  font-style: normal;
  line-height: inherit;
}

[dir] address {
  margin-bottom: 1rem;
}

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

[dir] ol ol, [dir] ul ul, [dir] ol ul, [dir] ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

[dir] dd {
  margin-bottom: .5rem;
}

[dir=ltr] dd {
  margin-left: 0;
}

[dir=rtl] dd {
  margin-right: 0;
}

[dir] blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #ff0000;
  text-decoration: none;
}

[dir] a {
  background-color: transparent;
}

a:hover {
  color: #b30000;
  text-decoration: underline;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

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

pre {
  overflow: auto;
}

[dir] pre {
  margin-top: 0;
  margin-bottom: 1rem;
}

[dir] figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
}

[dir] img {
  border-style: none;
}

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

table {
  border-collapse: collapse;
}

caption {
  color: #6c757d;
  caption-side: bottom;
}

[dir] caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

[dir=ltr] caption {
  text-align: left;
}

[dir=rtl] caption {
  text-align: right;
}

[dir] th {
  text-align: inherit;
}

label {
  display: inline-block;
}

[dir] label {
  margin-bottom: 0.5rem;
}

[dir] button {
  border-radius: 0;
}

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

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

[dir] input, [dir] button, [dir] select, [dir] optgroup, [dir] textarea {
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

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

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

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

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

[dir] input[type="radio"], [dir] input[type="checkbox"] {
  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;
}

[dir] fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

[dir] legend {
  padding: 0;
  margin-bottom: .5rem;
}

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

[dir] summary {
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 500;
  line-height: 1.2;
}

[dir] h1, [dir] h2, [dir] h3, [dir] h4, [dir] h5, [dir] h6, [dir] .h1, [dir] .h2, [dir] .h3, [dir] .h4, [dir] .h5, [dir] .h6 {
  margin-bottom: 0.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.list-unstyled {
  list-style: none;
}

[dir=ltr] .list-unstyled {
  padding-left: 0;
}

[dir=rtl] .list-unstyled {
  padding-right: 0;
}

.list-inline {
  list-style: none;
}

[dir=ltr] .list-inline {
  padding-left: 0;
}

[dir=rtl] .list-inline {
  padding-right: 0;
}

.list-inline-item {
  display: inline-block;
}

[dir=ltr] .list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

[dir=rtl] .list-inline-item:not(:last-child) {
  margin-left: 0.5rem;
}

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

.blockquote {
  font-size: 1.25rem;
}

[dir] .blockquote {
  margin-bottom: 1rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014\A0";
}

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

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

[dir] .img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
}

.figure {
  display: inline-block;
}

.figure-img {
  line-height: 1;
}

[dir] .figure-img {
  margin-bottom: 0.5rem;
}

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

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  font-size: 87.5%;
  color: #fff;
}

[dir] kbd {
  padding: 0.2rem 0.4rem;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  font-size: 100%;
  font-weight: 700;
}

[dir] kbd kbd {
  padding: 0;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

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

.container {
  width: 100%;
}

[dir=ltr] .container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

[dir=rtl] .container {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
}

[dir=ltr] .container-fluid, [dir=ltr] .container-sm, [dir=ltr] .container-md, [dir=ltr] .container-lg, [dir=ltr] .container-xl {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

[dir=rtl] .container-fluid, [dir=rtl] .container-sm, [dir=rtl] .container-md, [dir=rtl] .container-lg, [dir=rtl] .container-xl {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container,
  .container-sm,
  .container-md {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    max-width: 1140px;
  }
}

.row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

[dir=ltr] .row {
  margin-right: -15px;
  margin-left: -15px;
}

[dir=rtl] .row {
  margin-left: -15px;
  margin-right: -15px;
}

[dir=ltr] .no-gutters {
  margin-right: 0;
  margin-left: 0;
}

[dir=rtl] .no-gutters {
  margin-left: 0;
  margin-right: 0;
}

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

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

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

[dir=ltr] .col-1, [dir=ltr] .col-2, [dir=ltr] .col-3, [dir=ltr] .col-4, [dir=ltr] .col-5, [dir=ltr] .col-6, [dir=ltr] .col-7, [dir=ltr] .col-8, [dir=ltr] .col-9, [dir=ltr] .col-10, [dir=ltr] .col-11, [dir=ltr] .col-12, [dir=ltr] .col, [dir=ltr] .col-auto, [dir=ltr] .col-sm-1, [dir=ltr] .col-sm-2, [dir=ltr] .col-sm-3, [dir=ltr] .col-sm-4, [dir=ltr] .col-sm-5, [dir=ltr] .col-sm-6, [dir=ltr] .col-sm-7, [dir=ltr] .col-sm-8, [dir=ltr] .col-sm-9, [dir=ltr] .col-sm-10, [dir=ltr] .col-sm-11, [dir=ltr] .col-sm-12, [dir=ltr] .col-sm, [dir=ltr] .col-sm-auto, [dir=ltr] .col-md-1, [dir=ltr] .col-md-2, [dir=ltr] .col-md-3, [dir=ltr] .col-md-4, [dir=ltr] .col-md-5, [dir=ltr] .col-md-6, [dir=ltr] .col-md-7, [dir=ltr] .col-md-8, [dir=ltr] .col-md-9, [dir=ltr] .col-md-10, [dir=ltr] .col-md-11, [dir=ltr] .col-md-12, [dir=ltr] .col-md, [dir=ltr] .col-md-auto, [dir=ltr] .col-lg-1, [dir=ltr] .col-lg-2, [dir=ltr] .col-lg-3, [dir=ltr] .col-lg-4, [dir=ltr] .col-lg-5, [dir=ltr] .col-lg-6, [dir=ltr] .col-lg-7, [dir=ltr] .col-lg-8, [dir=ltr] .col-lg-9, [dir=ltr] .col-lg-10, [dir=ltr] .col-lg-11, [dir=ltr] .col-lg-12, [dir=ltr] .col-lg, [dir=ltr] .col-lg-auto, [dir=ltr] .col-xl-1, [dir=ltr] .col-xl-2, [dir=ltr] .col-xl-3, [dir=ltr] .col-xl-4, [dir=ltr] .col-xl-5, [dir=ltr] .col-xl-6, [dir=ltr] .col-xl-7, [dir=ltr] .col-xl-8, [dir=ltr] .col-xl-9, [dir=ltr] .col-xl-10, [dir=ltr] .col-xl-11, [dir=ltr] .col-xl-12, [dir=ltr] .col-xl, [dir=ltr] .col-xl-auto {
  padding-right: 15px;
  padding-left: 15px;
}

[dir=rtl] .col-1, [dir=rtl] .col-2, [dir=rtl] .col-3, [dir=rtl] .col-4, [dir=rtl] .col-5, [dir=rtl] .col-6, [dir=rtl] .col-7, [dir=rtl] .col-8, [dir=rtl] .col-9, [dir=rtl] .col-10, [dir=rtl] .col-11, [dir=rtl] .col-12, [dir=rtl] .col, [dir=rtl] .col-auto, [dir=rtl] .col-sm-1, [dir=rtl] .col-sm-2, [dir=rtl] .col-sm-3, [dir=rtl] .col-sm-4, [dir=rtl] .col-sm-5, [dir=rtl] .col-sm-6, [dir=rtl] .col-sm-7, [dir=rtl] .col-sm-8, [dir=rtl] .col-sm-9, [dir=rtl] .col-sm-10, [dir=rtl] .col-sm-11, [dir=rtl] .col-sm-12, [dir=rtl] .col-sm, [dir=rtl] .col-sm-auto, [dir=rtl] .col-md-1, [dir=rtl] .col-md-2, [dir=rtl] .col-md-3, [dir=rtl] .col-md-4, [dir=rtl] .col-md-5, [dir=rtl] .col-md-6, [dir=rtl] .col-md-7, [dir=rtl] .col-md-8, [dir=rtl] .col-md-9, [dir=rtl] .col-md-10, [dir=rtl] .col-md-11, [dir=rtl] .col-md-12, [dir=rtl] .col-md, [dir=rtl] .col-md-auto, [dir=rtl] .col-lg-1, [dir=rtl] .col-lg-2, [dir=rtl] .col-lg-3, [dir=rtl] .col-lg-4, [dir=rtl] .col-lg-5, [dir=rtl] .col-lg-6, [dir=rtl] .col-lg-7, [dir=rtl] .col-lg-8, [dir=rtl] .col-lg-9, [dir=rtl] .col-lg-10, [dir=rtl] .col-lg-11, [dir=rtl] .col-lg-12, [dir=rtl] .col-lg, [dir=rtl] .col-lg-auto, [dir=rtl] .col-xl-1, [dir=rtl] .col-xl-2, [dir=rtl] .col-xl-3, [dir=rtl] .col-xl-4, [dir=rtl] .col-xl-5, [dir=rtl] .col-xl-6, [dir=rtl] .col-xl-7, [dir=rtl] .col-xl-8, [dir=rtl] .col-xl-9, [dir=rtl] .col-xl-10, [dir=rtl] .col-xl-11, [dir=rtl] .col-xl-12, [dir=rtl] .col-xl, [dir=rtl] .col-xl-auto {
  padding-left: 15px;
  padding-right: 15px;
}

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

.row-cols-1 > * {
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  -webkit-box-flex: 0;
          flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.row-cols-4 > * {
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  -webkit-box-flex: 0;
          flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  -webkit-box-flex: 0;
          flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

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

.col-1 {
  -webkit-box-flex: 0;
          flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  -webkit-box-flex: 0;
          flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

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

.col-4 {
  -webkit-box-flex: 0;
          flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  -webkit-box-flex: 0;
          flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

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

.col-7 {
  -webkit-box-flex: 0;
          flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  -webkit-box-flex: 0;
          flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

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

.col-10 {
  -webkit-box-flex: 0;
          flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  -webkit-box-flex: 0;
          flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.col-12 {
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
          order: 12;
}

[dir=ltr] .offset-1 {
  margin-left: 8.33333333%;
}

[dir=rtl] .offset-1 {
  margin-right: 8.33333333%;
}

[dir=ltr] .offset-2 {
  margin-left: 16.66666667%;
}

[dir=rtl] .offset-2 {
  margin-right: 16.66666667%;
}

[dir=ltr] .offset-3 {
  margin-left: 25%;
}

[dir=rtl] .offset-3 {
  margin-right: 25%;
}

[dir=ltr] .offset-4 {
  margin-left: 33.33333333%;
}

[dir=rtl] .offset-4 {
  margin-right: 33.33333333%;
}

[dir=ltr] .offset-5 {
  margin-left: 41.66666667%;
}

[dir=rtl] .offset-5 {
  margin-right: 41.66666667%;
}

[dir=ltr] .offset-6 {
  margin-left: 50%;
}

[dir=rtl] .offset-6 {
  margin-right: 50%;
}

[dir=ltr] .offset-7 {
  margin-left: 58.33333333%;
}

[dir=rtl] .offset-7 {
  margin-right: 58.33333333%;
}

[dir=ltr] .offset-8 {
  margin-left: 66.66666667%;
}

[dir=rtl] .offset-8 {
  margin-right: 66.66666667%;
}

[dir=ltr] .offset-9 {
  margin-left: 75%;
}

[dir=rtl] .offset-9 {
  margin-right: 75%;
}

[dir=ltr] .offset-10 {
  margin-left: 83.33333333%;
}

[dir=rtl] .offset-10 {
  margin-right: 83.33333333%;
}

[dir=ltr] .offset-11 {
  margin-left: 91.66666667%;
}

[dir=rtl] .offset-11 {
  margin-right: 91.66666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

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

  .col-sm-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

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

  .col-sm-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

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

  .col-sm-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

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

  .col-sm-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -webkit-box-ordinal-group: 0;
            order: -1;
  }

  .order-sm-last {
    -webkit-box-ordinal-group: 14;
            order: 13;
  }

  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }

  [dir=ltr] .offset-sm-0 {
    margin-left: 0;
  }

  [dir=rtl] .offset-sm-0 {
    margin-right: 0;
  }

  [dir=ltr] .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  [dir=rtl] .offset-sm-1 {
    margin-right: 8.33333333%;
  }

  [dir=ltr] .offset-sm-2 {
    margin-left: 16.66666667%;
  }

  [dir=rtl] .offset-sm-2 {
    margin-right: 16.66666667%;
  }

  [dir=ltr] .offset-sm-3 {
    margin-left: 25%;
  }

  [dir=rtl] .offset-sm-3 {
    margin-right: 25%;
  }

  [dir=ltr] .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  [dir=rtl] .offset-sm-4 {
    margin-right: 33.33333333%;
  }

  [dir=ltr] .offset-sm-5 {
    margin-left: 41.66666667%;
  }

  [dir=rtl] .offset-sm-5 {
    margin-right: 41.66666667%;
  }

  [dir=ltr] .offset-sm-6 {
    margin-left: 50%;
  }

  [dir=rtl] .offset-sm-6 {
    margin-right: 50%;
  }

  [dir=ltr] .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  [dir=rtl] .offset-sm-7 {
    margin-right: 58.33333333%;
  }

  [dir=ltr] .offset-sm-8 {
    margin-left: 66.66666667%;
  }

  [dir=rtl] .offset-sm-8 {
    margin-right: 66.66666667%;
  }

  [dir=ltr] .offset-sm-9 {
    margin-left: 75%;
  }

  [dir=rtl] .offset-sm-9 {
    margin-right: 75%;
  }

  [dir=ltr] .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  [dir=rtl] .offset-sm-10 {
    margin-right: 83.33333333%;
  }

  [dir=ltr] .offset-sm-11 {
    margin-left: 91.66666667%;
  }

  [dir=rtl] .offset-sm-11 {
    margin-right: 91.66666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

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

  .col-md-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

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

  .col-md-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

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

  .col-md-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

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

  .col-md-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -webkit-box-ordinal-group: 0;
            order: -1;
  }

  .order-md-last {
    -webkit-box-ordinal-group: 14;
            order: 13;
  }

  .order-md-0 {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }

  [dir=ltr] .offset-md-0 {
    margin-left: 0;
  }

  [dir=rtl] .offset-md-0 {
    margin-right: 0;
  }

  [dir=ltr] .offset-md-1 {
    margin-left: 8.33333333%;
  }

  [dir=rtl] .offset-md-1 {
    margin-right: 8.33333333%;
  }

  [dir=ltr] .offset-md-2 {
    margin-left: 16.66666667%;
  }

  [dir=rtl] .offset-md-2 {
    margin-right: 16.66666667%;
  }

  [dir=ltr] .offset-md-3 {
    margin-left: 25%;
  }

  [dir=rtl] .offset-md-3 {
    margin-right: 25%;
  }

  [dir=ltr] .offset-md-4 {
    margin-left: 33.33333333%;
  }

  [dir=rtl] .offset-md-4 {
    margin-right: 33.33333333%;
  }

  [dir=ltr] .offset-md-5 {
    margin-left: 41.66666667%;
  }

  [dir=rtl] .offset-md-5 {
    margin-right: 41.66666667%;
  }

  [dir=ltr] .offset-md-6 {
    margin-left: 50%;
  }

  [dir=rtl] .offset-md-6 {
    margin-right: 50%;
  }

  [dir=ltr] .offset-md-7 {
    margin-left: 58.33333333%;
  }

  [dir=rtl] .offset-md-7 {
    margin-right: 58.33333333%;
  }

  [dir=ltr] .offset-md-8 {
    margin-left: 66.66666667%;
  }

  [dir=rtl] .offset-md-8 {
    margin-right: 66.66666667%;
  }

  [dir=ltr] .offset-md-9 {
    margin-left: 75%;
  }

  [dir=rtl] .offset-md-9 {
    margin-right: 75%;
  }

  [dir=ltr] .offset-md-10 {
    margin-left: 83.33333333%;
  }

  [dir=rtl] .offset-md-10 {
    margin-right: 83.33333333%;
  }

  [dir=ltr] .offset-md-11 {
    margin-left: 91.66666667%;
  }

  [dir=rtl] .offset-md-11 {
    margin-right: 91.66666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

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

  .col-lg-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

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

  .col-lg-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

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

  .col-lg-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

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

  .col-lg-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -webkit-box-ordinal-group: 0;
            order: -1;
  }

  .order-lg-last {
    -webkit-box-ordinal-group: 14;
            order: 13;
  }

  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }

  [dir=ltr] .offset-lg-0 {
    margin-left: 0;
  }

  [dir=rtl] .offset-lg-0 {
    margin-right: 0;
  }

  [dir=ltr] .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  [dir=rtl] .offset-lg-1 {
    margin-right: 8.33333333%;
  }

  [dir=ltr] .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  [dir=rtl] .offset-lg-2 {
    margin-right: 16.66666667%;
  }

  [dir=ltr] .offset-lg-3 {
    margin-left: 25%;
  }

  [dir=rtl] .offset-lg-3 {
    margin-right: 25%;
  }

  [dir=ltr] .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  [dir=rtl] .offset-lg-4 {
    margin-right: 33.33333333%;
  }

  [dir=ltr] .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  [dir=rtl] .offset-lg-5 {
    margin-right: 41.66666667%;
  }

  [dir=ltr] .offset-lg-6 {
    margin-left: 50%;
  }

  [dir=rtl] .offset-lg-6 {
    margin-right: 50%;
  }

  [dir=ltr] .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  [dir=rtl] .offset-lg-7 {
    margin-right: 58.33333333%;
  }

  [dir=ltr] .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  [dir=rtl] .offset-lg-8 {
    margin-right: 66.66666667%;
  }

  [dir=ltr] .offset-lg-9 {
    margin-left: 75%;
  }

  [dir=rtl] .offset-lg-9 {
    margin-right: 75%;
  }

  [dir=ltr] .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  [dir=rtl] .offset-lg-10 {
    margin-right: 83.33333333%;
  }

  [dir=ltr] .offset-lg-11 {
    margin-left: 91.66666667%;
  }

  [dir=rtl] .offset-lg-11 {
    margin-right: 91.66666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

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

  .col-xl-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

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

  .col-xl-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

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

  .col-xl-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

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

  .col-xl-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -webkit-box-ordinal-group: 0;
            order: -1;
  }

  .order-xl-last {
    -webkit-box-ordinal-group: 14;
            order: 13;
  }

  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }

  [dir=ltr] .offset-xl-0 {
    margin-left: 0;
  }

  [dir=rtl] .offset-xl-0 {
    margin-right: 0;
  }

  [dir=ltr] .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  [dir=rtl] .offset-xl-1 {
    margin-right: 8.33333333%;
  }

  [dir=ltr] .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  [dir=rtl] .offset-xl-2 {
    margin-right: 16.66666667%;
  }

  [dir=ltr] .offset-xl-3 {
    margin-left: 25%;
  }

  [dir=rtl] .offset-xl-3 {
    margin-right: 25%;
  }

  [dir=ltr] .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  [dir=rtl] .offset-xl-4 {
    margin-right: 33.33333333%;
  }

  [dir=ltr] .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  [dir=rtl] .offset-xl-5 {
    margin-right: 41.66666667%;
  }

  [dir=ltr] .offset-xl-6 {
    margin-left: 50%;
  }

  [dir=rtl] .offset-xl-6 {
    margin-right: 50%;
  }

  [dir=ltr] .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  [dir=rtl] .offset-xl-7 {
    margin-right: 58.33333333%;
  }

  [dir=ltr] .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  [dir=rtl] .offset-xl-8 {
    margin-right: 66.66666667%;
  }

  [dir=ltr] .offset-xl-9 {
    margin-left: 75%;
  }

  [dir=rtl] .offset-xl-9 {
    margin-right: 75%;
  }

  [dir=ltr] .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  [dir=rtl] .offset-xl-10 {
    margin-right: 83.33333333%;
  }

  [dir=ltr] .offset-xl-11 {
    margin-left: 91.66666667%;
  }

  [dir=rtl] .offset-xl-11 {
    margin-right: 91.66666667%;
  }
}

.table {
  width: 100%;
  color: #212529;
}

[dir] .table {
  margin-bottom: 1rem;
}

.table th,
.table td {
  vertical-align: top;
}

[dir] .table th, [dir] .table td {
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
}

[dir] .table thead th {
  border-bottom: 2px solid #dee2e6;
}

[dir] .table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

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

[dir] .table-bordered {
  border: 1px solid #dee2e6;
}

[dir] .table-bordered th, [dir] .table-bordered td {
  border: 1px solid #dee2e6;
}

[dir] .table-bordered thead th, [dir] .table-bordered thead td {
  border-bottom-width: 2px;
}

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

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

.table-hover tbody tr:hover {
  color: #212529;
}

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

[dir] .table-primary, [dir] .table-primary > th, [dir] .table-primary > td {
  background-color: #ffb8b8;
}

[dir] .table-primary th, [dir] .table-primary td, [dir] .table-primary thead th, [dir] .table-primary tbody + tbody {
  border-color: #ff7a7a;
}

[dir] .table-hover .table-primary:hover {
  background-color: #ff9f9f;
}

[dir] .table-hover .table-primary:hover > td, [dir] .table-hover .table-primary:hover > th {
  background-color: #ff9f9f;
}

[dir] .table-secondary, [dir] .table-secondary > th, [dir] .table-secondary > td {
  background-color: #d6d8db;
}

[dir] .table-secondary th, [dir] .table-secondary td, [dir] .table-secondary thead th, [dir] .table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

[dir] .table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

[dir] .table-hover .table-secondary:hover > td, [dir] .table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

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

[dir] .table-success th, [dir] .table-success td, [dir] .table-success thead th, [dir] .table-success tbody + tbody {
  border-color: #8fd19e;
}

[dir] .table-hover .table-success:hover {
  background-color: #b1dfbb;
}

[dir] .table-hover .table-success:hover > td, [dir] .table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

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

[dir] .table-info th, [dir] .table-info td, [dir] .table-info thead th, [dir] .table-info tbody + tbody {
  border-color: #86cfda;
}

[dir] .table-hover .table-info:hover {
  background-color: #abdde5;
}

[dir] .table-hover .table-info:hover > td, [dir] .table-hover .table-info:hover > th {
  background-color: #abdde5;
}

[dir] .table-warning, [dir] .table-warning > th, [dir] .table-warning > td {
  background-color: #ffeeba;
}

[dir] .table-warning th, [dir] .table-warning td, [dir] .table-warning thead th, [dir] .table-warning tbody + tbody {
  border-color: #ffdf7e;
}

[dir] .table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

[dir] .table-hover .table-warning:hover > td, [dir] .table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

[dir] .table-danger, [dir] .table-danger > th, [dir] .table-danger > td {
  background-color: #ffcac7;
}

[dir] .table-danger th, [dir] .table-danger td, [dir] .table-danger thead th, [dir] .table-danger tbody + tbody {
  border-color: #ff9c96;
}

[dir] .table-hover .table-danger:hover {
  background-color: #ffb2ae;
}

[dir] .table-hover .table-danger:hover > td, [dir] .table-hover .table-danger:hover > th {
  background-color: #ffb2ae;
}

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

[dir] .table-light th, [dir] .table-light td, [dir] .table-light thead th, [dir] .table-light tbody + tbody {
  border-color: #fbfcfc;
}

[dir] .table-hover .table-light:hover {
  background-color: #ececf6;
}

[dir] .table-hover .table-light:hover > td, [dir] .table-hover .table-light:hover > th {
  background-color: #ececf6;
}

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

[dir] .table-dark th, [dir] .table-dark td, [dir] .table-dark thead th, [dir] .table-dark tbody + tbody {
  border-color: #95999c;
}

[dir] .table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

[dir] .table-hover .table-dark:hover > td, [dir] .table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

[dir] .table-active, [dir] .table-active > th, [dir] .table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

[dir] .table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

[dir] .table-hover .table-active:hover > td, [dir] .table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
}

[dir] .table .thead-dark th {
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
}

[dir] .table .thead-light th {
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
}

[dir] .table-dark {
  background-color: #343a40;
}

[dir] .table-dark th, [dir] .table-dark td, [dir] .table-dark thead th {
  border-color: #454d55;
}

[dir] .table-dark.table-bordered {
  border: 0;
}

[dir] .table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
}

[dir] .table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  [dir] .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  [dir] .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  [dir] .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  [dir] .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

[dir] .table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

[dir] .form-control {
  padding: 0.375rem 0.75rem;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
  [dir] .form-control {
    -webkit-transition: none;
  }
}

[dir] .form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:-moz-focusring {
  color: transparent;
}

[dir] .form-control:-moz-focusring {
  text-shadow: 0 0 0 #495057;
}

.form-control:focus {
  color: #495057;
  outline: 0;
}

[dir] .form-control:focus {
  background-color: #fff;
  border-color: #ff8080;
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  opacity: 1;
}

[dir] .form-control:disabled, [dir] .form-control[readonly] {
  background-color: #e9ecef;
}

select.form-control:focus::-ms-value {
  color: #495057;
}

[dir] select.form-control:focus::-ms-value {
  background-color: #fff;
}

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

.col-form-label {
  font-size: inherit;
  line-height: 1.5;
}

[dir] .col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
}

.col-form-label-lg {
  font-size: 1.25rem;
  line-height: 1.5;
}

[dir] .col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
}

.col-form-label-sm {
  font-size: 0.875rem;
  line-height: 1.5;
}

[dir] .col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
}

[dir] .form-control-plaintext {
  padding: 0.375rem 0;
  margin-bottom: 0;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

[dir=ltr] .form-control-plaintext.form-control-sm, [dir=ltr] .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

[dir=rtl] .form-control-plaintext.form-control-sm, [dir=rtl] .form-control-plaintext.form-control-lg {
  padding-left: 0;
  padding-right: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  font-size: 0.875rem;
  line-height: 1.5;
}

[dir] .form-control-sm {
  padding: 0.25rem 0.5rem;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  font-size: 1.25rem;
  line-height: 1.5;
}

[dir] .form-control-lg {
  padding: 0.5rem 1rem;
  border-radius: 0.3rem;
}

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

textarea.form-control {
  height: auto;
}

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

.form-text {
  display: block;
}

[dir] .form-text {
  margin-top: 0.25rem;
}

.form-row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

[dir=ltr] .form-row {
  margin-right: -5px;
  margin-left: -5px;
}

[dir=rtl] .form-row {
  margin-left: -5px;
  margin-right: -5px;
}

[dir=ltr] .form-row > .col, [dir=ltr] .form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

[dir=rtl] .form-row > .col, [dir=rtl] .form-row > [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}

.form-check {
  position: relative;
  display: block;
}

[dir=ltr] .form-check {
  padding-left: 1.25rem;
}

[dir=rtl] .form-check {
  padding-right: 1.25rem;
}

.form-check-input {
  position: absolute;
}

[dir] .form-check-input {
  margin-top: 0.3rem;
}

[dir=ltr] .form-check-input {
  margin-left: -1.25rem;
}

[dir=rtl] .form-check-input {
  margin-right: -1.25rem;
}

.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

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

.form-check-inline {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
}

[dir=ltr] .form-check-inline {
  padding-left: 0;
  margin-right: 0.75rem;
}

[dir=rtl] .form-check-inline {
  padding-right: 0;
  margin-left: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
}

[dir] .form-check-inline .form-check-input {
  margin-top: 0;
}

[dir=ltr] .form-check-inline .form-check-input {
  margin-right: 0.3125rem;
  margin-left: 0;
}

[dir=rtl] .form-check-inline .form-check-input {
  margin-left: 0.3125rem;
  margin-right: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  font-size: 80%;
  color: #28a745;
}

[dir] .valid-feedback {
  margin-top: 0.25rem;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
}

[dir] .valid-tooltip {
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

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

[dir] .was-validated .form-control:valid, [dir] .form-control.is-valid {
  border-color: #28a745;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

[dir=ltr] .was-validated .form-control:valid, [dir=ltr] .form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: right calc(0.375em + 0.1875rem) center;
}

[dir=rtl] .was-validated .form-control:valid, [dir=rtl] .form-control.is-valid {
  padding-left: calc(1.5em + 0.75rem);
  background-position: left calc(0.375em + 0.1875rem) center;
}

[dir] .was-validated .form-control:valid:focus, [dir] .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

[dir=ltr] .was-validated textarea.form-control:valid, [dir=ltr] textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

[dir=rtl] .was-validated textarea.form-control:valid, [dir=rtl] textarea.form-control.is-valid {
  padding-left: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) left calc(0.375em + 0.1875rem);
}

[dir] .was-validated .custom-select:valid, [dir] .custom-select.is-valid {
  border-color: #28a745;
}

[dir=ltr] .was-validated .custom-select:valid, [dir=ltr] .custom-select.is-valid {
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

[dir=rtl] .was-validated .custom-select:valid, [dir=rtl] .custom-select.is-valid {
  padding-left: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat left 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center left 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

[dir] .was-validated .custom-select:valid:focus, [dir] .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

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

.was-validated .custom-control-input:valid ~ .custom-control-label,
.custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

[dir] .was-validated .custom-control-input:valid ~ .custom-control-label::before, [dir] .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

[dir] .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, [dir] .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

[dir] .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, [dir] .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

[dir] .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, [dir] .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

[dir] .was-validated .custom-file-input:valid ~ .custom-file-label, [dir] .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

[dir] .was-validated .custom-file-input:valid:focus ~ .custom-file-label, [dir] .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  font-size: 80%;
  color: #ff4136;
}

[dir] .invalid-feedback {
  margin-top: 0.25rem;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
}

[dir] .invalid-tooltip {
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  background-color: rgba(255, 65, 54, 0.9);
  border-radius: 0.25rem;
}

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

[dir] .was-validated .form-control:invalid, [dir] .form-control.is-invalid {
  border-color: #ff4136;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ff4136' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ff4136' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

[dir=ltr] .was-validated .form-control:invalid, [dir=ltr] .form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: right calc(0.375em + 0.1875rem) center;
}

[dir=rtl] .was-validated .form-control:invalid, [dir=rtl] .form-control.is-invalid {
  padding-left: calc(1.5em + 0.75rem);
  background-position: left calc(0.375em + 0.1875rem) center;
}

[dir] .was-validated .form-control:invalid:focus, [dir] .form-control.is-invalid:focus {
  border-color: #ff4136;
  box-shadow: 0 0 0 0.2rem rgba(255, 65, 54, 0.25);
}

[dir=ltr] .was-validated textarea.form-control:invalid, [dir=ltr] textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

[dir=rtl] .was-validated textarea.form-control:invalid, [dir=rtl] textarea.form-control.is-invalid {
  padding-left: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) left calc(0.375em + 0.1875rem);
}

[dir] .was-validated .custom-select:invalid, [dir] .custom-select.is-invalid {
  border-color: #ff4136;
}

[dir=ltr] .was-validated .custom-select:invalid, [dir=ltr] .custom-select.is-invalid {
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ff4136' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ff4136' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

[dir=rtl] .was-validated .custom-select:invalid, [dir=rtl] .custom-select.is-invalid {
  padding-left: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat left 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ff4136' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ff4136' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center left 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

[dir] .was-validated .custom-select:invalid:focus, [dir] .custom-select.is-invalid:focus {
  border-color: #ff4136;
  box-shadow: 0 0 0 0.2rem rgba(255, 65, 54, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: #ff4136;
}

.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: #ff4136;
}

[dir] .was-validated .custom-control-input:invalid ~ .custom-control-label::before, [dir] .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #ff4136;
}

[dir] .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, [dir] .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #ff7169;
  background-color: #ff7169;
}

[dir] .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, [dir] .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(255, 65, 54, 0.25);
}

[dir] .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, [dir] .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #ff4136;
}

[dir] .was-validated .custom-file-input:invalid ~ .custom-file-label, [dir] .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #ff4136;
}

[dir] .was-validated .custom-file-input:invalid:focus ~ .custom-file-label, [dir] .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #ff4136;
  box-shadow: 0 0 0 0.2rem rgba(255, 65, 54, 0.25);
}

.form-inline {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -webkit-box-align: center;
          align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
  }
  [dir] .form-inline label {
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    -webkit-box-align: center;
            align-items: center;
  }

  [dir] .form-inline .form-group {
    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: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    width: auto;
  }

  [dir=ltr] .form-inline .form-check {
    padding-left: 0;
  }

  [dir=rtl] .form-inline .form-check {
    padding-right: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
  }

  [dir] .form-inline .form-check-input {
    margin-top: 0;
  }

  [dir=ltr] .form-inline .form-check-input {
    margin-right: 0.25rem;
    margin-left: 0;
  }

  [dir=rtl] .form-inline .form-check-input {
    margin-left: 0.25rem;
    margin-right: 0;
  }

  .form-inline .custom-control {
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
  }

  [dir] .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 1rem;
  line-height: 1.5;
  -webkit-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;
  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;
}

[dir] .btn {
  text-align: center;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  border-radius: 0.25rem;
  -webkit-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 {
    -webkit-transition: none;
    transition: none;
  }
  [dir] .btn {
    -webkit-transition: none;
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus,
.btn.focus {
  outline: 0;
}

[dir] .btn:focus, [dir] .btn.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
}

.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}

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

.btn-primary {
  color: #fff;
}

[dir] .btn-primary {
  background-color: #ff0000;
  border-color: #ff0000;
}

.btn-primary:hover {
  color: #fff;
}

[dir] .btn-primary:hover {
  background-color: #d90000;
  border-color: #cc0000;
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
}

[dir] .btn-primary:focus, [dir] .btn-primary.focus {
  background-color: #d90000;
  border-color: #cc0000;
  box-shadow: 0 0 0 0.2rem rgba(255, 38, 38, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
}

[dir] .btn-primary.disabled, [dir] .btn-primary:disabled {
  background-color: #ff0000;
  border-color: #ff0000;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
}

[dir] .btn-primary:not(:disabled):not(.disabled):active, [dir] .btn-primary:not(:disabled):not(.disabled).active, [dir] .show > .btn-primary.dropdown-toggle {
  background-color: #cc0000;
  border-color: #bf0000;
}

[dir] .btn-primary:not(:disabled):not(.disabled):active:focus, [dir] .btn-primary:not(:disabled):not(.disabled).active:focus, [dir] .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 38, 38, 0.5);
}

.btn-secondary {
  color: #fff;
}

[dir] .btn-secondary {
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:hover {
  color: #fff;
}

[dir] .btn-secondary:hover {
  background-color: #5a6268;
  border-color: #545b62;
}

.btn-secondary:focus,
.btn-secondary.focus {
  color: #fff;
}

[dir] .btn-secondary:focus, [dir] .btn-secondary.focus {
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
}

[dir] .btn-secondary.disabled, [dir] .btn-secondary:disabled {
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
}

[dir] .btn-secondary:not(:disabled):not(.disabled):active, [dir] .btn-secondary:not(:disabled):not(.disabled).active, [dir] .show > .btn-secondary.dropdown-toggle {
  background-color: #545b62;
  border-color: #4e555b;
}

[dir] .btn-secondary:not(:disabled):not(.disabled):active:focus, [dir] .btn-secondary:not(:disabled):not(.disabled).active:focus, [dir] .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
}

[dir] .btn-success {
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
}

[dir] .btn-success:hover {
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus,
.btn-success.focus {
  color: #fff;
}

[dir] .btn-success:focus, [dir] .btn-success.focus {
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
}

[dir] .btn-success.disabled, [dir] .btn-success:disabled {
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
}

[dir] .btn-success:not(:disabled):not(.disabled):active, [dir] .btn-success:not(:disabled):not(.disabled).active, [dir] .show > .btn-success.dropdown-toggle {
  background-color: #1e7e34;
  border-color: #1c7430;
}

[dir] .btn-success:not(:disabled):not(.disabled):active:focus, [dir] .btn-success:not(:disabled):not(.disabled).active:focus, [dir] .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
}

[dir] .btn-info {
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
}

[dir] .btn-info:hover {
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus,
.btn-info.focus {
  color: #fff;
}

[dir] .btn-info:focus, [dir] .btn-info.focus {
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  color: #fff;
}

[dir] .btn-info.disabled, [dir] .btn-info:disabled {
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
}

[dir] .btn-info:not(:disabled):not(.disabled):active, [dir] .btn-info:not(:disabled):not(.disabled).active, [dir] .show > .btn-info.dropdown-toggle {
  background-color: #117a8b;
  border-color: #10707f;
}

[dir] .btn-info:not(:disabled):not(.disabled):active:focus, [dir] .btn-info:not(:disabled):not(.disabled).active:focus, [dir] .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
}

[dir] .btn-warning {
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
}

[dir] .btn-warning:hover {
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus,
.btn-warning.focus {
  color: #212529;
}

[dir] .btn-warning:focus, [dir] .btn-warning.focus {
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #212529;
}

[dir] .btn-warning.disabled, [dir] .btn-warning:disabled {
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
}

[dir] .btn-warning:not(:disabled):not(.disabled):active, [dir] .btn-warning:not(:disabled):not(.disabled).active, [dir] .show > .btn-warning.dropdown-toggle {
  background-color: #d39e00;
  border-color: #c69500;
}

[dir] .btn-warning:not(:disabled):not(.disabled):active:focus, [dir] .btn-warning:not(:disabled):not(.disabled).active:focus, [dir] .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
}

[dir] .btn-danger {
  background-color: #ff4136;
  border-color: #ff4136;
}

.btn-danger:hover {
  color: #fff;
}

[dir] .btn-danger:hover {
  background-color: #ff1d10;
  border-color: #ff1103;
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
}

[dir] .btn-danger:focus, [dir] .btn-danger.focus {
  background-color: #ff1d10;
  border-color: #ff1103;
  box-shadow: 0 0 0 0.2rem rgba(255, 94, 84, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
}

[dir] .btn-danger.disabled, [dir] .btn-danger:disabled {
  background-color: #ff4136;
  border-color: #ff4136;
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
}

[dir] .btn-danger:not(:disabled):not(.disabled):active, [dir] .btn-danger:not(:disabled):not(.disabled).active, [dir] .show > .btn-danger.dropdown-toggle {
  background-color: #ff1103;
  border-color: #f50d00;
}

[dir] .btn-danger:not(:disabled):not(.disabled):active:focus, [dir] .btn-danger:not(:disabled):not(.disabled).active:focus, [dir] .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 94, 84, 0.5);
}

.btn-light {
  color: #212529;
}

[dir] .btn-light {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
}

[dir] .btn-light:hover {
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus,
.btn-light.focus {
  color: #212529;
}

[dir] .btn-light:focus, [dir] .btn-light.focus {
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  color: #212529;
}

[dir] .btn-light.disabled, [dir] .btn-light:disabled {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
}

[dir] .btn-light:not(:disabled):not(.disabled):active, [dir] .btn-light:not(:disabled):not(.disabled).active, [dir] .show > .btn-light.dropdown-toggle {
  background-color: #dae0e5;
  border-color: #d3d9df;
}

[dir] .btn-light:not(:disabled):not(.disabled):active:focus, [dir] .btn-light:not(:disabled):not(.disabled).active:focus, [dir] .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
}

[dir] .btn-dark {
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
}

[dir] .btn-dark:hover {
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus,
.btn-dark.focus {
  color: #fff;
}

[dir] .btn-dark:focus, [dir] .btn-dark.focus {
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
}

[dir] .btn-dark.disabled, [dir] .btn-dark:disabled {
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
}

[dir] .btn-dark:not(:disabled):not(.disabled):active, [dir] .btn-dark:not(:disabled):not(.disabled).active, [dir] .show > .btn-dark.dropdown-toggle {
  background-color: #1d2124;
  border-color: #171a1d;
}

[dir] .btn-dark:not(:disabled):not(.disabled):active:focus, [dir] .btn-dark:not(:disabled):not(.disabled).active:focus, [dir] .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #ff0000;
}

[dir] .btn-outline-primary {
  border-color: #ff0000;
}

.btn-outline-primary:hover {
  color: #fff;
}

[dir] .btn-outline-primary:hover {
  background-color: #ff0000;
  border-color: #ff0000;
}

[dir] .btn-outline-primary:focus, [dir] .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #ff0000;
}

[dir] .btn-outline-primary.disabled, [dir] .btn-outline-primary:disabled {
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
}

[dir] .btn-outline-primary:not(:disabled):not(.disabled):active, [dir] .btn-outline-primary:not(:disabled):not(.disabled).active, [dir] .show > .btn-outline-primary.dropdown-toggle {
  background-color: #ff0000;
  border-color: #ff0000;
}

[dir] .btn-outline-primary:not(:disabled):not(.disabled):active:focus, [dir] .btn-outline-primary:not(:disabled):not(.disabled).active:focus, [dir] .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
}

[dir] .btn-outline-secondary {
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
}

[dir] .btn-outline-secondary:hover {
  background-color: #6c757d;
  border-color: #6c757d;
}

[dir] .btn-outline-secondary:focus, [dir] .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
}

[dir] .btn-outline-secondary.disabled, [dir] .btn-outline-secondary:disabled {
  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: #fff;
}

[dir] .btn-outline-secondary:not(:disabled):not(.disabled):active, [dir] .btn-outline-secondary:not(:disabled):not(.disabled).active, [dir] .show > .btn-outline-secondary.dropdown-toggle {
  background-color: #6c757d;
  border-color: #6c757d;
}

[dir] .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, [dir] .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, [dir] .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
}

[dir] .btn-outline-success {
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
}

[dir] .btn-outline-success:hover {
  background-color: #28a745;
  border-color: #28a745;
}

[dir] .btn-outline-success:focus, [dir] .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #28a745;
}

[dir] .btn-outline-success.disabled, [dir] .btn-outline-success:disabled {
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
}

[dir] .btn-outline-success:not(:disabled):not(.disabled):active, [dir] .btn-outline-success:not(:disabled):not(.disabled).active, [dir] .show > .btn-outline-success.dropdown-toggle {
  background-color: #28a745;
  border-color: #28a745;
}

[dir] .btn-outline-success:not(:disabled):not(.disabled):active:focus, [dir] .btn-outline-success:not(:disabled):not(.disabled).active:focus, [dir] .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
}

[dir] .btn-outline-info {
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
}

[dir] .btn-outline-info:hover {
  background-color: #17a2b8;
  border-color: #17a2b8;
}

[dir] .btn-outline-info:focus, [dir] .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #17a2b8;
}

[dir] .btn-outline-info.disabled, [dir] .btn-outline-info:disabled {
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
}

[dir] .btn-outline-info:not(:disabled):not(.disabled):active, [dir] .btn-outline-info:not(:disabled):not(.disabled).active, [dir] .show > .btn-outline-info.dropdown-toggle {
  background-color: #17a2b8;
  border-color: #17a2b8;
}

[dir] .btn-outline-info:not(:disabled):not(.disabled):active:focus, [dir] .btn-outline-info:not(:disabled):not(.disabled).active:focus, [dir] .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
}

[dir] .btn-outline-warning {
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
}

[dir] .btn-outline-warning:hover {
  background-color: #ffc107;
  border-color: #ffc107;
}

[dir] .btn-outline-warning:focus, [dir] .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
}

[dir] .btn-outline-warning.disabled, [dir] .btn-outline-warning:disabled {
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
}

[dir] .btn-outline-warning:not(:disabled):not(.disabled):active, [dir] .btn-outline-warning:not(:disabled):not(.disabled).active, [dir] .show > .btn-outline-warning.dropdown-toggle {
  background-color: #ffc107;
  border-color: #ffc107;
}

[dir] .btn-outline-warning:not(:disabled):not(.disabled):active:focus, [dir] .btn-outline-warning:not(:disabled):not(.disabled).active:focus, [dir] .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #ff4136;
}

[dir] .btn-outline-danger {
  border-color: #ff4136;
}

.btn-outline-danger:hover {
  color: #fff;
}

[dir] .btn-outline-danger:hover {
  background-color: #ff4136;
  border-color: #ff4136;
}

[dir] .btn-outline-danger:focus, [dir] .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 65, 54, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #ff4136;
}

[dir] .btn-outline-danger.disabled, [dir] .btn-outline-danger:disabled {
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
}

[dir] .btn-outline-danger:not(:disabled):not(.disabled):active, [dir] .btn-outline-danger:not(:disabled):not(.disabled).active, [dir] .show > .btn-outline-danger.dropdown-toggle {
  background-color: #ff4136;
  border-color: #ff4136;
}

[dir] .btn-outline-danger:not(:disabled):not(.disabled):active:focus, [dir] .btn-outline-danger:not(:disabled):not(.disabled).active:focus, [dir] .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 65, 54, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
}

[dir] .btn-outline-light {
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
}

[dir] .btn-outline-light:hover {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

[dir] .btn-outline-light:focus, [dir] .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
}

[dir] .btn-outline-light.disabled, [dir] .btn-outline-light:disabled {
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
}

[dir] .btn-outline-light:not(:disabled):not(.disabled):active, [dir] .btn-outline-light:not(:disabled):not(.disabled).active, [dir] .show > .btn-outline-light.dropdown-toggle {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

[dir] .btn-outline-light:not(:disabled):not(.disabled):active:focus, [dir] .btn-outline-light:not(:disabled):not(.disabled).active:focus, [dir] .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
}

[dir] .btn-outline-dark {
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
}

[dir] .btn-outline-dark:hover {
  background-color: #343a40;
  border-color: #343a40;
}

[dir] .btn-outline-dark:focus, [dir] .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
}

[dir] .btn-outline-dark.disabled, [dir] .btn-outline-dark:disabled {
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
}

[dir] .btn-outline-dark:not(:disabled):not(.disabled):active, [dir] .btn-outline-dark:not(:disabled):not(.disabled).active, [dir] .show > .btn-outline-dark.dropdown-toggle {
  background-color: #343a40;
  border-color: #343a40;
}

[dir] .btn-outline-dark:not(:disabled):not(.disabled):active:focus, [dir] .btn-outline-dark:not(:disabled):not(.disabled).active:focus, [dir] .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #ff0000;
  text-decoration: none;
}

.btn-link:hover {
  color: #b30000;
  text-decoration: underline;
}

.btn-link:focus,
.btn-link.focus {
  text-decoration: underline;
}

[dir] .btn-link:focus, [dir] .btn-link.focus {
  box-shadow: none;
}

.btn-link:disabled,
.btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg,
.btn-group-lg > .btn {
  font-size: 1.25rem;
  line-height: 1.5;
}

[dir] .btn-lg, [dir] .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  border-radius: 0.3rem;
}

.btn-sm,
.btn-group-sm > .btn {
  font-size: 0.875rem;
  line-height: 1.5;
}

[dir] .btn-sm, [dir] .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

[dir] .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 {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

[dir] .fade {
  -webkit-transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
  [dir] .fade {
    -webkit-transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

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

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

[dir] .collapsing {
  -webkit-transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
  [dir] .collapsing {
    -webkit-transition: none;
  }
}

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

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  vertical-align: 0.255em;
  content: "";
}

[dir] .dropdown-toggle::after {
  border-top: 0.3em solid;
  border-bottom: 0;
}

[dir=ltr] .dropdown-toggle::after {
  margin-left: 0.255em;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}

[dir=rtl] .dropdown-toggle::after {
  margin-right: 0.255em;
  border-left: 0.3em solid transparent;
  border-right: 0.3em solid transparent;
}

[dir=ltr] .dropdown-toggle:empty::after {
  margin-left: 0;
}

[dir=rtl] .dropdown-toggle:empty::after {
  margin-right: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  font-size: 1rem;
  color: #212529;
  list-style: none;
}

[dir] .dropdown-menu {
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

[dir=ltr] .dropdown-menu {
  left: 0;
  float: left;
  text-align: left;
}

[dir=rtl] .dropdown-menu {
  right: 0;
  float: right;
  text-align: right;
}

[dir=ltr] .dropdown-menu-left {
  right: auto;
  left: 0;
}

[dir=rtl] .dropdown-menu-left {
  left: auto;
  right: 0;
}

[dir=ltr] .dropdown-menu-right {
  right: 0;
  left: auto;
}

[dir=rtl] .dropdown-menu-right {
  left: 0;
  right: auto;
}

@media (min-width: 576px) {
  [dir=ltr] .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  [dir=rtl] .dropdown-menu-sm-left {
    left: auto;
    right: 0;
  }

  [dir=ltr] .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }

  [dir=rtl] .dropdown-menu-sm-right {
    left: 0;
    right: auto;
  }
}

@media (min-width: 768px) {
  [dir=ltr] .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  [dir=rtl] .dropdown-menu-md-left {
    left: auto;
    right: 0;
  }

  [dir=ltr] .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }

  [dir=rtl] .dropdown-menu-md-right {
    left: 0;
    right: auto;
  }
}

@media (min-width: 992px) {
  [dir=ltr] .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  [dir=rtl] .dropdown-menu-lg-left {
    left: auto;
    right: 0;
  }

  [dir=ltr] .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }

  [dir=rtl] .dropdown-menu-lg-right {
    left: 0;
    right: auto;
  }
}

@media (min-width: 1200px) {
  [dir=ltr] .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  [dir=rtl] .dropdown-menu-xl-left {
    left: auto;
    right: 0;
  }

  [dir=ltr] .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }

  [dir=rtl] .dropdown-menu-xl-right {
    left: 0;
    right: auto;
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}

[dir] .dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  vertical-align: 0.255em;
  content: "";
}

[dir] .dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid;
}

[dir=ltr] .dropup .dropdown-toggle::after {
  margin-left: 0.255em;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}

[dir=rtl] .dropup .dropdown-toggle::after {
  margin-right: 0.255em;
  border-left: 0.3em solid transparent;
  border-right: 0.3em solid transparent;
}

[dir=ltr] .dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

[dir=rtl] .dropup .dropdown-toggle:empty::after {
  margin-right: 0;
}

.dropright .dropdown-menu {
  top: 0;
}

[dir] .dropright .dropdown-menu {
  margin-top: 0;
}

[dir=ltr] .dropright .dropdown-menu {
  right: auto;
  left: 100%;
  margin-left: 0.125rem;
}

[dir=rtl] .dropright .dropdown-menu {
  left: auto;
  right: 100%;
  margin-right: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  vertical-align: 0.255em;
  content: "";
}

[dir] .dropright .dropdown-toggle::after {
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
}

[dir=ltr] .dropright .dropdown-toggle::after {
  margin-left: 0.255em;
  border-right: 0;
  border-left: 0.3em solid;
}

[dir=rtl] .dropright .dropdown-toggle::after {
  margin-right: 0.255em;
  border-left: 0;
  border-right: 0.3em solid;
}

[dir=ltr] .dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

[dir=rtl] .dropright .dropdown-toggle:empty::after {
  margin-right: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
}

[dir] .dropleft .dropdown-menu {
  margin-top: 0;
}

[dir=ltr] .dropleft .dropdown-menu {
  right: 100%;
  left: auto;
  margin-right: 0.125rem;
}

[dir=rtl] .dropleft .dropdown-menu {
  left: 100%;
  right: auto;
  margin-left: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  vertical-align: 0.255em;
  content: "";
}

[dir=ltr] .dropleft .dropdown-toggle::after {
  margin-left: 0.255em;
}

[dir=rtl] .dropleft .dropdown-toggle::after {
  margin-right: 0.255em;
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  vertical-align: 0.255em;
  content: "";
}

[dir] .dropleft .dropdown-toggle::before {
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
}

[dir=ltr] .dropleft .dropdown-toggle::before {
  margin-right: 0.255em;
  border-right: 0.3em solid;
}

[dir=rtl] .dropleft .dropdown-toggle::before {
  margin-left: 0.255em;
  border-left: 0.3em solid;
}

[dir=ltr] .dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

[dir=rtl] .dropleft .dropdown-toggle:empty::after {
  margin-right: 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"] {
  bottom: auto;
}

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

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

.dropdown-divider {
  height: 0;
  overflow: hidden;
}

[dir] .dropdown-divider {
  margin: 0.5rem 0;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  font-weight: 400;
  color: #212529;
  white-space: nowrap;
}

[dir] .dropdown-item {
  padding: 0.25rem 1.5rem;
  clear: both;
  text-align: inherit;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
}

[dir] .dropdown-item:hover, [dir] .dropdown-item:focus {
  background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
}

[dir] .dropdown-item.active, [dir] .dropdown-item:active {
  background-color: #ff0000;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
}

[dir] .dropdown-item.disabled, [dir] .dropdown-item:disabled {
  background-color: transparent;
}

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

.dropdown-header {
  display: block;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

[dir] .dropdown-header {
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
}

.dropdown-item-text {
  display: block;
  color: #212529;
}

[dir] .dropdown-item-text {
  padding: 0.25rem 1.5rem;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 1;
          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: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

[dir=ltr] .btn-group > .btn:not(:first-child), [dir=ltr] .btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

[dir=rtl] .btn-group > .btn:not(:first-child), [dir=rtl] .btn-group > .btn-group:not(:first-child) {
  margin-right: -1px;
}

[dir=ltr] .btn-group > .btn:not(:last-child):not(.dropdown-toggle), [dir=ltr] .btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

[dir=rtl] .btn-group > .btn:not(:last-child):not(.dropdown-toggle), [dir=rtl] .btn-group > .btn-group:not(:last-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

[dir=ltr] .btn-group > .btn:not(:first-child), [dir=ltr] .btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

[dir=rtl] .btn-group > .btn:not(:first-child), [dir=rtl] .btn-group > .btn-group:not(:first-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

[dir=ltr] .dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

[dir=rtl] .dropdown-toggle-split {
  padding-left: 0.5625rem;
  padding-right: 0.5625rem;
}

[dir=ltr] .dropdown-toggle-split::after, [dir=ltr] .dropup .dropdown-toggle-split::after, [dir=ltr] .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

[dir=rtl] .dropdown-toggle-split::after, [dir=rtl] .dropup .dropdown-toggle-split::after, [dir=rtl] .dropright .dropdown-toggle-split::after {
  margin-right: 0;
}

[dir=ltr] .dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

[dir=rtl] .dropleft .dropdown-toggle-split::before {
  margin-left: 0;
}

[dir=ltr] .btn-sm + .dropdown-toggle-split, [dir=ltr] .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

[dir=rtl] .btn-sm + .dropdown-toggle-split, [dir=rtl] .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

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

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

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
          justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

[dir] .btn-group-vertical > .btn:not(:first-child), [dir] .btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

[dir=ltr] .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), [dir=ltr] .btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

[dir=rtl] .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), [dir=rtl] .btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

[dir=ltr] .btn-group-vertical > .btn:not(:first-child), [dir=ltr] .btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

[dir=rtl] .btn-group-vertical > .btn:not(:first-child), [dir=rtl] .btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

[dir] .btn-group-toggle > .btn, [dir] .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: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
          align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
          flex: 1 1 0%;
  min-width: 0;
}

[dir] .input-group > .form-control, [dir] .input-group > .form-control-plaintext, [dir] .input-group > .custom-select, [dir] .input-group > .custom-file {
  margin-bottom: 0;
}

[dir=ltr] .input-group > .form-control + .form-control, [dir=ltr] .input-group > .form-control + .custom-select, [dir=ltr] .input-group > .form-control + .custom-file, [dir=ltr] .input-group > .form-control-plaintext + .form-control, [dir=ltr] .input-group > .form-control-plaintext + .custom-select, [dir=ltr] .input-group > .form-control-plaintext + .custom-file, [dir=ltr] .input-group > .custom-select + .form-control, [dir=ltr] .input-group > .custom-select + .custom-select, [dir=ltr] .input-group > .custom-select + .custom-file, [dir=ltr] .input-group > .custom-file + .form-control, [dir=ltr] .input-group > .custom-file + .custom-select, [dir=ltr] .input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

[dir=rtl] .input-group > .form-control + .form-control, [dir=rtl] .input-group > .form-control + .custom-select, [dir=rtl] .input-group > .form-control + .custom-file, [dir=rtl] .input-group > .form-control-plaintext + .form-control, [dir=rtl] .input-group > .form-control-plaintext + .custom-select, [dir=rtl] .input-group > .form-control-plaintext + .custom-file, [dir=rtl] .input-group > .custom-select + .form-control, [dir=rtl] .input-group > .custom-select + .custom-select, [dir=rtl] .input-group > .custom-select + .custom-file, [dir=rtl] .input-group > .custom-file + .form-control, [dir=rtl] .input-group > .custom-file + .custom-select, [dir=rtl] .input-group > .custom-file + .custom-file {
  margin-right: -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;
}

[dir=ltr] .input-group > .form-control:not(:last-child), [dir=ltr] .input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

[dir=rtl] .input-group > .form-control:not(:last-child), [dir=rtl] .input-group > .custom-select:not(:last-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

[dir=ltr] .input-group > .form-control:not(:first-child), [dir=ltr] .input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

[dir=rtl] .input-group > .form-control:not(:first-child), [dir=rtl] .input-group > .custom-select:not(:first-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

[dir=ltr] .input-group > .custom-file:not(:last-child) .custom-file-label, [dir=ltr] .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

[dir=rtl] .input-group > .custom-file:not(:last-child) .custom-file-label, [dir=rtl] .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

[dir=ltr] .input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

[dir=rtl] .input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  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;
}

[dir=ltr] .input-group-prepend .btn + .btn, [dir=ltr] .input-group-prepend .btn + .input-group-text, [dir=ltr] .input-group-prepend .input-group-text + .input-group-text, [dir=ltr] .input-group-prepend .input-group-text + .btn, [dir=ltr] .input-group-append .btn + .btn, [dir=ltr] .input-group-append .btn + .input-group-text, [dir=ltr] .input-group-append .input-group-text + .input-group-text, [dir=ltr] .input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

[dir=rtl] .input-group-prepend .btn + .btn, [dir=rtl] .input-group-prepend .btn + .input-group-text, [dir=rtl] .input-group-prepend .input-group-text + .input-group-text, [dir=rtl] .input-group-prepend .input-group-text + .btn, [dir=rtl] .input-group-append .btn + .btn, [dir=rtl] .input-group-append .btn + .input-group-text, [dir=rtl] .input-group-append .input-group-text + .input-group-text, [dir=rtl] .input-group-append .input-group-text + .btn {
  margin-right: -1px;
}

[dir=ltr] .input-group-prepend {
  margin-right: -1px;
}

[dir=rtl] .input-group-prepend {
  margin-left: -1px;
}

[dir=ltr] .input-group-append {
  margin-left: -1px;
}

[dir=rtl] .input-group-append {
  margin-right: -1px;
}

.input-group-text {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  white-space: nowrap;
}

[dir] .input-group-text {
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  text-align: center;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

[dir] .input-group-text input[type="radio"], [dir] .input-group-text input[type="checkbox"] {
  margin-top: 0;
}

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

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  font-size: 1.25rem;
  line-height: 1.5;
}

[dir] .input-group-lg > .form-control, [dir] .input-group-lg > .custom-select, [dir] .input-group-lg > .input-group-prepend > .input-group-text, [dir] .input-group-lg > .input-group-append > .input-group-text, [dir] .input-group-lg > .input-group-prepend > .btn, [dir] .input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  border-radius: 0.3rem;
}

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

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  font-size: 0.875rem;
  line-height: 1.5;
}

[dir] .input-group-sm > .form-control, [dir] .input-group-sm > .custom-select, [dir] .input-group-sm > .input-group-prepend > .input-group-text, [dir] .input-group-sm > .input-group-append > .input-group-text, [dir] .input-group-sm > .input-group-prepend > .btn, [dir] .input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  border-radius: 0.2rem;
}

[dir=ltr] .input-group-lg > .custom-select, [dir=ltr] .input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

[dir=rtl] .input-group-lg > .custom-select, [dir=rtl] .input-group-sm > .custom-select {
  padding-left: 1.75rem;
}

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

[dir=rtl] .input-group > .input-group-prepend > .btn, [dir=rtl] .input-group > .input-group-prepend > .input-group-text, [dir=rtl] .input-group > .input-group-append:not(:last-child) > .btn, [dir=rtl] .input-group > .input-group-append:not(:last-child) > .input-group-text, [dir=rtl] .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), [dir=rtl] .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

[dir=rtl] .input-group > .input-group-append > .btn, [dir=rtl] .input-group > .input-group-append > .input-group-text, [dir=rtl] .input-group > .input-group-prepend:not(:first-child) > .btn, [dir=rtl] .input-group > .input-group-prepend:not(:first-child) > .input-group-text, [dir=rtl] .input-group > .input-group-prepend:first-child > .btn:not(:first-child), [dir=rtl] .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

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

[dir=ltr] .custom-control {
  padding-left: 1.5rem;
}

[dir=rtl] .custom-control {
  padding-right: 1.5rem;
}

.custom-control-inline {
  display: -webkit-inline-box;
  display: inline-flex;
}

[dir=ltr] .custom-control-inline {
  margin-right: 1rem;
}

[dir=rtl] .custom-control-inline {
  margin-left: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}

[dir=ltr] .custom-control-input {
  left: 0;
}

[dir=rtl] .custom-control-input {
  right: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
}

[dir] .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #ff0000;
  background-color: #ff0000;
}

[dir] .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
}

[dir] .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #ff8080;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
}

[dir] .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  background-color: #ffb3b3;
  border-color: #ffb3b3;
}

.custom-control-input[disabled] ~ .custom-control-label,
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

[dir] .custom-control-input[disabled] ~ .custom-control-label::before, [dir] .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  vertical-align: top;
}

[dir] .custom-control-label {
  margin-bottom: 0;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
}

[dir] .custom-control-label::before {
  background-color: #fff;
  border: #adb5bd solid 1px;
}

[dir=ltr] .custom-control-label::before {
  left: -1.5rem;
}

[dir=rtl] .custom-control-label::before {
  right: -1.5rem;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
}

[dir] .custom-control-label::after {
  background: no-repeat 50% / 50% 50%;
}

[dir=ltr] .custom-control-label::after {
  left: -1.5rem;
}

[dir=rtl] .custom-control-label::after {
  right: -1.5rem;
}

[dir] .custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

[dir] .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

[dir] .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #ff0000;
  background-color: #ff0000;
}

[dir] .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

[dir] .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(255, 0, 0, 0.5);
}

[dir] .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(255, 0, 0, 0.5);
}

[dir] .custom-radio .custom-control-label::before {
  border-radius: 50%;
}

[dir] .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

[dir] .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(255, 0, 0, 0.5);
}

[dir=ltr] .custom-switch {
  padding-left: 2.25rem;
}

[dir=rtl] .custom-switch {
  padding-right: 2.25rem;
}

.custom-switch .custom-control-label::before {
  width: 1.75rem;
  pointer-events: all;
}

[dir] .custom-switch .custom-control-label::before {
  border-radius: 0.5rem;
}

[dir=ltr] .custom-switch .custom-control-label::before {
  left: -2.25rem;
}

[dir=rtl] .custom-switch .custom-control-label::before {
  right: -2.25rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

[dir] .custom-switch .custom-control-label::after {
  background-color: #adb5bd;
  border-radius: 0.5rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

[dir=ltr] .custom-switch .custom-control-label::after {
  left: calc(-2.25rem + 2px);
}

[dir=rtl] .custom-switch .custom-control-label::after {
  right: calc(-2.25rem + 2px);
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    -webkit-transition: none;
    transition: none;
  }
  [dir] .custom-switch .custom-control-label::after {
    -webkit-transition: none;
  }
}

[dir] .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
}

[dir=ltr] .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
}

[dir=rtl] .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  -webkit-transform: translateX(-0.75rem);
          transform: translateX(-0.75rem);
}

[dir] .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(255, 0, 0, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

[dir] .custom-select {
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

[dir=ltr] .custom-select {
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
}

[dir=rtl] .custom-select {
  padding: 0.375rem 0.75rem 0.375rem 1.75rem;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat left 0.75rem center/8px 10px;
}

.custom-select:focus {
  outline: 0;
}

[dir] .custom-select:focus {
  border-color: #ff8080;
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
}

.custom-select:focus::-ms-value {
  color: #495057;
}

[dir] .custom-select:focus::-ms-value {
  background-color: #fff;
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
}

[dir] .custom-select[multiple], [dir] .custom-select[size]:not([size="1"]) {
  background-image: none;
}

[dir=ltr] .custom-select[multiple], [dir=ltr] .custom-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
}

[dir=rtl] .custom-select[multiple], [dir=rtl] .custom-select[size]:not([size="1"]) {
  padding-left: 0.75rem;
}

.custom-select:disabled {
  color: #6c757d;
}

[dir] .custom-select:disabled {
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select:-moz-focusring {
  color: transparent;
}

[dir] .custom-select:-moz-focusring {
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  font-size: 0.875rem;
}

[dir] .custom-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

[dir=ltr] .custom-select-sm {
  padding-left: 0.5rem;
}

[dir=rtl] .custom-select-sm {
  padding-right: 0.5rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  font-size: 1.25rem;
}

[dir] .custom-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

[dir=ltr] .custom-select-lg {
  padding-left: 1rem;
}

[dir=rtl] .custom-select-lg {
  padding-right: 1rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
}

[dir] .custom-file {
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  opacity: 0;
}

[dir] .custom-file-input {
  margin: 0;
}

[dir] .custom-file-input:focus ~ .custom-file-label {
  border-color: #ff8080;
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
}

[dir] .custom-file-input[disabled] ~ .custom-file-label, [dir] .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
}

[dir] .custom-file-label {
  padding: 0.375rem 0.75rem;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

[dir=ltr] .custom-file-label {
  right: 0;
  left: 0;
}

[dir=rtl] .custom-file-label {
  left: 0;
  right: 0;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  line-height: 1.5;
  color: #495057;
  content: "Browse";
}

[dir] .custom-file-label::after {
  padding: 0.375rem 0.75rem;
  background-color: #e9ecef;
}

[dir=ltr] .custom-file-label::after {
  right: 0;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

[dir=rtl] .custom-file-label::after {
  left: 0;
  border-right: inherit;
  border-radius: 0.25rem 0 0 0.25rem;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

[dir] .custom-range {
  padding: 0;
  background-color: transparent;
}

.custom-range:focus {
  outline: none;
}

[dir] .custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
}

[dir] .custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
}

[dir] .custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
}

[dir] .custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}

[dir] .custom-range::-webkit-slider-thumb {
  margin-top: -0.25rem;
  background-color: #ff0000;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
  [dir] .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
  }
}

[dir] .custom-range::-webkit-slider-thumb:active {
  background-color: #ffb3b3;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
}

[dir] .custom-range::-webkit-slider-runnable-track {
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}

[dir] .custom-range::-moz-range-thumb {
  background-color: #ff0000;
  border: 0;
  border-radius: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

[dir] .custom-range::-moz-range-thumb:active {
  background-color: #ffb3b3;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
}

[dir] .custom-range::-moz-range-track {
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

[dir] .custom-range::-ms-thumb {
  margin-top: 0;
  background-color: #ff0000;
  border: 0;
  border-radius: 1rem;
}

[dir=ltr] .custom-range::-ms-thumb {
  margin-right: 0.2rem;
  margin-left: 0.2rem;
}

[dir=rtl] .custom-range::-ms-thumb {
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

[dir] .custom-range::-ms-thumb:active {
  background-color: #ffb3b3;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
}

[dir] .custom-range::-ms-track {
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

[dir] .custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

[dir] .custom-range::-ms-fill-upper {
  background-color: #dee2e6;
  border-radius: 1rem;
}

[dir=ltr] .custom-range::-ms-fill-upper {
  margin-right: 15px;
}

[dir=rtl] .custom-range::-ms-fill-upper {
  margin-left: 15px;
}

[dir] .custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

[dir] .custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

[dir] .custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

[dir] .custom-range:disabled::-moz-range-track {
  cursor: default;
}

[dir] .custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

[dir] .custom-control-label::before, [dir] .custom-file-label, [dir] .custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

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

.nav {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

[dir] .nav {
  margin-bottom: 0;
}

[dir=ltr] .nav {
  padding-left: 0;
}

[dir=rtl] .nav {
  padding-right: 0;
}

.nav-link {
  display: block;
}

[dir] .nav-link {
  padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

[dir] .nav-link.disabled {
  cursor: default;
}

[dir] .nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

[dir] .nav-tabs .nav-item {
  margin-bottom: -1px;
}

[dir] .nav-tabs .nav-link {
  border: 1px solid transparent;
}

[dir=ltr] .nav-tabs .nav-link {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

[dir=rtl] .nav-tabs .nav-link {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

[dir] .nav-tabs .nav-link:hover, [dir] .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
}

[dir] .nav-tabs .nav-link.disabled {
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
}

[dir] .nav-tabs .nav-link.active, [dir] .nav-tabs .nav-item.show .nav-link {
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

[dir] .nav-tabs .dropdown-menu {
  margin-top: -1px;
}

[dir=ltr] .nav-tabs .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

[dir=rtl] .nav-tabs .dropdown-menu {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

[dir] .nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
}

[dir] .nav-pills .nav-link.active, [dir] .nav-pills .show > .nav-link {
  background-color: #ff0000;
}

.nav-fill .nav-item {
  -webkit-box-flex: 1;
          flex: 1 1 auto;
}

[dir] .nav-fill .nav-item {
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  -webkit-box-flex: 1;
          flex-grow: 1;
}

[dir] .nav-justified .nav-item {
  text-align: center;
}

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

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

.navbar {
  position: relative;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

[dir] .navbar {
  padding: 0.5rem 1rem;
}

.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

[dir] .navbar-brand {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}

[dir=ltr] .navbar-brand {
  margin-right: 1rem;
}

[dir=rtl] .navbar-brand {
  margin-left: 1rem;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  list-style: none;
}

[dir] .navbar-nav {
  margin-bottom: 0;
}

[dir=ltr] .navbar-nav {
  padding-left: 0;
}

[dir=rtl] .navbar-nav {
  padding-right: 0;
}

[dir=ltr] .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

[dir=rtl] .navbar-nav .nav-link {
  padding-left: 0;
  padding-right: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
}

[dir] .navbar-nav .dropdown-menu {
  float: none;
}

.navbar-text {
  display: inline-block;
}

[dir] .navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

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

.navbar-toggler {
  font-size: 1.25rem;
  line-height: 1;
}

[dir] .navbar-toggler {
  padding: 0.25rem 0.75rem;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
}

[dir] .navbar-toggler-icon {
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  [dir=ltr] .navbar-expand-sm > .container, [dir=ltr] .navbar-expand-sm > .container-fluid, [dir=ltr] .navbar-expand-sm > .container-sm, [dir=ltr] .navbar-expand-sm > .container-md, [dir=ltr] .navbar-expand-sm > .container-lg, [dir=ltr] .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
  [dir=rtl] .navbar-expand-sm > .container, [dir=rtl] .navbar-expand-sm > .container-fluid, [dir=rtl] .navbar-expand-sm > .container-sm, [dir=rtl] .navbar-expand-sm > .container-md, [dir=rtl] .navbar-expand-sm > .container-lg, [dir=rtl] .navbar-expand-sm > .container-xl {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
            justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  [dir=ltr] .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  [dir=rtl] .navbar-expand-sm .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  [dir=ltr] .navbar-expand-md > .container, [dir=ltr] .navbar-expand-md > .container-fluid, [dir=ltr] .navbar-expand-md > .container-sm, [dir=ltr] .navbar-expand-md > .container-md, [dir=ltr] .navbar-expand-md > .container-lg, [dir=ltr] .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
  [dir=rtl] .navbar-expand-md > .container, [dir=rtl] .navbar-expand-md > .container-fluid, [dir=rtl] .navbar-expand-md > .container-sm, [dir=rtl] .navbar-expand-md > .container-md, [dir=rtl] .navbar-expand-md > .container-lg, [dir=rtl] .navbar-expand-md > .container-xl {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
            justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  [dir=ltr] .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  [dir=rtl] .navbar-expand-md .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  [dir=ltr] .navbar-expand-lg > .container, [dir=ltr] .navbar-expand-lg > .container-fluid, [dir=ltr] .navbar-expand-lg > .container-sm, [dir=ltr] .navbar-expand-lg > .container-md, [dir=ltr] .navbar-expand-lg > .container-lg, [dir=ltr] .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
  [dir=rtl] .navbar-expand-lg > .container, [dir=rtl] .navbar-expand-lg > .container-fluid, [dir=rtl] .navbar-expand-lg > .container-sm, [dir=rtl] .navbar-expand-lg > .container-md, [dir=rtl] .navbar-expand-lg > .container-lg, [dir=rtl] .navbar-expand-lg > .container-xl {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
            justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  [dir=ltr] .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  [dir=rtl] .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  [dir=ltr] .navbar-expand-xl > .container, [dir=ltr] .navbar-expand-xl > .container-fluid, [dir=ltr] .navbar-expand-xl > .container-sm, [dir=ltr] .navbar-expand-xl > .container-md, [dir=ltr] .navbar-expand-xl > .container-lg, [dir=ltr] .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
  [dir=rtl] .navbar-expand-xl > .container, [dir=rtl] .navbar-expand-xl > .container-fluid, [dir=rtl] .navbar-expand-xl > .container-sm, [dir=rtl] .navbar-expand-xl > .container-md, [dir=rtl] .navbar-expand-xl > .container-lg, [dir=rtl] .navbar-expand-xl > .container-xl {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
            justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  [dir=ltr] .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  [dir=rtl] .navbar-expand-xl .navbar-nav .nav-link {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: flex !important;
    flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

[dir=ltr] .navbar-expand > .container, [dir=ltr] .navbar-expand > .container-fluid, [dir=ltr] .navbar-expand > .container-sm, [dir=ltr] .navbar-expand > .container-md, [dir=ltr] .navbar-expand > .container-lg, [dir=ltr] .navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}

[dir=rtl] .navbar-expand > .container, [dir=rtl] .navbar-expand > .container-fluid, [dir=rtl] .navbar-expand > .container-sm, [dir=rtl] .navbar-expand > .container-md, [dir=rtl] .navbar-expand > .container-lg, [dir=rtl] .navbar-expand > .container-xl {
  padding-left: 0;
  padding-right: 0;
}

.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

[dir=ltr] .navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

[dir=rtl] .navbar-expand .navbar-nav .nav-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
}

[dir] .navbar-light .navbar-toggler {
  border-color: rgba(0, 0, 0, 0.1);
}

[dir] .navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
  color: #fff;
}

.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: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
}

[dir] .navbar-dark .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.1);
}

[dir] .navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
}

[dir] .card {
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

[dir=ltr] .card > hr {
  margin-right: 0;
  margin-left: 0;
}

[dir=rtl] .card > hr {
  margin-left: 0;
  margin-right: 0;
}

[dir=ltr] .card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

[dir=rtl] .card > .list-group:first-child .list-group-item:first-child {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

[dir=ltr] .card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

[dir=rtl] .card > .list-group:last-child .list-group-item:last-child {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.card-body {
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  min-height: 1px;
}

[dir] .card-body {
  padding: 1.25rem;
}

[dir] .card-title {
  margin-bottom: 0.75rem;
}

[dir] .card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

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

.card-link:hover {
  text-decoration: none;
}

[dir=ltr] .card-link + .card-link {
  margin-left: 1.25rem;
}

[dir=rtl] .card-link + .card-link {
  margin-right: 1.25rem;
}

[dir] .card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

[dir] .card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

[dir] .card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

[dir] .card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

[dir] .card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

[dir] .card-header-tabs {
  margin-bottom: -0.75rem;
  border-bottom: 0;
}

[dir=ltr] .card-header-tabs {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

[dir=rtl] .card-header-tabs {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

[dir=ltr] .card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

[dir=rtl] .card-header-pills {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
}

[dir] .card-img-overlay {
  padding: 1.25rem;
}

[dir=ltr] .card-img-overlay {
  right: 0;
  left: 0;
}

[dir=rtl] .card-img-overlay {
  left: 0;
  right: 0;
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

[dir=ltr] .card-img, [dir=ltr] .card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

[dir=rtl] .card-img, [dir=rtl] .card-img-top {
  border-top-right-radius: calc(0.25rem - 1px);
  border-top-left-radius: calc(0.25rem - 1px);
}

[dir=ltr] .card-img, [dir=ltr] .card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

[dir=rtl] .card-img, [dir=rtl] .card-img-bottom {
  border-bottom-left-radius: calc(0.25rem - 1px);
  border-bottom-right-radius: calc(0.25rem - 1px);
}

[dir] .card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
  }
  [dir=ltr] .card-deck {
    margin-right: -15px;
    margin-left: -15px;
  }
  [dir=rtl] .card-deck {
    margin-left: -15px;
    margin-right: -15px;
  }

  .card-deck .card {
    -webkit-box-flex: 1;
            flex: 1 0 0%;
  }

  [dir] .card-deck .card {
    margin-bottom: 0;
  }

  [dir=ltr] .card-deck .card {
    margin-right: 15px;
    margin-left: 15px;
  }

  [dir=rtl] .card-deck .card {
    margin-left: 15px;
    margin-right: 15px;
  }
}

[dir] .card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
  }

  .card-group > .card {
    -webkit-box-flex: 1;
            flex: 1 0 0%;
  }

  [dir] .card-group > .card {
    margin-bottom: 0;
  }

  [dir=ltr] .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  [dir=rtl] .card-group > .card + .card {
    margin-right: 0;
    border-right: 0;
  }

  [dir=ltr] .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  [dir=rtl] .card-group > .card:not(:last-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  [dir=ltr] .card-group > .card:not(:last-child) .card-img-top, [dir=ltr] .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }

  [dir=rtl] .card-group > .card:not(:last-child) .card-img-top, [dir=rtl] .card-group > .card:not(:last-child) .card-header {
    border-top-left-radius: 0;
  }

  [dir=ltr] .card-group > .card:not(:last-child) .card-img-bottom, [dir=ltr] .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }

  [dir=rtl] .card-group > .card:not(:last-child) .card-img-bottom, [dir=rtl] .card-group > .card:not(:last-child) .card-footer {
    border-bottom-left-radius: 0;
  }

  [dir=ltr] .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  [dir=rtl] .card-group > .card:not(:first-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  [dir=ltr] .card-group > .card:not(:first-child) .card-img-top, [dir=ltr] .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }

  [dir=rtl] .card-group > .card:not(:first-child) .card-img-top, [dir=rtl] .card-group > .card:not(:first-child) .card-header {
    border-top-right-radius: 0;
  }

  [dir=ltr] .card-group > .card:not(:first-child) .card-img-bottom, [dir=ltr] .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }

  [dir=rtl] .card-group > .card:not(:first-child) .card-img-bottom, [dir=rtl] .card-group > .card:not(:first-child) .card-footer {
    border-bottom-right-radius: 0;
  }
}

[dir] .card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion > .card {
  overflow: hidden;
}

[dir] .accordion > .card:not(:last-of-type) {
  border-bottom: 0;
}

[dir=ltr] .accordion > .card:not(:last-of-type) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

[dir=rtl] .accordion > .card:not(:last-of-type) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

[dir=ltr] .accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

[dir=rtl] .accordion > .card:not(:first-of-type) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

[dir] .accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

[dir] .breadcrumb {
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

[dir=ltr] .breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

[dir=rtl] .breadcrumb-item + .breadcrumb-item {
  padding-right: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  color: #6c757d;
  content: "/";
}

[dir=ltr] .breadcrumb-item + .breadcrumb-item::before {
  padding-right: 0.5rem;
}

[dir=rtl] .breadcrumb-item + .breadcrumb-item::before {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: -webkit-box;
  display: flex;
  list-style: none;
}

[dir] .pagination {
  border-radius: 0.25rem;
}

[dir=ltr] .pagination {
  padding-left: 0;
}

[dir=rtl] .pagination {
  padding-right: 0;
}

.page-link {
  position: relative;
  display: block;
  line-height: 1.25;
  color: #ff0000;
}

[dir] .page-link {
  padding: 0.5rem 0.75rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

[dir=ltr] .page-link {
  margin-left: -1px;
}

[dir=rtl] .page-link {
  margin-right: -1px;
}

.page-link:hover {
  z-index: 2;
  color: #b30000;
  text-decoration: none;
}

[dir] .page-link:hover {
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 3;
  outline: 0;
}

[dir] .page-link:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
}

[dir=ltr] .page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

[dir=rtl] .page-item:first-child .page-link {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

[dir=ltr] .page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

[dir=rtl] .page-item:last-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
}

[dir] .page-item.active .page-link {
  background-color: #ff0000;
  border-color: #ff0000;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
}

[dir] .page-item.disabled .page-link {
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  font-size: 1.25rem;
  line-height: 1.5;
}

[dir] .pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
}

[dir=ltr] .pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

[dir=rtl] .pagination-lg .page-item:first-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

[dir=ltr] .pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

[dir=rtl] .pagination-lg .page-item:last-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-sm .page-link {
  font-size: 0.875rem;
  line-height: 1.5;
}

[dir] .pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
}

[dir=ltr] .pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

[dir=rtl] .pagination-sm .page-item:first-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

[dir=ltr] .pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

[dir=rtl] .pagination-sm .page-item:last-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.badge {
  display: inline-block;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  vertical-align: baseline;
  -webkit-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;
  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;
}

[dir] .badge {
  padding: 0.25em 0.4em;
  text-align: center;
  border-radius: 0.25rem;
  -webkit-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 {
    -webkit-transition: none;
    transition: none;
  }
  [dir] .badge {
    -webkit-transition: none;
  }
}

a.badge:hover,
a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

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

[dir] .badge-pill {
  border-radius: 10rem;
}

[dir=ltr] .badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
}

[dir=rtl] .badge-pill {
  padding-left: 0.6em;
  padding-right: 0.6em;
}

.badge-primary {
  color: #fff;
}

[dir] .badge-primary {
  background-color: #ff0000;
}

a.badge-primary:hover,
a.badge-primary:focus {
  color: #fff;
}

[dir] a.badge-primary:hover, [dir] a.badge-primary:focus {
  background-color: #cc0000;
}

a.badge-primary:focus,
a.badge-primary.focus {
  outline: 0;
}

[dir] a.badge-primary:focus, [dir] a.badge-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
}

.badge-secondary {
  color: #fff;
}

[dir] .badge-secondary {
  background-color: #6c757d;
}

a.badge-secondary:hover,
a.badge-secondary:focus {
  color: #fff;
}

[dir] a.badge-secondary:hover, [dir] a.badge-secondary:focus {
  background-color: #545b62;
}

a.badge-secondary:focus,
a.badge-secondary.focus {
  outline: 0;
}

[dir] a.badge-secondary:focus, [dir] a.badge-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
}

[dir] .badge-success {
  background-color: #28a745;
}

a.badge-success:hover,
a.badge-success:focus {
  color: #fff;
}

[dir] a.badge-success:hover, [dir] a.badge-success:focus {
  background-color: #1e7e34;
}

a.badge-success:focus,
a.badge-success.focus {
  outline: 0;
}

[dir] a.badge-success:focus, [dir] a.badge-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
}

[dir] .badge-info {
  background-color: #17a2b8;
}

a.badge-info:hover,
a.badge-info:focus {
  color: #fff;
}

[dir] a.badge-info:hover, [dir] a.badge-info:focus {
  background-color: #117a8b;
}

a.badge-info:focus,
a.badge-info.focus {
  outline: 0;
}

[dir] a.badge-info:focus, [dir] a.badge-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
}

[dir] .badge-warning {
  background-color: #ffc107;
}

a.badge-warning:hover,
a.badge-warning:focus {
  color: #212529;
}

[dir] a.badge-warning:hover, [dir] a.badge-warning:focus {
  background-color: #d39e00;
}

a.badge-warning:focus,
a.badge-warning.focus {
  outline: 0;
}

[dir] a.badge-warning:focus, [dir] a.badge-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
}

[dir] .badge-danger {
  background-color: #ff4136;
}

a.badge-danger:hover,
a.badge-danger:focus {
  color: #fff;
}

[dir] a.badge-danger:hover, [dir] a.badge-danger:focus {
  background-color: #ff1103;
}

a.badge-danger:focus,
a.badge-danger.focus {
  outline: 0;
}

[dir] a.badge-danger:focus, [dir] a.badge-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 65, 54, 0.5);
}

.badge-light {
  color: #212529;
}

[dir] .badge-light {
  background-color: #f8f9fa;
}

a.badge-light:hover,
a.badge-light:focus {
  color: #212529;
}

[dir] a.badge-light:hover, [dir] a.badge-light:focus {
  background-color: #dae0e5;
}

a.badge-light:focus,
a.badge-light.focus {
  outline: 0;
}

[dir] a.badge-light:focus, [dir] a.badge-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
}

[dir] .badge-dark {
  background-color: #343a40;
}

a.badge-dark:hover,
a.badge-dark:focus {
  color: #fff;
}

[dir] a.badge-dark:hover, [dir] a.badge-dark:focus {
  background-color: #1d2124;
}

a.badge-dark:focus,
a.badge-dark.focus {
  outline: 0;
}

[dir] a.badge-dark:focus, [dir] a.badge-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

[dir] .jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  [dir] .jumbotron {
    padding: 4rem 2rem;
  }
}

[dir] .jumbotron-fluid {
  border-radius: 0;
}

[dir=ltr] .jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
}

[dir=rtl] .jumbotron-fluid {
  padding-left: 0;
  padding-right: 0;
}

.alert {
  position: relative;
}

[dir] .alert {
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

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

[dir=ltr] .alert-dismissible {
  padding-right: 4rem;
}

[dir=rtl] .alert-dismissible {
  padding-left: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  color: inherit;
}

[dir] .alert-dismissible .close {
  padding: 0.75rem 1.25rem;
}

[dir=ltr] .alert-dismissible .close {
  right: 0;
}

[dir=rtl] .alert-dismissible .close {
  left: 0;
}

.alert-primary {
  color: #850000;
}

[dir] .alert-primary {
  background-color: #ffcccc;
  border-color: #ffb8b8;
}

[dir] .alert-primary hr {
  border-top-color: #ff9f9f;
}

.alert-primary .alert-link {
  color: #520000;
}

.alert-secondary {
  color: #383d41;
}

[dir] .alert-secondary {
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

[dir] .alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
}

[dir] .alert-success {
  background-color: #d4edda;
  border-color: #c3e6cb;
}

[dir] .alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
}

[dir] .alert-info {
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

[dir] .alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
}

[dir] .alert-warning {
  background-color: #fff3cd;
  border-color: #ffeeba;
}

[dir] .alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #85221c;
}

[dir] .alert-danger {
  background-color: #ffd9d7;
  border-color: #ffcac7;
}

[dir] .alert-danger hr {
  border-top-color: #ffb2ae;
}

.alert-danger .alert-link {
  color: #5b1713;
}

.alert-light {
  color: #818182;
}

[dir] .alert-light {
  background-color: #fefefe;
  border-color: #fdfdfe;
}

[dir] .alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
}

[dir] .alert-dark {
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

[dir] .alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes-ltr {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

@-webkit-keyframes progress-bar-stripes-rtl {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 100% 0;
  }
}

@keyframes progress-bar-stripes-ltr {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes-rtl {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 100% 0;
  }
}

.progress {
  display: -webkit-box;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
}

[dir] .progress {
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  overflow: hidden;
  color: #fff;
  white-space: nowrap;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

[dir] .progress-bar {
  text-align: center;
  background-color: #ff0000;
  -webkit-transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    transition: none;
  }
  [dir] .progress-bar {
    -webkit-transition: none;
  }
}

[dir] .progress-bar-striped {
  background-size: 1rem 1rem;
}

[dir=ltr] .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);
}

[dir=rtl] .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);
}

[dir=ltr] .progress-bar-animated {
  -webkit-animation:  progress-bar-stripes-ltr 1s linear infinite;
  animation:  progress-bar-stripes-ltr 1s linear infinite;
}

[dir=rtl] .progress-bar-animated {
  -webkit-animation:  progress-bar-stripes-rtl 1s linear infinite;
          animation:  progress-bar-stripes-rtl 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  [dir=ltr] .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
  [dir=rtl] .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}

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

.media-body {
  -webkit-box-flex: 1;
          flex: 1;
}

.list-group {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

[dir] .list-group {
  margin-bottom: 0;
}

[dir=ltr] .list-group {
  padding-left: 0;
}

[dir=rtl] .list-group {
  padding-right: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
}

[dir] .list-group-item-action {
  text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
}

[dir] .list-group-item-action:hover, [dir] .list-group-item-action:focus {
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
}

[dir] .list-group-item-action:active {
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
}

[dir] .list-group-item {
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

[dir=ltr] .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

[dir=rtl] .list-group-item:first-child {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

[dir=ltr] .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

[dir=rtl] .list-group-item:last-child {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
}

[dir] .list-group-item.disabled, [dir] .list-group-item:disabled {
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
}

[dir] .list-group-item.active {
  background-color: #ff0000;
  border-color: #ff0000;
}

[dir] .list-group-item + .list-group-item {
  border-top-width: 0;
}

[dir] .list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

[dir=ltr] .list-group-horizontal .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

[dir=rtl] .list-group-horizontal .list-group-item:first-child {
  border-bottom-right-radius: 0.25rem;
  border-top-left-radius: 0;
}

[dir=ltr] .list-group-horizontal .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

[dir=rtl] .list-group-horizontal .list-group-item:last-child {
  border-top-left-radius: 0.25rem;
  border-bottom-right-radius: 0;
}

[dir] .list-group-horizontal .list-group-item.active {
  margin-top: 0;
}

[dir] .list-group-horizontal .list-group-item + .list-group-item {
  border-top-width: 1px;
}

[dir=ltr] .list-group-horizontal .list-group-item + .list-group-item {
  border-left-width: 0;
}

[dir=rtl] .list-group-horizontal .list-group-item + .list-group-item {
  border-right-width: 0;
}

[dir=ltr] .list-group-horizontal .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

[dir=rtl] .list-group-horizontal .list-group-item + .list-group-item.active {
  margin-right: -1px;
  border-right-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  [dir=ltr] .list-group-horizontal-sm .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  [dir=rtl] .list-group-horizontal-sm .list-group-item:first-child {
    border-bottom-right-radius: 0.25rem;
    border-top-left-radius: 0;
  }

  [dir=ltr] .list-group-horizontal-sm .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  [dir=rtl] .list-group-horizontal-sm .list-group-item:last-child {
    border-top-left-radius: 0.25rem;
    border-bottom-right-radius: 0;
  }

  [dir] .list-group-horizontal-sm .list-group-item.active {
    margin-top: 0;
  }

  [dir] .list-group-horizontal-sm .list-group-item + .list-group-item {
    border-top-width: 1px;
  }

  [dir=ltr] .list-group-horizontal-sm .list-group-item + .list-group-item {
    border-left-width: 0;
  }

  [dir=rtl] .list-group-horizontal-sm .list-group-item + .list-group-item {
    border-right-width: 0;
  }

  [dir=ltr] .list-group-horizontal-sm .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }

  [dir=rtl] .list-group-horizontal-sm .list-group-item + .list-group-item.active {
    margin-right: -1px;
    border-right-width: 1px;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  [dir=ltr] .list-group-horizontal-md .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  [dir=rtl] .list-group-horizontal-md .list-group-item:first-child {
    border-bottom-right-radius: 0.25rem;
    border-top-left-radius: 0;
  }

  [dir=ltr] .list-group-horizontal-md .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  [dir=rtl] .list-group-horizontal-md .list-group-item:last-child {
    border-top-left-radius: 0.25rem;
    border-bottom-right-radius: 0;
  }

  [dir] .list-group-horizontal-md .list-group-item.active {
    margin-top: 0;
  }

  [dir] .list-group-horizontal-md .list-group-item + .list-group-item {
    border-top-width: 1px;
  }

  [dir=ltr] .list-group-horizontal-md .list-group-item + .list-group-item {
    border-left-width: 0;
  }

  [dir=rtl] .list-group-horizontal-md .list-group-item + .list-group-item {
    border-right-width: 0;
  }

  [dir=ltr] .list-group-horizontal-md .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }

  [dir=rtl] .list-group-horizontal-md .list-group-item + .list-group-item.active {
    margin-right: -1px;
    border-right-width: 1px;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  [dir=ltr] .list-group-horizontal-lg .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  [dir=rtl] .list-group-horizontal-lg .list-group-item:first-child {
    border-bottom-right-radius: 0.25rem;
    border-top-left-radius: 0;
  }

  [dir=ltr] .list-group-horizontal-lg .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  [dir=rtl] .list-group-horizontal-lg .list-group-item:last-child {
    border-top-left-radius: 0.25rem;
    border-bottom-right-radius: 0;
  }

  [dir] .list-group-horizontal-lg .list-group-item.active {
    margin-top: 0;
  }

  [dir] .list-group-horizontal-lg .list-group-item + .list-group-item {
    border-top-width: 1px;
  }

  [dir=ltr] .list-group-horizontal-lg .list-group-item + .list-group-item {
    border-left-width: 0;
  }

  [dir=rtl] .list-group-horizontal-lg .list-group-item + .list-group-item {
    border-right-width: 0;
  }

  [dir=ltr] .list-group-horizontal-lg .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }

  [dir=rtl] .list-group-horizontal-lg .list-group-item + .list-group-item.active {
    margin-right: -1px;
    border-right-width: 1px;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  [dir=ltr] .list-group-horizontal-xl .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }

  [dir=rtl] .list-group-horizontal-xl .list-group-item:first-child {
    border-bottom-right-radius: 0.25rem;
    border-top-left-radius: 0;
  }

  [dir=ltr] .list-group-horizontal-xl .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }

  [dir=rtl] .list-group-horizontal-xl .list-group-item:last-child {
    border-top-left-radius: 0.25rem;
    border-bottom-right-radius: 0;
  }

  [dir] .list-group-horizontal-xl .list-group-item.active {
    margin-top: 0;
  }

  [dir] .list-group-horizontal-xl .list-group-item + .list-group-item {
    border-top-width: 1px;
  }

  [dir=ltr] .list-group-horizontal-xl .list-group-item + .list-group-item {
    border-left-width: 0;
  }

  [dir=rtl] .list-group-horizontal-xl .list-group-item + .list-group-item {
    border-right-width: 0;
  }

  [dir=ltr] .list-group-horizontal-xl .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }

  [dir=rtl] .list-group-horizontal-xl .list-group-item + .list-group-item.active {
    margin-right: -1px;
    border-right-width: 1px;
  }
}

[dir] .list-group-flush .list-group-item {
  border-radius: 0;
}

[dir=ltr] .list-group-flush .list-group-item {
  border-right-width: 0;
  border-left-width: 0;
}

[dir=rtl] .list-group-flush .list-group-item {
  border-left-width: 0;
  border-right-width: 0;
}

[dir] .list-group-flush .list-group-item:first-child {
  border-top-width: 0;
}

[dir] .list-group-flush:last-child .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #850000;
}

[dir] .list-group-item-primary {
  background-color: #ffb8b8;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: #850000;
}

[dir] .list-group-item-primary.list-group-item-action:hover, [dir] .list-group-item-primary.list-group-item-action:focus {
  background-color: #ff9f9f;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
}

[dir] .list-group-item-primary.list-group-item-action.active {
  background-color: #850000;
  border-color: #850000;
}

.list-group-item-secondary {
  color: #383d41;
}

[dir] .list-group-item-secondary {
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
}

[dir] .list-group-item-secondary.list-group-item-action:hover, [dir] .list-group-item-secondary.list-group-item-action:focus {
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
}

[dir] .list-group-item-secondary.list-group-item-action.active {
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
}

[dir] .list-group-item-success {
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
  color: #155724;
}

[dir] .list-group-item-success.list-group-item-action:hover, [dir] .list-group-item-success.list-group-item-action:focus {
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
}

[dir] .list-group-item-success.list-group-item-action.active {
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
}

[dir] .list-group-item-info {
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
}

[dir] .list-group-item-info.list-group-item-action:hover, [dir] .list-group-item-info.list-group-item-action:focus {
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
}

[dir] .list-group-item-info.list-group-item-action.active {
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
}

[dir] .list-group-item-warning {
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: #856404;
}

[dir] .list-group-item-warning.list-group-item-action:hover, [dir] .list-group-item-warning.list-group-item-action:focus {
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
}

[dir] .list-group-item-warning.list-group-item-action.active {
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #85221c;
}

[dir] .list-group-item-danger {
  background-color: #ffcac7;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: #85221c;
}

[dir] .list-group-item-danger.list-group-item-action:hover, [dir] .list-group-item-danger.list-group-item-action:focus {
  background-color: #ffb2ae;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
}

[dir] .list-group-item-danger.list-group-item-action.active {
  background-color: #85221c;
  border-color: #85221c;
}

.list-group-item-light {
  color: #818182;
}

[dir] .list-group-item-light {
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
  color: #818182;
}

[dir] .list-group-item-light.list-group-item-action:hover, [dir] .list-group-item-light.list-group-item-action:focus {
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
}

[dir] .list-group-item-light.list-group-item-action.active {
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
}

[dir] .list-group-item-dark {
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
}

[dir] .list-group-item-dark.list-group-item-action:hover, [dir] .list-group-item-dark.list-group-item-action:focus {
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
}

[dir] .list-group-item-dark.list-group-item-action.active {
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  opacity: .5;
}

[dir] .close {
  text-shadow: 0 1px 0 #fff;
}

[dir=ltr] .close {
  float: right;
}

[dir=rtl] .close {
  float: left;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

button.close {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

[dir] button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

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

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
}

[dir] .toast {
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
}

[dir] .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: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  color: #6c757d;
}

[dir] .toast-header {
  padding: 0.25rem 0.75rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

[dir] .toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

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

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

[dir=ltr] .modal {
  left: 0;
}

[dir=rtl] .modal {
  right: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  pointer-events: none;
}

[dir] .modal-dialog {
  margin: 0.5rem;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
}

[dir] .modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
          -webkit-transform: translate(0, -50px);
                  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
  [dir] .modal.fade .modal-dialog {
    -webkit-transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
}

[dir] .modal.show .modal-dialog {
          -webkit-transform: none;
                  transform: none;
}

.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
}

[dir] .modal.modal-static .modal-dialog {
          -webkit-transform: scale(1.02);
                  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: -webkit-box;
  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: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          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 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          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: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  outline: 0;
}

[dir] .modal-content {
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
}

[dir] .modal-backdrop {
  background-color: #000;
}

[dir=ltr] .modal-backdrop {
  left: 0;
}

[dir=rtl] .modal-backdrop {
  right: 0;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

[dir] .modal-header {
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
}

[dir=ltr] .modal-header {
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

[dir=rtl] .modal-header {
  border-top-right-radius: calc(0.3rem - 1px);
  border-top-left-radius: calc(0.3rem - 1px);
}

[dir] .modal-header .close {
  padding: 1rem 1rem;
}

[dir=ltr] .modal-header .close {
  margin: -1rem -1rem -1rem auto;
}

[dir=rtl] .modal-header .close {
  margin: -1rem auto -1rem -1rem;
}

.modal-title {
  line-height: 1.5;
}

[dir] .modal-title {
  margin-bottom: 0;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
}

[dir] .modal-body {
  padding: 1rem;
}

.modal-footer {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: end;
          justify-content: flex-end;
}

[dir] .modal-footer {
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
}

[dir=ltr] .modal-footer {
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}

[dir=rtl] .modal-footer {
  border-bottom-left-radius: calc(0.3rem - 1px);
  border-bottom-right-radius: calc(0.3rem - 1px);
}

[dir] .modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
  }
  [dir] .modal-dialog {
    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: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: 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;
}

[dir] .tooltip {
  margin: 0;
  text-align: start;
  text-shadow: none;
}

[dir=ltr] .tooltip {
  text-align: left;
}

[dir=rtl] .tooltip {
  text-align: right;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
}

[dir] .tooltip .arrow::before {
  border-color: transparent;
  border-style: solid;
}

[dir] .bs-tooltip-top, [dir] .bs-tooltip-auto[x-placement^="top"], [dir] .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="top"], [dir] .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="top"], [dir] .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="top"], [dir] .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="top"], [dir] .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="top"], [dir] .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="top"], [dir] .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="top"], [dir] .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow,
.bs-tooltip-auto[x-placement^="top"] .arrow,
.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="top"] .arrow,
.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="top"] .arrow,
.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="top"] .arrow,
.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="top"] .arrow,
.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="top"] .arrow,
.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="top"] .arrow,
.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="top"] .arrow,
.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
}

[dir] .bs-tooltip-top .arrow::before, [dir] .bs-tooltip-auto[x-placement^="top"] .arrow::before, [dir] .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="top"] .arrow::before, [dir] .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="top"] .arrow::before, [dir] .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="top"] .arrow::before, [dir] .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="top"] .arrow::before, [dir] .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="top"] .arrow::before, [dir] .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="top"] .arrow::before, [dir] .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="top"] .arrow::before, [dir] .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

[dir] .bs-tooltip-right, [dir] .bs-tooltip-auto[x-placement^="right"], [dir] .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="right"], [dir] .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="right"], [dir] .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="right"], [dir] .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="right"], [dir] .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="right"], [dir] .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="right"], [dir] .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="right"], [dir] .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^="right"] .arrow,
.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="right"] .arrow,
.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="right"] .arrow,
.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="right"] .arrow,
.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="right"] .arrow,
.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="right"] .arrow,
.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="right"] .arrow,
.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="right"] .arrow,
.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="right"] .arrow {
  width: 0.4rem;
  height: 0.8rem;
}

[dir=ltr] .bs-tooltip-right .arrow, [dir=ltr] .bs-tooltip-auto[x-placement^="right"] .arrow, [dir=ltr] .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="right"] .arrow, [dir=ltr] .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="right"] .arrow, [dir=ltr] .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="right"] .arrow, [dir=ltr] .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="right"] .arrow, [dir=ltr] .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="right"] .arrow, [dir=ltr] .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="right"] .arrow, [dir=ltr] .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="right"] .arrow, [dir=ltr] .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
}

[dir=rtl] .bs-tooltip-right .arrow, [dir=rtl] .bs-tooltip-auto[x-placement^="right"] .arrow, [dir=rtl] .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="right"] .arrow, [dir=rtl] .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="right"] .arrow, [dir=rtl] .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="right"] .arrow, [dir=rtl] .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="right"] .arrow, [dir=rtl] .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="right"] .arrow, [dir=rtl] .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="right"] .arrow, [dir=rtl] .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="right"] .arrow, [dir=rtl] .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="right"] .arrow {
  right: 0;
}

[dir=ltr] .bs-tooltip-right .arrow::before, [dir=ltr] .bs-tooltip-auto[x-placement^="right"] .arrow::before, [dir=ltr] .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="right"] .arrow::before, [dir=ltr] .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="right"] .arrow::before, [dir=ltr] .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="right"] .arrow::before, [dir=ltr] .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="right"] .arrow::before, [dir=ltr] .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="right"] .arrow::before, [dir=ltr] .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="right"] .arrow::before, [dir=ltr] .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="right"] .arrow::before, [dir=ltr] .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

[dir=rtl] .bs-tooltip-right .arrow::before, [dir=rtl] .bs-tooltip-auto[x-placement^="right"] .arrow::before, [dir=rtl] .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="right"] .arrow::before, [dir=rtl] .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="right"] .arrow::before, [dir=rtl] .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="right"] .arrow::before, [dir=rtl] .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="right"] .arrow::before, [dir=rtl] .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="right"] .arrow::before, [dir=rtl] .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="right"] .arrow::before, [dir=rtl] .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="right"] .arrow::before, [dir=rtl] .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

[dir] .bs-tooltip-bottom, [dir] .bs-tooltip-auto[x-placement^="bottom"], [dir] .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="bottom"], [dir] .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="bottom"], [dir] .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="bottom"], [dir] .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="bottom"], [dir] .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="bottom"], [dir] .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="bottom"], [dir] .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="bottom"], [dir] .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow,
.bs-tooltip-auto[x-placement^="bottom"] .arrow,
.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="bottom"] .arrow,
.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="bottom"] .arrow,
.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="bottom"] .arrow,
.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="bottom"] .arrow,
.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="bottom"] .arrow,
.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="bottom"] .arrow,
.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="bottom"] .arrow,
.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
}

[dir] .bs-tooltip-bottom .arrow::before, [dir] .bs-tooltip-auto[x-placement^="bottom"] .arrow::before, [dir] .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, [dir] .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, [dir] .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, [dir] .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, [dir] .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, [dir] .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, [dir] .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="bottom"] .arrow::before, [dir] .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

[dir] .bs-tooltip-left, [dir] .bs-tooltip-auto[x-placement^="left"], [dir] .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="left"], [dir] .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="left"], [dir] .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="left"], [dir] .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="left"], [dir] .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="left"], [dir] .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="left"], [dir] .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="left"], [dir] .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^="left"] .arrow,
.tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="left"] .arrow,
.tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="left"] .arrow,
.tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="left"] .arrow,
.tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="left"] .arrow,
.tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="left"] .arrow,
.tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="left"] .arrow,
.tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="left"] .arrow,
.tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="left"] .arrow {
  width: 0.4rem;
  height: 0.8rem;
}

[dir=ltr] .bs-tooltip-left .arrow, [dir=ltr] .bs-tooltip-auto[x-placement^="left"] .arrow, [dir=ltr] .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="left"] .arrow, [dir=ltr] .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="left"] .arrow, [dir=ltr] .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="left"] .arrow, [dir=ltr] .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="left"] .arrow, [dir=ltr] .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="left"] .arrow, [dir=ltr] .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="left"] .arrow, [dir=ltr] .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="left"] .arrow, [dir=ltr] .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
}

[dir=rtl] .bs-tooltip-left .arrow, [dir=rtl] .bs-tooltip-auto[x-placement^="left"] .arrow, [dir=rtl] .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="left"] .arrow, [dir=rtl] .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="left"] .arrow, [dir=rtl] .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="left"] .arrow, [dir=rtl] .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="left"] .arrow, [dir=rtl] .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="left"] .arrow, [dir=rtl] .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="left"] .arrow, [dir=rtl] .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="left"] .arrow, [dir=rtl] .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="left"] .arrow {
  left: 0;
}

[dir=ltr] .bs-tooltip-left .arrow::before, [dir=ltr] .bs-tooltip-auto[x-placement^="left"] .arrow::before, [dir=ltr] .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="left"] .arrow::before, [dir=ltr] .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="left"] .arrow::before, [dir=ltr] .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="left"] .arrow::before, [dir=ltr] .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="left"] .arrow::before, [dir=ltr] .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="left"] .arrow::before, [dir=ltr] .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="left"] .arrow::before, [dir=ltr] .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="left"] .arrow::before, [dir=ltr] .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

[dir=rtl] .bs-tooltip-left .arrow::before, [dir=rtl] .bs-tooltip-auto[x-placement^="left"] .arrow::before, [dir=rtl] .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="left"] .arrow::before, [dir=rtl] .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="left"] .arrow::before, [dir=rtl] .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="left"] .arrow::before, [dir=rtl] .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="left"] .arrow::before, [dir=rtl] .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="left"] .arrow::before, [dir=rtl] .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="left"] .arrow::before, [dir=rtl] .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="left"] .arrow::before, [dir=rtl] .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  color: #fff;
}

[dir] .tooltip-inner {
  padding: 0.25rem 0.5rem;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: 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;
}

[dir] .popover {
  text-align: start;
  text-shadow: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

[dir=ltr] .popover {
  left: 0;
  text-align: left;
}

[dir=rtl] .popover {
  right: 0;
  text-align: right;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}

[dir] .popover .arrow {
  margin: 0 0.3rem;
}

.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
}

[dir] .popover .arrow::before, [dir] .popover .arrow::after {
  border-color: transparent;
  border-style: solid;
}

[dir] .bs-popover-top, [dir] .bs-popover-auto[x-placement^="top"], [dir] .b-popover-primary.bs-popover-auto[x-placement^="top"], [dir] .b-popover-secondary.bs-popover-auto[x-placement^="top"], [dir] .b-popover-success.bs-popover-auto[x-placement^="top"], [dir] .b-popover-info.bs-popover-auto[x-placement^="top"], [dir] .b-popover-warning.bs-popover-auto[x-placement^="top"], [dir] .b-popover-danger.bs-popover-auto[x-placement^="top"], [dir] .b-popover-light.bs-popover-auto[x-placement^="top"], [dir] .b-popover-dark.bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow,
.bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc(-0.5rem - 1px);
}

.bs-popover-top > .arrow::before,
.bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
}

[dir] .bs-popover-top > .arrow::before, [dir] .bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .arrow::after,
.bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
}

[dir] .bs-popover-top > .arrow::after, [dir] .bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

[dir=ltr] .bs-popover-right, [dir=ltr] .bs-popover-auto[x-placement^="right"], [dir=ltr] .b-popover-primary.bs-popover-auto[x-placement^="right"], [dir=ltr] .b-popover-secondary.bs-popover-auto[x-placement^="right"], [dir=ltr] .b-popover-success.bs-popover-auto[x-placement^="right"], [dir=ltr] .b-popover-info.bs-popover-auto[x-placement^="right"], [dir=ltr] .b-popover-warning.bs-popover-auto[x-placement^="right"], [dir=ltr] .b-popover-danger.bs-popover-auto[x-placement^="right"], [dir=ltr] .b-popover-light.bs-popover-auto[x-placement^="right"], [dir=ltr] .b-popover-dark.bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

[dir=rtl] .bs-popover-right, [dir=rtl] .bs-popover-auto[x-placement^="right"], [dir=rtl] .b-popover-primary.bs-popover-auto[x-placement^="right"], [dir=rtl] .b-popover-secondary.bs-popover-auto[x-placement^="right"], [dir=rtl] .b-popover-success.bs-popover-auto[x-placement^="right"], [dir=rtl] .b-popover-info.bs-popover-auto[x-placement^="right"], [dir=rtl] .b-popover-warning.bs-popover-auto[x-placement^="right"], [dir=rtl] .b-popover-danger.bs-popover-auto[x-placement^="right"], [dir=rtl] .b-popover-light.bs-popover-auto[x-placement^="right"], [dir=rtl] .b-popover-dark.bs-popover-auto[x-placement^="right"] {
  margin-right: 0.5rem;
}

.bs-popover-right > .arrow,
.bs-popover-auto[x-placement^="right"] > .arrow {
  width: 0.5rem;
  height: 1rem;
}

[dir] .bs-popover-right > .arrow, [dir] .bs-popover-auto[x-placement^="right"] > .arrow {
  margin: 0.3rem 0;
}

[dir=ltr] .bs-popover-right > .arrow, [dir=ltr] .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc(-0.5rem - 1px);
}

[dir=rtl] .bs-popover-right > .arrow, [dir=rtl] .bs-popover-auto[x-placement^="right"] > .arrow {
  right: calc(-0.5rem - 1px);
}

[dir=ltr] .bs-popover-right > .arrow::before, [dir=ltr] .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

[dir=rtl] .bs-popover-right > .arrow::before, [dir=rtl] .bs-popover-auto[x-placement^="right"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

[dir=ltr] .bs-popover-right > .arrow::after, [dir=ltr] .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

[dir=rtl] .bs-popover-right > .arrow::after, [dir=rtl] .bs-popover-auto[x-placement^="right"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

[dir] .bs-popover-bottom, [dir] .bs-popover-auto[x-placement^="bottom"], [dir] .b-popover-primary.bs-popover-auto[x-placement^="bottom"], [dir] .b-popover-secondary.bs-popover-auto[x-placement^="bottom"], [dir] .b-popover-success.bs-popover-auto[x-placement^="bottom"], [dir] .b-popover-info.bs-popover-auto[x-placement^="bottom"], [dir] .b-popover-warning.bs-popover-auto[x-placement^="bottom"], [dir] .b-popover-danger.bs-popover-auto[x-placement^="bottom"], [dir] .b-popover-light.bs-popover-auto[x-placement^="bottom"], [dir] .b-popover-dark.bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow,
.bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc(-0.5rem - 1px);
}

.bs-popover-bottom > .arrow::before,
.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
}

[dir] .bs-popover-bottom > .arrow::before, [dir] .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .arrow::after,
.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
}

[dir] .bs-popover-bottom > .arrow::after, [dir] .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  display: block;
  width: 1rem;
  content: "";
}

[dir] .bs-popover-bottom .popover-header::before, [dir] .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom: 1px solid #f7f7f7;
}

[dir=ltr] .bs-popover-bottom .popover-header::before, [dir=ltr] .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  left: 50%;
  margin-left: -0.5rem;
}

[dir=rtl] .bs-popover-bottom .popover-header::before, [dir=rtl] .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  right: 50%;
  margin-right: -0.5rem;
}

[dir=ltr] .bs-popover-left, [dir=ltr] .bs-popover-auto[x-placement^="left"], [dir=ltr] .b-popover-primary.bs-popover-auto[x-placement^="left"], [dir=ltr] .b-popover-secondary.bs-popover-auto[x-placement^="left"], [dir=ltr] .b-popover-success.bs-popover-auto[x-placement^="left"], [dir=ltr] .b-popover-info.bs-popover-auto[x-placement^="left"], [dir=ltr] .b-popover-warning.bs-popover-auto[x-placement^="left"], [dir=ltr] .b-popover-danger.bs-popover-auto[x-placement^="left"], [dir=ltr] .b-popover-light.bs-popover-auto[x-placement^="left"], [dir=ltr] .b-popover-dark.bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

[dir=rtl] .bs-popover-left, [dir=rtl] .bs-popover-auto[x-placement^="left"], [dir=rtl] .b-popover-primary.bs-popover-auto[x-placement^="left"], [dir=rtl] .b-popover-secondary.bs-popover-auto[x-placement^="left"], [dir=rtl] .b-popover-success.bs-popover-auto[x-placement^="left"], [dir=rtl] .b-popover-info.bs-popover-auto[x-placement^="left"], [dir=rtl] .b-popover-warning.bs-popover-auto[x-placement^="left"], [dir=rtl] .b-popover-danger.bs-popover-auto[x-placement^="left"], [dir=rtl] .b-popover-light.bs-popover-auto[x-placement^="left"], [dir=rtl] .b-popover-dark.bs-popover-auto[x-placement^="left"] {
  margin-left: 0.5rem;
}

.bs-popover-left > .arrow,
.bs-popover-auto[x-placement^="left"] > .arrow {
  width: 0.5rem;
  height: 1rem;
}

[dir] .bs-popover-left > .arrow, [dir] .bs-popover-auto[x-placement^="left"] > .arrow {
  margin: 0.3rem 0;
}

[dir=ltr] .bs-popover-left > .arrow, [dir=ltr] .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc(-0.5rem - 1px);
}

[dir=rtl] .bs-popover-left > .arrow, [dir=rtl] .bs-popover-auto[x-placement^="left"] > .arrow {
  left: calc(-0.5rem - 1px);
}

[dir=ltr] .bs-popover-left > .arrow::before, [dir=ltr] .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

[dir=rtl] .bs-popover-left > .arrow::before, [dir=rtl] .bs-popover-auto[x-placement^="left"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

[dir=ltr] .bs-popover-left > .arrow::after, [dir=ltr] .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

[dir=rtl] .bs-popover-left > .arrow::after, [dir=rtl] .bs-popover-auto[x-placement^="left"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.popover-header {
  font-size: 1rem;
}

[dir] .popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
}

[dir=ltr] .popover-header {
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

[dir=rtl] .popover-header {
  border-top-right-radius: calc(0.3rem - 1px);
  border-top-left-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  color: #212529;
}

[dir] .popover-body {
  padding: 0.5rem 0.75rem;
}

.carousel {
  position: relative;
}

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

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

.carousel-inner::after {
  display: block;
  content: "";
}

[dir] .carousel-inner::after {
  clear: both;
}

.carousel-item {
  position: relative;
  display: none;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: -webkit-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

[dir] .carousel-item {
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
}

[dir=ltr] .carousel-item {
  float: left;
  margin-right: -100%;
}

[dir=rtl] .carousel-item {
  float: right;
  margin-left: -100%;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    transition: none;
  }
  [dir] .carousel-item {
    -webkit-transition: none;
  }
}

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

[dir=ltr] .carousel-item-next:not(.carousel-item-left), [dir=ltr] .active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

[dir=rtl] .carousel-item-next:not(.carousel-item-left), [dir=rtl] .active.carousel-item-right {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

[dir=ltr] .carousel-item-prev:not(.carousel-item-right), [dir=ltr] .active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

[dir=rtl] .carousel-item-prev:not(.carousel-item-right), [dir=rtl] .active.carousel-item-left {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -webkit-transform: none;
}

[dir] .carousel-fade .carousel-item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
          -webkit-transform: none;
                  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;
  -webkit-transition: opacity 0s 0.6s;
  transition: opacity 0s 0.6s;
}

[dir] .carousel-fade .active.carousel-item-left, [dir] .carousel-fade .active.carousel-item-right {
  -webkit-transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    -webkit-transition: none;
    transition: none;
  }
  [dir] .carousel-fade .active.carousel-item-left, [dir] .carousel-fade .active.carousel-item-right {
    -webkit-transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 15%;
  color: #fff;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

[dir] .carousel-control-prev, [dir] .carousel-control-next {
  text-align: center;
  -webkit-transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    -webkit-transition: none;
    transition: none;
  }
  [dir] .carousel-control-prev, [dir] .carousel-control-next {
    -webkit-transition: none;
  }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

[dir=ltr] .carousel-control-prev {
  left: 0;
}

[dir=rtl] .carousel-control-prev {
  right: 0;
}

[dir=ltr] .carousel-control-next {
  right: 0;
}

[dir=rtl] .carousel-control-next {
  left: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
}

[dir] .carousel-control-prev-icon, [dir] .carousel-control-next-icon {
  background: no-repeat 50% / 100% 100%;
}

[dir] .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

[dir] .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  bottom: 0;
  z-index: 15;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  list-style: none;
}

[dir=ltr] .carousel-indicators {
  right: 0;
  left: 0;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
}

[dir=rtl] .carousel-indicators {
  left: 0;
  right: 0;
  padding-right: 0;
  margin-left: 15%;
  margin-right: 15%;
}

.carousel-indicators li {
  box-sizing: content-box;
  -webkit-box-flex: 0;
          flex: 0 1 auto;
  width: 30px;
  height: 3px;
  text-indent: -999px;
  opacity: .5;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

[dir] .carousel-indicators li {
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  -webkit-transition: opacity 0.6s ease;
}

[dir=ltr] .carousel-indicators li {
  margin-right: 3px;
  margin-left: 3px;
}

[dir=rtl] .carousel-indicators li {
  margin-left: 3px;
  margin-right: 3px;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    -webkit-transition: none;
    transition: none;
  }
  [dir] .carousel-indicators li {
    -webkit-transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  bottom: 20px;
  z-index: 10;
  color: #fff;
}

[dir] .carousel-caption {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}

[dir=ltr] .carousel-caption {
  right: 15%;
  left: 15%;
}

[dir=rtl] .carousel-caption {
  left: 15%;
  right: 15%;
}

@-webkit-keyframes spinner-border-ltr {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes spinner-border-rtl {
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

@keyframes spinner-border-ltr {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spinner-border-rtl {
  to {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
}

[dir] .spinner-border {
  border: 0.25em solid currentColor;
  border-radius: 50%;
}

[dir=ltr] .spinner-border {
  border-right-color: transparent;
  -webkit-animation:  spinner-border-ltr .75s linear infinite;
  animation:  spinner-border-ltr .75s linear infinite;
}

[dir=rtl] .spinner-border {
  border-left-color: transparent;
  -webkit-animation:  spinner-border-rtl .75s linear infinite;
          animation:  spinner-border-rtl .75s linear infinite;
}

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

[dir] .spinner-border-sm {
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  50% {
    opacity: 1;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }

  50% {
    opacity: 1;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  opacity: 0;
}

[dir] .spinner-grow {
  background-color: currentColor;
  border-radius: 50%;
}

[dir=ltr] .spinner-grow {
  -webkit-animation: spinner-grow .75s linear infinite;
  animation: spinner-grow .75s linear infinite;
}

[dir=rtl] .spinner-grow {
  -webkit-animation: spinner-grow .75s linear infinite;
          animation: spinner-grow .75s linear infinite;
}

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

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

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

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

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

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

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

[dir] .bg-primary {
  background-color: #ff0000 !important;
}

[dir] a.bg-primary:hover, [dir] a.bg-primary:focus, [dir] button.bg-primary:hover, [dir] button.bg-primary:focus {
  background-color: #cc0000 !important;
}

[dir] .bg-secondary {
  background-color: #6c757d !important;
}

[dir] a.bg-secondary:hover, [dir] a.bg-secondary:focus, [dir] button.bg-secondary:hover, [dir] button.bg-secondary:focus {
  background-color: #545b62 !important;
}

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

[dir] a.bg-success:hover, [dir] a.bg-success:focus, [dir] button.bg-success:hover, [dir] button.bg-success:focus {
  background-color: #1e7e34 !important;
}

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

[dir] a.bg-info:hover, [dir] a.bg-info:focus, [dir] button.bg-info:hover, [dir] button.bg-info:focus {
  background-color: #117a8b !important;
}

[dir] .bg-warning {
  background-color: #ffc107 !important;
}

[dir] a.bg-warning:hover, [dir] a.bg-warning:focus, [dir] button.bg-warning:hover, [dir] button.bg-warning:focus {
  background-color: #d39e00 !important;
}

[dir] .bg-danger {
  background-color: #ff4136 !important;
}

[dir] a.bg-danger:hover, [dir] a.bg-danger:focus, [dir] button.bg-danger:hover, [dir] button.bg-danger:focus {
  background-color: #ff1103 !important;
}

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

[dir] a.bg-light:hover, [dir] a.bg-light:focus, [dir] button.bg-light:hover, [dir] button.bg-light:focus {
  background-color: #dae0e5 !important;
}

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

[dir] a.bg-dark:hover, [dir] a.bg-dark:focus, [dir] button.bg-dark:hover, [dir] button.bg-dark:focus {
  background-color: #1d2124 !important;
}

[dir] .bg-white {
  background-color: #fff !important;
}

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

[dir] .border {
  border: 1px solid #dee2e6 !important;
}

[dir] .border-top {
  border-top: 1px solid #dee2e6 !important;
}

[dir=ltr] .border-right {
  border-right: 1px solid #dee2e6 !important;
}

[dir=rtl] .border-right {
  border-left: 1px solid #dee2e6 !important;
}

[dir] .border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

[dir=ltr] .border-left {
  border-left: 1px solid #dee2e6 !important;
}

[dir=rtl] .border-left {
  border-right: 1px solid #dee2e6 !important;
}

[dir] .border-0 {
  border: 0 !important;
}

[dir] .border-top-0 {
  border-top: 0 !important;
}

[dir=ltr] .border-right-0 {
  border-right: 0 !important;
}

[dir=rtl] .border-right-0 {
  border-left: 0 !important;
}

[dir] .border-bottom-0 {
  border-bottom: 0 !important;
}

[dir=ltr] .border-left-0 {
  border-left: 0 !important;
}

[dir=rtl] .border-left-0 {
  border-right: 0 !important;
}

[dir] .border-primary {
  border-color: #ff0000 !important;
}

[dir] .border-secondary {
  border-color: #6c757d !important;
}

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

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

[dir] .border-warning {
  border-color: #ffc107 !important;
}

[dir] .border-danger {
  border-color: #ff4136 !important;
}

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

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

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

[dir] .rounded-sm {
  border-radius: 0.2rem !important;
}

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

[dir=ltr] .rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

[dir=rtl] .rounded-top {
  border-top-right-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

[dir=ltr] .rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

[dir=rtl] .rounded-right {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

[dir=ltr] .rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

[dir=rtl] .rounded-bottom {
  border-bottom-left-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

[dir=ltr] .rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

[dir=rtl] .rounded-left {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

[dir] .rounded-lg {
  border-radius: 0.3rem !important;
}

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

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

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

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

[dir] .clearfix::after {
  clear: both;
}

.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: -webkit-box !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  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: -webkit-box !important;
    display: flex !important;
  }

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

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

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

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

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

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

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

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

  .d-md-flex {
    display: -webkit-box !important;
    display: flex !important;
  }

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

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

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

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

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

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

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

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

  .d-lg-flex {
    display: -webkit-box !important;
    display: flex !important;
  }

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

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

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

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

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

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

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

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

  .d-xl-flex {
    display: -webkit-box !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    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: -webkit-box !important;
    display: flex !important;
  }

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

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}

[dir] .embed-responsive {
  padding: 0;
}

.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;
  width: 100%;
  height: 100%;
}

[dir] .embed-responsive .embed-responsive-item, [dir] .embed-responsive iframe, [dir] .embed-responsive embed, [dir] .embed-responsive object, [dir] .embed-responsive video {
  border: 0;
}

[dir=ltr] .embed-responsive .embed-responsive-item, [dir=ltr] .embed-responsive iframe, [dir=ltr] .embed-responsive embed, [dir=ltr] .embed-responsive object, [dir=ltr] .embed-responsive video {
  left: 0;
}

[dir=rtl] .embed-responsive .embed-responsive-item, [dir=rtl] .embed-responsive iframe, [dir=rtl] .embed-responsive embed, [dir=rtl] .embed-responsive object, [dir=rtl] .embed-responsive video {
  right: 0;
}

[dir] .embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

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

[dir] .embed-responsive-4by3::before {
  padding-top: 75%;
}

[dir] .embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
          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 {
  -webkit-box-flex: 1 !important;
          flex: 1 1 auto !important;
}

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

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

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

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

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

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

.justify-content-center {
  -webkit-box-pack: center !important;
          justify-content: center !important;
}

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

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

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

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

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

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

.align-items-stretch {
  -webkit-box-align: stretch !important;
          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 {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            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 {
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            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 {
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            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 {
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            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 {
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
            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;
  }
}

[dir=ltr] .float-left {
  float: left !important;
}

[dir=rtl] .float-left {
  float: right !important;
}

[dir=ltr] .float-right {
  float: right !important;
}

[dir=rtl] .float-right {
  float: left !important;
}

[dir] .float-none {
  float: none !important;
}

@media (min-width: 576px) {
  [dir=ltr] .float-sm-left {
    float: left !important;
  }
  [dir=rtl] .float-sm-left {
    float: right !important;
  }

  [dir=ltr] .float-sm-right {
    float: right !important;
  }

  [dir=rtl] .float-sm-right {
    float: left !important;
  }

  [dir] .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  [dir=ltr] .float-md-left {
    float: left !important;
  }
  [dir=rtl] .float-md-left {
    float: right !important;
  }

  [dir=ltr] .float-md-right {
    float: right !important;
  }

  [dir=rtl] .float-md-right {
    float: left !important;
  }

  [dir] .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  [dir=ltr] .float-lg-left {
    float: left !important;
  }
  [dir=rtl] .float-lg-left {
    float: right !important;
  }

  [dir=ltr] .float-lg-right {
    float: right !important;
  }

  [dir=rtl] .float-lg-right {
    float: left !important;
  }

  [dir] .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  [dir=ltr] .float-xl-left {
    float: left !important;
  }
  [dir=rtl] .float-xl-left {
    float: right !important;
  }

  [dir=ltr] .float-xl-right {
    float: right !important;
  }

  [dir=rtl] .float-xl-right {
    float: left !important;
  }

  [dir] .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: -webkit-sticky !important;
  position: sticky !important;
}

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

[dir=ltr] .fixed-top {
  right: 0;
  left: 0;
}

[dir=rtl] .fixed-top {
  left: 0;
  right: 0;
}

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

[dir=ltr] .fixed-bottom {
  right: 0;
  left: 0;
}

[dir=rtl] .fixed-bottom {
  left: 0;
  right: 0;
}

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

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

[dir] .sr-only {
  padding: 0;
  margin: -1px;
  border: 0;
}

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

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

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

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

[dir] .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;
  bottom: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
}

[dir] .stretched-link::after {
  background-color: rgba(0, 0, 0, 0);
}

[dir=ltr] .stretched-link::after {
  right: 0;
  left: 0;
}

[dir=rtl] .stretched-link::after {
  left: 0;
  right: 0;
}

[dir] .m-0 {
  margin: 0 !important;
}

[dir] .mt-0, [dir] .my-0 {
  margin-top: 0 !important;
}

[dir=ltr] .mr-0, [dir=ltr] .mx-0 {
  margin-right: 0 !important;
}

[dir=rtl] .mr-0, [dir=rtl] .mx-0 {
  margin-left: 0 !important;
}

[dir] .mb-0, [dir] .my-0 {
  margin-bottom: 0 !important;
}

[dir=ltr] .ml-0, [dir=ltr] .mx-0 {
  margin-left: 0 !important;
}

[dir=rtl] .ml-0, [dir=rtl] .mx-0 {
  margin-right: 0 !important;
}

[dir] .m-1 {
  margin: 0.25rem !important;
}

[dir] .mt-1, [dir] .my-1 {
  margin-top: 0.25rem !important;
}

[dir=ltr] .mr-1, [dir=ltr] .mx-1 {
  margin-right: 0.25rem !important;
}

[dir=rtl] .mr-1, [dir=rtl] .mx-1 {
  margin-left: 0.25rem !important;
}

[dir] .mb-1, [dir] .my-1 {
  margin-bottom: 0.25rem !important;
}

[dir=ltr] .ml-1, [dir=ltr] .mx-1 {
  margin-left: 0.25rem !important;
}

[dir=rtl] .ml-1, [dir=rtl] .mx-1 {
  margin-right: 0.25rem !important;
}

[dir] .m-2 {
  margin: 0.5rem !important;
}

[dir] .mt-2, [dir] .my-2 {
  margin-top: 0.5rem !important;
}

[dir=ltr] .mr-2, [dir=ltr] .mx-2 {
  margin-right: 0.5rem !important;
}

[dir=rtl] .mr-2, [dir=rtl] .mx-2 {
  margin-left: 0.5rem !important;
}

[dir] .mb-2, [dir] .my-2 {
  margin-bottom: 0.5rem !important;
}

[dir=ltr] .ml-2, [dir=ltr] .mx-2 {
  margin-left: 0.5rem !important;
}

[dir=rtl] .ml-2, [dir=rtl] .mx-2 {
  margin-right: 0.5rem !important;
}

[dir] .m-3 {
  margin: 1rem !important;
}

[dir] .mt-3, [dir] .my-3 {
  margin-top: 1rem !important;
}

[dir=ltr] .mr-3, [dir=ltr] .mx-3 {
  margin-right: 1rem !important;
}

[dir=rtl] .mr-3, [dir=rtl] .mx-3 {
  margin-left: 1rem !important;
}

[dir] .mb-3, [dir] .my-3 {
  margin-bottom: 1rem !important;
}

[dir=ltr] .ml-3, [dir=ltr] .mx-3 {
  margin-left: 1rem !important;
}

[dir=rtl] .ml-3, [dir=rtl] .mx-3 {
  margin-right: 1rem !important;
}

[dir] .m-4 {
  margin: 1.5rem !important;
}

[dir] .mt-4, [dir] .my-4 {
  margin-top: 1.5rem !important;
}

[dir=ltr] .mr-4, [dir=ltr] .mx-4 {
  margin-right: 1.5rem !important;
}

[dir=rtl] .mr-4, [dir=rtl] .mx-4 {
  margin-left: 1.5rem !important;
}

[dir] .mb-4, [dir] .my-4 {
  margin-bottom: 1.5rem !important;
}

[dir=ltr] .ml-4, [dir=ltr] .mx-4 {
  margin-left: 1.5rem !important;
}

[dir=rtl] .ml-4, [dir=rtl] .mx-4 {
  margin-right: 1.5rem !important;
}

[dir] .m-5 {
  margin: 3rem !important;
}

[dir] .mt-5, [dir] .my-5 {
  margin-top: 3rem !important;
}

[dir=ltr] .mr-5, [dir=ltr] .mx-5 {
  margin-right: 3rem !important;
}

[dir=rtl] .mr-5, [dir=rtl] .mx-5 {
  margin-left: 3rem !important;
}

[dir] .mb-5, [dir] .my-5 {
  margin-bottom: 3rem !important;
}

[dir=ltr] .ml-5, [dir=ltr] .mx-5 {
  margin-left: 3rem !important;
}

[dir=rtl] .ml-5, [dir=rtl] .mx-5 {
  margin-right: 3rem !important;
}

[dir] .p-0 {
  padding: 0 !important;
}

[dir] .pt-0, [dir] .py-0 {
  padding-top: 0 !important;
}

[dir=ltr] .pr-0, [dir=ltr] .px-0 {
  padding-right: 0 !important;
}

[dir=rtl] .pr-0, [dir=rtl] .px-0 {
  padding-left: 0 !important;
}

[dir] .pb-0, [dir] .py-0 {
  padding-bottom: 0 !important;
}

[dir=ltr] .pl-0, [dir=ltr] .px-0 {
  padding-left: 0 !important;
}

[dir=rtl] .pl-0, [dir=rtl] .px-0 {
  padding-right: 0 !important;
}

[dir] .p-1 {
  padding: 0.25rem !important;
}

[dir] .pt-1, [dir] .py-1 {
  padding-top: 0.25rem !important;
}

[dir=ltr] .pr-1, [dir=ltr] .px-1 {
  padding-right: 0.25rem !important;
}

[dir=rtl] .pr-1, [dir=rtl] .px-1 {
  padding-left: 0.25rem !important;
}

[dir] .pb-1, [dir] .py-1 {
  padding-bottom: 0.25rem !important;
}

[dir=ltr] .pl-1, [dir=ltr] .px-1 {
  padding-left: 0.25rem !important;
}

[dir=rtl] .pl-1, [dir=rtl] .px-1 {
  padding-right: 0.25rem !important;
}

[dir] .p-2 {
  padding: 0.5rem !important;
}

[dir] .pt-2, [dir] .py-2 {
  padding-top: 0.5rem !important;
}

[dir=ltr] .pr-2, [dir=ltr] .px-2 {
  padding-right: 0.5rem !important;
}

[dir=rtl] .pr-2, [dir=rtl] .px-2 {
  padding-left: 0.5rem !important;
}

[dir] .pb-2, [dir] .py-2 {
  padding-bottom: 0.5rem !important;
}

[dir=ltr] .pl-2, [dir=ltr] .px-2 {
  padding-left: 0.5rem !important;
}

[dir=rtl] .pl-2, [dir=rtl] .px-2 {
  padding-right: 0.5rem !important;
}

[dir] .p-3 {
  padding: 1rem !important;
}

[dir] .pt-3, [dir] .py-3 {
  padding-top: 1rem !important;
}

[dir=ltr] .pr-3, [dir=ltr] .px-3 {
  padding-right: 1rem !important;
}

[dir=rtl] .pr-3, [dir=rtl] .px-3 {
  padding-left: 1rem !important;
}

[dir] .pb-3, [dir] .py-3 {
  padding-bottom: 1rem !important;
}

[dir=ltr] .pl-3, [dir=ltr] .px-3 {
  padding-left: 1rem !important;
}

[dir=rtl] .pl-3, [dir=rtl] .px-3 {
  padding-right: 1rem !important;
}

[dir] .p-4 {
  padding: 1.5rem !important;
}

[dir] .pt-4, [dir] .py-4 {
  padding-top: 1.5rem !important;
}

[dir=ltr] .pr-4, [dir=ltr] .px-4 {
  padding-right: 1.5rem !important;
}

[dir=rtl] .pr-4, [dir=rtl] .px-4 {
  padding-left: 1.5rem !important;
}

[dir] .pb-4, [dir] .py-4 {
  padding-bottom: 1.5rem !important;
}

[dir=ltr] .pl-4, [dir=ltr] .px-4 {
  padding-left: 1.5rem !important;
}

[dir=rtl] .pl-4, [dir=rtl] .px-4 {
  padding-right: 1.5rem !important;
}

[dir] .p-5 {
  padding: 3rem !important;
}

[dir] .pt-5, [dir] .py-5 {
  padding-top: 3rem !important;
}

[dir=ltr] .pr-5, [dir=ltr] .px-5 {
  padding-right: 3rem !important;
}

[dir=rtl] .pr-5, [dir=rtl] .px-5 {
  padding-left: 3rem !important;
}

[dir] .pb-5, [dir] .py-5 {
  padding-bottom: 3rem !important;
}

[dir=ltr] .pl-5, [dir=ltr] .px-5 {
  padding-left: 3rem !important;
}

[dir=rtl] .pl-5, [dir=rtl] .px-5 {
  padding-right: 3rem !important;
}

[dir] .m-n1 {
  margin: -0.25rem !important;
}

[dir] .mt-n1, [dir] .my-n1 {
  margin-top: -0.25rem !important;
}

[dir=ltr] .mr-n1, [dir=ltr] .mx-n1 {
  margin-right: -0.25rem !important;
}

[dir=rtl] .mr-n1, [dir=rtl] .mx-n1 {
  margin-left: -0.25rem !important;
}

[dir] .mb-n1, [dir] .my-n1 {
  margin-bottom: -0.25rem !important;
}

[dir=ltr] .ml-n1, [dir=ltr] .mx-n1 {
  margin-left: -0.25rem !important;
}

[dir=rtl] .ml-n1, [dir=rtl] .mx-n1 {
  margin-right: -0.25rem !important;
}

[dir] .m-n2 {
  margin: -0.5rem !important;
}

[dir] .mt-n2, [dir] .my-n2 {
  margin-top: -0.5rem !important;
}

[dir=ltr] .mr-n2, [dir=ltr] .mx-n2 {
  margin-right: -0.5rem !important;
}

[dir=rtl] .mr-n2, [dir=rtl] .mx-n2 {
  margin-left: -0.5rem !important;
}

[dir] .mb-n2, [dir] .my-n2 {
  margin-bottom: -0.5rem !important;
}

[dir=ltr] .ml-n2, [dir=ltr] .mx-n2 {
  margin-left: -0.5rem !important;
}

[dir=rtl] .ml-n2, [dir=rtl] .mx-n2 {
  margin-right: -0.5rem !important;
}

[dir] .m-n3 {
  margin: -1rem !important;
}

[dir] .mt-n3, [dir] .my-n3 {
  margin-top: -1rem !important;
}

[dir=ltr] .mr-n3, [dir=ltr] .mx-n3 {
  margin-right: -1rem !important;
}

[dir=rtl] .mr-n3, [dir=rtl] .mx-n3 {
  margin-left: -1rem !important;
}

[dir] .mb-n3, [dir] .my-n3 {
  margin-bottom: -1rem !important;
}

[dir=ltr] .ml-n3, [dir=ltr] .mx-n3 {
  margin-left: -1rem !important;
}

[dir=rtl] .ml-n3, [dir=rtl] .mx-n3 {
  margin-right: -1rem !important;
}

[dir] .m-n4 {
  margin: -1.5rem !important;
}

[dir] .mt-n4, [dir] .my-n4 {
  margin-top: -1.5rem !important;
}

[dir=ltr] .mr-n4, [dir=ltr] .mx-n4 {
  margin-right: -1.5rem !important;
}

[dir=rtl] .mr-n4, [dir=rtl] .mx-n4 {
  margin-left: -1.5rem !important;
}

[dir] .mb-n4, [dir] .my-n4 {
  margin-bottom: -1.5rem !important;
}

[dir=ltr] .ml-n4, [dir=ltr] .mx-n4 {
  margin-left: -1.5rem !important;
}

[dir=rtl] .ml-n4, [dir=rtl] .mx-n4 {
  margin-right: -1.5rem !important;
}

[dir] .m-n5 {
  margin: -3rem !important;
}

[dir] .mt-n5, [dir] .my-n5 {
  margin-top: -3rem !important;
}

[dir=ltr] .mr-n5, [dir=ltr] .mx-n5 {
  margin-right: -3rem !important;
}

[dir=rtl] .mr-n5, [dir=rtl] .mx-n5 {
  margin-left: -3rem !important;
}

[dir] .mb-n5, [dir] .my-n5 {
  margin-bottom: -3rem !important;
}

[dir=ltr] .ml-n5, [dir=ltr] .mx-n5 {
  margin-left: -3rem !important;
}

[dir=rtl] .ml-n5, [dir=rtl] .mx-n5 {
  margin-right: -3rem !important;
}

[dir] .m-auto {
  margin: auto !important;
}

[dir] .mt-auto, [dir] .my-auto {
  margin-top: auto !important;
}

[dir=ltr] .mr-auto, [dir=ltr] .mx-auto {
  margin-right: auto !important;
}

[dir=rtl] .mr-auto, [dir=rtl] .mx-auto {
  margin-left: auto !important;
}

[dir] .mb-auto, [dir] .my-auto {
  margin-bottom: auto !important;
}

[dir=ltr] .ml-auto, [dir=ltr] .mx-auto {
  margin-left: auto !important;
}

[dir=rtl] .ml-auto, [dir=rtl] .mx-auto {
  margin-right: auto !important;
}

@media (min-width: 576px) {
  [dir] .m-sm-0 {
    margin: 0 !important;
  }

  [dir] .mt-sm-0, [dir] .my-sm-0 {
    margin-top: 0 !important;
  }

  [dir=ltr] .mr-sm-0, [dir=ltr] .mx-sm-0 {
    margin-right: 0 !important;
  }

  [dir=rtl] .mr-sm-0, [dir=rtl] .mx-sm-0 {
    margin-left: 0 !important;
  }

  [dir] .mb-sm-0, [dir] .my-sm-0 {
    margin-bottom: 0 !important;
  }

  [dir=ltr] .ml-sm-0, [dir=ltr] .mx-sm-0 {
    margin-left: 0 !important;
  }

  [dir=rtl] .ml-sm-0, [dir=rtl] .mx-sm-0 {
    margin-right: 0 !important;
  }

  [dir] .m-sm-1 {
    margin: 0.25rem !important;
  }

  [dir] .mt-sm-1, [dir] .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  [dir=ltr] .mr-sm-1, [dir=ltr] .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  [dir=rtl] .mr-sm-1, [dir=rtl] .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  [dir] .mb-sm-1, [dir] .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  [dir=ltr] .ml-sm-1, [dir=ltr] .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  [dir=rtl] .ml-sm-1, [dir=rtl] .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  [dir] .m-sm-2 {
    margin: 0.5rem !important;
  }

  [dir] .mt-sm-2, [dir] .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  [dir=ltr] .mr-sm-2, [dir=ltr] .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  [dir=rtl] .mr-sm-2, [dir=rtl] .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  [dir] .mb-sm-2, [dir] .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  [dir=ltr] .ml-sm-2, [dir=ltr] .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  [dir=rtl] .ml-sm-2, [dir=rtl] .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  [dir] .m-sm-3 {
    margin: 1rem !important;
  }

  [dir] .mt-sm-3, [dir] .my-sm-3 {
    margin-top: 1rem !important;
  }

  [dir=ltr] .mr-sm-3, [dir=ltr] .mx-sm-3 {
    margin-right: 1rem !important;
  }

  [dir=rtl] .mr-sm-3, [dir=rtl] .mx-sm-3 {
    margin-left: 1rem !important;
  }

  [dir] .mb-sm-3, [dir] .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  [dir=ltr] .ml-sm-3, [dir=ltr] .mx-sm-3 {
    margin-left: 1rem !important;
  }

  [dir=rtl] .ml-sm-3, [dir=rtl] .mx-sm-3 {
    margin-right: 1rem !important;
  }

  [dir] .m-sm-4 {
    margin: 1.5rem !important;
  }

  [dir] .mt-sm-4, [dir] .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  [dir=ltr] .mr-sm-4, [dir=ltr] .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  [dir=rtl] .mr-sm-4, [dir=rtl] .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  [dir] .mb-sm-4, [dir] .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  [dir=ltr] .ml-sm-4, [dir=ltr] .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  [dir=rtl] .ml-sm-4, [dir=rtl] .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  [dir] .m-sm-5 {
    margin: 3rem !important;
  }

  [dir] .mt-sm-5, [dir] .my-sm-5 {
    margin-top: 3rem !important;
  }

  [dir=ltr] .mr-sm-5, [dir=ltr] .mx-sm-5 {
    margin-right: 3rem !important;
  }

  [dir=rtl] .mr-sm-5, [dir=rtl] .mx-sm-5 {
    margin-left: 3rem !important;
  }

  [dir] .mb-sm-5, [dir] .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  [dir=ltr] .ml-sm-5, [dir=ltr] .mx-sm-5 {
    margin-left: 3rem !important;
  }

  [dir=rtl] .ml-sm-5, [dir=rtl] .mx-sm-5 {
    margin-right: 3rem !important;
  }

  [dir] .p-sm-0 {
    padding: 0 !important;
  }

  [dir] .pt-sm-0, [dir] .py-sm-0 {
    padding-top: 0 !important;
  }

  [dir=ltr] .pr-sm-0, [dir=ltr] .px-sm-0 {
    padding-right: 0 !important;
  }

  [dir=rtl] .pr-sm-0, [dir=rtl] .px-sm-0 {
    padding-left: 0 !important;
  }

  [dir] .pb-sm-0, [dir] .py-sm-0 {
    padding-bottom: 0 !important;
  }

  [dir=ltr] .pl-sm-0, [dir=ltr] .px-sm-0 {
    padding-left: 0 !important;
  }

  [dir=rtl] .pl-sm-0, [dir=rtl] .px-sm-0 {
    padding-right: 0 !important;
  }

  [dir] .p-sm-1 {
    padding: 0.25rem !important;
  }

  [dir] .pt-sm-1, [dir] .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  [dir=ltr] .pr-sm-1, [dir=ltr] .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  [dir=rtl] .pr-sm-1, [dir=rtl] .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  [dir] .pb-sm-1, [dir] .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  [dir=ltr] .pl-sm-1, [dir=ltr] .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  [dir=rtl] .pl-sm-1, [dir=rtl] .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  [dir] .p-sm-2 {
    padding: 0.5rem !important;
  }

  [dir] .pt-sm-2, [dir] .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  [dir=ltr] .pr-sm-2, [dir=ltr] .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  [dir=rtl] .pr-sm-2, [dir=rtl] .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  [dir] .pb-sm-2, [dir] .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  [dir=ltr] .pl-sm-2, [dir=ltr] .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  [dir=rtl] .pl-sm-2, [dir=rtl] .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  [dir] .p-sm-3 {
    padding: 1rem !important;
  }

  [dir] .pt-sm-3, [dir] .py-sm-3 {
    padding-top: 1rem !important;
  }

  [dir=ltr] .pr-sm-3, [dir=ltr] .px-sm-3 {
    padding-right: 1rem !important;
  }

  [dir=rtl] .pr-sm-3, [dir=rtl] .px-sm-3 {
    padding-left: 1rem !important;
  }

  [dir] .pb-sm-3, [dir] .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  [dir=ltr] .pl-sm-3, [dir=ltr] .px-sm-3 {
    padding-left: 1rem !important;
  }

  [dir=rtl] .pl-sm-3, [dir=rtl] .px-sm-3 {
    padding-right: 1rem !important;
  }

  [dir] .p-sm-4 {
    padding: 1.5rem !important;
  }

  [dir] .pt-sm-4, [dir] .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  [dir=ltr] .pr-sm-4, [dir=ltr] .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  [dir=rtl] .pr-sm-4, [dir=rtl] .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  [dir] .pb-sm-4, [dir] .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  [dir=ltr] .pl-sm-4, [dir=ltr] .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  [dir=rtl] .pl-sm-4, [dir=rtl] .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  [dir] .p-sm-5 {
    padding: 3rem !important;
  }

  [dir] .pt-sm-5, [dir] .py-sm-5 {
    padding-top: 3rem !important;
  }

  [dir=ltr] .pr-sm-5, [dir=ltr] .px-sm-5 {
    padding-right: 3rem !important;
  }

  [dir=rtl] .pr-sm-5, [dir=rtl] .px-sm-5 {
    padding-left: 3rem !important;
  }

  [dir] .pb-sm-5, [dir] .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  [dir=ltr] .pl-sm-5, [dir=ltr] .px-sm-5 {
    padding-left: 3rem !important;
  }

  [dir=rtl] .pl-sm-5, [dir=rtl] .px-sm-5 {
    padding-right: 3rem !important;
  }

  [dir] .m-sm-n1 {
    margin: -0.25rem !important;
  }

  [dir] .mt-sm-n1, [dir] .my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  [dir=ltr] .mr-sm-n1, [dir=ltr] .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  [dir=rtl] .mr-sm-n1, [dir=rtl] .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  [dir] .mb-sm-n1, [dir] .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  [dir=ltr] .ml-sm-n1, [dir=ltr] .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  [dir=rtl] .ml-sm-n1, [dir=rtl] .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  [dir] .m-sm-n2 {
    margin: -0.5rem !important;
  }

  [dir] .mt-sm-n2, [dir] .my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  [dir=ltr] .mr-sm-n2, [dir=ltr] .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  [dir=rtl] .mr-sm-n2, [dir=rtl] .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  [dir] .mb-sm-n2, [dir] .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  [dir=ltr] .ml-sm-n2, [dir=ltr] .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  [dir=rtl] .ml-sm-n2, [dir=rtl] .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  [dir] .m-sm-n3 {
    margin: -1rem !important;
  }

  [dir] .mt-sm-n3, [dir] .my-sm-n3 {
    margin-top: -1rem !important;
  }

  [dir=ltr] .mr-sm-n3, [dir=ltr] .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  [dir=rtl] .mr-sm-n3, [dir=rtl] .mx-sm-n3 {
    margin-left: -1rem !important;
  }

  [dir] .mb-sm-n3, [dir] .my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  [dir=ltr] .ml-sm-n3, [dir=ltr] .mx-sm-n3 {
    margin-left: -1rem !important;
  }

  [dir=rtl] .ml-sm-n3, [dir=rtl] .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  [dir] .m-sm-n4 {
    margin: -1.5rem !important;
  }

  [dir] .mt-sm-n4, [dir] .my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  [dir=ltr] .mr-sm-n4, [dir=ltr] .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  [dir=rtl] .mr-sm-n4, [dir=rtl] .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  [dir] .mb-sm-n4, [dir] .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  [dir=ltr] .ml-sm-n4, [dir=ltr] .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  [dir=rtl] .ml-sm-n4, [dir=rtl] .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  [dir] .m-sm-n5 {
    margin: -3rem !important;
  }

  [dir] .mt-sm-n5, [dir] .my-sm-n5 {
    margin-top: -3rem !important;
  }

  [dir=ltr] .mr-sm-n5, [dir=ltr] .mx-sm-n5 {
    margin-right: -3rem !important;
  }

  [dir=rtl] .mr-sm-n5, [dir=rtl] .mx-sm-n5 {
    margin-left: -3rem !important;
  }

  [dir] .mb-sm-n5, [dir] .my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  [dir=ltr] .ml-sm-n5, [dir=ltr] .mx-sm-n5 {
    margin-left: -3rem !important;
  }

  [dir=rtl] .ml-sm-n5, [dir=rtl] .mx-sm-n5 {
    margin-right: -3rem !important;
  }

  [dir] .m-sm-auto {
    margin: auto !important;
  }

  [dir] .mt-sm-auto, [dir] .my-sm-auto {
    margin-top: auto !important;
  }

  [dir=ltr] .mr-sm-auto, [dir=ltr] .mx-sm-auto {
    margin-right: auto !important;
  }

  [dir=rtl] .mr-sm-auto, [dir=rtl] .mx-sm-auto {
    margin-left: auto !important;
  }

  [dir] .mb-sm-auto, [dir] .my-sm-auto {
    margin-bottom: auto !important;
  }

  [dir=ltr] .ml-sm-auto, [dir=ltr] .mx-sm-auto {
    margin-left: auto !important;
  }

  [dir=rtl] .ml-sm-auto, [dir=rtl] .mx-sm-auto {
    margin-right: auto !important;
  }
}

@media (min-width: 768px) {
  [dir] .m-md-0 {
    margin: 0 !important;
  }

  [dir] .mt-md-0, [dir] .my-md-0 {
    margin-top: 0 !important;
  }

  [dir=ltr] .mr-md-0, [dir=ltr] .mx-md-0 {
    margin-right: 0 !important;
  }

  [dir=rtl] .mr-md-0, [dir=rtl] .mx-md-0 {
    margin-left: 0 !important;
  }

  [dir] .mb-md-0, [dir] .my-md-0 {
    margin-bottom: 0 !important;
  }

  [dir=ltr] .ml-md-0, [dir=ltr] .mx-md-0 {
    margin-left: 0 !important;
  }

  [dir=rtl] .ml-md-0, [dir=rtl] .mx-md-0 {
    margin-right: 0 !important;
  }

  [dir] .m-md-1 {
    margin: 0.25rem !important;
  }

  [dir] .mt-md-1, [dir] .my-md-1 {
    margin-top: 0.25rem !important;
  }

  [dir=ltr] .mr-md-1, [dir=ltr] .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  [dir=rtl] .mr-md-1, [dir=rtl] .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  [dir] .mb-md-1, [dir] .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  [dir=ltr] .ml-md-1, [dir=ltr] .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  [dir=rtl] .ml-md-1, [dir=rtl] .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  [dir] .m-md-2 {
    margin: 0.5rem !important;
  }

  [dir] .mt-md-2, [dir] .my-md-2 {
    margin-top: 0.5rem !important;
  }

  [dir=ltr] .mr-md-2, [dir=ltr] .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  [dir=rtl] .mr-md-2, [dir=rtl] .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  [dir] .mb-md-2, [dir] .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  [dir=ltr] .ml-md-2, [dir=ltr] .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  [dir=rtl] .ml-md-2, [dir=rtl] .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  [dir] .m-md-3 {
    margin: 1rem !important;
  }

  [dir] .mt-md-3, [dir] .my-md-3 {
    margin-top: 1rem !important;
  }

  [dir=ltr] .mr-md-3, [dir=ltr] .mx-md-3 {
    margin-right: 1rem !important;
  }

  [dir=rtl] .mr-md-3, [dir=rtl] .mx-md-3 {
    margin-left: 1rem !important;
  }

  [dir] .mb-md-3, [dir] .my-md-3 {
    margin-bottom: 1rem !important;
  }

  [dir=ltr] .ml-md-3, [dir=ltr] .mx-md-3 {
    margin-left: 1rem !important;
  }

  [dir=rtl] .ml-md-3, [dir=rtl] .mx-md-3 {
    margin-right: 1rem !important;
  }

  [dir] .m-md-4 {
    margin: 1.5rem !important;
  }

  [dir] .mt-md-4, [dir] .my-md-4 {
    margin-top: 1.5rem !important;
  }

  [dir=ltr] .mr-md-4, [dir=ltr] .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  [dir=rtl] .mr-md-4, [dir=rtl] .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  [dir] .mb-md-4, [dir] .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  [dir=ltr] .ml-md-4, [dir=ltr] .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  [dir=rtl] .ml-md-4, [dir=rtl] .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  [dir] .m-md-5 {
    margin: 3rem !important;
  }

  [dir] .mt-md-5, [dir] .my-md-5 {
    margin-top: 3rem !important;
  }

  [dir=ltr] .mr-md-5, [dir=ltr] .mx-md-5 {
    margin-right: 3rem !important;
  }

  [dir=rtl] .mr-md-5, [dir=rtl] .mx-md-5 {
    margin-left: 3rem !important;
  }

  [dir] .mb-md-5, [dir] .my-md-5 {
    margin-bottom: 3rem !important;
  }

  [dir=ltr] .ml-md-5, [dir=ltr] .mx-md-5 {
    margin-left: 3rem !important;
  }

  [dir=rtl] .ml-md-5, [dir=rtl] .mx-md-5 {
    margin-right: 3rem !important;
  }

  [dir] .p-md-0 {
    padding: 0 !important;
  }

  [dir] .pt-md-0, [dir] .py-md-0 {
    padding-top: 0 !important;
  }

  [dir=ltr] .pr-md-0, [dir=ltr] .px-md-0 {
    padding-right: 0 !important;
  }

  [dir=rtl] .pr-md-0, [dir=rtl] .px-md-0 {
    padding-left: 0 !important;
  }

  [dir] .pb-md-0, [dir] .py-md-0 {
    padding-bottom: 0 !important;
  }

  [dir=ltr] .pl-md-0, [dir=ltr] .px-md-0 {
    padding-left: 0 !important;
  }

  [dir=rtl] .pl-md-0, [dir=rtl] .px-md-0 {
    padding-right: 0 !important;
  }

  [dir] .p-md-1 {
    padding: 0.25rem !important;
  }

  [dir] .pt-md-1, [dir] .py-md-1 {
    padding-top: 0.25rem !important;
  }

  [dir=ltr] .pr-md-1, [dir=ltr] .px-md-1 {
    padding-right: 0.25rem !important;
  }

  [dir=rtl] .pr-md-1, [dir=rtl] .px-md-1 {
    padding-left: 0.25rem !important;
  }

  [dir] .pb-md-1, [dir] .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  [dir=ltr] .pl-md-1, [dir=ltr] .px-md-1 {
    padding-left: 0.25rem !important;
  }

  [dir=rtl] .pl-md-1, [dir=rtl] .px-md-1 {
    padding-right: 0.25rem !important;
  }

  [dir] .p-md-2 {
    padding: 0.5rem !important;
  }

  [dir] .pt-md-2, [dir] .py-md-2 {
    padding-top: 0.5rem !important;
  }

  [dir=ltr] .pr-md-2, [dir=ltr] .px-md-2 {
    padding-right: 0.5rem !important;
  }

  [dir=rtl] .pr-md-2, [dir=rtl] .px-md-2 {
    padding-left: 0.5rem !important;
  }

  [dir] .pb-md-2, [dir] .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  [dir=ltr] .pl-md-2, [dir=ltr] .px-md-2 {
    padding-left: 0.5rem !important;
  }

  [dir=rtl] .pl-md-2, [dir=rtl] .px-md-2 {
    padding-right: 0.5rem !important;
  }

  [dir] .p-md-3 {
    padding: 1rem !important;
  }

  [dir] .pt-md-3, [dir] .py-md-3 {
    padding-top: 1rem !important;
  }

  [dir=ltr] .pr-md-3, [dir=ltr] .px-md-3 {
    padding-right: 1rem !important;
  }

  [dir=rtl] .pr-md-3, [dir=rtl] .px-md-3 {
    padding-left: 1rem !important;
  }

  [dir] .pb-md-3, [dir] .py-md-3 {
    padding-bottom: 1rem !important;
  }

  [dir=ltr] .pl-md-3, [dir=ltr] .px-md-3 {
    padding-left: 1rem !important;
  }

  [dir=rtl] .pl-md-3, [dir=rtl] .px-md-3 {
    padding-right: 1rem !important;
  }

  [dir] .p-md-4 {
    padding: 1.5rem !important;
  }

  [dir] .pt-md-4, [dir] .py-md-4 {
    padding-top: 1.5rem !important;
  }

  [dir=ltr] .pr-md-4, [dir=ltr] .px-md-4 {
    padding-right: 1.5rem !important;
  }

  [dir=rtl] .pr-md-4, [dir=rtl] .px-md-4 {
    padding-left: 1.5rem !important;
  }

  [dir] .pb-md-4, [dir] .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  [dir=ltr] .pl-md-4, [dir=ltr] .px-md-4 {
    padding-left: 1.5rem !important;
  }

  [dir=rtl] .pl-md-4, [dir=rtl] .px-md-4 {
    padding-right: 1.5rem !important;
  }

  [dir] .p-md-5 {
    padding: 3rem !important;
  }

  [dir] .pt-md-5, [dir] .py-md-5 {
    padding-top: 3rem !important;
  }

  [dir=ltr] .pr-md-5, [dir=ltr] .px-md-5 {
    padding-right: 3rem !important;
  }

  [dir=rtl] .pr-md-5, [dir=rtl] .px-md-5 {
    padding-left: 3rem !important;
  }

  [dir] .pb-md-5, [dir] .py-md-5 {
    padding-bottom: 3rem !important;
  }

  [dir=ltr] .pl-md-5, [dir=ltr] .px-md-5 {
    padding-left: 3rem !important;
  }

  [dir=rtl] .pl-md-5, [dir=rtl] .px-md-5 {
    padding-right: 3rem !important;
  }

  [dir] .m-md-n1 {
    margin: -0.25rem !important;
  }

  [dir] .mt-md-n1, [dir] .my-md-n1 {
    margin-top: -0.25rem !important;
  }

  [dir=ltr] .mr-md-n1, [dir=ltr] .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  [dir=rtl] .mr-md-n1, [dir=rtl] .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  [dir] .mb-md-n1, [dir] .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  [dir=ltr] .ml-md-n1, [dir=ltr] .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  [dir=rtl] .ml-md-n1, [dir=rtl] .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  [dir] .m-md-n2 {
    margin: -0.5rem !important;
  }

  [dir] .mt-md-n2, [dir] .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  [dir=ltr] .mr-md-n2, [dir=ltr] .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  [dir=rtl] .mr-md-n2, [dir=rtl] .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  [dir] .mb-md-n2, [dir] .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  [dir=ltr] .ml-md-n2, [dir=ltr] .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  [dir=rtl] .ml-md-n2, [dir=rtl] .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  [dir] .m-md-n3 {
    margin: -1rem !important;
  }

  [dir] .mt-md-n3, [dir] .my-md-n3 {
    margin-top: -1rem !important;
  }

  [dir=ltr] .mr-md-n3, [dir=ltr] .mx-md-n3 {
    margin-right: -1rem !important;
  }

  [dir=rtl] .mr-md-n3, [dir=rtl] .mx-md-n3 {
    margin-left: -1rem !important;
  }

  [dir] .mb-md-n3, [dir] .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  [dir=ltr] .ml-md-n3, [dir=ltr] .mx-md-n3 {
    margin-left: -1rem !important;
  }

  [dir=rtl] .ml-md-n3, [dir=rtl] .mx-md-n3 {
    margin-right: -1rem !important;
  }

  [dir] .m-md-n4 {
    margin: -1.5rem !important;
  }

  [dir] .mt-md-n4, [dir] .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  [dir=ltr] .mr-md-n4, [dir=ltr] .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  [dir=rtl] .mr-md-n4, [dir=rtl] .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  [dir] .mb-md-n4, [dir] .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  [dir=ltr] .ml-md-n4, [dir=ltr] .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  [dir=rtl] .ml-md-n4, [dir=rtl] .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  [dir] .m-md-n5 {
    margin: -3rem !important;
  }

  [dir] .mt-md-n5, [dir] .my-md-n5 {
    margin-top: -3rem !important;
  }

  [dir=ltr] .mr-md-n5, [dir=ltr] .mx-md-n5 {
    margin-right: -3rem !important;
  }

  [dir=rtl] .mr-md-n5, [dir=rtl] .mx-md-n5 {
    margin-left: -3rem !important;
  }

  [dir] .mb-md-n5, [dir] .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  [dir=ltr] .ml-md-n5, [dir=ltr] .mx-md-n5 {
    margin-left: -3rem !important;
  }

  [dir=rtl] .ml-md-n5, [dir=rtl] .mx-md-n5 {
    margin-right: -3rem !important;
  }

  [dir] .m-md-auto {
    margin: auto !important;
  }

  [dir] .mt-md-auto, [dir] .my-md-auto {
    margin-top: auto !important;
  }

  [dir=ltr] .mr-md-auto, [dir=ltr] .mx-md-auto {
    margin-right: auto !important;
  }

  [dir=rtl] .mr-md-auto, [dir=rtl] .mx-md-auto {
    margin-left: auto !important;
  }

  [dir] .mb-md-auto, [dir] .my-md-auto {
    margin-bottom: auto !important;
  }

  [dir=ltr] .ml-md-auto, [dir=ltr] .mx-md-auto {
    margin-left: auto !important;
  }

  [dir=rtl] .ml-md-auto, [dir=rtl] .mx-md-auto {
    margin-right: auto !important;
  }
}

@media (min-width: 992px) {
  [dir] .m-lg-0 {
    margin: 0 !important;
  }

  [dir] .mt-lg-0, [dir] .my-lg-0 {
    margin-top: 0 !important;
  }

  [dir=ltr] .mr-lg-0, [dir=ltr] .mx-lg-0 {
    margin-right: 0 !important;
  }

  [dir=rtl] .mr-lg-0, [dir=rtl] .mx-lg-0 {
    margin-left: 0 !important;
  }

  [dir] .mb-lg-0, [dir] .my-lg-0 {
    margin-bottom: 0 !important;
  }

  [dir=ltr] .ml-lg-0, [dir=ltr] .mx-lg-0 {
    margin-left: 0 !important;
  }

  [dir=rtl] .ml-lg-0, [dir=rtl] .mx-lg-0 {
    margin-right: 0 !important;
  }

  [dir] .m-lg-1 {
    margin: 0.25rem !important;
  }

  [dir] .mt-lg-1, [dir] .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  [dir=ltr] .mr-lg-1, [dir=ltr] .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  [dir=rtl] .mr-lg-1, [dir=rtl] .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  [dir] .mb-lg-1, [dir] .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  [dir=ltr] .ml-lg-1, [dir=ltr] .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  [dir=rtl] .ml-lg-1, [dir=rtl] .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  [dir] .m-lg-2 {
    margin: 0.5rem !important;
  }

  [dir] .mt-lg-2, [dir] .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  [dir=ltr] .mr-lg-2, [dir=ltr] .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  [dir=rtl] .mr-lg-2, [dir=rtl] .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  [dir] .mb-lg-2, [dir] .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  [dir=ltr] .ml-lg-2, [dir=ltr] .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  [dir=rtl] .ml-lg-2, [dir=rtl] .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  [dir] .m-lg-3 {
    margin: 1rem !important;
  }

  [dir] .mt-lg-3, [dir] .my-lg-3 {
    margin-top: 1rem !important;
  }

  [dir=ltr] .mr-lg-3, [dir=ltr] .mx-lg-3 {
    margin-right: 1rem !important;
  }

  [dir=rtl] .mr-lg-3, [dir=rtl] .mx-lg-3 {
    margin-left: 1rem !important;
  }

  [dir] .mb-lg-3, [dir] .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  [dir=ltr] .ml-lg-3, [dir=ltr] .mx-lg-3 {
    margin-left: 1rem !important;
  }

  [dir=rtl] .ml-lg-3, [dir=rtl] .mx-lg-3 {
    margin-right: 1rem !important;
  }

  [dir] .m-lg-4 {
    margin: 1.5rem !important;
  }

  [dir] .mt-lg-4, [dir] .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  [dir=ltr] .mr-lg-4, [dir=ltr] .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  [dir=rtl] .mr-lg-4, [dir=rtl] .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  [dir] .mb-lg-4, [dir] .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  [dir=ltr] .ml-lg-4, [dir=ltr] .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  [dir=rtl] .ml-lg-4, [dir=rtl] .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  [dir] .m-lg-5 {
    margin: 3rem !important;
  }

  [dir] .mt-lg-5, [dir] .my-lg-5 {
    margin-top: 3rem !important;
  }

  [dir=ltr] .mr-lg-5, [dir=ltr] .mx-lg-5 {
    margin-right: 3rem !important;
  }

  [dir=rtl] .mr-lg-5, [dir=rtl] .mx-lg-5 {
    margin-left: 3rem !important;
  }

  [dir] .mb-lg-5, [dir] .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  [dir=ltr] .ml-lg-5, [dir=ltr] .mx-lg-5 {
    margin-left: 3rem !important;
  }

  [dir=rtl] .ml-lg-5, [dir=rtl] .mx-lg-5 {
    margin-right: 3rem !important;
  }

  [dir] .p-lg-0 {
    padding: 0 !important;
  }

  [dir] .pt-lg-0, [dir] .py-lg-0 {
    padding-top: 0 !important;
  }

  [dir=ltr] .pr-lg-0, [dir=ltr] .px-lg-0 {
    padding-right: 0 !important;
  }

  [dir=rtl] .pr-lg-0, [dir=rtl] .px-lg-0 {
    padding-left: 0 !important;
  }

  [dir] .pb-lg-0, [dir] .py-lg-0 {
    padding-bottom: 0 !important;
  }

  [dir=ltr] .pl-lg-0, [dir=ltr] .px-lg-0 {
    padding-left: 0 !important;
  }

  [dir=rtl] .pl-lg-0, [dir=rtl] .px-lg-0 {
    padding-right: 0 !important;
  }

  [dir] .p-lg-1 {
    padding: 0.25rem !important;
  }

  [dir] .pt-lg-1, [dir] .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  [dir=ltr] .pr-lg-1, [dir=ltr] .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  [dir=rtl] .pr-lg-1, [dir=rtl] .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  [dir] .pb-lg-1, [dir] .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  [dir=ltr] .pl-lg-1, [dir=ltr] .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  [dir=rtl] .pl-lg-1, [dir=rtl] .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  [dir] .p-lg-2 {
    padding: 0.5rem !important;
  }

  [dir] .pt-lg-2, [dir] .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  [dir=ltr] .pr-lg-2, [dir=ltr] .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  [dir=rtl] .pr-lg-2, [dir=rtl] .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  [dir] .pb-lg-2, [dir] .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  [dir=ltr] .pl-lg-2, [dir=ltr] .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  [dir=rtl] .pl-lg-2, [dir=rtl] .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  [dir] .p-lg-3 {
    padding: 1rem !important;
  }

  [dir] .pt-lg-3, [dir] .py-lg-3 {
    padding-top: 1rem !important;
  }

  [dir=ltr] .pr-lg-3, [dir=ltr] .px-lg-3 {
    padding-right: 1rem !important;
  }

  [dir=rtl] .pr-lg-3, [dir=rtl] .px-lg-3 {
    padding-left: 1rem !important;
  }

  [dir] .pb-lg-3, [dir] .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  [dir=ltr] .pl-lg-3, [dir=ltr] .px-lg-3 {
    padding-left: 1rem !important;
  }

  [dir=rtl] .pl-lg-3, [dir=rtl] .px-lg-3 {
    padding-right: 1rem !important;
  }

  [dir] .p-lg-4 {
    padding: 1.5rem !important;
  }

  [dir] .pt-lg-4, [dir] .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  [dir=ltr] .pr-lg-4, [dir=ltr] .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  [dir=rtl] .pr-lg-4, [dir=rtl] .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  [dir] .pb-lg-4, [dir] .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  [dir=ltr] .pl-lg-4, [dir=ltr] .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  [dir=rtl] .pl-lg-4, [dir=rtl] .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  [dir] .p-lg-5 {
    padding: 3rem !important;
  }

  [dir] .pt-lg-5, [dir] .py-lg-5 {
    padding-top: 3rem !important;
  }

  [dir=ltr] .pr-lg-5, [dir=ltr] .px-lg-5 {
    padding-right: 3rem !important;
  }

  [dir=rtl] .pr-lg-5, [dir=rtl] .px-lg-5 {
    padding-left: 3rem !important;
  }

  [dir] .pb-lg-5, [dir] .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  [dir=ltr] .pl-lg-5, [dir=ltr] .px-lg-5 {
    padding-left: 3rem !important;
  }

  [dir=rtl] .pl-lg-5, [dir=rtl] .px-lg-5 {
    padding-right: 3rem !important;
  }

  [dir] .m-lg-n1 {
    margin: -0.25rem !important;
  }

  [dir] .mt-lg-n1, [dir] .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  [dir=ltr] .mr-lg-n1, [dir=ltr] .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  [dir=rtl] .mr-lg-n1, [dir=rtl] .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  [dir] .mb-lg-n1, [dir] .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  [dir=ltr] .ml-lg-n1, [dir=ltr] .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  [dir=rtl] .ml-lg-n1, [dir=rtl] .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  [dir] .m-lg-n2 {
    margin: -0.5rem !important;
  }

  [dir] .mt-lg-n2, [dir] .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  [dir=ltr] .mr-lg-n2, [dir=ltr] .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  [dir=rtl] .mr-lg-n2, [dir=rtl] .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  [dir] .mb-lg-n2, [dir] .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  [dir=ltr] .ml-lg-n2, [dir=ltr] .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  [dir=rtl] .ml-lg-n2, [dir=rtl] .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  [dir] .m-lg-n3 {
    margin: -1rem !important;
  }

  [dir] .mt-lg-n3, [dir] .my-lg-n3 {
    margin-top: -1rem !important;
  }

  [dir=ltr] .mr-lg-n3, [dir=ltr] .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  [dir=rtl] .mr-lg-n3, [dir=rtl] .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  [dir] .mb-lg-n3, [dir] .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  [dir=ltr] .ml-lg-n3, [dir=ltr] .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  [dir=rtl] .ml-lg-n3, [dir=rtl] .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  [dir] .m-lg-n4 {
    margin: -1.5rem !important;
  }

  [dir] .mt-lg-n4, [dir] .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  [dir=ltr] .mr-lg-n4, [dir=ltr] .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  [dir=rtl] .mr-lg-n4, [dir=rtl] .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  [dir] .mb-lg-n4, [dir] .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  [dir=ltr] .ml-lg-n4, [dir=ltr] .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  [dir=rtl] .ml-lg-n4, [dir=rtl] .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  [dir] .m-lg-n5 {
    margin: -3rem !important;
  }

  [dir] .mt-lg-n5, [dir] .my-lg-n5 {
    margin-top: -3rem !important;
  }

  [dir=ltr] .mr-lg-n5, [dir=ltr] .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  [dir=rtl] .mr-lg-n5, [dir=rtl] .mx-lg-n5 {
    margin-left: -3rem !important;
  }

  [dir] .mb-lg-n5, [dir] .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  [dir=ltr] .ml-lg-n5, [dir=ltr] .mx-lg-n5 {
    margin-left: -3rem !important;
  }

  [dir=rtl] .ml-lg-n5, [dir=rtl] .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  [dir] .m-lg-auto {
    margin: auto !important;
  }

  [dir] .mt-lg-auto, [dir] .my-lg-auto {
    margin-top: auto !important;
  }

  [dir=ltr] .mr-lg-auto, [dir=ltr] .mx-lg-auto {
    margin-right: auto !important;
  }

  [dir=rtl] .mr-lg-auto, [dir=rtl] .mx-lg-auto {
    margin-left: auto !important;
  }

  [dir] .mb-lg-auto, [dir] .my-lg-auto {
    margin-bottom: auto !important;
  }

  [dir=ltr] .ml-lg-auto, [dir=ltr] .mx-lg-auto {
    margin-left: auto !important;
  }

  [dir=rtl] .ml-lg-auto, [dir=rtl] .mx-lg-auto {
    margin-right: auto !important;
  }
}

@media (min-width: 1200px) {
  [dir] .m-xl-0 {
    margin: 0 !important;
  }

  [dir] .mt-xl-0, [dir] .my-xl-0 {
    margin-top: 0 !important;
  }

  [dir=ltr] .mr-xl-0, [dir=ltr] .mx-xl-0 {
    margin-right: 0 !important;
  }

  [dir=rtl] .mr-xl-0, [dir=rtl] .mx-xl-0 {
    margin-left: 0 !important;
  }

  [dir] .mb-xl-0, [dir] .my-xl-0 {
    margin-bottom: 0 !important;
  }

  [dir=ltr] .ml-xl-0, [dir=ltr] .mx-xl-0 {
    margin-left: 0 !important;
  }

  [dir=rtl] .ml-xl-0, [dir=rtl] .mx-xl-0 {
    margin-right: 0 !important;
  }

  [dir] .m-xl-1 {
    margin: 0.25rem !important;
  }

  [dir] .mt-xl-1, [dir] .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  [dir=ltr] .mr-xl-1, [dir=ltr] .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  [dir=rtl] .mr-xl-1, [dir=rtl] .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  [dir] .mb-xl-1, [dir] .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  [dir=ltr] .ml-xl-1, [dir=ltr] .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  [dir=rtl] .ml-xl-1, [dir=rtl] .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  [dir] .m-xl-2 {
    margin: 0.5rem !important;
  }

  [dir] .mt-xl-2, [dir] .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  [dir=ltr] .mr-xl-2, [dir=ltr] .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  [dir=rtl] .mr-xl-2, [dir=rtl] .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  [dir] .mb-xl-2, [dir] .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  [dir=ltr] .ml-xl-2, [dir=ltr] .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  [dir=rtl] .ml-xl-2, [dir=rtl] .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  [dir] .m-xl-3 {
    margin: 1rem !important;
  }

  [dir] .mt-xl-3, [dir] .my-xl-3 {
    margin-top: 1rem !important;
  }

  [dir=ltr] .mr-xl-3, [dir=ltr] .mx-xl-3 {
    margin-right: 1rem !important;
  }

  [dir=rtl] .mr-xl-3, [dir=rtl] .mx-xl-3 {
    margin-left: 1rem !important;
  }

  [dir] .mb-xl-3, [dir] .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  [dir=ltr] .ml-xl-3, [dir=ltr] .mx-xl-3 {
    margin-left: 1rem !important;
  }

  [dir=rtl] .ml-xl-3, [dir=rtl] .mx-xl-3 {
    margin-right: 1rem !important;
  }

  [dir] .m-xl-4 {
    margin: 1.5rem !important;
  }

  [dir] .mt-xl-4, [dir] .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  [dir=ltr] .mr-xl-4, [dir=ltr] .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  [dir=rtl] .mr-xl-4, [dir=rtl] .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  [dir] .mb-xl-4, [dir] .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  [dir=ltr] .ml-xl-4, [dir=ltr] .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  [dir=rtl] .ml-xl-4, [dir=rtl] .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  [dir] .m-xl-5 {
    margin: 3rem !important;
  }

  [dir] .mt-xl-5, [dir] .my-xl-5 {
    margin-top: 3rem !important;
  }

  [dir=ltr] .mr-xl-5, [dir=ltr] .mx-xl-5 {
    margin-right: 3rem !important;
  }

  [dir=rtl] .mr-xl-5, [dir=rtl] .mx-xl-5 {
    margin-left: 3rem !important;
  }

  [dir] .mb-xl-5, [dir] .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  [dir=ltr] .ml-xl-5, [dir=ltr] .mx-xl-5 {
    margin-left: 3rem !important;
  }

  [dir=rtl] .ml-xl-5, [dir=rtl] .mx-xl-5 {
    margin-right: 3rem !important;
  }

  [dir] .p-xl-0 {
    padding: 0 !important;
  }

  [dir] .pt-xl-0, [dir] .py-xl-0 {
    padding-top: 0 !important;
  }

  [dir=ltr] .pr-xl-0, [dir=ltr] .px-xl-0 {
    padding-right: 0 !important;
  }

  [dir=rtl] .pr-xl-0, [dir=rtl] .px-xl-0 {
    padding-left: 0 !important;
  }

  [dir] .pb-xl-0, [dir] .py-xl-0 {
    padding-bottom: 0 !important;
  }

  [dir=ltr] .pl-xl-0, [dir=ltr] .px-xl-0 {
    padding-left: 0 !important;
  }

  [dir=rtl] .pl-xl-0, [dir=rtl] .px-xl-0 {
    padding-right: 0 !important;
  }

  [dir] .p-xl-1 {
    padding: 0.25rem !important;
  }

  [dir] .pt-xl-1, [dir] .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  [dir=ltr] .pr-xl-1, [dir=ltr] .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  [dir=rtl] .pr-xl-1, [dir=rtl] .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  [dir] .pb-xl-1, [dir] .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  [dir=ltr] .pl-xl-1, [dir=ltr] .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  [dir=rtl] .pl-xl-1, [dir=rtl] .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  [dir] .p-xl-2 {
    padding: 0.5rem !important;
  }

  [dir] .pt-xl-2, [dir] .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  [dir=ltr] .pr-xl-2, [dir=ltr] .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  [dir=rtl] .pr-xl-2, [dir=rtl] .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  [dir] .pb-xl-2, [dir] .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  [dir=ltr] .pl-xl-2, [dir=ltr] .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  [dir=rtl] .pl-xl-2, [dir=rtl] .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  [dir] .p-xl-3 {
    padding: 1rem !important;
  }

  [dir] .pt-xl-3, [dir] .py-xl-3 {
    padding-top: 1rem !important;
  }

  [dir=ltr] .pr-xl-3, [dir=ltr] .px-xl-3 {
    padding-right: 1rem !important;
  }

  [dir=rtl] .pr-xl-3, [dir=rtl] .px-xl-3 {
    padding-left: 1rem !important;
  }

  [dir] .pb-xl-3, [dir] .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  [dir=ltr] .pl-xl-3, [dir=ltr] .px-xl-3 {
    padding-left: 1rem !important;
  }

  [dir=rtl] .pl-xl-3, [dir=rtl] .px-xl-3 {
    padding-right: 1rem !important;
  }

  [dir] .p-xl-4 {
    padding: 1.5rem !important;
  }

  [dir] .pt-xl-4, [dir] .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  [dir=ltr] .pr-xl-4, [dir=ltr] .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  [dir=rtl] .pr-xl-4, [dir=rtl] .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  [dir] .pb-xl-4, [dir] .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  [dir=ltr] .pl-xl-4, [dir=ltr] .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  [dir=rtl] .pl-xl-4, [dir=rtl] .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  [dir] .p-xl-5 {
    padding: 3rem !important;
  }

  [dir] .pt-xl-5, [dir] .py-xl-5 {
    padding-top: 3rem !important;
  }

  [dir=ltr] .pr-xl-5, [dir=ltr] .px-xl-5 {
    padding-right: 3rem !important;
  }

  [dir=rtl] .pr-xl-5, [dir=rtl] .px-xl-5 {
    padding-left: 3rem !important;
  }

  [dir] .pb-xl-5, [dir] .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  [dir=ltr] .pl-xl-5, [dir=ltr] .px-xl-5 {
    padding-left: 3rem !important;
  }

  [dir=rtl] .pl-xl-5, [dir=rtl] .px-xl-5 {
    padding-right: 3rem !important;
  }

  [dir] .m-xl-n1 {
    margin: -0.25rem !important;
  }

  [dir] .mt-xl-n1, [dir] .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  [dir=ltr] .mr-xl-n1, [dir=ltr] .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  [dir=rtl] .mr-xl-n1, [dir=rtl] .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  [dir] .mb-xl-n1, [dir] .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  [dir=ltr] .ml-xl-n1, [dir=ltr] .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  [dir=rtl] .ml-xl-n1, [dir=rtl] .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  [dir] .m-xl-n2 {
    margin: -0.5rem !important;
  }

  [dir] .mt-xl-n2, [dir] .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  [dir=ltr] .mr-xl-n2, [dir=ltr] .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  [dir=rtl] .mr-xl-n2, [dir=rtl] .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  [dir] .mb-xl-n2, [dir] .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  [dir=ltr] .ml-xl-n2, [dir=ltr] .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  [dir=rtl] .ml-xl-n2, [dir=rtl] .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  [dir] .m-xl-n3 {
    margin: -1rem !important;
  }

  [dir] .mt-xl-n3, [dir] .my-xl-n3 {
    margin-top: -1rem !important;
  }

  [dir=ltr] .mr-xl-n3, [dir=ltr] .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  [dir=rtl] .mr-xl-n3, [dir=rtl] .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  [dir] .mb-xl-n3, [dir] .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  [dir=ltr] .ml-xl-n3, [dir=ltr] .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  [dir=rtl] .ml-xl-n3, [dir=rtl] .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  [dir] .m-xl-n4 {
    margin: -1.5rem !important;
  }

  [dir] .mt-xl-n4, [dir] .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  [dir=ltr] .mr-xl-n4, [dir=ltr] .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  [dir=rtl] .mr-xl-n4, [dir=rtl] .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  [dir] .mb-xl-n4, [dir] .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  [dir=ltr] .ml-xl-n4, [dir=ltr] .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  [dir=rtl] .ml-xl-n4, [dir=rtl] .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  [dir] .m-xl-n5 {
    margin: -3rem !important;
  }

  [dir] .mt-xl-n5, [dir] .my-xl-n5 {
    margin-top: -3rem !important;
  }

  [dir=ltr] .mr-xl-n5, [dir=ltr] .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  [dir=rtl] .mr-xl-n5, [dir=rtl] .mx-xl-n5 {
    margin-left: -3rem !important;
  }

  [dir] .mb-xl-n5, [dir] .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  [dir=ltr] .ml-xl-n5, [dir=ltr] .mx-xl-n5 {
    margin-left: -3rem !important;
  }

  [dir=rtl] .ml-xl-n5, [dir=rtl] .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  [dir] .m-xl-auto {
    margin: auto !important;
  }

  [dir] .mt-xl-auto, [dir] .my-xl-auto {
    margin-top: auto !important;
  }

  [dir=ltr] .mr-xl-auto, [dir=ltr] .mx-xl-auto {
    margin-right: auto !important;
  }

  [dir=rtl] .mr-xl-auto, [dir=rtl] .mx-xl-auto {
    margin-left: auto !important;
  }

  [dir] .mb-xl-auto, [dir] .my-xl-auto {
    margin-bottom: auto !important;
  }

  [dir=ltr] .ml-xl-auto, [dir=ltr] .mx-xl-auto {
    margin-left: auto !important;
  }

  [dir=rtl] .ml-xl-auto, [dir=rtl] .mx-xl-auto {
    margin-right: auto !important;
  }
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

[dir] .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;
}

[dir=ltr] .text-left {
  text-align: left !important;
}

[dir=rtl] .text-left {
  text-align: right !important;
}

[dir=ltr] .text-right {
  text-align: right !important;
}

[dir=rtl] .text-right {
  text-align: left !important;
}

[dir] .text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  [dir=ltr] .text-sm-left {
    text-align: left !important;
  }
  [dir=rtl] .text-sm-left {
    text-align: right !important;
  }

  [dir=ltr] .text-sm-right {
    text-align: right !important;
  }

  [dir=rtl] .text-sm-right {
    text-align: left !important;
  }

  [dir] .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  [dir=ltr] .text-md-left {
    text-align: left !important;
  }
  [dir=rtl] .text-md-left {
    text-align: right !important;
  }

  [dir=ltr] .text-md-right {
    text-align: right !important;
  }

  [dir=rtl] .text-md-right {
    text-align: left !important;
  }

  [dir] .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  [dir=ltr] .text-lg-left {
    text-align: left !important;
  }
  [dir=rtl] .text-lg-left {
    text-align: right !important;
  }

  [dir=ltr] .text-lg-right {
    text-align: right !important;
  }

  [dir=rtl] .text-lg-right {
    text-align: left !important;
  }

  [dir] .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  [dir=ltr] .text-xl-left {
    text-align: left !important;
  }
  [dir=rtl] .text-xl-left {
    text-align: right !important;
  }

  [dir=ltr] .text-xl-right {
    text-align: right !important;
  }

  [dir=rtl] .text-xl-right {
    text-align: left !important;
  }

  [dir] .text-xl-center {
    text-align: center !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

a.text-primary:hover,
a.text-primary:focus {
  color: #b30000 !important;
}

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

a.text-secondary:hover,
a.text-secondary:focus {
  color: #494f54 !important;
}

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

a.text-success:hover,
a.text-success:focus {
  color: #19692c !important;
}

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

a.text-info:hover,
a.text-info:focus {
  color: #0f6674 !important;
}

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

a.text-warning:hover,
a.text-warning:focus {
  color: #ba8b00 !important;
}

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

a.text-danger:hover,
a.text-danger:focus {
  color: #e90d00 !important;
}

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

a.text-light:hover,
a.text-light:focus {
  color: #cbd3da !important;
}

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

a.text-dark:hover,
a.text-dark:focus {
  color: #121416 !important;
}

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

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

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

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

.text-hide {
  font: 0/0 a;
  color: transparent;
}

[dir] .text-hide {
  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 {
  [dir] *, [dir] *::before, [dir] *::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 {
    page-break-inside: avoid;
  }

  [dir] pre, [dir] blockquote {
    border: 1px solid #adb5bd;
  }

  thead {
    display: table-header-group;
  }

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

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

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

@page {
    size: a3;
}

  body {
    min-width: 992px !important;
  }

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

  .navbar {
    display: none;
  }

  [dir] .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  [dir] .table td, [dir] .table th {
    background-color: #fff !important;
  }

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

  .table-dark {
    color: inherit;
  }

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

  .table .thead-dark th {
    color: inherit;
  }

  [dir] .table .thead-dark th {
    border-color: #dee2e6;
  }
}

.bv-no-focus-ring:focus {
  outline: none;
}

@media (max-width: 575.98px) {
  .bv-d-xs-down-none {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .bv-d-sm-down-none {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .bv-d-md-down-none {
    display: none !important;
  }
}

@media (max-width: 1199.98px) {
  .bv-d-lg-down-none {
    display: none !important;
  }
}

.bv-d-xl-down-none {
  display: none !important;
}

[dir=ltr] .card-img-left {
  border-top-left-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

[dir=rtl] .card-img-left {
  border-top-right-radius: calc(0.25rem - 1px);
  border-bottom-right-radius: calc(0.25rem - 1px);
}

[dir=ltr] .card-img-right {
  border-top-right-radius: calc(0.25rem - 1px);
  border-bottom-right-radius: calc(0.25rem - 1px);
}

[dir=rtl] .card-img-right {
  border-top-left-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.dropdown:not(.dropleft) .dropdown-toggle.dropdown-toggle-no-caret::after {
  display: none !important;
}

.dropdown.dropleft .dropdown-toggle.dropdown-toggle-no-caret::before {
  display: none !important;
}

.dropdown .dropdown-menu:focus {
  outline: none;
}

.b-dropdown-form {
  display: inline-block;
  width: 100%;
  font-weight: 400;
}

[dir] .b-dropdown-form {
  padding: 0.25rem 1.5rem;
  clear: both;
}

.b-dropdown-form:focus {
  outline: 1px dotted !important;
  outline: 5px auto -webkit-focus-ring-color !important;
}

.b-dropdown-form.disabled,
.b-dropdown-form:disabled {
  outline: 0 !important;
  color: #6c757d;
  pointer-events: none;
}

.b-dropdown-text {
  display: inline-block;
  width: 100%;
  font-weight: lighter;
}

[dir] .b-dropdown-text {
  padding: 0.25rem 1.5rem;
  margin-bottom: 0;
  clear: both;
}

.custom-checkbox.b-custom-control-lg,
.input-group-lg .custom-checkbox {
  font-size: 1.25rem;
  line-height: 1.5;
}

[dir=ltr] .custom-checkbox.b-custom-control-lg, [dir=ltr] .input-group-lg .custom-checkbox {
  padding-left: 1.875rem;
}

[dir=rtl] .custom-checkbox.b-custom-control-lg, [dir=rtl] .input-group-lg .custom-checkbox {
  padding-right: 1.875rem;
}

.custom-checkbox.b-custom-control-lg .custom-control-label::before,
.input-group-lg .custom-checkbox .custom-control-label::before {
  top: 0.3125rem;
  width: 1.25rem;
  height: 1.25rem;
}

[dir] .custom-checkbox.b-custom-control-lg .custom-control-label::before, [dir] .input-group-lg .custom-checkbox .custom-control-label::before {
  border-radius: 0.3rem;
}

[dir=ltr] .custom-checkbox.b-custom-control-lg .custom-control-label::before, [dir=ltr] .input-group-lg .custom-checkbox .custom-control-label::before {
  left: -1.875rem;
}

[dir=rtl] .custom-checkbox.b-custom-control-lg .custom-control-label::before, [dir=rtl] .input-group-lg .custom-checkbox .custom-control-label::before {
  right: -1.875rem;
}

.custom-checkbox.b-custom-control-lg .custom-control-label::after,
.input-group-lg .custom-checkbox .custom-control-label::after {
  top: 0.3125rem;
  width: 1.25rem;
  height: 1.25rem;
}

[dir] .custom-checkbox.b-custom-control-lg .custom-control-label::after, [dir] .input-group-lg .custom-checkbox .custom-control-label::after {
  background-size: 50% 50%;
}

[dir=ltr] .custom-checkbox.b-custom-control-lg .custom-control-label::after, [dir=ltr] .input-group-lg .custom-checkbox .custom-control-label::after {
  left: -1.875rem;
}

[dir=rtl] .custom-checkbox.b-custom-control-lg .custom-control-label::after, [dir=rtl] .input-group-lg .custom-checkbox .custom-control-label::after {
  right: -1.875rem;
}

.custom-checkbox.b-custom-control-sm,
.input-group-sm .custom-checkbox {
  font-size: 0.875rem;
  line-height: 1.5;
}

[dir=ltr] .custom-checkbox.b-custom-control-sm, [dir=ltr] .input-group-sm .custom-checkbox {
  padding-left: 1.3125rem;
}

[dir=rtl] .custom-checkbox.b-custom-control-sm, [dir=rtl] .input-group-sm .custom-checkbox {
  padding-right: 1.3125rem;
}

.custom-checkbox.b-custom-control-sm .custom-control-label::before,
.input-group-sm .custom-checkbox .custom-control-label::before {
  top: 0.21875rem;
  width: 0.875rem;
  height: 0.875rem;
}

[dir] .custom-checkbox.b-custom-control-sm .custom-control-label::before, [dir] .input-group-sm .custom-checkbox .custom-control-label::before {
  border-radius: 0.2rem;
}

[dir=ltr] .custom-checkbox.b-custom-control-sm .custom-control-label::before, [dir=ltr] .input-group-sm .custom-checkbox .custom-control-label::before {
  left: -1.3125rem;
}

[dir=rtl] .custom-checkbox.b-custom-control-sm .custom-control-label::before, [dir=rtl] .input-group-sm .custom-checkbox .custom-control-label::before {
  right: -1.3125rem;
}

.custom-checkbox.b-custom-control-sm .custom-control-label::after,
.input-group-sm .custom-checkbox .custom-control-label::after {
  top: 0.21875rem;
  width: 0.875rem;
  height: 0.875rem;
}

[dir] .custom-checkbox.b-custom-control-sm .custom-control-label::after, [dir] .input-group-sm .custom-checkbox .custom-control-label::after {
  background-size: 50% 50%;
}

[dir=ltr] .custom-checkbox.b-custom-control-sm .custom-control-label::after, [dir=ltr] .input-group-sm .custom-checkbox .custom-control-label::after {
  left: -1.3125rem;
}

[dir=rtl] .custom-checkbox.b-custom-control-sm .custom-control-label::after, [dir=rtl] .input-group-sm .custom-checkbox .custom-control-label::after {
  right: -1.3125rem;
}

[dir=ltr] .custom-switch.b-custom-control-lg, [dir=ltr] .input-group-lg .custom-switch {
  padding-left: 2.8125rem;
}

[dir=rtl] .custom-switch.b-custom-control-lg, [dir=rtl] .input-group-lg .custom-switch {
  padding-right: 2.8125rem;
}

.custom-switch.b-custom-control-lg .custom-control-label,
.input-group-lg .custom-switch .custom-control-label {
  font-size: 1.25rem;
  line-height: 1.5;
}

.custom-switch.b-custom-control-lg .custom-control-label::before,
.input-group-lg .custom-switch .custom-control-label::before {
  top: 0.3125rem;
  height: 1.25rem;
  width: 2.1875rem;
}

[dir] .custom-switch.b-custom-control-lg .custom-control-label::before, [dir] .input-group-lg .custom-switch .custom-control-label::before {
  border-radius: 0.625rem;
}

[dir=ltr] .custom-switch.b-custom-control-lg .custom-control-label::before, [dir=ltr] .input-group-lg .custom-switch .custom-control-label::before {
  left: -2.8125rem;
}

[dir=rtl] .custom-switch.b-custom-control-lg .custom-control-label::before, [dir=rtl] .input-group-lg .custom-switch .custom-control-label::before {
  right: -2.8125rem;
}

.custom-switch.b-custom-control-lg .custom-control-label::after,
.input-group-lg .custom-switch .custom-control-label::after {
  top: calc( 0.3125rem + 2px);
  width: calc( 1.25rem - 4px);
  height: calc( 1.25rem - 4px);
}

[dir] .custom-switch.b-custom-control-lg .custom-control-label::after, [dir] .input-group-lg .custom-switch .custom-control-label::after {
  border-radius: 0.625rem;
  background-size: 50% 50%;
}

[dir=ltr] .custom-switch.b-custom-control-lg .custom-control-label::after, [dir=ltr] .input-group-lg .custom-switch .custom-control-label::after {
  left: calc( -2.8125rem + 2px);
}

[dir=rtl] .custom-switch.b-custom-control-lg .custom-control-label::after, [dir=rtl] .input-group-lg .custom-switch .custom-control-label::after {
  right: calc( -2.8125rem + 2px);
}

[dir=ltr] .custom-switch.b-custom-control-lg .custom-control-input:checked ~ .custom-control-label::after, [dir=ltr] .input-group-lg .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  -webkit-transform: translateX(0.9375rem);
  transform: translateX(0.9375rem);
}

[dir=rtl] .custom-switch.b-custom-control-lg .custom-control-input:checked ~ .custom-control-label::after, [dir=rtl] .input-group-lg .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  -webkit-transform: translateX(-0.9375rem);
          transform: translateX(-0.9375rem);
}

[dir=ltr] .custom-switch.b-custom-control-sm, [dir=ltr] .input-group-sm .custom-switch {
  padding-left: 1.96875rem;
}

[dir=rtl] .custom-switch.b-custom-control-sm, [dir=rtl] .input-group-sm .custom-switch {
  padding-right: 1.96875rem;
}

.custom-switch.b-custom-control-sm .custom-control-label,
.input-group-sm .custom-switch .custom-control-label {
  font-size: 0.875rem;
  line-height: 1.5;
}

.custom-switch.b-custom-control-sm .custom-control-label::before,
.input-group-sm .custom-switch .custom-control-label::before {
  top: 0.21875rem;
  width: 1.53125rem;
  height: 0.875rem;
}

[dir] .custom-switch.b-custom-control-sm .custom-control-label::before, [dir] .input-group-sm .custom-switch .custom-control-label::before {
  border-radius: 0.4375rem;
}

[dir=ltr] .custom-switch.b-custom-control-sm .custom-control-label::before, [dir=ltr] .input-group-sm .custom-switch .custom-control-label::before {
  left: -1.96875rem;
}

[dir=rtl] .custom-switch.b-custom-control-sm .custom-control-label::before, [dir=rtl] .input-group-sm .custom-switch .custom-control-label::before {
  right: -1.96875rem;
}

.custom-switch.b-custom-control-sm .custom-control-label::after,
.input-group-sm .custom-switch .custom-control-label::after {
  top: calc( 0.21875rem + 2px);
  width: calc( 0.875rem - 4px);
  height: calc( 0.875rem - 4px);
}

[dir] .custom-switch.b-custom-control-sm .custom-control-label::after, [dir] .input-group-sm .custom-switch .custom-control-label::after {
  border-radius: 0.4375rem;
  background-size: 50% 50%;
}

[dir=ltr] .custom-switch.b-custom-control-sm .custom-control-label::after, [dir=ltr] .input-group-sm .custom-switch .custom-control-label::after {
  left: calc( -1.96875rem + 2px);
}

[dir=rtl] .custom-switch.b-custom-control-sm .custom-control-label::after, [dir=rtl] .input-group-sm .custom-switch .custom-control-label::after {
  right: calc( -1.96875rem + 2px);
}

[dir=ltr] .custom-switch.b-custom-control-sm .custom-control-input:checked ~ .custom-control-label::after, [dir=ltr] .input-group-sm .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  -webkit-transform: translateX(0.65625rem);
  transform: translateX(0.65625rem);
}

[dir=rtl] .custom-switch.b-custom-control-sm .custom-control-input:checked ~ .custom-control-label::after, [dir=rtl] .input-group-sm .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  -webkit-transform: translateX(-0.65625rem);
          transform: translateX(-0.65625rem);
}

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

[dir=rtl] .input-group > .input-group-prepend > .btn-group > .btn, [dir=rtl] .input-group > .input-group-append:not(:last-child) > .btn-group > .btn, [dir=rtl] .input-group > .input-group-append:last-child > .btn-group:not(:last-child):not(.dropdown-toggle) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

[dir=rtl] .input-group > .input-group-append > .btn-group > .btn, [dir=rtl] .input-group > .input-group-prepend:not(:first-child) > .btn-group > .btn, [dir=rtl] .input-group > .input-group-prepend:first-child > .btn-group:not(:first-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.b-custom-control-lg.custom-file,
.b-custom-control-lg .custom-file-input,
.b-custom-control-lg .custom-file-label,
.input-group-lg.custom-file,
.input-group-lg .custom-file-input,
.input-group-lg .custom-file-label {
  font-size: 1.25rem;
  height: calc(1.5em + 1rem + 2px);
}

.b-custom-control-lg .custom-file-label,
.b-custom-control-lg .custom-file-label:after,
.input-group-lg .custom-file-label,
.input-group-lg .custom-file-label:after {
  line-height: 1.5;
}

[dir] .b-custom-control-lg .custom-file-label, [dir] .b-custom-control-lg .custom-file-label:after, [dir] .input-group-lg .custom-file-label, [dir] .input-group-lg .custom-file-label:after {
  padding: 0.5rem 1rem;
}

[dir] .b-custom-control-lg .custom-file-label, [dir] .input-group-lg .custom-file-label {
  border-radius: 0.3rem;
}

.b-custom-control-lg .custom-file-label::after,
.input-group-lg .custom-file-label::after {
  font-size: inherit;
  height: calc( 1.5em + 1rem);
}

[dir=ltr] .b-custom-control-lg .custom-file-label::after, [dir=ltr] .input-group-lg .custom-file-label::after {
  border-radius: 0 0.3rem 0.3rem 0;
}

[dir=rtl] .b-custom-control-lg .custom-file-label::after, [dir=rtl] .input-group-lg .custom-file-label::after {
  border-radius: 0.3rem 0 0 0.3rem;
}

.b-custom-control-sm.custom-file,
.b-custom-control-sm .custom-file-input,
.b-custom-control-sm .custom-file-label,
.input-group-sm.custom-file,
.input-group-sm .custom-file-input,
.input-group-sm .custom-file-label {
  font-size: 0.875rem;
  height: calc(1.5em + 0.5rem + 2px);
}

.b-custom-control-sm .custom-file-label,
.b-custom-control-sm .custom-file-label:after,
.input-group-sm .custom-file-label,
.input-group-sm .custom-file-label:after {
  line-height: 1.5;
}

[dir] .b-custom-control-sm .custom-file-label, [dir] .b-custom-control-sm .custom-file-label:after, [dir] .input-group-sm .custom-file-label, [dir] .input-group-sm .custom-file-label:after {
  padding: 0.25rem 0.5rem;
}

[dir] .b-custom-control-sm .custom-file-label, [dir] .input-group-sm .custom-file-label {
  border-radius: 0.2rem;
}

.b-custom-control-sm .custom-file-label::after,
.input-group-sm .custom-file-label::after {
  font-size: inherit;
  height: calc( 1.5em + 0.5rem);
}

[dir=ltr] .b-custom-control-sm .custom-file-label::after, [dir=ltr] .input-group-sm .custom-file-label::after {
  border-radius: 0 0.2rem 0.2rem 0;
}

[dir=rtl] .b-custom-control-sm .custom-file-label::after, [dir=rtl] .input-group-sm .custom-file-label::after {
  border-radius: 0.2rem 0 0 0.2rem;
}

[dir=ltr] .was-validated .form-control:invalid, [dir=ltr] .was-validated .form-control:valid, [dir=ltr] .form-control.is-invalid, [dir=ltr] .form-control.is-valid {
  background-position: right calc(0.375em + 0.1875rem) center;
}

[dir=rtl] .was-validated .form-control:invalid, [dir=rtl] .was-validated .form-control:valid, [dir=rtl] .form-control.is-invalid, [dir=rtl] .form-control.is-valid {
  background-position: left calc(0.375em + 0.1875rem) center;
}

input[type="color"].form-control {
  height: calc(1.5em + 0.75rem + 2px);
}

[dir] input[type="color"].form-control {
  padding: 0.125rem 0.25rem;
}

input[type="color"].form-control.form-control-sm,
.input-group-sm input[type="color"].form-control {
  height: calc(1.5em + 0.5rem + 2px);
}

[dir] input[type="color"].form-control.form-control-sm, [dir] .input-group-sm input[type="color"].form-control {
  padding: 0.125rem 0.25rem;
}

input[type="color"].form-control.form-control-lg,
.input-group-lg input[type="color"].form-control {
  height: calc(1.5em + 1rem + 2px);
}

[dir] input[type="color"].form-control.form-control-lg, [dir] .input-group-lg input[type="color"].form-control {
  padding: 0.125rem 0.25rem;
}

input[type="color"].form-control:disabled {
  opacity: 0.65;
}

[dir] input[type="color"].form-control:disabled {
  background-color: #adb5bd;
}

.input-group > .custom-range {
  position: relative;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  width: 1%;
}

[dir] .input-group > .custom-range {
  margin-bottom: 0;
}

[dir=ltr] .input-group > .custom-range + .form-control, [dir=ltr] .input-group > .custom-range + .form-control-plaintext, [dir=ltr] .input-group > .custom-range + .custom-select, [dir=ltr] .input-group > .custom-range + .custom-range, [dir=ltr] .input-group > .custom-range + .custom-file {
  margin-left: -1px;
}

[dir=rtl] .input-group > .custom-range + .form-control, [dir=rtl] .input-group > .custom-range + .form-control-plaintext, [dir=rtl] .input-group > .custom-range + .custom-select, [dir=rtl] .input-group > .custom-range + .custom-range, [dir=rtl] .input-group > .custom-range + .custom-file {
  margin-right: -1px;
}

[dir=ltr] .input-group > .form-control + .custom-range, [dir=ltr] .input-group > .form-control-plaintext + .custom-range, [dir=ltr] .input-group > .custom-select + .custom-range, [dir=ltr] .input-group > .custom-range + .custom-range, [dir=ltr] .input-group > .custom-file + .custom-range {
  margin-left: -1px;
}

[dir=rtl] .input-group > .form-control + .custom-range, [dir=rtl] .input-group > .form-control-plaintext + .custom-range, [dir=rtl] .input-group > .custom-select + .custom-range, [dir=rtl] .input-group > .custom-range + .custom-range, [dir=rtl] .input-group > .custom-file + .custom-range {
  margin-right: -1px;
}

.input-group > .custom-range:focus {
  z-index: 3;
}

[dir=ltr] .input-group > .custom-range:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

[dir=rtl] .input-group > .custom-range:not(:last-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

[dir=ltr] .input-group > .custom-range:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

[dir=rtl] .input-group > .custom-range:not(:first-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-range {
  height: calc(1.5em + 0.75rem + 2px);
  height: calc(1.5em + 0.75rem + 2px);
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

[dir] .input-group > .custom-range {
  padding: 0 0.75rem;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .input-group > .custom-range {
    -webkit-transition: none;
    transition: none;
  }
  [dir] .input-group > .custom-range {
    -webkit-transition: none;
  }
}

.input-group > .custom-range:focus {
  color: #495057;
  outline: 0;
}

[dir] .input-group > .custom-range:focus {
  background-color: #fff;
  border-color: #ff8080;
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
}

[dir] .input-group > .custom-range:disabled, [dir] .input-group > .custom-range[readonly] {
  background-color: #e9ecef;
}

.input-group-lg > .custom-range {
  height: calc(1.5em + 1rem + 2px);
}

[dir] .input-group-lg > .custom-range {
  padding: 0 1rem;
  border-radius: 0.3rem;
}

.input-group-sm > .custom-range {
  height: calc(1.5em + 0.5rem + 2px);
}

[dir] .input-group-sm > .custom-range {
  padding: 0 0.5rem;
  border-radius: 0.2rem;
}

[dir] .was-validated .input-group .custom-range:valid, [dir] .input-group .custom-range.is-valid {
  border-color: #28a745;
}

[dir] .was-validated .input-group .custom-range:valid:focus, [dir] .input-group .custom-range.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

[dir] .was-validated .custom-range:valid:focus::-webkit-slider-thumb, [dir] .custom-range.is-valid:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #9be7ac;
}

[dir] .was-validated .custom-range:valid:focus::-moz-range-thumb, [dir] .custom-range.is-valid:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #9be7ac;
}

[dir] .was-validated .custom-range:valid:focus::-ms-thumb, [dir] .custom-range.is-valid:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #9be7ac;
}

[dir] .was-validated .custom-range:valid::-webkit-slider-thumb, [dir] .custom-range.is-valid::-webkit-slider-thumb {
  background-color: #28a745;
  background-image: none;
}

[dir] .was-validated .custom-range:valid::-webkit-slider-thumb:active, [dir] .custom-range.is-valid::-webkit-slider-thumb:active {
  background-color: #9be7ac;
  background-image: none;
}

[dir] .was-validated .custom-range:valid::-webkit-slider-runnable-track, [dir] .custom-range.is-valid::-webkit-slider-runnable-track {
  background-color: rgba(40, 167, 69, 0.35);
}

[dir] .was-validated .custom-range:valid::-moz-range-thumb, [dir] .custom-range.is-valid::-moz-range-thumb {
  background-color: #28a745;
  background-image: none;
}

[dir] .was-validated .custom-range:valid::-moz-range-thumb:active, [dir] .custom-range.is-valid::-moz-range-thumb:active {
  background-color: #9be7ac;
  background-image: none;
}

[dir] .was-validated .custom-range:valid::-moz-range-track, [dir] .custom-range.is-valid::-moz-range-track {
  background: rgba(40, 167, 69, 0.35);
}

.was-validated .custom-range:valid ~ .valid-feedback,
.was-validated .custom-range:valid ~ .valid-tooltip,
.custom-range.is-valid ~ .valid-feedback,
.custom-range.is-valid ~ .valid-tooltip {
  display: block;
}

[dir] .was-validated .custom-range:valid::-ms-thumb, [dir] .custom-range.is-valid::-ms-thumb {
  background-color: #28a745;
  background-image: none;
}

[dir] .was-validated .custom-range:valid::-ms-thumb:active, [dir] .custom-range.is-valid::-ms-thumb:active {
  background-color: #9be7ac;
  background-image: none;
}

[dir] .was-validated .custom-range:valid::-ms-track-lower, [dir] .custom-range.is-valid::-ms-track-lower {
  background: rgba(40, 167, 69, 0.35);
}

[dir] .was-validated .custom-range:valid::-ms-track-upper, [dir] .custom-range.is-valid::-ms-track-upper {
  background: rgba(40, 167, 69, 0.35);
}

[dir] .was-validated .input-group .custom-range:invalid, [dir] .input-group .custom-range.is-invalid {
  border-color: #ff4136;
}

[dir] .was-validated .input-group .custom-range:invalid:focus, [dir] .input-group .custom-range.is-invalid:focus {
  border-color: #ff4136;
  box-shadow: 0 0 0 0.2rem rgba(255, 65, 54, 0.25);
}

[dir] .was-validated .custom-range:invalid:focus::-webkit-slider-thumb, [dir] .custom-range.is-invalid:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #ffeae9;
}

[dir] .was-validated .custom-range:invalid:focus::-moz-range-thumb, [dir] .custom-range.is-invalid:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #ffeae9;
}

[dir] .was-validated .custom-range:invalid:focus::-ms-thumb, [dir] .custom-range.is-invalid:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem #ffeae9;
}

[dir] .was-validated .custom-range:invalid::-webkit-slider-thumb, [dir] .custom-range.is-invalid::-webkit-slider-thumb {
  background-color: #ff4136;
  background-image: none;
}

[dir] .was-validated .custom-range:invalid::-webkit-slider-thumb:active, [dir] .custom-range.is-invalid::-webkit-slider-thumb:active {
  background-color: #ffeae9;
  background-image: none;
}

[dir] .was-validated .custom-range:invalid::-webkit-slider-runnable-track, [dir] .custom-range.is-invalid::-webkit-slider-runnable-track {
  background-color: rgba(255, 65, 54, 0.35);
}

[dir] .was-validated .custom-range:invalid::-moz-range-thumb, [dir] .custom-range.is-invalid::-moz-range-thumb {
  background-color: #ff4136;
  background-image: none;
}

[dir] .was-validated .custom-range:invalid::-moz-range-thumb:active, [dir] .custom-range.is-invalid::-moz-range-thumb:active {
  background-color: #ffeae9;
  background-image: none;
}

[dir] .was-validated .custom-range:invalid::-moz-range-track, [dir] .custom-range.is-invalid::-moz-range-track {
  background: rgba(255, 65, 54, 0.35);
}

.was-validated .custom-range:invalid ~ .invalid-feedback,
.was-validated .custom-range:invalid ~ .invalid-tooltip,
.custom-range.is-invalid ~ .invalid-feedback,
.custom-range.is-invalid ~ .invalid-tooltip {
  display: block;
}

[dir] .was-validated .custom-range:invalid::-ms-thumb, [dir] .custom-range.is-invalid::-ms-thumb {
  background-color: #ff4136;
  background-image: none;
}

[dir] .was-validated .custom-range:invalid::-ms-thumb:active, [dir] .custom-range.is-invalid::-ms-thumb:active {
  background-color: #ffeae9;
  background-image: none;
}

[dir] .was-validated .custom-range:invalid::-ms-track-lower, [dir] .custom-range.is-invalid::-ms-track-lower {
  background: rgba(255, 65, 54, 0.35);
}

[dir] .was-validated .custom-range:invalid::-ms-track-upper, [dir] .custom-range.is-invalid::-ms-track-upper {
  background: rgba(255, 65, 54, 0.35);
}

.custom-radio.b-custom-control-lg,
.input-group-lg .custom-radio {
  font-size: 1.25rem;
  line-height: 1.5;
}

[dir=ltr] .custom-radio.b-custom-control-lg, [dir=ltr] .input-group-lg .custom-radio {
  padding-left: 1.875rem;
}

[dir=rtl] .custom-radio.b-custom-control-lg, [dir=rtl] .input-group-lg .custom-radio {
  padding-right: 1.875rem;
}

.custom-radio.b-custom-control-lg .custom-control-label::before,
.input-group-lg .custom-radio .custom-control-label::before {
  top: 0.3125rem;
  width: 1.25rem;
  height: 1.25rem;
}

[dir] .custom-radio.b-custom-control-lg .custom-control-label::before, [dir] .input-group-lg .custom-radio .custom-control-label::before {
  border-radius: 50%;
}

[dir=ltr] .custom-radio.b-custom-control-lg .custom-control-label::before, [dir=ltr] .input-group-lg .custom-radio .custom-control-label::before {
  left: -1.875rem;
}

[dir=rtl] .custom-radio.b-custom-control-lg .custom-control-label::before, [dir=rtl] .input-group-lg .custom-radio .custom-control-label::before {
  right: -1.875rem;
}

.custom-radio.b-custom-control-lg .custom-control-label::after,
.input-group-lg .custom-radio .custom-control-label::after {
  top: 0.3125rem;
  width: 1.25rem;
  height: 1.25rem;
}

[dir] .custom-radio.b-custom-control-lg .custom-control-label::after, [dir] .input-group-lg .custom-radio .custom-control-label::after {
  background: no-repeat 50% / 50% 50%;
}

[dir=ltr] .custom-radio.b-custom-control-lg .custom-control-label::after, [dir=ltr] .input-group-lg .custom-radio .custom-control-label::after {
  left: -1.875rem;
}

[dir=rtl] .custom-radio.b-custom-control-lg .custom-control-label::after, [dir=rtl] .input-group-lg .custom-radio .custom-control-label::after {
  right: -1.875rem;
}

.custom-radio.b-custom-control-sm,
.input-group-sm .custom-radio {
  font-size: 0.875rem;
  line-height: 1.5;
}

[dir=ltr] .custom-radio.b-custom-control-sm, [dir=ltr] .input-group-sm .custom-radio {
  padding-left: 1.3125rem;
}

[dir=rtl] .custom-radio.b-custom-control-sm, [dir=rtl] .input-group-sm .custom-radio {
  padding-right: 1.3125rem;
}

.custom-radio.b-custom-control-sm .custom-control-label::before,
.input-group-sm .custom-radio .custom-control-label::before {
  top: 0.21875rem;
  width: 0.875rem;
  height: 0.875rem;
}

[dir] .custom-radio.b-custom-control-sm .custom-control-label::before, [dir] .input-group-sm .custom-radio .custom-control-label::before {
  border-radius: 50%;
}

[dir=ltr] .custom-radio.b-custom-control-sm .custom-control-label::before, [dir=ltr] .input-group-sm .custom-radio .custom-control-label::before {
  left: -1.3125rem;
}

[dir=rtl] .custom-radio.b-custom-control-sm .custom-control-label::before, [dir=rtl] .input-group-sm .custom-radio .custom-control-label::before {
  right: -1.3125rem;
}

.custom-radio.b-custom-control-sm .custom-control-label::after,
.input-group-sm .custom-radio .custom-control-label::after {
  top: 0.21875rem;
  width: 0.875rem;
  height: 0.875rem;
}

[dir] .custom-radio.b-custom-control-sm .custom-control-label::after, [dir] .input-group-sm .custom-radio .custom-control-label::after {
  background: no-repeat 50% / 50% 50%;
}

[dir=ltr] .custom-radio.b-custom-control-sm .custom-control-label::after, [dir=ltr] .input-group-sm .custom-radio .custom-control-label::after {
  left: -1.3125rem;
}

[dir=rtl] .custom-radio.b-custom-control-sm .custom-control-label::after, [dir=rtl] .input-group-sm .custom-radio .custom-control-label::after {
  right: -1.3125rem;
}

.b-form-tags.focus {
  color: #495057;
  outline: 0;
}

[dir] .b-form-tags.focus {
  background-color: #fff;
  border-color: #ff8080;
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.25);
}

[dir] .b-form-tags.focus.is-valid {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

[dir] .b-form-tags.focus.is-invalid {
  border-color: #ff4136;
  box-shadow: 0 0 0 0.2rem rgba(255, 65, 54, 0.25);
}

[dir] .b-form-tags.disabled {
  background-color: #e9ecef;
}

.b-form-tag {
  font-size: 75%;
  font-weight: normal;
  line-height: 1.5;
}

.b-form-tag.disabled {
  opacity: 0.75;
}

.b-form-tag > button.b-form-tag-remove {
  color: inherit;
  font-size: 125%;
  line-height: 1;
}

[dir] .b-form-tag > button.b-form-tag-remove {
  float: none;
}

.form-control-sm .b-form-tag {
  line-height: 1.5;
}

.form-control-lg .b-form-tag {
  line-height: 1.5;
}

.modal-backdrop {
  opacity: 0.5;
}

.b-pagination-pills .page-item .page-link {
  line-height: 1;
}

[dir] .b-pagination-pills .page-item .page-link {
  border-radius: 50rem !important;
}

[dir=ltr] .b-pagination-pills .page-item .page-link {
  margin-left: 0.25rem;
}

[dir=rtl] .b-pagination-pills .page-item .page-link {
  margin-right: 0.25rem;
}

[dir=ltr] .b-pagination-pills .page-item:first-child .page-link {
  margin-left: 0;
}

[dir=rtl] .b-pagination-pills .page-item:first-child .page-link {
  margin-right: 0;
}

.popover.b-popover {
  display: block;
  opacity: 1;
  outline: 0;
}

.popover.b-popover.fade:not(.show) {
  opacity: 0;
}

.popover.b-popover.show {
  opacity: 1;
}

[dir] .b-popover-primary.popover {
  background-color: #ffcccc;
  border-color: #ffb8b8;
}

[dir] .b-popover-primary.bs-popover-top > .arrow::before, [dir] .b-popover-primary.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #ffb8b8;
}

[dir] .b-popover-primary.bs-popover-top > .arrow::after, [dir] .b-popover-primary.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #ffcccc;
}

[dir=ltr] .b-popover-primary.bs-popover-right > .arrow::before, [dir=ltr] .b-popover-primary.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #ffb8b8;
}

[dir=rtl] .b-popover-primary.bs-popover-right > .arrow::before, [dir=rtl] .b-popover-primary.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-left-color: #ffb8b8;
}

[dir=ltr] .b-popover-primary.bs-popover-right > .arrow::after, [dir=ltr] .b-popover-primary.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #ffcccc;
}

[dir=rtl] .b-popover-primary.bs-popover-right > .arrow::after, [dir=rtl] .b-popover-primary.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-left-color: #ffcccc;
}

[dir] .b-popover-primary.bs-popover-bottom > .arrow::before, [dir] .b-popover-primary.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #ffb8b8;
}

[dir] .b-popover-primary.bs-popover-bottom > .arrow::after, [dir] .b-popover-primary.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #ffbdbd;
}

[dir] .b-popover-primary.bs-popover-bottom .popover-header::before, [dir] .b-popover-primary.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #ffbdbd;
}

[dir=ltr] .b-popover-primary.bs-popover-left > .arrow::before, [dir=ltr] .b-popover-primary.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #ffb8b8;
}

[dir=rtl] .b-popover-primary.bs-popover-left > .arrow::before, [dir=rtl] .b-popover-primary.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-right-color: #ffb8b8;
}

[dir=ltr] .b-popover-primary.bs-popover-left > .arrow::after, [dir=ltr] .b-popover-primary.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #ffcccc;
}

[dir=rtl] .b-popover-primary.bs-popover-left > .arrow::after, [dir=rtl] .b-popover-primary.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-right-color: #ffcccc;
}

.b-popover-primary .popover-header {
  color: #212529;
}

[dir] .b-popover-primary .popover-header {
  background-color: #ffbdbd;
  border-bottom-color: #ffa3a3;
}

.b-popover-primary .popover-body {
  color: #850000;
}

[dir] .b-popover-secondary.popover {
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

[dir] .b-popover-secondary.bs-popover-top > .arrow::before, [dir] .b-popover-secondary.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #d6d8db;
}

[dir] .b-popover-secondary.bs-popover-top > .arrow::after, [dir] .b-popover-secondary.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #e2e3e5;
}

[dir=ltr] .b-popover-secondary.bs-popover-right > .arrow::before, [dir=ltr] .b-popover-secondary.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #d6d8db;
}

[dir=rtl] .b-popover-secondary.bs-popover-right > .arrow::before, [dir=rtl] .b-popover-secondary.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-left-color: #d6d8db;
}

[dir=ltr] .b-popover-secondary.bs-popover-right > .arrow::after, [dir=ltr] .b-popover-secondary.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #e2e3e5;
}

[dir=rtl] .b-popover-secondary.bs-popover-right > .arrow::after, [dir=rtl] .b-popover-secondary.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-left-color: #e2e3e5;
}

[dir] .b-popover-secondary.bs-popover-bottom > .arrow::before, [dir] .b-popover-secondary.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #d6d8db;
}

[dir] .b-popover-secondary.bs-popover-bottom > .arrow::after, [dir] .b-popover-secondary.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #dadbde;
}

[dir] .b-popover-secondary.bs-popover-bottom .popover-header::before, [dir] .b-popover-secondary.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #dadbde;
}

[dir=ltr] .b-popover-secondary.bs-popover-left > .arrow::before, [dir=ltr] .b-popover-secondary.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #d6d8db;
}

[dir=rtl] .b-popover-secondary.bs-popover-left > .arrow::before, [dir=rtl] .b-popover-secondary.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-right-color: #d6d8db;
}

[dir=ltr] .b-popover-secondary.bs-popover-left > .arrow::after, [dir=ltr] .b-popover-secondary.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #e2e3e5;
}

[dir=rtl] .b-popover-secondary.bs-popover-left > .arrow::after, [dir=rtl] .b-popover-secondary.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-right-color: #e2e3e5;
}

.b-popover-secondary .popover-header {
  color: #212529;
}

[dir] .b-popover-secondary .popover-header {
  background-color: #dadbde;
  border-bottom-color: #ccced2;
}

.b-popover-secondary .popover-body {
  color: #383d41;
}

[dir] .b-popover-success.popover {
  background-color: #d4edda;
  border-color: #c3e6cb;
}

[dir] .b-popover-success.bs-popover-top > .arrow::before, [dir] .b-popover-success.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #c3e6cb;
}

[dir] .b-popover-success.bs-popover-top > .arrow::after, [dir] .b-popover-success.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #d4edda;
}

[dir=ltr] .b-popover-success.bs-popover-right > .arrow::before, [dir=ltr] .b-popover-success.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #c3e6cb;
}

[dir=rtl] .b-popover-success.bs-popover-right > .arrow::before, [dir=rtl] .b-popover-success.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-left-color: #c3e6cb;
}

[dir=ltr] .b-popover-success.bs-popover-right > .arrow::after, [dir=ltr] .b-popover-success.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #d4edda;
}

[dir=rtl] .b-popover-success.bs-popover-right > .arrow::after, [dir=rtl] .b-popover-success.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-left-color: #d4edda;
}

[dir] .b-popover-success.bs-popover-bottom > .arrow::before, [dir] .b-popover-success.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #c3e6cb;
}

[dir] .b-popover-success.bs-popover-bottom > .arrow::after, [dir] .b-popover-success.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #c9e8d1;
}

[dir] .b-popover-success.bs-popover-bottom .popover-header::before, [dir] .b-popover-success.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #c9e8d1;
}

[dir=ltr] .b-popover-success.bs-popover-left > .arrow::before, [dir=ltr] .b-popover-success.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #c3e6cb;
}

[dir=rtl] .b-popover-success.bs-popover-left > .arrow::before, [dir=rtl] .b-popover-success.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-right-color: #c3e6cb;
}

[dir=ltr] .b-popover-success.bs-popover-left > .arrow::after, [dir=ltr] .b-popover-success.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #d4edda;
}

[dir=rtl] .b-popover-success.bs-popover-left > .arrow::after, [dir=rtl] .b-popover-success.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-right-color: #d4edda;
}

.b-popover-success .popover-header {
  color: #212529;
}

[dir] .b-popover-success .popover-header {
  background-color: #c9e8d1;
  border-bottom-color: #b7e1c1;
}

.b-popover-success .popover-body {
  color: #155724;
}

[dir] .b-popover-info.popover {
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

[dir] .b-popover-info.bs-popover-top > .arrow::before, [dir] .b-popover-info.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #bee5eb;
}

[dir] .b-popover-info.bs-popover-top > .arrow::after, [dir] .b-popover-info.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #d1ecf1;
}

[dir=ltr] .b-popover-info.bs-popover-right > .arrow::before, [dir=ltr] .b-popover-info.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #bee5eb;
}

[dir=rtl] .b-popover-info.bs-popover-right > .arrow::before, [dir=rtl] .b-popover-info.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-left-color: #bee5eb;
}

[dir=ltr] .b-popover-info.bs-popover-right > .arrow::after, [dir=ltr] .b-popover-info.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #d1ecf1;
}

[dir=rtl] .b-popover-info.bs-popover-right > .arrow::after, [dir=rtl] .b-popover-info.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-left-color: #d1ecf1;
}

[dir] .b-popover-info.bs-popover-bottom > .arrow::before, [dir] .b-popover-info.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #bee5eb;
}

[dir] .b-popover-info.bs-popover-bottom > .arrow::after, [dir] .b-popover-info.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #c5e7ed;
}

[dir] .b-popover-info.bs-popover-bottom .popover-header::before, [dir] .b-popover-info.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #c5e7ed;
}

[dir=ltr] .b-popover-info.bs-popover-left > .arrow::before, [dir=ltr] .b-popover-info.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #bee5eb;
}

[dir=rtl] .b-popover-info.bs-popover-left > .arrow::before, [dir=rtl] .b-popover-info.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-right-color: #bee5eb;
}

[dir=ltr] .b-popover-info.bs-popover-left > .arrow::after, [dir=ltr] .b-popover-info.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #d1ecf1;
}

[dir=rtl] .b-popover-info.bs-popover-left > .arrow::after, [dir=rtl] .b-popover-info.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-right-color: #d1ecf1;
}

.b-popover-info .popover-header {
  color: #212529;
}

[dir] .b-popover-info .popover-header {
  background-color: #c5e7ed;
  border-bottom-color: #b2dfe7;
}

.b-popover-info .popover-body {
  color: #0c5460;
}

[dir] .b-popover-warning.popover {
  background-color: #fff3cd;
  border-color: #ffeeba;
}

[dir] .b-popover-warning.bs-popover-top > .arrow::before, [dir] .b-popover-warning.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #ffeeba;
}

[dir] .b-popover-warning.bs-popover-top > .arrow::after, [dir] .b-popover-warning.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #fff3cd;
}

[dir=ltr] .b-popover-warning.bs-popover-right > .arrow::before, [dir=ltr] .b-popover-warning.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #ffeeba;
}

[dir=rtl] .b-popover-warning.bs-popover-right > .arrow::before, [dir=rtl] .b-popover-warning.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-left-color: #ffeeba;
}

[dir=ltr] .b-popover-warning.bs-popover-right > .arrow::after, [dir=ltr] .b-popover-warning.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #fff3cd;
}

[dir=rtl] .b-popover-warning.bs-popover-right > .arrow::after, [dir=rtl] .b-popover-warning.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-left-color: #fff3cd;
}

[dir] .b-popover-warning.bs-popover-bottom > .arrow::before, [dir] .b-popover-warning.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #ffeeba;
}

[dir] .b-popover-warning.bs-popover-bottom > .arrow::after, [dir] .b-popover-warning.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #ffefbe;
}

[dir] .b-popover-warning.bs-popover-bottom .popover-header::before, [dir] .b-popover-warning.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #ffefbe;
}

[dir=ltr] .b-popover-warning.bs-popover-left > .arrow::before, [dir=ltr] .b-popover-warning.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #ffeeba;
}

[dir=rtl] .b-popover-warning.bs-popover-left > .arrow::before, [dir=rtl] .b-popover-warning.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-right-color: #ffeeba;
}

[dir=ltr] .b-popover-warning.bs-popover-left > .arrow::after, [dir=ltr] .b-popover-warning.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #fff3cd;
}

[dir=rtl] .b-popover-warning.bs-popover-left > .arrow::after, [dir=rtl] .b-popover-warning.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-right-color: #fff3cd;
}

.b-popover-warning .popover-header {
  color: #212529;
}

[dir] .b-popover-warning .popover-header {
  background-color: #ffefbe;
  border-bottom-color: #ffe9a4;
}

.b-popover-warning .popover-body {
  color: #856404;
}

[dir] .b-popover-danger.popover {
  background-color: #ffd9d7;
  border-color: #ffcac7;
}

[dir] .b-popover-danger.bs-popover-top > .arrow::before, [dir] .b-popover-danger.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #ffcac7;
}

[dir] .b-popover-danger.bs-popover-top > .arrow::after, [dir] .b-popover-danger.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #ffd9d7;
}

[dir=ltr] .b-popover-danger.bs-popover-right > .arrow::before, [dir=ltr] .b-popover-danger.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #ffcac7;
}

[dir=rtl] .b-popover-danger.bs-popover-right > .arrow::before, [dir=rtl] .b-popover-danger.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-left-color: #ffcac7;
}

[dir=ltr] .b-popover-danger.bs-popover-right > .arrow::after, [dir=ltr] .b-popover-danger.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #ffd9d7;
}

[dir=rtl] .b-popover-danger.bs-popover-right > .arrow::after, [dir=rtl] .b-popover-danger.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-left-color: #ffd9d7;
}

[dir] .b-popover-danger.bs-popover-bottom > .arrow::before, [dir] .b-popover-danger.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #ffcac7;
}

[dir] .b-popover-danger.bs-popover-bottom > .arrow::after, [dir] .b-popover-danger.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #ffcac8;
}

[dir] .b-popover-danger.bs-popover-bottom .popover-header::before, [dir] .b-popover-danger.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #ffcac8;
}

[dir=ltr] .b-popover-danger.bs-popover-left > .arrow::before, [dir=ltr] .b-popover-danger.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #ffcac7;
}

[dir=rtl] .b-popover-danger.bs-popover-left > .arrow::before, [dir=rtl] .b-popover-danger.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-right-color: #ffcac7;
}

[dir=ltr] .b-popover-danger.bs-popover-left > .arrow::after, [dir=ltr] .b-popover-danger.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #ffd9d7;
}

[dir=rtl] .b-popover-danger.bs-popover-left > .arrow::after, [dir=rtl] .b-popover-danger.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-right-color: #ffd9d7;
}

.b-popover-danger .popover-header {
  color: #212529;
}

[dir] .b-popover-danger .popover-header {
  background-color: #ffcac8;
  border-bottom-color: #ffb2ae;
}

.b-popover-danger .popover-body {
  color: #85221c;
}

[dir] .b-popover-light.popover {
  background-color: #fefefe;
  border-color: #fdfdfe;
}

[dir] .b-popover-light.bs-popover-top > .arrow::before, [dir] .b-popover-light.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #fdfdfe;
}

[dir] .b-popover-light.bs-popover-top > .arrow::after, [dir] .b-popover-light.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #fefefe;
}

[dir=ltr] .b-popover-light.bs-popover-right > .arrow::before, [dir=ltr] .b-popover-light.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #fdfdfe;
}

[dir=rtl] .b-popover-light.bs-popover-right > .arrow::before, [dir=rtl] .b-popover-light.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-left-color: #fdfdfe;
}

[dir=ltr] .b-popover-light.bs-popover-right > .arrow::after, [dir=ltr] .b-popover-light.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #fefefe;
}

[dir=rtl] .b-popover-light.bs-popover-right > .arrow::after, [dir=rtl] .b-popover-light.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-left-color: #fefefe;
}

[dir] .b-popover-light.bs-popover-bottom > .arrow::before, [dir] .b-popover-light.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #fdfdfe;
}

[dir] .b-popover-light.bs-popover-bottom > .arrow::after, [dir] .b-popover-light.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #f6f6f6;
}

[dir] .b-popover-light.bs-popover-bottom .popover-header::before, [dir] .b-popover-light.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #f6f6f6;
}

[dir=ltr] .b-popover-light.bs-popover-left > .arrow::before, [dir=ltr] .b-popover-light.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #fdfdfe;
}

[dir=rtl] .b-popover-light.bs-popover-left > .arrow::before, [dir=rtl] .b-popover-light.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-right-color: #fdfdfe;
}

[dir=ltr] .b-popover-light.bs-popover-left > .arrow::after, [dir=ltr] .b-popover-light.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #fefefe;
}

[dir=rtl] .b-popover-light.bs-popover-left > .arrow::after, [dir=rtl] .b-popover-light.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-right-color: #fefefe;
}

.b-popover-light .popover-header {
  color: #212529;
}

[dir] .b-popover-light .popover-header {
  background-color: #f6f6f6;
  border-bottom-color: #eaeaea;
}

.b-popover-light .popover-body {
  color: #818182;
}

[dir] .b-popover-dark.popover {
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

[dir] .b-popover-dark.bs-popover-top > .arrow::before, [dir] .b-popover-dark.bs-popover-auto[x-placement^="top"] > .arrow::before {
  border-top-color: #c6c8ca;
}

[dir] .b-popover-dark.bs-popover-top > .arrow::after, [dir] .b-popover-dark.bs-popover-auto[x-placement^="top"] > .arrow::after {
  border-top-color: #d6d8d9;
}

[dir=ltr] .b-popover-dark.bs-popover-right > .arrow::before, [dir=ltr] .b-popover-dark.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-right-color: #c6c8ca;
}

[dir=rtl] .b-popover-dark.bs-popover-right > .arrow::before, [dir=rtl] .b-popover-dark.bs-popover-auto[x-placement^="right"] > .arrow::before {
  border-left-color: #c6c8ca;
}

[dir=ltr] .b-popover-dark.bs-popover-right > .arrow::after, [dir=ltr] .b-popover-dark.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-right-color: #d6d8d9;
}

[dir=rtl] .b-popover-dark.bs-popover-right > .arrow::after, [dir=rtl] .b-popover-dark.bs-popover-auto[x-placement^="right"] > .arrow::after {
  border-left-color: #d6d8d9;
}

[dir] .b-popover-dark.bs-popover-bottom > .arrow::before, [dir] .b-popover-dark.bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  border-bottom-color: #c6c8ca;
}

[dir] .b-popover-dark.bs-popover-bottom > .arrow::after, [dir] .b-popover-dark.bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  border-bottom-color: #ced0d2;
}

[dir] .b-popover-dark.bs-popover-bottom .popover-header::before, [dir] .b-popover-dark.bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  border-bottom-color: #ced0d2;
}

[dir=ltr] .b-popover-dark.bs-popover-left > .arrow::before, [dir=ltr] .b-popover-dark.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-left-color: #c6c8ca;
}

[dir=rtl] .b-popover-dark.bs-popover-left > .arrow::before, [dir=rtl] .b-popover-dark.bs-popover-auto[x-placement^="left"] > .arrow::before {
  border-right-color: #c6c8ca;
}

[dir=ltr] .b-popover-dark.bs-popover-left > .arrow::after, [dir=ltr] .b-popover-dark.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-left-color: #d6d8d9;
}

[dir=rtl] .b-popover-dark.bs-popover-left > .arrow::after, [dir=rtl] .b-popover-dark.bs-popover-auto[x-placement^="left"] > .arrow::after {
  border-right-color: #d6d8d9;
}

.b-popover-dark .popover-header {
  color: #212529;
}

[dir] .b-popover-dark .popover-header {
  background-color: #ced0d2;
  border-bottom-color: #c1c4c5;
}

.b-popover-dark .popover-body {
  color: #1b1e21;
}

.table.b-table.b-table-fixed {
  table-layout: fixed;
}

.table.b-table.b-table-no-border-collapse {
  border-collapse: separate;
  border-spacing: 0;
}

.table.b-table[aria-busy="true"] {
  opacity: 0.55;
}

[dir] .table.b-table > tbody > tr.b-table-details > td {
  border-top: none !important;
}

.table.b-table > caption {
  caption-side: bottom;
}

.table.b-table.b-table-caption-top > caption {
  caption-side: top !important;
}

[dir] .table.b-table > tbody > .table-active, [dir] .table.b-table > tbody > .table-active > th, [dir] .table.b-table > tbody > .table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table.b-table.table-hover > tbody > tr.table-active:hover td,
.table.b-table.table-hover > tbody > tr.table-active:hover th {
  color: #212529;
}

[dir] .table.b-table.table-hover > tbody > tr.table-active:hover td, [dir] .table.b-table.table-hover > tbody > tr.table-active:hover th {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.075)), to(rgba(0, 0, 0, 0.075)));
  background-image: linear-gradient(rgba(0, 0, 0, 0.075), rgba(0, 0, 0, 0.075));
  background-repeat: no-repeat;
}

[dir=ltr] .table.b-table.table-hover > tbody > tr.table-active:hover td, [dir=ltr] .table.b-table.table-hover > tbody > tr.table-active:hover th {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.075)), to(rgba(0, 0, 0, 0.075)));
}

[dir=rtl] .table.b-table.table-hover > tbody > tr.table-active:hover td, [dir=rtl] .table.b-table.table-hover > tbody > tr.table-active:hover th {
  background-image: -webkit-gradient(linear, right top, right bottom, from(rgba(0, 0, 0, 0.075)), to(rgba(0, 0, 0, 0.075)));
}

[dir] .table.b-table > tbody > .bg-active, [dir] .table.b-table > tbody > .bg-active > th, [dir] .table.b-table > tbody > .bg-active > td {
  background-color: rgba(255, 255, 255, 0.075) !important;
}

.table.b-table.table-hover.table-dark > tbody > tr.bg-active:hover td,
.table.b-table.table-hover.table-dark > tbody > tr.bg-active:hover th {
  color: #fff;
}

[dir] .table.b-table.table-hover.table-dark > tbody > tr.bg-active:hover td, [dir] .table.b-table.table-hover.table-dark > tbody > tr.bg-active:hover th {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.075)), to(rgba(255, 255, 255, 0.075)));
  background-image: linear-gradient(rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.075));
  background-repeat: no-repeat;
}

[dir=ltr] .table.b-table.table-hover.table-dark > tbody > tr.bg-active:hover td, [dir=ltr] .table.b-table.table-hover.table-dark > tbody > tr.bg-active:hover th {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.075)), to(rgba(255, 255, 255, 0.075)));
}

[dir=rtl] .table.b-table.table-hover.table-dark > tbody > tr.bg-active:hover td, [dir=rtl] .table.b-table.table-hover.table-dark > tbody > tr.bg-active:hover th {
  background-image: -webkit-gradient(linear, right top, right bottom, from(rgba(255, 255, 255, 0.075)), to(rgba(255, 255, 255, 0.075)));
}

[dir] .b-table-sticky-header, [dir] .table-responsive, [dir] [class*="table-responsive-"] {
  margin-bottom: 1rem;
}

[dir] .b-table-sticky-header > .table, [dir] .table-responsive > .table, [dir] [class*="table-responsive-"] > .table {
  margin-bottom: 0;
}

.b-table-sticky-header {
  overflow-y: auto;
  max-height: 300px;
}

@media print {
  .b-table-sticky-header {
    overflow-y: visible !important;
    max-height: none !important;
  }
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .b-table-sticky-header > .table.b-table > thead > tr > th {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
  }

  .b-table-sticky-header > .table.b-table > thead > tr > .b-table-sticky-column,
  .b-table-sticky-header > .table.b-table > tbody > tr > .b-table-sticky-column,
  .b-table-sticky-header > .table.b-table > tfoot > tr > .b-table-sticky-column,
  .table-responsive > .table.b-table > thead > tr > .b-table-sticky-column,
  .table-responsive > .table.b-table > tbody > tr > .b-table-sticky-column,
  .table-responsive > .table.b-table > tfoot > tr > .b-table-sticky-column,
  [class*="table-responsive-"] > .table.b-table > thead > tr > .b-table-sticky-column,
  [class*="table-responsive-"] > .table.b-table > tbody > tr > .b-table-sticky-column,
  [class*="table-responsive-"] > .table.b-table > tfoot > tr > .b-table-sticky-column {
    position: -webkit-sticky;
    position: sticky;
  }

  [dir=ltr] .b-table-sticky-header > .table.b-table > thead > tr > .b-table-sticky-column, [dir=ltr] .b-table-sticky-header > .table.b-table > tbody > tr > .b-table-sticky-column, [dir=ltr] .b-table-sticky-header > .table.b-table > tfoot > tr > .b-table-sticky-column, [dir=ltr] .table-responsive > .table.b-table > thead > tr > .b-table-sticky-column, [dir=ltr] .table-responsive > .table.b-table > tbody > tr > .b-table-sticky-column, [dir=ltr] .table-responsive > .table.b-table > tfoot > tr > .b-table-sticky-column, [dir=ltr] [class*="table-responsive-"] > .table.b-table > thead > tr > .b-table-sticky-column, [dir=ltr] [class*="table-responsive-"] > .table.b-table > tbody > tr > .b-table-sticky-column, [dir=ltr] [class*="table-responsive-"] > .table.b-table > tfoot > tr > .b-table-sticky-column {
    left: 0;
  }

  [dir=rtl] .b-table-sticky-header > .table.b-table > thead > tr > .b-table-sticky-column, [dir=rtl] .b-table-sticky-header > .table.b-table > tbody > tr > .b-table-sticky-column, [dir=rtl] .b-table-sticky-header > .table.b-table > tfoot > tr > .b-table-sticky-column, [dir=rtl] .table-responsive > .table.b-table > thead > tr > .b-table-sticky-column, [dir=rtl] .table-responsive > .table.b-table > tbody > tr > .b-table-sticky-column, [dir=rtl] .table-responsive > .table.b-table > tfoot > tr > .b-table-sticky-column, [dir=rtl] [class*="table-responsive-"] > .table.b-table > thead > tr > .b-table-sticky-column, [dir=rtl] [class*="table-responsive-"] > .table.b-table > tbody > tr > .b-table-sticky-column, [dir=rtl] [class*="table-responsive-"] > .table.b-table > tfoot > tr > .b-table-sticky-column {
    right: 0;
  }

  .b-table-sticky-header > .table.b-table > thead > tr > .b-table-sticky-column,
  .table-responsive > .table.b-table > thead > tr > .b-table-sticky-column,
  [class*="table-responsive-"] > .table.b-table > thead > tr > .b-table-sticky-column {
    z-index: 5;
  }

  .b-table-sticky-header > .table.b-table > tbody > tr > .b-table-sticky-column,
  .b-table-sticky-header > .table.b-table > tfoot > tr > .b-table-sticky-column,
  .table-responsive > .table.b-table > tbody > tr > .b-table-sticky-column,
  .table-responsive > .table.b-table > tfoot > tr > .b-table-sticky-column,
  [class*="table-responsive-"] > .table.b-table > tbody > tr > .b-table-sticky-column,
  [class*="table-responsive-"] > .table.b-table > tfoot > tr > .b-table-sticky-column {
    z-index: 2;
  }

  .table.b-table > thead > tr > .table-b-table-default,
  .table.b-table > tbody > tr > .table-b-table-default,
  .table.b-table > tfoot > tr > .table-b-table-default {
    color: #212529;
  }

  [dir] .table.b-table > thead > tr > .table-b-table-default, [dir] .table.b-table > tbody > tr > .table-b-table-default, [dir] .table.b-table > tfoot > tr > .table-b-table-default {
    background-color: #fff;
  }

  .table.b-table.table-dark > thead > tr > .bg-b-table-default,
  .table.b-table.table-dark > tbody > tr > .bg-b-table-default,
  .table.b-table.table-dark > tfoot > tr > .bg-b-table-default {
    color: #fff;
  }

  [dir] .table.b-table.table-dark > thead > tr > .bg-b-table-default, [dir] .table.b-table.table-dark > tbody > tr > .bg-b-table-default, [dir] .table.b-table.table-dark > tfoot > tr > .bg-b-table-default {
    background-color: #343a40;
  }

  [dir] .table.b-table.table-striped > tbody > tr:nth-of-type(odd) > .table-b-table-default {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.05)));
    background-image: linear-gradient(rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.05));
    background-repeat: no-repeat;
  }

  [dir=ltr] .table.b-table.table-striped > tbody > tr:nth-of-type(odd) > .table-b-table-default {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.05)));
  }

  [dir=rtl] .table.b-table.table-striped > tbody > tr:nth-of-type(odd) > .table-b-table-default {
    background-image: -webkit-gradient(linear, right top, right bottom, from(rgba(0, 0, 0, 0.05)), to(rgba(0, 0, 0, 0.05)));
  }

  [dir] .table.b-table.table-striped.table-dark > tbody > tr:nth-of-type(odd) > .bg-b-table-default {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.05)), to(rgba(255, 255, 255, 0.05)));
    background-image: linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05));
    background-repeat: no-repeat;
  }

  [dir=ltr] .table.b-table.table-striped.table-dark > tbody > tr:nth-of-type(odd) > .bg-b-table-default {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.05)), to(rgba(255, 255, 255, 0.05)));
  }

  [dir=rtl] .table.b-table.table-striped.table-dark > tbody > tr:nth-of-type(odd) > .bg-b-table-default {
    background-image: -webkit-gradient(linear, right top, right bottom, from(rgba(255, 255, 255, 0.05)), to(rgba(255, 255, 255, 0.05)));
  }

  .table.b-table.table-hover > tbody > tr:hover > .table-b-table-default {
    color: #212529;
  }

  [dir] .table.b-table.table-hover > tbody > tr:hover > .table-b-table-default {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.075)), to(rgba(0, 0, 0, 0.075)));
    background-image: linear-gradient(rgba(0, 0, 0, 0.075), rgba(0, 0, 0, 0.075));
    background-repeat: no-repeat;
  }

  [dir=ltr] .table.b-table.table-hover > tbody > tr:hover > .table-b-table-default {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.075)), to(rgba(0, 0, 0, 0.075)));
  }

  [dir=rtl] .table.b-table.table-hover > tbody > tr:hover > .table-b-table-default {
    background-image: -webkit-gradient(linear, right top, right bottom, from(rgba(0, 0, 0, 0.075)), to(rgba(0, 0, 0, 0.075)));
  }

  .table.b-table.table-hover.table-dark > tbody > tr:hover > .bg-b-table-default {
    color: #fff;
  }

  [dir] .table.b-table.table-hover.table-dark > tbody > tr:hover > .bg-b-table-default {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.075)), to(rgba(255, 255, 255, 0.075)));
    background-image: linear-gradient(rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.075));
    background-repeat: no-repeat;
  }

  [dir=ltr] .table.b-table.table-hover.table-dark > tbody > tr:hover > .bg-b-table-default {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.075)), to(rgba(255, 255, 255, 0.075)));
  }

  [dir=rtl] .table.b-table.table-hover.table-dark > tbody > tr:hover > .bg-b-table-default {
    background-image: -webkit-gradient(linear, right top, right bottom, from(rgba(255, 255, 255, 0.075)), to(rgba(255, 255, 255, 0.075)));
  }
}

[dir] .table.b-table > thead > tr > [aria-sort], [dir] .table.b-table > tfoot > tr > [aria-sort] {
  cursor: pointer;
  background-image: none;
  background-repeat: no-repeat;
  background-size: 0.65em 1em;
}

[dir=ltr] .table.b-table > thead > tr > [aria-sort]:not(.b-table-sort-icon-left), [dir=ltr] .table.b-table > tfoot > tr > [aria-sort]:not(.b-table-sort-icon-left) {
  background-position: right calc(0.75rem / 2) center;
  padding-right: calc(0.75rem + 0.65em);
}

[dir=rtl] .table.b-table > thead > tr > [aria-sort]:not(.b-table-sort-icon-left), [dir=rtl] .table.b-table > tfoot > tr > [aria-sort]:not(.b-table-sort-icon-left) {
  background-position: left calc(0.75rem / 2) center;
  padding-left: calc(0.75rem + 0.65em);
}

[dir=ltr] .table.b-table > thead > tr > [aria-sort].b-table-sort-icon-left, [dir=ltr] .table.b-table > tfoot > tr > [aria-sort].b-table-sort-icon-left {
  background-position: left calc(0.75rem / 2) center;
  padding-left: calc(0.75rem + 0.65em);
}

[dir=rtl] .table.b-table > thead > tr > [aria-sort].b-table-sort-icon-left, [dir=rtl] .table.b-table > tfoot > tr > [aria-sort].b-table-sort-icon-left {
  background-position: right calc(0.75rem / 2) center;
  padding-right: calc(0.75rem + 0.65em);
}

[dir] .table.b-table > thead > tr > [aria-sort="none"], [dir] .table.b-table > tfoot > tr > [aria-sort="none"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='black' opacity='.3' d='M51 1l25 23 24 22H1l25-22zM51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}

[dir] .table.b-table > thead > tr > [aria-sort="ascending"], [dir] .table.b-table > tfoot > tr > [aria-sort="ascending"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='black' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='black' opacity='.3' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}

[dir] .table.b-table > thead > tr > [aria-sort="descending"], [dir] .table.b-table > tfoot > tr > [aria-sort="descending"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='black' opacity='.3' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='black' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}

[dir] .table.b-table.table-dark > thead > tr > [aria-sort="none"], [dir] .table.b-table.table-dark > tfoot > tr > [aria-sort="none"], [dir] .table.b-table > .thead-dark > tr > [aria-sort="none"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' opacity='.3' d='M51 1l25 23 24 22H1l25-22zM51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}

[dir] .table.b-table.table-dark > thead > tr > [aria-sort="ascending"], [dir] .table.b-table.table-dark > tfoot > tr > [aria-sort="ascending"], [dir] .table.b-table > .thead-dark > tr > [aria-sort="ascending"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='white' opacity='.3' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}

[dir] .table.b-table.table-dark > thead > tr > [aria-sort="descending"], [dir] .table.b-table.table-dark > tfoot > tr > [aria-sort="descending"], [dir] .table.b-table > .thead-dark > tr > [aria-sort="descending"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' opacity='.3' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='white' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}

[dir] .table.b-table > thead > tr > .table-dark[aria-sort="none"], [dir] .table.b-table > tfoot > tr > .table-dark[aria-sort="none"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' opacity='.3' d='M51 1l25 23 24 22H1l25-22zM51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}

[dir] .table.b-table > thead > tr > .table-dark[aria-sort="ascending"], [dir] .table.b-table > tfoot > tr > .table-dark[aria-sort="ascending"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='white' opacity='.3' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}

[dir] .table.b-table > thead > tr > .table-dark[aria-sort="descending"], [dir] .table.b-table > tfoot > tr > .table-dark[aria-sort="descending"] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='101' height='101' view-box='0 0 101 101' preserveAspectRatio='none'%3e%3cpath fill='white' opacity='.3' d='M51 1l25 23 24 22H1l25-22z'/%3e%3cpath fill='white' d='M51 101l25-23 24-22H1l25 22z'/%3e%3c/svg%3e");
}

[dir=ltr] .table.b-table.table-sm > thead > tr > [aria-sort]:not(.b-table-sort-icon-left), [dir=ltr] .table.b-table.table-sm > tfoot > tr > [aria-sort]:not(.b-table-sort-icon-left) {
  background-position: right calc(0.3rem / 2) center;
  padding-right: calc(0.3rem + 0.65em);
}

[dir=rtl] .table.b-table.table-sm > thead > tr > [aria-sort]:not(.b-table-sort-icon-left), [dir=rtl] .table.b-table.table-sm > tfoot > tr > [aria-sort]:not(.b-table-sort-icon-left) {
  background-position: left calc(0.3rem / 2) center;
  padding-left: calc(0.3rem + 0.65em);
}

[dir=ltr] .table.b-table.table-sm > thead > tr > [aria-sort].b-table-sort-icon-left, [dir=ltr] .table.b-table.table-sm > tfoot > tr > [aria-sort].b-table-sort-icon-left {
  background-position: left calc(0.3rem / 2) center;
  padding-left: calc(0.3rem + 0.65em);
}

[dir=rtl] .table.b-table.table-sm > thead > tr > [aria-sort].b-table-sort-icon-left, [dir=rtl] .table.b-table.table-sm > tfoot > tr > [aria-sort].b-table-sort-icon-left {
  background-position: right calc(0.3rem / 2) center;
  padding-right: calc(0.3rem + 0.65em);
}

[dir] .table.b-table.b-table-selectable:not(.b-table-selectable-no-click) > tbody > tr {
  cursor: pointer;
}

.table.b-table.b-table-selectable:not(.b-table-selectable-no-click).b-table-selecting.b-table-select-range > tbody > tr {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media (max-width: 575.98px) {
  .table.b-table.b-table-stacked-sm {
    display: block;
    width: 100%;
  }

  .table.b-table.b-table-stacked-sm > caption,
  .table.b-table.b-table-stacked-sm > tbody,
  .table.b-table.b-table-stacked-sm > tbody > tr,
  .table.b-table.b-table-stacked-sm > tbody > tr > td,
  .table.b-table.b-table-stacked-sm > tbody > tr > th {
    display: block;
  }

  .table.b-table.b-table-stacked-sm > thead,
  .table.b-table.b-table-stacked-sm > tfoot {
    display: none;
  }

  .table.b-table.b-table-stacked-sm > thead > tr.b-table-top-row,
  .table.b-table.b-table-stacked-sm > thead > tr.b-table-bottom-row,
  .table.b-table.b-table-stacked-sm > tfoot > tr.b-table-top-row,
  .table.b-table.b-table-stacked-sm > tfoot > tr.b-table-bottom-row {
    display: none;
  }

  .table.b-table.b-table-stacked-sm > caption {
    caption-side: top !important;
  }

  .table.b-table.b-table-stacked-sm > tbody > tr > [data-label]::before {
    content: attr(data-label);
    width: 40%;
    overflow-wrap: break-word;
    font-weight: bold;
    font-style: normal;
  }

  [dir] .table.b-table.b-table-stacked-sm > tbody > tr > [data-label]::before {
    margin: 0;
  }

  [dir=ltr] .table.b-table.b-table-stacked-sm > tbody > tr > [data-label]::before {
    float: left;
    text-align: right;
    padding: 0 calc(1rem / 2) 0 0;
  }

  [dir=rtl] .table.b-table.b-table-stacked-sm > tbody > tr > [data-label]::before {
    float: right;
    text-align: left;
    padding: 0 0 0 calc(1rem / 2);
  }

  .table.b-table.b-table-stacked-sm > tbody > tr > [data-label]::after {
    display: block;
    content: "";
  }

  [dir] .table.b-table.b-table-stacked-sm > tbody > tr > [data-label]::after {
    clear: both;
  }

  .table.b-table.b-table-stacked-sm > tbody > tr > [data-label] > div {
    display: inline-block;
    width: calc(100% - 40%);
  }

  [dir] .table.b-table.b-table-stacked-sm > tbody > tr > [data-label] > div {
    margin: 0;
  }

  [dir=ltr] .table.b-table.b-table-stacked-sm > tbody > tr > [data-label] > div {
    padding: 0 0 0 calc(1rem / 2);
  }

  [dir=rtl] .table.b-table.b-table-stacked-sm > tbody > tr > [data-label] > div {
    padding: 0 calc(1rem / 2) 0 0;
  }

  .table.b-table.b-table-stacked-sm > tbody > tr.top-row,
  .table.b-table.b-table-stacked-sm > tbody > tr.bottom-row {
    display: none;
  }

  [dir] .table.b-table.b-table-stacked-sm > tbody > tr > :first-child {
    border-top-width: 3px;
  }

  [dir] .table.b-table.b-table-stacked-sm > tbody > tr > [rowspan] + td, [dir] .table.b-table.b-table-stacked-sm > tbody > tr > [rowspan] + th {
    border-top-width: 3px;
  }
}

@media (max-width: 767.98px) {
  .table.b-table.b-table-stacked-md {
    display: block;
    width: 100%;
  }

  .table.b-table.b-table-stacked-md > caption,
  .table.b-table.b-table-stacked-md > tbody,
  .table.b-table.b-table-stacked-md > tbody > tr,
  .table.b-table.b-table-stacked-md > tbody > tr > td,
  .table.b-table.b-table-stacked-md > tbody > tr > th {
    display: block;
  }

  .table.b-table.b-table-stacked-md > thead,
  .table.b-table.b-table-stacked-md > tfoot {
    display: none;
  }

  .table.b-table.b-table-stacked-md > thead > tr.b-table-top-row,
  .table.b-table.b-table-stacked-md > thead > tr.b-table-bottom-row,
  .table.b-table.b-table-stacked-md > tfoot > tr.b-table-top-row,
  .table.b-table.b-table-stacked-md > tfoot > tr.b-table-bottom-row {
    display: none;
  }

  .table.b-table.b-table-stacked-md > caption {
    caption-side: top !important;
  }

  .table.b-table.b-table-stacked-md > tbody > tr > [data-label]::before {
    content: attr(data-label);
    width: 40%;
    overflow-wrap: break-word;
    font-weight: bold;
    font-style: normal;
  }

  [dir] .table.b-table.b-table-stacked-md > tbody > tr > [data-label]::before {
    margin: 0;
  }

  [dir=ltr] .table.b-table.b-table-stacked-md > tbody > tr > [data-label]::before {
    float: left;
    text-align: right;
    padding: 0 calc(1rem / 2) 0 0;
  }

  [dir=rtl] .table.b-table.b-table-stacked-md > tbody > tr > [data-label]::before {
    float: right;
    text-align: left;
    padding: 0 0 0 calc(1rem / 2);
  }

  .table.b-table.b-table-stacked-md > tbody > tr > [data-label]::after {
    display: block;
    content: "";
  }

  [dir] .table.b-table.b-table-stacked-md > tbody > tr > [data-label]::after {
    clear: both;
  }

  .table.b-table.b-table-stacked-md > tbody > tr > [data-label] > div {
    display: inline-block;
    width: calc(100% - 40%);
  }

  [dir] .table.b-table.b-table-stacked-md > tbody > tr > [data-label] > div {
    margin: 0;
  }

  [dir=ltr] .table.b-table.b-table-stacked-md > tbody > tr > [data-label] > div {
    padding: 0 0 0 calc(1rem / 2);
  }

  [dir=rtl] .table.b-table.b-table-stacked-md > tbody > tr > [data-label] > div {
    padding: 0 calc(1rem / 2) 0 0;
  }

  .table.b-table.b-table-stacked-md > tbody > tr.top-row,
  .table.b-table.b-table-stacked-md > tbody > tr.bottom-row {
    display: none;
  }

  [dir] .table.b-table.b-table-stacked-md > tbody > tr > :first-child {
    border-top-width: 3px;
  }

  [dir] .table.b-table.b-table-stacked-md > tbody > tr > [rowspan] + td, [dir] .table.b-table.b-table-stacked-md > tbody > tr > [rowspan] + th {
    border-top-width: 3px;
  }
}

@media (max-width: 991.98px) {
  .table.b-table.b-table-stacked-lg {
    display: block;
    width: 100%;
  }

  .table.b-table.b-table-stacked-lg > caption,
  .table.b-table.b-table-stacked-lg > tbody,
  .table.b-table.b-table-stacked-lg > tbody > tr,
  .table.b-table.b-table-stacked-lg > tbody > tr > td,
  .table.b-table.b-table-stacked-lg > tbody > tr > th {
    display: block;
  }

  .table.b-table.b-table-stacked-lg > thead,
  .table.b-table.b-table-stacked-lg > tfoot {
    display: none;
  }

  .table.b-table.b-table-stacked-lg > thead > tr.b-table-top-row,
  .table.b-table.b-table-stacked-lg > thead > tr.b-table-bottom-row,
  .table.b-table.b-table-stacked-lg > tfoot > tr.b-table-top-row,
  .table.b-table.b-table-stacked-lg > tfoot > tr.b-table-bottom-row {
    display: none;
  }

  .table.b-table.b-table-stacked-lg > caption {
    caption-side: top !important;
  }

  .table.b-table.b-table-stacked-lg > tbody > tr > [data-label]::before {
    content: attr(data-label);
    width: 40%;
    overflow-wrap: break-word;
    font-weight: bold;
    font-style: normal;
  }

  [dir] .table.b-table.b-table-stacked-lg > tbody > tr > [data-label]::before {
    margin: 0;
  }

  [dir=ltr] .table.b-table.b-table-stacked-lg > tbody > tr > [data-label]::before {
    float: left;
    text-align: right;
    padding: 0 calc(1rem / 2) 0 0;
  }

  [dir=rtl] .table.b-table.b-table-stacked-lg > tbody > tr > [data-label]::before {
    float: right;
    text-align: left;
    padding: 0 0 0 calc(1rem / 2);
  }

  .table.b-table.b-table-stacked-lg > tbody > tr > [data-label]::after {
    display: block;
    content: "";
  }

  [dir] .table.b-table.b-table-stacked-lg > tbody > tr > [data-label]::after {
    clear: both;
  }

  .table.b-table.b-table-stacked-lg > tbody > tr > [data-label] > div {
    display: inline-block;
    width: calc(100% - 40%);
  }

  [dir] .table.b-table.b-table-stacked-lg > tbody > tr > [data-label] > div {
    margin: 0;
  }

  [dir=ltr] .table.b-table.b-table-stacked-lg > tbody > tr > [data-label] > div {
    padding: 0 0 0 calc(1rem / 2);
  }

  [dir=rtl] .table.b-table.b-table-stacked-lg > tbody > tr > [data-label] > div {
    padding: 0 calc(1rem / 2) 0 0;
  }

  .table.b-table.b-table-stacked-lg > tbody > tr.top-row,
  .table.b-table.b-table-stacked-lg > tbody > tr.bottom-row {
    display: none;
  }

  [dir] .table.b-table.b-table-stacked-lg > tbody > tr > :first-child {
    border-top-width: 3px;
  }

  [dir] .table.b-table.b-table-stacked-lg > tbody > tr > [rowspan] + td, [dir] .table.b-table.b-table-stacked-lg > tbody > tr > [rowspan] + th {
    border-top-width: 3px;
  }
}

@media (max-width: 1199.98px) {
  .table.b-table.b-table-stacked-xl {
    display: block;
    width: 100%;
  }

  .table.b-table.b-table-stacked-xl > caption,
  .table.b-table.b-table-stacked-xl > tbody,
  .table.b-table.b-table-stacked-xl > tbody > tr,
  .table.b-table.b-table-stacked-xl > tbody > tr > td,
  .table.b-table.b-table-stacked-xl > tbody > tr > th {
    display: block;
  }

  .table.b-table.b-table-stacked-xl > thead,
  .table.b-table.b-table-stacked-xl > tfoot {
    display: none;
  }

  .table.b-table.b-table-stacked-xl > thead > tr.b-table-top-row,
  .table.b-table.b-table-stacked-xl > thead > tr.b-table-bottom-row,
  .table.b-table.b-table-stacked-xl > tfoot > tr.b-table-top-row,
  .table.b-table.b-table-stacked-xl > tfoot > tr.b-table-bottom-row {
    display: none;
  }

  .table.b-table.b-table-stacked-xl > caption {
    caption-side: top !important;
  }

  .table.b-table.b-table-stacked-xl > tbody > tr > [data-label]::before {
    content: attr(data-label);
    width: 40%;
    overflow-wrap: break-word;
    font-weight: bold;
    font-style: normal;
  }

  [dir] .table.b-table.b-table-stacked-xl > tbody > tr > [data-label]::before {
    margin: 0;
  }

  [dir=ltr] .table.b-table.b-table-stacked-xl > tbody > tr > [data-label]::before {
    float: left;
    text-align: right;
    padding: 0 calc(1rem / 2) 0 0;
  }

  [dir=rtl] .table.b-table.b-table-stacked-xl > tbody > tr > [data-label]::before {
    float: right;
    text-align: left;
    padding: 0 0 0 calc(1rem / 2);
  }

  .table.b-table.b-table-stacked-xl > tbody > tr > [data-label]::after {
    display: block;
    content: "";
  }

  [dir] .table.b-table.b-table-stacked-xl > tbody > tr > [data-label]::after {
    clear: both;
  }

  .table.b-table.b-table-stacked-xl > tbody > tr > [data-label] > div {
    display: inline-block;
    width: calc(100% - 40%);
  }

  [dir] .table.b-table.b-table-stacked-xl > tbody > tr > [data-label] > div {
    margin: 0;
  }

  [dir=ltr] .table.b-table.b-table-stacked-xl > tbody > tr > [data-label] > div {
    padding: 0 0 0 calc(1rem / 2);
  }

  [dir=rtl] .table.b-table.b-table-stacked-xl > tbody > tr > [data-label] > div {
    padding: 0 calc(1rem / 2) 0 0;
  }

  .table.b-table.b-table-stacked-xl > tbody > tr.top-row,
  .table.b-table.b-table-stacked-xl > tbody > tr.bottom-row {
    display: none;
  }

  [dir] .table.b-table.b-table-stacked-xl > tbody > tr > :first-child {
    border-top-width: 3px;
  }

  [dir] .table.b-table.b-table-stacked-xl > tbody > tr > [rowspan] + td, [dir] .table.b-table.b-table-stacked-xl > tbody > tr > [rowspan] + th {
    border-top-width: 3px;
  }
}

.table.b-table.b-table-stacked {
  display: block;
  width: 100%;
}

.table.b-table.b-table-stacked > caption,
.table.b-table.b-table-stacked > tbody,
.table.b-table.b-table-stacked > tbody > tr,
.table.b-table.b-table-stacked > tbody > tr > td,
.table.b-table.b-table-stacked > tbody > tr > th {
  display: block;
}

.table.b-table.b-table-stacked > thead,
.table.b-table.b-table-stacked > tfoot {
  display: none;
}

.table.b-table.b-table-stacked > thead > tr.b-table-top-row,
.table.b-table.b-table-stacked > thead > tr.b-table-bottom-row,
.table.b-table.b-table-stacked > tfoot > tr.b-table-top-row,
.table.b-table.b-table-stacked > tfoot > tr.b-table-bottom-row {
  display: none;
}

.table.b-table.b-table-stacked > caption {
  caption-side: top !important;
}

.table.b-table.b-table-stacked > tbody > tr > [data-label]::before {
  content: attr(data-label);
  width: 40%;
  overflow-wrap: break-word;
  font-weight: bold;
  font-style: normal;
}

[dir] .table.b-table.b-table-stacked > tbody > tr > [data-label]::before {
  margin: 0;
}

[dir=ltr] .table.b-table.b-table-stacked > tbody > tr > [data-label]::before {
  float: left;
  text-align: right;
  padding: 0 calc(1rem / 2) 0 0;
}

[dir=rtl] .table.b-table.b-table-stacked > tbody > tr > [data-label]::before {
  float: right;
  text-align: left;
  padding: 0 0 0 calc(1rem / 2);
}

.table.b-table.b-table-stacked > tbody > tr > [data-label]::after {
  display: block;
  content: "";
}

[dir] .table.b-table.b-table-stacked > tbody > tr > [data-label]::after {
  clear: both;
}

.table.b-table.b-table-stacked > tbody > tr > [data-label] > div {
  display: inline-block;
  width: calc(100% - 40%);
}

[dir] .table.b-table.b-table-stacked > tbody > tr > [data-label] > div {
  margin: 0;
}

[dir=ltr] .table.b-table.b-table-stacked > tbody > tr > [data-label] > div {
  padding: 0 0 0 calc(1rem / 2);
}

[dir=rtl] .table.b-table.b-table-stacked > tbody > tr > [data-label] > div {
  padding: 0 calc(1rem / 2) 0 0;
}

.table.b-table.b-table-stacked > tbody > tr.top-row,
.table.b-table.b-table-stacked > tbody > tr.bottom-row {
  display: none;
}

[dir] .table.b-table.b-table-stacked > tbody > tr > :first-child {
  border-top-width: 3px;
}

[dir] .table.b-table.b-table-stacked > tbody > tr > [rowspan] + td, [dir] .table.b-table.b-table-stacked > tbody > tr > [rowspan] + th {
  border-top-width: 3px;
}

.b-toast {
  display: block;
  position: relative;
  max-width: 350px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}

[dir] .b-toast {
  background-clip: padding-box;
  border-radius: 0.25rem;
}

[dir] .b-toast .toast {
  background-color: rgba(255, 255, 255, 0.85);
}

[dir] .b-toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

[dir] .b-toast.b-toast-solid .toast {
  background-color: white;
}

.b-toast .toast {
  opacity: 1;
}

.b-toast .toast.fade:not(.show) {
  opacity: 0;
}

.b-toast .toast .toast-body {
  display: block;
}

.b-toast-primary .toast {
  color: #850000;
}

[dir] .b-toast-primary .toast {
  background-color: rgba(255, 230, 230, 0.85);
  border-color: rgba(255, 184, 184, 0.85);
}

.b-toast-primary .toast .toast-header {
  color: #850000;
}

[dir] .b-toast-primary .toast .toast-header {
  background-color: rgba(255, 204, 204, 0.85);
  border-bottom-color: rgba(255, 184, 184, 0.85);
}

[dir] .b-toast-primary.b-toast-solid .toast {
  background-color: #ffe6e6;
}

.b-toast-secondary .toast {
  color: #383d41;
}

[dir] .b-toast-secondary .toast {
  background-color: rgba(239, 240, 241, 0.85);
  border-color: rgba(214, 216, 219, 0.85);
}

.b-toast-secondary .toast .toast-header {
  color: #383d41;
}

[dir] .b-toast-secondary .toast .toast-header {
  background-color: rgba(226, 227, 229, 0.85);
  border-bottom-color: rgba(214, 216, 219, 0.85);
}

[dir] .b-toast-secondary.b-toast-solid .toast {
  background-color: #eff0f1;
}

.b-toast-success .toast {
  color: #155724;
}

[dir] .b-toast-success .toast {
  background-color: rgba(230, 245, 233, 0.85);
  border-color: rgba(195, 230, 203, 0.85);
}

.b-toast-success .toast .toast-header {
  color: #155724;
}

[dir] .b-toast-success .toast .toast-header {
  background-color: rgba(212, 237, 218, 0.85);
  border-bottom-color: rgba(195, 230, 203, 0.85);
}

[dir] .b-toast-success.b-toast-solid .toast {
  background-color: #e6f5e9;
}

.b-toast-info .toast {
  color: #0c5460;
}

[dir] .b-toast-info .toast {
  background-color: rgba(229, 244, 247, 0.85);
  border-color: rgba(190, 229, 235, 0.85);
}

.b-toast-info .toast .toast-header {
  color: #0c5460;
}

[dir] .b-toast-info .toast .toast-header {
  background-color: rgba(209, 236, 241, 0.85);
  border-bottom-color: rgba(190, 229, 235, 0.85);
}

[dir] .b-toast-info.b-toast-solid .toast {
  background-color: #e5f4f7;
}

.b-toast-warning .toast {
  color: #856404;
}

[dir] .b-toast-warning .toast {
  background-color: rgba(255, 249, 231, 0.85);
  border-color: rgba(255, 238, 186, 0.85);
}

.b-toast-warning .toast .toast-header {
  color: #856404;
}

[dir] .b-toast-warning .toast .toast-header {
  background-color: rgba(255, 243, 205, 0.85);
  border-bottom-color: rgba(255, 238, 186, 0.85);
}

[dir] .b-toast-warning.b-toast-solid .toast {
  background-color: #fff9e7;
}

.b-toast-danger .toast {
  color: #85221c;
}

[dir] .b-toast-danger .toast {
  background-color: rgba(255, 241, 241, 0.85);
  border-color: rgba(255, 202, 199, 0.85);
}

.b-toast-danger .toast .toast-header {
  color: #85221c;
}

[dir] .b-toast-danger .toast .toast-header {
  background-color: rgba(255, 217, 215, 0.85);
  border-bottom-color: rgba(255, 202, 199, 0.85);
}

[dir] .b-toast-danger.b-toast-solid .toast {
  background-color: #fff1f1;
}

.b-toast-light .toast {
  color: #818182;
}

[dir] .b-toast-light .toast {
  background-color: rgba(255, 255, 255, 0.85);
  border-color: rgba(253, 253, 254, 0.85);
}

.b-toast-light .toast .toast-header {
  color: #818182;
}

[dir] .b-toast-light .toast .toast-header {
  background-color: rgba(254, 254, 254, 0.85);
  border-bottom-color: rgba(253, 253, 254, 0.85);
}

[dir] .b-toast-light.b-toast-solid .toast {
  background-color: white;
}

.b-toast-dark .toast {
  color: #1b1e21;
}

[dir] .b-toast-dark .toast {
  background-color: rgba(227, 229, 229, 0.85);
  border-color: rgba(198, 200, 202, 0.85);
}

.b-toast-dark .toast .toast-header {
  color: #1b1e21;
}

[dir] .b-toast-dark .toast .toast-header {
  background-color: rgba(214, 216, 217, 0.85);
  border-bottom-color: rgba(198, 200, 202, 0.85);
}

[dir] .b-toast-dark.b-toast-solid .toast {
  background-color: #e3e5e5;
}

.b-toaster {
  z-index: 1100;
}

.b-toaster .b-toaster-slot {
  position: relative;
  display: block;
}

.b-toaster .b-toaster-slot:empty {
  display: none !important;
}

.b-toaster.b-toaster-top-right,
.b-toaster.b-toaster-top-left,
.b-toaster.b-toaster-top-center,
.b-toaster.b-toaster-top-full,
.b-toaster.b-toaster-bottom-right,
.b-toaster.b-toaster-bottom-left,
.b-toaster.b-toaster-bottom-center,
.b-toaster.b-toaster-bottom-full {
  position: fixed;
  height: 0;
  overflow: visible;
}

[dir] .b-toaster.b-toaster-top-right, [dir] .b-toaster.b-toaster-top-left, [dir] .b-toaster.b-toaster-top-center, [dir] .b-toaster.b-toaster-top-full, [dir] .b-toaster.b-toaster-bottom-right, [dir] .b-toaster.b-toaster-bottom-left, [dir] .b-toaster.b-toaster-bottom-center, [dir] .b-toaster.b-toaster-bottom-full {
  margin: 0;
  padding: 0;
}

[dir=ltr] .b-toaster.b-toaster-top-right, [dir=ltr] .b-toaster.b-toaster-top-left, [dir=ltr] .b-toaster.b-toaster-top-center, [dir=ltr] .b-toaster.b-toaster-top-full, [dir=ltr] .b-toaster.b-toaster-bottom-right, [dir=ltr] .b-toaster.b-toaster-bottom-left, [dir=ltr] .b-toaster.b-toaster-bottom-center, [dir=ltr] .b-toaster.b-toaster-bottom-full {
  left: 0.5rem;
  right: 0.5rem;
}

[dir=rtl] .b-toaster.b-toaster-top-right, [dir=rtl] .b-toaster.b-toaster-top-left, [dir=rtl] .b-toaster.b-toaster-top-center, [dir=rtl] .b-toaster.b-toaster-top-full, [dir=rtl] .b-toaster.b-toaster-bottom-right, [dir=rtl] .b-toaster.b-toaster-bottom-left, [dir=rtl] .b-toaster.b-toaster-bottom-center, [dir=rtl] .b-toaster.b-toaster-bottom-full {
  right: 0.5rem;
  left: 0.5rem;
}

.b-toaster.b-toaster-top-right .b-toaster-slot,
.b-toaster.b-toaster-top-left .b-toaster-slot,
.b-toaster.b-toaster-top-center .b-toaster-slot,
.b-toaster.b-toaster-top-full .b-toaster-slot,
.b-toaster.b-toaster-bottom-right .b-toaster-slot,
.b-toaster.b-toaster-bottom-left .b-toaster-slot,
.b-toaster.b-toaster-bottom-center .b-toaster-slot,
.b-toaster.b-toaster-bottom-full .b-toaster-slot {
  position: absolute;
  max-width: 350px;
  width: 100%;
  /* IE11 fix */
}

[dir] .b-toaster.b-toaster-top-right .b-toaster-slot, [dir] .b-toaster.b-toaster-top-left .b-toaster-slot, [dir] .b-toaster.b-toaster-top-center .b-toaster-slot, [dir] .b-toaster.b-toaster-top-full .b-toaster-slot, [dir] .b-toaster.b-toaster-bottom-right .b-toaster-slot, [dir] .b-toaster.b-toaster-bottom-left .b-toaster-slot, [dir] .b-toaster.b-toaster-bottom-center .b-toaster-slot, [dir] .b-toaster.b-toaster-bottom-full .b-toaster-slot {
  padding: 0;
  margin: 0;
}

[dir=ltr] .b-toaster.b-toaster-top-right .b-toaster-slot, [dir=ltr] .b-toaster.b-toaster-top-left .b-toaster-slot, [dir=ltr] .b-toaster.b-toaster-top-center .b-toaster-slot, [dir=ltr] .b-toaster.b-toaster-top-full .b-toaster-slot, [dir=ltr] .b-toaster.b-toaster-bottom-right .b-toaster-slot, [dir=ltr] .b-toaster.b-toaster-bottom-left .b-toaster-slot, [dir=ltr] .b-toaster.b-toaster-bottom-center .b-toaster-slot, [dir=ltr] .b-toaster.b-toaster-bottom-full .b-toaster-slot {
  left: 0;
  right: 0;
}

[dir=rtl] .b-toaster.b-toaster-top-right .b-toaster-slot, [dir=rtl] .b-toaster.b-toaster-top-left .b-toaster-slot, [dir=rtl] .b-toaster.b-toaster-top-center .b-toaster-slot, [dir=rtl] .b-toaster.b-toaster-top-full .b-toaster-slot, [dir=rtl] .b-toaster.b-toaster-bottom-right .b-toaster-slot, [dir=rtl] .b-toaster.b-toaster-bottom-left .b-toaster-slot, [dir=rtl] .b-toaster.b-toaster-bottom-center .b-toaster-slot, [dir=rtl] .b-toaster.b-toaster-bottom-full .b-toaster-slot {
  right: 0;
  left: 0;
}

.b-toaster.b-toaster-top-full .b-toaster-slot,
.b-toaster.b-toaster-bottom-full .b-toaster-slot {
  width: 100%;
  max-width: 100%;
}

.b-toaster.b-toaster-top-full .b-toaster-slot .b-toast,
.b-toaster.b-toaster-top-full .b-toaster-slot .toast,
.b-toaster.b-toaster-bottom-full .b-toaster-slot .b-toast,
.b-toaster.b-toaster-bottom-full .b-toaster-slot .toast {
  width: 100%;
  max-width: 100%;
}

.b-toaster.b-toaster-top-right,
.b-toaster.b-toaster-top-left,
.b-toaster.b-toaster-top-center,
.b-toaster.b-toaster-top-full {
  top: 0;
}

.b-toaster.b-toaster-top-right .b-toaster-slot,
.b-toaster.b-toaster-top-left .b-toaster-slot,
.b-toaster.b-toaster-top-center .b-toaster-slot,
.b-toaster.b-toaster-top-full .b-toaster-slot {
  top: 0.5rem;
}

.b-toaster.b-toaster-bottom-right,
.b-toaster.b-toaster-bottom-left,
.b-toaster.b-toaster-bottom-center,
.b-toaster.b-toaster-bottom-full {
  bottom: 0;
}

.b-toaster.b-toaster-bottom-right .b-toaster-slot,
.b-toaster.b-toaster-bottom-left .b-toaster-slot,
.b-toaster.b-toaster-bottom-center .b-toaster-slot,
.b-toaster.b-toaster-bottom-full .b-toaster-slot {
  bottom: 0.5rem;
}

[dir=ltr] .b-toaster.b-toaster-top-right .b-toaster-slot, [dir=ltr] .b-toaster.b-toaster-bottom-right .b-toaster-slot, [dir=ltr] .b-toaster.b-toaster-top-center .b-toaster-slot, [dir=ltr] .b-toaster.b-toaster-bottom-center .b-toaster-slot {
  margin-left: auto;
}

[dir=rtl] .b-toaster.b-toaster-top-right .b-toaster-slot, [dir=rtl] .b-toaster.b-toaster-bottom-right .b-toaster-slot, [dir=rtl] .b-toaster.b-toaster-top-center .b-toaster-slot, [dir=rtl] .b-toaster.b-toaster-bottom-center .b-toaster-slot {
  margin-right: auto;
}

[dir=ltr] .b-toaster.b-toaster-top-left .b-toaster-slot, [dir=ltr] .b-toaster.b-toaster-bottom-left .b-toaster-slot, [dir=ltr] .b-toaster.b-toaster-top-center .b-toaster-slot, [dir=ltr] .b-toaster.b-toaster-bottom-center .b-toaster-slot {
  margin-right: auto;
}

[dir=rtl] .b-toaster.b-toaster-top-left .b-toaster-slot, [dir=rtl] .b-toaster.b-toaster-bottom-left .b-toaster-slot, [dir=rtl] .b-toaster.b-toaster-top-center .b-toaster-slot, [dir=rtl] .b-toaster.b-toaster-bottom-center .b-toaster-slot {
  margin-left: auto;
}

.b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-active,
.b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active,
.b-toaster.b-toaster-top-right .b-toast.b-toaster-move,
.b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-active,
.b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active,
.b-toaster.b-toaster-top-left .b-toast.b-toaster-move,
.b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-active,
.b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active,
.b-toaster.b-toaster-bottom-right .b-toast.b-toaster-move,
.b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-active,
.b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active,
.b-toaster.b-toaster-bottom-left .b-toast.b-toaster-move {
  transition: -webkit-transform 0.175s;
  -webkit-transition: -webkit-transform 0.175s;
  transition: transform 0.175s;
  transition: transform 0.175s, -webkit-transform 0.175s;
}

[dir] .b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-active, [dir] .b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active, [dir] .b-toaster.b-toaster-top-right .b-toast.b-toaster-move, [dir] .b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-active, [dir] .b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active, [dir] .b-toaster.b-toaster-top-left .b-toast.b-toaster-move, [dir] .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-active, [dir] .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active, [dir] .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-move, [dir] .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-active, [dir] .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active, [dir] .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-move {
  -webkit-transition: -webkit-transform 0.175s;
}

.b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-to .toast.fade,
.b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-active .toast.fade,
.b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-to .toast.fade,
.b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-active .toast.fade,
.b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-to .toast.fade,
.b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-active .toast.fade,
.b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-to .toast.fade,
.b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-active .toast.fade {
  -webkit-transition-delay: 0.175s;
}

[dir] .b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-to .toast.fade, [dir] .b-toaster.b-toaster-top-right .b-toast.b-toaster-enter-active .toast.fade, [dir] .b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-to .toast.fade, [dir] .b-toaster.b-toaster-top-left .b-toast.b-toaster-enter-active .toast.fade, [dir] .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-to .toast.fade, [dir] .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-enter-active .toast.fade, [dir] .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-to .toast.fade, [dir] .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-enter-active .toast.fade {
          -webkit-transition-delay: 0.175s;
                  transition-delay: 0.175s;
}

.b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active,
.b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active,
.b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active,
.b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active {
  position: absolute;
  -webkit-transition-delay: 0.175s;
}

[dir] .b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active, [dir] .b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active, [dir] .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active, [dir] .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active {
          -webkit-transition-delay: 0.175s;
                  transition-delay: 0.175s;
}

.b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active .toast.fade,
.b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active .toast.fade,
.b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active .toast.fade,
.b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active .toast.fade {
  -webkit-transition-delay: 0s;
}

[dir] .b-toaster.b-toaster-top-right .b-toast.b-toaster-leave-active .toast.fade, [dir] .b-toaster.b-toaster-top-left .b-toast.b-toaster-leave-active .toast.fade, [dir] .b-toaster.b-toaster-bottom-right .b-toast.b-toaster-leave-active .toast.fade, [dir] .b-toaster.b-toaster-bottom-left .b-toast.b-toaster-leave-active .toast.fade {
          -webkit-transition-delay: 0s;
                  transition-delay: 0s;
}

.tooltip.b-tooltip {
  display: block;
  opacity: 0.9;
  outline: 0;
}

.tooltip.b-tooltip.fade:not(.show) {
  opacity: 0;
}

.tooltip.b-tooltip.show {
  opacity: 0.9;
}

.tooltip.b-tooltip.noninteractive {
  pointer-events: none;
}

[dir] .tooltip.b-tooltip-primary.bs-tooltip-top .arrow::before, [dir] .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: red;
}

[dir=ltr] .tooltip.b-tooltip-primary.bs-tooltip-right .arrow::before, [dir=ltr] .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: red;
}

[dir=rtl] .tooltip.b-tooltip-primary.bs-tooltip-right .arrow::before, [dir=rtl] .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-left-color: red;
}

[dir] .tooltip.b-tooltip-primary.bs-tooltip-bottom .arrow::before, [dir] .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: red;
}

[dir=ltr] .tooltip.b-tooltip-primary.bs-tooltip-left .arrow::before, [dir=ltr] .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: red;
}

[dir=rtl] .tooltip.b-tooltip-primary.bs-tooltip-left .arrow::before, [dir=rtl] .tooltip.b-tooltip-primary.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-right-color: red;
}

.tooltip.b-tooltip-primary .tooltip-inner {
  color: #fff;
}

[dir] .tooltip.b-tooltip-primary .tooltip-inner {
  background-color: red;
}

[dir] .tooltip.b-tooltip-secondary.bs-tooltip-top .arrow::before, [dir] .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #6c757d;
}

[dir=ltr] .tooltip.b-tooltip-secondary.bs-tooltip-right .arrow::before, [dir=ltr] .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #6c757d;
}

[dir=rtl] .tooltip.b-tooltip-secondary.bs-tooltip-right .arrow::before, [dir=rtl] .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-left-color: #6c757d;
}

[dir] .tooltip.b-tooltip-secondary.bs-tooltip-bottom .arrow::before, [dir] .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #6c757d;
}

[dir=ltr] .tooltip.b-tooltip-secondary.bs-tooltip-left .arrow::before, [dir=ltr] .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #6c757d;
}

[dir=rtl] .tooltip.b-tooltip-secondary.bs-tooltip-left .arrow::before, [dir=rtl] .tooltip.b-tooltip-secondary.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-right-color: #6c757d;
}

.tooltip.b-tooltip-secondary .tooltip-inner {
  color: #fff;
}

[dir] .tooltip.b-tooltip-secondary .tooltip-inner {
  background-color: #6c757d;
}

[dir] .tooltip.b-tooltip-success.bs-tooltip-top .arrow::before, [dir] .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #28a745;
}

[dir=ltr] .tooltip.b-tooltip-success.bs-tooltip-right .arrow::before, [dir=ltr] .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #28a745;
}

[dir=rtl] .tooltip.b-tooltip-success.bs-tooltip-right .arrow::before, [dir=rtl] .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-left-color: #28a745;
}

[dir] .tooltip.b-tooltip-success.bs-tooltip-bottom .arrow::before, [dir] .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #28a745;
}

[dir=ltr] .tooltip.b-tooltip-success.bs-tooltip-left .arrow::before, [dir=ltr] .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #28a745;
}

[dir=rtl] .tooltip.b-tooltip-success.bs-tooltip-left .arrow::before, [dir=rtl] .tooltip.b-tooltip-success.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-right-color: #28a745;
}

.tooltip.b-tooltip-success .tooltip-inner {
  color: #fff;
}

[dir] .tooltip.b-tooltip-success .tooltip-inner {
  background-color: #28a745;
}

[dir] .tooltip.b-tooltip-info.bs-tooltip-top .arrow::before, [dir] .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #17a2b8;
}

[dir=ltr] .tooltip.b-tooltip-info.bs-tooltip-right .arrow::before, [dir=ltr] .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #17a2b8;
}

[dir=rtl] .tooltip.b-tooltip-info.bs-tooltip-right .arrow::before, [dir=rtl] .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-left-color: #17a2b8;
}

[dir] .tooltip.b-tooltip-info.bs-tooltip-bottom .arrow::before, [dir] .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #17a2b8;
}

[dir=ltr] .tooltip.b-tooltip-info.bs-tooltip-left .arrow::before, [dir=ltr] .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #17a2b8;
}

[dir=rtl] .tooltip.b-tooltip-info.bs-tooltip-left .arrow::before, [dir=rtl] .tooltip.b-tooltip-info.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-right-color: #17a2b8;
}

.tooltip.b-tooltip-info .tooltip-inner {
  color: #fff;
}

[dir] .tooltip.b-tooltip-info .tooltip-inner {
  background-color: #17a2b8;
}

[dir] .tooltip.b-tooltip-warning.bs-tooltip-top .arrow::before, [dir] .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #ffc107;
}

[dir=ltr] .tooltip.b-tooltip-warning.bs-tooltip-right .arrow::before, [dir=ltr] .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #ffc107;
}

[dir=rtl] .tooltip.b-tooltip-warning.bs-tooltip-right .arrow::before, [dir=rtl] .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-left-color: #ffc107;
}

[dir] .tooltip.b-tooltip-warning.bs-tooltip-bottom .arrow::before, [dir] .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #ffc107;
}

[dir=ltr] .tooltip.b-tooltip-warning.bs-tooltip-left .arrow::before, [dir=ltr] .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #ffc107;
}

[dir=rtl] .tooltip.b-tooltip-warning.bs-tooltip-left .arrow::before, [dir=rtl] .tooltip.b-tooltip-warning.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-right-color: #ffc107;
}

.tooltip.b-tooltip-warning .tooltip-inner {
  color: #212529;
}

[dir] .tooltip.b-tooltip-warning .tooltip-inner {
  background-color: #ffc107;
}

[dir] .tooltip.b-tooltip-danger.bs-tooltip-top .arrow::before, [dir] .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #ff4136;
}

[dir=ltr] .tooltip.b-tooltip-danger.bs-tooltip-right .arrow::before, [dir=ltr] .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #ff4136;
}

[dir=rtl] .tooltip.b-tooltip-danger.bs-tooltip-right .arrow::before, [dir=rtl] .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-left-color: #ff4136;
}

[dir] .tooltip.b-tooltip-danger.bs-tooltip-bottom .arrow::before, [dir] .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #ff4136;
}

[dir=ltr] .tooltip.b-tooltip-danger.bs-tooltip-left .arrow::before, [dir=ltr] .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #ff4136;
}

[dir=rtl] .tooltip.b-tooltip-danger.bs-tooltip-left .arrow::before, [dir=rtl] .tooltip.b-tooltip-danger.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-right-color: #ff4136;
}

.tooltip.b-tooltip-danger .tooltip-inner {
  color: #fff;
}

[dir] .tooltip.b-tooltip-danger .tooltip-inner {
  background-color: #ff4136;
}

[dir] .tooltip.b-tooltip-light.bs-tooltip-top .arrow::before, [dir] .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #f8f9fa;
}

[dir=ltr] .tooltip.b-tooltip-light.bs-tooltip-right .arrow::before, [dir=ltr] .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #f8f9fa;
}

[dir=rtl] .tooltip.b-tooltip-light.bs-tooltip-right .arrow::before, [dir=rtl] .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-left-color: #f8f9fa;
}

[dir] .tooltip.b-tooltip-light.bs-tooltip-bottom .arrow::before, [dir] .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #f8f9fa;
}

[dir=ltr] .tooltip.b-tooltip-light.bs-tooltip-left .arrow::before, [dir=ltr] .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #f8f9fa;
}

[dir=rtl] .tooltip.b-tooltip-light.bs-tooltip-left .arrow::before, [dir=rtl] .tooltip.b-tooltip-light.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-right-color: #f8f9fa;
}

.tooltip.b-tooltip-light .tooltip-inner {
  color: #212529;
}

[dir] .tooltip.b-tooltip-light .tooltip-inner {
  background-color: #f8f9fa;
}

[dir] .tooltip.b-tooltip-dark.bs-tooltip-top .arrow::before, [dir] .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="top"] .arrow::before {
  border-top-color: #343a40;
}

[dir=ltr] .tooltip.b-tooltip-dark.bs-tooltip-right .arrow::before, [dir=ltr] .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-right-color: #343a40;
}

[dir=rtl] .tooltip.b-tooltip-dark.bs-tooltip-right .arrow::before, [dir=rtl] .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="right"] .arrow::before {
  border-left-color: #343a40;
}

[dir] .tooltip.b-tooltip-dark.bs-tooltip-bottom .arrow::before, [dir] .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  border-bottom-color: #343a40;
}

[dir=ltr] .tooltip.b-tooltip-dark.bs-tooltip-left .arrow::before, [dir=ltr] .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-left-color: #343a40;
}

[dir=rtl] .tooltip.b-tooltip-dark.bs-tooltip-left .arrow::before, [dir=rtl] .tooltip.b-tooltip-dark.bs-tooltip-auto[x-placement^="left"] .arrow::before {
  border-right-color: #343a40;
}

.tooltip.b-tooltip-dark .tooltip-inner {
  color: #fff;
}

[dir] .tooltip.b-tooltip-dark .tooltip-inner {
  background-color: #343a40;
}

.b-icon.bi {
  display: inline-block;
  overflow: visible;
  vertical-align: -0.15em;
}

.btn .b-icon.bi,
.nav-link .b-icon.bi,
.dropdown-toggle .b-icon.bi,
.dropdown-item .b-icon.bi,
.input-group-text .b-icon.bi {
  font-size: 125%;
  vertical-align: text-bottom;
}

body {
  /*background-image: url("/images/barcelonabg.jpg");
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center;*/
  position: relative;
}

[dir] body {
  background-color: #000000;
}

/*
body::after {
	content: "";
	/*background: url("/images/barcelonabg.jpg");* /
	background-image: url("/images/barcelonabg.jpg");
	background-repeat: no-repeat;
	background-size: auto;
	background-position: center;
	opacity: 0.5;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: fixed;
	z-index: -1;
}
*/

/*! rtl:begin:ignore */

/* rtl:begin:ignore */

.locaweb {
  /*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
  /*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
}

@-webkit-keyframes fadeIn {
  20%, from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  20%, from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .locaweb .cs-line {
    height: 100%;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .locaweb .cs-form-group select {
    padding-left: 0;
    text-indent: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .locaweb .cs-box {
    -webkit-box-flex: 1;
    box-flex: 1;
    -moz-flex: 1 0 100px;
    flex: 1 0 100px;
  }

  .locaweb .cs-form-widget .cs-button {
    min-width: 175px;
  }

  .locaweb .cs-form-message {
    -webkit-align-self: center;
    align-self: center;
    -ms-flex-item-align: center;
    margin-bottom: 0;
  }

  .locaweb .cs-form-group:last-child {
    padding: 20px 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: flex;
    -webkit-box-pack: justify;
    box-pack: justify;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: justify;
    -webkit-box-align: baseline;
    box-align: baseline;
    -moz-align-items: baseline;
    -ms-align-items: baseline;
    -o-align-items: baseline;
    align-items: baseline;
    -ms-flex-align: baseline;
  }

  .locaweb .cs-form-group:last-child .cs-form-message {
    margin-right: 15px;
  }

  .locaweb .cs-form-widget.cs-form-button-left .cs-form-group:last-child {
    -webkit-box-orient: horizontal;
    box-orient: horizontal;
    -webkit-box-direction: reverse;
    box-direction: reverse;
    -moz-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .locaweb .cs-form-widget.cs-form-button-left .cs-form-group:last-child .cs-form-message {
    margin-right: 0;
    margin-left: 15px;
  }

  .locaweb .cs-form-widget.cs-form-button-center .cs-form-group:last-child {
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    box-direction: normal;
    -moz-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    box-pack: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }

  .locaweb .cs-form-widget.cs-form-button-center .cs-form-group:last-child .cs-form-message-invalid,
  .locaweb .cs-form-widget.cs-form-button-center .cs-form-group:last-child .cs-form-message-valid {
    margin: 0 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  .locaweb .cs-menu .cs-has-submenu {
    position: relative;
  }

  .locaweb .cs-menu .cs-has-submenu::before {
    content: "";
    position: absolute;
    background-image: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve"><path class="st0" d="M23.3,8.9L23.3,8.9C23.8,8.4,24,7.7,24,7c-0.2-1.4-1.4-2.5-2.7-2.5c-0.7,0-1.4,0.2-1.8,0.9l0,0l-7.6,8.2 L4.3,5.4l0,0C3.9,4.7,3.2,4.5,2.5,4.5C1.1,4.5,0,5.7,0,7c0,0.7,0.2,1.4,0.7,1.8l0,0l9.4,10.3c0.5,0.5,1.1,0.9,1.8,0.9 c0.7,0,1.4-0.2,1.8-0.9L23.3,8.9z"/></svg>');
    right: 20px;
    top: 18px;
    height: 12px;
    width: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .locaweb .cs-section .cs-menu {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
  }

  .locaweb .cs-section .cs-menu .cs-menu-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.25s ease-in;
    transition: opacity 0.25s ease-in;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
  }

  .locaweb .cs-section .cs-menu .cs-menu-button {
    z-index: 2;
    background: rgba(0, 0, 0, 0.6);
    cursor: pointer;
    display: block;
    height: 56px;
    width: 56px;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
  }

  .locaweb .cs-section .cs-menu .cs-menu-items {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in;
    background: rgba(255, 255, 255, 0.9);
    width: 250px;
    will-change: transform;
    overflow: auto;
    z-index: 2;
  }

  .locaweb .cs-section .cs-menu .cs-menu-items li {
    display: block;
    margin: 0;
  }

  .locaweb .cs-section .cs-menu .cs-menu-items a {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    padding: 13px 47px 13px 20px;
    font-size: 18px;
    display: block;
    color: #000;
  }

  .locaweb .cs-section .cs-menu .cs-submenu-items {
    visibility: visible;
    opacity: 1;
    position: relative;
  }

  .locaweb .cs-section .cs-menu .cs-submenu-items::before {
    display: none;
  }

  .locaweb .cs-section .cs-menu .cs-submenu-items a {
    padding: 7px 47px 7px 34px;
  }
}

@media only screen and (min-width: 768px) {
  .locaweb .cs-menu.cs-menu-theme-3 .cs-menu-items > li.cs-is-active > a,
  .locaweb .cs-menu.cs-menu-theme-3 .cs-menu-items > li > a:focus:not(.cs-external-link),
  .locaweb .cs-menu.cs-menu-theme-3 .cs-menu-items > li > a:hover {
    font-weight: 400;
  }

  .locaweb .cs-menu a {
    outline: 0;
  }

  .locaweb .cs-menu .cs-has-submenu .cs-submenu-items {
    left: -9999px;
  }

  .locaweb .cs-menu.cs-menu-horizontal.cs-menu-right ul {
    -webkit-box-pack: end;
    box-pack: end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
  }

  .locaweb .cs-menu.cs-menu-horizontal.cs-menu-left ul {
    -webkit-box-pack: start;
    box-pack: start;
    -moz-justify-content: flex-start;
    -ms-justify-content: flex-start;
    -o-justify-content: flex-start;
    justify-content: flex-start;
    -ms-flex-pack: start;
  }

  .locaweb .cs-menu.cs-menu-horizontal.cs-menu-center ul {
    -webkit-box-pack: center;
    box-pack: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }

  .locaweb .cs-menu.cs-menu-vertical .cs-menu-items {
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-box-direction: normal;
    box-direction: normal;
    -moz-flex-direction: column;
    flex-direction: column;
  }

  .locaweb .cs-menu.cs-menu-vertical .cs-menu-items > li.cs-show-submenu .cs-submenu-items,
  .locaweb .cs-menu.cs-menu-vertical .cs-menu-items > li:hover .cs-submenu-items {
    left: calc(100% + 10px);
    top: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .locaweb .cs-menu.cs-menu-vertical .cs-menu-items > li.cs-show-submenu .cs-submenu-items::before,
  .locaweb .cs-menu.cs-menu-vertical .cs-menu-items > li:hover .cs-submenu-items::before {
    height: auto;
    width: 10px;
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: -10px;
  }

  .locaweb .cs-aside-right .cs-menu.cs-menu-vertical .cs-menu-items > li.cs-show-submenu .cs-submenu-items,
  .locaweb .cs-aside-right .cs-menu.cs-menu-vertical .cs-menu-items > li:hover .cs-submenu-items,
  .locaweb .cs-section:not(sidebar) .cs-boxes .cs-box:last-of-type .cs-menu.cs-menu-vertical .cs-menu-items > li.cs-show-submenu .cs-submenu-items,
  .locaweb .cs-section:not(sidebar) .cs-boxes .cs-box:last-of-type .cs-menu.cs-menu-vertical .cs-menu-items > li:hover .cs-submenu-items {
    left: auto;
    right: calc(100% + 10px);
  }

  .locaweb .cs-aside-right .cs-menu.cs-menu-vertical .cs-menu-items > li.cs-show-submenu .cs-submenu-items::before,
  .locaweb .cs-aside-right .cs-menu.cs-menu-vertical .cs-menu-items > li:hover .cs-submenu-items::before,
  .locaweb .cs-section:not(sidebar) .cs-boxes .cs-box:last-of-type .cs-menu.cs-menu-vertical .cs-menu-items > li.cs-show-submenu .cs-submenu-items::before,
  .locaweb .cs-section:not(sidebar) .cs-boxes .cs-box:last-of-type .cs-menu.cs-menu-vertical .cs-menu-items > li:hover .cs-submenu-items::before {
    right: -10px;
    left: auto;
  }

  .locaweb .cs-menu.cs-menu-vertical .cs-submenu-items {
    min-width: 20%;
  }

  .locaweb .cs-menu.cs-menu-vertical.cs-menu-right ul {
    -webkit-box-align: end;
    box-align: end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
    -ms-flex-align: end;
  }

  .locaweb .cs-menu.cs-menu-vertical.cs-menu-left ul {
    -webkit-box-align: start;
    box-align: start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
    -o-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-align: start;
  }

  .locaweb .cs-menu.cs-menu-vertical.cs-menu-center ul {
    -webkit-box-align: center;
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }

  .locaweb .cs-menu.cs-menu-theme-1 .cs-menu-items > li {
    padding: 5px 18px 6px;
    margin: 0;
    position: relative;
  }

  .locaweb .cs-menu.cs-menu-theme-1 .cs-menu-items > li > a {
    padding: 5px 2px 3px;
    border-bottom: 1px solid transparent;
  }

  .locaweb .cs-menu.cs-menu-theme-1.cs-menu-vertical .cs-menu-items > li {
    width: 100%;
    padding: 2px 8px 3px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: flex;
  }

  .locaweb .cs-menu.cs-menu-theme-1.cs-menu-vertical .cs-menu-items > li > a {
    display: inline-block;
    padding: 4px 5px 2px;
    border-bottom: 2px solid transparent;
  }

  .locaweb .cs-menu.cs-menu-theme-1.cs-menu-vertical.cs-menu-right .cs-menu-items > li {
    -webkit-box-pack: end;
    box-pack: end;
    -moz-justify-content: flex-end;
    -ms-justify-content: flex-end;
    -o-justify-content: flex-end;
    justify-content: flex-end;
    -ms-flex-pack: end;
  }

  .locaweb .cs-menu.cs-menu-theme-1.cs-menu-vertical.cs-menu-center .cs-menu-items > li {
    -webkit-box-pack: center;
    box-pack: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
  }

  .locaweb .cs-menu.cs-menu-theme-2 .cs-menu-items > li {
    margin: 8px 10px;
    white-space: normal;
    position: relative;
  }

  .locaweb .cs-menu.cs-menu-theme-2 .cs-menu-items > li.cs-has-submenu > a {
    padding-right: 22px;
    display: inline-block;
  }

  .locaweb .cs-menu.cs-menu-theme-2 .cs-menu-items > li.cs-has-submenu > a::after {
    content: "";
    -webkit-transform: rotate(45deg) translate(0, -20%);
    transform: rotate(45deg) translate(0, -20%);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    height: 7px;
    width: 7px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    display: inline-block;
    margin-left: 7px;
    border-left: 1px solid transparent;
    border-top: 1px solid transparent;
  }

  .locaweb .cs-menu.cs-menu-theme-2 .cs-menu-items > li.cs-show-submenu > a::after,
  .locaweb .cs-menu.cs-menu-theme-2 .cs-menu-items > li:hover > a::after {
    -webkit-transform: rotate(225deg) translate(0, -50%);
    transform: rotate(225deg) translate(0, -50%);
  }

  .locaweb .cs-menu.cs-menu-theme-2 .cs-menu-items .cs-submenu-items {
    padding: 10px 0;
    opacity: 1;
    -webkit-transform: translate(-10px, 0);
    transform: translate(-10px, 0);
  }

  .locaweb .cs-menu.cs-menu-theme-2 .cs-menu-items .cs-submenu-items li {
    position: relative;
  }

  .locaweb .cs-menu.cs-menu-theme-2 .cs-menu-items .cs-submenu-items li:before {
    position: absolute;
    left: 0;
    top: 7px;
    bottom: 5px;
    width: 1px;
    height: auto;
    opacity: 1;
  }

  .locaweb .cs-menu.cs-menu-theme-2.cs-menu-vertical .cs-menu-items > li {
    margin: 0;
    padding: 2px 5px 4px;
  }

  .locaweb .cs-menu.cs-menu-theme-2.cs-menu-vertical .cs-menu-items > li > a {
    padding: 4px 4px 5px;
  }

  .locaweb .cs-menu.cs-menu-theme-2.cs-menu-vertical .cs-menu-items > li.cs-has-submenu > a::after {
    -webkit-transform: rotate(-45deg) translate(0, -1px);
    transform: rotate(-45deg) translate(0, -1px);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }

  .locaweb .cs-aside-right .cs-menu.cs-menu-theme-2.cs-menu-vertical .cs-menu-items > li.cs-has-submenu > a::after,
  .locaweb .cs-section:not(sidebar) .cs-boxes .cs-box:last-of-type .cs-menu.cs-menu-theme-2.cs-menu-vertical .cs-menu-items > li.cs-has-submenu > a::after {
    float: left;
    margin: 4px 7px 0 -2px;
    -webkit-transform: rotate(-225deg) translate(0, -1px);
    transform: rotate(-225deg) translate(0, -1px);
  }

  .locaweb .cs-menu.cs-menu-theme-2.cs-menu-vertical .cs-menu-items > li.cs-show-submenu > a::after,
  .locaweb .cs-menu.cs-menu-theme-2.cs-menu-vertical .cs-menu-items > li:hover > a::after {
    -webkit-transform: rotate(-225deg) translate(0, 1px);
    transform: rotate(-225deg) translate(0, 1px);
  }

  .locaweb .cs-aside-right .cs-menu.cs-menu-theme-2.cs-menu-vertical .cs-menu-items > li.cs-show-submenu > a::after,
  .locaweb .cs-aside-right .cs-menu.cs-menu-theme-2.cs-menu-vertical .cs-menu-items > li:hover > a::after,
  .locaweb .cs-section:not(sidebar) .cs-boxes .cs-box:last-of-type .cs-menu.cs-menu-theme-2.cs-menu-vertical .cs-menu-items > li.cs-show-submenu > a::after,
  .locaweb .cs-section:not(sidebar) .cs-boxes .cs-box:last-of-type .cs-menu.cs-menu-theme-2.cs-menu-vertical .cs-menu-items > li:hover > a::after {
    margin-top: 5px;
    -webkit-transform: rotate(-45deg) translate(0, -1px);
    transform: rotate(-45deg) translate(0, -1px);
  }

  .locaweb .cs-menu.cs-menu-theme-3 .cs-menu-items > li {
    margin: 3px 0;
    position: relative;
  }

  .locaweb .cs-menu.cs-menu-theme-3 .cs-menu-items > li.cs-is-active > a::after {
    visibility: visible;
    opacity: 1;
  }

  .locaweb .cs-menu.cs-menu-theme-3 .cs-menu-items > li > a {
    padding: 10px 20px;
    position: relative;
  }

  .locaweb .cs-menu.cs-menu-theme-3 .cs-menu-items > li > a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    opacity: 0.3;
  }

  .locaweb .cs-menu.cs-menu-theme-3 .cs-menu-items > li > a::after {
    content: "";
    visibility: hidden;
    opacity: 0;
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 3px;
    width: 100%;
  }

  .locaweb .cs-menu.cs-menu-theme-3 .cs-menu-items > li:hover > a::after,
  .locaweb .cs-menu.cs-menu-theme-3 .cs-menu-items > li > a:focus:not(.cs-external-link)::after,
  .locaweb .cs-menu.cs-menu-theme-3 .cs-menu-items > li > a:hover::after {
    visibility: visible;
    opacity: 1;
  }

  .locaweb .cs-menu.cs-menu-theme-3 .cs-menu-items .cs-submenu-items {
    top: calc(100% + 7px);
    padding: 10px 0;
  }

  .locaweb .cs-menu.cs-menu-theme-3 .cs-menu-items .cs-show-submenu > a::after {
    visibility: visible;
    opacity: 1;
  }

  .locaweb .cs-menu.cs-menu-theme-3.cs-menu-vertical .cs-menu-items {
    padding: 6px 0 6px 10px;
  }

  .locaweb .cs-menu.cs-menu-theme-3.cs-menu-vertical .cs-menu-items > li {
    margin: 0;
    padding: 6px 8px 4px;
  }

  .locaweb .cs-menu.cs-menu-theme-3.cs-menu-vertical .cs-menu-items > li:first-child {
    padding-top: 0;
  }

  .locaweb .cs-menu.cs-menu-theme-3.cs-menu-vertical .cs-menu-items > li:last-child {
    padding-bottom: 0;
  }

  .locaweb .cs-menu.cs-menu-theme-3.cs-menu-vertical .cs-menu-items > li > a {
    padding: 0 5px 4px;
  }

  .locaweb .cs-menu.cs-menu-theme-4 .cs-menu-items > li {
    position: relative;
  }

  .locaweb .cs-menu.cs-menu-theme-4 .cs-menu-items > li > a {
    padding: 8px 16px;
    border-radius: 6px;
  }

  .locaweb .cs-menu.cs-menu-theme-4 .cs-menu-items .cs-submenu-items {
    top: calc(100% + 7px);
    border-radius: 6px;
    padding: 10px 0;
  }

  .locaweb .cs-menu.cs-menu-theme-4.cs-menu-vertical .cs-menu-items {
    padding: 9px 0 0 10px;
  }

  .locaweb .cs-menu.cs-menu-theme-4.cs-menu-vertical .cs-menu-items > li {
    margin: 0;
  }

  .locaweb .cs-menu.cs-menu-theme-4.cs-menu-vertical .cs-menu-items > li > a {
    padding: 8px 16px 7px;
  }

  .locaweb .cs-menu.cs-menu-theme-5 .cs-menu-items > li {
    position: relative;
  }

  .locaweb .cs-menu.cs-menu-theme-5 .cs-menu-items > li > a {
    padding: 5px 16px;
    border-radius: 25px;
    position: relative;
    z-index: 3;
  }

  .locaweb .cs-menu.cs-menu-theme-5 .cs-menu-items > li.cs-has-submenu > a {
    padding-right: 25px;
  }

  .locaweb .cs-menu.cs-menu-theme-5 .cs-menu-items > li.cs-has-submenu > a::after {
    content: "";
    height: 0;
    width: 0;
    border-bottom: 5px solid #ccc;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    top: 50%;
    right: 8px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }

  .locaweb .cs-menu.cs-menu-theme-5 .cs-menu-items > li.cs-has-submenu.cs-show-submenu > a::after,
  .locaweb .cs-menu.cs-menu-theme-5 .cs-menu-items > li.cs-has-submenu:hover > a::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }

  .locaweb .cs-menu.cs-menu-theme-5 .cs-menu-items .cs-submenu-items {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    top: 0;
    padding: 0 3px;
    border-radius: 13px;
  }

  .locaweb .cs-menu.cs-menu-theme-5 .cs-menu-items .cs-submenu-items li {
    margin: 0 10px;
  }

  .locaweb .cs-menu.cs-menu-theme-5 .cs-menu-items .cs-submenu-items a {
    padding-left: 4px;
    padding-right: 4px;
  }

  .locaweb .cs-menu.cs-menu-theme-5.cs-menu-vertical .cs-menu-items {
    padding-top: 2px;
  }

  .locaweb .cs-menu.cs-menu-theme-5.cs-menu-vertical .cs-menu-items > li {
    margin: 4px 8px 0;
  }

  .locaweb .cs-menu.cs-menu-theme-5.cs-menu-vertical .cs-menu-items > li > a {
    padding: 5px 16px 6px;
  }

  .locaweb .cs-menu.cs-menu-theme-5.cs-menu-vertical .cs-menu-items > li.cs-has-submenu > a {
    padding-right: 25px;
  }

  .locaweb .cs-menu.cs-menu-theme-5.cs-menu-vertical .cs-menu-items > li.cs-has-submenu > a::after {
    top: calc(50% - 3px);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .locaweb .cs-aside-right .cs-menu.cs-menu-theme-5.cs-menu-vertical .cs-menu-items > li.cs-has-submenu > a,
  .locaweb .cs-section:not(sidebar) .cs-boxes .cs-box:last-of-type .cs-menu.cs-menu-theme-5.cs-menu-vertical .cs-menu-items > li.cs-has-submenu > a {
    padding: 5px 16px 6px 25px;
  }

  .locaweb .cs-aside-right .cs-menu.cs-menu-theme-5.cs-menu-vertical .cs-menu-items > li.cs-has-submenu > a::after,
  .locaweb .cs-section:not(sidebar) .cs-boxes .cs-box:last-of-type .cs-menu.cs-menu-theme-5.cs-menu-vertical .cs-menu-items > li.cs-has-submenu > a::after {
    left: 8px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .locaweb .cs-menu.cs-menu-theme-5.cs-menu-vertical .cs-menu-items > li.cs-has-submenu.cs-show-submenu > a::after,
  .locaweb .cs-menu.cs-menu-theme-5.cs-menu-vertical .cs-menu-items > li.cs-has-submenu:hover > a::after {
    top: calc(50% - 2px);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .locaweb .cs-aside-right .cs-menu.cs-menu-theme-5.cs-menu-vertical .cs-menu-items > li.cs-has-submenu.cs-show-submenu > a::after,
  .locaweb .cs-aside-right .cs-menu.cs-menu-theme-5.cs-menu-vertical .cs-menu-items > li.cs-has-submenu:hover > a::after,
  .locaweb .cs-section:not(sidebar) .cs-boxes .cs-box:last-of-type .cs-menu.cs-menu-theme-5.cs-menu-vertical .cs-menu-items > li.cs-has-submenu.cs-show-submenu > a::after,
  .locaweb .cs-section:not(sidebar) .cs-boxes .cs-box:last-of-type .cs-menu.cs-menu-theme-5.cs-menu-vertical .cs-menu-items > li.cs-has-submenu:hover > a::after {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .locaweb .cs-menu.cs-menu-theme-6 .cs-menu-items {
    border-radius: 20px;
    box-shadow: 4px 0 rgba(0, 0, 0, 0.3) inset, -4px 0 rgba(0, 0, 0, 0.3) inset;
  }

  .locaweb .cs-menu.cs-menu-theme-6 .cs-menu-items > li {
    margin: 0;
    white-space: normal;
    position: relative;
  }

  .locaweb .cs-menu.cs-menu-theme-6 .cs-menu-items > li:first-child {
    padding-left: 5px;
  }

  .locaweb .cs-menu.cs-menu-theme-6 .cs-menu-items > li:first-child::before {
    display: none;
  }

  .locaweb .cs-menu.cs-menu-theme-6 .cs-menu-items > li::before {
    content: "";
    width: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
  }

  .locaweb .cs-menu.cs-menu-theme-6 .cs-menu-items > li > a {
    padding: 12px 25px 12px 20px;
    display: inline-block;
  }

  .locaweb .cs-menu.cs-menu-theme-6 .cs-menu-items .cs-submenu-items {
    border-radius: 0 0 20px 20px;
    padding: 0 4px 12px;
  }

  .locaweb .cs-menu.cs-menu-theme-6 .cs-menu-items .cs-submenu-items li {
    position: relative;
  }

  .locaweb .cs-menu.cs-menu-theme-6 .cs-menu-items .cs-submenu-items li:before {
    position: absolute;
    left: 0;
    top: 7px;
    bottom: 5px;
    width: 1px;
    height: auto;
    opacity: 1;
  }

  .locaweb .cs-menu.cs-menu-theme-6.cs-menu-vertical .cs-menu-items {
    padding: 3px 2px;
    box-shadow: 0 4px rgba(0, 0, 0, 0.3) inset, 0 -4px rgba(0, 0, 0, 0.3) inset;
  }

  .locaweb .cs-menu.cs-menu-theme-6.cs-menu-vertical .cs-menu-items > li {
    width: calc(100% - 4px);
    margin: 0 2px;
  }

  .locaweb .cs-menu.cs-menu-theme-6.cs-menu-vertical .cs-menu-items > li:first-child {
    padding-left: 0;
  }

  .locaweb .cs-menu.cs-menu-theme-6.cs-menu-vertical .cs-menu-items > li::before {
    content: "";
    height: 0;
    width: auto;
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: absolute;
    top: -1px;
    right: 0;
    bottom: auto;
    left: 0;
  }

  .locaweb .cs-menu.cs-menu-theme-6.cs-menu-vertical .cs-menu-items > li > a {
    display: block;
    padding: 8px 20px 7px;
  }

  .locaweb .cs-menu.cs-menu-theme-6.cs-menu-vertical .cs-menu-items > li .cs-submenu-items {
    border-radius: 20px;
    padding: 4px;
  }

  .locaweb .cs-menu.cs-menu-theme-6.cs-menu-vertical .cs-menu-items > li .cs-submenu-items::before {
    width: 15px;
  }

  .locaweb .cs-menu.cs-menu-theme-6.cs-menu-vertical.cs-menu-right .cs-menu-items > li > a {
    text-align: right;
  }

  .locaweb .cs-menu.cs-menu-theme-6.cs-menu-vertical.cs-menu-center .cs-menu-items > li > a {
    text-align: center;
  }

  .locaweb .cs-menu.cs-menu-theme-7 .cs-menu-items {
    box-shadow: 0 6px 7px -6px rgba(0, 0, 0, 0.6);
    border-radius: 4px;
  }

  .locaweb .cs-menu.cs-menu-theme-7 .cs-menu-items > li {
    margin: 2px 0;
    position: relative;
  }

  .locaweb .cs-menu.cs-menu-theme-7 .cs-menu-items > li:first-child::before {
    display: none;
  }

  .locaweb .cs-menu.cs-menu-theme-7 .cs-menu-items > li::before {
    content: "";
    width: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
  }

  .locaweb .cs-menu.cs-menu-theme-7 .cs-menu-items > li > a {
    padding: 11px 20px;
  }

  .locaweb .cs-menu.cs-menu-theme-7 .cs-menu-items .cs-submenu-items {
    padding-bottom: 10px;
    box-shadow: 0 6px 7px -6px rgba(0, 0, 0, 0.6);
  }

  .locaweb .cs-menu.cs-menu-theme-7 .cs-menu-items .cs-submenu-items li {
    position: relative;
  }

  .locaweb .cs-menu.cs-menu-theme-7 .cs-menu-items .cs-submenu-items li:before {
    position: absolute;
    left: 0;
    top: 7px;
    bottom: 5px;
    width: 1px;
    height: auto;
    opacity: 1;
  }

  .locaweb .cs-menu.cs-menu-theme-7.cs-menu-vertical .cs-menu-items > li {
    width: calc(100% - 4px);
    margin: 0 2px;
  }

  .locaweb .cs-menu.cs-menu-theme-7.cs-menu-vertical .cs-menu-items > li:first-child {
    padding-left: 0;
  }

  .locaweb .cs-menu.cs-menu-theme-7.cs-menu-vertical .cs-menu-items > li::before {
    content: "";
    height: 0;
    width: auto;
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: absolute;
    top: -1px;
    right: 0;
    bottom: auto;
    left: 0;
  }

  .locaweb .cs-menu.cs-menu-theme-7.cs-menu-vertical .cs-menu-items > li > a {
    display: block;
    padding: 7px 14px 8px;
  }

  .locaweb .cs-menu.cs-menu-theme-7.cs-menu-vertical .cs-menu-items > li .cs-submenu-items {
    padding: 5px 0;
  }

  .locaweb .cs-menu.cs-menu-theme-7.cs-menu-vertical.cs-menu-right .cs-menu-items > li > a {
    text-align: right;
  }

  .locaweb .cs-menu.cs-menu-theme-7.cs-menu-vertical.cs-menu-center .cs-menu-items > li > a {
    text-align: center;
  }

  .locaweb .cs-menu.cs-menu-theme-8 .cs-menu-items {
    border-radius: 4px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  }

  .locaweb .cs-menu.cs-menu-theme-8 .cs-menu-items > li {
    margin: 0;
    position: relative;
  }

  .locaweb .cs-menu.cs-menu-theme-8 .cs-menu-items > li.cs-has-submenu > a::before {
    content: "";
    height: 0;
    width: 0;
    border-bottom: 6.5px solid rgba(0, 0, 0, 0.5);
    border-left: 6.5px solid transparent;
    border-right: 6.5px solid transparent;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .locaweb .cs-menu.cs-menu-theme-8 .cs-menu-items > li.cs-has-submenu.cs-show-submenu > a,
  .locaweb .cs-menu.cs-menu-theme-8 .cs-menu-items > li.cs-has-submenu:hover > a {
    background: rgba(0, 0, 0, 0.5);
  }

  .locaweb .cs-menu.cs-menu-theme-8 .cs-menu-items > li.cs-has-submenu.cs-show-submenu > a::before,
  .locaweb .cs-menu.cs-menu-theme-8 .cs-menu-items > li.cs-has-submenu:hover > a::before {
    opacity: 0;
  }

  .locaweb .cs-menu.cs-menu-theme-8 .cs-menu-items > li.cs-has-submenu.cs-show-submenu > a::after,
  .locaweb .cs-menu.cs-menu-theme-8 .cs-menu-items > li.cs-has-submenu:hover > a::after {
    content: "";
    height: 0;
    width: 0;
    border-left: 6.5px solid transparent;
    border-right: 6.5px solid transparent;
    border-top: 6.5px solid rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: -6px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .locaweb .cs-menu.cs-menu-theme-8 .cs-menu-items > li.cs-is-active > a {
    background: rgba(0, 0, 0, 0.5);
  }

  .locaweb .cs-menu.cs-menu-theme-8 .cs-menu-items > li > a {
    padding: 12px 20px 9px;
    position: relative;
  }

  .locaweb .cs-menu.cs-menu-theme-8 .cs-menu-items > li > a:focus:not(.cs-external-link),
  .locaweb .cs-menu.cs-menu-theme-8 .cs-menu-items > li > a:hover {
    background: rgba(0, 0, 0, 0.5);
  }

  .locaweb .cs-menu.cs-menu-theme-8 .cs-menu-items .cs-submenu-items {
    top: calc(100% + 9px);
  }

  .locaweb .cs-menu.cs-menu-theme-8 .cs-menu-items .cs-submenu-items a:focus,
  .locaweb .cs-menu.cs-menu-theme-8 .cs-menu-items .cs-submenu-items a:hover {
    background: rgba(0, 0, 0, 0.5);
  }

  .locaweb .cs-menu.cs-menu-theme-8.cs-menu-vertical .cs-menu-items {
    padding: 6px 0;
  }

  .locaweb .cs-menu.cs-menu-theme-8.cs-menu-vertical .cs-menu-items > li {
    width: 100%;
  }

  .locaweb .cs-menu.cs-menu-theme-8.cs-menu-vertical .cs-menu-items > li.cs-has-submenu > a::before {
    position: absolute;
    right: -3px;
    bottom: 50%;
    left: auto;
    -webkit-transform: translateX(0) translateY(50%) rotate(-90deg);
    transform: translateX(0) translateY(50%) rotate(-90deg);
  }

  .locaweb .cs-aside-right .cs-menu.cs-menu-theme-8.cs-menu-vertical .cs-menu-items > li.cs-has-submenu > a::before,
  .locaweb .cs-section:not(sidebar) .cs-boxes .cs-box:last-of-type .cs-menu.cs-menu-theme-8.cs-menu-vertical .cs-menu-items > li.cs-has-submenu > a::before {
    right: auto;
    left: -2px;
    -webkit-transform: translateX(0) translateY(50%) rotate(90deg);
    transform: translateX(0) translateY(50%) rotate(90deg);
  }

  .locaweb .cs-menu.cs-menu-theme-8.cs-menu-vertical .cs-menu-items > li.cs-has-submenu.cs-show-submenu > a::after,
  .locaweb .cs-menu.cs-menu-theme-8.cs-menu-vertical .cs-menu-items > li.cs-has-submenu:hover > a::after {
    position: absolute;
    right: -9px;
    bottom: 50%;
    left: auto;
    -webkit-transform: translateX(0) translateY(50%) rotate(-90deg);
    transform: translateX(0) translateY(50%) rotate(-90deg);
  }

  .locaweb .cs-aside-right .cs-menu.cs-menu-theme-8.cs-menu-vertical .cs-menu-items > li.cs-has-submenu.cs-show-submenu > a::after,
  .locaweb .cs-aside-right .cs-menu.cs-menu-theme-8.cs-menu-vertical .cs-menu-items > li.cs-has-submenu:hover > a::after,
  .locaweb .cs-section:not(sidebar) .cs-boxes .cs-box:last-of-type .cs-menu.cs-menu-theme-8.cs-menu-vertical .cs-menu-items > li.cs-has-submenu.cs-show-submenu > a::after,
  .locaweb .cs-section:not(sidebar) .cs-boxes .cs-box:last-of-type .cs-menu.cs-menu-theme-8.cs-menu-vertical .cs-menu-items > li.cs-has-submenu:hover > a::after {
    right: auto;
    left: -9px;
    -webkit-transform: translateX(0) translateY(50%) rotate(90deg);
    transform: translateX(0) translateY(50%) rotate(90deg);
  }

  .locaweb .cs-menu.cs-menu-theme-8.cs-menu-vertical .cs-menu-items > li > a {
    padding: 7px 15px;
  }

  .locaweb .cs-menu.cs-menu-theme-8.cs-menu-vertical.cs-menu-right .cs-menu-items > li > a {
    text-align: right;
  }

  .locaweb .cs-menu.cs-menu-theme-8.cs-menu-vertical.cs-menu-center .cs-menu-items > li > a {
    text-align: center;
  }

  .locaweb .cs-menu.cs-menu-theme-9 .cs-menu-items > li {
    position: relative;
  }

  .locaweb .cs-menu.cs-menu-theme-9 .cs-menu-items > li::before {
    content: ".";
    display: inline-block;
    margin-right: 10px;
    font-size: 18px;
    position: relative;
    top: -3px;
  }

  .locaweb .cs-menu.cs-menu-theme-9 .cs-menu-items > li > a {
    display: inline-block;
    padding: 9px;
  }

  .locaweb .cs-menu.cs-menu-theme-9 .cs-menu-items .cs-submenu-items {
    padding: 10px 0;
  }

  .locaweb .cs-menu.cs-menu-theme-9.cs-menu-vertical .cs-menu-items > li {
    margin: 5px 10px 1px;
  }

  .locaweb .cs-menu.cs-menu-theme-9.cs-menu-vertical .cs-menu-items > li::before {
    margin: 0;
  }

  .locaweb .cs-menu.cs-menu-theme-9.cs-menu-vertical .cs-menu-items > li > a {
    padding: 0 3px;
  }

  .locaweb .cs-aside-right .cs-menu.cs-menu-theme-9.cs-menu-vertical .cs-menu-items > li > a,
  .locaweb .cs-section:not(sidebar) .cs-boxes .cs-box:last-of-type .cs-menu.cs-menu-theme-9.cs-menu-vertical .cs-menu-items > li > a {
    float: left;
    margin: 7px 5px 0 0;
  }
}

@media only screen and (min-width: 520px) {
  .locaweb .cs-showcase-product {
    max-width: calc(100% / 2 - 20px);
  }
}

@media only screen and (min-width: 768px) {
  .locaweb .cs-showcase-product {
    max-width: calc(100% / 4 - 20px);
  }

  .locaweb .cs-showcase-1-per-row .cs-showcase-product {
    -webkit-box-flex: 1;
            flex: 1 1 calc(100% / 1 - 20px);
    max-width: calc(100% / 1 - 20px);
  }

  .locaweb .cs-showcase-2-per-row .cs-showcase-product {
    -webkit-box-flex: 1;
            flex: 1 1 calc(100% / 2 - 20px);
    max-width: calc(100% / 2 - 20px);
  }

  .locaweb .cs-showcase-3-per-row .cs-showcase-product {
    -webkit-box-flex: 1;
            flex: 1 1 calc(100% / 3 - 20px);
    max-width: calc(100% / 3 - 20px);
  }

  .locaweb .cs-showcase-4-per-row .cs-showcase-product {
    -webkit-box-flex: 1;
            flex: 1 1 calc(100% / 4 - 20px);
    max-width: calc(100% / 4 - 20px);
  }

  .locaweb .cs-showcase-5-per-row .cs-showcase-product {
    -webkit-box-flex: 1;
            flex: 1 1 calc(100% / 5 - 20px);
    max-width: calc(100% / 5 - 20px);
  }

  .locaweb .cs-product-modal .cs-product-price {
    float: left;
  }
}

@media only screen and (max-width: 767px) {
  .locaweb .cs-product-modal .cs-product-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .locaweb .cs-product-modal .cs-product-information {
    text-align: center;
    padding: 20px 0 0;
  }
}

@media only screen and (max-width: 767px) {
  .locaweb .cs-product-modal .cs-product-quantity,
  .locaweb .cs-product-modal .cs-product-select,
  .locaweb .cs-product-modal .cs-product-variation {
    display: block;
    margin: 12px 0;
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .locaweb .cs-product-modal .cs-product-action {
    float: right;
  }

  .locaweb .cs-product-modal .cs-product-gallery {
    min-width: 283px;
  }
}

@media only screen and (max-width: 767px) {
  .locaweb .cs-section-full {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .locaweb .cs-section-full-content {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .locaweb .cs-aside,
  .locaweb header {
    position: relative;
  }

  .locaweb header {
    z-index: 3;
  }

  .locaweb .cs-aside {
    max-width: 940px;
    margin: 0 auto;
    z-index: 2;
  }

  .locaweb .cs-aside sidebar.cs-section {
    width: 200px;
    position: absolute;
    top: 0;
  }

  .locaweb .cs-aside sidebar.cs-section .cs-box {
    min-width: 100%;
  }

  .locaweb .cs-aside-left sidebar.cs-section {
    left: 0;
  }

  .locaweb .cs-aside-left ~ section .cs-lines {
    padding-left: 205px;
  }

  .locaweb .cs-aside-right sidebar.cs-section {
    left: calc(100% - 200px);
  }

  .locaweb .cs-aside-right ~ section .cs-lines {
    padding-right: 205px;
  }
}

@media only screen and (max-width: 767px) {
  .locaweb .cs-aside .cs-menu-widget {
    margin: 0;
  }
}

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  .locaweb .pswp--svg .pswp__button,
  .locaweb .pswp--svg .pswp__button--arrow--left:before,
  .locaweb .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjY0IiBoZWlnaHQ9Ijg4IiB2aWV3Qm94PSIwIDAgMjY0IDg4IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjx0aXRsZT5kZWZhdWx0LXNraW4gMjwvdGl0bGU+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48Zz48cGF0aCBkPSJNNjcuMDAyIDU5LjV2My43NjhjLTYuMzA3Ljg0LTkuMTg0IDUuNzUtMTAuMDAyIDkuNzMyIDIuMjItMi44MyA1LjU2NC01LjA5OCAxMC4wMDItNS4wOThWNzEuNUw3MyA2NS41ODUgNjcuMDAyIDU5LjV6IiBpZD0iU2hhcGUiIGZpbGw9IiNmZmYiLz48ZyBmaWxsPSIjZmZmIj48cGF0aCBkPSJNMTMgMjl2LTVoMnYzaDN2MmgtNXpNMTMgMTVoNXYyaC0zdjNoLTJ2LTV6TTMxIDE1djVoLTJ2LTNoLTN2LTJoNXpNMzEgMjloLTV2LTJoM3YtM2gydjV6IiBpZD0iU2hhcGUiLz48L2c+PGcgZmlsbD0iI2ZmZiI+PHBhdGggZD0iTTYyIDI0djVoLTJ2LTNoLTN2LTJoNXpNNjIgMjBoLTV2LTJoM3YtM2gydjV6TTcwIDIwdi01aDJ2M2gzdjJoLTV6TTcwIDI0aDV2MmgtM3YzaC0ydi01eiIvPjwvZz48cGF0aCBkPSJNMjAuNTg2IDY2bC01LjY1Ni01LjY1NiAxLjQxNC0xLjQxNEwyMiA2NC41ODZsNS42NTYtNS42NTYgMS40MTQgMS40MTRMMjMuNDE0IDY2bDUuNjU2IDUuNjU2LTEuNDE0IDEuNDE0TDIyIDY3LjQxNGwtNS42NTYgNS42NTYtMS40MTQtMS40MTRMMjAuNTg2IDY2eiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik0xMTEuNzg1IDY1LjAzTDExMCA2My41bDMtMy41aC0xMHYtMmgxMGwtMy0zLjUgMS43ODUtMS40NjhMMTE3IDU5bC01LjIxNSA2LjAzeiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik0xNTIuMjE1IDY1LjAzTDE1NCA2My41bC0zLTMuNWgxMHYtMmgtMTBsMy0zLjUtMS43ODUtMS40NjhMMTQ3IDU5bDUuMjE1IDYuMDN6IiBmaWxsPSIjZmZmIi8+PGc+PHBhdGggaWQ9IlJlY3RhbmdsZS0xMSIgZmlsbD0iI2ZmZiIgZD0iTTE2MC45NTcgMjguNTQzbC0zLjI1LTMuMjUtMS40MTMgMS40MTQgMy4yNSAzLjI1eiIvPjxwYXRoIGQ9Ik0xNTIuNSAyN2MzLjAzOCAwIDUuNS0yLjQ2MiA1LjUtNS41cy0yLjQ2Mi01LjUtNS41LTUuNS01LjUgMi40NjItNS41IDUuNSAyLjQ2MiA1LjUgNS41IDUuNXoiIGlkPSJPdmFsLTEiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIxLjUiLz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTUwIDIxaDV2MWgtNXoiLz48L2c+PGc+PHBhdGggZD0iTTExNi45NTcgMjguNTQzbC0xLjQxNCAxLjQxNC0zLjI1LTMuMjUgMS40MTQtMS40MTQgMy4yNSAzLjI1eiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik0xMDguNSAyN2MzLjAzOCAwIDUuNS0yLjQ2MiA1LjUtNS41cy0yLjQ2Mi01LjUtNS41LTUuNS01LjUgMi40NjItNS41IDUuNSAyLjQ2MiA1LjUgNS41IDUuNXoiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIxLjUiLz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTA2IDIxaDV2MWgtNXoiLz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTA5LjA0MyAxOS4wMDhsLS4wODUgNS0xLS4wMTcuMDg1LTV6Ii8+PC9nPjwvZz48L2c+PC9zdmc+);
  }

  .locaweb .pswp--svg .pswp__button--arrow--left,
  .locaweb .pswp--svg .pswp__button--arrow--right {
    background: 0 0;
  }
}

@media screen and (max-width: 1024px) {
  .locaweb .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}

@media only screen and (min-width: 768px) {
  .locaweb .cs-menu a,
  .locaweb .cs-menu.cs-menu-theme-9 .cs-menu-items > li::before {
    color: #b5a781;
  }

  .locaweb .cs-menu .cs-menu-items > li > a:hover,
  .locaweb .cs-menu .cs-menu-items > li.cs-is-active > a,
  .locaweb .cs-menu .cs-menu-items > li:hover > a {
    color: #b5a781;
  }

  .locaweb .cs-menu .cs-submenu-items li::before {
    background: #b5a781;
  }

  .locaweb .cs-menu .cs-submenu-items li a {
    color: #b5a781;
  }

  .locaweb .cs-menu.cs-menu-theme-1,
  .locaweb .cs-menu.cs-menu-theme-1 .cs-submenu-items,
  .locaweb .cs-menu.cs-menu-theme-6 .cs-submenu-items,
  .locaweb .cs-menu.cs-menu-theme-3 .cs-menu-items > li.cs-show-submenu > a::after {
    background: rgba(255, 255, 255, 0);
  }

  .locaweb .cs-menu .cs-submenu-items li a:hover,
  .locaweb .cs-menu.cs-menu-theme-1 .cs-menu-items li a:focus,
  .locaweb .cs-menu.cs-menu-theme-2 .cs-menu-items li a:focus,
  .locaweb .cs-menu.cs-menu-theme-3 .cs-menu-items li a:focus,
  .locaweb .cs-menu.cs-menu-theme-4 .cs-menu-items li a:focus,
  .locaweb .cs-menu.cs-menu-theme-6 .cs-menu-items li a:focus,
  .locaweb .cs-menu.cs-menu-theme-7 .cs-menu-items li a:focus,
  .locaweb .cs-menu.cs-menu-theme-8 .cs-menu-items li a:focus,
  .locaweb .cs-menu.cs-menu-theme-9 .cs-menu-items li a:focus,
  .locaweb .cs-menu.cs-menu-theme-1 .cs-menu-items > li.cs-show-submenu > a,
  .locaweb .cs-menu.cs-menu-theme-2 .cs-menu-items > li.cs-show-submenu > a,
  .locaweb .cs-menu.cs-menu-theme-3 .cs-menu-items > li.cs-show-submenu > a,
  .locaweb .cs-menu.cs-menu-theme-4 .cs-menu-items > li.cs-show-submenu > a,
  .locaweb .cs-menu.cs-menu-theme-6 .cs-menu-items > li.cs-show-submenu > a,
  .locaweb .cs-menu.cs-menu-theme-7 .cs-menu-items > li.cs-show-submenu > a,
  .locaweb .cs-menu.cs-menu-theme-8 .cs-menu-items > li.cs-show-submenu > a,
  .locaweb .cs-menu.cs-menu-theme-9 .cs-menu-items > li.cs-show-submenu > a {
    color: #b5a781;
  }

  .locaweb .cs-menu.cs-menu-theme-2 .cs-menu-items > li.cs-has-submenu > a::after {
    border-color: #b5a781;
  }

  .locaweb .cs-menu.cs-menu-theme-2 .cs-menu-items > li.cs-has-submenu.cs-show-submenu > a::after,
  .locaweb .cs-menu.cs-menu-theme-2 .cs-menu-items > li:hover > a::after,
  .locaweb .cs-menu.cs-menu-theme-2 .cs-menu-items > li.cs-is-active > a::after,
  .locaweb .cs-menu.cs-menu-theme-1 .cs-menu-items > li:hover > a,
  .locaweb .cs-menu.cs-menu-theme-1 .cs-menu-items > li.cs-show-submenu:hover > a,
  .locaweb .cs-menu.cs-menu-theme-1 .cs-menu-items > li > a:focus,
  .locaweb .cs-menu.cs-menu-theme-1 .cs-menu-items > li.cs-show-submenu > a,
  .locaweb .cs-menu.cs-menu-theme-1 .cs-menu-items > li > a:hover .cs-menu.cs-menu-theme-1 .cs-menu-items > li.cs-is-active > a:hover,
  .locaweb .cs-menu.cs-menu-theme-1 .cs-menu-items > li.cs-is-active > a:focus,
  .locaweb .cs-menu.cs-menu-theme-1 .cs-menu-items > li.cs-is-active > a {
    border-color: #b5a781;
  }

  .locaweb .cs-menu.cs-menu-theme-5 .cs-menu-items > li.cs-is-active.cs-has-submenu > a::after {
    border-bottom-color: #b5a781;
  }

  .locaweb .cs-menu.cs-menu-theme-3 .cs-menu-items > li > a:hover::before,
  .locaweb .cs-menu.cs-menu-theme-3 .cs-submenu-items li::before {
    background: #b5a781;
  }

  .locaweb .cs-menu.cs-menu-theme-3 .cs-submenu-items,
  .locaweb .cs-menu.cs-menu-theme-2 .cs-submenu-items,
  .locaweb .cs-menu.cs-menu-theme-7 .cs-submenu-items {
    background: rgba(255, 255, 255, 0);
  }

  .locaweb .cs-menu.cs-menu-theme-4 .cs-menu-items > li:hover > a,
  .locaweb .cs-menu.cs-menu-theme-4 .cs-menu-items > li > a:hover,
  .locaweb .cs-menu.cs-menu-theme-4 .cs-menu-items > li > a:focus,
  .locaweb .cs-menu.cs-menu-theme-4 .cs-menu-items > li.cs-is-active > a,
  .locaweb .cs-menu.cs-menu-theme-4 .cs-menu-items > li.cs-show-submenu > a,
  .locaweb .cs-menu.cs-menu-theme-5 .cs-menu-items > li:hover > a,
  .locaweb .cs-menu.cs-menu-theme-5 .cs-menu-items > li a:focus,
  .locaweb .cs-menu.cs-menu-theme-5 .cs-menu-items > li.cs-is-active > a,
  .locaweb .cs-menu.cs-menu-theme-5 .cs-menu-items > li.cs-show-submenu > a {
    background: rgba(255, 255, 255, 0);
    color: #b5a781;
  }

  .locaweb .cs-menu.cs-menu-theme-5:not(.cs-menu-vertical) .cs-menu-items .cs-submenu-items {
    padding-top: calc(20px + 13px);
  }

  .locaweb .cs-menu.cs-menu-theme-5 .cs-menu-items .cs-submenu-items {
    background: rgba(255, 255, 255, 0);
  }

  .locaweb .cs-menu.cs-menu-theme-5 .cs-menu-items li.cs-has-submenu > a::after {
    border-bottom-color: #b5a781;
  }

  .locaweb .cs-menu.cs-menu-theme-5 .cs-menu-items > li:hover.cs-has-submenu > a::after,
  .locaweb .cs-menu.cs-menu-theme-5 .cs-menu-items > li.cs-has-submenu.cs-show-submenu > a::after {
    border-bottom-color: #b5a781;
  }

  .locaweb .cs-menu.cs-menu-theme-4 .cs-submenu-items,
  .locaweb .cs-menu.cs-menu-theme-9 .cs-submenu-items,
  .locaweb .cs-menu.cs-menu-theme-6 .cs-menu-items,
  .locaweb .cs-menu.cs-menu-theme-7 .cs-menu-items,
  .locaweb .cs-menu.cs-menu-theme-8 .cs-menu-items,
  .locaweb .cs-menu.cs-menu-theme-8 .cs-menu-items .cs-submenu-items,
  .locaweb .cs-menu.cs-menu-theme-3 .cs-menu-items > li > a::before,
  .locaweb .cs-menu.cs-menu-theme-3 .cs-menu-items > li > a::after {
    background: rgba(255, 255, 255, 0);
  }

  .locaweb .cs-menu.cs-menu-theme-8 .cs-menu-items > li > a::before {
    border-top-color: rgba(255, 255, 255, 0);
  }
}

.locaweb .cs-product-modal,
.locaweb .fadeIn {
  -moz-animation: fadeIn 0.4s;
}

.locaweb .cs-form-group .cs-form-file-btn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.locaweb .owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
}

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

.locaweb .owl-theme .owl-nav [class*="owl-"]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}

.locaweb .owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.locaweb .cs-btn-show-more,
.locaweb .cs-form-widget .cs-button,
.locaweb .cs-gallery[data-full-image] img.owl-lazy:hover,
.locaweb .cs-pointer {
  cursor: pointer;
}

.locaweb .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.locaweb .owl-theme .owl-dots {
  text-align: center;
}

.locaweb .owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.locaweb .owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.locaweb .owl-theme .owl-dots .owl-dot.active span,
.locaweb .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.locaweb .cs-float-l {
  float: left;
}

.locaweb .cs-float-r {
  float: right;
}

.locaweb .cs-float-n {
  float: none;
}

.locaweb .cs-clearfix::after,
.locaweb .cs-widgets::after {
  content: "";
  display: block;
  clear: both;
}

.locaweb .cs-inline-block {
  display: inline-block;
}

.locaweb .cs-inline {
  display: inline;
}

.locaweb .cs-block {
  display: block;
}

.locaweb .cs-display-none {
  display: none !important;
}

.locaweb .cs-center {
  display: block !important;
  margin-left: auto !important;
  margin-right: auto !important;
  float: none !important;
}

.locaweb .cs-replace {
  display: block;
  border: none;
  overflow: hidden;
  text-indent: -9999px;
  word-spacing: 999px;
}

.locaweb .cs-list,
.locaweb .cs-list li,
.locaweb .cs-list-auto {
  width: 100%;
  float: left;
  display: block;
}

.locaweb .cs-list-auto {
  width: auto;
}

.locaweb .cs-link {
  color: #01b1e7;
  text-decoration: none;
}

.locaweb .cs-link:focus,
.locaweb .cs-link:hover {
  text-decoration: underline;
}

.locaweb .cs-color-danger {
  color: #d85553;
}

.locaweb .cs-height-full {
  height: 100%;
}

.locaweb .fadeIn {
  -webkit-animation: fadeIn 0.4s;
  animation: fadeIn 0.4s;
}

.locaweb .cs-menu input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.locaweb .cs-disabled {
  cursor: default;
  opacity: 0.35;
  pointer-events: none;
}

.locaweb .cs-menu .cs-menu-items > li > a {
  -webkit-transition: background 0.25s ease-in, color 0.25s ease-in;
  transition: background 0.25s ease-in, color 0.25s ease-in;
}

.locaweb .cs-menu input:checked ~ .cs-menu-overlay {
  visibility: visible;
  opacity: 1;
}

.locaweb .cs-video-widget.cs-widget-empty .cs-video-player,
.locaweb .cs-widget-empty.cs-button-widget .cs-button,
.locaweb .cs-widget-empty.cs-form-widget form,
.locaweb .cs-widget-empty.cs-sale-widget .cs-sale-wrapper {
  visibility: hidden;
}

.locaweb .cs-lines,
.locaweb .cs-section-full .cs-section-inner,
.locaweb .cs-section-full-content .cs-section-inner,
.locaweb .cs-section-inner {
  max-width: 940px;
  margin: 0 auto;
  z-index: 1;
}

.locaweb .cs-button-widget-empty p,
.locaweb .cs-code-widget-empty p,
.locaweb .cs-form-message,
.locaweb .cs-form-widget-empty p,
.locaweb .cs-gallery-widget-empty p,
.locaweb .cs-image-widget-empty p,
.locaweb .cs-sale-widget-empty p,
.locaweb .cs-social-widget-empty p,
.locaweb .cs-video-widget-empty p {
  margin-bottom: 10px;
}

.locaweb .cs-button-widget-empty,
.locaweb .cs-code-widget-empty,
.locaweb .cs-form-widget-empty,
.locaweb .cs-gallery-widget-empty,
.locaweb .cs-image-widget-empty,
.locaweb .cs-sale-widget-empty,
.locaweb .cs-social-widget-empty,
.locaweb .cs-video-widget-empty {
  align-content: center;
  -ms-flex-line-pack: center;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  box-direction: normal;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  box-lines: multiple;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  background: #f5f5f5;
  color: rgba(0, 0, 0, 0.25);
  font-weight: 600;
  font-family: "Open Sans", verdana, arial, sans-serif;
  font-size: 12px;
  height: 150px;
  padding: 30px 15px;
  text-align: center;
}

.locaweb .cs-boxes,
.locaweb .cs-menu .cs-menu-items,
.locaweb .grid {
  -moz-box-lines: multiple;
}

.locaweb .cs-button-widget-empty p,
.locaweb .cs-button-widget-empty::before,
.locaweb .cs-code-widget-empty p,
.locaweb .cs-code-widget-empty::before,
.locaweb .cs-form-widget-empty p,
.locaweb .cs-form-widget-empty::before,
.locaweb .cs-gallery-widget-empty p,
.locaweb .cs-gallery-widget-empty::before,
.locaweb .cs-image-widget-empty p,
.locaweb .cs-image-widget-empty::before,
.locaweb .cs-sale-widget-empty p,
.locaweb .cs-sale-widget-empty::before,
.locaweb .cs-social-widget-empty p,
.locaweb .cs-social-widget-empty::before,
.locaweb .cs-video-widget-empty p,
.locaweb .cs-video-widget-empty::before {
  -webkit-box-flex: 0;
  box-flex: 0;
  -moz-flex: 0 100%;
  flex: 0 100%;
}

.locaweb .cs-button-widget-empty svg,
.locaweb .cs-code-widget-empty svg,
.locaweb .cs-form-widget-empty svg,
.locaweb .cs-gallery-widget-empty svg,
.locaweb .cs-image-widget-empty svg,
.locaweb .cs-sale-widget-empty svg,
.locaweb .cs-social-widget-empty svg,
.locaweb .cs-video-widget-empty svg {
  fill: rgba(0, 0, 0, 0.25);
  width: 36px;
  height: 36px;
}

.locaweb .cs-button-widget-empty svg::before,
.locaweb .cs-code-widget-empty svg::before,
.locaweb .cs-form-widget-empty svg::before,
.locaweb .cs-gallery-widget-empty svg::before,
.locaweb .cs-image-widget-empty svg::before,
.locaweb .cs-sale-widget-empty svg::before,
.locaweb .cs-social-widget-empty svg::before,
.locaweb .cs-video-widget-empty svg::before {
  display: none;
}

.locaweb *,
.locaweb ::after,
.locaweb ::before {
  box-sizing: inherit;
}

.locaweb a,
.locaweb abbr,
.locaweb acronym,
.locaweb address,
.locaweb applet,
.locaweb article,
.locaweb aside,
.locaweb audio,
.locaweb b,
.locaweb big,
.locaweb blockquote,
.locaweb body,
.locaweb canvas,
.locaweb caption,
.locaweb center,
.locaweb cite,
.locaweb code,
.locaweb dd,
.locaweb del,
.locaweb details,
.locaweb dfn,
.locaweb div,
.locaweb dl,
.locaweb dt,
.locaweb em,
.locaweb embed,
.locaweb fieldset,
.locaweb figcaption,
.locaweb figure,
.locaweb footer,
.locaweb form,
.locaweb h1,
.locaweb h2,
.locaweb h3,
.locaweb h4,
.locaweb h5,
.locaweb h6,
.locaweb header,
.locaweb hgroup,
.locaweb html,
.locaweb i,
.locaweb iframe,
.locaweb img,
.locaweb ins,
.locaweb kbd,
.locaweb label,
.locaweb legend,
.locaweb li,
.locaweb mark,
.locaweb menu,
.locaweb nav,
.locaweb object,
.locaweb ol,
.locaweb output,
.locaweb p,
.locaweb pre,
.locaweb q,
.locaweb ruby,
.locaweb s,
.locaweb samp,
.locaweb section,
.locaweb small,
.locaweb span,
.locaweb strike,
.locaweb strong,
.locaweb sub,
.locaweb summary,
.locaweb sup,
.locaweb table,
.locaweb tbody,
.locaweb td,
.locaweb tfoot,
.locaweb th,
.locaweb thead,
.locaweb time,
.locaweb tr,
.locaweb tt,
.locaweb u,
.locaweb ul,
.locaweb var,
.locaweb video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  background: 0 0;
}

.locaweb article,
.locaweb aside,
.locaweb details,
.locaweb figcaption,
.locaweb figure,
.locaweb footer,
.locaweb header,
.locaweb hgroup,
.locaweb menu,
.locaweb nav,
.locaweb section {
  display: block;
}

.locaweb ol,
.locaweb ul {
  list-style: none;
}

.locaweb blockquote,
.locaweb q {
  quotes: none;
}

.locaweb blockquote::after,
.locaweb blockquote::before,
.locaweb q::after,
.locaweb q::before {
  content: "";
  content: none;
}

.locaweb table {
  border-collapse: collapse;
  border-spacing: 0;
}

.locaweb .cs-lines {
  min-height: inherit;
}

.locaweb .cs-boxes {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  box-lines: multiple;
  flex-wrap: wrap;
}

.locaweb .cs-box {
  min-width: 10px;
  padding: 0 10px;
  -webkit-box-flex: 1;
  box-flex: 1;
  -moz-flex: 1 0 300px;
  flex: 1 0 300px;
}

.locaweb .cs-widget {
  float: left;
  margin: 10px 0;
  min-width: 100%;
}

.locaweb .cs-boxes > .cs-widget {
  min-width: 0;
  max-width: 200px;
}

.locaweb .cs-widget-empty {
  height: 150px;
}

.locaweb .cs-widget-empty.cs-text-widget {
  height: 65px;
}

.locaweb .cs-widget-empty.cs-gallery-widget {
  height: 370px;
}

.locaweb .cs-btn-show-more {
  height: 32px;
  border: none;
  padding: 5px 14px;
  border-radius: 5px;
  background: #01b1e7;
  font-size: 15px;
  color: #fff;
}

.locaweb .cs-button-widget,
.locaweb .cs-preview-widget-edit {
  text-align: center;
}

.locaweb .cs-button-widget .cs-button,
.locaweb .cs-preview-widget-edit .cs-button {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  display: inline-block;
  padding: 10px 35px;
  min-height: 39px;
  color: #000;
  border: none;
  font-size: 14px;
  text-decoration: none;
  word-break: break-word;
  position: relative;
}

.locaweb .cs-button-widget .cs-button:focus,
.locaweb .cs-button-widget .cs-button:hover,
.locaweb .cs-preview-widget-edit .cs-button:focus,
.locaweb .cs-preview-widget-edit .cs-button:hover {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  opacity: 0.6;
}

.locaweb .cs-button-alignment-left {
  text-align: left;
}

.locaweb .cs-button-alignment-center {
  text-align: center;
}

.locaweb .cs-button-alignment-right {
  text-align: right;
}

.locaweb [class*="cs-button-theme"] {
  z-index: 2;
}

.locaweb [class*="cs-button-theme"] span {
  position: relative;
  z-index: 2;
}

.locaweb .cs-button-theme-2::before {
  content: "";
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 2px;
  z-index: 1;
}

.locaweb .cs-button-theme-3,
.locaweb .cs-button-theme-4,
.locaweb .cs-button-theme-6,
.locaweb .cs-button-theme-8 {
  box-shadow: inset 0 -4px rgba(0, 0, 0, 0.3);
}

.locaweb .cs-button-theme-4::before,
.locaweb .cs-button-theme-7::before,
.locaweb .cs-button-theme-8::before {
  content: "";
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 2px;
  z-index: 1;
}

.locaweb .cs-button-theme-5,
.locaweb .cs-button-theme-6,
.locaweb .cs-button-theme-7,
.locaweb .cs-button-theme-7::before,
.locaweb .cs-button-theme-8,
.locaweb .cs-button-theme-8::before {
  border-radius: 20px;
}

.locaweb .cs-button-theme-4::before,
.locaweb .cs-button-theme-6::before,
.locaweb .cs-button-theme-8::before {
  margin: 2px 2px 4px;
}

.locaweb .cs-cart-widget .cs-cart-badge {
  display: none;
  position: absolute;
  top: -8px;
  right: -8px;
  line-height: 19px;
  height: 20px;
  padding: 0 6px;
  border-radius: 10px;
  border: 1px solid #adadad;
  font-size: 13px;
}

.locaweb .cs-cart-widget.cs-button-alignment-left .cs-button {
  margin: 0;
}

.locaweb .cs-cart-widget.cs-button-alignment-center .cs-button {
  margin: 0 auto;
}

.locaweb .cs-cart-widget.cs-button-alignment-right .cs-button {
  margin: 0 0 0 auto;
}

.locaweb .cs-cart-widget .cs-button {
  border-radius: 5px;
  display: block;
  height: 40px;
  padding: 4px;
  text-decoration: none;
  text-align: center;
  position: relative;
}

.locaweb .cs-cart-widget .cs-button .cs-ico-cart {
  display: block;
  margin: 0 auto;
  max-height: 30px;
  max-width: 30px;
}

.locaweb .cs-cart-widget .cs-button.cs-cart-button-theme-1 {
  max-width: 140px;
}

.locaweb .cs-cart-widget .cs-button.cs-cart-button-theme-1 .cs-ico-cart {
  display: inline-block;
}

.locaweb .cs-cart-widget .cs-button.cs-cart-button-theme-1:after {
  bottom: 10px;
  content: "Carrinho";
  font-size: 15px;
  position: relative;
  margin-left: 10px;
}

.locaweb .cs-cart-widget .cs-button.cs-cart-button-theme-2 {
  max-width: 69px;
}

.locaweb .cs-cart-widget .cs-button.cs-cart-button-theme-3 {
  height: auto;
  max-width: 140px;
}

.locaweb .cs-cart-widget .cs-button.cs-cart-button-theme-3:after {
  content: "Carrinho";
  font-size: 15px;
  display: block;
  text-align: center;
}

.locaweb .cs-code-widget {
  max-width: 100%;
  min-height: 25px;
}

.locaweb .cs-code-widget p {
  word-break: break-word;
}

.locaweb .cs-comment-widget iframe {
  width: 100% !important;
}

.locaweb .cs-form-widget {
  max-width: 100%;
}

.locaweb .cs-form-widget .cs-button {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  display: inline-block;
  padding: 10px 35px;
  color: #000;
  border: none;
  font-size: 14px;
  text-decoration: none;
  word-break: break-word;
  min-width: 100%;
  min-height: auto;
  line-height: 25px;
  overflow: hidden;
  position: relative;
}

.locaweb .cs-form-widget .cs-button:focus,
.locaweb .cs-form-widget .cs-button:hover {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  opacity: 0.6;
}

.locaweb .cs-form-widget .cs-button::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  border: 2px solid transparent;
  background: 0 0;
  opacity: 0;
  position: absolute;
  top: calc(50% - 10px);
  right: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}

.locaweb .cs-form-widget .cs-button[disabled] {
  opacity: 0.8;
}

.locaweb .cs-form-widget .cs-button[disabled]::after {
  opacity: 1;
  box-shadow: 0 0 10px 200px rgba(0, 0, 0, 0.7);
  border-color: #666 #fff #666 #666;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 1s ease-in-out, border-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
  transition: all 1s ease-in-out, border-color 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

.locaweb .cs-form-content {
  position: absolute;
  opacity: 0;
  top: 0;
  left: -2000px;
}

.locaweb .cs-form-group {
  padding-bottom: 10px;
}

.locaweb .cs-form-group label {
  display: none;
}

.locaweb .cs-form-group label.cs-field-error {
  display: block;
  font-size: 12px;
  color: #d85553;
}

.locaweb .cs-form-group textarea {
  display: block;
  min-height: 100px;
}

.locaweb .cs-form-group input,
.locaweb .cs-form-group textarea {
  padding: 7px 15px 10px;
}

.locaweb .cs-form-group input,
.locaweb .cs-form-group select,
.locaweb .cs-form-group textarea {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 2px;
  color: #666;
  font-size: 14px;
  font-family: Helvetica, Arial, sans-serif;
}

.locaweb .cs-form-group input::-webkit-input-placeholder,
.locaweb .cs-form-group select::-webkit-input-placeholder,
.locaweb .cs-form-group textarea::-webkit-input-placeholder {
  color: rgba(102, 102, 102, 0.5);
}

.locaweb .cs-form-group input::-moz-placeholder,
.locaweb .cs-form-group select::-moz-placeholder,
.locaweb .cs-form-group textarea::-moz-placeholder {
  color: rgba(102, 102, 102, 0.5);
}

.locaweb .cs-form-group input:-moz-placeholder,
.locaweb .cs-form-group select:-moz-placeholder,
.locaweb .cs-form-group textarea:-moz-placeholder {
  color: rgba(102, 102, 102, 0.5);
}

.locaweb .cs-form-group input:-ms-input-placeholder,
.locaweb .cs-form-group select:-ms-input-placeholder,
.locaweb .cs-form-group textarea:-ms-input-placeholder {
  color: rgba(102, 102, 102, 0.5);
}

.locaweb .cs-form-group input.cs-field-error,
.locaweb .cs-form-group select.cs-field-error,
.locaweb .cs-form-group textarea.cs-field-error {
  border-color: #d85553;
}

.locaweb .cs-form-group input.cs-field-error:focus,
.locaweb .cs-form-group select.cs-field-error:focus,
.locaweb .cs-form-group textarea.cs-field-error:focus {
  outline: 0;
  box-shadow: 0 0 1px 2px rgba(216, 85, 83, 0.4);
}

.locaweb .cs-form-group select {
  height: 36px;
  background-color: #fff;
  padding-left: 13px;
}

.locaweb .cs-form-group .cs-form-file-btn {
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.locaweb .cs-form-group .cs-form-file-input {
  display: none;
}

.locaweb .cs-form-message {
  color: #fff;
  border-radius: 3px;
  font-size: 11px;
  text-align: left;
}

.locaweb .cs-form-message::before {
  display: inline-block;
  width: 9px;
  margin-right: 7px;
}

.locaweb .cs-form-message-valid {
  padding: 8px 15px 10px;
  background: #53d791;
}

.locaweb .cs-form-message-valid::before {
  content: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve"><path fill="#ffffff" d="M22.6,9.6L11.9,19.7c-0.9,0.9-2.5,0.9-3.4,0l-5.3-5c-0.9-0.9-0.9-2.3,0-3.2c0.9-0.9,2.5-0.9,3.4,0l3.2,3 c0.2,0.2,0.6,0.2,0.9,0l8.5-8.1c0.9-0.9,2.5-0.9,3.4,0c0.5,0.4,0.7,1,0.7,1.6C23.3,8.6,23,9.2,22.6,9.6z"/></svg>');
}

.locaweb .cs-form-message-invalid {
  padding: 8px 15px 10px;
  background: #d85553;
}

.locaweb .cs-form-message-invalid::before {
  content: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><path fill="#ffffff" d="M21.419 16l9.471-9.471c1.497-1.497 1.497-3.923 0-5.419s-3.923-1.497-5.419 0l-9.471 9.471-9.471-9.497c-1.497-1.497-3.923-1.497-5.419 0s-1.497 3.923 0 5.419l9.471 9.497-9.497 9.471c-1.497 1.497-1.497 3.923 0 5.419 0.748 0.748 1.729 1.135 2.71 1.135s1.961-0.361 2.71-1.135l9.497-9.471 9.471 9.471c0.748 0.748 1.729 1.135 2.71 1.135s1.961-0.361 2.71-1.135c1.497-1.497 1.497-3.923 0-5.419l-9.471-9.471z"></path></svg>');
  width: 7px;
}

.locaweb .cs-gallery-empty.grid .cs-gallery-widget-empty {
  height: 100%;
  padding: 0;
}

.locaweb .cs-gallery-empty.grid .empty-item-info {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.locaweb .grid {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  box-lines: multiple;
  flex-wrap: wrap;
}

.locaweb .grid .image-wrapper {
  position: relative;
  overflow: hidden;
}

.locaweb .grid .image-wrapper:before {
  content: "";
  display: block;
}

.locaweb .grid .square-grid:before {
  padding-bottom: 100%;
}

.locaweb .grid .stretched-grid:before {
  padding-bottom: 150%;
}

.locaweb .grid .cs-grid-footer {
  margin: 10px auto 20px;
}

.locaweb .grid img {
  position: absolute;
  left: -100%;
  right: -100%;
  top: -100%;
  bottom: -100%;
  margin: auto;
}

.locaweb .cs-gallery.owl-dots-navigation-small .owl-dots {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  box-orient: horizontal;
  -webkit-box-direction: normal;
  box-direction: normal;
  -moz-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: initial;
  box-pack: initial;
  -moz-justify-content: initial;
  -ms-justify-content: initial;
  -o-justify-content: initial;
  justify-content: initial;
  -ms-flex-pack: initial;
  overflow: hidden;
  scroll-behavior: smooth;
}

.locaweb .cs-gallery.owl-dots-navigation-small .owl-dots-as-thumbnail .owl-dot {
  top: -1px;
  min-width: 60px;
}

.locaweb .cs-gallery.owl-dots-navigation-small .owl-dots-as-square .owl-dot {
  min-width: 68px;
  min-height: 50px;
}

.locaweb .cs-gallery.owl-dots-navigation-small .owl-dots-as-number .owl-dot {
  top: -1px;
  min-width: 68px;
}

.locaweb .cs-gallery-widget {
  max-width: 100%;
}

.locaweb .cs-gallery-widget .item-full img {
  height: 100%;
  width: auto;
}

.locaweb .cs-gallery-widget-empty {
  margin-bottom: 20px;
}

.locaweb .cs-gallery-widget-empty .owl-item {
  height: 350px;
}

.locaweb .cs-gallery-larger {
  padding-bottom: 60px;
}

.locaweb .cs-gallery-smaller {
  padding-bottom: 30px;
}

.locaweb .cs-gallery-smallest {
  padding-bottom: 45px;
}

.locaweb .cs-full-image-link {
  color: #fff;
  display: block;
  text-decoration: none;
}

.locaweb .cs-image-widget {
  max-width: 100%;
}

.locaweb .cs-image-widget .cs-chosen-image {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.locaweb .cs-image-alignment-left .cs-chosen-image {
  float: left;
}

.locaweb .cs-image-alignment-right .cs-chosen-image {
  float: right;
}

.locaweb .cs-languages-list.cs-language-alignment-right {
  text-align: right;
}

.locaweb .cs-languages-list.cs-language-alignment-right .cs-language {
  margin-left: 20px;
}

.locaweb .cs-language {
  display: inline-block;
  max-width: 42px;
  width: 42px;
  height: 42px;
}

.locaweb .cs-language a img,
.locaweb .cs-language a svg,
.locaweb .cs-menu input:checked ~ .cs-menu-button .cs-ico-menu-close {
  display: block;
}

.locaweb .cs-language.cs-is-active,
.locaweb .cs-language:hover {
  -webkit-transition: border-color 0.1s ease-in;
  transition: border-color 0.1s ease-in;
  border-radius: 50%;
  border: 2px solid #01b1e7;
}

.locaweb .cs-language.cs-is-active a img,
.locaweb .cs-language.cs-is-active a svg,
.locaweb .cs-language:hover a img,
.locaweb .cs-language:hover a svg {
  border-radius: 50%;
  border: 2px solid #fff;
  width: 38px;
  height: 38px;
}

.locaweb .cs-menu input:checked ~ .cs-menu-items {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.locaweb .cs-menu input:checked ~ .cs-menu-button {
  -webkit-transform: translate(-250px, 0);
  transform: translate(-250px, 0);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.locaweb .cs-menu input:checked ~ .cs-menu-button .cs-ico-menu {
  display: none;
}

.locaweb .cs-menu .cs-menu-items {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  box-lines: multiple;
  flex-wrap: wrap;
  position: relative;
}

.locaweb .cs-menu .cs-menu-items > li {
  margin: 5px 4px;
  z-index: 1;
}

.locaweb .cs-menu .cs-menu-items > li.cs-is-active > a {
  font-weight: 600;
}

.locaweb .cs-menu .cs-menu-items > li:hover {
  z-index: 2;
}

.locaweb .cs-menu .cs-menu-items > li:hover .cs-submenu-items {
  opacity: 1;
  left: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.locaweb .cs-menu .cs-menu-items > li > a {
  display: block;
  padding: 5px 10px;
  text-decoration: none;
}

.locaweb .cs-menu .cs-has-submenu.cs-show-submenu {
  z-index: 2;
}

.locaweb .cs-menu .cs-has-submenu.cs-show-submenu .cs-submenu-items {
  opacity: 1;
  left: 0;
}

.locaweb .cs-menu .cs-submenu-items {
  opacity: 0;
  min-width: 100%;
  z-index: 2;
  font-size: 0;
  position: absolute;
  top: 100%;
  white-space: nowrap;
}

.locaweb .cs-menu .cs-submenu-items::before {
  content: "";
  display: block;
  height: 9px;
  position: absolute;
  top: -9px;
  right: 0;
  left: 0;
  background: 0 0;
}

.locaweb .cs-menu .cs-submenu-items li:first-child::before {
  display: none;
}

.locaweb .cs-menu .cs-submenu-items a {
  display: block;
  padding: 4px 20px 5px;
  text-decoration: none;
}

.locaweb .cs-menu .cs-menu-button {
  display: none;
  padding: 17px;
}

.locaweb .cs-menu .cs-menu-button .cs-ico-menu,
.locaweb .cs-menu .cs-menu-button .cs-ico-menu-close {
  opacity: 0.9;
}

.locaweb .cs-menu .cs-menu-button .cs-ico-menu-close {
  display: none;
}

.locaweb .cs-sale-widget .cs-chosen-image {
  max-width: 100%;
  max-height: 290px;
  margin-bottom: 15px;
}

.locaweb .cs-sale-widget .cs-title {
  font-size: 14px;
  font-weight: 700;
}

.locaweb .cs-sale-widget .cs-description {
  font-size: 13px;
  margin: 10px 0;
}

.locaweb .cs-sale-widget .cs-value {
  font-size: 24px;
  font-weight: 700;
  margin: 30px 0 15px;
}

.locaweb .cs-sale-widget .cs-button,
.locaweb .cs-showcase-product .cs-button {
  color: #000;
  border: none;
  text-decoration: none;
  position: relative;
  font-size: 13px;
  min-height: 39px;
  cursor: pointer;
  word-break: break-word;
}

.locaweb .cs-sale-widget .cs-button {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  display: inline-block;
  padding: 10px 35px;
}

.locaweb .cs-sale-widget .cs-button:focus,
.locaweb .cs-sale-widget .cs-button:hover {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  opacity: 0.6;
}

.locaweb .cs-showcase-products {
  max-width: 100%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.locaweb .cs-showcase-product {
  -webkit-box-flex: 1;
          flex: 1 1 calc(100% / 1 - 20px);
  margin: 10px;
  cursor: pointer;
  text-align: center;
}

.locaweb .cs-showcase-product p {
  margin: 0;
  padding-top: 5px;
  font-size: 14px;
}

.locaweb .cs-showcase-description .cs-showcase-product p {
  height: 59px;
  overflow: hidden;
}

.locaweb .cs-showcase-product span,
.locaweb .cs-showcase-product strong {
  display: block;
  margin: 0;
  padding-top: 5px;
}

.locaweb .cs-showcase-modern .cs-showcase-product strong {
  padding-bottom: 5px;
  padding-top: 0;
}

.locaweb .cs-showcase-product .cs-button {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  display: inline-block;
  padding: 10px 35px;
  margin-top: 10px;
}

.locaweb .cs-showcase-product .cs-button:focus,
.locaweb .cs-showcase-product .cs-button:hover {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  opacity: 0.6;
}

.locaweb .cs-showcase-product .cs-button span {
  margin: 0;
  padding: 0;
}

.locaweb .cs-showcase-description .cs-showcase-product {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
}

.locaweb .cs-showcase-description .cs-showcase-product div {
  -webkit-box-flex: 1;
          flex: 1;
}

.locaweb .cs-showcase-info {
  padding-bottom: 5px;
}

.locaweb .cs-showcase-card .cs-showcase-info,
.locaweb .cs-showcase-modern .cs-showcase-info {
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-top: none;
  padding: 0 5px 5px;
}

.locaweb .cs-showcase-image {
  padding-top: 100%;
  background: center no-repeat;
  background-size: cover;
}

.locaweb .cs-showcase-portrait .cs-showcase-image {
  padding-top: 150%;
}

.locaweb .cs-showcase-landscape .cs-showcase-image {
  padding-top: 56%;
}

.locaweb .cs-showcase-description .cs-showcase-image {
  padding-top: 35%;
  max-width: calc(40% - 15px);
  margin-right: 15px;
}

.locaweb .cs-showcase-description.cs-showcase-landscape .cs-showcase-image {
  padding-top: 20%;
}

.locaweb .cs-showcase-description.cs-showcase-portrait .cs-showcase-image {
  padding-top: 55%;
}

.locaweb .cs-showcase-card .cs-showcase-image,
.locaweb .cs-showcase-modern .cs-showcase-image {
  border: 1px solid rgba(0, 0, 0, 0.4);
}

.locaweb .cs-product-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 4;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  padding: 20px;
  -webkit-animation: fadeIn 0.4s;
  animation: fadeIn 0.4s;
}

.locaweb .cs-product-modal .cs-product-content {
  background-color: #fff;
  border-radius: 5px;
  padding: 40px;
  text-align: left;
  width: 960px;
  max-width: 960px;
  margin: auto;
  display: -webkit-box;
  display: flex;
  position: relative;
  -webkit-animation: fadeIn 0.8s;
  animation: fadeIn 0.8s;
}

.locaweb .cs-product-modal .cs-product-close {
  position: absolute;
  cursor: pointer;
  top: 15px;
  right: 15px;
  width: 15px;
  height: 15px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAQ9JREFUeNq8ldENgjAQhmkncAU2YAMlPhvZANxAJtANlAnECdT4bHCEjsAIjOB/phA00N4Z9ZLLFej/5bhe2yD4kal2cL1Va4QlvIbni3nccCHQJggpnDQFtEbZD1uETW+ugcccOLQZwqH3ijShtg/Tt/kRvIJoIoSSkSbSDp0TPgLtrAUXErgHalDC+xOMwRlhxYH7oLQ2L13BFB3hOxe0XXAlrR0HOgj+AD7YmkrYSiyoE2zhBM4cU0JAa1e7jWWceTI+jfX5/2r8ra7Qwj7OuTtUC6CU0Z67Q5UA2kiSaDNOJQuD59KTufPYdB72HnhX44sE6oHThjH9O2+GQN7YRWIbtPT7ib2WSkroIcAAd9+eJ6//GkYAAAAASUVORK5CYII=) center no-repeat;
  background-size: contain;
}

.locaweb .cs-product-modal .cs-product-information {
  width: 100%;
  padding: 0 0 0 55px;
}

.locaweb .cs-product-modal .cs-product-information .cs-product-out-of-stock,
.locaweb .cs-product-modal .cs-product-information .cs-product-unavailable {
  background: #e6e8e9;
  border-radius: 5px;
  color: #666;
  display: none;
  padding: 50px 0;
  text-align: center;
}

.locaweb .cs-product-modal .cs-product-information[data-status="unavailable"] .cs-product-action,
.locaweb .cs-product-modal .cs-product-information[data-status="unavailable"] .cs-product-price {
  display: none;
}

.locaweb .cs-product-modal .cs-product-information[data-status="unavailable"] .cs-product-unavailable {
  display: block;
}

.locaweb .cs-product-modal .cs-product-information[data-status="out-of-stock"] .cs-product-action,
.locaweb .cs-product-modal .cs-product-information[data-status="out-of-stock"] .cs-product-price {
  display: none;
}

.locaweb .cs-product-modal .cs-product-information[data-status="out-of-stock"] .cs-product-out-of-stock,
.locaweb .cs-product-modal .cs-product-quantity-select span {
  display: block;
}

.locaweb .cs-product-modal .cs-product-title {
  color: #354a5f;
  font-size: 25px;
}

.locaweb .cs-product-modal .cs-product-description {
  color: #666;
  margin: 15px 0 30px;
  font-size: 14px;
}

.locaweb .cs-product-modal .cs-product-quantity-select,
.locaweb .cs-product-modal .cs-product-variations {
  margin-botton: 20px;
}

.locaweb .cs-product-modal .cs-product-quantity,
.locaweb .cs-product-modal .cs-product-select,
.locaweb .cs-product-modal .cs-product-variation {
  background: 0 0;
  border: 1px solid #e6e8e9;
  border-radius: 5px;
  display: inline-block;
  height: 32px;
  margin: 0 12px 12px 0;
  position: relative;
  overflow: hidden;
  width: calc(33.3% - 12px);
}

.locaweb .cs-product-modal .cs-product-quantity,
.locaweb .cs-product-modal .cs-product-quantity > *,
.locaweb .cs-product-modal .cs-product-select,
.locaweb .cs-product-modal .cs-product-select > *,
.locaweb .cs-product-modal .cs-product-variation,
.locaweb .cs-product-modal .cs-product-variation > * {
  cursor: pointer;
}

.locaweb .cs-product-modal .cs-product-quantity:after,
.locaweb .cs-product-modal .cs-product-select:after,
.locaweb .cs-product-modal .cs-product-variation:after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  border-right: 1px solid #001015;
  border-top: 1px solid #001015;
  content: "";
  display: inline-block;
  height: 6px;
  position: absolute;
  right: 12px;
  top: 9px;
  width: 6px;
}

.locaweb .cs-product-modal .cs-product-select.required.invalid,
.locaweb .cs-product-modal .required.invalid.cs-product-quantity,
.locaweb .cs-product-modal .required.invalid.cs-product-variation {
  border: 1px solid red;
}

.locaweb .cs-product-modal .cs-product-quantity select,
.locaweb .cs-product-modal .cs-product-select select,
.locaweb .cs-product-modal .cs-product-variation select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: 0 0;
  border: none;
  padding: 6px 6px 6px 8px;
  width: 100%;
  height: 100%;
}

.locaweb .cs-product-modal .cs-product-information {
  overflow: auto;
}

.locaweb .cs-product-modal .cs-product-price {
  color: #adadad;
  font-weight: 700;
}

.locaweb .cs-product-modal .cs-product-price .price-discount {
  text-decoration: line-through;
}

.locaweb .cs-product-modal .cs-product-price .price-discount-percentage {
  color: #67809f;
  font-size: 12px;
}

.locaweb .cs-product-modal .cs-product-price .price-current {
  color: #354a5f;
  font-size: 50px;
}

.locaweb .cs-product-modal .cs-product-action {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  display: inline-block;
  padding: 10px 35px;
  min-height: 39px;
  border: none;
  font-size: 14px;
  text-decoration: none;
  word-break: break-word;
  position: relative;
  color: #fff;
  background-color: #67809f;
  font-weight: 700;
  margin-top: 15px;
}

.locaweb .cs-product-modal .cs-product-action:focus,
.locaweb .cs-product-modal .cs-product-action:hover {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  opacity: 0.6;
}

.locaweb .cs-product-modal .cs-product-action[data-is-loading="true"] {
  pointer-events: none;
}

.locaweb .cs-product-modal .cs-product-action[data-is-loading="true"]:before {
  content: "";
  top: 13px;
  left: 10px;
  border: 2px solid #354a5f;
  border-left-color: transparent;
  position: absolute;
  z-index: 2;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border-bottom-color: transparent;
  -webkit-animation: spin 0.4s infinite;
  animation: spin 0.4s infinite;
}

.locaweb .cs-product-modal .cs-product-gallery {
  -webkit-box-flex: 1;
          flex: 1;
}

.locaweb .cs-product-modal .cs-product-photo {
  height: 283px;
  overflow: hidden;
  border: 1px solid #adadad;
  border-radius: 5px;
  display: -webkit-box;
  display: flex;
}

.locaweb .cs-product-modal .cs-product-photo img {
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  border-radius: 5px;
}

.locaweb .cs-product-modal .cs-product-photos {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 20px 8px 0;
}

.locaweb .cs-product-modal .cs-product-thumbnails {
  overflow: hidden;
  -webkit-box-flex: 1;
          flex: 1;
  margin: 0 4px;
}

.locaweb .cs-product-modal .cs-product-thumbnails ul {
  display: -webkit-box;
  display: flex;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.locaweb .cs-product-modal .cs-product-thumbnails ul li {
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
          flex: 1 0 calc(33.3% - 15px);
  margin: 0 7.5px;
  height: 65px;
  border: 1px solid #adadad;
  border-radius: 5px;
  cursor: pointer;
  overflow: hidden;
}

.locaweb .cs-product-modal .cs-product-thumbnails ul li.active {
  border: 2px solid #666;
}

.locaweb .cs-product-modal .cs-product-thumbnails ul img {
  display: block;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  border-radius: 5px;
}

.locaweb .cs-product-modal .cs-product-next,
.locaweb .cs-product-modal .cs-product-prev {
  display: block;
  min-width: 12px;
  height: 12px;
  border-left: 1px solid #adadad;
  border-top: 1px solid #adadad;
  cursor: pointer;
  -webkit-transform: rotate(320deg);
          transform: rotate(320deg);
}

.locaweb .cs-product-modal .cs-product-next {
  border-left: none;
  border-right: 1px solid #adadad;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}

.locaweb .cs-product-modal .cs-product-feedback {
  text-align: left;
}

.locaweb .cs-product-modal .cs-product-feedback .feedback-error,
.locaweb .cs-product-modal .cs-product-feedback .feedback-success {
  margin-top: 10px;
  padding: 10px;
  border-radius: 5px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  background-color: rgba(103, 128, 159, 0.3);
  color: #354a5f;
}

.locaweb .cs-product-modal .cs-product-feedback .feedback-error .feedback-actions a,
.locaweb .cs-product-modal .cs-product-feedback .feedback-success .feedback-actions a {
  display: block;
  border-color: #354a5f;
  color: #354a5f;
  text-align: center;
}

.locaweb .cs-product-modal .cs-product-feedback .feedback-error .feedback-actions a.cs-button,
.locaweb .cs-product-modal .cs-product-feedback .feedback-success .feedback-actions a.cs-button {
  background: #fff;
  border: 1px solid #354a5f;
  border-radius: 5px;
  padding: 5px 15px;
  text-decoration: none;
}

.locaweb .cs-product-modal .cs-product-feedback .feedback-error .feedback-actions a:nth-child(2),
.locaweb .cs-product-modal .cs-product-feedback .feedback-success .feedback-actions a:nth-child(2) {
  margin-top: 5px;
}

.locaweb .cs-product-modal .cs-product-feedback .feedback-error {
  background-color: rgba(216, 85, 83, 0.3);
  color: #d85553;
}

.locaweb .cs-product-modal .cs-product-feedback .feedback-error .feedback-actions a.cs-button {
  border-color: #d85553;
  color: #d85553;
}

.locaweb .cs-social-widget {
  max-width: 100%;
  min-height: 25px;
}

.locaweb .cs-social-widget img,
.locaweb .cs-social-widget svg {
  width: 40px;
  height: 40px;
  margin: 2px;
}

.locaweb .cs-social-widget img {
  border-radius: 50%;
}

.locaweb .cs-social-widget a {
  text-decoration: none;
}

.locaweb .cs-social-widget .cs-social-colors {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.locaweb .cs-social-alignment-left {
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.locaweb .cs-social-alignment-center {
  -webkit-box-pack: center;
          justify-content: center;
}

.locaweb .cs-social-alignment-right {
  -webkit-box-pack: end;
          justify-content: flex-end;
}

.locaweb .cs-social-positioning-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

.locaweb .cs-social-positioning-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.locaweb .cs-social-positioning-vertical.cs-social-alignment-left {
  -webkit-box-align: start;
          align-items: flex-start;
}

.locaweb .cs-social-positioning-vertical.cs-social-alignment-center {
  -webkit-box-align: center;
          align-items: center;
}

.locaweb .cs-social-positioning-vertical.cs-social-alignment-right {
  -webkit-box-align: end;
          align-items: flex-end;
}

.locaweb .cs-social-colors.cs-social-theme-1 .cs-ico-facebook {
  fill: #2c5c9b;
  color: transparent;
}

.locaweb .cs-social-colors.cs-social-theme-1 .cs-ico-instagram {
  fill: #f14e76;
  color: transparent;
}

.locaweb .cs-social-colors.cs-social-theme-1 .cs-ico-twitter {
  fill: #00acee;
  color: transparent;
}

.locaweb .cs-social-colors.cs-social-theme-1 .cs-ico-linkedin {
  fill: #005a89;
  color: transparent;
}

.locaweb .cs-social-colors.cs-social-theme-1 .cs-ico-pinterest {
  fill: #cd2928;
  color: transparent;
}

.locaweb .cs-social-colors.cs-social-theme-1 .cs-ico-youtube {
  fill: #f83f37;
  color: transparent;
}

.locaweb .cs-social-colors.cs-social-theme-1 .cs-ico-empty-social {
  fill: #01b1e7;
  color: transparent;
}

.locaweb .cs-social-colors.cs-social-theme-2 svg {
  fill: #666;
  color: transparent;
}

.locaweb .cs-social-colors.cs-social-theme-3 svg {
  color: #666;
  fill: transparent;
}

.locaweb .cs-social-colors.cs-social-theme-4 svg {
  stroke: #666;
  fill: transparent;
  color: transparent;
  stroke-width: 0.3;
  stroke-linecap: round;
}

.locaweb .cs-text-widget-placeholder {
  min-height: 65px;
  line-height: 65px;
  display: block;
  text-align: center;
  font-size: 14px;
}

.locaweb .cs-section-full-content .infinite-background-item input,
.locaweb .cs-section-full-content .infinite-background-item label,
.locaweb .cs-text-widget-placeholder + .text-editor {
  display: none;
}

.locaweb .cs-text-widget .text-editor ol,
.locaweb .cs-text-widget .text-editor ul {
  list-style-position: inside;
  list-style-type: disc;
  word-break: break-word;
}

.locaweb .cs-text-widget .text-editor ol {
  list-style-type: decimal;
}

.locaweb .cs-text-widget .text-editor h1,
.locaweb .cs-text-widget .text-editor h2,
.locaweb .cs-text-widget .text-editor h3,
.locaweb .cs-text-widget .text-editor h4,
.locaweb .cs-text-widget .text-editor h5,
.locaweb .cs-text-widget .text-editor h6 {
  font-weight: 400;
  word-break: break-word;
}

.locaweb .cs-text-widget .text-editor p {
  word-break: break-word;
}

.locaweb .cs-text-widget .text-editor h1 {
  font-size: 72px;
}

.locaweb .cs-text-widget .text-editor h2 {
  font-size: 60px;
}

.locaweb .cs-text-widget .text-editor h3 {
  font-size: 48px;
}

.locaweb .cs-text-widget .text-editor h4 {
  font-size: 36px;
}

.locaweb .cs-text-widget .text-editor h5 {
  font-size: 24px;
}

.locaweb .cs-text-widget .text-editor h6 {
  font-size: 18px;
}

.locaweb .cs-video-widget {
  max-width: 100%;
}

.locaweb .cs-video-player {
  position: relative;
  padding-top: 55%;
}

.locaweb .cs-video-player iframe {
  position: absolute;
  top: 0;
  left: 0;
}

.locaweb .cs-section-inner {
  min-height: inherit;
  max-width: 944px;
}

.locaweb .cs-section-full .cs-section-inner,
.locaweb .cs-section-full-content .cs-lines,
.locaweb .cs-section-full-content .cs-section-inner {
  max-width: 100%;
}

.locaweb .cs-section-full-content .cs-section-menu {
  left: initial;
  right: 0;
  width: 4px;
}

.locaweb .cs-section-vertical .cs-lines {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-box-direction: normal;
  box-direction: normal;
  -moz-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.locaweb .cs-section-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 3;
}

.locaweb .cs-section-fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}

.locaweb .pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  outline: 0;
}

.locaweb .pswp * {
  box-sizing: border-box;
}

.locaweb .pswp img {
  max-width: none;
}

.locaweb .pswp--animate_opacity {
  opacity: 0.001;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.locaweb .pswp--open {
  display: block;
}

.locaweb .pswp--zoom-allowed .pswp__img {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.locaweb .pswp--zoomed-in .pswp__img {
  cursor: -webkit-grab;
  cursor: grab;
}

.locaweb .pswp--dragging .pswp__img {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.locaweb .pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.locaweb .pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.locaweb .pswp__container,
.locaweb .pswp__zoom-wrap {
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.locaweb .pswp__container,
.locaweb .pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.locaweb .pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1), -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.locaweb .pswp__bg {
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.locaweb .pswp--animated-in .pswp__bg,
.locaweb .pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}

.locaweb .pswp__container,
.locaweb .pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

.locaweb .pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.locaweb .pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

.locaweb .pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

.locaweb .pswp__img--placeholder--blank {
  background: #222;
}

.locaweb .pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

.locaweb .pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #ccc;
}

.locaweb .pswp__error-msg a {
  color: #ccc;
  text-decoration: underline;
}

.locaweb .pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: 0 0;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  box-shadow: none;
}

.locaweb .pswp__button:focus,
.locaweb .pswp__button:hover {
  opacity: 1;
}

.locaweb .pswp__button:active {
  outline: 0;
  opacity: 0.9;
}

.locaweb .pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.locaweb .pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}

.locaweb .pswp__button,
.locaweb .pswp__button--arrow--left:before,
.locaweb .pswp__button--arrow--right:before {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAQgAAABYCAQAAACjBqE3AAAB6klEQVR4Ae3bsWpUQRTG8YkkanwCa7GzVotsI/gEgk9h4Vu4ySLYmMYgbJrc3lrwZbJwC0FMt4j7F6Y4oIZrsXtgxvx/1c0ufEX4cnbmLCmSJEmSJEmSJEmSJP3XCBPvbJU+8doWmDFwyZpLBmYlNJebz0KwzykwsuSYJSNwykEJreV2BaBMaLIQZ2xYcFgqDlmw4ayE/FwL0dDk4Qh4W37DAjgqIT+3HRbigjH+iikVdxgZStgyN0Su2sXIeTwTT+esdpcbIlfNAuZ/TxresG4zV8kYWSZNiKUTokMMSWeIwTNEn4fK2TW3gRNgVkJLuVksROA9G+bEvoATNlBCa7nZXEwdxEZxzpKRKFh+bsv8LmPFmhX1OwfIz81jIRJQ5eeqG9B+riRJkiRJkiRJkiRJkiRJkiRJUkvA/8RQoEpKlJWINFkJ62AlrEP/mNBibnv2yz/A3t7Uq3LcpoxP8COjC1T5vxoAD5VdoEqdDrd5QuW1swtUSaueh3zkiuBiqgtA2OlkeMcP/uDqugsJdbjHF65VdPMKwS0+WQc/MgKvrIOHysB9vgPwk8+85hmPbnQdvHZyDMAFD7L3EOpgMcVdvnHFS0/vlatrXvCVx0U9gt3fxvnA0/hB4nmRJEmSJEmSJEmSJGmHfgFLaDPoMu5xWwAAAABJRU5ErkJggg==) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}

.locaweb .pswp__button--close {
  background-position: 0 -44px;
}

.locaweb .pswp__button--share {
  background-position: -44px -44px;
}

.locaweb .pswp__button--fs {
  display: none;
}

.locaweb .pswp--supports-fs .pswp__button--fs {
  display: block;
}

.locaweb .pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}

.locaweb .pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}

.locaweb .pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

.locaweb .pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}

.locaweb .pswp--touch .pswp__button--arrow--left,
.locaweb .pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

.locaweb .pswp__button--arrow--left,
.locaweb .pswp__button--arrow--right {
  background: 0 0;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}

.locaweb .pswp__button--arrow--left {
  left: 0;
}

.locaweb .pswp__button--arrow--right {
  right: 0;
}

.locaweb .pswp__button--arrow--left:before,
.locaweb .pswp__button--arrow--right:before {
  content: "";
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}

.locaweb .pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}

.locaweb .pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}

.locaweb .pswp__counter,
.locaweb .pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.locaweb .pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.locaweb .pswp__share-modal--hidden {
  display: none;
}

.locaweb .pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #fff;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}

.locaweb .pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}

.locaweb .pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}

.locaweb .pswp__share-tooltip a:first-child {
  border-radius: 2px 2px 0 0;
}

.locaweb .pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}

.locaweb .pswp__share-modal--fade-in {
  opacity: 1;
}

.locaweb .pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.locaweb .pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}

.locaweb a.pswp__share--facebook:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #fff;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}

.locaweb a.pswp__share--facebook:hover {
  background: #3e5c9a;
  color: #fff;
}

.locaweb a.pswp__share--facebook:hover:before {
  border-bottom-color: #3e5c9a;
}

.locaweb a.pswp__share--twitter:hover {
  background: #55acee;
  color: #fff;
}

.locaweb a.pswp__share--pinterest:hover {
  background: #ccc;
  color: #ce272d;
}

.locaweb a.pswp__share--download:hover {
  background: #ddd;
}

.locaweb .pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #fff;
  opacity: 0.75;
  padding: 0 10px;
}

.locaweb .pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}

.locaweb .pswp__caption small {
  font-size: 11px;
  color: #bbb;
}

.locaweb .pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #ccc;
}

.locaweb .pswp__caption--empty {
  display: none;
}

.locaweb .pswp__caption--fake {
  visibility: hidden;
}

.locaweb .pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}

.locaweb .pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}

.locaweb .pswp__preloader--active {
  opacity: 1;
}

.locaweb .pswp__preloader--active .pswp__preloader__icn {
  background: url(data:image/gif;base64,R0lGODlhFAAUAPMIAIeHhz8/P1dXVycnJ8/Pz7e3t5+fn29vb////wAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQFBwAIACwAAAAAFAAUAEAEUxDJSatFxtwaggWAdIyHJAhXoRYSQUhDPGx0TbmujahbXGWZWqdDAYEsp5NupLPkdDwE7oXwWVasimzWrAE1tKFHErQRK8eL8mMUlRBJVI307uoiACH5BAUHAAgALAEAAQASABIAAAROEMkpS6E4W5upMdUmEQT2feFIltMJYivbvhnZ3R0A4NMwIDodz+cL7nDEn5CH8DGZh8MtEMBEoxkqlXKVIgQCibbK9YLBYvLtHH5K0J0IACH5BAUHAAgALAEAAQASABIAAAROEMkpjaE4W5spANUmFQX2feFIltMJYivbvhnZ3d1x4BNBIDodz+cL7nDEn5CH8DGZAsFtMMBEoxkqlXKVIgIBibbK9YLBYvLtHH5K0J0IACH5BAUHAAgALAEAAQASABIAAAROEMkpAaA4W5vpOdUmGQb2feFIltMJYivbvhnZ3Z0g4FNRIDodz+cL7nDEn5CH8DGZgcCNQMBEoxkqlXKVIgYDibbK9YLBYvLtHH5K0J0IACH5BAUHAAgALAEAAQASABIAAAROEMkpz6E4W5upENUmAQD2feFIltMJYivbvhnZ3V0Q4JNhIDodz+cL7nDEn5CH8DGZg8GtUMBEoxkqlXKVIggEibbK9YLBYvLtHH5K0J0IACH5BAUHAAgALAEAAQASABIAAAROEMkphaA4W5tpCNUmHQf2feFIltMJYivbvhnZ3d0w4BMAIDodz+cL7nDEn5CH8DGZBMLNYMBEoxkqlXKVIgoFibbK9YLBYvLtHH5K0J0IACH5BAUHAAgALAEAAQASABIAAAROEMkpQ6A4W5vpGNUmCQL2feFIltMJYivbvhnZ3R1B4NNxIDodz+cL7nDEn5CH8DGZhcINAMBEoxkqlXKVIgwGibbK9YLBYvLtHH5K0J0IACH5BAUHAAcALAEAAQASABIAAANCeLo6wzA6FxkhbaoQ4L3ZxnXLh0EjWZ4RV71VUcCLIByyTNt2PsO8m452sBGJBsNxkUwuD03lAQBASqnUJ7aq5UYSADs=) 0 0 no-repeat;
}

.locaweb .pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}

.locaweb .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 0.5s linear infinite;
  animation: clockwise 0.5s linear infinite;
}

.locaweb .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1s cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1s cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

.locaweb .pswp--css_animation .pswp__preloader__icn {
  background: 0 0;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}

.locaweb .pswp--css_animation .pswp__preloader__cut {
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}

.locaweb .pswp--css_animation .pswp__preloader__donut {
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: 0 0;
  margin: 0;
}

.locaweb .pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}

.locaweb .pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}

.locaweb .pswp--has_mouse .pswp__button--arrow--left,
.locaweb .pswp--has_mouse .pswp__button--arrow--right,
.locaweb .pswp__caption,
.locaweb .pswp__top-bar {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.locaweb .pswp--has_mouse .pswp__button--arrow--left,
.locaweb .pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

.locaweb .pswp__caption,
.locaweb .pswp__top-bar {
  background-color: rgba(0, 0, 0, 0.5);
}

.locaweb .pswp__ui--fit .pswp__caption,
.locaweb .pswp__ui--fit .pswp__top-bar {
  background-color: rgba(0, 0, 0, 0.3);
}

.locaweb .pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}

.locaweb .pswp__ui--idle .pswp__button--arrow--left,
.locaweb .pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}

.locaweb .pswp__ui--hidden .pswp__button--arrow--left,
.locaweb .pswp__ui--hidden .pswp__button--arrow--right,
.locaweb .pswp__ui--hidden .pswp__caption,
.locaweb .pswp__ui--hidden .pswp__top-bar {
  opacity: 0.001;
}

.locaweb .pswp__ui--one-slide .pswp__button--arrow--left,
.locaweb .pswp__ui--one-slide .pswp__button--arrow--right,
.locaweb .pswp__ui--one-slide .pswp__counter {
  display: none;
}

.locaweb .pswp__element--disabled {
  display: none !important;
}

.locaweb .pswp--minimal--dark .pswp__top-bar {
  background: 0 0;
}

.locaweb .cs-page .text-editor p,
.locaweb .cs-page .text-editor ol,
.locaweb .cs-page .text-editor ul {
  font-family: "Comfortaa";
  font-size: 14px;
  color: #000;
}

.locaweb .cs-page .text-editor h1,
.locaweb .cs-page .text-editor h2,
.locaweb .cs-page .text-editor h3,
.locaweb .cs-page .text-editor h4,
.locaweb .cs-page .text-editor h5,
.locaweb .cs-page .text-editor h6 {
  font-family: "Quicksand";
  color: #000;
}

.locaweb .cs-page .cs-showcase-product {
  font-family: "Comfortaa";
  font-size: 14px;
}

.locaweb .cs-menu a {
  font-size: 13px;
  font-family: "Exo";
}

.locaweb .cs-section .cs-menu .cs-menu-button {
  background: rgba(255, 255, 255, 0);
}

.locaweb .cs-menu-button .cs-ico-menu,
.locaweb .cs-menu-button .cs-ico-menu-close {
  fill: #b5a781;
}

.locaweb .cs-language.cs-is-active,
.locaweb .cs-language:hover {
  border-color: #b5a781;
}

/*! rtl:end:ignore */

/* rtl:end:ignore */

