
 /*!
 * Bootstrap v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --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;
}
*,
:after,
:before {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  background-color: #fff;
  color: #212529;
  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;
  line-height: 1.5;
  margin: 0;
  text-align: left;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; 
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  margin-top: 0;
}
p {
  margin-bottom: 1rem;
  margin-top: 0;
}
abbr[data-original-title],
abbr[title] {
  border-bottom: 0;
  cursor: help;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  font-style: normal;
  line-height: inherit;
}
address,
dl,
ol,
ul {
  margin-bottom: 1rem;
}
dl,
ol,
ul {
  margin-top: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  background-color: transparent;
  color: #007bff;
  text-decoration: none;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono,
    Courier New, monospace;
  font-size: 1em;
}
pre {
  margin-bottom: 1rem;
  margin-top: 0;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0 0 1rem;
}
img {
  border-style: none;
}
img,
svg {
  vertical-align: middle;
}
svg {
  overflow: hidden;
}
table {
  border-collapse: collapse;
}
caption {
  caption-side: bottom;
  color: #6c757d;
  padding-bottom: 0.75rem;
  padding-top: 0.75rem;
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[role="button"] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
  cursor: pointer;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}
legend {
  color: inherit;
  display: block;
  font-size: 1.5rem;
  line-height: inherit;
  margin-bottom: 0.5rem;
  max-width: 100%;
  padding: 0;
  white-space: normal;
  width: 100%;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: none;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
output {
  display: inline-block;
}
summary {
  cursor: pointer;
  display: list-item;
}
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;
  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;
}
.display-1,
.display-2 {
  font-weight: 300;
  line-height: 1.2;
}
.display-2 {
  font-size: 5.5rem;
}
.display-3 {
  font-size: 4.5rem;
}
.display-3,
.display-4 {
  font-weight: 300;
  line-height: 1.2;
}
.display-4 {
  font-size: 3.5rem;
}
hr {
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.small,
small {
  font-size: 80%;
  font-weight: 400;
}
.mark,
mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.list-inline,
.list-unstyled {
  list-style: none;
  padding-left: 0;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.blockquote {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}
.blockquote-footer {
  color: #6c757d;
  display: block;
  font-size: 80%;
}
.blockquote-footer:before {
  content: "\2014\00A0";
}
.img-fluid,
.img-thumbnail {
  height: auto;
  max-width: 100%;
}
.img-thumbnail {
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  padding: 0.25rem;
}
.figure {
  display: inline-block;
}
.figure-img {
  line-height: 1;
  margin-bottom: 0.5rem;
}
.figure-caption {
  color: #6c757d;
  font-size: 90%;
}
code {
  color: #e83e8c;
  font-size: 87.5%;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  background-color: #212529;
  border-radius: 0.2rem;
  color: #fff;
  font-size: 87.5%;
  padding: 0.2rem 0.4rem;
}
kbd kbd {
  font-size: 100%;
  font-weight: 700;
  padding: 0;
}
pre {
  color: #212529;
  display: block;
  font-size: 87.5%;
}
pre code {
  color: inherit;
  font-size: inherit;
  word-break: normal;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.no-gutters {
  margin-left: 0;
  margin-right: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.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-auto {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  width: 100%;
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.row-cols-1 > * {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-2 > * {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.row-cols-3 > * {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.row-cols-4 > * {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.row-cols-5 > * {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.row-cols-6 > * {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
  width: auto;
}
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  -ms-flex-order: -1;
  order: -1;
}
.order-last {
  -ms-flex-order: 13;
  order: 13;
}
.order-0 {
  -ms-flex-order: 0;
  order: 0;
}
.order-1 {
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -ms-flex-order: 2;
  order: 2;
}
.order-3 {
  -ms-flex-order: 3;
  order: 3;
}
.order-4 {
  -ms-flex-order: 4;
  order: 4;
}
.order-5 {
  -ms-flex-order: 5;
  order: 5;
}
.order-6 {
  -ms-flex-order: 6;
  order: 6;
}
.order-7 {
  -ms-flex-order: 7;
  order: 7;
}
.order-8 {
  -ms-flex-order: 8;
  order: 8;
}
.order-9 {
  -ms-flex-order: 9;
  order: 9;
}
.order-10 {
  -ms-flex-order: 10;
  order: 10;
}
.order-11 {
  -ms-flex-order: 11;
  order: 11;
}
.order-12 {
  -ms-flex-order: 12;
  order: 12;
}
.offset-1 {
  margin-left: 8.333333%;
}
.offset-2 {
  margin-left: 16.666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.333333%;
}
.offset-5 {
  margin-left: 41.666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.333333%;
}
.offset-8 {
  margin-left: 66.666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.333333%;
}
.offset-11 {
  margin-left: 91.666667%;
}
@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    width: auto;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-md-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    width: auto;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    width: auto;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
    width: auto;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.table {
  color: #212529;
  margin-bottom: 1rem;
  width: 100%;
}
.table td,
.table th {
  border-top: 1px solid #dee2e6;
  padding: 0.75rem;
  vertical-align: top;
}
.table thead th {
  border-bottom: 2px solid #dee2e6;
  vertical-align: bottom;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}
.table-sm td,
.table-sm th {
  padding: 0.3rem;
}
.table-bordered,
.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6;
}
.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 2px;
}
.table-borderless tbody + tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
  border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
  color: #212529;
}
.table-primary,
.table-primary > td,
.table-primary > th {
  background-color: #b8daff;
}
.table-primary tbody + tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
  border-color: #7abaff;
}
.table-hover .table-primary:hover,
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}
.table-secondary,
.table-secondary > td,
.table-secondary > th {
  background-color: #d6d8db;
}
.table-secondary tbody + tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
  border-color: #b3b7bb;
}
.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}
.table-success,
.table-success > td,
.table-success > th {
  background-color: #c3e6cb;
}
.table-success tbody + tbody,
.table-success td,
.table-success th,
.table-success thead th {
  border-color: #8fd19e;
}
.table-hover .table-success:hover,
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}
.table-info,
.table-info > td,
.table-info > th {
  background-color: #bee5eb;
}
.table-info tbody + tbody,
.table-info td,
.table-info th,
.table-info thead th {
  border-color: #86cfda;
}
.table-hover .table-info:hover,
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}
.table-warning,
.table-warning > td,
.table-warning > th {
  background-color: #ffeeba;
}
.table-warning tbody + tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
  border-color: #ffdf7e;
}
.table-hover .table-warning:hover,
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}
.table-danger,
.table-danger > td,
.table-danger > th {
  background-color: #f5c6cb;
}
.table-danger tbody + tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
  border-color: #ed969e;
}
.table-hover .table-danger:hover,
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}
.table-light,
.table-light > td,
.table-light > th {
  background-color: #fdfdfe;
}
.table-light tbody + tbody,
.table-light td,
.table-light th,
.table-light thead th {
  border-color: #fbfcfc;
}
.table-hover .table-light:hover,
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}
.table-dark,
.table-dark > td,
.table-dark > th {
  background-color: #c6c8ca;
}
.table-dark tbody + tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #95999c;
}
.table-hover .table-dark:hover,
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}
.table-active,
.table-active > td,
.table-active > th,
.table-hover .table-active:hover,
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
  background-color: #343a40;
  border-color: #454d55;
  color: #fff;
}
.table .thead-light th {
  background-color: #e9ecef;
  border-color: #dee2e6;
  color: #495057;
}
.table-dark {
  background-color: #343a40;
  color: #fff;
}
.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: hsla(0, 0%, 100%, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  background-color: hsla(0, 0%, 100%, 0.075);
  color: #fff;
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    overflow-x: auto;
    width: 100%;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  overflow-x: auto;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}
.form-control {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  color: #495057;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  height: calc(1.5em + 0.75rem + 2px);
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  width: 100%;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.form-control:focus {
  background-color: #fff;
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 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] {
  background-color: #e9ecef;
  opacity: 1;
}
input[type="date"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control,
input[type="time"].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select.form-control:focus::-ms-value {
  background-color: #fff;
  color: #495057;
}
.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}
.col-form-label {
  font-size: inherit;
  line-height: 1.5;
  margin-bottom: 0;
  padding-bottom: calc(0.375rem + 1px);
  padding-top: calc(0.375rem + 1px);
}
.col-form-label-lg {
  font-size: 1.25rem;
  line-height: 1.5;
  padding-bottom: calc(0.5rem + 1px);
  padding-top: calc(0.5rem + 1px);
}
.col-form-label-sm {
  font-size: 0.875rem;
  line-height: 1.5;
  padding-bottom: calc(0.25rem + 1px);
  padding-top: calc(0.25rem + 1px);
}
.form-control-plaintext {
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
  color: #212529;
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0;
  padding: 0.375rem 0;
  width: 100%;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-left: 0;
  padding-right: 0;
}
.form-control-sm {
  border-radius: 0.2rem;
  font-size: 0.875rem;
  height: calc(1.5em + 0.5rem + 2px);
  line-height: 1.5;
  padding: 0.25rem 0.5rem;
}
.form-control-lg {
  border-radius: 0.3rem;
  font-size: 1.25rem;
  height: calc(1.5em + 1rem + 2px);
  line-height: 1.5;
  padding: 0.5rem 1rem;
}
select.form-control[multiple],
select.form-control[size],
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 1rem;
}
.form-text {
  display: block;
  margin-top: 0.25rem;
}
.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.form-row > .col,
.form-row > [class*="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}
.form-check {
  display: block;
  padding-left: 1.25rem;
  position: relative;
}
.form-check-input {
  margin-left: -1.25rem;
  margin-top: 0.3rem;
  position: absolute;
}
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
  color: #6c757d;
}
.form-check-label {
  margin-bottom: 0;
}
.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 0.75rem;
  padding-left: 0;
}
.form-check-inline .form-check-input {
  margin-left: 0;
  margin-right: 0.3125rem;
  margin-top: 0;
  position: static;
}
.valid-feedback {
  color: #28a745;
  display: none;
  font-size: 80%;
  margin-top: 0.25rem;
  width: 100%;
}
.valid-tooltip {
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
  color: #fff;
  display: none;
  font-size: 0.875rem;
  left: 0;
  line-height: 1.5;
  margin-top: 0.1rem;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  position: absolute;
  top: 100%;
  z-index: 5;
}
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
  display: block;
}
.form-control.is-valid,
.was-validated .form-control:valid {
  background-image: url("data:image/svg+xml;charset=utf-8,%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.73.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.1'/%3E%3C/svg%3E");
  background-position: right calc(0.375em + 0.1875rem) center;
  background-repeat: no-repeat;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
  padding-right: calc(1.5em + 0.75rem);
}
.custom-select.is-valid,
.was-validated .custom-select:valid {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
      no-repeat right 0.75rem center/8px 10px,
    url("data:image/svg+xml;charset=utf-8,%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.73.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.1'/%3E%3C/svg%3E")
      #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem)
      calc(0.75em + 0.375rem);
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
}
.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #28a745;
}
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block;
}
.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #28a745;
}
.custom-control-input.is-valid ~ .custom-control-label:before,
.was-validated .custom-control-input:valid ~ .custom-control-label:before {
  border-color: #28a745;
}
.custom-control-input.is-valid:checked ~ .custom-control-label:before,
.was-validated
  .custom-control-input:valid:checked
  ~ .custom-control-label:before {
  background-color: #34ce57;
  border-color: #34ce57;
}
.custom-control-input.is-valid:focus ~ .custom-control-label:before,
.was-validated
  .custom-control-input:valid:focus
  ~ .custom-control-label:before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.custom-control-input.is-valid:focus:not(:checked)
  ~ .custom-control-label:before,
.was-validated
  .custom-control-input:valid:focus:not(:checked)
  ~ .custom-control-label:before {
  border-color: #28a745;
}
.custom-file-input.is-valid ~ .custom-file-label,
.was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #28a745;
}
.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.invalid-feedback {
  color: #dc3545;
  display: none;
  font-size: 80%;
  margin-top: 0.25rem;
  width: 100%;
}
.invalid-tooltip {
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
  color: #fff;
  display: none;
  font-size: 0.875rem;
  left: 0;
  line-height: 1.5;
  margin-top: 0.1rem;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  position: absolute;
  top: 100%;
  z-index: 5;
}
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
  display: block;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
  background-position: right calc(0.375em + 0.1875rem) center;
  background-repeat: no-repeat;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  background-position: top calc(0.375em + 0.1875rem) right
    calc(0.375em + 0.1875rem);
  padding-right: calc(1.5em + 0.75rem);
}
.custom-select.is-invalid,
.was-validated .custom-select:invalid {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
      no-repeat right 0.75rem center/8px 10px,
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E")
      #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem)
      calc(0.75em + 0.375rem);
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
}
.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545;
}
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block;
}
.custom-control-input.is-invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #dc3545;
}
.custom-control-input.is-invalid ~ .custom-control-label:before,
.was-validated .custom-control-input:invalid ~ .custom-control-label:before {
  border-color: #dc3545;
}
.custom-control-input.is-invalid:checked ~ .custom-control-label:before,
.was-validated
  .custom-control-input:invalid:checked
  ~ .custom-control-label:before {
  background-color: #e4606d;
  border-color: #e4606d;
}
.custom-control-input.is-invalid:focus ~ .custom-control-label:before,
.was-validated
  .custom-control-input:invalid:focus
  ~ .custom-control-label:before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.custom-control-input.is-invalid:focus:not(:checked)
  ~ .custom-control-label:before,
.was-validated
  .custom-control-input:invalid:focus:not(:checked)
  ~ .custom-control-label:before {
  border-color: #dc3545;
}
.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .form-group,
  .form-inline label {
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
  }
  .form-inline .form-control {
    display: inline-block;
    vertical-align: middle;
    width: auto;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .custom-select,
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    width: auto;
  }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 0;
    margin-right: 0.25rem;
    margin-top: 0;
  }
  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}
.btn {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  color: #212529;
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  text-align: center;
  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;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn.focus,
.btn:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  outline: 0;
}
.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}
.btn-primary {
  background-color: #007bff;
  border-color: #007bff;
  color: #fff;
}
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
  background-color: #0069d9;
  border-color: #0062cc;
  color: #fff;
}
.btn-primary.focus,
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #007bff;
  border-color: #007bff;
  color: #fff;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background-color: #0062cc;
  border-color: #005cbf;
  color: #fff;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-secondary {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #fff;
}
.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:hover {
  background-color: #5a6268;
  border-color: #545b62;
  color: #fff;
}
.btn-secondary.focus,
.btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem hsla(208, 6%, 54%, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #fff;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
  background-color: #545b62;
  border-color: #4e555b;
  color: #fff;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem hsla(208, 6%, 54%, 0.5);
}
.btn-success {
  background-color: #28a745;
  border-color: #28a745;
  color: #fff;
}
.btn-success.focus,
.btn-success:focus,
.btn-success:hover {
  background-color: #218838;
  border-color: #1e7e34;
  color: #fff;
}
.btn-success.focus,
.btn-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  background-color: #28a745;
  border-color: #28a745;
  color: #fff;
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
  background-color: #1e7e34;
  border-color: #1c7430;
  color: #fff;
}
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-info {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #fff;
}
.btn-info.focus,
.btn-info:focus,
.btn-info:hover {
  background-color: #138496;
  border-color: #117a8b;
  color: #fff;
}
.btn-info.focus,
.btn-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #fff;
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
  background-color: #117a8b;
  border-color: #10707f;
  color: #fff;
}
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-warning {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #212529;
}
.btn-warning.focus,
.btn-warning:focus,
.btn-warning:hover {
  background-color: #e0a800;
  border-color: #d39e00;
  color: #212529;
}
.btn-warning.focus,
.btn-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #212529;
}
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
  background-color: #d39e00;
  border-color: #c69500;
  color: #212529;
}
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-danger {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
}
.btn-danger.focus,
.btn-danger:focus,
.btn-danger:hover {
  background-color: #c82333;
  border-color: #bd2130;
  color: #fff;
}
.btn-danger.focus,
.btn-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
  background-color: #bd2130;
  border-color: #b21f2d;
  color: #fff;
}
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-light {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #212529;
}
.btn-light.focus,
.btn-light:focus,
.btn-light:hover {
  background-color: #e2e6ea;
  border-color: #dae0e5;
  color: #212529;
}
.btn-light.focus,
.btn-light:focus {
  box-shadow: 0 0 0 0.2rem hsla(220, 4%, 85%, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #212529;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  background-color: #dae0e5;
  border-color: #d3d9df;
  color: #212529;
}
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem hsla(220, 4%, 85%, 0.5);
}
.btn-dark {
  background-color: #343a40;
  border-color: #343a40;
  color: #fff;
}
.btn-dark.focus,
.btn-dark:focus,
.btn-dark:hover {
  background-color: #23272b;
  border-color: #1d2124;
  color: #fff;
}
.btn-dark.focus,
.btn-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
  background-color: #343a40;
  border-color: #343a40;
  color: #fff;
}
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
  background-color: #1d2124;
  border-color: #171a1d;
  color: #fff;
}
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-outline-primary {
  border-color: #007bff;
  color: #007bff;
}
.btn-outline-primary:hover {
  background-color: #007bff;
  border-color: #007bff;
  color: #fff;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  background-color: transparent;
  color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
  background-color: #007bff;
  border-color: #007bff;
  color: #fff;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-secondary {
  border-color: #6c757d;
  color: #6c757d;
}
.btn-outline-secondary:hover {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #fff;
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem hsla(208, 7%, 46%, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  background-color: transparent;
  color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #fff;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem hsla(208, 7%, 46%, 0.5);
}
.btn-outline-success {
  border-color: #28a745;
  color: #28a745;
}
.btn-outline-success:hover {
  background-color: #28a745;
  border-color: #28a745;
  color: #fff;
}
.btn-outline-success.focus,
.btn-outline-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
  background-color: transparent;
  color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle {
  background-color: #28a745;
  border-color: #28a745;
  color: #fff;
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info {
  border-color: #17a2b8;
  color: #17a2b8;
}
.btn-outline-info:hover {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #fff;
}
.btn-outline-info.focus,
.btn-outline-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
  background-color: transparent;
  color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show > .btn-outline-info.dropdown-toggle {
  background-color: #17a2b8;
  border-color: #17a2b8;
  color: #fff;
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
  border-color: #ffc107;
  color: #ffc107;
}
.btn-outline-warning:hover {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #212529;
}
.btn-outline-warning.focus,
.btn-outline-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  background-color: transparent;
  color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show > .btn-outline-warning.dropdown-toggle {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #212529;
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
  border-color: #dc3545;
  color: #dc3545;
}
.btn-outline-danger:hover {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
}
.btn-outline-danger.focus,
.btn-outline-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  background-color: transparent;
  color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show > .btn-outline-danger.dropdown-toggle {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light {
  border-color: #f8f9fa;
  color: #f8f9fa;
}
.btn-outline-light:hover {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #212529;
}
.btn-outline-light.focus,
.btn-outline-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
  background-color: transparent;
  color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show > .btn-outline-light.dropdown-toggle {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  color: #212529;
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
  border-color: #343a40;
  color: #343a40;
}
.btn-outline-dark:hover {
  background-color: #343a40;
  border-color: #343a40;
  color: #fff;
}
.btn-outline-dark.focus,
.btn-outline-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  background-color: transparent;
  color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-dark.dropdown-toggle {
  background-color: #343a40;
  border-color: #343a40;
  color: #fff;
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-link {
  color: #007bff;
  font-weight: 400;
  text-decoration: none;
}
.btn-link:hover {
  color: #0056b3;
}
.btn-link.focus,
.btn-link:focus,
.btn-link:hover {
  text-decoration: underline;
}
.btn-link.disabled,
.btn-link:disabled {
  color: #6c757d;
  pointer-events: none;
}
.btn-group-lg > .btn,
.btn-lg {
  border-radius: 0.3rem;
  font-size: 1.25rem;
  line-height: 1.5;
  padding: 0.5rem 1rem;
}
.btn-group-sm > .btn,
.btn-sm {
  border-radius: 0.2rem;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.25rem 0.5rem;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
  width: 100%;
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  height: 0;
  overflow: hidden;
  position: relative;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.dropdown,
.dropleft,
.dropright,
.dropup {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle:after {
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  border-right: 0.3em solid transparent;
  border-top: 0.3em solid;
  content: "";
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
}
.dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropdown-menu {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  color: #212529;
  display: none;
  float: left;
  font-size: 1rem;
  left: 0;
  list-style: none;
  margin: 0.125rem 0 0;
  min-width: 10rem;
  padding: 0.5rem 0;
  position: absolute;
  text-align: left;
  top: 100%;
  z-index: 1000;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    left: 0;
    right: auto;
  }
  .dropdown-menu-sm-right {
    left: auto;
    right: 0;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    left: 0;
    right: auto;
  }
  .dropdown-menu-md-right {
    left: auto;
    right: 0;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    left: 0;
    right: auto;
  }
  .dropdown-menu-lg-right {
    left: auto;
    right: 0;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    left: 0;
    right: auto;
  }
  .dropdown-menu-xl-right {
    left: auto;
    right: 0;
  }
}
.dropup .dropdown-menu {
  bottom: 100%;
  margin-bottom: 0.125rem;
  margin-top: 0;
  top: auto;
}
.dropup .dropdown-toggle:after {
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
  border-right: 0.3em solid transparent;
  border-top: 0;
  content: "";
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
}
.dropup .dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropright .dropdown-menu {
  left: 100%;
  margin-left: 0.125rem;
  margin-top: 0;
  right: auto;
  top: 0;
}
.dropright .dropdown-toggle:after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-right: 0;
  border-top: 0.3em solid transparent;
  content: "";
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
}
.dropright .dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropright .dropdown-toggle:after {
  vertical-align: 0;
}
.dropleft .dropdown-menu {
  left: auto;
  margin-right: 0.125rem;
  margin-top: 0;
  right: 100%;
  top: 0;
}
.dropleft .dropdown-toggle:after {
  content: "";
  display: inline-block;
  display: none;
  margin-left: 0.255em;
  vertical-align: 0.255em;
}
.dropleft .dropdown-toggle:before {
  border-bottom: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-top: 0.3em solid transparent;
  content: "";
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
}
.dropleft .dropdown-toggle:empty:after {
  margin-left: 0;
}
.dropleft .dropdown-toggle:before {
  vertical-align: 0;
}
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="top"] {
  bottom: auto;
  right: auto;
}
.dropdown-divider {
  border-top: 1px solid #e9ecef;
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
}
.dropdown-item {
  background-color: transparent;
  border: 0;
  clear: both;
  color: #212529;
  display: block;
  font-weight: 400;
  padding: 0.25rem 1.5rem;
  text-align: inherit;
  white-space: nowrap;
  width: 100%;
}
.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #f8f9fa;
  color: #16181b;
  text-decoration: none;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: #007bff;
  color: #fff;
  text-decoration: none;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  background-color: transparent;
  color: #6c757d;
  pointer-events: none;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  color: #6c757d;
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0;
  padding: 0.5rem 1.5rem;
  white-space: nowrap;
}
.dropdown-item-text {
  color: #212529;
  display: block;
  padding: 0.25rem 1.5rem;
}
.btn-group,
.btn-group-vertical {
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
  z-index: 1;
}
.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.dropdown-toggle-split {
  padding-left: 0.5625rem;
  padding-right: 0.5625rem;
}
.dropdown-toggle-split:after,
.dropright .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split:before {
  margin-right: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.input-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control,
.input-group > .form-control-plaintext {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-bottom: 0;
  min-width: 0;
  position: relative;
  width: 1%;
}
.input-group > .custom-file + .custom-file,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .form-control,
.input-group > .custom-select + .custom-file,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .form-control,
.input-group > .form-control + .custom-file,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .form-control,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .form-control {
  margin-left: -1px;
}
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label,
.input-group > .custom-select:focus,
.input-group > .form-control:focus {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label:after {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-append,
.input-group-prepend {
  display: -ms-flexbox;
  display: flex;
}
.input-group-append .btn,
.input-group-prepend .btn {
  position: relative;
  z-index: 2;
}
.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
  z-index: 3;
}
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .input-group-text,
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .input-group-text {
  margin-left: -1px;
}
.input-group-prepend {
  margin-right: -1px;
}
.input-group-append {
  margin-left: -1px;
}
.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  color: #495057;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
  padding: 0.375rem 0.75rem;
  text-align: center;
  white-space: nowrap;
}
.input-group-text input[type="checkbox"],
.input-group-text input[type="radio"] {
  margin-top: 0;
}
.input-group-lg > .custom-select,
.input-group-lg > .form-control:not(textarea) {
  height: calc(1.5em + 1rem + 2px);
}
.input-group-lg > .custom-select,
.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .input-group-text {
  border-radius: 0.3rem;
  font-size: 1.25rem;
  line-height: 1.5;
  padding: 0.5rem 1rem;
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control:not(textarea) {
  height: calc(1.5em + 0.5rem + 2px);
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
  border-radius: 0.2rem;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.25rem 0.5rem;
}
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}
.input-group
  > .input-group-append:last-child
  > .btn:not(:last-child):not(.dropdown-toggle),
.input-group
  > .input-group-append:last-child
  > .input-group-text:not(:last-child),
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group
  > .input-group-prepend:first-child
  > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.custom-control {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  position: relative;
  -webkit-print-color-adjust: exact;
  z-index: 1;
  color-adjust: exact;
}
.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}
.custom-control-input {
  height: 1.25rem;
  left: 0;
  opacity: 0;
  position: absolute;
  width: 1rem;
  z-index: -1;
}
.custom-control-input:checked ~ .custom-control-label:before {
  background-color: #007bff;
  border-color: #007bff;
  color: #fff;
}
.custom-control-input:focus ~ .custom-control-label:before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label:before {
  border-color: #80bdff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label:before {
  background-color: #b3d7ff;
  border-color: #b3d7ff;
  color: #fff;
}
.custom-control-input:disabled ~ .custom-control-label,
.custom-control-input[disabled] ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label:before,
.custom-control-input[disabled] ~ .custom-control-label:before {
  background-color: #e9ecef;
}
.custom-control-label {
  margin-bottom: 0;
  position: relative;
  vertical-align: top;
}
.custom-control-label:before {
  background-color: #fff;
  border: 1px solid #adb5bd;
  pointer-events: none;
}
.custom-control-label:after,
.custom-control-label:before {
  content: "";
  display: block;
  height: 1rem;
  left: -1.5rem;
  position: absolute;
  top: 0.25rem;
  width: 1rem;
}
.custom-control-label:after {
  background: no-repeat 50%/50% 50%;
}
.custom-checkbox .custom-control-label:before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='m6.564.75-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label:before {
  background-color: #007bff;
  border-color: #007bff;
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%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");
}
.custom-checkbox
  .custom-control-input:disabled:checked
  ~ .custom-control-label:before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox
  .custom-control-input:disabled:indeterminate
  ~ .custom-control-label:before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-radio .custom-control-label:before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%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");
}
.custom-radio
  .custom-control-input:disabled:checked
  ~ .custom-control-label:before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label:before {
  border-radius: 0.5rem;
  left: -2.25rem;
  pointer-events: all;
  width: 1.75rem;
}
.custom-switch .custom-control-label:after {
  background-color: #adb5bd;
  border-radius: 0.5rem;
  height: calc(1rem - 4px);
  left: calc(-2.25rem + 2px);
  top: calc(0.25rem + 2px);
  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;
  width: calc(1rem - 4px);
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label:after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label:after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
}
.custom-switch
  .custom-control-input:disabled:checked
  ~ .custom-control-label:before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff
    url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0 0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
    no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  color: #495057;
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  height: calc(1.5em + 0.75rem + 2px);
  line-height: 1.5;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  vertical-align: middle;
  width: 100%;
}
.custom-select:focus {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  outline: 0;
}
.custom-select:focus::-ms-value {
  background-color: #fff;
  color: #495057;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  background-image: none;
  height: auto;
  padding-right: 0.75rem;
}
.custom-select:disabled {
  background-color: #e9ecef;
  color: #6c757d;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.custom-select-sm {
  font-size: 0.875rem;
  height: calc(1.5em + 0.5rem + 2px);
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-top: 0.25rem;
}
.custom-select-lg {
  font-size: 1.25rem;
  height: calc(1.5em + 1rem + 2px);
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-top: 0.5rem;
}
.custom-file {
  display: inline-block;
  margin-bottom: 0;
}
.custom-file,
.custom-file-input {
  height: calc(1.5em + 0.75rem + 2px);
  position: relative;
  width: 100%;
}
.custom-file-input {
  margin: 0;
  opacity: 0;
  z-index: 2;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input:disabled ~ .custom-file-label,
.custom-file-input[disabled] ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label:after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]:after {
  content: attr(data-browse);
}
.custom-file-label {
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  font-weight: 400;
  height: calc(1.5em + 0.75rem + 2px);
  left: 0;
  z-index: 1;
}
.custom-file-label,
.custom-file-label:after {
  color: #495057;
  line-height: 1.5;
  padding: 0.375rem 0.75rem;
  position: absolute;
  right: 0;
  top: 0;
}
.custom-file-label:after {
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
  bottom: 0;
  content: "Browse";
  display: block;
  height: calc(1.5em + 0.75rem);
  z-index: 3;
}
.custom-range {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  height: 1.4rem;
  padding: 0;
  width: 100%;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  -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;
  width: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  color: transparent;
  cursor: pointer;
  height: 0.5rem;
  width: 100%;
}
.custom-range::-moz-range-thumb {
  -moz-appearance: none;
  appearance: none;
  background-color: #007bff;
  border: 0;
  border-radius: 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;
  width: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
  color: transparent;
  cursor: pointer;
  height: 0.5rem;
  width: 100%;
}
.custom-range::-ms-thumb {
  appearance: none;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  height: 1rem;
  margin-left: 0.2rem;
  margin-right: 0.2rem;
  margin-top: 0;
  -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;
  width: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-ms-track {
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
  color: transparent;
  cursor: pointer;
  height: 0.5rem;
  width: 100%;
}
.custom-range::-ms-fill-lower,
.custom-range::-ms-fill-upper {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}
.custom-control-label:before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label:before,
  .custom-file-label,
  .custom-select {
    transition: none;
  }
}
.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  cursor: default;
  pointer-events: none;
}
.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  background-color: transparent;
  border-color: transparent;
  color: #6c757d;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
  color: #495057;
}
.nav-tabs .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: -1px;
}
.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #007bff;
  color: #fff;
}
.nav-fill .nav-item,
.nav-fill > .nav-link {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified .nav-item,
.nav-justified > .nav-link {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  padding: 0.5rem 1rem;
  position: relative;
}
.navbar,
.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  font-size: 1.25rem;
  line-height: inherit;
  margin-right: 1rem;
  padding-bottom: 0.3125rem;
  padding-top: 0.3125rem;
  white-space: nowrap;
}
.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}
.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}
.navbar-nav .nav-link {
  padding-left: 0;
  padding-right: 0;
}
.navbar-nav .dropdown-menu {
  float: none;
  position: static;
}
.navbar-text {
  display: inline-block;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}
.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}
.navbar-toggler {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  font-size: 1.25rem;
  line-height: 1;
  padding: 0.25rem 0.75rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler-icon {
  background: no-repeat 50%;
  background-size: 100% 100%;
  content: "";
  display: inline-block;
  height: 1.5em;
  vertical-align: middle;
  width: 1.5em;
}
@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid,
  .navbar-expand-sm > .container-lg,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-xl {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .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-lg,
  .navbar-expand-sm > .container-md,
  .navbar-expand-sm > .container-sm,
  .navbar-expand-sm > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid,
  .navbar-expand-md > .container-lg,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-xl {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .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-lg,
  .navbar-expand-md > .container-md,
  .navbar-expand-md > .container-sm,
  .navbar-expand-md > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid,
  .navbar-expand-lg > .container-lg,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-xl {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .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-lg,
  .navbar-expand-lg > .container-md,
  .navbar-expand-lg > .container-sm,
  .navbar-expand-lg > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid,
  .navbar-expand-xl > .container-lg,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-xl {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .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-lg,
  .navbar-expand-xl > .container-md,
  .navbar-expand-xl > .container-sm,
  .navbar-expand-xl > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-lg,
.navbar-expand > .container-md,
.navbar-expand > .container-sm,
.navbar-expand > .container-xl {
  padding-left: 0;
  padding-right: 0;
}
.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-lg,
.navbar-expand > .container-md,
.navbar-expand > .container-sm,
.navbar-expand > .container-xl {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  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:focus,
.navbar-light .navbar-nav .nav-link:hover {
  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 .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%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,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: hsla(0, 0%, 100%, 0.5);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: hsla(0, 0%, 100%, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: hsla(0, 0%, 100%, 0.25);
}
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  border-color: hsla(0, 0%, 100%, 0.1);
  color: hsla(0, 0%, 100%, 0.5);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%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: hsla(0, 0%, 100%, 0.5);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
  color: #fff;
}
.card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  position: relative;
  word-wrap: break-word;
  background-clip: border-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-left: 0;
  margin-right: 0;
}
.card > .list-group {
  border-bottom: inherit;
  border-top: inherit;
}
.card > .list-group:first-child {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
  border-top-width: 0;
}
.card > .list-group:last-child {
  border-bottom-left-radius: calc(0.25rem - 1px);
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-width: 0;
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}
.card-title {
  margin-bottom: 0.75rem;
}
.card-subtitle {
  margin-top: -0.375rem;
}
.card-subtitle,
.card-text:last-child {
  margin-bottom: 0;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}
.card-header {
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  margin-bottom: 0;
  padding: 0.75rem 1.25rem;
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-footer {
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.75rem 1.25rem;
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
  border-bottom: 0;
  margin-bottom: -0.75rem;
}
.card-header-pills,
.card-header-tabs {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
.card-img-overlay {
  border-radius: calc(0.25rem - 1px);
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  position: absolute;
  right: 0;
  top: 0;
}
.card-img,
.card-img-bottom,
.card-img-top {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}
.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom {
  border-bottom-left-radius: calc(0.25rem - 1px);
  border-bottom-right-radius: calc(0.25rem - 1px);
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
  .card-deck .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
    margin-left: 15px;
    margin-right: 15px;
  }
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    border-left: 0;
    margin-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-header,
  .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-footer,
  .card-group > .card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-header,
  .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-footer,
  .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}
.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 {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}
.breadcrumb {
  background-color: #e9ecef;
  border-radius: 0.25rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 1rem;
  padding: 0.75rem 1rem;
}
.breadcrumb,
.breadcrumb-item {
  display: -ms-flexbox;
  display: flex;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item:before {
  color: #6c757d;
  content: "/";
  display: inline-block;
  padding-right: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item:hover:before {
  text-decoration: underline;
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}
.pagination {
  border-radius: 0.25rem;
  display: -ms-flexbox;
  list-style: none;
  padding-left: 0;
}
.page-link {
  background-color: #fff;
  border: 1px solid #dee2e6;
  color: #007bff;
  display: block;
  line-height: 1.25;
  margin-left: -1px;
  padding: 0.5rem 0.75rem;
  position: relative;
}
.page-link:hover {
  background-color: #e9ecef;
  border-color: #dee2e6;
  color: #0056b3;
  text-decoration: none;
  z-index: 2;
}
.page-link:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  outline: 0;
  z-index: 3;
}
.page-item:first-child .page-link {
  border-bottom-left-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
  margin-left: 0;
}
.page-item:last-child .page-link {
  border-bottom-right-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.page-item.active .page-link {
  background-color: #007bff;
  border-color: #007bff;
  color: #fff;
  z-index: 3;
}
.page-item.disabled .page-link {
  background-color: #fff;
  border-color: #dee2e6;
  color: #6c757d;
  cursor: auto;
  pointer-events: none;
}
.pagination-lg .page-link {
  font-size: 1.25rem;
  line-height: 1.5;
  padding: 0.75rem 1.5rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-bottom-left-radius: 0.3rem;
  border-top-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-bottom-right-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.25rem 0.5rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-bottom-left-radius: 0.2rem;
  border-top-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-bottom-right-radius: 0.2rem;
  border-top-right-radius: 0.2rem;
}
.badge {
  border-radius: 0.25rem;
  display: inline-block;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  padding: 0.25em 0.4em;
  text-align: center;
  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;
  vertical-align: baseline;
  white-space: nowrap;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:focus,
a.badge:hover {
  text-decoration: none;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.badge-pill {
  border-radius: 10rem;
  padding-left: 0.6em;
  padding-right: 0.6em;
}
.badge-primary {
  background-color: #007bff;
  color: #fff;
}
a.badge-primary:focus,
a.badge-primary:hover {
  background-color: #0062cc;
  color: #fff;
}
a.badge-primary.focus,
a.badge-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
  outline: 0;
}
.badge-secondary {
  background-color: #6c757d;
  color: #fff;
}
a.badge-secondary:focus,
a.badge-secondary:hover {
  background-color: #545b62;
  color: #fff;
}
a.badge-secondary.focus,
a.badge-secondary:focus {
  box-shadow: 0 0 0 0.2rem hsla(208, 7%, 46%, 0.5);
  outline: 0;
}
.badge-success {
  background-color: #28a745;
  color: #fff;
}
a.badge-success:focus,
a.badge-success:hover {
  background-color: #1e7e34;
  color: #fff;
}
a.badge-success.focus,
a.badge-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
  outline: 0;
}
.badge-info {
  background-color: #17a2b8;
  color: #fff;
}
a.badge-info:focus,
a.badge-info:hover {
  background-color: #117a8b;
  color: #fff;
}
a.badge-info.focus,
a.badge-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
  outline: 0;
}
.badge-warning {
  background-color: #ffc107;
  color: #212529;
}
a.badge-warning:focus,
a.badge-warning:hover {
  background-color: #d39e00;
  color: #212529;
}
a.badge-warning.focus,
a.badge-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
  outline: 0;
}
.badge-danger {
  background-color: #dc3545;
  color: #fff;
}
a.badge-danger:focus,
a.badge-danger:hover {
  background-color: #bd2130;
  color: #fff;
}
a.badge-danger.focus,
a.badge-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
  outline: 0;
}
.badge-light {
  background-color: #f8f9fa;
  color: #212529;
}
a.badge-light:focus,
a.badge-light:hover {
  background-color: #dae0e5;
  color: #212529;
}
a.badge-light.focus,
a.badge-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  outline: 0;
}
.badge-dark {
  background-color: #343a40;
  color: #fff;
}
a.badge-dark:focus,
a.badge-dark:hover {
  background-color: #1d2124;
  color: #fff;
}
a.badge-dark.focus,
a.badge-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  outline: 0;
}
.jumbotron {
  background-color: #e9ecef;
  border-radius: 0.3rem;
  margin-bottom: 2rem;
  padding: 2rem 1rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}
.alert {
  border: 1px solid transparent;
  border-radius: 0.25rem;
  margin-bottom: 1rem;
  padding: 0.75rem 1.25rem;
  position: relative;
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
}
.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  color: inherit;
  padding: 0.75rem 1.25rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.alert-primary {
  background-color: #cce5ff;
  border-color: #b8daff;
  color: #004085;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}
.alert-secondary {
  background-color: #e2e3e5;
  border-color: #d6d8db;
  color: #383d41;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}
.alert-success {
  background-color: #d4edda;
  border-color: #c3e6cb;
  color: #155724;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}
.alert-info {
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}
.alert-warning {
  background-color: #fff3cd;
  border-color: #ffeeba;
  color: #856404;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}
.alert-danger {
  border-color: #f5c6cb;
  color: #721c24;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}
.alert-light {
  background-color: #fefefe;
  border-color: #fdfdfe;
  color: #818182;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}
.alert-dark {
  background-color: #d6d8d9;
  border-color: #c6c8ca;
  color: #1b1e21;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}
@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  0% {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  background-color: #e9ecef;
  border-radius: 0.25rem;
  font-size: 0.75rem;
  height: 1rem;
  line-height: 0;
}
.progress,
.progress-bar {
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.progress-bar {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  background-color: #007bff;
  color: #fff;
  justify-content: center;
  text-align: center;
  transition: width 0.6s ease;
  white-space: nowrap;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image: linear-gradient(
    45deg,
    hsla(0, 0%, 100%, 0.15) 25%,
    transparent 0,
    transparent 50%,
    hsla(0, 0%, 100%, 0.15) 0,
    hsla(0, 0%, 100%, 0.15) 75%,
    transparent 0,
    transparent
  );
  background-size: 1rem 1rem;
}
.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}
.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}
.media-body {
  -ms-flex: 1;
  flex: 1;
}
.list-group {
  border-radius: 0.25rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
}
.list-group-item-action {
  color: #495057;
  text-align: inherit;
  width: 100%;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
  background-color: #f8f9fa;
  color: #495057;
  text-decoration: none;
  z-index: 1;
}
.list-group-item-action:active {
  background-color: #e9ecef;
  color: #212529;
}
.list-group-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  display: block;
  padding: 0.75rem 1.25rem;
  position: relative;
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}
.list-group-item.disabled,
.list-group-item:disabled {
  background-color: #fff;
  color: #6c757d;
  pointer-events: none;
}
.list-group-item.active {
  background-color: #007bff;
  border-color: #007bff;
  color: #fff;
  z-index: 2;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  border-top-width: 1px;
  margin-top: -1px;
}
.list-group-horizontal {
  -ms-flex-direction: row;
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.25rem;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-left-width: 0;
  border-top-width: 1px;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  border-left-width: 1px;
  margin-left: -1px;
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0.25rem;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-left-width: 0;
    border-top-width: 1px;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    border-left-width: 1px;
    margin-left: -1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0.25rem;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-left-width: 0;
    border-top-width: 1px;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    border-left-width: 1px;
    margin-left: -1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0.25rem;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-left-width: 0;
    border-top-width: 1px;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    border-left-width: 1px;
    margin-left: -1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0.25rem;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-left-width: 0;
    border-top-width: 1px;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    border-left-width: 1px;
    margin-left: -1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary {
  background-color: #b8daff;
  color: #004085;
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  background-color: #9fcdff;
  color: #004085;
}
.list-group-item-primary.list-group-item-action.active {
  background-color: #004085;
  border-color: #004085;
  color: #fff;
}
.list-group-item-secondary {
  background-color: #d6d8db;
  color: #383d41;
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
  background-color: #c8cbcf;
  color: #383d41;
}
.list-group-item-secondary.list-group-item-action.active {
  background-color: #383d41;
  border-color: #383d41;
  color: #fff;
}
.list-group-item-success {
  background-color: #c3e6cb;
  color: #155724;
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
  background-color: #b1dfbb;
  color: #155724;
}
.list-group-item-success.list-group-item-action.active {
  background-color: #155724;
  border-color: #155724;
  color: #fff;
}
.list-group-item-info {
  background-color: #bee5eb;
  color: #0c5460;
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
  background-color: #abdde5;
  color: #0c5460;
}
.list-group-item-info.list-group-item-action.active {
  background-color: #0c5460;
  border-color: #0c5460;
  color: #fff;
}
.list-group-item-warning {
  background-color: #ffeeba;
  color: #856404;
}
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
  background-color: #ffe8a1;
  color: #856404;
}
.list-group-item-warning.list-group-item-action.active {
  background-color: #856404;
  border-color: #856404;
  color: #fff;
}
.list-group-item-danger {
  background-color: #f5c6cb;
  color: #721c24;
}
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
  background-color: #f1b0b7;
  color: #721c24;
}
.list-group-item-danger.list-group-item-action.active {
  background-color: #721c24;
  border-color: #721c24;
  color: #fff;
}
.list-group-item-light {
  background-color: #fdfdfe;
  color: #818182;
}
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
  background-color: #ececf6;
  color: #818182;
}
.list-group-item-light.list-group-item-action.active {
  background-color: #818182;
  border-color: #818182;
  color: #fff;
}
.list-group-item-dark {
  background-color: #c6c8ca;
  color: #1b1e21;
}
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
  background-color: #b9bbbe;
  color: #1b1e21;
}
.list-group-item-dark.list-group-item-action.active {
  background-color: #1b1e21;
  border-color: #1b1e21;
  color: #fff;
}
.close {
  color: #000;
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  opacity: 0.5;
  text-shadow: 0 1px 0 #fff;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
  opacity: 0.75;
}
button.close {
  background-color: transparent;
  border: 0;
  padding: 0;
}
a.close.disabled {
  pointer-events: none;
}
.toast {
  -ms-flex-preferred-size: 350px;
  background-clip: padding-box;
  background-color: hsla(0, 0%, 100%, 0.85);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  flex-basis: 350px;
  font-size: 0.875rem;
  max-width: 350px;
  opacity: 0;
}
.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: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background-clip: padding-box;
  background-color: hsla(0, 0%, 100%, 0.85);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
  color: #6c757d;
  padding: 0.25rem 0.75rem;
}
.toast-body {
  padding: 0.75rem;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  display: none;
  height: 100%;
  left: 0;
  outline: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1050;
}
.modal-dialog {
  margin: 0.5rem;
  pointer-events: none;
  position: relative;
  width: auto;
}
.modal.fade .modal-dialog {
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  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;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.modal.modal-static .modal-dialog {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered:before {
  content: "";
  display: block;
  height: calc(100vh - 1rem);
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
}
.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  height: 100%;
  justify-content: center;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable:before {
  content: none;
}
.modal-content {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  outline: 0;
  pointer-events: auto;
  position: relative;
  width: 100%;
}
.modal-backdrop {
  background-color: #000;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 1040;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
  justify-content: space-between;
  padding: 1rem;
}
.modal-header .close {
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
}
.modal-title {
  line-height: 1.5;
  margin-bottom: 0;
}
.modal-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  position: relative;
}
.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  border-bottom-left-radius: calc(0.3rem - 1px);
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-top: 1px solid #dee2e6;
  justify-content: flex-end;
  padding: 0.75rem;
}
.modal-footer > * {
  margin: 0.25rem;
}
.modal-scrollbar-measure {
  height: 50px;
  overflow: scroll;
  position: absolute;
  top: -9999px;
  width: 50px;
}
@media (min-width: 576px) {
  .modal-dialog {
    margin: 1.75rem auto;
    max-width: 500px;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered:before {
    height: calc(100vh - 3.5rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  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-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  margin: 0;
  position: absolute;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  z-index: 1070;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  display: block;
  height: 0.4rem;
  position: absolute;
  width: 0.8rem;
}
.tooltip .arrow:before {
  border-color: transparent;
  border-style: solid;
  content: "";
  position: absolute;
}
.bs-tooltip-auto[x-placement^="top"],
.bs-tooltip-top {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow,
.bs-tooltip-top .arrow {
  bottom: 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow:before,
.bs-tooltip-top .arrow:before {
  border-top-color: #000;
  border-width: 0.4rem 0.4rem 0;
  top: 0;
}
.bs-tooltip-auto[x-placement^="right"],
.bs-tooltip-right {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow,
.bs-tooltip-right .arrow {
  height: 0.8rem;
  left: 0;
  width: 0.4rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow:before,
.bs-tooltip-right .arrow:before {
  border-right-color: #000;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  right: 0;
}
.bs-tooltip-auto[x-placement^="bottom"],
.bs-tooltip-bottom {
  padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow,
.bs-tooltip-bottom .arrow {
  top: 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow:before,
.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #000;
  border-width: 0 0.4rem 0.4rem;
  bottom: 0;
}
.bs-tooltip-auto[x-placement^="left"],
.bs-tooltip-left {
  padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow,
.bs-tooltip-left .arrow {
  height: 0.8rem;
  right: 0;
  width: 0.4rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow:before,
.bs-tooltip-left .arrow:before {
  border-left-color: #000;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  left: 0;
}
.tooltip-inner {
  background-color: #000;
  border-radius: 0.25rem;
  color: #fff;
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  text-align: center;
}
.popover {
  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: 0.875rem;
  font-style: normal;
  font-weight: 400;
  left: 0;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  max-width: 276px;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  top: 0;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  z-index: 1060;
  word-wrap: break-word;
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover,
.popover .arrow {
  display: block;
  position: absolute;
}
.popover .arrow {
  height: 0.5rem;
  margin: 0 0.3rem;
  width: 1rem;
}
.popover .arrow:after,
.popover .arrow:before {
  border-color: transparent;
  border-style: solid;
  content: "";
  display: block;
  position: absolute;
}
.bs-popover-auto[x-placement^="top"],
.bs-popover-top {
  margin-bottom: 0.5rem;
}
.bs-popover-auto[x-placement^="top"] > .arrow,
.bs-popover-top > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-auto[x-placement^="top"] > .arrow:before,
.bs-popover-top > .arrow:before {
  border-top-color: rgba(0, 0, 0, 0.25);
  border-width: 0.5rem 0.5rem 0;
  bottom: 0;
}
.bs-popover-auto[x-placement^="top"] > .arrow:after,
.bs-popover-top > .arrow:after {
  border-top-color: #fff;
  border-width: 0.5rem 0.5rem 0;
  bottom: 1px;
}
.bs-popover-auto[x-placement^="right"],
.bs-popover-right {
  margin-left: 0.5rem;
}
.bs-popover-auto[x-placement^="right"] > .arrow,
.bs-popover-right > .arrow {
  height: 1rem;
  left: calc(-0.5rem - 1px);
  margin: 0.3rem 0;
  width: 0.5rem;
}
.bs-popover-auto[x-placement^="right"] > .arrow:before,
.bs-popover-right > .arrow:before {
  border-right-color: rgba(0, 0, 0, 0.25);
  border-width: 0.5rem 0.5rem 0.5rem 0;
  left: 0;
}
.bs-popover-auto[x-placement^="right"] > .arrow:after,
.bs-popover-right > .arrow:after {
  border-right-color: #fff;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  left: 1px;
}
.bs-popover-auto[x-placement^="bottom"],
.bs-popover-bottom {
  margin-top: 0.5rem;
}
.bs-popover-auto[x-placement^="bottom"] > .arrow,
.bs-popover-bottom > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-auto[x-placement^="bottom"] > .arrow:before,
.bs-popover-bottom > .arrow:before {
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-width: 0 0.5rem 0.5rem;
  top: 0;
}
.bs-popover-auto[x-placement^="bottom"] > .arrow:after,
.bs-popover-bottom > .arrow:after {
  border-bottom-color: #fff;
  border-width: 0 0.5rem 0.5rem;
  top: 1px;
}
.bs-popover-auto[x-placement^="bottom"] .popover-header:before,
.bs-popover-bottom .popover-header:before {
  border-bottom: 1px solid #f7f7f7;
  content: "";
  display: block;
  left: 50%;
  margin-left: -0.5rem;
  position: absolute;
  top: 0;
  width: 1rem;
}
.bs-popover-auto[x-placement^="left"],
.bs-popover-left {
  margin-right: 0.5rem;
}
.bs-popover-auto[x-placement^="left"] > .arrow,
.bs-popover-left > .arrow {
  height: 1rem;
  margin: 0.3rem 0;
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
}
.bs-popover-auto[x-placement^="left"] > .arrow:before,
.bs-popover-left > .arrow:before {
  border-left-color: rgba(0, 0, 0, 0.25);
  border-width: 0.5rem 0 0.5rem 0.5rem;
  right: 0;
}
.bs-popover-auto[x-placement^="left"] > .arrow:after,
.bs-popover-left > .arrow:after {
  border-left-color: #fff;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  right: 1px;
}
.popover-header {
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
  font-size: 1rem;
  margin-bottom: 0;
  padding: 0.5rem 0.75rem;
}
.popover-header:empty {
  display: none;
}
.popover-body {
  color: #212529;
  padding: 0.5rem 0.75rem;
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.carousel-inner {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.carousel-inner:after {
  clear: both;
  content: "";
  display: block;
}
.carousel-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  float: left;
  margin-right: -100%;
  position: relative;
  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;
  width: 100%;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
}
.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transform: none;
  transform: none;
  transition-property: opacity;
}
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
  opacity: 1;
  z-index: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
  transition: opacity 0s 0.6s;
  z-index: 0;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    transition: none;
  }
}
.carousel-control-next,
.carousel-control-prev {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  z-index: 1;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  color: #fff;
  justify-content: center;
  opacity: 0.5;
  text-align: center;
  transition: opacity 0.15s ease;
  width: 15%;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-next,
  .carousel-control-prev {
    transition: none;
  }
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  opacity: 0.9;
  outline: 0;
  text-decoration: none;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
  background: no-repeat 50%/100% 100%;
  display: inline-block;
  height: 20px;
  width: 20px;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='m5.25 0-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='m2.75 0-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4z'/%3E%3C/svg%3E");
}
.carousel-indicators {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 15;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  margin-left: 15%;
  margin-right: 15%;
  padding-left: 0;
}
.carousel-indicators li {
  background-clip: padding-box;
  background-color: #fff;
  border-bottom: 10px solid transparent;
  border-top: 10px solid transparent;
  box-sizing: content-box;
  cursor: pointer;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  height: 3px;
  margin-left: 3px;
  margin-right: 3px;
  opacity: 0.5;
  text-indent: -999px;
  transition: opacity 0.6s ease;
  width: 30px;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  bottom: 20px;
  color: #fff;
  left: 15%;
  padding-bottom: 20px;
  padding-top: 20px;
  position: absolute;
  right: 15%;
  text-align: center;
  z-index: 10;
}
@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes spinner-border {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.spinner-border {
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
  border: 0.25em solid;
  border-radius: 50%;
  border-right: 0.25em solid transparent;
  display: inline-block;
  height: 2rem;
  vertical-align: text-bottom;
  width: 2rem;
}
.spinner-border-sm {
  border-width: 0.2em;
  height: 1rem;
  width: 1rem;
}
@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.spinner-grow {
  -webkit-animation: spinner-grow 0.75s linear infinite;
  animation: spinner-grow 0.75s linear infinite;
  background-color: currentColor;
  border-radius: 50%;
  display: inline-block;
  height: 2rem;
  opacity: 0;
  vertical-align: text-bottom;
  width: 2rem;
}
.spinner-grow-sm {
  height: 1rem;
  width: 1rem;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #007bff !important;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #0062cc !important;
}
.bg-secondary {
  background-color: #6c757d !important;
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
  background-color: #545b62 !important;
}
.bg-success {
  background-color: #28a745 !important;
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
  background-color: #1e7e34 !important;
}
.bg-info {
  background-color: #17a2b8 !important;
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
  background-color: #117a8b !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
  background-color: #d39e00 !important;
}
.bg-danger {
  background-color: #dc3545 !important;
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
  background-color: #bd2130 !important;
}
.bg-light {
  background-color: #f8f9fa !important;
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
  background-color: #dae0e5 !important;
}
.bg-dark {
  background-color: #343a40 !important;
}
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
  background-color: #1d2124 !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-right {
  border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
  border-left: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #007bff !important;
}
.border-secondary {
  border-color: #6c757d !important;
}
.border-success {
  border-color: #28a745 !important;
}
.border-info {
  border-color: #17a2b8 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
.border-light {
  border-color: #f8f9fa !important;
}
.border-dark {
  border-color: #343a40 !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded-sm {
  border-radius: 0.2rem !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
}
.rounded-right,
.rounded-top {
  border-top-right-radius: 0.25rem !important;
}
.rounded-bottom,
.rounded-right {
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom,
.rounded-left {
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
  border-top-left-radius: 0.25rem !important;
}
.rounded-lg {
  border-radius: 0.3rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix:after {
  clear: both;
  content: "";
  display: block;
}
.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: -ms-flexbox !important;
  display: flex !important;
}
.d-inline-flex {
  display: -ms-inline-flexbox !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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !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: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  display: block;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}
.embed-responsive:before {
  content: "";
  display: block;
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  border: 0;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.embed-responsive-21by9:before {
  padding-top: 42.857143%;
}
.embed-responsive-16by9:before {
  padding-top: 56.25%;
}
.embed-responsive-4by3:before {
  padding-top: 75%;
}
.embed-responsive-1by1:before {
  padding-top: 100%;
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}
.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}
.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}
.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}
.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
}
.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}
.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}
.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}
.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}
.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}
.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}
.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}
.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}
.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}
.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}
.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}
.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}
.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}
.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}
.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  -ms-user-select: all !important;
  user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}
.fixed-top {
  top: 0;
}
.fixed-bottom,
.fixed-top {
  left: 0;
  position: fixed;
  right: 0;
  z-index: 1030;
}
.fixed-bottom {
  bottom: 0;
}
@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  height: auto;
  overflow: visible;
  position: static;
  width: auto;
  clip: auto;
  white-space: normal;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link:after {
  background-color: transparent;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono,
    Courier New, monospace !important;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: 300 !important;
}
.font-weight-lighter {
  font-weight: lighter !important;
}
.font-weight-normal {
  font-weight: 400 !important;
}
.font-weight-bold {
  font-weight: 700 !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #007bff !important;
}
a.text-primary:focus,
a.text-primary:hover {
  color: #0056b3 !important;
}
.text-secondary {
  color: #6c757d !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
  color: #494f54 !important;
}
.text-success {
  color: #28a745 !important;
}
a.text-success:focus,
a.text-success:hover {
  color: #19692c !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:focus,
a.text-info:hover {
  color: #0f6674 !important;
}
.text-warning {
  color: #ffc107 !important;
}
a.text-warning:focus,
a.text-warning:hover {
  color: #ba8b00 !important;
}
.text-danger {
  color: #dc3545 !important;
}
a.text-danger:focus,
a.text-danger:hover {
  color: #a71d2a !important;
}
.text-light {
  color: #f8f9fa !important;
}
a.text-light:focus,
a.text-light:hover {
  color: #cbd3da !important;
}
.text-dark {
  color: #343a40 !important;
}
a.text-dark:focus,
a.text-dark:hover {
  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: hsla(0, 0%, 100%, 0.5) !important;
}
.text-hide {
  background-color: transparent;
  border: 0;
  color: transparent;
  font: 0/0 a;
  text-shadow: none;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.text-reset {
  color: inherit !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
@media print {
  *,
  :after,
  :before {
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  blockquote,
  pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  .container,
  body {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered td,
  .table-bordered th {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark tbody + tbody,
  .table-dark td,
  .table-dark th,
  .table-dark thead th {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    border-color: #dee2e6;
    color: inherit;
  }
}
:root {
  --bg-gray-light: rgba(0, 0, 0, 0.015);
}
html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
}
body {
  color: #222 !important;
  font-family: var(--mds-font-main);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  oveflow-x: hidden !important;
}
a {
  color: #222;
  outline: none !important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a:active,
a:focus,
a:hover {
  outline: none !important;
  text-decoration: none;
}
button {
  outline: none !important;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.lazyload,
.lazyloading {
  opacity: 0;
}
.lazyloaded {
  opacity: 1;
  transition: opacity 0.3s;
}
img {
  font-size: 0;
  line-height: 0;
}
img.lazyload:not([src]) {
  visibility: hidden;
}
img:not([src]),
img[src=""] {
  visibility: hidden !important;
}
.btn {
  color: #222;
}
.btn,
.dropdown-menu {
  font-size: 0.875rem;
}
.dropdown-item {
  color: #222;
}
.btn-group .dropdown-menu .dropdown-item {
  padding: 0.4rem 1.5rem;
}
.ratio {
  position: relative;
  width: 100%;
}
.ratio:before {
  content: "";
  display: block;
  padding-top: var(--bs-aspect-ratio);
}
.ratio > * {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}
.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}
.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}
.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}
.ratio-product-box {
  --bs-aspect-ratio: 106%;
  border-radius: 3px;
  overflow: hidden;
}
img {
  color: transparent;
  text-indent: -9999px;
}
.font-size-13 {
  font-size: 13px !important;
}
.font-size-14 {
  font-size: 14px !important;
}
.font-size-15 {
  font-size: 15px !important;
}
.row-10 {
  margin-left: -10px;
  margin-right: -10px;
}
.row-mx-2-gutter {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.col-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.btn {
  align-items: center;
  border-radius: 0.188rem;
  box-shadow: none !important;
  display: inline-flex;
  justify-content: center;
  outline: none !important;
  padding: 0.5rem 1rem;
}
.btn i {
  margin-right: 5px;
}
.btn-sm {
  font-size: 0.8125rem;
  line-height: 20px;
  padding: 6px 14px;
}
.btn-md {
  line-height: 1.375rem;
  padding: 0.5rem 1.375rem;
}
.btn-lg {
  line-height: 20px;
  padding: 11px 24px;
}
.btn-custom {
  color: #fff !important;
  font-weight: 400;
  outline: 0 !important;
}
@supports (background-color: color-mix(in srgb, black 10%, white)) {
  .btn-custom:active,
  .btn-custom:focus,
  .btn-custom:hover {
    background-color: color-mix(in srgb, var(--mds-color-main) 98%, #000);
  }
}
.btn-custom:active,
.btn-custom:focus,
.btn-custom:hover {
  color: #fff !important;
  filter: brightness(94%);
  transition: all 0.2s ease-in-out;
}
.btn-custom .disabled,
.btn-custom:disabled {
  color: #fff !important;
  opacity: 0.9;
}
.btn-default {
  align-items: center;
  background-color: #f3f4f6 !important;
  border-color: #f0f1f3 !important;
  box-shadow: none !important;
  color: #222 !important;
  display: flex;
  font-size: 0.875rem;
  font-weight: 400;
  justify-content: center;
  outline: 0 !important;
}
.btn-default:active,
.btn-default:focus,
.btn-default:hover {
  background-color: #e8e9eb !important;
  border-color: #e8e9eb !important;
  color: #222 !important;
}
.btn-red {
  background-color: #d9534f;
  border-color: #d9534f;
  border-radius: 0;
  color: #fff !important;
  font-weight: 400;
  outline: 0 !important;
}
.btn-red:active,
.btn-red:focus,
.btn-red:hover {
  background-color: #c9302c !important;
  border-color: #c9302c !important;
  color: #fff !important;
}
.btn-gray {
  background-color: #e6e6e6;
  color: #333 !important;
  font-weight: 400;
  outline: 0 !important;
}
.btn-gray:active,
.btn-gray:focus,
.btn-gray:hover {
  background-color: #d1d1d1 !important;
  border-color: #d1d1d1 !important;
  color: #222 !important;
}
.btn-block {
  border-radius: 0.188rem;
  color: #fff !important;
  line-height: 1.5rem;
  padding: 0.625rem 1.5rem;
}
.btn-block:hover {
  opacity: 0.9;
}
.btn-light {
  align-items: center;
  background-color: #e5e7eb;
  border: 1px solid #ebecee !important;
  color: #111827 !important;
  display: inline-flex;
}
.btn-light:hover {
  background-color: #dfe1e5;
}
.btn-block-table {
  color: #fff !important;
  display: block;
  width: 100%;
}
.btn-outline {
  background-color: transparent !important;
  border-color: #999;
  border-radius: 0;
  font-size: 13px;
  font-weight: 400;
  outline: 0 !important;
}
.btn-outline:hover {
  color: #fff !important;
}
.button-link {
  border: 0;
  box-shadow: none !important;
  margin: 0;
  outline: none !important;
  padding: 0;
  text-decoration: none !important;
}
.btn-contact-seller,
.button-link {
  background-color: transparent !important;
}
.btn-contact-seller {
  border: 1px solid #e5e5e5;
  border-radius: 0.188rem;
  float: right;
  font-size: 12px;
  font-weight: 600;
  padding: 0.5rem 1.1rem;
}
.btn-contact-seller:hover {
  border-color: #bcbcbc !important;
}
.btn-contact-seller i {
  color: #666;
  margin-right: 4px;
}
.btn-outline-gray {
  background-color: transparent !important;
  border: 1px solid #e5e5e5;
  color: #444 !important;
  font-size: 13px;
  font-weight: 400;
  outline: 0 !important;
}
.btn-outline-gray i {
  color: #666;
}
.btn-outline-gray:hover {
  border-color: #bcbcbc !important;
}
.btn-outline-red {
  background-color: transparent !important;
  border: 1px solid #e84d3b;
  border-radius: 0;
  color: #e84d3b;
  font-size: 13px;
  font-weight: 400;
  outline: 0 !important;
  text-transform: uppercase;
}
.btn-outline-red:hover {
  background-color: #e84d3b !important;
  color: #fff !important;
}
.color-white {
  color: #fff !important;
}
.color-link {
  color: #2d65fe !important;
}
.link-oce {
  color: #09b1ba !important;
}
.badge {
  align-items: center;
  display: inline-flex;
  font-size: 11px;
  font-weight: 400;
  padding: 0.32rem 0.64rem;
}
.badge-primary-light {
  background-color: #eef7fc !important;
  color: #0097f0 !important;
}
.badge-success-light {
  background-color: #e5faf0;
  color: #31ae6a;
}
.badge-secondary-light {
  background-color: #f6f6f6;
  color: #212b46;
}
.badge-danger-light {
  background-color: #fcf2f5;
  color: #ee3e69;
}
.badge-warning-light {
  background-color: #fbf6db;
  color: #ebb300;
}
.badge-info-light {
  background-color: #eef7fc !important;
  color: #15a0b6;
}
.btn-variation {
  color: #fff !important;
  padding: 0.3rem 0.6rem;
}
.alert {
  align-items: center;
  border: 0;
  border-radius: 0.188rem;
  display: flex;
  padding: 16px 20px;
}
.alert-dismissible .close {
  padding: 10px 20px;
}
.image-visible-hidden {
  visibility: hidden;
}
.modal-close-rounded {
  background-color: #fff !important;
  border: 0 !important;
  border-radius: 50%;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
  color: #a4a4a4 !important;
  font-size: 18px;
  margin: 0 !important;
  opacity: 1 !important;
  padding: 10px !important;
  position: absolute;
  right: -11px;
  top: -14px;
  z-index: 1;
}
.modal-close-rounded:hover {
  color: #555 !important;
}
.alert-danger {
  background-color: #f8d7da;
  border-color: #b02a37;
  color: #b02a37;
}
.alert-info {
  background-color: #d1ecf1;
  border-color: #82a9af;
  color: #0c5460;
}
.alert ul {
  margin: 0 !important;
  padding-left: 10px !important;
}
.alert ul li {
  margin-bottom: 0;
}
.alert svg {
  flex-shrink: 0 !important;
  margin-right: 10px;
}
.badge-lg {
  padding: 0.3rem 0.6rem;
}
.text-gray {
  color: #888;
}
.gap-10 {
  gap: 10px;
}
.col-20-percent {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.form-input {
  border: 1px solid #eaebf1;
  border-radius: 0.188rem;
  box-shadow: none;
  color: #494949;
  font-size: 0.875rem;
  height: 46px;
  line-height: 24px;
  outline: none !important;
  padding: 10px 20px;
}
.custom-select {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 10px 10px !important;
  border-radius: 0.188rem;
  box-shadow: none !important;
  font-size: 14px !important;
  height: 42px;
}
.select2 {
  outline: none !important;
}
.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
  border: 1px solid #d2d6de;
  border-radius: 0.188rem !important;
  height: 46px !important;
  outline: none !important;
  padding: 10px 16px !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  margin-top: -2px !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 3px !important;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  margin-left: -8px !important;
  margin-top: 4px !important;
}
.select2-results__message {
  color: #97a0a8 !important;
}
.select2-container {
  display: block !important;
}
.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
  border: 1px solid #dfe0e6 !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field,
.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  outline: none !important;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #f0f1f2 !important;
  color: #393a3b !important;
}
.select2-container--default .select2-results__option--selected {
  background-color: #f0f1f2 !important;
}
.select2-selection.error,
select.error ~ .select2 .select2-selection {
  border: 1px solid rgba(220, 53, 69, 0.8) !important;
}
.form-textarea {
  border-radius: 0.188rem;
  min-height: 120px;
  padding: 12px 15px;
  resize: vertical;
}
.form-control {
  font-size: 0.875rem;
}
.form-control:focus {
  box-shadow: none !important;
  color: #495057;
  outline: 0;
}
.form-group {
  display: block;
  max-width: 100%;
  position: relative;
  width: 100%;
}
.form-group .control-label {
  font-weight: 600;
}
.form-group .control-label-small {
  font-size: 14px;
  font-weight: 400;
}
.form-inline {
  display: inline-block;
}
.row-custom {
  display: block;
  float: left;
  max-width: 100%;
  position: relative;
  width: 100%;
}
.hidden {
  display: none !important;
}
.visibility-hidden {
  visibility: hidden !important;
}
.visibility-visible {
  visibility: visible !important;
}
.no-wrap {
  white-space: nowrap !important;
}
.table thead th {
  border-bottom: 1px solid #dee2e6;
  font-size: 13px;
}
.table td,
.table thead th {
  padding: 0.8rem;
  vertical-align: middle;
}
.table-custom {
  border: 1px solid #f2f2f5;
  padding: 15px 20px;
}
.table-custom .table-title {
  font-size: 16px;
  font-weight: 700;
}
.table-custom tr {
  border-bottom: 1px solid #f2f2f5;
}
.table-custom thead th {
  border: 0 !important;
  font-size: 14px;
  font-weight: 700;
}
.table-custom td {
  border: 0 !important;
  padding: 1rem;
  vertical-align: middle !important;
}
.nav-breadcrumb {
  padding-bottom: 25px;
}
.breadcrumb {
  background-color: transparent;
  font-size: 13px;
  line-height: 18px;
  margin: 0;
  min-height: 18px;
  padding: 0;
}
.breadcrumb li {
  word-break: break-all;
}
.breadcrumb a {
  color: #889397;
}
.breadcrumb-item + .breadcrumb-item {
  color: #889397;
  padding-left: 4px;
}
.breadcrumb-item + .breadcrumb-item:before {
  color: #889397;
  padding-right: 4px;
}
.breadcrumb .active,
.breadcrumb-products li:last-child a {
  color: #222;
}
.display-block {
  display: block !important;
}
.display-inline-block {
  display: inline-block !important;
}
.display-flex {
  display: flex !important;
}
.display-inline-flex {
  display: inline-flex !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.p-0 {
  padding: 0 !important;
}
.m-0 {
  margin: 0 !important;
}
.m-t-0 {
  margin-top: 0 !important;
}
.m-t-5 {
  margin-top: 5px !important;
}
.m-t-10 {
  margin-top: 10px !important;
}
.m-t-15 {
  margin-top: 15px !important;
}
.m-t-20 {
  margin-top: 20px !important;
}
.m-t-30 {
  margin-top: 30px !important;
}
.m-t-45 {
  margin-top: 45px !important;
}
.m-t-60 {
  margin-top: 60px !important;
}
.m-t-30- {
  margin-top: -30px !important;
}
.m-b-0 {
  margin-bottom: 0 !important;
}
.m-b-5 {
  margin-bottom: 5px !important;
}
.m-b-10 {
  margin-bottom: 10px !important;
}
.m-b-15 {
  margin-bottom: 15px !important;
}
.m-b-20 {
  margin-bottom: 20px !important;
}
.m-b-30 {
  margin-bottom: 30px !important;
}
.m-b-45 {
  margin-bottom: 45px !important;
}
.m-r-3 {
  margin-right: 3px;
}
.m-r-5 {
  margin-right: 5px;
}
.m-r-10 {
  margin-right: 10px;
}
.m-r-1 {
  margin-right: 1px;
}
.m-r-2 {
  margin-right: 2px !important;
}
.m-l-5 {
  margin-left: 5px;
}
.m-l-15 {
  margin-left: 15px;
}
.m-r-0 {
  margin-right: 0 !important;
}
.p-r-0 {
  padding-right: 0 !important;
}
.p-t-0 {
  padding-top: 0 !important;
}
.font-600 {
  font-weight: 600 !important;
}
.font-700 {
  font-weight: 700 !important;
}
.rating {
  align-items: center;
  display: flex;
  gap: 3px;
}
.rating i {
  color: #ffc107;
  font-size: 18px;
}
.rating .icon-star-o {
  color: #ddd;
}
.rating .icon-star {
  color: #ffc107;
}
.error-message {
  margin-left: 15px;
}
.error-message p {
  color: #d43f3a;
  display: list-item !important;
  font-size: 0.875rem;
  list-style: disc !important;
  margin-bottom: 5px;
  position: relative;
  text-align: left;
}
.error-reset-password {
  color: #d43f3a;
  text-align: center;
}
.success-message p {
  color: #28a745;
  margin-bottom: 5px;
  position: relative;
}
.text-product-discounted {
  color: #16a34a !important;
}
.custom-checkbox input:invalid .custom-checkbox label {
  color: #0f74a8;
}
.link-underlined {
  text-decoration: underline !important;
}
.link-underlined:hover {
  color: #222;
}
.link-terms,
.link-terms strong {
  color: #222 !important;
  font-weight: 600 !important;
}
.link-terms strong {
  text-decoration: underline;
}
.button-link-style {
  background-color: transparent !important;
  border: 0 !important;
  margin: 0 !important;
  outline: none !important;
  padding: 0 !important;
}
.force-select {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}
.a-hover-underline:hover {
  text-decoration: underline !important;
}
.hidden-scrollbar {
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.hidden-scrollbar::-webkit-scrollbar {
  width: 0;
}
#header {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.06);
  max-width: 100%;
  z-index: 100;
}
#header,
.top-bar {
  position: relative;
}
.top-bar {
  background-color: #fff;
  border-bottom: 1px solid #ebebeb;
  display: block;
  width: 100%;
}
.top-bar .navbar-nav {
  display: block;
  padding: 8px 0;
}
.top-bar .navbar-nav .nav-item {
  align-items: center;
  display: flex;
  float: left;
  margin-right: 15px;
}
.top-bar .navbar-nav .nav-item .nav-link {
  color: #666;
  float: left;
  font-size: 14px;
  line-height: 26px;
  padding: 0;
  position: relative;
}
.top-bar .navbar-nav .nav-item .nav-link i {
  color: #888;
  margin-right: 5px;
}
.top-bar .navbar-nav .nav-item .auth-sep {
  color: #333e48;
  float: left;
  font-size: 13px;
  line-height: 20px;
  margin: 0 8px;
}
.top-bar .col-right .navbar-nav .nav-item {
  float: left;
  margin-right: 10px;
  min-height: 22px;
  padding-right: 10px;
}
.top-bar .col-right .navbar-nav .nav-item:last-child {
  border-right: 0;
  margin-right: 0;
}
.top-bar .mds-svg-icon {
  height: 1.1em;
  width: 1.1em;
  fill: #888;
}
.top-bar .btn-modal-location {
  display: inline-block;
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.top-bar .btn-modal-location .mds-svg-icon {
  margin-right: 0;
}
.btn-reset-location {
  align-items: center;
  background-color: #e3e3e7;
  border: 0 !important;
  border-radius: 3px;
  box-shadow: none !important;
  color: #515660;
  display: inline-flex;
  font-size: 12px;
  padding: 3px 8px;
}
.btn-reset-location:hover {
  background-color: #d5d5d9;
  color: #222;
}
.location-modal-description {
  color: #999;
  margin-bottom: 20px;
  margin-top: -15px;
  text-align: center;
}
.select-location {
  margin-bottom: 20px;
}
.profile-dropdown .dropdown-menu {
  border: 1px solid #e6e6e6;
  left: -36px !important;
  min-width: 180px;
  padding: 0;
  z-index: 999999;
}
.profile-dropdown .dropdown-menu li {
  margin: 0 !important;
}
.profile-dropdown .dropdown-menu li:last-child {
  border-top: 1px solid #e6e6e6;
  margin-top: 0 !important;
}
.profile-dropdown .dropdown-menu li a {
  align-items: center;
  color: #444 !important;
  display: flex;
  margin: 2px 4px;
  min-height: 32px;
  padding: 4px 15px;
  white-space: nowrap;
}
.profile-dropdown .dropdown-menu li a:hover {
  background-color: #f5f5f5;
}
.profile-dropdown .dropdown-menu li a .icon,
.profile-dropdown .dropdown-menu li button .icon {
  margin-right: 8px;
  width: 20px;
}
.profile-dropdown .dropdown-menu li a i {
  display: inline-block;
  width: 22px;
}
.profile-dropdown .dropdown-menu .isvg {
  width: 22px;
}
.profile-dropdown .dropdown-menu li a .icon-admin {
  font-size: 0.9375rem;
}
.profile-dropdown .a-profile {
  position: relative;
}
.profile-dropdown .a-profile img {
  border-radius: 50%;
  float: left;
  height: 26px;
  margin-right: 8px;
  position: relative;
  width: 26px;
}
.top-bar .navbar-nav .nav-item .dropdown-toggle:after {
  display: none;
}
.message-notification {
  align-items: center;
  background-color: #28a745;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 11px;
  height: 18px;
  justify-content: center;
  left: 15px;
  position: absolute;
  top: -5px;
  width: 18px;
}
.message-notification-mobile {
  font-size: 11px;
  height: 20px;
  left: 32px !important;
  line-height: 20px;
  top: 5px !important;
  width: 20px;
}
.profile-dropdown .a-profile:after {
  display: none;
}
.profile-dropdown .username {
  display: inline-block;
  line-height: 22px;
  position: relative;
  top: 2px;
}
.currency-dropdown .dropdown-menu {
  min-width: 112px;
}
.currency-dropdown form {
  display: block;
  width: 100%;
}
.currency-dropdown ul {
  padding-bottom: 0 !important;
  padding-top: 4px !important;
}
.currency-dropdown ul li {
  padding: 0 4px 4px !important;
}
.currency-dropdown ul li button {
  background-color: transparent;
  border: 0 !important;
  box-shadow: none !important;
  color: #777 !important;
  display: block;
  line-height: 24px;
  margin-bottom: 0;
  margin-right: 0 !important;
  padding: 4px 20px;
  text-align: left;
  width: 100%;
}
.currency-dropdown ul li button:hover {
  background-color: #f5f5f5 !important;
}
.top-menu-dropdown .dropdown-menu {
  border: 1px solid #e6e6e6;
  left: -20px !important;
  min-width: 108px;
  padding: 4px 0 0;
}
.top-menu-dropdown .dropdown-menu li {
  padding: 0 4px 4px !important;
}
.top-menu-dropdown .dropdown-menu li a,
.top-menu-dropdown .dropdown-menu li button {
  background-color: transparent;
  border: 0 !important;
  box-shadow: none !important;
  color: #777 !important;
  display: block;
  line-height: 24px;
  margin-bottom: 0;
  margin-right: 0 !important;
  padding: 4px 20px;
  text-align: left;
  width: 100%;
}
.top-menu-dropdown .dropdown-menu li a:hover,
.top-menu-dropdown .dropdown-menu li button:hover {
  background-color: #f5f5f5 !important;
}
.top-menu-dropdown > a > i {
  margin: 0 !important;
}
.top-menu-dropdown > a:after {
  display: none;
}
.top-menu-dropdown .flag {
  display: inline-block;
  height: auto;
  margin-right: 5px;
  margin-top: -1px;
  max-height: 14px;
  width: 18px;
}
.top-menu-dropdown .dropdown-menu-lang {
  min-width: 130px;
}
.nav-top {
  background-color: #fff;
  display: block;
  float: left;
  padding: 15px 0;
  position: relative;
  width: 100%;
}
.nav-top .nav-top-left .logo {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 20px;
  position: relative;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.nav-top .nav-top-left .logo a,
.nav-top .nav-top-left .logo a img {
  display: block;
  height: 100%;
  width: 100%;
}
.nav-top .nav-top-left .logo a img {
  object-fit: contain;
}
.top-search-bar {
  background-color: #f6f6f6;
  border: 1px solid #f6f6f6 !important;
  border-radius: 4px;
  display: table;
  float: left;
  position: relative;
  width: calc(100% - 180px);
}
.top-search-bar .input-search {
  background-color: #f6f6f6;
  border: 0 !important;
  border-radius: 0.188rem;
  box-shadow: none !important;
  box-shadow: none;
  color: #7b808a;
  height: 46px;
  line-height: 21px;
  outline: none !important;
  padding: 8px 40px 8px 20px;
}
.top-search-bar .was-validated .form-control:invalid {
  border: 1px solid #e6e6e6 !important;
  -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3) !important;
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3) !important;
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3) !important;
}
.top-search-bar .btn-search {
  background-color: transparent !important;
  border: 0 !important;
  color: #7b808a;
  font-size: 18px;
  height: 46px;
  line-height: 26px;
  padding: 0 20px;
  position: absolute;
  right: 0;
  top: 0;
}
.top-search-bar .btn-search i {
  color: #7b808a !important;
  margin: 0 !important;
}
.search-results-ajax {
  background-color: #fff;
  border-left: 1px solid #e6e6e6;
  border-radius: 0 0 6px 6px;
  border-right: 1px solid #e6e6e6;
  box-shadow: 0 0.25rem 1.25rem rgba(0, 0, 0, 0.08) !important;
  position: absolute;
  top: 48px;
  width: 100%;
  z-index: 9999;
}
.search-results-ajax .search-results {
  max-height: 400px;
  overflow: auto;
  padding: 0 10px;
}
.search-results-ajax ul {
  margin: 10px 0;
  padding: 0;
}
.search-results-ajax ul li {
  list-style: none;
}
.search-results-ajax ul li a {
  border-radius: 4px;
  display: block;
  padding: 10px 12px;
}
.search-results-ajax ul li a:hover {
  background-color: #f8f8f8;
  color: #222;
}
.search-results-ajax ul li a i {
  color: #777;
}
.search-results-ajax ul li .search-item-right span {
  color: #999;
  font-size: 11px;
}
.nav-top .nav-top-right .nav {
  float: right;
}
.nav-top .nav-top-right .nav li {
  float: left;
  margin-right: 8px;
}
.nav-top .nav-top-right .nav > li > a {
  color: #606060;
  display: block;
  float: left;
  padding: 8px;
}
.nav-top .nav-top-right .nav > li > a:hover {
  color: #666 !important;
}
.nav-top .nav-top-right .nav > li > .btn-sell-now {
  align-items: center;
  border-radius: 0.188rem;
  color: #fff !important;
  display: flex;
  line-height: 1.375rem;
  margin: 0 8px;
  padding: 0.5rem 1.375rem;
}
.nav-top .nav-top-right .nav > li > .btn-sell-now:hover {
  color: #fff !important;
}
.nav-main {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  display: block;
  position: relative;
  width: 100%;
}
.nav-main,
.nav-main .navbar {
  background-color: #fff;
  padding: 0;
}
.nav-main .navbar {
  margin: 0;
}
.nav-main .navbar ul .nav-item:first-child {
  padding-left: 0;
}
.nav-main .navbar ul .nav-item:last-child {
  padding-right: 0;
}
.nav-main .navbar ul .nav-item .nav-link {
  color: #222;
  font-size: 14px;
  font-weight: 500;
  margin-right: 8px;
  padding: 15px 10px;
  position: relative;
  white-space: nowrap;
}
.nav-main .navbar > .navbar-nav > .nav-item:hover .nav-link:before {
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
}
.nav-item-cart a .notification {
  align-items: center;
  background-color: #fe2e3e;
  border-radius: 50%;
  color: #fff;
  display: flex;
  font-size: 11px;
  height: 18px;
  justify-content: center;
  left: 29px;
  line-height: 18px;
  position: absolute !important;
  text-align: center;
  top: 0;
  width: 18px;
}
.label-nav-icon {
  position: relative;
  top: 2px;
}
.nav-item-cart a .lbl-cart {
  color: #555;
  display: block;
  font-size: 12px;
  left: 2px;
  position: relative;
  text-align: center;
  width: 100%;
}
.span-message-4652 {
  background-color: #fe2e3e;
  border-radius: 100%;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  height: 18px;
  line-height: 18px;
  margin-left: 5px;
  margin-right: 18px;
  text-align: center;
  width: 18px;
}
.li-main-nav-right a {
  color: #555;
  line-height: 26px;
  position: relative;
}
.li-main-nav-right a i {
  color: #666;
  float: left;
  font-size: 1.825rem;
  margin-right: 5px;
  position: relative;
}
.mega-menu {
  padding: 0 !important;
}
.mega-menu .col-category-links {
  -ms-flex: 0 0 63.666667%;
  flex: 0 0 63.666667%;
  max-width: 63.666667%;
}
.mega-menu .col-category-images {
  -ms-flex: 0 0 36.333333%;
  flex: 0 0 36.333333%;
  max-width: 36.333333%;
  padding-left: 0;
}
.mega-menu .dropdown-toggle:after {
  display: none !important;
}
.mega-menu .nav-item {
  position: inherit;
}
.mega-menu .dropdown .dropdown-menu {
  border: 0;
  border-radius: 0 !important;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.12) !important;
  -webkit-box-shadow: 0 4x 6px rgba(0, 0, 0, 0.12) !important;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.12) !important;
  display: block;
  margin: 0;
  max-width: 100%;
  opacity: 0;
  overflow: hidden;
  padding: 30px 30px 22px;
  position: absolute;
  visibility: hidden;
  width: 100%;
}
.mega-menu .dropdown-menu-more-items {
  border: 1px solid #e6e6e6;
  border-radius: 0 !important;
  border-top: 0;
  display: none;
  float: left;
  left: auto;
  margin: 0 !important;
  max-height: 400px !important;
  max-width: none !important;
  min-width: 10rem !important;
  padding: 0.5rem 0 !important;
  position: absolute;
  right: 0;
  width: auto !important;
  z-index: 1000;
}
.mega-menu .show {
  opacity: 1 !important;
  visibility: visible !important;
}
.mega-menu .dropdown-menu-more-items a {
  display: block;
  line-height: 24px;
  margin: 4px;
  padding: 4px 15px;
  width: auto;
}
.mega-menu .dropdown-menu-more-items a:active,
.mega-menu .dropdown-menu-more-items a:focus,
.mega-menu .dropdown-menu-more-items a:hover {
  background-color: #f5f5f5 !important;
  color: #222 !important;
}
.mega-menu .menu-subcategories {
  min-height: 262px;
  text-align: left;
}
.mega-menu .subcategory-item {
  float: left;
  width: 25%;
}
.mega-menu .col-level-two {
  margin-bottom: 10px;
}
.mega-menu .menu-subcategories .second-category {
  border-bottom: 0.09375rem solid transparent;
  color: #222;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  white-space: pre-wrap;
}
.mega-menu .menu-subcategories .second-category:hover {
  border-color: #666;
}
.mega-menu .menu-subcategories ul {
  margin: 5px 0 0;
  padding: 0;
}
.mega-menu .menu-subcategories ul li {
  list-style: none;
  margin-bottom: 6px;
}
.mega-menu .menu-subcategories ul li a {
  border-bottom: 0.0625rem solid transparent;
  color: #484848;
  font-size: 14px;
  line-height: 22px;
}
.mega-menu .menu-subcategories ul li a:hover {
  border-color: #4e4e4e;
}
.mega-menu .nav-category-image {
  float: left;
  height: 120px;
  margin-bottom: 11px;
  overflow: hidden;
  position: relative;
  width: 194px;
}
.mega-menu .nav-category-image:nth-child(odd) {
  margin-right: 11px;
}
.mega-menu .nav-category-image img {
  display: block;
  position: relative;
  transform: translateY(-10%);
  width: 100%;
}
.mega-menu .nav-category-image a span {
  bottom: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  left: 0;
  padding: 5px 10px;
  position: absolute;
  width: 100%;
  z-index: 999;
}
.mega-menu .nav-category-image a:after {
  background: transparent
    linear-gradient(
      180deg,
      transparent 0,
      rgba(0, 0, 0, 0.3) 50%,
      rgba(0, 0, 0, 0.6)
    );
  bottom: 0;
  content: "";
  display: block;
  height: 50%;
  opacity: 0.6;
  position: absolute;
  transition: all 0.3s ease-in 0s;
  width: 100%;
  will-change: opacity;
}
.mega-menu .link-view-all {
  font-size: 12px !important;
  font-weight: 600;
}
#menu-overlay {
  background-color: #222;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0.3;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}
.navbar .mega-menu .dropdown-menu-large {
  padding: 0;
}
.dropdown-menu-large .card-columns {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
}
.navbar .mega-menu .dropdown-menu-large .left {
  border-right: 1px solid #eee;
  -ms-flex: 0 0 28%;
  flex: 0 0 28%;
  max-width: 28%;
  min-height: 300px;
  padding: 15px 0 30px 15px;
}
.dropdown-menu-large .left .large-menu-item {
  color: #222;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 24px;
  width: 100%;
}
.dropdown-menu-large .left .active a {
  background-color: #f2f2f2;
  color: #222;
}
.dropdown-menu-large .left .large-menu-item a {
  display: block;
  padding: 8px 20px;
  position: relative;
  width: 100%;
}
.dropdown-menu-large .left .large-menu-item a:hover {
  background-color: #f2f2f2;
  color: #222;
}
.dropdown-menu-large .left .large-menu-item a i {
  bottom: 0;
  height: 26px;
  margin: auto;
  position: absolute;
  right: 15px;
  top: 0;
  width: 10px;
}
.dropdown-menu-large .right {
  -ms-flex: 0 0 72%;
  flex: 0 0 72%;
  max-width: 72%;
  padding: 15px 15px 30px 20px;
}
.dropdown-menu-large .right .large-menu-content {
  display: none;
  width: 100%;
}
.dropdown-menu-large .right .active {
  display: block;
}
.dropdown-menu-large .right .large-menu-content .item-large-menu-content {
  border: 0 !important;
  line-height: 22px;
  padding-bottom: 5px;
  padding-left: 15px;
  padding-right: 15px;
}
.dropdown-menu-large .right .large-menu-content .item-large-menu-content > a {
  border-bottom: 0.0625rem solid transparent;
  font-weight: 500;
  line-height: 22px;
}
.dropdown-menu-large
  .right
  .large-menu-content
  .item-large-menu-content
  > a:hover {
  border-color: #666;
}
.dropdown-menu-large .right .large-menu-content .item-large-menu-content ul {
  margin: 0;
  padding: 0;
}
.dropdown-menu-large .right .large-menu-content .item-large-menu-content ul li {
  list-style: none !important;
}
.mega-menu-content-no-image .col-category-images {
  display: none !important;
}
.mega-menu-content-no-image .col-category-links {
  -ms-flex: 0 0 100% !important;
  flex: 0 0 100% !important;
  max-width: 100% !important;
}
.nav-main .mega-menu {
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.nav-main .mega-menu::-webkit-scrollbar {
  display: none;
}
.nav-main .scroll-btn {
  align-items: center;
  border: none;
  bottom: 0;
  cursor: pointer;
  display: flex;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: opacity 0.3s ease;
  width: 50px;
  z-index: 20;
}
.nav-main .scroll-btn.visible {
  opacity: 1;
  pointer-events: auto;
}
.nav-main .scroll-btn-left {
  background: linear-gradient(90deg, #fff 60%, hsla(0, 0%, 100%, 0));
  left: 0;
}
.nav-main .scroll-btn-right {
  background: linear-gradient(270deg, #fff 60%, hsla(0, 0%, 100%, 0));
  right: 0;
}
.nav-main .scroll-btn i {
  color: #555;
  font-size: 1rem;
}
.overlay-bg {
  animation-name: fadeIn;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
}
.mobile-nav-container {
  display: none;
  min-height: 70px;
  position: relative;
  width: 100%;
  z-index: 10010;
}
.nav-mobile-header {
  background-color: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.08);
  display: none;
  left: 0;
  padding: 6px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 900;
}
.nav-mobile-header-container {
  align-items: center;
  display: flex;
  justify-content: space-between;
  min-height: 58px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.nav-mobile-header-container .flex-item {
  align-items: center;
  display: flex;
  height: 58px;
  width: 33.33%;
}
.nav-mobile-header-container .item-menu-icon a,
.nav-mobile-header-container .item-menu-icon button {
  color: #222 !important;
  display: inline-block;
  font-size: 24px;
  padding: 12px !important;
  position: relative;
}
.nav-mobile-header-container .mobile-logo {
  display: block;
  height: 58px;
  width: 160px;
}
.nav-mobile-header-container .mobile-logo a {
  display: block;
  height: 100%;
  width: 100%;
}
.nav-mobile-header-container .mobile-logo a img {
  display: block;
  height: 100%;
  object-fit: contain;
  width: 100%;
}
.nav-mobile-header-container .a-search-icon {
  color: #222 !important;
  cursor: pointer;
  display: inline-block;
  font-size: 22px !important;
  line-height: 24px;
  padding: 12px;
  position: relative;
}
.nav-mobile-header-container .icon-close {
  font-size: 24px !important;
}
.nav-mobile-header-container .a-mobile-cart {
  color: #222 !important;
  display: inline-block;
  font-size: 24px !important;
  line-height: 24px;
  margin-right: 5px;
  padding: 12px 10px;
  position: relative;
}
.nav-mobile-header-container .a-mobile-cart .notification {
  background-color: #fe2e3e;
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  height: 18px;
  line-height: 18px;
  position: absolute !important;
  right: 0;
  text-align: center;
  top: 4px;
  width: 18px;
}
.nav-mobile-header .flex-item-left,
.nav-mobile-header .flex-item-right {
  width: 100px;
}
.nav-mobile-header .flex-item-mid {
  width: calc(100% - 200px);
}
.nav-mobile {
  background-color: #fff;
  height: 100%;
  left: 0;
  overflow-x: hidden;
  position: fixed;
  text-align: center;
  top: 70px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  width: 0;
  z-index: 9999;
}
.nav-mobile .nav-mobile-sc {
  display: block;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  width: 100%;
}
.nav-mobile .nav-mobile-inner {
  bottom: 130px;
  display: block;
  left: 0;
  padding: 20px 20px 100px;
  position: relative;
  right: 0;
  top: 0;
  width: 100%;
}
#navbar_mobile_categories {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 0 !important;
}
.nav-mobile .nav-tabs-mobile-menu {
  border: 0 !important;
}
.nav-mobile .nav-tabs-mobile-menu .nav-link {
  background-color: #fff;
  border: 0;
  border-radius: 0.188rem;
  color: #222 !important;
  flex-shrink: 0;
  font-size: 15px;
  font-weight: 600;
  overflow: hidden;
  padding: 0.6rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 50%;
}
.nav-mobile .nav-tabs-mobile-menu .active {
  background-color: #f6f7f8;
  color: #111;
}
.nav-mobile .tab-content-mobile-menu {
  padding-top: 20px;
}
.nav-mobile .mobile-flex-dropdowns,
.nav-mobile .mobile-flex-dropdowns .dropdown {
  border: 0 !important;
}
.nav-mobile .mobile-flex-dropdowns .dropdown-menu {
  left: -15px !important;
}
.mobile-nav-buttons {
  display: block;
  margin-bottom: 15px;
  margin-top: 5px;
  position: relative;
  width: 310px;
}
.mobile-nav-buttons .btn-mobile-nav {
  border-radius: 0.188rem;
  display: inline-block;
  font-size: 15px;
  padding: 10px 12px;
  width: 133px;
}
.mobile-nav-buttons .btn-mobile-nav i {
  margin-right: 8px;
  opacity: 0.9;
}
.mobile-nav-buttons .btn-mobile-nav-add {
  width: 100%;
}
.nav-mobile .navbar-nav {
  display: block;
  float: none !important;
  margin: 0;
  padding: 0 0 80px;
  position: relative;
  width: 270px;
}
.nav-mobile .navbar-nav .nav-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  display: block;
  margin-left: 0 !important;
  margin-right: 0 !important;
  position: relative;
  text-align: left;
  width: 100%;
  word-break: break-word;
}
.nav-mobile .navbar-nav .nav-item-hidden {
  display: none;
}
.nav-mobile .navbar-nav .nav-item:last-child {
  border-bottom: 0 !important;
}
.nav-mobile .navbar-nav .nav-item .nav-link {
  background-color: transparent !important;
  color: #434343;
  display: block;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  padding: 12px 0 !important;
  text-align: left;
  text-transform: none;
  width: 100%;
}
.nav-mobile .navbar-nav .nav-item .nav-link i {
  color: #555;
  font-size: 16px;
  line-height: 20px !important;
}
.nav-mobile .navbar-nav .nav-item .nav-link .icon-map-marker {
  color: #777 !important;
  position: relative;
  top: -2px;
}
.nav-mobile .navbar-nav .open .dropdown-menu > li {
  border: 0 !important;
  display: block;
  position: relative;
  width: 100% !important;
}
.nav-mobile .navbar-nav .open .dropdown-menu > li > a {
  color: #222;
  font-size: 15px !important;
  line-height: 22px !important;
  max-width: 100%;
  padding: 8px 15px !important;
  white-space: normal !important;
  width: 100% !important;
  word-break: break-word !important;
}
#navbar_mobile_back_button i {
  margin-right: 6px;
}
.nav-mobile .navbar-mobile-categories .nav-link i {
  float: right;
}
.nav-mobile .navbar-nav > .nav-item > .dropdown-menu {
  background-color: transparent !important;
  border: 0 !important;
  margin-left: 0;
  padding-left: 0;
  padding-top: 0;
  position: relative !important;
  transform: none !important;
  width: 100%;
}
.nav-mobile .navbar-nav > .nav-item > .dropdown-menu > .dropdown-item {
  background-color: transparent !important;
  color: #222;
  font-size: 15px;
  line-height: 24px;
}
.nav-mobile .navbar-nav .dropdown-toggle:after {
  display: none !important;
}
.nav-mobile .profile-dropdown {
  display: block;
  text-align: left;
  width: 100%;
}
.nav-mobile .profile-dropdown .image-profile-drop {
  color: #222 !important;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  position: relative;
}
.nav-mobile .profile-dropdown .image-profile-drop img {
  border-radius: 50%;
  display: inline-block;
  height: 42px;
  margin-right: 8px;
  width: 42px;
}
.nav-mobile .profile-dropdown .dropdown-menu {
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  left: 34px !important;
  position: relative !important;
  top: -15px !important;
}
.nav-mobile .profile-dropdown .dropdown-menu > li {
  border: 0 !important;
}
.nav-mobile .profile-dropdown .dropdown-menu > li .btn-logout,
.nav-mobile .profile-dropdown .dropdown-menu > li > a {
  background-color: transparent !important;
  border: 0 !important;
  color: #222 !important;
  font-size: 14px !important;
  font-weight: 600;
  padding: 8px 15px;
}
.nav-mobile .profile-dropdown .dropdown-menu > li > a > i {
  font-size: 16px !important;
  width: 24px;
}
.nav-mobile-open,
.nav-mobile-open .nav-mobile-inner {
  width: 310px;
}
.mobile-search-form {
  background-color: #fff;
  display: none;
  float: none !important;
  padding: 5px;
  position: relative !important;
  width: 100%;
}
.mobile-search-form .btn-search {
  height: 48px;
  top: -2px;
  width: 48px;
}
.btn-search-single-vendor-mobile {
  top: 0 !important;
}
#navbar_mobile_back_button {
  display: block;
  margin-left: 0 !important;
  margin-right: 0 !important;
  position: relative;
  text-align: left;
  width: 100%;
  word-break: break-word;
}
#navbar_mobile_back_button .nav-link {
  background-color: transparent !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
  color: #434343;
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
  padding: 13px 0 !important;
  text-align: left;
  text-transform: none;
  width: 100%;
}
#navbar_mobile_back_button .nav-link strong {
  font-weight: 600;
  position: relative;
}
#wrapper {
  min-height: 600px;
  padding-top: 30px;
}
#content,
#wrapper {
  display: block;
  position: relative;
  width: 100%;
}
#content {
  float: left;
}
.h1-title-nvs {
  color: transparent !important;
  height: 0 !important;
  margin: 0 !important;
  visibility: hidden;
}
.section {
  display: block;
  margin-bottom: 30px;
  position: relative;
  width: 100%;
}
.section .section-header {
  align-items: center;
  display: flex;
  height: 40px;
  margin-bottom: 15px;
  position: relative;
  width: 100%;
}
.section .title {
  display: block;
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 0;
  text-align: left;
}
.section .title-exp {
  color: #969696;
  font-size: 14px;
  margin-bottom: 15px;
  text-align: left;
}
.section-category-products {
  margin-bottom: 45px;
}
.page-text-content {
  font-size: 15px;
  line-height: 28px;
}
.page-text-content img {
  display: block;
  height: auto !important;
  max-width: 100% !important;
}
.section-latest-products,
.section-promoted {
  margin-bottom: 30px;
}
.section-blog {
  margin-top: 30px !important;
  margin-bottom: 0;
  max-width: 100%;
  overflow: hidden !important;
}
.section-blog .blog-item {
  display: block;
  float: left;
  max-width: 100%;
  outline: none !important;
  width: 100%;
}
.section-blog .blog-post-meta .icon-folder {
  margin-left: 1px;
}
.row-product {
  margin-left: -10px;
  margin-right: -10px;
}
.col-product {
  margin-bottom: 30px;
  outline: none !important;
  padding-left: 10px;
  padding-right: 10px;
}
.section-main-slider .main-slider {
  display: flex;
  height: 700px;
  position: relative;
  width: 100%;
}
.section-main-slider .swiper-slide {
  align-items: center;
  color: var(--white-color, #fff);
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.section-main-slider .slide-background {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
}
.section-main-slider .main-slider .item {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
  overflow: hidden;
  position: relative;
}
.section-main-slider .main-slider .item .container {
  align-items: center;
  display: flex;
  height: 100%;
  width: 100%;
}
.section-main-slider .main-slider .item a {
  color: inherit;
  display: block;
  height: 100%;
  text-decoration: none;
  width: 100%;
}
.section-main-slider .main-slider .item .caption {
  height: auto;
  max-width: 100%;
  text-align: left;
  width: 600px;
}
.section-main-slider .main-slider .item .caption .title {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 1rem;
  text-align: left;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  word-break: break-word;
}
.section-main-slider .main-slider .item .caption .description {
  font-size: 18px;
  margin-bottom: 2rem;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}
.swiper-button-next,
.swiper-button-prev {
  background-color: hsla(0, 0%, 100%, 0.8);
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  color: #222;
  height: 44px;
  transition: background-color 0.3s;
  width: 44px;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: #fff;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 16px;
  font-weight: 900;
}
.swiper-carousel .swiper-button-next,
.swiper-carousel .swiper-button-prev {
  height: 40px;
  width: 40px;
}
.swiper-carousel .swiper-button-next:after,
.swiper-carousel .swiper-button-prev:after {
  font-size: 14px;
}
.section-main-slider .main-slider .swiper-button-next {
  right: 3rem;
}
.section-main-slider .main-slider .swiper-button-prev {
  left: 3rem;
}
.section-main-slider .main-slider .swiper-button-next,
.section-main-slider .main-slider .swiper-button-prev {
  opacity: 0.6;
  transition: all 0.24s ease-in-out;
}
.section-main-slider .main-slider .swiper-button-next:hover,
.section-main-slider .main-slider .swiper-button-prev:hover {
  opacity: 0.9;
}
.section-main-slider .main-slider-boxed {
  height: 500px;
  margin-top: 30px;
}
.section-main-slider .main-slider-boxed .item {
  height: 500px;
}
.section-main-slider .main-slider-boxed .item .caption {
  margin-left: 90px;
  width: 500px;
}
.section-main-slider .main-slider-boxed .item .caption .title {
  font-size: 38px;
}
.section-main-slider .main-slider-boxed .item .caption .description {
  font-size: 16px;
}
.section-main-slider .main-slider-boxed .swiper-button-next {
  right: 2rem;
}
.section-main-slider .main-slider-boxed .swiper-button-prev {
  left: 2rem;
}
.swiper-carousel-product {
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.6s ease-in-out;
}
.swiper-carousel-product.visible {
  opacity: 1;
}
.swiper-carousel-product .swiper-slide {
  height: auto;
}
.btn-slider {
  background-color: #222;
  border-radius: 0.188rem;
  color: #fff;
  font-weight: 400;
  line-height: 20px;
  outline: 0 !important;
  padding: 12px 24px;
}
.featured-categories .card-columns {
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.featured-categories .card-columns .card {
  background-color: #fafafa;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 0 !important;
  border-radius: 0 !important;
  height: 200px;
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
}
.featured-categories .card-columns .card a {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.featured-categories .card-columns .card:nth-child(6n-5) {
  height: 380px;
}
.featured-categories .card-columns .card:nth-child(6n-4) {
  height: 190px;
}
.featured-categories .card-columns .card:nth-child(6n-2),
.featured-categories .card-columns .card:nth-child(6n-3) {
  height: 285px;
}
.featured-categories .card-columns .card:nth-child(6n-1) {
  height: 200px;
}
.featured-categories .card-columns .card:nth-child(6n) {
  height: 370px;
}
.featured-categories .card .caption {
  background-color: hsla(0, 0%, 7%, 0.5);
  bottom: 0;
  padding: 8px 20px;
  position: absolute;
  width: auto;
}
.featured-categories .card .caption span {
  color: #fff !important;
  cursor: pointer;
  font-size: 15px;
  letter-spacing: 0.01rem;
}
.link-see-more {
  font-weight: 600;
  line-height: 24px;
  color: #222;
}
.link-see-more i {
  bottom: -1px;
  display: inline-block;
  position: relative;
}
.featured-categories .item-category-round {
  display: block;
  margin-bottom: 30px;
  width: 100%;
}
.featured-categories .item-category-round .category-image {
  background-color: #fafafa;
  border-radius: 50%;
  overflow: hidden;
}
.featured-categories .item-category-round .category-name {
  padding-top: 15px;
  text-align: center;
  width: 100%;
}
.featured-categories .item-category-round .category-name a {
  font-size: 0.938rem;
  font-weight: 600;
}
.featured-categories .item-category-round .category-image img {
  border-radius: 50%;
  display: block;
  height: auto;
  object-fit: cover;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.featured-categories .item-category-round .category-image:hover img {
  transform: scale(1.2);
}
.featured-categories .item-category-round .category-image .overlay {
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  opacity: 0;
  pointer-events: none !important;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 2;
}
.featured-categories
  .item-category-round
  .category-image
  .overlay
  .text-shop-now {
  color: #fff;
  font-weight: 600;
}
.featured-categories .item-category-round .category-image:hover .overlay {
  opacity: 1;
}
.section-index-bn .row {
  margin-left: -10px;
  margin-right: -10px;
}
.section-index-bn .col-index-bn {
  margin-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
}
.section-index-bn a {
  display: block;
}
.section-index-bn .col-index-bn a img {
  height: auto;
  width: 100%;
}
.product-card {
  background-color: #fff;
  border: 1px solid #eaeaef;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
  width: 100%;
}
.product-card:hover {
  box-shadow: 0 0 18px 3px rgba(0, 0, 0, 0.05);
}
.product-card .product-image-container {
  aspect-ratio: 1;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.product-card .product-image-container a {
  display: flex;
}
.product-card .product-image {
  display: block;
  height: 100%;
  object-fit: var(--mds-object-fit-mode);
  padding: 0;
  position: absolute;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease;
  width: 100%;
}
.product-card .product-image.hover-image {
  opacity: 0;
}
.product-card:hover .multi-image-container .product-image.hover-image {
  opacity: 1;
}
.product-card:hover .multi-image-container .product-image.default-image {
  opacity: 0;
}
.product-card .product-card-badge {
  align-items: center;
  border-radius: 6px 0 11px 0;
  color: #fff;
  display: flex;
  font-size: 0.688rem;
  font-weight: 600;
  height: 1.53rem;
  left: 0;
  padding: 0 10px;
  position: absolute;
  top: 0;
  z-index: 4;
}
.product-card .product-card-badge-red {
  background-color: #fe2e3e;
}
.product-card .product-card-badge-green {
  background-color: #31ae6a;
}
.product-card .product-actions-overlay {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 3;
}
.product-card .action-btn {
  align-items: center;
  background-color: #fff;
  border: 1px solid #eaeaef;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  color: #222;
  display: flex;
  font-size: 18px;
  height: 38px;
  justify-content: center;
  opacity: 0;
  text-decoration: none;
  transform: translateX(10px);
  transition: all 0.3s ease;
  visibility: hidden;
  width: 38px;
}
.product-card:hover .action-btn {
  opacity: 0.9;
  transform: translateX(0);
  visibility: visible;
}
.product-card .action-btn .icon-heart {
  color: #fe2e3e;
}
.product-card .card-body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 0.75rem;
}
.product-card .product-title {
  color: #222;
  display: -webkit-box;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25rem;
  margin-bottom: 0.25rem;
  text-decoration: none;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-card .product-seller {
  font-size: 0.8rem;
  margin-bottom: 0.375rem;
}
.product-card .product-seller a {
  color: #6c757d;
}
.product-card .product-seller a:hover {
  color: var(--mds-color-main);
}
.product-card .product-footer {
  margin-top: 0.375rem;
}
.product-card .product-price {
  align-items: center;
  color: #222;
  display: flex;
  font-size: 1rem;
  font-weight: 700;
  gap: 8px;
}
.product-card .product-price del {
  color: #6c757d;
  font-size: 0.9rem;
  font-weight: 700;
}
.product-card .a-meta-request-quote,
.product-card .price-free {
  font-size: 0.906rem;
  font-weight: 700;
}
.product-card .product-rating {
  align-items: center;
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
}
.product-card .product-rating .rating i {
  font-size: 0.875rem;
}
.product-card .product-rating .item-wishlist {
  color: #9a9a9a;
  font-size: 0.875rem;
  font-weight: 400;
}
.product-image-box {
  border: 1px solid #eaeaef;
  border-radius: 4px;
  display: block;
  overflow: hidden;
  position: relative;
}
.product-image-box-xs {
  height: 60px;
  width: 60px;
}
.product-image-box-sm {
  height: 80px;
  width: 80px;
}
.product-image-box-md {
  height: 100px;
  width: 100px;
}
.product-image-box-lg {
  height: 124px;
  width: 124px;
}
.product-image-box img {
  height: 100%;
  object-fit: var(--mds-object-fit-mode);
  width: 100%;
}
.price-green {
  color: #4ca952;
}
.tooltip {
  color: #222;
  font-size: 11px !important;
}
.tooltip-inner {
  background-color: #f9f9f9 !important;
  color: #222;
}
.tooltip.bs-tooltip-right .arrow:before {
  border-right-color: #f9f9f9 !important;
}
.tooltip.bs-tooltip-left .arrow:before {
  border-left-color: #f9f9f9 !important;
}
.tooltip.bs-tooltip-bottom .arrow:before {
  border-bottom-color: #f9f9f9 !important;
}
.tooltip.bs-tooltip-top .arrow:before {
  border-top-color: #f9f9f9 !important;
}
.btn-item-add-to-cart svg {
  color: #fff;
  height: 28px;
  width: 28px;
}
.btn-product-cart:disabled {
  opacity: 0.65 !important;
}
.btn-product-cart .btn-cart-icon {
  display: inline-block;
  margin-right: 5px;
  text-align: left;
  width: 20px;
}
.btn-product-cart .btn-cart-icon i {
  font-size: 16px;
  margin: 0 !important;
}
.spinner-border-add-cart {
  border-width: 0.14em;
  height: 1.1rem;
  position: relative;
  width: 1.1rem;
}
.spinner-border-add-cart-list {
  border-width: 0.08em;
  height: 1.2rem;
  position: relative;
  top: 0;
  width: 1.2rem;
}
.product-details-container {
  display: block;
  margin-bottom: 30px;
  min-height: 580px;
  position: relative;
}
.product-details-container-digital {
  min-height: 440px;
}
.product-slider-wrapper {
  align-items: flex-start;
  display: flex;
  gap: 15px;
  opacity: 0;
  position: relative;
  transition: opacity 0.4s ease-in-out;
}
.product-slider-wrapper.loaded {
  opacity: 1;
}
.product-slider-wrapper .slider-for-container {
  border: 1px solid #eaeaef;
  border-radius: 6px;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  position: relative;
}
.product-slider-wrapper .product-slider .swiper-slide {
  cursor: zoom-in;
}
.product-slider-wrapper .product-slider .swiper-slide a {
  display: block;
  height: 100%;
  width: 100%;
}
.product-slider-wrapper .product-slider .swiper-slide img {
  aspect-ratio: 1/1;
  height: auto;
  object-fit: contain;
  width: 100%;
}
.product-slider-wrapper .product-slider .swiper-button-next,
.product-slider-wrapper .product-slider .swiper-button-prev {
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.8);
  border-radius: 50%;
  color: #222;
  display: flex;
  height: 40px;
  justify-content: center;
  pointer-events: auto !important;
  transition: background-color 0.3s, color 0.3s;
  width: 40px;
}
.product-slider-wrapper .product-slider .swiper-button-disabled:hover {
  background-color: hsla(0, 0%, 100%, 0.8) !important;
  color: #222;
}
.product-slider-wrapper .product-slider .swiper-button-next:after,
.product-slider-wrapper .product-slider .swiper-button-prev:after {
  font-size: 18px;
}
.product-slider-wrapper .thumb-slider-wrapper {
  flex: 0 0 65px;
  min-height: 200px;
  overflow: hidden;
  position: relative;
}
.product-slider-wrapper .thumb-slider {
  height: 100%;
  width: 100%;
}
.product-slider-wrapper .thumb-slider .swiper-slide {
  align-items: center;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  height: 65px !important;
  justify-content: center;
  margin: 0;
  margin-bottom: 10px !important;
  opacity: 0.6;
  overflow: hidden;
  padding: 0;
  transition: opacity 0.3s ease;
  width: 65px !important;
}
.product-slider-wrapper .thumb-slider .swiper-slide img {
  border: 2px solid transparent;
  border-radius: 4px;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.product-slider-wrapper .thumb-slider .swiper-slide-thumb-active {
  opacity: 1;
}
.product-slider-wrapper .thumb-slider .swiper-slide-thumb-active img {
  border-color: var(--mds-color-main);
}
.product-slider-wrapper .thumb-slider .swiper-slide button {
  background-color: transparent;
  border: 2px solid #eee;
  border-radius: 4px;
  display: block;
  height: 100%;
  width: 100%;
}
.product-slider-mobile-media-buttons {
  display: none;
}
.modal-product-video .close {
  color: #fff;
  font-size: 30px;
  position: absolute;
  right: -6px;
  top: -40px;
  width: auto !important;
}
.modal-product-video {
  min-width: 0 !important;
  width: auto !important;
}
.modal-product-video .modal-content {
  background-color: transparent !important;
}
.badge-instant-download {
  align-items: center;
  border: 1px solid #e9f2f7;
  display: inline-flex;
  line-height: 14px;
  padding: 0.48rem 0.7rem;
}
.product-image-preview {
  text-align: center;
}
.product-image-preview,
.product-video-preview {
  display: block;
  float: left;
  margin-bottom: 30px;
  position: relative;
  width: 100%;
}
.product-video-preview {
  background-color: #0b0b0b;
  border-radius: 8px;
  opacity: 0;
}
.product-video-preview #player {
  min-height: 410px;
}
.plyr--video {
  border-radius: 8px;
}
.plyr__control--overlaid {
  background: rgba(0, 0, 0, 0.6) !important;
}
.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded="true"] {
  background: rgba(0, 0, 0, 0.9) !important;
}
.plyr--full-ui input[type="range"] {
  color: #a19fa4 !important;
}
.plyr__progress__buffer {
  background-color: #0b0b0b !important;
  box-shadow: none !important;
  outline: none !important;
}
.plyr__progress__buffer::-moz-progress-bar {
  background-color: #0b0b0b !important;
  box-shadow: none !important;
  outline: none !important;
}
.plyr__progress__buffer::-webkit-progress-value {
  background-color: #0b0b0b !important;
  box-shadow: none !important;
  outline: none !important;
}
.plyr__menu {
  visibility: hidden !important;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: pointer !important;
}
.product-audio-preview {
  border-radius: 8px;
  height: 410px;
  margin-bottom: 15px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.product-audio-preview #single-song-player {
  height: 100%;
  margin: 0 !important;
  max-width: 100%;
  width: 100%;
}
.product-audio-preview #single-song-player img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.product-audio-preview .player-control-container {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 20%, transparent);
  bottom: 0;
  box-sizing: border-box;
  left: 0;
  padding: 20px 25px;
  position: absolute;
  transition: background 0.3s ease;
  width: 100%;
}
.product-audio-preview .bottom-container {
  background-color: transparent !important;
  margin-bottom: 5px;
  width: 100%;
}
.product-audio-preview .amplitude-song-played-progress {
  -webkit-appearance: none;
  appearance: none;
  background: hsla(0, 0%, 100%, 0.8);
  border: none;
  border-radius: 5px;
  cursor: pointer;
  height: 6px;
  overflow: hidden;
  width: 100%;
}
.product-audio-preview progress::-webkit-progress-bar {
  background: hsla(0, 0%, 100%, 0.3);
}
.product-audio-preview progress::-webkit-progress-value {
  background: #fff;
  border-radius: 5px;
}
.product-audio-preview progress::-moz-progress-bar {
  background: #fff;
  border-radius: 5px;
}
.product-audio-preview .time-container {
  color: #fff;
  display: flex;
  font-size: 12px;
  justify-content: space-between;
  margin-top: 5px;
  opacity: 1 !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
}
.product-audio-preview .time-container span {
  color: #fff !important;
  font-size: 13px;
  font-weight: 600;
}
.product-audio-preview .controls-buttons,
.product-audio-preview .player-btn {
  align-items: center;
  display: flex;
  justify-content: center;
}
.product-audio-preview .player-btn {
  background: transparent;
  background: hsla(0, 0%, 100%, 0.3);
  border: none;
  border-radius: 50%;
  color: hsla(0, 0%, 100%, 0.8);
  cursor: pointer;
  outline: none;
  transition: all 0.2s ease-in-out;
}
.product-audio-preview .player-btn:hover {
  background: hsla(0, 0%, 100%, 0.4);
  color: #fff;
}
.product-audio-preview .btn-side {
  height: 40px;
  margin: 0 15px;
  width: 40px;
}
.product-audio-preview .btn-main {
  background: hsla(0, 0%, 100%, 0.3);
  color: #fff;
  height: 60px;
  width: 60px;
}
.product-audio-preview .btn-main:hover {
  background: hsla(0, 0%, 100%, 0.4);
}
.product-audio-preview .player-btn svg {
  height: 22px;
  width: 22px;
}
.product-audio-preview .btn-main svg {
  height: 30px;
  width: 30px;
}
.product-audio-preview #pause-icon,
.product-audio-preview .amplitude-play-pause.amplitude-playing #play-icon {
  display: none;
}
.product-audio-preview .amplitude-play-pause.amplitude-playing #pause-icon {
  display: block;
}
.product-delivery-est {
  color: #545454;
  display: block;
  font-size: 14px;
  margin-bottom: 30px;
  margin-top: 10px;
}
.product-delivery-est .item {
  align-items: flex-start;
  display: flex;
  line-height: 24px;
  margin-top: 15px;
  min-height: 24px;
}
.product-delivery-est .title {
  align-items: center;
  display: flex;
  flex-shrink: 0 !important;
}
.product-delivery-est svg {
  flex-shrink: 0 !important;
}
.product-delivery-est .item button {
  color: #545454;
}
.product-delivery-est .item strong {
  flex-shrink: 0 !important;
  font-weight: 600;
}
.product-delivery-est .item .result-delivery {
  font-size: 13px;
  margin-right: 8px;
}
.product-share {
  position: relative;
}
.product-share ul {
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: left;
  width: auto;
}
.product-share ul li {
  display: inline-block;
  list-style: none;
  margin-right: 12px;
}
.product-share ul li a,
.product-share ul li button {
  color: #7c818b !important;
  display: block;
  font-size: 15px;
  text-align: center;
}
.product-share label {
  float: left;
  margin-bottom: 0;
  margin-right: 20px;
}
.product-options-container {
  margin-bottom: 15px;
}
.product-options-container .title-option {
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 8px;
}
.product-options-container .title-option span {
  font-weight: 400;
}
.product-options-container .option-base {
  border: 2px solid #efefef;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  user-select: none;
}
.product-options-container .option-base.selected,
.product-options-container .option-base:not(.disabled):hover {
  border-color: var(--mds-color-main);
}
.product-options-container .option-base.disabled {
  background-color: #f8f9fa;
  box-shadow: none;
  opacity: 0.6;
  position: relative;
}
.product-options-container .option-radio-label {
  border-radius: 4px;
  box-sizing: border-box;
  font-weight: 500;
  padding: 0.42rem 0.8rem;
}
.product-options-container .option-radio-label.selected {
  border-color: var(--mds-color-main);
  box-sizing: border-box;
}
.product-options-container .option-radio-label.disabled {
  background-color: #e9ecef;
  border-color: #dee2e6;
  color: #6c757d;
  position: relative;
}
.product-options-container .option-radio-label.disabled:after {
  background-color: #6c757d;
  content: "";
  height: 1px;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: rotate(-45deg);
  transform-origin: center;
  width: 100%;
}
.product-options-container .option-radio-input {
  display: none;
}
.product-options-container .custom-select.disabled,
.product-options-container .custom-select:disabled {
  background-color: #e9ecef;
  text-decoration: line-through;
}
.product-options-container .option-swatch {
  background: #fff;
  background-clip: content-box;
  border: 2px solid #efefef;
  box-sizing: border-box;
  height: 38px;
  padding: 2px;
  width: 38px;
}
.product-options-container .option-swatch.selected {
  border: 2px solid var(--mds-color-main);
}
.product-options-container .option-swatch.disabled:after {
  background-color: #495057;
  content: "";
  height: 2px;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 50%;
  transform: rotate(-45deg);
  width: 100%;
}
.product-options-container .option-image-swatch {
  border: 2px solid #efefef;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  height: 60px;
  overflow: hidden;
  padding: 2px;
  position: relative;
  width: 60px;
}
.product-options-container .option-image-swatch img {
  border-radius: 4px;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.product-options-container .option-image-swatch.selected {
  border-color: var(--mds-color-main);
}
.product-options-container .option-image-swatch.disabled:after {
  background: linear-gradient(
    to top left,
    transparent calc(50% - 0.5px),
    #495057,
    transparent calc(50% + 0.5px)
  );
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
}
.product-options-container .product-image-placeholder {
  align-items: center;
  aspect-ratio: 1/1;
  background-color: #e9ecef;
  border-radius: 0.25rem;
  color: #6c757d;
  display: flex;
  justify-content: center;
  width: 100%;
}
.product-description {
  display: block;
  float: left;
  margin-bottom: 90px;
  min-height: 300px;
  position: relative;
  width: 100%;
}
.nav-tabs-horizontal {
  border-bottom: 1px solid #e9e9e9 !important;
}
.nav-tabs-horizontal .nav-item .nav-link {
  background-color: transparent !important;
  border: 0 !important;
  border-bottom: 2px solid transparent !important;
  color: #222 !important;
  font-size: 14px;
  font-weight: 600;
  margin-right: 5px;
  padding: 0.86rem 2rem;
  position: relative;
  transition: 0.1s !important;
}
.nav-tabs-horizontal .nav-item .active {
  border-bottom: 2px solid #222 !important;
  color: #222 !important;
}
.nav-tabs-horizontal .nav-item .nav-link:hover {
  border-bottom: 2px solid #222 !important;
}
.product-description .tab-content .card-header {
  background-color: #f9f9f9;
  border-radius: 0.188rem;
  display: block;
  padding: 0;
  width: 100%;
}
.product-description .tab-content .card {
  border: 0 !important;
  float: left;
  width: 100%;
}
.product-description .tab-content .card .card-header {
  display: none;
  float: left;
  margin-bottom: 15px;
  width: 100%;
}
.product-description .tab-content .card-header .card-link {
  display: block;
  font-weight: 600;
  padding: 0.7rem 1rem;
  width: 100%;
}
.product-description .tab-content .card-header .card-link i {
  color: #777;
  float: right;
  font-size: 18px;
}
.product-description .tab-content .card-header .card-link .icon-arrow-down {
  display: none;
}
.product-description .tab-content .card-header .card-link .icon-arrow-up {
  display: block;
}
.product-description .tab-content .card-header .collapsed .icon-arrow-up {
  display: none;
}
.product-description .tab-content .card-header .collapsed .icon-arrow-down {
  display: block;
}
.product-description .tab-content {
  float: left;
  position: relative;
  width: 100%;
}
.product-description .tab-content .tab-pane {
  float: left;
  min-height: 240px;
  padding-top: 30px;
  position: relative;
  width: 100%;
}
.product-description .description {
  display: block;
  float: left;
  font-size: 14px;
  line-height: 26px;
  overflow-wrap: break-word;
  padding-bottom: 30px;
  position: relative;
  width: 100%;
}
.product-description .description img {
  height: auto !important;
  max-width: 100% !important;
}
.product-description .description p {
  overflow-wrap: break-word;
}
.table-product-specification td,
.table-product-specification th {
  border: 0 !important;
  padding-left: 20px;
}
.table-product-specification .td-left {
  font-weight: 600;
  width: 40%;
}
.table-product-specification .td-right {
  width: 60%;
}
.table-product-shipping td,
.table-product-shipping th {
  border: 1px solid rgba(0, 0, 0, 0.04);
  padding-left: 20px;
}
.table-product-shipping .td-left {
  background-color: rgba(0, 0, 0, 0.02);
  font-weight: 600;
  width: 30%;
}
.table-product-shipping .td-right {
  width: 70%;
}
.product-shipping-methods {
  display: block;
  float: left;
}
.product-shipping-methods p {
  margin-bottom: 10px;
  min-height: 22px;
}
.product-shipping-methods p strong {
  font-weight: 600;
}
.product-shipping-methods p .method-name {
  display: inline-block;
  min-width: 100px;
}
.product-shipping-loader {
  display: none;
  margin-bottom: 10px;
  min-height: 22px;
}
.product-shipping-loader .spinner {
  float: left;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 0;
  padding-top: 0;
}
.product-shipping-loader .spinner > div {
  background-color: #aaa;
}
.product-location-map {
  display: block;
  height: 380px;
  margin-top: 30px;
  position: relative;
  width: 100%;
}
.product-location-map iframe {
  height: 380px !important;
}
.product-location-map iframe,
.reviews-container {
  display: block;
  position: relative;
  width: 100%;
}
.reviews-container .list-reviews .media {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.reviews-container .list-reviews .media .rating {
  margin-bottom: 5px;
}
.reviews-container .list-reviews .media .rating i {
  font-size: 16px;
  line-height: 16px;
}
.reviews-container .list-reviews .media img {
  margin-right: 20px;
}
.reviews-container .list-reviews .username {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}
.reviews-container .list-reviews .review {
  color: #555;
  line-height: 24px;
  margin-bottom: 2px;
}
.reviews-container .list-reviews .media .date {
  color: #999;
  font-size: 12px;
}
.reviews-container .list-reviews a {
  display: inline-block;
}
.reviews-container .list-reviews .media:last-child {
  border: 0 !important;
}
.reviews-container .list-reviews .media img {
  background-color: #eee;
  border-radius: 50%;
  display: block;
  height: 58px;
  width: 58px;
}
.reviews-container .review-total {
  align-items: center;
  display: flex;
  margin-bottom: 30px;
  width: 100%;
}
.reviews-container .review-total .label-review {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 0;
}
.reviews-container .review-total .rating {
  align-items: center;
  display: flex;
  gap: 4px;
}
.reviews-container .invalid-rating label {
  color: #dc3545;
}
.rating-widget {
  max-width: 350px;
  width: 100%;
}
.rating-stars {
  align-items: center;
  display: flex;
  gap: 5px;
  justify-content: start;
}
#modal-rating-display i,
.rating-stars i {
  color: #e0e0e0;
  cursor: pointer;
  font-size: 22px;
  transition: all 0.2s ease-in-out;
}
#modal-rating-display i.hover-active,
.rating-stars i.hover-active {
  transform: scale(1.15);
}
#modal-rating-display i.hover-active,
#modal-rating-display i.selected,
.rating-stars i.hover-active,
.rating-stars i.selected {
  color: #ffc107;
}
#modal-rating-display {
  display: flex;
  gap: 6px;
  justify-content: start;
  margin-bottom: 15px;
}
#modal-rating-display i {
  font-size: 24px;
}
.comments {
  display: block;
  float: left;
  width: 100%;
}
.row-comments-tab-title {
  align-items: center;
  display: flex;
  height: 34px;
}
.form-add-comment {
  border-top: 3px solid #f2f2f2;
  display: block;
  float: left;
  margin-top: 100px;
  max-width: 100%;
  padding: 30px;
  width: 100%;
}
.form-add-comment .form-textarea {
  min-height: 80px;
  resize: none;
}
.form-add-comment input[name="comment_name"],
.row-sub-comment input[name="comment_name"] {
  display: none !important;
}
.comments .comment-list {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
}
.comments .comment-list-subcomments {
  max-height: 600px;
  overflow-y: scroll;
}
.comments .comment-list li {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  display: table;
  list-style: none;
  margin-bottom: 10px;
  padding-top: 35px;
  width: 100%;
}
.comments .comment-list li:first-child {
  border-top: 0;
  padding-top: 0;
}
.comments .comment-list li .left {
  display: table-cell;
  height: auto;
  text-align: left;
  vertical-align: top;
  width: 65px;
}
.comments .comment-list li .left img {
  border-radius: 50%;
  height: 50px;
  width: 50px;
}
.comments .comment-list li .right {
  display: table-cell;
  vertical-align: top;
}
.comments .comment-list li .right .row-custom {
  margin-bottom: 5px;
}
.comments .comment-list li .right .username {
  display: block;
  float: left;
  font-weight: 600;
  margin-bottom: 0 !important;
}
.comments .comment-list li .right .username a {
  font-size: 0.875rem !important;
}
.comments .comment-list li .right .comment {
  color: #555;
  line-height: 24px;
}
.comments .comment-list li .right .button-link {
  color: #848484 !important;
  font-size: 12px;
  margin-left: 10px;
}
.comments .comment-list li .right .date {
  color: #848484;
  font-size: 12px;
}
.comments-container .label-comment {
  display: block;
  float: left;
  font-size: 15px;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 0;
  margin-right: 10px;
}
.row-sub-comment {
  margin: 10px 0 0 !important;
  padding: 0 !important;
}
.row-sub-comment form {
  margin-bottom: 15px;
  max-width: 100%;
  width: 800px;
}
.sub-comment-form {
  border-radius: 0;
  margin-top: 15px;
  padding: 15px;
}
.row-sub-comment .form-group {
  margin-bottom: 10px;
}
.row-sub-comment .form-textarea {
  min-height: 60px;
}
.row-sub-comment .comment-list li {
  margin-bottom: 15px !important;
}
.no-comments-found {
  color: #888;
}
.modal-send-message .modal-header {
  border: 0 !important;
  padding-bottom: 0;
}
.modal-send-message .modal-footer {
  border: 0 !important;
  padding-top: 0;
}
.modal-send-message .modal-content {
  padding: 10px;
}
.modal-send-message .modal-header .title {
  display: block;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
  width: 100%;
}
.modal-send-message .modal-header .close {
  font-size: 20px;
  position: absolute;
  right: 15px;
  top: 15px;
}
.modal-send-message .modal-content .form-textarea {
  min-height: 100px;
  padding: 12px 15px;
  resize: none;
}
.modal-send-message .user-contact-modal {
  display: table;
}
.modal-send-message .left {
  padding-right: 10px;
}
.modal-send-message .left,
.modal-send-message .user-contact-modal .right {
  display: table-cell;
  vertical-align: top;
}
.modal-send-message .user-contact-modal img {
  border-radius: 4px;
  float: left;
  height: 80px;
  width: 80px;
}
.modal-send-message .user-contact-modal .right strong {
  display: block;
  float: left;
  margin-bottom: 10px;
  width: 100%;
}
.modal-send-message .user-contact-modal .right p {
  color: #555;
  display: block;
  float: left;
  margin-bottom: 5px;
  width: 100%;
}
.modal-send-message .user-contact-modal .right .info a,
.modal-send-message .user-contact-modal .right button {
  color: #555 !important;
}
.modal-send-message .user-contact-modal .right .info i {
  margin-right: 8px !important;
}
.modal-send-message .error-message,
.modal-send-message .success-message {
  text-align: center;
}
.error-own-product,
.error-reviewed {
  color: #d43f3a;
  display: none;
  margin-top: 10px;
}
.product-content-details {
  display: block;
  float: left;
  height: 100%;
  position: relative;
  width: 100%;
}
.product-content-details .product-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 10px;
  margin-top: 0;
  overflow-wrap: break-word;
}
.product-content-details .badge-product-status {
  border-radius: 0.1875rem;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 0.6em 1.2em;
}
.product-content-details .meta {
  margin-bottom: 10px;
}
.product-content-details .product-meta-info {
  color: #777;
  font-size: 0.875rem;
}
.product-content-details .product-meta-info a {
  color: #555;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}
.product-content-details .product-meta-info a:hover {
  color: #000;
}
.product-content-details .product-analytics {
  gap: 15px;
}
.product-content-details .product-analytics span {
  color: #9a9a9a;
  font-size: 13px;
  line-height: 18px;
}
.product-content-details .meta span .icon-comment {
  font-size: 12px;
}
.product-content-details .product-details-review {
  align-items: center;
  display: inline-flex;
}
.product-content-details .product-details-review .rating {
  align-items: center;
  display: flex;
  gap: 3px;
}
.product-content-details .product-details-review .review-text {
  color: #555;
  margin-left: 8px;
  margin-top: 0.5px;
}
.product-content-details .product-details-review .rating i {
  font-size: 16px;
  line-height: 16px;
}
.product-price-container {
  align-items: center;
  display: flex;
  gap: 8px;
  min-height: 36px;
}
.product-price-container .final-price {
  font-size: 2rem;
  font-weight: 700;
}
.product-price-container .final-price-free {
  font-size: 1.6rem;
}
.product-price-container .original-price {
  color: #8f8f8f;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
  position: relative;
}
.product-price-container .original-price:after {
  background-color: #8f8f8f;
  content: "";
  height: 2px;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 54%;
  transform: translateY(-50%);
}
.product-price-container .discount-rate {
  background-color: #fe2e3e;
  border-radius: 2px;
  color: #fff;
  display: block;
  float: left;
  font-size: 13px;
  font-weight: 400;
  height: auto;
  line-height: 13px;
  margin-left: 10px;
  padding: 7px 10px;
  width: auto;
}
.product-content-details .details {
  margin-bottom: 12px;
}
.product-content-details .details .item-details {
  align-items: center;
  display: flex;
  margin-bottom: 8px;
  width: 100%;
}
.product-content-details .details .item-details .left {
  display: flex;
  width: 120px;
}
.product-content-details .details .item-details .right {
  display: flex;
}
.product-content-details .details label {
  float: left;
  margin-bottom: 0;
  min-width: 120px;
}
.product-content-details .details span {
  color: #333;
}
.number-spinner-container {
  float: left;
  margin-right: 15px;
  position: relative;
  width: 122px;
}
.product-add-to-cart-container {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.product-add-to-cart-container .number-spinner {
  margin-bottom: 10px;
  position: relative;
  width: 125px;
}
.product-add-to-cart-container .button-container {
  line-height: 44px;
  margin-bottom: 10px;
  min-width: 218px;
  position: relative;
}
.product-add-to-cart-container .button-container .btn-product-cart {
  height: 46px;
  padding: 0.688rem 1.375rem;
  width: 100%;
}
.product-add-to-cart-container .button-container-wishlist {
  min-width: 0 !important;
  width: auto !important;
}
.btn-wishlist {
  border-radius: 0;
  color: #4e4e4e;
  display: inline-block;
  line-height: 44px !important;
  text-align: left;
}
.btn-wishlist i {
  color: #4e4e4e;
  font-size: 26px;
  margin-right: 8px;
}
.btn-wishlist span {
  display: inline-block;
  position: relative;
  top: -5px;
}
.product-add-to-cart-container .button-container:last-child {
  margin-right: 0;
}
.btn-live-preview {
  background-color: transparent !important;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  padding: 0.656rem 1.5rem;
  width: 100%;
}
.product-already-purchased {
  align-items: center;
  color: #7fb13d !important;
  display: flex;
}
.product-already-purchased a,
.product-already-purchased button {
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: #7fb13d !important;
  font-weight: 700;
  margin: 0 !important;
  padding-left: 0 !important;
}
.product-already-purchased a:active,
.product-already-purchased a:focus,
.product-already-purchased a:hover,
.product-already-purchased button:active,
.product-already-purchased button:focus,
.product-already-purchased button:hover {
  color: #4d7f0b !important;
}
.product-already-purchased svg {
  flex-shrink: 0 !important;
}
.number-spinner {
  border-radius: 0.188rem !important;
  height: 46px;
  overflow: hidden;
  width: 122px;
}
.number-spinner input {
  border: 0 !important;
  border-bottom: 1px solid #e0e0e0 !important;
  border-top: 1px solid #e0e0e0 !important;
  height: 46px;
  padding: 12px 8px !important;
}
.product-add-to-cart-container .number-spinner #input_product_quantity {
  border-color: #e0e0e0 !important;
}
.number-spinner button {
  align-items: center;
  border-radius: 0 !important;
  display: flex;
  font-size: 18px;
  height: 46px;
  justify-content: center;
  width: 40px;
}
.number-spinner .btn-spinner-minus,
.number-spinner .btn-spinner-plus {
  border: 1px solid #e0e0e0 !important;
}
.section-related-products {
  margin-bottom: 60px !important;
}
.section-related-products .title {
  font-size: 20px;
  margin-bottom: 20px;
  text-align: left;
}
.product-details-message {
  margin: 0 !important;
}
.product-details-message p {
  font-size: 13px;
  list-style: none !important;
  margin: 0 !important;
}
.start-selling-description {
  margin: 0 auto 40px;
  max-width: 600px;
  text-align: center;
}
.membership-plans-container {
  max-height: 400px;
  overflow-y: auto;
}
.membership-plans-container .feature {
  position: relative;
}
.membership-plans-container .feature .btn-danger {
  font-size: 10px;
  padding: 1px 4px;
}
.input-group .input-group-addon {
  align-items: center;
  background-color: #eee;
  border-color: #d2d6de;
  border-radius: 0.188rem 0 0 0.188rem;
  display: flex;
  font-size: 15px;
  font-weight: 600;
  height: 46px;
  justify-content: center;
  width: 46px;
}
.modal-pricing-table .modal-dialog {
  width: 720px !important;
}
.modal-pricing-table .modal-header {
  border: 0 !important;
  padding: 15px;
}
.modal-pricing-table .modal-header .modal-title {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
.modal-pricing-table .modal-content {
  background-color: #f8f9fa !important;
  padding: 20px;
}
.price-box-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  float: left;
  justify-content: center;
  margin-bottom: 100px;
  margin-top: 30px;
  position: relative;
  text-align: center;
  width: 100%;
}
.price-box-container .price-box {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 0;
  border-top: 3px solid transparent;
  box-shadow: 0 5px 14px 0 #e9eef1;
  -ms-flex: 0 0 340px;
  flex: 0 0 340px;
  margin-bottom: 20px;
  margin-left: 20px;
  max-width: 100%;
  padding: 40px 30px;
  position: relative;
  width: 340px;
}
.modal-pricing-table .price-box {
  width: 100%;
}
.modal-pricing-table .selected-plan {
  border-top: 3px solid #e45267;
}
.price-box .pricing-name .name {
  font-size: 24px;
  font-weight: 500;
}
.price-box .plan-price {
  margin: 45px 0;
}
.price-box .plan-price .price {
  color: #f6576e;
  font-size: 40px;
}
.price-box .plan-price .time {
  font-size: 14px;
}
.price-features {
  min-height: 130px;
  padding-bottom: 90px;
}
.price-features p {
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}
.price-features p svg {
  color: #414456;
  font-size: 22px;
  position: relative;
  right: -2px;
  top: 5px;
}
.btn-plan-pricing-container {
  bottom: 45px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
}
.ribbon {
  height: 115px;
  overflow: hidden;
  position: absolute;
  width: 115px;
}
.ribbon:after,
.ribbon:before {
  border: 5px solid #19bb9b;
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
.ribbon span {
  background-color: #19bb9b;
  color: #fff;
  display: block;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 0;
  position: absolute;
  text-align: center;
  width: 190px;
}
.ribbon-top-right {
  right: 0;
  top: -3px;
}
.ribbon-top-right:after,
.ribbon-top-right:before {
  border-right-color: transparent;
  border-top-color: transparent;
}
.ribbon-top-right:before {
  left: 0;
  top: 0;
}
.ribbon-top-right:after {
  bottom: 0;
  right: 0;
}
.ribbon-top-right span {
  left: -20px;
  top: 25px;
  transform: rotate(45deg);
}
.btn-pricing-table-disabled {
  opacity: 0.5 !important;
}
.container-pricing-plan {
  display: none;
  font-size: 14px;
  margin-top: 20px;
  text-align: right;
}
.container-pricing-plan label {
  display: block;
  min-height: 24px;
  text-align: right;
  width: 100%;
}
.container-pricing-plan .price-input {
  display: inline-block;
  width: 300px;
}
.warning-pricing-table-plan {
  bottom: -45px;
  display: block;
  font-size: 11px;
  line-height: 14px;
  min-height: 40px;
  padding: 0 30px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.title-start-selling-box {
  font-size: 16px !important;
}
.input-group-text {
  border-radius: 0 !important;
}
.calculated-price {
  line-height: 32px;
  margin: 0;
}
.calculated-price strong {
  display: inline-block;
  font-weight: 600 !important;
  min-width: 150px;
}
.calculated-price i {
  font-weight: 700 !important;
}
.earned-price {
  font-style: normal !important;
}
.shipping-cost-container {
  display: none;
}
.col-option {
  margin-bottom: 15px;
}
.category-select-first {
  margin-top: 0 !important;
}
.locationpicker_map {
  height: 400px;
  margin-top: 15px;
  width: 870px;
}
.map-container iframe {
  display: block;
  height: 350px;
  max-width: 100%;
  width: 100%;
}
.img-profile-cover {
  height: 400px;
  object-fit: cover;
}
.img-profile-cover,
.profile-page-top {
  display: block;
  position: relative;
  width: 100%;
}
.profile-page-top {
  float: left;
  margin-bottom: 45px;
}
.profile-details {
  display: table;
  float: left;
  position: relative;
  width: 100%;
}
.profile-details .left {
  padding-right: 30px;
  text-align: left;
  width: 180px;
}
.profile-details .left,
.profile-details .right {
  display: table-cell;
  vertical-align: top;
}
.profile-details .img-profile {
  border-radius: 4px;
  height: 180px;
  width: 180px;
}
.profile-details .p-last-seen {
  color: #888;
  margin: 0 0 10px;
  text-align: left;
}
.edit-profile-cover {
  background-color: #fbfbfb;
  background-position: 50%;
  background-size: cover;
  border: 1px solid #ebebeb;
  display: block;
  height: 240px;
  margin-bottom: 45px;
  position: relative;
  width: 100%;
}
.edit-profile-cover .img-edit-cover {
  height: 100%;
  object-fit: cover;
  position: relative;
  width: 100%;
}
.edit-profile-cover .edit-avatar {
  background-color: #fbfbfb;
  border: 1px solid #ebebeb;
  border-radius: 50%;
  bottom: -40px;
  height: 180px;
  left: 15px;
  position: absolute;
  width: 180px;
}
.edit-profile-cover .edit-avatar img {
  border-radius: 50%;
  height: 180px;
  object-fit: cover;
  width: 180px;
}
.edit-profile-cover .btn-container {
  position: absolute;
  right: 10px;
  top: 10px;
}
.edit-profile-cover .btn-edit-cover {
  height: 36px;
  margin: 0 0 5px !important;
  width: 36px;
}
.edit-profile-cover .btn-edit-cover,
.edit-profile-cover .edit-avatar .btn {
  align-items: center;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  padding: 0 !important;
}
.edit-profile-cover .edit-avatar .btn {
  bottom: 0;
  height: 48px;
  margin: 0 !important;
  position: absolute;
  right: 15px;
  width: 48px;
  z-index: 2;
}
.edit-profile-cover .btn:hover {
  opacity: 1 !important;
}
.last-seen {
  color: #888;
  font-size: 12px;
}
.last-seen i {
  color: #cfcfcf;
  height: 10px;
  margin-right: 5px;
  width: 10px;
}
.last-seen-online i {
  color: #85cc84;
}
.row-profile-username {
  line-height: 23px;
  margin-bottom: 5px;
}
.profile-details .username {
  float: left;
  font-size: 26px;
  font-weight: 600;
  line-height: 26px;
  margin: 0 !important;
  width: auto;
  word-break: break-word;
}
.icon-verified-member {
  color: #09b1ba;
  float: left;
  font-size: 24px;
  line-height: 26px;
  margin-left: 5px;
}
.profile-number-sales {
  color: #333;
  float: left;
}
.profile-rating {
  float: left;
  height: 20px;
  line-height: 20px;
  margin-right: 20px;
}
.profile-rating .rating {
  float: left;
  position: relative;
}
.profile-rating span {
  color: #333;
  line-height: 20px;
  position: relative;
}
.profile-details .description {
  line-height: 24px;
  margin-bottom: 10px;
}
.profile-details .user-contact {
  margin-bottom: 10px;
}
.profile-details .user-contact .info {
  border-right: 1px solid #e1e3df;
  color: #6a6a6a;
  display: inline-block;
  margin-right: 15px;
  padding-right: 15px;
}
.profile-details .user-contact a,
.profile-details .user-contact button {
  color: #6a6a6a;
}
.profile-details .user-contact .info:last-child {
  border: 0;
}
.profile-details .user-contact .info i {
  margin-right: 10px;
}
#confirmation-result-profile div {
  margin: 0 !important;
}
.report-seller-sidebar {
  display: block;
}
.report-seller-sidebar-mobile {
  display: none;
}
.modal-product-cart {
  z-index: 99999;
}
.modal-product-cart .modal-dialog {
  max-width: 94%;
  width: 780px;
}
.modal-product-cart .modal-header {
  border: 0 !important;
  padding: 30px 30px 0;
}
.modal-product-cart .modal-body {
  padding: 30px;
}
.modal-product-cart .modal-body .col-left {
  padding-right: 20px;
}
.modal-product-cart .modal-body .col-right {
  border-left: 1px solid #eee;
  font-size: 15px;
  padding-left: 20px;
}
.modal-product-cart .col-left .img-product-container {
  border: 1px solid #eaeaef;
  border-radius: 6px;
  height: 150px;
  width: 130px;
}
.modal-product-cart .col-left .img-product-container .img-product {
  border-radius: 6px;
  display: block;
  height: 150px;
  margin: 0 auto;
  object-fit: var(--mds-object-fit-mode);
  width: auto;
}
.modal-product-cart .details {
  padding-left: 15px;
}
.modal-product-cart .details .title {
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  word-break: break-word;
}
.modal-product-cart .details .price {
  font-size: 20px;
  font-weight: 700;
}
.modal-product-cart .btn-custom {
  border-radius: 0.188rem;
  font-weight: 600;
  opacity: 1 !important;
  padding: 0.75rem 1.5rem;
}
.modal-product-cart .cart-related-products {
  border-top: 1px solid #eee;
  margin-top: 30px;
  padding-top: 30px;
}
.modal-product-cart .cart-related-products .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 0;
}
.modal-product-cart .cart-related-products .product-item {
  margin-bottom: 0;
}
.modal-product-cart .cart-related-products .img-product,
.modal-product-cart .cart-related-products .img-product-container {
  height: 180px;
}
.modal-product-cart .cart-related-products .product-item .product-user {
  display: none;
}
.shipping-address-box {
  border: 1px solid #efefef;
  border-radius: 3px;
  height: 100%;
  padding: 20px;
  position: relative;
  width: 100%;
}
.shipping-address-box .badge-shipping-address {
  align-items: center;
  border-radius: 0;
  display: inline-flex;
  font-size: 11px;
  font-weight: 400;
  padding: 0.24rem 0.56rem;
}
.shipping-address-box strong {
  display: block;
  margin-bottom: 10px;
}
.shipping-address-box p {
  margin-bottom: 5px;
}
.shipping-address-box-cart p {
  font-size: 13px;
}
.shipping-address-box p a {
  float: right;
}
.shipping-address-box p .btn-edit {
  margin-right: 5px;
}
.shipping-address-box .add-new {
  text-align: center;
}
.shipping-address-box .add-new i {
  display: block;
}
.shipping-address-box-cart .custom-control-label {
  display: block;
  padding-left: 5px;
  position: relative;
  width: 100%;
}
.link-add-new-shipping-option,
.link-add-new-shipping-option:hover {
  color: #28a745 !important;
}
.msg-no-delivery {
  font-weight: 700;
  margin-top: 15px;
}
.profile-actions-shipping {
  bottom: 0;
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 15px;
  position: relative;
}
.profile-actions-shipping-cart {
  display: flex;
  justify-content: flex-end;
  margin-top: 0;
  position: relative;
}
.profile-actions-shipping a {
  align-items: center;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  padding: 5px;
}
.profile-actions-shipping a:hover {
  color: var(--mds-color-main) !important;
}
.text-shipping-address {
  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
}
.p-cart-shop {
  align-items: center;
  display: flex;
  margin-bottom: 15px;
}
.cart-shipping-loader {
  display: none;
  float: left;
  margin-bottom: 45px;
  margin-top: 45px;
  text-align: left;
}
.cart-shipping-loader .spinner {
  float: left;
}
.cart-shipping-loader .spinner > div {
  background-color: #aaa;
}
.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover {
  background-color: #f5f5f5 !important;
  text-decoration: none;
}
.profile-buttons {
  line-height: 34px;
  margin-top: 10px;
  text-align: right;
}
.profile-buttons .buttons {
  float: left;
  margin-right: 30px;
}
.profile-buttons .buttons button {
  margin: 0 10px 0 0;
}
.profile-buttons .social {
  float: left;
}
.profile-buttons .social label {
  float: left;
  font-weight: 700;
  margin: 0 10px 0 0;
}
.profile-buttons .social ul {
  float: left;
  margin: 0;
  padding: 0;
}
.profile-buttons .social ul li {
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 5px;
}
.profile-buttons .social ul li:first-child {
  margin-left: 0;
}
.profile-buttons .social ul li a {
  align-items: center;
  border: 1px solid #d8d8d8;
  border-radius: 100%;
  color: #777;
  display: flex;
  font-size: 16px;
  height: 38px;
  justify-content: center;
  width: 38px;
}
.profile-buttons .social ul li a:hover {
  color: #fff;
}
.sidebar-tabs {
  margin-bottom: 30px;
}
.sidebar-tabs .nav .nav-item {
  margin-bottom: 2px;
  text-align: left;
  width: 100%;
}
.sidebar-tabs .nav .nav-item .nav-link {
  align-items: center;
  border-radius: 0.188rem;
  color: #222;
  display: flex;
  padding: 12px 15px;
}
.sidebar-tabs .nav .nav-item .nav-link i {
  margin-right: 8px;
}
.sidebar-tabs .nav .nav-item .nav-link .count {
  float: right;
}
.sidebar-tabs .nav .active .nav-link,
.sidebar-tabs .nav .nav-link:hover {
  background-color: #f3f4f6;
}
.sidebar-tabs .nav .nav-link .icon {
  display: inline-block;
  min-width: 36px;
}
.nav-tabs-profile {
  margin-bottom: 30px;
}
.link-abuse-report {
  font-size: 13px;
  text-decoration: underline !important;
}
.link-abuse-report:hover {
  color: #222 !important;
}
.link-abuse-report-button {
  text-decoration: none !important;
}
.modal-report-abuse .modal-title {
  color: #222 !important;
}
.modal-report-abuse .form-group label {
  color: #222 !important;
  font-weight: 600 !important;
}
.modal-report-abuse textarea {
  box-shadow: none !important;
}
.sidebar-tabs-content {
  min-height: 340px;
}
.sidebar-tabs-content .select2 .select2-selection {
  height: 46px !important;
  padding: 10px 16px !important;
}
.sidebar-tabs-content .select2 .select2-selection__rendered {
  padding-left: 4px !important;
}
.edit-profile-cover-image {
  background: #f9f9f9;
  border-radius: 0;
  display: block;
  height: 180px;
  margin-bottom: 15px;
  width: 100%;
}
.edit-profile-cover-image .icon-image {
  bottom: 0;
  color: #dcdcdc;
  font-size: 52px;
  height: 54px;
  left: 0;
  line-height: 52px;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 54px;
}
.btn-resend-email {
  background-color: transparent;
  margin: 0;
  padding: 0;
}
.follower-item {
  margin-bottom: 30px;
}
.follower-item,
.follower-item .img-profile {
  display: block;
  float: left;
  position: relative;
  width: 100%;
}
.follower-item .img-profile {
  border-radius: 100%;
}
.follower-item .username {
  display: block;
  float: left;
  font-weight: 600;
  margin-top: 5px;
  position: relative;
  text-align: center;
  width: 100%;
  word-wrap: break-word;
}
.form-avatar {
  border-radius: 0.1875rem;
  height: 180px;
  width: 180px;
}
.btn-order-download-container {
  margin-top: 15px;
  min-height: 100px;
}
.btn-order-download-container button {
  min-width: 230px;
}
.digital-download-dropdown-menu {
  border-radius: 0.188rem;
  margin-top: 5px;
  width: 100%;
}
.digital-download-dropdown-menu .dropdown-item {
  padding: 0.4rem 1.5rem;
}
.filter-profile-categories .active {
  font-weight: 600 !important;
}
.chat {
  border-radius: 7px;
  box-shadow: 0 0 2px 0 rgba(145, 158, 171, 0.3),
    0 12px 24px -4px rgba(145, 158, 171, 0.12);
  color: #273244;
  margin: 0 0 100px !important;
  overflow: hidden;
  transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  width: 100%;
}
.chat-left {
  flex: 0 0 auto;
  padding: 0 !important;
  width: 320px;
}
.chat-right {
  -moz-box-flex: 1;
  flex-grow: 1;
  padding: 0 !important;
}
.chat-left-inner {
  border-right: 1px solid;
  border-color: #e5eaef;
  color: #273244;
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  outline: 0;
  position: relative;
  top: 0;
  transition: box-shadow 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
.chat .chat-user {
  display: flex;
  -moz-box-align: center;
  align-items: center;
  padding: 24px;
}
.chat .chat-user .flex-item {
  font-size: 14px;
  font-weight: 600;
  position: relative;
}
.chat .chat-user .user-img {
  margin-right: 10px;
  overflow: hidden;
  position: relative;
}
.chat .chat-user .user-img,
.chat .chat-user .user-img img {
  border-radius: 50%;
  height: 54px;
  width: 54px;
}
.chat .chat-badge-online {
  background-color: #85cc84;
  border-radius: 50%;
  display: block;
  height: 12px;
  width: 12px;
}
.chat .chat-user .chat-badge-online {
  bottom: 5px;
  position: absolute;
  right: 10px;
}
.chat-left .chat-search {
  border-radius: 7px;
  padding: 8px 24px;
  position: relative;
}
.chat-left .chat-search input {
  border-color: #dee4ee;
  border-radius: 6px;
  color: #273244;
  height: 38px;
  padding: 8px 14px;
}
.chat-left .chat-search i {
  color: #273244;
  pointer-events: none;
  position: absolute;
  right: 10px;
  top: 8px;
}
.chat-left .text-recent-chats {
  font-size: 13px;
  padding: 8px 24px;
}
.chat-left .chat-contacts-container {
  height: 500px;
  overflow-x: hidden;
  position: relative;
}
.chat-left .chat-contacts {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.chat-left .chat-contacts .item {
  max-width: 100%;
  overflow: hidden;
}
.chat-left .chat-contacts .item .chat-contact {
  align-items: start;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 4px;
  padding: 8px 24px;
  user-select: none;
}
.chat-left .chat-contacts .item .chat-contact.active,
.chat-left .chat-contacts .item .chat-contact:hover {
  background-color: #f4f7fa;
}
.chat-left .chat-contacts .item .flex-item {
  flex-shrink: 0;
  position: relative;
}
.chat-left .chat-contacts .item .flex-item-center {
  flex: 1 1 auto;
  min-width: 0;
}
.chat-left .chat-contacts .item .item-img {
  height: 48px;
  margin-right: 15px;
  overflow: hidden;
  width: 48px;
}
.chat-left .chat-contacts .item img {
  border-radius: 50%;
  height: 48px;
  width: 48px;
}
.chat-left .chat-contacts .item .username {
  color: #273244;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}
.chat-left .chat-contacts .item .subject {
  color: #273244;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chat-left .chat-contacts .item .time {
  color: #758092;
  font-size: 10px;
  letter-spacing: 0;
}
.chat-left .chat-contacts .item .badge {
  align-items: center;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  margin-bottom: 0;
  min-height: 22px;
  min-width: 22px;
  padding: 0.4em 0.6em;
}
.chat-left .chat-contacts .item .active .badge {
  display: none;
}
.chat-right .chat-header {
  border-bottom: 1px solid #e5eaef;
  display: block;
  padding: 24px;
}
.chat-right .chat-header .chat-user {
  align-items: center;
  padding: 0;
}
.chat-right .chat-header .chat-user .flex-item-center {
  flex: 1 1 auto;
  min-width: 0;
}
.chat-right .chat-header .chat-user .p-last-seen {
  margin-bottom: 0;
}
.chat-right .chat-header .chat-user .p-last-seen .last-seen {
  color: #273244;
  font-weight: 400;
}
.chat-right .chat-header .chat-user .p-last-seen .last-seen i {
  font-size: 11px;
  margin-right: 2px;
}
.chat-right .chat-header .chat-user .btn-chat-delete {
  background-color: #f4f7fa;
  border-radius: 6px;
}
.chat-header .topic {
  align-items: center;
  display: flex;
  margin-bottom: 0 !important;
  margin-left: 64px;
}
.chat-header .topic a:hover {
  text-decoration: underline;
}
.chat .chat-content {
  display: flex;
  height: 600px;
  padding-bottom: 94px;
  position: relative;
  width: 100%;
}
.chat .chat-content .messages {
  display: flex;
  height: 100%;
  padding: 15px 0;
  width: 100%;
}
.chat .chat-content .messages-inner {
  display: block;
  height: 100%;
  overflow-x: hidden;
  padding: 0 24px;
  width: 100%;
}
.chat .chat-content .messages .message {
  display: flex;
  justify-content: start;
  margin-bottom: 20px;
}
.chat .chat-content .messages .message .item-user {
  flex-shrink: 0 !important;
  width: 55px;
}
.chat .chat-content .messages .message .user-img {
  border-radius: 50%;
  height: 40px;
  overflow: hidden;
  width: 40px;
}
.chat .chat-content .messages .message .user-img img {
  border-radius: 50%;
  height: 40px;
  width: 40px;
}
.chat .chat-content .messages .message .message-text {
  background-color: #f0f4f8;
  border-radius: 6px 6px 6px 0;
  font-size: 14px;
  font-weight: 400;
  max-width: 400px;
  padding: 10px;
}
.chat .chat-content .messages .message .time {
  height: 22px;
  min-width: 50px;
  position: relative;
}
.chat .chat-content .messages .message .time span {
  bottom: 0;
  color: #758092;
  font-size: 12px;
  left: 0;
  letter-spacing: 0;
  position: absolute;
  white-space: nowrap;
}
.chat .chat-content .messages .message-right {
  justify-content: end;
  text-align: right;
}
.chat .chat-content .messages .message-right .message-text {
  background-color: #4361ee;
  border-radius: 6px 6px 0 6px;
  color: #fff;
  text-align: left;
}
.chat .chat-content .messages .message-right .item-user {
  display: flex;
  justify-content: end;
}
.chat .chat-content .messages .message-right .time span {
  left: auto;
  right: 0;
}
.chat .chat-content .chat-input {
  border-top: 1px solid #e5eaef;
  bottom: 0;
  height: 94px;
  padding: 24px;
  position: absolute;
  width: 100%;
}
.chat .chat-content .chat-input input {
  background-color: #f4f7fa;
  background-image: none !important;
  border: 0 !important;
  border-radius: 20px;
  height: 46px;
  padding: 10px 48px 10px 24px;
}
.chat .chat-content .chat-input .btn {
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 10px 12px;
  position: absolute;
  right: 30px;
  top: 25px;
}
.chat-empty .chat-header {
  border-bottom: 0;
  min-height: 124px;
}
.select-chat-container {
  display: block;
  padding-top: 60px;
  position: absolute;
  text-align: center;
  width: 100%;
}
.select-chat-container label {
  background-color: #f4f7fa;
  border-radius: 30px;
  color: #545f71;
  font-size: 16px;
  font-weight: 400;
  padding: 18px 40px;
}
.btn-open-chat-contacts {
  align-items: center;
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  display: flex;
  display: none;
  left: 0;
  padding: 5px;
  position: absolute;
}
.btn-open-chat-contacts svg {
  height: 28px;
  width: 28px;
}
.chat input::placeholder {
  color: #a5a9b1 !important;
}
.chat input::-webkit-input-placeholder {
  color: #a5a9b1 !important;
}
.chat input::-moz-placeholder {
  color: #a5a9b1 !important;
}
.chat input:-ms-input-placeholder {
  color: #a5a9b1 !important;
}
.swiper-carousel-brand {
  border: 1px solid #eee;
  display: flex;
}
.swiper-carousel-brand .brand-item {
  align-items: center;
  border-right: 1px solid #eee;
  cursor: pointer;
  display: flex !important;
  height: 100px;
  justify-content: center;
  padding: 24px;
}
.swiper-carousel-brand .brand-item .item {
  aspect-ratio: 112/52;
  display: flex;
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.swiper-carousel-brand .brand-item img {
  display: block;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.blog-post-title {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
  margin-top: 15px;
  overflow-wrap: break-word;
}
.blog-item-small .blog-post-title,
.blog-post-title {
  display: block;
  font-weight: 600;
  position: relative;
  text-align: left;
  width: 100%;
}
.blog-item-small .blog-post-title {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 5px;
  margin-top: 10px;
}
.blog-post-meta {
  display: block;
  margin-bottom: 10px;
  position: relative;
  width: 100%;
}
.blog-post-meta a,
.blog-post-meta span {
  color: #5a5a5a;
  display: inline-block !important;
  font-size: 12px;
  line-height: 24px;
  margin-right: 10px;
}
.blog-post-meta a i,
.blog-post-meta span i {
  margin-right: 8px;
}
.blog-post-description {
  color: #5a5a5a;
  display: block;
  line-height: 24px;
  overflow-wrap: break-word;
  position: relative;
  width: 100%;
}
.swiper-carousel-blog {
  height: 400px;
  max-width: 100%;
  overflow: hidden;
  transition: opacity 0.6s ease-in-out;
  width: 100%;
}
.swiper-carousel-blog .blog-item {
  outline: none !important;
}
.swiper-carousel-blog .blog-item-img {
  aspect-ratio: 1.5;
  display: block;
  width: 100%;
}
.swiper-carousel-blog .blog-item-img img {
  display: block;
  width: 100%;
}
.blog-content {
  float: left;
}
.blog-content,
.blog-content .blog-item {
  display: block;
  position: relative;
  width: 100%;
}
.blog-content .blog-item {
  margin-bottom: 60px;
}
.blog-content .blog-item-small {
  margin-bottom: 15px;
}
.blog-content .blog-item-small .blog-item-img {
  aspect-ratio: 1.5;
  display: block;
  width: 100%;
}
.blog-item .blog-item-img a {
  display: block;
}
.blog-content .blog-item-small .blog-item-img a img {
  width: 100%;
}
.blog-content .blog-item a {
  display: block;
  overflow-wrap: break-word;
}
.blog-sidebar,
.blog-sidebar .blog-sidebar-widget {
  display: block;
  float: left;
  position: relative;
  width: 100%;
}
.blog-sidebar .blog-sidebar-widget {
  margin-bottom: 45px;
}
.blog-sidebar .blog-sidebar-widget .title {
  border-bottom: 2px solid #222;
  display: block;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 15px;
  position: relative;
  width: 100%;
}
.blog-content .blog-categories {
  display: block;
  float: left;
  margin: 15px 0 30px;
  padding: 0;
  text-align: center;
  width: 100%;
}
.blog-content .blog-categories li {
  display: inline-block;
  list-style: none;
  margin-bottom: 15px;
  margin-right: 15px;
}
.blog-content .blog-categories li a {
  background-color: #f3f3f3;
  border-radius: 3px;
  color: #505050;
  display: inline-block;
  padding: 10px 16px;
}
.blog-content .blog-categories .active a {
  color: #fff;
}
.blog-content .post-content {
  display: block;
  float: left;
  position: relative;
  width: 100%;
}
.blog-content .post-content .title {
  font-size: 32px;
  font-weight: 600;
  line-height: 42px;
  margin-bottom: 15px;
  overflow-wrap: break-word;
}
.blog-content .post-content .blog-post-meta {
  margin-bottom: 0;
}
.blog-content .post-content .post-image {
  margin: 15px 0;
  text-align: center;
}
.blog-content .post-content .post-text {
  font-size: 15px;
  line-height: 28px;
  overflow-wrap: break-word;
}
.blog-content .post-content .post-text img {
  display: block;
  height: auto !important;
  max-width: 100% !important;
}
.post-content .post-share {
  float: left;
  margin-bottom: 20px;
  margin-top: 20px;
  width: 100%;
}
.post-content .post-share .title {
  display: inline-block;
  float: left;
  font-size: 16px;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 15px;
  margin-right: 15px;
  padding-bottom: 10px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
}
.post-content .post-share .btn-share {
  color: #fff;
  font-size: 13px;
  margin-bottom: 7px;
  margin-right: 5px;
}
.post-content .post-share .btn-share i {
  font-size: 0.875rem;
  margin-right: 10px;
}
.post-content .post-share .facebook {
  background-color: #3b5998;
}
.post-content .post-share .gplus {
  background-color: #dd4b39;
}
.post-content .post-share .twitter {
  background-color: #000;
}
.post-content .post-share .pinterest {
  background-color: #cc2127;
}
.post-content .post-share .linkedin {
  background-color: #0077b5;
}
.post-content .post-share .whatsapp {
  background: #2cb742;
}
.post-content .related-posts {
  margin-bottom: 30px;
}
.blog-section-title {
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 25px;
  padding-bottom: 10px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
}
.blog-section-title:after {
  background: #222;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 80px;
}
.blog-content .post-content .related-posts .blog-post-meta {
  margin-bottom: 10px;
  text-align: left;
}
.blog-content .latest-posts {
  margin-bottom: 45px;
}
.blog-content .blog-tags,
.blog-content .latest-posts {
  display: block;
  float: left;
  width: 100%;
}
.blog-content .blog-tags ul {
  margin: 0;
  padding: 0;
}
.blog-content .blog-tags ul li {
  float: left;
  list-style: none;
  margin-bottom: 8px;
  margin-right: 8px;
}
.blog-content .blog-tags ul li a {
  background-color: #f2f2f2;
  border-radius: 3px;
  color: #888;
  display: block;
  padding: 6px 14px;
}
.blog-content .blog-tags ul li a:hover {
  background-color: var(--mds-color-main);
  color: #fff;
}
.blog-content .post-tags ul {
  float: left;
  margin: 0;
  padding: 0;
}
.blog-content .post-tags ul li {
  float: left;
  list-style: none;
  margin-bottom: 8px;
  margin-right: 8px;
}
.blog-content .post-tags ul li a {
  background-color: #f2f2f2;
  border-radius: 3px;
  color: #888;
  display: block;
  padding: 6px 14px;
}
.blog-content .post-tags ul li a:hover {
  background-color: var(--mds-color-main);
  color: #fff;
}
.blog-comments-section {
  display: block;
  float: left;
  position: relative;
  width: 100%;
}
.blog-comments-section .nav-tabs {
  border-bottom: 2px solid #dee2e6;
}
.blog-comments-section .nav-tabs .nav-item .nav-link {
  border: 0;
  border-bottom: 2px solid transparent;
  font-weight: 600;
  line-height: 24px;
  padding: 10px 30px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
}
.blog-comments-section .nav-tabs .nav-item .show .nav-link,
.blog-comments-section .nav-tabs .nav-link.active {
  border: 0;
  border-bottom: 2px solid #222;
}
.blog-comments-section .tab-content .tab-pane {
  padding: 30px 0;
}
.blog-comments {
  margin: 30px 0 0;
  padding: 0;
}
.blog-comments li {
  display: table;
  list-style: none;
  margin-bottom: 30px;
  width: 100%;
}
.blog-comments li .left {
  display: table-cell;
  height: auto;
  text-align: left;
  vertical-align: top;
  width: 65px;
}
.blog-comments li .left img {
  border-radius: 100%;
  height: 50px;
  width: 50px;
}
.blog-comments li .right {
  display: table-cell;
  vertical-align: top;
}
.blog-comments li .right p {
  margin-bottom: 5px;
}
.blog-comments li .right .username {
  font-weight: 600;
}
.blog-comments li .right .comment {
  color: #555;
}
.blog-comments li .right .date {
  color: #848484;
  font-size: 12px;
}
.blog-comments li .right .button-link {
  color: #848484 !important;
  font-size: 12px;
  margin-left: 10px;
}
.blog-comments-section .form-textarea {
  min-height: 80px;
}
.page-title {
  display: block;
  font-size: 26px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 30px;
  margin-top: 0;
}
.btn-load-more,
.page-title-product {
  font-weight: 600;
  text-align: center;
}
.btn-load-more {
  background: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 0;
  color: #222;
  cursor: pointer;
  display: block;
  line-height: 20px;
  margin: 0 auto 15px;
  max-width: 100%;
  padding: 14px 10px;
  transition: all 0.25s ease 0s;
  width: 100%;
}
.btn-load-more-product {
  margin-top: 5px;
  max-width: 100%;
  width: 300px;
}
.page-contact {
  min-height: 550px;
}
.page-contact .contact-leave-message {
  font-size: 24px;
}
.page-contact .contact-text {
  line-height: 24px;
  margin-bottom: 45px;
}
.page-contact .contact-item {
  display: block;
  margin-bottom: 10px;
}
.page-contact .contact-item i {
  color: #777;
  display: inline-block;
  text-align: left;
  width: 40px;
}
.page-contact .ctd {
  display: none !important;
}
.contact-social {
  margin-top: 45px;
}
.contact-social ul {
  margin: 0;
  padding: 0;
}
.contact-social ul li {
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 5px;
}
.contact-social ul li a {
  align-items: center;
  border: 1px solid #d8d8d8;
  border-radius: 100%;
  color: #777;
  display: flex;
  font-size: 16px;
  height: 42px;
  justify-content: center;
  width: 42px;
}
.contact-social ul li a:hover {
  color: #fff;
}
.support {
  min-height: 800px;
}
.support .page-title {
  font-weight: 600;
  margin-bottom: 40px;
  text-align: center;
}
.support .main-title {
  font-size: 32px;
}
.support .page-title strong {
  font-weight: 600;
}
.a-box-support {
  display: block;
  text-align: center;
}
.support table tr:hover {
  background-color: #f4f4f4;
}
.box-support {
  border: 1px solid #e0e0e0;
  margin-bottom: 30px;
  padding: 30px;
  text-align: center;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  width: 100%;
}
.box-support .title {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 5px;
}
.box-support span {
  color: #aaa;
  display: block;
  font-size: 14px;
  width: 100%;
}
.box-support:hover {
  box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.1) !important;
}
.support .need-more-help {
  margin-top: 150px;
  text-align: center;
}
.support .need-more-help .title {
  display: block;
  font-size: 22px;
  font-weight: 700;
}
.support .need-more-help span {
  display: block;
  font-size: 14px;
}
.support .need-more-help a {
  margin-top: 30px;
}
.support .title-category {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 30px;
}
.ul-support-articles {
  border-right: 1px solid #eee;
  margin: 0 !important;
  padding: 0 10px 0 0 !important;
}
.ul-support-articles li {
  display: block;
  list-style: none;
  margin-bottom: 5px;
}
.ul-support-articles li a {
  border-bottom: 2px solid transparent;
  display: block;
  font-size: 14px;
  padding: 10px 15px;
}
.ul-support-articles .active a {
  background-color: #222;
  border-radius: 0;
  color: #fff;
}
.support .article-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 30px;
}
.support .article-content {
  font-size: 15px;
  line-height: 30px;
}
.support .article-content img {
  height: auto;
  max-width: 100%;
}
.all-help-topics {
  display: block;
  margin-bottom: 15px;
  width: 100%;
}
.all-help-topics i {
  margin-right: 3px;
}
.help-center-collapse {
  border: 0 !important;
  display: none;
  margin-bottom: 30px;
}
.help-center-collapse .collapse-title {
  border: 1px solid rgba(0, 0, 0, 0.08);
  display: block;
  padding: 15px;
  width: 100%;
}
.help-center-collapse .ul-support-articles {
  border: 0 !important;
  padding: 0 !important;
}
.help-center-collapse .ul-support-articles li a {
  border-radius: 0;
  margin-top: 8px;
}
.need-more-help-article {
  border-top: 1px solid #eee;
  padding: 60px 0;
  text-align: left !important;
}
.submit-ticket-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  text-align: left;
}
.ticket-container {
  background-color: #fff;
  border: 1px solid #f9f9f9;
  padding: 30px;
}
.ticket-container .ticket-header {
  margin-bottom: 60px;
}
.ticket-container .ticket-header p {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 4px;
}
.row-ticket-details {
  border-bottom: 2px solid #eee;
  margin-top: 15px;
  padding-bottom: 15px;
}
.row-ticket-details strong {
  display: block;
  margin-bottom: 5px;
  width: 100%;
}
.ticket-content {
  padding-top: 0;
}
.ticket-content .media {
  margin-top: 60px;
  position: relative;
}
.ticket-content .media .media-body {
  background-color: #f9fbfc !important;
  border: 1px solid #f1f2f2;
  border-radius: 0;
  padding: 15px;
  position: relative;
}
.ticket-content .media .refund-media-body {
  background-color: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
}
.ticket-content .media .media-body .title {
  font-weight: 700;
}
.ticket-content-reset .media .media-body * {
  background-color: #f9fbfc !important;
}
.ticket-content .media .media-body .message {
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  line-height: 26px;
}
.ticket-content .media .media-body .message p {
  line-height: 26px !important;
}
.ticket-content .media .img-profile {
  border-radius: 50%;
  height: 48px;
  margin-right: 15px;
  width: 48px;
}
.ticket-content .media .title {
  font-size: 14px !important;
}
.ticket-content .media .date {
  font-size: 12px;
  position: absolute;
  right: 20px;
  top: 20px;
}
.ticket-content .ticket-body p {
  margin-bottom: 0 !important;
}
.new-ticket-content-reply {
  padding-bottom: 0 !important;
}
.reply-editor {
  margin-top: 30px;
  padding-bottom: 30px;
}
.support .search-container {
  margin-bottom: 120px;
}
.support .search {
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  width: 800px;
}
.support .search input {
  border-radius: 30px;
  min-height: 50px;
}
.support .search button {
  background-color: transparent !important;
  border: 0 !important;
  color: #777;
  font-size: 18px;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  right: 14px;
  top: 10px;
}
.form-group-avatar img {
  border-radius: 3px;
  height: 160px;
  width: 160px;
}
.support .page-title-ticket {
  display: inline-block;
  float: left;
  margin-bottom: 0 !important;
}
.support .dm-btn-select-files {
  bottom: 0;
  left: 0;
  position: absolute !important;
  right: 0;
  top: 0;
}
.support .btn-file-upload {
  color: #fff !important;
  font-size: 13px !important;
  overflow: hidden !important;
  padding: 4px 16px !important;
  position: relative;
}
.support .dm-uploader input[type="file"] {
  bottom: 0 !important;
  left: 0 !important;
  position: absolute !important;
  right: 0 !important;
  top: 0 !important;
}
.support .dm-btn-select-files input {
  background-color: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}
.support .dm-upload-text {
  color: #555 !important;
  font-size: 14px;
  margin-bottom: 0 !important;
}
.support .dm-uploader {
  border: 1px dashed #d8d9db;
}
.support .dm-uploaded-files {
  display: block;
  float: left;
  margin: 0;
  padding: 0 0 15px;
  position: relative;
  width: 100%;
}
.support .dm-uploaded-files .media {
  height: 20px !important;
  width: 100% !important;
}
.support .uploaded-files .item {
  display: block;
  margin-bottom: 4px;
  width: 100%;
}
.support .uploaded-files .item .item-inner {
  background-color: #f0f0f0;
  border-radius: 3px;
  display: inline-block;
  line-height: 20px;
  padding: 4px 12px;
}
.support .uploaded-files .item .item-inner a {
  color: #999 !important;
  font-weight: 500 !important;
  margin-left: 10px;
  position: relative;
}
.support .uploaded-files .item .item-inner a:hover i {
  color: #333 !important;
}
.support .uploaded-files .item .item-inner a i {
  position: relative;
}
.support .dm-uploaded-files li .media-body .progress {
  background-color: transparent;
  border-radius: 0 !important;
  color: transparent !important;
  font-size: 11px !important;
  font-weight: 600;
  height: 4px;
  margin-bottom: 0 !important;
}
.support .dm-progress-waiting {
  display: none;
}
.support .dm-uploaded-files li .media-body .progress .progress-bar {
  color: transparent !important;
}
.support .ticket-content .ticket-attachments {
  display: block;
  float: left;
  margin-top: 30px;
  width: 100%;
}
.support .ticket-content .ticket-attachments p {
  margin-bottom: 5px !important;
}
.support .ticket-content .ticket-attachments p button {
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: #107ef4;
  padding: 0 !important;
}
.support .ticket-content .ticket-attachments p button:hover span {
  text-decoration: underline;
}
.support-search-results {
  display: block;
  margin: 0;
  padding: 0;
}
.support-search-results li {
  border-bottom: 1px solid #eee;
  list-style: none;
  padding: 30px 0;
}
.support-search-results li .title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
.support-search-results li .category a {
  color: #6c757d !important;
  font-size: 13px;
  font-weight: 600;
}
.support .number-of-results {
  color: #888;
  display: block;
  font-size: 13px;
  font-weight: 400 !important;
  margin-top: 5px;
}
.container-products-page {
  margin-bottom: 180px;
}
.container-products-page .load-more-spinner {
  bottom: -70px;
  position: absolute;
}
.category-description {
  color: #333;
  font-weight: 600;
  line-height: 1.8em;
  margin-bottom: 25px;
}
.container-filter-products {
  display: block;
}
.container-filter-products-mobile {
  display: none;
}
.container-filter-products-mobile .btn-filter-products-mobile {
  align-items: center;
  display: flex;
  float: left;
  width: 50%;
}
.container-filter-products-mobile .btn-filter-products-mobile .btn {
  border: 1px solid #ededed;
  border-radius: 0;
  border-right: 0;
  color: #222 !important;
  display: block;
  float: left;
  height: 44px;
  overflow: hidden;
  padding: 10px;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.container-filter-products-mobile .product-sort-by {
  float: left;
  min-width: 0;
  position: relative;
  width: 50%;
}
.container-filter-products-mobile .product-sort-by .dropdown .btn {
  border-radius: 0;
  display: block;
  height: 44px;
  overflow: hidden;
  padding: 10px;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.container-filter-products-mobile .product-sort-by .dropdown .btn svg {
  position: relative;
  top: -1px;
}
.container-filter-products-mobile .btn-filter-products-mobile .btn svg {
  position: relative;
  top: -2px;
}
.product-list-header {
  align-items: start;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  margin-bottom: 20px;
}
.product-list-header .filter-reset-tag-container {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.filter-reset-tag {
  background-color: #eee;
  border-radius: 16px;
  display: table;
  min-height: 38px;
}
.filter-reset-tag .right {
  display: table-cell;
  max-width: 250px;
  min-width: 60px;
  padding: 5px 12px 5px 0;
  vertical-align: middle;
}
.filter-reset-tag .right span {
  display: block;
  font-size: 11px;
  line-height: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.filter-reset-tag .right .reset-tag-title {
  color: #777;
}
.filter-reset-tag .left {
  display: table-cell;
  font-size: 0.875rem;
  position: relative;
  vertical-align: middle;
}
.filter-reset-tag .left button {
  background-color: #fff !important;
  border: 0 !important;
  border-radius: 100%;
  color: #222;
  display: block;
  height: 24px;
  line-height: 24px;
  margin: 0 6px;
  padding: 0 !important;
  position: relative;
  text-align: center;
  width: 24px;
}
.filter-reset-tag .left a i {
  margin: 0 !important;
}
.filter-reset-tag .left a:hover {
  color: #000 !important;
}
.link-reset-filters {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  line-height: 35px;
  white-space: nowrap;
}
.product-sort-by {
  float: right;
  text-align: right;
}
.product-sort-by .dropdown .btn {
  border: 1px solid #e5e5e5;
  border-radius: 3px;
}
.product-sort-by .dropdown .dropdown-menu {
  border: 1px solid #e5e5e5;
  border-radius: 0.188rem;
  margin-top: 5px;
  min-width: 130px;
  width: 100%;
}
.product-sort-by .dropdown .dropdown-menu .dropdown-item {
  color: #222 !important;
  overflow: hidden;
  padding: 0.48rem 1.5rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-sort-by .dropdown .btn:after {
  display: none;
}
.product-filters-container {
  border: 1px solid #e5e5e5;
  border-radius: 6px;
  height: auto;
  max-height: 100vh;
  overflow-y: auto;
  padding: 20px;
}
.product-filters {
  display: block;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.product-filters .filter-item {
  border-bottom: 1px solid #ebecf2;
  display: block;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  width: 100%;
}
.product-filters .filter-item-categories {
  padding-top: 15px;
}
.product-filters .filter-item-categories .filter-custom-scrollbar {
  max-height: 240px !important;
}
.product-filters .filter-item:last-child {
  border-bottom: 0;
}
.product-filters .filter-item .title {
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 15px;
  width: 100%;
}
.product-filters .filter-item .collapse-title {
  display: block;
  width: 100%;
}
.product-filters .filter-item .collapse-title .btn {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0;
  position: relative;
  text-align: left;
  width: 100%;
}
.product-filters .filter-item .collapse-title .btn:after {
  background-repeat: no-repeat;
  background-size: 0.875rem;
  content: "";
  flex-shrink: 0;
  height: 0.75rem;
  margin-left: auto;
  position: absolute;
  right: 0;
  top: 2px;
  transition: transform 0.2s ease-in-out;
  width: 0.75rem;
}
.product-filters .filter-item .collapse-title .btn:after,
.product-filters .filter-item .collapse-title .btn:not(.collapsed):after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23555' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' viewBox='0 0 16 16'%3E%3Cpath d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
}
.product-filters .filter-item .collapse-title .btn:not(.collapsed):after {
  transform: rotate(-180deg);
}
.product-filters .filter-item .filter-list-container {
  position: relative;
  transition: transform 0.05s;
  width: 100%;
}
.product-filters .filter-item .filter-search-input {
  border: 1px solid #ebecf2;
  border-radius: 0;
  display: block;
  font-size: 12px;
  height: 36px;
  margin-top: 15px;
  padding: 5px 10px;
  width: 100%;
}
.product-filters .filter-item .filter-list {
  font-size: 13px;
  margin: 15px 0 0;
  max-height: 280px;
  overflow-y: auto;
  padding: 0 0 10px;
  width: 100%;
}
.product-filters .filter-item .filter-list-categories {
  margin-top: 0;
}
.product-filters .filter-item .filter-list-subcategories {
  margin-top: 0;
  padding-left: 23px;
}
.product-filters .filter-item .filter-list-categories-parent {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
  width: 100%;
}
.product-filters .filter-item .filter-list-categories-parent svg {
  font-size: 18px;
  height: 18px;
  position: relative;
  top: -1px;
  width: 18px;
}
.product-filters .filter-item .filter-list li {
  align-items: center;
  display: flex;
  list-style: none;
  margin-bottom: 4px;
  width: 100%;
}
.product-filters .filter-item .filter-list li a {
  display: block;
  width: 100%;
}
.product-filters .filter-item .filter-list li a:hover {
  text-decoration: underline;
}
.product-filters .filter-item .filter-list-categories li,
.product-filters .filter-item .filter-list-subcategories li {
  margin-bottom: 10px;
}
.product-filters .filter-item .filter-list-categories li a,
.product-filters .filter-item .filter-list-subcategories li a {
  font-size: 14px;
  line-height: 20px;
}
.product-filters .filter-item .filter-list-subcategories li a:hover {
  text-decoration: underline;
}
.product-filters .filter-item .filter-list-subcategories li .active {
  font-weight: 600;
}
.product-filters .filter-item .filter-list li a label {
  cursor: pointer;
  margin: 0 !important;
}
.product-filters .filter-item .filter-list li a .custom-checkbox label {
  font-size: 13px;
}
.product-filters .filter-item .filter-list li a .checkbox-list-item-label {
  line-height: 26px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.product-filters .filter-item .filter-custom-scrollbar {
  max-height: 222px;
  overflow: hidden;
}
.product-filters .filter-item .subcategory-link {
  display: block;
  margin-bottom: 10px;
  position: relative;
}
.product-filters .row-price-inputs {
  margin-left: -5px;
  margin-right: -5px;
}
.product-filters .row-price-inputs .col-5 {
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
  max-width: 45%;
}
.product-filters .row-price-inputs .col-2 {
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
  max-width: 10%;
}
.product-filters .row-price-inputs .col-price-inputs {
  padding-left: 5px;
  padding-right: 5px;
  text-align: center;
}
.filter-item .btn-filter-product {
  background-color: #f0f0f4;
  color: #333 !important;
  display: block;
  margin-top: 15px;
  width: 100%;
}
.product-list-content {
  display: block;
  min-height: 420px;
  position: relative;
  width: 100%;
}
.filter-item .form-input {
  height: 40px;
  padding: 6px 12px;
}
.filter-item .range-price .form-input {
  padding: 6px 6px 6px 12px;
}
.filter-item .inputs-filter-price {
  align-items: center;
  display: flex;
  gap: 10px;
}
.filter-item .inputs-filter-price .is-invalid {
  background-image: none !important;
}
.product-filters .page-downloads .product-title {
  font-weight: 600;
}
.btn-show-previous-products {
  background-color: #f0f0f4;
  border-radius: 40px;
  color: #333;
  margin-bottom: 15px;
}
.btn-show-previous-products:hover {
  background-color: #dfdfe3;
}
.member-list-item {
  display: table;
  margin-bottom: 60px;
  width: 100%;
}
.member-list-item .left {
  display: table-cell;
  text-align: left;
  vertical-align: top;
  width: 120px;
}
.member-list-item .left img {
  border-radius: 100%;
  height: 100px;
  width: 100px;
}
.member-list-item .right {
  display: table-cell;
  text-align: left;
  vertical-align: top;
}
.member-list-item .right p {
  margin-bottom: 5px;
}
.member-list-item .right .username {
  display: block;
  font-weight: 600;
  width: 100%;
}
.shops-search-container {
  max-width: 100%;
  width: 300px;
}
.shops-search-container .search button {
  background-color: transparent !important;
  border: 0 !important;
  color: #565656;
  font-size: 18px;
  margin: 0 !important;
  padding: 0 !important;
  position: absolute;
  right: 25px;
  top: 8px;
}
.custom-select-shops {
  border-color: #eaebf1;
  color: #565656;
  height: 46px;
  padding: 10px 20px;
}
.coupon-item {
  border: 1px dashed #e3e3e3;
  border-radius: 0;
  margin-bottom: 30px;
  padding: 15px;
  position: relative;
  width: 100%;
}
.coupon-item .coupon-inner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 5px 0;
}
.coupon-item .coupon-img {
  align-items: center;
  border-right: 3px dotted #c1c1c1;
  display: flex;
  justify-content: center;
  min-height: 110px;
  padding-right: 12px;
  width: 130px;
}
.coupon-item .coupon-img img {
  border-radius: 50%;
  height: 92px;
  width: 92px;
}
.coupon-item .content {
  align-items: center;
  display: flex;
  flex-grow: 1;
  min-height: 110px;
  padding-left: 24px;
}
.coupon-item .content .shop-name {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.coupon-item .content .discount {
  display: block;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 2px;
}
.coupon-item .content .discount span {
  font-size: 18px;
  font-weight: 600;
}
.coupon-item .content .date {
  align-items: center;
  color: #28a745;
  display: flex;
  font-size: 12px;
  margin-bottom: 8px;
}
.coupon-item .content .date-expired {
  color: #dc3545 !important;
}
.copy-code-container {
  align-items: center;
  display: flex;
  width: 100%;
}
.copy-code-container .code {
  border: 1px dashed #bfbfbf;
  display: block;
  flex-grow: 1;
  padding: 10px 20px;
  word-break: break-all;
}
.copy-code-container button {
  border-radius: 0;
  cursor: pointer;
  font-size: 13px;
  height: 38px;
  text-transform: uppercase;
}
.coupon-item .coupon-link {
  display: block;
  height: 21px;
}
.coupon-item .coupon-link a {
  font-size: 13px;
  font-weight: 600;
}
.coupon-item .coupon-link a:hover {
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.coupon-item .copy-code-container .code,
.coupon-item .copy-code-container button {
  align-items: center;
  display: flex;
  height: 42px !important;
}
.auth-container {
  justify-content: center;
  min-height: 720px;
  padding-top: 30px;
  width: 100%;
}
.auth-box {
  background: #fff;
  border-radius: 0.3rem;
  margin: 30px auto 0;
  max-width: 100%;
  padding: 30px;
  width: 450px;
}
.auth-box .form-group {
  margin-bottom: 8px;
}
.auth-form-input {
  border: 1px solid #e6e6e6;
  border-radius: 0.188rem;
  box-shadow: none !important;
  box-shadow: none;
  color: #494949;
  font-size: 0.875rem;
  height: 46px;
  line-height: 18px;
  outline: none !important;
  padding: 10px 20px;
}
.auth-box .title {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
}
.btn-social {
  align-items: center;
  border-radius: 0.188rem;
  box-shadow: none !important;
  color: #fff !important;
  display: flex;
  font-size: 0.875rem;
  font-weight: 600 !important;
  line-height: 1.5;
  margin-bottom: 5px;
  outline: 0 !important;
  padding: 10px 20px;
  position: relative;
  text-align: left;
  width: 100%;
}
.btn-social svg {
  margin-right: 15px;
}
.btn-social-facebook {
  background-color: #1877f2;
}
.btn-social-facebook:hover {
  background-color: #0665e0;
}
.btn-social-google {
  background-color: transparent;
  border: 1px solid #dfdee2;
  color: #4a4a4a !important;
}
.btn-social-google:hover {
  background-color: #f1f0f4;
}
.btn-social-vk {
  background-color: #5c81b5;
}
.btn-social-vk:hover {
  background-color: #39679b;
}
.p-social-media {
  color: #777;
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: center;
}
.login-with-mail {
  color: #666;
  margin-top: 15px;
  text-align: center;
}
.p-social-media a {
  color: #666;
}
.login-modal {
  margin: 0 auto;
  max-width: 340px !important;
}
.location-modal {
  max-width: 500px !important;
}
.location-modal .auth-box .title {
  font-size: 22px;
}
.location-modal-estimated-delivery #get_cities_container_filter,
.location-modal-estimated-delivery .location-modal-description {
  display: none !important;
}
.login-modal .auth-box {
  border: 0 !important;
  margin: 0 !important;
  padding: 25px 30px;
  width: auto;
}
.login-modal .auth-box .form-group {
  margin-bottom: 8px;
}
.login-modal .close {
  font-size: 20px;
  opacity: 0.3;
  position: absolute;
  right: 15px;
  top: 15px;
}
.login-modal .alert {
  flex-wrap: wrap !important;
}
.login-modal .alert svg {
  display: none;
}
.link-mobile-alert {
  display: block;
}
.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
  border-color: #d8dade;
}
.section-affiliate {
  font-size: 15px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 90px;
  min-height: 400px;
}
.section-affiliate-main {
  margin-bottom: 60px;
  padding: 60px 0;
}
.section-affiliate-colored {
  background-color: #f4f8fb;
  padding: 90px 0;
}
.section-affiliate .btn-affiliate {
  padding: 0.9rem 3rem;
}
.section-affiliate .main-title {
  color: #222;
  font-size: 42px;
  font-weight: 600;
  line-height: 56px;
  margin: 30px 0 20px;
  text-align: left;
  width: 100%;
}
.section-affiliate .affiliate-description {
  color: #3c3744;
  font-size: 16px;
  margin-bottom: 30px;
  text-align: left;
}
.section-affiliate .title {
  display: block;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 45px;
  margin-top: 0;
  text-align: center;
}
.section-affiliate .affiliate-image {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  padding-left: 30px;
  width: 100%;
}
.section-affiliate .affiliate-image img {
  border-radius: 10px;
}
.section-affiliate .feature-box {
  display: block;
  text-align: center;
}
.section-affiliate .feature-box .icon {
  align-items: center;
  border: 1px solid rgba(0, 171, 136, 0.4);
  border-radius: 50%;
  display: inline-flex;
  height: 100px;
  justify-content: center;
  width: 100px;
}
.section-affiliate .feature-box .icon svg {
  height: 42px;
  width: 42px;
}
.section-affiliate .feature-box .title {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 15px;
  margin-top: 30px;
  width: 100%;
}
.modal-affiliate-link .affiliate-link-exp {
  color: #646464;
  font-size: 14px;
  line-height: 24px;
}
.accordion-box {
  border: 1px solid #ebebeb;
  color: #353535;
  margin-bottom: 20px;
}
.accordion-box .btn {
  color: #222;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  padding: 20px 50px 20px 30px;
  position: relative;
  text-align: left;
  width: 100%;
}
.accordion-box .btn:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 16 16'%3E%3Cpath d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 1rem;
  content: "";
  flex-shrink: 0;
  height: 1rem;
  margin-left: auto;
  position: absolute;
  right: 25px;
  top: 24px;
  transition: transform 0.2s ease-in-out;
  width: 1rem;
}
.accordion-box .btn:not(.collapsed):after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 16 16'%3E%3Cpath d='m2 5 6 6 6-6'/%3E%3C/svg%3E");
  transform: rotate(-180deg);
}
.accordion-box .card {
  border: 0 !important;
  color: #5d5963;
  display: block;
  padding: 0 30px 30px;
  position: relative;
}
.shopping-cart {
  margin-top: 45px;
  min-height: 600px;
}
.shopping-cart .left {
  border-bottom: 1px solid #e5e5e5;
  display: block;
  float: left;
  width: 100%;
}
.shopping-cart .right {
  background-color: #f9f9f9;
  border-radius: 0;
  margin-top: 30px;
  padding: 30px;
}
.shopping-cart .right .line-seperator {
  background-color: #999;
  height: 1px;
  margin: 1.5rem 0;
  width: 100%;
}
.cart-section-title {
  border-bottom: 1px solid #e5e5e5;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  margin: 0 0 30px;
  padding-bottom: 15px;
}
.shopping-cart .item {
  display: table;
  float: left;
  margin-bottom: 30px;
  width: 100%;
}
.shopping-cart .item .cart-item-image {
  display: table-cell;
  vertical-align: top;
  width: 130px;
}
.shopping-cart .item .cart-item-details {
  display: table-cell;
  vertical-align: top;
}
.shopping-cart .item .cart-item-quantity {
  display: table-cell;
  padding-left: 10px;
  vertical-align: top;
  width: 100px;
}
.shopping-cart .number-spinner {
  height: 46px;
  width: 126px;
}
.shopping-cart .number-spinner button {
  background-color: transparent !important;
  height: 46px;
  width: 40px;
}
.shopping-cart .number-spinner input {
  height: 46px;
  padding: 12px 8px !important;
}
.shopping-cart .item .list-item {
  margin-bottom: 5px;
  word-break: break-word;
}
.shopping-cart .item .list-item .product-title {
  font-weight: 600;
}
.shopping-cart .product-variant-info {
  color: #212121;
  font-size: 13px;
  font-weight: 400;
}
.product-variant-info .item {
  margin-bottom: 5px;
}
.product-variant-info .item strong {
  display: inline-block;
  font-weight: 600;
}
.shopping-cart .item .list-item label {
  margin: 0 5px 0 0;
  min-width: 125px;
}
.lbl-enough-quantity {
  color: #ff795c !important;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.shopping-cart .item .seller {
  color: #5d5d5d;
  margin-top: 5px;
}
.shopping-cart .item .seller a {
  color: #5d5d5d;
  font-weight: 600;
}
.shopping-cart .btn-cart-remove {
  margin-top: 10px;
  position: relative;
}
.shopping-cart-shipping .left {
  border-bottom: 0;
  display: block;
  float: left;
  position: relative;
  width: 100%;
}
.shopping-cart-shipping .right {
  border-radius: 3px;
  display: block;
  float: left;
  margin-top: 0;
  width: 100%;
}
.cart-form-billing-address {
  display: none;
  margin-top: 10px;
}
.cart-order-details {
  display: block;
  float: left;
  width: 100%;
}
.cart-order-details .item {
  display: table;
  width: 100%;
}
.cart-order-details .item .item-left {
  width: 80px;
}
.cart-order-details .item .item-left,
.cart-order-details .item .item-right {
  display: table-cell;
  vertical-align: top;
}
.cart-order-details .item .item-right .list-item a {
  font-weight: 600;
}
.cart-shipping-method .custom-control-label {
  display: inline-block;
}
.cart-shipping-method .custom-control-label .method-name {
  display: inline-block;
  font-weight: 400;
  min-width: 200px;
}
.cart-shipping-method .custom-control-label .exp-free-shipping {
  font-weight: 400;
}
.shipping-methods-container {
  display: block;
  position: relative;
  width: 100%;
}
.order-address-box {
  background-color: var(--bg-gray-light);
  border-radius: 0;
  line-height: 26px;
  padding: 30px;
}
.order-address-box .block-title {
  margin-bottom: 15px;
}
.shopping-cart-empty {
  padding: 60px 0;
  text-align: center;
  width: 100%;
}
.shopping-cart-empty p {
  font-size: 16px;
}
.tab-checkout {
  display: block;
  float: left;
  position: relative;
  width: 100%;
}
.tab-checkout .title {
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  margin-bottom: 30px;
}
.tab-checkout-open {
  margin-bottom: 45px;
  margin-top: 30px;
  padding: 0 15px;
}
.tab-checkout-closed {
  background-color: #f9f9f9;
  border-radius: 0;
  margin-bottom: 5px;
  padding: 0 20px;
}
.tab-checkout-closed a {
  display: inline-block;
}
.tab-checkout-closed .title {
  height: 80px;
  line-height: 80px;
  margin-bottom: 0;
  margin-right: 20px;
}
.tab-checkout-closed .edit-link {
  display: inline-block;
}
.tab-checkout-closed-bordered {
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  padding: 35px 20px;
}
.tab-checkout-closed-bordered .title {
  margin: 0;
}
.cart-seller-shipping-options {
  margin-bottom: 30px;
}
.cart-options-list .option-card {
  align-items: center;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  margin-bottom: 10px;
  min-height: 64px;
  padding: 15px;
  transition: border-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.cart-options-list .option-card:hover {
  border-color: #c4c4c4;
}
.cart-options-list .option-card.is-selected {
  border-color: var(--mds-color-main);
}
.cart-options-list .option-details {
  flex-grow: 1;
  padding-left: 15px;
}
.cart-options-list .option-details .method-name {
  color: #333;
  font-weight: 600;
}
.cart-options-list .option-details .method-desc {
  color: #777;
  font-size: 13px;
}
.cart-options-list .option-cost {
  color: #333;
  font-size: 15px;
  font-weight: 700;
}
.cart-options-list .payment-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: end;
}
.cart-options-list .payment-logos img {
  height: 20px;
  margin-bottom: 5px;
  width: auto;
}
.cart-discount-coupon {
  align-items: center;
  display: flex;
  font-size: 13px;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.cart-discount-coupon input {
  height: 40px;
}
.cart-discount-coupon .btn {
  min-height: 38px;
  white-space: nowrap;
}
.cart-coupon-error {
  margin-top: 10px;
}
.cart-coupon-error .form-group p {
  list-style: none !important;
}
.page-confirm {
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  padding-top: 120px;
  text-align: center;
  width: 450px;
}
.page-confirm .p-order-number {
  font-size: 18px;
  font-weight: 700;
}
.page-confirm .p-complete-payment {
  margin-top: 60px;
  text-align: center;
}
.page-confirm .bank-account-container {
  text-align: center;
}
.page-confirm .title {
  font-size: 18px;
  line-height: 24px;
}
.p-transaction-number {
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 30px;
  text-align: center;
}
.p-transaction-number span {
  border: 1px solid #e5e5e5;
  padding: 15px 25px;
}
.p-complete-payment {
  font-size: 14px;
}
.payment-button-cnt {
  margin: 0 auto;
  max-width: 100% !important;
  position: relative;
  text-align: center;
  width: 620px !important;
  z-index: 1;
}
#payment-button-container {
  padding-top: 30px;
  text-align: center;
  visibility: hidden;
}
.bank-account-container {
  text-align: left;
}
.link-return-cart {
  line-height: 40px;
}
.stripe-checkout input {
  background: #fff;
  border: 0;
  color: #32325d !important;
  line-height: 1.5;
  position: relative;
  width: 100%;
}
.stripe-checkout .input-card-element,
.stripe-checkout input {
  border: 1px solid #e0e6ec !important;
  height: 46px;
  padding: 4px 12px !important;
}
.stripe-checkout .btn {
  background: #666ee8;
  border: 0;
  border-radius: 0.188rem;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  color: #fff;
  cursor: pointer;
  display: block;
  font-weight: 600;
  height: 46px;
  outline: none;
  padding: 11px;
  transition: all 0.15s ease;
  width: 100%;
}
.stripe-checkout .payment-icons img {
  margin-right: 8px;
}
.stripe-checkout .btn .spinner-border {
  display: none;
  position: relative;
  top: -1px;
}
.stripe-checkout input::placeholder {
  color: #9191a8 !important;
}
.stripe-checkout input::-webkit-input-placeholder {
  color: #9191a8 !important;
}
.stripe-checkout input::-moz-placeholder {
  color: #9191a8 !important;
}
.stripe-checkout input:-ms-input-placeholder {
  color: #9191a8 !important;
}
.card-element-invalid {
  border: 0.1rem solid rgba(220, 53, 69, 0.4) !important;
}
.custom-stripe-button {
  background-image: -webkit-linear-gradient(#28a0e5, #0670ad) !important;
  background-image: -moz-linear-gradient(#28a0e5, #0670ad) !important;
  background-image: -ms-linear-gradient(#28a0e5, #0670ad) !important;
  background-image: -o-linear-gradient(#28a0e5, #0670ad) !important;
  background-image: linear-gradient(#28a0e5, #0670ad) !important;
  -webkit-font-smoothing: antialiased;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  text-decoration: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  color: #fff !important;
  cursor: pointer;
  font-weight: 600;
  max-width: 100% !important;
  min-width: 200px;
  padding: 0.64rem 2.8rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.payment-icons-container {
  margin-bottom: 30px;
  text-align: center;
}
.payment-icons-container .payment-icons img {
  margin-bottom: 5px;
  margin-right: 15px;
}
.btn-payment {
  align-items: center;
  border-radius: 4px;
  color: #fff !important;
  display: inline-flex;
  font-size: 15px;
  font-weight: 600;
  height: 52px;
  justify-content: center;
  max-width: 100%;
  padding: 5px 40px;
  width: 480px;
}
.order-list-item {
  border: 1px solid #e9eaec;
  border-radius: 6px;
  margin-bottom: 15px;
  padding: 20px;
}
.order-list-item .product .ratio-product-box {
  width: 100px;
}
.order-list-item .product .flex-item {
  margin-right: 15px;
}
.order-list-item .product .flex-item .ratio-product-box img {
  display: block;
  height: 100%;
  margin: 0 auto;
  object-fit: cover;
  position: relative;
  width: auto;
}
.order-list-item .product .flex-item .title {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.order-list-item .product .flex-item .user a {
  color: #888 !important;
  font-weight: 600;
}
.order-list-item .col-buttons .btn {
  justify-content: center;
  width: 100%;
}
.span-product-dtl-table {
  display: block;
  float: left;
  min-width: 110px;
}
.order-details-container .order-head {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
.order-details-container .order-head .row-title {
  margin-bottom: 0 !important;
}
.order-details-container .order-head .title {
  border-bottom: 1px solid #e5e5e5;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
.order-details-container .order-row-item {
  margin-bottom: 10px;
}
.order-details-container .order-total {
  background-color: var(--bg-gray-light);
  float: right;
  max-width: 100%;
  padding: 20px;
  width: 460px;
}
.order-details-container .row {
  margin-bottom: 15px;
}
.order-details-container .row-seperator {
  border-top: 1px solid #dee2e6;
}
.order-details-container .order-total .col-left {
  font-weight: 600;
}
.order-details-container .order-total .col-right {
  text-align: right;
}
.order-details-container .product-variant-info .item {
  font-weight: 600;
}
.order-details-container .product-variant-info strong {
  font-weight: 400;
  min-width: 70px;
}
.order-details-container .shipping-container {
  margin-top: 30px;
}
.order-details-container .block-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  margin-bottom: 15px;
}
.order-details-container .shipping-container .shipping-row-item {
  font-size: 13px;
  margin-bottom: 3px;
}
.order-details-container .tr-shipping td {
  padding-bottom: 15px !important;
  padding-top: 15px !important;
}
.order-details-container .table-orders-products tr {
  border-bottom: 0;
}
.order-details-container .table-orders-products td {
  vertical-align: top !important;
}
.btn-sale-options {
  color: #fff !important;
  display: block;
  padding: 0.3rem 0.5rem;
  white-space: nowrap;
  width: 100%;
}
.btn-view-invoice {
  display: inline-block;
  padding: 0.3rem 0.8rem;
  position: absolute;
  right: 15px;
  top: 0;
  width: auto;
}
.tracking-number-container {
  margin-top: 25px;
}
.tracking-number-container .title {
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin-top: 10px;
  text-align: center;
  width: 100%;
}
.tr-shipping {
  background-color: var(--bg-gray-light);
  font-size: 13px;
}
.tr-shipping,
.tr-shipping td {
  border: 0 !important;
}
.order-details-container .table-orders-products .tr-shipping-seperator td {
  padding: 30px 0;
}
.order-details-container
  .table-orders-products
  .tr-shipping-seperator
  .row-seperator {
  border-color: #f2f2f5 !important;
}
.order-shipping-tracking-number p {
  margin-bottom: 4px;
}
.order-shipping-tracking-number strong {
  margin-bottom: 5px;
}
.earnings-boxes .earnings-box {
  background-color: #f8f8f8;
  border: 2px solid #f1f1f1;
  border-radius: 0;
  padding: 30px;
  width: 100%;
}
.earnings-boxes .earnings-box .price {
  font-size: 34px;
  font-weight: 700;
  line-height: 34px;
  text-align: center;
}
.earnings-boxes .earnings-box .title {
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
}
.earnings-boxes .earnings-box .description {
  font-size: 13px;
  margin: 0;
  text-align: center;
}
.table-earnings-container {
  margin-top: 60px;
}
.text-confirm-order {
  color: #6c757d;
  margin-top: 60px;
}
.modal-custom .modal-header {
  border-bottom: 0;
  border-top-left-radius: 0.1875rem;
  border-top-right-radius: 0.1875rem;
  display: block;
  float: left;
  padding: 30px 30px 0;
  width: 100%;
}
.modal-custom .modal-header .modal-title {
  display: block;
  font-size: 22px;
  font-weight: 600;
  margin: 0;
  text-align: center;
  width: 100%;
}
.modal-custom .modal-header .modal-title-exp {
  display: block;
  font-size: 13px;
  font-weight: 400;
  margin: 0;
  width: 100%;
}
.modal-custom .modal-header .close {
  color: #a0a0a0;
  font-size: 20px;
  opacity: 1;
  position: absolute;
  right: 15px;
  top: 15px;
}
.modal-custom .modal-header .close:hover {
  color: #333 !important;
  opacity: 1 !important;
}
.modal-custom .modal-body {
  display: block;
  float: left;
  padding: 30px;
  width: 100%;
}
.modal-custom .modal-footer {
  border-top: 0;
  display: block;
  float: left;
  padding: 0 30px 30px;
  width: 100%;
}
.modal-custom textarea {
  border-radius: 0.188rem;
  min-height: 120px;
  padding: 12px 15px;
  resize: none !important;
}
.modal-refund textarea {
  border-radius: 0.188rem !important;
  min-height: 140px;
  resize: vertical !important;
}
.dropdown-order-options {
  min-width: 130px;
  position: relative;
}
.dropdown-order-options .dropdown {
  left: 0;
  position: absolute;
  top: 0;
}
.dropdown-order-options .dropdown .dropdown-item {
  font-weight: 400;
  padding: 0.4rem 1.5rem;
}
.dropdown-order-options .dropdown .active,
.dropdown-order-options .dropdown .dropdown-item:active,
.dropdown-order-options .dropdown .dropdown-item:focus,
.dropdown-order-options .dropdown .dropdown-item:hover {
  background-color: #f8f9fa !important;
  color: #212529 !important;
}
.table-custom-modal tr th {
  font-weight: 600 !important;
  padding: 5px !important;
}
.table-custom-modal tr td {
  padding: 5px !important;
  vertical-align: center;
}
.table-custom-modal tr td .btn-option {
  font-size: 12px;
  font-weight: 300;
  padding: 2px 5px;
}
.table-item-product {
  display: table;
}
.table-item-product .left {
  display: table-cell;
  vertical-align: top;
}
.table-item-product .left .img-table {
  height: 70px;
  overflow: hidden !important;
  width: 70px;
}
.table-item-product .right {
  display: table-cell;
  padding-left: 15px;
  vertical-align: top;
}
.table-item-product p {
  margin-bottom: 5px;
}
.table-product-title {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  margin: 0 !important;
}
.table-striped tbody tr:nth-of-type(odd),
.table-striped-reverse tbody tr:nth-of-type(2n) {
  background-color: rgba(0, 0, 0, 0.02);
}
.table-striped td,
.table-striped th,
.table-striped-reverse td,
.table-striped-reverse th {
  border-top: 1px solid #f2f6f6;
}
.btn-table-option {
  color: #fff !important;
  display: block;
  margin-bottom: 5px;
  white-space: nowrap;
  width: 100%;
}
.number-of-entries {
  float: left;
  line-height: 32px;
  margin: 20px 0;
}
.table-pagination {
  float: right;
  margin: 18px 0 10px;
}
.wallet-container {
  border: 1px solid #f2f2f5;
  padding: 30px;
}
.wallet-container-table {
  padding: 20px 30px;
}
.wallet-container .table-custom {
  border: 0;
  padding: 0;
}
.wallet-container .alert {
  margin-bottom: 30px;
}
.nav-tabs-wallet {
  border: 0;
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
.nav-tabs-wallet .nav-item {
  margin-bottom: 5px;
}
.nav-tabs-wallet .nav-item .nav-link {
  background-color: #f9f9f9;
  border: 1px solid rgba(0, 0, 0, 0.06) !important;
  border-radius: 0.188rem;
  color: #222 !important;
  font-weight: 400;
  line-height: 1.25rem;
  margin-right: 10px;
  padding: 0.625rem 1.125rem;
}
.nav-tabs-wallet .nav-item .active {
  background-color: var(--mds-color-main);
  color: #fff !important;
}
.card-wallet-balance {
  border: 1px solid #f2f2f5;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.032);
  position: relative;
  text-align: center;
}
.card-wallet-balance .card-body {
  padding: 2rem;
}
.card-wallet-balance .total {
  font-size: 36px;
}
.card-wallet-balance .btn-add-funds {
  font-size: 12px;
  font-weight: 600;
  padding: 5px 10px;
  position: absolute;
  right: 15px;
  top: 15px;
}
.table-title {
  font-size: 22px;
  font-weight: 600;
}
.new-payout-request .input-group-text {
  font-weight: 600;
  padding: 0.375rem 1rem;
}
.minimum-payout-container {
  background-color: var(--bg-gray-light);
  border: 0 !important;
  box-shadow: none !important;
  margin-top: 15px;
  padding: 30px;
}
.minimum-payout-container .balance {
  font-size: 16px;
}
.nav-payout-accounts {
  border: 0 !important;
  margin-bottom: 15px;
  padding: 0 !important;
}
.nav-payout-accounts a {
  background-color: #f3f4f6;
  box-shadow: none;
  color: #434658;
  display: inline-block;
  font-weight: 600;
  line-height: 1.25rem;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 0.625rem 1.75rem;
}
.nav-payout-accounts .active {
  background-color: var(--mds-color-main) !important;
  color: #fff !important;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #73b943;
  color: #fff !important;
}
.form-checkout .input-group-text {
  border-radius: 0 !important;
}
.form-checkout label {
  font-weight: 600;
}
.form-input-checkout {
  border: 1px solid #dfe0e6;
  border-radius: 0;
  box-shadow: none;
  color: #494949;
  font-size: 0.875rem;
  height: 40px;
  line-height: 18px;
  outline: none !important;
  padding: 10px 20px;
}
.card-input-logos {
  position: relative;
}
.card-input-logos img {
  height: 20px;
  margin-right: 3px;
  position: relative;
  width: auto;
}
.card-input-logos img:last-child {
  margin: 0;
}
.cvv-code-container {
  display: none;
  margin-top: 2px;
  position: absolute;
  right: 15px;
  z-index: 10;
}
.cvv-code-container img {
  width: 80px;
}
.icon-cvv {
  color: #999;
  font-size: 18px;
  position: absolute;
  right: 27px;
  top: 6px;
}
.payment-icons {
  text-align: center;
}
.payment-icons img {
  height: 26px;
  margin-right: 6px;
  max-width: 100%;
}
.mercadopago-button {
  border-radius: 0 !important;
  color: #fff !important;
  font-size: 0.875rem !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
  max-width: 100%;
  padding: 12px 40px !important;
  width: 340px;
}
.title-complete-payment {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 2rem;
}
#footer {
  background-color: #fafafc;
  color: #5b5b5b;
  display: block;
  margin-top: 100px;
  position: relative;
  width: 100%;
}
#footer .footer-top {
  min-height: 60px;
  padding: 60px 0;
}
#footer .footer-bottom,
#footer .footer-top {
  display: block;
  float: left;
  position: relative;
  width: 100%;
}
#footer .footer-bottom {
  border-top: 1px solid #eee;
  padding: 30px 0;
}
#footer .footer-bottom .copyright {
  color: #5b5b5b;
  text-align: left;
}
#footer .footer-payment-icons {
  display: block;
  margin-top: 30px;
}
#footer .footer-payment-icons img {
  height: 24px;
  margin-right: 10px;
  width: auto;
}
#footer .footer-payment-icons img:last-child {
  margin: 0;
}
#footer .footer-logo {
  display: block;
  margin-bottom: 15px;
}
#footer .footer-logo a {
  display: block;
}
#footer .footer-logo img {
  display: block;
  position: relative;
}
#footer .footer-about {
  line-height: 24px;
  margin-bottom: 20px;
}
#footer .footer-social-links {
  display: block;
  float: left;
  position: relative;
  width: 100%;
}
#footer .footer-social-links ul {
  margin: 0;
  padding: 0;
}
#footer .footer-social-links ul li {
  float: left;
  list-style: none;
  margin-bottom: 10px;
  margin-right: 10px;
}
#footer .footer-social-links ul li a {
  align-items: center;
  border: 1px solid silver;
  border-radius: 50%;
  color: #7e7e7e;
  display: flex;
  font-size: 16px;
  height: 38px;
  justify-content: center;
  width: 38px;
}
#footer .footer-social-links ul li a:hover {
  border-color: #262a31 !important;
  color: #262a31 !important;
}
#footer .footer-title {
  color: #222;
  font-size: 15px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 15px;
  position: relative;
  text-transform: uppercase;
}
#footer .nav-footer ul {
  margin: 0;
  padding: 0;
}
#footer .nav-footer ul li {
  display: block;
  margin-bottom: 10px;
  position: relative;
  width: 100%;
}
#footer .nav-footer ul li a {
  border-bottom: 0.0625rem solid transparent;
  color: #333;
  line-height: 26px;
  position: relative;
}
#footer .nav-footer ul li a:hover {
  border-color: #333;
}
#footer .nav-footer-bottom {
  display: block;
  margin: 0;
  padding: 0;
  text-align: right;
  width: 100%;
}
#footer .nav-footer-bottom li {
  display: inline-block;
  list-style: none;
  margin-left: 10px;
}
#footer .nav-footer-bottom li a {
  border-bottom: 0.0625rem solid transparent;
  color: #333;
}
#footer .nav-footer-bottom li a:hover {
  border-color: #333;
}
.newsletter-footer {
  display: block;
}
.form-newsletter-footer {
  display: block;
  width: 100%;
}
.form-newsletter-footer .title {
  color: #242424;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 15px;
  text-align: center;
}
.newsletter-footer .title-desc {
  line-height: 26px;
}
.form-newsletter-footer input {
  border: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
}
.form-newsletter-footer input:focus {
  border-color: rgba(0, 0, 0, 0.3);
}
.form-newsletter-footer .btn-custom {
  height: 46px;
  margin-top: 10px;
  padding: 0.375rem 1.2rem;
  width: 100%;
}
.form-newsletter-footer input[name="url"],
.modal-newsletter input[name="url"] {
  display: none !important;
}
.modal-newsletter .modal-dialog {
  max-width: 740px;
}
.modal-newsletter .modal-body {
  padding: 0;
}
.modal-newsletter .modal-body .close {
  right: 4px;
  top: -14px;
}
.modal-newsletter .modal-title {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 2px;
  margin: 0 0 15px;
  text-align: center;
  text-transform: uppercase;
}
.modal-newsletter .modal-desc {
  color: #6c757d;
  line-height: 26px;
  margin-bottom: 20px;
  text-align: center;
}
.modal-newsletter .newsletter-img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.modal-newsletter .newsletter-form-container {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.modal-newsletter .newsletter-form {
  display: block;
  min-height: 250px;
  overflow: hidden;
  padding: 15px 30px 15px 0;
  position: relative;
}
.modal-newsletter .form-input {
  border-radius: 3px !important;
  height: 46px;
  line-height: 46px;
}
.modal-newsletter .has-error {
  border: 1px solid rgba(220, 53, 69, 0.4) !important;
}
.modal-newsletter .form-input:focus {
  border-color: #cfcfcf;
}
.modal-newsletter .btn {
  border: 0 !important;
  border-radius: 3px !important;
  color: #fff !important;
  display: block;
  line-height: 22px;
  margin-top: 10px;
  padding: 12px 30px !important;
  white-space: nowrap;
  width: 100%;
}
.modal-newsletter .btn:hover {
  opacity: 0.9;
}
.modal-newsletter .modal-newsletter-inputs {
  position: relative;
}
.modal-newsletter .text-close {
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: #6c757d;
  margin: 0 !important;
  padding: 0 !important;
  text-decoration: underline;
}
.modal-newsletter .text-close:hover {
  color: #555;
}
.modal-newsletter .modal-content {
  border: 0 !important;
}
.modal-newsletter .modal-content .modal-body {
  border-radius: 0.3rem;
  overflow: hidden;
}
.modal-newsletter .icon-newsletter {
  display: block;
  font-size: 56px;
  text-align: center;
  width: 100%;
}
.modal-newsletter .newsletter-title {
  font-size: 24px;
  line-height: 34px;
  text-align: center;
}
.modal-newsletter .modal-newsletter-response {
  min-height: 25px;
}
.modal-newsletter .modal-newsletter-response p {
  margin-bottom: 0 !important;
}
.form-logout {
  display: block;
  margin: 4px;
}
.btn-logout {
  align-items: center;
  background-color: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: #606060 !important;
  display: flex;
  padding: 4px 15px;
  white-space: nowrap;
  width: 100%;
}
.btn-logout:hover {
  background-color: #f5f5f5 !important;
}
:-ms-input-placeholder {
  color: #9aa2aa !important;
}
::-ms-input-placeholder {
  color: #9aa2aa !important;
}
::placeholder {
  color: #9aa2aa !important;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #9aa2aa !important;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #9aa2aa !important;
}
.pagination {
  display: flex;
  gap: 5px;
  justify-content: center;
  position: relative;
  text-align: center;
  width: 100%;
}
.pagination li {
  display: inline-block;
}
.pagination li a {
  align-items: center;
  border: 1px solid #eaeaf1;
  border-radius: 3px !important;
  box-shadow: none !important;
  color: #63636a;
  display: flex;
  height: 40px;
  justify-content: center;
  margin-bottom: 3px;
  min-width: 40px;
  text-align: center;
  -moz-transition: all 0.2s ease-in-out 0s;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
  width: auto;
}
.pagination .active a {
  color: #fff !important;
}
.pagination .next a,
.pagination .page-first a,
.pagination .page-last a,
.pagination .prev a {
  line-height: 34px;
}
.pagination li a:active,
.pagination li a:focus,
.pagination li a:hover {
  color: #fff;
}
.cursor-pointer {
  cursor: pointer;
}
.no-records-found {
  color: #888;
  padding: 20px 0;
  text-align: center;
}
.contact-map-container {
  display: block;
  float: left;
  margin-top: 30px;
  width: 100%;
}
.contact-map-container iframe {
  display: block;
  float: left;
  height: 380px;
  width: 100%;
}
.rss-item {
  display: table;
  width: 100%;
}
.rss-item .left {
  width: 250px;
}
.rss-item .left,
.rss-item .right {
  display: table-cell;
}
.rss-item .right p {
  word-break: break-all;
}
.input-file-label {
  border-radius: 0 !important;
  color: #fff !important;
  font-size: 12px !important;
  padding: 0.4em 0.6em !important;
}
.swal2-confirm {
  background-color: var(--mds-color-main) !important;
}
.swal2-cancel,
.swal2-confirm {
  border-radius: 0.188rem !important;
  font-size: 14px;
  font-weight: 400 !important;
  padding: 0.56rem 1.2rem;
}
.swal2-cancel {
  background-color: #e9e9ed !important;
  color: #333 !important;
}
div:where(.swal2-container) div:where(.swal2-popup) {
  border-radius: 0.188rem !important;
  width: 26em !important;
}
div:where(.swal2-container) div:where(.swal2-html-container) {
  font-size: 15px !important;
}
.btn-file-upload {
  color: #fff !important;
  font-size: 13px !important;
  margin-right: 15px;
  overflow: hidden !important;
  padding: 4px 16px !important;
  position: relative;
}
.btn-file-upload-cover {
  margin-right: 5px !important;
}
.btn-file-upload input {
  background-color: transparent;
  bottom: 0;
  color: transparent;
  cursor: pointer;
  filter: alpha(opacity=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}
.btn-file-upload-start-selling {
  padding: 7px 20px !important;
}
.bn-container {
  display: flex;
  justify-content: center;
  width: 100%;
}
.bn-container-mb,
.scrollup {
  display: none;
}
.scrollup {
  background-color: transparent !important;
  border: 0 !important;
  bottom: 20px;
  box-shadow: none !important;
  position: fixed;
  right: 15px;
  z-index: 999999;
}
.scrollup i {
  background-color: #222;
  border-radius: 0.188rem;
  color: #fff !important;
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
}
.cookies-warning {
  background-color: #fff;
  border-radius: 0;
  bottom: 20px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.14);
  left: 20px;
  max-width: 100%;
  padding: 35px 25px;
  position: fixed;
  width: 375px;
  z-index: 9999999;
}
.cookies-warning .text {
  color: #333;
  line-height: 26px;
  margin-bottom: 20px;
  width: 100%;
}
.cookies-warning .close {
  font-size: 18px;
  position: absolute;
  right: 10px;
  top: 10px;
}
.cookies-warning p {
  margin-bottom: 0;
}
.load-more-spinner {
  display: none;
}
.spinner {
  margin: 15px auto;
  padding: 10px 0;
  text-align: center;
  width: 70px;
}
.spinner > div {
  -webkit-animation: sk-bouncedelay 1.4s ease-in-out infinite both;
  animation: sk-bouncedelay 1.4s ease-in-out infinite both;
  border-radius: 100%;
  display: inline-block;
  height: 14px;
  width: 14px;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%,
  80%,
  to {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%,
  80%,
  to {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
::selection {
  color: #fff;
}
::-moz-selection {
  color: #fff;
}
.is-invalid {
  border: 1px solid rgba(220, 53, 69, 0.4) !important;
}
.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
  border: 1px solid rgba(220, 53, 69, 0.4) !important;
}
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid,
input[type="checkbox"].is-invalid ~ .custom-control-label:before {
  border: 0.1rem solid rgba(220, 53, 69, 0.4) !important;
}
.form-control.is-valid,
.was-validated .form-control:valid {
  background-image: none !important;
}
.input-small {
  color: #888;
  position: absolute;
}
form label.error {
  color: #d43f3a;
  display: none !important;
}
.select2.error,
form input.error,
form select.error,
form textarea.error {
  border: 1px solid rgba(220, 53, 69, 0.4) !important;
}
.display-none {
  display: none;
}
.pretty.p-default input:checked ~ .state label:after {
  background-color: #555 !important;
}
.custom-control .custom-control-label,
.custom-control-label:after,
.custom-control-label:before {
  box-shadow: none !important;
  cursor: pointer !important;
  outline: none !important;
}
.custom-control-label:after,
.custom-control-label:before {
  height: 22px !important;
  top: 0.1rem;
  width: 22px !important;
}
.custom-radio {
  padding-left: 30px !important;
}
.custom-radio .custom-control-label:after,
.custom-radio .custom-control-label:before {
  height: 22px !important;
  left: -30px !important;
  top: 0.1rem;
  width: 22px !important;
}
.custom-checkbox {
  padding-left: 30px !important;
}
.custom-checkbox .custom-control-label:before {
  border: 0.063rem solid #d7dbdf;
  border-radius: 0.188rem !important;
  left: -30px !important;
}
.custom-checkbox .custom-control-label:after {
  background-size: 10px 10px;
  left: -30px !important;
}
.custom-checkbox-with-label .custom-control-label:after,
.custom-checkbox-with-label .custom-control-label:before {
  top: 2px !important;
}
.custom-checkbox-sm {
  align-items: center;
  display: flex;
  padding-left: 28px !important;
}
.custom-checkbox-sm .custom-control-label:after,
.custom-checkbox-sm .custom-control-label:before {
  height: 20px !important;
  left: -28px !important;
  width: 20px !important;
}
.custom-radio .custom-control-label:before {
  border: 0.09375rem solid #d6d6d6;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: transparent !important;
  box-shadow: none !important;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label:before {
  border-color: #d7dbdf !important;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label:before {
  background-color: #dee2e6 !important;
  border-color: #d7dbdf !important;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='m6.564.75-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E");
}
.custom-control-validate-error
  .custom-control-input:focus
  ~ .custom-control-label:before,
.custom-control-validate-error .custom-control-label:before {
  border-color: rgba(220, 53, 69, 0.6) !important;
  border-width: 0.09375rem;
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label:after {
  background-image: none !important;
}
.custom-checkbox
  .custom-control-input:indeterminate
  ~ .custom-control-label:before {
  background-color: transparent;
  border-color: #d7dbdf;
}
.custom-control-input.is-valid ~ .custom-control-label:before,
.was-validated .custom-control-input:valid ~ .custom-control-label:before {
  border-color: #d7dbdf;
}
.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
  border-color: inherit !important;
  color: inherit !important;
}
.custom-control-input.is-valid:checked ~ .custom-control-label:before,
.was-validated
  .custom-control-input:valid:checked
  ~ .custom-control-label:before {
  background-color: var(--mds-color-main);
  border-color: var(--mds-color-main);
}
.mfp-counter {
  display: none !important;
}
.slide-in-150s {
  animation-duration: 0.15s;
  animation-name: slidein;
}
.circle-loader {
  animation: loader-spin 1.2s linear infinite;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-left-color: #5cb85c;
  border-radius: 50%;
  display: inline-block;
  height: 7em;
  margin-bottom: 3.5em;
  position: relative;
  vertical-align: top;
  width: 7em;
}
.load-complete {
  -webkit-animation: none;
  animation: none;
  border-color: #5cb85c;
  transition: border 0.5s ease-out;
}
.checkmark {
  display: none;
}
.checkmark.draw:after {
  animation-duration: 0.8s;
  animation-name: checkmark;
  animation-timing-function: ease;
  transform: scaleX(-1) rotate(135deg);
}
.checkmark:after {
  border-right: 3px solid #5cb85c;
  border-top: 3px solid #5cb85c;
  content: "";
  height: 3.5em;
  left: 1.75em;
  opacity: 1;
  position: absolute;
  top: 3.5em;
  transform-origin: left top;
  width: 1.75em;
}
.link-blue {
  color: #4286f4 !important;
}
.tox-tinymce {
  border-radius: 0 !important;
}
.tab-content > .tab-pane {
  transition: none !important;
}
@keyframes loader-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes checkmark {
  0% {
    height: 0;
    opacity: 1;
    width: 0;
  }
  20% {
    height: 0;
    opacity: 1;
    width: 1.75em;
  }
  40% {
    height: 3.5em;
    opacity: 1;
    width: 1.75em;
  }
  to {
    height: 3.5em;
    opacity: 1;
    width: 1.75em;
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.rotate {
  animation: rotate 1s linear infinite;
}
.error-circle {
  border: 1px solid #dc3545;
  border-radius: 50%;
  color: #dc3545;
  display: inline-block;
  height: 7em;
  line-height: 7em;
  margin-bottom: 3.5em;
  position: relative;
  vertical-align: top;
  width: 7em;
}
.error-circle i {
  font-size: 30px;
}
.tox-promotion {
  display: none;
}
a:active,
a:focus,
a:hover {
  color: var(--mds-color-main);
}
.btn-custom,
.modal-newsletter .btn {
  background-color: var(--mds-color-main);
  border-color: var(--mds-color-main);
}
.btn-custom-outline,
.btn-custom-outline:active,
.btn-custom-outline:focus,
.btn-custom-outline:hover {
  background-color: transparent !important;
  color: #222 !important;
}
.btn-block {
  background-color: var(--mds-color-main);
}
.btn-outline {
  border: 1px solidvar(--mds-color-main);
  color: var(--mds-color-main);
}
.btn-outline:hover {
  background-color: var(--mds-color-main) !important;
}
.form-control:focus {
  border-color: var(--mds-color-main);
}
.link {
  color: var(--mds-color-main) !important;
}
.link-color {
  color: var(--mds-color-main);
}
.top-search-bar .btn-search {
  background-color: var(--mds-color-main);
}
.nav-top .nav-top-right .nav li a:active,
.nav-top .nav-top-right .nav li a:focus,
.nav-top .nav-top-right .nav li a:hover {
  color: var(--mds-color-main);
}
.nav-top .nav-top-right .nav li .btn-sell-now {
  background-color: var(--mds-color-main) !important;
}
.nav-main .navbar > .navbar-nav > .nav-item:hover .nav-link:before {
  background-color: var(--mds-color-main);
}
.li-favorites a i,
.product-share ul li a:hover {
  color: var(--mds-color-main);
}
.pricing-card:after {
  background-color: var(--mds-color-main);
}
.selected-card {
  -webkit-box-shadow: 0 3px 0 0 var(--mds-color-main);
  box-shadow: 0 3px 0 0 var(--mds-color-main);
}
.selected-card .btn-pricing-button {
  background-color: var(--mds-color-main);
}
.profile-buttons .social ul li a:hover {
  background-color: var(--mds-color-main);
  border-color: var(--mds-color-main);
}
.btn-product-promote,
.contact-social ul li a:hover {
  background-color: var(--mds-color-main);
}
.contact-social ul li a:hover {
  border-color: var(--mds-color-main);
}
.p-social-media a:hover {
  color: var(--mds-color-main);
}
.blog-content .blog-categories .active a {
  background-color: var(--mds-color-main);
}
.pagination .active a {
  background-color: var(--mds-color-main) !important;
  border: 1px solid var(--mds-color-main) !important;
}
.pagination li a:active,
.pagination li a:focus,
.pagination li a:hover {
  background-color: var(--mds-color-main);
  border-color: var(--mds-color-main);
}
.spinner > div {
  background-color: var(--mds-color-main);
}
::selection {
  background: var(--mds-color-main) !important;
}
::-moz-selection {
  background: var(--mds-color-main) !important;
}
.cookies-warning a {
  color: var(--mds-color-main);
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  background-color: var(--mds-color-main);
}
.custom-control-input:checked ~ .custom-control-label:before {
  background-color: var(--mds-color-main);
  border-color: var(--mds-color-main);
}
.custom-control-variation
  .custom-control-input:checked
  ~ .custom-control-label {
  border-color: var(--mds-color-main) !important;
}
.btn-wishlist .icon-heart {
  color: #fe2e3e !important;
}
.mega-menu .menu-subcategories ul li .link-view-all:hover {
  border-color: var(--mds-color-main) !important;
}
.custom-select:focus {
  border-color: var(--mds-color-main);
}
.all-help-topics a {
  color: var(--mds-color-main);
}
.mds-scrollbar::-webkit-scrollbar {
  height: 6px;
  width: 6px;
}
.mds-scrollbar::-webkit-scrollbar-track {
  background: transparent;
}
.mds-scrollbar::-webkit-scrollbar-thumb {
  background-clip: content-box;
  background-color: rgba(0, 0, 0, 0.2);
  border: 2px solid transparent;
  border-radius: 10px;
}
.mds-scrollbar::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mds-scrollbar {
  scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
  scrollbar-width: thin;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: #fcfcfc;
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 600px;
  }
}
@media (min-width: 769px) {
  .product-description .tab-content > .show .collapse {
    display: block !important;
  }
  .modal-product-video {
    min-width: 500px !important;
  }
  .modal-dialog-shipping-address {
    min-width: 650px;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
  }
  .nav-mobile,
  .overlay-bg {
    display: none !important;
  }
  .col-sidebar-products {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-content-products {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
  }
  .row-follower .col-sm-2 {
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
  }
  .product-video-preview {
    background-color: transparent !important;
    display: block;
    float: left;
    height: 430px;
    margin-bottom: 30px;
    opacity: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .col-product-details-left {
    -ms-flex: 0 0 51.2%;
    flex: 0 0 51.2%;
    max-width: 51.2%;
  }
  .col-product-details-right {
    -ms-flex: 0 0 48.8%;
    flex: 0 0 48.8%;
    max-width: 48.8%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1270px;
  }
  .col-product-5 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-product-6 {
    -ms-flex: 0 0 16.6666%;
    flex: 0 0 16.6666%;
    max-width: 16.6666%;
  }
  .col-product-5 .product-card,
  .swiper-col-product-5 .product-card {
    min-height: 387px;
  }
  .col-product-6 .product-card,
  .swiper-col-product-6 .product-card {
    min-height: 343px;
  }
}
@media (min-width: 1260px) {
  .blog-item-img {
    background-color: #f8f8f8;
    display: block;
    width: 100%;
  }
  .col-image-input {
    -ms-flex: 0 0 20% !important;
    flex: 0 0 20% !important;
    max-width: 20% !important;
  }
  .image-input-boxes .image-input-box .input-uploaded-image,
  .image-input-boxes .image-input-box .top {
    height: 182px;
    width: 182px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
@media (max-width: 1900px) {
  .section-main-slider .main-slider,
  .section-main-slider .main-slider .item {
    height: 500px;
  }
}
@media (max-width: 1400px) {
  .img-profile-cover {
    height: 320px;
  }
}
@media (max-width: 1300px) {
  .mega-menu .nav-category-image {
    width: 180.6px;
  }
}
@media (max-width: 1260px) {
  .container {
    max-width: 100% !important;
  }
}
@media (max-width: 1200px) {
  .mega-menu .nav-category-image {
    width: 170.6px;
  }
  .newsletter-footer {
    text-align: center;
  }
  .newsletter-footer .title-desc {
    margin-bottom: 15px;
  }
  .section-main-slider .main-slider-boxed {
    margin-top: 0;
  }
  .swiper-carousel-product .swiper-slide {
    height: auto !important;
  }
}
@media (max-width: 1100px) {
  .mega-menu .nav-category-image {
    width: 154.6px;
  }
}
@media (max-width: 992px) {
  .m-b-15-mobile {
    margin-bottom: 15px;
  }
  .m-t-15-mobile {
    margin-top: 15px;
  }
  .container {
    max-width: 100%;
  }
  .top-search-bar {
    background-color: #f6f6f6 !important;
    border: 0 !important;
    border-radius: 0 !important;
    margin: 4px !important;
    padding: 2px 0 !important;
  }
  .top-search-bar .right {
    padding-right: 10px;
  }
  .top-search-bar .input-search {
    border-radius: 0;
    font-size: 0.875rem;
  }
  .top-search-bar .btn-search {
    font-size: 18px;
    line-height: 28px;
    padding: 10px !important;
  }
  #header .main-menu,
  #header .top-bar {
    display: none;
  }
  .mobile-nav-container,
  .nav-mobile-header {
    display: block;
  }
  .section {
    margin-bottom: 20px;
  }
  #header {
    box-shadow: none !important;
  }
  .page-title {
    margin-bottom: 25px;
  }
  .product-content-details {
    height: auto !important;
    margin-bottom: 10px;
    min-height: 0 !important;
  }
  .profile-details {
    display: block;
    width: 100%;
  }
  .profile-details .left {
    padding: 0;
  }
  .profile-details .left,
  .profile-details .right {
    display: block;
    float: left;
    width: 100%;
  }
  .profile-details .img-profile {
    height: 120px;
    width: 120px;
  }
  .row-profile-username {
    margin-top: 15px;
  }
  .rss-item,
  .rss-item .left,
  .rss-item .right {
    display: block;
    width: 100%;
  }
  .shopping-cart .right {
    margin-top: 30px;
  }
  .img-profile-cover {
    height: 280px;
  }
  .hide-mobile {
    display: none !important;
  }
  .support .article-title {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 15px;
  }
  .support .need-more-help {
    margin-top: 50px;
  }
  .ticket-container {
    padding: 15px;
  }
  .help-center-collapse {
    display: block !important;
  }
  .bn-container-mb {
    display: flex;
  }
  .bn-container-ds {
    display: none;
  }
  .chat .chat-left {
    padding-bottom: 22px !important;
    width: 100% !important;
  }
  .chat .chat-right {
    display: none;
  }
  .chat .chat-right .chat-header {
    padding: 15px;
  }
  .chat-left .chat-contacts-container {
    height: 470px;
  }
  .chat .chat-left .chat-user {
    display: none;
  }
  .chat .chat-left .chat-search {
    padding: 24px;
  }
  .chat-mobile-open .chat-left {
    display: none;
  }
  .chat-mobile-open .chat-right {
    display: block;
  }
  .chat .chat-content {
    height: 490px;
  }
  .chat .chat-content .messages-inner {
    padding: 0 15px;
  }
  .chat .chat-content .messages {
    padding: 10px 0;
  }
  .chat .chat-content .messages .message .item-user {
    width: 50px;
  }
  .chat .chat-content .messages .message .message-text {
    font-size: 13px;
  }
  .chat .chat-user .user-img {
    height: 42px;
    margin-right: 10px;
    width: 42px;
  }
  .chat .chat-user .user-img img {
    height: 42px;
    width: 42px;
  }
  .chat-left .text-recent-chats {
    padding-top: 0;
  }
  .chat-right .chat-header .chat-user {
    padding-left: 23px;
  }
  .chat-header .topic {
    margin-left: 0;
    margin-top: 10px;
  }
  .btn-open-chat-contacts {
    display: block;
  }
  .auth-box {
    margin-top: 0;
    padding: 0 15px 30px;
  }
  .auth-container {
    padding-top: 15px;
  }
  .modal-newsletter .text-close,
  .modal-product-cart .cart-related-products {
    display: none;
  }
  .order-list-item .badge {
    white-space: normal !important;
  }
  .section-affiliate-main {
    padding: 0;
  }
  .section-affiliate {
    margin-bottom: 60px;
  }
  .section-affiliate .main-title {
    font-size: 28px;
    line-height: 42px;
    margin: 0 0 15px;
    text-align: center;
  }
  .section-affiliate .affiliate-image {
    padding: 0;
  }
  .section-affiliate .title {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 30px;
  }
  .section-affiliate .accordion-box .btn {
    font-size: 14px;
    line-height: 20px;
    padding: 20px 35px 20px 20px;
  }
  .section-affiliate .accordion-box .btn:after {
    right: 15px;
  }
  .section-affiliate .feature-box {
    margin-bottom: 30px;
  }
  .newsletter-footer {
    margin-top: 30px;
  }
  .footer-social-links {
    margin-bottom: 15px;
  }
  #footer .footer-bottom .copyright {
    margin-bottom: 15px;
    text-align: center;
    width: 100%;
  }
  #footer .nav-footer-bottom {
    text-align: center; 
  }
  #footer .nav-footer-bottom li {
    margin-bottom: 5px;
  }
  .section-main-slider .main-slider,
  .section-main-slider .main-slider .item {
    height: 500px; 
  }
  .section-main-slider .main-slider .item .container {
    justify-content: center;
  }
  .section-main-slider .main-slider .item .caption {
    margin: 0 !important;
    max-width: 500px;
    text-align: center !important;
    width: 100%;
  }
  .section-main-slider .main-slider .item .caption .title {
    font-size: 42px;
    text-align: center !important;
  }
  .section-main-slider .main-slider .item .caption .description {
    font-size: 16px;
  }
  .section-main-slider .main-slider .swiper-button-prev {
    left: 1rem;
  }
  .section-main-slider .main-slider .swiper-button-next {
    right: 1rem;
  }
  .product-content-details .product-details-review .review-text {
    pointer-events: none;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 0.938rem;
    line-height: 1.625rem;
  }
  #wrapper {
    padding-top: 20px;
  }
  .m-b-sm-15 {
    margin-bottom: 15px;
  }
  .m-b-sm-0 {
    margin-bottom: 0;
  }
  .text-align-right-mobile {
    text-align: right;
  }
  .section .title-exp {
    margin-bottom: 25px;
  }
  .section-main-slider .main-slider,
  .section-main-slider .main-slider .item {
  /*  height: 245px; (aplica a pantallas de celular grandes de mas de 5" */
	height: 270px;
  }
  .section-main-slider .main-slider .item .caption .title {
    font-size: 36px;
  }
  .section-main-slider .main-slider .item .caption .description {
    font-size: 18px;
  }
  #footer .footer-top {
    padding: 30px 0;
  }
  #footer .nav-footer {
    padding-left: 0;
  }
  .footer-widget {
    margin-bottom: 15px;
  }
  .image-upload-box .uploaded-image {
    height: 120px;
    width: 120px;
  }
  .image-upload-box {
    margin-bottom: 5px;
  }
  .product-slider-wrapper {
    margin-bottom: 20px;
  }
  .container-filter-products,
  .product-slider-wrapper .thumb-slider-wrapper {
    display: none;
  }
  .container-filter-products-mobile {
    display: block;
  }
  .product-list-title {
    display: block;
    margin-bottom: 15px;
  }
  .product-filters-container {
    border: 0 !important;
    padding: 0 !important;
  }
  .product-filters {
    display: none;
  }
  .nav-tabs-profile {
    margin-bottom: 30px !important;
  }
  .col-sidebar-products .collapsing,
  .col-sidebar-products .show {
    display: block !important;
  }
  .profile-details .user-contact .info {
    border: 0;
    display: block;
    margin-bottom: 10px;
    margin-right: 0;
    text-align: left;
    width: 100%;
  }
  .profile-buttons .buttons {
    margin-bottom: 10px;
  }
  .profile-buttons .buttons,
  .profile-buttons .social {
    display: block;
    float: left;
    text-align: left;
    width: 100%;
  }
  .profile-buttons .social {
    margin-top: 10px;
  }
  .login-model .auth-box {
    padding: 15px;
  }
  .contact-right {
    margin-bottom: 30px;
  }
  .contact-social,
  .page-contact .contact-item {
    padding: 0;
  }
  .contact-social ul li {
    margin-bottom: 8px;
  }
  .contact-map-container iframe {
    height: 400px;
  }
  .blog-content .blog-categories li {
    margin-bottom: 10px;
    margin-right: 10px;
  }
  .blog-content .blog-categories li a {
    font-size: 13px;
    padding: 8px;
  }
  .blog-content .blog-item {
    margin-bottom: 30px;
  }
  .blog-content .post-content .title {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 15px;
  }
  .post-content .post-share .title {
    display: block;
    width: 100%;
  }
  .order-summary-container {
    margin-top: 60px;
  }
  .shopping-cart {
    margin-top: 15px;
  }
  .shopping-cart .right {
    padding: 20px;
  }
  .tab-checkout-closed .title {
    margin-right: 0;
  }
  .order-details-container {
    margin-top: 10px;
  }
  .earnings-boxes {
    margin-top: 30px;
  }
  .earnings-boxes .earnings-box {
    padding: 20px;
  }
  .calculated-price {
    line-height: 20px;
  }
  .product-content-details .product-title {
    font-size: 24px;
    line-height: 28px;
  }
  .shopping-cart .item .cart-item-image {
    padding-right: 10px;
  }
  .shopping-cart .item .cart-item-details {
    width: 100%;
  }
  .card-input-logos {
    display: none;
  }
  .cvv-code-container {
    margin-left: -100px;
  }
  .table-item-product .left {
    display: block;
    min-width: 200px;
  }
  .table-item-product .right {
    display: block;
    padding: 10px 0 0;
    width: 100%;
  }
  .span-product-dtl-table {
    display: inline-block;
    min-width: 0;
  }
  .cookies-warning {
    width: 90%;
  }
  .variation-options-container ul li strong {
    min-width: 0;
  }
  .product-description .nav-tabs {
    display: none !important;
  }
  .product-description .tab-content > .tab-pane {
    display: block !important;
    opacity: 1 !important;
    padding: 0 !important;
  }
  .col-comments-inner {
    border: 0 !important;
    margin-top: 30px;
    padding: 0 !important;
  }
  .product-description .tab-content .card .card-header {
    display: block !important;
  }
  .img-profile-cover {
    height: 240px;
  }
  .profile-image-table .left {
    display: block;
    padding-right: 0;
    width: 180px;
  }
  .btn-submit-request,
  .profile-image-table .right {
    display: block;
    width: 100%;
  }
  .btn-submit-request {
    margin-top: 30px;
    padding: 0.5rem 0.75rem;
  }
  .modal-newsletter .col-left {
    display: none;
  }
  .modal-newsletter .col-right {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .modal-newsletter .newsletter-form {
    min-height: 0 !important;
    padding: 30px !important;
    padding-top: 45px;
  }
  .modal-newsletter .modal-title {
    font-size: 20px;
  }
  .modal-newsletter .modal-newsletter-inputs {
    display: block;
  }
  .modal-newsletter .modal-newsletter-inputs input {
    display: block;
    width: 100%;
  }
  .modal-newsletter .modal-newsletter-inputs button {
    display: block;
    margin-top: 10px;
    width: 100%;
  }
  .product-delivery-est {
    margin: 0;
  }
  .nav-breadcrumb {
    padding-bottom: 20px;
  }
  .nav-breadcrumb .breadcrumb {
    flex-wrap: nowrap !important;
    margin-bottom: -15px;
    overflow-x: auto;
    padding-bottom: 15px;
    scrollbar-width: none;
    white-space: nowrap !important;
    -ms-overflow-style: none;
  }
  .nav-breadcrumb .breadcrumb::-webkit-scrollbar {
    display: none;
  }
  .nav-breadcrumb .breadcrumb .breadcrumb-item {
    display: inline-block;
  }
  .product-already-purchased {
    align-items: start;
  }
  .featured-categories .row-fa-cat-round {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .featured-categories .col-fa-cat-round {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .product-description .tab-content .tab-pane {
    min-height: 0;
  }
  .nav-tabs-horizontal .nav-item .nav-link:hover {
    border: 1px solid rgba(0, 0, 0, 0.06) !important;
  }
  .nav-tabs-wallet .nav-item {
    width: 100%;
  }
  .report-seller-sidebar {
    display: none;
  }
  .report-seller-sidebar-mobile {
    display: block;
    margin-top: 15px;
  }
  .profile-page-top {
    margin-bottom: 15px;
  }
  .form-add-comment {
    padding: 30px 0;
  }
  #product_description_content .tab-content-inner {
    display: block;
    float: left;
    padding-bottom: 30px;
    width: 100%;
  }
  .tab-checkout .payment-option .payment-label-text {
    width: 100px;
  }
  .product-slider-mobile-media-buttons {
    align-items: center;
    display: flex;
    gap: 15px;
    justify-content: center;
    width: 100%;
  }
  .product-slider-mobile-media-buttons .media-item {
    border: 2px solid #eee;
    border-radius: 3px;
    display: flex;
    height: 52px;
    justify-content: center;
    margin-bottom: 20px;
    width: 52px;
  }
  .product-slider-mobile-media-buttons .media-item button {
    background: transparent;
    border: 0;
    box-shadow: none;
  }
  .product-slider-mobile-media-buttons .media-item button svg {
    height: 24px;
    width: 24px;
  }
  .product-audio-preview {
    height: 300px !important;
  }
  .product-video-preview #player {
    min-height: 200px;
  }
  .swiper-carousel-blog {
    height: auto;
  }
  .product-add-to-cart-container .button-container,
  .product-add-to-cart-container .number-spinner {
    margin-bottom: 0;
  }
  .product-card .discount-badge {
    padding: 1px 10px;
  }
  .product-card .btn-add-remove-wishlist {
    height: 36px;
    opacity: 0.9;
    position: absolute;
    right: -2px;
    top: -5px;
    visibility: visible;
    width: 36px;
  }
  .product-card .btn-add-remove-wishlist i {
    line-height: 0;
  }
  .featured-categories .item-category-round {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  input {
    font-size: 16px !important;
  }
  .product-card .btn-item-add-to-cart,
  .product-card .cart-btn {
    display: none !important;
  }
  .product-card .action-btn {
    transform: none !important;
  }
  .shopping-cart .btn-cart-remove {
    position: relative;
    right: 0;
    top: 5px;
  }
  .row-product {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .col-product {
    margin-bottom: 15px;
    outline: none !important;
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .featured-categories .card-columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
  }
  .featured-categories .card-columns .card {
    height: 280px !important;
  }
  .featured-categories .card .caption span {
    font-size: 14px;
  }
  .featured-categories .card .caption {
    padding: 5px 10px;
    width: 100%;
  }
  .modal-product-cart .row-cart-product-modal {
    display: block;
  }
  .modal-product-cart .modal-body .col-left {
    display: block;
    max-width: 100%;
    width: 100%;
  }
  .modal-product-cart .modal-body .col-right {
    border: 0 !important;
    display: block;
    margin-top: 30px;
    max-width: 100%;
    padding-left: 15px;
    width: 100%;
  }
  .modal-product-cart .modal-body .col-right .mb-5 {
    margin-bottom: 20px !important;
  }
  .modal-product-cart .col-left .img-product-container {
    height: 124px;
    width: 110px;
  }
  .modal-product-cart .col-left .img-product-container .img-product {
    height: 124px;
  }
  .product-description {
    margin-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .product-add-to-cart-container .button-container {
    height: auto !important;
    min-width: 0 !important;
    width: 100% !important;
  }
  .section-index-bn .col-index-bn {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .section-main-slider .main-slider .item .caption .title {
    font-size: 32px;
    margin-bottom: 0.7rem;
  }
  .section-main-slider .main-slider .item .caption .description {
    margin-bottom: 1.2rem;
  }
  .modal {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  #footer {
    margin-top: 45px;
  }
  .copyright {
    margin-bottom: 10px;
  }
  .featured-categories .card-columns .card {
    height: 260px !important;
  }
  .nav-tabs-profile .nav-item {
    margin-bottom: 5px;
    width: 100%;
  }
  .nav-tabs-profile {
    border-bottom: 0 !important;
  }
  .nav-tabs-profile .nav-item .nav-link {
    border: 1px solid rgba(0, 0, 0, 0.06) !important;
    margin-right: 0 !important;
  }
  .nav-tabs-profile .nav-item .active {
    color: var(--mds-color-main) !important;
  }
  .blog-content .blog-item-small .blog-item-img {
    height: auto;
  }
  .blog-content .blog-item-small .blog-item-img img {
    height: auto;
    width: 100%;
  }
  .section .title {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .contact-map-container iframe {
    height: 260px;
  }
  .featured-categories .card-columns .card {
    height: 165px !important;
  }
  .product-content-details .btn-contact-seller {
    float: left;
  }
  .product-content-details .product-analytics {
    float: left;
    margin-top: 5px;
    width: 100%;
  }
}
.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background: #d0d0d0 !important;
}
.os-theme-dark > .os-scrollbar > .os-scrollbar-track,
.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light > .os-scrollbar > .os-scrollbar-track,
.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  border-radius: 0;
}
.os-theme-dark > .os-scrollbar-vertical,
.os-theme-light > .os-scrollbar-vertical {
  width: 8px !important;
}
.glightbox-container .gslide,
.glightbox-container .gslide .ginner-container {
  animation-duration: 0.3s;
}
.glightbox-mobile .goverlay {
  background: #fff !important;
}
.glightbox-clean .gslide-media {
  box-shadow: none !important;
}
.goverlay {
  background: #fff;
}
.glightbox-clean .gclose {
  background: transparent !important;
}
.glightbox-clean .gclose,
.glightbox-clean .gnext,
.glightbox-clean .gprev {
  background: #f6f7f8 !important;
  border-radius: 50%;
  height: 50px;
  width: 50px;
}
.glightbox-clean .gclose path,
.glightbox-clean .gnext path,
.glightbox-clean .gprev path {
  fill: #222 !important;
}
#toolbarContainer {
  display: none;
}
[dir="rtl"] body {
  direction: rtl !important;
  text-align: right !important;
  unicode-bidi: embed !important;
}
[dir="rtl"] .m-r-5 {
  margin-left: 5px;
  margin-right: 0;
}
[dir="rtl"] .modal-close-rounded {
  left: 0 !important;
  right: auto !important;
  top: -14px !important;
}
[dir="rtl"] .top-bar .col-left,
[dir="rtl"] .top-bar .col-left .navbar-nav {
  float: right;
  text-align: right;
}
[dir="rtl"] .top-bar .col-right,
[dir="rtl"] .top-bar .col-right .navbar-nav {
  float: left;
  text-align: left;
}
[dir="rtl"] .top-bar .col-left .navbar-nav .nav-item {
  margin-left: 15px;
  margin-right: 0 !important;
}
[dir="rtl"] .nav-main .ml-auto {
  margin-left: 0 !important;
  margin-right: auto !important;
}
[dir="rtl"] .nav-main .scroll-btn-left {
  background: linear-gradient(270deg, #fff 60%, hsla(0, 0%, 100%, 0));
  left: auto;
  right: 0;
}
[dir="rtl"] .nav-main .scroll-btn-right {
  background: linear-gradient(90deg, #fff 60%, hsla(0, 0%, 100%, 0));
  left: 0;
  right: auto;
}
[dir="rtl"] .nav-main .scroll-btn i {
  transform: scaleX(-1);
}
[dir="rtl"] .location-modal .btn-reset-location-input {
  left: 0;
  right: auto;
}
[dir="rtl"] .profile-dropdown .a-profile img {
  float: right;
  margin-left: 8px;
  margin-right: 0;
}
[dir="rtl"] .profile-dropdown .dropdown-menu li a {
  text-align: right;
}
[dir="rtl"] .profile-dropdown .dropdown-menu li a i {
  margin-left: 5px;
  margin-right: 0;
}
[dir="rtl"] .language-dropdown .nav-link .icon-arrow-down {
  margin-left: 0;
  margin-right: 4px;
}
[dir="rtl"] .profile-dropdown .dropdown-menu li a .icon,
[dir="rtl"] .profile-dropdown .dropdown-menu li button .icon {
  margin-left: 8px;
  margin-right: 0;
}
[dir="rtl"] .language-dropdown .flag {
  margin-left: 5px;
  margin-right: 0;
}
[dir="rtl"] .language-dropdown .dropdown-menu a {
  text-align: right;
}
[dir="rtl"] .nav-top .nav-top-left {
  padding-left: 5px;
  padding-right: 15px;
}
[dir="rtl"] .nav-top .nav-top-right {
  padding-left: 15px !important;
  padding-right: 0 !important;
}
[dir="rtl"] .nav-top .nav-top-left .logo {
  margin-left: 15px;
  margin-right: 0;
}
[dir="rtl"] .search-select button {
  border-radius: 0 25px 25px 0;
  padding-left: 20px;
  padding-right: 15px;
  text-align: right;
}
[dir="rtl"] .top-search-bar .input-search {
  border-left: 0 !important;
  border-radius: 25px 0 0 25px;
  border-right: 1px solid #efefef !important;
  padding-left: 40px;
  padding-right: 15px;
}
[dir="rtl"] .search-select .dropdown-menu {
  left: auto !important;
  right: 0 !important;
}
[dir="rtl"] .search-select .dropdown-menu .dropdown-item {
  text-align: right;
}
[dir="rtl"] .top-search-bar .btn-search {
  left: 0 !important;
  right: auto !important;
}
[dir="rtl"] .search-select-caret {
  left: 5px;
  position: absolute;
  right: auto;
}
[dir="rtl"] .search-results-ajax ul li a .left {
  padding-left: 15px;
  padding-right: 0;
}
[dir="rtl"] .bi-arrow-right {
  transform: rotate(180deg);
}
[dir="rtl"] .nav-top .nav-top-right .nav {
  float: left;
}
[dir="rtl"] .nav-top .nav-top-right .nav > li > .btn-sell-now {
  margin-left: 0;
  margin-right: 8px !important;
}
[dir="rtl"] .mega-menu .menu-subcategories,
[dir="rtl"] .mega-menu .nav-category-image a span {
  text-align: right;
}
[dir="rtl"] .navbar .mega-menu .dropdown-menu-large .left {
  border-left: 1px solid #eee;
  border-right: 0;
  padding: 15px 15px 30px 0;
}
[dir="rtl"] .nav-mobile {
  left: auto;
  right: 0;
}
[dir="rtl"] #navbar_mobile_back_button .nav-link,
[dir="rtl"] .nav-mobile .navbar-nav .nav-item,
[dir="rtl"] .nav-mobile .navbar-nav .nav-item .nav-link {
  text-align: right;
}
[dir="rtl"] .nav-mobile .navbar-nav .nav-item .nav-link .icon-arrow-right {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  float: left;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
[dir="rtl"] .nav-mobile .profile-dropdown .image-profile-drop .icon-arrow-down {
  left: 0;
  right: auto;
}
[dir="rtl"] .top-bar .navbar-nav .nav-item .nav-link i {
  margin-left: 0;
  margin-right: 5px;
}
[dir="rtl"] .top-bar .navbar-nav .nav-item .btn-modal-location i {
  margin-left: 5px;
  margin-right: 0;
}
[dir="rtl"] .dropdown-menu-large .left .large-menu-item a {
  text-align: right;
}
[dir="rtl"] .nav-mobile .profile-dropdown .image-profile-drop img {
  margin-left: 10px;
  margin-right: 0;
}
[dir="rtl"] .dropdown-menu-large .left .large-menu-item a i {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  left: 15px;
  right: auto;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
[dir="rtl"] .mega-menu .dropdown-menu-more-items {
  left: 0;
  right: auto;
}
[dir="rtl"] .mobile-language-options {
  text-align: right;
}
[dir="rtl"] .mobile-language-options li {
  margin-left: 6px;
  margin-right: 0;
}
[dir="rtl"] .nav-mobile .profile-dropdown .dropdown-menu {
  left: auto !important;
  right: 34px !important;
}
[dir="rtl"] .nav-mobile .mobile-flex-dropdowns .dropdown-menu {
  left: 0 !important;
}
[dir="rtl"] .profile-dropdown .dropdown-menu li a svg {
  margin-right: 0;
}
[dir="rtl"]
  .dropdown-menu-large
  .right
  .large-menu-content
  .item-large-menu-content {
  text-align: right;
}
[dir="rtl"] .nav-mobile .mobile-flex-dropdowns .dropdown-menu {
  left: 5px !important;
}
[dir="rtl"] .section-main-slider .main-slider .swiper-button-next {
  left: 3rem;
  right: auto;
}
[dir="rtl"] .section-main-slider .main-slider .swiper-button-prev {
  left: auto;
  right: 3rem;
}
[dir="rtl"] .main-slider .item .caption,
[dir="rtl"] .main-slider .item .caption .title {
  text-align: right;
}
[dir="rtl"] .product-item-rating .rating {
  float: right;
}
[dir="rtl"] .product-item-rating .item-wishlist {
  float: left;
}
[dir="rtl"] .product-item-rating .item-wishlist i {
  margin-left: 5px;
  margin-right: 0;
}
[dir="rtl"] .product-item .item-meta .a-meta-request-quote {
  float: right;
}
[dir="rtl"] .discount-original-price {
  margin-left: 5px;
  margin-right: 0;
}
[dir="rtl"] .blog-post-title,
[dir="rtl"] .section .title,
[dir="rtl"] .section .title-exp {
  text-align: right;
}
[dir="rtl"] .blog-post-meta a,
[dir="rtl"] .blog-post-meta span {
  margin-left: 10px;
  margin-right: 0;
}
[dir="rtl"] .blog-post-meta a i,
[dir="rtl"] .blog-post-meta span i {
  margin-left: 8px !important;
  margin-right: 1px !important;
}
[dir="rtl"] #footer .footer-social-links ul li {
  float: right;
  margin-left: 10px;
  margin-right: 0;
}
[dir="rtl"] #footer .newsletter .newsletter-inner button {
  border-radius: 3px 0 0 3px;
}
[dir="rtl"] #footer .footer-bottom .copyright {
  text-align: right;
}
[dir="rtl"] #footer .nav-footer-bottom {
  text-align: left;
}
[dir="rtl"] #footer .nav-footer-bottom li {
  margin-left: 0;
  margin-right: 10px;
}
[dir="rtl"] .product-sort-by {
  float: left;
}
[dir="rtl"] .product-sort-by .sort-select {
  margin-left: 0;
  margin-right: 15px;
}
[dir="rtl"] .breadcrumb-item + .breadcrumb-item:before {
  padding-left: 4px;
  padding-right: 4px;
}
[dir="rtl"] .product-filters .filter-item .filter-list-categories-parent {
  float: right;
  width: auto;
}
[dir="rtl"] .product-filters .filter-item .filter-list-categories-parent svg {
  float: left;
  top: 1px;
}
[dir="rtl"] .product-filters .filter-item .filter-list-subcategories li.li-sub {
  padding-left: 0;
  padding-right: 10px;
}
[dir="rtl"] .custom-control-input {
  left: auto;
  position: absolute;
  right: 0;
}
[dir="rtl"]
  .product-filters
  .filter-item
  .filter-list
  li
  a
  .custom-checkbox
  label {
  right: 1.7rem;
}
[dir="rtl"] .custom-checkbox .custom-control-label:after,
[dir="rtl"] .custom-checkbox .custom-control-label:before {
  left: auto;
  right: -1.7rem;
}
[dir="rtl"] .filter-reset-tag {
  float: right;
  margin-left: 10px;
  margin-right: 0;
}
[dir="rtl"] .filter-reset-tag .right {
  padding-left: 12px;
  padding-right: 0;
}
[dir="rtl"] .btn-filter-price {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
[dir="rtl"] .profile-page-top {
  float: right;
}
[dir="rtl"] .profile-details .left {
  padding-left: 30px;
  padding-right: 0;
  text-align: right;
}
[dir="rtl"] .row-custom {
  float: right;
  text-align: right;
}
[dir="rtl"] .icon-verified-member,
[dir="rtl"] .profile-details .username {
  float: right;
}
[dir="rtl"] .profile-details .p-last-seen {
  text-align: right;
}
[dir="rtl"] .profile-details .user-contact .info {
  border-left: 1px solid #e1e3df;
  border-right: 0;
  margin-left: 15px;
  margin-right: 0;
  padding-left: 15px;
  padding-right: 0;
}
[dir="rtl"] .profile-details .user-contact .info i {
  margin-left: 10px;
  margin-right: 0;
}
[dir="rtl"] .profile-details .user-contact .info:last-child {
  margin-right: 0;
  padding-right: 0;
}
[dir="rtl"] .profile-number-sales {
  float: right;
}
[dir="rtl"] .profile-rating {
  float: right;
  margin-left: 20px;
  margin-right: 0;
}
[dir="rtl"] .profile-buttons .social {
  float: right;
  text-align: right;
}
[dir="rtl"] .profile-buttons .social ul li {
  margin-left: 5px;
  margin-right: 0;
}
[dir="rtl"] .nav-tabs-profile {
  padding: 0 !important;
}
[dir="rtl"] .sidebar-tabs .nav {
  padding: 0;
}
[dir="rtl"] .sidebar-tabs .nav .nav-item {
  text-align: right;
}
[dir="rtl"] .sidebar-tabs .nav .nav-item .nav-link .count {
  float: left;
}
[dir="rtl"] .rate-product,
[dir="rtl"] .rate-product .rating-stars,
[dir="rtl"] .rate-product label,
[dir="rtl"] .rating {
  float: right;
}
[dir="rtl"] .rate-product label i {
  margin-left: 4px;
  margin-right: 0;
}
[dir="rtl"] .btn i {
  margin-left: 8px;
  margin-right: 0;
}
[dir="rtl"] .dropdown-item {
  text-align: right;
}
[dir="rtl"] .follower-item,
[dir="rtl"] .follower-item .img-profile,
[dir="rtl"] .follower-item .username {
  float: right;
}
[dir="rtl"] .list-reviews {
  padding: 0;
}
[dir="rtl"] .reviews-container .list-reviews .media img {
  margin-left: 20px;
  margin-right: 0;
}
[dir="rtl"] .reviews-container .review-total .rating {
  margin-left: 10px;
  margin-right: 0;
}
[dir="rtl"] .product-slider-container .left {
  padding-left: 5px;
  padding-right: 0;
}
[dir="rtl"] .product-content-details .meta .product-details-user {
  float: right;
}
[dir="rtl"] .product-content-details .product-details-review {
  margin-left: 0;
}
[dir="rtl"] .product-content-details .product-details-review .review-text {
  margin-left: 0;
  margin-right: 5px;
}
[dir="rtl"] .product-content-details .meta span {
  float: left;
  margin-left: 0;
  margin-right: 15px;
}
[dir="rtl"] .product-content-details .meta span i {
  margin-left: 5px;
  margin-right: 0;
}
[dir="rtl"] .btn-contact-seller {
  float: left;
}
[dir="rtl"] .product-content-details .details .item-details .left,
[dir="rtl"] .product-content-details .details .item-details .right {
  text-align: right;
}
[dir="rtl"] .product-content-details .details span {
  float: right;
}
[dir="rtl"] .custom-control-variation {
  float: right;
  margin: 0 0 15px 10px;
}
[dir="rtl"] .product-add-to-cart-container .number-spinner {
  float: right;
  margin-left: 15px;
  margin-right: 0;
}
[dir="rtl"] .number-spinner .btn-spinner-plus {
  border-left: 0;
  border-right: 1px solid #e4e4e4;
}
[dir="rtl"] .number-spinner .btn-spinner-minus {
  border-left: 1px solid #e4e4e4;
  border-right: 0;
}
[dir="rtl"] .product-add-to-cart-container .button-container {
  float: right;
  margin-left: 15px;
  margin-right: 0;
}
[dir="rtl"] .btn-wishlist {
  text-align: right;
}
[dir="rtl"] .btn-wishlist i {
  margin-left: 8px;
  margin-right: 0;
}
[dir="rtl"] .product-share label {
  float: right;
}
[dir="rtl"] .product-share ul {
  float: right;
  text-align: right;
}
[dir="rtl"] .product-description .nav-tabs {
  padding-right: 0;
}
[dir="rtl"] .product-description .nav-tabs .nav-item .nav-link {
  margin-left: 5px;
  margin-right: 0;
}
[dir="rtl"] .table-product-shipping td,
[dir="rtl"] .table-product-shipping th {
  padding-left: 0;
  padding-right: 20px;
}
[dir="rtl"] .col-comments-inner {
  border-left: 0;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  padding-left: 0;
  padding-right: 30px;
}
[dir="rtl"] .comments-container .label-comment {
  float: right;
}
[dir="rtl"] .comments .comment-list li .left {
  text-align: right;
}
[dir="rtl"] .comments .comment-list li .right .username {
  float: right;
}
[dir="rtl"] .comments .comment-list li .right .date {
  margin-left: 15px;
}
[dir="rtl"] .comments .comment-list li .right .btn-reply,
[dir="rtl"] .comments .comment-list li .right a {
  float: right;
}
[dir="rtl"] #single-song-player .bottom-container,
[dir="rtl"] .player-control-container button {
  direction: ltr !important;
}
[dir="rtl"] .player-control-container button i {
  margin-left: 0 !important;
  margin-right: 8px !important;
}
[dir="rtl"] .label-instant-download i {
  margin-left: 10px;
  margin-right: 0;
}
[dir="rtl"] .btn-product-cart {
  text-align: right;
}
[dir="rtl"] .custom-checkbox {
  padding-left: 0 !important;
  padding-right: 1.7rem !important;
}
[dir="rtl"] .product-filters .custom-checkbox {
  padding: 0;
}
[dir="rtl"] .messages-content .messages-list .message-list-item,
[dir="rtl"] .messages-head .sender-head .left .img-profile {
  float: right;
}
[dir="rtl"] .message-notification {
  left: auto;
  right: 15px;
}
[dir="rtl"] .messages-content .messages-list .message-list-item {
  direction: ltr;
}
[dir="rtl"]
  .messages-content
  .messages-list
  .message-list-item
  .message-list-item-row-received
  .user-message
  .message-text,
[dir="rtl"]
  .messages-content
  .messages-list
  .message-list-item
  .message-list-item-row-sent
  .user-message
  .message-text {
  text-align: right;
}
[dir="rtl"] .table-item-product .right {
  padding-left: 0;
  padding-right: 15px;
}
[dir="rtl"] .modal-footer {
  justify-content: flex-start;
}
[dir="rtl"]
  .custom-control-variation
  .custom-control-label-image
  .img-variation-option,
[dir="rtl"] .shopping-cart .item .img-cart-product img {
  float: left;
}
[dir="rtl"] .btn-filter-products-mobile {
  text-align: right;
}
[dir="rtl"] .float-right {
  float: left !important;
}
[dir="rtl"] .float-left {
  float: right !important;
}
[dir="rtl"] .shopping-cart .item .list-item label {
  margin-left: 5px;
  margin-right: 0;
}
[dir="rtl"] .shopping-cart .item .img-cart-product {
  float: right;
}
[dir="rtl"] .custom-radio .custom-control-label {
  padding-right: 1.7rem;
}
[dir="rtl"] .custom-radio .custom-control-label:after,
[dir="rtl"] .custom-radio .custom-control-label:before {
  left: auto;
  right: 0;
}
[dir="rtl"] .bank-account-container {
  text-align: right;
}
[dir="rtl"] .btn-view-invoice {
  left: 15px;
  right: auto;
}
[dir="rtl"] .span-product-dtl-table {
  float: right;
}
[dir="rtl"] .modal-custom .modal-header .close {
  left: 0;
  right: auto;
  top: 0;
}
[dir="rtl"] .modal-custom .btn-file-upload {
  margin-right: 0;
}
[dir="rtl"] .btn-social {
  text-align: right;
}
[dir="rtl"] .input-group-location .icon-map-marker {
  left: auto;
  right: 14px;
}
[dir="rtl"] .btn-reset-location-input {
  left: 14px;
  right: auto;
}
[dir="rtl"] .input-group-location input {
  padding-left: 20px;
  padding-right: 35px;
}
[dir="rtl"] .search-results-ajax ul li a i {
  margin-left: 10px;
  margin-right: 0;
}
[dir="rtl"] .images-exp i {
  margin-left: 5px;
  margin-right: 0;
}
[dir="rtl"] .btn-generate-sku {
  left: 7px;
  right: auto;
}
[dir="rtl"] .modal-header .close {
  left: 0;
  margin: 0 !important;
  position: absolute;
  right: auto;
  top: 0;
}
[dir="rtl"] .input-group-text {
  border-radius: 0 0.1875rem 0.1875rem 0 !important;
}
[dir="rtl"] .input-group input {
  border-radius: 0.1875rem !important;
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
[dir="rtl"] .m-r-10 {
  margin-left: 10px;
  margin-right: 0;
}
[dir="rtl"] .alert-dismissible {
  padding-left: 4rem;
  padding-right: 1.25rem;
}
[dir="rtl"] .alert-dismissible .close {
  left: 0;
  right: auto;
}
[dir="rtl"] .nav-mobile-header-container .menu-icon {
  text-align: right;
}
[dir="rtl"] .nav-mobile-header-container .mobile-cart,
[dir="rtl"] .nav-mobile-header-container .mobile-search {
  text-align: left;
}
[dir="rtl"] .member-list-item .left,
[dir="rtl"] .member-list-item .right,
[dir="rtl"] .page-contact .contact-item i {
  text-align: right;
}
[dir="rtl"] .reviews-container .media .media-body strong {
  float: right;
}
[dir="rtl"] .blog-section-title {
  text-align: right;
}
[dir="rtl"] .blog-section-title:after {
  left: auto;
  right: 0;
}
[dir="rtl"] .blog-item-small .blog-post-title {
  text-align: right;
}
[dir="rtl"] .blog-content .blog-tags ul li,
[dir="rtl"] .blog-content .post-tags ul,
[dir="rtl"] .blog-content .post-tags ul li {
  float: right;
}
[dir="rtl"] .post-content .post-share .title {
  margin-left: 15px;
}
[dir="rtl"] .blog-comments li .left,
[dir="rtl"] .blog-content .post-content .related-posts .blog-post-meta {
  text-align: right;
}
[dir="rtl"] .blog-comments li .right p {
  display: block;
  float: right;
  width: 100%;
}
[dir="rtl"] .blog-comments li .right p .date {
  float: right;
}
[dir="rtl"] .blog-comments li .right p .btn-delete-comment {
  float: right;
  margin-left: auto;
  margin-right: 15px;
}
[dir="rtl"] .filter-item .price-filter-inputs span {
  float: right;
}
[dir="rtl"] .select2-selection__arrow {
  left: 10px !important;
}
[dir="rtl"] .btn-social svg {
  margin-left: 15px;
}
[dir="rtl"] .profile-search button {
  left: 0;
  right: auto;
}
[dir="rtl"] .profile-buttons .buttons {
  float: right;
  margin-left: 30px;
  margin-right: 0;
}
[dir="rtl"] .profile-buttons .buttons button {
  margin-left: 10px;
  margin-right: 0;
}
[dir="rtl"] .filter-reset-tag-container {
  float: right;
}
[dir="rtl"] .product-filters .filter-item .filter-list-subcategories {
  padding: 0;
}
[dir="rtl"] .dropdown-shipping-options {
  left: 5px;
  right: auto;
}
[dir="rtl"] .cart-shipping-loader {
  float: right;
  text-align: right;
}
[dir="rtl"] .message-notification-mobile {
  left: auto !important;
  right: 32px !important;
}
[dir="rtl"] .top-menu-dropdown .flag {
  margin-left: 5px;
  margin-right: 0;
}
[dir="rtl"] .top-menu-dropdown .dropdown-menu li a,
[dir="rtl"] .top-menu-dropdown .dropdown-menu li button {
  text-align: right;
}
[dir="rtl"] .support .search button {
  left: 14px;
  right: auto;
}
[dir="rtl"] .mds-svg-icon {
  margin-left: 5px;
  margin-right: auto;
}
[dir="rtl"] .ul-support-articles {
  border-left: 1px solid #eee;
  border-right: 0 !important;
  padding-left: 10px !important;
  padding-right: 0 !important;
}
[dir="rtl"] .all-help-topics i {
  display: none;
}
[dir="rtl"] .all-help-topics {
  margin-right: 12px;
}
[dir="rtl"] .need-more-help-article {
  text-align: right !important;
}
[dir="rtl"] .newsletter .newsletter-button {
  border-radius: 3px 0 0 3px;
}
[dir="rtl"] .support .page-title-ticket {
  float: right;
}
[dir="rtl"] .ticket-content .media .date {
  left: 20px;
  right: auto;
}
[dir="rtl"] .ticket-content .media .img-profile {
  margin-left: 15px;
  margin-right: 0;
}
[dir="rtl"] .ticket-container ul {
  padding: 0 !important;
}
[dir="rtl"] .support .uploaded-files .item .item-inner a {
  margin-left: 0;
  margin-right: 10px;
}
[dir="rtl"] .shops-search-container {
  float: left;
}
[dir="rtl"] .shops-search-container .search button {
  left: 22px;
  right: auto;
}
[dir="rtl"] #footer .footer-payment-icons img,
[dir="rtl"] .nav-payout-accounts a,
[dir="rtl"] .nav-tabs-wallet .nav-item .nav-link {
  margin-left: 10px;
  margin-right: 0;
}
[dir="rtl"] .coupon-item .coupon-img {
  border-left: 3px dotted #c1c1c1;
  border-right: 0;
  padding-left: 12px;
  padding-right: 0;
}
[dir="rtl"] .coupon-item .content {
  padding-left: 0;
  padding-right: 24px;
}
[dir="rtl"] .coupon-item .coupon-code .code {
  border: 1px dashed #888 !important;
  border-left: 0 !important;
}
[dir="rtl"] .coupon-item .coupon-code button {
  border-radius: 2px 0 0 2px;
}
[dir="rtl"] .btn-product-cart .btn-cart-icon {
  margin-left: 5px;
  margin-right: 0;
}
[dir="rtl"] .modal-send-message .left {
  padding-left: 10px;
  padding-right: 0;
}
[dir="rtl"] .modal-send-message .user-contact-modal .right .info i {
  margin-left: 8px !important;
  margin-right: 0 !important;
}
[dir="rtl"] .alert svg {
  margin-left: 10px;
  margin-right: 0;
}
[dir="rtl"] .chat-left-inner {
  border-left: 1px solid #e5eaef;
  border-right: 0;
}
[dir="rtl"] .chat .chat-content .chat-input .btn {
  left: 30px;
  right: auto;
}
[dir="rtl"] .chat .chat-content .chat-input input {
  padding: 10px 24px 10px 48px;
}
[dir="rtl"] .chat .chat-user .user-img {
  margin-left: 10px;
  margin-right: 0;
}
[dir="rtl"] .chat-header .topic {
  margin-left: 0;
  margin-right: 64px;
}
[dir="rtl"] .chat .chat-user .chat-badge-online,
[dir="rtl"] .chat-left .chat-search i {
  left: 10px;
  right: auto;
}
[dir="rtl"] .chat-left .chat-contacts .item .item-img {
  margin-left: 15px;
  margin-right: 0;
}
[dir="rtl"] .btn-open-chat-contacts {
  left: auto;
  right: 0;
}
[dir="rtl"] #navbar_mobile_back_button .icon-angle-left:before,
[dir="rtl"] .btn-open-chat-contacts svg {
  transform: rotate(180deg);
}
[dir="rtl"] .btn-logout,
[dir="rtl"] .product-filters .filter-item .collapse-title .btn {
  text-align: right;
}
[dir="rtl"] .product-filters .filter-item .collapse-title .btn:after {
  left: 0;
  right: auto;
}
[dir="rtl"] .modal-newsletter .newsletter-form {
  padding: 15px 0 15px 30px;
}
[dir="rtl"] .modal-newsletter .modal-body .close {
  left: 15px;
  right: auto;
}
[dir="rtl"] .modal-product-cart .modal-body .col-right {
  border-left: 0;
  border-right: 1px solid #eee;
  padding-left: 15px;
  padding-right: 20px;
}
[dir="rtl"] .product-content-details .lbl-sold,
[dir="rtl"] .product-content-details .price .lbl-price {
  float: right;
  margin-left: 10px;
  margin-right: 0;
}
[dir="rtl"] .modal-product-cart .details {
  padding-left: 0;
  padding-right: 15px;
}
[dir="rtl"] .product-content-details .product-analytics {
  float: left;
}
[dir="rtl"] .container-filter-products-mobile .btn-filter-products-mobile .btn,
[dir="rtl"] .container-filter-products-mobile .product-sort-by .dropdown .btn {
  text-align: right;
}
[dir="rtl"] .product-delivery-est .item .result-delivery {
  margin-left: 8px;
  margin-right: 0;
}
[dir="rtl"] .section-affiliate .main-title {
  text-align: right;
}
[dir="rtl"] .section-affiliate .affiliate-image {
  padding-left: 0;
  padding-right: 30px;
}
[dir="rtl"] .section-affiliate .affiliate-description {
  text-align: right;
}
[dir="rtl"] .section-affiliate .accordion-box .btn {
  padding-left: 50px;
  padding-right: 30px;
  text-align: right;
}
[dir="rtl"] .section-affiliate .accordion-box .btn:after {
  left: 25px;
  right: auto;
}
[dir="rtl"] .text-right {
  text-align: left !important;
}
@media (min-width: 992px) {
  [dir="rtl"] .file-manager-footer {
    margin-left: auto !important;
    margin-right: 235px !important;
    text-align: left;
    width: 100%;
  }
  [dir="rtl"] .file-manager-footer .btn-danger {
    float: right;
  }
  [dir="rtl"] .file-manager-footer .btn-info {
    float: right;
    margin-right: 5px;
  }
}
@media (max-width: 992px) {
  [dir="rtl"] .top-search-bar .input-search {
    border-radius: 4px 0 0 4px;
  }
  [dir="rtl"] .search-select button {
    border-radius: 0 4px 4px 0;
  }
  [dir="rtl"] .search-select .dropdown-menu {
    left: auto !important;
    right: 0 !important;
  }
  [dir="rtl"] .profile-details .user-contact .info {
    padding-right: 0 !important;
    text-align: right;
  }
  [dir="rtl"] .profile-details .user-contact .info i {
    margin-left: 10px;
    margin-right: 0;
  }
  [dir="rtl"] .profile-buttons .social ul {
    float: right;
  }
  [dir="rtl"] .chat-right .chat-header .chat-user {
    padding-left: 0;
    padding-right: 23px;
  }
  [dir="rtl"] .section-main-slider .main-slider .swiper-button-next {
    left: 1rem;
  }
  [dir="rtl"] .section-main-slider .main-slider .swiper-button-prev {
    right: 1rem;
  }
}
@media (max-width: 768px) {
  [dir="rtl"] .shopping-cart .item .cart-item-image {
    padding-left: 10px;
    padding-right: 0;
  }
  [dir="rtl"] .profile-buttons .buttons {
    float: right;
    text-align: right;
  }
}
@media (max-width: 480px) {
  [dir="rtl"] .product-content-details .price .lbl-price {
    float: right;
  }
  [dir="rtl"] .product-content-details .price .discount-rate {
    float: right;
    margin-left: 0;
    margin-right: 10px;
  }
  [dir="rtl"] .product-content-details .btn-contact-seller,
  [dir="rtl"] .product-content-details .product-analytics {
    float: right;
  }
  [dir="rtl"] .product-content-details .product-analytics span {
    float: right;
    margin-left: 15px;
    margin-right: 0;
  }
}
@keyframes slidein {
  0% {
    margin-left: 0;
    margin-right: 100%;
    width: 300%;
  }
  to {
    margin-left: 100%;
    margin-right: 0;
    width: 100%;
  }
}
@font-face {
  font-display: swap;
  font-family: mds-icons;
  font-style: normal;
  font-weight: 400;
  src: url(icon-font/mds-icons.woff2) format("woff2"),
    url(icon-font/mds-icons.woff) format("woff");
}
[class*=" icon-"]:before,
[class^="icon-"]:before {
  font-family: mds-icons;
  font-style: normal;
  font-weight: 400;
  speak: never;
  display: inline-block;
  font-variant: normal;
  line-height: 1em;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  width: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-angle-left:before {
  content: "\e800";
}
.icon-arrow-left:before {
  content: "\e801";
}
.icon-arrow-up:before {
  content: "\e802";
}
.icon-admin:before {
  content: "\e803";
}
.icon-angle-down:before {
  content: "\e804";
}
.icon-circle:before {
  content: "\e805";
}
.icon-calendar:before {
  content: "\e806";
}
.icon-angle-up:before {
  content: "\e807";
}
.icon-angle-right:before {
  content: "\e808";
}
.icon-arrow-down:before {
  content: "\e809";
}
.icon-backward:before {
  content: "\e80a";
}
.icon-arrow-right:before {
  content: "\e80b";
}
.icon-arrow-slider-left:before {
  content: "\e80c";
}
.icon-edit:before {
  content: "\e80d";
}
.icon-download:before {
  content: "\e80e";
}
.icon-arrow-slider-right:before {
  content: "\e80f";
}
.icon-cart-solid:before {
  content: "\e810";
}
.icon-check-thin:before {
  content: "\e811";
}
.icon-cart:before {
  content: "\e812";
}
.icon-comment:before {
  content: "\e813";
}
.icon-credit-card:before {
  content: "\e814";
}
.icon-close:before {
  content: "\e815";
}
.icon-check:before {
  content: "\e816";
}
.icon-discord:before {
  content: "\e817";
}
.icon-dashboard:before {
  content: "\e818";
}
.icon-clock:before {
  content: "\e819";
}
.icon-bank:before {
  content: "\e81a";
}
.icon-download-solid:before {
  content: "\e81b";
}
.icon-envelope:before {
  content: "\e81c";
}
.icon-exclamation-circle:before {
  content: "\e81d";
}
.icon-facebook:before {
  content: "\e81e";
}
.icon-eye:before {
  content: "\e81f";
}
.icon-linkedin:before {
  content: "\e820";
}
.icon-folder:before {
  content: "\e821";
}
.icon-file-archive:before {
  content: "\e822";
}
.icon-image:before {
  content: "\e823";
}
.icon-heart-o:before {
  content: "\e824";
}
.icon-heart:before {
  content: "\e825";
}
.icon-mail:before {
  content: "\e826";
}
.icon-filter:before {
  content: "\e827";
}
.icon-pinterest:before {
  content: "\e828";
}
.icon-phone:before {
  content: "\e829";
}
.icon-globe:before {
  content: "\e82a";
}
.icon-price-tag:before {
  content: "\e82b";
}
.icon-forward:before {
  content: "\e82c";
}
.icon-print:before {
  content: "\e82d";
}
.icon-instagram:before {
  content: "\e82e";
}
.icon-reply:before {
  content: "\e82f";
}
.icon-rss:before {
  content: "\e830";
}
.icon-send:before {
  content: "\e831";
}
.icon-question-circle:before {
  content: "\e832";
}
.icon-shopping-bag:before {
  content: "\e833";
}
.icon-language:before {
  content: "\e834";
}
.icon-logout:before {
  content: "\e835";
}
.icon-inbox:before {
  content: "\e836";
}
.icon-star-o:before {
  content: "\e837";
}
.icon-pause:before {
  content: "\e838";
}
.icon-tag:before {
  content: "\e839";
}
.icon-settings:before {
  content: "\e83a";
}
.icon-star:before {
  content: "\e83b";
}
.icon-map-marker:before {
  content: "\e83c";
}
.icon-music:before {
  content: "\e83d";
}
.icon-play:before {
  content: "\e83e";
}
.icon-plus:before {
  content: "\e83f";
}
.icon-price-tag-o:before {
  content: "\e840";
}
.icon-user-minus:before {
  content: "\e841";
}
.icon-user-plus:before {
  content: "\e842";
}
.icon-menu:before {
  content: "\e843";
}
.icon-whatsapp:before {
  content: "\e844";
}
.icon-preview:before {
  content: "\e845";
}
.icon-upload:before {
  content: "\e846";
}
.icon-search:before {
  content: "\e847";
}
.icon-shopping-basket:before {
  content: "\e848";
}
.icon-text-o:before {
  content: "\e849";
}
.icon-times:before {
  content: "\e84a";
}
.icon-telegram:before {
  content: "\e84b";
}
.icon-trash:before {
  content: "\e84c";
}
.icon-wallet:before {
  content: "\e84d";
}
.icon-text:before {
  content: "\e84e";
}
.icon-times-thin:before {
  content: "\e84f";
}
.icon-twitter:before {
  content: "\e850";
}
.icon-tiktok:before {
  content: "\e851";
}
.icon-close-thin:before {
  content: "\e852";
}
.icon-twitch:before {
  content: "\e853";
}
.icon-upload-solid:before {
  content: "\e854";
}
.icon-user:before {
  content: "\e855";
}
.icon-verified:before {
  content: "\e856";
}
.icon-vk:before {
  content: "\e857";
}
.icon-youtube:before {
  content: "\e858";
}

.lista-personalizada {
    list-style-type: circle; /* Viñetas circulares */
    list-style-position: outside;
    color: #333;
  }
  .lista-personalizada li {
    margin-bottom: 5px; /* Espacio entre elementos */
  }
  .lista-con-imagen {
    list-style-image: url('https://via.placeholder.com/15'); /* URL de una imagen placeholder */
    list-style-position: outside;
  }
