@charset "UTF-8";

[v-cloak] > * {
  display: none;
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  display: inline-block;
  font-family: "Font Awesome 5 Free" !important;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 900;
  width: 15px;
  height: 15px;
  display: flex;
  text-align: center;
}

.icon-minus:before {
  content: "";
  background: url("/images/minus.png") no-repeat center center;
  background-size: contain;
}

.icon-plus:before {
  content: "";
  background: url("/images/plus.png") no-repeat center center;
  background-size: contain;
}

.icon-tick:before {
  content: "";
  background: url("/images/checkmark-black.png") no-repeat center center;
  background-size: contain;
}

.icon-arrow-only-up:before {
  content: "\F062";
}

.icon-arrow-only-down:before {
  content: "\F063";
}

.icon-arrow-only-left:before {
  content: "";
  background: url("/images/arrow-left.png") no-repeat center center;
  background-size: contain;
}

.icon-arrow-only-right:before {
  content: "";
  background: url("/images/arrow-right.png") no-repeat center center;
  background-size: contain;
}

.icon-close:before {
  background: url("/images/close.png") no-repeat center center;
  background-size: contain;
}

.icon-arrow-left:before {
  content: "";
  background: url("/images/arrow-left.png") no-repeat center center;
  background-size: contain;
}

/*!
 * 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: #30ea03;
  --indigo: #6574cd;
  --purple: #6100d4;
  --pink: #f66d9b;
  --red: #EA004B;
  --orange: #ed8b00;
  --yellow: #FFE14A;
  --green: #38c172;
  --teal: #4dc0b5;
  --cyan: #6cb2eb;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #30ea03;
  --secondary: #6c757d;
  --success: #38c172;
  --info: #6cb2eb;
  --warning: #FFE14A;
  --danger: #EA004B;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 540px;
  --breakpoint-md: 720px;
  --breakpoint-lg: 960px;
  --breakpoint-xl: 1024px;
  --font-family-sans-serif: new-hero, 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: new-hero, sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  line-height: 1.6;
  color: #212529;
  text-align: left;
  background-color: #ffffff;
}

[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: #30ea03;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: rgb(32.5063291139, 158.4683544304, 2.0316455696);
  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: "\2014\A0";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #ffffff;
  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: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

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

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

.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: 540px) {
  .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: 720px) {
  .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: 960px) {
  .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: 1024px) {
  .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(197.04, 249.12, 184.44);
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: rgb(147.36, 244.08, 123.96);
}

.table-hover .table-primary:hover {
  background-color: rgb(177.7048351648, 247.1584615385, 160.9015384615);
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: rgb(177.7048351648, 247.1584615385, 160.9015384615);
}

.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, 246.6, 204.32);
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: rgb(255, 239.4, 160.88);
}

.table-hover .table-warning:hover {
  background-color: rgb(255, 242.373480663, 178.82);
}

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

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: rgb(249.12, 183.6, 204.6);
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: rgb(244.08, 122.4, 161.4);
}

.table-hover .table-danger:hover {
  background-color: rgb(247.1797826087, 160.0402173913, 187.9695652174);
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(247.1797826087, 160.0402173913, 187.9695652174);
}

.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: 539.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

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

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

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

@media (max-width: 959.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: 1023.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(138.9683544304, 253.1582278481, 111.3417721519);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(48, 234, 3, 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: #EA004B;
}

.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(234, 0, 75, 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: #EA004B;
  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='%23EA004B' 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='%23EA004B' 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: #EA004B;
  box-shadow: 0 0 0 0.2rem rgba(234, 0, 75, 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: #EA004B;
  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='%23EA004B' 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='%23EA004B' 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: #EA004B;
  box-shadow: 0 0 0 0.2rem rgba(234, 0, 75, 0.25);
}

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

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

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

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before,
.custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: rgb(255, 30, 102.1153846154);
  background-color: rgb(255, 30, 102.1153846154);
}

.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(234, 0, 75, 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: #EA004B;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label,
.custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #EA004B;
}

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

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}

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

@media (min-width: 540px) {
  .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(48, 234, 3, 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: #212529;
  background-color: #30ea03;
  border-color: #30ea03;
}

.btn-primary:hover {
  color: #fff;
  background-color: rgb(40.253164557, 196.2341772152, 2.5158227848);
  border-color: rgb(37.6708860759, 183.6455696203, 2.3544303797);
}

.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: rgb(40.253164557, 196.2341772152, 2.5158227848);
  border-color: rgb(37.6708860759, 183.6455696203, 2.3544303797);
  box-shadow: 0 0 0 0.2rem rgba(45.75, 204.45, 8.7, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #212529;
  background-color: #30ea03;
  border-color: #30ea03;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: rgb(37.6708860759, 183.6455696203, 2.3544303797);
  border-color: rgb(35.0886075949, 171.0569620253, 2.1930379747);
}

.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(45.75, 204.45, 8.7, 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: #FFE14A;
  border-color: #FFE14A;
}

.btn-warning:hover {
  color: #212529;
  background-color: rgb(255, 218.6602209945, 35.75);
  border-color: rgb(255, 216.546961326, 23);
}

.btn-warning:focus,
.btn-warning.focus {
  color: #212529;
  background-color: rgb(255, 218.6602209945, 35.75);
  border-color: rgb(255, 216.546961326, 23);
  box-shadow: 0 0 0 0.2rem rgba(221.7, 196.8, 69.05, 0.5);
}

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

.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, 216.546961326, 23);
  border-color: rgb(255, 214.4337016575, 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, 196.8, 69.05, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #EA004B;
  border-color: #EA004B;
}

.btn-danger:hover {
  color: #fff;
  background-color: rgb(195.75, 0, 62.7403846154);
  border-color: rgb(183, 0, 58.6538461538);
}

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: rgb(195.75, 0, 62.7403846154);
  border-color: rgb(183, 0, 58.6538461538);
  box-shadow: 0 0 0 0.2rem rgba(237.15, 38.25, 102, 0.5);
}

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

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: rgb(183, 0, 58.6538461538);
  border-color: rgb(170.25, 0, 54.5673076923);
}

.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(237.15, 38.25, 102, 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: #30ea03;
  border-color: #30ea03;
}

.btn-outline-primary:hover {
  color: #212529;
  background-color: #30ea03;
  border-color: #30ea03;
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(48, 234, 3, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #30ea03;
  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: #212529;
  background-color: #30ea03;
  border-color: #30ea03;
}

.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(48, 234, 3, 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: #FFE14A;
  border-color: #FFE14A;
}

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

.btn-outline-warning:focus,
.btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 225, 74, 0.5);
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #FFE14A;
  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: #FFE14A;
  border-color: #FFE14A;
}

.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, 225, 74, 0.5);
}

.btn-outline-danger {
  color: #EA004B;
  border-color: #EA004B;
}

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

.btn-outline-danger:focus,
.btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(234, 0, 75, 0.5);
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #EA004B;
  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: #EA004B;
  border-color: #EA004B;
}

.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(234, 0, 75, 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: #30ea03;
  text-decoration: none;
}

.btn-link:hover {
  color: rgb(32.5063291139, 158.4683544304, 2.0316455696);
  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: 540px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

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

@media (min-width: 720px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

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

@media (min-width: 960px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

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

@media (min-width: 1024px) {
  .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: #30ea03;
}

.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;
  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: #30ea03;
  background-color: #30ea03;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(48, 234, 3, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: rgb(138.9683544304, 253.1582278481, 111.3417721519);
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: rgb(179.6392405063, 253.8037974684, 161.6962025316);
  border-color: rgb(179.6392405063, 253.8037974684, 161.6962025316);
}

.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: #30ea03;
  background-color: #30ea03;
}

.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(48, 234, 3, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(48, 234, 3, 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(48, 234, 3, 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(48, 234, 3, 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(138.9683544304, 253.1582278481, 111.3417721519);
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(48, 234, 3, 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(138.9683544304, 253.1582278481, 111.3417721519);
  box-shadow: 0 0 0 0.2rem rgba(48, 234, 3, 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 #ffffff, 0 0 0 0.2rem rgba(48, 234, 3, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(48, 234, 3, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.2rem rgba(48, 234, 3, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #30ea03;
  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;
  -webkit-appearance: none;
          appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: rgb(179.6392405063, 253.8037974684, 161.6962025316);
}

.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: #30ea03;
  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;
  -moz-appearance: none;
       appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: rgb(179.6392405063, 253.8037974684, 161.6962025316);
}

.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: #30ea03;
  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;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: rgb(179.6392405063, 253.8037974684, 161.6962025316);
}

.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: #ffffff;
  border-color: #dee2e6 #dee2e6 #ffffff;
}

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

.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: 539.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: 540px) {
  .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: 719.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: 720px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.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: 959.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: 960px) {
  .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: 1023.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: 1024px) {
  .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 {
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.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 .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: 12px;
}

@media (min-width: 540px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -12px;
    margin-left: -12px;
  }

  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 12px;
    margin-bottom: 0;
    margin-left: 12px;
  }
}

.card-group > .card {
  margin-bottom: 12px;
}

@media (min-width: 540px) {
  .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: 540px) {
  .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: #30ea03;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: rgb(32.5063291139, 158.4683544304, 2.0316455696);
  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(48, 234, 3, 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: #30ea03;
  border-color: #30ea03;
}

.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: #212529;
  background-color: #30ea03;
}

a.badge-primary:hover,
a.badge-primary:focus {
  color: #212529;
  background-color: rgb(37.6708860759, 183.6455696203, 2.3544303797);
}

a.badge-primary:focus,
a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(48, 234, 3, 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: #FFE14A;
}

a.badge-warning:hover,
a.badge-warning:focus {
  color: #212529;
  background-color: rgb(255, 216.546961326, 23);
}

a.badge-warning:focus,
a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 225, 74, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #EA004B;
}

a.badge-danger:hover,
a.badge-danger:focus {
  color: #fff;
  background-color: rgb(183, 0, 58.6538461538);
}

a.badge-danger:focus,
a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(234, 0, 75, 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: 540px) {
  .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(24.96, 121.68, 1.56);
  background-color: rgb(213.6, 250.8, 204.6);
  border-color: rgb(197.04, 249.12, 184.44);
}

.alert-primary hr {
  border-top-color: rgb(177.7048351648, 247.1584615385, 160.9015384615);
}

.alert-primary .alert-link {
  color: rgb(14.6308860759, 71.3255696203, 0.9144303797);
}

.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, 117, 38.48);
  background-color: rgb(255, 249, 218.8);
  border-color: rgb(255, 246.6, 204.32);
}

.alert-warning hr {
  border-top-color: rgb(255, 242.373480663, 178.82);
}

.alert-warning .alert-link {
  color: rgb(93.0711246201, 82.1215805471, 27.0088753799);
}

.alert-danger {
  color: rgb(121.68, 0, 39);
  background-color: rgb(250.8, 204, 219);
  border-color: rgb(249.12, 183.6, 204.6);
}

.alert-danger hr {
  border-top-color: rgb(247.1797826087, 160.0402173913, 187.9695652174);
}

.alert-danger .alert-link {
  color: rgb(70.68, 0, 22.6538461538);
}

.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: #30ea03;
  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: #30ea03;
  border-color: #30ea03;
}

.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: 540px) {
  .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: 720px) {
  .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: 960px) {
  .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: 1024px) {
  .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(24.96, 121.68, 1.56);
  background-color: rgb(197.04, 249.12, 184.44);
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
  color: rgb(24.96, 121.68, 1.56);
  background-color: rgb(177.7048351648, 247.1584615385, 160.9015384615);
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: rgb(24.96, 121.68, 1.56);
  border-color: rgb(24.96, 121.68, 1.56);
}

.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, 117, 38.48);
  background-color: rgb(255, 246.6, 204.32);
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
  color: rgb(132.6, 117, 38.48);
  background-color: rgb(255, 242.373480663, 178.82);
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: rgb(132.6, 117, 38.48);
  border-color: rgb(132.6, 117, 38.48);
}

.list-group-item-danger {
  color: rgb(121.68, 0, 39);
  background-color: rgb(249.12, 183.6, 204.6);
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
  color: rgb(121.68, 0, 39);
  background-color: rgb(247.1797826087, 160.0402173913, 187.9695652174);
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: rgb(121.68, 0, 39);
  border-color: rgb(121.68, 0, 39);
}

.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;
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.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: 540px) {
  .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: 960px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1024px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: new-hero, 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: new-hero, 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: #30ea03 !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(37.6708860759, 183.6455696203, 2.3544303797) !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: #FFE14A !important;
}

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

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

a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(183, 0, 58.6538461538) !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: #30ea03 !important;
}

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

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

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

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

.border-danger {
  border-color: #EA004B !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: 540px) {
  .d-sm-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

@media (min-width: 720px) {
  .d-md-none {
    display: none !important;
  }

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

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

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

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

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

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

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

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

@media (min-width: 960px) {
  .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: 1024px) {
  .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: 540px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 960px) {
  .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: 1024px) {
  .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: 540px) {
  .float-sm-left {
    float: left !important;
  }

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

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

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

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

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

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

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

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

@media (min-width: 1024px) {
  .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: 540px) {
  .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: 720px) {
  .m-md-0 {
    margin: 0 !important;
  }

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

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

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

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

  .m-md-1 {
    margin: 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: 960px) {
  .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: 1024px) {
  .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: 540px) {
  .text-sm-left {
    text-align: left !important;
  }

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

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

@media (min-width: 720px) {
  .text-md-left {
    text-align: left !important;
  }

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

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

@media (min-width: 960px) {
  .text-lg-left {
    text-align: left !important;
  }

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

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

@media (min-width: 1024px) {
  .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: #30ea03 !important;
}

a.text-primary:hover,
a.text-primary:focus {
  color: rgb(32.5063291139, 158.4683544304, 2.0316455696) !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: #FFE14A !important;
}

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

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

a.text-danger:hover,
a.text-danger:focus {
  color: rgb(157.5, 0, 50.4807692308) !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: 960px !important;
  }

  .container {
    min-width: 960px !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;
  }
}

html,
body,
* {
  font-family: new-hero, sans-serif !important;
}

body {
  color: #1a1a1a;
  font-weight: 300;
  overflow-x: hidden;
  touch-action: pan-y;
  font-size: 12px;
}

body.modal-active {
  overflow: hidden;
}

body.modal-open {
  overflow: auto;
}

@media (max-width: 719.98px) {
  body {
    padding-bottom: 60px;
  }
}

body.lang-ar {
  direction: rtl;
}

body.lang-ar .topBar .navbar {
  direction: rtl;
}

body.lang-ar .topBar .rightContainer {
  right: auto;
  left: 0;
}

body.lang-ar .topBar .rightContainer .dropdown-menu-right {
  left: 0;
  right: auto;
}

body.lang-ar .pointsContainer .youHave .btn-secondary {
  right: auto;
  left: 10px;
}

body.lang-ar .engageList .engageInformations .description {
  text-align: right;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7 {
  font-weight: 400 !important;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span,
h7 span {
  color: #000;
}

h1 span.yellow,
h2 span.yellow,
h3 span.yellow,
h4 span.yellow,
h5 span.yellow,
h6 span.yellow,
h7 span.yellow {
  color: #FFE14A;
}

@media (max-width: 719.98px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  h7 {
    text-align: left;
  }
}

h1 {
  font-size: 56px;
  line-height: 64px;
}

@media (max-width: 719.98px) {
  h1 {
    font-size: 40px;
    line-height: 46px;
  }
}

h2 {
  font-size: 48px;
  line-height: 56px;
}

@media (max-width: 719.98px) {
  h2 {
    font-size: 28px;
    line-height: 34px;
  }
}

h3 {
  font-size: 40px;
  letter-spacing: -1.6px;
  line-height: 48px;
}

@media (max-width: 719.98px) {
  h3 {
    font-size: 24px;
    line-height: 30px;
  }
}

h4 {
  font-size: 32px;
  letter-spacing: -1.2px;
  line-height: 42px;
}

@media (max-width: 719.98px) {
  h4 {
    font-size: 20px;
    line-height: 26px;
  }
}

h5 {
  font-size: 24px;
  letter-spacing: -1.2px;
  line-height: 32px;
}

@media (max-width: 719.98px) {
  h5 {
    font-size: 18px;
    line-height: 24px;
  }
}

h6 {
  font-size: 20px;
  letter-spacing: -1px;
  line-height: 26px;
}

h6.h7 {
  font-size: 18px;
  letter-spacing: -0.5px;
  line-height: 24px;
}

@media (max-width: 719.98px) {
  h6 {
    font-size: 16px;
    line-height: 22px;
  }
}

a:hover {
  text-decoration: none;
}

p {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
}

b {
  font-weight: 600;
}

.subHeader {
  font-size: 18px;
  letter-spacing: 0;
  line-height: 24px;
}

label {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 16px;
}

small {
  font-size: 12px;
  letter-spacing: 0;
  line-height: 16px;
}

.submitButton button {
  font-size: 18px !important;
  font-weight: 600;
}

.btn-link {
  color: #000;
  font-size: 14px;
  line-height: 16px;
}

.btn-link img {
  width: 17px;
}

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

.buttonLink {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.44px;
  line-height: 18px;
  background: transparent;
  color: #000;
  border: none;
  padding: 0;
}

.buttonLink img {
  width: 20px;
  margin-right: 8px;
  margin-top: -2px;
}

.apexBorder {
  content: "";
  max-width: 800px;
  margin: 0 auto;
  height: 10px;
  display: block;
  background: url("/images/border-bg.svg") repeat-x;
}

.borderTitle {
  text-align: center;
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
}

.borderTitle span {
  color: #000;
}

.borderTitle:after {
  content: "";
  height: 10px;
  display: block;
  margin: 15px auto;
  background: url("/images/border-bg.svg") repeat-x;
}

@media (max-width: 719.98px) {
  .borderTitle:after {
    margin: 10px 0;
  }
}

.borderTitle.white:after {
  background: url("/images/border-bg-white.svg") repeat-x;
}

.borderTitle p {
  font-size: 20px;
  line-height: 26px;
  max-width: 500px;
  margin: 0 auto;
}

.borderTitle.noBorder:after {
  display: none;
}

.borderTitle a {
  position: absolute;
  right: 0;
  top: 3px;
  font-weight: bold;
}

.borderTitle.fullWidth {
  max-width: 100%;
}

.borderTitle.inLanguage {
  position: relative;
}

.borderTitle.inLanguage .languageSelect {
  display: none;
}

@media (max-width: 719.98px) {
  .borderTitle.inLanguage h4,
  .borderTitle.inLanguage h3 {
    padding-right: 100px;
  }

  .borderTitle.inLanguage .languageSelect {
    display: block;
    position: absolute;
    width: 100px;
    right: 0;
    bottom: 55px;
  }
}

.apexBorder {
  height: 10px;
  display: block;
  margin: 15px auto;
  background: url("/images/border-bg.svg") repeat-x;
}

.apexBorder.white {
  background: url("/images/border-bg-white.svg") repeat-x;
}

.btn {
  border-radius: 30px;
  text-align: left;
  position: relative;
  border: none;
  letter-spacing: 0;
}

.btn.btnA {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

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

.btn.icon-btn {
  padding-right: 80px !important;
}

.btn.icon-btn:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  right: 32px;
  top: 50%;
  margin-top: -12px;
  background: url("/images/forward-white.svg") no-repeat center;
  background-size: cover;
}

.btn.btn-primary {
  background: #30ea03;
  box-shadow: 0 10px 10px -10px #398500;
  color: #000;
}

.btn.btn-primary:hover {
  background: rgba(44, 219, 2, 0.9);
}

.btn.btn-primary:active {
  background: #2cdb02;
}

.btn.btn-primary:disabled {
  background: #e0e4e8;
  color: #3d4144;
  border-color: #a5b0b9;
  box-shadow: none;
}

.btn.btn-secondary {
  border: solid 2px #30ea03;
  background: #fff;
  color: #000;
}

.btn.btn-secondary:after {
  background: url("/images/arrow-right-blue.png") no-repeat center;
}

.btn.btn-secondary:hover {
  box-shadow: 0 10px 10px -10px #30ea03;
}

.btn.btn-secondary:active {
  border-color: #30ea03 !important;
  background: rgba(48, 234, 3, 0.5) !important;
  color: #fff;
  box-shadow: none;
}

.btn.btn-secondary:active:after {
  background: url("/images/arrow-right.png") no-repeat center;
}

.btn.btn-outline-light {
  border: 2px solid #fff;
  color: #fff;
}

.btn.btn-outline-light:hover,
.btn.btn-outline-light:active {
  background: transparent;
}

.btn.btn-outline-danger {
  border: 2px solid #EA004B;
  background: #fff;
  color: #EA004B;
}

.btn.btn-outline-danger:after {
  background: url("/images/times-red.png") no-repeat center;
}

.btn.btn-outline-danger:hover {
  box-shadow: 0 10px 10px -10px #da291c;
  background: #fff6f6;
}

.btn.btn-outline-danger:active {
  background: #EA004B;
  color: #fff;
  box-shadow: none;
}

.btn.btn-outline-danger:active:after {
  background: url("/images/times-white.svg") no-repeat center;
}

.btn.btn-passive {
  background: rgb(224, 228, 232);
  color: #737a83;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
}

.btn.btn-passive:after {
  background: url("/images/arrow-right-gray.png") no-repeat center;
}

.btn.btn-passive:hover {
  box-shadow: 0 10px 10px -10px #30ea03;
}

.btn.btn-passive:active {
  border-color: #30ea03 !important;
  background: rgba(48, 234, 3, 0.5) !important;
  color: #fff;
  box-shadow: none;
}

.btn.btn-passive:active:after {
  background: url("/images/arrow-right.png") no-repeat center;
}

.btn.btn-sm,
.btn-group-sm > .btn {
  font-size: 14px;
  height: 32px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 719.98px) {
  .btn.btn-sm,
  .btn-group-sm > .btn {
    line-height: 14px;
  }
}

.btn.btn-md {
  font-size: 14px;
  height: 46px;
  padding-left: 25px;
  padding-right: 25px;
}

@media (max-width: 719.98px) {
  .btn.btn-md {
    line-height: 14px;
  }
}

.btn.btn-lg,
.btn-group-lg > .btn {
  font-size: 16px;
  height: 56px;
  padding-left: 40px;
  padding-right: 40px;
}

@media (max-width: 719.98px) {
  .btn.btn-lg,
  .btn-group-lg > .btn {
    line-height: 14px;
  }
}

.btn svg {
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -12px;
  width: 24px;
  height: 24px;
}

.btn svg .st0 {
  fill: none;
}

.btn svg .st1 {
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */

input[type=number] {
  -moz-appearance: textfield;
}

.form-group {
  position: relative;
}

.form-group label {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 20px;
}

.form-group input[type=text],
.form-group input[type=number],
.form-group input[type=password],
.form-group textarea,
.form-group .dropdown .btn {
  box-sizing: border-box;
  border: 1px solid #c4cbd2;
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.1);
  font-weight: 300;
  letter-spacing: 0;
}

.form-group input[type=text]:hover,
.form-group input[type=number]:hover,
.form-group input[type=password]:hover,
.form-group textarea:hover,
.form-group .dropdown .btn:hover {
  border: 1px solid #b2d6f6;
  box-shadow: 0 4px 4px -2px rgba(0, 118, 224, 0.5);
}

.form-group input[type=text]:focus,
.form-group input[type=number]:focus,
.form-group input[type=password]:focus,
.form-group textarea:focus,
.form-group .dropdown .btn:focus {
  border: 1px solid #0076e0;
  box-shadow: 0 4px 4px -2px rgba(0, 118, 224, 0.5);
}

.form-group input[type=text].disabled,
.form-group input[type=number].disabled,
.form-group input[type=password].disabled,
.form-group textarea.disabled,
.form-group .dropdown .btn.disabled {
  background-color: #e0e4e8;
  border: none;
}

.form-group .dropdown .btn {
  background: url("/images/dropdown.png") #fff no-repeat center right;
  background-position-x: calc(100% - 20px);
}

.form-group .dropdown.show .btn {
  border: 1px solid #0076e0;
  box-shadow: 0 4px 4px -2px rgba(0, 118, 224, 0.5);
  border-bottom: none;
}

.form-group .dropdown.show .dropdown-menu {
  border: solid 1px #30ea03;
  box-shadow: 0 4px 4px -2px rgba(0, 118, 224, 0.5);
  padding: 0;
}

.form-group .dropdown.show .dropdown-menu .dropdown-item {
  border-bottom: solid 1px #e0e4e8;
  padding: 15px;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
}

.form-group .dropdown.show .dropdown-menu .dropdown-item:last-of-type {
  border: none;
}

.form-group small {
  color: #6c767f;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 16px;
  margin-top: 10px;
}

.form-group textarea {
  height: 144px;
  resize: none;
}

.form-group.medium label {
  font-size: 14px;
}

.form-group.medium input {
  height: 48px;
  font-weight: 300;
  line-height: 20px;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif !important;
}

.form-group.medium textarea {
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}

.form-group.medium .country-code {
  width: 35%;
  font-size: 13px;
}

.form-group.error label,
.form-group.error small {
  color: #EA004B !important;
}

.form-group.error input {
  border: 2px solid #EA004B;
  box-shadow: 0 4px 4px -2px rgba(235, 20, 20, 0.3);
}

.form-group.error select {
  border: 2px solid #EA004B;
  box-shadow: 0 4px 4px -2px rgba(235, 20, 20, 0.3);
}

.form-group.error:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url("/images/close.svg") no-repeat center;
  background-size: cover;
  position: absolute;
  right: 30px;
  top: 46px;
  z-index: 1;
}

.form-group.error:hover:after {
  display: none !important;
}

.form-group.error.medium:after {
  top: 42px;
  right: 16px;
}

.form-group.error.noIcon:after {
  display: none;
}

.form-group.iconInput .relative .icon {
  width: 24px;
  position: absolute;
  right: 30px;
  top: 46px;
  cursor: pointer;
}

.form-group.iconInput.medium .icon {
  top: 42px;
  right: 16px;
}

.form-group svg {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -12px;
}

.form-group svg .cls-1,
.form-group svg .cls-2 {
  fill: none;
}

.form-group svg .cls-2 {
  stroke: #171717;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
}

.custom-control.fill-checkbox,
.custom-control.fill-radio {
  padding: 6px;
  padding-left: 50px;
  font-size: 16px;
  line-height: 20px;
}

.custom-control.fill-checkbox .fill-control-input,
.custom-control.fill-radio .fill-control-input {
  display: none;
}

.custom-control.fill-checkbox .fill-control-input:checked ~ .fill-control-indicator,
.custom-control.fill-radio .fill-control-input:checked ~ .fill-control-indicator {
  border: solid 2px #30ea03;
  background: url("/images/checkmark.png") no-repeat center;
  background-size: cover;
}

.custom-control.fill-checkbox.medium,
.custom-control.fill-radio.medium {
  font-size: 14px;
  padding-left: 30px;
}

.custom-control.fill-checkbox.medium .fill-control-indicator,
.custom-control.fill-radio.medium .fill-control-indicator {
  width: 20px;
  height: 20px;
  border-radius: 6px;
  margin-top: -10px;
}

.custom-control.fill-checkbox .fill-control-indicator,
.custom-control.fill-radio .fill-control-indicator {
  border-radius: 8px;
  display: inline-block;
  position: absolute;
  top: 18px;
  left: 0;
  width: 32px;
  height: 32px;
  border: 1px solid #a5b0b9;
  transition: 0.3s;
  background: transperent;
  background-size: 0%;
  background-position: center;
  background-repeat: no-repeat;
}

.custom-control.fill-checkbox.fill-radio .fill-control-input:checked ~ .fill-control-indicator,
.custom-control.fill-radio.fill-radio .fill-control-input:checked ~ .fill-control-indicator {
  background: url("/images/radio.png") no-repeat center;
  background-size: 32px;
}

.custom-control.fill-checkbox.fill-radio .fill-control-indicator,
.custom-control.fill-radio.fill-radio .fill-control-indicator {
  border-radius: 50%;
}

.loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9999;
}

.loader .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.loader img {
  height: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -25px;
  margin-left: -25px;
}

.loader.hideLoader {
  display: none;
}

.loader .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.loader .container {
  width: 100%;
}

.loader .text-container {
  width: 240px;
  font-size: 20px;
  height: 50px;
}

.loader .dynamic-text,
.loader .static-text {
  display: inline-block;
}

.loader .static-text {
  margin-right: 10px;
  color: #41D3BD;
}

.loader .dynamic-text {
  list-style: none;
  position: absolute;
  overflow: hidden;
  height: 50px;
}

.loader .item {
  position: relative;
  top: -5px;
  animation: move 5s infinite 1s;
  color: #000;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@keyframes move {
  0% {
    top: 0px;
  }

  25% {
    top: -50px;
  }

  50% {
    top: -100px;
  }

  75% {
    top: -150px;
  }
}

.activitiesIcon .st0 {
  fill: none;
  stroke: #000;
  stroke-width: 1.2;
}

.activitiesIcon .st1 {
  fill: none;
  stroke: #000;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.activitiesIcon .st2 {
  fill: none;
  stroke: #000;
  stroke-width: 0.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.activitiesIcon .st3 {
  fill: none;
  stroke: #000;
  stroke-width: 0.8;
}

.activitiesIcon .st4 {
  fill: none;
}

.activitiesIcon .st5 {
  fill: none;
  stroke: #000;
  stroke-width: 1.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bottomBasketConfirmButtonContainer {
  position: fixed;
  left: 0;
  bottom: 60px;
  padding: 15px 15px 30px;
  z-index: 1;
  width: 100%;
}

.bottomBasketConfirmButtonContainer .apexCurrency {
  font-weight: normal;
  display: inline-block;
  margin-left: 15px;
}

.mobileBottomBar {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 20;
  text-align: center;
}

.mobileBottomBar .icon {
  display: inline-block;
  width: 36px;
  height: 36px;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
  position: relative;
}

.mobileBottomBar .navbar {
  width: 100%;
  background: #fdfdfd;
  padding: 0 10px;
  box-shadow: 0 -2px 5px 0 rgba(0, 0, 0, 0.09);
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  position: relative;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: nowrap;
  color: #000;
}

@media (max-width: 360px) {
  .mobileBottomBar .navbar {
    gap: 0;
    padding: 0 5px;
  }
}

.mobileBottomBar .navbar__item {
  max-width: 70px;
  width: 100%;
  height: 68px;
  cursor: pointer;
  position: relative;
  font-size: 12px;
  line-height: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
}

.mobileBottomBar .navbar__item .mobile-navbar--title {
  font-size: 11px;
}

@media (max-width: 360px) {
  .mobileBottomBar .navbar__item:not(.active) .mobile-navbar--title {
    display: none;
  }
}

.mobileBottomBar .navbar__item svg {
  height: 30px;
  display: block;
  margin: 0 auto;
}

.mobileBottomBar .navbar__item.homeIcon .st0 {
  fill: none;
  stroke: #000;
  stroke-width: 1.44;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mobileBottomBar .navbar__item.productsIcon .cls-1,
.mobileBottomBar .navbar__item.productsIcon .cls-2 {
  fill: none;
  stroke: #000;
}

.mobileBottomBar .navbar__item.productsIcon .cls-1 {
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.15px;
}

.mobileBottomBar .navbar__item.productsIcon .cls-2 {
  stroke-width: 0.93px;
}

.mobileBottomBar .navbar__item.productsIcon .cls-3 {
  fill: #000;
  fill-rule: evenodd;
}

.mobileBottomBar .navbar__item.rewardsIcon .st0 {
  fill: none;
  stroke: #000;
  stroke-width: 1.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mobileBottomBar .navbar__item.rewardsIcon .st1 {
  fill: none;
  stroke: #000;
  stroke-width: 1.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.mobileBottomBar .navbar__item.basketIcon .cls-1,
.mobileBottomBar .navbar__item.basketIcon .cls-2 {
  fill: none;
}

.mobileBottomBar .navbar__item.basketIcon .cls-1 {
  stroke: #000;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5px;
}

.mobileBottomBar .navbar__item.accountIcon .cls-1 {
  fill: none;
}

.mobileBottomBar .navbar__item.accountIcon .cls-2,
.mobileBottomBar .navbar__item.accountIcon .cls-3 {
  fill: #000;
}

.mobileBottomBar .navbar__item.accountIcon .cls-2,
.mobileBottomBar .navbar__item.accountIcon .cls-4 {
  stroke: #000;
}

.mobileBottomBar .navbar__item.accountIcon .cls-2 {
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.26px;
  fill-rule: evenodd;
}

.mobileBottomBar .navbar__item.accountIcon .cls-4 {
  fill: #000;
  stroke-width: 0.5px;
}

.mobileBottomBar .navbar__item::before,
.mobileBottomBar .navbar__item:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: currentColor;
  border-radius: 10px;
  transform: scale(0.8);
  opacity: 0;
}

.mobileBottomBar .navbar__item.active.homeIcon .st0 {
  stroke: #000;
}

.mobileBottomBar .navbar__item.active.productsIcon .cls-1,
.mobileBottomBar .navbar__item.active.productsIcon .cls-2 {
  fill: none;
  stroke: #000;
}

.mobileBottomBar .navbar__item.active.productsIcon .cls-1 {
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.15px;
}

.mobileBottomBar .navbar__item.active.productsIcon .cls-2 {
  stroke-width: 0.93px;
}

.mobileBottomBar .navbar__item.active.productsIcon .cls-3 {
  fill: #000;
  fill-rule: evenodd;
}

.mobileBottomBar .navbar__item.active.productsIcon .cls-2 {
  stroke: #000;
}

.mobileBottomBar .navbar__item.active.rewardsIcon .st0 {
  stroke: #000;
}

.mobileBottomBar .navbar__item.active.rewardsIcon .st1 {
  stroke: #000;
}

.mobileBottomBar .navbar__item.active.activitiesIcon .st0 {
  stroke: #000;
}

.mobileBottomBar .navbar__item.active.activitiesIcon .st1 {
  stroke: #000;
}

.mobileBottomBar .navbar__item.active.activitiesIcon .st2 {
  stroke: #000;
}

.mobileBottomBar .navbar__item.active.activitiesIcon .st3 {
  stroke: #000;
}

.mobileBottomBar .navbar__item.active.activitiesIcon .st5 {
  stroke: #000;
}

.mobileBottomBar .navbar__item.active.basketIcon .cls-1 {
  stroke: #000;
}

.mobileBottomBar .navbar__item.active::before,
.mobileBottomBar .navbar__item.active::after {
  background: #30ea03;
  transform: translateY(-18px) scale(1);
}

.mobileBottomBar .navbar__item.active::before {
  opacity: 1;
}

.mobileBottomBar .navbar__item.active::after {
  opacity: 0.4;
}

.mobileBottomBar .navbar__item.active .navbar__icon {
  transform: translateY(-15px) scale(1);
  color: #000;
  transition-delay: 0.1s, 0.1s;
}

.mobileBottomBar .navbar__icon {
  transition: all 0.5s cubic-bezier(0.71, 0.03, 0.23, 0.95);
  transition-delay: 0.1s;
  display: inline-block;
  position: relative;
  z-index: 2;
}

.mobileBottomBar .navbar__icon .InStoreMaterials {
  background: url("/images/InStoreMaterials.png") no-repeat;
  margin: auto;
  width: 28px;
  height: 28px;
  background-size: contain;
}

.mobileBottomBar .navbar__icon .learningHubIcon {
  background: url("/images/learning-hub-icon-black-new.svg") no-repeat;
  width: 28px;
  height: 28px;
  background-size: contain;
  margin: 0 auto;
  margin-bottom: 3px;
}

.mobileBottomBar .navbar__icon .giftIcon {
  background: url("/images/gift-icon.png") no-repeat;
  margin-right: 20px;
  width: 28px;
  height: 28px;
  background-size: contain;
  margin: auto;
}

.mobileBottomBar .navbar .cartCounter {
  position: absolute;
  right: -18px;
  top: -1px;
  border-radius: 10px;
  color: #fff;
  font-size: 9px;
  line-height: 9px;
  background: #da291c;
  height: 20px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#invoiceDetailModal .invoice {
  display: flex;
  align-content: center;
  justify-content: space-between;
  flex-direction: row;
  padding: 15px 0;
  align-items: flex-start;
  text-align: left;
}

#invoiceDetailModal .invoice .info .qty {
  display: inline-block;
  margin-left: 10px;
  background: #c4cbd2;
  padding: 2px 10px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: bold;
  width: 70px;
  text-align: center;
}

#invoiceDetailModal .invoice .price {
  font-weight: bold;
  font-size: 14px;
  width: 120px;
  text-align: right;
}

#invoiceDetailModal .feedback-button {
  font-size: 14px;
  border: none;
  border-radius: 18px;
  padding: 6px 20px;
}

#invoiceDetailModal .approve-button {
  background-color: #30ea03;
  color: white;
}

#invoiceDetailModal .rejected-button {
  background-color: #9b1a1a;
  color: white;
}

#popupErrorModal .modal-dialog,
#jiraVerificationModal .modal-dialog {
  max-width: 615px;
  position: relative;
}

@media (max-width: 959.98px) {
  #popupErrorModal .modal-dialog,
  #jiraVerificationModal .modal-dialog {
    margin: 0;
  }
}

@media (max-width: 1023.98px) {
  #popupErrorModal .modal-dialog,
  #jiraVerificationModal .modal-dialog {
    max-width: 100%;
  }
}

#popupErrorModal .modal-dialog .close,
#jiraVerificationModal .modal-dialog .close {
  color: #fff;
  position: absolute;
  right: 20px;
  top: 20px;
}

#popupErrorModal .modal-dialog .modal-content,
#jiraVerificationModal .modal-dialog .modal-content {
  border: none;
  border-radius: 12px;
  background: radial-gradient(circle, #30ea03 0%, #2cdb02 100%);
  text-align: center !important;
  color: #fff;
  padding: 40px 15px 30px 15px;
}

@media (max-width: 959.98px) {
  #popupErrorModal .modal-dialog .modal-content,
  #jiraVerificationModal .modal-dialog .modal-content {
    height: 100vh;
    border-radius: 0;
  }
}

@media (max-width: 959.98px) {
  #popupErrorModal .modal-dialog .modal-content .modal-body,
  #jiraVerificationModal .modal-dialog .modal-content .modal-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  #popupErrorModal .modal-dialog .modal-content .modal-body h5,
  #jiraVerificationModal .modal-dialog .modal-content .modal-body h5 {
    text-align: center;
  }
}

#popupErrorModal .modal-dialog .modal-content .errorImage img,
#jiraVerificationModal .modal-dialog .modal-content .errorImage img {
  height: 140px;
  margin: 20px auto;
}

#popupErrorModal .modal-dialog .modal-content .errorText,
#jiraVerificationModal .modal-dialog .modal-content .errorText {
  font-size: 18px;
  letter-spacing: -0.5px;
  line-height: 22px;
}

.showTopLoginBar .topBar .navbar {
  border-radius: 0;
  box-shadow: none;
}

.showTopLoginBar .mainContainer {
  margin-top: 0;
}

@media (max-width: 719.98px) {
  .showTopLoginBar .mainContainer {
    padding-top: 0px;
  }
}

@media (max-width: 719.98px) {
  .apexMainContainer {
    padding-top: 75px;
  }
}

.apexMainContainer .rewardSection .disableButton {
  background: #e0e4e8;
  color: #6c767f;
  margin-top: 23px;
  cursor: default;
}

.apexMainContainer .rewardSection .redPoint {
  width: 4px;
  height: 4px;
  flex-grow: 0;
  background-color: #da291c;
  border-radius: 4px;
}

.apexMainContainer .rewardSection .opacityImage {
  opacity: 0.4;
}

.apexMainContainer .rewardSection .gap {
  margin-top: 10px;
}

.apexMainContainer .rewardSection .digitalCoupon {
  width: 44px;
  height: 40.8px;
  flex-grow: 0;
  background-color: #fde8d0;
  position: absolute;
  border-radius: 16px 0px 50px 0px;
}

.apexMainContainer .rewardSection .digitalCoupon .clockImage {
  margin-left: 5px;
  margin-top: 5px;
}

.apexMainContainer .rewardSection .information {
  margin-top: 20px;
  border: dashed 1px #fbc598;
  padding: 21px;
  border-radius: 10px;
  background-color: #fde8d0;
}

.apexMainContainer .rewardSection .information img {
  border-radius: 50%;
  padding: 10px;
  background-color: #fef4eb;
  height: 100%;
}

.apexMainContainer .rewardSection .information .learn-more {
  font-size: 14px;
}

.apexMainContainer .rewardSection .information .title {
  font-weight: 600;
  margin-bottom: 0px;
}

.topBar {
  width: 100%;
  position: relative;
  z-index: 100;
  height: 96px;
  width: 100%;
  padding: 0 10px;
  margin: 0 auto;
  box-shadow: 0 0.2rem 1rem rgba(0, 0, 0, 0.12);
  background: #fff;
}

@media (max-width: 719.98px) {
  .topBar {
    height: 76px;
    max-width: none;
    position: fixed;
    padding: 0;
  }
}

.topBar .navbar {
  width: 100%;
  position: absolute;
  height: 96px;
  background-color: #ffffff;
  padding: 20px 45px;
  text-align: center;
  z-index: 1;
}

@media (max-width: 719.98px) {
  .topBar .navbar {
    padding: 0;
    height: 76px;
  }

  .topBar .navbar .logo-section {
    position: relative;
    width: 100%;
  }

  .topBar .navbar .logo-section a {
    position: absolute;
    top: -66px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.topBar .navbar .navbar-toggler {
  display: block;
  position: absolute;
  left: 25px;
  bottom: 25px;
}

.topBar .navbar .backButton {
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -12px;
  transform: rotate(-180px);
  -ms-transform: rotate(-180px);
  -moz-transform: rotate(-180px);
  -webkit-transform: rotate(-180px);
  -o-transform: rotate(-180px);
  display: none;
  background: transparent;
  border: none;
  padding: 0;
}

@media (max-width: 719.98px) {
  .topBar .navbar .backButton {
    display: block;
  }
}

.topBar .navbar .backButton svg {
  width: 24px;
  height: 24px;
}

.topBar .navbar .backButton svg .cls-1,
.topBar .navbar .backButton svg .cls-2 {
  fill: none;
}

.topBar .navbar .backButton svg .cls-2 {
  stroke: #1a1a1a;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
}

.topBar .navbar .navbar-brand {
  margin-left: 0;
}

.topBar .navbar .navbar-brand div {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.topBar .navbar .navbar-brand div.global img {
  height: 100%;
}

@media (max-width: 719.98px) {
  .topBar .navbar .navbar-brand div {
    height: 60px;
  }
}

.topBar .navbar .rightContainer {
  position: absolute;
  right: 45px;
  bottom: 36px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

@media (max-width: 719.98px) {
  .topBar .navbar .rightContainer {
    top: 35px;
    right: 10px;
  }
}

.topBar .navbar .helpIcon {
  margin-left: 10px;
  color: #000;
}

.topBar .navbar .helpIcon svg {
  height: 24px;
}

.topBar .navbar .basketIcon {
  position: relative;
  margin: -5px 20px 0;
}

.topBar .navbar .basketIcon svg {
  height: 30px;
}

.topBar .navbar .basketIcon .cls-1,
.topBar .navbar .basketIcon .cls-2 {
  fill: none;
}

.topBar .navbar .basketIcon .cls-1 {
  stroke: #000;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5px;
}

.topBar .navbar .basketIcon span {
  position: absolute;
  left: 21px;
  top: -5px;
  border-radius: 10px;
  color: #fff;
  font-size: 9px;
  line-height: 9px;
  background: #da291c;
  height: 20px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
}

.topBar .navbar .languageSelect {
  margin-right: 20px;
}

@media (max-width: 719.98px) {
  .topBar .navbar .languageSelect {
    display: none;
  }
}

.topBar .navbar .changeStoreDropdown {
  width: calc(100% - 48px);
  margin: 0 auto;
}

.topBar .navbar .changeStoreDropdown .btn {
  background: #f2f8fd;
}

.topBar .profileMenu {
  margin: 0 10px;
  /*.avatar {
      width: 32px;
      height: 32px;
      text-align: center;
      overflow: hidden;
      @include border-radius(10px);
      border: solid 0.3px #c4cbd2;
      background-color: #f3f5f6;
      img {
          height: 100%;
      }
  }*/
}

.topBar .profileMenu .nav-link {
  padding: 0;
}

.topBar .profileMenu .nav-link svg {
  height: 30px;
}

.topBar .profileMenu .nav-link svg.closeIconSvg {
  height: 20px;
}

.topBar .profileMenu .dropdown-menu {
  padding: 10px;
  border-radius: 16px;
  box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.1);
  width: 150px;
  right: 0px;
  left: auto;
  border: none;
}

.topBar .profileMenu .dropdown-menu .dropdown-item {
  text-align: right;
  border-radius: 10px;
  margin-bottom: 5px;
}

.topBar .topLoginBar {
  height: 145px;
  border-radius: 0 0 12px 12px;
  background-color: #f3f5f6;
  position: relative;
  padding: 109px 45px 0px 45px;
  z-index: 0;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 18px;
}

@media (max-width: 719.98px) {
  .topBar .topLoginBar {
    padding: 95px 24px 24px 24px;
    height: 132px;
    border-radius: 0 0 24px 24px;
  }
}

.topBar .topLoginBar .btn {
  margin-left: 18px;
  font-weight: 600;
  width: 87px;
  padding: 0;
}

@media (max-width: 719.98px) {
  .topBar .topLoginBar .btn {
    position: absolute;
    right: 24px;
    bottom: 16px;
  }
}

.languageSelect .flag-icon {
  display: inline-block;
  width: 17px;
  margin-right: 4px;
  border-radius: 2px;
}

.languageSelect .flag-emoji {
  height: 19px;
  margin-right: 4px;
}

.languageSelect .nav-link {
  display: flex;
  align-items: center;
  background: url("/images/dropdown.png") no-repeat center right;
  background-size: 16px 16px;
  color: #1A1A1A;
  font-size: 14px;
  padding-right: 15px;
}

.languageSelect .dropdown-menu {
  padding: 30px 20px 10px 20px;
  border-radius: 16px;
  box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.1);
  width: 300px;
  border: none;
}

.languageSelect .dropdown-menu .title {
  font-size: 18px;
  letter-spacing: 0;
  line-height: 24px;
  color: #30ea03;
  margin-bottom: 10px;
}

.languageSelect .dropdown-menu .language {
  padding: 15px 0;
  padding-right: 100px;
  border-bottom: solid 2px #e0e4e8;
  position: relative;
}

.languageSelect .dropdown-menu .language:hover {
  background-color: transparent;
}

.languageSelect .dropdown-menu .language:last-of-type {
  border: none;
}

.languageSelect .dropdown-menu .language b {
  display: block;
  line-height: 14px;
  font-size: 16px;
}

.languageSelect .dropdown-menu .language span {
  color: #6c767f;
  font-size: 14px;
}

.languageSelect .dropdown-menu .language a {
  position: absolute;
  right: 0;
  top: 20px;
  padding: 2px 0;
  width: 74.79px;
  border: 2px solid #30ea03;
  border-radius: 18.5px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 16px;
  transition: 0.1s ease-out;
}

.languageSelect .dropdown-menu .language a:hover {
  background-color: #30ea03;
  color: #fff;
}

.languageSelect .dropdown-menu .language.ar {
  direction: rtl;
  padding-right: 0;
  padding-left: 100px;
  text-align: right;
}

.languageSelect .dropdown-menu .language.ar a {
  right: auto;
  left: 0;
}

.mainContainer {
  padding-top: 48px;
  margin: 0 auto 0 auto;
  max-width: 1024px;
}

@media (max-width: 719.98px) {
  .mainContainer {
    width: calc(100% - 48px);
    margin: 20px auto 27px auto;
  }
}

.changeStoreDropdown {
  width: 100%;
}

.changeStoreDropdown .btn {
  display: block;
  width: 100%;
  background: #fff;
  position: relative;
  border-radius: 16px;
  font-weight: normal;
  position: relative;
}

.changeStoreDropdown .btn .storeIcon {
  position: static;
  margin: 0;
  height: 20px;
  margin-right: 5px;
  margin-left: 5px;
  margin-top: -2px;
}

.changeStoreDropdown .btn .storeIcon .cls-1 {
  fill: none;
  stroke: #1a1a1a;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.67px;
}

.changeStoreDropdown .btn .arrow {
  position: absolute;
  right: 8px;
}

.changeStoreDropdown .dropdown-menu {
  width: 100%;
  border: none;
  padding: 0;
  border-radius: 0 0 16px 16px;
}

.changeStoreDropdown .dropdown-menu .dropdown-item {
  padding: 10px;
  white-space: normal;
}

.changeStoreDropdown .dropdown-menu .dropdown-item .storeIcon {
  position: static;
  margin: 0;
  height: 14px;
  margin-right: 5px;
  margin-left: 5px;
  margin-top: -4px;
}

.changeStoreDropdown .dropdown-menu .dropdown-item .storeIcon .cls-1 {
  fill: none;
  stroke: #1a1a1a;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.67px;
}

.changeStoreDropdown.show .btn {
  border-radius: 16px 16px 0 0;
}

.apexTopBar {
  background: url("/images/home-banner.jpg") no-repeat center top;
  background-size: cover;
  padding: 54px 0;
}

@media (max-width: 959.98px) {
  .apexTopBar {
    padding: 24px;
    border-radius: 0 0 16px 16px;
  }
}

.apexTopBar .nameAndStoresContainer {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

@media (max-width: 959.98px) {
  .apexTopBar .nameAndStoresContainer {
    flex-direction: column;
  }
}

.apexTopBar .nameAndStoresContainer .name {
  flex: 1;
}

.apexTopBar .nameAndStoresContainer .changeStoreDropdown {
  width: 50%;
}

@media (max-width: 959.98px) {
  .apexTopBar .nameAndStoresContainer .changeStoreDropdown {
    width: 100%;
  }
}

.apexTopBar .profileLink {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: bold;
  border-radius: 8px;
  color: #1a1a1a;
  margin-top: 10px;
  position: relative;
}

.apexTopBar .profileLink .avatar {
  width: 50px;
  height: 50px;
  overflow: hidden;
  text-align: center;
  border-radius: 8px;
  margin-right: 10px;
}

.apexTopBar .profileLink .avatar img {
  height: 100%;
}

.apexTopBar .profileLink .arrow {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
}

@media (max-width: 959.98px) {
  .apexTopBar .profileLink .arrow {
    right: 10px;
  }
}

.apexTopBar .profileLink .arrow .cls-1,
.apexTopBar .profileLink .arrow .cls-2 {
  fill: none;
}

.apexTopBar .profileLink .arrow .cls-2 {
  stroke: #1a1a1a;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
}

.apexTopBar .pointsContainer {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

@media (max-width: 959.98px) {
  .apexTopBar .pointsContainer {
    flex-wrap: wrap;
  }
}

.apexTopBar .pointsContainer .youHave {
  background: url("/images/point-bg.png") center left no-repeat #fff;
  box-shadow: 0 5px 5px -6px rgba(0, 118, 224, 0.5);
  padding: 20px;
  border-radius: 16px;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  width: 100%;
}

.apexTopBar .pointsContainer .youHave .pointIcon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #FFE14A;
  padding: 8px;
  margin-right: 10px;
}

.apexTopBar .pointsContainer .youHave .pointIcon svg {
  width: 100%;
}

.apexTopBar .pointsContainer .youHave .value {
  font-size: 20px;
  line-height: 26px;
}

.apexTopBar .pointsContainer .youHave .value strong {
  font-weight: 700;
  font-size: 24px;
}

.apexTopBar .pointsContainer .youHave button {
  font-weight: 400;
  font-size: 16px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -16px;
  padding-right: 10px;
  padding-left: 10px;
}

@media (max-width: 719.98px) {
  .apexTopBar .pointsContainer .youHave button {
    position: static;
    margin-top: 8px;
    width: 100%;
    text-align: center;
  }
}

.apexTopBar .pointsContainer .topBarButtonsContainer {
  display: flex;
  align-items: center;
  width: 20%;
  padding: 0 7.5px;
}

@media (max-width: 959.98px) {
  .apexTopBar .pointsContainer .topBarButtonsContainer {
    padding: 0;
    margin-top: 15px;
    width: 25%;
  }
}

@media (max-width: 719.98px) {
  .apexTopBar .pointsContainer .topBarButtonsContainer {
    width: 45%;
  }
}

.apexTopBar .pointsContainer .topBarButton {
  width: 100%;
  /*flex: 1;*/
  padding: 10px 16px;
  background: #30ea03;
  border: none;
  color: #fff;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  position: relative;
  margin: 0 7.5px;
  height: 100%;
  display: flex;
}

.apexTopBar .pointsContainer .topBarButton svg {
  height: 34px;
}

@media (max-width: 959.98px) {
  .apexTopBar .pointsContainer .topBarButton svg {
    position: static;
  }
}

.apexTopBar .pointsContainer .topBarButton svg.productsIconSvg .cls-1,
.apexTopBar .pointsContainer .topBarButton svg.productsIconSvg .cls-2 {
  fill: none;
  stroke: #fff;
}

.apexTopBar .pointsContainer .topBarButton svg.productsIconSvg .cls-1 {
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.15px;
}

.apexTopBar .pointsContainer .topBarButton svg.productsIconSvg .cls-2 {
  stroke-width: 0.93px;
}

.apexTopBar .pointsContainer .topBarButton svg.productsIconSvg .cls-3 {
  fill: #fff;
  fill-rule: evenodd;
}

.apexTopBar .pointsContainer .topBarButton svg.rewardsIconSvg .st0 {
  fill: none;
  stroke: #fff;
  stroke-width: 1.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.apexTopBar .pointsContainer .topBarButton svg.rewardsIconSvg .st1 {
  fill: none;
  stroke: #fff;
  stroke-width: 1.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.apexTopBar .howToEarnContainer {
  margin-top: 24px;
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  position: relative;
}

.apexTopBar .howToEarnContainer:before {
  content: "";
  width: 29px;
  height: 13px;
  position: absolute;
  top: -13px;
  background: url("/images/top-view-arrow.png") no-repeat center;
  left: 50%;
  margin-left: -14.5px;
}

.apexTopBar .howToEarnContainer .howContainer {
  display: flex;
  flex-direction: row;
  margin-top: 30px;
}

@media (max-width: 959.98px) {
  .apexTopBar .howToEarnContainer .howContainer {
    flex-direction: column;
  }
}

.apexTopBar .howToEarnContainer .howContainer .how {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex: 1;
}

@media (max-width: 959.98px) {
  .apexTopBar .howToEarnContainer .howContainer .how {
    margin-top: 15px;
  }

  .apexTopBar .howToEarnContainer .howContainer .how:nth-of-type(1) {
    margin-top: 0;
  }
}

.apexTopBar .howToEarnContainer .howContainer .how .number {
  background: #30ea03;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-weight: bold;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  color: #fff;
}

.apexTopBar .howToEarnContainer .howContainer .how .text {
  flex: 1;
  padding-right: 40px;
  font-size: 16px;
}

@media (max-width: 959.98px) {
  .apexTopBar .howToEarnContainer .howContainer .how .text {
    padding-right: 0;
  }
}

.apexTopBar .howToEarnContainer .buttons {
  position: absolute;
  right: 20px;
  top: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

@media (max-width: 959.98px) {
  .apexTopBar .howToEarnContainer .buttons {
    position: static;
    margin-top: 20px;
  }
}

.apexTopBar .howToEarnContainer .buttons .btn {
  font-weight: 400;
  text-align: center;
  color: #30ea03;
}

.contractDescription {
  background: #fafcfe;
  border: dashed 1px #cbe3f8;
  padding: 10px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 20px 0;
}

.contractDescription img {
  width: 40px;
  margin-right: 20px;
}

.contractDescription a {
  display: block;
  font-weight: #30ea03;
  margin-top: 10px;
}

.dashboardNavigation {
  background: #30ea03;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding-top: 15px;
}

@media (max-width: 959.98px) {
  .dashboardNavigation {
    padding: 10px 30px 0;
    box-shadow: 0 6px 6px -2px rgba(0, 0, 0, 0.1);
  }
}

.dashboardNavigation a {
  text-align: center;
  display: block;
  padding: 8px 24px;
  color: #1A1A1A;
  font-size: 16px;
  line-height: 20px;
  position: relative;
  border-radius: 8px 8px 0 0;
}

@media (max-width: 719.98px) {
  .dashboardNavigation a {
    padding: 8px;
    font-size: 14px;
    line-height: 16px;
    text-align: left;
  }
}

.dashboardNavigation a.router-link-exact-active,
.dashboardNavigation a.active {
  background: #fff;
  color: #1A1A1A;
  font-weight: 600;
}

@media (max-width: 959.98px) {
  .dashboardNavigation {
    background: #fff;
    justify-content: center;
  }

  .dashboardNavigation a {
    color: #1A1A1A;
    max-width: none;
  }

  .dashboardNavigation a.router-link-exact-active,
  .dashboardNavigation a.active {
    background: #30ea03;
    color: #1A1A1A;
    font-weight: 600;
  }
}

.blueBox {
  background: #2cdb02;
  color: #fff;
  padding: 5px;
  border-radius: 16px;
  position: relative;
  height: 100%;
  z-index: 1;
}

.blueBox .image {
  text-align: center;
}

.blueBox .image img {
  max-width: 100%;
  margin: 0 auto;
}

.blueBox .contentArea {
  padding: 16px;
}

.blueBox .contentArea .title {
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 16px;
}

@media (max-width: 959.98px) {
  .blueBox .contentArea .title {
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
  }
}

.blueBox .contentArea .buttons .btn {
  border: none;
  text-align: center;
  border-radius: 16px;
  display: block;
  width: 100%;
  font-weight: 600;
}

.blueBox .contentArea .description {
  font-size: 14px;
  line-height: 16px;
}

.blueBox.rewardStoreLink {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  padding: 15px;
  font-size: 16px;
  line-height: 20px;
}

.blueBox.rewardStoreLink b {
  display: block;
  font-size: 18px;
  line-height: 26px;
}

.blueBox.rewardStoreLink div {
  flex: 1;
}

.blueBox.rewardStoreLink div:nth-of-type(1) {
  width: 110px;
}

.blueBox.rewardStoreLink div:nth-of-type(1) img {
  max-width: 90%;
}

.blueBox.rewardStoreLink div:nth-of-type(2) {
  padding-right: 40px;
}

.blueBox.rewardStoreLink svg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 24px;
  height: 24px;
}

.blueBox.rewardStoreLink svg .cls-1,
.blueBox.rewardStoreLink svg .cls-2 {
  fill: none;
}

.blueBox.rewardStoreLink svg .cls-2 {
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
}

.rewardStoreTopMinimal {
  background-color: #f2f8fd;
  padding: 30px 0;
}

@media (max-width: 959.98px) {
  .rewardStoreTopMinimal {
    padding: 15px 24px;
  }
}

.rewardStoreTopMinimal .rewardStoreTop {
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}

.rewardStoreTopMinimal .rewardStoreTop .currentPoint {
  background: #FFE14A;
  width: 240px;
  border-radius: 16px;
  text-align: center;
  text-transform: uppercase;
  padding: 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  letter-spacing: 1px;
}

@media (max-width: 959.98px) {
  .rewardStoreTopMinimal .rewardStoreTop .currentPoint {
    padding: 2px 10px;
    font-size: 12px;
  }
}

.rewardStoreTopMinimal .rewardStoreTop .currentPoint b {
  display: inline-block;
  margin-right: 5px;
}

.rewardStoreTopMinimal .rewardStoreTop .currentPoint svg {
  width: 20px;
  height: 20px;
  margin-left: 5px;
}

@media (max-width: 959.98px) {
  .rewardStoreTopMinimal .rewardStoreTop .currentPoint svg {
    width: 16px;
    height: 16px;
  }
}

.rewardStoreTopMinimal .rewardStoreTop .totalCurrentPoints {
  width: 420px;
  border-radius: 0 0 16px 16px;
  overflow: hidden;
}

@media (max-width: 959.98px) {
  .rewardStoreTopMinimal .rewardStoreTop .totalCurrentPoints {
    width: 100%;
  }
}

.rewardStoreTopMinimal .rewardStoreTop .totalCurrentBasketRewards {
  text-align: center;
  min-width: 360px;
}

@media (max-width: 959.98px) {
  .rewardStoreTopMinimal .rewardStoreTop .totalCurrentBasketRewards {
    min-width: 160px;
    margin-left: 15px;
  }
}

.rewardStoreTopMinimal .rewardStoreTop .totalCurrentBasketRewards .dropdown .dropdown-toggle {
  background: #fff;
  height: 40px;
  border: none;
  padding: 15px;
  width: 100%;
  border-radius: 8px;
  color: #6c767f;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.rewardStoreTopMinimal .rewardStoreTop .totalCurrentBasketRewards .dropdown .dropdown-toggle .haveProduct {
  color: #1a1a1a;
}

.rewardStoreTopMinimal .rewardStoreTop .totalCurrentBasketRewards .dropdown .dropdown-toggle .basketIconSvg {
  width: 15px;
  height: 20px;
  margin-right: 10px;
}

.rewardStoreTopMinimal .rewardStoreTop .totalCurrentBasketRewards .dropdown .dropdown-toggle .arrow {
  position: absolute;
  right: 8px;
  top: 8px;
}

.rewardStoreTopMinimal .rewardStoreTop .totalCurrentBasketRewards .dropdown .dropdown-toggle:after {
  display: none;
}

.rewardStoreTopMinimal .rewardStoreTop .totalCurrentBasketRewards .dropdown.show .dropdown-toggle {
  border-radius: 8px 8px 0 8px;
}

.rewardStoreTopMinimal .rewardStoreTop .totalCurrentBasketRewards .dropdown.show .dropdown-toggle img {
  transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}

.rewardStoreTopMinimal .rewardStoreTop .totalCurrentBasketRewards .dropdown .dropdown-menu {
  border: none;
  border-radius: 0 0 16px 16px;
  overflow: hidden;
  padding: 0;
  box-shadow: 0 6px 6px -2px rgba(0, 0, 0, 0.5);
  top: -2px !important;
  right: 0 !important;
  max-width: 400px;
  left: auto;
  margin-left: auto;
}

@media (max-width: 959.98px) {
  .rewardStoreTopMinimal .rewardStoreTop .totalCurrentBasketRewards .dropdown .dropdown-menu {
    border-radius: 16px 0 16px 16px;
    right: 0 !important;
    left: auto;
    width: 320px;
    top: 38px !important;
    transform: none !important;
  }
}

.rewardStoreTopMinimal .rewardStoreTop .totalCurrentBasketRewards .dropdown .dropdown-menu .emptyBasket {
  text-align: center;
  padding: 20px;
}

.rewardStoreTopMinimal .rewardStoreTop .totalCurrentBasketRewards .dropdown .dropdown-menu .emptyBasket h6 {
  text-align: center;
}

.rewardStoreTopMinimal .rewardStoreTop .totalCurrentBasketRewards .dropdown .dropdown-menu .emptyBasket img {
  width: 60px;
  margin: 0 auto;
}

.rewardStoreTopMinimal .rewardStoreTop .totalCurrentBasketRewards .dropdown .dropdown-menu .productsList {
  padding: 10px 15px 15px;
  background: #fff;
}

.rewardStoreTopMinimal .rewardStoreTop .totalCurrentBasketRewards .dropdown .dropdown-menu .checkoutButton {
  padding: 15px;
  background: #f5fbff;
}

.rewardStoreTopMinimal .rewardStoreTop .totalCurrentBasketRewards .dropdown .dropdown-menu .checkoutButton span {
  display: inline-block;
  margin-left: 10px;
  font-weight: normal;
}

.closeIconSvg .cls-1 {
  fill: none;
  stroke: #0076e0;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
}

.myAccountIconSvg .cls-1,
.myAccountIconSvg .cls-3 {
  fill: #fff;
}

.myAccountIconSvg .cls-1,
.myAccountIconSvg .cls-2,
.myAccountIconSvg .cls-4 {
  stroke: #000;
}

.myAccountIconSvg .cls-1,
.myAccountIconSvg .cls-2 {
  stroke-linecap: round;
  stroke-linejoin: round;
}

.myAccountIconSvg .cls-1 {
  stroke-width: 1.33px;
  fill-rule: evenodd;
}

.myAccountIconSvg .cls-2 {
  fill: none;
  stroke-width: 2px;
}

.myAccountIconSvg .cls-4 {
  fill: #000;
  stroke-width: 0.5px;
}

.basketIconSvg .st0 {
  fill: #0076e0;
}

.pointIconSvg .st0 {
  fill: none;
}

.pointIconSvg .st1 {
  fill: none;
  stroke: #3572b9;
  stroke-width: 1.67;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.alert {
  text-align: center;
  border: none;
  padding: 5px 10px;
}

.alert.alert-danger {
  background: #EA004B;
  color: #fff;
  border-radius: 8px;
}

.mobileTopInformation {
  background: #f5fbff;
  padding: 30px 80px 20px 20px;
  border-radius: 0 0 16px 16px;
  margin-top: -30px;
  position: relative;
  z-index: 0;
}

.mobileTopInformation b {
  display: block;
  font-size: 18px;
  font-weight: 400;
}

.mobileTopInformation .btn {
  position: absolute;
  right: 20px;
  top: 50%;
  text-align: center;
  margin-top: -12px;
}

.apexContainer {
  margin: 20px auto 0 auto;
  max-width: 1024px;
}

@media (max-width: 719.98px) {
  .apexContainer {
    width: calc(100% - 48px);
    margin: 0px auto 0px auto;
  }
}

@media (min-width: 720px) {
  .apexContainer.noTopMargin {
    margin-top: -20px;
  }

  .apexContainer.noTopMargin .topBlueBox {
    border-radius: 0 0 16px 16px;
  }
}

@media (max-width: 719.98px) {
  .apexContainer.fullContainer {
    width: 100%;
  }
}

.vatArea {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.vatAreaCustomized {
  border-radius: 16px;
  background-color: #f2f8fd;
  text-align: center;
  border: dotted 2px #99c7f0;
}

.vatAreaCustomized span {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.43;
  letter-spacing: normal;
  text-align: center;
}

.rewardsStorePage {
  margin-bottom: 50px;
}

.rewardsStorePage .storeDescription {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 30px;
  margin-top: 15px;
}

.rewardsStorePage .filtersArea {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.rewardsStorePage .filtersArea b {
  display: block;
}

.rewardsStorePage .filtersArea .filters a {
  color: #000;
  display: inline-block;
  margin-left: 15px;
  font-weight: 400;
  font-size: 14px;
}

.rewardsStorePage .filtersArea .filters a svg {
  margin-right: 5px;
}

.rewardsStorePage .filtersArea .filters a.filterBy svg {
  height: 25px;
  margin-top: -4px;
}

.rewardsStorePage .filtersArea .filters a.filterBy .cls-1,
.rewardsStorePage .filtersArea .filters a.filterBy .cls-2 {
  fill: none;
}

.rewardsStorePage .filtersArea .filters a.filterBy .cls-2 {
  stroke: #000;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
}

.rewardsStorePage .filtersArea .filters a.filterBy .cls-3 {
  clip-path: url(#clip-path);
}

.rewardsStorePage .filtersArea .filters a.filterBy .cls-4 {
  clip-path: url(#clip-path-2);
}

.rewardsStorePage .filtersArea .filters a.filterBy .cls-5 {
  fill: #000;
}

.rewardsStorePage .filtersArea .filters a.sortBy svg {
  height: 15px;
  margin-top: -4px;
}

.rewardsStorePage .filtersArea .filters a.sortBy .cls-1,
.rewardsStorePage .filtersArea .filters a.sortBy .cls-2 {
  fill: none;
  stroke: #000;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.rewardsStorePage .filtersArea .filters a.sortBy .cls-1 {
  stroke-width: 2px;
}

.rewardsStorePage .filtersArea .filters a.sortBy .cls-2 {
  stroke-width: 1.48px;
}

.totalCurrentPoints .gradientContainer {
  background-image: radial-gradient(circle, #30ea03, #2cdb02);
  background-repeat: no-repeat;
  padding: 16px;
  text-align: center;
  color: #fff;
}

.totalCurrentPoints .gradientContainer h4 {
  display: inline-block;
  background: #2cdb02;
  padding: 10px;
  min-width: 300px;
  border-radius: 8px;
}

@media (max-width: 959.98px) {
  .totalCurrentPoints .gradientContainer h4 {
    text-align: center;
    font-size: 32px;
    line-height: 32px;
  }
}

@media (max-width: 959.98px) {
  .totalCurrentPoints .gradientContainer h6 {
    text-align: center;
  }
}

.totalCurrentPoints .gradientContainer .redeemButton {
  margin: 0 16px 0 17px;
  padding: 3px 12.7px 5px 13px;
  border-radius: 16px;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  background-color: #ffffff;
  color: #30ea03;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}

.totalCurrentPoints .gradientContainer .redeemButton:before,
.totalCurrentPoints .gradientContainer .redeemButton:after {
  content: "";
  position: absolute;
  left: -25px;
  top: 9px;
  background: url("/images/small-star.png") no-repeat center center;
  width: 10px;
  height: 10px;
}

.totalCurrentPoints .gradientContainer .redeemButton:after {
  left: auto;
  right: -25px;
}

.totalCurrentPoints .howDoEarn {
  text-align: center;
  background: #2cdb02;
  padding: 10px;
}

.totalCurrentPoints .howDoEarn .collapseLink {
  font-weight: bold;
  color: #fff;
  display: inline-block;
  padding-right: 30px;
}

.totalCurrentPoints .howDoEarn .collapseLink svg {
  position: absolute;
  right: 0px;
  top: 0;
  width: 20px;
  height: 20px;
}

.totalCurrentPoints .howDoEarn .collapseLink svg .cls-1,
.totalCurrentPoints .howDoEarn .collapseLink svg .cls-2 {
  fill: none;
}

.totalCurrentPoints .howDoEarn .collapseLink svg .cls-2 {
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
}

.totalCurrentPoints .howDoEarn .howDoEarnCollapse ul {
  list-style: none;
  margin: 10px auto;
  padding: 0;
  max-width: 450px;
  text-align: left;
}

.totalCurrentPoints .howDoEarn .howDoEarnCollapse ul li {
  font-weight: 400;
  color: #fff;
  position: relative;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 20px 0;
}

.totalCurrentPoints .howDoEarn .howDoEarnCollapse ul li img {
  margin-right: 30px;
}

.totalCurrentPoints .howDoEarn .howDoEarnCollapse .aboutTheProgram {
  display: inline-block;
  margin: 20px 0;
  border-radius: 16px;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  background-color: #ffffff;
  padding: 0 12px;
  height: 24px;
  font-weight: 400;
}

.rewardListBasic {
  border-radius: 16px;
  padding: 24px 13px;
  background-color: #ffffff;
  box-shadow: 0 1px 10px -1px rgba(23, 23, 23, 0.14);
  height: 100%;
}

.rewardListBasic .image {
  height: 100px;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  overflow: hidden;
}

.rewardListBasic .image img {
  max-height: 100%;
}

@media (max-width: 959.98px) {
  .rewardListBasic .image img {
    max-height: 80%;
  }
}

.rewardListBasic .rewardValue {
  font-size: 18px;
  font-weight: bold;
  margin-top: 15px;
}

.rewardListBasic .description {
  font-size: 14px;
  line-height: 20px;
  height: 45px;
  overflow: hidden;
  border-bottom: solid 1px #d8d8d8;
  font-weight: 400;
}

@media (max-width: 959.98px) {
  .rewardListBasic .description {
    height: 35px;
    font-size: 12px;
    line-height: 16px;
  }
}

.rewardListBasic .button {
  margin-top: 15px;
  text-align: center;
}

@media (max-width: 959.98px) {
  .rewardListBasic .button {
    margin-top: 10px;
  }
}

.rewardListBasic .button small {
  text-align: left;
  display: block;
  margin-bottom: 3px;
  font-size: 14px;
}

.rewardListBasic .button .btn {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  margin-top: 10px;
}

@media (max-width: 959.98px) {
  .rewardListBasic .button .btn {
    width: 100%;
    min-width: auto;
    font-size: 14px;
    font-weight: 400;
  }
}

.rewardListBasic .button .btn.disabled {
  background: #e0e4e8;
  color: #3d4144;
  border-color: #a5b0b9;
}

.rewardDetail {
  margin-top: 50px;
}

.rewardDetail .rewardDetailContainer {
  max-width: 780px;
  margin: 0 auto;
}

.rewardDetail .rewardImage {
  text-align: center;
  padding: 20px;
}

.rewardDetail .rewardImage img {
  max-width: 100%;
  margin: 0 auto;
}

.rewardDetail .rewardImages {
  max-width: 340px;
}

.rewardDetail .rewardImages .bigImage {
  margin-bottom: 15px;
}

.rewardDetail .rewardImages .bigImage img {
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}

.rewardDetail .rewardImages .slick-slider .slick-slide {
  padding: 0 10px;
}

@media (max-width: 959.98px) {
  .rewardDetail .rewardImages .slick-slider .slick-slide {
    padding: 0 50px;
  }
}

@media (max-width: 959.98px) {
  .rewardDetail .rewardImages {
    max-width: 100%;
  }
}

.rewardDetail .rewardTitleAndValue {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

@media (max-width: 959.98px) {
  .rewardDetail .rewardTitleAndValue {
    margin: 30px 0;
  }
}

.rewardDetail .rewardTitleAndValue h4 {
  font-size: 32px;
  line-height: 42px;
}

.rewardDetail .rewardTitleAndValue .rewardTitle {
  font-weight: 600;
  width: 220px;
}

.rewardDetail .rewardTitleAndValue .rewardValue {
  font-weight: 600;
  text-align: right;
}

@media (max-width: 959.98px) {
  .rewardDetail .rewardTitleAndValue .rewardValue {
    margin: 0 0 15px 0;
  }
}

.rewardDetail .sellingPrice {
  background: #f2f9fe;
  border-radius: 16px;
  padding: 2px 20px;
  position: relative;
  font-size: 16px;
  max-width: 300px;
  font-weight: 600;
}

@media (max-width: 959.98px) {
  .rewardDetail .sellingPrice {
    max-width: 100%;
  }
}

.rewardDetail .sellingPrice .price {
  font-size: 18px;
  position: absolute;
  right: 20px;
  top: 1px;
}

.rewardDetail .priceStatus {
  display: flex;
  flex-direction: row;
  align-content: stretch;
  align-items: flex-end;
  vertical-align: center;
  padding: 15px;
  background: #f5fbff;
  border-radius: 16px;
  margin-top: 30px;
}

@media (max-width: 959.98px) {
  .rewardDetail .priceStatus {
    margin-top: 20px;
  }
}

.rewardDetail .priceStatus div {
  flex: 1;
  text-align: center;
  line-height: 16px;
  font-weight: 400;
}

.rewardDetail .priceStatus div.plus {
  flex: initial;
  margin: 0 20px;
}

.rewardDetail .priceStatus div.plus b {
  font-size: 30px;
}

.rewardDetail .priceStatus div b {
  display: block;
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
  margin-top: 10px;
}

.rewardDetail .addToRedeemContainer {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.rewardDetail .addToRedeemContainer .btn-primary {
  width: 100%;
  text-align: center;
}

.rewardDetail .addToRedeemContainer .btn-primary.disabled {
  background: #e0e4e8;
  color: #3d4144;
  border-color: #a5b0b9;
  box-shadow: none;
}

.rewardDetail .addToRedeemContainer .buttons {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}

.rewardDetail .addToRedeemContainer .buttons .quantity {
  height: 32px;
  border-bottom: solid 2px #c4cbd2;
  width: 32px;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  margin: 0 10px;
  text-align: center;
}

.rewardDetail .addToRedeemContainer .buttons button {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: solid 2px #30ea03;
  text-align: center;
  background: #fff;
}

.rewardDetail .addToRedeemContainer .buttons button svg {
  width: 12px;
  height: 12px;
  fill: #30ea03;
}

.rewardDetail .rewardDetails {
  font-size: 16px;
}

@media (max-width: 959.98px) {
  .rewardDetail .rewardDetails {
    padding: 0;
  }
}

.rewardDetail .rewardDetails .additionalDetailsTitle {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1px;
  color: #6c767f;
  padding: 0 5px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.rewardDetail .rewardDetails h6 {
  border-bottom: solid 2px #30ea03;
  padding-bottom: 10px;
}

.rewardDetail .rewardDetails th {
  width: 200px;
}

@media (max-width: 959.98px) {
  .rewardDetail .rewardDetails th {
    width: 180px;
  }
}

.productDetail {
  margin-top: 30px;
}

.productDetail .productDetailContainer {
  max-width: 780px;
  margin: 0 auto;
}

.productDetail .productImages {
  max-width: 450px;
}

.productDetail .productImages img {
  max-width: 100%;
}

.productDetail .productImages .slick-slider .slick-slide {
  padding: 0 10px;
}

@media (max-width: 959.98px) {
  .productDetail .productImages .slick-slider .slick-slide {
    padding: 0 50px;
  }
}

@media (max-width: 959.98px) {
  .productDetail .productImages {
    max-width: 100%;
  }
}

.productDetail .productTitle {
  font-size: 22px;
  line-height: 34px;
  font-weight: 500 !important;
}

@media (max-width: 959.98px) {
  .productDetail .productTitle {
    font-size: 22px;
    line-height: 34px;
    font-weight: 500 !important;
  }
}

.productDetail .productDescription {
  color: #6c767f;
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 16px;
  line-height: 20px;
}

.productDetail .productSpecs .pricesContainer {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.productDetail .productSpecs .pricesContainer .prices {
  flex: 1;
  display: flex;
  align-items: center;
}

.productDetail .productSpecs .pricesContainer .prices .main-price {
  font-size: 32px;
  font-weight: 600;
  color: #000;
  display: inline-block;
  min-width: 150px;
}

.productDetail .productSpecs .pricesContainer .prices .old-price {
  color: #6c767f;
  font-size: 16px;
  text-decoration: line-through;
}

.productDetail .productSpecs .pricesContainer .campaignPercentage,
.productDetail .productSpecs .pricesContainer .hasOffered {
  width: 80px;
  display: flex;
  background: #ffe14a;
  height: 32px;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  border-radius: 16px;
}

.productDetail .productSpecs .pricesContainer .campaignPercentage b,
.productDetail .productSpecs .pricesContainer .hasOffered b {
  display: inline-block;
  margin-right: 5px;
}

.productDetail .productSpecs .unit {
  color: #6c767f;
  font-size: 16px;
  margin: 5px 0;
  display: flex;
  align-items: center;
}

.productDetail .productSpecs .unit .unitPrice {
  min-width: 150px;
}

.productDetail .productSpecs .contractPercentage {
  width: 220px;
  display: flex;
  background: #72defd;
  height: 32px;
  align-items: center;
  justify-content: center;
  margin: 15px 0;
  border-radius: 16px;
}

.productDetail .productSpecs .contractPercentage b {
  display: inline-block;
  margin-left: 5px;
}

.productDetail .productSpecs .tax {
  color: #6c767f;
}

.productDetail .productValues {
  display: flex;
  flex-direction: row;
  font-weight: 400;
  margin-bottom: 20px;
  justify-content: space-between;
}

.productDetail .productValues .unitAndPrice .unit {
  color: #6c767f;
  font-size: 14px;
}

.productDetail .productValues .unitAndPrice .prices b {
  color: #30ea03;
  font-size: 30px;
  line-height: 32px;
}

.productDetail .productValues .unitAndPrice .prices .oldPrice {
  font-size: 16px;
  text-decoration: line-through;
  display: inline-block;
  margin-left: 15px;
}

.productDetail .productValues .promotion {
  text-align: right;
}

.productDetail .productValues .promotion span {
  display: inline-block;
  background: #FFE14A;
  padding: 5px 15px;
  border-radius: 16px;
  font-size: 16px;
  font-weight: 400;
}

.productDetail .productValues .promotion span b {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}

.productDetail .recommendedPrice {
  background: #f2f9fe;
  border-radius: 16px;
  padding: 2px 20px;
  position: relative;
  font-size: 16px;
  font-weight: 600;
}

.productDetail .recommendedPrice .price {
  font-size: 18px;
  position: absolute;
  right: 20px;
  top: 1px;
}

.productDetail .promotionInfo {
  background: #e0e4e8;
  padding: 5px 15px;
  border-top: solid 2px #FFE14A;
  font-weight: 400;
  padding-right: 130px;
  position: relative;
  box-shadow: 0 1px 14px 0 #e0e9f0;
  line-height: 18px;
  border-radius: 0 0 16px 16px;
}

.productDetail .promotionInfo .promotionImage {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 120px;
  overflow: hidden;
  height: 100%;
  background: #fff;
  border-radius: 0 0 16px 16px;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  line-height: 20px;
}

.productDetail .promotionInfo .promotionImage img {
  width: 100%;
}

.productDetail .barcodeLink .btn {
  position: relative;
}

.productDetail .barcodeLink .btn img {
  margin-right: 10px;
  margin-top: -3px;
}

.productDetail .barcodeLink .btn .arrow {
  width: 20px;
  height: 20px;
  right: -30px;
  margin-top: -10px;
}

.productDetail .barcodeLink .btn .arrow .cls-1,
.productDetail .barcodeLink .btn .arrow .cls-2 {
  fill: none;
}

.productDetail .barcodeLink .btn .arrow .cls-2 {
  stroke: #000;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
}

.productDetail .grayContainer {
  background: #f5fbff;
  padding: 40px 0;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

@media (max-width: 959.98px) {
  .productDetail .grayContainer {
    padding: 20px 0;
  }
}

.productDetail .grayContainer h5 {
  border-bottom: solid 2px #30ea03;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

.productDetail .grayContainer b {
  display: block;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 20px;
}

.productDetail .grayContainer .specs {
  background: #fff;
  padding: 15px;
  border-radius: 16px;
}

.productDetail .grayContainer .specs ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.productDetail .grayContainer .specs ul li {
  padding: 10px;
}

.productDetail .grayContainer .specs ul li svg {
  height: 12px;
  margin-right: 10px;
}

.productDetail .grayContainer .specs ul li svg .cls-1 {
  fill: none;
  stroke: #30ea03;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
}

.returnProducts .subDesc {
  text-align: center;
}

@media (max-width: 719.98px) {
  .returnProducts .subDesc {
    text-align: left;
  }
}

.returnProducts .subDesc p {
  font-size: 14px;
}

.returnProducts .subDesc p img {
  height: 20px;
}

.returnProducts .continueButton {
  background: #fff !important;
  border-color: #30ea03 !important;
  color: #30ea03 !important;
  text-align: center;
}

@media (max-width: 719.98px) {
  .returnProducts .continueButton {
    display: block;
    width: 100%;
  }
}

.returnProduct {
  box-shadow: 0 1px 14px 0 #e0e9f0;
  background-color: #ffffff;
  border-radius: 16px;
  transition: all 0.2s ease-in-out;
  position: relative;
  display: flex;
  flex-direction: column;
}

@media (prefers-reduced-motion: reduce) {
  .returnProduct {
    transition: none;
  }
}

@media (max-width: 959.98px) {
  .returnProduct {
    flex-direction: row;
  }
}

.returnProduct .image {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 120px;
}

.returnProduct .image img {
  max-height: 90%;
}

@media (max-width: 959.98px) {
  .returnProduct .image {
    width: 110px;
    height: 110px;
    float: left;
  }
}

.returnProduct .productInfo {
  padding: 5px 18px;
}

@media (max-width: 959.98px) {
  .returnProduct .productInfo {
    padding-top: 15px;
  }
}

.returnProduct .productInfo .name {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  height: 40px;
  overflow: hidden;
}

@media (max-width: 959.98px) {
  .returnProduct .productInfo .name {
    font-size: 16px;
    line-height: 18px;
    height: auto;
  }
}

.returnProduct .productInfo .price {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  margin: 10px 0;
}

.returnProduct .productInfo .returnButtons {
  padding: 0 18px 10px 18px;
  text-align: center;
}

@media (max-width: 959.98px) {
  .returnProduct .productInfo .returnButtons {
    text-align: right;
    padding-right: 0;
  }
}

.returnProduct .productInfo .returnButtons .btn-primary {
  font-weight: 400;
  font-size: 16px;
}

@media (max-width: 959.98px) {
  .returnProduct .productInfo .returnButtons .btn-primary {
    padding: 0;
    text-align: center;
  }
}

.returnProduct .productInfo .returnButtons .buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.returnProduct .productInfo .returnButtons .buttons .quantity {
  height: 32px;
  border-bottom: solid 2px #c4cbd2;
  min-width: 24px;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  margin: 0 5px;
  text-align: center;
}

.returnProduct .productInfo .returnButtons .buttons button {
  width: 32px;
  border-radius: 50%;
  border: solid 2px #30ea03;
  text-align: center;
  background: #fff;
}

.returnProduct .productInfo .returnButtons .buttons button svg {
  width: 12px;
  height: 12px;
  fill: #30ea03;
}

.returnProducts .filtersArea {
  position: relative;
}

.returnProducts .filtersArea b {
  display: block;
  font-size: 20px;
  line-height: 26px;
}

@media (max-width: 959.98px) {
  .returnProducts .filtersArea b {
    font-size: 14px;
    line-height: 14px;
  }
}

.returnProducts .filtersArea small {
  color: #646464;
  line-height: 20px;
}

.returnProducts .filtersArea .filters {
  position: absolute;
  right: 0;
  top: 13px;
}

@media (max-width: 959.98px) {
  .returnProducts .filtersArea .filters {
    top: -4px;
  }
}

.returnProducts .filtersArea .filters a {
  color: #000;
  display: inline-block;
  margin-left: 15px;
  font-weight: 400;
  font-size: 14px;
}

.returnProducts .filtersArea .filters a svg {
  margin-right: 5px;
}

.returnProducts .filtersArea .filters a.filterBy svg {
  height: 25px;
  margin-top: -4px;
}

.returnProducts .filtersArea .filters a.filterBy .cls-1,
.returnProducts .filtersArea .filters a.filterBy .cls-2 {
  fill: none;
}

.returnProducts .filtersArea .filters a.filterBy .cls-2 {
  stroke: #000;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
}

.returnProducts .filtersArea .filters a.filterBy .cls-3 {
  clip-path: url(#clip-path);
}

.returnProducts .filtersArea .filters a.filterBy .cls-4 {
  clip-path: url(#clip-path-2);
}

.returnProducts .filtersArea .filters a.filterBy .cls-5 {
  fill: #000;
}

.returnProducts .filtersArea .filters a.sortBy svg {
  height: 15px;
  margin-top: -4px;
}

.returnProducts .filtersArea .filters a.sortBy .cls-1,
.returnProducts .filtersArea .filters a.sortBy .cls-2 {
  fill: none;
  stroke: #000;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.returnProducts .filtersArea .filters a.sortBy .cls-1 {
  stroke-width: 2px;
}

.returnProducts .filtersArea .filters a.sortBy .cls-2 {
  stroke-width: 1.48px;
}

.comingSoon {
  padding: 50px 0;
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
}

@media (max-width: 959.98px) {
  .comingSoon {
    max-width: calc(100% - 48px);
  }
}

.comingSoon img {
  max-width: 300px;
  margin-bottom: 50px;
}

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

.comingSoon .description {
  font-size: 16px;
  line-height: 20px;
}

.eCommerceBasket .emptyBasket {
  padding: 100px 0;
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
}

@media (max-width: 959.98px) {
  .eCommerceBasket .emptyBasket {
    max-width: calc(100% - 48px);
  }
}

.eCommerceBasket .emptyBasket img {
  max-width: 150px;
}

.eCommerceBasket .emptyBasket h5 {
  text-align: center !important;
}

.eCommerceBasket .basketCount {
  position: relative;
}

.eCommerceBasket .basketCount b {
  display: block;
  font-size: 20px;
  line-height: 26px;
}

@media (max-width: 959.98px) {
  .eCommerceBasket .basketCount b {
    font-size: 14px;
    line-height: 14px;
  }
}

.eCommerceBasket .eCommerceBasketProduct {
  box-shadow: 0 1px 14px 0 #e0e9f0;
  background: #fff;
  border-radius: 16px;
  margin-top: 20px;
  position: relative;
}

.eCommerceBasket .eCommerceBasketProduct.free .productInformations .image {
  height: 50px;
  width: 50px;
}

.eCommerceBasket .eCommerceBasketProduct.free .productInformations .image img {
  width: 100%;
}

.eCommerceBasket .eCommerceBasketProduct .contractIcon {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 57px;
  background: url("/images/contractual-ribbon.png") no-repeat center;
}

.eCommerceBasket .eCommerceBasketProduct .productInformations {
  padding: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: left;
  position: relative;
}

.eCommerceBasket .eCommerceBasketProduct .productInformations .removeButton {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 18px;
  cursor: pointer;
  z-index: 1;
}

.eCommerceBasket .eCommerceBasketProduct .productInformations .image {
  height: 100px;
  width: 100px;
}

.eCommerceBasket .eCommerceBasketProduct .productInformations .image img {
  width: 100%;
}

.eCommerceBasket .eCommerceBasketProduct .productInformations .productInfo {
  padding: 0px 10px;
  position: relative;
}

.eCommerceBasket .eCommerceBasketProduct .productInformations .productInfo .removeProduct {
  position: absolute;
  right: 0px;
  top: -25px;
  cursor: pointer;
}

.eCommerceBasket .eCommerceBasketProduct .productInformations .productInfo .name {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  padding-right: 30px;
}

.eCommerceBasket .eCommerceBasketProduct .productInformations .productInfo .package {
  color: #6c767f;
}

.eCommerceBasket .eCommerceBasketProduct .productInformations .productInfo .promotionSummary {
  margin-top: 5px;
}

.eCommerceBasket .eCommerceBasketProduct .productInformations .productInfo .promotionSummary div {
  display: inline-block;
  background: #FFE14A;
  padding: 2px 10px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 400;
}

.eCommerceBasket .eCommerceBasketProduct .productInformations .productInfo .promotionSummary div b {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}

.eCommerceBasket .eCommerceBasketProduct .productInformations .productInfo .pricesAndUnits {
  margin-top: 10px;
  font-size: 16px;
}

.eCommerceBasket .eCommerceBasketProduct .productInformations .productInfo .pricesAndUnits span {
  display: inline-block;
  margin-left: 15px;
  color: #6c767f;
}

.eCommerceBasket .eCommerceBasketProduct .productInformations .productInfo .pricesAndUnits span.oldPrice {
  text-decoration: line-through;
}

.eCommerceBasket .eCommerceBasketProduct .productBasketInformations {
  padding: 10px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.eCommerceBasket .eCommerceBasketProduct .productBasketInformations .limitedStock {
  color: #757575;
  font-size: 14px;
  flex: 1;
}

@media (max-width: 959.98px) {
  .eCommerceBasket .eCommerceBasketProduct .productBasketInformations .limitedStock {
    font-size: 12px;
    flex: 1;
    padding: 10px;
  }
}

.eCommerceBasket .eCommerceBasketProduct .productBasketInformations .limitedStock svg {
  fill: #ed8b00;
  width: 8px;
  height: 8px;
  margin-right: 5px;
  margin-top: -3px;
}

@media (max-width: 959.98px) {
  .eCommerceBasket .eCommerceBasketProduct .productBasketInformations .limitedStock svg {
    width: 5px;
    height: 5px;
    margin-right: 0;
  }
}

.eCommerceBasket .eCommerceBasketProduct .productBasketInformations .buttons {
  text-align: right;
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-end;
}

.eCommerceBasket .eCommerceBasketProduct .productBasketInformations .buttons .quantity {
  height: 32px;
  border-bottom: solid 2px #c4cbd2;
  min-width: 24px;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  margin: 0 5px;
  text-align: center;
}

.eCommerceBasket .eCommerceBasketProduct .productBasketInformations .buttons button {
  width: 32px;
  border-radius: 50%;
  border: solid 2px #30ea03;
  text-align: center;
  background: #fff;
}

.eCommerceBasket .eCommerceBasketProduct .productBasketInformations .buttons button svg {
  width: 12px;
  height: 12px;
  fill: #30ea03;
}

.eCommerceBasket .eCommerceBasketProduct .promotionPreview {
  background: #e0e4e8;
  padding: 10px;
  border-top: solid 2px #FFE14A;
  font-weight: 400;
  padding-right: 70px;
  position: relative;
  border-radius: 0 0 16px 16px;
}

.eCommerceBasket .eCommerceBasketProduct .promotionPreview .promotionImage {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 60px;
  overflow: hidden;
  height: 100%;
  background: #fff;
  border-radius: 0 16px 16px 16px;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  line-height: 20px;
}

.eCommerceBasket .eCommerceBasketProduct .promotionPreview .promotionImage img {
  width: 150%;
  transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
  -o-transform: rotate(20deg);
}

@media (max-width: 959.98px) {
  .eCommerceBasket .returnProductsLink {
    display: block;
    width: 100%;
    text-align: center;
  }
}

.eCommerceBasket .eCommerceSummary {
  border-radius: 16px;
  margin-top: 20px;
}

@media (min-width: 720px) {
  .eCommerceBasket .eCommerceSummary {
    padding: 15px;
    border-top: solid 10px #30ea03;
    box-shadow: 0 1px 10px -1px rgba(23, 23, 23, 0.14);
    background-color: #ffffff;
  }
}

.eCommerceBasket .eCommerceSummary.checkOutSummary {
  border-top: none;
}

.eCommerceBasket .eCommerceSummary.checkOutSummary .basketInfo {
  background: #f5fbff;
  padding: 15px;
  border-radius: 16px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
}

.eCommerceBasket .eCommerceSummary.checkOutSummary .basketInfo a {
  font-weight: bold;
  color: #1a1a1a;
}

.eCommerceBasket .eCommerceSummary.checkOutSummary .prices {
  border-top: solid 3px #000;
  padding-top: 20px;
}

.eCommerceBasket .eCommerceSummary.checkOutSummary .prices .price div:nth-of-type(1) {
  text-align: right;
  color: #1a1a1a;
}

.eCommerceBasket .eCommerceSummary.checkOutSummary .prices .price.red div:nth-of-type(2) {
  color: #1a1a1a;
}

.eCommerceBasket .eCommerceSummary .earnedPoint {
  margin-bottom: 20px;
}

.eCommerceBasket .eCommerceSummary .earnedPoint button {
  background: transparent;
  padding: 0;
  border: none;
}

.eCommerceBasket .eCommerceSummary .earnedPoint button img {
  margin-right: 10px;
}

.eCommerceBasket .eCommerceSummary .prices .price {
  display: flex;
  flex-direction: row;
}

.eCommerceBasket .eCommerceSummary .prices .price div {
  font-size: 16px;
}

.eCommerceBasket .eCommerceSummary .prices .price div:nth-of-type(1) {
  flex: 1;
  color: #89959f;
}

.eCommerceBasket .eCommerceSummary .prices .price div:nth-of-type(2) {
  width: 120px;
  font-weight: 400;
  text-align: right;
  font-size: 20px;
}

.eCommerceBasket .eCommerceSummary .prices .price.red div:nth-of-type(2) {
  color: #EA004B;
}

.eCommerceBasket .eCommerceSummary .yourSave {
  text-align: right;
  margin: 10px 0px;
}

.eCommerceBasket .eCommerceSummary .yourSave .inner {
  display: inline-block;
  background: #FFE14A;
  padding: 0px 20px;
  border-radius: 14px;
  font-size: 16px;
  font-weight: bold;
}

.eCommerceBasket .eCommerceSummary .yourSave .inner .apexCurrency {
  font-size: 18px;
  display: inline-block;
  margin-left: 20px;
}

.eCommerceBasket .eCommerceSummary .basketCampaignSummaryText {
  margin: 10px 0px 10px auto;
  font-size: 13px;
  text-align: right;
}

.eCommerceBasket .eCommerceSummary .totalPrice {
  text-align: right;
  font-size: 16px;
}

.eCommerceBasket .eCommerceSummary .totalPrice b {
  display: inline-block;
  margin-left: 20px;
  font-size: 18px;
}

.eCommerceBasket .eCommerceSummary .split-prices {
  margin-bottom: 20px;
}

.eCommerceBasket .eCommerceSummary .split-prices .split-title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.eCommerceBasket .eCommerceSummary .split-prices .showAllPriceButton {
  text-align: right;
}

.eCommerceBasket .eCommerceSummary .split-prices .showAllPriceButton a {
  background: url("/images/up.png") no-repeat center right;
  padding-right: 20px;
  text-decoration: none;
  font-size: 14px;
}

.eCommerceBasket .eCommerceSummary .split-prices .showAllPriceButton a.collapsed {
  background: url("/images/down.png") no-repeat center right;
}

.eCommerceBasket .eCommerceSummary .split-prices .prices .price div {
  color: #000;
  font-size: 14px;
}

.eCommerceBasket .eCommerceSummary .split-prices .prices .price div:nth-of-type(2) .apexCurrency {
  font-size: 16px;
}

.eCommerceBasket .eCommerceSummary .split-prices hr {
  height: 2px;
  background: #000;
  margin: 30px 0;
}

.deliveryStore {
  background: #f5fbff;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 15px;
  margin: 20px auto;
  border-radius: 16px;
}

.deliveryStore img {
  margin-right: 10px;
}

.estimatedDate {
  padding: 15px 0px;
  text-align: center;
}

@media (max-width: 719.98px) {
  .estimatedDate {
    text-align: left;
  }
}

.estimatedDate p {
  font-size: 14px;
}

.estimatedDate img {
  margin-right: 10px;
  height: 24px;
}

.seperateDeliveries {
  background: #fafcfe;
  border: dashed 1px #cce4f9;
  border-radius: 10px;
  display: flex;
  align-items: center;
  padding: 15px;
}

.seperateDeliveries svg {
  width: 40px;
  height: 40px;
  margin-right: 15px;
}

.seperateDeliveries svg .cls-1 {
  fill: #cce4f9;
}

.seperateDeliveries svg .cls-2 {
  fill: none;
  stroke: #171717;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
}

.seperateDeliveries svg .cls-3 {
  fill: #171717;
}

.checkOutSummaryColumn .estimatedDate {
  border-radius: 16px;
  box-shadow: 0 1px 10px -1px rgba(23, 23, 23, 0.14);
  text-align: left;
  padding: 15px;
}

.basketInfo {
  background: #f5fbff;
  padding: 15px;
  border-radius: 16px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  display: none;
}

.basketInfo a {
  font-weight: bold;
  color: #1a1a1a;
}

.eCommerceBasketReturnProductPreview {
  box-shadow: 0 1px 14px 0 #e0e9f0;
  background: #fff;
  border-radius: 16px;
  margin-top: 20px;
  border: solid 1px #EA004B;
}

.eCommerceBasketReturnProductPreview .productInformations {
  padding: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: left;
  position: relative;
}

.eCommerceBasketReturnProductPreview .productInformations .removeButton {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 18px;
  cursor: pointer;
  z-index: 1;
}

.eCommerceBasketReturnProductPreview .productInformations .image {
  height: 100px;
  width: 100px;
}

.eCommerceBasketReturnProductPreview .productInformations .image img {
  width: 100%;
}

.eCommerceBasketReturnProductPreview .productInformations .productInfo {
  padding: 0px 10px;
  position: relative;
}

.eCommerceBasketReturnProductPreview .productInformations .productInfo .name {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  padding-right: 30px;
}

.eCommerceBasketReturnProductPreview .productInformations .productInfo .price {
  font-weight: bold;
  font-size: 16px;
  color: #EA004B;
}

.eCommerceBasketReturnProductPreview .productInformations .productInfo .buttons {
  text-align: right;
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-end;
}

.eCommerceBasketReturnProductPreview .productInformations .productInfo .buttons .quantity {
  height: 32px;
  border-bottom: solid 2px #c4cbd2;
  min-width: 24px;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  margin: 0 5px;
  text-align: center;
}

.eCommerceBasketReturnProductPreview .productInformations .productInfo .buttons button {
  width: 32px;
  border-radius: 50%;
  border: solid 2px #30ea03;
  text-align: center;
  background: #fff;
}

.eCommerceBasketReturnProductPreview .productInformations .productInfo .buttons button svg {
  width: 12px;
  height: 12px;
  fill: #30ea03;
}

.eCommerceCheckOutProductPreview {
  border-bottom: solid 1px #e0e4e8;
  background: #fff;
  padding: 15px;
  position: relative;
}

.eCommerceCheckOutProductPreview .depositPrice {
  background: #f8f9fa;
  padding: 5px;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  clear: both;
  border-radius: 8px;
  font-weight: bold;
  margin-top: 5px;
}

.eCommerceCheckOutProductPreview .campaignDiscount,
.eCommerceCheckOutProductPreview .hasOffered,
.eCommerceCheckOutProductPreview .partOfDiscount {
  position: absolute;
  left: 0;
  background: #FFE14A;
  border-radius: 0 16px 16px 0;
  padding: 0px 10px;
  font-weight: bold;
  font-size: 11px;
  bottom: 30px;
  min-width: 50px;
  text-align: right;
}

.eCommerceCheckOutProductPreview .campaignDiscount.partOfDiscount,
.eCommerceCheckOutProductPreview .hasOffered.partOfDiscount,
.eCommerceCheckOutProductPreview .partOfDiscount.partOfDiscount {
  background: #52d94f;
  bottom: 10px;
  top: auto !important;
}

.eCommerceCheckOutProductPreview .contractIcon {
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 28.5px;
  background: url("/images/contractual-ribbon.png") no-repeat center;
  background-size: cover;
}

.eCommerceCheckOutProductPreview.free {
  background: #fff9db;
  border: none;
  padding: 10px;
  margin-top: 15px;
  border-radius: 16px;
}

.eCommerceCheckOutProductPreview.free .productInformations .image {
  width: 60px;
  height: auto;
  margin-right: 10px;
}

.eCommerceCheckOutProductPreview.free .productInfo .name {
  padding-right: 0;
}

.eCommerceCheckOutProductPreview.free .productInfo .campaignDesc {
  display: inline-block;
  margin-top: 5px;
  background: #ffe14a;
  color: #000;
  padding: 3px 10px;
  border-radius: 14px;
  font-size: 14px;
}

.eCommerceCheckOutProductPreview .promotionSummary div {
  display: inline-block;
  background: #FFE14A;
  padding: 2px 10px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 400;
}

.eCommerceCheckOutProductPreview .promotionSummary div b {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}

.eCommerceCheckOutProductPreview .productInformations {
  display: flex;
  flex-direction: row;
  align-items: center;
  text-align: left;
  position: relative;
}

.eCommerceCheckOutProductPreview .productInformations .removeButton {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 18px;
  cursor: pointer;
  z-index: 1;
}

.eCommerceCheckOutProductPreview .productInformations .image {
  height: 75px;
  width: 75px;
}

.eCommerceCheckOutProductPreview .productInformations .image img {
  width: 100%;
}

.eCommerceCheckOutProductPreview .productInformations .productInfo {
  padding: 0px 10px;
  position: relative;
  flex: 1;
}

.eCommerceCheckOutProductPreview .productInformations .productInfo .removeProduct {
  position: absolute;
  right: 0px;
  top: -25px;
  cursor: pointer;
}

.eCommerceCheckOutProductPreview .productInformations .productInfo .name {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  padding-right: 30px;
}

.eCommerceCheckOutProductPreview .productInformations .productInfo .sizeInfos {
  color: #6c767f;
  font-weight: normal !important;
  font-size: 12px !important;
}

.eCommerceCheckOutProductPreview .productInformations .productInfo .sizeInfos .unitAndPrice {
  display: inline-block;
}

.eCommerceCheckOutProductPreview .productInformations .productInfo .sizeInfos .unitAndPrice .oldPrice {
  text-decoration: line-through;
}

.eCommerceCheckOutProductPreview .productInformations .productInfo .package {
  color: #6c767f;
}

.eCommerceCheckOutProductPreview .productInformations .productInfo .unitAndPrice {
  font-size: 14px;
}

.eCommerceCheckOutProductPreview .productInformations .productInfo .unitAndPrice span {
  display: inline-block;
  margin-right: 15px;
  color: #6c767f;
}

.eCommerceCheckOutProductPreview .productInformations .productInfo .unitAndPrice span.oldPrice {
  text-decoration: line-through;
}

.eCommerceCheckOutProductPreview .productInformations .productInfo .unitAndPrice .contractIcon {
  display: none;
}

.eCommerceCheckOutProductPreview .productInformations .latestStatus {
  text-align: right;
  width: 90px;
}

.eCommerceCheckOutProductPreview .productInformations .latestStatus b {
  font-size: 18px;
}

.eCommerceCheckOutProductPreview .productInformations .latestStatus .oldPrice {
  text-decoration: line-through;
  margin-left: 10px;
}

.eCommerceCheckOutProductPreview .productInformations .latestStatus label {
  background: #f5fbff;
  border-radius: 8px;
  text-align: right;
  font-weight: bold;
  font-size: 12px;
  padding: 5px 10px;
  display: inline-block;
  max-width: 110px;
  margin-left: auto;
}

.basketSummary .generalInfo {
  padding: 0 15px;
}

@media (max-width: 959.98px) {
  .basketSummary .generalInfo {
    padding: 0;
  }
}

.basketSummary .generalInfo th {
  color: #89959f;
  padding: 0;
  font-weight: 300;
}

.basketSummary .generalInfo td {
  text-align: right;
  font-size: 20px;
  padding: 0;
}

.basketSummary .generalInfo td.discount {
  color: #da291c;
}

.basketSummary .inner {
  border-radius: 16px;
  font-size: 16px;
}

@media (min-width: 720px) {
  .basketSummary .inner {
    border-top: solid 10px #30ea03;
    padding: 16px 0;
    box-shadow: 0 1px 10px -1px rgba(23, 23, 23, 0.14);
    background-color: #ffffff;
  }
}

.basketSummary .inner .totalInfo {
  padding: 0 15px;
}

@media (max-width: 959.98px) {
  .basketSummary .inner .totalInfo {
    padding: 0;
  }
}

.basketSummary .inner .totalInfo th {
  padding: 0;
}

.basketSummary .inner .totalInfo td {
  text-align: right;
  font-size: 20px;
  padding: 0;
  font-weight: bold;
}

.basketSummary .inner .buttons {
  padding: 15px;
  text-align: center;
}

@media (max-width: 959.98px) {
  .basketSummary .inner .buttons {
    padding: 0;
  }

  .basketSummary .inner .buttons .btn {
    width: 100%;
    display: block;
  }
}

.basketSummary .inner .buttons .btn-link {
  color: #30ea03 !important;
  font-size: 14px;
  font-weight: normal;
}

.productsPage {
  padding-bottom: 20px;
  background: #f3f5f6;
}

.productsPage .emptyBasket {
  padding: 50px 0;
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
}

@media (max-width: 959.98px) {
  .productsPage .emptyBasket {
    max-width: calc(100% - 48px);
  }
}

.productsPage .emptyBasket img {
  max-width: 200px;
}

.productsPage .emptyBasket h5 {
  text-align: center !important;
}

.productsPage .subNav {
  max-width: 1024px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background: #30ea03;
  padding: 16px 0;
}

@media (max-width: 959.98px) {
  .productsPage .subNav {
    padding: 1px 0;
  }
}

.productsPage .subNav a {
  width: 136px;
  padding: 10px;
  display: block;
  margin: 0 12px;
  background: #2cdb02;
  color: #fff;
  text-align: center;
  border-radius: 8px;
  font-size: 16px;
  line-height: 16px;
}

@media (max-width: 959.98px) {
  .productsPage .subNav a {
    margin: 0;
    flex: 1;
    font-size: 14px;
    line-height: 14px;
    border-radius: 0 0 8px 8px;
  }
}

.productsPage .subNav a.router-link-exact-active,
.productsPage .subNav a.active {
  background: #30ea03;
}

.productsPage .productsContainer {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
}

@media (max-width: 959.98px) {
  .productsPage .productsContainer {
    flex-direction: column;
  }
}

.productsPage .productsContainer .productsArea {
  width: calc(100% - 216px);
  padding-right: 24px;
}

.productsPage .productsContainer .productsArea.targetPage {
  width: 100%;
  padding-right: 0;
}

.productsPage .productsContainer .productsArea.noBasketView {
  width: calc(100% - 216px);
  margin: 0 auto;
  padding-right: 0;
}

@media (max-width: 959.98px) {
  .productsPage .productsContainer .productsArea {
    width: 100% !important;
    padding-right: 0;
  }
}

@media (max-width: 719.98px) {
  .productsPage .productsContainer .productsArea .search {
    margin-top: 20px;
  }
}

.productsPage .productsContainer .productsArea .search .form-control {
  padding: 0 50px;
}

.productsPage .productsContainer .productsArea .search svg {
  right: auto;
  left: 15px;
}

.productsPage .productsContainer .productsArea .search svg .cls-2 {
  stroke: #6c767f;
}

.productsPage .productsContainer .productsArea .search .clearKeyword {
  position: absolute;
  bottom: 50%;
  left: auto;
  right: 50px !important;
  height: 24px;
  margin-bottom: -12px;
  cursor: pointer;
}

@media (max-width: 719.98px) {
  .productsPage .productsContainer .productsArea .search-icon {
    display: block;
  }
}

.productsPage .productsContainer .productsArea .filterNav {
  overflow-y: hidden;
  white-space: nowrap;
  text-align: left;
  border-bottom: solid 1px #e0e4e8;
  padding: 0 2px;
}

@media (min-width: 720px) {
  .productsPage .productsContainer .productsArea .filterNav {
    margin-bottom: 20px;
  }
}

.productsPage .productsContainer .productsArea .filterNav a {
  display: inline-block;
  padding: 15px 20px 10px 10px;
  color: #6c767f;
  font-size: 16px;
  position: relative;
}

@media (min-width: 720px) {
  .productsPage .productsContainer .productsArea .filterNav a {
    margin: 0 -1.5px;
  }

  .productsPage .productsContainer .productsArea .filterNav a:nth-of-type(1) {
    padding-left: 0;
  }

  .productsPage .productsContainer .productsArea .filterNav a:last-of-type {
    padding-right: 0;
  }
}

.productsPage .productsContainer .productsArea .filterNav a:after {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 24px;
  height: 3px;
  content: "";
  background: transparent;
  display: block;
}

.productsPage .productsContainer .productsArea .filterNav a.router-link-exact-active {
  color: #30ea03;
  font-weight: 400;
}

.productsPage .productsContainer .productsArea .filterNav a.router-link-exact-active:after {
  background: #30ea03;
}

.productsPage .productsContainer .productsArea .filtersArea {
  position: relative;
}

@media (max-width: 719.98px) {
  .productsPage .productsContainer .productsArea .filtersArea {
    margin-bottom: 25px !important;
  }
}

.productsPage .productsContainer .productsArea .filtersArea b {
  display: block;
  font-size: 20px;
  line-height: 26px;
}

@media (max-width: 959.98px) {
  .productsPage .productsContainer .productsArea .filtersArea b {
    font-size: 14px;
    line-height: 14px;
  }
}

.productsPage .productsContainer .productsArea .filtersArea small {
  color: #646464;
  line-height: 20px;
}

.productsPage .productsContainer .productsArea .filtersArea .filters {
  position: absolute;
  right: 0;
  top: 2px !important;
  left: auto !important;
}

.productsPage .productsContainer .productsArea .filtersArea .filters a {
  color: #000;
  display: inline-block;
  margin-left: 15px;
  font-weight: 400;
  font-size: 14px;
}

.productsPage .productsContainer .productsArea .filtersArea .filters a svg {
  margin-right: 5px;
}

.productsPage .productsContainer .productsArea .filtersArea .filters a.filterBy svg {
  height: 25px;
  margin-top: -4px;
}

.productsPage .productsContainer .productsArea .filtersArea .filters a.filterBy .cls-1,
.productsPage .productsContainer .productsArea .filtersArea .filters a.filterBy .cls-2 {
  fill: none;
}

.productsPage .productsContainer .productsArea .filtersArea .filters a.filterBy .cls-2 {
  stroke: #000;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
}

.productsPage .productsContainer .productsArea .filtersArea .filters a.filterBy .cls-3 {
  clip-path: url(#clip-path);
}

.productsPage .productsContainer .productsArea .filtersArea .filters a.filterBy .cls-4 {
  clip-path: url(#clip-path-2);
}

.productsPage .productsContainer .productsArea .filtersArea .filters a.filterBy .cls-5 {
  fill: #000;
}

.productsPage .productsContainer .productsArea .filtersArea .filters a.sortBy svg {
  height: 15px;
  margin-top: -4px;
}

.productsPage .productsContainer .productsArea .filtersArea .filters a.sortBy .cls-1,
.productsPage .productsContainer .productsArea .filtersArea .filters a.sortBy .cls-2 {
  fill: none;
  stroke: #000;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.productsPage .productsContainer .productsArea .filtersArea .filters a.sortBy .cls-1 {
  stroke-width: 2px;
}

.productsPage .productsContainer .productsArea .filtersArea .filters a.sortBy .cls-2 {
  stroke-width: 1.48px;
}

.productsPage .productsContainer .productsArea .banners {
  max-width: 460px;
  margin: 0 auto;
  margin-top: 30px;
}

.productsPage .productsContainer .productsArea .banners img {
  max-width: 100%;
}

.productsPage .productsContainer .productsArea .banners .slick-prev {
  left: -50px;
}

.productsPage .productsContainer .productsArea .banners .slick-next {
  right: -50px;
}

.productsPage .productsContainer .productsArea .custom-combo-container {
  position: absolute;
  z-index: 9999;
  width: 295px;
  max-height: 400px;
  padding: 20px 10px;
  border-radius: 16px;
  box-shadow: 0 0 10px 4px rgba(110, 110, 110, 0.1);
  background-color: #ffffff;
  overflow-y: auto;
  top: 40px;
  right: 10px;
}

.productsPage .productsContainer .productsArea .custom-combo-container .container-for-sticky-footer {
  position: relative;
}

.productsPage .productsContainer .productsArea .custom-combo-container .filter-title {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #30ea03;
  margin-bottom: 10px;
}

.productsPage .productsContainer .productsArea .custom-combo-container .filter-title .filter-close-button {
  display: none;
}

.productsPage .productsContainer .productsArea .custom-combo-container .category .categoryName {
  font-weight: bold;
  color: #30ea03;
  padding: 5px 0;
  border-bottom: solid 1px #c4cbd2;
  margin-bottom: 5px;
}

.productsPage .productsContainer .productsArea .custom-combo-container .category .filter .filterName {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  cursor: pointer;
}

.productsPage .productsContainer .productsArea .custom-combo-container .category .filter .filterName .checkMark {
  content: "";
  width: 28px;
  height: 28px;
  border: solid 1px #a5b0b9;
  border-radius: 6px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.productsPage .productsContainer .productsArea .custom-combo-container .category .filter .filterName .checkMark svg {
  width: 15px;
  visibility: hidden;
}

.productsPage .productsContainer .productsArea .custom-combo-container .category .filter.activeCategory {
  color: #30ea03;
}

.productsPage .productsContainer .productsArea .custom-combo-container .category .filter.activeCategory .filterName .checkMark svg {
  visibility: visible;
}

.productsPage .productsContainer .basketArea {
  width: 324px;
  box-shadow: 0 1px 10px -1px rgba(23, 23, 23, 0.14);
  background-color: #ffffff;
  border-radius: 16px;
  border-top: solid 20px #30ea03;
  position: fixed;
  right: 20px;
  height: calc(100vh - 270px);
  display: flex;
  flex-direction: column;
  z-index: 11;
}

@media (max-width: 959.98px) {
  .productsPage .productsContainer .basketArea {
    display: none;
  }
}

.productsPage .productsContainer .basketArea .products {
  overflow-x: auto;
}

.productsPage .productsContainer .basketArea .products .eCommerceBasketProduct .productInfo .unitAndPrice {
  height: auto;
}

.productsPage .productsContainer .basketArea .products .eCommerceBasketProduct .productInfo .unitAndPrice .prices {
  flex-direction: column;
}

.productsPage .productsContainer .basketArea .products .eCommerceBasketProduct .productInfo .unitAndPrice .prices .unitPrice {
  margin-left: 0;
}

.productsPage .productsContainer .basketArea .basketTitle .borderTitle:after {
  margin: 0;
}

.productsPage .productsContainer .basketArea .basketTitle .borderTitle h6 {
  padding: 10px 10px 0 10px;
  text-align: left;
}

.productsPage .productsContainer .basketArea .subTotals {
  border-top: solid 1px #89959f;
}

.productsPage .productsContainer .basketArea .subTotals .prices {
  display: flex;
  flex-direction: row;
}

.productsPage .productsContainer .basketArea .subTotals .prices .name,
.productsPage .productsContainer .basketArea .subTotals .prices .price {
  flex: 1;
}

.productsPage .productsContainer .basketArea .subTotals .prices .name {
  color: #89959f;
  font-size: 16px;
}

.productsPage .productsContainer .basketArea .subTotals .prices .price {
  font-weight: 400;
  font-size: 20px;
  text-align: right;
  line-height: 24px;
}

.productsPage .productsContainer .basketArea .bottomButtons .btn-primary {
  font-weight: 400;
  font-size: 16px;
}

.productsPage .productsContainer .basketArea .campaignDiscount {
  bottom: 60px !important;
}

.productsPage .productsContainer .basketArea .campaignDiscount.partOfDiscount {
  bottom: 40px !important;
}

.productsPage .previousOrderList article {
  display: flex;
  flex-direction: row;
  border-bottom: solid 2px #e0e4e8;
  padding: 15px 0;
  margin-bottom: 10px;
  align-items: top;
  font-size: 16px;
  line-height: 18px;
}

@media (max-width: 719.98px) {
  .productsPage .previousOrderList article {
    font-size: 14px;
    line-height: 18px;
  }
}

.productsPage .previousOrderList article .date,
.productsPage .previousOrderList article .orderPrice,
.productsPage .previousOrderList article .buttons {
  flex: 1;
}

.productsPage .previousOrderList article .orderPrice {
  font-weight: bold;
}

.productsPage .previousOrderList article .buttons {
  text-align: right;
}

.productsPage .previousOrderList article .buttons .btn {
  text-align: center;
  min-width: 0;
  font-weight: 400;
  margin-left: 10px;
  height: 24px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 17px;
}

@media (max-width: 719.98px) {
  .productsPage .previousOrderList article .buttons .btn {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 719.98px) {
  .productsPage .browseProducts .categoriesSection {
    margin-top: 20px;
  }
}

.productsPage .browseProducts .categoriesSection .mainCategoryTitle {
  text-align: left;
}

.productsPage .browseProducts .categoriesSection .mainCategoryTitle h6 {
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .productsPage .browseProducts .categoriesSection .mainCategoryTitle h6 {
    font-weight: 600;
  }
}

.productsPage .browseProducts .categoriesSection .mainCategoryTitle:after {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .productsPage .browseProducts .categoriesSection .mainCategoryTitle:after {
    display: none;
  }
}

.productsPage .browseProducts .categoriesSection .categories {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.productsPage .browseProducts .categoriesSection .categories article {
  width: 136px;
  margin: 10px;
  border: solid 2px #f3f5f6;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  cursor: pointer;
}

.productsPage .browseProducts .categoriesSection .categories article .image {
  text-align: center;
  padding-top: 10px;
}

.productsPage .browseProducts .categoriesSection .categories article .image img {
  display: block;
  margin: 0 auto;
  max-height: 80px;
  max-width: 100%;
}

.productsPage .browseProducts .categoriesSection .categories article .name {
  border-top: solid 2px #f3f5f6;
  padding: 10px 0;
  text-align: center;
  font-weight: 400;
  font-size: 15px;
}

.productsPage .browseProducts .categoriesSection .return-to-browse {
  width: 300px;
  height: 82px;
  background-color: #0073da;
  border-radius: 10px;
  color: white;
  margin: 10px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  border: none;
  padding: 0 15px;
}

@media (max-width: 959.98px) {
  .productsPage .browseProducts .categoriesSection .return-to-browse {
    width: 100%;
  }
}

.productsPage .browseProducts .categoriesSection .return-to-browse .return-title {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}

.productsPage .browseProducts .categoriesSection .return-to-browse svg {
  width: 20px;
}

.productsPage .browseProductsWithoutTitle {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

@media (max-width: 719.98px) {
  .productsPage .browseProductsWithoutTitle {
    margin-top: 20px;
  }
}

.productsPage .browseProductsWithoutTitle .mainCategoryTitle {
  width: 100%;
  font-size: 24px;
}

.productsPage .browseProductsWithoutTitle article {
  width: 136px;
  margin: 10px;
  border: solid 2px #f3f5f6;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  cursor: pointer;
}

.productsPage .browseProductsWithoutTitle article .image {
  text-align: center;
  padding-top: 10px;
}

.productsPage .browseProductsWithoutTitle article .image img {
  display: block;
  margin: 0 auto;
  max-height: 80px;
  max-width: 100%;
}

.productsPage .browseProductsWithoutTitle article .name {
  border-top: solid 2px #f3f5f6;
  padding: 10px 0;
  text-align: center;
  font-weight: 400;
  font-size: 12px;
}

.productsPage .browseProductsWithoutTitle .return-to-browse {
  width: 300px;
  height: 82px;
  background-color: #e53154;
  border-radius: 10px;
  color: white;
  margin: 10px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  border: none;
  padding: 0 15px;
}

@media (max-width: 959.98px) {
  .productsPage .browseProductsWithoutTitle .return-to-browse {
    width: 100%;
  }
}

.productsPage .browseProductsWithoutTitle .return-to-browse .return-title {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}

.productsPage .browseProductsWithoutTitle .return-to-browse svg {
  width: 20px;
}

.productsPage .search-container {
  position: relative;
}

.productsPage .search-container .clearKeyword {
  position: absolute;
  bottom: 50%;
  right: 50px !important;
  height: 24px;
  margin-bottom: -12px;
}

.productsPage .categoriesCarousel {
  position: relative;
  max-width: calc(100% - 60px);
  margin: 0 auto;
}

@media (max-width: 719.98px) {
  .productsPage .categoriesCarousel {
    max-width: none;
  }
}

.productsPage .categoriesCarousel .seeAll {
  position: absolute;
  left: -30px;
  top: 0px;
  font-weight: bold;
  font-size: 12px;
  height: 100%;
  display: flex;
  align-items: center;
}

@media (max-width: 719.98px) {
  .productsPage .categoriesCarousel .seeAll {
    left: 0;
  }
}

.productsPage .categoriesCarousel .categoriesCarouselContainer {
  text-align: center;
}

.productsPage .categoriesCarousel .categoriesCarouselContainer .slick-dots {
  text-align: center;
}

@media (max-width: 719.98px) {
  .productsPage .categoriesCarousel .categoriesCarouselContainer {
    margin-right: -15px;
  }

  .productsPage .categoriesCarousel .categoriesCarouselContainer .slick-dots {
    text-align: right;
    padding-right: 15px;
  }
}

.productsPage .categoriesCarousel article {
  padding: 0 5px;
}

@media (max-width: 719.98px) {
  .productsPage .categoriesCarousel article {
    max-width: 200px;
  }
}

.productsPage .categoriesCarousel article .categoryContainer {
  border: solid 2px #f3f5f6;
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  background: #fff;
  height: auto;
}

.productsPage .categoriesCarousel article .categoryContainer .image {
  text-align: center;
  padding-top: 10px;
}

.productsPage .categoriesCarousel article .categoryContainer .image img {
  display: block;
  margin: 0 auto;
  max-height: 80px;
  max-width: 100%;
}

.productsPage .categoriesCarousel article .categoryContainer .name {
  padding: 5px;
  text-align: center;
  border-top: solid 2px #f3f5f6;
  border-radius: 0 0 16px 16px;
  font-weight: 400;
  font-size: 11px;
}

.productsPage .categoriesCarousel article .categoryContainer.activeCategory {
  box-shadow: 0 10px 10px -10px #0076e0;
  border: solid 1px #e53154;
}

.productsPage .categoriesCarousel .slick-dots {
  width: 100%;
  margin: 20px auto;
}

.productsPage .categoriesCarousel .slick-prev {
  left: -30px !important;
}

.productsPage .categoriesCarousel .slick-next {
  right: -30px !important;
}

.searchAndAddress {
  display: flex;
}

@media (max-width: 719.98px) {
  .searchAndAddress {
    display: flex;
    flex-direction: column-reverse;
  }
}

.searchAndAddress .search .form-group {
  margin-bottom: 0;
}

.searchAndAddress .deliveryStore {
  flex: 1;
  margin: 0 !important;
  background: #fff;
  padding: 0 15px !important;
  margin-left: 15px !important;
}

@media (max-width: 719.98px) {
  .searchAndAddress .deliveryStore {
    margin-left: 0px !important;
    margin-bottom: 20px !important;
    padding: 15px !important;
  }
}

.returnProductsList {
  background: #f3f5f6;
  padding: 15px;
  margin-top: 15px;
}

.returnProductsList .eCommerceCheckOutProductPreview {
  background: #fff;
  border-radius: 16px;
  margin: 10px 0px;
}

.returnProductsList .eCommerceCheckOutProductPreview .productInformations .latestStatus label {
  border: 2px solid #da291c;
  display: inline-block;
  padding: 5px 15px;
}

.bottomGrayContainer {
  background: #f3f5f6;
  padding: 20px 24px 40px 24px;
}

@media (max-width: 959.98px) {
  .bottomGrayContainer {
    background: transparent;
    padding: 0 24px 50px 24px;
  }
}

.repeatOrder {
  position: sticky;
  left: 0;
  bottom: 20px;
  width: 100%;
  z-index: 20;
}

@media (max-width: 959.98px) {
  .repeatOrder {
    bottom: 80px;
  }

  .repeatOrder .btn {
    width: calc(100% - 30px);
  }
}

.helpCardContainer {
  padding-top: 80px;
  background: transparent;
  padding: 20px 24px 40px 24px;
}

@media (max-width: 959.98px) {
  .helpCardContainer {
    background: transparent;
    padding: 30px 24px 50px 24px;
  }
}

.yourReturnButton {
  background: #f3f5f6;
  padding: 20px 10px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.yourReturnButton h6 {
  margin: 0;
  padding: 0;
}

.yourReturnButton button {
  padding: 0;
  text-align: center;
  font-size: 14px;
}

.eCommerceBasketProduct {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 15px 10px;
  border-bottom: solid 1px #c4cbd2;
  position: relative;
  flex-wrap: wrap;
}

.eCommerceBasketProduct .depositPrice {
  background: #f8f9fa;
  padding: 5px;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  clear: both;
  border-radius: 8px;
  font-weight: bold;
  margin-top: 5px;
}

.eCommerceBasketProduct .contractIcon {
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 28.5px;
  background: url("/images/contractual-ribbon.png") no-repeat center;
  background-size: cover;
}

.eCommerceBasketProduct.free {
  background: #fff9db;
  margin: 5px;
  border: none;
  padding: 5px;
  border-radius: 16px;
}

.eCommerceBasketProduct.free .productInfo {
  margin-right: 0;
}

.eCommerceBasketProduct.free .productInfo .name {
  padding-right: 0;
}

.eCommerceBasketProduct.free .productInfo .campaignDesc {
  display: inline-block;
  margin-top: 5px;
  background: #ffe14a;
  color: #000;
  padding: 3px 10px;
  border-radius: 14px;
  font-size: 14px;
}

.eCommerceBasketProduct.returnable {
  background: #fff;
  border: solid 2px #da291c;
  border-radius: 16px;
  margin: 10px 0px;
}

.eCommerceBasketProduct.returnable .prices {
  color: #da291c;
}

.eCommerceBasketProduct .image {
  height: 50px;
  width: 50px;
}

.eCommerceBasketProduct .image img {
  width: 100%;
}

.eCommerceBasketProduct .campaignDiscount,
.eCommerceBasketProduct .hasOffered,
.eCommerceBasketProduct .partOfDiscount {
  position: absolute;
  left: 0;
  background: #FFE14A;
  border-radius: 0 16px 16px 0;
  padding: 0px 5px;
  font-weight: bold;
  font-size: 11px;
  bottom: 30px;
  min-width: 50px;
  text-align: right;
}

.eCommerceBasketProduct .campaignDiscount.partOfDiscount,
.eCommerceBasketProduct .hasOffered.partOfDiscount,
.eCommerceBasketProduct .partOfDiscount.partOfDiscount {
  background: #52d94f;
  bottom: 10px;
}

.eCommerceBasketProduct .productInfoContainer {
  display: flex;
  flex: 1;
}

.eCommerceBasketProduct .productInfo {
  padding: 0px 10px;
  flex: 1;
}

.eCommerceBasketProduct .productInfo .removeProduct {
  position: absolute;
  right: 10px;
  bottom: 30px;
  cursor: pointer;
  height: 24px;
}

.eCommerceBasketProduct .productInfo .name {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  padding-right: 20px;
}

.eCommerceBasketProduct .productInfo .promotionSummary {
  margin-top: 5px;
}

.eCommerceBasketProduct .productInfo .promotionSummary div {
  display: inline-block;
  background: #FFE14A;
  padding: 2px 10px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 400;
}

.eCommerceBasketProduct .productInfo .promotionSummary div b {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}

.eCommerceBasketProduct .productInfo .unitAndPrice {
  display: flex;
  flex-direction: row;
  margin: 5px 0;
  font-size: 14px;
  overflow: hidden;
}

.eCommerceBasketProduct .productInfo .unitAndPrice .unit {
  color: #757575;
  flex: 1;
  text-align: left;
}

.eCommerceBasketProduct .productInfo .unitAndPrice .prices {
  flex: 1;
  text-align: left;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}

.eCommerceBasketProduct .productInfo .unitAndPrice .prices b {
  font-size: 18px;
  line-height: 18px;
  text-align: right;
}

.eCommerceBasketProduct .productInfo .unitAndPrice .prices .oldPrice {
  text-decoration: line-through;
  color: #666;
}

.eCommerceBasketProduct .productInfo .unitAndPrice .prices .unitPrice {
  margin-left: 20px;
}

.eCommerceBasketProduct .productInfo .addToBasket {
  padding: 10px 0;
  text-align: left;
}

@media (max-width: 959.98px) {
  .eCommerceBasketProduct .productInfo .addToBasket {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
}

.eCommerceBasketProduct .productInfo .addToBasket .buttons {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}

.eCommerceBasketProduct .productInfo .addToBasket .buttons .quantity {
  height: 32px;
  border-bottom: solid 2px #c4cbd2;
  min-width: 24px;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  margin: 0 5px;
  text-align: center;
}

.eCommerceBasketProduct .productInfo .addToBasket .buttons button {
  width: 32px;
  height: 32px;
  font-size: 16px;
  border-radius: 50%;
  border: solid 2px #30ea03;
  text-align: center;
  background: #fff;
  line-height: 10px;
  padding: 0px;
}

@media (max-width: 959.98px) {
  .eCommerceBasketProduct .productInfo .addToBasket .buttons button {
    line-height: 7px;
  }
}

.eCommerceBasketProduct .productInfo .addToBasket .buttons button svg {
  width: 12px;
  height: 12px;
  fill: #30ea03;
}

.bigBasketProductsList .eCommerceBasketProduct .image {
  width: 80px;
}

.bigBasketProductsList .eCommerceBasketProduct.free {
  padding: 10px;
}

.bigBasketProductsList .eCommerceBasketProduct.free .image {
  width: 50px;
  height: auto;
}

.bigBasketProductsList .eCommerceBasketProduct .productInfo {
  padding-right: 0;
  width: 100%;
}

.bigBasketProductsList .eCommerceBasketProduct .productInfo .unitAndPrice {
  height: auto;
}

.bigBasketProductsList .eCommerceBasketProduct .productInfo .addToBasket {
  display: flex;
}

.previousOrderProduct {
  transition: all 0.2s ease-in-out;
  position: relative;
  width: 100%;
  display: flex;
  padding: 15px 0;
  border-bottom: solid 1px #e0e4e8;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}

@media (prefers-reduced-motion: reduce) {
  .previousOrderProduct {
    transition: none;
  }
}

.previousOrderProduct .image {
  width: 70px;
  background: #fff;
  padding: 5px;
  border-radius: 16px;
  margin-right: 15px;
}

.previousOrderProduct .image img {
  width: 100%;
}

.previousOrderProduct .productInfo {
  flex: 1;
  padding-right: 20px;
}

.previousOrderProduct .productInfo .name {
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: -0.1px;
  color: #000000;
}

.previousOrderProduct .rightContents {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: center;
  text-align: right;
}

.previousOrderProduct .rightContents .quantity {
  display: inline-block;
  margin-left: 10px;
  background: #e9ecef;
  padding: 2px 5px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  margin-top: 5px;
}

.eCommerceProductCard {
  box-shadow: 0 1px 14px 0 #e0e9f0;
  background-color: #ffffff;
  border-radius: 16px;
  transition: all 0.2s ease-in-out;
  position: relative;
  width: 100%;
  display: flex;
  padding: 5px;
  border: none;
  flex-direction: column;
  height: 100%;
}

@media (prefers-reduced-motion: reduce) {
  .eCommerceProductCard {
    transition: none;
  }
}

.eCommerceProductCard.returnProduct {
  border: solid 2px #da291c;
}

.eCommerceProductCard .card-information {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
}

.eCommerceProductCard .image {
  border-radius: 16px;
  padding: 5px;
  text-align: center;
}

.eCommerceProductCard .image img {
  height: 120px;
  margin: 0 auto;
}

@media (max-width: 719.98px) {
  .eCommerceProductCard .image {
    width: 120px;
    margin: auto;
  }

  .eCommerceProductCard .image img {
    width: 100%;
    height: auto;
  }
}

.eCommerceProductCard .yellow-tag {
  background: rgb(255, 225, 74);
  font-weight: bold;
  font-size: 12px;
  width: 50px;
  margin-top: 5px;
}

.eCommerceProductCard .new-launch {
  border-radius: 0 16px 16px 0;
  margin-left: 5px;
  text-align: center;
  padding-right: 5px;
  padding-top: 4px;
}

@media (min-width: 540px) {
  .eCommerceProductCard .new-launch {
    position: absolute;
  }
}

.eCommerceProductCard .reward-card-right-tag {
  color: #000000;
  border-radius: 16px 0 0 16px;
  width: 100px;
}

.eCommerceProductCard .limited-stock {
  background-color: #ed8b00;
  right: 10px;
  text-align: center;
  padding-left: 5px;
  padding-top: 4px;
}

.eCommerceProductCard .short-dated {
  background-color: #90fff0;
  text-align: center;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 3px;
  flex: 1;
  border-radius: 16px;
}

.eCommerceProductCard .productInfo {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 5px 3px;
  flex: 1;
}

@media (max-width: 719.98px) {
  .eCommerceProductCard .productInfo {
    padding: 0 5px;
  }
}

.eCommerceProductCard .productInfo .name {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  height: 40px;
  overflow: hidden;
  margin-top: 10px;
}

@media (max-width: 959.98px) {
  .eCommerceProductCard .productInfo .name {
    font-size: 16px;
    line-height: 18px;
    height: auto;
  }
}

.eCommerceProductCard .productInfo .onlyUnit {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 5px 0;
  font-size: 14px;
  height: 20px;
  overflow: hidden;
  width: 100%;
  color: #6c767f;
}

.eCommerceProductCard .productInfo .unitAndPrice {
  margin: 5px 0 0px 0;
}

.eCommerceProductCard .productInfo .unitAndPrice .unitConversion {
  color: #6c767f;
  font-size: 14px;
}

.eCommerceProductCard .productInfo .unitAndPrice .unit {
  font-size: 15px;
  line-height: 18px;
  color: #757575;
  flex: 1;
}

.eCommerceProductCard .productInfo .unitAndPrice .prices {
  display: flex;
  justify-content: space-between;
}

.eCommerceProductCard .productInfo .unitAndPrice .prices .unitPrice {
  color: #6c767f;
  font-size: 14px;
}

.eCommerceProductCard .productInfo .unitAndPrice .prices .contractIcon {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 57px;
  background: url("/images/contractual-ribbon.png") no-repeat center;
}

.eCommerceProductCard .productInfo .unitAndPrice .prices b {
  font-size: 18px;
  line-height: 18px;
  text-align: right;
}

.eCommerceProductCard .productInfo .unitAndPrice .prices .oldPrice {
  line-height: 16px;
  text-decoration: line-through;
  margin-left: 10px;
  color: #6c767f;
}

.eCommerceProductCard .productInfo .productMiddleInfo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 7px 0 5px 0px;
}

.eCommerceProductCard .productInfo .productMiddleInfo .addToBasket {
  text-align: center;
}

@media (max-width: 959.98px) {
  .eCommerceProductCard .productInfo .productMiddleInfo .addToBasket {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 719.98px) {
  .eCommerceProductCard .productInfo .productMiddleInfo .addToBasket {
    flex: 1;
    display: flex;
    align-items: self-end;
    justify-content: flex-start;
  }
}

.eCommerceProductCard .productInfo .productMiddleInfo .addToBasket .btn-primary {
  font-weight: 400;
  font-size: 12px;
  padding: 9px 11px;
  margin: 1px;
}

@media (max-width: 1023.98px) {
  .eCommerceProductCard .productInfo .productMiddleInfo .addToBasket .btn-primary {
    text-align: center;
    padding: 10px 5px;
  }
}

@media (max-width: 959.98px) {
  .eCommerceProductCard .productInfo .productMiddleInfo .addToBasket .btn-primary {
    text-align: center;
    padding: 10px 5px;
  }
}

@media (max-width: 719.98px) {
  .eCommerceProductCard .productInfo .productMiddleInfo .addToBasket .btn-primary {
    padding: 9px 4px;
    display: flex;
    align-items: center;
  }
}

.eCommerceProductCard .productInfo .productMiddleInfo .addToBasket .buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #e9eaec;
  border-radius: 15px;
  padding: 0px 7px;
}

.eCommerceProductCard .productInfo .productMiddleInfo .addToBasket .buttons .quantity {
  height: 32px;
  font-size: 16px;
  font-weight: 400;
  margin: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  width: 8px;
  text-align: center;
  padding: 0;
  min-width: 25px;
}

@media (max-width: 959.98px) {
  .eCommerceProductCard .productInfo .productMiddleInfo .addToBasket .buttons .quantity {
    min-width: 12px;
  }
}

.eCommerceProductCard .productInfo .productMiddleInfo .addToBasket .buttons .quantity:focus,
.eCommerceProductCard .productInfo .productMiddleInfo .addToBasket .buttons .quantity:active,
.eCommerceProductCard .productInfo .productMiddleInfo .addToBasket .buttons .quantity input {
  outline: none;
}

.eCommerceProductCard .productInfo .productMiddleInfo .addToBasket .buttons .quantity input {
  height: 40px;
  margin: 0 10px;
  border-radius: 20px;
  background: transparent;
  border: none;
  text-align: center;
  display: inline-block;
}

.eCommerceProductCard .productInfo .productMiddleInfo .addToBasket .buttons .quantity input:focus-visible {
  border: none;
}

.eCommerceProductCard .productInfo .productMiddleInfo .addToBasket .buttons button {
  border: none;
  text-align: center;
  background: #e9eaec;
  padding: 0px;
  z-index: 2;
}

@media (max-width: 959.98px) {
  .eCommerceProductCard .productInfo .productMiddleInfo .addToBasket .buttons button {
    line-height: 7px;
  }
}

.eCommerceProductCard .productInfo .productMiddleInfo .addToBasket .buttons button svg {
  width: 11px;
  height: 11px;
  fill: #000000;
}

@media (max-width: 959.98px) {
  .eCommerceProductCard .productInfo .productMiddleInfo .addToBasket .buttons button svg {
    width: 9px;
    height: 9px;
  }
}

.eCommerceProductCard .productInfo .productMiddleInfo .limitedStock {
  color: #757575;
  font-size: 14px;
  padding-bottom: 10px;
  text-align: center;
}

@media (max-width: 959.98px) {
  .eCommerceProductCard .productInfo .productMiddleInfo .limitedStock {
    font-size: 12px;
    flex: 1;
    padding: 10px;
  }
}

.eCommerceProductCard .productInfo .productMiddleInfo .limitedStock svg {
  fill: #ed8b00;
  width: 8px;
  height: 8px;
  margin-right: 5px;
}

@media (max-width: 959.98px) {
  .eCommerceProductCard .productInfo .productMiddleInfo .limitedStock svg {
    width: 5px;
    height: 5px;
    margin-right: 0;
  }
}

.eCommerceProductCard.campaignProduct.campaignProductFree,
.eCommerceProductCard.campaignProductFree.campaignProductFree {
  flex-direction: row;
  flex-wrap: wrap;
}

.eCommerceProductCard.campaignProduct.campaignProductFree .productInfo,
.eCommerceProductCard.campaignProductFree.campaignProductFree .productInfo {
  width: calc(100% - 250px);
}

@media (max-width: 719.98px) {
  .eCommerceProductCard.campaignProduct.campaignProductFree .productInfo,
  .eCommerceProductCard.campaignProductFree.campaignProductFree .productInfo {
    width: auto;
  }
}

.eCommerceProductCard.campaignProduct.campaignProductFree .productInfo .productMiddleInfo,
.eCommerceProductCard.campaignProductFree.campaignProductFree .productInfo .productMiddleInfo {
  justify-content: flex-end;
}

.eCommerceProductCard.campaignProduct .campaignContainer,
.eCommerceProductCard.campaignProductFree .campaignContainer {
  font-size: 10px;
}

@media (max-width: 719.98px) {
  .eCommerceProductCard.campaignProduct .campaignContainer,
  .eCommerceProductCard.campaignProductFree .campaignContainer {
    height: auto;
  }
}

.eCommerceProductCard.campaignProduct .campaignContainer .campaignDiscount,
.eCommerceProductCard.campaignProductFree .campaignContainer .campaignDiscount {
  background: #FFE14A;
  text-align: center;
  border-radius: 16px;
  font-weight: bold;
  font-size: 10px;
  flex: 1;
  margin-top: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 3px;
}

.eCommerceProductCard.campaignProduct .campaignContainer.freeProductCampaign,
.eCommerceProductCard.campaignProductFree .campaignContainer.freeProductCampaign {
  width: 250px;
  height: 100%;
  background: #fff9db;
  padding: 5px 5px 5px 15px;
  border-radius: 8px;
  color: #2d2f31;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media (max-width: 719.98px) {
  .eCommerceProductCard.campaignProduct .campaignContainer.freeProductCampaign,
  .eCommerceProductCard.campaignProductFree .campaignContainer.freeProductCampaign {
    width: 100%;
    height: auto;
  }
}

.eCommerceProductCard.campaignProduct .campaignContainer.freeProductCampaign .promotionPreview,
.eCommerceProductCard.campaignProductFree .campaignContainer.freeProductCampaign .promotionPreview {
  display: flex;
  flex-direction: row;
  gap: 15px;
}

.eCommerceProductCard.campaignProduct .campaignContainer.freeProductCampaign .promotionImage,
.eCommerceProductCard.campaignProductFree .campaignContainer.freeProductCampaign .promotionImage {
  text-align: right;
  position: relative;
  width: 40px;
  width: 120px;
}

.eCommerceProductCard.campaignProduct .campaignContainer.freeProductCampaign .promotionImage img,
.eCommerceProductCard.campaignProductFree .campaignContainer.freeProductCampaign .promotionImage img {
  width: 100%;
}

.eCommerceProductCard.campaignProduct .campaignContainer.freeProductCampaign .promotionImage .quantityBubble,
.eCommerceProductCard.campaignProductFree .campaignContainer.freeProductCampaign .promotionImage .quantityBubble {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: -10px;
  width: 30px;
  height: 30px;
  background: url("/images/promotion-quantity-bubble.png") no-repeat center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 12px;
}

.eCommerceProductCard .hasOffered {
  background: #FFE14A;
  border-radius: 0 16px 16px 0;
  padding: 0px 10px;
  font-weight: bold;
  font-size: 12px;
  top: 80px;
  position: absolute;
  left: 0;
}

.eCommerceProductCardHome {
  box-shadow: 0 1px 14px 0 #e0e9f0;
  background-color: #ffffff;
  border-radius: 16px;
  transition: all 0.2s ease-in-out;
  position: relative;
  width: 100%;
  display: flex;
  padding: 5px;
  border: none;
  flex-direction: column;
  height: 370px;
}

@media (prefers-reduced-motion: reduce) {
  .eCommerceProductCardHome {
    transition: none;
  }
}

@media (max-width: 719.98px) {
  .eCommerceProductCardHome {
    height: 355px;
  }
}

.eCommerceProductCardHome.returnProduct {
  border: solid 2px #da291c;
}

@media (max-width: 719.98px) {
  .eCommerceProductCardHome .card-information {
    flex-direction: row;
  }
}

.eCommerceProductCardHome .image {
  border-radius: 16px;
  padding: 5px;
  text-align: center;
}

.eCommerceProductCardHome .image img {
  height: 120px;
  margin: 0 auto;
}

@media (max-width: 719.98px) {
  .eCommerceProductCardHome .image {
    width: 120px;
    margin: auto;
  }

  .eCommerceProductCardHome .image img {
    width: 100%;
    height: auto;
  }
}

.eCommerceProductCardHome .yellow-tag {
  background: rgb(255, 225, 74);
  font-weight: bold;
  font-size: 12px;
  width: 50px;
  margin-top: 10px;
}

.eCommerceProductCardHome .new-launch {
  border-radius: 0 16px 16px 0;
  margin-left: -4px;
  text-align: center;
  padding-right: 5px;
  padding-top: 4px;
}

@media (min-width: 540px) {
  .eCommerceProductCardHome .new-launch {
    position: absolute;
  }
}

.eCommerceProductCardHome .reward-card-right-tag {
  color: #000000;
  border-radius: 16px 0 0 16px;
  width: 100px;
}

.eCommerceProductCardHome .limited-stock {
  background-color: #ed8b00;
  right: 0px;
  text-align: center;
  padding-left: 5px;
  padding-top: 4px;
}

.eCommerceProductCardHome .short-dated {
  background-color: #90fff0;
  text-align: center;
  width: 100%;
  border-radius: 16px;
  padding: 5px 3px;
  font-size: 10px;
  margin-top: 5px;
}

.eCommerceProductCardHome .productInfo {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 5px 3px;
}

@media (max-width: 719.98px) {
  .eCommerceProductCardHome .productInfo {
    padding: 0 5px;
  }
}

.eCommerceProductCardHome .productInfo .price-name-unit-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 175px;
}

.eCommerceProductCardHome .productInfo .campaignContainer {
  height: 60px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.eCommerceProductCardHome .productInfo .campaignDiscount {
  background: #FFE14A;
  text-align: center;
  border-radius: 16px;
  font-weight: bold;
  font-size: 10px;
  flex: 1;
  margin-top: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 3px;
}

.eCommerceProductCardHome .productInfo .name {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  height: 75px;
  overflow: hidden;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.eCommerceProductCardHome .productInfo .onlyUnit {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 5px 0;
  font-size: 14px;
  height: 20px;
  overflow: hidden;
  width: 100%;
  color: #6c767f;
}

.eCommerceProductCardHome .productInfo .unitAndPrice {
  margin: 5px 0 0px 0;
}

.eCommerceProductCardHome .productInfo .unitAndPrice .unitConversion {
  color: #6c767f;
  font-size: 14px;
}

.eCommerceProductCardHome .productInfo .unitAndPrice .unit {
  font-size: 15px;
  line-height: 18px;
  color: #757575;
  flex: 1;
}

.eCommerceProductCardHome .productInfo .unitAndPrice .prices {
  display: flex;
  justify-content: space-between;
}

.eCommerceProductCardHome .productInfo .unitAndPrice .prices .unitPrice {
  color: #6c767f;
  font-size: 14px;
}

.eCommerceProductCardHome .productInfo .unitAndPrice .prices .contractIcon {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 57px;
  background: url("/images/contractual-ribbon.png") no-repeat center;
}

.eCommerceProductCardHome .productInfo .unitAndPrice .prices b {
  font-size: 18px;
  line-height: 18px;
  text-align: right;
}

.eCommerceProductCardHome .productInfo .unitAndPrice .prices .oldPrice {
  line-height: 16px;
  text-decoration: line-through;
  margin-left: 10px;
  color: #6c767f;
}

.eCommerceProductCardHome .productInfo .productMiddleInfo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 7px 0 5px 0px;
}

.eCommerceProductCardHome .productInfo .productMiddleInfo .addToBasket {
  text-align: center;
}

@media (max-width: 959.98px) {
  .eCommerceProductCardHome .productInfo .productMiddleInfo .addToBasket {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media (max-width: 719.98px) {
  .eCommerceProductCardHome .productInfo .productMiddleInfo .addToBasket {
    flex: 1;
    display: flex;
    align-items: self-end;
    justify-content: flex-start;
  }
}

.eCommerceProductCardHome .productInfo .productMiddleInfo .addToBasket .btn-primary {
  font-weight: 400;
  font-size: 12px;
  padding: 9px 11px;
  margin: 1px;
}

@media (max-width: 1023.98px) {
  .eCommerceProductCardHome .productInfo .productMiddleInfo .addToBasket .btn-primary {
    text-align: center;
    padding: 10px 5px;
  }
}

@media (max-width: 959.98px) {
  .eCommerceProductCardHome .productInfo .productMiddleInfo .addToBasket .btn-primary {
    text-align: center;
    padding: 10px 5px;
  }
}

@media (max-width: 719.98px) {
  .eCommerceProductCardHome .productInfo .productMiddleInfo .addToBasket .btn-primary {
    padding: 5px;
    display: flex;
    align-items: center;
  }
}

.eCommerceProductCardHome .productInfo .productMiddleInfo .addToBasket .buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #e9eaec;
  border-radius: 15px;
  padding: 0px 7px;
}

.eCommerceProductCardHome .productInfo .productMiddleInfo .addToBasket .buttons .quantity {
  height: 32px;
  font-size: 16px;
  font-weight: 400;
  margin: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  width: 8px;
  text-align: center;
  padding: 0;
  min-width: 25px;
}

@media (max-width: 959.98px) {
  .eCommerceProductCardHome .productInfo .productMiddleInfo .addToBasket .buttons .quantity {
    min-width: 12px;
  }
}

.eCommerceProductCardHome .productInfo .productMiddleInfo .addToBasket .buttons .quantity:focus,
.eCommerceProductCardHome .productInfo .productMiddleInfo .addToBasket .buttons .quantity:active,
.eCommerceProductCardHome .productInfo .productMiddleInfo .addToBasket .buttons .quantity input {
  outline: none;
}

.eCommerceProductCardHome .productInfo .productMiddleInfo .addToBasket .buttons .quantity input {
  height: 40px;
  margin: 0 10px;
  border-radius: 20px;
  background: transparent;
  border: none;
  text-align: center;
  display: inline-block;
}

.eCommerceProductCardHome .productInfo .productMiddleInfo .addToBasket .buttons .quantity input:focus-visible {
  border: none;
}

.eCommerceProductCardHome .productInfo .productMiddleInfo .addToBasket .buttons button {
  border: none;
  text-align: center;
  background: #e9eaec;
  padding: 0px;
  z-index: 99999;
}

@media (max-width: 959.98px) {
  .eCommerceProductCardHome .productInfo .productMiddleInfo .addToBasket .buttons button {
    line-height: 7px;
  }
}

.eCommerceProductCardHome .productInfo .productMiddleInfo .addToBasket .buttons button svg {
  width: 11px;
  height: 11px;
  fill: #000000;
}

@media (max-width: 959.98px) {
  .eCommerceProductCardHome .productInfo .productMiddleInfo .addToBasket .buttons button svg {
    width: 9px;
    height: 9px;
  }
}

.eCommerceProductCardHome .productInfo .productMiddleInfo .limitedStock {
  color: #757575;
  font-size: 14px;
  padding-bottom: 10px;
  text-align: center;
}

@media (max-width: 959.98px) {
  .eCommerceProductCardHome .productInfo .productMiddleInfo .limitedStock {
    font-size: 12px;
    flex: 1;
    padding: 10px;
  }
}

.eCommerceProductCardHome .productInfo .productMiddleInfo .limitedStock svg {
  fill: #ed8b00;
  width: 8px;
  height: 8px;
  margin-right: 5px;
}

@media (max-width: 959.98px) {
  .eCommerceProductCardHome .productInfo .productMiddleInfo .limitedStock svg {
    width: 5px;
    height: 5px;
    margin-right: 0;
  }
}

.eCommerceProductCardHome.campaignProduct.campaignProductFree,
.eCommerceProductCardHome.campaignProductFree.campaignProductFree {
  flex-direction: row;
  flex-wrap: wrap;
}

.eCommerceProductCardHome.campaignProduct.campaignProductFree .productInfo,
.eCommerceProductCardHome.campaignProductFree.campaignProductFree .productInfo {
  width: calc(100% - 250px);
}

@media (max-width: 719.98px) {
  .eCommerceProductCardHome.campaignProduct.campaignProductFree .productInfo,
  .eCommerceProductCardHome.campaignProductFree.campaignProductFree .productInfo {
    width: auto;
  }
}

.eCommerceProductCardHome.campaignProduct.campaignProductFree .productInfo .productMiddleInfo,
.eCommerceProductCardHome.campaignProductFree.campaignProductFree .productInfo .productMiddleInfo {
  justify-content: flex-end;
}

.eCommerceProductCardHome.campaignProduct .campaignContainer,
.eCommerceProductCardHome.campaignProductFree .campaignContainer {
  font-size: 10px;
  height: 18px;
}

@media (max-width: 719.98px) {
  .eCommerceProductCardHome.campaignProduct .campaignContainer,
  .eCommerceProductCardHome.campaignProductFree .campaignContainer {
    height: auto;
  }
}

.eCommerceProductCardHome.campaignProduct .campaignContainer .campaignDiscount,
.eCommerceProductCardHome.campaignProductFree .campaignContainer .campaignDiscount {
  background: #FFE14A;
  text-align: center;
  padding-right: 5px;
  padding-top: 4px;
  border-radius: 16px;
  font-weight: bold;
  font-size: 12px;
  width: 100%;
  margin-top: 10px;
}

.eCommerceProductCardHome.campaignProduct .campaignContainer.freeProductCampaign,
.eCommerceProductCardHome.campaignProductFree .campaignContainer.freeProductCampaign {
  width: 250px;
  height: 100%;
  background: #fff9db;
  padding: 5px 5px 5px 15px;
  border-radius: 8px;
  color: #2d2f31;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media (max-width: 719.98px) {
  .eCommerceProductCardHome.campaignProduct .campaignContainer.freeProductCampaign,
  .eCommerceProductCardHome.campaignProductFree .campaignContainer.freeProductCampaign {
    width: 100%;
    height: auto;
  }
}

.eCommerceProductCardHome.campaignProduct .campaignContainer.freeProductCampaign .promotionPreview,
.eCommerceProductCardHome.campaignProductFree .campaignContainer.freeProductCampaign .promotionPreview {
  display: flex;
  flex-direction: row;
  gap: 15px;
}

.eCommerceProductCardHome.campaignProduct .campaignContainer.freeProductCampaign .promotionImage,
.eCommerceProductCardHome.campaignProductFree .campaignContainer.freeProductCampaign .promotionImage {
  text-align: right;
  position: relative;
  width: 40px;
  width: 120px;
}

.eCommerceProductCardHome.campaignProduct .campaignContainer.freeProductCampaign .promotionImage img,
.eCommerceProductCardHome.campaignProductFree .campaignContainer.freeProductCampaign .promotionImage img {
  width: 100%;
}

.eCommerceProductCardHome.campaignProduct .campaignContainer.freeProductCampaign .promotionImage .quantityBubble,
.eCommerceProductCardHome.campaignProductFree .campaignContainer.freeProductCampaign .promotionImage .quantityBubble {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: -10px;
  width: 30px;
  height: 30px;
  background: url("/images/promotion-quantity-bubble.png") no-repeat center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 12px;
}

.eCommerceProductCardHome .hasOffered {
  background: #FFE14A;
  border-radius: 0 16px 16px 0;
  padding: 0px 10px;
  font-weight: bold;
  font-size: 12px;
  top: 80px;
  position: absolute;
  left: 0;
}

.eCommerceProduct {
  box-shadow: 0 1px 14px 0 #e0e9f0;
  background-color: #ffffff;
  padding: 15px 0;
  border-radius: 16px;
  transition: all 0.2s ease-in-out;
  position: relative;
  width: 100%;
}

@media (prefers-reduced-motion: reduce) {
  .eCommerceProduct {
    transition: none;
  }
}

.eCommerceProduct.campaignProduct {
  padding-bottom: 1px;
}

.eCommerceProduct.campaignProduct .campaignDiscount {
  position: absolute;
  left: 0;
  background: #FFE14A;
  border-radius: 0 16px 16px 0;
  padding: 0px 10px;
  font-weight: bold;
  font-size: 12px;
  top: 100px;
}

@media (max-width: 959.98px) {
  .eCommerceProduct.campaignProduct .campaignDiscount {
    top: 80px;
  }
}

.eCommerceProduct .productPromotionRibbon {
  position: absolute;
  top: -13px;
  left: -13px;
}

.eCommerceProduct .image {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 120px;
}

.eCommerceProduct .image img {
  max-height: 90%;
}

@media (max-width: 959.98px) {
  .eCommerceProduct .image {
    width: 110px;
    height: 100px;
    float: left;
  }
}

.eCommerceProduct .productInfo {
  padding: 5px 10px;
}

@media (max-width: 959.98px) {
  .eCommerceProduct .productInfo {
    width: calc(100% - 110px);
    padding: 0 10px;
    float: left;
  }
}

.eCommerceProduct .productInfo .name {
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  height: 40px;
  overflow: hidden;
}

@media (max-width: 959.98px) {
  .eCommerceProduct .productInfo .name {
    font-size: 16px;
    line-height: 18px;
    height: auto;
  }
}

.eCommerceProduct .productInfo .promotionSummary {
  margin-top: 5px;
}

.eCommerceProduct .productInfo .promotionSummary div {
  display: inline-block;
  background: #FFE14A;
  padding: 2px 10px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 400;
}

.eCommerceProduct .productInfo .promotionSummary div b {
  display: inline-block;
  margin-left: 10px;
}

.eCommerceProduct .productInfo .onlyUnit {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 5px 0;
  font-size: 14px;
  height: 20px;
  overflow: hidden;
  width: 100%;
  color: #6c767f;
}

.eCommerceProduct .productInfo .unitAndPrice {
  display: flex;
  flex-direction: row;
  margin: 5px 0 15px 0;
  overflow: hidden;
  width: 100%;
}

@media (max-width: 959.98px) {
  .eCommerceProduct .productInfo .unitAndPrice {
    margin-bottom: 5px;
    height: auto;
    padding: 10px 0;
  }
}

.eCommerceProduct .productInfo .unitAndPrice .unit {
  font-size: 15px;
  line-height: 18px;
  color: #757575;
  flex: 1;
}

.eCommerceProduct .productInfo .unitAndPrice .prices {
  flex: 1;
  text-align: right;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}

@media (max-width: 719.98px) {
  .eCommerceProduct .productInfo .unitAndPrice .prices {
    text-align: left;
    justify-content: flex-start;
  }
}

.eCommerceProduct .productInfo .unitAndPrice .prices .contractIcon {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 57px;
  background: url("/images/contractual-ribbon.png") no-repeat center;
}

.eCommerceProduct .productInfo .unitAndPrice .prices b {
  font-size: 16px;
  line-height: 16px;
  text-align: right;
}

.eCommerceProduct .productInfo .unitAndPrice .prices .oldPrice {
  line-height: 16px;
  text-decoration: line-through;
  color: #666;
}

.eCommerceProduct .productMiddleInfo {
  padding-bottom: 10px;
}

@media (max-width: 959.98px) {
  .eCommerceProduct .productMiddleInfo {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    padding-bottom: 0px;
  }
}

.eCommerceProduct .productMiddleInfo .addToBasket {
  text-align: center;
}

@media (max-width: 959.98px) {
  .eCommerceProduct .productMiddleInfo .addToBasket {
    flex: 1;
    display: flex;
    align-items: self-end;
    justify-content: center;
    margin-right: 5px;
  }
}

.eCommerceProduct .productMiddleInfo .addToBasket .btn-primary {
  padding: 10px 20px;
  font-weight: 400;
  font-size: 16px;
}

@media (max-width: 959.98px) {
  .eCommerceProduct .productMiddleInfo .addToBasket .btn-primary {
    text-align: center;
  }
}

.eCommerceProduct .productMiddleInfo .addToBasket .buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.eCommerceProduct .productMiddleInfo .addToBasket .buttons .quantity {
  height: 32px;
  min-width: 24px;
  font-size: 16px;
  font-weight: 400;
  margin: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-bottom: solid 2px #c4cbd2;
  width: 40px;
  text-align: center;
  padding: 0;
}

.eCommerceProduct .productMiddleInfo .addToBasket .buttons .quantity:focus,
.eCommerceProduct .productMiddleInfo .addToBasket .buttons .quantity:active,
.eCommerceProduct .productMiddleInfo .addToBasket .buttons .quantity input {
  outline: none;
}

.eCommerceProduct .productMiddleInfo .addToBasket .buttons .quantity input {
  max-width: 100%;
  height: 40px;
  margin: 0 10px;
  border-radius: 20px;
  background: transparent;
  border: none;
  text-align: center;
  display: inline-block;
}

.eCommerceProduct .productMiddleInfo .addToBasket .buttons .quantity input:focus-visible {
  border: none;
}

@media (max-width: 959.98px) {
  .eCommerceProduct .productMiddleInfo .addToBasket .buttons button {
    line-height: 7px;
  }
}

.eCommerceProduct .productMiddleInfo .addToBasket .buttons button svg {
  width: 12px;
  height: 12px;
  fill: #30ea03;
}

.eCommerceProduct .productMiddleInfo .limitedStock {
  color: #757575;
  font-size: 14px;
  padding-bottom: 10px;
  text-align: center;
}

@media (max-width: 959.98px) {
  .eCommerceProduct .productMiddleInfo .limitedStock {
    font-size: 12px;
    flex: 1;
    padding: 10px;
  }
}

.eCommerceProduct .productMiddleInfo .limitedStock svg {
  fill: #ed8b00;
  width: 8px;
  height: 8px;
  margin-right: 5px;
}

@media (max-width: 959.98px) {
  .eCommerceProduct .productMiddleInfo .limitedStock svg {
    width: 5px;
    height: 5px;
    margin-right: 0;
  }
}

.eCommerceProduct .previousOrderCount {
  text-align: center;
  padding: 5px;
  background: #f5fbff;
}

.eCommerceProduct .promotionPreview {
  background: #fff9db;
  padding: 10px;
  font-weight: 400;
  position: relative;
  border-radius: 0 0 16px 16px;
  margin: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.eCommerceProduct .promotionPreview .quantityBubble {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  background: url("/images/promotion-quantity-bubble.png") no-repeat center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 12px;
}

.eCommerceProduct .promotionPreview .promotionInfo {
  width: calc(100% - 70px);
}

.eCommerceProduct .promotionPreview .promotionImage {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 60px;
  overflow: hidden;
  height: 100%;
  font-size: 14px;
  line-height: 20px;
}

.eCommerceProduct .promotionPreview .promotionImage img {
  width: 150%;
  transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
  -o-transform: rotate(20deg);
}

.basketPage .emptyBasket {
  padding: 100px 0;
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
}

@media (max-width: 959.98px) {
  .basketPage .emptyBasket {
    max-width: calc(100% - 48px);
  }
}

.basketPage .emptyBasket img {
  max-width: 150px;
}

.basketPage .emptyBasket h5 {
  text-align: center !important;
}

.basketPage .basketContainer {
  padding: 30px;
  border-top: solid 10px #30ea03;
  box-shadow: 0 1px 10px -1px rgba(23, 23, 23, 0.14);
  background-color: #ffffff;
  border-radius: 16px;
}

@media (max-width: 959.98px) {
  .basketPage .basketContainer {
    padding: 30px 15px;
  }
}

.basketPage .basketContainer .rewardBasketSummary {
  margin-left: 50px;
}

@media (max-width: 959.98px) {
  .basketPage .basketContainer .rewardBasketSummary {
    margin-left: 0;
  }
}

.basketPage .basketContainer .rewardBasketSummary th {
  color: #89959f;
  padding: 0;
  font-weight: 300;
  font-size: 16px;
}

.basketPage .basketContainer .rewardBasketSummary td {
  text-align: right;
  font-size: 18px;
  padding: 0;
}

.basketPage .basketContainer .rewardBasketSummary td.discount {
  color: #da291c;
}

.basketReward {
  box-shadow: 0 1px 14px 0 #e0e9f0;
  background-color: #ffffff;
  padding: 15px;
  border-radius: 16px;
  position: relative;
  text-align: left;
}

.basketReward .removeIcon {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 18px;
  cursor: pointer;
}

@media (max-width: 959.98px) {
  .basketReward .removeIcon {
    right: 10px;
    top: 10px;
  }
}

.basketReward .informations {
  display: flex;
  flex-direction: row;
}

.basketReward .informations .image {
  width: 70px;
}

.basketReward .informations .rewardInfo {
  padding-left: 10px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  flex: 1;
}

.basketReward .informations .rewardInfo .name {
  margin-right: 20px;
}

.basketReward .informations .rewardInfo .rewardValue .price span {
  font-size: 14px;
  color: #666;
  text-decoration: line-through;
  margin-right: 10px;
}

.basketReward .informations .rewardInfo .buttons {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-end;
  margin-top: 10px;
}

.basketReward .informations .rewardInfo .buttons .quantity {
  height: 32px;
  border-bottom: solid 2px #c4cbd2;
  width: 32px;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  margin: 0 10px;
  text-align: center;
}

.basketReward .informations .rewardInfo .buttons .quantity .quantity-input {
  max-width: 100%;
  height: 40px;
  border-radius: 20px;
  background: transparent;
  border: none;
  text-align: center;
  display: inline-block;
  outline: none;
  overflow: visible;
}

.basketReward .informations .rewardInfo .buttons button {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: solid 2px #30ea03;
  text-align: center;
  background: #fff;
  padding: 0px;
  line-height: 10px;
}

@media (max-width: 959.98px) {
  .basketReward .informations .rewardInfo .buttons button {
    line-height: 7px;
  }
}

.basketReward .informations .rewardInfo .buttons button svg {
  width: 12px;
  height: 12px;
  fill: #30ea03;
}

.apexSteps {
  display: flex;
  flex-direction: row;
  position: relative;
}

.apexSteps:before {
  content: "";
  top: 12px;
  height: 1px;
  position: absolute;
  left: 16.5%;
  width: 66%;
  background: #0076e0;
  z-index: 0;
}

.apexSteps .step {
  flex: 1;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  position: relative;
  z-index: 1;
}

.apexSteps .step .stepNumber {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #e5f2fc;
  margin: 0 auto;
  padding: 3px 0;
  margin-bottom: 10px;
  color: #99c9f3;
}

.apexSteps .step.active {
  color: #30ea03;
}

.apexSteps .step.active .stepNumber {
  background: #FFE14A;
  color: #30ea03;
}

.apexSteps .step.completed .stepNumber {
  background: #30ea03;
  color: #fff;
}

.smallContainer {
  max-width: 980px;
  margin: 0 auto;
}

.smallContainer .login-blue-bg {
  padding: 20px 0;
}

@media screen and (max-width: 767px) {
  .smallContainer .login-blue-bg {
    padding: 20px;
    margin: 0 -24px;
    margin-top: -90px;
    padding-top: 65px;
  }
}

@media (max-width: 719.98px) {
  .smallContainer .container-fluid,
  .smallContainer .container-sm,
  .smallContainer .container-md,
  .smallContainer .container-lg,
  .smallContainer .container-xl {
    padding: 0;
  }
}

.helpCard {
  background: url("/images/help-line-background.png") center left no-repeat #30ea03;
  max-width: 410px;
  margin: 0px auto 15px auto;
  color: #000;
  padding: 12px 90px 12px 24px;
  box-shadow: 0 6px 6px -3px rgba(44, 219, 2, 0.5);
  background-size: auto 100%;
  border-radius: 16px;
  position: relative;
}

@media (max-width: 719.98px) {
  .helpCard {
    max-width: 100%;
  }
}

.helpCard a {
  color: #000;
}

.helpCard b {
  font-size: 15px;
  line-height: 20px;
}

.helpCard p {
  font-size: 13px;
  margin-bottom: 0;
}

.helpCard img {
  position: absolute;
  right: 24px;
  top: 50%;
  margin-top: -16px;
  height: 32px;
}

footer {
  position: relative;
  z-index: 10;
  background: #f5f5f5;
  position: relative;
  /*@include media-breakpoint-down(md) {
      display: none;
  }*/
}

footer:before {
  content: "";
  width: 100%;
  height: 11px;
  background: url("/images/footer-top-bg.png") repeat-x top center;
  position: absolute;
  left: 0;
  top: -11px;
}

footer.white {
  background: white;
}

footer.white:before {
  transform: rotate(180deg);
  background-color: white;
}

footer .container {
  padding-top: 46px;
  padding-bottom: 30px;
}

@media (max-width: 959.98px) {
  footer .container {
    padding-top: 30px !important;
  }
}

footer .container .inner {
  padding: 0 45px;
}

footer .container .inner .logo div {
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

footer .container .inner .logo div img {
  height: 100%;
}

footer .container .inner .botNav {
  position: absolute;
  right: 0;
  bottom: 5px;
}

footer .container .inner .botNav a {
  display: inline-block;
  margin-left: 20px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}

footer .container .inner hr {
  background: #e0e4e8;
  height: 1px;
  border: none;
}

@media (max-width: 959.98px) {
  footer .container .inner hr {
    display: none;
  }
}

footer .container .inner .subLinks a {
  display: inline-block;
  margin-right: 15px;
}

footer .container .inner .subLinks a.icon {
  margin-right: 5px;
}

footer .container .inner .subLinks a img {
  height: 22px;
}

footer .container .inner .copyright {
  width: 100%;
  text-align: right;
  display: flex;
}

.footer-note {
  text-align: center;
  flex: 1;
  font-size: 12px;
}

@media (max-width: 959.98px) {
  .footer-logo {
    display: none;
  }
}

.switchBox {
  position: relative;
  padding: 15px 0;
  padding-right: 50px;
}

.switchBox.disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}

.switchBox .switchText {
  font-size: 16px;
  color: #171717;
}

.switchBox .switchText span {
  font-size: 14px;
  display: block;
  color: #777777;
}

.switchBox .switchboxCont {
  position: absolute;
  right: 0;
  top: 50%;
  width: 42px;
  margin-top: -13px;
}

.switchBox .switchboxCont .switch {
  visibility: hidden;
  margin-left: -9999px;
  position: absolute;
}

.switchBox .switchboxCont .switch + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  width: 46px;
  height: 28px;
  border-radius: 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.switchBox .switchboxCont .switch + label:before {
  right: 1px;
  background: #6c767f;
  border-radius: 75px;
  transition: 0.4s;
}

.switchBox .switchboxCont .switch + label:after {
  width: 18px;
  height: 18px;
  background-color: #fff;
  border-radius: 100%;
  transition: 0.4s;
  margin-left: 3px;
  margin-top: 3px;
}

.switchBox .switchboxCont input.switch + label:before,
.switchBox .switchboxCont input.switch + label:after {
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  bottom: 2px;
  content: "";
}

.switchBox .switchboxCont .switch:checked + label:before {
  background-color: #30ea03;
}

.switchBox .switchboxCont .switch:checked + label:after {
  margin-left: 22px;
}

.welcomePage {
  margin-top: 15px;
}

@media (max-width: 719.98px) {
  .welcomePage {
    max-width: none;
  }
}

.welcomePage .languageContainer {
  display: none;
  flex-direction: row;
  justify-content: flex-end;
}

@media (max-width: 719.98px) {
  .welcomePage .languageContainer {
    display: flex;
    width: calc(100% - 48px);
    margin: 0 auto;
  }
}

.welcomePage .homePromoBox {
  background: url("/images/welcome-banner-new.png") no-repeat center;
  background-size: cover;
  box-shadow: 0 10px 10px -10px #000;
  color: #fff;
  border-radius: 0 0 24px 24px;
  position: relative;
  padding: 100px 0;
  margin-top: -15px;
}

@media (max-width: 719.98px) {
  .welcomePage .homePromoBox {
    margin-top: 15px;
    margin-left: 24px;
    margin-right: 24px;
    border-radius: 24px;
  }
}

.welcomePage .homePromoBox .inner {
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
  margin-top: -15px;
  padding: 0px;
}

@media (max-width: 719.98px) {
  .welcomePage .homePromoBox .inner {
    padding: 30px 17px 17px 17px;
  }
}

.welcomePage .homePromoBox .textArea {
  max-width: 70%;
}

@media (max-width: 719.98px) {
  .welcomePage .homePromoBox .textArea {
    max-width: 400px;
  }
}

.welcomePage .homePromoBox .textArea p {
  margin: 15px 0 25px 0;
}

.welcomePage .homePromoBox .btn {
  background: #30ea03;
  border: none;
  border-radius: 18px;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  font-weight: 600;
  min-width: 80px;
  padding-left: 20px;
  padding-right: 20px;
  height: 40px;
  color: #000;
}

.welcomePage .homePromoBox .thankYouIcon {
  position: absolute;
  width: 97px;
  right: 130px;
  top: 34px;
}

@media (min-width: 720px) and (max-width: 959.98px) {
  .welcomePage .homePromoBox .thankYouIcon {
    right: 50px;
    width: 80px;
  }
}

@media (max-width: 719.98px) {
  .welcomePage .homePromoBox .thankYouIcon {
    right: 20px;
    width: 70px;
  }
}

.welcomePage .homePromoBox .orderIcon {
  position: absolute;
  width: 310px;
  right: 100px;
  bottom: 10px;
}

@media (min-width: 720px) and (max-width: 959.98px) {
  .welcomePage .homePromoBox .orderIcon {
    right: 150px;
  }
}

@media (max-width: 719.98px) {
  .welcomePage .homePromoBox .orderIcon {
    right: 10px;
    width: 100px;
  }
}

.welcomePage .subBoxes {
  margin: 50px 0 80px 0;
  text-align: center;
  display: flex;
  gap: 20px;
}

.welcomePage .subBoxes .box {
  border-radius: 10px;
  flex: 1;
  padding: 20px 20px;
  position: relative;
  background: #30ea03;
  box-shadow: 0 1px 14px 0 #e0e9f0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  color: #000;
}

.welcomePage .subBoxes .box img {
  height: 100px;
}

.welcomePage .subBoxes .box p {
  font-size: 18px;
  line-height: 24px;
  margin-top: 12px;
}

@media (max-width: 719.98px) {
  .welcomePage .subBoxes {
    flex-wrap: wrap;
  }

  .welcomePage .subBoxes .box {
    flex: auto;
    width: 100%;
    height: auto;
    min-height: 100px;
  }
}

.welcomePage .brands {
  text-align: center;
}

.welcomePage .brands h6 {
  color: #000;
  margin-bottom: 20px;
}

@media (max-width: 719.98px) {
  .welcomePage .brands h6 {
    text-align: left;
  }
}

.welcomePage .brands h6:after {
  content: "";
  height: 10px;
  display: block;
  max-width: 350px;
  margin: 10px auto;
  background: url("/images/border-bg.svg") repeat-x;
}

@media (max-width: 719.98px) {
  .welcomePage .brands h6:after {
    margin: 10px 0;
    max-width: 100%;
  }
}

.welcomePage .brands #welcome-brands {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.welcomePage .brands .brand {
  padding: 18px 0;
  width: calc(20% - 10px);
  border-radius: 16px;
}

@media (min-width: 720px) {
  .welcomePage .brands .brand {
    box-shadow: 0 1px 14px 0 #e0e9f0;
  }
}

@media (max-width: 959.98px) {
  .welcomePage .brands .brand {
    width: calc(50% - 10px);
  }
}

.welcomePage .brands .brand .brandName {
  font-size: 16px;
}

@media (max-width: 719.98px) {
  .welcomePage .brands .brand .brandName {
    display: none;
  }
}

.welcomePage .brands .brand img {
  height: 50px;
}

.welcomePage .brands .btn-link {
  display: inline-block;
  margin: 30px 0;
}

.welcomePage .registerBtn {
  text-align: center;
}

.welcomePage .registerBtn .btn {
  min-width: 300px;
  font-weight: 600;
}

@media (max-width: 719.98px) {
  .welcomePage .registerBtn .btn {
    width: 100%;
    min-width: 0px;
  }
}

.authPage .gdprLink {
  display: block;
  color: #1a1a1a;
}

.authPage .gdprLink a {
  text-decoration: underline;
}

.authPage .gdprText {
  font-weight: 400;
}

.authPage .gdprText .title {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
}

.authPage .gdprText p {
  line-height: 24px;
}

.authPage .gdprText ul {
  margin: 20px 0;
  padding-left: 30px;
}

.authPage .gdprText ul li {
  font-weight: bold;
}

.authPage .deleteAccountSuccessPage {
  max-width: 600px;
  margin: 0 auto;
}

.authPage .deleteAccountSuccessPage .subTitle {
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  margin-bottom: 20px;
}

.authPage .deleteAccountSuccessPage .contentArea {
  font-size: 16px;
  line-height: 20px;
}

@media (max-width: 719.98px) {
  .authPage .faq {
    padding: 20px;
  }
}

.authPage h6 {
  text-align: center;
  margin: 22px 0;
}

@media (max-width: 719.98px) {
  .authPage h6 {
    text-align: left;
  }
}

.authPage .marginInput {
  margin-top: 32px;
  margin-bottom: 5px;
}

.authPage .rememberMe {
  margin-top: 20px;
}

.authPage .submitt {
  margin-top: 20px;
}

.authPage .submitt .btn {
  font-weight: 600;
}

.authPage .registerLink {
  text-align: center;
  margin-top: 24px;
  font-size: 16px;
}

.authPage .registerLink .btn {
  text-align: center;
  font-weight: 600;
}

.authPage .list-group {
  margin-top: 30px;
  box-shadow: 1px 2px 2px 0 rgba(0, 69, 132, 0.18);
  border-radius: 8px;
}

.authPage .list-group .list-group-item {
  border: none;
  padding: 16px 22px;
  border-bottom: solid 2px #e0e4e8;
  word-break: break-all;
}

.authPage .list-group .list-group-item b {
  font-size: 18px;
  line-height: 24px;
}

.authPage .list-group .list-group-item.active {
  background: #30ea03;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.44px;
  line-height: 20px;
}

.authPage .list-group .list-group-item.active img {
  height: 21px;
  margin-right: 22px;
}

.authPage .userInformations {
  padding: 20px 80px;
  box-shadow: 0 6px 6px -3px rgba(0, 69, 218, 0.5);
  border-radius: 8px;
}

@media (max-width: 959.98px) {
  .authPage .userInformations {
    padding: 20px;
  }
}

.authPage .userInformations b {
  font-size: 18px;
}

.authPage .termsAndConditions {
  margin-top: 30px;
}

.authPage .termsAndConditions .custom-control {
  font-weight: normal;
}

.authPage .termsAndConditions a {
  color: #1a1a1a;
  text-decoration: underline;
}

.authPage .termsAndConditions b {
  font-size: 16px;
  line-height: 20px;
  color: #30ea03;
  display: block;
  margin-bottom: 20px;
}

.authPage .termsAndConditions span span {
  text-decoration: underline;
}

.authPage .termsAndConditions .error a {
  color: #EA004B !important;
}

@media (max-width: 959.98px) {
  .authPage p {
    text-align: left !important;
  }
}

.apexTopNavigation {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.09);
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  position: relative;
  z-index: 10;
}

.apexTopNavigation a {
  font-weight: 600;
  text-align: center;
  color: #000;
  font-size: 16px;
  position: relative;
  padding: 10px 20px;
  margin: 0 0.5px;
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  justify-content: center;
  border-radius: 8px 8px 0 0;
  transition: all 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .apexTopNavigation a {
    transition: none;
  }
}

@media (min-width: 720px) and (max-width: 959.98px) {
  .apexTopNavigation a {
    font-size: 13px;
  }
}

.apexTopNavigation a svg {
  height: 28px;
  width: 28px;
  margin-right: 20px;
}

.apexTopNavigation a svg.homeIconSvg .cls-1 {
  fill: none;
  stroke: #000;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3px;
}

.apexTopNavigation a svg.productsIconSvg .cls-1,
.apexTopNavigation a svg.productsIconSvg .cls-2 {
  fill: none;
  stroke: #000;
}

.apexTopNavigation a svg.productsIconSvg .cls-1 {
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.15px;
}

.apexTopNavigation a svg.productsIconSvg .cls-2 {
  stroke-width: 0.93px;
}

.apexTopNavigation a svg.productsIconSvg .cls-3 {
  fill: #000;
  fill-rule: evenodd;
}

.apexTopNavigation a svg.rewardsIconSvg .cls-1 {
  fill: none;
  stroke: #000;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.apexTopNavigation a svg.rewardsIconSvg .cls-2 {
  stroke: #30ea03;
}

.apexTopNavigation a svg.accountIconSvg .cls-1 {
  fill: #fff;
  stroke: #30ea03;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 3px;
  fill-rule: evenodd;
}

.apexTopNavigation a svg.accountIconSvg .cls-2 {
  fill: none;
}

.apexTopNavigation a:hover,
.apexTopNavigation a.active {
  background: #30ea03;
  color: #fff;
}

.apexTopNavigation a:hover svg.homeIconSvg .cls-1,
.apexTopNavigation a.active svg.homeIconSvg .cls-1 {
  stroke: #fff;
}

.apexTopNavigation a:hover svg.productsIconSvg .cls-1,
.apexTopNavigation a:hover svg.productsIconSvg .cls-2,
.apexTopNavigation a.active svg.productsIconSvg .cls-1,
.apexTopNavigation a.active svg.productsIconSvg .cls-2 {
  fill: none;
  stroke: #fff;
}

.apexTopNavigation a:hover svg.productsIconSvg .cls-1,
.apexTopNavigation a.active svg.productsIconSvg .cls-1 {
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.15px;
}

.apexTopNavigation a:hover svg.productsIconSvg .cls-2,
.apexTopNavigation a.active svg.productsIconSvg .cls-2 {
  stroke-width: 0.93px;
}

.apexTopNavigation a:hover svg.productsIconSvg .cls-3,
.apexTopNavigation a.active svg.productsIconSvg .cls-3 {
  fill: #fff;
  fill-rule: evenodd;
}

.apexTopNavigation a:hover svg.productsIconSvg .cls-2,
.apexTopNavigation a.active svg.productsIconSvg .cls-2 {
  stroke: #fff;
}

.apexTopNavigation a:hover svg.rewardsIconSvg .cls-1,
.apexTopNavigation a.active svg.rewardsIconSvg .cls-1 {
  stroke: #fff;
}

.apexTopNavigation a:hover svg.rewardsIconSvg .cls-2,
.apexTopNavigation a.active svg.rewardsIconSvg .cls-2 {
  stroke: #fff;
}

.apexTopNavigation a:hover svg.accountIconSvg .cls-1,
.apexTopNavigation a.active svg.accountIconSvg .cls-1 {
  fill: #30ea03;
  stroke: #fff;
}

.apexTopNavigation a:hover svg.activitiesIcon .st0,
.apexTopNavigation a.active svg.activitiesIcon .st0 {
  stroke: #fff;
}

.apexTopNavigation a:hover svg.activitiesIcon .st1,
.apexTopNavigation a.active svg.activitiesIcon .st1 {
  stroke: #fff;
}

.apexTopNavigation a:hover svg.activitiesIcon .st2,
.apexTopNavigation a.active svg.activitiesIcon .st2 {
  stroke: #fff;
}

.apexTopNavigation a:hover svg.activitiesIcon .st3,
.apexTopNavigation a.active svg.activitiesIcon .st3 {
  stroke: #fff;
}

.apexTopNavigation a:hover svg.activitiesIcon .st5,
.apexTopNavigation a.active svg.activitiesIcon .st5 {
  stroke: #fff;
}

.apexTopNavigation a:hover svg.communityIcon,
.apexTopNavigation a.active svg.communityIcon {
  fill: #fff;
}

.apexTopNavigation a .InStoreMaterials {
  background: url("/images/InStoreMaterials.png") no-repeat;
  margin-right: 20px;
  width: 28px;
  height: 28px;
  background-size: contain;
}

.apexTopNavigation a .giftIcon {
  background: url("/images/gift-icon.png") no-repeat;
  margin-right: 20px;
  width: 28px;
  height: 28px;
  background-size: contain;
}

.apexTopNavigation a .learningHubIcon {
  background: url("/images/learning-hub-icon-black-new.svg") no-repeat;
  width: 28px;
  height: 28px;
  background-size: contain;
  margin-right: 20px;
}

.apexTopNavigation a:hover .InStoreMaterials {
  background: url("/images/InStoreMaterials-white.png") no-repeat;
  width: 28px;
  height: 28px;
  background-size: contain;
  margin-right: 20px;
}

.apexTopNavigation a:hover .giftIcon {
  background: url("/images/gift-icon-white.png") no-repeat;
  width: 28px;
  height: 28px;
  background-size: contain;
  margin-right: 20px;
}

.apexTopNavigation a:hover .learningHubIcon {
  background: url("/images/learning-hub-icon-white.svg") no-repeat;
  width: 28px;
  height: 28px;
  background-size: contain;
  margin-right: 20px;
}

.rewardsAndProductsSliderContainer {
  margin: 0 -25px;
}

.rewardsAndProductsSliderContainer .slick-slide {
  padding: 0px;
}

.rewardsAndProductsSliderContainer .rewardList {
  margin: 0 12.5px !important;
}

.rewardsAndProductsSliderContainer.rewardListSlider .slick-dots {
  bottom: -50px;
}

.accountNavigation {
  padding: 30px 0px 25px 0px;
  font-size: 16px;
  line-height: 20px;
}

.accountNavigation .languageSelect {
  padding: 0 10px 20px 10px;
  display: none;
}

@media (max-width: 719.98px) {
  .accountNavigation .languageSelect {
    display: block;
  }
}

.accountNavigation .languageSelect .drodown-menu {
  width: 100%;
}

.accountNavigation .section {
  margin-bottom: 20px;
}

.accountNavigation .section b {
  display: block;
  color: #30ea03;
  font-weight: 400;
  padding-left: 45px;
  margin-bottom: 15px;
}

@media (max-width: 719.98px) {
  .accountNavigation .section b {
    padding-left: 25px;
  }
}

.accountNavigation .section a {
  color: #1A1A1A;
  display: block;
  padding: 15px 10px 15px 75px;
  font-weight: 400;
  position: relative;
}

.accountNavigation .section a img,
.accountNavigation .section a svg {
  position: absolute;
  left: 45px;
  width: 20px;
  height: 20px;
  top: 50%;
  margin-top: -10px;
}

.accountNavigation .section a img.pointIconSvg .st1,
.accountNavigation .section a svg.pointIconSvg .st1 {
  stroke: #000000;
  stroke-width: 2;
}

.accountNavigation .section a.router-link-exact-active {
  background: #f3f5f6;
  font-weight: bold;
  border-right: solid 3px #30ea03;
  font-size: 17px;
}

.accountNavigation .section a.active {
  background: #f3f5f6;
  font-weight: bold;
  border-right: solid 3px #30ea03;
  font-size: 17px;
}

@media (max-width: 719.98px) {
  .accountNavigation .section a {
    padding-left: 60px;
  }

  .accountNavigation .section a img,
  .accountNavigation .section a svg {
    left: 25px;
  }
}

.accountNavigation.fixNavigation {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f3f5f6;
  z-index: 1;
  padding: 0;
  padding-top: 75px;
  padding-bottom: 75px;
  overflow: auto;
}

@media (min-width: 720px) {
  .accountNavigation.fixNavigation {
    display: none;
  }
}

.accountNavigation.fixNavigation .accountNavigationTopBar {
  margin-bottom: 0;
}

.accountNavigation.fixNavigation .accountNavigationTopBar .apexTopBar {
  padding: 24px;
  margin-top: 0;
  padding-bottom: 0;
}

.accountNavigation.fixNavigation .section b {
  font-size: 20px;
  line-height: 26px;
  margin-top: 30px;
}

.accountNavigation.fixNavigation .section a {
  background: #fff;
  margin-bottom: 2px;
  font-weight: bold;
}

.accountPage {
  display: flex;
  flex-direction: row;
}

.accountPage aside {
  width: 260px;
  border-right: solid 2px #e0e4e8;
}

@media (max-width: 719.98px) {
  .accountPage aside {
    display: none;
  }
}

.accountPage .accountContainer {
  width: calc(100% - 260px);
}

@media (max-width: 719.98px) {
  .accountPage .accountContainer {
    width: 100%;
    padding: 0;
  }
}

.accountPage .accountContainer .apexTopBar {
  padding: 24px;
}

@media (min-width: 720px) {
  .accountPage .accountContainer .accountCard {
    margin: 24px 24px 0;
  }
}

.accountPage .accountContainer > div {
  height: 100%;
}

.accountPage .accountContainer .inner {
  padding: 24px;
}

.accountPage .accountContainer .inner .filterNav {
  overflow-y: hidden;
  white-space: nowrap;
  text-align: left;
  border-bottom: solid 1px #e0e4e8;
  padding: 0 2px;
}

@media (min-width: 720px) {
  .accountPage .accountContainer .inner .filterNav {
    margin-bottom: 20px;
  }
}

.accountPage .accountContainer .inner .filterNav a {
  display: inline-block;
  padding: 15px 20px 10px 10px;
  color: #6c767f;
  font-size: 16px;
  position: relative;
}

@media (min-width: 720px) {
  .accountPage .accountContainer .inner .filterNav a {
    margin: 0 -1.5px;
  }

  .accountPage .accountContainer .inner .filterNav a:nth-of-type(1) {
    padding-left: 0;
  }

  .accountPage .accountContainer .inner .filterNav a:last-of-type {
    padding-right: 0;
  }
}

.accountPage .accountContainer .inner .filterNav a:after {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 24px;
  height: 3px;
  content: "";
  background: transparent;
  display: block;
}

.accountPage .accountContainer .inner .filterNav a.router-link-exact-active {
  color: #30ea03;
  font-weight: 400;
}

.accountPage .accountContainer .inner .filterNav a.router-link-exact-active:after {
  background: #30ea03;
}

.accountPage .accountContainer .inner .accountSmallContainer {
  padding: 20px 30px;
}

@media (max-width: 959.98px) {
  .accountPage .accountContainer .inner .accountSmallContainer {
    padding: 20px 0;
  }
}

.accountPage .accountContainer .inner .accountSmallContainer .orderList {
  margin: 0;
  padding: 0;
  list-style: none;
}

.accountPage .accountContainer .inner .accountSmallContainer .orderList li {
  padding: 25px 0;
  border-bottom: solid 2px #e0e4e8;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.accountPage .accountContainer .inner .accountSmallContainer .orderList li .preview {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.accountPage .accountContainer .inner .accountSmallContainer .orderList li .preview span {
  display: inline-block;
}

.accountPage .accountContainer .inner .accountSmallContainer .orderList li .preview small {
  color: #6c767f;
  font-size: 14px;
  line-height: 16px;
  display: block;
  margin-top: 5px;
}

.accountPage .accountContainer .inner .accountSmallContainer .orderList li .preview img {
  width: 20px;
}

.accountPage .accountContainer .inner .accountSmallContainer .orderList li .seeOrderButton {
  min-width: 150px;
  text-align: right;
}

.accountPage .accountContainer .inner .accountSmallContainer .orderList li .feedback-button {
  font-size: 14px;
  border: none;
  border-radius: 18px;
  padding: 0.25rem 0.5rem;
}

.accountPage .accountContainer .inner .accountSmallContainer .orderList li .approve-button {
  background-color: #4646e7;
  color: white;
}

.accountPage .accountContainer .inner .accountSmallContainer .orderList li .rejected-button {
  background-color: #9b1a1a;
  color: white;
}

.accountPage .accountContainer .inner .accountSmallContainer .rewardOrderList {
  margin: 0;
  padding: 0;
  list-style: none;
}

.accountPage .accountContainer .inner .accountSmallContainer .rewardOrderList li {
  padding: 25px 0;
  border-bottom: solid 2px #e0e4e8;
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: center;
}

.accountPage .accountContainer .inner .accountSmallContainer .rewardOrderList li .image {
  width: 55px;
}

.accountPage .accountContainer .inner .accountSmallContainer .rewardOrderList li .image img {
  width: 100%;
}

.accountPage .accountContainer .inner .accountSmallContainer .rewardOrderList li .info {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  padding: 0 40px 0 20px;
  position: relative;
  width: 100%;
}

.accountPage .accountContainer .inner .accountSmallContainer .rewardOrderList li .info span {
  display: inline-block;
  margin: 0 15px;
}

.accountPage .accountContainer .inner .accountSmallContainer .rewardOrderList li .info small {
  color: #6c767f;
  font-size: 14px;
  line-height: 16px;
  display: block;
  margin-top: 5px;
}

.accountPage .accountContainer .inner .accountSmallContainer .rewardOrderList li .info small.code {
  color: #1a1a1a;
}

.accountPage .accountContainer .inner .accountSmallContainer .rewardOrderList li .info button {
  position: absolute;
  right: 0px;
  top: 15px;
  border: none;
  background: transparent;
  text-align: left;
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transition: all 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .accountPage .accountContainer .inner .accountSmallContainer .rewardOrderList li .info button {
    transition: none;
  }
}

.accountPage .accountContainer .inner .accountSmallContainer .rewardOrderList li .info button svg {
  width: 22px;
  height: 22px;
}

.accountPage .accountContainer .inner .accountSmallContainer .rewardOrderList li .info button svg .cls-1,
.accountPage .accountContainer .inner .accountSmallContainer .rewardOrderList li .info button svg .cls-2 {
  fill: none;
}

.accountPage .accountContainer .inner .accountSmallContainer .rewardOrderList li .info button svg .cls-2 {
  stroke: #30ea03;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
}

.accountPage .accountContainer .inner .accountSmallContainer .rewardOrderList li .info button.collapsed {
  top: 10px;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.accountPage .myAccountRightContainer {
  padding: 24px;
  height: 100%;
}

.removeStorePage {
  max-width: 500px;
  margin: 0 auto;
}

.removeStorePage .topDescription {
  background: #f5fbff;
  padding: 16px;
  border-radius: 8px;
  margin-top: 20px;
}

.removeStorePage .topDescription b {
  display: block;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
}

.faq {
  background: #f2f9fe;
}

.faq h7 {
  text-align: center;
  display: block;
}

@media (max-width: 959.98px) {
  .faq h7 {
    text-align: left;
  }
}

.faq .description {
  max-width: 500px;
  margin: 0 auto;
  text-align: center;
}

.faq .description p {
  font-weight: normal;
  font-size: 16px;
  margin: 20px 0;
}

@media (max-width: 959.98px) {
  .faq .description {
    text-align: left;
  }
}

.faq .contentArea {
  max-width: 500px;
  margin: 0 auto;
}

.faq .contentArea .faqIcon1 .cls-1,
.faq .contentArea .faqIcon1 .cls-2,
.faq .contentArea .faqIcon1 .cls-3 {
  fill: none;
}

.faq .contentArea .faqIcon1 .cls-1 {
  stroke: #fff;
}

.faq .contentArea .faqIcon1 .cls-1,
.faq .contentArea .faqIcon1 .cls-2 {
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5px;
}

.faq .contentArea .faqIcon1 .cls-2 {
  stroke: #ffe14a;
}

.faq .contentArea .accordion .card {
  border: none;
  border-bottom: solid 1px #fff;
}

.faq .contentArea .accordion .card:first-of-type {
  border-radius: 16px 16px 0 0;
}

.faq .contentArea .accordion .card:last-of-type {
  border-radius: 0 0 16px 16px;
}

.faq .contentArea .accordion .card .card-header {
  background: #30ea03;
  padding: 0;
}

.faq .contentArea .accordion .card .card-header button {
  display: block;
  width: 100%;
  padding: 18px 20px;
  background: #30ea03;
  color: #fff;
  border: none;
  text-align: left;
  display: flex;
  align-items: center;
  position: relative;
}

.faq .contentArea .accordion .card .card-header button img {
  width: 29px;
  margin-right: 20px;
}

.faq .contentArea .accordion .card .card-header button svg {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -11px;
  width: 22px;
  height: 22px;
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transition: all 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .faq .contentArea .accordion .card .card-header button svg {
    transition: none;
  }
}

.faq .contentArea .accordion .card .card-header button svg .cls-1,
.faq .contentArea .accordion .card .card-header button svg .cls-2 {
  fill: none;
}

.faq .contentArea .accordion .card .card-header button svg .cls-2 {
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
}

.faq .contentArea .accordion .card .card-header button.collapsed svg {
  top: 50%;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.faq .contentArea .accordion .card .card-body {
  padding: 0;
}

.faq .contentArea .accordion .card .card-body .accordion .card {
  border-bottom: solid 2px #ffffff;
  border-radius: 0;
}

.faq .contentArea .accordion .card .card-body .accordion .card .card-header {
  background: #fff;
  border: none;
  font-size: 16px;
  line-height: 22px;
}

.faq .contentArea .accordion .card .card-body .accordion .card .card-header button {
  background: #e5f2fc;
  color: #1a1a1a;
  font-weight: 400;
}

.faq .contentArea .accordion .card .card-body .accordion .card .card-header button svg .cls-2 {
  stroke: #1a1a1a;
}

.faq .contentArea .accordion .card .card-body .accordion .card .card-body {
  padding: 15px;
  font-size: 16px;
}

.faq .contentArea .accordion .card .card-body .accordion .card .card-body a {
  font-weight: 400;
}

.pointStatements ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pointStatements ul li {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 20px;
}

.pointStatements ul li.negative svg {
  fill: #ed8b00;
}

.pointStatements ul li svg {
  fill: #009639;
  width: 8px;
  height: 8px;
  margin-right: 5px;
  margin-top: -3px;
}

@media (max-width: 959.98px) {
  .pointStatements ul li svg {
    width: 5px;
    height: 5px;
    margin-right: 0;
  }
}

.pointStatements ul li div small {
  font-size: 12px;
  color: #4d5256;
  display: block;
  font-weight: 300;
}

.pointStatements ul li div:nth-of-type(2) {
  text-align: right;
  font-weight: bold;
  width: 100px;
}

.pointTransfer {
  padding: 50px 0;
  max-width: 400px;
  margin: 0 auto;
}

.accountCard {
  background: #30ea03;
  padding: 10px;
  border-radius: 16px;
}

@media (max-width: 719.98px) {
  .accountCard {
    padding: 25px 24px 30px 24px;
    border-radius: 0 0 16px 16px;
    margin-top: -20px;
    margin-bottom: 50px;
  }
}

.accountCard .accountCardInner {
  padding: 15px 0px;
  border-radius: 16px;
  position: relative;
}

@media (min-width: 960px) {
  .accountCard .accountCardInner {
    display: flex;
    flex-direction: row-reverse;
    padding: 10px 0;
    background: #fff;
    position: relative;
  }
}

.accountCard .accountCardInner .halfColumn {
  flex: 1;
  padding: 0px 15px;
  position: relative;
  display: flex;
  align-items: center;
}

@media (max-width: 959.98px) {
  .accountCard .accountCardInner .halfColumn {
    flex: none;
    padding: 15px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.1);
  }
}

.accountCard .accountCardInner .halfColumn:nth-of-type(1) {
  border-left: solid 1px #30ea03;
}

@media (max-width: 959.98px) {
  .accountCard .accountCardInner .halfColumn:nth-of-type(1) {
    border: none;
    margin-bottom: 15px;
  }
}

@media (max-width: 719.98px) {
  .accountCard .accountCardInner .halfColumn:nth-of-type(2) {
    padding: 15px;
    position: absolute;
    width: 100%;
  }
}

.accountCard .accountCardInner .halfColumn .avatar {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  overflow: hidden;
  text-align: center;
  float: left;
  margin-right: 25px;
  margin-top: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.accountCard .accountCardInner .halfColumn .avatar img {
  width: 100%;
}

.accountCard .accountCardInner .halfColumn .name {
  padding-right: 50px;
}

.accountCard .accountCardInner .halfColumn .name b {
  font-size: 18px;
  line-height: 20px;
  display: block;
}

.accountCard .accountCardInner .halfColumn .name .editIcon {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -12px;
  transition: all 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .accountCard .accountCardInner .halfColumn .name .editIcon {
    transition: none;
  }
}

.accountCard .accountCardInner .halfColumn .name .editIcon:hover {
  transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -o-transform: rotate(360deg);
}

.accountCard .accountCardInner .halfColumn .name .editIcon svg {
  width: 24px;
  height: 24px;
}

.accountCard .accountCardInner .halfColumn .name .editIcon svg .st0 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #30ea03;
}

.accountCard .accountCardInner .halfColumn .name .editIcon svg .st1 {
  fill: none;
  stroke: #ffffff;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.accountCard .accountCardInner .halfColumn .changeStore {
  position: relative;
}

.accountCard .accountCardInner .halfColumn .changeStore svg {
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  top: 50%;
  margin-top: -12px;
}

.accountCard .accountCardInner .halfColumn .changeStore svg .cls-1,
.accountCard .accountCardInner .halfColumn .changeStore svg .cls-2 {
  fill: none;
}

.accountCard .accountCardInner .halfColumn .changeStore svg .cls-2 {
  stroke: #30ea03;
  stroke-width: 2px;
}

.accountCard .accountCardInner .halfColumn .changeStore .address {
  padding: 10px 140px 10px 46px;
  font-size: 16px;
}

.accountCard .accountCardInner .halfColumn .changeStore .address span {
  display: block;
  font-size: 12px;
  color: #6c767f;
}

@media (max-width: 959.98px) {
  .accountCard .accountCardInner .halfColumn .changeStore .address {
    padding: 10px 130px 10px 30px;
  }
}

.accountCard .accountCardInner .halfColumn .changeStore .btn {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -12px;
}

#selectStoreModal .ps {
  max-height: 345px;
  padding: 0 30px;
}

@media (max-width: 959.98px) {
  #selectStoreModal .ps {
    padding: 0;
    max-height: 255px;
  }
}

.addressList {
  border: none;
}

.addressList .list-group-item {
  padding: 0;
  border: none;
}

.addressList .list-group-item .addressContainer {
  margin-bottom: 20px;
  box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.1);
  border: solid 1px #e4e4e4;
  border-radius: 8px;
  background-color: #ffffff;
  padding: 10px 16px;
  position: relative;
}

@media (max-width: 959.98px) {
  .addressList .list-group-item .addressContainer {
    padding: 5px 16px;
  }
}

.addressList .list-group-item .addressContainer .fill-radio {
  padding-left: 0;
  padding-right: 30px;
}

.addressList .list-group-item .addressContainer .fill-control-indicator {
  position: absolute;
  right: 0;
  top: 10px;
  left: auto;
}

@media (max-width: 959.98px) {
  .addressList .list-group-item .addressContainer .fill-control-indicator {
    top: 20px;
  }
}

.addressList .list-group-item .addressContainer b {
  font-size: 18px;
  line-height: 24px;
}

.addressList .list-group-item .addressContainer.active {
  background: #30ea03;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.44px;
  line-height: 20px;
}

.addressList .list-group-item .addressContainer.active img {
  height: 21px;
  margin-right: 22px;
}

.addressList .list-group-item .addressContainer .ownerName {
  display: block;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}

.addressList .list-group-item .addressContainer .addressName {
  font-size: 12px;
  line-height: 16px;
  color: #6c767f;
  margin: 10px 0 5px 0px;
  display: block;
}

.addressList .list-group-item .addressContainer .address {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  display: block;
  max-width: 60%;
  margin-bottom: 20px;
}

@media (max-width: 959.98px) {
  .addressList .list-group-item .addressContainer .address {
    max-width: 100%;
  }
}

.addressList .list-group-item .addressContainer a {
  font-weight: 400;
}

.storesListPage {
  position: relative;
}

.storesListPage .searchStore {
  margin-top: 30px;
}

.storesListPage .borderTitle a {
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 500;
}

.storesListPage .storeList a {
  color: #000;
}

.storesListPage .storeList svg {
  position: absolute;
  right: 0;
  top: 50%;
  width: 24px;
  height: 24px;
}

.storesListPage .storeList svg .cls-1,
.storesListPage .storeList svg .cls-2 {
  fill: none;
}

.storesListPage .storeList svg .cls-2 {
  stroke: #0076e0;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
}

.storesListPage .addStoreLink {
  margin-top: 50px;
  text-align: center;
  font-weight: 500;
}

@media (max-width: 959.98px) {
  .storesListPage .addStoreLink {
    margin-top: 30px;
  }
}

.breadcrumb {
  background: transparent;
  padding: 0;
}

.breadcrumb .breadcrumb-item {
  color: rgba(0, 0, 0, 0.5);
}

.breadcrumb .breadcrumb-item:before {
  display: none;
}

.breadcrumb .breadcrumb-item:after {
  content: ">";
  display: inline-block;
  color: rgba(0, 0, 0, 0.5);
  margin-left: 10px;
}

.breadcrumb .breadcrumb-item.active {
  color: #000;
}

.breadcrumb .breadcrumb-item.active:after {
  display: none;
}

.editProfilePage .addProfilePhoto {
  margin: 20px auto;
  text-align: center;
  font-weight: bold;
}

.editProfilePage .addProfilePhoto .avatar {
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 16px;
  text-align: center;
  border: solid 0.3px #c4cbd2;
  background-color: #f3f5f6;
  margin: 0 auto;
  margin-bottom: 15px;
}

.editProfilePage .addProfilePhoto .avatar img {
  height: 100%;
}

@media (max-width: 719.98px) {
  .editProfilePage .addProfilePhoto {
    justify-content: flex-start;
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .editProfilePage .addProfilePhoto .avatar {
    margin: 0;
    margin-right: 15px;
    width: 70px;
    height: 70px;
  }

  .editProfilePage .addProfilePhoto a {
    text-align: left;
    width: 90px;
  }
}

.editProfilePage .deleteAccount {
  margin-top: 30px;
  text-align: center;
  color: #6c767f;
  font-weight: bold;
}

.editProfilePage .btn {
  font-size: 18px;
}

@media (max-width: 719.98px) {
  .editProfilePage .btn {
    width: 100%;
    text-align: center;
  }
}

.storeDetailPage {
  margin-top: 25px;
}

.storeDetailPage .storeInformations {
  background: #f3f5f6;
  padding: 20px;
  border-radius: 16px;
}

@media (max-width: 719.98px) {
  .storeDetailPage .storeInformations {
    padding: 0px;
    background: #fff;
    padding-bottom: 30px;
  }
}

.storeDetailPage .storeInformations .storeAddress {
  position: relative;
  padding-right: 70px;
}

@media (max-width: 719.98px) {
  .storeDetailPage .storeInformations .storeAddress {
    padding: 20px 16px;
    border-radius: 16px 16px 0 0;
  }
}

.storeDetailPage .storeInformations .storeAddress .editNameInput input {
  font-size: 24px;
  display: block;
  width: 100%;
  border: none;
  margin-bottom: 10px;
  border-bottom: solid 2px #30ea03;
  padding: 0 10px;
}

.storeDetailPage .storeInformations .storeAddress .editIcon {
  position: absolute;
  right: 40px;
  top: 5px;
  transition: all 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .storeDetailPage .storeInformations .storeAddress .editIcon {
    transition: none;
  }
}

@media (max-width: 719.98px) {
  .storeDetailPage .storeInformations .storeAddress .editIcon {
    right: 16px;
    top: 18px;
  }
}

.storeDetailPage .storeInformations .storeAddress .editIcon:hover {
  transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -o-transform: rotate(360deg);
}

.storeDetailPage .storeInformations .storeAddress .editIcon svg {
  width: 30px;
  height: 30px;
}

.storeDetailPage .storeInformations .storeAddress .editIcon svg .st0 {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #30ea03;
}

.storeDetailPage .storeInformations .storeAddress .editIcon svg .st1 {
  fill: none;
  stroke: #ffffff;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.storeDetailPage .storeInformations .storeAddress b {
  display: block;
  font-size: 18px;
}

.storeDetailPage .storeInformations .storeAddress .contactHelpCenter {
  margin-top: 20px;
  color: #6c767f;
}

@media (max-width: 719.98px) {
  .storeDetailPage .storeInformations .storeAddress .contactHelpCenter {
    text-align: center;
  }
}

.storeDetailPage .storeInformations .storeAddress .contactHelpCenter a {
  font-weight: 600;
}

.storeDetailPage .storeInformations .storeImage {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  text-align: center;
}

.storeDetailPage .storeInformations .storeImage img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

@media (max-width: 719.98px) {
  .storeDetailPage .storeInformations .storeImage {
    margin-bottom: 20px;
    margin-top: 10px;
  }
}

.storeDetailPage .storeInformations .storeImage .changePhotoLink {
  position: absolute;
  right: 15px;
  top: 10px;
  color: #30ea03;
  font-weight: 600;
  z-index: 1;
}

.storeDetailPage .storeInformations .storeImage.hasImage .changePhotoLink {
  color: #fff;
}

.storeDetailPage .storeInformations .storeImage.hasImage:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
}

.storeDetailPage .storeInformations hr {
  border-width: 2px;
  border-color: #e0e4e8;
  margin: 40px auto;
}

@media (max-width: 959.98px) {
  .storeDetailPage .storeInformations hr {
    margin: 20px auto;
  }
}

.storeDetailPage .employeeButtons {
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.storeDetailPage .employeeButtons .btn {
  margin: 10px 0;
  width: 230px;
  font-size: 16px;
  text-align: center;
}

@media (max-width: 719.98px) {
  .storeDetailPage .employeeButtons {
    padding: 16px;
    display: block;
    border-radius: 0px 0px 16px 16px;
  }
}

@media (max-width: 719.98px) {
  .storeDetailPage .employees {
    padding: 16px;
    border-top: solid 2px #e0e4e8;
  }
}

.storeDetailPage .storeCurrentPoints {
  text-align: center;
  flex-direction: row;
  align-items: center;
}

@media (max-width: 719.98px) {
  .storeDetailPage .storeCurrentPoints {
    flex-direction: column;
  }
}

.storeDetailPage .storeCurrentPoints .pointArea {
  flex: 1;
}

.storeDetailPage .storeCurrentPoints .pointArea b {
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
}

.storeDetailPage .storeCurrentPoints .pointArea .point {
  background: #fff;
  display: inline-block;
  font-size: 32px;
  padding: 5px 30px;
  color: #30ea03;
  border-radius: 8px;
}

@media (max-width: 719.98px) {
  .storeDetailPage .storeCurrentPoints .pointArea .point {
    display: block;
  }
}

.storeDetailPage .storeCurrentPoints .buttonArea {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.storeDetailPage .storeCurrentPoints .buttonArea .btn {
  margin: 0 10px;
  position: relative;
}

.storeDetailPage .addStoreLink {
  margin: 25px 0;
  text-align: center;
  font-weight: 500;
}

@media (max-width: 959.98px) {
  .storeDetailPage .addStoreLink {
    margin-top: 30px;
  }
}

.employees b {
  display: block;
  font-size: 18px;
}

.employees .employeesList {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 719.98px) {
  .employees .employeesList {
    justify-content: center;
  }
}

.employees .employeesList .employee {
  border-radius: 16px;
  background: #fff;
  padding: 8px;
  box-shadow: 0 1px 14px 0 #e0e9f0;
  width: 136px;
  height: 186px;
  margin-top: 26px;
  margin-right: 26px;
}

@media (max-width: 719.98px) {
  .employees .employeesList .employee {
    width: 44%;
    margin-right: 3%;
    margin-left: 3%;
  }
}

.employees .employeesList .employee .avatar {
  border-radius: 16px;
  overflow: hidden;
  background: #f3f5f6;
  height: 100px;
  border: solid 0.3px #c4cbd2;
  text-align: center;
}

.employees .employeesList .employee .avatar img {
  height: 100%;
}

.employees .employeesList .employee .name,
.employees .employeesList .employee .storeConnection {
  font-size: 16px;
  font-weight: 400;
}

.employees .employeesList .employee .name.name,
.employees .employeesList .employee .storeConnection.name {
  margin-top: 5px;
  overflow: hidden;
  font-weight: bold;
}

.employees .employeesList .employee.addEmployee a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  border-radius: 16px;
  background: #f3f5f6;
  font-weight: 700;
  font-size: 40px;
  color: #30ea03;
}

@media (max-width: 959.98px) {
  .breadcrumb {
    display: none;
  }
}

.newEmployeePage .informations,
.newEmployeePage .permissions,
.newEmployeePage .preview {
  max-width: 456px;
  margin: 30px auto;
}

@media (max-width: 959.98px) {
  .newEmployeePage .informations,
  .newEmployeePage .permissions,
  .newEmployeePage .preview {
    margin: 15px auto;
  }
}

.newEmployeePage .preview .infoDiv {
  font-size: 16px;
  margin-top: 20px;
  color: #000;
  font-weight: 400;
}

.newEmployeePage .preview .infoDiv b {
  font-weight: 300;
  display: block;
  color: #6c767f;
}

.newEmployeePage .preview .infoDiv div {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}

.newEmployeePage .preview .infoDiv div svg {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 4px;
}

.newEmployeePage .preview .infoDiv div svg.active .st0 {
  fill: none;
}

.newEmployeePage .preview .infoDiv div svg.active .st1 {
  fill: none;
  stroke: #171717;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.newEmployeePage .preview .infoDiv div svg.notActive {
  top: 7px;
  left: 2px;
}

.newEmployeePage .preview .infoDiv div svg.notActive .st0 {
  fill: none;
  stroke: #171717;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.newEmployeePage hr {
  border: none;
  margin: 0;
  border-bottom: solid 1px #e0e4e8;
}

.newEmployeePage .formArea {
  padding: 5px 0;
  max-width: 300px;
  margin: 0 auto;
}

@media (max-width: 959.98px) {
  .newEmployeePage .formArea {
    max-width: 100%;
  }
}

.newEmployeePage .orderLimitAmount span {
  font-size: 20px;
}

.newEmployeePage .orderLimitAmount .form-control {
  display: inline-block;
  width: 80px;
  margin-left: 10px;
  font-size: 16px;
  text-align: right;
}

.newEmployeePage .btn {
  margin: 20px auto;
  margin-bottom: 0;
  width: 100%;
}

@media (min-width: 960px) {
  .newEmployeePage .btn {
    margin: 50px auto;
    margin-bottom: 0;
  }
}

.newEmployeePage .btn.btn-secondary {
  margin-top: 20px;
}

.ps__rail-y {
  background: #d8d8d8;
  width: 5px !important;
  border-radius: 3px;
}

.ps__rail-y .ps__thumb-y {
  background: #30ea03;
  width: 5px !important;
  right: 0 !important;
  border-radius: 3px;
}

.stores b {
  display: block;
  font-size: 18px;
}

.stores .storesList {
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 719.98px) {
  .stores .storesList {
    justify-content: center;
  }
}

.stores .storesList .store {
  border-radius: 16px;
  background: #fff;
  padding: 8px;
  box-shadow: 0 1px 14px 0 #e0e9f0;
  width: 136px;
  height: 186px;
  margin-top: 26px;
  margin-right: 26px;
}

@media (max-width: 719.98px) {
  .stores .storesList .store {
    width: 44%;
    margin-right: 3%;
    margin-left: 3%;
  }
}

.stores .storesList .store .avatar {
  border-radius: 16px;
  overflow: hidden;
  background: #f3f5f6;
  height: 100px;
  border: solid 0.3px #c4cbd2;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.stores .storesList .store .avatar .icon {
  height: 65px;
}

.stores .storesList .store .name,
.stores .storesList .store .storeConnection {
  font-size: 16px;
  font-weight: 400;
}

.stores .storesList .store .name.name,
.stores .storesList .store .storeConnection.name {
  margin-top: 5px;
  overflow: hidden;
  font-weight: bold;
}

.stores .storesList .store.addEmployee a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  border-radius: 16px;
  background: #f3f5f6;
  font-weight: 700;
  font-size: 40px;
  color: #30ea03;
}

.stores .storesList .list-group-item {
  border: none;
  padding: 16px 100px 16px 16px;
  border-bottom: solid 2px #e0e4e8;
  text-align: left;
  position: relative;
}

@media (max-width: 959.98px) {
  .stores .storesList .list-group-item {
    padding: 17.5px 100px 17.5px 0px;
  }
}

.stores .storesList .list-group-item b {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

.stores .storesList .list-group-item .btn {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -12px;
}

.homePage .totalCollectedPointsArea {
  padding: 24px;
  position: relative;
  z-index: -1;
}

@media (max-width: 719.98px) {
  .homePage .totalCollectedPointsArea {
    padding: 0;
    padding-top: 45px;
    margin-top: -10px;
    background: #f5fbff;
  }
}

.homePage .totalCollectedPointsArea .starIcon1 {
  position: absolute;
  left: 10px;
  top: 20px;
  width: 38px;
}

@media (min-width: 720px) {
  .homePage .totalCollectedPointsArea .starIcon1 {
    display: none;
  }
}

.homePage .totalCollectedPointsArea .starIcon2 {
  position: absolute;
  right: 10px;
  top: 25px;
  width: 35px;
}

@media (min-width: 720px) {
  .homePage .totalCollectedPointsArea .starIcon2 {
    display: none;
  }
}

.homePage .totalCollectedPointsArea .buttons {
  display: flex;
  flex-direction: row;
  align-content: stretch;
  margin-top: 20px;
}

.homePage .totalCollectedPointsArea .buttons .btn {
  padding: 0;
  flex: 1;
  text-align: center;
  margin-right: 10px;
  font-weight: 400;
}

.homePage .totalCollectedPointsArea .buttons .btn:nth-of-type(2) {
  margin-right: 0px;
  margin-left: 10px;
}

.rewards {
  background-color: #f5fbff;
  box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.21);
  border-radius: 16px 16px 0 0;
  padding-top: 10px;
  padding-bottom: 50px;
}

@media (min-width: 960px) {
  .rewards .slick-slider {
    padding: 0 20px;
  }
}

.rewards .slick-slider .slick-list {
  padding: 10px 20px;
}

.rewards .helpCard {
  margin-top: 20px;
}

.extraPointLinks {
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: center;
}

@media (max-width: 959.98px) {
  .extraPointLinks {
    flex-direction: column;
  }
}

.extraPointLinks .item {
  width: 140px;
  background: #30ea03;
  padding: 15px;
  border-radius: 8px;
  display: flex;
  color: #fff;
  cursor: pointer;
  flex-direction: column;
  margin: 10px;
  position: relative;
}

@media (max-width: 959.98px) {
  .extraPointLinks .item {
    width: 100%;
    margin: 5px 0px;
    display: block;
    padding-left: 70px;
    text-align: left;
  }
}

.extraPointLinks .item .icon {
  height: 50px;
  text-align: center;
}

.extraPointLinks .item .icon img {
  height: 100%;
}

@media (max-width: 959.98px) {
  .extraPointLinks .item .icon {
    position: absolute;
    top: 10px;
    left: 10px;
  }
}

.extraPointLinks .item .title {
  height: 50px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  line-height: 20px;
  font-size: 14px;
  padding: 0 10px;
}

@media (max-width: 959.98px) {
  .extraPointLinks .item .title {
    height: auto;
    display: block;
    padding: 0;
    position: static;
  }
}

.extraPointLinks .item .title .arrow {
  width: 20px;
  height: 20px;
  position: absolute;
  right: -10px;
  top: 50%;
  margin-top: -8px;
}

@media (max-width: 959.98px) {
  .extraPointLinks .item .title .arrow {
    right: 10px;
  }
}

.extraPointLinks .item .title .arrow .cls-1,
.extraPointLinks .item .title .arrow .cls-2 {
  fill: none;
}

.extraPointLinks .item .title .arrow .cls-2 {
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
}

.extraPointLinks .description {
  color: #fff;
  font-size: 14px;
  line-height: 16px;
}

@media (max-width: 959.98px) {
  .extraPointLinks .description {
    padding-right: 20px;
  }
}

.engagePage {
  max-width: 1024px;
  margin: 0 auto;
  min-height: 600px;
}

.engagePage .videoList {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.engagePage .videoList .engageList {
  width: calc(33.3% - 20px);
}

@media (max-width: 959.98px) {
  .engagePage .videoList .engageList {
    width: calc(50% - 20px);
    padding: 0;
  }
}

.videoDetail {
  min-height: 600px;
}

.surveyDetail .list-group {
  box-shadow: 1px 2px 2px 0 rgba(0, 69, 132, 0.18);
  border-radius: 8px;
  list-style: none;
}

.surveyDetail .list-group .list-group-item {
  border: none;
  padding: 16px 22px;
  border-bottom: solid 2px #e0e4e8;
}

.surveyDetail .list-group .list-group-item b {
  font-size: 18px;
  line-height: 24px;
}

.surveyDetail .list-group .list-group-item.active {
  background: #30ea03;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
}

.surveyDetail .list-group .list-group-item.active img {
  height: 21px;
  margin-right: 22px;
}

.engageList {
  height: 100%;
  background: #f5fbff;
  position: relative;
  border-radius: 16px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: row;
}

.engageList .image {
  width: 130px;
  background-position: left center;
  background-size: cover;
  border-radius: 16px 0 0 16px;
  float: left;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.engageList .image img {
  width: 70%;
}

.engageList .engageInformations {
  padding: 20px 15px;
  position: relative;
  width: calc(100% - 130px);
  float: left;
}

.engageList .engageInformations .title {
  font-size: 19px;
  line-height: 24px;
  padding-right: 50px;
  color: #30ea03;
}

.engageList .engageInformations .description {
  font-size: 16px;
  line-height: 20px;
  margin: 10px 0;
  font-weight: 400;
}

@media (max-width: 959.98px) {
  .engageList .engageInformations .description {
    font-size: 14px;
  }
}

@media (max-width: 959.98px) {
  .engageList .engageInformations .description .line-clamp-1 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 40px;
  }
}

.engageList .buttons .btn {
  border: none;
  border-radius: 16px;
  background: #30ea03;
  color: #fff;
  height: 24px;
  line-height: 16px;
}

.engageList .buttons .btn.coloredBlue {
  background: transparent;
  color: #30ea03;
}

.engageList .pointRibbon {
  position: absolute;
  right: -6px;
  top: -6px;
  width: 74px;
  height: 82px;
  font-weight: 600;
  font-size: 20px;
  line-height: 20px;
  text-align: right;
  padding-top: 10px;
  padding-right: 7px;
  background: url("/images/survey/small-ribbon-yellow.png") no-repeat top right;
  color: #30ea03;
}

.engageList .pointRibbon span {
  color: #000;
  font-size: 14px;
  display: block;
}

.engageList.disabled .title,
.engageList.completed .title {
  color: #1a1a1a;
}

.engageList.disabled .pointRibbon,
.engageList.completed .pointRibbon {
  background: url("/images/small-ribbon-disable.png") no-repeat top right;
  color: #89959f;
}

.engageList.disabled .buttons .btn,
.engageList.completed .buttons .btn {
  background: #e0e4e8;
  color: #3d4144;
}

.engageList.disabled.completed .image,
.engageList.completed.completed .image {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}

.engageList.disabled.completed .pointRibbon,
.engageList.completed.completed .pointRibbon {
  background: url("/images/survey/small-ribbon-blue.png") no-repeat top right;
}

.engageList.disabled.completed .pointRibbon svg,
.engageList.completed.completed .pointRibbon svg {
  height: 14px;
  margin-top: 15px;
  margin-right: 5px;
}

.engageList.disabled.completed .pointRibbon svg .cls-1,
.engageList.completed.completed .pointRibbon svg .cls-1 {
  fill: none;
  stroke: #FFE14A;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
}

.engageList.isSurvey .image {
  width: 100px;
}

.engageList.isSurvey .engageInformations {
  width: calc(100% - 100px);
}

.engageList.isSurvey.completed .pointRibbon span {
  color: #fff;
}

.engageList.isVideo {
  align-items: flex-start;
  flex-direction: column;
  justify-content: flex-start;
  height: auto;
}

.engageList.isVideo .image {
  width: 100%;
  position: relative;
  display: block;
  height: auto;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
}

.engageList.isVideo .image img {
  width: 100%;
}

.engageList.isVideo .image .play {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("/images/play-button.png") no-repeat center;
  z-index: 1;
}

@media (max-width: 959.98px) {
  .engageList.isVideo .image .play {
    background-size: 40px;
  }
}

.engageList.isVideo .engageInformations {
  padding: 15px;
  width: 100%;
}

.engageList.isVideo .engageInformations .description {
  padding-right: 0;
}

.products .slick-slider .slick-list {
  padding: 10px 20px;
}

.products .seeFullCatalogue {
  margin: 15px auto;
}

@media (max-width: 719.98px) {
  .products .seeFullCatalogue {
    width: calc(100% - 50px) !important;
  }
}

.rewardsGrayContainer {
  background: #f3f5f6;
  padding: 50px 0;
  border-radius: 16px 16px 0 0;
  margin-top: 50px;
  box-shadow: 0 -10px 10px -10px rgba(0, 0, 0, 0.21);
}

.rewardList {
  background-color: #ffffff;
  box-shadow: 0 1px 14px 0 #e0e9f0;
  border-radius: 16px;
  padding: 40px 15px;
}

.rewardList .image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
}

.rewardList .image img {
  height: 100%;
  position: relative;
}

.rewardList .image .zoomed-image {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  width: 80%;
  height: 80%;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.rewardList .image .zoomed-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 959.98px) {
  .rewardList .image .zoomed-image {
    width: 95%;
    height: 70%;
    padding: 5px;
  }

  .rewardList .image .zoomed-image.right-reward {
    left: 0 !important;
  }

  .rewardList .image .zoomed-image.left-reward {
    left: 100% !important;
  }
}

.rewardList .image .opacityImage {
  opacity: 0.4;
}

.rewardList .addToRedeemContainer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.rewardList .addToRedeemContainer .btn-primary {
  width: 100%;
  text-align: center;
}

.rewardList .addToRedeemContainer .btn-primary.disabled {
  background: #e0e4e8;
  color: #3d4144;
  border-color: #a5b0b9;
  box-shadow: none;
}

.rewardList .addToRedeemContainer .buttons {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
}

.rewardList .addToRedeemContainer .buttons .quantity {
  height: 32px;
  border-bottom: solid 2px #c4cbd2;
  width: 32px;
  font-size: 16px;
  line-height: 32px;
  font-weight: 400;
  margin: 0 10px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rewardList .addToRedeemContainer .buttons button {
  width: 32px;
  height: 32px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: solid 2px #30ea03;
  text-align: center;
  background: #fff;
  padding: 0;
  line-height: 7px;
}

.rewardList .addToRedeemContainer .buttons button svg {
  width: 12px;
  height: 12px;
  fill: #30ea03;
}

.rewardList a {
  color: #1a1a1a;
}

.rewardList a .title {
  font-size: 14px;
  font-weight: bold;
  margin-top: 20px;
  height: 55px;
  line-height: 18px;
  overflow: hidden;
  margin-bottom: 8px;
  text-align: center;
}

@media (max-width: 719.98px) {
  .rewardList a .title {
    font-size: 14px;
    height: 70px;
  }
}

.rewardList .description {
  font-size: 16px;
  line-height: 20px;
  height: 42px;
  overflow: hidden;
  padding: 12px 0;
  text-align: center;
  font-weight: 600;
}

.rewardList .redeemNow {
  border-top: solid 1px #d8d8d8;
  margin-top: 10px;
  padding: 5px 0;
}

.rewardList .btn {
  display: block;
  width: 100%;
  min-width: 100%;
  text-align: center;
}

.rewardList .btn.disabled {
  background: #e0e4e8;
  color: #3d4144;
  border-color: #a5b0b9;
}

@media (max-width: 959.98px) {
  .rewardList .btn {
    font-size: 14px;
  }
}

.rewardList.basic {
  width: 100% !important;
  margin: 0;
  text-align: center;
}

.rewardList.basic .image {
  height: 150px;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  overflow: hidden;
}

.rewardList.basic .image img {
  width: auto;
  max-height: 100%;
}

@media (max-width: 959.98px) {
  .rewardList.basic .image img {
    max-height: 80%;
  }
}

.rewardList.basic .oldValue {
  margin-top: 15px;
}

.rewardList.basic .oldValue span {
  text-decoration: line-through;
  color: #6c767f;
  font-size: 15px;
}

.rewardList.basic .title {
  margin-top: 0;
}

.productList {
  border-radius: 16px;
  padding: 10px 15px 25px 15px;
  background-color: #ffffff;
  box-shadow: 0 1px 14px 0px #e0e9f0;
  height: 100%;
}

.productList .image {
  height: 135px;
  text-align: center;
  overflow: hidden;
}

.productList .image img {
  height: 100%;
  margin: 0 auto;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.productList .title {
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  margin-top: 15px;
  height: 40px;
  overflow: hidden;
}

@media (max-width: 959.98px) {
  .productList .title {
    font-size: 16px;
  }
}

.productList .onlyUnit {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 5px 0;
  font-size: 14px;
  height: 20px;
  overflow: hidden;
  width: 100%;
  color: #6c767f;
}

.productList .unitAndPrice {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 5px 0;
  font-size: 14px;
  overflow: hidden;
  width: 100%;
}

.productList .unitAndPrice .unit {
  color: #757575;
  flex: 1;
  text-align: right;
}

.productList .unitAndPrice .prices {
  flex: 1;
  text-align: right;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}

.productList .unitAndPrice .prices b {
  font-size: 18px;
  line-height: 18px;
  text-align: right;
}

@media (max-width: 719.98px) {
  .productList .unitAndPrice .prices b {
    font-size: 14px;
  }
}

.productList .unitAndPrice .prices .oldPrice {
  text-decoration: line-through;
  margin-left: 10px;
  color: #666;
}

.productList .btn {
  text-align: center;
  width: 100%;
  min-width: auto;
  font-size: 16px;
}

.sectionTitle {
  position: relative;
}

.sectionTitle b {
  display: block;
  font-size: 20px;
  line-height: 24px;
}

.sectionTitle p {
  margin-top: 15px;
  color: #5f666c;
}

.sectionTitle .seeAll {
  position: absolute;
  right: 0;
  top: -15px;
  text-transform: uppercase;
  color: #30ea03;
  letter-spacing: 1px;
  font-size: 13px;
  font-weight: bold;
}

.productRibbon {
  position: absolute;
  right: -6px;
  top: -6px;
  border-radius: 8px;
  color: #000;
  text-align: right;
  background: url("/images/ribbon.png") no-repeat top left;
  width: 97px;
  height: 107px;
  padding: 15px 5px 0 0px;
  font-size: 12px;
  z-index: 1;
}

.productRibbon b {
  color: #000;
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
}

.totalCollectedPoints {
  position: relative;
  border: solid 2px #FFE14A;
  padding: 18px;
  text-align: center;
  margin-top: 12px;
  background: #fff;
  border-radius: 8px;
}

.totalCollectedPoints .title {
  top: 0;
  left: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
  position: absolute;
  padding: 0 5px;
  border-radius: 8px;
  border: solid 2px #FFE14A;
  font-weight: 400;
  font-size: 14px;
}

.totalCollectedPoints h6 {
  text-align: center;
}

.targetMultiple {
  border-radius: 16px;
  padding: 30px 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

@media (max-width: 959.98px) {
  .targetMultiple {
    padding: 18px;
    flex-direction: column;
  }
}

.targetMultiple.completed .pointViewArea .point {
  background: #FFE14A;
  color: #2cdb02;
}

.targetMultiple.completed .pointViewArea .point .status {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  margin-top: -15px;
  left: -15px;
  background: #FFE14A;
  border-radius: 50%;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.targetMultiple.completed .pointViewArea .point .status img {
  width: 18px;
  height: 18px;
}

.targetMultiple.completed .pointViewArea .point .status .statusIcon {
  width: 16px;
}

.targetMultiple.completed .pointViewArea .point .status .statusIcon .cls-1 {
  fill: none;
  stroke: #6100d4;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
}

.targetMultiple.completed.blue .pointViewArea .point {
  background: #2cdb02;
  color: #FFE14A;
}

.targetMultiple.completed.blue .pointViewArea .point .status {
  background: #FFE14A;
}

.targetMultiple.completed.blue .pointViewArea .point .status .statusIcon .cls-1 {
  stroke: #2cdb02;
}

.targetMultiple.completed.blue .progressCompletedIcon {
  background: #2cdb02;
}

.targetMultiple.completed.blue .progressCompletedIcon svg .cls-1 {
  stroke: #FFE14A;
}

.targetMultiple .pointViewArea {
  display: flex;
  flex-direction: row;
  align-items: center;
}

@media (max-width: 959.98px) {
  .targetMultiple .pointViewArea {
    width: 100%;
  }
}

.targetMultiple .pointViewArea .point {
  width: 100px;
  height: 100px;
  background: url("/images/target-bg.png") no-repeat center;
  background-size: cover;
  color: #ffe24d;
  text-align: center;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}

.targetMultiple .pointViewArea .point b {
  display: block;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: -1px;
  color: #fff;
}

.targetMultiple .pointViewArea .point .status {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  margin-top: -15px;
  left: -15px;
  background: #fff;
  border-radius: 50%;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.targetMultiple .pointViewArea .point .status img {
  width: 18px;
  height: 18px;
}

.targetMultiple .pointViewArea .point .status .statusIcon {
  width: 16px;
}

.targetMultiple .pointViewArea .point .status .statusIcon .cls-1 {
  fill: none;
  stroke: #30ea03;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
}

.targetMultiple .pointViewArea .pointDescription {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  background: #efe5fb;
  flex: 1;
  padding: 15px;
  min-height: 60px;
  align-items: center;
  border-radius: 16px;
  position: relative;
}

.targetMultiple .pointViewArea .pointDescription:before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  margin-top: -10px;
  border-right: 10px solid #efe5fb;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.targetMultiple .targetsArea {
  flex: 1;
}

@media (max-width: 959.98px) {
  .targetMultiple .targetsArea {
    width: 100%;
  }
}

.targetMultiple .targetsArea .targets {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  padding-left: 20px;
}

@media (max-width: 959.98px) {
  .targetMultiple .targetsArea .targets {
    flex-direction: column;
    padding-left: 0;
  }
}

.targetMultiple .targetsArea .targets .progressBar {
  flex: 1;
  margin: 0 10px;
}

@media (max-width: 959.98px) {
  .targetMultiple .targetsArea .targets .progressBar {
    margin: 0;
    width: 100%;
  }
}

.targetMultiple .targetsArea .targets .progressBar a {
  color: #30ea03;
  font-size: 14px;
}

.targetMultiple .targetsArea .targets .progressBar b {
  color: #1a1a1a;
}

.targetMultiple .targetsArea .targets .progressBar .targetName {
  font-size: 16px;
  font-weight: bold;
}

@media (max-width: 959.98px) {
  .targetMultiple .targetsArea .targets .progressBar .targetName {
    margin-top: 20px;
  }
}

.targetMultiple .targetsArea .targets .progressBar .targetDescription {
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
}

@media (max-width: 959.98px) {
  .targetMultiple .targetsArea .targets .progressBar .targetDescription {
    text-align: right;
  }
}

.targetMultiple .btn {
  border-width: 2px;
}

.bigBlueSection .firstBlueContainer {
  background-image: radial-gradient(circle, #30ea03, #2cdb02);
  background-repeat: no-repeat;
  padding: 32px 0;
}

@media (max-width: 959.98px) {
  .bigBlueSection .firstBlueContainer {
    padding: 20px 0 10px 0;
  }
}

.bigBlueSection .firstBlueContainer .username {
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}

@media (max-width: 959.98px) {
  .bigBlueSection .firstBlueContainer .username {
    padding: 0 12px;
  }
}

.bigBlueSection .firstBlueContainer .innerArea {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
}

.bigBlueSection .firstBlueContainer .innerArea .changeStoreContainer {
  background: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
}

.bigBlueSection .firstBlueContainer .innerArea .box {
  margin: 0 12px;
}

@media (max-width: 959.98px) {
  .bigBlueSection .firstBlueContainer .innerArea .box {
    margin: 12px;
  }
}

.bigBlueSection .firstBlueContainer .innerArea .totalCurrentPoints {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: center;
  font-size: 18px;
  background: #2cdb02;
  border-radius: 8px;
  padding: 16px;
  color: #fff;
}

@media (max-width: 959.98px) {
  .bigBlueSection .firstBlueContainer .innerArea .totalCurrentPoints {
    flex-direction: column;
    background: transparent;
    padding: 0;
  }
}

.bigBlueSection .firstBlueContainer .innerArea .totalCurrentPoints b {
  font-size: 32px;
  line-height: 32px;
  display: inline-block;
  margin-left: 40px;
}

@media (max-width: 959.98px) {
  .bigBlueSection .firstBlueContainer .innerArea .totalCurrentPoints b {
    margin: 0;
    background: #2cdb02;
    border-radius: 8px;
    display: block;
    padding: 16px;
    width: 100%;
    text-align: center;
  }
}

.bigBlueSection .secondBlueContainer {
  background-image: radial-gradient(circle at 50% 0, #0076e0, #004c97 123%);
  padding: 32px 0;
  border-radius: 0 0 16px 16px;
}

.bigBlueSection .secondBlueContainer .howDoEarn {
  text-align: center;
}

.bigBlueSection .secondBlueContainer .howDoEarn .collapseLink {
  font-weight: bold;
  color: #fff;
  display: inline-block;
  padding-right: 30px;
}

.bigBlueSection .secondBlueContainer .howDoEarn .collapseLink svg {
  position: absolute;
  right: 0px;
  top: 0;
  width: 20px;
  height: 20px;
}

.bigBlueSection .secondBlueContainer .howDoEarn .collapseLink svg .cls-1,
.bigBlueSection .secondBlueContainer .howDoEarn .collapseLink svg .cls-2 {
  fill: none;
}

.bigBlueSection .secondBlueContainer .howDoEarn .collapseLink svg .cls-2 {
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
}

.bigBlueSection .secondBlueContainer .howDoEarn .howDoEarnCollapse ul {
  list-style: none;
  margin: 10px auto;
  padding: 0;
  text-align: left;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media (max-width: 719.98px) {
  .bigBlueSection .secondBlueContainer .howDoEarn .howDoEarnCollapse ul {
    flex-direction: column;
  }
}

.bigBlueSection .secondBlueContainer .howDoEarn .howDoEarnCollapse ul li {
  color: #fff;
  position: relative;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 20px 10px;
  flex: 1;
}

.bigBlueSection .secondBlueContainer .howDoEarn .howDoEarnCollapse ul li img {
  margin-right: 20px;
}

.bigBlueSection .secondBlueContainer .howDoEarn .howDoEarnCollapse .aboutTheProgram {
  display: inline-block;
  border-radius: 16px;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  background-color: #ffffff;
  padding: 0 12px;
  height: 24px;
  font-weight: 400;
}

.homeSliderContainer {
  margin: 0 -12px;
}

.homeSliderContainer .slick-track {
  align-items: stretch !important;
  display: flex !important;
}

.homeSliderContainer .slick-slide {
  padding: 12px;
  height: initial !important;
}

.homeSliderContainer .slick-slide > div {
  height: 100%;
}

.homeSliderContainer .banner {
  height: 100%;
}

@media (max-width: 719.98px) {
  .homeSliderContainer {
    margin-right: -24px;
  }
}

.bannersContainer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -12px;
}

@media (max-width: 719.98px) {
  .bannersContainer {
    flex-direction: column;
  }
}

.banner {
  flex: 1;
  border-radius: 16px 16px 0px 0px;
  overflow: hidden;
  background: #f7f2fd;
  display: flex !important;
  flex-direction: column;
  justify-content: flex-start;
}

@media (max-width: 959.98px) {
  .banner {
    max-height: 300px;
  }
}

@media (max-width: 719.98px) {
  .banner {
    height: auto;
    max-height: 190px;
    width: 100%;
  }
}

.banner .topTitle {
  padding: 10px 16px;
}

.banner .image {
  position: relative;
}

@media (max-width: 959.98px) {
  .banner .image {
    width: 380px;
  }
}

@media (max-width: 719.98px) {
  .banner .image {
    width: 100%;
  }
}

.banner .image img {
  width: 100%;
  max-height: 230px;
}

@media (max-width: 959.98px) {
  .banner .image img {
    width: 390px;
    max-height: 98px;
  }
}

@media (max-width: 719.98px) {
  .banner .image img {
    width: 100%;
    max-height: 100px;
  }
}

.banner .image .play {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("/images/play-button.png") no-repeat center;
  z-index: 1;
}

.banner .bannerContentArea {
  padding: 16px;
}

.banner .bannerContentArea .title {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 10px;
}

.banner .bannerContentArea .btn {
  border: none;
  margin-top: 10px;
}

.banner .bannerContentArea .description {
  font-size: 14px;
}

.banner.blue {
  background: #000;
  padding: 0px;
  max-height: 100%;
}

@media (max-width: 959.98px) {
  .banner.blue {
    width: 100%;
  }
}

@media (max-width: 719.98px) {
  .banner.blue {
    padding: 0;
  }
}

.banner.blue .bannerContentArea {
  color: #fff;
}

@media (max-width: 719.98px) {
  .banner.blue .bannerContentArea {
    height: auto;
    min-height: 30px;
    padding: 10px;
  }
}

.banner.blue .bannerContentArea .description {
  font-size: 14px;
}

.banner.blue .bannerContentArea .title {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 0px;
}

@media (max-width: 959.98px) {
  .banner.blue .bannerContentArea .title {
    font-size: 16px;
  }
}

@media (max-width: 719.98px) {
  .banner.blue .bannerContentArea .title {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 0px;
    margin-top: 7px;
  }
}

.apexTargets {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -12px;
}

@media (max-width: 719.98px) {
  .apexTargets {
    flex-direction: column;
  }
}

.apexTargets .targetPoint {
  flex: 1;
  margin: 0 12px;
  padding: 18px 18px 0px;
}

@media (max-width: 959.98px) {
  .apexTargets .targetPoint {
    padding: 18px;
    margin: 0 12px;
  }
}

.apexTargets .targetPoint .pointViewArea {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.apexTargets .targetPoint .pointViewArea .point {
  width: 100px;
  height: 100px;
  background: url("/images/target-bg.png") no-repeat center;
  background-size: cover;
  color: #ffe24d;
  text-align: center;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
}

.apexTargets .targetPoint .pointViewArea .point b {
  display: block;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: -1px;
  color: #fff;
}

.apexTargets .targetPoint .pointViewArea .point .status {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  margin-top: -15px;
  left: -15px;
  background: #fff;
  border-radius: 50%;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.apexTargets .targetPoint .pointViewArea .point .status img {
  width: 18px;
  height: 18px;
}

.apexTargets .targetPoint .pointViewArea .point .status .statusIcon {
  width: 16px;
}

.apexTargets .targetPoint .pointViewArea .point .status .statusIcon .cls-1 {
  fill: none;
  stroke: #30ea03;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
}

.apexTargets .targetPoint .pointViewArea .pointDescription {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  background: #efe5fb;
  flex: 1;
  padding: 15px;
  border-radius: 16px;
  position: relative;
}

.apexTargets .targetPoint .pointViewArea .pointDescription:before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  margin-top: -10px;
  border-right: 10px solid #efe5fb;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.apexTargets .targetPoint .progressBar {
  margin: 20px auto;
}

.apexTargets .targetPoint .progressBar .progressBarTop {
  display: flex;
  flex-direction: row;
  margin-bottom: 10px;
  justify-content: space-between;
  align-items: flex-end;
}

.apexTargets .targetPoint .progressBar .progressBarTop .left {
  font-size: 16px;
}

@media (max-width: 360px) {
  .apexTargets .targetPoint .progressBar .progressBarTop .left {
    font-size: 14px;
  }
}

.apexTargets .targetPoint .progressBar .progressBarTop .left .name {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
}

.apexTargets .targetPoint .progressBar .progressBarTop .right {
  font-size: 14px;
}

@media (max-width: 360px) {
  .apexTargets .targetPoint .progressBar .progressBarTop .right {
    font-size: 13px;
  }
}

.apexTargets .targetPoint.completed .pointViewArea .point {
  background-image: url("/images/target-bg-completed.png");
  color: #2cdb02;
}

.apexTargets .targetPoint.completed .pointViewArea .point b {
  color: #ffffff;
}

.apexTargets .targetPoint.completed .pointViewArea .point .status {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  margin-top: -15px;
  left: -15px;
  background: #FFE14A;
  border-radius: 50%;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.apexTargets .targetPoint.completed .pointViewArea .point .status .statusIcon {
  width: 14px;
}

.apexTargets .targetPoint.completed .pointViewArea .point .status .statusIcon .cls-1 {
  stroke: #6100d4;
}

.apexTargets .targetPoint.completed.blue .pointViewArea .point {
  background: #2cdb02;
  color: #FFE14A;
}

.apexTargets .targetPoint.completed.blue .pointViewArea .point .status {
  background: #FFE14A;
}

.apexTargets .targetPoint.completed.blue .pointViewArea .point .status .statusIcon .cls-1 {
  stroke: #2cdb02;
}

.apexTargets .targetPoint.completed.blue .progressCompletedIcon {
  background: #2cdb02;
}

.apexTargets .targetPoint.completed.blue .progressCompletedIcon svg .cls-1 {
  stroke: #FFE14A;
}

.apexTargets .targetPoint.completed .progress .progress-bar {
  background: #30ea03;
}

.targetProduct {
  flex: 1;
  background: #2cdb02;
  color: #fff;
  border-radius: 16px;
  position: relative;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  overflow: hidden;
  height: 500px;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 15px;
}

@media (max-width: 959.98px) {
  .targetProduct {
    height: auto;
    min-height: 360px;
  }
}

.targetProduct.orange {
  background: #ed8b00;
  color: #000;
}

.targetProduct .image img {
  max-width: 100%;
  margin: 0 auto;
}

.targetProduct .targetDetails {
  padding: 20px 40px 10px 40px;
}

@media (max-width: 959.98px) {
  .targetProduct .targetDetails {
    padding: 15px 20px;
  }
}

.targetProduct .targetDetails .targetName {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.targetProduct .targetDetails .progressBar {
  margin: 10px 0;
}

.targetProduct .targetDetails .progressBar .actualValue {
  color: #fff;
}

.targetProduct .targetDescription {
  padding: 0 40px;
  line-height: 16px;
  font-size: 14px;
}

@media (max-width: 959.98px) {
  .targetProduct .targetDescription {
    padding: 0 20px;
  }
}

.progressBar {
  margin: 50px 0;
  position: relative;
}

.progressBar .actualValue {
  color: #30ea03;
}

.progressBar p {
  font-size: 14px;
}

.progressBar .currentTargetValue {
  text-align: right;
}

.progressBar .targetMaxValue {
  font-weight: bold;
}

.progressBar .progress {
  border-radius: 13px;
  height: 10px;
  background: #f1f1f1;
}

.progressBar .progress .progress-bar {
  background: #30ea03;
  border-radius: 13px;
}

.progressBar .progress.blue .progress-bar {
  background: #2cdb02;
}

.progressBar .progressCompletedIcon {
  position: absolute;
  width: 25px;
  height: 25px;
  right: -1px;
  top: -1px;
  background: #FFE14A;
  border-radius: 50%;
  border: solid 2px #000;
  text-align: center;
}

.progressBar .progressCompletedIcon svg {
  height: 11px;
  font-size: 12px;
  margin-top: -4px;
}

.progressBar .progressCompletedIcon svg .cls-1 {
  fill: none;
  stroke: #000;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
}

.yourTargetsPage .monthlyTargets {
  background: #fff;
  padding: 15px;
  border-radius: 12px;
}

@media (max-width: 959.98px) {
  .yourTargetsPage .monthlyTargets {
    padding: 0;
  }
}

.yourTargetsPage .notHaveTargets {
  padding: 50px;
  text-align: center !important;
}

.yourTargetsPage .notHaveTargets h6 {
  text-align: center !important;
}

.yourTargetsPage .notHaveTargets .image {
  position: relative;
  width: 200px;
  margin: 0 auto;
}

.yourTargetsPage .notHaveTargets .image img {
  max-width: 100%;
  margin: 30px auto;
}

.yourTargetsPage .notHaveTargets .image .text {
  position: absolute;
  left: 23px;
  top: 30px;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  line-height: 20px;
}

.yourTargetsPage .single-target-container {
  background: #2cdb02 !important;
  color: #fff;
  position: relative;
  padding: 0 !important;
}

.yourTargetsPage .single-target-container .single-target .content-container .titles-container {
  color: #fff !important;
  width: 100% !important;
}

.yourTargetsPage .single-target-container .single-target .progress-container .bar {
  padding: 0;
}

.yourTargetsPage .single-target-container .single-target .target-button-position {
  width: 100%;
  padding: 1rem !important;
}

.slick-slider .slick-arrow {
  width: 20px;
  height: 20px;
  border: none;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  text-indent: -9999px;
  background: url("/images/prev.png") no-repeat center;
  z-index: 1;
}

.slick-slider .slick-arrow.slick-prev {
  left: 0;
}

.slick-slider .slick-arrow.slick-next {
  right: 0;
  background: url("/images/next.png") no-repeat center;
}

.slick-slider .slick-dots {
  width: calc(100% - 20px);
  text-align: right;
  margin: 0;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.slick-slider .slick-dots li {
  list-style: none;
  display: inline-block;
  margin: 0 2px;
}

.slick-slider .slick-dots li button {
  display: inline-block;
  width: 6px;
  height: 6px;
  border: none;
  background: none;
  border-radius: 50%;
  text-indent: -9999px;
  background: #a5b0b9;
  padding: 0;
}

.slick-slider .slick-dots li.slick-active button {
  background: #30ea03;
}

.checkoutBox .checkout-step-points {
  margin-top: 4.5rem;
}

.checkoutBox .checkout-step-points .point {
  background: #ffe14a;
  border-radius: 12px;
  margin-bottom: -15px;
  margin-top: -15px;
}

.checkoutBox .checkout-step-points hr {
  border: none;
  border-left: 1px solid #ffe14a;
  height: 40px;
  width: 1px;
}

.checkoutBox .checkoutBoxContainer {
  display: flex;
  align-items: center;
  gap: 20px;
}

@media (max-width: 719.98px) {
  .checkoutBox .checkoutBoxContainer {
    flex-direction: column-reverse;
  }
}

.checkoutBox .checkoutBoxContainer .right {
  width: 220px;
}

.checkoutBox .checkoutBoxContainer .right .image {
  margin: 0;
}

.checkoutBox .checkoutBoxContainer .right .image img {
  max-width: 200px;
}

.checkoutBox .checkoutBoxContainer .checkout-steps {
  text-align: left;
  margin-top: 3rem;
  padding-left: 1rem;
  position: relative;
  flex: 1;
}

.checkoutBox .checkoutBoxContainer .checkout-steps .info-title {
  color: white;
  font-size: 18px;
  font-weight: 600;
  padding-left: 1rem;
}

.checkoutBox .checkoutBoxContainer .checkout-steps p {
  padding-left: 1rem;
}

.checkoutBox .checkoutBoxContainer .checkout-steps .point {
  position: absolute;
  left: -5px;
  background: #ffe14a;
  border-radius: 14px;
  width: 24px;
  text-align: center;
  margin-top: 7px;
}

.checkoutBox .checkoutBoxContainer .checkout-steps .last-point:after {
  content: "";
  height: 0px !important;
}

.topBlueBox {
  background: #30ea03;
  padding: 15px;
  border-radius: 16px;
  margin-top: 15px;
  position: relative;
  z-index: 1;
}

.topBlueBox h4 {
  color: #fff;
}

@media (max-width: 719.98px) {
  .topBlueBox {
    padding: 65px 16px 16px 16px;
    border-radius: 0 0 16px 16px;
    margin-top: -40px;
  }
}

.topBlueBox h3 {
  color: #fff;
}

.topBlueBox .storesLink {
  background: transparent;
  border: none;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  margin-top: 15px;
  padding: 0;
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
}

.topBlueBox .storesLink img {
  width: 30px;
  margin-right: 10px;
  margin-top: -3px;
}

.topBlueBox .storesLink svg {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -12px;
}

.topBlueBox .storesLink svg .cls-1,
.topBlueBox .storesLink svg .cls-2 {
  fill: none;
}

.topBlueBox .storesLink svg .cls-2 {
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
}

.topBlueBox .btn-link {
  color: #fff;
  margin: 0 auto;
  background: transparent;
  border: none;
  font-weight: bold;
  margin-top: 20px;
}

.topBlueBox .btn-link svg {
  width: 20px;
  height: 20px;
}

.topBlueBox .btn-link svg .cls-1,
.topBlueBox .btn-link svg .cls-2 {
  fill: none;
}

.topBlueBox .btn-link svg .cls-2 {
  stroke: #fff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
}

.changeStore {
  background: #fff;
  border-radius: 8px;
  padding: 0px 15px;
}

.changeStore .inner {
  position: relative;
}

.changeStore svg {
  position: absolute;
  left: 0;
  width: 24px;
  height: 24px;
  top: 50%;
  margin-top: -12px;
}

.changeStore svg .cls-1,
.changeStore svg .cls-2 {
  fill: none;
}

.changeStore svg .cls-2 {
  stroke: #30ea03;
  stroke-width: 2px;
}

.changeStore .address {
  padding: 10px 140px 10px 46px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
}

.changeStore .address span {
  font-weight: 400;
  display: block;
  font-size: 12px;
  color: #6c767f;
}

@media (max-width: 959.98px) {
  .changeStore .address {
    padding: 10px 115px 10px 35px;
  }
}

.changeStore .btn {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -12px;
}

.staticPage {
  font-size: 14px;
  line-height: 20px;
}

.staticPage h1,
.staticPage h2,
.staticPage h3,
.staticPage h4,
.staticPage h5,
.staticPage h6 {
  text-align: left !important;
}

.staticPage p {
  font-size: 14px;
  line-height: 20px;
}

.TermsAndConditionsPage {
  font-size: 14px;
  line-height: 20px;
}

.TermsAndConditionsPage h1,
.TermsAndConditionsPage h2,
.TermsAndConditionsPage h3,
.TermsAndConditionsPage h4,
.TermsAndConditionsPage h5,
.TermsAndConditionsPage h6 {
  text-align: left !important;
}

.TermsAndConditionsPage p {
  font-size: 14px;
  line-height: 20px;
}

.TermsAndConditionsPage strong {
  font-size: 18px;
}

.yellowDiamond {
  width: 10px;
  height: 10px;
  background-color: #ffde75;
  transform: rotate(45deg);
  display: inline-block;
}

.luckyNumbers {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 999;
  color: #fff;
  font-size: 15px;
  padding: 40px 30px;
  text-align: center;
  background-color: #001e37;
  background-image: url("/images/game-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: auto;
}

.luckyNumbers .logo {
  display: block;
  width: 330px;
  max-width: 100%;
  margin: auto;
}

.luckyNumbers .titleGold {
  color: #ffde75;
  font-weight: bold;
  text-transform: uppercase;
}

.luckyNumbers .yourNumber {
  font-size: 44px;
  letter-spacing: 5px;
}

.luckyNumbers .btn {
  width: 100%;
  color: #0076e0;
  text-align: center;
  margin-top: 20px;
  background-color: #fff;
  font-weight: bold;
  border-radius: 18px;
}

.luckyNumbers .btn:hover {
  box-shadow: 0 10px 10px -10px #e53154;
}

.luckyNumbers .yourPoints {
  background-color: #004c97;
  border-radius: 8px;
  font-size: 27px;
  line-height: 60px;
  letter-spacing: 2px;
}

.luckyNumbers .domineBold {
  font-size: 17px;
}

.luckyNumbers .bold {
  font-size: 18px;
  font-weight: bold;
}

.luckyNumbers .gifts {
  padding: 10px;
  border-radius: 12px;
  background-color: #0064c1;
}

.luckyNumbers .bottomBg {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.6;
  z-index: -1;
}

.luckyNumbers .bottomBg img {
  width: 100%;
}

.backgammon {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 999;
  color: #fff;
  font-size: 15px;
  padding: 40px 30px;
  text-align: center;
  background-color: #001e37;
  background-image: url("/images/game-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: auto;
}

.backgammon .logo {
  display: block;
  width: 330px;
  max-width: 100%;
  margin: auto;
}

.backgammon .yourPoints {
  background-color: #004c97;
  border-radius: 8px;
  font-size: 27px;
  line-height: 60px;
  letter-spacing: 2px;
}

.backgammon .domineBold {
  font-size: 17px;
}

.backgammon .bold {
  font-size: 18px;
  font-weight: bold;
}

.backgammon .btn {
  width: 100%;
  color: #0076e0;
  text-align: center;
  background-color: #fff;
  font-weight: 900;
  border-radius: 28px;
}

.backgammon .btn:hover {
  box-shadow: 0 10px 10px -10px #e53154;
}

.backgammon .bottomBg {
  position: fixed;
  bottom: 20px;
  left: 0;
  right: 0;
  z-index: 9;
}

.backgammon .bottomBg a {
  font-size: 17px;
  color: #fff;
  text-decoration: underline;
}

.backgammon .bb {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.backgammon .scroller {
  position: absolute;
  overflow: auto;
  top: 240px;
  bottom: 120px;
}

.backgammon .scoreTable {
  border-radius: 8px;
  color: #171717;
  background-color: #fff;
  overflow: hidden;
}

.backgammon .scoreTable .title {
  color: #000;
  font-size: 16px;
  font-weight: 900;
  padding: 10px;
  background-color: #dcffab;
}

.backgammon .scoreTable .title.yellow {
  position: relative;
  padding-left: 56px;
  background-color: #ffff4a;
}

.backgammon .scoreTable .title.yellow img {
  position: absolute;
  left: 12px;
  top: 14px;
  width: 35px;
}

.backgammon .scoreTable .title .subTitle {
  color: #515151;
  font-weight: normal;
  font-size: 13px;
}

.backgammon .scoreTable .active {
  background-color: rgba(255, 255, 74, 0.7);
}

.backgammon .scoreTable .row {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e4e8;
}

.backgammon .scoreTable .row .col-8 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  overflow: hidden;
}

.backgammon .scoreTable .row .text-right {
  font-size: 16px;
  font-weight: 900;
}

.backgammon .scoreTable .row .top {
  transform: rotate(180deg);
}

.carkifelekGame {
  position: relative;
  background: url("/images/game-dashboard-wallpaper.jpg") no-repeat;
  background-position: center;
  background-size: cover;
}

.carkifelekGame .wheelContainer {
  text-align: center;
  padding: 50px 20px;
}

@media (max-width: 539.98px) {
  .carkifelekGame .wheelContainer {
    width: 100%;
  }
}

.carkifelekGame .wheelContainer .spinBtn {
  width: 280px;
  border-radius: 28px;
  background: #fff;
  color: #0076e0;
  text-align: center;
  font-weight: 900;
  display: block;
  margin: auto;
  font-size: 20px;
  padding: 9px;
}

.carkifelekGame .wheelContainer .spinBtn:hover {
  box-shadow: 0 10px 10px -10px #e53154;
}

.carkifelekGame .wheelContainer .wheelSVG {
  visibility: hidden;
}

.carkifelekGame .wheelContainer .wheelSVG {
  overflow: visible;
  max-width: 450px;
  height: auto;
  margin-top: 45px;
  background: url("/images/Wheel_SuperFast.gif") no-repeat center;
  background-size: cover;
  padding: 30px;
}

@media (min-width: 720px) and (max-width: 959.98px) {
  .carkifelekGame .wheelContainer .wheelSVG {
    padding: 25px;
  }
}

@media (min-width: 540px) and (max-width: 719.98px) {
  .carkifelekGame .wheelContainer .wheelSVG {
    padding: 13px;
    max-width: 340px;
  }
}

@media (max-width: 539.98px) {
  .carkifelekGame .wheelContainer .wheelSVG {
    padding: 13px;
    max-width: 300px;
  }
}

.carkifelekGame .wheelContainer .wheelText {
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.carkifelekGame .wheelContainer .toast {
  border-radius: 12px;
  opacity: 0;
  display: none;
}

.carkifelekGame .wheelContainer .toast p {
  clear: both;
  font-family: "Fjalla One", Arial, sand-serif;
  margin: 23px;
  font-size: 30px;
  color: #ededed;
  letter-spacing: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  line-height: 32px;
  transition: line-height 0.2s ease;
}

.apexCurrency {
  display: inline-block;
}

.snotify {
  right: 50px !important;
  top: 50px !important;
  width: 360px !important;
}

@media (max-width: 959.98px) {
  .snotify {
    right: 10px !important;
    top: 10px !important;
    width: calc(100% - 20px);
  }
}

.snotify .snotifyToast {
  border-radius: 16px;
}

.snotify .snotify-error {
  background: #ffdedc !important;
}

.snotify .snotify-error .snotifyToast__progressBar {
  background: #faaaa5;
}

.snotify .snotify-error .snotifyToast__progressBar .snotifyToast__progressBar__percentage {
  background: #da291c !important;
}

.snotify .snotify-warning {
  background: #fff8d6 !important;
}

.snotify .snotify-warning .snotifyToast__progressBar {
  background: #fbeca1;
}

.snotify .snotify-warning .snotifyToast__progressBar .snotifyToast__progressBar__percentage {
  background: #ffd500 !important;
}

.snotify .snotify-info {
  background: #e5f2fc !important;
}

.snotify .snotify-info .snotifyToast__progressBar {
  background: #9ed2fa;
}

.snotify .snotify-info .snotifyToast__progressBar .snotifyToast__progressBar__percentage {
  background: #004c97 !important;
}

.snotify .snotify-success {
  background: #ebfff2 !important;
}

.snotify .snotify-success .snotifyToast__progressBar {
  background: #a3d3b4;
}

.snotify .snotify-success .snotifyToast__progressBar .snotifyToast__progressBar__percentage {
  background: #009639 !important;
}

.snotify .snotifyToast__progressBar {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 8px;
}

.snotify .snotify-icon {
  width: 11px;
  height: 11px;
  top: 20px;
  transform: none;
}

.snotify .snotifyToast__inner {
  min-height: auto;
  padding: 15px 20px 23px 50px;
}

.snotify .snotifyToast__inner .snotifyToast__title {
  color: #3d4144;
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 400;
}

.snotify .snotifyToast__inner .snotifyToast__body {
  color: #3d4144;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}

.snotify .snotifyToast__inner .snotifyToast__body .btn {
  text-align: center;
  margin-top: 10px;
}

.snotify .snotifyToast__buttons {
  border-top: none;
  padding-bottom: 20px;
}

.snotify .snotifyToast__buttons button {
  background: #30ea03;
  color: #fff;
  margin-left: 50px;
  width: calc(100% - 70px);
  border-radius: 16px;
}

.shake {
  animation: shake 2s infinite alternate;
}

.moveUpDown {
  animation: moveUpDown 2s infinite alternate;
}

.gdprModal .modal-content {
  border: none;
}

.gdprModal .modal-content .top {
  background: #e53154;
  color: #fff;
  padding: 40px 24px;
  border-radius: 12px;
}

.gdprModal .modal-content .top h6 {
  color: #fff;
}

.gdprModal .modal-content .top img {
  height: 200px;
  margin: 20px auto;
}

.gdprModal .modal-content .top .modalText {
  font-size: 18px;
  letter-spacing: -0.5px;
  line-height: 22px;
  max-width: 350px;
  margin: 0 auto;
}

.gdprModal .modal-content .bottom {
  color: #1a1a1a;
  text-align: left;
  padding: 30px 40px;
}

.gdprModal .modal-content .bottom h6 {
  font-size: 17px;
  line-height: 24px;
  color: #e53154;
}

.gdprModal .modal-content .bottom label {
  font-weight: normal;
}

.gdprModal .modal-content .bottom a {
  color: #1a1a1a;
  text-decoration: underline;
}

.gdprModal .modal-content .bottom .error a {
  color: #da291c !important;
}

.form-spaces {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }

  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }

  20% {
    transform: translate(-3px, 0px) rotate(1deg);
  }

  30% {
    transform: translate(3px, 2px) rotate(0deg);
  }

  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }

  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }

  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }

  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }

  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }

  90% {
    transform: translate(1px, 2px) rotate(0deg);
  }

  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}

@keyframes moveUpDown {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

.height-unset {
  height: unset !important;
}

.welcome-container {
  display: flex;
  align-items: center;
  justify-content: space-between !important;
}

.welcome-container .welcome-image {
  width: 450px;
  display: flex;
  align-items: flex-end;
}

.welcome-container .welcome-image img {
  width: 100%;
}

@media (max-width: 719.98px) {
  .welcome-container .welcome-image {
    width: 120px;
  }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  .slick-slider .slick-dots {
    text-align: center !important;
    width: 100% !important;
  }
}

.apex-modal-container {
  position: fixed;
  display: table;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transform: scale(0);
  z-index: 9999 !important;
  -webkit-overflow-scrolling: touch;
}

.apex-modal-container.blueModal .modal-background .modal-content {
  background: #30ea03;
  color: #fff;
  padding: 40px 24px;
}

@media (max-width: 719.98px) {
  .apex-modal-container.blueModal .modal-background .modal-content {
    height: 100%;
    display: flex;
    position: fixed;
    left: 0;
    top: 0;
    flex-direction: column;
    justify-content: space-between;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.apex-modal-container.blueModal .modal-background .modal-content h6 {
  color: #fff;
}

@media (max-width: 719.98px) {
  .apex-modal-container.blueModal .modal-background .modal-content h6 {
    text-align: center !important;
  }
}

.apex-modal-container.blueModal .modal-background .modal-content .modalImage img {
  height: 140px;
  margin: 20px auto;
}

.apex-modal-container.blueModal .modal-background .modal-content .modalText {
  font-size: 18px;
  letter-spacing: -0.5px;
  line-height: 22px;
  max-width: 350px;
  margin: 0 auto;
}

.apex-modal-container.blueModal .modal-background .modal-content .buttons {
  margin-top: 30px;
}

.apex-modal-container.blueModal .modal-background .modal-content .buttons .btn {
  min-width: 200px;
  text-align: center;
  margin: 0 10px;
}

@media (max-width: 719.98px) {
  .apex-modal-container.blueModal .modal-background .modal-content .buttons .btn {
    width: 100%;
    margin: 0;
    margin-top: 20px;
  }
}

.apex-modal-container.oneFq {
  transform: scaleX(1);
}

.apex-modal-container.outFq {
  transform: scaleX(0);
}

.apex-modal-container.one {
  transform: scaleY(0.01) scaleX(0);
  animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.apex-modal-container.one .modal-background .modal-content {
  transform: scale(0);
  animation: zoomIn 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.apex-modal-container.one.out {
  transform: scale(1);
  animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.apex-modal-container.one.out .modal-background .modal-content {
  animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.apex-modal-container .modal-background {
  display: table-cell;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  vertical-align: middle;
}

@media (max-width: 959.98px) {
  .apex-modal-container .modal-background {
    vertical-align: bottom;
  }
}

.apex-modal-container .modal-background .modal-content {
  background: white;
  padding: 50px 30px;
  display: inline-block;
  border-radius: 12px;
  font-weight: 300;
  position: relative;
  max-width: 620px;
}

@media (max-width: 959.98px) {
  .apex-modal-container .modal-background .modal-content {
    border-radius: 12px 12px 0 0;
    padding: 24px;
  }
}

.apex-modal-container .modal-background .modal-content .closeButton {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 14px;
  height: 14px;
  cursor: pointer;
}

@media (max-width: 959.98px) {
  .apex-modal-container .modal-background .modal-content .closeButton {
    display: none;
  }
}

.apex-modal-container .modal-background .modal-content .closeButton svg {
  width: 100%;
}

.apex-modal-container .modal-background .modal-content .closeButton svg .cls-1 {
  fill: none;
  stroke: #30ea03;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
}

.apex-modal-container .modal-background .modal-content h6 {
  margin-bottom: 20px;
}

@media (max-width: 959.98px) {
  .apex-modal-container .modal-background .modal-content h6 {
    margin-bottom: 10px;
  }
}

@keyframes unfoldIn {
  0% {
    transform: scaleY(0.005) scaleX(0);
  }

  50% {
    transform: scaleY(0.005) scaleX(1);
  }

  100% {
    transform: scaleY(1) scaleX(1);
  }
}

@keyframes unfoldOut {
  0% {
    transform: scaleY(1) scaleX(1);
  }

  50% {
    transform: scaleY(0.005) scaleX(1);
  }

  100% {
    transform: scaleY(0.005) scaleX(0);
  }
}

@keyframes zoomIn {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes zoomOut {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes fadeIn {
  0% {
    background: rgba(0, 0, 0, 0);
  }

  100% {
    background: rgba(0, 0, 0, 0.7);
  }
}

@keyframes fadeOut {
  0% {
    background: rgba(0, 0, 0, 0.7);
  }

  100% {
    background: rgba(0, 0, 0, 0);
  }
}

@keyframes scaleUp {
  0% {
    transform: scale(0.8) translateY(1000px);
    opacity: 0;
  }

  100% {
    transform: scale(1) translateY(0px);
    opacity: 1;
  }
}

@keyframes scaleDown {
  0% {
    transform: scale(1) translateY(0px);
    opacity: 1;
  }

  100% {
    transform: scale(0.8) translateY(1000px);
    opacity: 0;
  }
}

@keyframes scaleBack {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(0.85);
  }
}

@keyframes scaleForward {
  0% {
    transform: scale(0.85);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes quickScaleDown {
  0% {
    transform: scale(1);
  }

  99.9% {
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

@keyframes slideUpLarge {
  0% {
    transform: translateY(0%);
  }

  100% {
    transform: translateY(-100%);
  }
}

@keyframes slideDownLarge {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0%);
  }
}

@keyframes moveUp {
  0% {
    transform: translateY(150px);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes moveDown {
  0% {
    transform: translateY(0px);
  }

  100% {
    transform: translateY(150px);
  }
}

@keyframes blowUpContent {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  99.9% {
    transform: scale(2);
    opacity: 0;
  }

  100% {
    transform: scale(0);
  }
}

@keyframes blowUpContentTwo {
  0% {
    transform: scale(2);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes blowUpModal {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes blowUpModalTwo {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(0);
    opacity: 0;
  }
}

@keyframes roadRunnerIn {
  0% {
    transform: translateX(-1500px) skewX(30deg) scaleX(1.3);
  }

  70% {
    transform: translateX(30px) skewX(0deg) scaleX(0.9);
  }

  100% {
    transform: translateX(0px) skewX(0deg) scaleX(1);
  }
}

@keyframes roadRunnerOut {
  0% {
    transform: translateX(0px) skewX(0deg) scaleX(1);
  }

  30% {
    transform: translateX(-30px) skewX(-5deg) scaleX(0.9);
  }

  100% {
    transform: translateX(1500px) skewX(30deg) scaleX(1.3);
  }
}

@keyframes sketchIn {
  0% {
    stroke-dashoffset: 778;
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes sketchOut {
  0% {
    stroke-dashoffset: 0;
  }

  100% {
    stroke-dashoffset: 778;
  }
}

@keyframes modalFadeIn {
  0% {
    background-color: transparent;
  }

  100% {
    background-color: white;
  }
}

@keyframes modalFadeOut {
  0% {
    background-color: white;
  }

  100% {
    background-color: transparent;
  }
}

@keyframes modalContentFadeIn {
  0% {
    opacity: 0;
    top: -20px;
  }

  100% {
    opacity: 1;
    top: 0;
  }
}

@keyframes modalContentFadeOut {
  0% {
    opacity: 1;
    top: 0px;
  }

  100% {
    opacity: 0;
    top: -20px;
  }
}

@keyframes bondJamesBond {
  0% {
    transform: translateX(1000px);
  }

  80% {
    transform: translateX(0px);
    border-radius: 75px;
    height: 75px;
    width: 75px;
  }

  90% {
    border-radius: 3px;
    height: 182px;
    width: 247px;
  }

  100% {
    border-radius: 3px;
    height: 162px;
    width: 227px;
  }
}

@keyframes killShot {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
  }

  100% {
    transform: translateY(300px) rotate(45deg);
    opacity: 0;
  }
}

@keyframes fadeToRed {
  0% {
    background-color: rgba(0, 0, 0, 0.6);
  }

  100% {
    background-color: rgba(255, 0, 0, 0.8);
  }
}

@keyframes slowFade {
  0% {
    opacity: 1;
  }

  99.9% {
    opacity: 0;
    transform: scale(1);
  }

  100% {
    transform: scale(0);
  }
}

.modal-mask {
  position: fixed;
  z-index: 9999998;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: table;
  transition: opacity 0.3s ease;
}

.modal-mask .modal-wrapper {
  display: table-cell;
  vertical-align: middle;
}

.modal-mask.blueModal .modal-container {
  background-image: linear-gradient(to bottom, #30ea03 0%, #21a700 100%);
  background-repeat: repeat-x;
}

.modal-mask.blueModal .modal-container .modalTitle {
  color: #fff;
}

@media (max-width: 719.98px) {
  .modal-mask.blueModal .modal-container .modalTitle h5 {
    text-align: center;
  }
}

.modal-mask.blueModal .modal-container .modalBody p {
  color: #fff;
}

.modal-mask.blueModal .modal-container .modalFooter a {
  color: #fff;
}

.modal-mask.blueModal .modal-container .modalFooter a.btn-secondary {
  color: #30ea03;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 300px;
  margin: 0 auto;
  font-size: 18px;
}

@media (max-width: 719.98px) {
  .modal-mask.blueModal .modal-container .modalFooter a.btn-secondary {
    max-width: none;
  }
}

.modal-mask .modal-container {
  border-radius: 16px;
  max-width: 600px;
  margin: 0px auto;
  padding: 50px 24px;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
  transition: all 0.3s ease;
  text-align: center;
}

@media (max-width: 719.98px) {
  .modal-mask .modal-container {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    border-radius: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}

.modal-mask .modal-container .image img {
  max-width: 200px;
}

@media (min-width: 720px) {
  .modal-mask .modal-container .image img {
    max-width: 150px;
  }
}

.modal-enter .modal-container,
.modal-leave-active .modal-container {
  transform: scale(1.1);
}

.apexModal h4 {
  text-align: center;
  font-size: 32px;
  line-height: 42px;
}

@media (min-width: 720px) {
  .apexModal h4 {
    font-size: 20px;
  }
}

.apexModal .image {
  margin: 30px 0;
}

@media (max-width: 959.98px) {
  .apexModal .image {
    margin: 0;
    margin-bottom: 30px;
  }
}

.apexModal .image img {
  max-width: 120px;
}

.apexModal .description {
  color: #fff;
  text-align: center;
}

.apexModal .description p {
  font-size: 18px;
  line-height: 22px;
}

.apexModal .description .dark {
  color: #000000 !important;
}

.apexModal .modalFooter .btn {
  min-width: 300px;
  text-align: center;
}

@media (max-width: 719.98px) {
  .apexModal .modalFooter .btn {
    display: block;
    width: 100%;
    text-align: center;
  }
}

.apexModal.campaignBox h6 {
  color: #fff;
  margin-top: 22px;
  margin-bottom: 0;
  text-align: center !important;
}

.apexModal.campaignBox h4 {
  color: #FFE14A;
  font-size: 26px;
  text-align: center !important;
}

.apexModal.campaignBox .btn-secondary {
  background-color: #fff !important;
}

.apexModal.campaignBox .image img {
  max-width: 250px;
}

.apexModal.winBox .earn {
  width: 307px;
  height: 268px;
  background: url("/images/earn-point-bg.png") no-repeat center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0 auto;
  letter-spacing: -1.8px;
  font-size: 20px;
  line-height: 26px;
  margin-top: 40px;
}

.apexModal.winBox .earn b {
  font-size: 30px;
  line-height: 42px;
  display: block;
  margin-top: 60px;
  color: #21a700;
}

.apexModal.winBox h6 {
  color: #fff;
  margin-top: 20px;
  text-align: center !important;
}

.apexModal.winBox h6 span {
  color: #FFE14A;
  display: block;
}

.apexModal.winBox h4 {
  color: #FFE14A;
  text-align: center !important;
}

.apexModal.transferBox h4 {
  font-size: 32px;
  line-height: 42px;
  text-align: center;
}

.apexModal.transferBox h6 {
  color: #fff;
  text-align: center;
  margin-top: 20px;
}

.apexModal .newValue {
  color: #fff;
}

.apexModal .newValue b {
  display: block;
  letter-spacing: -1.8px;
  font-size: 24px;
  line-height: 32px;
}

.apexModal.logoutBox .btn-secondary {
  color: #30ea03;
  height: 40px;
  font-size: 18px;
}

.apexModal .helpCenterBox .modalFooter a.btn-secondary {
  color: #30ea03;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 300px;
  margin: 0 auto;
}

@media (max-width: 719.98px) {
  .apexModal .helpCenterBox .modalFooter a.btn-secondary {
    max-width: none;
  }
}

.whiteApexModal .modal-dialog {
  max-width: 320px;
  margin: 0 auto;
}

.whiteApexModal .modal-dialog .close {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 10;
}

.whiteApexModal .modal-dialog .modal-content {
  margin: 0 auto;
  border: none;
  border-radius: 16px;
}

.whiteApexModal .modal-dialog .modal-content .modal-body {
  text-align: center;
  padding: 40px 20px 20px;
}

.whiteApexModal .modal-dialog .modal-content .modal-body .basketIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 30px;
  position: relative;
  width: 40px;
}

.whiteApexModal .modal-dialog .modal-content .modal-body .basketIcon div {
  position: relative;
}

.whiteApexModal .modal-dialog .modal-content .modal-body .basketIcon svg {
  height: 30px;
}

.whiteApexModal .modal-dialog .modal-content .modal-body .basketIcon .cls-1,
.whiteApexModal .modal-dialog .modal-content .modal-body .basketIcon .cls-2 {
  fill: none;
}

.whiteApexModal .modal-dialog .modal-content .modal-body .basketIcon .cls-1 {
  stroke: #30ea03;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5px;
}

.whiteApexModal .modal-dialog .modal-content .modal-body .basketIcon span {
  position: absolute;
  right: -5px;
  top: -5px;
  border-radius: 7.5px;
  color: #fff;
  font-size: 12px;
  background: #da291c;
  border: solid 2px #30ea03;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5px;
}

.whiteApexModal .modal-dialog .modal-content .modal-body p {
  margin: 20px 0;
  font-size: 18px;
  line-height: 24px;
}

.whiteApexModal .modal-dialog .modal-content .modal-body .buttons {
  text-align: center;
  margin-top: 30px;
}

.whiteApexModal .modal-dialog .modal-content .modal-body .buttons .btn {
  min-width: 200px;
  margin-top: 20px;
}

.whiteApexModal.rewardBasketModal .modal-dialog {
  max-width: 620px;
}

.whiteApexModal.rewardBasketModal .modal-dialog .modal-body {
  padding: 60px 80px 20px;
}

.whiteApexModal.rewardBasketModal .modal-dialog .modal-footer {
  background: #f3f5f6;
  padding: 15px 80px;
  border: none;
  border-radius: 0 0 16px 16px;
}

#register-video-btn {
  color: #fff;
  cursor: pointer;
  font-weight: 600;
  text-decoration: underline;
  display: block;
  margin-top: 10px;
}

.out-of-stock-field {
  font-size: 16px !important;
  font-weight: 800 !important;
  margin-top: 10px;
}

.homeBadgeContainer {
  display: flex;
  align-items: center;
  gap: 50px;
}

.partnershipProgress {
  flex: 1;
}

.partnershipProgress h4 {
  font-size: 16px;
}

.partnershipProgress h4 b {
  color: #30ea03;
  font-size: 18px;
}

.partnershipProgress span {
  font-size: 14px;
  display: block;
}

.year-badge {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100px;
}

.year-badge .badge {
  width: 161px;
  height: 100px;
  background: url(/images/year-badge.png) no-repeat center;
  color: #000;
}

.year-badge .badge b {
  display: block;
  font-size: 40px;
}

.registerInputs {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.registerInputs .form-control::-webkit-input-placeholder,
.registerInputs .form-control ::placeholder {
  font-size: 14px;
  color: #6c757d;
  font-family: Arial, Helvetica, sans-serif;
}

.registerInputs .box {
  width: calc(50% - 20px);
}

@media (max-width: 959.98px) {
  .registerInputs .box {
    width: 100%;
  }
}

.registerInputs .full-box {
  width: 100%;
}

.registerInputs .code {
  position: relative;
  margin-bottom: 10px;
}

.registerInputs .addBtn button {
  padding: 0;
  margin-right: 37px;
}

.registerInputs .addBtn button svg {
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
}

.registerInputs select {
  height: 48px;
}

.registerInputs select option {
  color: #6c757d;
  opacity: 1;
}

.loginWarehouses {
  margin-bottom: 20px;
}

.loginWarehouses .warehouse {
  display: flex;
  padding: 10px;
  align-items: center;
  justify-content: space-between;
  background: #f5f5f5;
  margin-bottom: 2px;
  border-radius: 5px;
}

.pharmacyCodes .codes {
  display: flex;
  gap: 10px;
  position: relative;
}

@media (max-width: 468px) {
  .pharmacyCodes .codes {
    flex-direction: column;
  }
}

.pharmacyCodes .codes .form-control::-webkit-input-placeholder,
.pharmacyCodes .codes .form-control ::placeholder {
  font-size: 14px;
  color: #6c757d;
  font-family: Arial, Helvetica, sans-serif;
}

.pharmacyCodes .codes .code select {
  height: 48px;
  border-radius: 10px;
  color: #6c757d;
  opacity: 1;
  font-size: 15px;
  font-weight: 200;
}

.pharmacyCodes .codes .removeIcon {
  position: absolute;
  right: -25px;
  top: 38px;
}

@media screen and (max-width: 640px) {
  .category-carousel {
    margin-right: -24px;
  }
}

.category-carousel__box {
  background-color: #fff;
  border: 1px solid #e0e4e8;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.25s;
}

.category-carousel__box:hover {
  box-shadow: 0 10px 10px -5px #e0e4e8;
}

.category-carousel__box.active-carousel {
  border-color: #0076e0;
  box-shadow: 0 10px 10px -10px #0076e0;
}

.category-carousel__box.active-carousel .category-carousel__box-title {
  border-top-color: #0076e0;
}

.category-carousel__box-wrapper {
  padding: 0 2px 8px;
}

@media screen and (max-width: 640px) {
  .category-carousel__box-wrapper {
    padding-left: 2px;
    padding-right: 2px;
  }
}

.category-carousel__box-image {
  height: 35px;
}

.category-carousel__box-image-wrapper {
  height: 46px;
  margin: 0 auto;
  padding: 5px;
}

.category-carousel__box-image-wrapper.all {
  width: auto;
}

.category-carousel__box-image-wrapper.all .category-carousel__box-image {
  width: auto;
  max-height: 46px;
}

.category-carousel__box-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 4px;
  word-break: break-word;
  text-align: center;
  min-height: 22px;
  border-top: 1px solid #e0e4e8;
  font-family: SourceSansPro, sans-serif;
  font-size: 11px;
  line-height: 16px;
  color: #1a1a1a;
}

.trainingModules .moduleName {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.trainingModules .moduleItemList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 70px;
  margin-top: 50px;
}

.trainingModules .moduleItemList .step {
  padding: 8px;
  font-size: 20px;
  text-align: center;
  line-height: 20px;
  position: relative;
  font-weight: 500;
  text-transform: capitalize;
  background-color: #b9b9b9;
  width: 215px;
  height: 215px;
  border-radius: 15px;
  box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.17);
}

.trainingModules .moduleItemList .step:last-child:after {
  display: none;
}

.trainingModules .moduleItemList .step.active {
  background-color: #30ea03;
}

.trainingModules .moduleItemList .step.active:after {
  border-bottom: 2px solid #30ea03;
}

.trainingModules .moduleItemList .step.completed {
  background-color: #a6cb00 !important;
}

.trainingModules .moduleItemList .step.completed:after {
  border-bottom: 2px solid #a6cb00 !important;
}

.trainingModules .moduleItemList .step .itemContainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.trainingModules .moduleItemList .step .itemContainer img {
  width: 100%;
  border-radius: 8px;
}

.trainingModules .moduleItemList .step .itemContainer .play-button {
  padding-top: 2px;
  padding-left: 10px;
}

.trainingModules .moduleItemList .step .itemContainer .displayOrderText {
  font-size: 12px;
  margin-top: -50px;
  margin-bottom: 30px;
  background-color: #b9b9b9;
  color: black;
  border-radius: 20px;
  width: 20px;
}

.trainingModules .moduleItemList .step .itemContainer .displayOrderText.completed {
  background-color: #30ea03;
}

.trainingModules .moduleItemList .step .itemContainer .contentName {
  font-size: 12px;
  margin-top: 20px;
  width: 120px;
  margin-left: -20px;
}

@media (max-width: 719.98px) {
  .trainingModules .moduleItemList .step:after {
    width: 10px;
    height: 110px;
    left: 40px;
    top: 80px;
    border-left: 2px solid #30ea03 !important;
  }

  .trainingModules .moduleItemList .step.active:after {
    border-left: 2px solid #30ea03;
  }

  .trainingModules .moduleItemList .step.completed:after {
    border-left: 2px solid #a6cb00 !important;
  }

  .trainingModules .moduleItemList .step:nth-last-child(2n) .itemContainer .contentName {
    left: -110px;
  }
}

.trainingModules .progress {
  margin-top: 120px;
}

.trainingModules .progress .progress-bar {
  background-color: #30ea03;
}

.trainingModules .progress .progress-bar.completed {
  background-color: #a6cb00;
}

@media (max-width: 719.98px) {
  .trainingModules .progress {
    margin-top: 60px;
    margin-left: -40px;
    margin-right: -40px;
  }
}

.contact-us {
  border: none;
  background: #71e546;
  border-radius: 14px;
  padding: 5px 9px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
}

@media (max-width: 959.98px) {
  .contact-us {
    margin-top: 20px;
  }
}

.contact-us svg {
  width: 15px;
  margin-right: 5px;
}

.contact-us span {
  height: 15px;
  color: #000;
}

