@import url(https://fonts.googleapis.com/css?family=Nunito);
@charset "UTF-8";
/*!
 * Bootstrap v4.6.2 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #3490dc;
  --indigo: #6574cd;
  --purple: #9561e2;
  --pink: #f66D9b;
  --red: #e3342f;
  --orange: #f6993f;
  --yellow: #ffed4a;
  --green: #38c172;
  --teal: #4dc0b5;
  --cyan: #6cb2eb;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #3490dc;
  --secondary: #6c757d;
  --success: #38c172;
  --info: #6cb2eb;
  --warning: #ffed4a;
  --danger: #e3342f;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Nunito", sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

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

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

body {
  margin: 0;
  font-family: "Nunito", sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
  color: #212529;
  text-align: left;
  background-color: #f8fafc;
}

[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-top: 0;
  margin-bottom: 0.5rem;
}

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

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

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

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

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

dt {
  font-weight: 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #3490dc;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: rgb(28.75, 104.3214285714, 166.75);
  text-decoration: underline;
}

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

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

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

figure {
  margin: 0 0 1rem;
}

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

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

table {
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

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

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

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

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

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

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

output {
  display: inline-block;
}

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

template {
  display: none;
}

[hidden] {
  display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

small,
.small {
  font-size: 0.875em;
  font-weight: 400;
}

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

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

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

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

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

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

.blockquote-footer {
  display: block;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

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

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

.figure {
  display: inline-block;
}

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

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

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

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

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

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

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333333%;
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

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

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

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

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

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

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgb(198.16, 223.92, 245.2);
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: rgb(149.44, 197.28, 236.8);
}

.table-hover .table-primary:hover {
  background-color: rgb(176.41, 212.0271428571, 241.45);
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(176.41, 212.0271428571, 241.45);
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgb(213.84, 216.36, 218.6);
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: rgb(178.56, 183.24, 187.4);
}

.table-hover .table-secondary:hover {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: rgb(199.28, 237.64, 215.52);
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: rgb(151.52, 222.76, 181.68);
}

.table-hover .table-success:hover {
  background-color: rgb(179.8374712644, 231.5825287356, 201.744137931);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(179.8374712644, 231.5825287356, 201.744137931);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: rgb(213.84, 233.44, 249.4);
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: rgb(178.56, 214.96, 244.6);
}

.table-hover .table-info:hover {
  background-color: rgb(191.3938922156, 221.6825149701, 246.3461077844);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(191.3938922156, 221.6825149701, 246.3461077844);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: rgb(255, 249.96, 204.32);
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: rgb(255, 245.64, 160.88);
}

.table-hover .table-warning:hover {
  background-color: rgb(255, 247.4240883978, 178.82);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(255, 247.4240883978, 178.82);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(247.16, 198.16, 196.76);
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: rgb(240.44, 149.44, 146.84);
}

.table-hover .table-danger:hover {
  background-color: rgb(244.1345762712, 176.2256779661, 174.2854237288);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(244.1345762712, 176.2256779661, 174.2854237288);
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: rgb(253.04, 253.32, 253.6);
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: rgb(251.36, 251.88, 252.4);
}

.table-hover .table-light:hover {
  background-color: rgb(238.165, 240.57, 242.975);
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: rgb(238.165, 240.57, 242.975);
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: rgb(198.16, 199.84, 201.52);
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: rgb(149.44, 152.56, 155.68);
}

.table-hover .table-dark:hover {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}

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

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

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: rgb(69.1465517241, 77.125, 85.1034482759);
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: rgb(160.75, 203.4642857143, 238.75);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
}
.form-control::-moz-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=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

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

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

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

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.7875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

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

textarea.form-control {
  height: auto;
}

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

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

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

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

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

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

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

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #38c172;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.7875rem;
  line-height: 1.6;
  color: #fff;
  background-color: rgba(56, 193, 114, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

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

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #38c172;
  padding-right: calc(1.6em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2338c172' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.4em + 0.1875rem) center;
  background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #38c172;
  box-shadow: 0 0 0 0.2rem rgba(56, 193, 114, 0.25);
}

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.6em + 0.75rem);
  background-position: top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #38c172;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2338c172' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.8em + 0.375rem) calc(0.8em + 0.375rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #38c172;
  box-shadow: 0 0 0 0.2rem rgba(56, 193, 114, 0.25);
}

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

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #38c172;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #38c172;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: rgb(92.2289156627, 207.7710843373, 141.1445783133);
  background-color: rgb(92.2289156627, 207.7710843373, 141.1445783133);
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(56, 193, 114, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #38c172;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #38c172;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #38c172;
  box-shadow: 0 0 0 0.2rem rgba(56, 193, 114, 0.25);
}

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

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.7875rem;
  line-height: 1.6;
  color: #fff;
  background-color: rgba(227, 52, 47, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #e3342f;
  padding-right: calc(1.6em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e3342f' 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='%23e3342f' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.4em + 0.1875rem) center;
  background-size: calc(0.8em + 0.375rem) calc(0.8em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #e3342f;
  box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.25);
}

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.6em + 0.75rem);
  background-position: top calc(0.4em + 0.1875rem) right calc(0.4em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #e3342f;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23e3342f' 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='%23e3342f' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.8em + 0.375rem) calc(0.8em + 0.375rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #e3342f;
  box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.25);
}

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

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #e3342f;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #e3342f;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: rgb(233.0508474576, 95.8686440678, 91.9491525424);
  background-color: rgb(233.0508474576, 95.8686440678, 91.9491525424);
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #e3342f;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #e3342f;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #e3342f;
  box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.25);
}

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

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 0.9rem;
  line-height: 1.6;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
}
.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 {
  color: #fff;
  background-color: #3490dc;
  border-color: #3490dc;
}
.btn-primary:hover {
  color: #fff;
  background-color: rgb(34.375, 124.7321428571, 199.375);
  border-color: rgb(32.5, 117.9285714286, 188.5);
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: rgb(34.375, 124.7321428571, 199.375);
  border-color: rgb(32.5, 117.9285714286, 188.5);
  box-shadow: 0 0 0 0.2rem rgba(82.45, 160.65, 225.25, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #3490dc;
  border-color: #3490dc;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(32.5, 117.9285714286, 188.5);
  border-color: rgb(30.625, 111.125, 177.625);
}
.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(82.45, 160.65, 225.25, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: rgb(90.2703862661, 97.7929184549, 104.4796137339);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  box-shadow: 0 0 0 0.2rem rgba(130.05, 137.7, 144.5, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  border-color: rgb(78.4506437768, 84.9881974249, 90.7993562232);
}
.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 rgba(130.05, 137.7, 144.5, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #38c172;
  border-color: #38c172;
}
.btn-success:hover {
  color: #fff;
  background-color: rgb(47.3975903614, 163.3524096386, 96.4879518072);
  border-color: rgb(44.5301204819, 153.4698795181, 90.6506024096);
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: rgb(47.3975903614, 163.3524096386, 96.4879518072);
  border-color: rgb(44.5301204819, 153.4698795181, 90.6506024096);
  box-shadow: 0 0 0 0.2rem rgba(85.85, 202.3, 135.15, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #38c172;
  border-color: #38c172;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: rgb(44.5301204819, 153.4698795181, 90.6506024096);
  border-color: rgb(41.6626506024, 143.5873493976, 84.813253012);
}
.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(85.85, 202.3, 135.15, 0.5);
}

.btn-info {
  color: #212529;
  background-color: #6cb2eb;
  border-color: #6cb2eb;
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(74.3308383234, 160.3637724551, 230.4191616766);
  border-color: rgb(63.1077844311, 154.4850299401, 228.8922155689);
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: rgb(74.3308383234, 160.3637724551, 230.4191616766);
  border-color: rgb(63.1077844311, 154.4850299401, 228.8922155689);
  box-shadow: 0 0 0 0.2rem rgba(96.75, 156.85, 205.9, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #212529;
  background-color: #6cb2eb;
  border-color: #6cb2eb;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: rgb(63.1077844311, 154.4850299401, 228.8922155689);
  border-color: rgb(51.8847305389, 148.6062874251, 227.3652694611);
}
.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(96.75, 156.85, 205.9, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffed4a;
  border-color: #ffed4a;
}
.btn-warning:hover {
  color: #212529;
  background-color: rgb(255, 233.1961325967, 35.75);
  border-color: rgb(255, 231.9281767956, 23);
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: rgb(255, 233.1961325967, 35.75);
  border-color: rgb(255, 231.9281767956, 23);
  box-shadow: 0 0 0 0.2rem rgba(221.7, 207, 69.05, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffed4a;
  border-color: #ffed4a;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: rgb(255, 231.9281767956, 23);
  border-color: rgb(255, 230.6602209945, 10.25);
}
.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(221.7, 207, 69.05, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #e3342f;
  border-color: #e3342f;
}
.btn-danger:hover {
  color: #fff;
  background-color: rgb(207.7796610169, 32.9650423729, 27.9703389831);
  border-color: rgb(196.5423728814, 31.1822033898, 26.4576271186);
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: rgb(207.7796610169, 32.9650423729, 27.9703389831);
  border-color: rgb(196.5423728814, 31.1822033898, 26.4576271186);
  box-shadow: 0 0 0 0.2rem rgba(231.2, 82.45, 78.2, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #e3342f;
  border-color: #e3342f;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(196.5423728814, 31.1822033898, 26.4576271186);
  border-color: rgb(185.3050847458, 29.3993644068, 24.9449152542);
}
.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(231.2, 82.45, 78.2, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: rgb(225.6875, 229.875, 234.0625);
  border-color: rgb(218.25, 223.5, 228.75);
  box-shadow: 0 0 0 0.2rem rgba(215.75, 217.2, 218.65, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: rgb(218.25, 223.5, 228.75);
  border-color: rgb(210.8125, 217.125, 223.4375);
}
.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 rgba(215.75, 217.2, 218.65, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: rgb(34.8534482759, 38.875, 42.8965517241);
  border-color: rgb(29.1379310345, 32.5, 35.8620689655);
  box-shadow: 0 0 0 0.2rem rgba(82.45, 87.55, 92.65, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
  border-color: rgb(23.4224137931, 26.125, 28.8275862069);
}
.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.45, 87.55, 92.65, 0.5);
}

.btn-outline-primary {
  color: #3490dc;
  border-color: #3490dc;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #3490dc;
  border-color: #3490dc;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #3490dc;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #3490dc;
  border-color: #3490dc;
}
.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(52, 144, 220, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.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 rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #38c172;
  border-color: #38c172;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #38c172;
  border-color: #38c172;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(56, 193, 114, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #38c172;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #38c172;
  border-color: #38c172;
}
.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(56, 193, 114, 0.5);
}

.btn-outline-info {
  color: #6cb2eb;
  border-color: #6cb2eb;
}
.btn-outline-info:hover {
  color: #212529;
  background-color: #6cb2eb;
  border-color: #6cb2eb;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 178, 235, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #6cb2eb;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #212529;
  background-color: #6cb2eb;
  border-color: #6cb2eb;
}
.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(108, 178, 235, 0.5);
}

.btn-outline-warning {
  color: #ffed4a;
  border-color: #ffed4a;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffed4a;
  border-color: #ffed4a;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 237, 74, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffed4a;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffed4a;
  border-color: #ffed4a;
}
.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, 237, 74, 0.5);
}

.btn-outline-danger {
  color: #e3342f;
  border-color: #e3342f;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #e3342f;
  border-color: #e3342f;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #e3342f;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #e3342f;
  border-color: #e3342f;
}
.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(227, 52, 47, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #3490dc;
  text-decoration: none;
}
.btn-link:hover {
  color: rgb(28.75, 104.3214285714, 166.75);
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

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

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.7875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

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

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

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

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

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 0.9rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

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

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

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

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

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

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: rgb(21.6283783784, 24.25, 26.8716216216);
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #3490dc;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

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

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

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

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.7875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

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

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

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.44rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

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

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.22rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #3490dc;
  background-color: #3490dc;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgb(160.75, 203.4642857143, 238.75);
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: rgb(204.25, 227.25, 246.25);
  border-color: rgb(204.25, 227.25, 246.25);
}
.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 {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.22rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: 1px solid #adb5bd;
}
.custom-control-label::after {
  position: absolute;
  top: 0.22rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

.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,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #3490dc;
  background-color: #3490dc;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(52, 144, 220, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(52, 144, 220, 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,%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(52, 144, 220, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.22rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  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;
}
@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;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(52, 144, 220, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: rgb(160.75, 203.4642857143, 238.75);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.7875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.125rem;
}

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.6em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: rgb(160.75, 203.4642857143, 238.75);
  box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 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 {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.6em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.6;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.6em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.6;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #f8fafc, 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #f8fafc, 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #f8fafc, 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #3490dc;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
}
.custom-range::-webkit-slider-thumb:active {
  background-color: rgb(204.25, 227.25, 246.25);
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #3490dc;
  border: 0;
  border-radius: 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;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb {
  -moz-appearance: none;
       appearance: none;
}
.custom-range::-moz-range-thumb:active {
  background-color: rgb(204.25, 227.25, 246.25);
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #3490dc;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb {
  appearance: none;
}
.custom-range::-ms-thumb:active {
  background-color: rgb(204.25, 227.25, 246.25);
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.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: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

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

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background-color: transparent;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #f8fafc;
  border-color: #dee2e6 #dee2e6 #f8fafc;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #3490dc;
}

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

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.32rem;
  padding-bottom: 0.32rem;
  margin-right: 1rem;
  font-size: 1.125rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

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

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

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.125rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

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

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

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

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

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

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

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

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

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

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

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

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  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-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

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

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

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -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-right-radius: 0;
  border-bottom-left-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 {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #3490dc;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: rgb(28.75, 104.3214285714, 166.75);
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #3490dc;
  border-color: #3490dc;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

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

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

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

.badge:empty {
  display: none;
}

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

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #3490dc;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: rgb(32.5, 117.9285714286, 188.5);
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #38c172;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: rgb(44.5301204819, 153.4698795181, 90.6506024096);
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(56, 193, 114, 0.5);
}

.badge-info {
  color: #212529;
  background-color: #6cb2eb;
}
a.badge-info:hover, a.badge-info:focus {
  color: #212529;
  background-color: rgb(63.1077844311, 154.4850299401, 228.8922155689);
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 178, 235, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffed4a;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: rgb(255, 231.9281767956, 23);
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 237, 74, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #e3342f;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: rgb(196.5423728814, 31.1822033898, 26.4576271186);
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(227, 52, 47, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: rgb(218.25, 223.5, 228.75);
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: rgb(29.1379310345, 32.5, 35.8620689655);
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

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

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

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

.alert-heading {
  color: inherit;
}

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

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

.alert-primary {
  color: rgb(27.04, 74.88, 114.4);
  background-color: rgb(214.4, 232.8, 248);
  border-color: rgb(198.16, 223.92, 245.2);
}
.alert-primary hr {
  border-top-color: rgb(176.41, 212.0271428571, 241.45);
}
.alert-primary .alert-link {
  color: rgb(17.29, 47.88, 73.15);
}

.alert-secondary {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(225.6, 227.4, 229);
  border-color: rgb(213.84, 216.36, 218.6);
}
.alert-secondary hr {
  border-top-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.alert-secondary .alert-link {
  color: rgb(32.5205150215, 35.2305579399, 37.6394849785);
}

.alert-success {
  color: rgb(29.12, 100.36, 59.28);
  background-color: rgb(215.2, 242.6, 226.8);
  border-color: rgb(199.28, 237.64, 215.52);
}
.alert-success hr {
  border-top-color: rgb(179.8374712644, 231.5825287356, 201.744137931);
}
.alert-success .alert-link {
  color: rgb(17.6501204819, 60.8298795181, 35.9306024096);
}

.alert-info {
  color: rgb(56.16, 92.56, 122.2);
  background-color: rgb(225.6, 239.6, 251);
  border-color: rgb(213.84, 233.44, 249.4);
}
.alert-info hr {
  border-top-color: rgb(191.3938922156, 221.6825149701, 246.3461077844);
}
.alert-info .alert-link {
  color: rgb(40.1016909621, 66.0935276968, 87.2583090379);
}

.alert-warning {
  color: rgb(132.6, 123.24, 38.48);
  background-color: rgb(255, 251.4, 218.8);
  border-color: rgb(255, 249.96, 204.32);
}
.alert-warning hr {
  border-top-color: rgb(255, 247.4240883978, 178.82);
}
.alert-warning .alert-link {
  color: rgb(93.0711246201, 86.5013981763, 27.0088753799);
}

.alert-danger {
  color: rgb(118.04, 27.04, 24.44);
  background-color: rgb(249.4, 214.4, 213.4);
  border-color: rgb(247.16, 198.16, 196.76);
}
.alert-danger hr {
  border-top-color: rgb(244.1345762712, 176.2256779661, 174.2854237288);
}
.alert-danger .alert-link {
  color: rgb(75.7881751825, 17.3611678832, 15.6918248175);
}

.alert-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.6, 253.8, 254);
  border-color: rgb(253.04, 253.32, 253.6);
}
.alert-light hr {
  border-top-color: rgb(238.165, 240.57, 242.975);
}
.alert-light .alert-link {
  color: rgb(103.5492351816, 103.98, 104.4107648184);
}

.alert-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(214.4, 215.6, 216.8);
  border-color: rgb(198.16, 199.84, 201.52);
}
.alert-dark hr {
  border-top-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.alert-dark .alert-link {
  color: rgb(4.1779310345, 4.66, 5.1420689655);
}

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

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

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

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

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

.media-body {
  flex: 1;
}

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

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

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #3490dc;
  border-color: #3490dc;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  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-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    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-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    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-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    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-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    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-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 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 {
  color: rgb(27.04, 74.88, 114.4);
  background-color: rgb(198.16, 223.92, 245.2);
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: rgb(27.04, 74.88, 114.4);
  background-color: rgb(176.41, 212.0271428571, 241.45);
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(27.04, 74.88, 114.4);
  border-color: rgb(27.04, 74.88, 114.4);
}

.list-group-item-secondary {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(213.84, 216.36, 218.6);
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: rgb(56.16, 60.84, 65);
  background-color: rgb(200.3075090253, 203.6560288809, 206.6324909747);
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(56.16, 60.84, 65);
  border-color: rgb(56.16, 60.84, 65);
}

.list-group-item-success {
  color: rgb(29.12, 100.36, 59.28);
  background-color: rgb(199.28, 237.64, 215.52);
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: rgb(29.12, 100.36, 59.28);
  background-color: rgb(179.8374712644, 231.5825287356, 201.744137931);
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: rgb(29.12, 100.36, 59.28);
  border-color: rgb(29.12, 100.36, 59.28);
}

.list-group-item-info {
  color: rgb(56.16, 92.56, 122.2);
  background-color: rgb(213.84, 233.44, 249.4);
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: rgb(56.16, 92.56, 122.2);
  background-color: rgb(191.3938922156, 221.6825149701, 246.3461077844);
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: rgb(56.16, 92.56, 122.2);
  border-color: rgb(56.16, 92.56, 122.2);
}

.list-group-item-warning {
  color: rgb(132.6, 123.24, 38.48);
  background-color: rgb(255, 249.96, 204.32);
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: rgb(132.6, 123.24, 38.48);
  background-color: rgb(255, 247.4240883978, 178.82);
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.6, 123.24, 38.48);
  border-color: rgb(132.6, 123.24, 38.48);
}

.list-group-item-danger {
  color: rgb(118.04, 27.04, 24.44);
  background-color: rgb(247.16, 198.16, 196.76);
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: rgb(118.04, 27.04, 24.44);
  background-color: rgb(244.1345762712, 176.2256779661, 174.2854237288);
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(118.04, 27.04, 24.44);
  border-color: rgb(118.04, 27.04, 24.44);
}

.list-group-item-light {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(253.04, 253.32, 253.6);
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: rgb(128.96, 129.48, 130);
  background-color: rgb(238.165, 240.57, 242.975);
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: rgb(128.96, 129.48, 130);
  border-color: rgb(128.96, 129.48, 130);
}

.list-group-item-dark {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(198.16, 199.84, 201.52);
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: rgb(27.04, 30.16, 33.28);
  background-color: rgb(185.0216751269, 187.09, 189.1583248731);
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: rgb(27.04, 30.16, 33.28);
  border-color: rgb(27.04, 30.16, 33.28);
}

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

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

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

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

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  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);
}

.toast-body {
  padding: 0.75rem;
}

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

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

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

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

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

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

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

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

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

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

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    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 {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.7875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

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

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

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

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

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

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

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

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

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

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

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.9rem;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

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

.carousel {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

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

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

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

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

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}
.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: #3490dc !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(32.5, 117.9285714286, 188.5) !important;
}

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(84.3605150215, 91.3905579399, 97.6394849785) !important;
}

.bg-success {
  background-color: #38c172 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(44.5301204819, 153.4698795181, 90.6506024096) !important;
}

.bg-info {
  background-color: #6cb2eb !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(63.1077844311, 154.4850299401, 228.8922155689) !important;
}

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

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(255, 231.9281767956, 23) !important;
}

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

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(196.5423728814, 31.1822033898, 26.4576271186) !important;
}

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

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgb(218.25, 223.5, 228.75) !important;
}

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

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(29.1379310345, 32.5, 35.8620689655) !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: #3490dc !important;
}

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

.border-success {
  border-color: #38c172 !important;
}

.border-info {
  border-color: #6cb2eb !important;
}

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

.border-danger {
  border-color: #e3342f !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;
  border-top-right-radius: 0.25rem !important;
}

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

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

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

.rounded-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 {
  display: block;
  clear: both;
  content: "";
}

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-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: sticky !important;
}

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

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

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

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

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

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(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;
}

.m-0 {
  margin: 0 !important;
}

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

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

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

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

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

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

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

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

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

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

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

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

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

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

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

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

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

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

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

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

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

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

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

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

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

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

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

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

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

.m-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 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

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

a.text-primary:hover, a.text-primary:focus {
  color: rgb(28.75, 104.3214285714, 166.75) !important;
}

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

a.text-secondary:hover, a.text-secondary:focus {
  color: rgb(72.5407725322, 78.5858369099, 83.9592274678) !important;
}

.text-success {
  color: #38c172 !important;
}

a.text-success:hover, a.text-success:focus {
  color: rgb(38.7951807229, 133.7048192771, 78.9759036145) !important;
}

.text-info {
  color: #6cb2eb !important;
}

a.text-info:hover, a.text-info:focus {
  color: rgb(40.6616766467, 142.7275449102, 225.8383233533) !important;
}

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

a.text-warning:hover, a.text-warning:focus {
  color: rgb(252.5, 227.3895027624, 0) !important;
}

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

a.text-danger:hover, a.text-danger:focus {
  color: rgb(174.0677966102, 27.6165254237, 23.4322033898) !important;
}

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

a.text-light:hover, a.text-light:focus {
  color: rgb(203.375, 210.75, 218.125) !important;
}

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

a.text-dark:hover, a.text-dark:focus {
  color: rgb(17.7068965517, 19.75, 21.7931034483) !important;
}

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

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

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

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

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

.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 {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/*
Don't modify this file.
use custom-style.css
/* My Custome Style */
button#coupon-apply {
  padding: 0px 5px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background: #D23799;
  border-color: #D23799;
}

.wish-list-box .dropdown.bootstrap-select.form-control.mb-3.aiz- {
  width: 50%;
  display: flex;
}

p.text-included {
  margin-top: -23px !important;
  margin-left: 13px;
}

.slash-text {
  margin-top: -2px;
  color: #D23799 !important;
}

.text-shopName {
  font-size: 13px;
  color: #000;
  font-weight: 700;
}

.text-delivery {
  color: #D23799;
  font-size: 11px;
  margin-left: 1px;
  margin-top: 6px;
}

p.view-num {
  margin-top: -3px;
}

#sub-thumnail .aiz-carousel .slick-list .slick-track {
  width: 486px;
  transform: translate3d(0px, 0px, 0px) !important;
}

#categorys_page_listing .shop-link {
  font-size: 12px;
}
#categorys_page_listing .free {
  font-size: 12px;
}

.thumb-video:hover {
  border: 1px solid red;
  border-radius: 6px;
  width: 81px !important;
  top: auto;
  padding: 1px 1px 1px 1px;
}

.thumb:hover {
  border: 1px solid red;
  border-radius: 6px;
  width: 81px !important;
  top: auto;
  padding: 1px 1px 1px 1px;
}

.img-list-product {
  height: 74px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 0px;
}

.percent-price {
  padding: 3px 6px;
  color: #fff;
  width: auto;
  margin-top: 0px;
  background: #F37333;
  height: 26px;
  border-radius: 5px;
  margin-left: 5px;
}

.subbox-tracking {
  width: 88%;
}

.chat-pro-track {
  padding: 11px 4px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 10px 0 rgba(0, 0, 0, 0.19);
  padding-right: 10px;
  border-radius: 6px;
  padding-left: 10px;
  margin-top: 2px;
}
.chat-pro-track a {
  color: #D23799;
}

.img-list-product {
  width: 78px !important;
}

img.img-shop-btn {
  width: 18px;
  margin-right: 4px;
}

.video-show:hover {
  max-width: 82px;
  top: 0%;
  border: 2px solid red;
  border-radius: 6px;
}

.sub-card-payments {
  width: 119px;
  margin-left: 8px;
  display: flex;
  padding: 1px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}

.title-pay {
  padding-left: 9px;
  text-align: start;
}

.subtitle-pay {
  padding-left: 9px;
  text-align: start;
}

.card-payments-credit {
  margin-top: 10px !important;
  max-width: 42px !important;
  height: 35px !important;
  margin-left: 12px !important;
}

.card-payments {
  margin-top: 13px;
  max-width: 70px;
  margin-left: 10px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 36px;
  overflow: hidden;
}

.button-shopping .la-shopping-bag:hover {
  color: #fff;
}
.button-shopping .continue:hover {
  color: #fff;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: inherit;
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: inherit;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  font-size: inherit;
}

.shop-name-track {
  text-align: start;
  padding: 0px 59px;
}
.shop-name-track p.name-track {
  font-size: 20px;
  color: #D23799;
  font-weight: 700;
  margin-bottom: -12px;
  margin-top: 25px;
}

.categories {
  margin-top: -17px;
}

#subtotal-price-cart {
  margin-top: -20px !important;
}

.btn-view-product {
  border: 1px solid #D23799;
  border-radius: 6px !important;
  padding: 7px 19px !important;
  margin-left: -17px !important;
  font-size: 15px !important;
  color: #D23799 !important;
}
.btn-view-product a {
  color: #D23799 !important;
}

.btn-soft-configure,
.btn-soft-setting {
  background-color: #D23799 !important;
  border-radius: 6px !important;
  color: #fff !important;
}

.btn-update-email,
.btn-update-profile {
  background-color: #D23799 !important;
  border-radius: 6px !important;
}

.btn-flag-product:hover,
.visit-detail-product:hover {
  border: 1px solid #D23799;
  background: none !important;
  color: #D23799 !important;
}

.visit-detail-product {
  background: #D23799 !important;
  border-radius: 6px !important;
  color: #fff !important;
  width: 77%;
  margin-left: 18px;
}

.close-icon-report {
  color: #D23799 !important;
  font-size: 18px !important;
  opacity: 1.5;
  padding: 8px;
}

.close-icon-card {
  color: #D23799 !important;
  font-size: 33px !important;
  opacity: 1.5;
}

.btn-link-clear {
  color: #D23799 !important;
}

.btn.disabled,
.btn:disabled {
  opacity: 1.65 !important;
}

.btn-link-visitshop {
  color: #D23799 !important;
  font-weight: 600 !important;
}

.bg-dashboard-shop {
  background-color: #D23799 !important;
}

.slider-image-like {
  padding: 7px;
}

button.close.btn-close-summary {
  margin-left: 94% !important;
}

.rating.rating-input {
  margin-top: -18px;
}

.input-help-center {
  width: 44%;
  margin-top: 107px;
}

p.subText-helpcenter.text-end {
  margin-left: 136px;
  text-align: start;
  width: 71%;
  font-size: 18px !important;
  margin-top: -16px !important;
}

p.text-still-new.mt-2 {
  font-size: 40px !important;
  margin-top: 16px !important;
}

li.list-menu-centers a {
  color: #000;
  margin-left: -4px;
  margin-right: 11px;
}

a#topic-help-center {
  color: #bd32a2 !important;
}

div#text-desc-career {
  margin-left: 16px;
}

.selection-location {
  margin-left: -155px;
  margin-top: -7px !important;
}

div#search-career-page {
  margin-left: 18px;
  margin-top: -8px !important;
}

.search-input {
  border-radius: 4px !important;
  padding-left: 29px !important;
}

.search-icons .flash-search-img {
  margin-top: 12px;
  margin-left: 13px;
  background: fixed;
}

div#card-reset-pass {
  border-radius: 16px;
}

.d-flex.scroll-text {
  overflow-x: auto;
}

.column.text-sub-coupon {
  margin-top: 15px;
  margin-left: -14px;
}

.column.text-date-coupon {
  margin-top: 15px;
  margin-left: 17px;
}

.text-title-coupon {
  margin-top: 14px;
  margin-bottom: 32px !important;
}

.btn-save-store .la-heart {
  color: #d83b98;
  font-size: 28px;
}

.buy-now .la-shopping-cart {
  font-size: 24px;
}

.out-of-stock {
  border-radius: 6px !important;
}

.btn-save-product,
.btn-out-of-stock,
.btn-flag-product,
.btn-complete-order,
.btn-continues-payment,
.btn-save-coupon,
.btn-search-upload-file,
.btn-upload-file,
.btn-bulk-product {
  background: #D23799 !important;
  border-radius: 6px !important;
  color: #fff !important;
}

.btn-product-upload,
.btn-setting-save,
.btn-update-email,
.btn-update-profile,
.btn-sold-amount,
.btn-dashboard {
  background: #D23799 !important;
  border-radius: 6px !important;
  color: #fff !important;
}

.btn-add-next,
.btn-add-prev,
.btn-add-file {
  background: #D23799 !important;
  border-radius: 6px !important;
  color: #fff !important;
}

.close-icon-card:hover {
  color: #D23799;
}

.btn-close-cart {
  left: 11%;
}

.upload-img-file {
  height: calc(100vh - 328px);
}

.shop-list-section .slick-list .slick-track {
  margin-left: 0px;
}

.btn-continue-shipping {
  background: #D23799;
  color: #fff !important;
  border-radius: 6px !important;
}

.login-in-cart {
  border-radius: 16px;
}

.btn-view-cart {
  color: #D23799 !important;
  border: 1px solid #D23799;
  border-radius: 9px !important;
}

.btn-checkout-item {
  background: #D23799;
  border-radius: 6px !important;
  color: #fff !important;
}

.btn-back-shopping {
  color: #D23799 !important;
  border: 1px solid #D23799;
  border-radius: 9px !important;
}

.btn-proceed-checkout {
  background: #D23799;
  color: #fff !important;
  border-radius: 9px !important;
}

.gift-nav a:hover {
  color: #fff;
}

span.result-name {
  color: #D23799;
  font-weight: 700;
}

hr.hr {
  margin-top: 7px;
}

.slash-for-nav {
  margin-top: 16px;
  color: #fff;
  margin-left: -12px;
}

ul#langaug-card {
  border-radius: 6px !important;
}

span.language {
  color: #000;
}

i.las.la-search.icon-search-chat {
  font-size: 21px;
  color: #000;
}

i.las.la-angle-right.right-arrow-track {
  margin-left: -9px;
}

.search-icons {
  width: 42px;
  height: 41px;
  border: 1px solid #E2E5EC;
  border-radius: 5px;
  margin-left: 6px;
}

i.las.la-times.fs-20.icon-close-chat {
  color: #D23799;
}

p.text-search-chat {
  font-weight: bold;
  font-size: 14px;
}

.backgroun-card-shop {
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 10px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 38px;
}

.main-banner-chat {
  margin-left: 32px;
  width: 95%;
}

.btn-search-header {
  margin-bottom: 2px;
  margin-top: 3px;
  width: 52px;
  padding: 6px !important;
  margin-right: 3px;
  background-color: #EF1385;
}
.btn-search-header .la-camera {
  color: #fff;
}

li.sub-list-most {
  padding: 4px;
}

ul.txt-list-most {
  display: flex;
  list-style: none;
  font-size: 16px;
  color: rgb(172, 171, 173);
  margin-left: -35px;
}

.back-color-price {
  background: rgb(239, 19, 133);
  padding: 5px;
}

img.ffff {
  width: 85px;
  height: 85px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 101px;
  margin-left: -30px;
}

img.search_kmall {
  width: 15px;
  height: 15px;
}

span.text-chat-k.pl-3 {
  font-weight: 600;
}

img.chat_kmall {
  width: 20px;
  height: 20px;
}

hr.hr-live {
  margin-top: 9px;
}

img.img-icon {
  width: 30px;
  height: 30px;
  padding: 4px;
  margin-top: 9px;
  margin-left: 16px;
}

a.btn.btn-soft-primary.btn-setting {
  width: 194px;
}

a.btn.btn-soft-primary.btn-configure {
  width: 205px;
}

.eye-live {
  font-size: 20px !important;
  padding: 10px !important;
  margin-top: 10px !important;
}

input#search-flash-page {
  width: 78%;
}

.sub-cat-menu.c-scrollbar-light.rounded.shadow-lg.p-4.loaded {
  margin-left: -5px;
}

.btn-send {
  padding: 9px;
}

i.las.la-paper-plane {
  font-size: 35px;
  margin-top: 6px;
  color: #007bff;
}

i.las.la-angle-right.white-right {
  color: white;
}

.aiz-carousel.dots-inside-bottom.mobile-img-auto-height.slick-initialized.slick-slider.slick-dotted {
  margin-left: -35px;
  margin-top: -3px;
}

.aiz-category-menu.bg-white.rounded.shadow-sm {
  max-width: 91%;
}

img.hubeger-menus {
  height: auto;
  margin-top: 7px !important;
}

img.gridview {
  margin-top: 6px !important;
}

.backgound-list-pro {
  background: #fff;
  margin-bottom: -3px;
  border-radius: 6px;
}

.text-view-tap {
  color: #000;
}

.title-coupon {
  text-align: start;
  margin-left: 15px;
  margin-bottom: 24px;
  margin-top: -11px;
}

.activelikepost {
  margin-top: -9px;
}

.la-thumbs-up.active {
  color: blue;
}

i.las.la-thumbs-up.like-button.active {
  margin-top: -14px;
}

i.las.la-thumbs-up.like-button-check {
  margin-top: -11px;
}

.like-button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.like-button.animated {
  animation: pop 0.9s both;
}

.like-button svg {
  opacity: 1;
}

.like-button svg path {
  fill: #333;
  transition: fill 0.4s ease-out;
}

.like-button {
  fill: #2196f3;
}

.activelikepost {
  fill: #2196f3;
}
@keyframes pop {
  0% {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
button.close.my-close-button {
  margin-top: 64px;
  background: #fff;
  border-radius: 100px;
  padding: 0px;
  width: 60px;
  height: 60px;
  margin-right: 495px;
}

.owl-carousel .owl-item img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 431px;
  margin-top: 20px;
}

.slick-list.draggable {
  height: -moz-fit-content;
  height: fit-content;
}

#myModal.modal {
  background-color: rgba(0, 0, 0, 0.6);
}

#myModal .card {
  margin-bottom: 0px;
}

ul#carousel-custom-dots {
  margin-left: -42px;
}

button.owl-dot {
  display: none;
}

li.owl-dot.active {
  margin-top: 5px;
  border: 1px solid red;
  padding: 3px;
  width: 100%;
  height: 105px;
  border-radius: 10px;
  margin-bottom: 10px;
}

button.owl-next {
  margin-top: -50px;
  margin-left: 277px;
}

button.owl-prev {
  margin-right: 154px;
}

.owl-next span,
.owl-prev span {
  font-size: 36px;
}

ul#carousel-custom-dots {
  overflow-x: auto;
  flex-wrap: nowrap;
  height: 433px;
  list-style: none;
  margin-top: 17px;
}

.owl-nav {
  position: absolute;
  margin-top: -240px;
}

img.owl-img-dot.img-fluid {
  width: 100%;
  height: 97px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
  margin-top: 0px;
  margin-bottom: 10px;
}

.owl-controls {
  text-align: center;
}

.owl-controls .owl-dot {
  display: inline-block;
}

.owl-controls .owl-dot span {
  background-color: #333;
  border-radius: 30px;
  display: block;
  height: 12px;
  margin: 5px 7px;
  width: 12px;
  filter: Alpha(Opacity=500); /*IE7 fix*/
  opacity: 0.5;
}

.owl-controls .owl-dot.active span, .owl-controls .owl-dot:hover span {
  filter: Alpha(Opacity=100); /*IE7 fix*/
  opacity: 1;
}

img.img-btn-bottom {
  width: 109px;
  padding: 10px;
  height: 108px;
  border-radius: 15px;
}

.modal-content.contain-slider-img {
  max-width: 544px;
  padding: 20px;
}

img.modal-content.img-show-slider {
  width: 98%;
  margin-left: 5px;
}

a.carousel-control-prev.arrow-left {
  left: 1%;
  top: 106px;
}

a.carousel-control-next.arrow-right {
  left: 92%;
  margin-top: 246px;
}

.img-show-slider {
  height: 544px;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 31px;
  width: 59%;
  margin-left: 307px;
}

.img-show-slider {
  width: 59%;
  margin-left: 307px;
}

#myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

#myImg:hover {
  opacity: 0.7;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
}

/* Modal Content (image) */
#modal-purchase-history {
  margin: auto;
  display: block;
  width: 80%;
  margin-top: -89px;
  max-width: 100%;
}

.modal-content {
  margin: auto;
  display: block;
}

.modal-upload-img {
  margin: auto;
  display: block;
  margin-top: -30px !important;
  width: 80%;
  max-width: 1160px;
}

#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

.modal-content, #caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}
@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.my-close-button {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.my-close-button:hover,
.my-close-button:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }
}
img.img-back-career {
  height: 273px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  border-radius: 6px;
}

input.form-control.px-3.search-shop {
  width: 397px;
  margin-left: 65%;
  margin-top: -21px;
  max-width: 100%;
  padding-left: 48px !important;
}

.input-group-shop {
  width: 100%;
  height: 40px;
  background: #fff;
  padding: 34px;
  border-radius: 8px;
}

img.d-block.mw-100.img-fit.rounded.shadow-sm.overflow-hidden {
  height: 315px;
}

a.btn.button-shop-visit.btn-sm, .btn-group-sm > a.btn.button-shop-visit {
  background: #EF1385;
  color: #fff;
  border-radius: 7px;
}

img.shop-home {
  width: 100%;
  height: 171px;
  border-radius: 10px;
  -o-object-fit: contain;
     object-fit: contain;
}

button.arrow-go {
  background: no-repeat;
  border: none;
  margin-left: -7px;
}

div#product-rounded {
  border-radius: 12px;
}

div#product-my-order {
  border-radius: 8px;
  height: 160px;
  width: 140px;
}

img.img-fit-promotion {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
}

a.text-info-promo {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

div#kmk-my-order {
  margin-left: 12px;
}

img.cat-image {
  border: 1px solid #ef2c92;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  padding: 4px;
}

p.sub-text-coupon-desc {
  font-size: 14px;
  font-weight: bold;
  color: gray;
  text-align: end;
}

p.sub-text-coupon {
  text-align: start;
  font-weight: bold;
  font-size: 14px;
}

p.coupon-price {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  color: #fff;
  margin-top: -31px;
}

img.shining {
  width: 80px;
  margin-right: -28px;
  margin-top: -25px;
}

.box-star {
  margin-left: 21px;
  border-radius: 10px;
  height: 130px;
  text-align: end;
  background: #ff6b2c;
  padding: 24px;
  margin-top: 19px;
}

img.back-help-center {
  height: 295px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}

#input-search-help {
  top: 57% !important;
}

.coupon-box {
  background: #fff;
  width: auto;
  height: auto;
  padding: 15px;
}

h6.Defualt-Wish-List {
  text-align: start;
  font-size: 21px;
  font-weight: 500;
}

.wish-list-box {
  height: auto;
  border-radius: 6px;
  background: #fff;
  padding: 31px !important;
  width: 100%;
  padding-bottom: 17px !important;
  margin-top: 0px !important;
}
.wish-list-box .cate-selection {
  width: 33%;
  margin-left: -4px;
  margin-bottom: 30px !important;
}
.wish-list-box .product-wishList .img-product {
  width: 120px;
  height: 130px;
  -o-object-fit: cover;
     object-fit: cover;
}
.wish-list-box .product-wishList .text-confirm {
  color: #f3339d;
  font-weight: bold;
  margin-top: 17px !important;
  text-align: end;
  cursor: pointer;
}
.wish-list-box .product-wishList .text-date {
  color: gray;
  text-align: end;
}
.wish-list-box .product-wishList .price-info {
  margin-top: -9px !important;
}
.wish-list-box .product-wishList .price-info .price-lot {
  color: gray;
  font-size: 16px;
  padding-left: 20px !important;
  margin-top: 4px !important;
  text-decoration: line-through;
}
.wish-list-box .product-wishList .price-info .price-low {
  color: #D23799;
  font-size: 20px;
  font-weight: bold;
}
.wish-list-box .product-wishList .order-text-rate {
  padding-left: 4px !important;
  margin-top: 6px !important;
}
.wish-list-box .product-wishList .num-rate {
  padding-left: 4px !important;
  margin-top: 6px !important;
}
.wish-list-box .product-wishList .my-fa-star {
  color: #eaec57;
}
.wish-list-box .product-wishList .my-fa-star .fa-star {
  color: #eaec57;
}
.wish-list-box .product-wishList .text-huawie {
  font-size: 20px;
  text-align: start;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.flash-section {
  margin-top: -30px;
  position: relative;
}

.title-profile-info {
  margin-top: -48px;
}

.my-fa-star-promotion {
  margin-bottom: -19px;
}
.my-fa-star-promotion .fa-star {
  color: #eaec57;
}

/* The popup chat - hidden by default */
button.btn.login-flag-product.btn-block.fw-600 {
  background: #D23799;
  color: #fff;
}

hr.chat-ruler {
  margin-bottom: -32px;
  margin-top: 82px !important;
}

i.las.la-times.p-2,
i.las.la-minus.p-2 {
  font-size: 26px;
  color: #D23799;
}

.command-popup {
  display: none;
  position: fixed;
  bottom: 0;
  left: 370px;
  z-index: 9;
}

.chat-popup {
  display: none;
  position: fixed;
  bottom: 0;
  right: 15px;
  border: 3px solid #f1f1f1;
  z-index: 9;
}

/* Add styles to the form container */
.command-container {
  width: 124%;
  border-radius: 11px;
  height: auto;
  padding: 10px;
}

.form-container {
  max-width: 532px;
  height: 687px;
  padding: 10px;
  background-color: white;
}

/* Full-width textarea */
.form-container textarea {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
  resize: none;
  min-height: 200px;
}

/* When the textarea gets focus, do something */
.form-container textarea:focus {
  background-color: #ddd;
  outline: none;
}

/* Set a style for the submit/send button */
.form-container .btn {
  background-color: #04AA6D;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  margin-bottom: 10px;
  opacity: 0.8;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
  background-color: red;
}

.modal {
  background-color: rgba(0, 0, 0, 0.2);
}

.text-description {
  margin-left: -9px !important;
  font-size: 15px;
  margin-top: -23px;
  margin-bottom: -3px;
}

.text-report {
  font-size: 31px;
  font-weight: 600;
  text-align: center;
  margin-top: 40px !important;
  margin-bottom: 26px;
}

button.close.sign-close {
  padding-left: 57px;
  font-size: 40px;
  color: #DDDEE0;
}

.submit-delivery {
  font-size: 16px;
  font-weight: 700;
}

p.text-thanks {
  margin-top: 0px !important;
  margin-bottom: 19px !important;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

p.text-success-tracking {
  margin-top: 10px !important;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.tracking-infors {
  margin-top: 12px;
}

.back-tisk {
  width: 70px;
  height: 70px;
  background: #F7EAE6;
  border-radius: 50%;
  padding: 10px !important;
  margin-left: 215px !important;
  margin-top: 32px !important;
}

.color-tisk {
  width: 50px;
  height: 50px;
  background: #EE6A41;
  border-radius: 50%;
  text-align: center;
  padding: 12px !important;
}
.color-tisk i.las.la-check {
  font-size: 31px;
  margin-left: -14px !important;
  margin-top: -2px !important;
  color: #fff;
}

.submit-btn {
  width: 78%;
  height: 50px;
  border-radius: 45px;
  margin-left: 59px !important;
  padding: 4px !important;
  font-size: 19px;
  text-align: center;
  background: #FDE7F3;
  margin-bottom: 22px !important;
}
.submit-btn button.btn {
  color: #D23799;
}

.flag-btn-button {
  width: 88%;
  height: 50px;
  border-radius: 6px;
  margin-left: 32px !important;
  padding: 9px !important;
  font-size: 19px;
  text-align: center;
  background: #EF1385;
  margin-bottom: 22px !important;
}
.flag-btn-button a {
  color: #fff;
}

.submit-btn-button {
  width: 78%;
  height: 50px;
  border-radius: 11px;
  margin-left: 59px !important;
  padding: 9px !important;
  font-size: 19px;
  text-align: center;
  background: #EF1385;
  margin-bottom: 22px !important;
}
.submit-btn-button a {
  color: #fff;
}

.modal-tracking-kmall {
  width: 114%;
  top: 0px !important;
  height: auto;
  border-radius: 25px !important;
}
.modal-tracking-kmall .card {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 10px 0 rgba(0, 0, 0, 0.19);
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
}
.modal-tracking-kmall p.text-rate {
  margin-left: 10px !important;
  font-size: 21px;
  text-align: start;
  margin-top: -42px;
}

.hr-seperate-wishlist {
  margin-top: 8px !important;
}

.modal-tracking {
  width: 114%;
  top: 0px !important;
  border: none;
  height: auto;
  border-radius: 6px !important;
}
.modal-tracking .card {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 10px 0 rgba(0, 0, 0, 0.19);
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
}
.modal-tracking p.text-rate {
  margin-left: 10px !important;
  font-size: 21px;
  text-align: start;
}

.modal-flag-product {
  width: 100%;
  top: 100px !important;
  border: none;
  height: auto;
  border-radius: 6px !important;
}
.modal-flag-product span.btn-close-flag {
  padding: 7px;
  margin-top: -8px;
  color: #D23799;
}
.modal-flag-product button.close.sign-close-pro {
  padding-left: 0px !important;
  background: rgba(241, 123, 209, 0.504);
  width: 35px;
  height: 35px;
  border-radius: 100px;
  display: flex;
  left: 9%;
  margin-top: 4px;
  justify-content: end;
}
.modal-flag-product button.close.sign-close {
  padding-left: 0px !important;
  background: rgba(241, 123, 209, 0.504);
  width: 40px;
  height: 40px;
  border-radius: 100px;
  display: flex;
  left: 9%;
  justify-content: end;
}
.modal-flag-product .text-report {
  font-size: 31px;
  text-align: center;
  margin-top: 10px !important;
  margin-bottom: 11px;
  font-weight: 400;
}
.modal-flag-product textarea#comment {
  width: 88%;
  margin-left: 31px;
}
.modal-flag-product .text-description {
  margin-left: 19px !important;
  font-size: 15px;
  margin-top: -23px;
  margin-bottom: -3px;
}
.modal-flag-product p.text-rate {
  margin-left: 10px !important;
  font-size: 21px;
  text-align: start;
}

.modal-order-tracking #tracking {
  width: 100%;
  top: 0px !important;
  border: none;
  height: 317px;
  border-radius: 6px !important;
}

#tracking {
  width: 114%;
  top: 0px !important;
  border: none;
  height: auto;
  border-radius: 6px !important;
}
#tracking p.text-rate {
  margin-left: 10px !important;
  font-size: 21px;
  text-align: start;
}

.my-modal-product .modal-tracking-flag {
  width: 100%;
  top: 0px !important;
  border: none;
  height: auto;
  border-radius: 6px !important;
}
.my-modal-product .modal-tracking-flag .btn-close-flag {
  color: #D23799;
}
.my-modal-product .modal-tracking-flag .card {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 10px 0 rgba(0, 0, 0, 0.19);
}
.my-modal-product .modal-tracking-flag p.text-rate {
  margin-left: 10px !important;
  font-size: 21px;
  text-align: start;
}

.list-info-slider {
  margin-right: 17px;
  margin-left: -24px;
}

p.text-kmk-titles {
  font-size: 21px;
  font-weight: bold;
}

h6.text-my-order {
  text-align: start;
  font-size: 20px;
  font-weight: bold;
}

img.img-flash-sale.d-block.w-100.img-fluid {
  height: 274px;
}

#register i {
  color: #828282;
}

.re-order-box {
  width: 111px;
  padding: 9px !important;
  font-weight: 500;
  margin-left: 70px !important;
  height: 38px;
  border: 1px solid #d83b98;
  border-radius: 38px;
  color: #d83b98;
}
.re-order-box a {
  color: #d83b98;
}

.img-product-tracking {
  width: 171px;
  height: 158px;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}

.img-product {
  width: 72%;
  height: 158px;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}

.order-box-page {
  height: auto;
  background-color: #fff;
  width: 100%;
  margin-top: 15px;
}

.hubeger-menus {
  width: 214px;
  height: 16px;
  margin-top: -5px !important;
}

button.btn-code-phone.btn.btn-block:hover {
  color: #fff;
}

.icon-create-confirm {
  top: 256px;
  left: 33px;
}

a.text-login-form {
  color: #D23799;
  font-weight: 600;
}

hr.hr-sign-left {
  margin-top: 10px;
  background-color: rgb(131, 129, 129);
  border: 1px solid rgb(131, 129, 129) !important;
}

hr.hr-sign-right {
  margin-top: 10px;
  background-color: rgb(131, 129, 129);
  border: 1px solid rgb(131, 129, 129) !important;
}

#user-login i {
  color: #828282;
}

a#text-forgot-pass {
  color: #d83b98 !important;
  font-weight: 600;
}

p.text-quick-access {
  font-weight: 600;
  text-align: center;
}

.card.card-sign-in,
.card.card-sign-up {
  border-radius: 16px;
}

span.text-policy-info {
  font-weight: 600;
  font-size: 13px;
}

a.text-of-term {
  margin-left: 29px;
  color: #d83b98;
}

a.text-of-privacy {
  color: #d83b98;
}

.icon-create-number {
  top: 138px;
  left: 33px;
}

.icon-create {
  top: 80px;
  left: 33px;
}

.icon-left-pass {
  top: 136px;
  left: 370px;
}

.icon-login-pass {
  top: 136px;
  left: 33px;
}

.icon-login {
  top: 80px;
  left: 33px;
}

.icon-create-confirm,
.icon-create-number,
.icon-create,
.icon-left-pass,
.icon-login-pass,
.icon-login-pass,
.icon-login {
  position: absolute;
  height: 48px;
  font-size: 20px;
  line-height: 48px;
  text-align: left;
  transition: all 200ms linear;
}

input.create-account.form-control,
input.text-placeholder-input.form-control {
  padding-left: 43px;
}

button.add-to-cart {
  background: linear-gradient(to right, #EA3E9F 0%, #EA4ECF 100%);
  color: #fff;
  border-radius: 7px;
}

button.add-to-cart:hover {
  color: #fff;
}

button.listing-cart:hover {
  color: #fff;
}

button.listing-cart {
  background: linear-gradient(to right, #EA3E9F 0%, #EA4ECF 100%);
  color: #fff;
  border-radius: 7px;
  width: auto;
  height: 27px;
  padding: 0px 3px;
  font-size: 11px;
}
button.listing-cart i.las.la-shopping-bag {
  margin-top: 0px;
  font-size: 14px;
}

button.buy-now {
  background-color: #f37333;
  border-radius: 7px;
  color: #fff;
}
button.buy-now i.la.la-shopping-cart {
  color: #fff;
}

button.buy-now:hover {
  color: #fff;
}
button.buy-now:hover i.la.la-shopping-cart {
  color: #fff;
}

button.buy-now-listing {
  background-color: #f37333;
  border-radius: 7px;
  color: #fff;
  width: 15%;
  padding: 1px;
  font-size: 10px;
}
button.buy-now-listing i.la.la-shopping-cart {
  color: #fff;
  font-size: 14px;
}

button.buy-now-listing:hover {
  color: #fff;
}
button.buy-now-listing:hover i.la.la-shopping-cart {
  color: #fff;
  font-size: 14px;
}

span.badge.badge-inline.badge-pill.cart-count {
  font-weight: bold;
  font-size: 15px;
  margin-left: -5px;
  margin-top: 5px;
}

.row.footer-text {
  margin-top: 43px;
}

h6.footer-title {
  font-weight: 600;
  font-size: 17px;
}

section.section-footer-list {
  background-color: #fff;
}

button.btn-code-phone {
  background: #d83b98;
  color: white;
  border-radius: 10px;
}

img.banner-expire {
  height: 285px;
  -o-object-fit: cover;
     object-fit: cover;
}

img.img-fluid.rounded.w-100.lazyloaded {
  height: 335px;
  -o-object-fit: cover;
     object-fit: cover;
}

img.logo-kmall-shop {
  max-width: 100%;
  height: 122px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}

img.img-help-center {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

#list-info-name {
  margin-left: -15px;
}

#form-choose-file {
  margin-right: 30px;
  margin-left: -34px;
}

.custom-file {
  width: 89%;
  margin-right: -46px;
  margin-left: -135px;
}

.button-submit-info {
  border-radius: 6px !important;
  width: 156px !important;
  background-color: #d83b98;
  color: #fff !important;
  margin-right: 115px !important;
  margin-bottom: 20px;
}

input.input-info-apply {
  border: none;
  margin-right: 97px;
  margin-top: -12px;
}

p.text-more-question {
  color: gray;
  font-size: 15px;
  margin-top: 18px;
  margin-right: 27px;
}

ul.lead-text {
  margin-left: -36px;
}

li.list-text-topic a {
  color: #000;
}

li.list-text-topic {
  font-size: 15px;
  list-style: none;
}

div#infomation-name {
  margin-left: -75px;
  margin-right: 30px;
}

.text-name.p-5 {
  margin-top: -60px !important;
}

li.list-text-topic,
h3.list-text-topic {
  text-align: start;
  line-height: 27px;
}

i.las.la-search.la-flip-horizontal.la-2x {
  color: #fff;
}

p.mt-2.text-sub-title-topic {
  text-align: start;
  padding: 15px;
  margin-top: 3px !important;
  font-size: 16px;
  color: #000;
}

h1.title-main-topic {
  text-align: start;
  color: #000;
  padding-left: 34px;
  font-size: 30px;
}

h1.main-text-topic {
  padding: 9px;
  font-weight: bold;
}

h3.title-of-queston {
  text-align: start;
  color: red;
  padding-left: 24px;
}

p.sub-text-question {
  text-align: start;
}

h1.text-question {
  text-align: start;
}

ul.nav.bg-background {
  background: rgb(221, 219, 219);
}

.box-topic {
  width: 18%;
  margin-bottom: 78px;
}

/* chat section */
.badge-primary {
  background-color: #e62e04;
}

button.btn.btn-primary {
  background-color: #e62e04;
}

input#input-text {
  width: 32%;
  margin-top: 24px;
  margin-left: 68%;
}

.card.chat-app {
  margin-right: 16px;
  margin-left: -30px;
  height: 804px;
}

.input-group.mb-0.my-chat-form {
  width: 74%;
  padding: 10px;
}

.input-group.mb-0.my-chat-command {
  width: 91%;
  padding: 10px;
}

.chat-input-command {
  border-radius: 11px;
}

.input-group.mb-0.my-chat-input {
  width: 82%;
  padding: 10px;
}

img.img-fluid.img-icon {
  width: 39px;
  height: 39px;
  margin-top: 10px;
  margin-left: 30px;
}

img.img-fluid.img-icons {
  width: 39px;
  height: 39px;
  margin-top: 11px;
}

.chat .chat-header {
  padding: 15px 20px !important;
  border-bottom: 2px solid #f4f7f6;
}

p.text-online-chat {
  margin-top: -7px;
}

.chat .chat-header img {
  float: left;
  border-radius: 40px;
  width: 67px;
}

.chat .chat-header .chat-about {
  float: left;
  margin-top: 13px;
  padding-left: 23px !important;
}

.chat .chat-history {
  padding: 20px !important;
  border-bottom: 2px solid #fff;
}

.chat .chat-history ul {
  padding: 0px !important;
}

.chat .chat-history ul li {
  list-style: none;
  margin-bottom: 30px !important;
}

.chat .chat-history ul li:last-child {
  margin-bottom: 0px !important;
}

.chat .chat-history .message-data {
  margin-bottom: 15px !important;
}

.chat .chat-history .message-data img {
  border-radius: 40px;
  width: 40px;
}

.chat .chat-history .message-data-time {
  color: #434651;
  padding-left: 6px;
}

.chat .chat-history .message {
  color: #444;
  padding: 18px 20px !important;
  line-height: 26px;
  font-size: 16px;
  border-radius: 7px;
  display: inline-block;
  position: relative;
}

.chat .chat-history .message:after {
  bottom: 100%;
  left: 7%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px !important;
}

.chat .chat-history .my-message {
  background: #efefef;
}

.chat .chat-history .my-message:after {
  bottom: 100%;
  left: 30px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #efefef;
  border-width: 10px;
  margin-left: -10px !important;
}

.chat .chat-history .other-message {
  background: #e8f1f3;
  text-align: right;
}

.chat .chat-history .other-message:after {
  border-bottom-color: #e8f1f3;
  left: 93%;
}

.chat .chat-message {
  padding: 20px !important;
  margin-top: 100px !important;
}

.chat-popup .chat .chat-message {
  padding: 20px !important;
  margin-top: 6px !important;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/* end chat section */
img.image-chat {
  width: 52px;
  height: 52px;
  margin-left: -13px;
}

.seller-account #category-flash {
  height: auto;
  margin-left: 18px;
  background-color: #fff;
  border-radius: 4px !important;
  padding: 20px !important;
}

.seller-account #category-flash .input-group-flash span.search-icons {
  position: absolute;
  left: 364px;
  margin-top: -29px !important;
}

.seller-account .row {
  padding-bottom: 10px !important;
}

.seller-account .row .profile-seller {
  font-size: 12px;
  font-weight: bold;
  padding-left: 16px !important;
}

.seller-account .row .sub-text-seller {
  font-size: 12px;
  color: gray;
  padding-left: 16px !important;
  margin-top: -16px;
}

.seller-account .row .input-group-flash input {
  margin-top: 13px !important;
  border: 1px solid gray;
  width: 100%;
}

button#submitOTP {
  background: #fe3e94;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 10px;
  padding: 12px 24px;
  margin: 0 auto;
}

p.become.mt-2 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 16px !important;
}

p.sub-become {
  margin-top: -20px;
  width: 262px;
  margin-left: 56px;
  font-weight: 500;
}

a.ml-auto.mr-0.btn.btn-sm.view-text-all, .btn-group-sm > a.ml-auto.mr-0.btn.view-text-all {
  font-size: 14px;
  font-weight: 600;
}

.view-text-all {
  font-size: 15px;
}

a.text-reset.d-inline-block.opacity-60.py-2.pl-1 {
  font-weight: 600;
}

.my-tracking {
  font-size: 13px;
  font-weight: 600;
}

span#flash-sale-text {
  text-transform: uppercase;
}

div#info-shop-list {
  margin-left: 253px;
  margin-top: -36px;
}

img.img-app.img-fluid {
  margin-top: 0px;
}

p.title-kmk {
  font-weight: bold;
  font-size: 17px;
}

a.twitter,
a.google,
a.facebook {
  padding: 10px;
}

/* my style test */
.card.card-img {
  margin-bottom: -24px !important;
}

img.img-shop-page.img-fluid {
  height: 140px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

/* Outer */
.newsletter-popup {
  width: 40%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
}

/* Inner */
.popup-inner {
  max-width: 300px;
  width: 90%;
  padding: 20px;
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0px 2px 6px rgb(212, 168, 168);
  border-radius: 3px;
  background: rgba(226, 179, 179, 0.63);
}

#popup-inner-content {
  text-align: center;
  font-size: 17px;
  color: #e4a1a1;
}

/* end my style test */
/* Modal of create account */
/* .aiz-sidebar.left.c-scrollbar{
    background: #ca4ac3;
} */
button.btn.btn-block.button-create-account.fw-600 {
  background: #e83e8c;
  color: #fff;
  border-radius: 8px;
}

button.btn.btn-block.button-seller-register.fw-600 {
  background: #e83e8c;
  color: #fff;
  border-radius: 34px;
}

.modal-reset-pass {
  border-radius: 7px;
  padding: 32px 24px !important;
  display: flex;
  background-color: #fff;
  align-items: center;
  cursor: pointer;
  color: grey;
}

#btn-block {
  width: 209px;
  border-radius: 7px;
  background-color: #f13697;
  color: #fff;
  padding: 10px !important;
  margin-left: 133px;
}

.modal-reset-pass .wrapper .bg-grey {
  border: none;
  outline: none;
  box-shadow: none;
  width: 100%;
  padding: 0px 2px;
  background-color: #f0efef;
}

.modal-reset-pass .wrapper button#forgotbutton {
  border-radius: 7px;
  background-color: #f13697;
  color: #fff;
  padding: 7px !important;
}

.modal-reset-pass .wrapper .input-fields {
  border-radius: 7px;
  padding: 7px !important;
  padding: 5px;
  display: flex;
  background-color: #f0efef;
  align-items: center;
  cursor: pointer;
  color: grey;
}

.button-chart-kmall i.las.la-comment-dots {
  font-size: 17px;
  padding: 6px;
}

.button-report-kmall i.lar.la-flag {
  font-size: 23px;
  padding: 0px;
}

.button-search-kmall {
  width: 40px;
  margin-top: 0px !important;
  padding: 4px !important;
  border-radius: 9px;
  padding-top: 4px !important;
  background-color: #F0F0F0;
  color: #000;
}

.button-search-kmall {
  width: 35px;
  margin-top: 0px !important;
  padding: 4px !important;
  border-radius: 6px !important;
  padding-top: 4px !important;
  background-color: #fff;
  margin-left: 10px;
  color: #000;
}

.button-chart-kmall {
  width: 136px;
  padding: 7px !important;
  font-size: 14px;
  border-radius: 6px !important;
  background-color: #fff;
  color: #000;
}

.list-button-kmall .text-chat-k {
  font-size: 14px;
}

.button-report-kmall {
  width: 136px;
  margin-top: 0px;
  margin-left: 11px;
  padding: 7px !important;
  border-radius: 6px !important;
  background-color: #fff;
  color: #000;
}

.row.list-button-kmall {
  display: flex;
  justify-content: end;
}

section#section-info-kmall {
  margin-top: -34px;
}

p.text-followers-shop {
  font-size: 14px;
  text-align: end;
  margin-top: 10px;
  font-weight: 600;
}

p.text-foller-kmall {
  font-size: 14px;
  font-weight: 600;
}

a.follow {
  border-radius: 9px;
  background-color: #EF1385;
  cursor: pointer;
}

a.unfollow {
  border-radius: 9px;
  background-color: #EF1385;
  cursor: pointer;
}

.wrap-text.ml-3.mb-2 {
  font-size: 14px;
  text-align: end;
  margin-top: -21px;
  margin-right: 13px;
  font-weight: 600;
}

button.btn.button-checkout-kmall.followButton {
  width: 187px;
  padding: 4px !important;
  border-radius: 9px;
  padding-top: 4px !important;
  background-color: white;
  color: red;
  border-color: red;
}

p.alway {
  font-size: 14px;
  margin-top: -7px;
  color: #D23799;
  font-weight: bold;
}

p.address-text-kmall {
  font-size: 14px;
  margin-top: -13px;
}

p.kmall.text-start {
  font-size: 20px;
  font-weight: bold;
}

.logo-shop-info {
  width: 124px;
  border-radius: 79px;
  height: 124px;
  margin-top: -105px !important;
  margin-left: 141px !important;
  position: absolute;
}

.logo-kmall {
  margin-left: 36px;
  margin-top: -30px;
  position: absolute;
}

.column.kmall-name {
  text-align: start;
  margin-left: 175px;
  margin-top: 5px;
}

i.la.la-heart {
  color: red;
}

i.las.la-shopping-cart,
i.la.la-heart-o,
i.la.la-heart,
i.las.la-sync {
  margin-top: 8px;
}

.d-flex.pl-4.mt-2.list-info {
  font-size: 13px;
}

.text-title-oppo {
  font-weight: bold;
  font-size: 14px;
  width: 236px;
}

.product-details__image.is-active-product-detail {
  margin-top: -30px;
}

p.p-4.text-price-product {
  margin-top: -42px;
  margin-left: 38px;
}

.list-text.p-2 {
  margin-left: 10px;
}

.list-img-show {
  width: 86%;
  height: 384px;
  margin-left: 58px;
  border-radius: 20px;
  margin-top: -15px;
}

i.lar.la-share-square,
i.lar.la-comment,
i.las.la-thumbs-up {
  font-size: 20px;
}

.row.kmall-top {
  margin-top: -92px;
}

.list-image-kmalls {
  width: 144%;
  border-radius: 10px;
  height: auto;
  background: #fff;
  margin-top: 61px;
  margin-bottom: 57px;
}

.list-image-kmalls img.img-ban.d-block.img-fluid.p-4 {
  width: 100%;
  height: 504px;
  border-radius: 43px;
}

.product-click {
  width: 134px;
  margin-left: 34px;
  margin-right: -14px;
  margin-top: 13px;
  margin-bottom: 15px;
}

img.list-img {
  width: 90%;
  margin-left: 41px;
  height: 418px;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-click {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-click img {
  width: 100%;
  height: 128px;
}

.product-details__image {
  display: none;
  -o-object-fit: cover;
     object-fit: cover;
}

.is-active-product-detail {
  display: block;
}

.text-hour {
  color: #747474;
}

p.kmall-text {
  font-weight: 700;
}

img.img-logo.d-block.img-fluid {
  width: 60px;
  height: 60px;
  margin-left: 38px;
}

.text-hot-deal {
  font-size: 26px;
  font-weight: bold;
  margin-left: -20px;
  margin-top: 54px;
}

.box-deal-hot {
  width: 100%;
  border-radius: 10px;
  height: 138px;
  background: #fff;
  margin-top: 9px;
  margin-left: -6px;
}

.box-deal-hot .price-kmall {
  font-weight: bold;
  color: #D23799;
}

.box-deal-hot .shop-link-text a {
  color: #d67c15;
}

.box-deal-hot .free-deliver-text {
  color: #D23799;
}

.box-deal-hot span.fa.fa-star.checked {
  color: #e9ec35;
  font-size: 11px;
  margin-top: 6px;
}

.box-deal-hot img.img-kmall.d-block.img-fluid {
  height: 138px;
  width: 130px;
  -o-object-fit: cover;
     object-fit: cover;
  border-bottom-left-radius: 10px;
}

.box-k {
  width: 94%;
  border-radius: 10px;
  height: 162px;
  background: #fff;
  margin-top: 58px;
  margin-bottom: 57px;
}

.box-k .row.list-logo {
  margin-left: 167px;
  margin-top: -41px;
}

.box-k p.text-logo {
  color: #adacac;
  margin-top: 15px;
}

.box-k img.sub-logo-kmall.d-block.img-fluid {
  width: 46px;
}

.box-k img.sub-logo-kmalls.d-block.img-fluid {
  width: 46px;
  margin-left: 55px !important;
}

.box-k img.logo-kmall.d-block.img-fluid {
  width: 80px;
  height: 80px;
  margin-top: 20px !important;
  margin-left: 61px !important;
}

.box-k .form-group {
  padding: 35px !important;
  margin-left: 137px;
}

.box-k input.form-control {
  width: 532px;
  padding: 26px !important;
  border-radius: 25px;
  background: #f0f0f0;
}

ul.nav.nav-pills li.nav-item a {
  color: black;
}

ul.nav.nav-pills li.nav-item.active {
  border-bottom: 2px solid #eb4786;
}

ul.nav.nav-pills li.nav-item {
  font-size: 15px;
  margin-left: 29px;
}

#exTab1 .tab-content {
  color: white;
  background-color: #428bca;
  padding: 5px 15px;
}

#exTab2 h3 {
  color: white;
  background-color: #428bca;
  padding: 5px 15px;
}

#exTab1 .nav-pills > li > a {
  border-radius: 0;
}

#exTab3 .nav-pills > li > a {
  border-radius: 4px 4px 0 0;
}

#exTab3 .tab-content {
  color: white;
  background-color: #428bca;
  padding: 5px 15px;
}

/* End k mall tap */
.icon-my-cart {
  margin-top: -9px;
}

html {
  overflow-x: hidden;
}

img.img-tracking.img-fluid {
  width: 100%;
  height: 387px;
}

.my-list-down {
  position: absolute;
  margin-top: 29px;
}

i.la.la-check-circle.la-3x.text-success.mb-3 {
  font-size: 100px;
}

i.las.la-shopping-bag {
  margin-top: 0px;
  font-size: 23px;
}

a.button-shopping {
  width: 234px;
  height: 49px;
  margin-top: 27px !important;
  border-radius: 28px;
  text-align: center;
  background: linear-gradient(to right, #EA3E9F 0%, #EA4ECF 100%);
  color: #fff;
}

/* Shop Register */
img.kmk-qr-code {
  width: 215px;
  height: auto;
}

img.list-app {
  height: 58px;
}

img.list-apps {
  height: 56px;
}

p.sub-become {
  margin-top: -20px;
}

form#shop {
  margin-top: -23px;
}

.shop-register img.kmk-logo {
  width: 60px;
  margin-left: 153px;
}

.shop-register .card {
  position: absolute;
  top: -732px;
  width: 100%;
  padding: 16px !important;
  height: auto;
  border-radius: 12px;
  text-align: center;
  border: none;
}

.shop-register .card-body .select-gender {
  width: 111%;
  padding-left: 10px !important;
  margin-left: -16px !important;
  border-radius: 8px;
}

.shop-register .card-body .mycheck-seller {
  margin-left: 10px !important;
  margin-top: 10px !important;
}

.shop-register .card-body .term {
  margin-left: 12px !important;
  margin-top: 7px !important;
  color: gray;
}

.shop-register .card-body .button-seller {
  width: 187px;
  border-radius: 30px;
  background-color: #EF1385;
  color: #fff;
  font-size: 14px;
}

.shop-register .card-body .email-seller {
  width: 111%;
  border: 1px solid gray;
  border-radius: 8px;
  padding-left: 10px !important;
  margin-left: -13px !important;
}

.shop-register .card-body .form-seller {
  border: 1px solid gray;
  width: 100%;
  border-radius: 8px;
  padding-left: 10px !important;
  margin-left: 3px !important;
}

.shop-register .card-body .become {
  font-size: 25px;
  font-weight: bold;
}

.shop-register .card-body .sub-become {
  font-size: 15px;
  color: gray;
}

.shop-register .card-body .kmk-logo {
  width: 20%;
  margin-left: 149px !important;
  padding-top: 24px !important;
}

.shop-register .card-body .sale-img {
  width: 100%;
  height: 100%;
}

/* End Shop Register */
/* tracking order page */
i#icon-branch {
  position: absolute;
  margin-left: 271px;
  margin-top: -27px;
}

.wrapper-icon {
  margin-top: -12px;
}

span.align-icon.border {
  padding: 10px;
  border-radius: 3px;
}

i#search-icons {
  position: absolute;
  margin-left: 208px;
  margin-top: -29px;
}

h6.text-result {
  font-weight: bold;
  margin-top: 15px;
  padding-left: 13px;
}

.d-flex.list-view-img {
  margin-top: 15px;
}

img.img-menu-list.pl-2 {
  margin-top: -4px;
}

a.text-history {
  padding: 11px;
  color: gray;
}

.product-flash .card.mb-2 {
  border-radius: 7px;
}

img.img-product.fluid {
  border-radius: 10px;
}

#text-right {
  left: 343px;
}

.hubeger-menu {
  margin-top: -5px;
}

.hubeger-menus {
  margin-top: -4px;
}

.carousel-control-next {
  background: white;
  height: 40px;
  width: 40px;
  border-radius: 27px;
  margin-top: 133px;
}

.carousel-control-next i.las.la-angle-right {
  color: #000;
  font-size: 22px;
  margin-left: 5px !important;
  margin-top: 0px;
}

.carousel-control-prev {
  background: white;
  height: 40px;
  width: 40px;
  border-radius: 27px;
  margin-top: 133px !important;
}

i.las.la-angle-left {
  color: #000;
  font-size: 15px;
  margin-left: -3px !important;
}

.name-product-search {
  font-size: 20px;
}

h6.flash-card-img {
  text-align: start;
}

img.img-slide-track.img-fluid {
  height: 248px;
  border-radius: 6px;
}

.text-slider {
  font-size: 27px;
  text-align: start;
  margin-top: -15px;
  margin-left: 7px;
}

.confirm-btn a {
  color: #d83b98;
  font-weight: bold;
  font-size: 18px;
}

.confirm-btn {
  width: 72%;
  height: 30px;
  background: #FEECF5;
  padding-right: 10px !important;
  border-radius: 43px;
  margin-top: 35px !important;
  margin-bottom: 28px !important;
}

.confirm-btn-tracking {
  width: 30%;
  text-align: center;
  background: #FEECF5;
  border-radius: 6px;
}
.confirm-btn-tracking a {
  color: #d83b98;
  font-weight: bold;
  font-size: 15px;
}

.img-contact {
  width: 20px;
  height: 20px;
}

.product-info {
  margin-top: 35px !important;
}

.text-confirm-help {
  text-transform: capitalize;
  color: #f37333;
  margin-top: 17px !important;
  padding: 0px 16px;
  font-weight: bold;
}

.text-confirm {
  color: #f37333;
  margin-top: 17px !important;
  font-weight: bold;
}

.text-order {
  margin-left: 34px !important;
  color: gray;
  margin-top: 17px !important;
}

.text-order-status {
  color: gray;
  margin-top: 17px !important;
}

.tracking-box {
  width: 111px;
  padding: 9px !important;
  color: #d83b98;
  font-weight: 500;
  margin-left: 51px !important;
  margin-top: 53px;
  height: 38px;
  background: #FDE7F3;
  border-radius: 38px;
}
.tracking-box .text-tracking {
  color: #d83b98;
  font-weight: 700;
}

.text-numbers-nav {
  margin-top: -12px !important;
  margin-bottom: 8px;
  color: #000;
}

.text-price-tracking {
  font-weight: 600;
  text-align: start;
  font-size: 18px;
}

.text-product {
  color: gray;
  text-align: start;
}

.text-huawie {
  font-size: 21px;
  text-align: start;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 10px !important;
}
.text-huawie a {
  color: #000;
}

.value-box {
  background: #F8F8F8;
  text-align: start;
  padding: 20px !important;
  margin-top: -10px !important;
  border-radius: 8px;
  padding-bottom: 5px !important;
}
.value-box p.kmall-span-text {
  color: gray;
}
.value-box .text-numbers {
  font-weight: 500;
}
.value-box .invoice-text {
  color: gray;
}
.value-box .text-total {
  font-size: 14px;
  color: gray;
}
.value-box .text-num {
  color: #d83b98;
  font-weight: bold;
}
.value-box .text-contact {
  color: #d83b98;
  font-weight: 500;
}

.value-box-tracking {
  background: #F8F8F8;
  text-align: start;
  padding: 20px !important;
  border-radius: 8px;
  padding-bottom: 5px !important;
}
.value-box-tracking p.kmall-span-text {
  color: gray;
}
.value-box-tracking .text-numbers {
  font-weight: 500;
  font-size: 14px;
}
.value-box-tracking .invoice-text {
  color: gray;
}
.value-box-tracking .text-total {
  font-size: 14px;
  color: gray;
}
.value-box-tracking .text-num {
  color: #d83b98;
  font-weight: bold;
}
.value-box-tracking .text-contact {
  color: #d83b98;
  font-weight: 500;
}

/* end tracking order page */
/* tracking order page */
.steps .step {
  display: block;
  width: 100%;
  margin-bottom: 35px;
  text-align: center;
}

.steps .step .step-icon-wrap {
  display: block;
  position: relative;
  width: 100%;
  height: 80px;
  text-align: center;
}

.steps .step .step-icon-wrap::before,
.steps .step .step-icon-wrap::after {
  display: block;
  position: absolute;
  top: 50%;
  width: 50%;
  height: 3px;
  margin-top: -1px;
  background-color: #e1e7ec;
  content: "";
  z-index: 1;
}

.steps .step .step-icon-wrap::before {
  left: 0;
}

.steps .step .step-icon-wrap::after {
  right: 0;
}

i.las.la-check {
  position: absolute;
  font-size: 25px;
  margin-top: 7px !important;
  margin-left: -10px !important;
  padding: -16px !important;
}

.steps .step .step-icon {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  margin-top: 19px !important;
  border-radius: 9%;
  background-color: #f5f5f5;
  color: #fff;
  font-size: 38px;
  line-height: 81px;
  z-index: 5;
}

.steps .step .step-title {
  margin-top: 16px;
  margin-bottom: 0;
  color: #606975;
  font-size: 14px;
  font-weight: 500;
}

.steps .step:first-child .step-icon-wrap::before {
  display: none;
}

.steps .step:last-child .step-icon-wrap::after {
  display: none;
}

.steps .step.completed .step-icon-wrap::before,
.steps .step.completed .step-icon-wrap::after {
  background-color: #8CC63F;
}

.steps .step.completed .step-icon {
  border-color: #8CC63F;
  background-color: #8CC63F;
  color: #fff;
}

hr.tracking-ruler {
  margin-top: 37px !important;
}

/* end tracking order page */
/* pop up tracking order */
.tacking-box-page {
  height: auto;
  background: #fff;
  margin-top: 14px !important;
}

.tacking-box-page .text-sale {
  font-weight: bold;
  font-size: 24px;
  margin-top: 10px !important;
  padding-bottom: 6px !important;
  text-align: start;
}

.tracking-pro-page {
  height: auto;
  background-color: #fff;
  border-radius: 6px;
}

#order-title {
  height: auto;
  background-color: #fff;
  border-radius: 6px;
  width: 100%;
  padding: 30px !important;
}

.kmk-order-page {
  height: auto;
  background-color: #fff;
  border-radius: 6px;
  width: 95%;
  padding: 30px !important;
  margin-top: -31px;
}

ul.dropdown-menu i.las.la-angle-right {
  margin-top: 0px;
  font-size: 18px;
  color: #fff;
}

p.text-order-sub {
  margin-top: -33px;
}

p.text-order-tracking {
  font-size: 14px;
  font-weight: bold;
}

.drop-polygon-tracking {
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  background: #fff;
  top: -10px;
  height: 22px;
  width: 38px;
  margin-left: 136px !important;
  position: absolute;
}

ul.dropdown-menu.background-drop-save {
  left: -118px !important;
  margin-top: -4px !important;
}

img.img-Qr.img-fluid {
  width: 85%;
  height: 100%;
  padding: 0px;
}

ul.dropdown-menu.background-drop-save {
  padding: 18px !important;
  border-radius: 6px;
  background: #fff;
  height: auto;
  width: 27%;
  margin-top: 6px !important;
}

ul.dropdown-menu.background-drop-tracking {
  left: -118px !important;
  margin-top: -4px !important;
}

ul.dropdown-menu.background-drop-tracking {
  padding: 18px !important;
  left: -179px;
  top: 34px;
  border-radius: 6px;
  background: #fff;
  height: auto;
  margin-top: 7px !important;
}

ul.dropdown-menu.input-group {
  width: 116%;
  margin-left: 0px !important;
}

ul.dropdown-menu input.form-control {
  padding: 10px !important;
}

ul.dropdown-menu .input-group-append {
  width: 36px;
  height: 42px;
  text-align: center;
  padding: 11px !important;
  background: #EF1385;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

ul.dropdown-menu i.fa.fa-chevron-right {
  color: #fff;
}

/* end pop up tracking order */
/* center help */
li.nav-item.list-menu-center a {
  color: #000;
}

li.nav-item.list-menu-centers a {
  color: #D23799;
  font-weight: bold;
}

p.pl-2.text-chat-now {
  font-size: 14px;
}

.chats .text {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding-top: 45px;
  text-align: start;
  margin-left: 20px;
}

.chats .subText {
  color: #fff;
  font-size: 1px;
  margin-top: 10px;
}

.chats .button-checkout {
  width: 136px;
  height: 43px;
  padding: 7px;
  border-radius: 6px;
  border: 1px solid #fff;
  color: #fff;
  margin-top: 10px;
}

.chats img.text-chat-img {
  width: 25px;
  height: 25px;
}

.chats {
  width: 85%;
  height: 173px;
  border-radius: 27px;
  background: #589BFF;
  text-align: center;
}

.circle-1 {
  clip-path: ellipse(12% 11% at 37% 26%);
  background-color: #7868E6;
  position: absolute;
  width: 85px;
  height: 87px;
  margin-top: 16px;
}

.circle-2 {
  clip-path: ellipse(12% 11% at 37% 26%);
  background-color: #7868E6;
  position: absolute;
  width: 144px;
  height: 144px;
  margin-top: 61px;
}

.circle-3 {
  clip-path: ellipse(12% 11% at 37% 26%);
  background-color: #7868E6;
  position: absolute;
  width: 54px;
  height: 54px;
  margin-top: 61px;
}

.circle-4 {
  clip-path: ellipse(12% 11% at 37% 26%);
  background-color: #7868E6;
  position: absolute;
  width: 64px;
  height: 64px;
  margin-top: 117px;
  margin-left: 49px;
}

.circle-5 {
  clip-path: ellipse(12% 11% at 37% 26%);
  background-color: #7868E6;
  position: absolute;
  width: 105px;
  height: 105px;
  margin-top: 116px;
  margin-left: -5px;
}

.help-box .question {
  text-align: center;
  width: 85%;
  height: 173px;
  border-radius: 27px;
  background: #9B97FF;
}

.help-box .text {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding-top: 45px;
}

.help-box .subText {
  color: #fff;
  font-size: 14px;
  text-align: start;
}

.help-box p {
  font-size: 63px;
  text-align: center;
  font-weight: bold;
  color: #fff;
}

.help-box .style-polygon {
  clip-path: polygon(0 0, 44% 100%, 100% 0);
  background-color: #7868E6;
  width: 39px;
  height: 33px;
  margin-left: 28px !important;
  margin-top: -34px !important;
}

.icon-plus {
  margin-left: -18px;
}

.help-box {
  margin-top: 113px !important;
  padding-bottom: 80px !important;
}

.help-box .questionMak {
  width: 15%;
  height: 90px;
  background: #7868E6;
  border-radius: 51px;
  margin-top: -74px !important;
  position: absolute;
  margin-left: 51px !important;
}

li.list-inline-item.mr-0.detail-social {
  width: 31px;
  height: 53px;
}

img.img-icon-list.img-fluid {
  width: 57px;
  height: 57px;
}

.general {
  font-size: 20px;
  font-weight: bold;
  padding-top: 26px !important;
  margin-left: 42px !important;
}

.sub-list-text {
  margin-top: 12px;
  color: #D23799;
}

ul.subli {
  text-align: start;
  -moz-column-count: 2;
       column-count: 2;
  margin-bottom: 47px;
}
ul.subli a {
  color: #000;
}

p.title-question.text-left.p-3 {
  margin-left: 24px;
  font-size: 18px;
  font-weight: bold;
}

.question-box-center {
  width: 100%;
  height: auto;
  background: #fff;
  margin-top: 43px;
  border-radius: 6px;
}

.input-group-flash-list {
  width: 279px;
  padding: 0px;
  position: absolute;
  margin-top: -13px;
}

span.search-icons {
  position: absolute;
  left: 553px;
  margin-top: -31px;
}

.title-text-center {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  position: absolute;
}

.center-top-header #topic-center {
  color: #d83b98;
}

/* end center help */
/* header */
li.list-bold {
  color: #D23799;
}

.aiz-category-menu.bg-white.rounded.shadow-sm {
  margin-top: 5px;
  overflow: auto;
  overflow-y: hidden;
}

div#list-menu-slide {
  margin-left: -35px;
}

/* end header */
/* footer */
.sup-top-box {
  margin-top: 30px;
  width: 100%;
  height: auto;
  background: #fff;
  border-radius: 6px;
  margin-bottom: 50px;
}

.btn-submit {
  background: #d83b98;
  padding: 12px;
  height: 45px;
  width: 300px;
  color: #fff;
  border-radius: 8px;
  text-align: center;
  margin-left: 126px;
  margin-bottom: 29px;
}

.btn-broswer {
  background: #c4c2c2;
  padding: 10px;
  height: 42px;
  width: 120px;
  border-radius: 8px;
  text-align: center;
  margin-left: 26px;
}

.form-group.pl-3.text-area {
  width: 527px;
  margin-left: 57px;
}

.sup-top-box .input-group {
  width: 61%;
}

.input-group.phone-form {
  width: 67%;
  margin-left: 6px;
}

.input-group.mb-3.pl-5 {
  margin-left: 45px;
  width: 558px;
}

.email-input {
  margin-left: 65px;
}

.input-group.input-email-career {
  width: 75%;
  margin-left: 7px;
}

.select-gender {
  width: 255px;
  border-radius: 5px;
  margin-left: 62px;
}

.text-infor {
  font-size: 14px;
  color: #000;
  font-weight: 600;
}

.text-apply {
  font-size: 20px;
  font-weight: bold;
  text-align: start;
}

.btn {
  border-radius: 0;
}

p.date-texts {
  text-align: start;
  padding-left: 16px;
  font-size: 15px;
  font-weight: bold;
}

p.pt-2.sub-text {
  margin-left: 17px;
  text-align: start;
}

ul.p-3.list-text {
  margin-left: 49px;
  text-align: start;
}

p.text-lorem {
  text-align: start;
  padding-left: 15px;
}

p.text-post-date {
  text-align: start;
  padding-left: 15px;
  color: gray;
}

p.title-text {
  text-align: start;
  padding-left: 15px;
  font-size: 15px;
  font-weight: bold;
}

.row.list-face-share {
  margin-right: 19px;
  margin-top: 10px;
}

img.img-facebook.img-fluid.pl-3 {
  width: 55px;
  height: 37px;
}

a#text-detail {
  font-size: 14px;
  color: #D23799;
}

p.date-text {
  text-align: start;
  padding-left: 17px;
  color: gray;
}

p.sub-head-text {
  text-align: start;
  padding-left: 17px;
}

p.head-text {
  text-align: start;
  padding-left: 16px;
  font-size: 13px;
  font-weight: bold;
}

a#text-home-care {
  color: #000;
  font-size: 14px;
}

a#flash-sale {
  color: #000;
  font-size: 14px;
}

p.career-text {
  text-align: start;
  margin-left: 12px;
  font-size: 18px;
  color: #d83b98;
  font-weight: bold;
}

p.locate {
  text-align: start;
  margin-left: 15%;
  margin-top: 10px;
  font-size: 15px;
  font-weight: bold;
}

p.search-text {
  text-align: start;
  margin-left: 20px;
  margin-top: 10px;
  font-size: 15px;
  font-weight: bold;
}

ul.pagination {
  margin-left: 3px;
}

.topic-box {
  margin-top: 30px !important;
  width: 100%;
  height: auto;
  background: #fff;
  border-radius: 6px;
}

.question-boxs {
  width: 100%;
  height: auto;
  padding: 10px;
  background: #fff;
  margin-top: 157px !important;
  border-radius: 6px;
}

.question-box {
  width: 100%;
  height: auto;
  padding: 10px;
  background: #fff;
  margin-top: 157px !important;
  border-radius: 6px;
}

.box-sub-career {
  width: 100%;
  height: auto;
  padding: 10px;
  background: #fff;
  margin-top: 157px !important;
  border-radius: 6px;
}

.text-find {
  color: #fff;
  font-size: 19px;
  margin-left: 94px;
  padding-top: 18px !important;
}

.img-group {
  margin-top: -120px;
  height: 355px;
}

.find-box {
  width: 193px;
  border-radius: 6px;
  height: 50px;
  background: #fff;
  margin-top: 83px !important;
  text-align: center;
  font-size: 29px;
  font-weight: bold;
  margin-left: 126px !important;
  color: #F6BB00;
}

.career-box {
  width: 100%;
  margin-left: -10px;
  height: 247px;
  background: #F6BB00;
  position: absolute;
  margin-top: -145px !important;
  border-radius: 6px;
  text-align: center;
}

p.text {
  font-size: 17px;
  font-weight: 600;
  color: #000;
}

.list-text-privacy.p-5 {
  text-align: start;
}

.privacy-box {
  background: #fff;
}

.text-show-list ul {
  list-style-type: square;
  font-size: 22px;
  /* margin-left: 22px !important; */
  margin-left: -14px !important;
}

p.main-text-about {
  text-align: center;
  margin-top: 150px;
}

p.sub-text-about.mt-3 {
  text-align: center;
  width: 88%;
  margin-left: 52px;
}

.bg-text {
  width: 50%;
  height: 100%;
  background-color: rgba(248, 249, 250, 0.8392156863);
  position: absolute;
  bottom: 0;
  text-align: center;
  color: #000;
}

.bg-text-right {
  width: 50%;
  height: 100%;
  background-color: rgba(248, 249, 250, 0.8392156863);
  position: absolute;
  bottom: 0;
  text-align: end;
  color: #000;
  margin-left: 50% !important;
}

img.img-about {
  height: 484px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.free-title {
  position: absolute;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  left: 47%;
  margin-top: 197px !important;
}

.background {
  width: 100%;
}

p.text-about-us {
  font-size: 31px;
  font-weight: 700;
  color: #000;
  position: absolute;
  margin-left: 866px !important;
  margin-top: 193px !important;
}

/* end footer */
/* Live page */
input.form-control.input-comment {
  padding-left: 0px;
  width: 96%;
  background: no-repeat;
  border: none;
}

i.las.la-heart.heart-live {
  color: #D23799;
}

p.number-live {
  margin-top: 19px;
  margin-left: 2px;
}

.row.list-icon i.las.la-comment.pl-2 {
  font-size: 24px;
  color: #D23799;
}

.row.list-icon i.las.la-heart {
  font-size: 24px;
  color: #D23799;
}

.row.list-icon {
  margin-top: 24px;
  margin-left: 32px;
}

p.comment {
  text-align: start;
  font-size: 17px;
}

span.min {
  font-size: 12px;
  color: gray;
  padding-left: 10px;
}

p.sub-text-profile-live {
  text-align: start;
  font-weight: bold;
  margin-top: -16px;
}

p.profile-live {
  text-align: start;
  font-weight: bold;
  margin-top: 6px;
}

p.min-live {
  text-align: start;
  margin-top: -19px;
  font-size: 10px;
  color: gray;
  font-weight: 600;
}

p.clothes-shop-live {
  text-align: start;
  margin-top: -19px;
}

p.text-khmer-live {
  text-align: start;
  margin-top: -19px;
}

p.text-store-live {
  text-align: start;
  font-weight: bold;
}

p.text-comment {
  text-align: start;
  margin-left: 23px;
}

p.text-comment-live {
  text-align: start;
  margin-left: 23px;
  margin-top: -14px;
}

p.text-live-list {
  text-align: start;
  margin-left: 23px;
}

.subtext-live {
  text-align: start;
  padding-left: 22px !important;
  margin-top: -15px !important;
  color: #d83b98;
  font-size: 14px;
}

.name-user-live {
  font-weight: 700;
  font-size: 18px;
  text-align: start;
  padding-left: 22px !important;
  margin-top: 3px !important;
}

.text-next {
  padding-left: 22px !important;
  font-weight: bold;
  margin-top: 10px !important;
  text-align: start;
  font-size: 17px;
}

a.button-follow-live {
  width: 320px;
  margin-top: -6px !important;
  padding: 7px !important;
  border-radius: 7px;
  padding-top: 4px !important;
  background-color: #EF1385;
  color: #fff;
  margin-left: -13px !important;
}

.list-live {
  background: #fff;
  height: auto;
}

.product-live {
  background: #fff;
  width: 97%;
  border-radius: 9px;
}

.card-live {
  height: 331px;
}

.img-live {
  width: 100%;
  height: 125%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 0px !important;
  border-radius: 6px;
}

.list-profile-live {
  margin-left: -12px;
}

.img-user-live {
  width: 80px;
  height: 66px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: 12px;
  padding-left: 9px !important;
}

span.text-color-live {
  color: #d83b98;
}

.profile-logo-live {
  width: 55px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  padding-left: 0px !important;
}

.img-profile-live {
  width: 55px;
  border: 1px solid red;
  margin-left: 24px;
  height: 55px;
}

.live-show {
  width: 97%;
  background: #fff;
  border-radius: 6px;
  height: 6%;
}

a.button-live-page {
  width: 75px;
  margin-top: 13px !important;
  padding: 6px !important;
  border-radius: 5px;
  margin-left: 32px !important;
  background-color: #EF353C;
  margin-bottom: 10px;
  color: #fff;
}

.fa-eye {
  padding-top: 17px !important;
  padding-left: 12px !important;
}

.view-user {
  padding-top: 12px !important;
  padding-left: 12px !important;
}

.comment {
  margin-top: 100px !important;
  font-weight: bold;
}

/* End Live page */
/* shop page */
p.shop-view-link {
  text-align: start;
  font-weight: 600;
  color: #F03898;
  font-size: 12px;
  text-decoration: underline;
  margin-top: -16px;
}

.product-shop .profile-user {
  font-size: 15px;
  text-align: start;
}

.product-shop .profile-text {
  font-size: 14px;
  color: #F03898;
  margin-top: -16px;
  text-align: start;
}

.product-shop .profile-text-dark {
  font-size: 13px;
  color: rgb(29, 28, 28);
  text-align: start;
}

.product-shop .card .card-body {
  padding: 8px 0px;
  height: 37px;
}

.own-follow-shop {
  width: 175px;
  margin-top: 27px !important;
  padding: 0px !important;
  border-radius: 9px;
  text-align: center;
  margin-left: 250px;
  padding-top: 0px !important;
  background-color: #EF1385;
  color: #fff;
}
.own-follow-shop button.btn.button-checkout-kmall {
  color: #fff;
}

button.btn.button-checkout-kmall {
  width: 187px;
  margin-top: -75px !important;
  padding: 4px !important;
  border-radius: 9px;
  margin-left: 178px;
  padding-top: 4px !important;
  background-color: #EF1385;
  color: #fff;
}

a.button-follow-shop {
  margin-top: 27px !important;
  border-radius: 25px;
  padding-top: 11px !important;
  border: 1px solid #EF1385;
  color: #EF1385;
  font-weight: bold;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}

ul.nav.menu-flash-page {
  margin-left: -17px;
}

.product-flash-page {
  margin-left: -7px;
}

.product-shop .button-checkout {
  width: 90px;
  margin-top: 22px !important;
  padding: 4px !important;
  border-radius: 6px;
  padding-top: 4px !important;
  background-color: #EF1385;
  color: white;
}

.product-shop .button-followed {
  width: 94px;
  margin-top: 27px !important;
  padding: 4px !important;
  border-radius: 6px;
  padding-top: 4px !important;
  background-color: #a09c9e;
  color: #fff;
}

.product-shop {
  background: #fff;
  width: 100%;
  height: auto;
  border-radius: 9px;
  margin-bottom: 20px;
}

.product-shop .card-img {
  width: 148px;
  text-align: center;
  border-radius: 10px;
  margin-left: 10px !important;
}

.product-shop .card-body {
  background: #F37333;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.product-shop .price-detail-kmall {
  font-size: 13px;
  font-weight: bold;
  color: #fff;
}

/* end shop page */
#carousel-box-promotion {
  margin-left: 21px;
}

ul.nav.list-sub-menu a.nav-link {
  color: #000;
}

ul.nav.list-sub-menu {
  font-size: 15px;
  font-weight: 600;
  margin-top: -15px;
}

section#sub-menu-section {
  background: #fff;
  padding: 10px;
}

ul.list-inline.mb-0.pl-0.mobile-hor-swipe.text-center.second-menu {
  margin-top: 11px;
}

/* Modal of sign up and sign in */
p.text-access {
  text-align: center;
}

p.term {
  margin-left: 17px;
  margin-top: -4px;
}

.bg-grey {
  border: none;
  outline: none;
  box-shadow: none;
  width: 100%;
  padding: 0px 2px;
  background-color: #f0efef;
}

.close {
  font-size: 30px;
  color: #D23799;
  position: absolute;
  margin-left: 83% !important;
  opacity: 1.5 !important;
}

#close-icon .close {
  position: absolute;
  top: 2%;
  right: 3%;
}

.my-input-field {
  border-radius: 7px;
  padding: 7px !important;
  padding: 5px;
  display: flex;
  background-color: #f0efef;
  align-items: center;
  cursor: pointer;
  color: grey;
}

#btn-block {
  border-radius: 7px;
  background-color: #f13697;
  color: #fff;
  padding: 7px !important;
}

.modal-sign-up {
  height: 566px;
  width: 385px;
  padding: 28px;
}

/* End Modal of sign up and sign in */
/* flash sale */
a#text-home-menu {
  color: #000;
  font-size: 14px;
}

a#text-flash-sale {
  font-size: 14px;
  color: #D23799;
  font-weight: bold;
}

.btn.button-view-flashs {
  width: 164px;
  height: -25px;
  border: 1px solid #D23799;
  color: #D23799;
  font-weight: bold;
  padding: 10px;
  border-radius: 24px;
  margin-top: 18px;
}

p.free {
  color: #d83b98;
  font-size: 12px;
}

p.shop-link {
  font-size: 12px;
  color: #d83b98;
}

p.flash-sale {
  text-align: start;
  font-weight: bold;
  font-size: 17px;
  margin-top: -11px;
  color: #eb4786;
}

.d-flex.list-flash-info {
  margin-top: -13px;
}

.row.rate-amount {
  margin-left: -1px;
}

i.las.la-star {
  font-size: 13px;
  color: gray;
}

i.las.la-star.active {
  color: #ffa707;
}

i.las.la-star.rating-list.active {
  font-size: 17px;
  color: #ffa707;
}

h6.flash-text-title {
  text-align: start;
}

label.list-cate.pl-2 {
  margin-top: -4px;
}

p.text-cate-list {
  text-align: start;
  font-size: 20px;
  font-weight: bold;
}

p.text-searchs {
  text-align: start;
  font-size: 17px;
  font-weight: bold;
}

i.las.la-angle-right {
  font-size: 15px;
}

.flash-list .card.mb-2 {
  border-radius: 9px;
}

img.img-flash-sale {
  border-top-right-radius: 9px;
  border-top-left-radius: 9px;
}

.polygons {
  background-color: #ef1385;
  width: 85px;
  height: 29px;
  position: absolute;
  border-top-left-radius: 0.25em;
  border-bottom-right-radius: 10px;
}

.box-1 {
  display: flex;
  flex-wrap: nowrap;
}

.style-polygons {
  clip-path: polygon(0 26%, 30% 0, 0 0);
  background-color: #ef1385;
  width: 72px;
  height: 70px;
  margin-top: -15px;
}

.polygons p {
  font-size: 15px;
  color: white;
  text-align: center;
}

/* end flash sale */
.footer-menu a:hover {
  color: #ef1385;
}

ul.footer-menu {
  list-style-type: none;
}

a.text-view-all.ml-auto.mr-0 {
  color: #000;
  font-size: 14px;
  font-weight: 600;
}

div#dailys {
  background: linear-gradient(to right, #f7a0d6 0%, #f772f7 100%);
  margin-top: -34px;
}

.banner-show-flash-sell {
  width: 103%;
  margin-left: -16px;
}

#category-flash {
  height: auto;
  background-color: #fff;
  border-radius: 6px !important;
  padding: 20px !important;
}

span.view-flash.ml-auto.p-2 {
  color: #000;
}

.backgound-list-pro {
  margin-left: -8px;
  margin-right: 6px;
}

.flash-product-search {
  width: 100%;
  background: #fff;
  padding: 16px;
  margin-top: 0px;
  margin-left: -8px;
}

.flash-number {
  height: 61px;
  width: 101%;
  background: #fff;
  padding: 16px;
  margin-top: 0px;
  margin-left: -8px;
}

.main-banner img {
  border-radius: 6px;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* footer */
.row.p-3.footer-text {
  background: #fff;
  padding: 60px;
  margin-top: 1px;
}

.h-54 {
  height: 54px;
}

.h-56 {
  height: 56px;
}

.h-62 {
  height: 62px;
}

.category-menu,
ul.footer-menu {
  padding: 15px;
}

.footer-menu a {
  color: black;
  font-size: 14px;
}

.img.socail-fac {
  margin-left: -8px;
}

.img.socail-yout {
  margin-left: -8px;
}

.img.socail-inst {
  margin-left: -8px;
}

.app {
  width: 120px;
  height: 60px;
  border-radius: 10px;
  margin-top: 10px;
}

h3.fw-600.fs-13.text-truncate-2.lh-1-4.mb-0.h-35px {
  white-space: nowrap;
}

.cards {
  width: 190px;
  margin-top: 16px;
}

.group-cards {
  width: 59px;
  padding: 0px;
  margin-top: 10px;
}

.footer-menu span {
  padding: 10px;
  font-size: 14px;
}

.category-menu,
ul.footer-menu {
  padding: 0px;
  margin-top: 20px;
}

.footer-menu li {
  padding: 5px;
}

/* end footer */
p.text-download {
  font-size: 19px;
}

img.img-download {
  width: 134px;
}

p.text-kmk-footer {
  color: #fff;
  font-size: 21px;
}

a.shop-name-live {
  color: #fff;
}

a.shop-name-live {
  position: absolute;
  margin-top: 30px;
  margin-left: 10px;
}

.circle {
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 20px;
  margin-top: 6px;
  margin-left: 5px;
}

.live {
  width: 50px;
  height: 20px;
  background: red;
  border-radius: 25px;
  margin-top: 8px;
  margin-left: 132px;
  position: absolute;
  color: #fff;
}

.d-flex.profile-shop {
  margin-top: 5px !important;
  position: absolute;
  margin-left: 21px !important;
}

.group-live-img {
  margin-top: 36px;
  margin-left: -79px;
}

p.text-live {
  color: #fff;
  margin-top: 9px;
  margin-left: -39px;
}

img.img-window-sale.img-fluid {
  height: 40px;
  margin-top: 132px;
  margin-right: 40px;
  margin-left: -37px;
}

.dev-live {
  margin-left: 132px;
  margin-top: 73px;
}

img.img-stream-text.img-fluid {
  height: 16px;
  margin-top: 6px;
  margin-left: 5px;
}

img.img-text-live.img-fluid {
  height: 18px;
  margin-top: 5px;
  margin-left: -112px;
}

img.img-progress.img-fluid {
  height: 12px;
  margin-top: 26px;
  margin-left: -96px;
}

p.text-ending-flash {
  font-weight: 600;
  margin-left: 20px;
}

img.img-playlist.img-fluid {
  width: 100%;
  height: 152px;
  margin-top: 24px;
  margin-right: 49px;
  margin-left: -86px;
}

span.view-flash {
  color: #fff;
  font-size: 14px;
}

span.text-promotion.d-inline-block {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  margin-top: 4px;
  margin-left: 8px;
  text-transform: uppercase;
}

img.img-pro.img-fluid {
  width: 29px;
  margin-top: -8px;
}

.cate-text-title {
  text-transform: uppercase;
}

span.d-none.d-lg-inline-block {
  font-size: 21px;
  font-weight: bold;
}

ul.dropdown-menu.background-drop-profile.show {
  margin-left: -114px;
}

img.material-img {
  width: 20px;
  height: 20px;
}

#material {
  padding-left: 33px;
  margin-top: 18px;
}

#material.row {
  padding-top: 15px;
}

#material .row p {
  padding-left: 23px;
  color: #000;
  font-weight: 600;
}

#material a {
  color: #000003;
}

a.text-profile-user {
  color: #D23799;
}

#profile-column {
  text-align: start;
  margin-top: 13px;
  margin-left: -11px;
}

.profile-user {
  font-weight: 600;
  font-size: 15px;
  color: black;
  cursor: context-menu;
}

a.text-profile-user.mt-2 {
  color: #F03898 !important;
}

.profile-text {
  font-size: 14px;
  color: #F03898;
  margin-top: -14px;
}

#profile-col {
  text-align: start;
  margin-top: 33px;
  left: 15px;
}

.profile-img {
  vertical-align: middle;
  width: 55px;
  height: 55px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
  margin-left: -18px;
  margin-top: -27px;
  cursor: context-menu;
}

.profile-img-nav {
  vertical-align: middle;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin-top: -22px;
}

.profile-img-shop {
  vertical-align: middle;
  max-width: 100%;
  height: 100%;
}

img.avatar {
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: -15px;
}

img.img-sub-header.img-fluid {
  width: 23px;
  height: 23px;
  margin-top: 6px;
}

div#k-mall {
  background: linear-gradient(to right, #facf72 0%, #f59076 100%);
}

#order-confirmed {
  background: linear-gradient(to right, rgba(239, 135, 120, 0.3019607843) 0%, rgba(111, 215, 120, 0.3215686275) 100%);
}

div#most-popular {
  background: linear-gradient(to right, #9fb8f8 0%, #ec6de0 100%);
}

div#shop {
  background: linear-gradient(to right, #ec6de0 0%, #9fb8f8 100%);
}

a.opacity-60.fs-14.px-3.py-2.d-inline-block.fw-600.hov-opacity-100.text-reset {
  margin-top: -4px;
}

li.bac-menu {
  padding-top: 6px;
  width: auto;
  background-color: #fff;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 1px 10px 0 rgba(0, 0, 0, 0.19);
  margin-left: 2px;
  margin-right: 7px;
  font-weight: 500;
  border-radius: 6px;
  padding-left: 10px;
  padding-right: 10px;
  height: 40px;
  text-align: center;
}

#promotion-section {
  background-color: #00b0e9;
  margin-top: 13px;
  margin-left: -36px;
  border-radius: 6px;
}

div#compare {
  margin-top: -2px;
}

div#compare a {
  color: #fff;
}

div#slash-nav a {
  color: white;
}
div#slash-nav {
  color: white;
  margin-top: 16px;
}

div#wishlist a {
  color: white;
}
div#wishlist {
  margin-top: 16px;
}

.head-profile-nav a,
.gift-nav a {
  color: white;
}
.head-profile-nav,
.gift-nav {
  margin-top: 16px;
}

.start-promotion {
  color: #ec9f45;
}

div#cart_items {
  color: #fe3e94;
}

ul.list-inline.d-flex.justify-content-between.justify-content-lg-start.mb-0 {
  margin-top: -15px;
}

div#live-section {
  background: linear-gradient(to right, #f7607d 0%, #fe3e94 100%);
  height: 325px;
  margin-top: -66px;
  max-width: 100%;
  border-radius: 6px !important;
  margin-top: -28px;
}

.align-self-stretch {
  cursor: pointer;
  margin: auto;
  background: #fff;
  border-radius: 60px;
  height: 36px;
  width: 74px;
  padding: 13px;
}

/* End My Custome Style */
: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: #d83b98 ;
  --hov-primary: #d83b98;
  --soft-primary: rgba(247, 123, 11, 0.15);
  --secondary: #8f97ab;
  --soft-secondary: rgba(143, 151, 171, 0.15);
  --success: #0abb75;
  --soft-success: rgba(10, 187, 117, 0.15);
  --info: #25bcf1;
  --soft-info: rgba(37, 188, 241, 0.15);
  --warning: #ffc519;
  --soft-warning: rgba(255, 197, 25, 0.15);
  --danger: #ef486a;
  --soft-danger: rgba(239, 72, 106, 0.15);
  --light: #f2f3f8;
  --dark: #111723;
  --soft-dark: rgba(42, 50, 66, 0.15);
  --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;
}

.tagify {
  --tags-border-color: #e2e5ec;
  --tag-bg: #e2e5ec;
  --tag-hover: #d9e6ff;
  --tag-text-color: #212529;
  --tag-text-color--edit: #212529;
  --tag-pad: 0.3rem 0.5rem;
  --tag-inset-shadow-size: 1.1em;
  --tag-invalid-color: #d39494;
  --tag-invalid-bg: rgba(253, 57, 75, 0.5);
  --tag-remove-bg: rgba(253, 57, 75, 0.3);
  --tag-remove-btn-bg: none;
  --tag-remove-btn-bg--hover: #fd394b;
  --tag--min-width: 1ch;
  --tag--max-width: auto;
  --tag-hide-transition: 0.3s;
  --loader-size: 0.8em;
}

pre {
  white-space: initial;
}

/* new custom style */
.position-relative.logo-bar-area.z-1 {
  background: linear-gradient(to right, #B237DB 0%, #e355af 100%);
}

/* common helper utilites */
.c-scrollbar::-webkit-scrollbar {
  width: 4px;
  background: #1e1e2d;
  border-radius: 3px;
}

.c-scrollbar::-webkit-scrollbar-track {
  background: transparent;
}

.c-scrollbar::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
}

.c-scrollbar {
  scrollbar-color: rgba(255, 255, 255, 0.2);
  scrollbar-width: thin;
}

.c-scrollbar-light::-webkit-scrollbar,
.uppy-Dashboard-files::-webkit-scrollbar,
.bootstrap-select .dropdown-menu .inner::-webkit-scrollbar {
  width: 4px;
  background: rgba(24, 28, 41, 0.08);
  border-radius: 3px;
}

.c-scrollbar-light::-webkit-scrollbar-track,
.uppy-Dashboard-files::-webkit-scrollbar-track,
.bootstrap-select .dropdown-menu .inner::-webkit-scrollbar-track {
  background: transparent;
}

.c-scrollbar-light::-webkit-scrollbar-thumb,
.uppy-Dashboard-files::-webkit-scrollbar-thumb,
.bootstrap-select .dropdown-menu .inner::-webkit-scrollbar-thumb {
  background: rgba(24, 28, 41, 0.1);
  border-radius: 3px;
}

.c-scrollbar-light,
.uppy-Dashboard-files,
.bootstrap-select .dropdown-menu .inner {
  scrollbar-color: rgba(24, 28, 41, 0.08);
  scrollbar-width: thin;
}

.no-scrollbar::-webkit-scrollbar {
  width: 0;
}

.no-scrollbar::-webkit-scrollbar-track {
  background: transparent;
}

.no-scrollbar::-webkit-scrollbar-thumb {
  background: transparent;
}

.img-fit-search {
  max-height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}

div#mytab1 {
  margin-left: -4px;
  margin-right: 9px;
}

.img-list-search {
  width: 180px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}

.img-fit {
  max-height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.6);
}

.overlay.overlay-fixed {
  position: fixed;
}

.hov-overlay .overlay,
.hov-container .hov-box {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s ease, opacity 0.3s ease;
}

.hov-overlay:hover .overlay,
.hov-container:hover .hov-box {
  visibility: visible;
  opacity: 1;
}

.fullscreen {
  min-height: 100vh;
}

/*modal 1050
backdrop 1040
fixed-bottom 1030*/
.z--1 {
  z-index: -1 !important;
}

.z-0 {
  z-index: 0 !important;
}

.z-1 {
  z-index: 1 !important;
}

.z-2 {
  z-index: 2 !important;
}

.z-3 {
  z-index: 3 !important;
}

.z-1020 {
  z-index: 1020 !important;
}

.z-1035 {
  z-index: 1035 !important;
}

.z-1045 {
  z-index: 1045 !important;
}

.minw-0 {
  min-width: 0;
}

.text-truncate-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.text-truncate-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.text-truncate-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.c-pointer {
  cursor: pointer !important;
}

.c-not-allowed {
  cursor: not-allowed !important;
}

.c-default {
  cursor: default !important;
}

.attached-top,
.attached-bottom {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 2;
}

.attached-top {
  top: 0;
}

.attached-bottom {
  bottom: 0;
}

.separator {
  position: relative;
  text-align: center;
  z-index: 1;
}

.separator:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #ebedf2;
  left: 0;
  right: 0;
  top: 50%;
  z-index: -1;
}

.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.absolute-full {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.absolute-top-right {
  position: absolute;
  top: 0;
  right: 0;
}

[dir=rtl] .absolute-top-right {
  right: auto;
  left: 0;
}

.absolute-top-left {
  position: absolute;
  top: 0;
  left: 0;
}

[dir=rtl] .absolute-top-left {
  left: auto;
  right: 0;
}

.absolute-bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
}

[dir=rtl] .absolute-bottom-right {
  left: auto;
  right: 0;
}

.absolute-bottom-left {
  position: absolute;
  bottom: 0;
  left: 0;
}

[dir=rtl] .absolute-bottom-left {
  left: auto;
  right: 0;
}

.absolute-top-center {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}

.recommended-ribbon {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #FFF;
  background: #ff0000;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  padding: 5px 30px;
  top: 29px;
  right: -40px;
}

.dot-loader > div {
  display: inline-flex;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  margin: 0 2px;
  background: #777;
  animation: loader 1.48s ease-in-out infinite both;
}

.dot-loader > div:nth-child(1) {
  animation-delay: -0.32s;
}

.dot-loader > div:nth-child(2) {
  animation-delay: -0.16s;
}
@keyframes loader {
  0%, 80%, 100% {
    transform: scale(0);
    opacity: 0.2;
  }
  40% {
    transform: scale(1);
    opacity: 0.8;
  }
}
@media (max-width: 991.98px) {
  .mobile-hor-swipe {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    white-space: nowrap;
  }
}
.top-0 {
  top: 0 !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.left-0 {
  left: 0 !important;
}

.left-100 {
  left: 100% !important;
}

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

.right-100 {
  right: 100% !important;
}

/*bootstrap extend*/
.fw-100 {
  font-weight: 100 !important;
}

.fw-200 {
  font-weight: 200 !important;
}

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

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

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

.fw-900 {
  font-weight: 900 !important;
}

.fs-8 {
  font-size: 0.5rem !important;
}

.fs-9 {
  font-size: 0.5625rem !important;
}

.fs-10 {
  font-size: 0.625rem !important;
}

.fs-11 {
  font-size: 0.6875rem !important;
}

.fs-12 {
  font-size: 0.75rem !important;
}

.fs-13 {
  font-size: 0.8125rem !important;
}

.fs-14 {
  font-size: 0.875rem !important;
}

.fs-15 {
  font-size: 0.9375rem !important;
}

.fs-15 {
  font-size: 0.9375rem !important;
}

.fs-16 {
  font-size: 1rem !important;
}

.fs-17 {
  font-size: 1.0625rem !important;
}

.fs-18 {
  font-size: 1.125rem !important;
}

.fs-19 {
  font-size: 1.1875rem !important;
}

.fs-20 {
  font-size: 1.25rem !important;
}

.fs-21 {
  font-size: 1.3125rem !important;
}

.fs-22 {
  font-size: 1.375rem !important;
}

.fs-23 {
  font-size: 1.4375rem !important;
}

.fs-24 {
  font-size: 1.5rem !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-1-1 {
  line-height: 1.1 !important;
}

.lh-1-2 {
  line-height: 1.2 !important;
}

.lh-1-3 {
  line-height: 1.3 !important;
}

.lh-1-4 {
  line-height: 1.4 !important;
}

.lh-1-5 {
  line-height: 1.5 !important;
}

.lh-1-6 {
  line-height: 1.6 !important;
}

.lh-1-7 {
  line-height: 1.7 !important;
}

.lh-1-8 {
  line-height: 1.8 !important;
}

.lh-1-9 {
  line-height: 1.9 !important;
}

.lh-2 {
  line-height: 2 !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-10 {
  opacity: 0.1 !important;
}

.opacity-20 {
  opacity: 0.2 !important;
}

.opacity-30 {
  opacity: 0.3 !important;
}

.opacity-40 {
  opacity: 0.4 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

/* .opacity-60 { opacity: 0.6 !important; } */
.opacity-70 {
  opacity: 0.7 !important;
}

/* .opacity-80 { opacity: 0.8 !important; } */
.opacity-90 {
  opacity: 0.9 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.hov-opacity-0:hover {
  opacity: 0 !important;
}

.hov-opacity-10:hover {
  opacity: 0.1 !important;
}

.hov-opacity-20:hover {
  opacity: 0.2 !important;
}

.hov-opacity-30:hover {
  opacity: 0.3 !important;
}

.hov-opacity-40:hover {
  opacity: 0.4 !important;
}

.hov-opacity-50:hover {
  opacity: 0.5 !important;
}

.hov-opacity-60:hover {
  opacity: 0.6 !important;
}

.hov-opacity-70:hover {
  opacity: 0.7 !important;
}

.hov-opacity-80:hover {
  opacity: 0.8 !important;
}

.hov-opacity-90:hover {
  opacity: 0.9 !important;
}

.hov-opacity-100:hover {
  opacity: 1 !important;
}

.shadow-xs {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
}

.shadow-sm {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
}

.shadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
}

.shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
}

.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
}

.shadow-xl {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
}

.shadow-2xl {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
}

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

.hov-shadow-xs:hover {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) !important;
}

.hov-shadow-sm:hover {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
}

.hov-shadow:hover {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
}

.hov-shadow-md:hover {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
}

.hov-shadow-lg:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
}

.hov-shadow-xl:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
}

.hov-shadow-2xl:hover {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25) !important;
}

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

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.bg-primary {
  background-color: var(--primary) !important;
}

/* .bg-soft-primary { background-color: var(--soft-primary) !important; } */
.bg-secondary {
  background-color: var(--secondary) !important;
}

.bg-soft-secondary {
  background-color: var(--soft-secondary) !important;
}

.bg-success {
  background-color: var(--success) !important;
}

.bg-soft-success {
  background-color: var(--soft-success) !important;
}

.bg-info {
  background-color: var(--info) !important;
}

.bg-soft-info {
  background-color: var(--soft-info) !important;
}

.bg-warning {
  background-color: var(--warning) !important;
}

.bg-soft-warning {
  background-color: var(--soft-warning) !important;
}

.bg-danger {
  background-color: var(--danger) !important;
}

.bg-soft-danger {
  background-color: var(--soft-danger) !important;
}

.bg-dark {
  background-color: var(--dark) !important;
}

.bg-soft-dark {
  background-color: var(--soft-dark) !important;
}

.bg-light {
  background-color: var(--light) !important;
}

.bg-black {
  background-color: #0d111b !important;
}

.hov-bg-primary:hover {
  background-color: var(--primary) !important;
}

.hov-bg-soft-primary:hover {
  background-color: var(--soft-primary) !important;
}

.hov-bg-secondary:hover {
  background-color: var(--secondary) !important;
}

.hov-bg-soft-secondary:hover {
  background-color: var(--soft-secondary) !important;
}

.hov-bg-success:hover {
  background-color: var(--success) !important;
}

.hov-bg-soft-success:hover {
  background-color: var(--soft-success) !important;
}

.hov-bg-info:hover {
  background-color: var(--info) !important;
}

.hov-bg-soft-info:hover {
  background-color: var(--soft-info) !important;
}

.hov-bg-warning:hover {
  background-color: var(--warning) !important;
}

.hov-bg-soft-warning:hover {
  background-color: var(--soft-warning) !important;
}

.hov-bg-danger:hover {
  background-color: var(--danger) !important;
}

.hov-bg-soft-danger:hover {
  background-color: var(--soft-danger) !important;
}

.hov-bg-dark:hover {
  background-color: var(--dark) !important;
}

.hov-bg-soft-dark:hover {
  background-color: var(--soft-dark) !important;
}

.hov-bg-light:hover {
  background-color: var(--light) !important;
}

.hov-bg-black:hover {
  background-color: #0d111b !important;
}

.hov-bg-white:hover {
  background-color: #fff !important;
}

.bg-grad-1 {
  background-color: #eb4786;
  background-image: linear-gradient(315deg, #eb4786 0%, #b854a6 74%);
}

.bg-grad-2 {
  background-color: #875fc0;
  background-image: linear-gradient(315deg, #875fc0 0%, #5346ba 74%);
}

.bg-grad-3 {
  background-color: #47c5f4;
  background-image: linear-gradient(315deg, #47c5f4 0%, #6791d9 74%);
}

.bg-grad-4 {
  background-color: #ffb72c;
  background-image: linear-gradient(315deg, #ffb72c 0%, #f57f59 74%);
}

[class*=border], hr {
  border-color: #e2e5ec !important;
}

.border-gray-100 {
  border-color: #f7fafc !important;
}

.border-gray-200 {
  border-color: #edf2f7 !important;
}

.border-gray-300 {
  border-color: #e2e8f0 !important;
}

.border-gray-400 {
  border-color: #cbd5e0 !important;
}

.border-gray-500 {
  border-color: #a0aec0 !important;
}

.border-gray-600 {
  border-color: #718096 !important;
}

.border-gray-700 {
  border-color: #4a5568 !important;
}

.border-gray-800 {
  border-color: #2d3748 !important;
}

.border-gray-900 {
  border-color: #1a202c !important;
}

.border-primary {
  border-color: var(--primary) !important;
}

.border-secondary {
  border-color: var(--secondary) !important;
}

.border-success {
  border-color: var(--success) !important;
}

.border-info {
  border-color: var(--info) !important;
}

.border-warning {
  border-color: var(--warning) !important;
}

.border-danger {
  border-color: var(--danger) !important;
}

.border-light {
  border-color: var(--light) !important;
}

.border-dark {
  border-color: var(--dark) !important;
}

.border-soft-primary {
  border-color: var(--soft-primary) !important;
}

.border-soft-secondary {
  border-color: var(--soft-secondary) !important;
}

.border-soft-success {
  border-color: var(--soft-success) !important;
}

.border-soft-info {
  border-color: var(--soft-info) !important;
}

.border-soft-warning {
  border-color: var(--soft-warning) !important;
}

.border-soft-danger {
  border-color: var(--soft-danger) !important;
}

.border-soft-dark {
  border-color: var(--soft-dark) !important;
}

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

.border-width-2 {
  border-width: 2px !important;
}

.border-width-3 {
  border-width: 3px !important;
}

.border-width-4 {
  border-width: 4px !important;
}

.border-dotted {
  border-style: dotted !important;
}

.border-dashed {
  border-style: dashed !important;
}

.text-primary {
  color: var(--primary) !important;
}

.text-soft-primary {
  color: var(--soft-primary) !important;
}

.text-secondary {
  color: var(--secondary) !important;
}

.text-soft-secondary {
  color: var(--soft-secondary) !important;
}

.text-success {
  color: var(--success) !important;
}

.text-soft-success {
  color: var(--soft-success) !important;
}

.text-info {
  color: var(--info) !important;
}

.text-soft-info {
  color: var(--soft-info) !important;
}

.text-warning {
  color: var(--warning) !important;
}

.text-soft-warning {
  color: var(--soft-warning) !important;
}

.text-danger {
  color: var(--danger) !important;
}

.text-soft-danger {
  color: var(--soft-danger) !important;
}

.text-dark {
  color: var(--dark) !important;
}

.text-soft-dark {
  color: var(--soft-dark) !important;
}

.text-light {
  color: var(--light) !important;
}

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

.hov-text-primary:hover {
  color: var(--primary) !important;
}

.hov-text-soft-primary:hover {
  color: var(--soft-primary) !important;
}

.hov-text-secondary:hover {
  color: var(--secondary) !important;
}

.hov-text-soft-secondary:hover {
  color: var(--soft-secondary) !important;
}

.hov-text-success:hover {
  color: var(--success) !important;
}

.hov-text-soft-success:hover {
  color: var(--soft-success) !important;
}

.hov-text-info:hover {
  color: var(--info) !important;
}

.hov-text-soft-info:hover {
  color: var(--soft-info) !important;
}

.hov-text-warning:hover {
  color: var(--warning) !important;
}

.hov-text-soft-warning:hover {
  color: var(--soft-warning) !important;
}

.hov-text-danger:hover {
  color: var(--danger) !important;
}

.hov-text-soft-danger:hover {
  color: var(--soft-danger) !important;
}

.hov-text-dark:hover {
  color: var(--dark) !important;
}

.hov-text-soft-dark:hover {
  color: var(--soft-dark) !important;
}

.hov-text-light:hover {
  color: var(--light) !important;
}

.hov-text-white:hover {
  color: #fff !important;
}

.w-auto {
  width: auto;
}

.w-5px, .size-5px {
  width: 5px;
}

.w-10px, .size-10px {
  width: 10px;
}

.w-15px, .size-15px {
  width: 15px;
}

.w-20px, .size-20px {
  width: 20px;
}

.w-25px, .size-25px {
  width: 25px;
}

.w-30px, .size-30px {
  width: 30px;
}

.w-35px, .size-35px {
  width: 35px;
}

.w-40px, .size-40px {
  width: 40px;
}

.w-45px, .size-45px {
  width: 45px;
}

.w-50px, .size-50px {
  width: 50px;
}

.w-60px, .size-60px {
  width: 60px;
}

.w-70px, .size-70px {
  width: 70px;
}

.w-80px, .size-80px {
  width: 80px;
}

.w-90px, .size-90px {
  width: 90px;
}

.w-100px, .size-100px {
  width: 100px;
}

.w-110px, .size-110px {
  width: 110px;
}

.w-120px, .size-120px {
  width: 120px;
}

.w-130px, .size-130px {
  width: 130px;
}

.w-140px, .size-140px {
  width: 140px;
}

.w-150px, .size-150px {
  width: 150px;
}

.w-160px, .size-160px {
  width: 160px;
}

.w-170px, .size-170px {
  width: 170px;
}

.w-180px, .size-180px {
  width: 180px;
}

.w-190px, .size-190px {
  width: 190px;
}

.w-200px, .size-200px {
  width: 200px;
}

.w-210px, .size-210px {
  width: 210px;
}

.w-220px, .size-220px {
  width: 220px;
}

.w-230px, .size-230px {
  width: 230px;
}

.w-240px, .size-240px {
  width: 240px;
}

.w-250px, .size-250px {
  width: 250px;
}

.w-260px, .size-260px {
  width: 260px;
}

.w-270px, .size-270px {
  width: 270px;
}

.w-280px, .size-280px {
  width: 280px;
}

.w-290px, .size-290px {
  width: 290px;
}

.w-300px, .size-300px {
  width: 300px;
}

.w-310px, .size-310px {
  width: 310px;
}

.w-320px, .size-320px {
  width: 320px;
}

.w-330px, .size-330px {
  width: 330px;
}

.w-340px, .size-340px {
  width: 340px;
}

.w-350px, .size-350px {
  width: 350px;
}

.w-360px, .size-360px {
  width: 360px;
}

.w-370px, .size-370px {
  width: 370px;
}

.w-380px, .size-380px {
  width: 380px;
}

.w-390px, .size-390px {
  width: 390px;
}

.w-400px, .size-400px {
  width: 400px;
}

.w-410px, .size-410px {
  width: 410px;
}

.w-420px, .size-420px {
  width: 420px;
}

.w-450px, .size-450px {
  width: 450px;
}

.w-500px, .size-500px {
  width: 500px;
}

.h-auto {
  height: auto;
}

.h-5px, .size-5px {
  height: 5px;
}

.h-10px, .size-10px {
  height: 10px;
}

.h-15px, .size-15px {
  height: 15px;
}

.h-20px, .size-20px {
  height: 20px;
}

.h-25px, .size-25px {
  height: 25px;
}

.h-30px, .size-30px {
  height: 30px;
}

.h-40px, .size-40px {
  height: 40px;
}

.h-45px, .size-45px {
  height: 45px;
}

.h-50px, .size-50px {
  height: 50px;
}

.h-60px, .size-60px {
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
}

.h-70px, .size-70px {
  height: 70px;
}

.h-80px, .size-80px {
  height: 80px;
}

.h-90px, .size-90px {
  height: 90px;
}

.h-100px, .size-100px {
  height: 100px;
}

.h-110px, .size-110px {
  height: 110px;
}

.h-120px, .size-120px {
  height: 120px;
}

.h-130px, .size-130px {
  height: 130px;
}

.h-140px, .size-140px {
  height: 140px;
}

.h-150px, .size-150px {
  height: 150px;
}

.h-160px, .size-160px {
  height: 160px;
}

.h-170px, .size-170px {
  height: 170px;
}

.h-180px, .size-180px {
  height: 180px;
}

.h-190px, .size-190px {
  height: 190px;
}

.h-200px, .size-200px {
  height: 200px;
}

.h-210px, .size-210px {
  height: 210px;
}

.h-220px, .size-220px {
  height: 220px;
}

.h-230px, .size-230px {
  height: 230px;
}

.h-240px, .size-240px {
  height: 240px;
}

.h-250px, .size-250px {
  height: 250px;
}

.h-260px, .size-260px {
  height: 260px;
}

.h-270px, .size-270px {
  height: 270px;
}

.h-280px, .size-280px {
  height: 280px;
}

.h-290px, .size-290px {
  height: 290px;
}

.h-300px, .size-300px {
  height: 300px;
}

.h-310px, .size-310px {
  height: 310px;
}

.h-320px, .size-320px {
  height: 320px;
}

.h-330px, .size-330px {
  height: 330px;
}

.h-340px, .size-340px {
  height: 340px;
}

.h-350px, .size-350px {
  height: 350px;
}

.h-360px, .size-360px {
  height: 360px;
}

.h-370px, .size-370px {
  height: 370px;
}

.h-380px, .size-380px {
  height: 380px;
}

.h-390px, .size-390px {
  height: 390px;
}

.h-400px, .size-400px {
  height: 400px;
}

.h-410px, .size-410px {
  height: 410px;
}

.h-420px, .size-420px {
  height: 420px;
}

.h-450px, .size-450px {
  height: 450px;
}

.h-500px, .size-500px {
  height: 500px;
}

.pl-6, .px-6, .p-6 {
  padding-left: 4rem;
}

.pl-7, .px-7, .p-7 {
  padding-left: 5rem;
}

.pl-8, .px-8, .p-8 {
  padding-left: 6rem;
}

.pl-9, .px-9, .p-9 {
  padding-left: 8rem;
}

.pl-10, .px-10, .p-10 {
  padding-left: 10rem;
}

.pl-11, .px-11, .p-11 {
  padding-left: 12rem;
}

.pl-12, .px-12, .p-12 {
  padding-left: 16rem;
}

.pr-6, .px-6, .p-6 {
  padding-right: 4rem;
}

.pr-7, .px-7, .p-7 {
  padding-right: 5rem;
}

.pr-8, .px-8, .p-8 {
  padding-right: 6rem;
}

.pr-9, .px-9, .p-9 {
  padding-right: 8rem;
}

.pr-10, .px-10, .p-10 {
  padding-right: 10rem;
}

.pr-11, .px-11, .p-11 {
  padding-right: 12rem;
}

.pr-12, .px-12, .p-12 {
  padding-right: 16rem;
}

.pt-6, .py-6, .p-6 {
  padding-top: 4rem;
}

.pt-7, .py-7, .p-7 {
  padding-top: 5rem;
}

.pt-8, .py-8, .p-8 {
  padding-top: 6rem;
}

.pt-9, .py-9, .p-9 {
  padding-top: 8rem;
}

.pt-10, .py-10, .p-10 {
  padding-top: 10rem;
}

.pt-11, .py-11, .p-11 {
  padding-top: 12rem;
}

.pt-12, .py-12, .p-12 {
  padding-top: 16rem;
}

.pb-6, .py-6, .p-6 {
  padding-bottom: 4rem;
}

.pb-7, .py-7, .p-7 {
  padding-bottom: 5rem;
}

.pb-8, .py-8, .p-8 {
  padding-bottom: 6rem;
}

.pb-9, .py-9, .p-9 {
  padding-bottom: 8rem;
}

.pb-10, .py-10, .p-10 {
  padding-bottom: 10rem;
}

.pb-11, .py-11, .p-11 {
  padding-bottom: 12rem;
}

.pb-12, .py-12, .p-12 {
  padding-bottom: 16rem;
}

.pl-5px, .px-5px, .p-5px {
  padding-left: 5px;
}

.pl-10px, .px-10px, .p-10px {
  padding-left: 10px;
}

.pl-15px, .px-15px, .p-15px {
  padding-left: 15px;
}

.pl-20px, .px-20px, .p-20px {
  padding-left: 20px;
}

.pl-25px, .px-25px, .p-25px {
  padding-left: 25px;
}

.pl-30px, .px-30px, .p-30px {
  padding-left: 30px;
}

.pr-5px, .px-5px, .p-5px {
  padding-right: 5px;
}

.pr-10px, .px-10px, .p-10px {
  padding-right: 10px;
}

.pr-15px, .px-15px, .p-15px {
  padding-right: 15px;
}

.pr-20px, .px-20px, .p-20px {
  padding-right: 20px;
}

.pr-25px, .px-25px, .p-25px {
  padding-right: 25px;
}

.pr-30px, .px-30px, .p-30px {
  padding-right: 30px;
}

.pt-5px, .py-5px, .p-5px {
  padding-top: 5px;
}

.pt-10px, .py-10px, .p-10px {
  padding-top: 10px;
}

.pt-15px, .py-15px, .p-15px {
  padding-top: 15px;
}

.pt-20px, .py-20px, .p-20px {
  padding-top: 20px;
}

.pt-25px, .py-25px, .p-25px {
  padding-top: 25px;
}

.pt-30px, .py-30px, .p-30px {
  padding-top: 30px;
}

.pb-5px, .py-5px, .p-5px {
  padding-bottom: 5px;
}

.pb-10px, .py-10px, .p-10px {
  padding-bottom: 10px;
}

.pb-15px, .py-15px, .p-15px {
  padding-bottom: 15px;
}

.pb-20px, .py-20px, .p-20px {
  padding-bottom: 20px;
}

.pb-25px, .py-25px, .p-25px {
  padding-bottom: 25px;
}

.pb-30px, .py-30px, .p-30px {
  padding-bottom: 30px;
}

.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl,
.col-xxl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.gutters-5 {
  margin-right: -5px;
  margin-left: -5px;
}

.gutters-5 > .col,
.gutters-5 > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.gutters-10 {
  margin-right: -10px;
  margin-left: -10px;
}

.gutters-10 > .col,
.gutters-10 > [class*=col-] {
  padding-right: 10px;
  padding-left: 10px;
}

.selection-payment > [class*=col-] {
  padding-right: 4px;
  padding-left: 4px;
}

.gutters-20 {
  margin-right: -20px;
  margin-left: -20px;
}

.gutters-20 > .col,
.gutters-20 > [class*=col-] {
  padding-right: 20px;
  padding-left: 20px;
}

.gutters-25 {
  margin-right: -25px;
  margin-left: -25px;
}

.gutters-25 > .col,
.gutters-25 > [class*=col-] {
  padding-right: 25px;
  padding-left: 25px;
}

.gutters-30 {
  margin-right: -30px;
  margin-left: -30px;
}

.gutters-30 > .col,
.gutters-30 > [class*=col-] {
  padding-right: 30px;
  padding-left: 30px;
}

[dir=rtl] .row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

[dir=rtl] .row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

[dir=rtl] .row-cols-3 > * {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

[dir=rtl] .row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

[dir=rtl] .row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

[dir=rtl] .row-cols-6 > * {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

/* sm */
@media (min-width: 576px) {
  .border-sm {
    border: 1px solid #e2e5ec !important;
  }
  .border-sm-top {
    border-top: 1px solid #e2e5ec !important;
  }
  .border-sm-right {
    border-right: 1px solid #e2e5ec !important;
  }
  .border-sm-bottom {
    border-bottom: 1px solid #e2e5ec !important;
  }
  .border-sm-left {
    border-left: 1px solid #e2e5ec !important;
  }
  .border-sm-0 {
    border: 0 !important;
  }
  .border-sm-top-0 {
    border-top: 0 !important;
  }
  .border-sm-right-0 {
    border-right: 0 !important;
  }
  .border-sm-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-sm-left-0 {
    border-left: 0 !important;
  }
  .w-sm-25 {
    width: 25% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-auto {
    width: auto !important;
  }
  .pl-sm-6,
  .px-sm-6,
  .p-sm-6 {
    padding-left: 4rem;
  }
  .pl-sm-7,
  .px-sm-7,
  .p-sm-7 {
    padding-left: 5rem;
  }
  .pl-sm-8,
  .px-sm-8,
  .p-sm-8 {
    padding-left: 6rem;
  }
  .pl-sm-9,
  .px-sm-9,
  .p-sm-9 {
    padding-left: 8rem;
  }
  .pl-sm-10,
  .px-sm-10,
  .p-sm-10 {
    padding-left: 10rem;
  }
  .pl-sm-11,
  .px-sm-11,
  .p-sm-11 {
    padding-left: 12rem;
  }
  .pl-sm-12,
  .px-sm-12,
  .p-sm-12 {
    padding-left: 16rem;
  }
  .pr-sm-6,
  .px-sm-6,
  .p-sm-6 {
    padding-right: 4rem;
  }
  .pr-sm-7,
  .px-sm-7,
  .p-sm-7 {
    padding-right: 5rem;
  }
  .pr-sm-8,
  .px-sm-8,
  .p-sm-8 {
    padding-right: 6rem;
  }
  .pr-sm-9,
  .px-sm-9,
  .p-sm-9 {
    padding-right: 8rem;
  }
  .pr-sm-10,
  .px-sm-10,
  .p-sm-10 {
    padding-right: 10rem;
  }
  .pr-sm-11,
  .px-sm-11,
  .p-sm-11 {
    padding-right: 12rem;
  }
  .pr-sm-12,
  .px-sm-12,
  .p-sm-12 {
    padding-right: 16rem;
  }
  .pt-sm-6,
  .py-sm-6,
  .p-sm-6 {
    padding-top: 4rem;
  }
  .pt-sm-7,
  .py-sm-7,
  .p-sm-7 {
    padding-top: 5rem;
  }
  .pt-sm-8,
  .py-sm-8,
  .p-sm-8 {
    padding-top: 6rem;
  }
  .pt-sm-9,
  .py-sm-9,
  .p-sm-9 {
    padding-top: 8rem;
  }
  .pt-sm-10,
  .py-sm-10,
  .p-sm-10 {
    padding-top: 10rem;
  }
  .pt-sm-11,
  .py-sm-11,
  .p-sm-11 {
    padding-top: 12rem;
  }
  .pt-sm-12,
  .py-sm-12,
  .p-sm-12 {
    padding-top: 16rem;
  }
  .pb-sm-6,
  .py-sm-6,
  .p-sm-6 {
    padding-bottom: 4rem;
  }
  .pb-sm-7,
  .py-sm-7,
  .p-sm-7 {
    padding-bottom: 5rem;
  }
  .pb-sm-8,
  .py-sm-8,
  .p-sm-8 {
    padding-bottom: 6rem;
  }
  .pb-sm-9,
  .py-sm-9,
  .p-sm-9 {
    padding-bottom: 8rem;
  }
  .pb-sm-10,
  .py-sm-10,
  .p-sm-10 {
    padding-bottom: 10rem;
  }
  .pb-sm-11,
  .py-sm-11,
  .p-sm-11 {
    padding-bottom: 12rem;
  }
  .pb-sm-12,
  .py-sm-12,
  .p-sm-12 {
    padding-bottom: 16rem;
  }
  .pl-sm-5px,
  .px-sm-5px,
  .p-sm-5px {
    padding-left: 5px;
  }
  .pl-sm-10px,
  .px-sm-10px,
  .p-sm-10px {
    padding-left: 10px;
  }
  .pl-sm-15px,
  .px-sm-15px,
  .p-sm-15px {
    padding-left: 15px;
  }
  .pl-sm-20px,
  .px-sm-20px,
  .p-sm-20px {
    padding-left: 20px;
  }
  .pl-sm-25px,
  .px-sm-25px,
  .p-sm-25px {
    padding-left: 25px;
  }
  .pl-sm-30px,
  .px-sm-30px,
  .p-sm-30px {
    padding-left: 30px;
  }
  .pr-sm-5px,
  .px-sm-5px,
  .p-sm-5px {
    padding-right: 5px;
  }
  .pr-sm-10px,
  .px-sm-10px,
  .p-sm-10px {
    padding-right: 10px;
  }
  .pr-sm-15px,
  .px-sm-15px,
  .p-sm-15px {
    padding-right: 15px;
  }
  .pr-sm-20px,
  .px-sm-20px,
  .p-sm-20px {
    padding-right: 20px;
  }
  .pr-sm-25px,
  .px-sm-25px,
  .p-sm-25px {
    padding-right: 25px;
  }
  .pr-sm-30px,
  .px-sm-30px,
  .p-sm-30px {
    padding-right: 30px;
  }
  .pt-sm-5px,
  .py-sm-5px,
  .p-sm-5px {
    padding-top: 5px;
  }
  .pt-sm-10px,
  .py-sm-10px,
  .p-sm-10px {
    padding-top: 10px;
  }
  .pt-sm-15px,
  .py-sm-15px,
  .p-sm-15px {
    padding-top: 15px;
  }
  .pt-sm-20px,
  .py-sm-20px,
  .p-sm-20px {
    padding-top: 20px;
  }
  .pt-sm-25px,
  .py-sm-25px,
  .p-sm-25px {
    padding-top: 25px;
  }
  .pt-sm-30px,
  .py-sm-30px,
  .p-sm-30px {
    padding-top: 30px;
  }
  .pb-sm-5px,
  .py-sm-5px,
  .p-sm-5px {
    padding-bottom: 5px;
  }
  .pb-sm-10px,
  .py-sm-10px,
  .p-sm-10px {
    padding-bottom: 10px;
  }
  .pb-sm-15px,
  .py-sm-15px,
  .p-sm-15px {
    padding-bottom: 15px;
  }
  .pb-sm-20px,
  .py-sm-20px,
  .p-sm-20px {
    padding-bottom: 20px;
  }
  .pb-sm-25px,
  .py-sm-25px,
  .p-sm-25px {
    padding-bottom: 25px;
  }
  .pb-sm-30px,
  .py-sm-30px,
  .p-sm-30px {
    padding-bottom: 30px;
  }
  .w-sm-auto {
    width: auto;
  }
  .w-sm-5px, .size-sm-5px {
    width: 5px;
  }
  .w-sm-10px, .size-sm-10px {
    width: 10px;
  }
  .w-sm-15px, .size-sm-15px {
    width: 15px;
  }
  .w-sm-20px, .size-sm-20px {
    width: 20px;
  }
  .w-sm-25px, .size-sm-25px {
    width: 25px;
  }
  .w-sm-30px, .size-sm-30px {
    width: 30px;
  }
  .w-sm-35px, .size-sm-35px {
    width: 35px;
  }
  .w-sm-40px, .size-sm-40px {
    width: 40px;
  }
  .w-sm-45px, .size-sm-45px {
    width: 45px;
  }
  .w-sm-50px, .size-sm-50px {
    width: 50px;
  }
  .w-sm-60px, .size-sm-60px {
    width: 60px;
  }
  .w-sm-70px, .size-sm-70px {
    width: 70px;
  }
  .w-sm-80px, .size-sm-80px {
    width: 80px;
  }
  .w-sm-90px, .size-sm-90px {
    width: 90px;
  }
  .w-sm-100px, .size-sm-100px {
    width: 100px;
  }
  .w-sm-110px, .size-sm-110px {
    width: 110px;
  }
  .w-sm-120px, .size-sm-120px {
    width: 120px;
  }
  .w-sm-130px, .size-sm-130px {
    width: 130px;
  }
  .w-sm-140px, .size-sm-140px {
    width: 140px;
  }
  .w-sm-150px, .size-sm-150px {
    width: 150px;
  }
  .w-sm-160px, .size-sm-160px {
    width: 160px;
  }
  .w-sm-170px, .size-sm-170px {
    width: 170px;
  }
  .w-sm-180px, .size-sm-180px {
    width: 180px;
  }
  .w-sm-190px, .size-sm-190px {
    width: 190px;
  }
  .w-sm-200px, .size-sm-200px {
    width: 200px;
  }
  .w-sm-210px, .size-sm-210px {
    width: 210px;
  }
  .w-sm-220px, .size-sm-220px {
    width: 220px;
  }
  .w-sm-230px, .size-sm-230px {
    width: 230px;
  }
  .w-sm-240px, .size-sm-240px {
    width: 240px;
  }
  .w-sm-250px, .size-sm-250px {
    width: 250px;
  }
  .w-sm-260px, .size-sm-260px {
    width: 260px;
  }
  .w-sm-270px, .size-sm-270px {
    width: 270px;
  }
  .w-sm-280px, .size-sm-280px {
    width: 280px;
  }
  .w-sm-290px, .size-sm-290px {
    width: 290px;
  }
  .w-sm-300px, .size-sm-300px {
    width: 300px;
  }
  .w-sm-310px, .size-sm-310px {
    width: 310px;
  }
  .w-sm-320px, .size-sm-320px {
    width: 320px;
  }
  .w-sm-330px, .size-sm-330px {
    width: 330px;
  }
  .w-sm-340px, .size-sm-340px {
    width: 340px;
  }
  .w-sm-350px, .size-sm-350px {
    width: 350px;
  }
  .w-sm-360px, .size-sm-360px {
    width: 360px;
  }
  .w-sm-370px, .size-sm-370px {
    width: 370px;
  }
  .w-sm-380px, .size-sm-380px {
    width: 380px;
  }
  .w-sm-390px, .size-sm-390px {
    width: 390px;
  }
  .w-sm-400px, .size-sm-400px {
    width: 400px;
  }
  .w-sm-410px, .size-sm-410px {
    width: 410px;
  }
  .w-sm-420px, .size-sm-420px {
    width: 420px;
  }
  .w-sm-450px, .size-sm-450px {
    width: 450px;
  }
  .w-sm-500px, .size-sm-500px {
    width: 500px;
  }
  .h-sm-auto {
    height: auto;
  }
  .h-sm-5px, .size-sm-5px {
    height: 5px;
  }
  .h-sm-10px, .size-sm-10px {
    height: 10px;
  }
  .h-sm-15px, .size-sm-15px {
    height: 15px;
  }
  .h-sm-20px, .size-sm-20px {
    height: 20px;
  }
  .h-sm-25px, .size-sm-25px {
    height: 25px;
  }
  .h-sm-30px, .size-sm-30px {
    height: 30px;
  }
  .h-sm-35px, .size-sm-35px {
    height: 35px;
  }
  .h-sm-40px, .size-sm-40px {
    height: 40px;
  }
  .h-sm-45px, .size-sm-45px {
    height: 45px;
  }
  .h-sm-50px, .size-sm-50px {
    height: 50px;
  }
  .h-sm-60px, .size-sm-60px {
    height: 60px;
  }
  .h-sm-70px, .size-sm-70px {
    height: 70px;
  }
  .h-sm-80px, .size-sm-80px {
    height: 80px;
  }
  .h-sm-90px, .size-sm-90px {
    height: 90px;
  }
  .h-sm-100px, .size-sm-100px {
    height: 100px;
  }
  .h-sm-110px, .size-sm-110px {
    height: 110px;
  }
  .h-sm-120px, .size-sm-120px {
    height: 120px;
  }
  .h-sm-130px, .size-sm-130px {
    height: 130px;
  }
  .h-sm-140px, .size-sm-140px {
    height: 140px;
  }
  .h-sm-150px, .size-sm-150px {
    height: 150px;
  }
  .h-sm-160px, .size-sm-160px {
    height: 160px;
  }
  .h-sm-170px, .size-sm-170px {
    height: 170px;
  }
  .h-sm-180px, .size-sm-180px {
    height: 180px;
  }
  .h-sm-190px, .size-sm-190px {
    height: 190px;
  }
  .h-sm-200px, .size-sm-200px {
    height: 200px;
  }
  .h-sm-210px, .size-sm-210px {
    height: 210px;
  }
  .h-sm-220px, .size-sm-220px {
    height: 220px;
  }
  .h-sm-230px, .size-sm-230px {
    height: 230px;
  }
  .h-sm-240px, .size-sm-240px {
    height: 240px;
  }
  .h-sm-250px, .size-sm-250px {
    height: 250px;
  }
  .h-sm-260px, .size-sm-260px {
    height: 260px;
  }
  .h-sm-270px, .size-sm-270px {
    height: 270px;
  }
  .h-sm-280px, .size-sm-280px {
    height: 280px;
  }
  .h-sm-290px, .size-sm-290px {
    height: 290px;
  }
  .h-sm-300px, .size-sm-300px {
    height: 300px;
  }
  .h-sm-310px, .size-sm-310px {
    height: 310px;
  }
  .h-sm-320px, .size-sm-320px {
    height: 320px;
  }
  .h-sm-330px, .size-sm-330px {
    height: 330px;
  }
  .h-sm-340px, .size-sm-340px {
    height: 340px;
  }
  .h-sm-350px, .size-sm-350px {
    height: 350px;
  }
  .h-sm-360px, .size-sm-360px {
    height: 360px;
  }
  .h-sm-370px, .size-sm-370px {
    height: 370px;
  }
  .h-sm-380px, .size-sm-380px {
    height: 380px;
  }
  .h-sm-390px, .size-sm-390px {
    height: 390px;
  }
  .h-sm-400px, .size-sm-400px {
    height: 400px;
  }
  .h-sm-410px, .size-sm-410px {
    height: 410px;
  }
  .h-sm-420px, .size-sm-420px {
    height: 420px;
  }
  .h-sm-450px, .size-sm-450px {
    height: 450px;
  }
  .h-sm-500px, .size-sm-500px {
    height: 500px;
  }
  .sm-no-gutters {
    margin-right: 0px;
    margin-left: 0px;
  }
  .sm-no-gutters > .col,
  .sm-no-gutters > [class*=col-] {
    padding-right: 0px;
    padding-left: 0px;
  }
  .sm-gutters-5 {
    margin-right: -5px;
    margin-left: -5px;
  }
  .sm-gutters-5 > .col,
  .sm-gutters-5 > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
  }
  .sm-gutters-10 {
    margin-right: -10px;
    margin-left: -10px;
  }
  .sm-gutters-10 > .col,
  .sm-gutters-10 > [class*=col-] {
    padding-right: 10px;
    padding-left: 10px;
  }
  .sm-gutters-15 {
    margin-right: -15px;
    margin-left: -15px;
  }
  .sm-gutters-15 > .col,
  .sm-gutters-15 > [class*=col-] {
    padding-right: 15px;
    padding-left: 15px;
  }
  .sm-gutters-20 {
    margin-right: -20px;
    margin-left: -20px;
  }
  .sm-gutters-20 > .col,
  .sm-gutters-20 > [class*=col-] {
    padding-right: 20px;
    padding-left: 20px;
  }
  .sm-gutters-25 {
    margin-right: -25px;
    margin-left: -25px;
  }
  .sm-gutters-25 > .col,
  .sm-gutters-25 > [class*=col-] {
    padding-right: 25px;
    padding-left: 25px;
  }
  .sm-gutters-30 {
    margin-right: -30px;
    margin-left: -30px;
  }
  .sm-gutters-30 > .col,
  .sm-gutters-30 > [class*=col-] {
    padding-right: 30px;
    padding-left: 30px;
  }
  .flex-grow-sm-0 {
    flex-grow: 0 !important;
  }
  .flex-grow-sm-1 {
    flex-grow: 1 !important;
  }
  [dir=rtl] .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  [dir=rtl] .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  [dir=rtl] .row-cols-sm-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  [dir=rtl] .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  [dir=rtl] .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  [dir=rtl] .row-cols-sm-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
}
/* md */
@media (min-width: 768px) {
  .border-md {
    border: 1px solid #e2e5ec !important;
  }
  .border-md-top {
    border-top: 1px solid #e2e5ec !important;
  }
  .border-md-right {
    border-right: 1px solid #e2e5ec !important;
  }
  .border-md-bottom {
    border-bottom: 1px solid #e2e5ec !important;
  }
  .border-md-left {
    border-left: 1px solid #e2e5ec !important;
  }
  .border-md-0 {
    border: 0 !important;
  }
  .border-md-top-0 {
    border-top: 0 !important;
  }
  .border-md-right-0 {
    border-right: 0 !important;
  }
  .border-md-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-md-left-0 {
    border-left: 0 !important;
  }
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
  .w-md-auto {
    width: auto !important;
  }
  .pl-md-6,
  .px-md-6,
  .p-md-6 {
    padding-left: 4rem;
  }
  .pl-md-7,
  .px-md-7,
  .p-md-7 {
    padding-left: 5rem;
  }
  .pl-md-8,
  .px-md-8,
  .p-md-8 {
    padding-left: 6rem;
  }
  .pl-md-9,
  .px-md-9,
  .p-md-9 {
    padding-left: 8rem;
  }
  .pl-md-10,
  .px-md-10,
  .p-md-10 {
    padding-left: 10rem;
  }
  .pl-md-11,
  .px-md-11,
  .p-md-11 {
    padding-left: 12rem;
  }
  .pl-md-12,
  .px-md-12,
  .p-md-12 {
    padding-left: 16rem;
  }
  .pr-md-6,
  .px-md-6,
  .p-md-6 {
    padding-right: 4rem;
  }
  .pr-md-7,
  .px-md-7,
  .p-md-7 {
    padding-right: 5rem;
  }
  .pr-md-8,
  .px-md-8,
  .p-md-8 {
    padding-right: 6rem;
  }
  .pr-md-9,
  .px-md-9,
  .p-md-9 {
    padding-right: 8rem;
  }
  .pr-md-10,
  .px-md-10,
  .p-md-10 {
    padding-right: 10rem;
  }
  .pr-md-11,
  .px-md-11,
  .p-md-11 {
    padding-right: 12rem;
  }
  .pr-md-12,
  .px-md-12,
  .p-md-12 {
    padding-right: 16rem;
  }
  .pt-md-6,
  .py-md-6,
  .p-md-6 {
    padding-top: 4rem;
  }
  .pt-md-7,
  .py-md-7,
  .p-md-7 {
    padding-top: 5rem;
  }
  .pt-md-8,
  .py-md-8,
  .p-md-8 {
    padding-top: 6rem;
  }
  .pt-md-9,
  .py-md-9,
  .p-md-9 {
    padding-top: 8rem;
  }
  .pt-md-10,
  .py-md-10,
  .p-md-10 {
    padding-top: 10rem;
  }
  .pt-md-11,
  .py-md-11,
  .p-md-11 {
    padding-top: 12rem;
  }
  .pt-md-12,
  .py-md-12,
  .p-md-12 {
    padding-top: 16rem;
  }
  .pb-md-6,
  .py-md-6,
  .p-md-6 {
    padding-bottom: 4rem;
  }
  .pb-md-7,
  .py-md-7,
  .p-md-7 {
    padding-bottom: 5rem;
  }
  .pb-md-8,
  .py-md-8,
  .p-md-8 {
    padding-bottom: 6rem;
  }
  .pb-md-9,
  .py-md-9,
  .p-md-9 {
    padding-bottom: 8rem;
  }
  .pb-md-10,
  .py-md-10,
  .p-md-10 {
    padding-bottom: 10rem;
  }
  .pb-md-11,
  .py-md-11,
  .p-md-11 {
    padding-bottom: 12rem;
  }
  .pb-md-12,
  .py-md-12,
  .p-md-12 {
    padding-bottom: 16rem;
  }
  .pl-md-5px,
  .px-md-5px,
  .p-md-5px {
    padding-left: 5px;
  }
  .pl-md-10px,
  .px-md-10px,
  .p-md-10px {
    padding-left: 10px;
  }
  .pl-md-15px,
  .px-md-15px,
  .p-md-15px {
    padding-left: 15px;
  }
  .pl-md-20px,
  .px-md-20px,
  .p-md-20px {
    padding-left: 20px;
  }
  .pl-md-25px,
  .px-md-25px,
  .p-md-25px {
    padding-left: 25px;
  }
  .pl-md-30px,
  .px-md-30px,
  .p-md-30px {
    padding-left: 30px;
  }
  .pr-md-5px,
  .px-md-5px,
  .p-md-5px {
    padding-right: 5px;
  }
  .pr-md-10px,
  .px-md-10px,
  .p-md-10px {
    padding-right: 10px;
  }
  .pr-md-15px,
  .px-md-15px,
  .p-md-15px {
    padding-right: 15px;
  }
  .pr-md-20px,
  .px-md-20px,
  .p-md-20px {
    padding-right: 20px;
  }
  .pr-md-25px,
  .px-md-25px,
  .p-md-25px {
    padding-right: 25px;
  }
  .pr-md-30px,
  .px-md-30px,
  .p-md-30px {
    padding-right: 30px;
  }
  .pt-md-5px,
  .py-md-5px,
  .p-md-5px {
    padding-top: 5px;
  }
  .pt-md-10px,
  .py-md-10px,
  .p-md-10px {
    padding-top: 10px;
  }
  .pt-md-15px,
  .py-md-15px,
  .p-md-15px {
    padding-top: 15px;
  }
  .pt-md-20px,
  .py-md-20px,
  .p-md-20px {
    padding-top: 20px;
  }
  .pt-md-25px,
  .py-md-25px,
  .p-md-25px {
    padding-top: 25px;
  }
  .pt-md-30px,
  .py-md-30px,
  .p-md-30px {
    padding-top: 30px;
  }
  .pb-md-5px,
  .py-md-5px,
  .p-md-5px {
    padding-bottom: 5px;
  }
  .pb-md-10px,
  .py-md-10px,
  .p-md-10px {
    padding-bottom: 10px;
  }
  .pb-md-15px,
  .py-md-15px,
  .p-md-15px {
    padding-bottom: 15px;
  }
  .pb-md-20px,
  .py-md-20px,
  .p-md-20px {
    padding-bottom: 20px;
  }
  .pb-md-25px,
  .py-md-25px,
  .p-md-25px {
    padding-bottom: 25px;
  }
  .pb-md-30px,
  .py-md-30px,
  .p-md-30px {
    padding-bottom: 30px;
  }
  .w-md-auto {
    width: auto;
  }
  .w-md-5px, .size-md-5px {
    width: 5px;
  }
  .w-md-10px, .size-md-10px {
    width: 10px;
  }
  .w-md-15px, .size-md-15px {
    width: 15px;
  }
  .w-md-20px, .size-md-20px {
    width: 20px;
  }
  .w-md-25px, .size-md-25px {
    width: 25px;
  }
  .w-md-30px, .size-md-30px {
    width: 30px;
  }
  .w-md-35px, .size-md-35px {
    width: 35px;
  }
  .w-md-40px, .size-md-40px {
    width: 40px;
  }
  .w-md-45px, .size-md-45px {
    width: 45px;
  }
  .w-md-50px, .size-md-50px {
    width: 50px;
  }
  .w-md-60px, .size-md-60px {
    width: 60px;
  }
  .w-md-70px, .size-md-70px {
    width: 70px;
  }
  .w-md-80px, .size-md-80px {
    width: 80px;
  }
  .w-md-90px, .size-md-90px {
    width: 90px;
  }
  .w-md-100px, .size-md-100px {
    width: 100px;
  }
  .w-md-110px, .size-md-110px {
    width: 110px;
  }
  .w-md-120px, .size-md-120px {
    width: 120px;
  }
  .w-md-130px, .size-md-130px {
    width: 130px;
  }
  .w-md-140px, .size-md-140px {
    width: 140px;
  }
  .w-md-150px, .size-md-150px {
    width: 150px;
  }
  .w-md-160px, .size-md-160px {
    width: 160px;
  }
  .w-md-170px, .size-md-170px {
    width: 170px;
  }
  .w-md-180px, .size-md-180px {
    width: 180px;
  }
  .w-md-190px, .size-md-190px {
    width: 190px;
  }
  .w-md-200px, .size-md-200px {
    width: 200px;
  }
  .w-md-210px, .size-md-210px {
    width: 210px;
  }
  .w-md-220px, .size-md-220px {
    width: 220px;
  }
  .w-md-230px, .size-md-230px {
    width: 230px;
  }
  .w-md-240px, .size-md-240px {
    width: 240px;
  }
  .w-md-250px, .size-md-250px {
    width: 250px;
  }
  .w-md-260px, .size-md-260px {
    width: 260px;
  }
  .w-md-270px, .size-md-270px {
    width: 270px;
  }
  .w-md-280px, .size-md-280px {
    width: 280px;
  }
  .w-md-290px, .size-md-290px {
    width: 290px;
  }
  .w-md-300px, .size-md-300px {
    width: 300px;
  }
  .w-md-310px, .size-md-310px {
    width: 310px;
  }
  .w-md-320px, .size-md-320px {
    width: 320px;
  }
  .w-md-330px, .size-md-330px {
    width: 330px;
  }
  .w-md-340px, .size-md-340px {
    width: 340px;
  }
  .w-md-350px, .size-md-350px {
    width: 350px;
  }
  .w-md-360px, .size-md-360px {
    width: 360px;
  }
  .w-md-370px, .size-md-370px {
    width: 370px;
  }
  .w-md-380px, .size-md-380px {
    width: 380px;
  }
  .w-md-390px, .size-md-390px {
    width: 390px;
  }
  .w-md-400px, .size-md-400px {
    width: 400px;
  }
  .w-md-410px, .size-md-410px {
    width: 410px;
  }
  .w-md-420px, .size-md-420px {
    width: 420px;
  }
  .w-md-450px, .size-md-450px {
    width: 450px;
  }
  .w-md-500px, .size-md-500px {
    width: 500px;
  }
  .h-md-auto {
    height: auto;
  }
  .h-md-5px, .size-md-5px {
    height: 5px;
  }
  .h-md-10px, .size-md-10px {
    height: 10px;
  }
  .h-md-15px, .size-md-15px {
    height: 15px;
  }
  .h-md-20px, .size-md-20px {
    height: 20px;
  }
  .h-md-25px, .size-md-25px {
    height: 25px;
  }
  .h-md-30px, .size-md-30px {
    height: 30px;
  }
  .h-md-35px, .size-md-35px {
    height: 35px;
  }
  .h-md-40px, .size-md-40px {
    height: 40px;
  }
  .h-md-45px, .size-md-45px {
    height: 45px;
  }
  .h-md-50px, .size-md-50px {
    height: 50px;
  }
  .h-md-60px, .size-md-60px {
    height: 60px;
  }
  .h-md-70px, .size-md-70px {
    height: 70px;
  }
  .h-md-80px, .size-md-80px {
    height: 80px;
  }
  .h-md-90px, .size-md-90px {
    height: 90px;
  }
  .h-md-100px, .size-md-100px {
    height: 100px;
  }
  .h-md-110px, .size-md-110px {
    height: 110px;
  }
  .h-md-120px, .size-md-120px {
    height: 120px;
  }
  .h-md-130px, .size-md-130px {
    height: 130px;
  }
  .h-md-140px, .size-md-140px {
    height: 140px;
  }
  .h-md-150px, .size-md-150px {
    height: 150px;
  }
  .h-md-160px, .size-md-160px {
    height: 160px;
  }
  .h-md-170px, .size-md-170px {
    height: 170px;
  }
  .h-md-180px, .size-md-180px {
    height: 180px;
  }
  .h-md-190px, .size-md-190px {
    height: 190px;
  }
  .h-md-200px, .size-md-200px {
    height: 200px;
  }
  .h-md-210px, .size-md-210px {
    height: 210px;
  }
  .h-md-220px, .size-md-220px {
    height: 220px;
  }
  .h-md-230px, .size-md-230px {
    height: 230px;
  }
  .h-md-240px, .size-md-240px {
    height: 240px;
  }
  .h-md-250px, .size-md-250px {
    height: 250px;
  }
  .h-md-260px, .size-md-260px {
    height: 260px;
  }
  .h-md-270px, .size-md-270px {
    height: 270px;
  }
  .h-md-280px, .size-md-280px {
    height: 280px;
  }
  .h-md-290px, .size-md-290px {
    height: 290px;
  }
  .h-md-300px, .size-md-300px {
    height: 300px;
  }
  .h-md-310px, .size-md-310px {
    height: 310px;
  }
  .h-md-320px, .size-md-320px {
    height: 320px;
  }
  .h-md-330px, .size-md-330px {
    height: 330px;
  }
  .h-md-340px, .size-md-340px {
    height: 340px;
  }
  .h-md-350px, .size-md-350px {
    height: 350px;
  }
  .h-md-360px, .size-md-360px {
    height: 360px;
  }
  .h-md-370px, .size-md-370px {
    height: 370px;
  }
  .h-md-380px, .size-md-380px {
    height: 380px;
  }
  .h-md-390px, .size-md-390px {
    height: 390px;
  }
  .h-md-400px, .size-md-400px {
    height: 400px;
  }
  .h-md-410px, .size-md-410px {
    height: 410px;
  }
  .h-md-420px, .size-md-420px {
    height: 420px;
  }
  .h-md-450px, .size-md-450px {
    height: 450px;
  }
  .h-md-500px, .size-md-500px {
    height: 500px;
  }
  .md-no-gutters {
    margin-right: 0px;
    margin-left: 0px;
  }
  .md-no-gutters > .col,
  .md-no-gutters > [class*=col-] {
    padding-right: 0px;
    padding-left: 0px;
  }
  .md-gutters-5 {
    margin-right: -5px;
    margin-left: -5px;
  }
  .md-gutters-5 > .col,
  .md-gutters-5 > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
  }
  .md-gutters-10 {
    margin-right: -10px;
    margin-left: -10px;
  }
  .md-gutters-10 > .col,
  .md-gutters-10 > [class*=col-] {
    padding-right: 10px;
    padding-left: 10px;
  }
  .md-gutters-15 {
    margin-right: -15px;
    margin-left: -15px;
  }
  .md-gutters-15 > .col,
  .md-gutters-15 > [class*=col-] {
    padding-right: 15px;
    padding-left: 15px;
  }
  .md-gutters-20 {
    margin-right: -20px;
    margin-left: -20px;
  }
  .md-gutters-20 > .col,
  .md-gutters-20 > [class*=col-] {
    padding-right: 20px;
    padding-left: 20px;
  }
  .md-gutters-25 {
    margin-right: -25px;
    margin-left: -25px;
  }
  .md-gutters-25 > .col,
  .md-gutters-25 > [class*=col-] {
    padding-right: 25px;
    padding-left: 25px;
  }
  .md-gutters-30 {
    margin-right: -30px;
    margin-left: -30px;
  }
  .md-gutters-30 > .col,
  .md-gutters-30 > [class*=col-] {
    padding-right: 30px;
    padding-left: 30px;
  }
  .flex-grow-md-0 {
    flex-grow: 0 !important;
  }
  .flex-grow-md-1 {
    flex-grow: 1 !important;
  }
  [dir=rtl] .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  [dir=rtl] .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  [dir=rtl] .row-cols-md-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  [dir=rtl] .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  [dir=rtl] .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  [dir=rtl] .row-cols-md-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
}
/* lg */
@media (min-width: 992px) {
  .border-lg-top {
    border-top: 1px solid #e2e5ec !important;
  }
  .border-lg-right {
    border-right: 1px solid #e2e5ec !important;
  }
  .border-lg-bottom {
    border-bottom: 1px solid #e2e5ec !important;
  }
  .border-lg-left {
    border-left: 1px solid #e2e5ec !important;
  }
  .border-lg-0 {
    border: 0 !important;
  }
  .border-lg-top-0 {
    border-top: 0 !important;
  }
  .border-lg-right-0 {
    border-right: 0 !important;
  }
  .border-lg-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-lg-left-0 {
    border-left: 0 !important;
  }
  .w-lg-25 {
    width: 25% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
  .w-lg-auto {
    width: auto !important;
  }
  .pl-lg-6,
  .px-lg-6,
  .p-lg-6 {
    padding-left: 4rem;
  }
  .pl-lg-7,
  .px-lg-7,
  .p-lg-7 {
    padding-left: 5rem;
  }
  .pl-lg-8,
  .px-lg-8,
  .p-lg-8 {
    padding-left: 6rem;
  }
  .pl-lg-9,
  .px-lg-9,
  .p-lg-9 {
    padding-left: 8rem;
  }
  .pl-lg-10,
  .px-lg-10,
  .p-lg-10 {
    padding-left: 10rem;
  }
  .pl-lg-11,
  .px-lg-11,
  .p-lg-11 {
    padding-left: 12rem;
  }
  .pl-lg-12,
  .px-lg-12,
  .p-lg-12 {
    padding-left: 16rem;
  }
  .pr-lg-6,
  .px-lg-6,
  .p-lg-6 {
    padding-right: 4rem;
  }
  .pr-lg-7,
  .px-lg-7,
  .p-lg-7 {
    padding-right: 5rem;
  }
  .pr-lg-8,
  .px-lg-8,
  .p-lg-8 {
    padding-right: 6rem;
  }
  .pr-lg-9,
  .px-lg-9,
  .p-lg-9 {
    padding-right: 8rem;
  }
  .pr-lg-10,
  .px-lg-10,
  .p-lg-10 {
    padding-right: 10rem;
  }
  .pr-lg-11,
  .px-lg-11,
  .p-lg-11 {
    padding-right: 12rem;
  }
  .pr-lg-12,
  .px-lg-12,
  .p-lg-12 {
    padding-right: 16rem;
  }
  .pt-lg-6,
  .py-lg-6,
  .p-lg-6 {
    padding-top: 4rem;
  }
  .pt-lg-7,
  .py-lg-7,
  .p-lg-7 {
    padding-top: 5rem;
  }
  .pt-lg-8,
  .py-lg-8,
  .p-lg-8 {
    padding-top: 6rem;
  }
  .pt-lg-9,
  .py-lg-9,
  .p-lg-9 {
    padding-top: 8rem;
  }
  .pt-lg-10,
  .py-lg-10,
  .p-lg-10 {
    padding-top: 10rem;
  }
  .pt-lg-11,
  .py-lg-11,
  .p-lg-11 {
    padding-top: 12rem;
  }
  .pt-lg-12,
  .py-lg-12,
  .p-lg-12 {
    padding-top: 16rem;
  }
  .pb-lg-6,
  .py-lg-6,
  .p-lg-6 {
    padding-bottom: 4rem;
  }
  .pb-lg-7,
  .py-lg-7,
  .p-lg-7 {
    padding-bottom: 5rem;
  }
  .pb-lg-8,
  .py-lg-8,
  .p-lg-8 {
    padding-bottom: 6rem;
  }
  .pb-lg-9,
  .py-lg-9,
  .p-lg-9 {
    padding-bottom: 8rem;
  }
  .pb-lg-10,
  .py-lg-10,
  .p-lg-10 {
    padding-bottom: 10rem;
  }
  .pb-lg-11,
  .py-lg-11,
  .p-lg-11 {
    padding-bottom: 12rem;
  }
  .pb-lg-12,
  .py-lg-12,
  .p-lg-12 {
    padding-bottom: 16rem;
  }
  .pl-lg-5px,
  .px-lg-5px,
  .p-lg-5px {
    padding-left: 5px;
  }
  .pl-lg-10px,
  .px-lg-10px,
  .p-lg-10px {
    padding-left: 10px;
  }
  .pl-lg-15px,
  .px-lg-15px,
  .p-lg-15px {
    padding-left: 15px;
  }
  .pl-lg-20px,
  .px-lg-20px,
  .p-lg-20px {
    padding-left: 20px;
  }
  .pl-lg-25px,
  .px-lg-25px,
  .p-lg-25px {
    padding-left: 25px;
  }
  .pl-lg-30px,
  .px-lg-30px,
  .p-lg-30px {
    padding-left: 30px;
  }
  .pr-lg-5px,
  .px-lg-5px,
  .p-lg-5px {
    padding-right: 5px;
  }
  .pr-lg-10px,
  .px-lg-10px,
  .p-lg-10px {
    padding-right: 10px;
  }
  .pr-lg-15px,
  .px-lg-15px,
  .p-lg-15px {
    padding-right: 15px;
  }
  .pr-lg-20px,
  .px-lg-20px,
  .p-lg-20px {
    padding-right: 20px;
  }
  .pr-lg-25px,
  .px-lg-25px,
  .p-lg-25px {
    padding-right: 25px;
  }
  .pr-lg-30px,
  .px-lg-30px,
  .p-lg-30px {
    padding-right: 30px;
  }
  .pt-lg-5px,
  .py-lg-5px,
  .p-lg-5px {
    padding-top: 5px;
  }
  .pt-lg-10px,
  .py-lg-10px,
  .p-lg-10px {
    padding-top: 10px;
  }
  .pt-lg-15px,
  .py-lg-15px,
  .p-lg-15px {
    padding-top: 15px;
  }
  .pt-lg-20px,
  .py-lg-20px,
  .p-lg-20px {
    padding-top: 20px;
  }
  .pt-lg-25px,
  .py-lg-25px,
  .p-lg-25px {
    padding-top: 25px;
  }
  .pt-lg-30px,
  .py-lg-30px,
  .p-lg-30px {
    padding-top: 30px;
  }
  .pb-lg-5px,
  .py-lg-5px,
  .p-lg-5px {
    padding-bottom: 5px;
  }
  .pb-lg-10px,
  .py-lg-10px,
  .p-lg-10px {
    padding-bottom: 10px;
  }
  .pb-lg-15px,
  .py-lg-15px,
  .p-lg-15px {
    padding-bottom: 15px;
  }
  .pb-lg-20px,
  .py-lg-20px,
  .p-lg-20px {
    padding-bottom: 20px;
  }
  .pb-lg-25px,
  .py-lg-25px,
  .p-lg-25px {
    padding-bottom: 25px;
  }
  .pb-lg-30px,
  .py-lg-30px,
  .p-lg-30px {
    padding-bottom: 30px;
  }
  .w-lg-auto {
    width: auto;
  }
  .w-lg-5px, .size-lg-5px {
    width: 5px;
  }
  .w-lg-10px, .size-lg-10px {
    width: 10px;
  }
  .w-lg-15px, .size-lg-15px {
    width: 15px;
  }
  .w-lg-20px, .size-lg-20px {
    width: 20px;
  }
  .w-lg-25px, .size-lg-25px {
    width: 25px;
  }
  .w-lg-30px, .size-lg-30px {
    width: 30px;
  }
  .w-lg-35px, .size-lg-35px {
    width: 35px;
  }
  .w-lg-40px, .size-lg-40px {
    width: 40px;
  }
  .w-lg-45px, .size-lg-45px {
    width: 45px;
  }
  .w-lg-50px, .size-lg-50px {
    width: 50px;
  }
  .w-lg-60px, .size-lg-60px {
    width: 60px;
  }
  .w-lg-70px, .size-lg-70px {
    width: 70px;
  }
  .w-lg-80px, .size-lg-80px {
    width: 80px;
  }
  .w-lg-90px, .size-lg-90px {
    width: 90px;
  }
  .w-lg-100px, .size-lg-100px {
    width: 100px;
  }
  .w-lg-110px, .size-lg-110px {
    width: 110px;
  }
  .w-lg-120px, .size-lg-120px {
    width: 120px;
  }
  .w-lg-130px, .size-lg-130px {
    width: 130px;
  }
  .w-lg-140px, .size-lg-140px {
    width: 140px;
  }
  .w-lg-150px, .size-lg-150px {
    width: 150px;
  }
  .w-lg-160px, .size-lg-160px {
    width: 160px;
  }
  .w-lg-170px, .size-lg-170px {
    width: 170px;
  }
  .w-lg-180px, .size-lg-180px {
    width: 180px;
  }
  .w-lg-190px, .size-lg-190px {
    width: 190px;
  }
  .w-lg-200px, .size-lg-200px {
    width: 200px;
  }
  .w-lg-210px, .size-lg-210px {
    width: 210px;
  }
  .w-lg-220px, .size-lg-220px {
    width: 220px;
  }
  .w-lg-230px, .size-lg-230px {
    width: 230px;
  }
  .w-lg-240px, .size-lg-240px {
    width: 240px;
  }
  .w-lg-250px, .size-lg-250px {
    width: 250px;
  }
  .w-lg-260px, .size-lg-260px {
    width: 260px;
  }
  .w-lg-270px, .size-lg-270px {
    width: 270px;
  }
  .w-lg-280px, .size-lg-280px {
    width: 280px;
  }
  .w-lg-290px, .size-lg-290px {
    width: 290px;
  }
  .w-lg-300px, .size-lg-300px {
    width: 300px;
  }
  .w-lg-310px, .size-lg-310px {
    width: 310px;
  }
  .w-lg-320px, .size-lg-320px {
    width: 320px;
  }
  .w-lg-330px, .size-lg-330px {
    width: 330px;
  }
  .w-lg-340px, .size-lg-340px {
    width: 340px;
  }
  .w-lg-350px, .size-lg-350px {
    width: 350px;
  }
  .w-lg-360px, .size-lg-360px {
    width: 360px;
  }
  .w-lg-370px, .size-lg-370px {
    width: 370px;
  }
  .w-lg-380px, .size-lg-380px {
    width: 380px;
  }
  .w-lg-390px, .size-lg-390px {
    width: 390px;
  }
  .w-lg-400px, .size-lg-400px {
    width: 400px;
  }
  .w-lg-410px, .size-lg-410px {
    width: 410px;
  }
  .w-lg-420px, .size-lg-420px {
    width: 420px;
  }
  .w-lg-450px, .size-lg-450px {
    width: 450px;
  }
  .w-lg-500px, .size-lg-500px {
    width: 500px;
  }
  .h-lg-auto {
    height: auto;
  }
  .h-lg-5px, .size-lg-5px {
    height: 5px;
  }
  .h-lg-10px, .size-lg-10px {
    height: 10px;
  }
  .h-lg-15px, .size-lg-15px {
    height: 15px;
  }
  .h-lg-20px, .size-lg-20px {
    height: 20px;
  }
  .h-lg-25px, .size-lg-25px {
    height: 25px;
  }
  .h-lg-30px, .size-lg-30px {
    height: 30px;
  }
  .h-lg-35px, .size-lg-35px {
    height: 35px;
  }
  .h-lg-40px, .size-lg-40px {
    height: 40px;
  }
  .h-lg-45px, .size-lg-45px {
    height: 45px;
  }
  .h-lg-50px, .size-lg-50px {
    height: 50px;
  }
  .h-lg-60px, .size-lg-60px {
    height: 60px;
  }
  .h-lg-70px, .size-lg-70px {
    height: 70px;
  }
  .h-lg-80px, .size-lg-80px {
    height: 80px;
  }
  .h-lg-90px, .size-lg-90px {
    height: 90px;
  }
  .h-lg-100px, .size-lg-100px {
    height: 100px;
  }
  .h-lg-110px, .size-lg-110px {
    height: 110px;
  }
  .h-lg-120px, .size-lg-120px {
    height: 120px;
  }
  .h-lg-130px, .size-lg-130px {
    height: 130px;
  }
  .h-lg-140px, .size-lg-140px {
    height: 140px;
  }
  .h-lg-150px, .size-lg-150px {
    height: 150px;
  }
  .h-lg-160px, .size-lg-160px {
    height: 160px;
  }
  .h-lg-170px, .size-lg-170px {
    height: 170px;
  }
  .h-lg-180px, .size-lg-180px {
    height: 180px;
  }
  .h-lg-190px, .size-lg-190px {
    height: 190px;
  }
  .h-lg-200px, .size-lg-200px {
    height: 200px;
  }
  .h-lg-210px, .size-lg-210px {
    height: 210px;
  }
  .h-lg-220px, .size-lg-220px {
    height: 220px;
  }
  .h-lg-230px, .size-lg-230px {
    height: 230px;
  }
  .h-lg-240px, .size-lg-240px {
    height: 240px;
  }
  .h-lg-250px, .size-lg-250px {
    height: 250px;
  }
  .h-lg-260px, .size-lg-260px {
    height: 260px;
  }
  .h-lg-270px, .size-lg-270px {
    height: 270px;
  }
  .h-lg-280px, .size-lg-280px {
    height: 280px;
  }
  .h-lg-290px, .size-lg-290px {
    height: 290px;
  }
  .h-lg-300px, .size-lg-300px {
    height: 300px;
  }
  .h-lg-310px, .size-lg-310px {
    height: 310px;
  }
  .h-lg-320px, .size-lg-320px {
    height: 320px;
  }
  .h-lg-330px, .size-lg-330px {
    height: 330px;
  }
  .h-lg-340px, .size-lg-340px {
    height: 340px;
  }
  .h-lg-350px, .size-lg-350px {
    height: 350px;
  }
  .h-lg-360px, .size-lg-360px {
    height: 360px;
  }
  .h-lg-370px, .size-lg-370px {
    height: 370px;
  }
  .h-lg-380px, .size-lg-380px {
    height: 380px;
  }
  .h-lg-390px, .size-lg-390px {
    height: 390px;
  }
  .h-lg-400px, .size-lg-400px {
    height: 400px;
  }
  .h-lg-410px, .size-lg-410px {
    height: 410px;
  }
  .h-lg-420px, .size-lg-420px {
    height: 420px;
  }
  .h-lg-450px, .size-lg-450px {
    height: 450px;
  }
  .h-lg-500px, .size-lg-500px {
    height: 500px;
  }
  .lg-no-gutters {
    margin-right: 0px;
    margin-left: 0px;
  }
  .lg-no-gutters > .col,
  .lg-no-gutters > [class*=col-] {
    padding-right: 0px;
    padding-left: 0px;
  }
  .lg-gutters-5 {
    margin-right: -5px;
    margin-left: -5px;
  }
  .lg-gutters-5 > .col,
  .lg-gutters-5 > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
  }
  .lg-gutters-10 {
    margin-right: -10px;
    margin-left: -10px;
  }
  .lg-gutters-10 > .col,
  .lg-gutters-10 > [class*=col-] {
    padding-right: 10px;
    padding-left: 10px;
  }
  .lg-gutters-15 {
    margin-right: -15px;
    margin-left: -15px;
  }
  .lg-gutters-15 > .col,
  .lg-gutters-15 > [class*=col-] {
    padding-right: 15px;
    padding-left: 15px;
  }
  .lg-gutters-20 {
    margin-right: -20px;
    margin-left: -20px;
  }
  .lg-gutters-20 > .col,
  .lg-gutters-20 > [class*=col-] {
    padding-right: 20px;
    padding-left: 20px;
  }
  .lg-gutters-25 {
    margin-right: -25px;
    margin-left: -25px;
  }
  .lg-gutters-25 > .col,
  .lg-gutters-25 > [class*=col-] {
    padding-right: 25px;
    padding-left: 25px;
  }
  .lg-gutters-30 {
    margin-right: -30px;
    margin-left: -30px;
  }
  .lg-gutters-30 > .col,
  .lg-gutters-30 > [class*=col-] {
    padding-right: 30px;
    padding-left: 30px;
  }
  .flex-grow-lg-0 {
    flex-grow: 0 !important;
  }
  .flex-grow-lg-1 {
    flex-grow: 1 !important;
  }
  [dir=rtl] .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  [dir=rtl] .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  [dir=rtl] .row-cols-lg-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  [dir=rtl] .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  [dir=rtl] .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  [dir=rtl] .row-cols-lg-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
}
/* xl */
@media (min-width: 1200px) {
  .border-xl {
    border: 1px solid #e2e5ec !important;
  }
  .border-xl-top {
    border-top: 1px solid #e2e5ec !important;
  }
  .border-xl-right {
    border-right: 1px solid #e2e5ec !important;
  }
  .border-xl-bottom {
    border-bottom: 1px solid #e2e5ec !important;
  }
  .border-xl-left {
    border-left: 1px solid #e2e5ec !important;
  }
  .border-xl-0 {
    border: 0 !important;
  }
  .border-xl-top-0 {
    border-top: 0 !important;
  }
  .border-xl-right-0 {
    border-right: 0 !important;
  }
  .border-xl-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-xl-left-0 {
    border-left: 0 !important;
  }
  .w-xl-25 {
    width: 25% !important;
  }
  .w-xl-50 {
    width: 50% !important;
  }
  .w-xl-75 {
    width: 75% !important;
  }
  .w-xl-100 {
    width: 100% !important;
  }
  .w-xl-auto {
    width: auto !important;
  }
  .container {
    max-width: 82%;
  }
  .pl-xl-6,
  .px-xl-6,
  .p-xl-6 {
    padding-left: 4rem;
  }
  .pl-xl-7,
  .px-xl-7,
  .p-xl-7 {
    padding-left: 5rem;
  }
  .pl-xl-8,
  .px-xl-8,
  .p-xl-8 {
    padding-left: 6rem;
  }
  .pl-xl-9,
  .px-xl-9,
  .p-xl-9 {
    padding-left: 8rem;
  }
  .pl-xl-10,
  .px-xl-10,
  .p-xl-10 {
    padding-left: 10rem;
  }
  .pl-xl-11,
  .px-xl-11,
  .p-xl-11 {
    padding-left: 12rem;
  }
  .pl-xl-12,
  .px-xl-12,
  .p-xl-12 {
    padding-left: 16rem;
  }
  .pr-xl-6,
  .px-xl-6,
  .p-xl-6 {
    padding-right: 4rem;
  }
  .pr-xl-7,
  .px-xl-7,
  .p-xl-7 {
    padding-right: 5rem;
  }
  .pr-xl-8,
  .px-xl-8,
  .p-xl-8 {
    padding-right: 6rem;
  }
  .pr-xl-9,
  .px-xl-9,
  .p-xl-9 {
    padding-right: 8rem;
  }
  .pr-xl-10,
  .px-xl-10,
  .p-xl-10 {
    padding-right: 10rem;
  }
  .pr-xl-11,
  .px-xl-11,
  .p-xl-11 {
    padding-right: 12rem;
  }
  .pr-xl-12,
  .px-xl-12,
  .p-xl-12 {
    padding-right: 16rem;
  }
  .pt-xl-6,
  .py-xl-6,
  .p-xl-6 {
    padding-top: 4rem;
  }
  .pt-xl-7,
  .py-xl-7,
  .p-xl-7 {
    padding-top: 5rem;
  }
  .pt-xl-8,
  .py-xl-8,
  .p-xl-8 {
    padding-top: 6rem;
  }
  .pt-xl-9,
  .py-xl-9,
  .p-xl-9 {
    padding-top: 8rem;
  }
  .pt-xl-10,
  .py-xl-10,
  .p-xl-10 {
    padding-top: 10rem;
  }
  .pt-xl-11,
  .py-xl-11,
  .p-xl-11 {
    padding-top: 12rem;
  }
  .pt-xl-12,
  .py-xl-12,
  .p-xl-12 {
    padding-top: 16rem;
  }
  .pb-xl-6,
  .py-xl-6,
  .p-xl-6 {
    padding-bottom: 4rem;
  }
  .pb-xl-7,
  .py-xl-7,
  .p-xl-7 {
    padding-bottom: 5rem;
  }
  .pb-xl-8,
  .py-xl-8,
  .p-xl-8 {
    padding-bottom: 6rem;
  }
  .pb-xl-9,
  .py-xl-9,
  .p-xl-9 {
    padding-bottom: 8rem;
  }
  .pb-xl-10,
  .py-xl-10,
  .p-xl-10 {
    padding-bottom: 10rem;
  }
  .pb-xl-11,
  .py-xl-11,
  .p-xl-11 {
    padding-bottom: 12rem;
  }
  .pb-xl-12,
  .py-xl-12,
  .p-xl-12 {
    padding-bottom: 16rem;
  }
  .pl-xl-5px,
  .px-xl-5px,
  .p-xl-5px {
    padding-left: 5px;
  }
  .pl-xl-10px,
  .px-xl-10px,
  .p-xl-10px {
    padding-left: 10px;
  }
  .pl-xl-15px,
  .px-xl-15px,
  .p-xl-15px {
    padding-left: 15px;
  }
  .pl-xl-20px,
  .px-xl-20px,
  .p-xl-20px {
    padding-left: 20px;
  }
  .pl-xl-25px,
  .px-xl-25px,
  .p-xl-25px {
    padding-left: 25px;
  }
  .pl-xl-30px,
  .px-xl-30px,
  .p-xl-30px {
    padding-left: 30px;
  }
  .pr-xl-5px,
  .px-xl-5px,
  .p-xl-5px {
    padding-right: 5px;
  }
  .pr-xl-10px,
  .px-xl-10px,
  .p-xl-10px {
    padding-right: 10px;
  }
  .pr-xl-15px,
  .px-xl-15px,
  .p-xl-15px {
    padding-right: 15px;
  }
  .pr-xl-20px,
  .px-xl-20px,
  .p-xl-20px {
    padding-right: 20px;
  }
  .pr-xl-25px,
  .px-xl-25px,
  .p-xl-25px {
    padding-right: 25px;
  }
  .pr-xl-30px,
  .px-xl-30px,
  .p-xl-30px {
    padding-right: 30px;
  }
  .pt-xl-5px,
  .py-xl-5px,
  .p-xl-5px {
    padding-top: 5px;
  }
  .pt-xl-10px,
  .py-xl-10px,
  .p-xl-10px {
    padding-top: 10px;
  }
  .pt-xl-15px,
  .py-xl-15px,
  .p-xl-15px {
    padding-top: 15px;
  }
  .pt-xl-20px,
  .py-xl-20px,
  .p-xl-20px {
    padding-top: 20px;
  }
  .pt-xl-25px,
  .py-xl-25px,
  .p-xl-25px {
    padding-top: 25px;
  }
  .pt-xl-30px,
  .py-xl-30px,
  .p-xl-30px {
    padding-top: 30px;
  }
  .pb-xl-5px,
  .py-xl-5px,
  .p-xl-5px {
    padding-bottom: 5px;
  }
  .pb-xl-10px,
  .py-xl-10px,
  .p-xl-10px {
    padding-bottom: 10px;
  }
  .pb-xl-15px,
  .py-xl-15px,
  .p-xl-15px {
    padding-bottom: 15px;
  }
  .pb-xl-20px,
  .py-xl-20px,
  .p-xl-20px {
    padding-bottom: 20px;
  }
  .pb-xl-25px,
  .py-xl-25px,
  .p-xl-25px {
    padding-bottom: 25px;
  }
  .pb-xl-30px,
  .py-xl-30px,
  .p-xl-30px {
    padding-bottom: 30px;
  }
  .w-xl-auto {
    width: auto;
  }
  .w-xl-5px, .size-xl-5px {
    width: 5px;
  }
  .w-xl-10px, .size-xl-10px {
    width: 10px;
  }
  .w-xl-15px, .size-xl-15px {
    width: 15px;
  }
  .w-xl-20px, .size-xl-20px {
    width: 20px;
  }
  .w-xl-25px, .size-xl-25px {
    width: 25px;
  }
  .w-xl-30px, .size-xl-30px {
    width: 30px;
  }
  .w-xl-35px, .size-xl-35px {
    width: 35px;
  }
  .w-xl-40px, .size-xl-40px {
    width: 40px;
  }
  .w-xl-45px, .size-xl-45px {
    width: 45px;
  }
  .w-xl-50px, .size-xl-50px {
    width: 50px;
  }
  .w-xl-60px, .size-xl-60px {
    width: 60px;
  }
  .w-xl-70px, .size-xl-70px {
    width: 70px;
  }
  .w-xl-80px, .size-xl-80px {
    width: 80px;
  }
  .w-xl-90px, .size-xl-90px {
    width: 90px;
  }
  .w-xl-100px, .size-xl-100px {
    width: 100px;
  }
  .w-xl-110px, .size-xl-110px {
    width: 110px;
  }
  .w-xl-120px, .size-xl-120px {
    width: 120px;
  }
  .w-xl-130px, .size-xl-130px {
    width: 130px;
  }
  .w-xl-140px, .size-xl-140px {
    width: 140px;
  }
  .w-xl-150px, .size-xl-150px {
    width: 150px;
  }
  .w-xl-160px, .size-xl-160px {
    width: 160px;
  }
  .w-xl-170px, .size-xl-170px {
    width: 170px;
  }
  .w-xl-180px, .size-xl-180px {
    width: 180px;
  }
  .w-xl-190px, .size-xl-190px {
    width: 190px;
  }
  .w-xl-200px, .size-xl-200px {
    width: 200px;
  }
  .w-xl-210px, .size-xl-210px {
    width: 210px;
  }
  .w-xl-220px, .size-xl-220px {
    width: 220px;
  }
  .w-xl-230px, .size-xl-230px {
    width: 230px;
  }
  .w-xl-240px, .size-xl-240px {
    width: 240px;
  }
  .w-xl-250px, .size-xl-250px {
    width: 250px;
  }
  .w-xl-260px, .size-xl-260px {
    width: 260px;
  }
  .w-xl-270px, .size-xl-270px {
    width: 270px;
  }
  .w-xl-280px, .size-xl-280px {
    width: 280px;
  }
  .w-xl-290px, .size-xl-290px {
    width: 290px;
  }
  .w-xl-300px, .size-xl-300px {
    width: 300px;
  }
  .w-xl-310px, .size-xl-310px {
    width: 310px;
  }
  .w-xl-320px, .size-xl-320px {
    width: 320px;
  }
  .w-xl-330px, .size-xl-330px {
    width: 330px;
  }
  .w-xl-340px, .size-xl-340px {
    width: 340px;
  }
  .w-xl-350px, .size-xl-350px {
    width: 350px;
  }
  .w-xl-360px, .size-xl-360px {
    width: 360px;
  }
  .w-xl-370px, .size-xl-370px {
    width: 370px;
  }
  .w-xl-380px, .size-xl-380px {
    width: 380px;
  }
  .w-xl-390px, .size-xl-390px {
    width: 390px;
  }
  .w-xl-400px, .size-xl-400px {
    width: 400px;
  }
  .w-xl-410px, .size-xl-410px {
    width: 410px;
  }
  .w-xl-420px, .size-xl-420px {
    width: 420px;
  }
  .w-xl-450px, .size-xl-450px {
    width: 450px;
  }
  .w-xl-500px, .size-xl-500px {
    width: 500px;
  }
  .h-xl-auto {
    height: auto;
  }
  .h-xl-5px, .size-xl-5px {
    height: 5px;
  }
  .h-xl-10px, .size-xl-10px {
    height: 10px;
  }
  .h-xl-15px, .size-xl-15px {
    height: 15px;
  }
  .h-xl-20px, .size-xl-20px {
    height: 20px;
  }
  .h-xl-25px, .size-xl-25px {
    height: 25px;
  }
  .h-xl-30px, .size-xl-30px {
    height: 30px;
  }
  .h-xl-35px, .size-xl-35px {
    height: 35px;
  }
  .h-xl-40px, .size-xl-40px {
    height: 40px;
  }
  .h-xl-45px, .size-xl-45px {
    height: 45px;
  }
  .h-xl-50px, .size-xl-50px {
    height: 50px;
  }
  .h-xl-60px, .size-xl-60px {
    height: 60px;
  }
  .h-xl-70px, .size-xl-70px {
    height: 70px;
  }
  .h-xl-80px, .size-xl-80px {
    height: 80px;
  }
  .h-xl-90px, .size-xl-90px {
    height: 90px;
  }
  .h-xl-100px, .size-xl-100px {
    height: 100px;
  }
  .h-xl-110px, .size-xl-110px {
    height: 110px;
  }
  .h-xl-120px, .size-xl-120px {
    height: 120px;
  }
  .h-xl-130px, .size-xl-130px {
    height: 130px;
  }
  .h-xl-140px, .size-xl-140px {
    height: 140px;
  }
  .h-xl-150px, .size-xl-150px {
    height: 150px;
  }
  .h-xl-160px, .size-xl-160px {
    height: 160px;
  }
  .h-xl-170px, .size-xl-170px {
    height: 170px;
  }
  .h-xl-180px, .size-xl-180px {
    height: 180px;
  }
  .h-xl-190px, .size-xl-190px {
    height: 190px;
  }
  .h-xl-200px, .size-xl-200px {
    height: 200px;
  }
  .h-xl-210px, .size-xl-210px {
    height: 210px;
  }
  .h-xl-220px, .size-xl-220px {
    height: 220px;
  }
  .h-xl-230px, .size-xl-230px {
    height: 230px;
  }
  .h-xl-240px, .size-xl-240px {
    height: 240px;
  }
  .h-xl-250px, .size-xl-250px {
    height: 250px;
  }
  .h-xl-260px, .size-xl-260px {
    height: 260px;
  }
  .h-xl-270px, .size-xl-270px {
    height: 270px;
  }
  .h-xl-280px, .size-xl-280px {
    height: 280px;
  }
  .h-xl-290px, .size-xl-290px {
    height: 290px;
  }
  .h-xl-300px, .size-xl-300px {
    height: 300px;
  }
  .h-xl-310px, .size-xl-310px {
    height: 310px;
  }
  .h-xl-320px, .size-xl-320px {
    height: 320px;
  }
  .h-xl-330px, .size-xl-330px {
    height: 330px;
  }
  .h-xl-340px, .size-xl-340px {
    height: 340px;
  }
  .h-xl-350px, .size-xl-350px {
    height: 350px;
  }
  .h-xl-360px, .size-xl-360px {
    height: 360px;
  }
  .h-xl-370px, .size-xl-370px {
    height: 370px;
  }
  .h-xl-380px, .size-xl-380px {
    height: 380px;
  }
  .h-xl-390px, .size-xl-390px {
    height: 390px;
  }
  .h-xl-400px, .size-xl-400px {
    height: 400px;
  }
  .h-xl-410px, .size-xl-410px {
    height: 410px;
  }
  .h-xl-420px, .size-xl-420px {
    height: 420px;
  }
  .h-xl-450px, .size-xl-450px {
    height: 450px;
  }
  .h-xl-500px, .size-xl-500px {
    height: 500px;
  }
  .xl-no-gutters {
    margin-right: 0px;
    margin-left: 0px;
  }
  .xl-no-gutters > .col,
  .xl-no-gutters > [class*=col-] {
    padding-right: 0px;
    padding-left: 0px;
  }
  .xl-gutters-5 {
    margin-right: -5px;
    margin-left: -5px;
  }
  .xl-gutters-5 > .col,
  .xl-gutters-5 > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
  }
  .xl-gutters-10 {
    margin-right: -10px;
    margin-left: -10px;
  }
  .xl-gutters-10 > .col,
  .xl-gutters-10 > [class*=col-] {
    padding-right: 10px;
    padding-left: 10px;
  }
  .xl-gutters-15 {
    margin-right: -15px;
    margin-left: -15px;
  }
  .xl-gutters-15 > .col,
  .xl-gutters-15 > [class*=col-] {
    padding-right: 15px;
    padding-left: 15px;
  }
  .xl-gutters-20 {
    margin-right: -20px;
    margin-left: -20px;
  }
  .xl-gutters-20 > .col,
  .xl-gutters-20 > [class*=col-] {
    padding-right: 20px;
    padding-left: 20px;
  }
  .xl-gutters-25 {
    margin-right: -25px;
    margin-left: -25px;
  }
  .xl-gutters-25 > .col,
  .xl-gutters-25 > [class*=col-] {
    padding-right: 25px;
    padding-left: 25px;
  }
  .xl-gutters-30 {
    margin-right: -30px;
    margin-left: -30px;
  }
  .xl-gutters-30 > .col,
  .xl-gutters-30 > [class*=col-] {
    padding-right: 30px;
    padding-left: 30px;
  }
  .flex-grow-xl-0 {
    flex-grow: 0 !important;
  }
  .flex-grow-xl-1 {
    flex-grow: 1 !important;
  }
  [dir=rtl] .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  [dir=rtl] .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  [dir=rtl] .row-cols-xl-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  [dir=rtl] .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  [dir=rtl] .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  [dir=rtl] .row-cols-xl-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
}
/* xxl */
@media (min-width: 1500px) {
  .border-xxl {
    border: 1px solid #e2e5ec !important;
  }
  .border-xxl-top {
    border-top: 1px solid #e2e5ec !important;
  }
  .border-xxl-right {
    border-right: 1px solid #e2e5ec !important;
  }
  .border-xxl-bottom {
    border-bottom: 1px solid #e2e5ec !important;
  }
  .border-xxl-left {
    border-left: 1px solid #e2e5ec !important;
  }
  .border-xxl-0 {
    border: 0 !important;
  }
  .border-xxl-top-0 {
    border-top: 0 !important;
  }
  .border-xxl-right-0 {
    border-right: 0 !important;
  }
  .border-xxl-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-xxl-left-0 {
    border-left: 0 !important;
  }
  .w-xxl-25 {
    width: 25% !important;
  }
  .w-xxl-50 {
    width: 50% !important;
  }
  .w-xxl-75 {
    width: 75% !important;
  }
  .w-xxl-100 {
    width: 100% !important;
  }
  .w-xxl-auto {
    width: auto !important;
  }
  .container {
    max-width: 82%;
  }
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100;
  }
  .col-xxl-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.666667%;
  }
  .pl-xxl-6,
  .px-xxl-6,
  .p-xxl-6 {
    padding-left: 4rem;
  }
  .pl-xxl-7,
  .px-xxl-7,
  .p-xxl-7 {
    padding-left: 5rem;
  }
  .pl-xxl-8,
  .px-xxl-8,
  .p-xxl-8 {
    padding-left: 6rem;
  }
  .pl-xxl-9,
  .px-xxl-9,
  .p-xxl-9 {
    padding-left: 8rem;
  }
  .pl-xxl-10,
  .px-xxl-10,
  .p-xxl-10 {
    padding-left: 10rem;
  }
  .pl-xxl-11,
  .px-xxl-11,
  .p-xxl-11 {
    padding-left: 12rem;
  }
  .pl-xxl-12,
  .px-xxl-12,
  .p-xxl-12 {
    padding-left: 16rem;
  }
  .pr-xxl-6,
  .px-xxl-6,
  .p-xxl-6 {
    padding-right: 4rem;
  }
  .pr-xxl-7,
  .px-xxl-7,
  .p-xxl-7 {
    padding-right: 5rem;
  }
  .pr-xxl-8,
  .px-xxl-8,
  .p-xxl-8 {
    padding-right: 6rem;
  }
  .pr-xxl-9,
  .px-xxl-9,
  .p-xxl-9 {
    padding-right: 8rem;
  }
  .pr-xxl-10,
  .px-xxl-10,
  .p-xxl-10 {
    padding-right: 10rem;
  }
  .pr-xxl-11,
  .px-xxl-11,
  .p-xxl-11 {
    padding-right: 12rem;
  }
  .pr-xxl-12,
  .px-xxl-12,
  .p-xxl-12 {
    padding-right: 16rem;
  }
  .pt-xxl-6,
  .py-xxl-6,
  .p-xxl-6 {
    padding-top: 4rem;
  }
  .pt-xxl-7,
  .py-xxl-7,
  .p-xxl-7 {
    padding-top: 5rem;
  }
  .pt-xxl-8,
  .py-xxl-8,
  .p-xxl-8 {
    padding-top: 6rem;
  }
  .pt-xxl-9,
  .py-xxl-9,
  .p-xxl-9 {
    padding-top: 8rem;
  }
  .pt-xxl-10,
  .py-xxl-10,
  .p-xxl-10 {
    padding-top: 10rem;
  }
  .pt-xxl-11,
  .py-xxl-11,
  .p-xxl-11 {
    padding-top: 12rem;
  }
  .pt-xxl-12,
  .py-xxl-12,
  .p-xxl-12 {
    padding-top: 16rem;
  }
  .pb-xxl-6,
  .py-xxl-6,
  .p-xxl-6 {
    padding-bottom: 4rem;
  }
  .pb-xxl-7,
  .py-xxl-7,
  .p-xxl-7 {
    padding-bottom: 5rem;
  }
  .pb-xxl-8,
  .py-xxl-8,
  .p-xxl-8 {
    padding-bottom: 6rem;
  }
  .pb-xxl-9,
  .py-xxl-9,
  .p-xxl-9 {
    padding-bottom: 8rem;
  }
  .pb-xxl-10,
  .py-xxl-10,
  .p-xxl-10 {
    padding-bottom: 10rem;
  }
  .pb-xxl-11,
  .py-xxl-11,
  .p-xxl-11 {
    padding-bottom: 12rem;
  }
  .pb-xxl-12,
  .py-xxl-12,
  .p-xxl-12 {
    padding-bottom: 16rem;
  }
  .pl-xxl-5px,
  .px-xxl-5px,
  .p-xxl-5px {
    padding-left: 5px;
  }
  .pl-xxl-10px,
  .px-xxl-10px,
  .p-xxl-10px {
    padding-left: 10px;
  }
  .pl-xxl-15px,
  .px-xxl-15px,
  .p-xxl-15px {
    padding-left: 15px;
  }
  .pl-xxl-20px,
  .px-xxl-20px,
  .p-xxl-20px {
    padding-left: 20px;
  }
  .pl-xxl-25px,
  .px-xxl-25px,
  .p-xxl-25px {
    padding-left: 25px;
  }
  .pl-xxl-30px,
  .px-xxl-30px,
  .p-xxl-30px {
    padding-left: 30px;
  }
  .pr-xxl-5px,
  .px-xxl-5px,
  .p-xxl-5px {
    padding-right: 5px;
  }
  .pr-xxl-10px,
  .px-xxl-10px,
  .p-xxl-10px {
    padding-right: 10px;
  }
  .pr-xxl-15px,
  .px-xxl-15px,
  .p-xxl-15px {
    padding-right: 15px;
  }
  .pr-xxl-20px,
  .px-xxl-20px,
  .p-xxl-20px {
    padding-right: 20px;
  }
  .pr-xxl-25px,
  .px-xxl-25px,
  .p-xxl-25px {
    padding-right: 25px;
  }
  .pr-xxl-30px,
  .px-xxl-30px,
  .p-xxl-30px {
    padding-right: 30px;
  }
  .pt-xxl-5px,
  .py-xxl-5px,
  .p-xxl-5px {
    padding-top: 5px;
  }
  .pt-xxl-10px,
  .py-xxl-10px,
  .p-xxl-10px {
    padding-top: 10px;
  }
  .pt-xxl-15px,
  .py-xxl-15px,
  .p-xxl-15px {
    padding-top: 15px;
  }
  .pt-xxl-20px,
  .py-xxl-20px,
  .p-xxl-20px {
    padding-top: 20px;
  }
  .pt-xxl-25px,
  .py-xxl-25px,
  .p-xxl-25px {
    padding-top: 25px;
  }
  .pt-xxl-30px,
  .py-xxl-30px,
  .p-xxl-30px {
    padding-top: 30px;
  }
  .pb-xxl-5px,
  .py-xxl-5px,
  .p-xxl-5px {
    padding-bottom: 5px;
  }
  .pb-xxl-10px,
  .py-xxl-10px,
  .p-xxl-10px {
    padding-bottom: 10px;
  }
  .pb-xxl-15px,
  .py-xxl-15px,
  .p-xxl-15px {
    padding-bottom: 15px;
  }
  .pb-xxl-20px,
  .py-xxl-20px,
  .p-xxl-20px {
    padding-bottom: 20px;
  }
  .pb-xxl-25px,
  .py-xxl-25px,
  .p-xxl-25px {
    padding-bottom: 25px;
  }
  .pb-xxl-30px,
  .py-xxl-30px,
  .p-xxl-30px {
    padding-bottom: 30px;
  }
  .w-xxl-auto {
    width: auto;
  }
  .w-xxl-5px, .size-xxl-5px {
    width: 5px;
  }
  .w-xxl-10px, .size-xxl-10px {
    width: 10px;
  }
  .w-xxl-15px, .size-xxl-15px {
    width: 15px;
  }
  .w-xxl-20px, .size-xxl-20px {
    width: 20px;
  }
  .w-xxl-25px, .size-xxl-25px {
    width: 25px;
  }
  .w-xxl-30px, .size-xxl-30px {
    width: 30px;
  }
  .w-xxl-35px, .size-xxl-35px {
    width: 35px;
  }
  .w-xxl-40px, .size-xxl-40px {
    width: 40px;
  }
  .w-xxl-45px, .size-xxl-45px {
    width: 45px;
  }
  .w-xxl-50px, .size-xxl-50px {
    width: 50px;
  }
  .w-xxl-60px, .size-xxl-60px {
    width: 60px;
  }
  .w-xxl-70px, .size-xxl-70px {
    width: 70px;
  }
  .w-xxl-80px, .size-xxl-80px {
    width: 80px;
  }
  .w-xxl-90px, .size-xxl-90px {
    width: 90px;
  }
  .w-xxl-100px, .size-xxl-100px {
    width: 100px;
  }
  .w-xxl-110px, .size-xxl-110px {
    width: 110px;
  }
  .w-xxl-120px, .size-xxl-120px {
    width: 120px;
  }
  .w-xxl-130px, .size-xxl-130px {
    width: 130px;
  }
  .w-xxl-140px, .size-xxl-140px {
    width: 140px;
  }
  .w-xxl-150px, .size-xxl-150px {
    width: 150px;
  }
  .w-xxl-160px, .size-xxl-160px {
    width: 160px;
  }
  .w-xxl-170px, .size-xxl-170px {
    width: 170px;
  }
  .w-xxl-180px, .size-xxl-180px {
    width: 180px;
  }
  .w-xxl-190px, .size-xxl-190px {
    width: 190px;
  }
  .w-xxl-200px, .size-xxl-200px {
    width: 200px;
  }
  .w-xxl-210px, .size-xxl-210px {
    width: 210px;
  }
  .w-xxl-220px, .size-xxl-220px {
    width: 220px;
  }
  .w-xxl-230px, .size-xxl-230px {
    width: 230px;
  }
  .w-xxl-240px, .size-xxl-240px {
    width: 240px;
  }
  .w-xxl-250px, .size-xxl-250px {
    width: 250px;
  }
  .w-xxl-260px, .size-xxl-260px {
    width: 260px;
  }
  .w-xxl-270px, .size-xxl-270px {
    width: 270px;
  }
  .w-xxl-280px, .size-xxl-280px {
    width: 280px;
  }
  .w-xxl-290px, .size-xxl-290px {
    width: 290px;
  }
  .w-xxl-300px, .size-xxl-300px {
    width: 300px;
  }
  .w-xxl-310px, .size-xxl-310px {
    width: 310px;
  }
  .w-xxl-320px, .size-xxl-320px {
    width: 320px;
  }
  .w-xxl-330px, .size-xxl-330px {
    width: 330px;
  }
  .w-xxl-340px, .size-xxl-340px {
    width: 340px;
  }
  .w-xxl-350px, .size-xxl-350px {
    width: 350px;
  }
  .w-xxl-360px, .size-xxl-360px {
    width: 360px;
  }
  .w-xxl-370px, .size-xxl-370px {
    width: 370px;
  }
  .w-xxl-380px, .size-xxl-380px {
    width: 380px;
  }
  .w-xxl-390px, .size-xxl-390px {
    width: 390px;
  }
  .w-xxl-400px, .size-xxl-400px {
    width: 400px;
  }
  .w-xxl-410px, .size-xxl-410px {
    width: 410px;
  }
  .w-xxl-420px, .size-xxl-420px {
    width: 420px;
  }
  .w-xxl-450px, .size-xxl-450px {
    width: 450px;
  }
  .w-xxl-500px, .size-xxl-500px {
    width: 500px;
  }
  .h-xxl-auto {
    height: auto;
  }
  .h-xxl-5px, .size-xxl-5px {
    height: 5px;
  }
  .h-xxl-10px, .size-xxl-10px {
    height: 10px;
  }
  .h-xxl-15px, .size-xxl-15px {
    height: 15px;
  }
  .h-xxl-20px, .size-xxl-20px {
    height: 20px;
  }
  .h-xxl-25px, .size-xxl-25px {
    height: 25px;
  }
  .h-xxl-30px, .size-xxl-30px {
    height: 30px;
  }
  .h-xxl-35px, .size-xxl-35px {
    height: 35px;
  }
  .h-xxl-40px, .size-xxl-40px {
    height: 40px;
  }
  .h-xxl-45px, .size-xxl-45px {
    height: 45px;
  }
  .h-xxl-50px, .size-xxl-50px {
    height: 50px;
  }
  .h-xxl-60px, .size-xxl-60px {
    height: 60px;
  }
  .h-xxl-70px, .size-xxl-70px {
    height: 70px;
  }
  .h-xxl-80px, .size-xxl-80px {
    height: 80px;
  }
  .h-xxl-90px, .size-xxl-90px {
    height: 90px;
  }
  .h-xxl-100px, .size-xxl-100px {
    height: 100px;
  }
  .h-xxl-110px, .size-xxl-110px {
    height: 110px;
  }
  .h-xxl-120px, .size-xxl-120px {
    height: 120px;
  }
  .h-xxl-130px, .size-xxl-130px {
    height: 130px;
  }
  .h-xxl-140px, .size-xxl-140px {
    height: 140px;
  }
  .h-xxl-150px, .size-xxl-150px {
    height: 150px;
  }
  .h-xxl-160px, .size-xxl-160px {
    height: 160px;
  }
  .h-xxl-170px, .size-xxl-170px {
    height: 170px;
  }
  .h-xxl-180px, .size-xxl-180px {
    height: 180px;
  }
  .h-xxl-190px, .size-xxl-190px {
    height: 190px;
  }
  .h-xxl-200px, .size-xxl-200px {
    height: 200px;
  }
  .h-xxl-210px, .size-xxl-210px {
    height: 210px;
  }
  .h-xxl-220px, .size-xxl-220px {
    height: 220px;
  }
  .h-xxl-230px, .size-xxl-230px {
    height: 230px;
  }
  .h-xxl-240px, .size-xxl-240px {
    height: 240px;
  }
  .h-xxl-250px, .size-xxl-250px {
    height: 250px;
  }
  .h-xxl-260px, .size-xxl-260px {
    height: 260px;
  }
  .h-xxl-270px, .size-xxl-270px {
    height: 270px;
  }
  .h-xxl-280px, .size-xxl-280px {
    height: 280px;
  }
  .h-xxl-290px, .size-xxl-290px {
    height: 290px;
  }
  .h-xxl-300px, .size-xxl-300px {
    height: 300px;
  }
  .h-xxl-310px, .size-xxl-310px {
    height: 310px;
  }
  .h-xxl-320px, .size-xxl-320px {
    height: 320px;
  }
  .h-xxl-330px, .size-xxl-330px {
    height: 330px;
  }
  .h-xxl-340px, .size-xxl-340px {
    height: 340px;
  }
  .h-xxl-350px, .size-xxl-350px {
    height: 350px;
  }
  .h-xxl-360px, .size-xxl-360px {
    height: 360px;
  }
  .h-xxl-370px, .size-xxl-370px {
    height: 370px;
  }
  .h-xxl-380px, .size-xxl-380px {
    height: 380px;
  }
  .h-xxl-390px, .size-xxl-390px {
    height: 390px;
  }
  .h-xxl-400px, .size-xxl-400px {
    height: 400px;
  }
  .h-xxl-410px, .size-xxl-410px {
    height: 410px;
  }
  .h-xxl-420px, .size-xxl-420px {
    height: 420px;
  }
  .h-xxl-450px, .size-xxl-450px {
    height: 450px;
  }
  .h-xxl-500px, .size-xxl-500px {
    height: 500px;
  }
  .xxl-no-gutters {
    margin-right: 0px;
    margin-left: 0px;
  }
  .xxl-no-gutters > .col,
  .xxl-no-gutters > [class*=col-] {
    padding-right: 0px;
    padding-left: 0px;
  }
  .xxl-gutters-5 {
    margin-right: -5px;
    margin-left: -5px;
  }
  .xxl-gutters-5 > .col,
  .xxl-gutters-5 > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
  }
  .xxl-gutters-10 {
    margin-right: -10px;
    margin-left: -10px;
  }
  .xxl-gutters-10 > .col,
  .xxl-gutters-10 > [class*=col-] {
    padding-right: 10px;
    padding-left: 10px;
  }
  .xxl-gutters-15 {
    margin-right: -15px;
    margin-left: -15px;
  }
  .xxl-gutters-15 > .col,
  .xxl-gutters-15 > [class*=col-] {
    padding-right: 15px;
    padding-left: 15px;
  }
  .xxl-gutters-20 {
    margin-right: -20px;
    margin-left: -20px;
  }
  .xxl-gutters-20 > .col,
  .xxl-gutters-20 > [class*=col-] {
    padding-right: 20px;
    padding-left: 20px;
  }
  .xxl-gutters-25 {
    margin-right: -25px;
    margin-left: -25px;
  }
  .xxl-gutters-25 > .col,
  .xxl-gutters-25 > [class*=col-] {
    padding-right: 25px;
    padding-left: 25px;
  }
  .xxl-gutters-30 {
    margin-right: -30px;
    margin-left: -30px;
  }
  .xxl-gutters-30 > .col,
  .xxl-gutters-30 > [class*=col-] {
    padding-right: 30px;
    padding-left: 30px;
  }
  [dir=rtl] .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  [dir=rtl] .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  [dir=rtl] .row-cols-xxl-3 > * {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  [dir=rtl] .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  [dir=rtl] .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  [dir=rtl] .row-cols-xxl-6 > * {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .flex-grow-xxl-0 {
    flex-grow: 0 !important;
  }
  .flex-grow-xxl-1 {
    flex-grow: 1 !important;
  }
}
/*bootstrap, global reset*/
body {
  margin: 0;
  font-family: Poppins, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  color: #1b1b28;
}

a,
button,
input,
textarea,
.btn,
.has-transition {
  transition: all 0.3s ease;
}

a {
  color: var(--primary);
}

a:hover {
  text-decoration: none;
  color: var(--hov-primary);
}

:focus,
a:focus,
button:focus,
.page-link:focus,
.custom-file-input:focus ~ .custom-file-label {
  box-shadow: none;
  outline: none;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

/*mobile toggler*/
.aiz-mobile-toggler {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  background: 0 0;
  outline: 0 !important;
  width: 24px;
  height: 24px;
  transition: all 0.4s ease;
}

.aiz-mobile-toggler span {
  display: block;
  position: absolute;
  top: 11px;
  height: 2px;
  min-height: 2px;
  width: 100%;
  border-radius: 2px;
  transition: all 0.4s ease;
  background: #484f66;
}

.aiz-mobile-toggler span:before,
.aiz-mobile-toggler span:after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 2px;
  min-height: 2px;
  content: "";
  border-radius: 2px;
  transition: all 0.4s ease;
  background: #484f66;
}

.aiz-mobile-toggler.light span,
.aiz-mobile-toggler.light span:before,
.aiz-mobile-toggler.light span:after {
  background: #fff;
}

.aiz-mobile-toggler span:before {
  transition: all 0.4s ease;
  left: auto;
  left: 0;
  width: 50%;
  top: -8px;
}

.aiz-mobile-toggler span:after {
  transition: all 0.4s ease;
  left: auto;
  left: 0;
  width: 75%;
  bottom: -9px;
}

[dir=rtl] .aiz-mobile-toggler span,
[dir=rtl] .aiz-mobile-toggler span:before,
[dir=rtl] .aiz-mobile-toggler span:after {
  left: auto;
  right: 0;
}

/*aiz styles*/
.aiz-main-wrapper {
  max-width: 100vw;
  background-color: var(--light);
}

.aiz-titlebar h1,
.aiz-titlebar .title {
  font-size: 1rem;
  font-weight: 500;
}

.aiz-content-wrapper {
  padding-left: 0;
  padding-top: 75px;
  height: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.aiz-main-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

/* lg */
@media (min-width: 992px) {
  .aiz-content-wrapper {
    padding-top: 85px;
  }
}
/* xl */
@media (min-width: 1200px) {
  .aiz-content-wrapper {
    padding-left: 265px;
  }
  [dir=rtl] .aiz-content-wrapper {
    padding-left: 0;
    padding-right: 265px;
  }
  .side-menu-closed .aiz-content-wrapper {
    padding-left: 0;
  }
  [dir=rtl] .side-menu-closed .aiz-content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
/*topbar*/
.aiz-topbar {
  position: fixed;
  top: 0;
  width: 100%;
  height: 55px;
  left: 0;
  z-index: 97;
  background-color: #fff;
  box-shadow: 0 10px 30px 0 rgba(121, 121, 162, 0.1);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.aiz-topbar-logo-wrap img {
  height: 30px;
}

.aiz-topbar-user,
.aiz-topbar-user:hover {
  color: var(--gray-dark);
}

.aiz-topbar-item {
  display: flex;
  justify-content: space-around;
  align-items: stretch;
}

/* lg */
@media (min-width: 992px) {
  .aiz-topbar {
    height: 65px;
  }
}
/* xl */
@media (min-width: 1200px) {
  .aiz-topbar {
    width: calc(100% - 265px);
    left: 265px;
  }
  [dir=rtl] .aiz-topbar {
    left: auto;
    right: 265px;
  }
  .side-menu-closed .aiz-topbar {
    left: 0;
    width: 100%;
  }
  [dir=rtl] .side-menu-closed .aiz-topbar {
    left: auto;
    right: 0;
    width: 100%;
  }
}
/*siebar nav*/
.aiz-sidebar-overlay {
  cursor: pointer;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 98;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s ease, opacity 0.3s ease;
}

@media (max-width: 1199.98px) {
  .side-menu-open .aiz-sidebar-overlay {
    visibility: visible;
    opacity: 1;
  }
}
.aiz-sidebar.left {
  position: fixed;
  top: 0;
  bottom: 0;
  left: -265px;
  height: 100vh;
  overflow-y: auto;
  z-index: 99;
  background-color: #141423;
  width: 265px;
  transition: left 0.3s ease;
}

[dir=rtl] .aiz-sidebar.left {
  left: auto;
  right: -265px;
  transition: right 0.3s ease;
}

.side-menu-open .aiz-sidebar-wrap .left {
  left: 0px;
}

[dir=rtl] .side-menu-open .aiz-sidebar-wrap .left {
  right: 0;
}

.aiz-side-nav-logo-wrap a {
  padding: 17px 25px;
}

.aiz-side-nav-logo-wrap img {
  height: 31px;
}

.aiz-side-nav-logo-wrap {
  background-color: #ca4ac3;
}

.aiz-side-nav-wrap {
  padding: 15px 0;
}

.aiz-side-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.aiz-side-nav-list .level-2:not(.mm-show):not(.mm-collapsing),
.aiz-side-nav-list .level-3:not(.mm-show):not(.mm-collapsing) {
  visibility: hidden;
  height: 0;
}

.aiz-side-nav-list .aiz-side-nav-link {
  display: flex;
  flex-grow: 1;
  align-items: stretch;
  padding: 10px 25px;
  font-size: 0.875rem;
  font-weight: 400;
  color: #a2a3b7;
}

.aiz-side-nav-list .aiz-side-nav-icon {
  display: flex;
  align-items: center;
  color: #7a7c9e;
  margin-right: 6px;
  transition: all 0.3s ease;
}

[dir=rtl] .aiz-side-nav-list .aiz-side-nav-icon {
  margin-right: 0px;
  margin-left: 6px;
}

.aiz-side-nav-list .aiz-side-nav-text {
  display: flex;
  align-items: center;
  flex-grow: 1;
}

.aiz-side-nav-list .aiz-side-nav-arrow {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 80%;
}

.aiz-side-nav-list .aiz-side-nav-link:hover .aiz-side-nav-icon {
  color: #9191a0;
}

.aiz-side-nav-list .aiz-side-nav-arrow::after {
  content: "\f105";
  font-family: "Line Awesome Free";
  font-weight: 900;
  transition: all 0.3s ease;
}

[dir=rtl] .aiz-side-nav-list .aiz-side-nav-arrow::after {
  content: "\f104";
}

.aiz-side-nav-list [aria-expanded=true] .aiz-side-nav-arrow::after {
  transform: rotate(90deg);
}

[dir=rtl] .aiz-side-nav-list [aria-expanded=true] .aiz-side-nav-arrow::after {
  transform: rotate(-90deg);
}

.aiz-side-nav-list .level-2 .aiz-side-nav-link {
  padding: 10px 25px 10px 54px;
  position: relative;
  font-size: 0.8125rem;
}

[dir=rtl] .aiz-side-nav-list .level-2 .aiz-side-nav-link {
  padding: 10px 54px 10px 25px;
}

.aiz-side-nav-list .level-3 .aiz-side-nav-link {
  padding-left: 68px;
}

.aiz-side-nav-list .level-2 .aiz-side-nav-link:after {
  position: absolute;
  content: "";
  height: 6px;
  width: 6px;
  border: 1px solid #575979;
  border-radius: 50%;
  top: calc(50% - 3px);
  left: 40px;
  transition: all 0.3s ease;
}

.aiz-side-nav-list .level-3 .aiz-side-nav-link:after {
  left: 54px;
}

[dir=rtl] .aiz-side-nav-list .level-2 .aiz-side-nav-link:after {
  left: 0px;
  right: 40px;
}

[dir=rtl] .aiz-side-nav-list .level-3 .aiz-side-nav-link:after {
  right: 54px;
}

.aiz-side-nav-list .aiz-side-nav-link:hover,
.aiz-side-nav-list .aiz-side-nav-link.level-2-active,
.aiz-side-nav-list .aiz-side-nav-link.level-3-active,
.aiz-side-nav-list .aiz-side-nav-link.active {
  color: #fff;
  background-color: #181827;
}

.aiz-side-nav-list .level-2 .aiz-side-nav-link:hover:after,
.aiz-side-nav-list .level-2 .aiz-side-nav-link.active:after {
  background: #575979;
}

/* xl */
@media (min-width: 1200px) {
  .aiz-sidebar.left {
    left: 0px;
  }
  [dir=rtl] .aiz-sidebar.left {
    left: auto;
    right: 0;
  }
  .side-menu-closed .aiz-sidebar.left {
    left: -265px;
  }
  [dir=rtl] .side-menu-closed .aiz-sidebar.left {
    left: auto;
    right: -265px;
  }
}
/*dropdown*/
.dropdown-toggle {
  display: flex;
  align-items: center;
}

.dropdown-toggle::after {
  border: 0;
  content: "\f107";
  font-family: "Line Awesome Free";
  font-weight: 900;
  font-size: 80%;
  margin-left: 0.3rem;
}

.dropup .dropdown-toggle::after {
  border: 0;
  content: "\f106";
}

.dropdown-toggle.no-arrow::after {
  content: none;
}

#profile-dropdown-menu {
  border-color: #e2e5ec;
  margin-left: -114px !important;
  margin: 0;
  border-radius: 0;
  min-width: 15rem;
  font-size: inherit;
  padding: 0;
  box-shadow: 0 0 50px 0 rgba(82, 63, 105, 0.15);
  padding: 0.5rem 0;
  border-radius: 18px;
  max-width: 100%;
}

.dropdown-menu {
  border-color: #e2e5ec;
  margin: 0;
  border-radius: 0;
  min-width: 14rem;
  font-size: inherit;
  padding: 0;
  box-shadow: 0 0 50px 0 rgba(82, 63, 105, 0.15);
  padding: 0.5rem 0;
  border-radius: 6px;
  max-width: 100%;
}

.dropdown-menu-animated {
  display: block;
  visibility: hidden;
  opacity: 0;
  transition: margin-top 0.3s, visibility 0.3s, opacity 0.3s;
  margin-top: 20px !important;
}

.show.dropdown-menu {
  visibility: visible;
  opacity: 1;
  margin-top: 22px !important;
}

.dropdown-menu.dropdown-menu-xs {
  width: 160px;
  min-width: 160px;
}

.dropdown-menu.dropdown-menu-sm {
  width: 240px;
  min-width: 240px;
}

.dropdown-menu.dropdown-menu-md {
  width: 260px;
  min-width: 260px;
}

.dropdown-menu.dropdown-menu-lg {
  width: 320px;
  min-width: 320px;
}

.dropdown-menu.dropdown-menu-xl {
  width: 380px;
  min-width: 380px;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.5rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #74788d;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dropdown-item.active,
.dropdown-item:hover,
.dropdown-item:active {
  color: #fff !important;
  background-color: var(--primary);
}

/*card elements*/
.card {
  box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05);
  background-color: #fff;
  border-color: #ebedf2;
}

.card .card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 12px 25px;
  border-bottom: 1px solid #ebedf2;
  min-height: 50px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: transparent;
}

.card .card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top: 1px solid #ebedf2;
  background-color: transparent;
  padding: 12px 25px;
}

.card-bordered {
  border: 1px solid #ebedf2;
}

.aiz-p-hov-icon a {
  display: block;
  height: 32px;
  width: 32px;
  line-height: 32px;
  border-radius: 50%;
  text-align: center;
  background: #fff;
  margin-top: 5px;
  margin-right: 5px;
  color: #333;
  font-size: 15px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 3px 8px rgba(0, 0, 0, 0.12);
  transform: translateX(calc(100% + 7px));
  -webkit-transform: translateX(calc(100% + 7px));
}

[dir=rtl] .aiz-p-hov-icon a {
  transform: translateX(calc(-100% - 7px));
  -webkit-transform: translateX(calc(-100% - 7px));
  margin-left: 5px;
}

.aiz-p-hov-icon a:hover {
  background: var(--primary);
  color: #fff;
}

.aiz-p-hov-icon a:nth-child(2) {
  transition-delay: 0.05s;
  -webkit-transition-delay: 0.05s;
}

.aiz-p-hov-icon a:nth-child(3) {
  transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
}

.aiz-card-box {
  overflow: hidden;
}

.aiz-card-box:hover .aiz-p-hov-icon a {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}

/*tabs*/
.aiz-nav-tabs a.active {
  border-bottom: 2px solid var(--primary);
}

/*aiz steps*/
.aiz-steps .icon {
  height: 40px;
  width: 40px;
  line-height: 40px;
  margin-left: auto;
  margin-right: auto;
  background: var(--secondary);
  font-size: 20px;
  border-radius: 50%;
  color: #fff;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
}

.aiz-steps > * {
  opacity: 0.4;
}

.aiz-steps > *:not(:first-of-type):before {
  position: absolute;
  width: calc(100% - 20px);
  height: 4px;
  background: var(--secondary);
  content: "";
  right: calc(50% + 20px);
  top: 18px;
  z-index: 0;
  opacity: 0.4;
}

[dir=rtl] .aiz-steps > *:not(:first-of-type):before {
  left: calc(50% + 20px);
  right: auto;
}

.aiz-steps .title {
  font-size: 15px;
  font-weight: 600;
}

.aiz-steps .done .icon,
.aiz-steps .done:before {
  background: var(--primary) !important;
}

.aiz-steps .done,
.aiz-steps .active,
.aiz-steps .done:before,
.aiz-steps .active:before {
  opacity: 1 !important;
}

.aiz-steps .active .icon {
  background: var(--success);
}

.aiz-steps.arrow-divider > *:not(:first-of-type) {
  position: relative;
}

.aiz-steps.arrow-divider > *:not(:first-of-type):before {
  position: absolute;
  content: "\f105";
  font-family: "Line Awesome Free";
  font-weight: 900;
  top: 5px;
  left: -13px;
  font-size: 22px;
  opacity: 0.2 !important;
  height: auto;
  width: auto;
  background-color: transparent !important;
}

[dir=rtl] .aiz-steps.arrow-divider > *:not(:first-of-type):before {
  left: auto;
  right: -12px;
  content: "\f104";
}

/*countdown*/
.aiz-count-down {
  display: flex;
  direction: ltr;
}

.aiz-count-down .countdown-item {
  padding: 4px 6px;
  background: #d83b98;
  color: #fff;
  border-radius: 3px;
  margin: 0 3px;
}

.aiz-count-down-lg .countdown-item {
  padding: 6px 10px;
  font-size: 16px;
}

/*form elements*/
.form-control {
  padding: 0.6rem 1rem;
  font-size: 0.875rem;
  height: calc(2.5125rem + 2px);
  border: 1px solid #e2e5ec;
  color: #898b92;
}

.form-control-sm {
  height: calc(2.3rem + 2px);
  padding: 0.4rem 0.7rem;
  font-size: 0.8125rem;
  line-height: 1.5;
  border-radius: 0.25rem;
}

.form-control-lg {
  height: calc(3rem + 2px);
  padding: 0.75rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.form-control:focus {
  border-color: var(--primary);
  box-shadow: none;
}

.form-control::-moz-placeholder {
  color: #898b92;
}

.form-control::placeholder {
  color: #898b92;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #f7f8fa;
  opacity: 1;
  border-color: #e2e5ec;
}

.resize-off {
  resize: none;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #e2e5ec;
}

.custom-file {
  height: calc(2.5125rem + 2px);
  overflow: hidden;
}

.custom-file-input {
  height: 0;
  width: 0;
  opacity: 0;
  position: absolute;
}

.custom-file-name {
  white-space: nowrap;
}

.custom-file-label,
.custom-file-label::after {
  padding: 0.6rem 1rem;
  font-size: 0.875rem;
  height: calc(2.5125rem + 2px);
  border: 1px solid #e2e5ec;
  color: #898b92;
}

.custom-file-label::after {
  height: 2.5125rem;
}

.custom-file-sm {
  height: calc(2.3rem + 2px);
}

.custom-file-sm .custom-file-label,
.custom-file-sm .custom-file-label::after {
  height: calc(2.3rem + 2px);
  padding: 0.4rem 0.7rem;
  font-size: 0.8125rem;
  line-height: 1.5;
}

.custom-file-sm .custom-file-label::after {
  height: 2.3rem;
}

.custom-file-lg {
  height: calc(3rem + 2px);
}

.custom-file-lg .custom-file-label,
.custom-file-lg .custom-file-label::after {
  height: calc(3rem + 2px);
  padding: 0.75rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
}

.custom-file-lg .custom-file-label::after {
  height: 3rem;
}

/*custom checkbox, radio*/
.aiz-checkbox-list {
  padding: 0 0;
}

.aiz-checkbox,
.aiz-radio {
  display: inline-block;
  position: relative;
  padding-left: 28px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 0.875rem;
  transition: all 0.3s ease;
}

[dir=rtl] .aiz-checkbox,
[dir=rtl] .aiz-radio {
  padding-right: 28px;
  padding-left: 0;
}

.aiz-checkbox-list .aiz-checkbox,
.aiz-radio-list .aiz-radio {
  display: block;
}

.aiz-checkbox.aiz-checkbox-disabled,
.aiz-radio.aiz-radio-disabled {
  opacity: 0.8;
  cursor: not-allowed;
}

.aiz-checkbox-inline .aiz-checkbox,
.aiz-radio-inline .aiz-radio {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 5px;
}

.aiz-checkbox-inline .aiz-checkbox:last-child,
.aiz-radio-inline .aiz-radio:last-child {
  margin-right: 0;
}

.aiz-checkbox > input,
.aiz-radio > input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.aiz-square-check,
.aiz-rounded-check {
  background: 0 0;
  position: relative;
  height: 16px;
  width: 16px;
  border: 1px solid #d1d7e2;
}

#login i {
  color: #828282;
}

#login input {
  background-color: #F0EFEF;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

#login-modal input {
  background-color: #F0EFEF;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

#register .aiz-checkbox .aiz-square-check,
.aiz-checkbox .aiz-rounded-check,
.aiz-radio .aiz-square-check,
.aiz-radio .aiz-rounded-check {
  position: absolute;
  top: 12px;
  left: 0;
}

.aiz-checkbox .aiz-square-check,
.aiz-checkbox .aiz-rounded-check,
.aiz-radio .aiz-square-check,
.aiz-radio .aiz-rounded-check {
  position: absolute;
  top: 3px;
  left: 0;
}

[dir=rtl] .aiz-checkbox .aiz-square-check,
[dir=rtl] .aiz-checkbox .aiz-rounded-check,
[dir=rtl] .aiz-radio .aiz-square-check,
[dir=rtl] .aiz-radio .aiz-rounded-check {
  left: auto;
  right: 0;
}

.aiz-square-check {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.aiz-rounded-check {
  border-radius: 50%;
}

.aiz-square-check:after,
.aiz-rounded-check:after {
  content: "";
  position: absolute;
  visibility: hidden;
  opacity: 0;
  top: 50%;
  left: 50%;
  transition: all 0.3s ease;
}

.aiz-square-check:after {
  margin-left: -2px;
  margin-top: -6px;
  width: 5px;
  height: 10px;
  border-width: 0 2px 2px 0 !important;
  transform: rotate(45deg);
  border: solid var(--primary);
}

.aiz-rounded-check:after {
  margin-left: -3px;
  margin-top: -3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--primary);
}

.aiz-checkbox > input:checked ~ .aiz-square-check:after,
.aiz-radio > input:checked ~ .aiz-square-check:after,
.aiz-checkbox > input:checked ~ .aiz-rounded-check:after,
.aiz-radio > input:checked ~ .aiz-rounded-check:after {
  visibility: visible;
  opacity: 1;
}

/*aiz megabox*/
.aiz-megabox {
  position: relative;
  cursor: pointer;
}

.aiz-megabox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.aiz-megabox .aiz-megabox-elem {
  border: 1px solid #e2e5ec;
  border-radius: 0.25rem;
  transition: all 0.3s ease;
}

.aiz-megabox > input:checked ~ span .aiz-rounded-check:after,
.aiz-megabox > input:checked ~ span .aiz-square-check:after {
  visibility: visible;
  opacity: 1;
}

.aiz-megabox > input:checked ~ .aiz-megabox-elem,
.aiz-megabox > input:checked ~ .aiz-megabox-elem {
  border-color: var(--primary);
}

/*input group/ form group*/
.input-group > .input-group-prepend > .form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-text {
  padding: 0.6rem 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #74788d;
  background-color: #f7f8fa;
  border: 1px solid #e2e5ec;
  border-radius: 4px;
}

.input-group-sm > .custom-select,
.input-group-sm > .form-control:not(textarea) {
  height: calc(1.5em + 0.8rem + 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 {
  padding: 0.4rem 0.7rem;
  font-size: 0.8125rem;
}

/*input with icon*/
.aiz-input-icon {
  position: relative;
}

.aiz-input-icon.aiz-input-icon--left .form-control {
  padding-left: 2.6rem;
}

.aiz-input-icon.aiz-input-icon--right .form-control {
  padding-right: 2.6rem;
}

.aiz-input-icon > .aiz-input-icon__icon {
  position: absolute;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  width: 2.6rem;
}

.aiz-input-icon--left > .aiz-input-icon__icon {
  left: 0;
}

.aiz-input-icon--right > .aiz-input-icon__icon {
  right: 0;
}

/*switch*/
.aiz-switch input:empty {
  height: 0;
  width: 0;
  overflow: hidden;
  position: absolute;
  opacity: 0;
}

.aiz-switch input:empty ~ span {
  display: inline-block;
  position: relative;
  text-indent: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  line-height: 24px;
  height: 21px;
  width: 40px;
  border-radius: 12px;
}

.aiz-switch input:empty ~ span:after,
.aiz-switch input:empty ~ span:before {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  content: " ";
  transition: all 0.1s ease-in;
  width: 40px;
  border-radius: 12px;
}

.aiz-switch input:empty ~ span:before {
  background-color: #e8ebf1;
}

.aiz-switch input:empty ~ span:after {
  height: 17px;
  width: 17px;
  line-height: 20px;
  top: 2px;
  bottom: 2px;
  margin-left: 2px;
  font-size: 0.8em;
  text-align: center;
  vertical-align: middle;
  color: #f8f9fb;
  background-color: #fff;
}

.aiz-switch input:checked ~ span:after {
  background-color: var(--primary);
  margin-left: 20px;
}

.aiz-switch-secondary input:checked ~ span:after {
  background-color: var(--secondary);
}

.aiz-switch-success input:checked ~ span:after {
  background-color: var(--success);
}

.aiz-switch-info input:checked ~ span:after {
  background-color: var(--info);
}

.aiz-switch-warning input:checked ~ span:after {
  background-color: var(--warning);
}

.aiz-switch-danger input:checked ~ span:after {
  background-color: var(--danger);
}

.aiz-switch-light input:checked ~ span:after {
  background-color: var(--light);
}

.aiz-switch-dark input:checked ~ span:after {
  background-color: var(--dark);
}

/*bootstrap select */
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: none !important;
}

.bootstrap-select .dropdown-toggle {
  color: #898b92;
  background-color: transparent !important;
  border-color: #e2e5ec;
}

.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.416rem 0.7rem;
  height: calc(2.3rem + 2px);
}

.bootstrap-select.form-control-lg .dropdown-toggle {
  height: calc(3rem + 2px);
  padding: 0.75rem 1rem;
  font-size: 1rem;
}

.bootstrap-select .dropdown-toggle:active,
.bootstrap-select .dropdown-toggle:focus,
.show.bootstrap-select .dropdown-toggle {
  border-color: var(--primary) !important;
}

.bootstrap-select .dropdown-menu .selected span.check-mark {
  right: 12px;
  top: 11px;
}

.bootstrap-select .bs-ok-default:after {
  width: 6px;
  height: 12px;
  border-width: 0 2px 2px 0;
  border-color: #6f6f80;
}

.dropdown-item:hover .bs-ok-default:after {
  border-color: #fff;
}

.bootstrap-select .no-results {
  padding: 8px 10px;
  background: #f5f5f5;
  margin: 0 8px;
  border-radius: 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}

.bootstrap-select .dropdown-menu .notify {
  width: calc(100% - 20px);
  margin: 0 10px;
  min-height: 26px;
  padding: 8px 12px;
  background: #f2f3f8;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  box-shadow: none;
  opacity: 1;
}

.bootstrap-select .notify.fadeOut {
  animation: bs-notify-fadeOut 2s linear 0.2s;
}

.bootstrap-select .bs-actionsbox .btn-group button:first-child {
  border-right: 1px solid #fff;
}

.bootstrap-select .bs-actionsbox .btn-group button:last-child {
  border-left: 1px solid #fff;
}

.bootstrap-select .bs-actionsbox .btn-group button {
  padding: 0.6rem 0.5rem;
  line-height: 1;
}

.bootstrap-select .dropdown-menu li,
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bootstrap-select .dropdown-menu li a span.text {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 0;
  vertical-align: bottom;
}

[dir=rtl] .bootstrap-select .dropdown-toggle .filter-option {
  float: right;
  text-align: right;
}

/*tagify tag input*/
.aiz-tag-input {
  height: auto;
  padding: 0.465rem 1rem 0.2rem;
}

.aiz-tag-input .tagify__input {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.aiz-tag-input .tagify__input:before {
  line-height: 1;
  position: static;
}

.aiz-tag-input .tagify__tag,
.aiz-tag-input .tagify__input {
  margin: 0px 5px 5px 0px;
}

.aiz-tag-input .tagify__tag__removeBtn {
  font: 12px Serif;
  line-height: 1.5;
}

.aiz-tag-input .tagify__tag__removeBtn:hover + div > span {
  opacity: 1;
}

/*text editor - summernote */
.note-editor .note-dropzone {
  opacity: 0 !important;
}

.note-editor.note-frame {
  border: 1px solid #e2e5ec;
  box-shadow: none;
  background: #f7f8fa;
}

.note-editor.note-frame .panel-heading.note-toolbar {
  background: #f7f8fa;
}

.note-editor .card-header.note-toolbar {
  padding: 5px 10px 10px 10px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  display: block;
  min-height: auto;
}

.note-editor.note-frame .note-statusbar {
  border-color: #e2e5ec;
  background-color: #f7f8fa;
}

.note-editor.note-airframe .note-statusbar .note-resizebar .note-icon-bar,
.note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar {
  border-color: #afafb9;
}

.note-toolbar .note-btn {
  border-color: #e2e5ec;
}

.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-reset:hover,
.note-popover .popover-content .note-color .note-dropdown-menu .note-palette .note-color-select:hover,
.note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset:hover,
.note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-select:hover {
  background-color: var(--primary);
  color: var(--white);
}

.note-popover .popover-content .note-btn-group .note-table,
.note-toolbar .note-btn-group .note-table,
.note-editor .note-toolbar .dropdown-menu {
  min-width: 190px;
}

.note-popover .popover-content .note-color-all .note-dropdown-menu,
.note-toolbar .note-color-all .note-dropdown-menu {
  min-width: 340px;
}

.note-dropdown-menu .dropdown-item > * {
  padding: 0 !important;
}

.note-dropdown-menu .dropdown-item h1 {
  font-size: 2rem;
}

.note-dropdown-menu .dropdown-item h2 {
  font-size: 1.75rem;
}

.note-dropdown-menu .dropdown-item h3 {
  font-size: 1.5rem;
}

.note-dropdown-menu .dropdown-item h4 {
  font-size: 1.25rem;
}

.note-dropdown-menu .dropdown-item h5 {
  font-size: 1rem;
}

.note-dropdown-menu .dropdown-item h6 {
  font-size: 0.875rem;
}

.note-modal .note-group-select-from-files {
  display: none !important;
}

@media (max-width: 575px) {
  .note-video-clip {
    max-width: 100%;
    height: auto;
  }
}
.aiz-editor-data img {
  max-width: 100% !important;
  height: auto !important;
}

/*ecom pos ui*/
.aiz-pos-product-list {
  overflow-y: auto;
  max-height: calc(100vh - 220px);
  height: calc(100vh - 220px);
  overflow-x: hidden;
}

.aiz-pos-cart-list {
  overflow-y: auto;
  max-height: calc(100vh - 490px);
  height: calc(100vh - 490px);
  overflow-x: hidden;
}

/*Aiz Uploader*/
.uppy-Root *:focus {
  outline: none !important;
}

.uppy-size--md .uppy-DashboardItem-progressIndicator,
.uppy-DashboardContent-bar .uppy-DashboardContent-back {
  visibility: hidden;
  opacity: 0;
}

.uppy-Dashboard-inner {
  width: 100% !important;
  height: 100% !important;
}

.uppy-Root {
  height: 100% !important;
}

.uppy-DashboardContent-addMore svg {
  margin-bottom: 0;
}

.card-file {
  padding: 8px;
  position: relative;
  border-color: rgb(223, 224, 228);
  transition: all 0.2s ease-in-out;
  margin-bottom: 20px;
}

.card-file .card-body h6 {
  font-size: 0.8rem;
  margin-bottom: 0;
}

.card-file .card-body p {
  margin-bottom: 0;
  font-size: 9px;
  color: #8392a5;
}

.card-file .card-file-thumb {
  height: 120px;
  background-color: #f5f6fa;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-file .card-body {
  padding: 10px 0 0;
}

.card-file .card-file-thumb i {
  font-size: 50px;
  color: #b3becc;
}

.aiz-uploader-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.2);
}

[data-toggle=aizuploader] {
  cursor: pointer;
}

.aiz-uploader-all {
  margin-left: -10px;
  margin-right: -10px;
  overflow-y: auto;
  height: calc(96vh - 391px);
}

.uppy-Dashboard-files {
  max-height: calc(100vh - 363px);
}

.aiz-file-box-wrap {
  padding: 0 10px;
  width: 50%;
  float: left;
}

.aiz-file-box-wrap[aria-hidden=true] {
  display: none;
}

.aiz-file-box {
  position: relative;
}

.aiz-file-box:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.aiz-file-box .dropdown-file {
  position: absolute;
  top: 6px;
  right: 9px;
  z-index: 1;
}

.aiz-file-box .dropdown-file > a {
  color: #5a5a5a;
  font-size: 22px;
  background: #f5f6fa;
  cursor: pointer;
}

.aiz-file-box .card-file {
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 1;
}

.aiz-file-box .card-file .card-file-thumb {
  position: absolute;
  width: calc(100% - 16px);
  top: 8px;
  left: 8px;
  height: calc(100% - 55px);
}

.aiz-file-box .card-file .card-body {
  position: absolute;
  width: calc(100% - 16px);
  bottom: 5px;
  left: 8px;
}

[data-selected=true] .aiz-uploader-select {
  border-color: #007bff;
  background: rgba(0, 123, 255, 0.05);
}

.modal-adaptive {
  height: calc(100vh - 60px);
  margin: 30px auto !important;
}

/*File preview + remove*/
.file-preview-item h6 {
  font-size: 13px;
  margin-bottom: 0;
}

.file-preview-item {
  padding: 8px;
  border: 1px solid #ebedf2;
  border-radius: 0.25rem;
}

.file-preview-item p {
  font-size: 10px;
  margin-bottom: 0;
  color: var(--secondary);
}

.file-preview-item .thumb {
  flex: 0 0 50px;
  max-width: 50px;
  height: 45px;
  width: 50px;
  text-align: center;
  background: #f1f2f4;
  font-size: 20px;
  color: #92969b;
  border-radius: 0.25rem;
  overflow: hidden;
}

.file-preview-item .remove {
  flex: 0 0 52px;
  max-width: 52px;
  width: 52px;
}

.file-preview-item .body {
  min-width: 0;
}

.file-preview.box a {
  color: inherit;
}

.file-preview.box:after {
  content: "";
  clear: both;
  display: table;
}

.file-preview.box .file-preview-item {
  width: 160px;
  float: left;
  margin-right: 0.5rem;
  padding: 0;
  display: block !important;
  position: relative;
}

.file-preview.box .thumb {
  width: 100%;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
  border-radius: 0;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.file-preview.box.sm .file-preview-item {
  width: 100px;
}

.file-preview.box.sm .thumb {
  height: 52px;
}

.file-preview.box .body {
  padding: 0;
  padding: 8px 8px 2px;
}

.file-preview.box .remove {
  position: absolute;
  top: -6px;
  right: -6px;
  width: auto;
  max-width: 100%;
}

.file-preview.box .remove .btn {
  padding: 0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #eaeaea;
}

@media (min-width: 576px) {
  /*sm*/
  .modal-adaptive {
    max-width: 540px;
  }
  .aiz-file-box-wrap {
    width: 33.3333%;
  }
}
@media (min-width: 768px) {
  /*md*/
  .modal-adaptive {
    max-width: 720px;
  }
  .aiz-file-box-wrap {
    width: 25%;
  }
  .modal-md {
    max-width: 600px;
  }
}
@media (min-width: 992px) {
  /*lg*/
  .modal-adaptive {
    max-width: 82%;
  }
  .aiz-file-box-wrap {
    width: 20%;
  }
}
@media (min-width: 1200px) {
  /*xl*/
  .modal-adaptive {
    max-width: 1140px;
  }
  .aiz-file-box-wrap {
    width: 16.66666%;
  }
}
@media (min-width: 1500px) {
  /*xxl*/
  .modal-adaptive {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .aiz-uploader-search i {
    font-size: 23px;
    cursor: pointer;
    padding: 4px;
    margin-right: 5px;
    position: relative;
    z-index: 2;
    top: 3px;
  }
  .aiz-uploader-search input {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 5px;
    left: 5px;
    width: calc(100% - 10px);
    height: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
  .aiz-uploader-search.open input {
    visibility: visible;
    opacity: 1;
  }
}
.search-icon {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  overflow: hidden;
  white-space: nowrap;
  color: transparent;
  z-index: 3;
}

.search-icon:hover {
  color: transparent;
}

.search-icon::before,
.search-icon::after {
  content: "";
  position: absolute;
  transition: opacity 0.3s;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.search-icon::before {
  top: 7px;
  left: 7px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid #686f7a;
}

.search-icon::after {
  height: 2px;
  width: 8px;
  background: #686f7a;
  bottom: 10px;
  right: 7px;
  transform: rotate(45deg);
}

.search-icon span {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.search-icon span::before,
.search-icon span::after {
  content: "";
  position: absolute;
  display: inline-block;
  height: 2px;
  width: 18px;
  top: 50%;
  margin-top: -1px;
  left: 50%;
  margin-left: -8px;
  background: #686f7a;
  opacity: 0;
  transform: translateZ(0);
  backface-visibility: hidden;
  transition: opacity 0.3s, transform 0.3s;
}

.search-icon span::before {
  transform: rotate(45deg);
}

.search-icon span::after {
  transform: rotate(-45deg);
}

.open .search-icon::before,
.open .search-icon::after {
  opacity: 0;
}

.open .search-icon span::before,
.open .search-icon span::after {
  opacity: 1;
}

.open .search-icon span::before {
  transform: rotate(135deg);
}

.open .search-icon span::after {
  transform: rotate(45deg);
}

.mobile-search.is-visible {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

/*date range*/
.daterangepicker {
  border-color: #e2e5ec;
  box-shadow: 0 0 50px 0 rgba(82, 63, 105, 0.15);
  font-family: inherit;
}

.daterangepicker:before {
  border-bottom-color: #e2e5ec;
}

.daterangepicker th {
  font-weight: 600;
}

.daterangepicker .calendar-table .next span,
.daterangepicker .calendar-table .prev span {
  border-width: 0 1px 1px 0;
  border-color: var(--dark);
}

.daterangepicker .calendar-table .next span {
  margin-left: -5px;
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover,
.daterangepicker .ranges li:hover {
  background-color: var(--light);
}

.daterangepicker .calendar-table td,
.daterangepicker .calendar-table th {
  min-width: 30px;
  width: 30px;
  height: 30px;
  transition: all 0.3s ease;
}

.daterangepicker td.in-range {
  background-color: var(--soft-primary);
}

.daterangepicker td.active,
.daterangepicker td.active:hover,
.daterangepicker .ranges li.active {
  background-color: var(--primary);
}

.daterangepicker .drp-buttons .btn {
  font-weight: 500;
}

.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
  border-color: var(--light);
  padding: 3px;
}

.daterangepicker .calendar-time {
  padding-right: 8px;
  display: flex;
}

.daterangepicker select.ampmselect,
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect {
  background-color: transparent;
  border-color: var(--light);
}

/*time picker*/
.bootstrap-timepicker-widget.timepicker-orient-top {
  margin-top: 6px;
}

.bootstrap-timepicker-widget.timepicker-orient-bottom {
  margin-top: -2px;
}

.bootstrap-timepicker-widget.timepicker-orient-top:before {
  border-bottom-color: #e2e5ec;
}

.bootstrap-timepicker-widget.timepicker-orient-bottom:before {
  border-top-color: #e2e5ec;
}

.bootstrap-timepicker-widget table td a:hover {
  background-color: var(--light);
  border-color: var(--light);
}

.bootstrap-timepicker-widget table td input {
  border: 0;
}

/*button element*/
.btn.focus,
.btn:focus:not(.btn-shadow) {
  box-shadow: none !important;
  outline: none;
}

.btn {
  padding: 0.6rem 1.2rem;
  font-size: 0.875rem;
  color: #2a3242;
  font-weight: inherit;
}

.btn-shadow:hover {
  transform: translateY(-1px);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05), 0px 8px 8px rgba(0, 0, 0, 0.05), 0px 16px 16px rgba(0, 0, 0, 0.05), 0px 32px 32px rgba(0, 0, 0, 0.05);
}

.btn-circle {
  border-radius: 50em;
}

.btn-icon {
  font-size: 1rem;
  line-height: 1.4;
  padding: 0.6rem;
  width: calc(2.5125rem + 2px);
  height: calc(2.5125rem + 2px);
}

.btn-icon-1 {
  font-size: 2rem;
  line-height: 1.4;
  padding: 0.6rem;
  width: calc(2.5125rem + 2px);
  height: calc(2.5125rem + 2px);
}

.btn-xs {
  padding: 0.25rem 0.75rem;
  font-size: 0.75rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.416rem 1rem;
  font-size: 0.8125rem;
}

.btn-sm.btn-icon, .btn-group-sm > .btn-icon.btn {
  padding: 0.416rem;
  width: calc(2.02rem + 2px);
  height: calc(2.02rem + 2px);
}

.la-minus {
  font-size: 14px;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
}

.btn-lg.btn-icon, .btn-group-lg > .btn-icon.btn {
  padding: 0.75rem;
  font-size: 1.2rem;
  width: calc(3rem + 2px);
  height: calc(3rem + 2px);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.disabled,
.btn-primary:disabled,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
  background-color: var(--hov-primary);
  border-color: var(--hov-primary);
}

.btn-primary,
.btn-soft-primary:hover,
.btn-outline-primary:hover {
  background-color: var(--primary);
  border-color: var(--primary);
  color: var(--white);
}

.btn-secondary,
.btn-soft-secondary:hover,
.btn-outline-secondary:hover {
  background-color: var(--secondary);
  border-color: var(--secondary);
  color: var(--white);
}

.btn-success,
.btn-soft-success:hover,
.btn-outline-success:hover {
  background-color: var(--success);
  border-color: var(--success);
  color: var(--white);
}

.btn-danger,
.btn-soft-danger:hover,
.btn-outline-danger:hover {
  background-color: var(--danger);
  border-color: var(--danger);
  color: var(--white);
}

.btn-warning,
.btn-soft-warning:hover,
.btn-outline-warning:hover {
  background-color: var(--warning);
  border-color: var(--warning);
}

.btn-info,
.btn-soft-info:hover,
.btn-outline-info:hover {
  background-color: var(--info);
  border-color: var(--info);
  color: var(--white);
}

.btn-light,
.btn-outline-light:hover {
  background-color: var(--light);
  border-color: var(--light);
}

.btn-dark,
.btn-soft-dark:hover,
.btn-outline-dark:hover {
  background-color: var(--dark);
  border-color: var(--dark);
  color: var(--white);
}

.btn-link {
  color: var(--primary);
}

.btn-link:hover {
  color: var(--hov-primary);
}

.btn-clean:hover {
  background-color: var(--light);
  border-color: var(--light);
}

/*soft buttons*/
a.jssocials-share-link {
  border-radius: 5px;
}

.btn-soft-primary {
  width: auto;
  border-radius: 5px !important;
  margin-left: 19px;
  background-color: var(--soft-primary);
  color: var(--primary);
}

.btn-soft-secondary {
  background-color: var(--soft-secondary);
  color: var(--dark);
}

.btn-soft-success {
  background-color: var(--soft-success);
  color: var(--success);
}

.btn-soft-danger {
  background-color: var(--soft-danger);
  color: var(--danger);
}

.btn-soft-warning {
  background-color: var(--soft-warning);
  color: var(--warning);
}

.btn-soft-info {
  background-color: var(--soft-info);
  color: var(--info);
}

.btn-soft-dark {
  background-color: var(--soft-dark);
  color: var(--dark);
}

/*outline buttons*/
.btn-outline-primary {
  border-color: var(--primary);
  color: var(--primary);
}

.btn-outline-secondary {
  border-color: var(--secondary);
  color: var(--dark);
}

.btn-outline-success {
  border-color: var(--success);
  color: var(--success);
}

.btn-outline-danger {
  border-color: var(--danger);
  color: var(--danger);
}

.btn-outline-warning {
  border-color: var(--warning);
  color: var(--warning);
}

.btn-outline-info {
  border-color: var(--info);
  color: var(--info);
}

.btn-outline-light {
  border-color: var(--light);
  color: var(--dark);
}

.btn-outline-dark {
  border-color: var(--dark);
  color: var(--dark);
}

/*footable*/
.aiz-table {
  opacity: 0;
  height: 0;
}

div.footable-loader {
  height: 220px;
}

.aiz-table.footable,
.aiz-table.footable-details {
  opacity: 1;
  height: auto;
}

div.footable-loader > span.fooicon {
  border: 4px solid #1e1e2d;
  border-right-color: transparent;
  border-radius: 50%;
}

div.footable-loader > span.fooicon:before,
div.footable-loader > span.fooicon:after {
  content: none;
}

.aiz-table thead th {
  border-top: 0;
  border-bottom: 1px solid #eceff7;
}

.aiz-table th {
  font-weight: 600;
}

.aiz-table td,
.aiz-table th {
  border-top: 1px solid #eceff7;
}

.aiz-table td,
.aiz-table th {
  padding: 1rem 0.75rem;
}

.aiz-table.table-bordered td,
.aiz-table.table-bordered th {
  border: 1px solid #eceff7;
}

.aiz-table .footable-detail-row > td {
  padding: 0;
}

.aiz-table .footable-toggle {
  height: 16px;
  width: 16px;
  line-height: 16px;
  font-size: 16px;
  border-radius: 4px;
  text-align: center;
  opacity: 1;
  color: var(--primary);
  background-color: var(--soft-primary);
  margin-right: 10px;
}

.aiz-table .footable-toggle.fooicon-minus {
  color: var(--white);
  background-color: var(--primary);
}

.aiz-table.footable > tbody > tr.footable-empty > td {
  font-size: 20px;
  position: relative;
  padding-top: 100px;
}

.aiz-table.footable > tbody > tr.footable-empty > td:before {
  content: "\f119";
  font-family: "Line Awesome Free";
  font-weight: 900;
  position: absolute;
  left: 50%;
  top: 20px;
  font-size: 60px;
  opacity: 0.5;
  transform: translate(-50%, 0px);
}

.aiz-table .footable-pagination-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.aiz-table .footable-page-link,
.aiz-table .footable-page.disabled .footable-page-link {
  min-width: 36px;
  min-height: 36px;
  line-height: 36px;
  text-align: center;
  padding: 0;
  border: 0;
  font-size: 0.875rem;
  border-radius: 50% !important;
  color: var(--dark);
  display: inline-block;
}

.aiz-table .footable-page {
  margin: 0 2px;
}

.aiz-table .active .footable-page-link,
.aiz-table .footable-page-link:hover {
  background-color: var(--primary);
  color: #fff;
}

/*notify*/
.aiz-notify {
  min-width: 350px;
  max-width: 350px;
  padding-right: 50px;
  border-radius: 0.25rem;
  overflow: hidden;
  border: 0;
  color: var(--white);
  box-shadow: 0 5px 20px 0 rgba(38, 45, 58, 0.2);
  -webkit-box-shadow: 0 5px 20px 0 rgba(38, 45, 58, 0.2);
  padding: 1.25rem 1.25rem;
  font-size: 0.875rem;
  z-index: 1060 !important;
}

[dir=rtl] .aiz-notify {
  text-align: right !important;
}

.aiz-notify .close {
  top: 50% !important;
  height: 20px;
  width: 20px;
  margin-top: -10px;
  font-size: 20px;
  line-height: 20px;
  color: var(--white);
  opacity: 0.7;
  right: 15px !important;
  text-shadow: none;
}

[dir=rtl] .aiz-notify .close {
  right: auto !important;
  left: 15px !important;
}

.aiz-notify .close:before {
  content: "";
  position: absolute;
  border-radius: 50%;
  background-color: #fff;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
  z-index: -1;
  opacity: 0;
}

.aiz-notify .close:hover {
  color: var(--dark);
  opacity: 1;
}

.aiz-notify .close:hover:before {
  opacity: 1;
  background-color: #fff;
  width: 170%;
  height: 170%;
  top: -35%;
  left: -35%;
  transition: all 0.3s ease;
}

.aiz-notify .progress {
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  border-radius: 0;
  background-color: transparent;
}

.aiz-notify .progress-bar {
  background-color: var(--white);
}

.aiz-notify.alert-success {
  background-color: var(--success);
}

.aiz-notify.alert-danger {
  background-color: var(--danger);
}

.aiz-notify.alert-primary {
  background-color: var(--primary);
}

.aiz-notify.alert-warning {
  background-color: var(--warning);
}

.aiz-notify.alert-info {
  background-color: var(--info);
}

.aiz-notify.alert-dark {
  background-color: var(--dark);
}

.aiz-notify.alert-secondary {
  background-color: var(--secondary);
}

.aiz-notify.alert-light,
.aiz-notify.alert-light .close {
  background-color: var(--light);
  color: var(--dark);
}

.aiz-notify.alert-light .progress-bar {
  background-color: var(--primary);
}

@media (max-width: 575px) {
  .aiz-notify {
    width: calc(100% - 40px);
    min-width: auto;
  }
}
/*pagination*/
.aiz-pagination-center .pagination {
  justify-content: center;
}

.aiz-pagination-right .pagination {
  justify-content: flex-end;
}

.aiz-pagination .pagination {
  margin-bottom: 0;
  flex-wrap: wrap;
}

.pagination .page-link,
.page-item.disabled .page-link {
  min-width: 36px;
  min-height: 36px;
  line-height: 36px;
  text-align: center;
  padding: 0;
  border: 0;
  font-size: 0.875rem;
  border-radius: 50% !important;
  color: var(--dark);
}

.pagination .page-item {
  margin: 0 2px;
}

.pagination .active .page-link {
  background-color: var(--primary);
}

.pagination .page-link:hover {
  background-color: var(--primary);
  color: #fff;
}

/*modal*/
/*badges*/
.badge {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 18px;
  width: 18px;
  font-size: 0.65rem;
  font-weight: 500;
  line-height: unset;
}

.badge-circle {
  border-radius: 50%;
}

.badge-sm {
  height: 14px;
  width: 14px;
  font-size: 0.55rem;
}

.badge-md {
  height: 24px;
  width: 24px;
  font-size: 0.75rem;
}

.badge-lg {
  height: 28px;
  width: 28px;
  font-size: 0.85rem;
}

.badge.badge-dot {
  display: inline-flex;
  height: 8px;
  width: 8px;
}

.badge-dot.badge-md {
  height: 10px;
  width: 10px;
}

.badge-dot.badge-lg {
  height: 12px;
  width: 12px;
}

.badge-inline {
  width: auto;
}

.badge-status {
  position: absolute;
  top: calc(15% - 4px);
  right: calc(15% - 4px);
  font-size: 1px;
}

.badge-status:before {
  position: absolute;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  border: 3px solid #fff;
  top: -3px;
  left: -3px;
  content: "";
  border-radius: 50%;
}

.badge-md.badge-status {
  top: calc(15% - 5px);
  right: calc(15% - 5px);
}

.badge-lg.badge-status {
  top: calc(15% - 6px);
  right: calc(15% - 6px);
}

.badge-secondary {
  background-color: var(--secondary);
}

.badge-success {
  background-color: var(--success);
}

.badge-danger {
  background-color: var(--danger);
}

.badge-warning {
  background-color: var(--warning);
}

.badge-info {
  background-color: var(--info);
}

.badge-light {
  background-color: var(--light);
}

.badge-dark {
  background-color: var(--dark);
}

.badge-soft-primary {
  background-color: var(--soft-primary);
  color: var(--primary);
}

.badge-soft-secondary {
  background-color: var(--soft-secondary);
  color: var(--secondary);
}

.badge-soft-success {
  background-color: var(--soft-success);
  color: var(--success);
}

.badge-soft-danger {
  background-color: var(--soft-danger);
  color: var(--danger);
}

.badge-soft-warning {
  background-color: var(--soft-warning);
  color: var(--warning);
}

.badge-soft-info {
  background-color: var(--soft-info);
  color: var(--info);
}

.badge-soft-dark {
  background-color: var(--soft-dark);
  color: var(--dark);
}

.list-group-item {
  border-color: #ebedf2;
}

.list-group-raw .list-group-item {
  border: 0;
}

/*slick carousel*/
.aiz-carousel > * {
  display: none;
}

.slick-initialized.aiz-carousel > *,
.aiz-carousel > *:first-child {
  display: block;
}

.aiz-carousel.gutters-5 {
  width: calc(100% + 10px);
}

.aiz-carousel.gutters-5 .carousel-box {
  padding-left: 5px;
  padding-right: 5px;
}

.aiz-carousel.gutters-10 {
  width: calc(100% + 20px);
}

.aiz-carousel.gutters-10 .carousel-box {
  padding-left: 10px;
  padding-right: 10px;
}

.aiz-carousel.gutters-15 {
  width: calc(100% + 30px);
}

.aiz-carousel.gutters-15 .carousel-box {
  padding-left: 15px;
  padding-right: 15px;
}

.aiz-carousel-full * {
  height: 100%;
}

.aiz-carousel .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50em;
  border: 0;
  box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1), 0 3px 1px 0 rgba(20, 23, 28, 0.1);
  font-size: 15px;
  line-height: 40px;
  padding: 0;
  text-align: center;
}

.aiz-carousel .slick-prev:hover,
.aiz-carousel .slick-next:hover {
  box-shadow: 0 2px 8px 2px rgba(20, 23, 28, 0.15) !important;
}

.aiz-carousel .slick-prev {
  left: 10px;
}

.aiz-carousel.hide-disabled .slick-disabled {
  display: none !important;
}

.aiz-carousel .slick-next {
  right: 10px;
}

.aiz-carousel .slick-dots {
  list-style: none;
  display: flex;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 0;
}

.aiz-carousel .slick-dots button {
  height: 11px;
  width: 11px;
  padding: 0px;
  color: transparent;
  border: 0;
  background: #ddd;
  border-radius: 50%;
  margin: 0 3px;
}

.aiz-carousel .slick-dots .slick-active button {
  background: var(--primary);
}

.aiz-carousel.dots-inside-bottom .slick-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.half-order-arrow .slick-prev {
  left: -10px;
  top: 37%;
}
.half-order-arrow .slick-next {
  right: -14px;
  top: 37%;
}

.half-outside-arrow .slick-prev {
  left: -5px;
}

.half-outside-arrow .slick-next {
  right: -5px;
}

.slick-vertical .slick-arrow {
  top: auto;
  left: 30%;
  right: auto;
  transform: translateX(-50%) rotate(90deg);
  -webkit-transform: translateX(-50%) rotate(90deg);
}

.slick-vertical .slick-prev {
  top: -10px;
}

.slick-vertical .slick-next {
  bottom: -10px;
}

[data-vertical=true] .slick-current .carousel-box {
  border-color: var(--primary) !important;
  border-width: 2px !important;
}

/*range slider - no ui slider*/
.aiz-range-slider .noUi-connect {
  background: var(--primary);
}

.aiz-range-slider .noUi-target {
  border-color: var(--soft-secondary);
}

/*iti mobile number select*/
.iti {
  display: block;
  width: 100%;
}

.iti--allow-dropdown input {
  padding-left: 95px !important;
}

.iti--separate-dial-code .iti__selected-flag,
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background: #fff;
  margin-left: 2px;
  border-right: 1px solid #e2e5ec;
}

/*avatar*/
.avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 1.7em;
  position: relative;
}

.avatar img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  width: 100%;
  border-radius: 50%;
  height: 100%;
}

.avatar-xxs {
  width: 20px;
  height: 20px;
  font-size: 0.7em;
}

.avatar-xs {
  width: 32px;
  height: 32px;
  font-size: 0.8em;
}

.avatar-sm {
  width: 44px;
  height: 44px;
  font-size: 1.1em;
}

.avatar-md {
  width: 64px;
  height: 64px;
  font-size: 1.4em;
}

.avatar-lg {
  width: 100px;
  height: 100px;
  font-size: 2em;
}

.avatar-xl {
  width: 120px;
  height: 120px;
  font-size: 2.3em;
}

.avatar-xxl {
  width: 150px;
  height: 150px;
  font-size: 2.6em;
}

.avatar-rounded,
.avatar-rounded img {
  border-radius: 0.3em;
}

.avatar-square,
.avatar-square img {
  border-radius: 0;
}

/*rating*/
.rating i {
  color: #c3c3c5;
  font-size: 1rem;
  letter-spacing: -1px;
  transition: all 0.3s;
}

.rating i.hover,
.rating i.active,
.text-rating.active {
  color: #ffa707;
}

.bg-rating {
  background-color: #ffa707;
}

.rating i.half {
  position: relative;
}

.rating i.half:after {
  position: absolute;
  content: "\f089";
  left: 0;
  font-size: inherit;
  color: #ffa707;
  z-index: 1;
}

[dir=rtl] .rating i.half {
  transform: scale(-1, 1);
}

.rating-sm i {
  font-size: 0.8125rem;
}

.rating-lg i {
  font-size: 1.125rem;
}

.rating-input label {
  cursor: pointer;
}

.rating-input input {
  display: none;
}

/*chat*/
.aiz-chat {
  overflow: hidden;
  box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05);
  background: #fff;
  border-radius: 4px;
  border: 1px solid #ebedf2;
}

.aiz-chat .chat-user-list {
  height: calc(80vh - 44px);
  max-height: calc(80vh - 44px);
  overflow-y: auto;
}

.chat-user-list-wrap .overlay {
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

.aiz-chat .chat-list-wrap {
  height: calc(80vh - 160px);
  max-height: calc(80vh - 160px);
  overflow-y: auto;
}

.aiz-chat .chat-list {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.chat-box-wrap {
  position: relative;
  padding: 80px 0;
}

.chat-coversation {
  max-width: 450px;
  margin: 10px 0;
}

.chat-coversation .avatar {
  margin-right: 15px;
  margin-bottom: 12px;
}

.chat-coversation .media {
  align-items: flex-end;
}

.chat-coversation .media-body .text {
  background: var(--light);
  padding: 10px 20px;
  line-height: 1.7;
  border-radius: 4px;
}

.chat-coversation .media-body .time {
  font-size: 10px;
  opacity: 0.5;
  display: block;
}

.chat-coversation.right {
  margin-left: auto;
}

.chat-coversation.right .avatar {
  margin-right: 0px;
  margin-left: 15px;
}

.chat-coversation.right .time {
  text-align: right;
}

.chat-coversation.right .media-body .text {
  background: var(--primary);
  color: #fff;
}

.chat-footer .input-group {
  background: var(--light);
  border: 1px solid #e2e5ec;
  border-radius: 50em;
}

.chat-footer .form-control {
  background: transparent;
  border-color: transparent;
}

.chat-footer .input-group > .input-group-append > .btn {
  border-radius: 50em;
}

.chat-header .active .la-info-circle:before {
  content: "\f00d";
}

.chat-info-wrap {
  transition: all 0.3s ease;
  position: absolute;
  width: 100%;
  height: calc(80vh - 154px);
  top: 77px;
  right: 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
}

.chat-info-wrap .overlay {
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

.chat-info-wrap .chat-info {
  transition: all 0.3s ease;
  transform: translateX(100%);
  position: absolute;
  height: 100%;
  width: 400px;
  max-width: 100%;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
}

.chat-info-wrap.active,
.chat-info-wrap.active .overlay,
.chat-info-wrap.active .chat-info {
  opacity: 1;
  visibility: visible;
}

.chat-info-wrap.active .chat-info {
  transform: translateX(0%);
}

@media (max-width: 991px) {
  .chat-user-list-wrap {
    transition: all 0.3s ease;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
  }
  .chat-user-list-wrap .chat-user-list-header {
    transition: all 0.3s ease;
    transform: translateX(100%);
    position: absolute;
    width: 340px;
    max-width: 100%;
    right: 0;
    top: 0;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
  }
  .chat-user-list-wrap .chat-user-list {
    transition: all 0.3s ease;
    transform: translateX(100%);
    position: absolute;
    height: calc(100% - 44px);
    max-height: none;
    width: 340px;
    max-width: 100%;
    right: 0;
    top: 44px;
    bottom: 0;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    z-index: 1;
  }
  .chat-user-list-wrap.active,
  .chat-user-list-wrap.active .overlay,
  .chat-user-list-wrap.active .chat-user-list-header,
  .chat-user-list-wrap.active .chat-user-list {
    opacity: 1;
    visibility: visible;
  }
  .chat-user-list-wrap.active .chat-user-list-header,
  .chat-user-list-wrap.active .chat-user-list {
    transform: translateX(0%);
  }
}
/*social icon colored*/
ul.social a {
  display: inline-block;
  height: 36px;
  border-radius: 50em;
  line-height: 39px;
  text-align: center;
  font-size: 18px;
}

ul.social a:hover {
  transform: translateY(-3px);
}

ul.social i {
  color: #171727;
}

ul.social.colored i {
  color: #fff;
}

/* ul.social.colored [class*="facebook"] {
    background-color: #3b5998;
} */
/* ul.social.colored [class*="twitter"] {
    background-color: #1da1f2;
} */
/* ul.social.colored [class*="google"] {
    background-color: #e62833;
} */
ul.social.colored [class*=youtube] {
  background-color: #ff0000;
}

ul.social.colored [class*=instagram] {
  background-color: #bd32a2;
}

ul.social.colored [class*=tripadvisor] {
  background-color: #32da9d;
}

ul.social.colored [class*=linkedin] {
  background-color: #0070ac;
}

.aiz-cookie-alert {
  position: fixed;
  bottom: 20px;
  left: 20px;
  right: 20px;
  max-width: 300px;
  z-index: 1070;
  display: none;
}

.aiz-cookie-alert.show {
  display: block;
}

/*messnger icon mobile*/
.fb_dialog_mobile iframe {
  bottom: 70px !important;
}

/*pages*/
.aiz-auth-form {
  max-width: 480px;
}

/*front pages*/
/*user panel*/
.aiz-user-sidenav-wrap {
  flex: 0 0 265px;
  max-width: 265px;
  box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05);
  background: #fff;
  border-radius: 4px;
  border: 1px solid #ebedf2;
}

.aiz-user-panel {
  flex-grow: 1;
  padding-left: 30px;
}

[dir=rtl] .aiz-user-panel {
  padding-right: 30px;
  padding-left: 0;
}

.aiz-user-sidenav .aiz-side-nav-list .aiz-side-nav-link {
  color: #63666b;
  font-weight: 500;
  font-size: 0.8125rem;
  border-radius: 3px;
  padding: 10px 20px 10px 15px;
}

.aiz-user-sidenav .aiz-side-nav-list .level-2 .aiz-side-nav-link {
  padding: 10px 25px 10px 54px;
}

.aiz-user-sidenav .aiz-side-nav-list .aiz-side-nav-icon {
  width: 28px;
  font-size: 16px;
}

.aiz-user-sidenav .aiz-side-nav-link.level-2-active,
.aiz-user-sidenav .aiz-side-nav-link.level-3-active {
  background-color: transparent;
  color: var(--primary);
}

.aiz-user-sidenav .level-2-active .aiz-side-nav-icon,
.aiz-user-sidenav .level-3-active .aiz-side-nav-icon {
  color: var(--primary);
}

.aiz-user-sidenav .aiz-side-nav-link.active,
.aiz-user-sidenav .aiz-side-nav-link:hover {
  background-color: var(--soft-primary);
}

.aiz-user-sidenav .level-2 .aiz-side-nav-link:hover:after,
.aiz-user-sidenav .level-2 .aiz-side-nav-link.active:after {
  background: var(--primary);
}

.aiz-user-sidenav .active .aiz-side-nav-icon {
  color: var(--primary);
}

@media (max-width: 1199px) {
  .aiz-user-sidenav-wrap {
    display: none;
    height: 100vh;
  }
  .aiz-user-panel {
    padding-left: 0px;
  }
  .aiz-user-sidenav {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  [dir=rtl] .aiz-user-panel {
    padding-right: 0px;
  }
}
.aiz-mobile-side-nav .aiz-user-sidenav-wrap {
  display: block;
  max-width: initial;
  border: 0;
}

.sidebar-cart .cart-toggler {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background: var(--primary);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 10px;
  color: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.sidebar-cart .cart-toggler .price {
  background: #fff;
  color: var(--primary);
  border-radius: 3px;
  margin-top: 10px;
  font-weight: 500;
  padding: 5px;
}

.cart-item:not(:last-of-type) {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--light);
}

img.background-register.img-fluid {
  height: 759px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*hover category menu*/
.aiz-category-menu .sub-cat-menu {
  display: none;
  position: absolute;
  width: 75%;
  left: calc(23% - 18px);
  height: calc(94% + 20px);
  overflow: hidden;
  top: 0;
  z-index: 9;
  background-color: #fff;
  overflow-y: auto;
}

[dir=rtl] .aiz-category-menu .sub-cat-menu {
  left: auto;
  right: calc(25% - 10px);
}

.aiz-category-menu .category-nav-element:hover .sub-cat-menu {
  display: block;
}

.aiz-category-menu .category-nav-element:hover > a {
  position: relative;
  z-index: 10;
  background: #fff;
}

.hover-category-menu .all-category::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 20px;
  bottom: 100%;
  right: 0;
}

.hover-category-menu .all-category::before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  border-top: 0;
  border-right: 12px solid transparent;
  border-bottom: 12px solid var(--soft-primary);
  border-left: 12px solid transparent;
  top: -12px;
  right: 20px;
}

[dir=rtl] .hover-category-menu .all-category::before {
  left: 20px;
  right: auto;
}

/*front widgets (footer)*/
/*footer widgets*/
.aiz-front-widget .title {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

.aiz-front-widget .menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.aiz-front-widget .menu a {
  display: inline-block;
  color: inherit;
  padding: 5px 0;
}

.aiz-front-widget .menu a:hover {
  transform: translateX(5px);
  -webkit-transform: translateX(5px);
}

/*header*/
.aiz-header {
  box-shadow: 0 10px 30px rgba(34, 44, 62, 0.05);
  border-bottom: 1px solid #edf0f5;
}

/*subheader*/
.aiz-subheader {
  border-bottom: 1px solid #edf0f5;
}

.aiz-subheader a {
  color: #6f6f6f;
}

.aiz-subheader a:hover {
  color: var(--primary);
}

/*navbar*/
.aiz-navbar .search .input-group > select,
.aiz-navbar .search .bootstrap-select {
  min-width: 160px;
}

.aiz-navbar .search .input-group-prepend {
  min-width: 280px;
}

.aiz-navbar .menu a {
  color: #505050;
  font-weight: 500;
  font-size: 13px;
}

.aiz-navbar .menu a.btn-primary {
  color: #fff;
}

@media (max-width: 991px) {
  .front-header-search {
    position: absolute;
    z-index: 1;
    width: 90%;
    right: 0;
    left: 3%;
    opacity: 0;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
  .front-header-search.active {
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    opacity: 1;
  }
}
/*slider mobile auto height*/
@media (max-width: 767.98px) {
  .mobile-img-auto-height img {
    height: auto;
  }
}
/*footer*/
.aiz-footer {
  background: #151c29;
  padding-top: 70px;
}

.aiz-front-widget .title {
  color: #717b8c;
}

.aiz-footer .menu a {
  color: #cfd3da;
}

.aiz-footer p {
  color: #cbcdd2;
}

/*copyright*/
.aiz-footer-copyright {
  border-top: 1px solid #283244;
}

[dir=rtl] .la-angle-right {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

[dir=rtl] .slick-arrow .la-angle-right {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
}

.category-filter li {
  font-weight: 400;
}

.category-filter a {
  color: inherit;
  display: block;
  padding: 5px 0;
}

.category-filter .go-back {
  font-weight: 500;
}

.category-filter .go-back ~ li:not(.go-back) {
  margin-left: 20px;
}

.category-filter .go-back a:before {
  content: "\f104";
  font-family: "Line Awesome Free";
  font-weight: 900;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  opacity: 0.7;
  font-size: 90%;
  margin-right: 5px;
}

.category-filter .child a {
  padding-left: 17px;
}

/*workdesk*/
.card-project {
  border-left: 3px solid transparent;
}

.card-project:not(:last-of-type) {
  border-bottom: 1px solid #ebedf2;
}

.card-project:hover {
  border-left-color: var(--primary);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08), 0 2px 4px 0 rgba(0, 0, 0, 0.12);
}

/* collapse side bar*/
.collapse-sidebar-wrap .overlay {
  opacity: 0;
  visibility: hidden;
}

.collapse-sidebar-wrap .overlay {
  opacity: 0;
  visibility: hidden;
}

.sidebar-all {
  transition: all 0.3s ease;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.sidebar-all .collapse-sidebar {
  transition: all 0.3s ease;
  position: fixed;
  width: 340px;
  max-width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  transform: translateX(-100%);
  overflow-y: auto;
}

.sidebar-all.sidebar-right .collapse-sidebar {
  transform: translateX(100%);
  left: auto;
  right: 0;
}

.sidebar-all.sidebar-auto .collapse-sidebar {
  width: auto;
  max-width: 100%;
  height: auto;
  transform: translate(-50%, -100px);
  left: 50%;
  top: 0;
}

.sidebar-all.sidebar-full .collapse-sidebar {
  width: 100%;
  max-width: 100%;
  transform: translateX(100%);
  left: auto;
  right: 0;
}

.sidebar-all,
.sidebar-all .collapse-sidebar,
.sidebar-all .overlay {
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 575.98px) {
  .sidebar-sm {
    transition: all 0.3s ease;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .sidebar-sm .collapse-sidebar {
    transition: all 0.3s ease;
    position: fixed;
    width: 340px;
    max-width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    transform: translateX(-100%);
    overflow-y: auto;
  }
  .sidebar-sm.sidebar-right .collapse-sidebar {
    transform: translateX(100%);
    left: auto;
    right: 0;
  }
  .sidebar-sm.sidebar-auto .collapse-sidebar {
    width: auto;
    max-width: 100%;
    height: auto;
    transform: translate(-50%, -100px);
    left: 50%;
    top: 0;
  }
  .sidebar-sm.sidebar-full .collapse-sidebar {
    width: 100%;
    max-width: 100%;
    transform: translateX(100%);
    left: auto;
    right: 0;
  }
  .sidebar-sm,
  .sidebar-sm .collapse-sidebar,
  .sidebar-sm .overlay {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 767.98px) {
  .sidebar-md {
    transition: all 0.3s ease;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .sidebar-md .collapse-sidebar {
    transition: all 0.3s ease;
    position: fixed;
    width: 400px;
    max-width: 320px;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    transform: translateX(-100%);
    overflow-y: auto;
  }
  .sidebar-md.sidebar-right .collapse-sidebar {
    transform: translateX(100%);
    left: auto;
    right: 0;
  }
  .sidebar-md.sidebar-auto .collapse-sidebar {
    width: auto;
    max-width: 100%;
    height: auto;
    transform: translate(-50%, -100px);
    left: 50%;
    top: 0;
  }
  .sidebar-md.sidebar-full .collapse-sidebar {
    width: 100%;
    max-width: 100%;
    transform: translateX(100%);
    left: auto;
    right: 0;
  }
  .sidebar-md,
  .sidebar-md .collapse-sidebar,
  .sidebar-md .overlay {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 991.98px) {
  .sidebar-lg {
    transition: all 0.3s ease;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .sidebar-lg .collapse-sidebar {
    transition: all 0.3s ease;
    position: fixed;
    width: 400px;
    max-width: 320px;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    transform: translateX(-100%);
    overflow-y: auto;
  }
  .sidebar-lg.sidebar-right .collapse-sidebar {
    transform: translateX(100%);
    left: auto;
    right: 0;
  }
  .sidebar-lg.sidebar-auto .collapse-sidebar {
    width: auto;
    max-width: 100%;
    height: auto;
    transform: translate(-50%, -100px);
    left: 50%;
    top: 0;
  }
  .sidebar-lg.sidebar-full .collapse-sidebar {
    width: 100%;
    max-width: 100%;
    transform: translateX(100%);
    left: auto;
    right: 0;
  }
  .sidebar-lg,
  .sidebar-lg .collapse-sidebar,
  .sidebar-lg .overlay {
    opacity: 0;
    visibility: hidden;
  }
}
@media (max-width: 1199.98px) {
  .sidebar-xl {
    transition: all 0.3s ease;
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .sidebar-xl .collapse-sidebar {
    transition: all 0.3s ease;
    position: fixed;
    width: 400px;
    max-width: 320px;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    transform: translateX(-100%);
    overflow-y: auto;
  }
  .sidebar-xl.sidebar-right .collapse-sidebar {
    transform: translateX(100%);
    left: auto;
    right: 0;
  }
  .sidebar-xl.sidebar-auto .collapse-sidebar {
    width: auto;
    max-width: 100%;
    height: auto;
    transform: translate(-50%, -100px);
    left: 50%;
    top: 0;
  }
  .sidebar-xl.sidebar-full .collapse-sidebar {
    width: 100%;
    max-width: 100%;
    transform: translateX(100%);
    left: auto;
    right: 0;
  }
  .sidebar-xl,
  .sidebar-xl .collapse-sidebar,
  .sidebar-xl .overlay {
    opacity: 0;
    visibility: hidden;
  }
}
.collapse-sidebar-wrap.active,
.collapse-sidebar-wrap.active .collapse-sidebar,
.collapse-sidebar-wrap.active .overlay {
  opacity: 1;
  visibility: visible;
}

.collapse-sidebar-wrap.active .collapse-sidebar {
  transform: translate(0%, 0%);
  background-color: #fff;
}

.collapse-sidebar-wrap.active .sidebar-auto {
  transform: translate(-50%, 0px);
}

.iqty-btns {
  display: flex;
  align-items: center;
  border-radius: 0.25rem;
}

.iqty-btns.vertical {
  flex-direction: column;
}

.iqty-btns .form-control {
  border: 0;
  background: transparent;
}

.iqty-btns .form-control,
.iqty-btns .btn {
  width: 30px;
  height: 30px;
  padding: 0;
  text-align: center;
  line-height: 30px;
}

.badge-custom {
  display: inline-block;
  padding: 3px;
  font-size: 11px;
  border-radius: 0 50em 50em 0;
  color: #ff0000;
  font-weight: 600;
  line-height: 26px;
  position: absolute;
  background: #fff;
  z-index: 1;
  top: 20px;
  box-shadow: 2px 1px 6px 2px rgba(0, 0, 0, 0.1), 0 4px 4px 0px rgba(0, 0, 0, 0.06) !important;
}

.badge-custom .box {
  height: 26px;
  width: 26px;
  background: #ff0000;
  color: #fff;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
}

[dir=rtl] .badge-custom {
  border-radius: 50em 0 0 50em;
}

@media (max-width: 576px) {
  .container .main-topic {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .col-12.col-md-9 {
    background-color: white;
    border-radius: 10px;
    padding: 20px;
  }
  .col-12.col-md-3 {
    background-color: white;
    border-radius: 10px;
    padding: 20px;
  }
}
.fb-background {
  background: linear-gradient(27deg, rgb(0, 5, 36) 0%, rgb(10, 9, 121) 22%, rgb(255, 0, 114) 100%);
  border-radius: 50%;
}

.size-image {
  height: 70px;
  border-radius: 50%;
  width: 70px;
}

.m-46-logo {
  margin-top: -46px;
}

.shop-profile .cart-button-shop {
  width: auto;
  font-size: 14px;
  border-radius: 6px;
  background-color: #fff;
  color: #000;
}

.profile-image {
  height: 56px;
  width: auto;
}

.l-h2 {
  line-height: 2px;
}

.font-w700 {
  font-weight: 700;
}

.follow-botton-shop {
  border-radius: 9px;
  background-color: #EF1385;
  color: #fff;
}

.empty-image-size {
  height: 250px;
}

.order-history .btn-filter {
  background-color: #d83b98;
  height: 39px;
  border: none;
  color: var(--white);
}

.order-history .daterangepicker td.active,
.daterangepicker td.active:hover,
.daterangepicker .ranges li.active {
  background-color: #d83b98;
}

.order-history .nav-tabs .nav-link.active {
  border-bottom: 1px solid hsl(0, 3.7037037037%, 40.5%);
  background-color: #ffffff;
  border-top: none;
  border-left: none;
  border-right: none;
}

@media only screen and (max-width: 576px) {
  .product-detail .image-shop .image .size-image {
    height: 30px;
  }
  .product-detail .title-price .price {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .product-detail .image-shop .image .size-image {
    height: 50px;
    width: 50px;
  }
}
@media only screen and (max-width: 992px) {
  .text-q {
    display: flex;
    flex-direction: column;
  }
}
.yes-btn {
  background-color: #d83b98;
  color: white;
}

#my_coupon_page .ls-20 {
  font-size: 20px;
}

.my-order-side {
  font-size: 16px;
}

.kmall-info .number-rate {
  font-size: 13px;
}
.kmall-info .free-deliver-text {
  font-size: 13px;
}
.kmall-info .shop-link-text {
  font-size: 13px;
}

.ls-20 {
  font-size: 20px;
}

#submitSmallScreen {
  display: none;
}

.deliver {
  display: flex;
}
.deliver .my-img {
  width: 119px;
  height: 132px;
  border-radius: 0% 10%/200px 10%;
  -o-object-fit: cover;
     object-fit: cover;
}

#nav-tab-voucher .nav-link {
  width: 20%;
}

.coupon {
  background-color: #ef486a;
}
.coupon .kanan {
  width: 30% !important;
  position: relative;
  box-shadow: -1px 2px 5px rgba(0, 0, 0, 0.1607843137);
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  border-right: transparent;
}
.coupon .kanan .event {
  font-size: 12px;
}
.coupon .tengah {
  width: 100%;
}
.coupon .tengah .outline {
  border-radius: 10px;
}
.coupon .tengah .outline .wrap-detail .title {
  font-size: 14px;
}
.coupon .tengah .outline .wrap-detail .code {
  font-size: 14px;
}
.coupon .tengah .outline .wrap-detail .date {
  font-size: 12px;
}
.coupon .tengah .outline .wrap-button .getnow {
  width: 50px;
  height: 20px;
  font-size: 9px;
  border-radius: 10px;
  display: flex;
  align-items: center;
}

#delivery_coupon .coupon {
  background-color: rgba(45, 58, 203, 0.968627451);
}

#seller_voucher .coupon {
  background-color: #2dc0cf;
}

#seller_shop .coupon {
  background-color: #2dc0cf;
}
#seller_shop .coupon .kanan .info::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: #f2f3f8;
  z-index: 3;
  border-radius: 4px;
}
#seller_shop .coupon .kanan .info::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: #f2f3f8;
  z-index: 3;
  border-radius: 4px;
}

.coupon .kanan .info::after,
.coupon .kanan .info::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: rgba(255, 255, 255, 0.9607843137);
  z-index: 3;
  border-radius: 4px;
}

.coupon .kanan .info::before {
  top: -8px;
  right: -8px;
  transform: rotate(140deg);
  box-shadow: rgba(0, 0, 0, 0.02) 0px 0px 0px inset, rgba(0, 0, 0, 0.08) -1px 1px 1px inset;
}

.coupon .kanan .info::after {
  bottom: -8px;
  right: -8px;
  transform: rotate(-45deg);
  box-shadow: rgba(0, 0, 0, 0.12) -3px 3px 0px inset, rgba(0, 0, 0, 0) -2px 3px 2px inset;
}

.coupon .time {
  font-size: 1.6rem;
}

.coupon .tengah {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1607843137);
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  border-left: 1px dashed #27AFEF;
  position: relative;
}

.l-order-summary {
  width: 290px;
  height: 235px;
  font-size: 15px;
}

.ltext-secondary {
  line-height: 40px;
}

.tracking-detail {
  display: flex;
  justify-content: end;
}

#btn-show {
  display: none;
  font-size: 12px;
}

#btn-show-less {
  display: none;
  font-size: 12px;
}

.delivery-text {
  width: 150px;
}

.content-height {
  height: auto;
  overflow: hidden;
}

/*Inner Card*/
.card00 {
  z-index: 0;
}

/*Left side card with progressbar*/
.card1 {
  z-index: 0;
  border-right: 1px solid #F5F5F5;
}

/*Icon progressbar*/
#progressbar {
  position: absolute;
  overflow: hidden;
  color: #E53935;
}

#progressbar li {
  list-style-type: none;
  font-size: 8px;
  font-weight: 400;
  margin-bottom: 15px;
}

#progressbar .step0:before {
  content: "";
  color: #fff;
}

#progressbar li:before {
  width: 25px;
  height: 25px;
  line-height: 30px;
  display: block;
  font-size: 20px;
  background: #fff;
  border: 2px solid #d83b98;
  border-radius: 50%;
  margin: auto;
}

/*ProgressBar connectors*/
#progressbar li:after {
  content: "";
  height: 66px;
  border: 1px dashed #d83b98;
  position: absolute;
  top: 15px;
  z-index: -1;
}

#progressbar li:last-child:after {
  top: 182px;
  height: 39px;
}

#progressbar li:nth-child(3):after {
  top: 41px;
}

#progressbar li:nth-child(4):after {
  top: 94px;
}

#progressbar li:nth-child(5):after {
  top: 1px;
}

#progressbar li:nth-child(2):after {
  top: 0px;
}

#progressbar li:nth-child(2):active:after {
  top: 0px;
}

#progressbar li:first-child:after {
  position: absolute;
  top: -81px;
}

/*Color of the connector before*/
#progressbar li.active:after {
  border: 1px dashed #d83b98;
}

/*Color of the step before*/
#progressbar li.active:before {
  background: #d83b98;
  font-family: FontAwesome;
  content: "✓";
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.delivery-poof {
  width: 110px;
  height: 113px;
}

.list-button-kmall #product_search {
  width: 40%;
}

.shopDelete {
  outline-style: none;
  box-shadow: none;
  border: none;
  background-color: white;
}
.shopDelete .la-trash {
  color: rgba(143, 137, 137, 0.9490196078);
}
.shopDelete .la-trash:hover {
  color: red;
}

.my-order-img {
  width: 90px;
  height: 95px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.count-num {
  display: flex;
}

.image-width {
  width: 200px;
}

.flash-sale-scroll {
  width: 430px;
  overflow-x: auto;
}

.aiz-count-down .countdown-separator {
  font-size: 17px;
  margin-top: 0px;
}

.text-sale {
  font-size: 15px;
}

.text-sale-child {
  font-size: 17px;
}

#category-flash-1 {
  padding: 20px;
}

.text-ending {
  font-size: 15px;
}

.box2_size {
  font-size: 14px;
}

#seller-shop i.las.la-star {
  font-size: 9px;
  padding-top: 2px;
}

#defaultCheck2 {
  cursor: pointer;
}

a.button-follow-shop:hover {
  background-color: #EF1385;
  color: #fff;
}

.la-eye {
  cursor: pointer;
}

.la-eye-slash {
  cursor: pointer;
}

#seller-shop p.shop-link {
  font-size: 10px;
}

#seller-shop p.free {
  font-size: 10px;
}

.tpye_add_img {
  width: 40px;
  height: 40px;
}

#login-modal i {
  color: #828282;
}

.promo-size {
  font-size: 12px;
}

#resetPassword i {
  color: #828282;
}

#product-varaint-list .aiz-carousel .slick-list .slick-track {
  transform: translate3d(-52px, 0px, 0px);
}

#video-play #video-view .slick-list {
  width: 468px !important;
}

#shopPage img {
  transition-duration: 1s;
  transition-delay: 0.3s;
}

#shopPage img:hover {
  transform: scale(0.7);
}

.font-side-pro {
  font-size: 15px;
}

#cart-summary .checkmark {
  width: 15px;
  height: 15px;
}

#register input:-internal-autofill-selected {
  background-color: #ca0202 !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid #e2e5ec;
  -webkit-text-fill-color: inherit;
  -webkit-box-shadow: inherit;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  font-size: inherit;
}

.tracking-infors .yes-btn:hover {
  border-color: #d83b98;
  color: #d83b98;
  background-color: white;
}

.pro_information .yes-btn:hover {
  border-color: #d83b98;
  color: #d83b98;
  background-color: white;
}

.no-btn {
  border-color: #d83b98;
  color: #d83b98;
  background-color: white;
}

.tracking-infors .no-btn:hover {
  background-color: #ee2626;
  color: white;
}

.responsive-width {
  width: 120px;
}

.searchdata {
  top: 0%;
  right: 32%;
  transform: translateY(-50%);
  z-index: 12;
}

button.unfollow-btn {
  width: 94px;
  margin-top: 18px;
  padding: 4px;
  border-radius: 6px;
  padding-top: 4px;
  color: red;
  border-color: red;
}

.shop-page .unfollow-btn:hover {
  color: white;
  background-color: red;
  text-decoration: none;
}

.scrollbar-hidden::-webkit-scrollbar {
  display: none;
}

.scrollbar-hidden {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.text-title-coupon {
  font-size: 20px;
}

.line-slash {
  font-size: 10px;
}

.paddingleft {
  padding-left: 0.5rem;
}

.padding-lef {
  padding-left: 0.8rem;
}

p.free {
  color: #d83b98;
  font-size: 10px;
}

p.shop-link {
  font-size: 10px;
}

p.number-rate {
  font-size: 10px;
}

p.flash-sale {
  font-size: 14px;
}

.promotion i.las.la-star {
  font-size: 16px;
  margin-top: 0.29rem;
}

.card-title-size {
  font-size: 13px;
}

.pd-lf {
  padding-left: 1rem;
}

.pd-rt {
  padding-right: 1rem;
}

.label-form {
  position: relative;
  left: 5%;
  margin-bottom: -1px;
}

#flash-sale .aiz-carousel .slick-list .slick-track {
  margin-left: 0px;
}

.slider-image .aiz-carousel .slick-list .slick-track {
  margin-left: 0px;
}

#most-popular .aiz-carousel .slick-list .slick-track {
  margin-left: 0px;
}

#section_hotdeal .aiz-carousel .slick-list .slick-track {
  margin-left: 0px;
}

#promotion-section .aiz-carousel .slick-list .slick-track {
  margin-left: 0px;
}

.filter-nav li i {
  color: gray;
}
.filter-nav li.active .gridView-color {
  color: #EF1385;
}
.filter-nav li.active .listView-color {
  color: #EF1385;
}

#gridView .gridView {
  text-decoration: none;
  color: inherit;
}

.shop-logo {
  width: 65px;
  height: 65px;
  margin-left: 17%;
  margin-top: 10%;
}

.shop-page .aiz-carousel .slick-list .slick-track {
  margin-left: -6px;
}

.uploader {
  display: block;
  clear: both;
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
}

#changeEmail .form-control {
  height: calc(1.6em + 0.75rem + 8px);
}

.new-email-verification {
  background-color: darkgray;
}

.new-email-verification:hover {
  background-color: white;
  border-color: darkgray;
}

#section-tracking .cat-image-1 {
  border-radius: 6px;
  width: 140px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

#order-confirmed i.las.la-star {
  font-size: 12px;
}

#order-confirmed p.shop-link {
  font-size: 9px;
}

#order-confirmed p.free {
  font-size: 9px;
}

/*your custom css goes here*/
@media only screen and (max-width: 2114px) {
  div#scan-kmk-phone {
    display: none;
  }
  #phone_screen {
    display: none;
  }
  #box-star-phone {
    display: none;
  }
}
@media only screen and (max-width: 1853px) {
  #input-search-help {
    top: 62% !important;
  }
  .command-popup {
    left: 90px;
  }
  button.close.my-close-button {
    margin-right: 284px;
  }
  .my-modal-shop .modal-tracking {
    width: 100%;
  }
  .my-modal-product .modal-tracking {
    width: 100%;
  }
  .form-container {
    height: 488px;
    max-width: 400px;
    padding: 0px;
  }
  .form-container .input-group.mb-0.my-chat-form {
    width: 65%;
    margin-left: 6px;
  }
  .form-container .chat .chat-message {
    padding: 0px !important;
    margin-top: -5px;
  }
  .form-container .chat .chat-history {
    flex-wrap: nowrap;
    overflow-y: auto;
    height: 348px;
  }
  .form-container .chat .chat-history .message {
    font-size: 13px;
  }
  .icon-close-chats {
    right: 24% !important;
  }
}
@media only screen and (max-width: 1520px) {
  button.close.sign-close {
    padding-left: 37px;
  }
  .form-container img.img-fluid.img-icon {
    margin-left: 30px;
  }
  img.image-chat {
    height: 80px;
  }
  .seller-account .row .sub-text-seller {
    font-size: 10px;
  }
  .seller-account .row .profile-seller {
    font-size: 13px;
  }
  img.img-fluid.img-icon {
    margin-left: 15px;
  }
}
@media only screen and (min-width: 1440px) {
  .coupon-listing .price {
    font-size: 16px;
    width: 80px;
  }
}
@media only screen and (max-width: 1440px) {
  .coupon-listing .price {
    font-size: 14px;
    width: 50px;
  }
  .tengah .wrap-detail {
    line-height: 12px;
  }
  .tengah .wrap-detail .title {
    font-size: 12px;
  }
  .tengah .wrap-detail .code {
    font-size: 12px;
  }
  .tengah .wrap-detail .date {
    font-size: 11px;
  }
  .modal-dialog-centered {
    min-height: calc(100% - 9.5rem);
  }
  #my_coupon_page .ls-20 {
    font-size: 15px;
  }
  img.kmk-qr-code {
    width: 200px;
    height: auto;
  }
  img.shop-home {
    height: 206px;
  }
  .list-button-kmall #product_search {
    width: 30%;
  }
  .flash-sale-scroll {
    width: 360px;
    overflow-x: auto;
  }
  #section-tracking .cat-image-1 {
    width: 130px;
    margin-right: -13px;
  }
  p.subText-helpcenter.text-end {
    margin-left: 120px;
  }
  .button-submit-info {
    margin-right: 71px !important;
  }
  .input-group.input-email-career {
    width: 81%;
  }
  .input-group.phone-form {
    width: 72%;
  }
  .custom-file {
    width: 75%;
    margin-right: 104px;
    margin-left: -135px;
  }
  .box-star {
    margin-left: 6px;
  }
  div#product-my-order {
    width: 160px;
  }
  .contain-btn-text-order {
    margin-left: 0px;
  }
  p.sub-become {
    margin-left: 99px;
  }
  .shop-register .card-body .form-seller {
    width: 105%;
  }
  .command-container {
    width: 115%;
  }
  .command-popup {
    left: 179px;
  }
  button.btn.button-checkout-kmall {
    margin-left: 150px;
  }
  input.form-control.px-3.search-shop {
    margin-left: 60%;
  }
  img.img-window-sale.img-fluid {
    margin-right: 79px;
    margin-left: -65px;
  }
  img.img-playlist.img-fluid {
    margin-top: 30px;
    height: 116px;
  }
  .group-live-img {
    margin-top: 40px;
    margin-left: -96px;
    margin-right: 68px;
  }
  img.list-apps {
    height: 47px;
    margin-top: 3px;
  }
  img.list-app {
    height: 49px;
  }
  .kmk-order-page,
  #order-title {
    width: 100%;
  }
  #form-choose-file {
    margin-right: -149px;
    margin-left: -28px;
  }
  .find-box {
    margin-left: 83px !important;
  }
  ul.pagination {
    margin-left: -103px;
  }
  .help-box .questionMak {
    width: 16%;
  }
  p.title-kmk {
    font-size: 10px;
  }
  img.image-chat {
    height: 63px;
    width: 191%;
  }
  .seller-account .row .sub-text-seller {
    font-size: 9px;
  }
  .seller-account .row .profile-seller {
    font-size: 11px;
  }
  img.background-register.img-fluid {
    height: 822px;
    width: 100%;
  }
  .hubeger-menus {
    margin-top: -8px;
  }
  input#search-flash-page {
    width: 77%;
  }
  .product-shop .button-checkout {
    margin-left: -11px;
  }
  .product-shop .card-img {
    margin-left: 2px !important;
  }
  .row.list-icon {
    margin-left: 26px;
  }
  .product-click {
    width: 134px;
    margin-left: 30px;
    margin-right: -56px;
  }
  .box-deal-hot {
    width: 107%;
  }
  .box-k input.form-control {
    width: 455px;
  }
  button.btn.button-checkout-kmall.followButton,
  a.button-checkout-kmall {
    margin-left: 123px;
  }
  p.sub-text-profile-live {
    padding-left: 10px;
  }
  p.profile-live {
    padding-left: 10px;
  }
  a.button-follow-live {
    width: 274px;
  }
  .live {
    margin-left: 120px;
  }
  p.text-live {
    margin-top: 14px;
    margin-left: -65px;
  }
  .live {
    margin-left: 119px;
  }
  .shop-register img.kmk-logo {
    margin-left: 207px;
  }
  .shop-register .card {
    top: -767px;
    width: 130%;
  }
  .shop-register .card .card-body {
    margin-top: -4px;
  }
  .shop-register .card-body .button-seller {
    margin-top: 7px !important;
  }
  i.las.la-search.icon-search-chat {
    font-size: 21px;
    color: #000;
  }
  .unfollow-btn {
    margin-left: -28px;
  }
  .border-r-7 {
    border-radius: 7px;
  }
  .searchdata {
    top: 0%;
    right: 37%;
    transform: translateY(-50%);
    z-index: 12;
  }
  .category-menu-icon-box {
    margin-left: -11px !important;
  }
  .text-find {
    margin-left: 24px;
  }
  #order-confirmed i.las.la-star {
    font-size: 9px;
  }
  #order-confirmed p.shop-link {
    font-size: 8px;
  }
  #order-confirmed p.free {
    font-size: 8px;
  }
  #order-confirmed p.number-rate {
    font-size: 8px;
  }
}
@media only screen and (max-width: 1366px) {
  .seller-account .row .sub-text-seller {
    margin-left: -33px;
  }
  .seller-account .row .profile-seller {
    margin-left: -34px;
  }
  img.image-chat {
    height: 78px;
    width: 207%;
    margin-left: -34px;
  }
  .product-flash .card.mb-2 {
    height: 383px;
  }
  p.shop-link.pl-2 {
    margin-top: -12px;
  }
  .shop-register img.kmk-logo {
    margin-left: 201px;
  }
  .shop-register .card-body .form-seller {
    border: 1px solid gray;
    margin-left: 13px !important;
  }
  .shop-register .card-body .select-gender {
    width: 105%;
  }
  .shop-register .card-body .email-seller {
    width: 102%;
    margin-left: -4px !important;
  }
  .shop-register .card-body .button-seller {
    margin-top: -8px !important;
  }
  .shop-register .card .card-body {
    padding: 0px 0px;
    border-radius: 4px;
    margin-top: 13px;
  }
  img.background-register.img-fluid {
    height: 749px;
  }
  .shop-register .card {
    top: -713px;
  }
}
@media only screen and (max-width: 1280px) {
  img.image-chat {
    height: 58px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 207%;
    margin-left: -34px;
  }
  .input-group.mb-0.my-chat-input {
    width: 80%;
  }
  .shop-register img.kmk-logo {
    margin-left: 198px;
  }
  .row.list-icon {
    margin-left: 22px;
  }
}
@media only screen and (max-width: 1194px) {
  p.subText-helpcenter.text-end {
    margin-left: 85px;
  }
  .chats .button-checkout {
    margin-left: -37px;
  }
  .button-submit-info {
    margin-right: 43px !important;
  }
  input.input-info-apply {
    margin-top: -14px;
    margin-right: 28px;
  }
  .selection-location {
    margin-left: -54px;
  }
  .icon-close-flash .icon-close-chat {
    margin-left: -31px !important;
  }
  div#product-my-order {
    width: 194px;
  }
  .coupon-box {
    width: auto;
  }
  .shop-register .card {
    width: 155%;
  }
  button.btn.button-checkout-kmall {
    margin-left: 91px;
  }
  .chats .subText {
    margin-top: 0px;
  }
  .d-flex.list-icon {
    margin-left: -24px;
  }
  input.form-control.px-3.search-shop {
    margin-left: 50%;
  }
  div#live-section {
    height: 280px;
  }
  p.text-live {
    margin-left: -81px;
  }
  img.img-window-sale.img-fluid {
    margin-right: 69px;
    margin-left: -74px;
    margin-top: 114px;
  }
  .group-live-img {
    margin-left: -106px;
    margin-right: 76px;
  }
  img.img-playlist.img-fluid {
    margin-top: 12px;
    height: 115px;
  }
  p.coupon-price {
    font-size: 23px;
    margin-top: -19px;
  }
  p.subtext-kmall {
    font-size: 11px;
  }
  .re-order-box {
    margin-left: 31px !important;
  }
  .text-order {
    margin-left: 3px !important;
  }
  .tracking-box {
    margin-left: 25px !important;
  }
  .img-product {
    height: 158px;
  }
  .text-huawie {
    font-size: 18px;
  }
  .kmk-order-page,
  #order-title {
    width: 126%;
    margin-left: -23px;
  }
  .form-container {
    height: 555px;
  }
  .row.p-3.footer-text {
    height: 446px;
  }
  .custom-file {
    width: 72%;
    margin-right: 193px;
    margin-left: -16px;
  }
  ul.pagination {
    margin-left: -152px;
  }
  .find-box {
    margin-left: 49px !important;
  }
  .text-find {
    font-size: 16px;
  }
  .btn-submit {
    padding: 9px;
    height: 38px;
    width: 227px;
    margin-bottom: 31px;
  }
  .form-group.pl-3.text-area {
    width: 436px;
  }
  .input-group.mb-3.pl-5 {
    width: 389px;
  }
  .help-box .questionMak {
    width: 19%;
  }
  .help-box .text {
    font-size: 18px;
    padding-top: 35px;
  }
  .help-box .subText {
    font-size: 16px;
  }
  p.title-kmk {
    font-size: 8px;
  }
  img.image-chat {
    height: 68px;
    width: 316%;
  }
  .input-group.mb-0.my-chat-input {
    width: 77%;
  }
  img.background-register.img-fluid {
    height: 774px;
  }
  .shop-register .card {
    top: -733px;
    width: 155%;
    margin-left: -93px;
  }
  input#search-flash-page {
    width: 62%;
  }
  .product-shop .card-img {
    width: 121px;
  }
  a.button-follow-live {
    margin-left: 4px !important;
  }
  .img-user-live {
    width: 130%;
  }
  div#customer-text {
    margin-left: 14px;
  }
  .aiz-main-wrapper {
    min-height: 0vh;
  }
  .shop-register .form-group.py-2 {
    margin-top: -13px;
  }
  p.sub-become {
    margin-top: -19px;
    margin-bottom: 38px;
  }
  .shop-register img.kmk-logo {
    margin-left: 197px;
  }
  .d-flex.pl-4.mt-2.list-info {
    font-size: 9px;
  }
  p.pl-4.mt-3.text-title-oppo {
    font-size: 12px;
  }
  .kmall-info {
    margin-left: 128px;
    margin-top: -130px;
  }
  .list-img-show {
    margin-left: 41px;
  }
  .product-click {
    width: 114px;
    margin-left: 21px;
    margin-right: -49px;
  }
  .box-k input.form-control {
    width: 365px;
  }
  .column.kmall-name {
    margin-left: 225px;
  }
  .logo-kmall {
    margin-left: 98px;
  }
  button.btn.button-checkout-kmall.followButton,
  a.button-checkout-kmall {
    margin-left: 66px;
  }
  .row.list-icon {
    margin-left: 4px;
  }
  .subtext-live {
    padding-left: 40px;
  }
  .subtext-live {
    padding-left: 6px !important;
  }
  .name-user-live {
    padding-left: 5px !important;
    margin-top: 1px !important;
  }
  p.sub-text-profile-live {
    padding-left: 30px;
  }
  p.profile-live {
    padding-left: 28px;
  }
  p.text-khmer-live {
    font-size: 12px;
  }
  a.button-follow-live {
    width: 230px;
  }
  li.bac-menu {
    padding-left: 0px;
    padding-right: 5px;
  }
  .live {
    margin-left: 97px;
  }
  p.text-live {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 1112px) {
  img.img-window-sale.img-fluid {
    margin-right: 75px;
    margin-left: -79px;
    margin-top: 114px;
  }
  .seller-account .row .profile-seller {
    font-size: 9px;
  }
  img.image-chat {
    width: 472%;
  }
}
@media only screen and (max-width: 1080px) {
  .group-live-img {
    margin-top: 38px;
  }
  #myForm {
    margin-bottom: 769px;
  }
  .group-cards {
    width: 62px;
  }
  .free-title {
    left: 46%;
  }
  .product-shop .button-checkout {
    margin-left: -36px;
  }
  .aiz-main-wrapper {
    min-height: 0vh;
  }
  .shop-register .card-body .form-seller {
    width: 106%;
  }
  div#customer-text {
    margin-left: 21px;
  }
}
@media only screen and (max-width: 1024px) {
  #myForm {
    margin-bottom: 0px;
  }
  #my_coupon_page .ls-20 {
    font-size: 15px;
  }
  img.kmk-qr-code {
    width: 150px;
  }
  .coupon .tengah .outline .wrap-detail .title {
    font-size: 14px;
  }
  .coupon .tengah .outline .wrap-detail .code {
    font-size: 14px;
  }
  .coupon .tengah .outline .wrap-detail .date {
    font-size: 14px;
  }
  .coupon .tengah .outline .wrap-button .getnow {
    width: 40px;
    height: 30px;
    font-size: 8px;
    border-radius: 10px;
  }
  .coupon .kanan .event {
    width: 70px;
  }
  .coupon .kanan .price {
    width: 60px;
  }
  .button-chart-kmall {
    width: 110px;
    padding: 7px !important;
    font-size: 14px;
    border-radius: 6px !important;
    background-color: #fff;
    color: #000;
  }
  .delivery-poof {
    width: 82px;
    height: 87px;
  }
  .list-button-kmall .text-chat-k {
    font-size: 12px;
  }
  .button-report-kmall {
    width: 110px;
    margin-top: 0px;
    margin-left: 11px;
    padding: 7px !important;
    border-radius: 6px !important;
    background-color: #fff;
    color: #000;
  }
  .flash-sale-scroll {
    width: 400px;
    overflow-x: auto;
  }
  img.shop-home {
    height: 240px;
  }
  .confirm-btn-tracking a {
    font-size: 10px;
  }
  #section-tracking .cat-image-1 {
    width: 100px;
    height: 95px;
  }
  .img-product-tracking {
    width: 150px;
    height: 140px;
  }
  .input-group.mb-0.my-chat-input {
    width: 73%;
  }
  .seller-account .row .sub-text-seller {
    font-size: 5px;
  }
  .seller-account .row .profile-seller {
    font-size: 7px;
  }
  img.image-chat {
    width: 1066%;
    height: 42px;
  }
  .group-cards {
    width: 63px;
  }
  p.free {
    color: #d83b98;
    font-size: 8px;
  }
  p.shop-link {
    font-size: 8px;
  }
  p.number-rate {
    font-size: 8px;
  }
  #k-mall-most-popular p.free {
    color: #d83b98;
    font-size: 7px;
  }
  #k-mall-most-popular p.shop-link {
    font-size: 7px;
  }
  #k-mall-most-popular p.number-rate {
    font-size: 7px;
  }
  .paddingleft {
    padding-left: 0.25rem;
  }
  p.flash-sale {
    font-size: 10px;
  }
  .card-title-size {
    font-size: 12px;
  }
  .padding-ri {
    padding-right: 1rem;
  }
  .pd-rt {
    padding-right: 0.5rem;
  }
  .line-slah {
    font-size: 8px;
  }
  .unfollow-btn {
    margin-left: -36px;
  }
  img.img-shop-page.img-fluid {
    height: 108px;
  }
  .product-shop .price-detail-kmall {
    font-size: 10px;
  }
  .product-shop .card .card-body {
    height: 29px;
  }
  .shop-logo {
    width: 50px;
    height: 50px;
  }
  div#customer-text {
    margin-left: 0px;
  }
  #most-popular i.las.la-star {
    font-size: 9px;
  }
}
@media only screen and (max-width: 912px) {
  .shop-logo {
    width: 40px;
    height: 40px;
  }
  .coupon-listing .price {
    font-size: 16px;
    width: 88px;
  }
}
@media only screen and (max-width: 980px) {
  div#show-product-list {
    display: flex;
  }
  .scrollable {
    width: 100%;
    overflow: scroll;
  }
  .subbox-tracking {
    width: 100%;
    margin-right: 22px;
    margin-left: -84px;
    margin-top: 11px;
  }
  .flash-section {
    margin-top: -79px;
  }
  #section-tracking .cat-image-1 {
    margin-left: 23px;
  }
  div#section-tracking {
    margin-left: 0px;
  }
  .steps .step {
    width: 50%;
    padding: 2px !important;
  }
  .text-slider {
    display: none;
  }
  .tracking-box {
    margin-top: 9px;
    margin-left: 0px !important;
  }
  .order-box-page {
    margin-left: 0px !important;
    margin-top: 0px;
  }
  .tracking-pro-page {
    width: 100%;
    padding: 15px;
  }
  .contain-btn-text-order {
    margin-left: -6px;
  }
  #input-search-help {
    top: 58% !important;
    width: 51% !important;
    right: 21% !important;
  }
  .button-submit-info {
    margin-right: 90px !important;
  }
  .input-group.input-email-career {
    width: 76%;
  }
  .sup-top-box .input-group.phone-form {
    width: 67%;
  }
  .selection-location-sub .bootstrap-select > .dropdown-toggle {
    margin-left: -62px;
  }
  .box-sub-career {
    width: 145%;
    margin-left: -97px;
    margin-top: 104px !important;
  }
  div#career-page {
    margin-left: 12px;
  }
  .selection-location {
    margin-left: -8px;
  }
  .selection-location .bootstrap-select > .dropdown-toggle {
    width: 73%;
  }
  .question-box {
    margin-top: 91px !important;
    margin-left: 8px;
  }
  .product-flash-page {
    margin-left: -112px;
    margin-right: 94px;
  }
  div#list-menu-slide {
    margin-left: 0px;
  }
  .box-star {
    height: 91px;
  }
  #kmk-my-order {
    display: none;
  }
  .shop-register .card-body .form-seller {
    width: 90%;
  }
  .wrap-text.ml-3.mb-2 {
    margin-top: 5px;
  }
  button.btn.button-checkout-kmall {
    margin-left: 21px;
    margin-top: 23px !important;
  }
  .footer-menu span {
    font-size: 12px;
  }
  h6.footer-title {
    font-size: 14px;
  }
  .aiz-carousel.dots-inside-bottom.mobile-img-auto-height.slick-initialized.slick-slider.slick-dotted {
    margin-left: 0px;
  }
  #promotion-section {
    margin-left: 0px;
  }
  input.form-control.px-3.search-shop {
    margin-left: 33%;
  }
  p.text-live {
    margin-left: -51px;
  }
  img.img-window-sale.img-fluid {
    margin-right: 95px;
    margin-left: -48px;
    margin-top: 147px;
  }
  .group-live-img {
    margin-top: 56px;
  }
  .coupon-box {
    width: auto;
  }
  p.sub-text-coupon {
    font-size: 10px;
  }
  p.sub-text-coupon-desc {
    font-size: 10px;
  }
  p.coupon-price {
    font-size: 17px;
  }
  img.shining {
    width: 63px;
  }
  .wish-list-box .product-wishList {
    margin-left: -24px;
  }
  .wish-list-box .product-wishList .text-date {
    margin-top: 51px !important;
  }
  .wish-list-box .cate-selection {
    width: 44%;
    margin-left: 2px;
  }
  .wish-list-box .product-wishList .text-huawie {
    font-size: 17px;
    margin-top: 0px !important;
  }
  .wish-list-box .product-wishList .price-info .price-low {
    color: #D23799;
    font-size: 17px;
  }
  div#scan-kmk-phone {
    display: block;
  }
  .tacking-box-page {
    border-radius: 11px;
  }
  div#scan-kmk {
    display: none;
  }
  .img-product {
    height: 133px;
    width: 132px;
  }
  i.las.la-times.p-2,
  i.las.la-minus.p-2 {
    margin-top: -40px;
  }
  #myForm {
    margin-bottom: 10px;
  }
  .icon-left-pass {
    top: 129px;
    left: 380px;
  }
  .icon-login-pass {
    top: 128px;
  }
  .icon-login {
    top: 69px;
  }
  .icon-create-confirm {
    top: 244px;
  }
  .icon-create-left {
    top: 186px;
  }
  .icon-create-pass {
    top: 185px;
  }
  .icon-create {
    top: 69px;
  }
  .icon-create-number {
    top: 129px;
  }
  .row.p-3.footer-text {
    height: 470px;
  }
  img.logo-kmall-shop.d-block.w-100.img-fluid {
    height: 115px;
  }
  .custom-file {
    width: 69%;
    margin-right: 226px;
    margin-left: -28px;
  }
  .phone-form {
    margin-left: 32px;
  }
  .question-boxs,
  #box-resize {
    width: 146%;
    margin-left: -98px;
  }
  .sup-top-box {
    width: 146%;
    margin-left: -98px;
  }
  .text-infor {
    font-size: 13px;
  }
  .help-box .question {
    width: 100%;
  }
  img.img-icon-list.img-fluid {
    margin-left: 16px;
  }
  p.subText-helpcenter.text-end {
    margin-left: 138px;
  }
  .chats {
    width: 100%;
  }
  .chats .subText {
    margin-left: 158px;
    margin-top: 11px;
  }
  .chats .button-checkout {
    width: 142px;
  }
  .help-box .text {
    text-align: center;
  }
  ul.pagination {
    margin-left: -190px;
  }
  .input-group.mb-3.pl-5 {
    width: 306px;
  }
  .text-find {
    font-size: 12px;
    margin-left: 20px !important;
    text-align: start;
  }
  .find-box {
    margin-left: 17px !important;
    margin-top: 53px !important;
    font-size: 19px;
    padding: 10px !important;
  }
  .career-box {
    height: 207px;
  }
  .img-group {
    height: 314px;
  }
  .chats {
    margin-top: 10px;
  }
  .help-box .questionMak {
    width: 13%;
  }
  input#input-text {
    width: 57%;
    margin-left: 43%;
  }
  .free-title {
    left: 44%;
    margin-top: 146px !important;
  }
  img.img-about {
    height: 351px;
  }
  p.shop-view-link {
    margin-top: -14px;
  }
  img.img-shop-page.img-fluid {
    height: 123px;
  }
  .product-shop .profile-user {
    font-size: 13px;
  }
  .product-shop .profile-text {
    font-size: 11px;
  }
  div#flash-pro {
    width: 132%;
    margin-left: -168px;
  }
  .flash-number {
    width: 134%;
    margin-left: -184px;
  }
  .card.chat-app {
    margin-left: -209px;
    margin-right: 123px;
  }
  .main-banner-chat {
    width: 72%;
    margin-left: 142px;
  }
  #category-flash {
    display: none;
  }
  img.background-register.img-fluid {
    width: 100%;
    height: 710px;
  }
  p.text-followers-shop {
    margin-right: 14px;
  }
  .button-follow-shop {
    margin-top: -66px;
    margin-left: -10px;
  }
  div#info-shop-list {
    margin-left: 149px;
    margin-top: -42px;
  }
  .logo-shop-info {
    width: 100px;
    height: 100px;
    margin-left: 61px !important;
  }
  h1.fw-600.h4.mb-0.shop-names {
    font-size: 18px;
  }
  p.text-cate-list {
    margin-top: -24px;
  }
  input#search-flash-page {
    width: 104%;
  }
  .product-shop .button-checkout {
    margin-left: -44px;
    width: 79px;
  }
  .product-shop .card-img {
    width: 88px;
  }
  p.clothes-shop-live,
  p.text-khmer-live {
    margin-left: 25px;
  }
  .d-flex.list-icon {
    margin-left: -34px;
  }
  p.min-live,
  p.text-store-live {
    margin-left: 24px;
  }
  .list-live {
    width: 257px;
  }
  .img-user-live {
    width: 181%;
  }
  p.min-live {
    font-size: 10px;
  }
  p.clothes-shop-live {
    font-size: 10px;
  }
  p.text-khmer-live {
    font-size: 10px;
  }
  p.text-store-live {
    font-size: 11px;
  }
  p.text-comment {
    text-align: start;
    width: 195px;
  }
  a.button-follow-live {
    width: 209px;
  }
  .name-user-live {
    font-size: 15px;
  }
  .img-profile-live {
    width: 60px;
  }
  .row.list-icon {
    margin-left: -14px;
  }
  .kmk-order-page,
  #order-title {
    width: 128%;
    margin-top: -12px;
  }
  .value-box .invoice-text {
    font-size: 11px;
  }
  p.subtext-kmall {
    font-size: 10px;
  }
  .value-box .text-total {
    font-size: 12px;
  }
  h6.flash-card-img {
    font-size: 13px;
  }
  .confirm-btn {
    margin-left: 94px !important;
  }
  .text-huawie {
    font-size: 17px;
  }
  p.sub-become {
    font-size: 10px;
  }
  .shop-register img.kmk-logo {
    margin-left: 189px;
  }
  .shop-register .card {
    top: -696px;
    width: 194%;
    margin-left: -231px;
  }
  .product-click {
    margin-left: 44px;
  }
  .list-image-kmalls {
    width: 241%;
  }
  .box-k {
    width: 156%;
  }
  button.btn.button-checkout-kmall.followButton,
  a.button-checkout-kmall {
    margin-left: 24px;
  }
  .text-hot-deal,
  .box-deal-hot {
    display: none;
  }
  .input-group-flash-list {
    width: 112px;
  }
  .live {
    margin-left: 121px;
  }
  .cards {
    width: 148px;
  }
  .group-cards {
    width: 47px;
  }
  img.img-playlist.img-fluid {
    margin-left: -98px;
    margin-right: 234px;
    margin-top: 35px;
  }
  .dev-live {
    margin-left: 343px;
    margin-top: 95px;
  }
  #live-section .d-flex.justify-content-around {
    overflow-y: hidden;
    overflow-x: auto;
    flex-wrap: nowrap;
    margin-top: -42px;
    padding-left: 127px;
  }
}
@media only screen and (max-width: 896px) {
  .chats .subText {
    margin-top: -5px;
  }
  .selection-location-sub {
    margin-top: -7px !important;
  }
  .chats .button-checkout {
    margin-top: -3px;
  }
  p.sub-become {
    margin-left: 85px;
  }
  div#confirm {
    top: 4%;
  }
  .submit-btn-button {
    width: 70%;
    height: 46px;
    margin-left: 62px !important;
    font-size: 17px;
  }
  .text-report {
    font-size: 25px;
    margin-top: 12px !important;
    margin-bottom: 19px;
  }
  textarea.form-control.comment-box {
    height: 87px;
  }
  .form-container .chat .chat-history {
    height: 214px;
  }
  #myForm {
    margin-bottom: -148px;
  }
  .icon-left-pass {
    left: 375px;
  }
  .help-box .text {
    text-align: center;
  }
  .card.chat-app {
    margin-left: -178px;
    margin-right: 94px;
  }
  .product-shop .button-checkout {
    margin-left: -45px;
    width: 79px;
  }
  .live {
    margin-left: 119px;
  }
  img.img-window-sale.img-fluid {
    margin-top: 167px;
  }
}
@media only screen and (max-width: 884px) {
  .wish-list-box .product-wishList {
    margin-left: -4px;
  }
}
@media only screen and (max-width: 834px) {
  .wish-list-box .product-wishList {
    margin-left: -4px;
  }
  .custom-file {
    width: 60%;
    margin-right: 281px;
    margin-left: 4px;
  }
  .form-group.pl-3.text-area {
    width: 286px;
  }
  .sup-top-box .input-group.phone-form {
    width: 61%;
    margin-left: 12px;
  }
  .selection-location-sub .bootstrap-select > .dropdown-toggle {
    margin-left: 12px;
  }
  .sup-top-box {
    width: 102%;
    margin-left: -1px;
  }
  #box-resize {
    width: 102%;
    margin-left: -1px;
  }
  .box-sub-career {
    width: 102%;
    margin-left: 0px;
    margin-top: 104px !important;
  }
  .selection-location {
    margin-left: -16px;
  }
  img.img-window-sale.img-fluid {
    margin-top: 149px;
  }
  div#confirm {
    top: 34%;
  }
  #myForm {
    margin-bottom: 41px;
  }
  .form-container .chat .chat-history {
    height: 388px;
  }
  .card.chat-app {
    margin-left: -155px;
    margin-right: 85px;
  }
  h6.footer-title {
    font-weight: bold;
    font-size: 13px;
  }
}
@media only screen and (max-width: 820px) {
  .wish-list-box .product-wishList {
    margin-left: -4px;
  }
}
@media only screen and (max-width: 812px) {
  .img-group {
    height: 288px;
  }
  .group-live-img {
    margin-top: 56px;
  }
  div#confirm {
    top: -3%;
  }
  .my-modal-product .modal-tracking {
    width: 82%;
  }
  .my-modal-shop .modal-tracking {
    width: 82%;
  }
  .form-container .chat .chat-history {
    height: 173px;
  }
  #myForm {
    margin-bottom: -183px;
  }
  .custom-file {
    width: 63%;
    margin-right: 327px;
  }
  .question-box {
    margin-top: 148px !important;
  }
  p.mt-2.text-sub-title-topic {
    font-size: 15px;
  }
  .career-box {
    height: 177px;
    margin-top: -116px !important;
  }
  .text-find {
    font-size: 13px;
  }
  .form-group.pl-3.text-area {
    margin-left: 71px;
  }
  img.img-facebook.img-fluid.pl-3 {
    width: 46px;
    height: 29px;
  }
  .btn-submit {
    margin-left: 95px;
  }
  .sup-top-box .input-group {
    width: 44%;
  }
  .phone-form {
    margin-left: 36px;
  }
  .input-group.mb-3.pl-5 {
    margin-left: 38px;
  }
  .text-infor {
    font-size: 11px;
  }
  .product-flash .card.mb-2 {
    height: 323px;
  }
  img.img-slide-track.img-fluid {
    height: 161px;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
  }
  .group-cards {
    width: 40px;
  }
  .cards {
    width: 130px;
  }
}
@media only screen and (max-width: 800px) {
  .subbox-tracking {
    margin-right: 61px;
    margin-left: -64px;
  }
  .sup-top-box {
    display: none;
  }
  .form-container .chat .chat-history {
    height: 402px;
  }
  #myForm {
    margin-bottom: 58px;
  }
  div#confirm {
    top: 28%;
  }
  .footer-menu span {
    padding: 7px;
  }
  .shop-register .card-body .select-gender {
    width: 110%;
  }
  .shop-register .card-body .email-seller {
    width: 102%;
  }
  .shop-register .card-body .form-seller {
    width: 92%;
    margin-left: 12px !important;
  }
}
@media only screen and (max-width: 768px) {
  .wish-list-box {
    margin-left: 0px !important;
  }
  .my-order-side {
    font-size: 12px;
  }
  .scrollable {
    width: 100%;
    overflow: scroll;
  }
  #response_screen .tracking-pro {
    display: none;
  }
  .my-order-screen .tracking-pro {
    display: none;
  }
  .favourite-wishlist .tracking-pro {
    display: none;
  }
  .delivery-address .tracking-pro {
    display: none;
  }
  .coupon .tengah {
    width: 70%;
  }
  #flash-product .btn-flashsale {
    display: flex;
  }
  #flash-product .btn-flashsale .la-filter {
    font-size: 30px;
  }
  .list-button-kmall #product_search {
    width: 25%;
  }
  img.chat_kmall {
    width: 15px;
    height: 15px;
  }
  .button-chart-kmall {
    width: 90px;
    padding: 7px !important;
    font-size: 14px;
    border-radius: 6px !important;
    background-color: #fff;
    color: #000;
  }
  .list-button-kmall .text-chat-k {
    font-size: 10px;
  }
  .button-report-kmall {
    width: 90px;
    margin-top: 0px;
    margin-left: 11px;
    padding: 7px !important;
    border-radius: 6px !important;
    background-color: #fff;
    color: #000;
  }
  .aiz-count-down .countdown-item {
    width: 30px;
    height: 30px;
    display: flex;
    font-size: 12px;
    align-items: center;
  }
  .flash-sale-scroll {
    width: 237px;
    overflow: scroll;
  }
  .img-list-search {
    width: 180px;
    height: 160px;
  }
  img.shop-home {
    height: 267px;
  }
  .shop-name-track {
    text-align: start;
    padding: 0px 24px;
  }
  p.free {
    margin-top: 0px;
  }
  ul.nav.nav-pills li.nav-item {
    font-size: 12px;
  }
  .confirm-btn-tracking a {
    font-size: 10px;
  }
  .img-product-tracking {
    width: 140px;
    height: 130px;
  }
  .p.flash-sale {
    font-size: 10px;
  }
  .shop-register .card {
    width: 194%;
    margin-left: -215px;
  }
  .subtext-live {
    padding-left: 19px !important;
  }
  .name-user-live {
    padding-left: 18px !important;
  }
  .d-flex.list-icon {
    margin-left: -46px;
  }
  #myForm {
    margin-bottom: 51px;
  }
  .footer-menu span {
    padding: 4px;
    margin-left: 3px;
  }
  .app {
    width: 108px;
    height: 61px;
    margin-bottom: 23px;
    margin-top: 3px;
  }
  .free-title {
    left: 38%;
  }
  .product-shop .button-checkout {
    margin-left: -43px;
  }
  .card.chat-app {
    margin-left: -136px;
    margin-right: 61px;
  }
  a.button-live-page {
    width: 65px;
    margin-top: 8px !important;
    padding: 7px !important;
  }
  .product-shop .price-detail-kmall {
    font-size: 10px;
  }
  .comment {
    margin-top: 19px !important;
    margin-left: 4px;
  }
  input.form-control.input-comment {
    padding-left: 6px;
  }
  .subtext-live {
    font-size: 11px;
  }
  div#customer-text {
    margin-left: 18px;
  }
  .list-live {
    width: 229px;
  }
  .column.kmall-name {
    margin-left: 162px;
  }
  .logo-kmall {
    margin-left: 37px;
  }
  h6.footer-title {
    font-size: 13px;
  }
  .live {
    margin-left: 104px;
  }
  a.button-checkout-kmall {
    width: 180px;
    margin-left: 30px;
  }
  .responsive-width {
    width: 107px;
  }
  p.kmall.text-start {
    font-size: 15px;
    font-weight: bold;
  }
  p.address-text-kmall {
    font-size: 13px;
    margin-top: -13px;
  }
  p.alway {
    font-size: 13px;
    margin-top: -13px;
  }
  img.logo-kmall-shop {
    max-width: 100%;
    height: 105px;
    border-radius: 100%;
  }
  .shop-logo {
    width: 50px;
    height: 50px;
  }
  .searchdata {
    right: 44%;
  }
  input.form-control.px-3.search-shop {
    margin-left: 50%;
  }
}
@media only screen and (max-width: 736px) {
  .shop-name-track p.name-track {
    font-size: 15px;
    text-align: center;
    margin-left: 87px;
  }
  div#career-page {
    margin-left: -29px;
  }
  .img-group {
    height: 258px;
    margin-top: -87px;
  }
  img.img-back-career {
    height: 161px;
  }
  .product-flash-page {
    margin-left: -78px;
    margin-right: 45px;
  }
  .contain-btn-text-order {
    margin-left: 138px;
    margin-top: -43px !important;
  }
  .img-contact {
    width: 15px;
    height: 15px;
  }
  .value-box .text-contact {
    font-size: 11px;
  }
  .value-box .invoice-text {
    font-size: 10px;
  }
  .value-box .text-num {
    font-size: 13px !important;
  }
  p.kmall-span-text.fw-600 {
    font-size: 10px;
  }
  .value-box .text-total {
    font-size: 10px;
  }
  p.subtext-kmall.fw-600.fs-14 {
    font-size: 10px !important;
  }
  p.text-numbers.fw-600.fs-14 {
    font-size: 10px !important;
  }
  div#product-my-order {
    height: 141px;
  }
  p.pl-2.text-chat-now {
    font-size: 13px;
  }
  p.kmall.text-start {
    font-size: 12px;
    font-weight: bold;
  }
  p.address-text-kmall {
    font-size: 10px;
    margin-top: -13px;
  }
  p.alway {
    font-size: 10px;
    margin-top: -13px;
  }
  .shop-register .card-body .form-seller {
    width: 82%;
  }
  p.sub-become {
    margin-left: 13px;
  }
  .shop-register img.kmk-logo {
    margin-left: 127px;
  }
  img.list-img {
    height: 290px;
  }
  button.btn.button-checkout-kmall {
    width: 126px;
  }
  div#info-shop-list {
    margin-left: 96px;
  }
  .logo-shop-info {
    width: 92px;
    height: 92px;
    margin-left: 24px !important;
  }
  input.form-control.px-3.search-shop {
    margin-left: 39%;
    width: 276px;
  }
  .group-live-img {
    margin-left: -72px;
    margin-right: 0px;
  }
  #box-star-phone {
    margin-left: 88px;
    width: 49%;
    margin-top: -39px;
    display: block;
    margin-bottom: 55px;
  }
  .box-star {
    width: 116%;
  }
  p.coupon-price {
    font-size: 15px;
  }
  p.sub-text-coupon {
    margin-left: 5px;
  }
  p.sub-text-coupon-desc {
    margin-right: 2px;
    width: 132%;
  }
  .wish-list-box {
    border-radius: 11px;
  }
  .wish-list-box .cate-selection {
    width: 44%;
    margin-left: 4px;
  }
  .wish-list-box .product-wishList .price-info .price-lot {
    font-size: 13px;
  }
  .wish-list-box .product-wishList .price-info .price-low {
    color: #D23799;
    font-size: 14px;
  }
  .wish-list-box .product-wishList .text-huawie {
    font-size: 15px;
  }
  .confirm-btn {
    margin-left: 73px !important;
  }
  .kmk-order-page,
  #order-title {
    width: 145%;
  }
  button.btn.mr-2.add-to-cart.fw-600 {
    width: 124px;
    height: 43px;
  }
  div#confirm {
    top: 3%;
  }
  #myForm {
    margin-bottom: -160px;
  }
  .form-container .chat .chat-history {
    height: 195px;
  }
  .row.p-3.footer-text {
    height: 583px;
    margin-bottom: 30px;
  }
  .icon-create-left {
    left: 432px;
  }
  .icon-left-pass {
    left: 432px;
  }
  div#live-section {
    height: 292px;
  }
  img.logo-kmall-shop.d-block.w-100.img-fluid {
    height: 81px;
  }
  label.col-md-2.col-form-label {
    text-align: start;
  }
  .question-boxs,
  .sup-top-box,
  .question-boxs,
  #box-resize {
    width: 151%;
    margin-left: -72px;
  }
  #career-page {
    width: 120%;
    margin-left: -30px;
  }
  .topic-box {
    width: 100%;
    margin-left: -1px;
  }
  li.nav-item.list-menu-centers a {
    width: 109px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  h3.title-of-queston {
    font-size: 18px;
  }
  h1.text-question {
    font-size: 24px;
  }
  h1.main-text-topic {
    font-size: 25px;
  }
  h1.title-main-topic {
    font-size: 20px;
  }
  .list-image-kmalls {
    width: 247%;
  }
  a.button-live-page {
    width: 65px;
    margin-top: 8px !important;
    margin-bottom: 64px;
    padding: 7px !important;
  }
  ul.nav.list-sub-menu a.nav-link {
    margin-left: -3px;
  }
  p.text-ending-flash {
    display: none;
  }
  span#flash-sale-text {
    width: 200%;
  }
  ul.pagination {
    margin-left: -210px;
  }
  .question-box {
    width: 122%;
    margin-left: -35px;
    margin-top: 111px !important;
  }
  .sup-top-box .input-group {
    width: 59%;
  }
  .career-box {
    width: 117%;
    margin-left: -44px;
    margin-top: -90px !important;
  }
  .text-find {
    font-size: 10px;
  }
  .find-box {
    width: 154px;
    height: 36px;
    font-size: 17px;
    padding: 5px !important;
  }
  .help-box .subText {
    margin-left: 64px;
    text-align: start;
  }
  .help-box .questionMak {
    width: 17%;
  }
  img.img-icon-list.img-fluid {
    width: 58px;
  }
  .free-title {
    margin-top: 101px !important;
  }
  img.img-about {
    height: 229px;
  }
  h1.fw-600.h4.mb-0.shop-names {
    font-size: 14px;
  }
  .main-banner img {
    height: 224px;
  }
  div#flash-pro {
    margin-left: -127px;
  }
  a.text-reset.d-inline-block.opacity-60.py-2 {
    font-size: 11px;
  }
  img.img-sub-header.img-fluid {
    width: 20px;
    height: 19px;
  }
  a.text-reset.d-inline-block.opacity-60.py-2.pl-1 {
    font-size: 11px;
  }
  .input-group-shop {
    width: 509px;
  }
  .product-shop .button-checkout {
    margin-left: -45px;
    width: 107px;
  }
  .product-shop .card-img {
    width: 129px;
  }
  .product-shop {
    width: 154%;
    margin-bottom: 20px;
  }
  p.sub-text-profile-live {
    padding-left: 0px;
    margin-top: -17px;
  }
  p.profile-live {
    padding-left: 0px;
  }
  .card-live {
    height: 178px;
  }
  .live-show {
    height: 5%;
  }
  p.text-kmk-titles {
    font-weight: bold;
    font-size: 19px;
  }
  img.background-register.img-fluid {
    width: 100%;
    height: 749px;
  }
  .shop-register .card {
    top: -712px;
    width: 335px;
    margin-left: -160px;
  }
  .product-click {
    width: 101px;
    margin-right: -88px;
  }
  .box-k input.form-control {
    width: 313px;
  }
  button.btn.button-checkout-kmall.followButton,
  a.button-checkout-kmall {
    margin-left: 24px;
    width: 124px;
  }
  .column.kmall-name {
    margin-left: 149px;
  }
  .logo-kmall {
    margin-left: 57px;
    width: 79px;
    margin-top: -38px;
  }
  ul.nav.list-sub-menu {
    font-size: 11px;
  }
  div#flash-phone {
    margin-left: -74px;
    margin-right: 49px;
  }
  .flash-number {
    margin-left: -122px;
  }
  #category-flash {
    display: none;
  }
  .live {
    margin-left: 103px;
  }
  h6.footer-title {
    font-weight: bold;
  }
  h6#phone-footer {
    font-weight: bold;
    margin-top: 29px;
  }
  img.img-window-sale.img-fluid {
    margin-right: 107px;
  }
  .dev-live {
    margin-left: 853px;
  }
  li.bac-menu {
    padding-left: 0px;
    padding-right: 0px;
  }
  img.card-logo-live.img-fluid {
    width: 30px;
    height: 30px;
  }
  .live {
    margin-left: 111px;
  }
}
@media only screen and (max-width: 667px) {
  .text-find {
    padding-top: 8px !important;
  }
  .img-group {
    height: 200px;
    margin-top: -71px;
  }
  a.button-follow-live {
    width: 172px;
  }
  .name-user-live {
    font-size: 14px;
  }
  .form-container .chat .chat-history {
    height: 164px;
  }
  #myForm {
    margin-bottom: -186px;
  }
  .question-box {
    margin-top: 77px !important;
  }
  .career-box {
    height: 137px;
  }
  .help-box .subText {
    margin-left: 64px;
  }
  p.mt-2.text-sub-title-topic {
    text-align: center;
  }
  img.img-shop-page.img-fluid {
    height: 102px;
  }
  .card.chat-app {
    margin-left: -102px;
    margin-right: 32px;
  }
  .list-live {
    width: 208px;
  }
  .dev-live {
    margin-left: 851px;
  }
  .group-live-img {
    margin-left: -64px;
  }
  img.img-window-sale.img-fluid {
    margin-right: 86px;
  }
  .coupon .tengah {
    width: 70%;
  }
}
@media only screen and (max-width: 640px) {
  p.text-still-new.mt-2 {
    margin-top: -5px !important;
  }
  .product-flash-page {
    margin-left: -93px;
    margin-right: 62px;
  }
  .flash-number {
    margin-left: -143px;
  }
  .text-slider {
    font-size: 20px;
  }
  .aiz-count-down.ml-auto.ml-lg-3.align-items-center {
    margin-right: 64px;
    margin-left: 155px !important;
  }
  div#live-section {
    height: 255px;
  }
  .my-modal-product .modal-tracking {
    width: 95%;
  }
  .my-modal-shop .modal-tracking {
    width: 95%;
  }
  #myForm {
    margin-bottom: -203px;
  }
  .mobile-img-auto-height img {
    height: 235px;
  }
  .group-live-img {
    margin-top: 55px;
  }
  .list-live {
    width: 213px;
    margin-left: -21px;
  }
  .list-image-kmalls {
    width: 244%;
  }
  img.img-window-sale.img-fluid {
    margin-right: 120px;
  }
  .dev-live {
    margin-left: 865px;
  }
}
@media only screen and (max-width: 568px) {
  div#career-page {
    margin-left: 57px;
  }
  .steps .step .step-icon {
    width: 30px;
    height: 30px;
    margin-left: 20%;
  }
  .steps .step .step-icon-wrap::before,
  .steps .step .step-icon-wrap::after {
    margin-top: -7px;
  }
  .steps .step {
    width: 20%;
    text-align: start;
  }
  .steps .step .step-icon-wrap {
    text-align: start;
  }
  i.las.la-check {
    position: absolute;
    font-size: 18px;
    margin-top: 3px !important;
    margin-left: 5px !important;
    padding: -16px !important;
  }
  .steps .step .step-icon {
    width: 25px;
    height: 25px;
    font-size: 38px;
    line-height: 81px;
  }
  .steps .step .step-title {
    margin-top: -16px;
    font-size: 10px;
    font-weight: 500;
  }
  .flash-number {
    width: 136%;
    margin-left: -143px;
  }
  .img-product-tracking {
    width: 100px;
    height: 95px;
  }
  .banner-show-flash-sell {
    width: 106%;
  }
  .wish-list-box .product-wishList .price-info .price-lot {
    font-size: 11px;
  }
  .wish-list-box .product-wishList .price-info .price-low {
    font-size: 12px;
  }
  .kmk-order-page,
  #order-title {
    width: 138%;
  }
  div#confirm {
    top: 0%;
  }
  .my-modal-product .modal-tracking {
    width: 71%;
    margin-left: 78px;
  }
  .my-modal-shop .modal-tracking {
    width: 71%;
    margin-left: 78px;
  }
  .form-container .chat .chat-history {
    height: 100px;
  }
  #myForm {
    margin-bottom: -247px;
  }
  .icon-create-left,
  .icon-left-pass {
    left: 457px;
  }
  .question-boxs,
  .sup-top-box,
  .question-boxs,
  #box-resize {
    width: 95%;
    margin-left: 17px;
  }
  #career-page {
    width: 78%;
    margin-left: 55px;
  }
  img.img-icon-list.img-fluid {
    margin-left: 7px;
  }
  p.mt-2.text-sub-title-topic {
    font-size: 12px;
  }
  h3.title-of-queston {
    font-size: 15px;
  }
  .sub-list-text {
    font-size: 12px;
  }
  h1.text-question {
    font-size: 15px;
  }
  ul.nav.list-sub-menu a.nav-link {
    margin-left: -6px;
  }
  .question-box {
    width: 79%;
    margin-left: 53px;
  }
  .sup-top-box .input-group {
    width: 63%;
  }
  .topic-box {
    width: 100%;
    margin-left: 2px;
  }
  .free-title {
    left: 35%;
    font-size: 25px;
  }
  ul.dropdown-menu.background-drop-tracking {
    left: -80px !important;
  }
  .drop-polygon-tracking {
    margin-left: 76px !important;
  }
  .card.chat-app {
    margin-left: -137px;
    margin-right: 75px;
  }
  .main-banner-chat {
    margin-left: 72px;
  }
  .button-follow-shop {
    margin-left: -4px;
  }
  .input-group-shop {
    width: 537px;
  }
  .product-shop {
    width: 100%;
  }
  .img-live {
    width: 152%;
  }
  .live-show {
    width: 147%;
  }
  .list-live {
    display: none;
  }
  .product-flash.rounded {
    display: none;
  }
  .shop-register .card {
    margin-left: 116px;
  }
  .product-click {
    margin-right: -78px;
  }
  .dev-live {
    margin-left: 811px;
  }
  img.img-window-sale.img-fluid {
    margin-right: 85px;
  }
  .group-live-img {
    width: 117%;
    margin-right: 281px;
    margin-top: 57px;
  }
}
@media only screen and (max-width: 540px) {
  .flash-number {
    margin-left: -134px;
  }
  .kmk-order-page,
  #order-title {
    width: 140%;
  }
  .searchdata {
    right: 54%;
  }
  .text-huawie {
    font-size: 15px;
  }
  button.close.sign-close {
    padding-left: 25px;
  }
  div#confirm {
    top: 39%;
  }
  .form-container .chat .chat-history {
    height: 265px;
  }
  #myForm {
    margin-bottom: -85px;
  }
  .icon-create-left,
  .icon-left-pass {
    left: 407px;
  }
  a.text-reset.d-inline-block.opacity-60.py-2 {
    font-size: 8px;
  }
  a.text-reset.d-inline-block.opacity-60.py-2.pl-1 {
    font-size: 8px;
  }
  .button-follow-shop {
    margin-left: -12px;
  }
  .input-group-shop {
    width: 507px;
  }
  .product-click {
    margin-right: -71px;
    margin-left: 34px;
  }
  ul.nav.list-sub-menu {
    font-size: 10px;
  }
}
@media only screen and (max-width: 428px) {
  .chat-pro-track {
    font-size: 11px;
  }
  .shop-name-track {
    text-align: start;
    padding: 0px 24px;
  }
  #seller-shop i.las.la-star {
    font-size: 7px;
  }
  #seller-shop p.free {
    font-size: 8px;
  }
  #seller-shop p.shop-link {
    font-size: 8px;
  }
  .list-info-wishlist {
    padding-left: 0px;
    margin-left: -14px;
  }
  .wish-list-box .product-wishList {
    margin-left: -4px;
  }
  .wish-list-box .product-wishList .text-date {
    margin-top: -42px !important;
  }
  .wish-list-box .cate-selection {
    width: 95%;
  }
  .text-slider {
    margin-top: -47px;
    margin-bottom: -8px;
    margin-left: 30px;
  }
  .slider-image-like {
    padding: 16px;
  }
  p.text-more-question {
    margin-top: 13px;
  }
  .title-text-center {
    margin-top: -47px;
  }
  .input-help-center {
    width: 91%;
    margin-top: 61px;
  }
  p.subText-helpcenter.text-end {
    margin-left: 87px;
  }
  img.back-help-center {
    height: 180px;
  }
  div#career-page {
    margin-left: 14px;
  }
  .product-flash-page {
    margin-left: -106px;
    margin-right: 5px;
  }
  textarea.form-control.comment-box {
    width: 100%;
  }
  .flash-number {
    margin-left: -110px;
  }
  p.coupon-price {
    font-size: 11px;
    margin-top: -24px;
  }
  img.img-shop-page.img-fluid {
    height: 189px;
  }
  .contain-btn-text-order {
    margin-left: 77px;
  }
  div#product-my-order {
    width: 149px;
  }
  .wish-list-box .product-wishList {
    margin-left: -4px;
  }
  .wish-list-box .product-wishList .my-fa-star {
    margin-top: 6px !important;
  }
  .wish-list-box .product-wishList .img-product {
    width: 100px;
    height: 100px;
  }
  p.text-foller-kmall {
    margin-right: 52px;
  }
  p.pl-2.text-chat-now {
    font-size: 12px;
  }
  p.free {
    font-size: 8px;
  }
  p.shop-link {
    font-size: 8px;
  }
  #most-popular p.shop-link {
    font-size: 8px;
  }
  input.form-control.px-3.search-shop {
    margin-left: 17%;
  }
  .searchdata {
    right: 75%;
  }
  #box-star-phone {
    margin-left: 59px;
  }
  .wish-list-box .product-wishList .my-fa-star {
    margin-left: 16px;
  }
  .wish-list-box .product-wishList .price-info .price-low {
    margin-left: 18px;
  }
  .wish-list-box .product-wishList .text-huawie {
    margin-left: 16px;
  }
  .wish-list-box .product-wishList .num-rate,
  .wish-list-box .product-wishList .order-text-rate {
    margin-top: 0px !important;
  }
  .wish-list-box .product-wishList .text-date {
    font-size: 10px;
  }
  .wish-list-box .product-wishList .text-huawie {
    font-size: 13px;
  }
  .confirm-btn {
    margin-left: 51px !important;
  }
  .kmk-order-page,
  #order-title {
    width: 149%;
    margin-left: 8px;
  }
  .my-modal-product .modal-tracking {
    width: 86%;
    margin-left: 33px;
  }
  .my-modal-shop .modal-tracking {
    width: 86%;
    margin-left: 33px;
  }
  .form-container {
    margin-left: 15px;
  }
  .form-container .chat .chat-history {
    height: 414px;
  }
  #myForm {
    margin-bottom: 65px;
  }
  .icon-left-pass,
  .icon-create-left {
    left: 324px;
  }
  img.logo-kmall-shop {
    height: 65px;
  }
  img.logo-kmall-shop.d-block.w-100.img-fluid {
    height: 68px;
  }
  .form-group.pl-3.text-area {
    margin-left: 13px;
    width: 254px;
  }
  .input-group.mb-3.pl-5 {
    margin-left: -20px;
    width: 280px;
  }
  .select-gender {
    width: 231px;
    margin-left: 18px;
  }
  input.input-info-apply {
    font-size: 10px;
  }
  .question-boxs {
    margin-top: 102px !important;
  }
  #career-page {
    width: 95%;
    margin-left: 9px;
  }
  .career-box {
    height: 140px;
    margin-left: -34px;
  }
  .text-find {
    font-size: 8px;
  }
  p.mt-2.text-sub-title-topic {
    font-size: 10px;
    margin-left: -16px;
  }
  h1.main-text-topic {
    font-size: 18px;
    padding: 5px;
  }
  h1.title-main-topic {
    font-size: 15px;
  }
  .sub-list-text {
    font-size: 10px;
  }
  h3.title-of-queston {
    font-size: 12px;
  }
  li.nav-item.list-menu-centers a {
    width: 123px;
  }
  .aiz-count-down.ml-auto.ml-lg-3.align-items-center {
    margin-right: 9px;
    margin-left: 98px !important;
  }
  a.button-live-page {
    margin-bottom: 114px;
    margin-top: 10px !important;
  }
  .find-box {
    margin-top: 28px !important;
  }
  .sup-top-box .input-group {
    width: 64%;
  }
  .phone-form {
    margin-left: 11px;
  }
  .sup-top-box {
    width: 95%;
    margin-left: 13px;
  }
  .question-box {
    width: 94%;
    margin-left: 15px;
  }
  .topic-box {
    margin-bottom: 19px;
    width: 100%;
    margin-left: 0px;
  }
  .question-box {
    width: 96%;
    margin-left: 7px;
  }
  .help-box .subText {
    margin-left: 4px;
    text-align: start;
    font-size: 12px;
  }
  .help-box .text {
    font-size: 15px;
  }
  .help-box .questionMak {
    width: 21%;
  }
  p.mt-2.text-center.text-topic-title {
    font-size: 10px;
  }
  img.img-icon-list.img-fluid {
    width: 33px;
    height: 29px;
  }
  .free-title {
    left: 32%;
  }
  div#flash-pro {
    margin-left: -98px;
  }
  button.btn.button-checkout-kmall {
    margin-left: -14px;
  }
  .input-group.mb-0.my-chat-input {
    width: 65%;
  }
  .card.chat-app {
    margin-left: -96px;
    margin-right: 33px;
  }
  .button-follow-shop a.button-checkout-kmall {
    margin-left: 4px;
    width: 107px;
    border-radius: 4px;
    font-size: 9px;
  }
  p.text-followers-shop {
    font-size: 12px;
  }
  i.las.la-star {
    font-size: 9px;
  }
  p.number-rate {
    font-size: 8px;
  }
  #most-popular i.las.la-star {
    font-size: 8px;
  }
  .location.opacity-60.shop-info-address {
    font-size: 9px;
  }
  div#info-shop-list {
    margin-left: 75px;
    margin-top: -46px;
  }
  h1.fw-600.h4.mb-0.shop-names {
    font-size: 10px;
  }
  .logo-shop-info {
    margin-top: -91px !important;
    width: 75px;
    height: 75px;
    margin-left: 20px !important;
  }
  span.view-flash.ml-auto.p-2 {
    font-size: 11px;
  }
  .divide {
    margin-top: 0px !important;
  }
  h6.text-sale {
    font-size: 9px;
    margin-top: 6px !important;
  }
  img.img-sub-header.img-fluid {
    width: 17px;
    height: 14px;
  }
  a.text-reset.d-inline-block.opacity-60.py-2.pl-1 {
    font-size: 6px;
  }
  a.text-reset.d-inline-block.opacity-60.py-2 {
    font-size: 6px;
  }
  .product-shop .button-checkout {
    margin-left: -32px;
    width: 84px;
  }
  .input-group-shop {
    width: 395px;
  }
  .product-shop .card-img {
    width: 101px;
  }
  .value-box .text-num {
    font-size: 9px;
  }
  .img-contact {
    width: 16px;
    height: 16px;
  }
  .value-box .text-contact {
    font-size: 9px;
  }
  .text-huawie {
    font-size: 12px;
  }
  .shop-register .card {
    margin-left: 35px;
  }
  p.p-4.text-price-product {
    margin-top: -64px;
    margin-left: 14px;
  }
  img.img-logo.d-block.img-fluid {
    width: 55px;
    height: 55px;
    margin-left: 14px;
  }
  .list-img-show {
    width: 90%;
    height: 218px;
    margin-left: 18px !important;
  }
  .product-click {
    margin-right: -34px;
    margin-left: 2px;
    width: 74px;
  }
  img.list-img {
    width: 98%;
    margin-left: 6px;
    height: 215px;
  }
  .box-k input.form-control {
    padding: 17px !important;
  }
  .box-k img.sub-logo-kmall.d-block.img-fluid {
    width: 37px;
    height: 37px;
  }
  .box-k img.sub-logo-kmalls.d-block.img-fluid {
    width: 37px;
    height: 37px;
    margin-left: 25px !important;
  }
  .box-k .row.list-logo {
    margin-left: 88px;
    margin-top: -41px;
  }
  .box-k input.form-control {
    width: 252px;
  }
  .box-k .form-group {
    margin-left: 75px;
  }
  .box-k img.logo-kmall.d-block.img-fluid {
    width: 55px;
    height: 55px;
    margin-top: 29px !important;
    margin-left: 37px !important;
  }
  ul.nav.nav-pills li.nav-item {
    font-size: 10px;
    margin-left: 29px;
  }
  button.btn.button-checkout-kmall.followButton,
  a.button-checkout-kmall {
    margin-left: -14px;
    width: 124px;
    margin-top: 9px;
  }
  .column.kmall-name {
    margin-left: 36px;
    margin-top: 48px;
  }
  .logo-kmall {
    margin-left: 26px;
    width: 64px;
    margin-top: -22px;
  }
  ul.nav.list-sub-menu a.nav-link {
    width: 163px;
    margin-right: -36px;
    margin-left: -27px;
    font-size: 15px;
  }
  button.unfollow-btn {
    width: 65px;
  }
  .unfollow-btn {
    margin-left: -32px;
    font-size: 13px;
  }
  section#sub-menu-section {
    background: #fff;
    padding: 23px;
  }
  ul.nav.list-sub-menu {
    overflow-y: hidden;
    overflow-x: auto;
    flex-wrap: nowrap;
    font-size: 18px;
  }
  .dev-live {
    margin-left: 949px;
  }
}
@media only screen and (max-width: 425px) {
  #progressbar li:before {
    width: 18px;
    height: 18px;
  }
  .text-q {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
  }
  .card-img {
    margin-left: 90px;
  }
  .product-name {
    margin-top: 10px;
    margin-left: 40px;
  }
  p.text-more-question {
    margin-top: 12px;
  }
  #submitSmallScreen {
    display: block;
  }
  #my_coupon_page .ls-20 {
    font-size: 10px;
  }
  .ls-20 {
    font-size: 15px;
  }
  #nav-tab-voucher .nav-link {
    width: auto;
  }
  .scrollable {
    width: 100%;
    overflow: scroll;
  }
  .deliver {
    display: flex;
    flex-wrap: wrap;
  }
  .deliver .my-img {
    width: 119px;
    height: 132px;
    border-radius: 0% 10%/200px 10%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .tracking-detail {
    display: flex;
    flex-wrap: nowrap;
    justify-content: start;
  }
  .status-font {
    font-size: 9px;
  }
  #progressbar li {
    list-style-type: none;
    font-size: 8px;
    font-weight: 400;
    margin-bottom: 8px;
  }
  #progressbar li:last-child:after {
    top: 136px;
    height: 39px;
  }
  .text-sale-child {
    font-size: 10px;
  }
  .flash-sale-scroll {
    width: 124px;
    overflow: scroll;
  }
  #flash-product .btn-flashsale .la-filter {
    font-size: 20px;
  }
  .text-sale {
    font-size: 10px;
  }
  span.text-ending {
    font-size: 10px;
  }
  button.buy-now-listing {
    width: 30%;
  }
  img.shop-home {
    height: 145px;
  }
  #flash-product h1 {
    font-size: 10px;
  }
  .bootstrap-select .dropdown-menu li a span.text {
    font-size: 10px;
  }
  .img-list-search {
    width: 90px;
    height: 104px;
  }
  .polygons p {
    font-size: 9px;
  }
  .polygons {
    width: 57px;
    height: 21px;
  }
  .style-polygons {
    width: 51px;
    height: 52px;
    margin-top: -14px;
  }
  #mycart .btn-continue-shipping {
    font-size: 9px;
  }
  p.title-text-center.text-center {
    font-size: 30px;
  }
  .input-help-center {
    width: 82%;
  }
  #promotion-section .my-fa-star-promotion {
    margin-bottom: -10px;
  }
  #promotion-section a.d-block.text-reset {
    font-size: 13px;
    padding-left: 5px;
    padding-top: 5px;
  }
  #promotion-section i.las.la-star {
    font-size: 12px;
    margin-top: 7px;
    margin-left: 4px;
  }
  .tracking-pro-page {
    display: none;
  }
}
@media only screen and (max-width: 414px) {
  .shop-name-track {
    text-align: start;
    padding: 0px 24px;
  }
  .list-info-wishlist {
    padding-left: 0px;
    margin-left: -14px;
  }
  .wish-list-box .product-wishList {
    margin-left: -6px;
  }
  .wish-list-box .product-wishList .text-date {
    margin-top: -30px !important;
  }
  .wish-list-box .cate-selection {
    width: 96%;
  }
  .slider-image-like {
    padding: 31px;
  }
  .chats .button-checkout {
    width: 119px;
  }
  .help-box .subText {
    margin-left: 36px;
  }
  .product-flash-page {
    margin-left: -104px;
    margin-right: -3px;
  }
  .flash-number {
    width: 139%;
    margin-left: -106px;
  }
  .banner-show-flash-sell {
    width: 109%;
  }
  p.coupon-price {
    margin-top: -31px;
  }
  div#product-my-order {
    margin-left: -7px;
  }
  p.pl-2.text-chat-now {
    font-size: 11px;
  }
  a.button-live-page {
    margin-top: 8px !important;
  }
  p.text-numbers {
    font-size: 10px;
  }
  .form-container .chat .chat-history {
    height: 343px;
  }
  #myForm {
    margin-bottom: -2px;
  }
  .icon-create-left {
    left: 316px;
  }
  .icon-left-pass {
    left: 310px;
  }
  .footer-menu span {
    padding: 4px;
    margin-left: 0px;
  }
  div#padding-icon-topic {
    padding: 23px !important;
  }
  h3.list-text-topic {
    font-size: 18px;
  }
  h1.title-main-topic {
    font-size: 12px;
  }
  .drop-polygon-tracking {
    margin-left: 55px !important;
  }
  .aiz-count-down.ml-auto.ml-lg-3.align-items-center {
    margin-right: 12px;
    margin-left: 62px !important;
  }
  div#info-shop-list {
    margin-left: 83px;
  }
  .logo-shop-info {
    width: 70px;
    height: 70px;
    margin-left: 29px !important;
    margin-top: -91px !important;
  }
  span.text-ending {
    font-size: 7px;
    margin-top: 7px;
  }
  h6.text-sale {
    font-size: 7px;
  }
  .input-group-shop {
    width: 383px;
  }
  .confirm-btn {
    height: 42px;
    padding: 8px !important;
  }
  .confirm-btn a {
    font-size: 15px;
  }
  .value-box .text-num {
    font-size: 8px;
  }
  .shop-register .card {
    margin-left: 28px;
  }
  .product-click {
    margin-left: -3px;
  }
  h6.footer-title {
    font-size: 13px;
  }
}
@media only screen and (max-width: 412px) {
  .shop-name-track {
    text-align: start;
    padding: 0px 24px;
  }
  .list-info-wishlist {
    padding-left: 0px;
    margin-left: -14px;
  }
  .wish-list-box .cate-selection {
    width: 97%;
  }
  .wish-list-box .product-wishList {
    margin-left: -2px;
  }
  .wish-list-box .product-wishList .text-date {
    margin-top: -29px !important;
  }
  .slider-image-like {
    margin-left: 8px;
  }
  .value-box .text-num {
    font-size: 9px !important;
  }
  th.text-numbers {
    font-size: 7px !important;
  }
  td.text-numbers {
    font-size: 9px !important;
  }
  td.name-shop-order {
    font-size: 8px !important;
  }
}
@media only screen and (max-width: 398px) {
  .chat-pro-track {
    font-size: 9px;
  }
  div#product-my-order {
    width: 141px;
  }
  .confirm-btn-tracking {
    width: 38%;
  }
  h6.footer-title {
    font-size: 12px;
  }
  .footer-menu li {
    padding: 0px;
    margin-top: 8px;
  }
}
@media only screen and (max-width: 393px) {
  .shop-name-track {
    text-align: start;
    padding: 0px 24px;
  }
  .list-info-wishlist {
    padding-left: 0px;
    margin-left: -15px;
  }
  .wish-list-box .cate-selection {
    width: 95%;
  }
  .wish-list-box .product-wishList {
    margin-left: -5px;
  }
  .wish-list-box .product-wishList .text-date {
    margin-top: -46px !important;
  }
  .slider-image-like {
    margin-left: 8px;
  }
  .value-box .text-num {
    font-size: 9px !important;
  }
  th.text-numbers {
    font-size: 7px !important;
  }
  td.text-numbers {
    font-size: 9px !important;
  }
  td.name-shop-order {
    font-size: 8px !important;
  }
}
@media only screen and (max-width: 390px) {
  .shop-name-track {
    text-align: start;
    padding: 0px 24px;
  }
  .list-info-wishlist {
    padding-left: 0px;
    margin-left: -3px;
  }
  p.title-question.text-left.p-3 {
    font-size: 15px;
  }
  p.text-more-question {
    font-size: 13px;
  }
  .product-flash-page {
    margin-left: -92px;
    margin-right: 0px;
  }
  .flash-number {
    margin-left: -99px;
  }
  .column.text-sub-coupon.pl-4 {
    margin-top: 15px;
  }
  input.form-control.px-3.search-shop {
    margin-left: 12%;
  }
  .kmk-order-page,
  #order-title {
    width: 150%;
    margin-left: 20px;
  }
  .icon-left-pass,
  .icon-create-left {
    left: 291px;
  }
  .footer-menu li {
    padding: 0px;
    margin-top: 8px;
  }
  span.custom-file-name {
    margin-right: 78px;
  }
  .form-group.pl-3.text-area {
    margin-left: -3px;
    width: 226px;
  }
  .sup-top-box .input-group {
    width: 57%;
  }
  .input-group.mb-3.pl-5 {
    margin-left: -28px;
    width: 246px;
  }
  .select-gender {
    width: 193px;
    margin-left: 9px;
  }
  input.form-control.px-3.search {
    width: 126px;
  }
  .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 167px;
    margin-left: 30px;
  }
  li.nav-item.list-menu-centers a {
    width: 115px;
  }
  .aiz-count-down.ml-auto.ml-lg-3.align-items-center {
    margin-right: 9px;
    margin-left: 63px !important;
  }
  a#flash-sale {
    font-size: 12px;
  }
  a#text-home-care {
    font-size: 12px;
  }
  ul.pagination {
    margin-left: -236px;
  }
  .help-box .subText {
    font-size: 13px;
  }
  .help-box .text {
    font-size: 14px;
  }
  .help-box .questionMak {
    width: 23%;
  }
  .sub-list-text {
    font-size: 10px;
  }
  a.text-reset.d-inline-block.opacity-60.py-2.pl-1 {
    font-size: 6px;
  }
  .main-banner-chat {
    margin-left: 60px;
  }
  .button-follow-shop {
    margin-left: -25px;
  }
  span.text-ending,
  .divide,
  h6.text-sale {
    display: none;
  }
  .input-group-shop {
    width: 363px;
  }
  .product-shop .card-img {
    margin-left: 0px !important;
  }
  img.img-product.fluid {
    width: 119px;
    margin-left: 15px;
  }
  .text-product {
    font-size: 11px;
  }
  .text-huawie {
    font-size: 11px;
  }
  .img-contact {
    width: 12px;
    height: 12px;
  }
  .value-box .invoice-text {
    font-size: 9px;
  }
  .value-box .text-num {
    font-size: 7px;
  }
  .value-box .text-total {
    font-size: 8px;
  }
  .value-box .text-numbers {
    font-size: 10px;
  }
  .shop-register .card {
    margin-left: 13px;
  }
  .button-report-kmall {
    width: 128px;
    margin-left: 11px;
  }
  .list-image-kmalls {
    width: 251%;
  }
  i.lar.la-share-square,
  i.lar.la-comment,
  i.las.la-thumbs-up {
    font-size: 20px;
    margin-left: 10px;
  }
  .product-click {
    margin-left: -7px;
  }
  .box-k img.sub-logo-kmall.d-block.img-fluid {
    width: 25px;
    height: 25px;
    margin-top: 10px;
  }
  .box-k img.sub-logo-kmalls.d-block.img-fluid {
    width: 25px;
    height: 25px;
    margin-left: 16px !important;
    margin-top: 10px;
  }
  .box-k input.form-control {
    width: 216px;
  }
  ul.nav.nav-pills li.nav-item {
    font-size: 10px;
  }
  button.btn.button-checkout-kmall.followButton,
  a.button-checkout-kmall {
    width: 109px;
  }
  h6.footer-title {
    font-size: 12px;
  }
  .group-live-img {
    margin-left: -68px;
  }
  .dev-live {
    margin-left: 834px;
  }
}
@media only screen and (max-width: 375px) {
  .card-img {
    margin-left: 60px;
  }
  .list-info-wishlist {
    padding-left: 0px;
    margin-left: -2px;
  }
  .scrollable {
    width: 100%;
    overflow: scroll;
  }
  .image-width {
    width: 113px;
  }
  .front-header-search {
    position: absolute;
    z-index: 1;
    width: 90%;
    right: 0;
    left: 20;
    opacity: 0;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
  img.shop-home {
    height: 120px;
  }
  .box2_size {
    font-size: 11px;
  }
  .slider-image-like {
    margin-left: 17px;
  }
  button.buy-now-listing {
    width: 40%;
  }
  #k-mall-most-popular p.free {
    color: #d83b98;
    font-size: 7px;
  }
  #k-mall-most-popular p.shop-link {
    font-size: 7px;
  }
  #k-mall-most-popular p.number-rate {
    font-size: 7px;
  }
  .input-help-center {
    margin-top: 64px;
  }
  p.title-text-center.text-center {
    margin-top: -16px;
  }
  div#background-help-center {
    height: 191px !important;
  }
  p.text-more-question {
    margin-top: 9px;
    font-size: 12px;
  }
  p.subText-helpcenter.text-end {
    margin-left: 63px;
  }
  .career-box {
    height: 126px;
  }
  .confirm-btn-tracking a {
    font-size: 12px;
  }
  .img-group {
    height: 142px;
    margin-top: -41px;
  }
  .wish-list-box .product-wishList {
    margin-left: -21px;
  }
  img.background-register.img-fluid {
    height: 691px;
  }
  .text-title-coupon {
    font-size: 15px;
  }
  .line-slash {
    font-size: 8px;
  }
  h6.flash-card-img {
    font-size: 10px;
  }
  p.flash-sale {
    font-size: 12px;
  }
  p.number-rate {
    font-size: 8px;
  }
  p.free {
    font-size: 8px;
  }
  p.shop-link {
    font-size: 8px;
  }
  .shop-register .card {
    top: -686px;
  }
  .aiz-count-down.ml-auto.ml-lg-3.align-items-center {
    margin-right: 6px;
    margin-left: 53px !important;
  }
  .group-live-img {
    margin-left: -43px;
  }
  .value-box .invoice-text {
    font-size: 7px;
  }
  .value-box .text-numbers {
    font-size: 8px;
  }
  p.subtext-kmall {
    font-size: 7px;
  }
  .value-box .text-num {
    font-size: 6px;
  }
  .kmk-order-page,
  #order-title {
    width: 154%;
  }
  .footer-menu a {
    font-size: 10px;
  }
  ul.list-inline.social.colored.text-center.mb-5 {
    margin-left: -13px;
    margin-right: -17px;
  }
  .icon-left-pass,
  .icon-create-left {
    left: 277px;
  }
  span.text-socail-link {
    font-size: 10px;
  }
  a#text-detail {
    margin-left: -13px;
    font-size: 12px;
  }
  p.locate {
    margin-left: 48px;
  }
  input.form-control.px-3.search {
    height: 37px;
    font-size: 10px;
  }
  button.btn.dropdown-toggle.btn-light {
    font-size: 10px;
  }
  .text-find {
    font-size: 6px;
  }
  .find-box {
    width: 121px;
    margin-top: 23px !important;
  }
  li.list-text-topic {
    font-size: 13px;
  }
  .help-box .subText {
    font-size: 14px;
  }
  h1.title-main-topic {
    font-size: 14px;
    margin-left: -29px;
  }
  p.title-question.text-left.p-3 {
    font-size: 15px;
  }
  li.nav-item.list-menu-centers {
    margin-left: -16px;
  }
  li.nav-item.list-menu-center {
    margin-right: 3px;
    margin-left: -5px;
  }
  p.title-text {
    font-size: 12px;
  }
  .btn-submit {
    margin-left: 42px;
  }
  .form-group.pl-3.text-area {
    margin-left: 15px;
    margin-top: -19px;
    width: 204px;
  }
  .sup-top-box .input-group {
    width: 57%;
    margin-top: -18px;
  }
  .input-group.mb-3.pl-5 {
    margin-left: -16px;
    width: 238px;
    margin-top: -10px;
  }
  .select-gender {
    width: 189px;
    margin-left: 26px;
    margin-top: -12px;
  }
  .text-infor {
    font-size: 7px;
  }
  a#text-detail {
    margin-left: -18px;
  }
  .topic-box li.nav-item {
    width: 29%;
  }
  a#flash-sale {
    margin-left: -22px;
  }
  .topic-box i.las.la-angle-right {
    font-size: 15px;
  }
  .input-group-flash.pl-3 {
    width: 140%;
  }
  button.btn.dropdown-toggle.btn-light {
    width: 79%;
  }
  .help-box .subText {
    margin-left: 54px;
  }
  .help-box .text {
    font-size: 12px;
  }
  p.text {
    font-size: 16px;
  }
  div#flash-pro {
    margin-left: -90px;
  }
  .input-group.mb-0.my-chat-input {
    width: 72%;
  }
  img.img-fluid.img-icons {
    width: 30px;
    height: 30px;
    margin-top: 17px;
  }
  img.img-fluid.img-icon {
    width: 30px;
    height: 30px;
    margin-top: 18px;
    margin-left: 5px;
  }
  .main-banner-chat {
    margin-left: 55px;
  }
  .button-follow-shop {
    margin-left: -29px;
  }
  img.img-sub-header.img-fluid {
    width: 14px;
    height: 14px;
  }
  a.text-reset.d-inline-block.opacity-60.py-2 {
    font-size: 6px;
  }
  a.text-reset.d-inline-block.opacity-60.py-2.pl-1 {
    font-size: 6px;
  }
  input.form-control.px-3.search-shop {
    margin-left: 8%;
  }
  .input-group-shop {
    width: 349px;
  }
  .product-shop .card-img {
    margin-left: 8px !important;
    width: 88px;
  }
  .confirm-btn {
    margin-left: 50px !important;
  }
  .confirm-btn a {
    font-size: 14px;
  }
  .value-box .text-contact {
    font-size: 8px;
  }
  .text-price {
    font-size: 10px;
  }
  .text-product {
    font-size: 10px;
  }
  .text-huawie {
    font-size: 10px;
  }
  .shop-register .card {
    margin-left: 5px;
  }
  .box-k .row.list-logo {
    margin-left: 61px;
  }
  .box-k input.form-control {
    width: 201px;
  }
  .flash-number {
    margin-left: -95px;
  }
  .cards {
    width: 120px;
  }
  .group-cards {
    width: 37px;
  }
  h6.footer-title {
    font-size: 11px;
  }
  .dev-live {
    margin-left: 751px;
    margin-right: -55px;
  }
}
@media only screen and (max-width: 360px) {
  .flash-section {
    margin-top: -79px;
  }
  .list-button-kmall #product_search {
    width: 70%;
    margin-top: 15px;
  }
  .shop-name-track {
    text-align: start;
    padding: 0px 24px;
  }
  .list-info-wishlist {
    padding-left: 1px;
  }
  .wish-list-box .cate-selection {
    width: 95%;
  }
  .wish-list-box .product-wishList {
    margin-left: -21px;
  }
  .wish-list-box .product-wishList .text-date {
    margin-top: -46px !important;
  }
  .value-box .text-num {
    font-size: 8px !important;
  }
  td.name-shop-order {
    font-size: 9px !important;
  }
  td.text-numbers {
    font-size: 8px !important;
  }
  th.text-numbers {
    font-size: 6px !important;
  }
  .contain-btn-text-order {
    margin-left: 40px;
  }
  div#product-my-order {
    width: 112px;
  }
  .text-slider {
    margin-left: 40px;
  }
  .slider-image-like {
    margin-left: 23px;
  }
  .text-confirm-help {
    margin-left: 11px !important;
  }
  div#career-page {
    margin-left: 8px;
  }
  div#search-career-page {
    width: 131%;
  }
  button.btn.button-checkout-kmall {
    width: 96px;
    margin-left: 11px;
  }
  div#info-shop-list {
    margin-left: 68px;
  }
  .logo-shop-info {
    margin-left: 20px !important;
  }
  span.border-bottom.border-primary.border-width-2.pb-3.d-inline-block {
    font-size: 13px;
  }
  span.text-promotion.d-inline-block {
    font-size: 16px;
    margin-top: 10px;
  }
  span#flash-sale-text {
    font-size: 13px;
  }
  .coupon-box {
    padding: 8px;
  }
  #box-star-phone {
    margin-left: 38px;
    width: 73%;
    margin-top: 13px;
  }
  img.img-product.fluid {
    width: 111px;
  }
  .kmk-order-page,
  #order-title {
    width: 156%;
    margin-left: 24px;
  }
  button.close.sign-close {
    padding-left: 16px;
  }
  .form-container .chat .chat-history {
    height: 266px;
  }
  #myForm {
    margin-bottom: -85px;
  }
  .icon-left-pass,
  .icon-create-left {
    left: 263px;
  }
  .career-box {
    margin-left: -34px;
  }
  ul.pagination {
    margin-left: -209px;
  }
  .help-box .text {
    font-size: 14px;
  }
  .help-box .subText {
    margin-left: 18px;
  }
  li.nav-item.list-menu-center {
    margin-right: -2px;
  }
  li.nav-item.list-menu-centers {
    margin-left: -23px;
  }
  .aiz-count-down.ml-auto.ml-lg-3.align-items-center {
    margin-right: 5px;
    margin-left: 53px !important;
  }
  .sup-top-box .input-group {
    width: 61%;
  }
  .text-find {
    font-size: 6px;
  }
  p.sub-head-text {
    width: 106%;
  }
  .topic-box li.nav-item {
    width: 31%;
  }
  p.text {
    font-size: 15px;
  }
  a.text-reset.d-inline-block.opacity-60.py-2 {
    font-size: 5px;
  }
  div#flash-pro {
    margin-left: -86px;
  }
  a.text-reset.d-inline-block.opacity-60.py-2.pl-1 {
    font-size: 5px;
  }
  .button-follow-shop a.button-checkout-kmall {
    margin-left: 22px;
    width: 83px;
  }
  .product-shop .button-checkout {
    width: 65px;
  }
  .input-group-shop {
    width: 332px;
  }
  .product-shop .card-img {
    margin-left: 4px !important;
  }
  p.subtext-kmall {
    font-size: 7px;
  }
  .value-box .text-num {
    font-size: 8px !important;
  }
  .text-huawie {
    font-size: 9px;
  }
  .shop-register .card-body .term {
    margin-top: -13px !important;
  }
  .shop-register .card-body .mycheck-seller {
    margin-top: -11px !important;
  }
  .shop-register .card {
    margin-left: 10px;
    width: 311px;
  }
  .list-img-show {
    margin-left: 15px !important;
  }
  .product-click {
    margin-left: -13px;
  }
  .box-k input.form-control {
    width: 188px;
  }
  .button-chart-kmall {
    width: 90px;
    margin-left: 10px;
  }
  .button-report-kmall {
    width: 90px;
    margin-left: 10px;
  }
  .button-search-kmall {
    margin-top: 15px !important;
    width: 30px;
  }
  .wrap-text.ml-3.mb-2 {
    font-size: 12px;
  }
  p.text-foller-kmall {
    font-size: 12px;
  }
  h6.footer-title {
    font-size: 10px;
  }
  .group-cards {
    width: 35px;
  }
  .cards {
    width: 117px;
  }
}
@media only screen and (max-width: 320px) {
  .header-card {
    display: flex;
    flex-direction: column;
  }
  .header-card, .header-card-date {
    margin-top: 10px;
  }
  .card-img {
    margin-left: 40px;
  }
  .confirm-btn-tracking a {
    font-size: 8px;
  }
  .ls-20 {
    font-size: 10px;
  }
  .coupon .kanan .price {
    width: 49px;
  }
  .coupon .kanan .event {
    width: 51px;
  }
  .scrollable {
    width: 100%;
    overflow: scroll;
  }
  .image-width {
    width: 75px;
  }
  #progressbar li:before {
    width: 22px;
    height: 22px;
  }
  #progressbar li:last-child:after {
    top: 126px;
    height: 39px;
  }
  .count-num {
    display: block;
  }
  .flash-sale-scroll {
    width: 230px;
    overflow: scroll;
  }
  .sidebar-xl.sidebar-right .collapse-sidebar {
    left: 20%;
  }
  .front-header-search {
    position: absolute;
    z-index: 1;
    width: 90%;
    right: 0;
    left: 20;
    opacity: 0;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
  img.shop-home {
    height: 100px;
  }
  #flash-product h1 {
    font-size: 10px;
  }
  .box2_size {
    font-size: 9px;
  }
  .bootstrap-select .dropdown-menu li a span.text {
    font-size: 5px;
  }
  .chat-pro-track {
    font-size: 7px;
  }
  #section-tracking .cat-image-1 {
    margin-right: 1px;
  }
  #promotion-section a.d-block.text-reset {
    font-size: 12px;
    padding-left: 5px;
    padding-top: 5px;
  }
  .font-side-pro {
    font-size: 8px;
  }
  #promotion-section i.las.la-star {
    font-size: 12px;
    margin-top: 7px;
    margin-left: 4px;
  }
  #promotion-section .my-fa-star-promotion {
    margin-bottom: -10px;
  }
  #promotion-section .promo-size {
    font-size: 10px;
  }
  .text-slider {
    margin-left: 51px;
  }
  .slider-image-like {
    margin-left: 33px;
  }
  p.text-more-question {
    margin-top: 18px;
  }
  .arrow-help-center {
    display: none;
  }
  p.title-text-center.text-center {
    font-size: 27px;
  }
  .help-box .questionMak {
    width: 29%;
  }
  p.subText-helpcenter.text-end {
    margin-left: 36px;
  }
  #input-search-help {
    top: 51% !important;
    width: 70% !important;
    right: 13% !important;
  }
  img.back-help-center {
    height: 130px;
  }
  button.btn.dropdown-toggle.btn-light {
    width: 100%;
    margin-left: -9px;
  }
  img.img-back-career {
    height: 123px;
  }
  .img-product-tracking {
    width: 72px;
    height: 72px;
  }
  .product-flash-page {
    margin-left: -78px;
    margin-right: 0px;
  }
  .flash-number {
    margin-left: -81px;
  }
  .banner-show-flash-sell {
    width: 112%;
  }
  .main-banner img {
    height: 154px;
  }
  img.shining {
    width: 40px;
  }
  p.coupon-price {
    margin-left: -5px;
    margin-top: -22px;
  }
  .shop-logo {
    margin-left: -50%;
  }
  .input-group-shop {
    width: 292px;
  }
  .line-slash {
    font-size: 8px;
  }
  h6.flash-card-img {
    font-size: 6px;
  }
  p.flash-sale {
    font-size: 8px;
  }
  p.number-rate {
    font-size: 5px;
  }
  p.free {
    font-size: 5px;
  }
  p.shop-link {
    font-size: 5px;
  }
  #most-popular p.free {
    font-size: 5px;
  }
  #most-popular p.number-rate {
    font-size: 5px;
  }
  #most-popular p.shop-link {
    font-size: 5px;
  }
  #most-popular i.las.la-star.active {
    font-size: 5px;
  }
  #most-popular .line-slash {
    font-size: 5px;
  }
  #most-popular .flash-sale {
    font-size: 8px;
  }
  i.las.la-star {
    font-size: 7px;
  }
  p.text-foller-kmall {
    margin-right: 41px;
  }
  p.text-foller-kmall .column.text-sub-coupon.pl-4 {
    margin-top: 10px;
    margin-left: -59px;
  }
  p.text-foller-kmall img.background-register.img-fluid {
    padding: 102px;
  }
  p.text-foller-kmall img.d-block.mw-100.img-fit.rounded.shadow-sm.overflow-hidden {
    height: 164px;
  }
  p.text-foller-kmall input.form-control.px-3.search-shop {
    margin-left: 0%;
    width: 244px;
  }
  p.text-foller-kmall p.text-live {
    margin-left: -15px;
  }
  p.text-foller-kmall img.img-window-sale.img-fluid {
    margin-right: 109px;
    margin-left: -11px;
  }
  p.text-foller-kmall img.img-playlist.img-fluid {
    margin-left: -119px;
    margin-right: 223px;
  }
  p.text-foller-kmall p.sub-text-coupon-desc {
    margin-right: -30px;
  }
  p.text-foller-kmall p.sub-text-coupon {
    margin-left: 36px;
  }
  p.text-foller-kmall p.num-rate.pt-1,
  p.text-foller-kmall p.order-text-rate.pt-1 {
    font-size: 8px;
    padding-top: 9px !important;
  }
  p.text-foller-kmall .wish-list-box .cate-selection {
    width: 70%;
  }
  p.text-foller-kmall .wish-list-box .product-wishList .text-date {
    font-size: 8px;
  }
  p.text-foller-kmall .wish-list-box .product-wishList .price-info .price-lot {
    font-size: 6px;
    margin-top: 2px !important;
  }
  p.text-foller-kmall .wish-list-box .product-wishList .price-info .price-low {
    font-size: 7px;
  }
  p.text-foller-kmall .wish-list-box .product-wishList .text-huawie {
    font-size: 9px;
  }
  p.text-foller-kmall .wish-list-box .product-wishList .text-confirm {
    font-size: 8px;
  }
  p.text-foller-kmall .kmk-order-page,
  p.text-foller-kmall #order-title {
    width: 174%;
  }
  p.text-foller-kmall .tacking-box-page {
    width: 140%;
  }
  p.text-foller-kmall div#confirm {
    top: 20%;
  }
  p.text-foller-kmall .form-container .input-group.mb-0.my-chat-form {
    width: 60%;
  }
  p.text-foller-kmall .submit-btn-button {
    margin-left: 48px !important;
  }
  p.text-foller-kmall .my-modal-product .modal-tracking {
    width: 100%;
    margin-left: 2px;
  }
  p.text-foller-kmall .my-modal-shop .modal-tracking {
    width: 100%;
    margin-left: 2px;
  }
  p.text-foller-kmall #myForm {
    margin-bottom: -183px;
  }
  p.text-foller-kmall .form-container .chat .chat-history {
    height: 174px;
  }
  p.text-foller-kmall ul.list-inline.social.colored.text-center.mb-5 {
    margin-left: -49px;
    margin-right: -47px;
  }
  p.text-foller-kmall li.list-inline-item {
    width: auto;
  }
  p.text-foller-kmall a#text-forgot-pass {
    font-size: 11px;
  }
  p.text-foller-kmall .text-remember-me {
    font-size: 11px;
  }
  p.text-foller-kmall span.text-policy-info {
    font-size: 11px;
  }
  p.text-foller-kmall .icon-create-confirm {
    top: 217px;
    font-size: 18px;
  }
  p.text-foller-kmall .icon-create-left {
    top: 167px;
    font-size: 18px;
  }
  p.text-foller-kmall .icon-create-pass {
    top: 167px;
    font-size: 18px;
  }
  p.text-foller-kmall .icon-create-number {
    top: 117px;
    font-size: 18px;
  }
  p.text-foller-kmall .icon-create {
    top: 65px;
    font-size: 18px;
  }
  p.text-foller-kmall .icon-login {
    top: 66px;
    font-size: 18px;
  }
  p.text-foller-kmall .icon-left-pass,
  p.text-foller-kmall .icon-create-left {
    left: 225px;
  }
  p.text-foller-kmall .icon-left-pass {
    top: 119px;
    font-size: 18px;
  }
  p.text-foller-kmall .icon-login-pass {
    top: 116px;
    font-size: 18px;
  }
  p.text-foller-kmall span.text-socail-link {
    font-size: 8px;
  }
  p.text-foller-kmall .live {
    margin-left: 90px;
  }
  p.text-foller-kmall img.card-logo-live.img-fluid {
    width: 20px;
    height: 20px;
  }
  p.text-foller-kmall a.shop-name-live {
    font-size: 10px;
  }
  p.text-foller-kmall img.img-window-sale.img-fluid {
    margin-top: 140px;
  }
  p.text-foller-kmall div#live-section {
    height: 230px;
  }
  p.text-foller-kmall .mobile-img-auto-height img {
    height: 110px;
  }
  p.text-foller-kmall .group-live-img {
    margin-top: 58px;
  }
  p.text-foller-kmall .form-group.pl-3.text-area {
    margin-left: -5px;
    width: 194px;
  }
  p.text-foller-kmall .input-group.mb-3.pl-5 {
    margin-left: -34px;
    width: 214px;
  }
  p.text-foller-kmall .select-gender {
    width: 165px;
  }
  p.text-foller-kmall input.input-info-apply {
    font-size: 8px;
  }
  p.text-foller-kmall ul.pagination {
    margin-left: -196px;
  }
  p.text-foller-kmall input.form-control.px-3.search {
    height: 34px;
  }
  p.text-foller-kmall button.btn.dropdown-toggle.btn-light {
    font-size: 8px;
  }
  p.text-foller-kmall input.form-control.px-3.search {
    width: 111px;
  }
  p.text-foller-kmall .question-box {
    margin-top: 85px !important;
  }
  p.text-foller-kmall .career-box {
    height: 90px;
    margin-left: -44px;
  }
  p.text-foller-kmall h3.title-of-queston {
    font-size: 7px;
  }
  p.text-foller-kmall .sub-list-text {
    font-size: 6px;
  }
  p.text-foller-kmall li.nav-item.list-menu-center {
    margin-right: -8px;
  }
  p.text-foller-kmall .dev-live {
    margin-top: 56px;
  }
  p.text-foller-kmall .aiz-count-down.ml-auto.ml-lg-3.align-items-center {
    margin-right: 1px;
    margin-left: 28px !important;
  }
  p.text-foller-kmall span#flash-sale-text {
    width: 208%;
    font-size: 10px;
  }
  p.text-foller-kmall .sup-top-box .input-group {
    width: 66%;
  }
  p.text-foller-kmall .career-box {
    width: 130%;
  }
  p.text-foller-kmall button.btn.dropdown-toggle.btn-light {
    width: 66%;
    margin-left: -31px;
  }
  p.text-foller-kmall .row.list-face-share {
    margin-right: 4px;
    margin-top: 7px;
  }
  p.text-foller-kmall .chats .button-checkout {
    margin-left: 84px;
  }
  p.text-foller-kmall .help-box .subText {
    margin-left: 42px;
  }
  p.text-foller-kmall .help-box .text {
    font-size: 13px;
  }
  p.text-foller-kmall .help-box .questionMak {
    width: 27%;
  }
  p.text-foller-kmall p.mt-2.text-center.text-topic-title {
    font-size: 6px;
  }
  p.text-foller-kmall img.img-icon-list.img-fluid {
    width: 23px;
  }
  p.text-foller-kmall .free-title {
    margin-top: 54px !important;
    font-size: 20px;
  }
  p.text-foller-kmall img.img-about {
    height: 156px;
  }
  p.text-foller-kmall ul.dropdown-menu i.las.la-angle-right {
    margin-top: -1px;
    font-size: 14px;
  }
  p.text-foller-kmall ul.dropdown-menu .input-group-append {
    height: 34px;
  }
  p.text-foller-kmall input.form-control {
    font-size: 10px;
    height: 34px;
  }
  p.text-foller-kmall ul.dropdown-menu.background-drop-tracking {
    height: 128px;
  }
  p.text-foller-kmall p.text-order-tracking {
    font-size: 11px;
  }
  p.text-foller-kmall p.text-order-sub {
    margin-top: -32px;
    font-size: 10px;
  }
  p.text-foller-kmall ul.dropdown-menu.background-drop-tracking {
    left: -54px !important;
  }
  p.text-foller-kmall .aiz-count-down.ml-auto.ml-lg-3.align-items-center {
    padding-left: 0px;
  }
  p.text-foller-kmall a.text-reset.d-inline-block.opacity-60.py-2 {
    font-size: 4px;
  }
  p.text-foller-kmall a.text-reset.d-inline-block.opacity-60.py-2.pl-1 {
    font-size: 4px;
  }
  p.text-foller-kmall .main-banner-chat {
    margin-left: 42px;
    margin-top: 16px;
  }
  p.text-foller-kmall .input-group.mb-0.my-chat-input {
    width: 70%;
  }
  p.text-foller-kmall p.text-followers-shop {
    font-size: 9px;
  }
  p.text-foller-kmall .logo-shop-info {
    width: 50px;
    height: 50px;
    margin-left: 19px !important;
    margin-top: -76px !important;
  }
  p.text-foller-kmall img.chat_kmall {
    margin-left: -3px;
  }
  p.text-foller-kmall button.btn.button-checkout-kmall {
    width: 77px;
    margin-left: 16px;
  }
  p.text-foller-kmall div#info-shop-list {
    margin-left: 50px;
  }
  p.text-foller-kmall .button-follow-shop a.button-checkout-kmall {
    margin-left: 22px;
    width: 71px;
  }
  p.text-foller-kmall a.d-block.text-reset {
    font-size: 9px;
  }
  p.text-foller-kmall i.las.la-star {
    font-size: 6px;
  }
  p.text-foller-kmall .product-shop .card .card-body {
    padding: 5px 0px;
    height: 26px;
  }
  p.text-foller-kmall .product-shop .price-detail-kmall {
    font-size: 10px;
    margin-left: -1px !important;
  }
  p.text-foller-kmall .product-shop .card-img {
    width: 75px;
  }
  p.text-foller-kmall .product-shop .button-checkout {
    width: 75px;
    font-size: 10px;
  }
  p.text-foller-kmall .product-shop .profile-text {
    font-size: 10px;
  }
  p.text-foller-kmall .product-shop .profile-user {
    font-size: 12px;
  }
  p.text-foller-kmall .input-group-shop {
    width: 292px;
  }
  p.text-foller-kmall .product-info {
    margin-left: -18px;
  }
  p.text-foller-kmall .text-huawie {
    font-size: 8px;
  }
  p.text-foller-kmall .value-box .invoice-text {
    font-size: 6px;
  }
  p.text-foller-kmall .value-box .text-numbers {
    font-size: 7px;
  }
  p.text-foller-kmall .img-contact {
    width: 9px;
    height: 9px;
  }
  p.text-foller-kmall .value-box .text-contact {
    font-size: 6px;
  }
  p.text-foller-kmall .shop-register img.kmk-logo {
    margin-left: 100px;
  }
  p.text-foller-kmall .shop-register .card {
    margin-left: 1px;
    width: 288px;
  }
  p.text-foller-kmall .product-click {
    margin-left: -11px;
  }
  p.text-foller-kmall .list-image-kmalls {
    width: 301%;
    margin-left: -18px;
  }
  p.text-foller-kmall .box-k {
    width: 182%;
    margin-left: -18px;
  }
  p.text-foller-kmall ul.nav.nav-pills li.nav-item {
    font-size: 9px;
  }
  p.text-foller-kmall .button-chart-kmall {
    width: 114px;
    margin-left: 28px;
  }
  p.text-foller-kmall p.address-text-kmall {
    font-size: 9px;
  }
  p.text-foller-kmall p.kmall.text-start {
    font-size: 11px;
  }
  p.text-foller-kmall .wrap-text.ml-3.mb-2 {
    font-size: 10px;
  }
  p.text-foller-kmall p.text-foller-kmall {
    font-size: 10px;
  }
  p.text-foller-kmall button.btn.button-checkout-kmall.followButton,
  p.text-foller-kmall a.button-checkout-kmall {
    width: 87px;
    font-size: 12px;
  }
  p.text-foller-kmall img.socail-yout {
    width: 15px;
  }
  p.text-foller-kmall img.socail-inst {
    width: 15px;
  }
  p.text-foller-kmall img.socail-fac {
    width: 15px;
  }
  p.text-foller-kmall .cards {
    width: 96px;
  }
  p.text-foller-kmall .group-cards {
    width: 28px;
  }
  p.text-foller-kmall .footer-menu a {
    font-size: 8px;
  }
  p.text-foller-kmall h6.footer-title {
    font-size: 7px;
  }
  p.text-foller-kmall .dev-live {
    margin-left: 618px;
    margin-right: -52px;
  }
  p.text-foller-kmall img.img-window-sale.img-fluid {
    margin-right: 61px;
  }
}
@media only screen and (max-width: 280px) {
  .chats .button-checkout {
    width: 103px;
  }
  .topic-box {
    margin-left: 3px;
  }
  .question-box-center {
    margin-left: 3px;
    margin-top: 18px;
  }
  button.btn.dropdown-toggle.btn-light {
    width: 66%;
    margin-left: -74px;
    margin-top: 1px;
  }
  div#search-career-page {
    margin-left: 0px;
    width: 145%;
  }
  img.img-back-career {
    height: 85px;
  }
  .career-box {
    margin-top: -62px !important;
  }
  .banner-show-flash-sell {
    margin-left: -15px;
  }
  .wish-list-box .cate-selection {
    width: 100%;
  }
  .wish-list-box .product-wishList .text-huawie {
    width: 50px;
  }
  .wish-list-box .product-wishList .img-product {
    width: 68px;
    height: 86px;
  }
  h3.text-title-coupon {
    font-size: 15px;
  }
  p.subText-success {
    width: 215px;
    margin-left: 24px;
  }
  .shop-register .card {
    margin-top: 40px;
  }
  img.background-register.img-fluid {
    padding: 122px;
  }
  i.las.la-angle-right.black-right {
    font-size: 13px;
  }
  input.form-control.px-3.search-shop {
    width: 195px;
  }
  p.text-live {
    margin-left: -18px;
  }
  img.img-window-sale.img-fluid {
    margin-right: 59px;
    margin-left: -18px;
  }
  .wish-list-box {
    width: 130%;
  }
  .steps .step .step-title {
    font-size: 10px;
  }
  .kmk-order-page,
  #order-title {
    width: 185%;
    margin-left: 37px;
  }
  .tacking-box-page {
    margin-left: -72px;
  }
  button.btn.buy-now.fw-600 {
    margin-top: 10px;
  }
  img.img-fluid.img-icons,
  img.img-fluid.img-icon {
    margin-top: 11px;
  }
  .form-container .chat .chat-header {
    padding: 3px 0px !important;
  }
  .form-container .input-group.mb-0.my-chat-form {
    width: 56%;
  }
  .form-container .chat .chat-history {
    height: 290px;
  }
  #myForm {
    margin-bottom: -91px;
  }
  li.list-inline-item {
    width: auto;
  }
  .icon-create-left {
    top: 166px;
  }
  .icon-left-pass {
    top: 116px;
  }
  .text-remember-me {
    font-size: 8px;
  }
  a#text-forgot-pass {
    font-size: 8px;
  }
  .icon-left-pass,
  .icon-create-left {
    left: 195px;
  }
  span.text-socail-link {
    font-size: 7px;
  }
  img.logo-kmall-shop.d-block.w-100.img-fluid {
    height: 50px;
  }
  span.custom-file-name {
    font-size: 12px;
  }
  .select-gender {
    font-size: 9px;
    width: 118px;
  }
  input.input-info-apply {
    font-size: 6px;
  }
  p.text-share {
    font-size: 10px;
  }
  img.img-facebook.img-fluid.pl-3 {
    width: 38px;
    height: 20px;
  }
  .question-boxs,
  .sup-top-box,
  .question-boxs,
  #box-resize {
    width: 95%;
    margin-left: 8px;
  }
  .p-4.bg-white.rounded.shadow-sm.overflow-hidden.mw-100.text-left {
    font-size: 10px;
  }
  p.career-text {
    font-size: 12px;
  }
  p.date-text {
    font-size: 8px;
  }
  p.sub-head-text {
    font-size: 11px;
  }
  p.locate {
    margin-left: 22px;
  }
  input.form-control.px-3.search {
    width: 85px;
  }
  .chats {
    height: auto;
    margin-bottom: -81px;
  }
  .help-box .subText {
    font-size: 11px;
  }
  li.nav-item.list-menu-centers a {
    padding-left: 39px;
  }
  h1.title-main-topic {
    font-size: 10px;
  }
  h3.list-text-topic {
    font-size: 13px;
  }
  li.list-text-topic {
    font-size: 8px;
  }
  .aiz-count-down.ml-auto.ml-lg-3.align-items-center {
    margin-left: 30px !important;
    font-size: 7px;
  }
  a#view-all-text {
    font-size: 12px;
  }
  ul.pagination {
    margin-left: -176px;
  }
  a#text-detail {
    font-size: 9px;
  }
  .topic-box li.nav-item {
    width: 32%;
  }
  .topic-box i.las.la-angle-right {
    font-size: 12px;
  }
  a#text-home-care {
    font-size: 9px;
  }
  a#flash-sale {
    font-size: 9px;
  }
  .form-group.pl-3.text-area {
    width: 163px;
    margin-left: -4px;
  }
  .sup-top-box .input-group {
    width: 72%;
  }
  .input-group.mb-3.pl-5 {
    margin-left: -17px;
    width: 165px;
  }
  .text-infor {
    font-size: 5px;
  }
  .input-group-flash.pl-3 {
    width: 140%;
    margin-top: -13px;
  }
  ul.p-3.list-text {
    width: 84%;
  }
  .row.list-face-share {
    margin-right: 10px;
    margin-left: -52px;
  }
  .question-boxs {
    margin-top: 86px !important;
  }
  .find-box {
    width: 98px;
    height: 30px;
    font-size: 11px;
    padding: 6px !important;
  }
  .career-box {
    width: 127%;
    height: 99px;
    margin-left: -37px;
  }
  .help-box .questionMak {
    width: 34%;
  }
  li.nav-item.list-menu-center {
    margin-right: -22px;
  }
  p.text {
    font-size: 13px;
  }
  .free-title {
    margin-top: 66px !important;
    font-size: 16px;
  }
  .drop-polygon-tracking {
    margin-left: 84px !important;
    margin-top: 3px;
  }
  img.img-shop-page.img-fluid {
    height: 73px;
  }
  div#flash-pro {
    margin-left: -68px;
  }
  .flash-number {
    margin-left: -80px;
    width: 150%;
  }
  .product-flash-page {
    margin-left: -75px;
    margin-right: -4px;
  }
  a.text-reset.d-inline-block.opacity-60.py-2 {
    font-size: 3px;
  }
  a.text-reset.d-inline-block.opacity-60.py-2.pl-1 {
    font-size: 3px;
  }
  .chat .chat-history .message-data-time {
    font-size: 10px;
  }
  .chat .chat-history .my-message {
    font-size: 10px;
  }
  .chat .chat-history .other-message {
    font-size: 10px;
  }
  .card.chat-app {
    margin-left: -75px;
    margin-right: 21px;
  }
  input.form-control.chat-input {
    font-size: 8px;
  }
  .input-group.mb-0.my-chat-input {
    width: 65%;
  }
  .button-report-kmall i.lar.la-flag {
    font-size: 20px;
    margin-top: 4px;
  }
  .button-follow-shop {
    margin-top: -75px;
  }
  p.text-followers-shop {
    margin-top: 3px;
  }
  .button-follow-shop a.button-checkout-kmall {
    width: 57px;
  }
  .location.opacity-60.shop-info-address {
    font-size: 7px;
  }
  div#info-shop-list {
    margin-left: 33px;
  }
  h6.text-followers-shop.followers {
    font-size: 11px;
  }
  h1.fw-600.h4.mb-0.shop-names {
    font-size: 7px;
  }
  button.btn.button-checkout-kmall {
    width: 77px;
    margin-left: 0px;
  }
  .logo-shop-info {
    width: 35px;
    height: 35px;
  }
  span.fw-700.text-primary {
    font-size: 12px;
  }
  del.fw-600.opacity-50.mr-1 {
    font-size: 12px;
  }
  .hubeger-menu {
    margin-left: 1px;
  }
  img.img-sub-header.img-fluid {
    width: 11px;
    height: 10px;
  }
  p.shop-view-link {
    font-size: 10px;
  }
  div#customer-text {
    margin-left: 14px;
  }
  .product-shop .card-img {
    width: 66px;
  }
  .product-shop .profile-user {
    font-size: 9px;
    margin-top: 15px;
  }
  .product-shop .button-checkout {
    width: 50px;
    font-size: 10px;
    margin-left: -43px;
  }
  .input-group-shop {
    width: 251px;
  }
  .confirm-btn {
    margin-left: 32px !important;
  }
  .confirm-btn a {
    font-size: 11px;
  }
  .text-product {
    font-size: 6px;
  }
  .text-price {
    font-size: 8px;
  }
  .text-huawie {
    font-size: 6px;
  }
  .value-box .text-num {
    font-size: 4px;
  }
  .value-box .text-total {
    font-size: 5px;
  }
  p.subtext-kmall {
    font-size: 4px;
  }
  .value-box .invoice-text {
    font-size: 4px;
  }
  .value-box .text-numbers {
    font-size: 5px;
  }
  .tacking-box-page {
    margin-top: -10px !important;
  }
  .tacking-box-page .text-sale {
    font-size: 20px;
  }
  .shop-register .card-body .form-seller {
    width: 97%;
  }
  .shop-register .card-body .form-seller {
    margin-left: 2px !important;
  }
  .shop-register .card-body .select-gender {
    width: 117%;
  }
  .shop-register .card-body .email-seller {
    width: 115%;
    margin-left: -13px !important;
  }
  .shop-register .card-body .term {
    font-size: 10px;
  }
  p.sub-become {
    width: 219px;
    margin-left: 0px;
  }
  .shop-register img.kmk-logo {
    margin-left: 78px;
  }
  .shop-register .card {
    width: 248px;
  }
  img.list-img {
    width: 108%;
    margin-left: -9px;
  }
  div#list-comment {
    margin-left: -56px;
  }
  .product-click {
    margin-left: -19px;
  }
  .list-image-kmalls {
    width: 322%;
    margin-left: -21px;
  }
  .box-k .row.list-logo {
    margin-left: 28px;
  }
  .box-k input.form-control {
    width: 157px;
  }
  .box-k {
    width: 193%;
    margin-left: -22px;
  }
  ul.nav.nav-pills li.nav-item {
    font-size: 8px;
  }
  .button-search-kmall {
    margin-left: 5px;
  }
  .button-report-kmall {
    margin-left: 6px;
  }
  .button-chart-kmall {
    width: 113px;
    margin-left: 47px;
    font-size: 11px;
  }
  .button-report-kmall {
    width: 105px;
    font-size: 11px;
  }
  button.btn.button-checkout-kmall.followButton,
  a.button-checkout-kmall {
    width: 73px;
    font-size: 10px;
  }
  .wrap-text.ml-3.mb-2 {
    font-size: 9px;
  }
  p.text-foller-kmall {
    font-size: 9px;
  }
  p.alway {
    font-size: 9px;
  }
  p.address-text-kmall {
    font-size: 7px;
  }
  p.kmall.text-start {
    font-size: 9px;
  }
  .column.kmall-name {
    margin-left: 75px;
  }
  .logo-kmall {
    width: 45px;
  }
  .main-banner img {
    height: 142px;
  }
  div#flash-phone {
    margin-left: -74px;
    margin-right: 10px;
  }
  a.text-reset {
    font-size: 9px;
  }
  i.las.la-star {
    font-size: 6px;
  }
  a.btn.btn-soft-primary.btn-sm, .btn-group-sm > a.btn.btn-soft-primary {
    font-size: 8px;
  }
  .app {
    width: 90px;
    height: 46px;
  }
  .group-cards {
    width: 22px;
  }
  .cards {
    width: 81px;
  }
  .live {
    margin-left: 64px;
  }
  .dev-live {
    margin-left: 619px;
    margin-right: 12px;
  }
  .group-live-img {
    width: 130%;
    margin-left: -88px;
  }
  .box-star {
    width: 154%;
  }
}
.navbar-laravel {
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}
