@charset "UTF-8";

.vitapay-instruction [tabindex="-1"]:focus {
  outline: 0 !important;
}

.vitapay-instruction hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

.vitapay-instruction h1,
.vitapay-instruction h2,
.vitapay-instruction h3,
.vitapay-instruction h4,
.vitapay-instruction h5,
.vitapay-instruction h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

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

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

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

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

.vitapay-instruction ol ol,
.vitapay-instruction ol ul,
.vitapay-instruction ul ol,
.vitapay-instruction ul ul {
  margin-bottom: 0;
}

.vitapay-instruction dt {
  font-weight: 700;
}

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

.vitapay-instruction blockquote {
  margin: 0 0 1rem;
}

.vitapay-instruction b,
.vitapay-instruction strong {
  font-weight: bolder;
}

.vitapay-instruction small {
  font-size: 80%;
}

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

.vitapay-instruction sub {
  bottom: -0.25em;
}

.vitapay-instruction sup {
  top: -0.5em;
}

.vitapay-instruction a {
  color: #2C6D13;
  text-decoration: none;
  background-color: transparent;
}

.vitapay-instruction a:hover {
  color: #6d1446;
  text-decoration: none;
}

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

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

.vitapay-instruction a:not([href]):not([tabindex]):focus {
  outline: 0;
}

.vitapay-instruction code,
.vitapay-instruction kbd,
.vitapay-instruction pre,
.vitapay-instruction samp {
  font-family: monospace;
  font-size: 1em;
}

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

.vitapay-instruction figure {
  margin: 0 0 1rem;
}

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

.vitapay-instruction svg {
  overflow: hidden;
  vertical-align: middle;
}

.vitapay-instruction table {
  border-collapse: collapse;
}

.vitapay-instruction caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #757575;
  text-align: left;
  caption-side: bottom;
}

.vitapay-instruction th {
  text-align: inherit;
}

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

.vitapay-instruction button {
  border-radius: 0;
}

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

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

.vitapay-instruction button,
.vitapay-instruction input {
  overflow: visible;
}

.vitapay-instruction button,
.vitapay-instruction select {
  text-transform: none;
}

.vitapay-instruction select {
  word-wrap: normal;
}

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

.vitapay-instruction [type="button"]:not(:disabled),
.vitapay-instruction [type="reset"]:not(:disabled),
.vitapay-instruction [type="submit"]:not(:disabled),
.vitapay-instruction button:not(:disabled) {
  cursor: pointer;
}

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

.vitapay-instruction input[type="checkbox"],
.vitapay-instruction input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

.vitapay-instruction input[type="date"],
.vitapay-instruction input[type="datetime-local"],
.vitapay-instruction input[type="month"],
.vitapay-instruction input[type="time"] {
  -webkit-appearance: listbox;
}

.vitapay-instruction textarea {
  overflow: auto;
  resize: vertical;
}

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

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

@media (max-width: 1200px) {
  .vitapay-instruction legend {
    font-size: calc(1.275rem + 0.2625vw);
  }
}

.vitapay-instruction progress {
  vertical-align: baseline;
}

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

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

.vitapay-instruction [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

.vitapay-instruction output {
  display: inline-block;
}

.vitapay-instruction summary {
  display: list-item;
  cursor: pointer;
}

.vitapay-instruction template {
  display: none;
}

.vitapay-instruction [hidden] {
  display: none !important;
}

.vitapay-instruction .block-title-endow-txt,
.vitapay-instruction .block-title-txt,
.vitapay-instruction .don-slider-title,
.vitapay-instruction .h1,
.vitapay-instruction .h2,
.vitapay-instruction .h3,
.vitapay-instruction .h4,
.vitapay-instruction .h5,
.vitapay-instruction .h6,
.vitapay-instruction .merchant-tab-heading,
.vitapay-instruction .topic-content-name,
.vitapay-instruction .topic-sidenav-title,
.vitapay-instruction h1,
.vitapay-instruction h2,
.vitapay-instruction h3,
.vitapay-instruction h4,
.vitapay-instruction h5,
.vitapay-instruction h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 700;
  line-height: 1.4;
  color: #212121;
}

.vitapay-instruction .don-slider-title,
.vitapay-instruction .h1,
.vitapay-instruction h1 {
  font-size: 2.6rem;
}

@media (max-width: 1200px) {
  .vitapay-instruction .don-slider-title,
  .vitapay-instruction .h1,
  .vitapay-instruction h1 {
    font-size: calc(1.385rem + 1.4175vw);
  }
}

.vitapay-instruction .h2,
.vitapay-instruction .merchant-tab-heading,
.vitapay-instruction h2 {
  font-size: 1.75rem;
}

@media (max-width: 1200px) {
  .vitapay-instruction .h2,
  .vitapay-instruction .merchant-tab-heading,
  .vitapay-instruction h2 {
    font-size: calc(1.3rem + 0.525vw);
  }
}

.vitapay-instruction .h3,
.vitapay-instruction .topic-content-name,
.vitapay-instruction h3 {
  font-size: 1.5rem;
}

@media (max-width: 1200px) {
  .vitapay-instruction .h3,
  .vitapay-instruction .topic-content-name,
  .vitapay-instruction h3 {
    font-size: calc(1.275rem + 0.2625vw);
  }
}

.vitapay-instruction .block-title-endow-txt,
.vitapay-instruction .block-title-txt,
.vitapay-instruction .h4,
.vitapay-instruction h4 {
  font-size: 1.25rem;
}

.vitapay-instruction .h5,
.vitapay-instruction .topic-sidenav-title,
.vitapay-instruction h5 {
  font-size: 1rem;
}

.vitapay-instruction .h6,
.vitapay-instruction h6 {
  font-size: 0.75rem;
}

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

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

@media (max-width: 1200px) {
  .vitapay-instruction .display-1 {
    font-size: calc(1.725rem + 4.9875vw);
  }
}

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

@media (max-width: 1200px) {
  .vitapay-instruction .display-2 {
    font-size: calc(1.675rem + 4.4625vw);
  }
}

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

@media (max-width: 1200px) {
  .vitapay-instruction .display-3 {
    font-size: calc(1.575rem + 3.4125vw);
  }
}

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

@media (max-width: 1200px) {
  .vitapay-instruction .display-4 {
    font-size: calc(1.475rem + 2.3625vw);
  }
}

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

.vitapay-instruction .small,
.vitapay-instruction small {
  font-size: 0.85714rem;
  font-weight: 400;
}

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

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

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

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

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

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

.vitapay-instruction .blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.vitapay-instruction .blockquote-footer {
  display: block;
  font-size: 0.85714rem;
  color: #757575;
}

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

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

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

.vitapay-instruction .figure {
  display: inline-block;
}

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

.vitapay-instruction .figure-caption {
  font-size: 90%;
  color: #757575;
}

.vitapay-instruction .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

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

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

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

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

.vitapay-instruction .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.vitapay-instruction .no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

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

.vitapay-instruction .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

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

.vitapay-instruction .col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.vitapay-instruction .col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

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

.vitapay-instruction .col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.vitapay-instruction .col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

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

.vitapay-instruction .col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.vitapay-instruction .col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

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

.vitapay-instruction .col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.vitapay-instruction .col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

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

.vitapay-instruction .order-first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.vitapay-instruction .order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}

.vitapay-instruction .order-0 {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}

.vitapay-instruction .order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.vitapay-instruction .order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.vitapay-instruction .order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.vitapay-instruction .order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.vitapay-instruction .order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.vitapay-instruction .order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.vitapay-instruction .order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.vitapay-instruction .order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.vitapay-instruction .order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.vitapay-instruction .order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.vitapay-instruction .order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

.vitapay-instruction .order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

.vitapay-instruction .offset-1 {
  margin-left: 8.33333%;
}

.vitapay-instruction .offset-2 {
  margin-left: 16.66667%;
}

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

.vitapay-instruction .offset-4 {
  margin-left: 33.33333%;
}

.vitapay-instruction .offset-5 {
  margin-left: 41.66667%;
}

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

.vitapay-instruction .offset-7 {
  margin-left: 58.33333%;
}

.vitapay-instruction .offset-8 {
  margin-left: 66.66667%;
}

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

.vitapay-instruction .offset-10 {
  margin-left: 83.33333%;
}

.vitapay-instruction .offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  .vitapay-instruction .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .vitapay-instruction .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .vitapay-instruction .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .vitapay-instruction .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .vitapay-instruction .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .vitapay-instruction .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .vitapay-instruction .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .vitapay-instruction .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .vitapay-instruction .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .vitapay-instruction .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .vitapay-instruction .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .vitapay-instruction .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .vitapay-instruction .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .vitapay-instruction .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .vitapay-instruction .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .vitapay-instruction .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .vitapay-instruction .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .vitapay-instruction .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .vitapay-instruction .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .vitapay-instruction .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .vitapay-instruction .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .vitapay-instruction .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .vitapay-instruction .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .vitapay-instruction .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .vitapay-instruction .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .vitapay-instruction .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .vitapay-instruction .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .vitapay-instruction .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .vitapay-instruction .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .vitapay-instruction .offset-sm-0 {
    margin-left: 0;
  }
  .vitapay-instruction .offset-sm-1 {
    margin-left: 8.33333%;
  }
  .vitapay-instruction .offset-sm-2 {
    margin-left: 16.66667%;
  }
  .vitapay-instruction .offset-sm-3 {
    margin-left: 25%;
  }
  .vitapay-instruction .offset-sm-4 {
    margin-left: 33.33333%;
  }
  .vitapay-instruction .offset-sm-5 {
    margin-left: 41.66667%;
  }
  .vitapay-instruction .offset-sm-6 {
    margin-left: 50%;
  }
  .vitapay-instruction .offset-sm-7 {
    margin-left: 58.33333%;
  }
  .vitapay-instruction .offset-sm-8 {
    margin-left: 66.66667%;
  }
  .vitapay-instruction .offset-sm-9 {
    margin-left: 75%;
  }
  .vitapay-instruction .offset-sm-10 {
    margin-left: 83.33333%;
  }
  .vitapay-instruction .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .vitapay-instruction .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .vitapay-instruction .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .vitapay-instruction .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .vitapay-instruction .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .vitapay-instruction .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .vitapay-instruction .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .vitapay-instruction .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .vitapay-instruction .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .vitapay-instruction .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .vitapay-instruction .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .vitapay-instruction .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .vitapay-instruction .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .vitapay-instruction .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .vitapay-instruction .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .vitapay-instruction .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .vitapay-instruction .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .vitapay-instruction .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .vitapay-instruction .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .vitapay-instruction .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .vitapay-instruction .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .vitapay-instruction .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .vitapay-instruction .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .vitapay-instruction .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .vitapay-instruction .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .vitapay-instruction .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .vitapay-instruction .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .vitapay-instruction .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .vitapay-instruction .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .vitapay-instruction .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .vitapay-instruction .offset-md-0 {
    margin-left: 0;
  }
  .vitapay-instruction .offset-md-1 {
    margin-left: 8.33333%;
  }
  .vitapay-instruction .offset-md-2 {
    margin-left: 16.66667%;
  }
  .vitapay-instruction .offset-md-3 {
    margin-left: 25%;
  }
  .vitapay-instruction .offset-md-4 {
    margin-left: 33.33333%;
  }
  .vitapay-instruction .offset-md-5 {
    margin-left: 41.66667%;
  }
  .vitapay-instruction .offset-md-6 {
    margin-left: 50%;
  }
  .vitapay-instruction .offset-md-7 {
    margin-left: 58.33333%;
  }
  .vitapay-instruction .offset-md-8 {
    margin-left: 66.66667%;
  }
  .vitapay-instruction .offset-md-9 {
    margin-left: 75%;
  }
  .vitapay-instruction .offset-md-10 {
    margin-left: 83.33333%;
  }
  .vitapay-instruction .offset-md-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 992px) {
  .vitapay-instruction .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .vitapay-instruction .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .vitapay-instruction .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .vitapay-instruction .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .vitapay-instruction .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .vitapay-instruction .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .vitapay-instruction .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .vitapay-instruction .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .vitapay-instruction .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .vitapay-instruction .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .vitapay-instruction .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .vitapay-instruction .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .vitapay-instruction .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .vitapay-instruction .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .vitapay-instruction .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .vitapay-instruction .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .vitapay-instruction .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .vitapay-instruction .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .vitapay-instruction .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .vitapay-instruction .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .vitapay-instruction .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .vitapay-instruction .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .vitapay-instruction .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .vitapay-instruction .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .vitapay-instruction .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .vitapay-instruction .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .vitapay-instruction .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .vitapay-instruction .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .vitapay-instruction .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .vitapay-instruction .offset-lg-0 {
    margin-left: 0;
  }
  .vitapay-instruction .offset-lg-1 {
    margin-left: 8.33333%;
  }
  .vitapay-instruction .offset-lg-2 {
    margin-left: 16.66667%;
  }
  .vitapay-instruction .offset-lg-3 {
    margin-left: 25%;
  }
  .vitapay-instruction .offset-lg-4 {
    margin-left: 33.33333%;
  }
  .vitapay-instruction .offset-lg-5 {
    margin-left: 41.66667%;
  }
  .vitapay-instruction .offset-lg-6 {
    margin-left: 50%;
  }
  .vitapay-instruction .offset-lg-7 {
    margin-left: 58.33333%;
  }
  .vitapay-instruction .offset-lg-8 {
    margin-left: 66.66667%;
  }
  .vitapay-instruction .offset-lg-9 {
    margin-left: 75%;
  }
  .vitapay-instruction .offset-lg-10 {
    margin-left: 83.33333%;
  }
  .vitapay-instruction .offset-lg-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 1200px) {
  .vitapay-instruction .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .vitapay-instruction .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .vitapay-instruction .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .vitapay-instruction .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .vitapay-instruction .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .vitapay-instruction .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .vitapay-instruction .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .vitapay-instruction .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .vitapay-instruction .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .vitapay-instruction .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .vitapay-instruction .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .vitapay-instruction .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .vitapay-instruction .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .vitapay-instruction .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .vitapay-instruction .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .vitapay-instruction .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .vitapay-instruction .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .vitapay-instruction .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .vitapay-instruction .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .vitapay-instruction .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .vitapay-instruction .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .vitapay-instruction .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .vitapay-instruction .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .vitapay-instruction .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .vitapay-instruction .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .vitapay-instruction .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .vitapay-instruction .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .vitapay-instruction .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .vitapay-instruction .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .vitapay-instruction .offset-xl-0 {
    margin-left: 0;
  }
  .vitapay-instruction .offset-xl-1 {
    margin-left: 8.33333%;
  }
  .vitapay-instruction .offset-xl-2 {
    margin-left: 16.66667%;
  }
  .vitapay-instruction .offset-xl-3 {
    margin-left: 25%;
  }
  .vitapay-instruction .offset-xl-4 {
    margin-left: 33.33333%;
  }
  .vitapay-instruction .offset-xl-5 {
    margin-left: 41.66667%;
  }
  .vitapay-instruction .offset-xl-6 {
    margin-left: 50%;
  }
  .vitapay-instruction .offset-xl-7 {
    margin-left: 58.33333%;
  }
  .vitapay-instruction .offset-xl-8 {
    margin-left: 66.66667%;
  }
  .vitapay-instruction .offset-xl-9 {
    margin-left: 75%;
  }
  .vitapay-instruction .offset-xl-10 {
    margin-left: 83.33333%;
  }
  .vitapay-instruction .offset-xl-11 {
    margin-left: 91.66667%;
  }
}

.vitapay-instruction .table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212121;
}

.vitapay-instruction .table td,
.vitapay-instruction .table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #e0e0e0;
}

.vitapay-instruction .table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #e0e0e0;
}

.vitapay-instruction .table tbody + tbody {
  border-top: 2px solid #e0e0e0;
}

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

.vitapay-instruction .table-bordered {
  border: 1px solid #e0e0e0;
}

.vitapay-instruction .table-bordered td,
.vitapay-instruction .table-bordered th {
  border: 1px solid #e0e0e0;
}

.vitapay-instruction .table-bordered thead td,
.vitapay-instruction .table-bordered thead th {
  border-bottom-width: 2px;
}

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

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

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

.vitapay-instruction .table-primary,
.vitapay-instruction .table-primary > td,
.vitapay-instruction .table-primary > th {
  background-color: #e8c1d7;
}

.vitapay-instruction .table-primary tbody + tbody,
.vitapay-instruction .table-primary td,
.vitapay-instruction .table-primary th,
.vitapay-instruction .table-primary thead th {
  border-color: #d58bb5;
}

.vitapay-instruction .table-hover .table-primary:hover {
  background-color: #e1aecb;
}

.vitapay-instruction .table-hover .table-primary:hover > td,
.vitapay-instruction .table-hover .table-primary:hover > th {
  background-color: #e1aecb;
}

.vitapay-instruction .table-secondary,
.vitapay-instruction .table-secondary > td,
.vitapay-instruction .table-secondary > th {
  background-color: #d8d8d8;
}

.vitapay-instruction .table-secondary tbody + tbody,
.vitapay-instruction .table-secondary td,
.vitapay-instruction .table-secondary th,
.vitapay-instruction .table-secondary thead th {
  border-color: #b7b7b7;
}

.vitapay-instruction .table-hover .table-secondary:hover {
  background-color: #cbcbcb;
}

.vitapay-instruction .table-hover .table-secondary:hover > td,
.vitapay-instruction .table-hover .table-secondary:hover > th {
  background-color: #cbcbcb;
}

.vitapay-instruction .table-success,
.vitapay-instruction .table-success > td,
.vitapay-instruction .table-success > th {
  background-color: #c3e6cb;
}

.vitapay-instruction .table-success tbody + tbody,
.vitapay-instruction .table-success td,
.vitapay-instruction .table-success th,
.vitapay-instruction .table-success thead th {
  border-color: #8fd19e;
}

.vitapay-instruction .table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.vitapay-instruction .table-hover .table-success:hover > td,
.vitapay-instruction .table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.vitapay-instruction .table-info,
.vitapay-instruction .table-info > td,
.vitapay-instruction .table-info > th {
  background-color: #b8d4f1;
}

.vitapay-instruction .table-info tbody + tbody,
.vitapay-instruction .table-info td,
.vitapay-instruction .table-info th,
.vitapay-instruction .table-info thead th {
  border-color: #7aafe4;
}

.vitapay-instruction .table-hover .table-info:hover {
  background-color: #a3c7ed;
}

.vitapay-instruction .table-hover .table-info:hover > td,
.vitapay-instruction .table-hover .table-info:hover > th {
  background-color: #a3c7ed;
}

.vitapay-instruction .table-warning,
.vitapay-instruction .table-warning > td,
.vitapay-instruction .table-warning > th {
  background-color: #fff1b8;
}

.vitapay-instruction .table-warning tbody + tbody,
.vitapay-instruction .table-warning td,
.vitapay-instruction .table-warning th,
.vitapay-instruction .table-warning thead th {
  border-color: #ffe57a;
}

.vitapay-instruction .table-hover .table-warning:hover {
  background-color: #ffec9f;
}

.vitapay-instruction .table-hover .table-warning:hover > td,
.vitapay-instruction .table-hover .table-warning:hover > th {
  background-color: #ffec9f;
}

.vitapay-instruction .table-danger,
.vitapay-instruction .table-danger > td,
.vitapay-instruction .table-danger > th {
  background-color: #ffcfcf;
}

.vitapay-instruction .table-danger tbody + tbody,
.vitapay-instruction .table-danger td,
.vitapay-instruction .table-danger th,
.vitapay-instruction .table-danger thead th {
  border-color: #ffa7a7;
}

.vitapay-instruction .table-hover .table-danger:hover {
  background-color: #ffb6b6;
}

.vitapay-instruction .table-hover .table-danger:hover > td,
.vitapay-instruction .table-hover .table-danger:hover > th {
  background-color: #ffb6b6;
}

.vitapay-instruction .table-light,
.vitapay-instruction .table-light > td,
.vitapay-instruction .table-light > th {
  background-color: #fcfcfc;
}

.vitapay-instruction .table-light tbody + tbody,
.vitapay-instruction .table-light td,
.vitapay-instruction .table-light th,
.vitapay-instruction .table-light thead th {
  border-color: #fafafa;
}

.vitapay-instruction .table-hover .table-light:hover {
  background-color: #efefef;
}

.vitapay-instruction .table-hover .table-light:hover > td,
.vitapay-instruction .table-hover .table-light:hover > th {
  background-color: #efefef;
}

.vitapay-instruction .table-dark,
.vitapay-instruction .table-dark > td,
.vitapay-instruction .table-dark > th {
  background-color: #cacaca;
}

.vitapay-instruction .table-dark tbody + tbody,
.vitapay-instruction .table-dark td,
.vitapay-instruction .table-dark th,
.vitapay-instruction .table-dark thead th {
  border-color: #9d9d9d;
}

.vitapay-instruction .table-hover .table-dark:hover {
  background-color: #bdbdbd;
}

.vitapay-instruction .table-hover .table-dark:hover > td,
.vitapay-instruction .table-hover .table-dark:hover > th {
  background-color: #bdbdbd;
}

.vitapay-instruction .table-primary-2,
.vitapay-instruction .table-primary-2 > td,
.vitapay-instruction .table-primary-2 > th {
  background-color: #e6b8d4;
}

.vitapay-instruction .table-primary-2 tbody + tbody,
.vitapay-instruction .table-primary-2 td,
.vitapay-instruction .table-primary-2 th,
.vitapay-instruction .table-primary-2 thead th {
  border-color: #d07aae;
}

.vitapay-instruction .table-hover .table-primary-2:hover {
  background-color: #dfa5c9;
}

.vitapay-instruction .table-hover .table-primary-2:hover > td,
.vitapay-instruction .table-hover .table-primary-2:hover > th {
  background-color: #dfa5c9;
}

.vitapay-instruction .table-primary-3,
.vitapay-instruction .table-primary-3 > td,
.vitapay-instruction .table-primary-3 > th {
  background-color: #f9c0d9;
}

.vitapay-instruction .table-primary-3 tbody + tbody,
.vitapay-instruction .table-primary-3 td,
.vitapay-instruction .table-primary-3 th,
.vitapay-instruction .table-primary-3 thead th {
  border-color: #f38bb8;
}

.vitapay-instruction .table-hover .table-primary-3:hover {
  background-color: #f7a9cb;
}

.vitapay-instruction .table-hover .table-primary-3:hover > td,
.vitapay-instruction .table-hover .table-primary-3:hover > th {
  background-color: #f7a9cb;
}

.vitapay-instruction .table-blue,
.vitapay-instruction .table-blue > td,
.vitapay-instruction .table-blue > th {
  background-color: #b8d4f1;
}

.vitapay-instruction .table-blue tbody + tbody,
.vitapay-instruction .table-blue td,
.vitapay-instruction .table-blue th,
.vitapay-instruction .table-blue thead th {
  border-color: #7aafe4;
}

.vitapay-instruction .table-hover .table-blue:hover {
  background-color: #a3c7ed;
}

.vitapay-instruction .table-hover .table-blue:hover > td,
.vitapay-instruction .table-hover .table-blue:hover > th {
  background-color: #a3c7ed;
}

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

.vitapay-instruction .table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

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

.vitapay-instruction .table .thead-dark th {
  color: #fff;
  background-color: #424242;
  border-color: #555;
}

.vitapay-instruction .table .thead-light th {
  color: #616161;
  background-color: #eee;
  border-color: #e0e0e0;
}

.vitapay-instruction .table-dark {
  color: #fff;
  background-color: #424242;
}

.vitapay-instruction .table-dark td,
.vitapay-instruction .table-dark th,
.vitapay-instruction .table-dark thead th {
  border-color: #555;
}

.vitapay-instruction .table-dark.table-bordered {
  border: 0;
}

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

.vitapay-instruction .table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

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

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

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

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

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

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

.vitapay-instruction .form-control,
.vitapay-instruction .select2-container .select2-selection--single {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #616161;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #bdbdbd;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out,
 -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,
 -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
 -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .vitapay-instruction .form-control,
  .vitapay-instruction .select2-container .select2-selection--single {
    -webkit-transition: none;
    transition: none;
  }
}

.vitapay-instruction .form-control::-ms-expand,
.vitapay-instruction .select2-container .select2-selection--single::-ms-expand {
  background-color: transparent;
  border: 0;
}

.vitapay-instruction .form-control:focus,
.vitapay-instruction .select2-container .select2-selection--single:focus {
  color: #616161;
  background-color: #fff;
  border-color: #e46aae;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(174, 32, 112, 0.25);
  box-shadow: 0 0 0 0 rgba(174, 32, 112, 0.25);
}

.vitapay-instruction .form-control::-webkit-input-placeholder,
.vitapay-instruction .select2-container .select2-selection--single::-webkit-input-placeholder {
  color: #9e9e9e;
  opacity: 1;
}

.vitapay-instruction .form-control::-ms-input-placeholder,
.vitapay-instruction .select2-container .select2-selection--single::-ms-input-placeholder {
  color: #9e9e9e;
  opacity: 1;
}

.vitapay-instruction .form-control::placeholder,
.vitapay-instruction .select2-container .select2-selection--single::placeholder {
  color: #9e9e9e;
  opacity: 1;
}

.vitapay-instruction .form-control:disabled,
.vitapay-instruction .form-control[readonly],
.vitapay-instruction .select2-container .select2-selection--single:disabled,
.vitapay-instruction .select2-container .select2-selection--single[readonly] {
  background-color: #eee;
  opacity: 1;
}

.vitapay-instruction .select2-container select.select2-selection--single:focus::-ms-value,
.vitapay-instruction select.form-control:focus::-ms-value {
  color: #616161;
  background-color: #fff;
}

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

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

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

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

.vitapay-instruction .form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212121;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.vitapay-instruction .form-control-plaintext.form-control-lg,
.vitapay-instruction .form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0;
}

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

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

.vitapay-instruction .select2-container select.select2-selection--single[multiple],
.vitapay-instruction .select2-container select.select2-selection--single[size],
.vitapay-instruction select.form-control[multiple],
.vitapay-instruction select.form-control[size] {
  height: auto;
}

.vitapay-instruction .select2-container textarea.select2-selection--single,
.vitapay-instruction textarea.form-control {
  height: auto;
}

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

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

.vitapay-instruction .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

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

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

.vitapay-instruction .form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.vitapay-instruction .form-check-input:disabled ~ .form-check-label {
  color: #757575;
}

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

.vitapay-instruction .form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.vitapay-instruction .form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.vitapay-instruction .valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.85714rem;
  color: #28a745;
}

.vitapay-instruction .valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

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

.vitapay-instruction .form-control.is-valid:focus,
.vitapay-instruction .select2-container .is-valid.select2-selection--single:focus,
.vitapay-instruction .select2-container .was-validated .select2-selection--single:valid:focus,
.vitapay-instruction .was-validated .form-control:valid:focus,
.vitapay-instruction .was-validated .select2-container .select2-selection--single:valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.25);
  box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.25);
}

.vitapay-instruction .form-control.is-valid ~ .valid-feedback,
.vitapay-instruction .form-control.is-valid ~ .valid-tooltip,
.vitapay-instruction .select2-container .is-valid.select2-selection--single ~ .valid-feedback,
.vitapay-instruction .select2-container .is-valid.select2-selection--single ~ .valid-tooltip,
.vitapay-instruction .select2-container
.was-validated
.select2-selection--single:valid
~ .valid-feedback,
.vitapay-instruction .select2-container
.was-validated
.select2-selection--single:valid
~ .valid-tooltip,
.vitapay-instruction .was-validated .form-control:valid ~ .valid-feedback,
.vitapay-instruction .was-validated .form-control:valid ~ .valid-tooltip,
.vitapay-instruction .was-validated
.select2-container
.select2-selection--single:valid
~ .valid-feedback,
.vitapay-instruction .was-validated
.select2-container
.select2-selection--single:valid
~ .valid-tooltip {
  display: block;
}

.vitapay-instruction .select2-container .was-validated textarea.select2-selection--single:valid,
.vitapay-instruction .select2-container textarea.is-valid.select2-selection--single,
.vitapay-instruction .was-validated .select2-container textarea.select2-selection--single:valid,
.vitapay-instruction .was-validated textarea.form-control:valid,
.vitapay-instruction textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

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

.vitapay-instruction .custom-select.is-valid:focus,
.vitapay-instruction .was-validated .custom-select:valid:focus {
  border-color: #28a745;
  -webkit-box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.25);
  box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.25);
}

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

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

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

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

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

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

.vitapay-instruction .custom-control-input.is-valid ~ .valid-feedback,
.vitapay-instruction .custom-control-input.is-valid ~ .valid-tooltip,
.vitapay-instruction .was-validated .custom-control-input:valid ~ .valid-feedback,
.vitapay-instruction .was-validated .custom-control-input:valid ~ .valid-tooltip {
  display: block;
}

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

.vitapay-instruction .custom-control-input.is-valid:focus ~ .custom-control-label::before,
.vitapay-instruction .was-validated
.custom-control-input:valid:focus
~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.25);
  box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.25);
}

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

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

.vitapay-instruction .custom-file-input.is-valid ~ .valid-feedback,
.vitapay-instruction .custom-file-input.is-valid ~ .valid-tooltip,
.vitapay-instruction .was-validated .custom-file-input:valid ~ .valid-feedback,
.vitapay-instruction .was-validated .custom-file-input:valid ~ .valid-tooltip {
  display: block;
}

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

.vitapay-instruction .invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.85714rem;
  color: #f55;
}

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

.vitapay-instruction .form-control.is-invalid,
.vitapay-instruction .select2-container .is-invalid.select2-selection--single,
.vitapay-instruction .select2-container .was-validated .select2-selection--single:invalid,
.vitapay-instruction .was-validated .form-control:invalid,
.vitapay-instruction .was-validated .select2-container .select2-selection--single:invalid {
  border-color: #f55;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff5555' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23ff5555' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.vitapay-instruction .form-control.is-invalid:focus,
.vitapay-instruction .select2-container .is-invalid.select2-selection--single:focus,
.vitapay-instruction .select2-container .was-validated .select2-selection--single:invalid:focus,
.vitapay-instruction .was-validated .form-control:invalid:focus,
.vitapay-instruction .was-validated .select2-container .select2-selection--single:invalid:focus {
  border-color: #f55;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 85, 85, 0.25);
  box-shadow: 0 0 0 0 rgba(255, 85, 85, 0.25);
}

.vitapay-instruction .form-control.is-invalid ~ .invalid-feedback,
.vitapay-instruction .form-control.is-invalid ~ .invalid-tooltip,
.vitapay-instruction .select2-container .is-invalid.select2-selection--single ~ .invalid-feedback,
.vitapay-instruction .select2-container .is-invalid.select2-selection--single ~ .invalid-tooltip,
.vitapay-instruction .select2-container
.was-validated
.select2-selection--single:invalid
~ .invalid-feedback,
.vitapay-instruction .select2-container
.was-validated
.select2-selection--single:invalid
~ .invalid-tooltip,
.vitapay-instruction .was-validated .form-control:invalid ~ .invalid-feedback,
.vitapay-instruction .was-validated .form-control:invalid ~ .invalid-tooltip,
.vitapay-instruction .was-validated
.select2-container
.select2-selection--single:invalid
~ .invalid-feedback,
.vitapay-instruction .was-validated
.select2-container
.select2-selection--single:invalid
~ .invalid-tooltip {
  display: block;
}

.vitapay-instruction .select2-container .was-validated textarea.select2-selection--single:invalid,
.vitapay-instruction .select2-container textarea.is-invalid.select2-selection--single,
.vitapay-instruction .was-validated .select2-container textarea.select2-selection--single:invalid,
.vitapay-instruction .was-validated textarea.form-control:invalid,
.vitapay-instruction textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.vitapay-instruction .custom-select.is-invalid,
.vitapay-instruction .was-validated .custom-select:invalid {
  border-color: #f55;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23424242' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ff5555' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23ff5555' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.vitapay-instruction .custom-select.is-invalid:focus,
.vitapay-instruction .was-validated .custom-select:invalid:focus {
  border-color: #f55;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 85, 85, 0.25);
  box-shadow: 0 0 0 0 rgba(255, 85, 85, 0.25);
}

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

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

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

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

.vitapay-instruction .custom-control-input.is-invalid ~ .custom-control-label,
.vitapay-instruction .was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #f55;
}

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

.vitapay-instruction .custom-control-input.is-invalid ~ .invalid-feedback,
.vitapay-instruction .custom-control-input.is-invalid ~ .invalid-tooltip,
.vitapay-instruction .was-validated .custom-control-input:invalid ~ .invalid-feedback,
.vitapay-instruction .was-validated .custom-control-input:invalid ~ .invalid-tooltip {
  display: block;
}

.vitapay-instruction .custom-control-input.is-invalid:checked ~ .custom-control-label::before,
.vitapay-instruction .was-validated
.custom-control-input:invalid:checked
~ .custom-control-label::before {
  border-color: #f88;
  background-color: #f88;
}

.vitapay-instruction .custom-control-input.is-invalid:focus ~ .custom-control-label::before,
.vitapay-instruction .was-validated
.custom-control-input:invalid:focus
~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0 rgba(255, 85, 85, 0.25);
  box-shadow: 0 0 0 0 rgba(255, 85, 85, 0.25);
}

.vitapay-instruction .custom-control-input.is-invalid:focus:not(:checked)
~ .custom-control-label::before,
.vitapay-instruction .was-validated
.custom-control-input:invalid:focus:not(:checked)
~ .custom-control-label::before {
  border-color: #f55;
}

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

.vitapay-instruction .custom-file-input.is-invalid ~ .invalid-feedback,
.vitapay-instruction .custom-file-input.is-invalid ~ .invalid-tooltip,
.vitapay-instruction .was-validated .custom-file-input:invalid ~ .invalid-feedback,
.vitapay-instruction .was-validated .custom-file-input:invalid ~ .invalid-tooltip {
  display: block;
}

.vitapay-instruction .custom-file-input.is-invalid:focus ~ .custom-file-label,
.vitapay-instruction .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  border-color: #f55;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 85, 85, 0.25);
  box-shadow: 0 0 0 0 rgba(255, 85, 85, 0.25);
}

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

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

@media (min-width: 576px) {
  .vitapay-instruction .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .vitapay-instruction .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }
  .vitapay-instruction .form-inline .form-control,
  .vitapay-instruction .form-inline .select2-container .select2-selection--single,
  .vitapay-instruction .select2-container .form-inline .select2-selection--single {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .vitapay-instruction .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .vitapay-instruction .form-inline .custom-select,
  .vitapay-instruction .form-inline .input-group {
    width: auto;
  }
  .vitapay-instruction .form-inline .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .vitapay-instruction .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .vitapay-instruction .form-inline .custom-control {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .vitapay-instruction .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.vitapay-instruction .btn {
  display: inline-block;
  font-weight: 400;
  color: #212121;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 20px;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 20px;
  -webkit-transition: color 0.15s ease-in-out,
 background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
 -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
 border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
 border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
 border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
 -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .vitapay-instruction .btn {
    -webkit-transition: none;
    transition: none;
  }
}

.vitapay-instruction .btn:hover {
  color: #212121;
  text-decoration: none;
}

.vitapay-instruction .btn.focus,
.vitapay-instruction .btn:focus {
  outline: 0;
  -webkit-box-shadow: 0;
  box-shadow: 0;
}

.vitapay-instruction .btn.disabled,
.vitapay-instruction .btn:disabled {
  opacity: 0.65;
}

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

.vitapay-instruction .btn-primary,
.vitapay-instruction .modal__fullscreen .modal-footer .btn-primary-2,
.vitapay-instruction .navbar-container .btn {
  color: #fff;
  background-color: #2C6D13;
  border-color: #2C6D13;
}

.vitapay-instruction .btn-primary:hover,
.vitapay-instruction .modal__fullscreen .modal-footer .btn-primary-2:hover,
.vitapay-instruction .navbar-container .btn:hover {
  color: #fff;
  background-color: #2C6D13;
  border-color: #2C6D13;
}

.vitapay-instruction .btn-primary.focus,
.vitapay-instruction .btn-primary:focus,
.vitapay-instruction .modal__fullscreen .modal-footer .btn-primary-2:focus,
.vitapay-instruction .modal__fullscreen .modal-footer .focus.btn-primary-2,
.vitapay-instruction .navbar-container .btn:focus,
.vitapay-instruction .navbar-container .focus.btn {
  -webkit-box-shadow: 0 0 0 0 rgba(186, 65, 133, 0.5);
  box-shadow: 0 0 0 0 rgba(186, 65, 133, 0.5);
}

.vitapay-instruction .btn-primary.disabled,
.vitapay-instruction .btn-primary:disabled,
.vitapay-instruction .modal__fullscreen .modal-footer .btn-primary-2:disabled,
.vitapay-instruction .modal__fullscreen .modal-footer .disabled.btn-primary-2,
.vitapay-instruction .navbar-container .btn:disabled,
.vitapay-instruction .navbar-container .disabled.btn {
  color: #fff;
  background-color: #2C6D13;
  border-color: #2C6D13;
}

.vitapay-instruction .btn-primary:not(:disabled):not(.disabled).active,
.vitapay-instruction .btn-primary:not(:disabled):not(.disabled):active,
.vitapay-instruction .modal__fullscreen
.modal-footer
.btn-primary-2:not(:disabled):not(.disabled).active,
.vitapay-instruction .modal__fullscreen
.modal-footer
.btn-primary-2:not(:disabled):not(.disabled):active,
.vitapay-instruction .modal__fullscreen .modal-footer .show > .dropdown-toggle.btn-primary-2,
.vitapay-instruction .navbar-container .btn:not(:disabled):not(.disabled).active,
.vitapay-instruction .navbar-container .btn:not(:disabled):not(.disabled):active,
.vitapay-instruction .navbar-container .show > .dropdown-toggle.btn,
.vitapay-instruction .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #2C6D13;
  border-color: #2C6D13;
}

.vitapay-instruction .btn-primary:not(:disabled):not(.disabled).active:focus,
.vitapay-instruction .btn-primary:not(:disabled):not(.disabled):active:focus,
.vitapay-instruction .modal__fullscreen
.modal-footer
.btn-primary-2:not(:disabled):not(.disabled).active:focus,
.vitapay-instruction .modal__fullscreen
.modal-footer
.btn-primary-2:not(:disabled):not(.disabled):active:focus,
.vitapay-instruction .modal__fullscreen .modal-footer .show > .dropdown-toggle.btn-primary-2:focus,
.vitapay-instruction .navbar-container .btn:not(:disabled):not(.disabled).active:focus,
.vitapay-instruction .navbar-container .btn:not(:disabled):not(.disabled):active:focus,
.vitapay-instruction .navbar-container .show > .dropdown-toggle.btn:focus,
.vitapay-instruction .show > .btn-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(186, 65, 133, 0.5);
  box-shadow: 0 0 0 0 rgba(186, 65, 133, 0.5);
}

.vitapay-instruction .btn-secondary {
  color: #fff;
  background-color: #757575;
  border-color: #757575;
}

.vitapay-instruction .btn-secondary:hover {
  color: #fff;
  background-color: #626262;
  border-color: #5c5c5c;
}

.vitapay-instruction .btn-secondary.focus,
.vitapay-instruction .btn-secondary:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(138, 138, 138, 0.5);
  box-shadow: 0 0 0 0 rgba(138, 138, 138, 0.5);
}

.vitapay-instruction .btn-secondary.disabled,
.vitapay-instruction .btn-secondary:disabled {
  color: #fff;
  background-color: #757575;
  border-color: #757575;
}

.vitapay-instruction .btn-secondary:not(:disabled):not(.disabled).active,
.vitapay-instruction .btn-secondary:not(:disabled):not(.disabled):active,
.vitapay-instruction .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #5c5c5c;
  border-color: #555;
}

.vitapay-instruction .btn-secondary:not(:disabled):not(.disabled).active:focus,
.vitapay-instruction .btn-secondary:not(:disabled):not(.disabled):active:focus,
.vitapay-instruction .show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(138, 138, 138, 0.5);
  box-shadow: 0 0 0 0 rgba(138, 138, 138, 0.5);
}

.vitapay-instruction .btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.vitapay-instruction .btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.vitapay-instruction .btn-success.focus,
.vitapay-instruction .btn-success:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(72, 180, 97, 0.5);
  box-shadow: 0 0 0 0 rgba(72, 180, 97, 0.5);
}

.vitapay-instruction .btn-success.disabled,
.vitapay-instruction .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

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

.vitapay-instruction .btn-success:not(:disabled):not(.disabled).active:focus,
.vitapay-instruction .btn-success:not(:disabled):not(.disabled):active:focus,
.vitapay-instruction .show > .btn-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(72, 180, 97, 0.5);
  box-shadow: 0 0 0 0 rgba(72, 180, 97, 0.5);
}

.vitapay-instruction .btn-info {
  color: #fff;
  background-color: #0BA269;
  border-color: #0BA269;
}

.vitapay-instruction .btn-info:hover {
  color: #fff;
  background-color: #0053a6;
  border-color: #004d99;
}

.vitapay-instruction .btn-info.focus,
.vitapay-instruction .btn-info:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(38, 125, 212, 0.5);
  box-shadow: 0 0 0 0 rgba(38, 125, 212, 0.5);
}

.vitapay-instruction .btn-info.disabled,
.vitapay-instruction .btn-info:disabled {
  color: #fff;
  background-color: #0BA269;
  border-color: #0BA269;
}

.vitapay-instruction .btn-info:not(:disabled):not(.disabled).active,
.vitapay-instruction .btn-info:not(:disabled):not(.disabled):active,
.vitapay-instruction .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #004d99;
  border-color: #00468c;
}

.vitapay-instruction .btn-info:not(:disabled):not(.disabled).active:focus,
.vitapay-instruction .btn-info:not(:disabled):not(.disabled):active:focus,
.vitapay-instruction .show > .btn-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(38, 125, 212, 0.5);
  box-shadow: 0 0 0 0 rgba(38, 125, 212, 0.5);
}

.vitapay-instruction .btn-warning {
  color: #212121;
  background-color: #ffcd00;
  border-color: #ffcd00;
}

.vitapay-instruction .btn-warning:hover {
  color: #212121;
  background-color: #d9ae00;
  border-color: #cca400;
}

.vitapay-instruction .btn-warning.focus,
.vitapay-instruction .btn-warning:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(222, 179, 5, 0.5);
  box-shadow: 0 0 0 0 rgba(222, 179, 5, 0.5);
}

.vitapay-instruction .btn-warning.disabled,
.vitapay-instruction .btn-warning:disabled {
  color: #212121;
  background-color: #ffcd00;
  border-color: #ffcd00;
}

.vitapay-instruction .btn-warning:not(:disabled):not(.disabled).active,
.vitapay-instruction .btn-warning:not(:disabled):not(.disabled):active,
.vitapay-instruction .show > .btn-warning.dropdown-toggle {
  color: #212121;
  background-color: #cca400;
  border-color: #bf9a00;
}

.vitapay-instruction .btn-warning:not(:disabled):not(.disabled).active:focus,
.vitapay-instruction .btn-warning:not(:disabled):not(.disabled):active:focus,
.vitapay-instruction .show > .btn-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(222, 179, 5, 0.5);
  box-shadow: 0 0 0 0 rgba(222, 179, 5, 0.5);
}

.vitapay-instruction .btn-danger {
  color: #fff;
  background-color: #f55;
  border-color: #f55;
}

.vitapay-instruction .btn-danger:hover {
  color: #fff;
  background-color: #ff2f2f;
  border-color: #f22;
}

.vitapay-instruction .btn-danger.focus,
.vitapay-instruction .btn-danger:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(255, 111, 111, 0.5);
  box-shadow: 0 0 0 0 rgba(255, 111, 111, 0.5);
}

.vitapay-instruction .btn-danger.disabled,
.vitapay-instruction .btn-danger:disabled {
  color: #fff;
  background-color: #f55;
  border-color: #f55;
}

.vitapay-instruction .btn-danger:not(:disabled):not(.disabled).active,
.vitapay-instruction .btn-danger:not(:disabled):not(.disabled):active,
.vitapay-instruction .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #f22;
  border-color: #ff1515;
}

.vitapay-instruction .btn-danger:not(:disabled):not(.disabled).active:focus,
.vitapay-instruction .btn-danger:not(:disabled):not(.disabled):active:focus,
.vitapay-instruction .show > .btn-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(255, 111, 111, 0.5);
  box-shadow: 0 0 0 0 rgba(255, 111, 111, 0.5);
}

.vitapay-instruction .btn-light {
  color: #212121;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}

.vitapay-instruction .btn-light:hover {
  color: #212121;
  background-color: #e2e2e2;
  border-color: #dcdcdc;
}

.vitapay-instruction .btn-light.focus,
.vitapay-instruction .btn-light:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(213, 213, 213, 0.5);
  box-shadow: 0 0 0 0 rgba(213, 213, 213, 0.5);
}

.vitapay-instruction .btn-light.disabled,
.vitapay-instruction .btn-light:disabled {
  color: #212121;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}

.vitapay-instruction .btn-light:not(:disabled):not(.disabled).active,
.vitapay-instruction .btn-light:not(:disabled):not(.disabled):active,
.vitapay-instruction .show > .btn-light.dropdown-toggle {
  color: #212121;
  background-color: #dcdcdc;
  border-color: #d5d5d5;
}

.vitapay-instruction .btn-light:not(:disabled):not(.disabled).active:focus,
.vitapay-instruction .btn-light:not(:disabled):not(.disabled):active:focus,
.vitapay-instruction .show > .btn-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(213, 213, 213, 0.5);
  box-shadow: 0 0 0 0 rgba(213, 213, 213, 0.5);
}

.vitapay-instruction .btn-dark {
  color: #fff;
  background-color: #424242;
  border-color: #424242;
}

.vitapay-instruction .btn-dark:hover {
  color: #fff;
  background-color: #2f2f2f;
  border-color: #292929;
}

.vitapay-instruction .btn-dark.focus,
.vitapay-instruction .btn-dark:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(94, 94, 94, 0.5);
  box-shadow: 0 0 0 0 rgba(94, 94, 94, 0.5);
}

.vitapay-instruction .btn-dark.disabled,
.vitapay-instruction .btn-dark:disabled {
  color: #fff;
  background-color: #424242;
  border-color: #424242;
}

.vitapay-instruction .btn-dark:not(:disabled):not(.disabled).active,
.vitapay-instruction .btn-dark:not(:disabled):not(.disabled):active,
.vitapay-instruction .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #292929;
  border-color: #222;
}

.vitapay-instruction .btn-dark:not(:disabled):not(.disabled).active:focus,
.vitapay-instruction .btn-dark:not(:disabled):not(.disabled):active:focus,
.vitapay-instruction .show > .btn-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(94, 94, 94, 0.5);
  box-shadow: 0 0 0 0 rgba(94, 94, 94, 0.5);
}

.vitapay-instruction .btn-primary-2 {
  color: #fff;
  background-color: #a50064;
  border-color: #a50064;
}

.vitapay-instruction .btn-primary-2:hover {
  color: #fff;
  background-color: #7f004d;
  border-color: #720045;
}

.vitapay-instruction .btn-primary-2.focus,
.vitapay-instruction .btn-primary-2:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(179, 38, 123, 0.5);
  box-shadow: 0 0 0 0 rgba(179, 38, 123, 0.5);
}

.vitapay-instruction .btn-primary-2.disabled,
.vitapay-instruction .btn-primary-2:disabled {
  color: #fff;
  background-color: #a50064;
  border-color: #a50064;
}

.vitapay-instruction .btn-primary-2:not(:disabled):not(.disabled).active,
.vitapay-instruction .btn-primary-2:not(:disabled):not(.disabled):active,
.vitapay-instruction .show > .btn-primary-2.dropdown-toggle {
  color: #fff;
  background-color: #720045;
  border-color: #65003d;
}

.vitapay-instruction .btn-primary-2:not(:disabled):not(.disabled).active:focus,
.vitapay-instruction .btn-primary-2:not(:disabled):not(.disabled):active:focus,
.vitapay-instruction .show > .btn-primary-2.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(179, 38, 123, 0.5);
  box-shadow: 0 0 0 0 rgba(179, 38, 123, 0.5);
}

.vitapay-instruction .btn-primary-3 {
  color: #fff;
  background-color: #e81f76;
  border-color: #e81f76;
}

.vitapay-instruction .btn-primary-3:hover {
  color: #fff;
  background-color: #cc1564;
  border-color: #c0145e;
}

.vitapay-instruction .btn-primary-3.focus,
.vitapay-instruction .btn-primary-3:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(235, 65, 139, 0.5);
  box-shadow: 0 0 0 0 rgba(235, 65, 139, 0.5);
}

.vitapay-instruction .btn-primary-3.disabled,
.vitapay-instruction .btn-primary-3:disabled {
  color: #fff;
  background-color: #e81f76;
  border-color: #e81f76;
}

.vitapay-instruction .btn-primary-3:not(:disabled):not(.disabled).active,
.vitapay-instruction .btn-primary-3:not(:disabled):not(.disabled):active,
.vitapay-instruction .show > .btn-primary-3.dropdown-toggle {
  color: #fff;
  background-color: #c0145e;
  border-color: #b51359;
}

.vitapay-instruction .btn-primary-3:not(:disabled):not(.disabled).active:focus,
.vitapay-instruction .btn-primary-3:not(:disabled):not(.disabled):active:focus,
.vitapay-instruction .show > .btn-primary-3.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(235, 65, 139, 0.5);
  box-shadow: 0 0 0 0 rgba(235, 65, 139, 0.5);
}

.vitapay-instruction .btn-blue {
  color: #fff;
  background-color: #0BA269;
  border-color: #0BA269;
}

.vitapay-instruction .btn-blue:hover {
  color: #fff;
  background-color: #0053a6;
  border-color: #004d99;
}

.vitapay-instruction .btn-blue.focus,
.vitapay-instruction .btn-blue:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(38, 125, 212, 0.5);
  box-shadow: 0 0 0 0 rgba(38, 125, 212, 0.5);
}

.vitapay-instruction .btn-blue.disabled,
.vitapay-instruction .btn-blue:disabled {
  color: #fff;
  background-color: #0BA269;
  border-color: #0BA269;
}

.vitapay-instruction .btn-blue:not(:disabled):not(.disabled).active,
.vitapay-instruction .btn-blue:not(:disabled):not(.disabled):active,
.vitapay-instruction .show > .btn-blue.dropdown-toggle {
  color: #fff;
  background-color: #004d99;
  border-color: #00468c;
}

.vitapay-instruction .btn-blue:not(:disabled):not(.disabled).active:focus,
.vitapay-instruction .btn-blue:not(:disabled):not(.disabled):active:focus,
.vitapay-instruction .show > .btn-blue.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(38, 125, 212, 0.5);
  box-shadow: 0 0 0 0 rgba(38, 125, 212, 0.5);
}

.vitapay-instruction .btn-outline-primary {
  color: #2C6D13;
  border-color: #2C6D13;
}

.vitapay-instruction .btn-outline-primary:hover {
  color: #fff;
  background-color: #2C6D13;
  border-color: #2C6D13;
}

.vitapay-instruction .btn-outline-primary.focus,
.vitapay-instruction .btn-outline-primary:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(174, 32, 112, 0.5);
  box-shadow: 0 0 0 0 rgba(174, 32, 112, 0.5);
}

.vitapay-instruction .btn-outline-primary.disabled,
.vitapay-instruction .btn-outline-primary:disabled {
  color: #2C6D13;
  background-color: transparent;
}

.vitapay-instruction .btn-outline-primary:not(:disabled):not(.disabled).active,
.vitapay-instruction .btn-outline-primary:not(:disabled):not(.disabled):active,
.vitapay-instruction .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #2C6D13;
  border-color: #2C6D13;
}

.vitapay-instruction .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.vitapay-instruction .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.vitapay-instruction .show > .btn-outline-primary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(174, 32, 112, 0.5);
  box-shadow: 0 0 0 0 rgba(174, 32, 112, 0.5);
}

.vitapay-instruction .btn-outline-secondary {
  color: #757575;
  border-color: #757575;
}

.vitapay-instruction .btn-outline-secondary:hover {
  color: #fff;
  background-color: #757575;
  border-color: #757575;
}

.vitapay-instruction .btn-outline-secondary.focus,
.vitapay-instruction .btn-outline-secondary:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(117, 117, 117, 0.5);
  box-shadow: 0 0 0 0 rgba(117, 117, 117, 0.5);
}

.vitapay-instruction .btn-outline-secondary.disabled,
.vitapay-instruction .btn-outline-secondary:disabled {
  color: #757575;
  background-color: transparent;
}

.vitapay-instruction .btn-outline-secondary:not(:disabled):not(.disabled).active,
.vitapay-instruction .btn-outline-secondary:not(:disabled):not(.disabled):active,
.vitapay-instruction .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #757575;
  border-color: #757575;
}

.vitapay-instruction .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.vitapay-instruction .btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.vitapay-instruction .show > .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(117, 117, 117, 0.5);
  box-shadow: 0 0 0 0 rgba(117, 117, 117, 0.5);
}

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

.vitapay-instruction .btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.vitapay-instruction .btn-outline-success.focus,
.vitapay-instruction .btn-outline-success:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.5);
}

.vitapay-instruction .btn-outline-success.disabled,
.vitapay-instruction .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

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

.vitapay-instruction .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.vitapay-instruction .btn-outline-success:not(:disabled):not(.disabled):active:focus,
.vitapay-instruction .show > .btn-outline-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.5);
  box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.5);
}

.vitapay-instruction .btn-outline-info {
  color: #0BA269;
  border-color: #0BA269;
}

.vitapay-instruction .btn-outline-info:hover {
  color: #fff;
  background-color: #0BA269;
  border-color: #0BA269;
}

.vitapay-instruction .btn-outline-info.focus,
.vitapay-instruction .btn-outline-info:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 102, 204, 0.5);
  box-shadow: 0 0 0 0 rgba(0, 102, 204, 0.5);
}

.vitapay-instruction .btn-outline-info.disabled,
.vitapay-instruction .btn-outline-info:disabled {
  color: #0BA269;
  background-color: transparent;
}

.vitapay-instruction .btn-outline-info:not(:disabled):not(.disabled).active,
.vitapay-instruction .btn-outline-info:not(:disabled):not(.disabled):active,
.vitapay-instruction .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #0BA269;
  border-color: #0BA269;
}

.vitapay-instruction .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.vitapay-instruction .btn-outline-info:not(:disabled):not(.disabled):active:focus,
.vitapay-instruction .show > .btn-outline-info.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 102, 204, 0.5);
  box-shadow: 0 0 0 0 rgba(0, 102, 204, 0.5);
}

.vitapay-instruction .btn-outline-warning {
  color: #ffcd00;
  border-color: #ffcd00;
}

.vitapay-instruction .btn-outline-warning:hover {
  color: #212121;
  background-color: #ffcd00;
  border-color: #ffcd00;
}

.vitapay-instruction .btn-outline-warning.focus,
.vitapay-instruction .btn-outline-warning:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(255, 205, 0, 0.5);
  box-shadow: 0 0 0 0 rgba(255, 205, 0, 0.5);
}

.vitapay-instruction .btn-outline-warning.disabled,
.vitapay-instruction .btn-outline-warning:disabled {
  color: #ffcd00;
  background-color: transparent;
}

.vitapay-instruction .btn-outline-warning:not(:disabled):not(.disabled).active,
.vitapay-instruction .btn-outline-warning:not(:disabled):not(.disabled):active,
.vitapay-instruction .show > .btn-outline-warning.dropdown-toggle {
  color: #212121;
  background-color: #ffcd00;
  border-color: #ffcd00;
}

.vitapay-instruction .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.vitapay-instruction .btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.vitapay-instruction .show > .btn-outline-warning.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(255, 205, 0, 0.5);
  box-shadow: 0 0 0 0 rgba(255, 205, 0, 0.5);
}

.vitapay-instruction .btn-outline-danger {
  color: #f55;
  border-color: #f55;
}

.vitapay-instruction .btn-outline-danger:hover {
  color: #fff;
  background-color: #f55;
  border-color: #f55;
}

.vitapay-instruction .btn-outline-danger.focus,
.vitapay-instruction .btn-outline-danger:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(255, 85, 85, 0.5);
  box-shadow: 0 0 0 0 rgba(255, 85, 85, 0.5);
}

.vitapay-instruction .btn-outline-danger.disabled,
.vitapay-instruction .btn-outline-danger:disabled {
  color: #f55;
  background-color: transparent;
}

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

.vitapay-instruction .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.vitapay-instruction .btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.vitapay-instruction .show > .btn-outline-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(255, 85, 85, 0.5);
  box-shadow: 0 0 0 0 rgba(255, 85, 85, 0.5);
}

.vitapay-instruction .btn-outline-light {
  color: #f5f5f5;
  border-color: #f5f5f5;
}

.vitapay-instruction .btn-outline-light:hover {
  color: #212121;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}

.vitapay-instruction .btn-outline-light.focus,
.vitapay-instruction .btn-outline-light:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(245, 245, 245, 0.5);
  box-shadow: 0 0 0 0 rgba(245, 245, 245, 0.5);
}

.vitapay-instruction .btn-outline-light.disabled,
.vitapay-instruction .btn-outline-light:disabled {
  color: #f5f5f5;
  background-color: transparent;
}

.vitapay-instruction .btn-outline-light:not(:disabled):not(.disabled).active,
.vitapay-instruction .btn-outline-light:not(:disabled):not(.disabled):active,
.vitapay-instruction .show > .btn-outline-light.dropdown-toggle {
  color: #212121;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}

.vitapay-instruction .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.vitapay-instruction .btn-outline-light:not(:disabled):not(.disabled):active:focus,
.vitapay-instruction .show > .btn-outline-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(245, 245, 245, 0.5);
  box-shadow: 0 0 0 0 rgba(245, 245, 245, 0.5);
}

.vitapay-instruction .btn-outline-dark {
  color: #424242;
  border-color: #424242;
}

.vitapay-instruction .btn-outline-dark:hover {
  color: #fff;
  background-color: #424242;
  border-color: #424242;
}

.vitapay-instruction .btn-outline-dark.focus,
.vitapay-instruction .btn-outline-dark:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(66, 66, 66, 0.5);
  box-shadow: 0 0 0 0 rgba(66, 66, 66, 0.5);
}

.vitapay-instruction .btn-outline-dark.disabled,
.vitapay-instruction .btn-outline-dark:disabled {
  color: #424242;
  background-color: transparent;
}

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

.vitapay-instruction .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.vitapay-instruction .btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.vitapay-instruction .show > .btn-outline-dark.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(66, 66, 66, 0.5);
  box-shadow: 0 0 0 0 rgba(66, 66, 66, 0.5);
}

.vitapay-instruction .btn-outline-primary-2 {
  color: #a50064;
  border-color: #a50064;
}

.vitapay-instruction .btn-outline-primary-2:hover {
  color: #fff;
  background-color: #a50064;
  border-color: #a50064;
}

.vitapay-instruction .btn-outline-primary-2.focus,
.vitapay-instruction .btn-outline-primary-2:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(165, 0, 100, 0.5);
  box-shadow: 0 0 0 0 rgba(165, 0, 100, 0.5);
}

.vitapay-instruction .btn-outline-primary-2.disabled,
.vitapay-instruction .btn-outline-primary-2:disabled {
  color: #a50064;
  background-color: transparent;
}

.vitapay-instruction .btn-outline-primary-2:not(:disabled):not(.disabled).active,
.vitapay-instruction .btn-outline-primary-2:not(:disabled):not(.disabled):active,
.vitapay-instruction .show > .btn-outline-primary-2.dropdown-toggle {
  color: #fff;
  background-color: #a50064;
  border-color: #a50064;
}

.vitapay-instruction .btn-outline-primary-2:not(:disabled):not(.disabled).active:focus,
.vitapay-instruction .btn-outline-primary-2:not(:disabled):not(.disabled):active:focus,
.vitapay-instruction .show > .btn-outline-primary-2.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(165, 0, 100, 0.5);
  box-shadow: 0 0 0 0 rgba(165, 0, 100, 0.5);
}

.vitapay-instruction .btn-outline-primary-3 {
  color: #e81f76;
  border-color: #e81f76;
}

.vitapay-instruction .btn-outline-primary-3:hover {
  color: #fff;
  background-color: #e81f76;
  border-color: #e81f76;
}

.vitapay-instruction .btn-outline-primary-3.focus,
.vitapay-instruction .btn-outline-primary-3:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(232, 31, 118, 0.5);
  box-shadow: 0 0 0 0 rgba(232, 31, 118, 0.5);
}

.vitapay-instruction .btn-outline-primary-3.disabled,
.vitapay-instruction .btn-outline-primary-3:disabled {
  color: #e81f76;
  background-color: transparent;
}

.vitapay-instruction .btn-outline-primary-3:not(:disabled):not(.disabled).active,
.vitapay-instruction .btn-outline-primary-3:not(:disabled):not(.disabled):active,
.vitapay-instruction .show > .btn-outline-primary-3.dropdown-toggle {
  color: #fff;
  background-color: #e81f76;
  border-color: #e81f76;
}

.vitapay-instruction .btn-outline-primary-3:not(:disabled):not(.disabled).active:focus,
.vitapay-instruction .btn-outline-primary-3:not(:disabled):not(.disabled):active:focus,
.vitapay-instruction .show > .btn-outline-primary-3.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(232, 31, 118, 0.5);
  box-shadow: 0 0 0 0 rgba(232, 31, 118, 0.5);
}

.vitapay-instruction .btn-outline-blue {
  color: #0BA269;
  border-color: #0BA269;
}

.vitapay-instruction .btn-outline-blue:hover {
  color: #fff;
  background-color: #0BA269;
  border-color: #0BA269;
}

.vitapay-instruction .btn-outline-blue.focus,
.vitapay-instruction .btn-outline-blue:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 102, 204, 0.5);
  box-shadow: 0 0 0 0 rgba(0, 102, 204, 0.5);
}

.vitapay-instruction .btn-outline-blue.disabled,
.vitapay-instruction .btn-outline-blue:disabled {
  color: #0BA269;
  background-color: transparent;
}

.vitapay-instruction .btn-outline-blue:not(:disabled):not(.disabled).active,
.vitapay-instruction .btn-outline-blue:not(:disabled):not(.disabled):active,
.vitapay-instruction .show > .btn-outline-blue.dropdown-toggle {
  color: #fff;
  background-color: #0BA269;
  border-color: #0BA269;
}

.vitapay-instruction .btn-outline-blue:not(:disabled):not(.disabled).active:focus,
.vitapay-instruction .btn-outline-blue:not(:disabled):not(.disabled):active:focus,
.vitapay-instruction .show > .btn-outline-blue.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0 rgba(0, 102, 204, 0.5);
  box-shadow: 0 0 0 0 rgba(0, 102, 204, 0.5);
}

.vitapay-instruction .btn-link {
  font-weight: 400;
  color: #2C6D13;
  text-decoration: none;
}

.vitapay-instruction .btn-link:hover {
  color: #6d1446;
  text-decoration: none;
}

.vitapay-instruction .btn-link.focus,
.vitapay-instruction .btn-link:focus {
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.vitapay-instruction .btn-link.disabled,
.vitapay-instruction .btn-link:disabled {
  color: #757575;
  pointer-events: none;
}

.vitapay-instruction .btn-group-lg > .btn,
.vitapay-instruction .btn-lg {
  padding: 0.5rem 30px;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 20px;
}

.vitapay-instruction .btn-group-sm > .btn,
.vitapay-instruction .btn-sm {
  padding: 0.25rem 20px;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 20px;
}

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

.vitapay-instruction .btn-block + .btn-block {
  margin-top: 0.5rem;
}

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

.vitapay-instruction .fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .vitapay-instruction .fade {
    -webkit-transition: none;
    transition: none;
  }
}

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

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

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

@media (prefers-reduced-motion: reduce) {
  .vitapay-instruction .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}

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

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

.vitapay-instruction .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;
}

.vitapay-instruction .dropdown-toggle:empty::after {
  margin-left: 0;
}

.vitapay-instruction .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212121;
  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;
}

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

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

@media (min-width: 576px) {
  .vitapay-instruction .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .vitapay-instruction .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

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

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

@media (min-width: 1200px) {
  .vitapay-instruction .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .vitapay-instruction .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

.vitapay-instruction .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.vitapay-instruction .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;
}

.vitapay-instruction .dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.vitapay-instruction .dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.vitapay-instruction .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;
}

.vitapay-instruction .dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.vitapay-instruction .dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.vitapay-instruction .dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.vitapay-instruction .dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.vitapay-instruction .dropleft .dropdown-toggle::after {
  display: none;
}

.vitapay-instruction .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;
}

.vitapay-instruction .dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.vitapay-instruction .dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

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

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

.vitapay-instruction .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212121;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.vitapay-instruction .dropdown-item:focus,
.vitapay-instruction .dropdown-item:hover {
  color: #141414;
  text-decoration: none;
  background-color: #f5f5f5;
}

.vitapay-instruction .dropdown-item.active,
.vitapay-instruction .dropdown-item:active {
  color: #212121;
  text-decoration: none;
  background-color: #eee;
}

.vitapay-instruction .dropdown-item.disabled,
.vitapay-instruction .dropdown-item:disabled {
  color: #757575;
  pointer-events: none;
  background-color: transparent;
}

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

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

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

.vitapay-instruction .btn-group,
.vitapay-instruction .btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.vitapay-instruction .btn-group-vertical > .btn,
.vitapay-instruction .btn-group > .btn {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.vitapay-instruction .btn-group-vertical > .btn:hover,
.vitapay-instruction .btn-group > .btn:hover {
  z-index: 1;
}

.vitapay-instruction .btn-group-vertical > .btn.active,
.vitapay-instruction .btn-group-vertical > .btn:active,
.vitapay-instruction .btn-group-vertical > .btn:focus,
.vitapay-instruction .btn-group > .btn.active,
.vitapay-instruction .btn-group > .btn:active,
.vitapay-instruction .btn-group > .btn:focus {
  z-index: 1;
}

.vitapay-instruction .btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.vitapay-instruction .btn-toolbar .input-group {
  width: auto;
}

.vitapay-instruction .btn-group > .btn-group:not(:first-child),
.vitapay-instruction .btn-group > .btn:not(:first-child) {
  margin-left: -1px;
}

.vitapay-instruction .btn-group > .btn-group:not(:last-child) > .btn,
.vitapay-instruction .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.vitapay-instruction .btn-group > .btn-group:not(:first-child) > .btn,
.vitapay-instruction .btn-group > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.vitapay-instruction .dropdown-toggle-split {
  padding-right: 15px;
  padding-left: 15px;
}

.vitapay-instruction .dropdown-toggle-split::after,
.vitapay-instruction .dropright .dropdown-toggle-split::after,
.vitapay-instruction .dropup .dropdown-toggle-split::after {
  margin-left: 0;
}

.vitapay-instruction .dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.vitapay-instruction .btn-group-sm > .btn + .dropdown-toggle-split,
.vitapay-instruction .btn-sm + .dropdown-toggle-split {
  padding-right: 15px;
  padding-left: 15px;
}

.vitapay-instruction .btn-group-lg > .btn + .dropdown-toggle-split,
.vitapay-instruction .btn-lg + .dropdown-toggle-split {
  padding-right: 22.5px;
  padding-left: 22.5px;
}

.vitapay-instruction .btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.vitapay-instruction .btn-group-vertical > .btn,
.vitapay-instruction .btn-group-vertical > .btn-group {
  width: 100%;
}

.vitapay-instruction .btn-group-vertical > .btn-group:not(:first-child),
.vitapay-instruction .btn-group-vertical > .btn:not(:first-child) {
  margin-top: -1px;
}

.vitapay-instruction .btn-group-vertical > .btn-group:not(:last-child) > .btn,
.vitapay-instruction .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.vitapay-instruction .btn-group-vertical > .btn-group:not(:first-child) > .btn,
.vitapay-instruction .btn-group-vertical > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.vitapay-instruction .btn-group-toggle > .btn,
.vitapay-instruction .btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

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

.vitapay-instruction .input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.vitapay-instruction .input-group > .custom-file,
.vitapay-instruction .input-group > .custom-select,
.vitapay-instruction .input-group > .form-control,
.vitapay-instruction .input-group > .form-control-plaintext,
.vitapay-instruction .select2-container .input-group > .select2-selection--single {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.vitapay-instruction .input-group > .custom-file + .custom-file,
.vitapay-instruction .input-group > .custom-file + .custom-select,
.vitapay-instruction .input-group > .custom-file + .form-control,
.vitapay-instruction .input-group > .custom-select + .custom-file,
.vitapay-instruction .input-group > .custom-select + .custom-select,
.vitapay-instruction .input-group > .custom-select + .form-control,
.vitapay-instruction .input-group > .form-control + .custom-file,
.vitapay-instruction .input-group > .form-control + .custom-select,
.vitapay-instruction .input-group > .form-control + .form-control,
.vitapay-instruction .input-group > .form-control-plaintext + .custom-file,
.vitapay-instruction .input-group > .form-control-plaintext + .custom-select,
.vitapay-instruction .input-group > .form-control-plaintext + .form-control,
.vitapay-instruction .select2-container .input-group > .custom-file + .select2-selection--single,
.vitapay-instruction .select2-container .input-group > .custom-select + .select2-selection--single,
.vitapay-instruction .select2-container .input-group > .form-control + .select2-selection--single,
.vitapay-instruction .select2-container
.input-group
> .form-control-plaintext
+ .select2-selection--single,
.vitapay-instruction .select2-container .input-group > .select2-selection--single + .custom-file,
.vitapay-instruction .select2-container .input-group > .select2-selection--single + .custom-select,
.vitapay-instruction .select2-container .input-group > .select2-selection--single + .form-control,
.vitapay-instruction .select2-container
.input-group
> .select2-selection--single
+ .select2-selection--single {
  margin-left: -1px;
}

.vitapay-instruction .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label,
.vitapay-instruction .input-group > .custom-select:focus,
.vitapay-instruction .input-group > .form-control:focus,
.vitapay-instruction .select2-container .input-group > .select2-selection--single:focus {
  z-index: 3;
}

.vitapay-instruction .input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.vitapay-instruction .input-group > .custom-select:not(:last-child),
.vitapay-instruction .input-group > .form-control:not(:last-child),
.vitapay-instruction .select2-container .input-group > .select2-selection--single:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.vitapay-instruction .input-group > .custom-select:not(:first-child),
.vitapay-instruction .input-group > .form-control:not(:first-child),
.vitapay-instruction .select2-container .input-group > .select2-selection--single:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.vitapay-instruction .input-group > .custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.vitapay-instruction .input-group > .custom-file:not(:last-child) .custom-file-label,
.vitapay-instruction .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.vitapay-instruction .input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.vitapay-instruction .input-group-append,
.vitapay-instruction .input-group-prepend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.vitapay-instruction .input-group-append .btn,
.vitapay-instruction .input-group-prepend .btn {
  position: relative;
  z-index: 2;
}

.vitapay-instruction .input-group-append .btn:focus,
.vitapay-instruction .input-group-prepend .btn:focus {
  z-index: 3;
}

.vitapay-instruction .input-group-append .btn + .btn,
.vitapay-instruction .input-group-append .btn + .input-group-text,
.vitapay-instruction .input-group-append .input-group-text + .btn,
.vitapay-instruction .input-group-append .input-group-text + .input-group-text,
.vitapay-instruction .input-group-prepend .btn + .btn,
.vitapay-instruction .input-group-prepend .btn + .input-group-text,
.vitapay-instruction .input-group-prepend .input-group-text + .btn,
.vitapay-instruction .input-group-prepend .input-group-text + .input-group-text {
  margin-left: -1px;
}

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

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

.vitapay-instruction .input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #616161;
  text-align: center;
  white-space: nowrap;
  background-color: #eee;
  border: 1px solid #bdbdbd;
  border-radius: 0.25rem;
}

.vitapay-instruction .input-group-text input[type="checkbox"],
.vitapay-instruction .input-group-text input[type="radio"] {
  margin-top: 0;
}

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

.vitapay-instruction .input-group-lg > .custom-select,
.vitapay-instruction .input-group-lg > .form-control,
.vitapay-instruction .input-group-lg > .input-group-append > .btn,
.vitapay-instruction .input-group-lg > .input-group-append > .input-group-text,
.vitapay-instruction .input-group-lg > .input-group-prepend > .btn,
.vitapay-instruction .input-group-lg > .input-group-prepend > .input-group-text,
.vitapay-instruction .select2-container .input-group-lg > .select2-selection--single {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

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

.vitapay-instruction .input-group-sm > .custom-select,
.vitapay-instruction .input-group-sm > .form-control,
.vitapay-instruction .input-group-sm > .input-group-append > .btn,
.vitapay-instruction .input-group-sm > .input-group-append > .input-group-text,
.vitapay-instruction .input-group-sm > .input-group-prepend > .btn,
.vitapay-instruction .input-group-sm > .input-group-prepend > .input-group-text,
.vitapay-instruction .select2-container .input-group-sm > .select2-selection--single {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

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

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

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

.vitapay-instruction .custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.vitapay-instruction .custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.vitapay-instruction .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #2C6D13;
  background-color: #2C6D13;
}

.vitapay-instruction .custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0 rgba(174, 32, 112, 0.25);
  box-shadow: 0 0 0 0 rgba(174, 32, 112, 0.25);
}

.vitapay-instruction .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #e46aae;
}

.vitapay-instruction .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #ec95c6;
  border-color: #ec95c6;
}

.vitapay-instruction .custom-control-input:disabled ~ .custom-control-label {
  color: #757575;
}

.vitapay-instruction .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #eee;
}

.vitapay-instruction .custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.vitapay-instruction .custom-control-label::before {
  position: absolute;
  top: 0.2rem;
  left: -1.6rem;
  display: block;
  width: 1.1rem;
  height: 1.1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #9e9e9e solid 1px;
}

.vitapay-instruction .custom-control-label::after {
  position: absolute;
  top: 0.2rem;
  left: -1.6rem;
  display: block;
  width: 1.1rem;
  height: 1.1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.vitapay-instruction .custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.vitapay-instruction .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' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.vitapay-instruction .custom-checkbox
.custom-control-input:indeterminate
~ .custom-control-label::before {
  border-color: #2C6D13;
  background-color: #2C6D13;
}

.vitapay-instruction .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' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.vitapay-instruction .custom-checkbox
.custom-control-input:disabled:checked
~ .custom-control-label::before {
  background-color: rgba(174, 32, 112, 0.5);
}

.vitapay-instruction .custom-checkbox
.custom-control-input:disabled:indeterminate
~ .custom-control-label::before {
  background-color: rgba(174, 32, 112, 0.5);
}

.vitapay-instruction .custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.vitapay-instruction .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' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.vitapay-instruction .custom-radio
.custom-control-input:disabled:checked
~ .custom-control-label::before {
  background-color: rgba(174, 32, 112, 0.5);
}

.vitapay-instruction .custom-switch {
  padding-left: 2.425rem;
}

.vitapay-instruction .custom-switch .custom-control-label::before {
  left: -2.425rem;
  width: 1.925rem;
  pointer-events: all;
  border-radius: 0.55rem;
}

.vitapay-instruction .custom-switch .custom-control-label::after {
  top: calc(0.2rem + 2px);
  left: calc(-2.425rem + 2px);
  width: calc(1.1rem - 4px);
  height: calc(1.1rem - 4px);
  background-color: #9e9e9e;
  border-radius: 0.55rem;
  -webkit-transition: background-color 0.15s ease-in-out,
 border-color 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out,
 -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
 -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out,
 border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out,
 border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out,
 -webkit-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .vitapay-instruction .custom-switch .custom-control-label::after {
    -webkit-transition: none;
    transition: none;
  }
}

.vitapay-instruction .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.825rem);
  transform: translateX(0.825rem);
}

.vitapay-instruction .custom-switch
.custom-control-input:disabled:checked
~ .custom-control-label::before {
  background-color: rgba(174, 32, 112, 0.5);
}

.vitapay-instruction .custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #616161;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23424242' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #bdbdbd;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.vitapay-instruction .custom-select:focus {
  border-color: #e46aae;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(174, 32, 112, 0.25);
  box-shadow: 0 0 0 0 rgba(174, 32, 112, 0.25);
}

.vitapay-instruction .custom-select:focus::-ms-value {
  color: #616161;
  background-color: #fff;
}

.vitapay-instruction .custom-select[multiple],
.vitapay-instruction .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.vitapay-instruction .custom-select:disabled {
  color: #757575;
  background-color: #eee;
}

.vitapay-instruction .custom-select::-ms-expand {
  display: none;
}

.vitapay-instruction .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.875rem;
}

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

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

.vitapay-instruction .custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}

.vitapay-instruction .custom-file-input:focus ~ .custom-file-label {
  border-color: #e46aae;
  -webkit-box-shadow: 0 0 0 0 rgba(174, 32, 112, 0.25);
  box-shadow: 0 0 0 0 rgba(174, 32, 112, 0.25);
}

.vitapay-instruction .custom-file-input:disabled ~ .custom-file-label {
  background-color: #eee;
}

.vitapay-instruction .custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.vitapay-instruction .custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.vitapay-instruction .custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #616161;
  background-color: #fff;
  border: 1px solid #bdbdbd;
  border-radius: 0.25rem;
}

.vitapay-instruction .custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #616161;
  content: "Browse";
  background-color: #eee;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.vitapay-instruction .custom-range {
  width: 100%;
  height: calc(1rem + 0);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.vitapay-instruction .custom-range:focus {
  outline: 0;
}

.vitapay-instruction .custom-range:focus::-webkit-slider-thumb {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0 rgba(174, 32, 112, 0.25);
  box-shadow: 0 0 0 1px #fff, 0 0 0 0 rgba(174, 32, 112, 0.25);
}

.vitapay-instruction .custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0 rgba(174, 32, 112, 0.25);
}

.vitapay-instruction .custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0 rgba(174, 32, 112, 0.25);
}

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

.vitapay-instruction .custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #2C6D13;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out,
 border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
 -webkit-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;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
 box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}

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

.vitapay-instruction .custom-range::-webkit-slider-thumb:active {
  background-color: #ec95c6;
}

.vitapay-instruction .custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #e0e0e0;
  border-color: transparent;
  border-radius: 1rem;
}

.vitapay-instruction .custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #2C6D13;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out,
 border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
 -webkit-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;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
 box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}

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

.vitapay-instruction .custom-range::-moz-range-thumb:active {
  background-color: #ec95c6;
}

.vitapay-instruction .custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #e0e0e0;
  border-color: transparent;
  border-radius: 1rem;
}

.vitapay-instruction .custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0;
  margin-left: 0;
  background-color: #2C6D13;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out,
 border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
 -webkit-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;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
 box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  appearance: none;
}

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

.vitapay-instruction .custom-range::-ms-thumb:active {
  background-color: #ec95c6;
}

.vitapay-instruction .custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.vitapay-instruction .custom-range::-ms-fill-lower {
  background-color: #e0e0e0;
  border-radius: 1rem;
}

.vitapay-instruction .custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #e0e0e0;
  border-radius: 1rem;
}

.vitapay-instruction .custom-range:disabled::-webkit-slider-thumb {
  background-color: #9e9e9e;
}

.vitapay-instruction .custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.vitapay-instruction .custom-range:disabled::-moz-range-thumb {
  background-color: #9e9e9e;
}

.vitapay-instruction .custom-range:disabled::-moz-range-track {
  cursor: default;
}

.vitapay-instruction .custom-range:disabled::-ms-thumb {
  background-color: #9e9e9e;
}

.vitapay-instruction .custom-control-label::before,
.vitapay-instruction .custom-file-label,
.vitapay-instruction .custom-select {
  -webkit-transition: background-color 0.15s ease-in-out,
 border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
 -webkit-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;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
 box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

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

.vitapay-instruction .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.vitapay-instruction .nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.vitapay-instruction .nav-link:focus,
.vitapay-instruction .nav-link:hover {
  text-decoration: none;
}

.vitapay-instruction .nav-link.disabled {
  color: #757575;
  pointer-events: none;
  cursor: default;
}

.vitapay-instruction .nav-tabs {
  border-bottom: 1px solid #e0e0e0;
}

.vitapay-instruction .nav-tabs .nav-item {
  margin-bottom: -1px;
}

.vitapay-instruction .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.vitapay-instruction .nav-tabs .nav-link:focus,
.vitapay-instruction .nav-tabs .nav-link:hover {
  border-color: #eee #eee #e0e0e0;
}

.vitapay-instruction .nav-tabs .nav-link.disabled {
  color: #757575;
  background-color: transparent;
  border-color: transparent;
}

.vitapay-instruction .nav-tabs .nav-item.show .nav-link,
.vitapay-instruction .nav-tabs .nav-link.active {
  color: #616161;
  background-color: #fff;
  border-color: #e0e0e0 #e0e0e0 #fff;
}

.vitapay-instruction .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.vitapay-instruction .nav-pills .nav-link {
  border-radius: 0.25rem;
}

.vitapay-instruction .nav-pills .nav-link.active,
.vitapay-instruction .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #2C6D13;
}

.vitapay-instruction .nav-fill .nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.vitapay-instruction .nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.vitapay-instruction .tab-content > .tab-pane {
  display: none;
}

.vitapay-instruction .tab-content > .active {
  display: block;
}

.vitapay-instruction .navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.vitapay-instruction .navbar > .container,
.vitapay-instruction .navbar > .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.vitapay-instruction .navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.vitapay-instruction .navbar-brand:focus,
.vitapay-instruction .navbar-brand:hover {
  text-decoration: none;
}

.vitapay-instruction .navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.vitapay-instruction .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.vitapay-instruction .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

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

.vitapay-instruction .navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.vitapay-instruction .navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 20px;
}

.vitapay-instruction .navbar-toggler:focus,
.vitapay-instruction .navbar-toggler:hover {
  text-decoration: none;
}

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

@media (max-width: 575.98px) {
  .vitapay-instruction .navbar-expand-sm > .container,
  .vitapay-instruction .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .vitapay-instruction .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .vitapay-instruction .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .vitapay-instruction .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .vitapay-instruction .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }
  .vitapay-instruction .navbar-expand-sm > .container,
  .vitapay-instruction .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .vitapay-instruction .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .vitapay-instruction .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .vitapay-instruction .navbar-expand-md > .container,
  .vitapay-instruction .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .vitapay-instruction .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .vitapay-instruction .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .vitapay-instruction .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .vitapay-instruction .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }
  .vitapay-instruction .navbar-expand-md > .container,
  .vitapay-instruction .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .vitapay-instruction .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .vitapay-instruction .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .vitapay-instruction .navbar-expand-lg > .container,
  .vitapay-instruction .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .vitapay-instruction .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .vitapay-instruction .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .vitapay-instruction .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .vitapay-instruction .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }
  .vitapay-instruction .navbar-expand-lg > .container,
  .vitapay-instruction .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .vitapay-instruction .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .vitapay-instruction .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .vitapay-instruction .navbar-expand-xl > .container,
  .vitapay-instruction .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .vitapay-instruction .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .vitapay-instruction .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .vitapay-instruction .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .vitapay-instruction .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }
  .vitapay-instruction .navbar-expand-xl > .container,
  .vitapay-instruction .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .vitapay-instruction .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .vitapay-instruction .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.vitapay-instruction .navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.vitapay-instruction .navbar-expand > .container,
.vitapay-instruction .navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.vitapay-instruction .navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

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

.vitapay-instruction .navbar-expand .navbar-nav .nav-link {
  padding-right: 0.8rem;
  padding-left: 0.8rem;
}

.vitapay-instruction .navbar-expand > .container,
.vitapay-instruction .navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.vitapay-instruction .navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.vitapay-instruction .navbar-expand .navbar-toggler {
  display: none;
}

.vitapay-instruction .navbar-light .navbar-brand {
  color: #212121;
}

.vitapay-instruction .navbar-light .navbar-brand:focus,
.vitapay-instruction .navbar-light .navbar-brand:hover {
  color: #212121;
}

.vitapay-instruction .navbar-light .navbar-nav .nav-link {
  color: #616161;
}

.vitapay-instruction .navbar-light .navbar-nav .nav-link:focus,
.vitapay-instruction .navbar-light .navbar-nav .nav-link:hover {
  color: #212121;
}

.vitapay-instruction .navbar-light .navbar-nav .nav-link.disabled {
  color: #9e9e9e;
}

.vitapay-instruction .navbar-light .navbar-nav .active > .nav-link,
.vitapay-instruction .navbar-light .navbar-nav .nav-link.active,
.vitapay-instruction .navbar-light .navbar-nav .nav-link.show,
.vitapay-instruction .navbar-light .navbar-nav .show > .nav-link {
  color: #212121;
}

.vitapay-instruction .navbar-light .navbar-toggler {
  color: #616161;
  border-color: rgba(0, 0, 0, 0.1);
}

.vitapay-instruction .navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='%23616161' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.vitapay-instruction .navbar-light .navbar-text {
  color: #616161;
}

.vitapay-instruction .navbar-light .navbar-text a {
  color: #212121;
}

.vitapay-instruction .navbar-light .navbar-text a:focus,
.vitapay-instruction .navbar-light .navbar-text a:hover {
  color: #212121;
}

.vitapay-instruction .navbar-dark .navbar-brand {
  color: #fff;
}

.vitapay-instruction .navbar-dark .navbar-brand:focus,
.vitapay-instruction .navbar-dark .navbar-brand:hover {
  color: #fff;
}

.vitapay-instruction .navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.95);
}

.vitapay-instruction .navbar-dark .navbar-nav .nav-link:focus,
.vitapay-instruction .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.95);
}

.vitapay-instruction .navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.vitapay-instruction .navbar-dark .navbar-nav .active > .nav-link,
.vitapay-instruction .navbar-dark .navbar-nav .nav-link.active,
.vitapay-instruction .navbar-dark .navbar-nav .nav-link.show,
.vitapay-instruction .navbar-dark .navbar-nav .show > .nav-link {
  color: #fff;
}

.vitapay-instruction .navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.95);
  border-color: rgba(255, 255, 255, 0.1);
}

.vitapay-instruction .navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.95)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.vitapay-instruction .navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.95);
}

.vitapay-instruction .navbar-dark .navbar-text a {
  color: #fff;
}

.vitapay-instruction .navbar-dark .navbar-text a:focus,
.vitapay-instruction .navbar-dark .navbar-text a:hover {
  color: #fff;
}

.vitapay-instruction .card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.vitapay-instruction .card > hr {
  margin-right: 0;
  margin-left: 0;
}

.vitapay-instruction .card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.vitapay-instruction .card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.vitapay-instruction .card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.5rem;
}

.vitapay-instruction .card-title {
  margin-bottom: 1.5rem;
}

.vitapay-instruction .card-subtitle {
  margin-top: -0.75rem;
  margin-bottom: 0;
}

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

.vitapay-instruction .card-link:hover {
  text-decoration: none;
}

.vitapay-instruction .card-link + .card-link {
  margin-left: 1.5rem;
}

.vitapay-instruction .card-header {
  padding: 1.5rem 1.5rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 0 solid rgba(0, 0, 0, 0.125);
}

.vitapay-instruction .card-header:first-child {
  border-radius: calc(0.25rem - 0) calc(0.25rem - 0) 0 0;
}

.vitapay-instruction .card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.vitapay-instruction .card-footer {
  padding: 1.5rem 1.5rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 0 solid rgba(0, 0, 0, 0.125);
}

.vitapay-instruction .card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 0) calc(0.25rem - 0);
}

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

.vitapay-instruction .card-header-pills {
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}

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

.vitapay-instruction .card-img {
  width: 100%;
  border-radius: calc(0.25rem - 0);
}

.vitapay-instruction .card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 0);
  border-top-right-radius: calc(0.25rem - 0);
}

.vitapay-instruction .card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 0);
  border-bottom-left-radius: calc(0.25rem - 0);
}

.vitapay-instruction .card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.vitapay-instruction .card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .vitapay-instruction .card-deck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .vitapay-instruction .card-deck .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.vitapay-instruction .card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.vitapay-instruction .card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .vitapay-instruction .card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .vitapay-instruction .card-group > .card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .vitapay-instruction .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .vitapay-instruction .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .vitapay-instruction .card-group > .card:not(:last-child) .card-header,
  .vitapay-instruction .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0;
  }
  .vitapay-instruction .card-group > .card:not(:last-child) .card-footer,
  .vitapay-instruction .card-group > .card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .vitapay-instruction .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .vitapay-instruction .card-group > .card:not(:first-child) .card-header,
  .vitapay-instruction .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0;
  }
  .vitapay-instruction .card-group > .card:not(:first-child) .card-footer,
  .vitapay-instruction .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0;
  }
}

.vitapay-instruction .card-columns .card {
  margin-bottom: 1.5rem;
}

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

.vitapay-instruction .accordion > .card {
  overflow: hidden;
}

.vitapay-instruction .accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.vitapay-instruction .accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.vitapay-instruction .accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.vitapay-instruction .accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.vitapay-instruction .accordion > .card .card-header {
  margin-bottom: 0;
}

.vitapay-instruction .breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #eee;
  border-radius: 0.25rem;
}

.vitapay-instruction .breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.vitapay-instruction .breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #757575;
  content: "/";
}

.vitapay-instruction .breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.vitapay-instruction .breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.vitapay-instruction .breadcrumb-item.active {
  color: #757575;
}

.vitapay-instruction .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.vitapay-instruction .page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #2C6D13;
  background-color: #fff;
  border: 1px solid #e0e0e0;
}

.vitapay-instruction .page-link:hover {
  z-index: 2;
  color: #6d1446;
  text-decoration: none;
  background-color: #eee;
  border-color: #e0e0e0;
}

.vitapay-instruction .page-link:focus {
  z-index: 2;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0 rgba(174, 32, 112, 0.25);
  box-shadow: 0 0 0 0 rgba(174, 32, 112, 0.25);
}

.vitapay-instruction .page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.vitapay-instruction .page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.vitapay-instruction .page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #2C6D13;
  border-color: #2C6D13;
}

.vitapay-instruction .page-item.disabled .page-link {
  color: #757575;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #e0e0e0;
}

.vitapay-instruction .pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.vitapay-instruction .pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.vitapay-instruction .pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.vitapay-instruction .pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.vitapay-instruction .pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.vitapay-instruction .pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 6px 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 6px 0;
  }
  to {
    background-position: 0 0;
  }
}

.vitapay-instruction .progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 6px;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e0e0e0;
  border-radius: 0.25rem;
}

.vitapay-instruction .progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #2C6D13;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .vitapay-instruction .progress-bar {
    -webkit-transition: none;
    transition: none;
  }
}

.vitapay-instruction .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: 6px 6px;
}

.vitapay-instruction .progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .vitapay-instruction .progress-bar-animated {
    -webkit-animation: none;
    animation: none;
  }
}

.vitapay-instruction .media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.vitapay-instruction .media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.vitapay-instruction .list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.vitapay-instruction .list-group-item-action {
  width: 100%;
  color: #616161;
  text-align: inherit;
}

.vitapay-instruction .list-group-item-action:focus,
.vitapay-instruction .list-group-item-action:hover {
  z-index: 1;
  color: #616161;
  text-decoration: none;
  background-color: #f5f5f5;
}

.vitapay-instruction .list-group-item-action:active {
  color: #212121;
  background-color: #eee;
}

.vitapay-instruction .list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.vitapay-instruction .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.vitapay-instruction .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.vitapay-instruction .list-group-item.disabled,
.vitapay-instruction .list-group-item:disabled {
  color: #757575;
  pointer-events: none;
  background-color: #fff;
}

.vitapay-instruction .list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #2C6D13;
  border-color: #2C6D13;
}

.vitapay-instruction .list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.vitapay-instruction .list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}

.vitapay-instruction .list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.vitapay-instruction .list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

@media (min-width: 576px) {
  .vitapay-instruction .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .vitapay-instruction .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .vitapay-instruction .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .vitapay-instruction .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 768px) {
  .vitapay-instruction .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .vitapay-instruction .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .vitapay-instruction .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .vitapay-instruction .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 992px) {
  .vitapay-instruction .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .vitapay-instruction .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .vitapay-instruction .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .vitapay-instruction .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 1200px) {
  .vitapay-instruction .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .vitapay-instruction .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .vitapay-instruction .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .vitapay-instruction .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

.vitapay-instruction .list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.vitapay-instruction .list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}

.vitapay-instruction .list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.vitapay-instruction .list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.vitapay-instruction .list-group-item-primary {
  color: #5a113a;
  background-color: #e8c1d7;
}

.vitapay-instruction .list-group-item-primary.list-group-item-action:focus,
.vitapay-instruction .list-group-item-primary.list-group-item-action:hover {
  color: #5a113a;
  background-color: #e1aecb;
}

.vitapay-instruction .list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #5a113a;
  border-color: #5a113a;
}

.vitapay-instruction .list-group-item-secondary {
  color: #3d3d3d;
  background-color: #d8d8d8;
}

.vitapay-instruction .list-group-item-secondary.list-group-item-action:focus,
.vitapay-instruction .list-group-item-secondary.list-group-item-action:hover {
  color: #3d3d3d;
  background-color: #cbcbcb;
}

.vitapay-instruction .list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #3d3d3d;
  border-color: #3d3d3d;
}

.vitapay-instruction .list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.vitapay-instruction .list-group-item-success.list-group-item-action:focus,
.vitapay-instruction .list-group-item-success.list-group-item-action:hover {
  color: #155724;
  background-color: #b1dfbb;
}

.vitapay-instruction .list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.vitapay-instruction .list-group-item-info {
  color: #00356a;
  background-color: #b8d4f1;
}

.vitapay-instruction .list-group-item-info.list-group-item-action:focus,
.vitapay-instruction .list-group-item-info.list-group-item-action:hover {
  color: #00356a;
  background-color: #a3c7ed;
}

.vitapay-instruction .list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #00356a;
  border-color: #00356a;
}

.vitapay-instruction .list-group-item-warning {
  color: #856b00;
  background-color: #fff1b8;
}

.vitapay-instruction .list-group-item-warning.list-group-item-action:focus,
.vitapay-instruction .list-group-item-warning.list-group-item-action:hover {
  color: #856b00;
  background-color: #ffec9f;
}

.vitapay-instruction .list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856b00;
  border-color: #856b00;
}

.vitapay-instruction .list-group-item-danger {
  color: #852c2c;
  background-color: #ffcfcf;
}

.vitapay-instruction .list-group-item-danger.list-group-item-action:focus,
.vitapay-instruction .list-group-item-danger.list-group-item-action:hover {
  color: #852c2c;
  background-color: #ffb6b6;
}

.vitapay-instruction .list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #852c2c;
  border-color: #852c2c;
}

.vitapay-instruction .list-group-item-light {
  color: #7f7f7f;
  background-color: #fcfcfc;
}

.vitapay-instruction .list-group-item-light.list-group-item-action:focus,
.vitapay-instruction .list-group-item-light.list-group-item-action:hover {
  color: #7f7f7f;
  background-color: #efefef;
}

.vitapay-instruction .list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #7f7f7f;
  border-color: #7f7f7f;
}

.vitapay-instruction .list-group-item-dark {
  color: #222;
  background-color: #cacaca;
}

.vitapay-instruction .list-group-item-dark.list-group-item-action:focus,
.vitapay-instruction .list-group-item-dark.list-group-item-action:hover {
  color: #222;
  background-color: #bdbdbd;
}

.vitapay-instruction .list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #222;
  border-color: #222;
}

.vitapay-instruction .list-group-item-primary-2 {
  color: #560034;
  background-color: #e6b8d4;
}

.vitapay-instruction .list-group-item-primary-2.list-group-item-action:focus,
.vitapay-instruction .list-group-item-primary-2.list-group-item-action:hover {
  color: #560034;
  background-color: #dfa5c9;
}

.vitapay-instruction .list-group-item-primary-2.list-group-item-action.active {
  color: #fff;
  background-color: #560034;
  border-color: #560034;
}

.vitapay-instruction .list-group-item-primary-3 {
  color: #79103d;
  background-color: #f9c0d9;
}

.vitapay-instruction .list-group-item-primary-3.list-group-item-action:focus,
.vitapay-instruction .list-group-item-primary-3.list-group-item-action:hover {
  color: #79103d;
  background-color: #f7a9cb;
}

.vitapay-instruction .list-group-item-primary-3.list-group-item-action.active {
  color: #fff;
  background-color: #79103d;
  border-color: #79103d;
}

.vitapay-instruction .list-group-item-blue {
  color: #00356a;
  background-color: #b8d4f1;
}

.vitapay-instruction .list-group-item-blue.list-group-item-action:focus,
.vitapay-instruction .list-group-item-blue.list-group-item-action:hover {
  color: #00356a;
  background-color: #a3c7ed;
}

.vitapay-instruction .list-group-item-blue.list-group-item-action.active {
  color: #fff;
  background-color: #00356a;
  border-color: #00356a;
}

.vitapay-instruction .close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

@media (max-width: 1200px) {
  .vitapay-instruction .close {
    font-size: calc(1.275rem + 0.2625vw);
  }
}

.vitapay-instruction .close:hover {
  color: #000;
  text-decoration: none;
}

.vitapay-instruction .close:not(:disabled):not(.disabled):focus,
.vitapay-instruction .close:not(:disabled):not(.disabled):hover {
  opacity: 0.75;
}

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

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

.vitapay-instruction .toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}

.vitapay-instruction .toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.vitapay-instruction .toast.showing {
  opacity: 1;
}

.vitapay-instruction .toast.show {
  display: block;
  opacity: 1;
}

.vitapay-instruction .toast.hide {
  display: none;
}

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

.vitapay-instruction .toast-body {
  padding: 0.75rem;
}

.vitapay-instruction .modal-open {
  overflow: hidden;
}

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

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

.vitapay-instruction .modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.vitapay-instruction .modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

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

.vitapay-instruction .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.vitapay-instruction .modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

.vitapay-instruction .modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.vitapay-instruction .modal-dialog-scrollable .modal-footer,
.vitapay-instruction .modal-dialog-scrollable .modal-header {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.vitapay-instruction .modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.vitapay-instruction .modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.vitapay-instruction .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.vitapay-instruction .modal-dialog-centered.modal-dialog-scrollable {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.vitapay-instruction .modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.vitapay-instruction .modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.vitapay-instruction .modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  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;
}

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

.vitapay-instruction .modal-backdrop.fade {
  opacity: 0;
}

.vitapay-instruction .modal-backdrop.show {
  opacity: 0.5;
}

.vitapay-instruction .modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #e0e0e0;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.vitapay-instruction .modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

.vitapay-instruction .modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.vitapay-instruction .modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e0e0e0;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.vitapay-instruction .modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}

.vitapay-instruction .modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

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

@media (min-width: 576px) {
  .vitapay-instruction .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .vitapay-instruction .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .vitapay-instruction .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .vitapay-instruction .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .vitapay-instruction .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .vitapay-instruction .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .vitapay-instruction .modal-lg,
  .vitapay-instruction .modal-xl {
    max-width: 800px;
  }
}

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

.vitapay-instruction .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Nunito, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.vitapay-instruction .tooltip.show {
  opacity: 0.9;
}

.vitapay-instruction .tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.vitapay-instruction .tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.vitapay-instruction .bs-tooltip-auto[x-placement^="top"],
.vitapay-instruction .bs-tooltip-top {
  padding: 0.4rem 0;
}

.vitapay-instruction .bs-tooltip-auto[x-placement^="top"] .arrow,
.vitapay-instruction .bs-tooltip-top .arrow {
  bottom: 0;
}

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

.vitapay-instruction .bs-tooltip-auto[x-placement^="right"],
.vitapay-instruction .bs-tooltip-right {
  padding: 0 0.4rem;
}

.vitapay-instruction .bs-tooltip-auto[x-placement^="right"] .arrow,
.vitapay-instruction .bs-tooltip-right .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.vitapay-instruction .bs-tooltip-auto[x-placement^="right"] .arrow::before,
.vitapay-instruction .bs-tooltip-right .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.vitapay-instruction .bs-tooltip-auto[x-placement^="bottom"],
.vitapay-instruction .bs-tooltip-bottom {
  padding: 0.4rem 0;
}

.vitapay-instruction .bs-tooltip-auto[x-placement^="bottom"] .arrow,
.vitapay-instruction .bs-tooltip-bottom .arrow {
  top: 0;
}

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

.vitapay-instruction .bs-tooltip-auto[x-placement^="left"],
.vitapay-instruction .bs-tooltip-left {
  padding: 0 0.4rem;
}

.vitapay-instruction .bs-tooltip-auto[x-placement^="left"] .arrow,
.vitapay-instruction .bs-tooltip-left .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.vitapay-instruction .bs-tooltip-auto[x-placement^="left"] .arrow::before,
.vitapay-instruction .bs-tooltip-left .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

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

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.vitapay-instruction .spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 3px solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
  animation: spinner-border 0.75s linear infinite;
}

.vitapay-instruction .spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 2px;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

.vitapay-instruction .spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow 0.75s linear infinite;
  animation: spinner-grow 0.75s linear infinite;
}

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

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

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

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

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

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

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

.vitapay-instruction .bg-primary {
  background-color: #2C6D13 !important;
}

.vitapay-instruction a.bg-primary:focus,
.vitapay-instruction a.bg-primary:hover,
.vitapay-instruction button.bg-primary:focus,
.vitapay-instruction button.bg-primary:hover {
  background-color: #2C6D13 !important;
}

.vitapay-instruction .bg-secondary {
  background-color: #757575 !important;
}

.vitapay-instruction a.bg-secondary:focus,
.vitapay-instruction a.bg-secondary:hover,
.vitapay-instruction button.bg-secondary:focus,
.vitapay-instruction button.bg-secondary:hover {
  background-color: #5c5c5c !important;
}

.vitapay-instruction .bg-success {
  background-color: #28a745 !important;
}

.vitapay-instruction a.bg-success:focus,
.vitapay-instruction a.bg-success:hover,
.vitapay-instruction button.bg-success:focus,
.vitapay-instruction button.bg-success:hover {
  background-color: #1e7e34 !important;
}

.vitapay-instruction .bg-info {
  background-color: #0BA269 !important;
}

.vitapay-instruction a.bg-info:focus,
.vitapay-instruction a.bg-info:hover,
.vitapay-instruction button.bg-info:focus,
.vitapay-instruction button.bg-info:hover {
  background-color: #004d99 !important;
}

.vitapay-instruction .bg-warning {
  background-color: #ffcd00 !important;
}

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

.vitapay-instruction .bg-danger {
  background-color: #f55 !important;
}

.vitapay-instruction a.bg-danger:focus,
.vitapay-instruction a.bg-danger:hover,
.vitapay-instruction button.bg-danger:focus,
.vitapay-instruction button.bg-danger:hover {
  background-color: #f22 !important;
}

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

.vitapay-instruction a.bg-light:focus,
.vitapay-instruction a.bg-light:hover,
.vitapay-instruction button.bg-light:focus,
.vitapay-instruction button.bg-light:hover {
  background-color: #dcdcdc !important;
}

.vitapay-instruction .bg-dark {
  background-color: #424242 !important;
}

.vitapay-instruction a.bg-dark:focus,
.vitapay-instruction a.bg-dark:hover,
.vitapay-instruction button.bg-dark:focus,
.vitapay-instruction button.bg-dark:hover {
  background-color: #292929 !important;
}

.vitapay-instruction .bg-primary-2 {
  background-color: #a50064 !important;
}

.vitapay-instruction a.bg-primary-2:focus,
.vitapay-instruction a.bg-primary-2:hover,
.vitapay-instruction button.bg-primary-2:focus,
.vitapay-instruction button.bg-primary-2:hover {
  background-color: #720045 !important;
}

.vitapay-instruction .bg-primary-3 {
  background-color: #e81f76 !important;
}

.vitapay-instruction a.bg-primary-3:focus,
.vitapay-instruction a.bg-primary-3:hover,
.vitapay-instruction button.bg-primary-3:focus,
.vitapay-instruction button.bg-primary-3:hover {
  background-color: #c0145e !important;
}

.vitapay-instruction .bg-blue {
  background-color: #0BA269 !important;
}

.vitapay-instruction a.bg-blue:focus,
.vitapay-instruction a.bg-blue:hover,
.vitapay-instruction button.bg-blue:focus,
.vitapay-instruction button.bg-blue:hover {
  background-color: #004d99 !important;
}

.vitapay-instruction .bg-white {
  background-color: #fff !important;
}

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

.vitapay-instruction .border {
  border: 1px solid #e0e0e0 !important;
}

.vitapay-instruction .border-top {
  border-top: 1px solid #e0e0e0 !important;
}

.vitapay-instruction .border-right {
  border-right: 1px solid #e0e0e0 !important;
}

.vitapay-instruction .border-bottom {
  border-bottom: 1px solid #e0e0e0 !important;
}

.vitapay-instruction .border-left {
  border-left: 1px solid #e0e0e0 !important;
}

.vitapay-instruction .border-0 {
  border: 0 !important;
}

.vitapay-instruction .border-top-0 {
  border-top: 0 !important;
}

.vitapay-instruction .border-right-0 {
  border-right: 0 !important;
}

.vitapay-instruction .border-bottom-0 {
  border-bottom: 0 !important;
}

.vitapay-instruction .border-left-0 {
  border-left: 0 !important;
}

.vitapay-instruction .border-primary {
  border-color: #2C6D13 !important;
}

.vitapay-instruction .border-secondary {
  border-color: #757575 !important;
}

.vitapay-instruction .border-success {
  border-color: #28a745 !important;
}

.vitapay-instruction .border-info {
  border-color: #0BA269 !important;
}

.vitapay-instruction .border-warning {
  border-color: #ffcd00 !important;
}

.vitapay-instruction .border-danger {
  border-color: #f55 !important;
}

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

.vitapay-instruction .border-dark {
  border-color: #424242 !important;
}

.vitapay-instruction .border-primary-2 {
  border-color: #a50064 !important;
}

.vitapay-instruction .border-primary-3 {
  border-color: #e81f76 !important;
}

.vitapay-instruction .border-blue {
  border-color: #0BA269 !important;
}

.vitapay-instruction .border-white {
  border-color: #fff !important;
}

.vitapay-instruction .rounded-sm {
  border-radius: 0.2rem !important;
}

.vitapay-instruction .modal__fullscreen .modal-footer .btn-primary-2,
.vitapay-instruction .navbar-container .btn,
.vitapay-instruction .rounded {
  border-radius: 0.25rem !important;
}

.vitapay-instruction .rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

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

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

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

.vitapay-instruction .rounded-lg {
  border-radius: 0.3rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

.vitapay-instruction .d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.vitapay-instruction .d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .vitapay-instruction .d-sm-none {
    display: none !important;
  }
  .vitapay-instruction .d-sm-inline {
    display: inline !important;
  }
  .vitapay-instruction .d-sm-inline-block {
    display: inline-block !important;
  }
  .vitapay-instruction .d-sm-block {
    display: block !important;
  }
  .vitapay-instruction .d-sm-table {
    display: table !important;
  }
  .vitapay-instruction .d-sm-table-row {
    display: table-row !important;
  }
  .vitapay-instruction .d-sm-table-cell {
    display: table-cell !important;
  }
  .vitapay-instruction .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .vitapay-instruction .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .vitapay-instruction .d-md-none {
    display: none !important;
  }
  .vitapay-instruction .d-md-inline {
    display: inline !important;
  }
  .vitapay-instruction .d-md-inline-block {
    display: inline-block !important;
  }
  .vitapay-instruction .d-md-block {
    display: block !important;
  }
  .vitapay-instruction .d-md-table {
    display: table !important;
  }
  .vitapay-instruction .d-md-table-row {
    display: table-row !important;
  }
  .vitapay-instruction .d-md-table-cell {
    display: table-cell !important;
  }
  .vitapay-instruction .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .vitapay-instruction .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .vitapay-instruction .d-lg-none {
    display: none !important;
  }
  .vitapay-instruction .d-lg-inline {
    display: inline !important;
  }
  .vitapay-instruction .d-lg-inline-block {
    display: inline-block !important;
  }
  .vitapay-instruction .d-lg-block {
    display: block !important;
  }
  .vitapay-instruction .d-lg-table {
    display: table !important;
  }
  .vitapay-instruction .d-lg-table-row {
    display: table-row !important;
  }
  .vitapay-instruction .d-lg-table-cell {
    display: table-cell !important;
  }
  .vitapay-instruction .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .vitapay-instruction .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .vitapay-instruction .d-xl-none {
    display: none !important;
  }
  .vitapay-instruction .d-xl-inline {
    display: inline !important;
  }
  .vitapay-instruction .d-xl-inline-block {
    display: inline-block !important;
  }
  .vitapay-instruction .d-xl-block {
    display: block !important;
  }
  .vitapay-instruction .d-xl-table {
    display: table !important;
  }
  .vitapay-instruction .d-xl-table-row {
    display: table-row !important;
  }
  .vitapay-instruction .d-xl-table-cell {
    display: table-cell !important;
  }
  .vitapay-instruction .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .vitapay-instruction .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .vitapay-instruction .d-print-none {
    display: none !important;
  }
  .vitapay-instruction .d-print-inline {
    display: inline !important;
  }
  .vitapay-instruction .d-print-inline-block {
    display: inline-block !important;
  }
  .vitapay-instruction .d-print-block {
    display: block !important;
  }
  .vitapay-instruction .d-print-table {
    display: table !important;
  }
  .vitapay-instruction .d-print-table-row {
    display: table-row !important;
  }
  .vitapay-instruction .d-print-table-cell {
    display: table-cell !important;
  }
  .vitapay-instruction .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .vitapay-instruction .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.vitapay-instruction .embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.vitapay-instruction .embed-responsive::before {
  display: block;
  content: "";
}

.vitapay-instruction .embed-responsive .embed-responsive-item,
.vitapay-instruction .embed-responsive embed,
.vitapay-instruction .embed-responsive iframe,
.vitapay-instruction .embed-responsive object,
.vitapay-instruction .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.vitapay-instruction .embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

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

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

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

.vitapay-instruction .embed-responsive-21by9::before {
  padding-top: 42.85714%;
}

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

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

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

.vitapay-instruction .flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.vitapay-instruction .flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.vitapay-instruction .flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.vitapay-instruction .flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.vitapay-instruction .flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.vitapay-instruction .flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.vitapay-instruction .flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.vitapay-instruction .flex-fill {
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.vitapay-instruction .flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.vitapay-instruction .flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.vitapay-instruction .flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.vitapay-instruction .flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.vitapay-instruction .justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.vitapay-instruction .justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.vitapay-instruction .justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.vitapay-instruction .justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.vitapay-instruction .justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.vitapay-instruction .align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.vitapay-instruction .align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.vitapay-instruction .align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.vitapay-instruction .align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.vitapay-instruction .align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.vitapay-instruction .align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.vitapay-instruction .align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.vitapay-instruction .align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.vitapay-instruction .align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.vitapay-instruction .align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.vitapay-instruction .align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.vitapay-instruction .align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.vitapay-instruction .align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.vitapay-instruction .align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.vitapay-instruction .align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.vitapay-instruction .align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.vitapay-instruction .align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .vitapay-instruction .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .vitapay-instruction .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .vitapay-instruction .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .vitapay-instruction .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .vitapay-instruction .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .vitapay-instruction .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .vitapay-instruction .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .vitapay-instruction .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .vitapay-instruction .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .vitapay-instruction .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .vitapay-instruction .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .vitapay-instruction .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .vitapay-instruction .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .vitapay-instruction .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .vitapay-instruction .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .vitapay-instruction .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .vitapay-instruction .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .vitapay-instruction .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .vitapay-instruction .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .vitapay-instruction .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .vitapay-instruction .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .vitapay-instruction .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .vitapay-instruction .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .vitapay-instruction .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .vitapay-instruction .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .vitapay-instruction .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .vitapay-instruction .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .vitapay-instruction .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .vitapay-instruction .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .vitapay-instruction .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .vitapay-instruction .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .vitapay-instruction .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .vitapay-instruction .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .vitapay-instruction .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .vitapay-instruction .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .vitapay-instruction .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .vitapay-instruction .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .vitapay-instruction .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .vitapay-instruction .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .vitapay-instruction .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .vitapay-instruction .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .vitapay-instruction .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .vitapay-instruction .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .vitapay-instruction .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .vitapay-instruction .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .vitapay-instruction .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .vitapay-instruction .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .vitapay-instruction .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .vitapay-instruction .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .vitapay-instruction .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .vitapay-instruction .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .vitapay-instruction .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .vitapay-instruction .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .vitapay-instruction .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .vitapay-instruction .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .vitapay-instruction .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .vitapay-instruction .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .vitapay-instruction .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .vitapay-instruction .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .vitapay-instruction .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .vitapay-instruction .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .vitapay-instruction .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .vitapay-instruction .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .vitapay-instruction .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .vitapay-instruction .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .vitapay-instruction .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .vitapay-instruction .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .vitapay-instruction .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .vitapay-instruction .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .vitapay-instruction .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .vitapay-instruction .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .vitapay-instruction .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .vitapay-instruction .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .vitapay-instruction .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .vitapay-instruction .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .vitapay-instruction .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .vitapay-instruction .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .vitapay-instruction .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .vitapay-instruction .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .vitapay-instruction .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .vitapay-instruction .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .vitapay-instruction .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .vitapay-instruction .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .vitapay-instruction .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .vitapay-instruction .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .vitapay-instruction .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .vitapay-instruction .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .vitapay-instruction .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .vitapay-instruction .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .vitapay-instruction .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .vitapay-instruction .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .vitapay-instruction .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .vitapay-instruction .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .vitapay-instruction .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .vitapay-instruction .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .vitapay-instruction .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .vitapay-instruction .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .vitapay-instruction .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .vitapay-instruction .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .vitapay-instruction .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .vitapay-instruction .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .vitapay-instruction .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .vitapay-instruction .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .vitapay-instruction .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .vitapay-instruction .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .vitapay-instruction .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .vitapay-instruction .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .vitapay-instruction .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .vitapay-instruction .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .vitapay-instruction .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .vitapay-instruction .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .vitapay-instruction .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .vitapay-instruction .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .vitapay-instruction .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .vitapay-instruction .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .vitapay-instruction .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .vitapay-instruction .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .vitapay-instruction .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .vitapay-instruction .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .vitapay-instruction .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .vitapay-instruction .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .vitapay-instruction .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .vitapay-instruction .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .vitapay-instruction .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .vitapay-instruction .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .vitapay-instruction .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .vitapay-instruction .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .vitapay-instruction .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .vitapay-instruction .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .vitapay-instruction .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .vitapay-instruction .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .vitapay-instruction .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .vitapay-instruction .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .vitapay-instruction .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .vitapay-instruction .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .vitapay-instruction .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

.vitapay-instruction .float-left {
  float: left !important;
}

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

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

@media (min-width: 576px) {
  .vitapay-instruction .float-sm-left {
    float: left !important;
  }
  .vitapay-instruction .float-sm-right {
    float: right !important;
  }
  .vitapay-instruction .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .vitapay-instruction .float-md-left {
    float: left !important;
  }
  .vitapay-instruction .float-md-right {
    float: right !important;
  }
  .vitapay-instruction .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .vitapay-instruction .float-lg-left {
    float: left !important;
  }
  .vitapay-instruction .float-lg-right {
    float: right !important;
  }
  .vitapay-instruction .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .vitapay-instruction .float-xl-left {
    float: left !important;
  }
  .vitapay-instruction .float-xl-right {
    float: right !important;
  }
  .vitapay-instruction .float-xl-none {
    float: none !important;
  }
}

.vitapay-instruction .overflow-auto {
  overflow: auto !important;
}

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

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

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

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

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

.vitapay-instruction .position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

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

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

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

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

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

.vitapay-instruction .izlude-avatar-square-sm,
.vitapay-instruction .place-item:focus .place-item-img,
.vitapay-instruction .place-item:hover .place-item-img,
.vitapay-instruction .sg-card,
.vitapay-instruction .shadow-sm {
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05), 0 1px 4px rgba(0, 0, 0, 0.05) !important;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05), 0 1px 4px rgba(0, 0, 0, 0.05) !important;
}

.vitapay-instruction .cashback-item:focus,
.vitapay-instruction .cashback-item:hover,
.vitapay-instruction .cbs-item:focus,
.vitapay-instruction .cbs-item:hover,
.vitapay-instruction .search-quick,
.vitapay-instruction .shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

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

.vitapay-instruction .shadow-none {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.vitapay-instruction .stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.vitapay-instruction .m-n1 {
  margin: -0.25rem !important;
}

.vitapay-instruction .mt-n1,
.vitapay-instruction .my-n1 {
  margin-top: -0.25rem !important;
}

.vitapay-instruction .mr-n1,
.vitapay-instruction .mx-n1 {
  margin-right: -0.25rem !important;
}

.vitapay-instruction .mb-n1,
.vitapay-instruction .my-n1 {
  margin-bottom: -0.25rem !important;
}

.vitapay-instruction .ml-n1,
.vitapay-instruction .mx-n1 {
  margin-left: -0.25rem !important;
}

.vitapay-instruction .m-n2 {
  margin: -0.25rem !important;
}

.vitapay-instruction .mt-n2,
.vitapay-instruction .my-n2 {
  margin-top: -0.25rem !important;
}

.vitapay-instruction .mr-n2,
.vitapay-instruction .mx-n2 {
  margin-right: -0.25rem !important;
}

.vitapay-instruction .mb-n2,
.vitapay-instruction .my-n2 {
  margin-bottom: -0.25rem !important;
}

.vitapay-instruction .ml-n2,
.vitapay-instruction .mx-n2 {
  margin-left: -0.25rem !important;
}

.vitapay-instruction .m-n3 {
  margin: -0.25rem !important;
}

.vitapay-instruction .mt-n3,
.vitapay-instruction .my-n3 {
  margin-top: -0.25rem !important;
}

.vitapay-instruction .mr-n3,
.vitapay-instruction .mx-n3 {
  margin-right: -0.25rem !important;
}

.vitapay-instruction .mb-n3,
.vitapay-instruction .my-n3 {
  margin-bottom: -0.25rem !important;
}

.vitapay-instruction .ml-n3,
.vitapay-instruction .mx-n3 {
  margin-left: -0.25rem !important;
}

.vitapay-instruction .m-n4 {
  margin: -0.25rem !important;
}

.vitapay-instruction .mt-n4,
.vitapay-instruction .my-n4 {
  margin-top: -0.25rem !important;
}

.vitapay-instruction .mr-n4,
.vitapay-instruction .mx-n4 {
  margin-right: -0.25rem !important;
}

.vitapay-instruction .mb-n4,
.vitapay-instruction .my-n4 {
  margin-bottom: -0.25rem !important;
}

.vitapay-instruction .ml-n4,
.vitapay-instruction .mx-n4 {
  margin-left: -0.25rem !important;
}

.vitapay-instruction .m-n5 {
  margin: -0.25rem !important;
}

.vitapay-instruction .mt-n5,
.vitapay-instruction .my-n5 {
  margin-top: -0.25rem !important;
}

.vitapay-instruction .mr-n5,
.vitapay-instruction .mx-n5 {
  margin-right: -0.25rem !important;
}

.vitapay-instruction .mb-n5,
.vitapay-instruction .my-n5 {
  margin-bottom: -0.25rem !important;
}

.vitapay-instruction .ml-n5,
.vitapay-instruction .mx-n5 {
  margin-left: -0.25rem !important;
}

.vitapay-instruction .m-auto {
  margin: auto !important;
}

.vitapay-instruction .mt-auto,
.vitapay-instruction .my-auto {
  margin-top: auto !important;
}

.vitapay-instruction .mr-auto,
.vitapay-instruction .mx-auto {
  margin-right: auto !important;
}

.vitapay-instruction .mb-auto,
.vitapay-instruction .my-auto {
  margin-bottom: auto !important;
}

.vitapay-instruction .ml-auto,
.vitapay-instruction .mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .vitapay-instruction .m-sm-0 {
    margin: 0 !important;
  }
  .vitapay-instruction .mt-sm-0,
  .vitapay-instruction .my-sm-0 {
    margin-top: 0 !important;
  }
  .vitapay-instruction .mr-sm-0,
  .vitapay-instruction .mx-sm-0 {
    margin-right: 0 !important;
  }
  .vitapay-instruction .mb-sm-0,
  .vitapay-instruction .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .vitapay-instruction .ml-sm-0,
  .vitapay-instruction .mx-sm-0 {
    margin-left: 0 !important;
  }
  .vitapay-instruction .m-sm-1 {
    margin: 0.25rem !important;
  }
  .vitapay-instruction .mt-sm-1,
  .vitapay-instruction .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .vitapay-instruction .mr-sm-1,
  .vitapay-instruction .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .vitapay-instruction .mb-sm-1,
  .vitapay-instruction .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .vitapay-instruction .ml-sm-1,
  .vitapay-instruction .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .vitapay-instruction .m-sm-2 {
    margin: 0.5rem !important;
  }
  .vitapay-instruction .mt-sm-2,
  .vitapay-instruction .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .vitapay-instruction .mr-sm-2,
  .vitapay-instruction .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .vitapay-instruction .mb-sm-2,
  .vitapay-instruction .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .vitapay-instruction .ml-sm-2,
  .vitapay-instruction .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .vitapay-instruction .m-sm-3 {
    margin: 1rem !important;
  }
  .vitapay-instruction .mt-sm-3,
  .vitapay-instruction .my-sm-3 {
    margin-top: 1rem !important;
  }
  .vitapay-instruction .mr-sm-3,
  .vitapay-instruction .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .vitapay-instruction .mb-sm-3,
  .vitapay-instruction .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .vitapay-instruction .ml-sm-3,
  .vitapay-instruction .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .vitapay-instruction .m-sm-4 {
    margin: 1.5rem !important;
  }
  .vitapay-instruction .mt-sm-4,
  .vitapay-instruction .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .vitapay-instruction .mr-sm-4,
  .vitapay-instruction .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .vitapay-instruction .mb-sm-4,
  .vitapay-instruction .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .vitapay-instruction .ml-sm-4,
  .vitapay-instruction .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .vitapay-instruction .m-sm-5 {
    margin: 3rem !important;
  }
  .vitapay-instruction .mt-sm-5,
  .vitapay-instruction .my-sm-5 {
    margin-top: 3rem !important;
  }
  .vitapay-instruction .mr-sm-5,
  .vitapay-instruction .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .vitapay-instruction .mb-sm-5,
  .vitapay-instruction .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .vitapay-instruction .ml-sm-5,
  .vitapay-instruction .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .vitapay-instruction .p-sm-0 {
    padding: 0 !important;
  }
  .vitapay-instruction .pt-sm-0,
  .vitapay-instruction .py-sm-0 {
    padding-top: 0 !important;
  }
  .vitapay-instruction .pr-sm-0,
  .vitapay-instruction .px-sm-0 {
    padding-right: 0 !important;
  }
  .vitapay-instruction .pb-sm-0,
  .vitapay-instruction .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .vitapay-instruction .pl-sm-0,
  .vitapay-instruction .px-sm-0 {
    padding-left: 0 !important;
  }
  .vitapay-instruction .p-sm-1 {
    padding: 0.25rem !important;
  }
  .vitapay-instruction .pt-sm-1,
  .vitapay-instruction .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .vitapay-instruction .pr-sm-1,
  .vitapay-instruction .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .vitapay-instruction .pb-sm-1,
  .vitapay-instruction .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .vitapay-instruction .pl-sm-1,
  .vitapay-instruction .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .vitapay-instruction .p-sm-2 {
    padding: 0.5rem !important;
  }
  .vitapay-instruction .pt-sm-2,
  .vitapay-instruction .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .vitapay-instruction .pr-sm-2,
  .vitapay-instruction .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .vitapay-instruction .pb-sm-2,
  .vitapay-instruction .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .vitapay-instruction .pl-sm-2,
  .vitapay-instruction .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .vitapay-instruction .p-sm-3 {
    padding: 1rem !important;
  }
  .vitapay-instruction .pt-sm-3,
  .vitapay-instruction .py-sm-3 {
    padding-top: 1rem !important;
  }
  .vitapay-instruction .pr-sm-3,
  .vitapay-instruction .px-sm-3 {
    padding-right: 1rem !important;
  }
  .vitapay-instruction .pb-sm-3,
  .vitapay-instruction .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .vitapay-instruction .pl-sm-3,
  .vitapay-instruction .px-sm-3 {
    padding-left: 1rem !important;
  }
  .vitapay-instruction .p-sm-4 {
    padding: 1.5rem !important;
  }
  .vitapay-instruction .pt-sm-4,
  .vitapay-instruction .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .vitapay-instruction .pr-sm-4,
  .vitapay-instruction .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .vitapay-instruction .pb-sm-4,
  .vitapay-instruction .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .vitapay-instruction .pl-sm-4,
  .vitapay-instruction .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .vitapay-instruction .p-sm-5 {
    padding: 3rem !important;
  }
  .vitapay-instruction .pt-sm-5,
  .vitapay-instruction .py-sm-5 {
    padding-top: 3rem !important;
  }
  .vitapay-instruction .pr-sm-5,
  .vitapay-instruction .px-sm-5 {
    padding-right: 3rem !important;
  }
  .vitapay-instruction .pb-sm-5,
  .vitapay-instruction .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .vitapay-instruction .pl-sm-5,
  .vitapay-instruction .px-sm-5 {
    padding-left: 3rem !important;
  }
  .vitapay-instruction .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .vitapay-instruction .mt-sm-n1,
  .vitapay-instruction .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .vitapay-instruction .mr-sm-n1,
  .vitapay-instruction .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .vitapay-instruction .mb-sm-n1,
  .vitapay-instruction .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .vitapay-instruction .ml-sm-n1,
  .vitapay-instruction .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .vitapay-instruction .m-sm-n2 {
    margin: -0.25rem !important;
  }
  .vitapay-instruction .mt-sm-n2,
  .vitapay-instruction .my-sm-n2 {
    margin-top: -0.25rem !important;
  }
  .vitapay-instruction .mr-sm-n2,
  .vitapay-instruction .mx-sm-n2 {
    margin-right: -0.25rem !important;
  }
  .vitapay-instruction .mb-sm-n2,
  .vitapay-instruction .my-sm-n2 {
    margin-bottom: -0.25rem !important;
  }
  .vitapay-instruction .ml-sm-n2,
  .vitapay-instruction .mx-sm-n2 {
    margin-left: -0.25rem !important;
  }
  .vitapay-instruction .m-sm-n3 {
    margin: -0.25rem !important;
  }
  .vitapay-instruction .mt-sm-n3,
  .vitapay-instruction .my-sm-n3 {
    margin-top: -0.25rem !important;
  }
  .vitapay-instruction .mr-sm-n3,
  .vitapay-instruction .mx-sm-n3 {
    margin-right: -0.25rem !important;
  }
  .vitapay-instruction .mb-sm-n3,
  .vitapay-instruction .my-sm-n3 {
    margin-bottom: -0.25rem !important;
  }
  .vitapay-instruction .ml-sm-n3,
  .vitapay-instruction .mx-sm-n3 {
    margin-left: -0.25rem !important;
  }
  .vitapay-instruction .m-sm-n4 {
    margin: -0.25rem !important;
  }
  .vitapay-instruction .mt-sm-n4,
  .vitapay-instruction .my-sm-n4 {
    margin-top: -0.25rem !important;
  }
  .vitapay-instruction .mr-sm-n4,
  .vitapay-instruction .mx-sm-n4 {
    margin-right: -0.25rem !important;
  }
  .vitapay-instruction .mb-sm-n4,
  .vitapay-instruction .my-sm-n4 {
    margin-bottom: -0.25rem !important;
  }
  .vitapay-instruction .ml-sm-n4,
  .vitapay-instruction .mx-sm-n4 {
    margin-left: -0.25rem !important;
  }
  .vitapay-instruction .m-sm-n5 {
    margin: -0.25rem !important;
  }
  .vitapay-instruction .mt-sm-n5,
  .vitapay-instruction .my-sm-n5 {
    margin-top: -0.25rem !important;
  }
  .vitapay-instruction .mr-sm-n5,
  .vitapay-instruction .mx-sm-n5 {
    margin-right: -0.25rem !important;
  }
  .vitapay-instruction .mb-sm-n5,
  .vitapay-instruction .my-sm-n5 {
    margin-bottom: -0.25rem !important;
  }
  .vitapay-instruction .ml-sm-n5,
  .vitapay-instruction .mx-sm-n5 {
    margin-left: -0.25rem !important;
  }
  .vitapay-instruction .m-sm-auto {
    margin: auto !important;
  }
  .vitapay-instruction .mt-sm-auto,
  .vitapay-instruction .my-sm-auto {
    margin-top: auto !important;
  }
  .vitapay-instruction .mr-sm-auto,
  .vitapay-instruction .mx-sm-auto {
    margin-right: auto !important;
  }
  .vitapay-instruction .mb-sm-auto,
  .vitapay-instruction .my-sm-auto {
    margin-bottom: auto !important;
  }
  .vitapay-instruction .ml-sm-auto,
  .vitapay-instruction .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .vitapay-instruction .m-md-0 {
    margin: 0 !important;
  }
  .vitapay-instruction .mt-md-0,
  .vitapay-instruction .my-md-0 {
    margin-top: 0 !important;
  }
  .vitapay-instruction .mr-md-0,
  .vitapay-instruction .mx-md-0 {
    margin-right: 0 !important;
  }
  .vitapay-instruction .mb-md-0,
  .vitapay-instruction .my-md-0 {
    margin-bottom: 0 !important;
  }
  .vitapay-instruction .ml-md-0,
  .vitapay-instruction .mx-md-0 {
    margin-left: 0 !important;
  }
  .vitapay-instruction .m-md-1 {
    margin: 0.25rem !important;
  }
  .vitapay-instruction .mt-md-1,
  .vitapay-instruction .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .vitapay-instruction .mr-md-1,
  .vitapay-instruction .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .vitapay-instruction .mb-md-1,
  .vitapay-instruction .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .vitapay-instruction .ml-md-1,
  .vitapay-instruction .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .vitapay-instruction .m-md-2 {
    margin: 0.5rem !important;
  }
  .vitapay-instruction .mt-md-2,
  .vitapay-instruction .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .vitapay-instruction .mr-md-2,
  .vitapay-instruction .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .vitapay-instruction .mb-md-2,
  .vitapay-instruction .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .vitapay-instruction .ml-md-2,
  .vitapay-instruction .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .vitapay-instruction .m-md-3 {
    margin: 1rem !important;
  }
  .vitapay-instruction .mt-md-3,
  .vitapay-instruction .my-md-3 {
    margin-top: 1rem !important;
  }
  .vitapay-instruction .mr-md-3,
  .vitapay-instruction .mx-md-3 {
    margin-right: 1rem !important;
  }
  .vitapay-instruction .mb-md-3,
  .vitapay-instruction .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .vitapay-instruction .ml-md-3,
  .vitapay-instruction .mx-md-3 {
    margin-left: 1rem !important;
  }
  .vitapay-instruction .m-md-4 {
    margin: 1.5rem !important;
  }
  .vitapay-instruction .mt-md-4,
  .vitapay-instruction .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .vitapay-instruction .mr-md-4,
  .vitapay-instruction .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .vitapay-instruction .mb-md-4,
  .vitapay-instruction .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .vitapay-instruction .ml-md-4,
  .vitapay-instruction .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .vitapay-instruction .m-md-5 {
    margin: 3rem !important;
  }
  .vitapay-instruction .mt-md-5,
  .vitapay-instruction .my-md-5 {
    margin-top: 3rem !important;
  }
  .vitapay-instruction .mr-md-5,
  .vitapay-instruction .mx-md-5 {
    margin-right: 3rem !important;
  }
  .vitapay-instruction .mb-md-5,
  .vitapay-instruction .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .vitapay-instruction .ml-md-5,
  .vitapay-instruction .mx-md-5 {
    margin-left: 3rem !important;
  }
  .vitapay-instruction .p-md-0 {
    padding: 0 !important;
  }
  .vitapay-instruction .pt-md-0,
  .vitapay-instruction .py-md-0 {
    padding-top: 0 !important;
  }
  .vitapay-instruction .pr-md-0,
  .vitapay-instruction .px-md-0 {
    padding-right: 0 !important;
  }
  .vitapay-instruction .pb-md-0,
  .vitapay-instruction .py-md-0 {
    padding-bottom: 0 !important;
  }
  .vitapay-instruction .pl-md-0,
  .vitapay-instruction .px-md-0 {
    padding-left: 0 !important;
  }
  .vitapay-instruction .p-md-1 {
    padding: 0.25rem !important;
  }
  .vitapay-instruction .pt-md-1,
  .vitapay-instruction .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .vitapay-instruction .pr-md-1,
  .vitapay-instruction .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .vitapay-instruction .pb-md-1,
  .vitapay-instruction .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .vitapay-instruction .pl-md-1,
  .vitapay-instruction .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .vitapay-instruction .p-md-2 {
    padding: 0.5rem !important;
  }
  .vitapay-instruction .pt-md-2,
  .vitapay-instruction .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .vitapay-instruction .pr-md-2,
  .vitapay-instruction .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .vitapay-instruction .pb-md-2,
  .vitapay-instruction .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .vitapay-instruction .pl-md-2,
  .vitapay-instruction .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .vitapay-instruction .p-md-3 {
    padding: 1rem !important;
  }
  .vitapay-instruction .pt-md-3,
  .vitapay-instruction .py-md-3 {
    padding-top: 1rem !important;
  }
  .vitapay-instruction .pr-md-3,
  .vitapay-instruction .px-md-3 {
    padding-right: 1rem !important;
  }
  .vitapay-instruction .pb-md-3,
  .vitapay-instruction .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .vitapay-instruction .pl-md-3,
  .vitapay-instruction .px-md-3 {
    padding-left: 1rem !important;
  }
  .vitapay-instruction .p-md-4 {
    padding: 1.5rem !important;
  }
  .vitapay-instruction .pt-md-4,
  .vitapay-instruction .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .vitapay-instruction .pr-md-4,
  .vitapay-instruction .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .vitapay-instruction .pb-md-4,
  .vitapay-instruction .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .vitapay-instruction .pl-md-4,
  .vitapay-instruction .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .vitapay-instruction .p-md-5 {
    padding: 3rem !important;
  }
  .vitapay-instruction .pt-md-5,
  .vitapay-instruction .py-md-5 {
    padding-top: 3rem !important;
  }
  .vitapay-instruction .pr-md-5,
  .vitapay-instruction .px-md-5 {
    padding-right: 3rem !important;
  }
  .vitapay-instruction .pb-md-5,
  .vitapay-instruction .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .vitapay-instruction .pl-md-5,
  .vitapay-instruction .px-md-5 {
    padding-left: 3rem !important;
  }
  .vitapay-instruction .m-md-n1 {
    margin: -0.25rem !important;
  }
  .vitapay-instruction .mt-md-n1,
  .vitapay-instruction .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .vitapay-instruction .mr-md-n1,
  .vitapay-instruction .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .vitapay-instruction .mb-md-n1,
  .vitapay-instruction .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .vitapay-instruction .ml-md-n1,
  .vitapay-instruction .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .vitapay-instruction .m-md-n2 {
    margin: -0.25rem !important;
  }
  .vitapay-instruction .mt-md-n2,
  .vitapay-instruction .my-md-n2 {
    margin-top: -0.25rem !important;
  }
  .vitapay-instruction .mr-md-n2,
  .vitapay-instruction .mx-md-n2 {
    margin-right: -0.25rem !important;
  }
  .vitapay-instruction .mb-md-n2,
  .vitapay-instruction .my-md-n2 {
    margin-bottom: -0.25rem !important;
  }
  .vitapay-instruction .ml-md-n2,
  .vitapay-instruction .mx-md-n2 {
    margin-left: -0.25rem !important;
  }
  .vitapay-instruction .m-md-n3 {
    margin: -0.25rem !important;
  }
  .vitapay-instruction .mt-md-n3,
  .vitapay-instruction .my-md-n3 {
    margin-top: -0.25rem !important;
  }
  .vitapay-instruction .mr-md-n3,
  .vitapay-instruction .mx-md-n3 {
    margin-right: -0.25rem !important;
  }
  .vitapay-instruction .mb-md-n3,
  .vitapay-instruction .my-md-n3 {
    margin-bottom: -0.25rem !important;
  }
  .vitapay-instruction .ml-md-n3,
  .vitapay-instruction .mx-md-n3 {
    margin-left: -0.25rem !important;
  }
  .vitapay-instruction .m-md-n4 {
    margin: -0.25rem !important;
  }
  .vitapay-instruction .mt-md-n4,
  .vitapay-instruction .my-md-n4 {
    margin-top: -0.25rem !important;
  }
  .vitapay-instruction .mr-md-n4,
  .vitapay-instruction .mx-md-n4 {
    margin-right: -0.25rem !important;
  }
  .vitapay-instruction .mb-md-n4,
  .vitapay-instruction .my-md-n4 {
    margin-bottom: -0.25rem !important;
  }
  .vitapay-instruction .ml-md-n4,
  .vitapay-instruction .mx-md-n4 {
    margin-left: -0.25rem !important;
  }
  .vitapay-instruction .m-md-n5 {
    margin: -0.25rem !important;
  }
  .vitapay-instruction .mt-md-n5,
  .vitapay-instruction .my-md-n5 {
    margin-top: -0.25rem !important;
  }
  .vitapay-instruction .mr-md-n5,
  .vitapay-instruction .mx-md-n5 {
    margin-right: -0.25rem !important;
  }
  .vitapay-instruction .mb-md-n5,
  .vitapay-instruction .my-md-n5 {
    margin-bottom: -0.25rem !important;
  }
  .vitapay-instruction .ml-md-n5,
  .vitapay-instruction .mx-md-n5 {
    margin-left: -0.25rem !important;
  }
  .vitapay-instruction .m-md-auto {
    margin: auto !important;
  }
  .vitapay-instruction .mt-md-auto,
  .vitapay-instruction .my-md-auto {
    margin-top: auto !important;
  }
  .vitapay-instruction .mr-md-auto,
  .vitapay-instruction .mx-md-auto {
    margin-right: auto !important;
  }
  .vitapay-instruction .mb-md-auto,
  .vitapay-instruction .my-md-auto {
    margin-bottom: auto !important;
  }
  .vitapay-instruction .ml-md-auto,
  .vitapay-instruction .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .vitapay-instruction .m-lg-0 {
    margin: 0 !important;
  }
  .vitapay-instruction .mt-lg-0,
  .vitapay-instruction .my-lg-0 {
    margin-top: 0 !important;
  }
  .vitapay-instruction .mr-lg-0,
  .vitapay-instruction .mx-lg-0 {
    margin-right: 0 !important;
  }
  .vitapay-instruction .mb-lg-0,
  .vitapay-instruction .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .vitapay-instruction .ml-lg-0,
  .vitapay-instruction .mx-lg-0 {
    margin-left: 0 !important;
  }
  .vitapay-instruction .m-lg-1 {
    margin: 0.25rem !important;
  }
  .vitapay-instruction .mt-lg-1,
  .vitapay-instruction .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .vitapay-instruction .mr-lg-1,
  .vitapay-instruction .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .vitapay-instruction .mb-lg-1,
  .vitapay-instruction .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .vitapay-instruction .ml-lg-1,
  .vitapay-instruction .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .vitapay-instruction .m-lg-2 {
    margin: 0.5rem !important;
  }
  .vitapay-instruction .mt-lg-2,
  .vitapay-instruction .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .vitapay-instruction .mr-lg-2,
  .vitapay-instruction .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .vitapay-instruction .mb-lg-2,
  .vitapay-instruction .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .vitapay-instruction .ml-lg-2,
  .vitapay-instruction .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .vitapay-instruction .m-lg-3 {
    margin: 1rem !important;
  }
  .vitapay-instruction .mt-lg-3,
  .vitapay-instruction .my-lg-3 {
    margin-top: 1rem !important;
  }
  .vitapay-instruction .mr-lg-3,
  .vitapay-instruction .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .vitapay-instruction .mb-lg-3,
  .vitapay-instruction .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .vitapay-instruction .ml-lg-3,
  .vitapay-instruction .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .vitapay-instruction .m-lg-4 {
    margin: 1.5rem !important;
  }
  .vitapay-instruction .mt-lg-4,
  .vitapay-instruction .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .vitapay-instruction .mr-lg-4,
  .vitapay-instruction .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .vitapay-instruction .mb-lg-4,
  .vitapay-instruction .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .vitapay-instruction .ml-lg-4,
  .vitapay-instruction .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .vitapay-instruction .m-lg-5 {
    margin: 3rem !important;
  }
  .vitapay-instruction .mt-lg-5,
  .vitapay-instruction .my-lg-5 {
    margin-top: 3rem !important;
  }
  .vitapay-instruction .mr-lg-5,
  .vitapay-instruction .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .vitapay-instruction .mb-lg-5,
  .vitapay-instruction .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .vitapay-instruction .ml-lg-5,
  .vitapay-instruction .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .vitapay-instruction .p-lg-0 {
    padding: 0 !important;
  }
  .vitapay-instruction .pt-lg-0,
  .vitapay-instruction .py-lg-0 {
    padding-top: 0 !important;
  }
  .vitapay-instruction .pr-lg-0,
  .vitapay-instruction .px-lg-0 {
    padding-right: 0 !important;
  }
  .vitapay-instruction .pb-lg-0,
  .vitapay-instruction .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .vitapay-instruction .pl-lg-0,
  .vitapay-instruction .px-lg-0 {
    padding-left: 0 !important;
  }
  .vitapay-instruction .p-lg-1 {
    padding: 0.25rem !important;
  }
  .vitapay-instruction .pt-lg-1,
  .vitapay-instruction .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .vitapay-instruction .pr-lg-1,
  .vitapay-instruction .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .vitapay-instruction .pb-lg-1,
  .vitapay-instruction .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .vitapay-instruction .pl-lg-1,
  .vitapay-instruction .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .vitapay-instruction .p-lg-2 {
    padding: 0.5rem !important;
  }
  .vitapay-instruction .pt-lg-2,
  .vitapay-instruction .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .vitapay-instruction .pr-lg-2,
  .vitapay-instruction .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .vitapay-instruction .pb-lg-2,
  .vitapay-instruction .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .vitapay-instruction .pl-lg-2,
  .vitapay-instruction .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .vitapay-instruction .p-lg-3 {
    padding: 1rem !important;
  }
  .vitapay-instruction .pt-lg-3,
  .vitapay-instruction .py-lg-3 {
    padding-top: 1rem !important;
  }
  .vitapay-instruction .pr-lg-3,
  .vitapay-instruction .px-lg-3 {
    padding-right: 1rem !important;
  }
  .vitapay-instruction .pb-lg-3,
  .vitapay-instruction .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .vitapay-instruction .pl-lg-3,
  .vitapay-instruction .px-lg-3 {
    padding-left: 1rem !important;
  }
  .vitapay-instruction .p-lg-4 {
    padding: 1.5rem !important;
  }
  .vitapay-instruction .pt-lg-4,
  .vitapay-instruction .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .vitapay-instruction .pr-lg-4,
  .vitapay-instruction .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .vitapay-instruction .pb-lg-4,
  .vitapay-instruction .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .vitapay-instruction .pl-lg-4,
  .vitapay-instruction .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .vitapay-instruction .p-lg-5 {
    padding: 3rem !important;
  }
  .vitapay-instruction .pt-lg-5,
  .vitapay-instruction .py-lg-5 {
    padding-top: 3rem !important;
  }
  .vitapay-instruction .pr-lg-5,
  .vitapay-instruction .px-lg-5 {
    padding-right: 3rem !important;
  }
  .vitapay-instruction .pb-lg-5,
  .vitapay-instruction .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .vitapay-instruction .pl-lg-5,
  .vitapay-instruction .px-lg-5 {
    padding-left: 3rem !important;
  }
  .vitapay-instruction .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .vitapay-instruction .mt-lg-n1,
  .vitapay-instruction .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .vitapay-instruction .mr-lg-n1,
  .vitapay-instruction .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .vitapay-instruction .mb-lg-n1,
  .vitapay-instruction .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .vitapay-instruction .ml-lg-n1,
  .vitapay-instruction .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .vitapay-instruction .m-lg-n2 {
    margin: -0.25rem !important;
  }
  .vitapay-instruction .mt-lg-n2,
  .vitapay-instruction .my-lg-n2 {
    margin-top: -0.25rem !important;
  }
  .vitapay-instruction .mr-lg-n2,
  .vitapay-instruction .mx-lg-n2 {
    margin-right: -0.25rem !important;
  }
  .vitapay-instruction .mb-lg-n2,
  .vitapay-instruction .my-lg-n2 {
    margin-bottom: -0.25rem !important;
  }
  .vitapay-instruction .ml-lg-n2,
  .vitapay-instruction .mx-lg-n2 {
    margin-left: -0.25rem !important;
  }
  .vitapay-instruction .m-lg-n3 {
    margin: -0.25rem !important;
  }
  .vitapay-instruction .mt-lg-n3,
  .vitapay-instruction .my-lg-n3 {
    margin-top: -0.25rem !important;
  }
  .vitapay-instruction .mr-lg-n3,
  .vitapay-instruction .mx-lg-n3 {
    margin-right: -0.25rem !important;
  }
  .vitapay-instruction .mb-lg-n3,
  .vitapay-instruction .my-lg-n3 {
    margin-bottom: -0.25rem !important;
  }
  .vitapay-instruction .ml-lg-n3,
  .vitapay-instruction .mx-lg-n3 {
    margin-left: -0.25rem !important;
  }
  .vitapay-instruction .m-lg-n4 {
    margin: -0.25rem !important;
  }
  .vitapay-instruction .mt-lg-n4,
  .vitapay-instruction .my-lg-n4 {
    margin-top: -0.25rem !important;
  }
  .vitapay-instruction .mr-lg-n4,
  .vitapay-instruction .mx-lg-n4 {
    margin-right: -0.25rem !important;
  }
  .vitapay-instruction .mb-lg-n4,
  .vitapay-instruction .my-lg-n4 {
    margin-bottom: -0.25rem !important;
  }
  .vitapay-instruction .ml-lg-n4,
  .vitapay-instruction .mx-lg-n4 {
    margin-left: -0.25rem !important;
  }
  .vitapay-instruction .m-lg-n5 {
    margin: -0.25rem !important;
  }
  .vitapay-instruction .mt-lg-n5,
  .vitapay-instruction .my-lg-n5 {
    margin-top: -0.25rem !important;
  }
  .vitapay-instruction .mr-lg-n5,
  .vitapay-instruction .mx-lg-n5 {
    margin-right: -0.25rem !important;
  }
  .vitapay-instruction .mb-lg-n5,
  .vitapay-instruction .my-lg-n5 {
    margin-bottom: -0.25rem !important;
  }
  .vitapay-instruction .ml-lg-n5,
  .vitapay-instruction .mx-lg-n5 {
    margin-left: -0.25rem !important;
  }
  .vitapay-instruction .m-lg-auto {
    margin: auto !important;
  }
  .vitapay-instruction .mt-lg-auto,
  .vitapay-instruction .my-lg-auto {
    margin-top: auto !important;
  }
  .vitapay-instruction .mr-lg-auto,
  .vitapay-instruction .mx-lg-auto {
    margin-right: auto !important;
  }
  .vitapay-instruction .mb-lg-auto,
  .vitapay-instruction .my-lg-auto {
    margin-bottom: auto !important;
  }
  .vitapay-instruction .ml-lg-auto,
  .vitapay-instruction .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .vitapay-instruction .m-xl-0 {
    margin: 0 !important;
  }
  .vitapay-instruction .mt-xl-0,
  .vitapay-instruction .my-xl-0 {
    margin-top: 0 !important;
  }
  .vitapay-instruction .mr-xl-0,
  .vitapay-instruction .mx-xl-0 {
    margin-right: 0 !important;
  }
  .vitapay-instruction .mb-xl-0,
  .vitapay-instruction .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .vitapay-instruction .ml-xl-0,
  .vitapay-instruction .mx-xl-0 {
    margin-left: 0 !important;
  }
  .vitapay-instruction .m-xl-1 {
    margin: 0.25rem !important;
  }
  .vitapay-instruction .mt-xl-1,
  .vitapay-instruction .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .vitapay-instruction .mr-xl-1,
  .vitapay-instruction .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .vitapay-instruction .mb-xl-1,
  .vitapay-instruction .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .vitapay-instruction .ml-xl-1,
  .vitapay-instruction .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .vitapay-instruction .m-xl-2 {
    margin: 0.5rem !important;
  }
  .vitapay-instruction .mt-xl-2,
  .vitapay-instruction .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .vitapay-instruction .mr-xl-2,
  .vitapay-instruction .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .vitapay-instruction .mb-xl-2,
  .vitapay-instruction .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .vitapay-instruction .ml-xl-2,
  .vitapay-instruction .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .vitapay-instruction .m-xl-3 {
    margin: 1rem !important;
  }
  .vitapay-instruction .mt-xl-3,
  .vitapay-instruction .my-xl-3 {
    margin-top: 1rem !important;
  }
  .vitapay-instruction .mr-xl-3,
  .vitapay-instruction .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .vitapay-instruction .mb-xl-3,
  .vitapay-instruction .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .vitapay-instruction .ml-xl-3,
  .vitapay-instruction .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .vitapay-instruction .m-xl-4 {
    margin: 1.5rem !important;
  }
  .vitapay-instruction .mt-xl-4,
  .vitapay-instruction .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .vitapay-instruction .mr-xl-4,
  .vitapay-instruction .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .vitapay-instruction .mb-xl-4,
  .vitapay-instruction .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .vitapay-instruction .ml-xl-4,
  .vitapay-instruction .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .vitapay-instruction .m-xl-5 {
    margin: 3rem !important;
  }
  .vitapay-instruction .mt-xl-5,
  .vitapay-instruction .my-xl-5 {
    margin-top: 3rem !important;
  }
  .vitapay-instruction .mr-xl-5,
  .vitapay-instruction .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .vitapay-instruction .mb-xl-5,
  .vitapay-instruction .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .vitapay-instruction .ml-xl-5,
  .vitapay-instruction .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .vitapay-instruction .p-xl-0 {
    padding: 0 !important;
  }
  .vitapay-instruction .pt-xl-0,
  .vitapay-instruction .py-xl-0 {
    padding-top: 0 !important;
  }
  .vitapay-instruction .pr-xl-0,
  .vitapay-instruction .px-xl-0 {
    padding-right: 0 !important;
  }
  .vitapay-instruction .pb-xl-0,
  .vitapay-instruction .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .vitapay-instruction .pl-xl-0,
  .vitapay-instruction .px-xl-0 {
    padding-left: 0 !important;
  }
  .vitapay-instruction .p-xl-1 {
    padding: 0.25rem !important;
  }
  .vitapay-instruction .pt-xl-1,
  .vitapay-instruction .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .vitapay-instruction .pr-xl-1,
  .vitapay-instruction .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .vitapay-instruction .pb-xl-1,
  .vitapay-instruction .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .vitapay-instruction .pl-xl-1,
  .vitapay-instruction .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .vitapay-instruction .p-xl-2 {
    padding: 0.5rem !important;
  }
  .vitapay-instruction .pt-xl-2,
  .vitapay-instruction .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .vitapay-instruction .pr-xl-2,
  .vitapay-instruction .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .vitapay-instruction .pb-xl-2,
  .vitapay-instruction .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .vitapay-instruction .pl-xl-2,
  .vitapay-instruction .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .vitapay-instruction .p-xl-3 {
    padding: 1rem !important;
  }
  .vitapay-instruction .pt-xl-3,
  .vitapay-instruction .py-xl-3 {
    padding-top: 1rem !important;
  }
  .vitapay-instruction .pr-xl-3,
  .vitapay-instruction .px-xl-3 {
    padding-right: 1rem !important;
  }
  .vitapay-instruction .pb-xl-3,
  .vitapay-instruction .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .vitapay-instruction .pl-xl-3,
  .vitapay-instruction .px-xl-3 {
    padding-left: 1rem !important;
  }
  .vitapay-instruction .p-xl-4 {
    padding: 1.5rem !important;
  }
  .vitapay-instruction .pt-xl-4,
  .vitapay-instruction .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .vitapay-instruction .pr-xl-4,
  .vitapay-instruction .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .vitapay-instruction .pb-xl-4,
  .vitapay-instruction .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .vitapay-instruction .pl-xl-4,
  .vitapay-instruction .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .vitapay-instruction .p-xl-5 {
    padding: 3rem !important;
  }
  .vitapay-instruction .pt-xl-5,
  .vitapay-instruction .py-xl-5 {
    padding-top: 3rem !important;
  }
  .vitapay-instruction .pr-xl-5,
  .vitapay-instruction .px-xl-5 {
    padding-right: 3rem !important;
  }
  .vitapay-instruction .pb-xl-5,
  .vitapay-instruction .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .vitapay-instruction .pl-xl-5,
  .vitapay-instruction .px-xl-5 {
    padding-left: 3rem !important;
  }
  .vitapay-instruction .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .vitapay-instruction .mt-xl-n1,
  .vitapay-instruction .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .vitapay-instruction .mr-xl-n1,
  .vitapay-instruction .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .vitapay-instruction .mb-xl-n1,
  .vitapay-instruction .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .vitapay-instruction .ml-xl-n1,
  .vitapay-instruction .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .vitapay-instruction .m-xl-n2 {
    margin: -0.25rem !important;
  }
  .vitapay-instruction .mt-xl-n2,
  .vitapay-instruction .my-xl-n2 {
    margin-top: -0.25rem !important;
  }
  .vitapay-instruction .mr-xl-n2,
  .vitapay-instruction .mx-xl-n2 {
    margin-right: -0.25rem !important;
  }
  .vitapay-instruction .mb-xl-n2,
  .vitapay-instruction .my-xl-n2 {
    margin-bottom: -0.25rem !important;
  }
  .vitapay-instruction .ml-xl-n2,
  .vitapay-instruction .mx-xl-n2 {
    margin-left: -0.25rem !important;
  }
  .vitapay-instruction .m-xl-n3 {
    margin: -0.25rem !important;
  }
  .vitapay-instruction .mt-xl-n3,
  .vitapay-instruction .my-xl-n3 {
    margin-top: -0.25rem !important;
  }
  .vitapay-instruction .mr-xl-n3,
  .vitapay-instruction .mx-xl-n3 {
    margin-right: -0.25rem !important;
  }
  .vitapay-instruction .mb-xl-n3,
  .vitapay-instruction .my-xl-n3 {
    margin-bottom: -0.25rem !important;
  }
  .vitapay-instruction .ml-xl-n3,
  .vitapay-instruction .mx-xl-n3 {
    margin-left: -0.25rem !important;
  }
  .vitapay-instruction .m-xl-n4 {
    margin: -0.25rem !important;
  }
  .vitapay-instruction .mt-xl-n4,
  .vitapay-instruction .my-xl-n4 {
    margin-top: -0.25rem !important;
  }
  .vitapay-instruction .mr-xl-n4,
  .vitapay-instruction .mx-xl-n4 {
    margin-right: -0.25rem !important;
  }
  .vitapay-instruction .mb-xl-n4,
  .vitapay-instruction .my-xl-n4 {
    margin-bottom: -0.25rem !important;
  }
  .vitapay-instruction .ml-xl-n4,
  .vitapay-instruction .mx-xl-n4 {
    margin-left: -0.25rem !important;
  }
  .vitapay-instruction .m-xl-n5 {
    margin: -0.25rem !important;
  }
  .vitapay-instruction .mt-xl-n5,
  .vitapay-instruction .my-xl-n5 {
    margin-top: -0.25rem !important;
  }
  .vitapay-instruction .mr-xl-n5,
  .vitapay-instruction .mx-xl-n5 {
    margin-right: -0.25rem !important;
  }
  .vitapay-instruction .mb-xl-n5,
  .vitapay-instruction .my-xl-n5 {
    margin-bottom: -0.25rem !important;
  }
  .vitapay-instruction .ml-xl-n5,
  .vitapay-instruction .mx-xl-n5 {
    margin-left: -0.25rem !important;
  }
  .vitapay-instruction .m-xl-auto {
    margin: auto !important;
  }
  .vitapay-instruction .mt-xl-auto,
  .vitapay-instruction .my-xl-auto {
    margin-top: auto !important;
  }
  .vitapay-instruction .mr-xl-auto,
  .vitapay-instruction .mx-xl-auto {
    margin-right: auto !important;
  }
  .vitapay-instruction .mb-xl-auto,
  .vitapay-instruction .my-xl-auto {
    margin-bottom: auto !important;
  }
  .vitapay-instruction .ml-xl-auto,
  .vitapay-instruction .mx-xl-auto {
    margin-left: auto !important;
  }
}

.vitapay-instruction .text-monospace {
  font-family: monospace !important;
}

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

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

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

.vitapay-instruction .cashback-item-content .name,
.vitapay-instruction .input,
.vitapay-instruction .search-quick-link,
.vitapay-instruction .text-truncate,
.vitapay-instruction input {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 576px) {
  .vitapay-instruction .text-sm-left {
    text-align: left !important;
  }
  .vitapay-instruction .text-sm-right {
    text-align: right !important;
  }
  .vitapay-instruction .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .vitapay-instruction .text-md-left {
    text-align: left !important;
  }
  .vitapay-instruction .text-md-right {
    text-align: right !important;
  }
  .vitapay-instruction .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .vitapay-instruction .text-lg-left {
    text-align: left !important;
  }
  .vitapay-instruction .text-lg-right {
    text-align: right !important;
  }
  .vitapay-instruction .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .vitapay-instruction .text-xl-left {
    text-align: left !important;
  }
  .vitapay-instruction .text-xl-right {
    text-align: right !important;
  }
  .vitapay-instruction .text-xl-center {
    text-align: center !important;
  }
}

.vitapay-instruction .text-lowercase {
  text-transform: lowercase !important;
}

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

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

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

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

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

.vitapay-instruction .font-weight-bold {
  font-weight: 700 !important;
}

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

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

.vitapay-instruction .text-white {
  color: #fff !important;
}

.vitapay-instruction .text-primary {
  color: #2C6D13 !important;
}

.vitapay-instruction a.text-primary:focus,
.vitapay-instruction a.text-primary:hover {
  color: #6d1446 !important;
}

.vitapay-instruction .text-secondary {
  color: #757575 !important;
}

.vitapay-instruction a.text-secondary:focus,
.vitapay-instruction a.text-secondary:hover {
  color: #4f4f4f !important;
}

.vitapay-instruction .text-success {
  color: #28a745 !important;
}

.vitapay-instruction a.text-success:focus,
.vitapay-instruction a.text-success:hover {
  color: #19692c !important;
}

.vitapay-instruction .text-info {
  color: #0BA269 !important;
}

.vitapay-instruction a.text-info:focus,
.vitapay-instruction a.text-info:hover {
  color: #004080 !important;
}

.vitapay-instruction .text-warning {
  color: #ffcd00 !important;
}

.vitapay-instruction a.text-warning:focus,
.vitapay-instruction a.text-warning:hover {
  color: #b39000 !important;
}

.vitapay-instruction .text-danger {
  color: #f55 !important;
}

.vitapay-instruction a.text-danger:focus,
.vitapay-instruction a.text-danger:hover {
  color: #ff0909 !important;
}

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

.vitapay-instruction a.text-light:focus,
.vitapay-instruction a.text-light:hover {
  color: #cfcfcf !important;
}

.vitapay-instruction .text-dark {
  color: #424242 !important;
}

.vitapay-instruction a.text-dark:focus,
.vitapay-instruction a.text-dark:hover {
  color: #1c1c1c !important;
}

.vitapay-instruction .text-primary-2 {
  color: #a50064 !important;
}

.vitapay-instruction a.text-primary-2:focus,
.vitapay-instruction a.text-primary-2:hover {
  color: #590036 !important;
}

.vitapay-instruction .text-primary-3 {
  color: #e81f76 !important;
}

.vitapay-instruction a.text-primary-3:focus,
.vitapay-instruction a.text-primary-3:hover {
  color: #a91153 !important;
}

.vitapay-instruction .text-blue {
  color: #0BA269 !important;
}

.vitapay-instruction a.text-blue:focus,
.vitapay-instruction a.text-blue:hover {
  color: #004080 !important;
}

.vitapay-instruction .text-body {
  color: #212121 !important;
}

.vitapay-instruction .text-muted {
  color: #757575 !important;
}

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

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

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

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

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

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

.vitapay-instruction .visible {
  visibility: visible !important;
}

.vitapay-instruction .invisible {
  visibility: hidden !important;
}

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

.vitapay-instruction html {
  font-size: 15px;
}

.vitapay-instruction body {
  position: relative;
  font-size: 15px;
  -webkit-tap-highlight-color: rgba(165, 0, 100, 0.05);
}

.vitapay-instruction .ios .download-btn-android {
  display: none;
}

.vitapay-instruction .android .download-btn-apple {
  display: none;
}

.vitapay-instruction a {
  -webkit-transition: all 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition: all 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.vitapay-instruction .wrapper,
.vitapay-instruction body {
  background: #f7f8fa;
}

.vitapay-instruction .wrapper {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

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

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

@media (min-width: 992px) {
  .vitapay-instruction .wrapper {
    max-width: 100%;
  }
}

.vitapay-instruction .text-small {
  font-size: 12px;
}

.vitapay-instruction .text-read {
  font-size: 15px;
  line-height: 1.6;
}

.vitapay-instruction .text-little {
  font-size: 13px;
}

.vitapay-instruction .link-white {
  color: #e0e0e0;
}

.vitapay-instruction .link-white:focus,
.vitapay-instruction .link-white:hover {
  color: #fff;
}

.vitapay-instruction .link-dark {
  color: #212121;
}

.vitapay-instruction .link-dark:focus,
.vitapay-instruction .link-dark:hover {
  color: #2C6D13;
}

.vitapay-instruction .link-black {
  color: #000;
}

.vitapay-instruction .link-black:focus,
.vitapay-instruction .link-black:hover {
  color: #2C6D13;
}

.vitapay-instruction .link-light {
  color: #fff;
}

.vitapay-instruction .link-light:focus,
.vitapay-instruction .link-light:hover {
  color: #2C6D13;
}

.vitapay-instruction .link-gray {
  color: #9e9e9e;
}

.vitapay-instruction .link-gray:focus,
.vitapay-instruction .link-gray:hover {
  color: #212121;
}

.vitapay-instruction .link-blue,
.vitapay-instruction .sgf-direction a {
  color: #0BA269;
}

.vitapay-instruction .link-blue:focus,
.vitapay-instruction .link-blue:hover,
.vitapay-instruction .sgf-direction a:focus,
.vitapay-instruction .sgf-direction a:hover {
  color: #004d99;
}

.vitapay-instruction .link-gray-blue {
  color: #757575;
}

.vitapay-instruction .link-gray-blue:focus,
.vitapay-instruction .link-gray-blue:hover {
  color: #0BA269;
}

.vitapay-instruction .text-gray {
  color: #757575;
}

.vitapay-instruction .text-blue {
  color: #0BA269;
}

.vitapay-instruction .text-momo2 {
  color: #f02475;
}

.vitapay-instruction .text-facebook:hover {
  color: #4267b2;
}

.vitapay-instruction .bg-gray {
  background: #9e9e9e;
}

.vitapay-instruction .bg-lightgray {
  background: #e0e0e0;
}

.vitapay-instruction .text-google-plus:hover {
  color: #db4437;
}

.vitapay-instruction .link-absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: 0 0;
  cursor: pointer;
}

.vitapay-instruction .scrollmenu {
  display: block;
  overflow-y: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  white-space: nowrap;
}

.vitapay-instruction .scrollmenu-item {
  display: inline-block;
}

.vitapay-instruction .md-gutters.row {
  margin-right: -10px;
  margin-left: -10px;
}

.vitapay-instruction .md-gutters.row > .col,
.vitapay-instruction .md-gutters.row > [class*="col-"] {
  padding-right: 10px;
  padding-left: 10px;
}

@media (max-width: 767.98px) {
  .vitapay-instruction .md-gutters.row {
    margin-right: -5px;
    margin-left: -5px;
  }
  .vitapay-instruction .md-gutters.row > .col,
  .vitapay-instruction .md-gutters.row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
  }
}

.vitapay-instruction .sm-gutters.row {
  margin-right: -5px;
  margin-left: -5px;
}

.vitapay-instruction .sm-gutters.row > .col,
.vitapay-instruction .sm-gutters.row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.vitapay-instruction .col {
  min-width: 0;
}

@media (max-width: 767.98px) {
  .vitapay-instruction .container {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
  }
  .vitapay-instruction .container-fluid {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
  }
  .vitapay-instruction .row {
    margin-right: -10px;
    margin-left: -10px;
  }
  .vitapay-instruction .row > .col,
  .vitapay-instruction .row > [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
  }
  .vitapay-instruction .no-gutters {
    margin-right: 0;
    margin-left: 0;
  }
  .vitapay-instruction .no-gutters > .col,
  .vitapay-instruction .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
}

.vitapay-instruction .shadow-s1 {
  -webkit-box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1), 0 3px 1px 0 rgba(20, 23, 28, 0.1);
  box-shadow: 0 0 1px 1px rgba(20, 23, 28, 0.1), 0 3px 1px 0 rgba(20, 23, 28, 0.1);
}

.vitapay-instruction .lutie-inherit {
  font-size: inherit;
}

.vitapay-instruction .lutie-8 {
  font-size: 8px;
}

.vitapay-instruction .lutie-10 {
  font-size: 10px;
}

.vitapay-instruction .lutie-11 {
  font-size: 11px;
}

.vitapay-instruction .lutie-12 {
  font-size: 12px;
}

.vitapay-instruction .lutie-13 {
  font-size: 13px;
}

.vitapay-instruction .lutie-14 {
  font-size: 14px;
}

.vitapay-instruction .fancy-title {
  position: relative;
  margin-bottom: 20px;
}

.vitapay-instruction .fancy-title h1,
.vitapay-instruction .fancy-title h2,
.vitapay-instruction .fancy-title h3,
.vitapay-instruction .fancy-title h4,
.vitapay-instruction .fancy-title h5,
.vitapay-instruction .fancy-title h6 {
  position: relative;
  display: inline-block;
  background-color: #fff;
  padding-right: 15px;
  margin-bottom: 0;
}

.vitapay-instruction .fancy-title h4,
.vitapay-instruction .fancy-title h5,
.vitapay-instruction .fancy-title h6 {
  padding-right: 10px;
}

.vitapay-instruction .fancy-title.title-border-color:before,
.vitapay-instruction .fancy-title.title-border:before,
.vitapay-instruction .fancy-title.title-double-border:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  border-top: 3px double #e5e5e5;
  left: auto;
  top: 46%;
  right: 0;
}

.vitapay-instruction .fancy-title.title-border:before {
  top: 49%;
  border-top: 1px solid #eee;
}

.vitapay-instruction .fancy-title.title-border-color:before {
  top: 49%;
  border-top: 1px solid #2C6D13;
  opacity: 0.6;
}

.vitapay-instruction .title-block {
  padding: 2px 0 3px 15px;
  border-left: 4px solid #2C6D13;
  margin-bottom: 15px;
  margin-top: 20px;
}

.vitapay-instruction .title-block-right {
  padding: 2px 15px 3px 0;
  border-left: 0;
  border-right: 7px solid #2C6D13;
  text-align: right;
}

.vitapay-instruction .title-block h1,
.vitapay-instruction .title-block h2,
.vitapay-instruction .title-block h3,
.vitapay-instruction .title-block h4 {
  margin-bottom: 0;
}

.vitapay-instruction .title-block > span {
  display: block;
  margin-top: 4px;
  color: #555;
  font-weight: 300;
}

.vitapay-instruction .title-block h1 + span {
  font-size: 22px;
}

.vitapay-instruction .title-block h2 + span {
  font-size: 19px;
}

.vitapay-instruction .title-block h3 + span {
  font-size: 17px;
}

.vitapay-instruction .title-block h4 {
  font-size: 18px;
}

.vitapay-instruction .title-block h4 + span {
  font-size: 14px;
  margin-top: 3px;
}

.vitapay-instruction .btn-animation {
  -webkit-box-shadow: 0 0 0 0 #2C6D13;
  box-shadow: 0 0 0 0 #2C6D13;
  cursor: pointer;
  -webkit-animation: apppulse 1.8s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: apppulse 1.8s infinite cubic-bezier(0.66, 0, 0, 1);
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  position: relative;
  z-index: 0;
}

@-webkit-keyframes apppulse {
  to {
    -webkit-box-shadow: 0 0 0 8px rgba(174, 32, 112, 0);
    box-shadow: 0 0 0 8px rgba(174, 32, 112, 0);
  }
}

@keyframes apppulse {
  to {
    -webkit-box-shadow: 0 0 0 8px rgba(174, 32, 112, 0);
    box-shadow: 0 0 0 8px rgba(174, 32, 112, 0);
  }
}

.vitapay-instruction .btn {
  max-width: 100%;
  white-space: inherit;
}

.vitapay-instruction .bootstrap-select .btn {
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #bdbdbd;
  padding: 0.375rem 10px;
  color: #212121 !important;
}

.vitapay-instruction .bootstrap-select .btn.dropdown-toggle {
  background-color: #fff;
}

.vitapay-instruction .bootstrap-select .bs-searchbox {
  margin-bottom: 5px;
}

.vitapay-instruction .bootstrap-select .bs-searchbox .form-control,
.vitapay-instruction .bootstrap-select .bs-searchbox .select2-container .select2-selection--single,
.vitapay-instruction .select2-container .bootstrap-select .bs-searchbox .select2-selection--single {
  font-size: 12px;
  padding: 5px 10px;
  height: auto;
  background: #eee;
  border: none;
}

.vitapay-instruction .btn-function,
.vitapay-instruction .dtt-section-more a.btn {
  display: block;
  border: 1px solid #e0e0e0;
  color: #0BA269;
  font-size: 12px;
  background: #fff;
}

.vitapay-instruction .btn-function:active,
.vitapay-instruction .btn-function:focus,
.vitapay-instruction .btn-function:hover,
.vitapay-instruction .dtt-section-more a.btn:active,
.vitapay-instruction .dtt-section-more a.btn:focus,
.vitapay-instruction .dtt-section-more a.btn:hover {
  background: #fff;
  border: 1px solid #e0e0e0;
  color: #0BA269;
  background: rgba(0, 102, 204, 0.05);
}

.vitapay-instruction .min-250 {
  min-width: 250px;
}

.vitapay-instruction .payon2 {
  display: block;
  position: relative;
  vertical-align: top;
}

.vitapay-instruction .payon2.is-active > .payon2-menu {
  display: block;
}

.vitapay-instruction .payon2-trigger {
  cursor: pointer;
}

.vitapay-instruction .payon2-menu {
  display: none;
  left: 0;
  padding-top: 4px;
  position: absolute;
  top: 100%;
  z-index: 20;
  margin-top: 8px;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
}

.vitapay-instruction .payon2-menu:after,
.vitapay-instruction .payon2-menu:before {
  bottom: 100%;
  left: 10%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.vitapay-instruction .payon2-menu:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 6px;
  margin-left: -6px;
}

.vitapay-instruction .payon2-menu:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #bdbdbd;
  border-width: 7px;
  margin-left: -7px;
}

.vitapay-instruction .payon2-menu.is-right {
  left: auto;
  right: 0;
}

.vitapay-instruction .payon2-menu.is-right:after,
.vitapay-instruction .payon2-menu.is-right:before {
  bottom: 100%;
  left: 90%;
}

.vitapay-instruction .input,
.vitapay-instruction input {
  padding: 0 10px;
  height: 39px;
  line-height: 39px;
  display: block;
  border: none;
  border: 1px solid #e0e0e0;
  border-radius: 0.25rem;
  width: 100%;
  background: #fff;
}

.vitapay-instruction .input:focus,
.vitapay-instruction .input:hover,
.vitapay-instruction input:focus,
.vitapay-instruction input:hover {
  border-color: #e0e0e0;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}

.vitapay-instruction .input.is-small,
.vitapay-instruction input.is-small {
  height: 30px;
  line-height: 30px;
}

.vitapay-instruction .input.is-danger,
.vitapay-instruction input.is-danger {
  border-color: #f55;
}

.vitapay-instruction .input-group {
  position: relative;
}

.vitapay-instruction .input-group .input {
  padding-right: 40px;
}

.vitapay-instruction .input-group.have-arrow-down .input {
  padding-right: 30px;
}

.vitapay-instruction .input-group.have-arrow-down:after {
  position: absolute;
  top: 17px;
  right: 10px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #9e9e9e transparent transparent transparent;
}

.vitapay-instruction .input-group-icon {
  color: #9e9e9e;
  position: absolute;
  right: 0;
  height: 100%;
  width: 36px;
  padding-top: 9px;
  text-align: center;
  top: 0;
}

.vitapay-instruction .list {
  position: relative;
  z-index: 1;
}

.vitapay-instruction .list ul {
  margin-bottom: 0;
}

.vitapay-instruction .list.is-simple {
  padding: 5px 0;
}

.vitapay-instruction .list.is-simple li {
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  line-height: 30px;
  height: 30px;
  padding-left: 10px;
  padding-right: 10px;
}

.vitapay-instruction .list.is-select li {
  padding-left: 30px;
}

.vitapay-instruction .svg-icon {
  height: 32px;
  width: 32px;
  display: inline-block;
  fill: currentColor;
  vertical-align: middle;
}

.vitapay-instruction .svg-icon-20 {
  width: 20px;
  height: 20px;
}

.vitapay-instruction .svg-icon-15 {
  width: 15px;
  height: 15px;
}

.vitapay-instruction .svg-icon-22 {
  width: 22px;
  height: 22px;
}

.vitapay-instruction .svg-icon-10 {
  width: 10px;
  height: 10px;
}

.vitapay-instruction .svg-icon-8 {
  width: 8px;
  height: 8px;
}

.vitapay-instruction .svg-icon-18 {
  width: 18px;
  height: 18px;
}

.vitapay-instruction .svg-gray-50 {
  fill: #9e9e9e;
}

.vitapay-instruction .svg-gray-40 {
  fill: #bdbdbd;
}

.vitapay-instruction svg:not(:root).svg-inline {
  overflow: visible;
}

.vitapay-instruction .svg-inline {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  width: 1em;
  overflow: visible;
  vertical-align: -0.125em;
  fill: currentColor;
}

.vitapay-instruction .svg-inline.svg-w {
  width: 1.25em;
}

.vitapay-instruction .svg-inline.svg-w-1 {
  width: 0.0625em;
}

.vitapay-instruction .svg-inline.svg-w-2 {
  width: 0.125em;
}

.vitapay-instruction .svg-inline.svg-w-3 {
  width: 0.1875em;
}

.vitapay-instruction .svg-inline.svg-w-4 {
  width: 0.25em;
}

.vitapay-instruction .svg-inline.svg-w-5 {
  width: 0.3125em;
}

.vitapay-instruction .svg-inline.svg-w-6 {
  width: 0.375em;
}

.vitapay-instruction .svg-inline.svg-w-7 {
  width: 0.4375em;
}

.vitapay-instruction .svg-inline.svg-w-8 {
  width: 0.5em;
}

.vitapay-instruction .svg-inline.svg-w-9 {
  width: 0.5625em;
}

.vitapay-instruction .svg-inline.svg-w-10 {
  width: 0.625em;
}

.vitapay-instruction .svg-inline.svg-w-11 {
  width: 0.6875em;
}

.vitapay-instruction .svg-inline.svg-w-12 {
  width: 0.75em;
}

.vitapay-instruction .svg-inline.svg-w-13 {
  width: 0.8125em;
}

.vitapay-instruction .svg-inline.svg-w-14 {
  width: 0.875em;
}

.vitapay-instruction .svg-inline.svg-w-15 {
  width: 0.9375em;
}

.vitapay-instruction .svg-inline.svg-w-16 {
  width: 1em;
}

.vitapay-instruction .svg-inline.svg-w-17 {
  width: 1.0625em;
}

.vitapay-instruction .svg-inline.svg-w-18 {
  width: 1.125em;
}

.vitapay-instruction .svg-inline.svg-w-19 {
  width: 1.1875em;
}

.vitapay-instruction .svg-inline.svg-w-20 {
  width: 1.25em;
}

.vitapay-instruction .svg-lg {
  font-size: 1.2em;
  line-height: 0.65em;
  vertical-align: -0.17em;
}

.vitapay-instruction .svg-xs {
  font-size: 0.75em;
}

.vitapay-instruction .svg-sm {
  font-size: 0.875em;
}

.vitapay-instruction .svg-md {
  font-size: 28px;
}

.vitapay-instruction .svg-1x {
  font-size: 1em;
}

.vitapay-instruction .svg-2x {
  font-size: 2em;
}

.vitapay-instruction .svg-3x {
  font-size: 3em;
}

.vitapay-instruction .svg-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.vitapay-instruction .svg-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.vitapay-instruction .svg-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.vitapay-instruction .svg-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.vitapay-instruction .svg-flip-vertical {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

.vitapay-instruction .fa-flip-vertical,
.vitapay-instruction .svg-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}

.vitapay-instruction .svg-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1);
  transform: scale(-1);
}

.vitapay-instruction :root .svg-flip-horizontal,
.vitapay-instruction :root .svg-flip-vertical,
.vitapay-instruction :root .svg-rotate-180,
.vitapay-instruction :root .svg-rotate-270,
.vitapay-instruction :root .svg-rotate-90 {
  -webkit-filter: none;
  filter: none;
}

.vitapay-instruction .embed-responsive-slider::before {
  padding-top: 37.97468%;
}

.vitapay-instruction .embed-responsive-product::before {
  padding-top: 116.19048%;
}

.vitapay-instruction .embed-responsive-img {
  background: #f5f5f5;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  border: 0;
  overflow: hidden;
}

.vitapay-instruction .embed-responsive-blog::before {
  padding-top: 51.28205%;
}

.vitapay-instruction .breadcrumb-container {
  background: #f5f5f5;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04), 0 1px 2px rgba(0, 0, 0, 0.04);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04), 0 1px 2px rgba(0, 0, 0, 0.04);
  font-size: 13px;
}

.vitapay-instruction .breadcrumb-container .breadcrumb {
  padding: 10px 0;
  margin-bottom: 0;
  background-color: transparent;
  white-space: nowrap;
  overflow-y: auto;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-overflow-scrolling: touch;
}

.vitapay-instruction .breadcrumb-container .breadcrumb a {
  font-weight: 500;
}

.vitapay-instruction .breadcrumb-container .breadcrumb::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
}

.vitapay-instruction .breadcrumb-container .breadcrumb-item.active {
  color: #212121;
}

.vitapay-instruction .breadcrumb-container.breadcrumb-small {
  background: 0 0;
  font-size: 12px;
}

.vitapay-instruction .breadcrumb-container.breadcrumb-small .breadcrumb {
  background: 0 0;
  padding: 0;
  margin-bottom: 0;
}

.vitapay-instruction .breadcrumb-container.breadcrumb-small .breadcrumb a {
  font-weight: 400;
  color: #9e9e9e;
}

.vitapay-instruction .breadcrumb-container.breadcrumb-small .breadcrumb-item.active {
  color: #424242 !important;
  font-weight: 400;
}

.vitapay-instruction .breadcrumb-container.breadcrumb-small .breadcrumb-item:hover a {
  color: #424242 !important;
}

.vitapay-instruction .breadcrumb-container.breadcrumb-small .breadcrumb-item + .breadcrumb-item {
  padding-left: 26px;
  position: relative;
  color: #9e9e9e;
}

.vitapay-instruction .breadcrumb-container.breadcrumb-small
.breadcrumb-item
+ .breadcrumb-item:before {
  position: absolute;
  left: 11px;
  content: "›";
  font-size: 16px;
  color: #9e9e9e;
  top: 0;
  line-height: 1;
}

.vitapay-instruction .breadcrumb-item {
  display: inline-block;
}

.vitapay-instruction .breadcrumb-item + .breadcrumb-item {
  padding-left: 25px;
  position: relative;
  font-weight: 700;
}

.vitapay-instruction .breadcrumb-item + .breadcrumb-item:before {
  position: absolute;
  left: 10px;
  content: "›";
  font-size: 22px;
  font-weight: 400;
  color: #9e9e9e;
  top: -3px;
  line-height: 1;
}

.vitapay-instruction .breadcrumb-item.breadcrumb-cat {
  padding-left: 20px;
  font-weight: 400;
  color: #424242;
  position: relative;
}

.vitapay-instruction .breadcrumb-item.breadcrumb-cat:before {
  position: absolute;
  left: 10px;
  line-height: 1;
  content: "";
  height: 95%;
  width: 1px;
  top: 1px;
  background: #bdbdbd;
  padding: 0;
}

.vitapay-instruction .breadcrumb-item.breadcrumb-cat a {
  color: inherit;
}

.vitapay-instruction .modal-content {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.5);
}

.vitapay-instruction .modal-footer.buttons-on-left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.vitapay-instruction .modal-header.faded {
  background-color: rgba(0, 0, 0, 0.05);
}

.vitapay-instruction .modal-header.smaller {
  font-size: 1.1rem;
}

.vitapay-instruction .modal-header .avatar,
.vitapay-instruction .modal-header span,
.vitapay-instruction .modal-header strong {
  display: inline-block;
  vertical-align: middle;
}

.vitapay-instruction .modal-header span {
  color: #999;
  margin-right: 5px;
}

.vitapay-instruction .modal-header .avatar {
  border-radius: 50%;
  width: 40px;
  height: auto;
}

.vitapay-instruction .modal-header .avatar + span {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 15px;
  margin-left: 15px;
}

.vitapay-instruction label {
  margin-bottom: 4px;
}

.vitapay-instruction .form-control.rounded,
.vitapay-instruction .modal__fullscreen .modal-footer .form-control.btn-primary-2,
.vitapay-instruction .modal__fullscreen
.modal-footer
.select2-container
.select2-selection--single.btn-primary-2,
.vitapay-instruction .navbar-container .form-control.btn,
.vitapay-instruction .navbar-container .select2-container .btn.select2-selection--single,
.vitapay-instruction .select2-container
.modal__fullscreen
.modal-footer
.select2-selection--single.btn-primary-2,
.vitapay-instruction .select2-container .navbar-container .btn.select2-selection--single,
.vitapay-instruction .select2-container .rounded.select2-selection--single {
  border-radius: 30px !important;
}

.vitapay-instruction .modal__fullscreen
.modal-footer
.select2-container
select.select2-selection--single.btn-primary-2,
.vitapay-instruction .modal__fullscreen .modal-footer select.form-control.btn-primary-2,
.vitapay-instruction .navbar-container .select2-container select.btn.select2-selection--single,
.vitapay-instruction .navbar-container select.form-control.btn,
.vitapay-instruction .select2-container
.modal__fullscreen
.modal-footer
select.select2-selection--single.btn-primary-2,
.vitapay-instruction .select2-container .navbar-container select.btn.select2-selection--single,
.vitapay-instruction .select2-container select.rounded.select2-selection--single,
.vitapay-instruction select.form-control.rounded {
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 40px;
  padding-left: 15px;
  background-position: right 5px top 50%;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
}

.vitapay-instruction .form-text {
  font-size: 0.9rem;
}

.vitapay-instruction .form-text.with-errors {
  color: #f55;
}

.vitapay-instruction .has-danger .form-control-feedback.text-muted {
  color: #f55 !important;
  font-weight: 400;
}

.vitapay-instruction .has-danger .form-control,
.vitapay-instruction .has-danger .select2-container .select2-selection--single,
.vitapay-instruction .select2-container .has-danger .select2-selection--single {
  border-color: #f55;
}

.vitapay-instruction .form-control,
.vitapay-instruction .select2-container .select2-selection--single {
  font-family: Nunito, sans-serif;
}

.vitapay-instruction .form-control.form-control-faded,
.vitapay-instruction .select2-container .form-control-faded.select2-selection--single {
  background-color: #bdbdbd;
}

.vitapay-instruction .form-control.bright,
.vitapay-instruction .select2-container .bright.select2-selection--single {
  border-color: #e2e4ef;
}

.vitapay-instruction .form-control[type="checkbox"],
.vitapay-instruction .select2-container .select2-selection--single[type="checkbox"] {
  width: auto;
  display: inline-block;
}

.vitapay-instruction .form-group {
  margin-bottom: 10px;
}

.vitapay-instruction .form-group .date-input {
  position: relative;
}

.vitapay-instruction .form-group .date-input:before {
  content: "\e972";
  font-size: 15px;
  color: #2C6D13;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.vitapay-instruction .form-group .date-input .form-control,
.vitapay-instruction .form-group .date-input .select2-container .select2-selection--single,
.vitapay-instruction .select2-container .form-group .date-input .select2-selection--single {
  padding-left: 35px;
}

.vitapay-instruction .form-check-input {
  margin-right: 0.5rem;
}

.vitapay-instruction .form-check.stick-right span {
  margin-right: 5px;
}

.vitapay-instruction .form-buttons-w {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.vitapay-instruction .form-buttons-w.compact {
  margin-top: 0.5rem;
}

.vitapay-instruction .form-buttons-w .btn + .btn {
  margin-left: 10px;
}

.vitapay-instruction label.bigger {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.vitapay-instruction label.smaller {
  font-size: 0.875rem;
  line-height: 1.5;
}

.vitapay-instruction fieldset {
  margin-top: 15px;
}

.vitapay-instruction fieldset legend {
  margin-bottom: 15px;
}

.vitapay-instruction legend {
  font-size: 1.1rem;
  display: block;
  margin-bottom: 1.5rem;
  position: relative;
  color: #2C6D13;
}

.vitapay-instruction legend span {
  padding: 0 0.5rem 0 0;
  background-color: #fff;
  display: inline-block;
  z-index: 2;
  position: relative;
}

.vitapay-instruction legend:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.vitapay-instruction .form-header {
  margin-bottom: 1rem;
  padding-top: 0.5rem;
  display: block;
}

.vitapay-instruction .form-desc {
  color: #999;
  margin-bottom: 1.5rem;
  font-weight: 300;
  font-size: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  display: block;
}

.vitapay-instruction .os-toggler-w {
  display: inline-block;
  margin-right: 10px;
}

.vitapay-instruction .os-toggler-w .os-toggler-i {
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.2);
  height: 20px;
  width: 35px;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.vitapay-instruction .os-toggler-w .os-toggler-i .os-toggler-pill {
  background-color: #fff;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 3px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.vitapay-instruction .os-toggler-w.on .os-toggler-i {
  background-color: #e1e6f2;
}

.vitapay-instruction .os-toggler-w.on .os-toggler-i .os-toggler-pill {
  -webkit-transform: translate(15px, -50%);
  transform: translate(15px, -50%);
  background-color: #2C6D13;
}

.vitapay-instruction .loading {
  color: transparent !important;
  min-height: 0.8rem;
  pointer-events: none;
  position: relative;
}

.vitapay-instruction .loading::after {
  -webkit-animation: loading 0.5s infinite linear;
  animation: loading 0.5s infinite linear;
  border: 0.1rem solid #9e9e9e;
  border-radius: 50%;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 0.8rem;
  left: 50%;
  margin-left: -0.4rem;
  margin-top: -0.4rem;
  position: absolute;
  top: 50%;
  width: 0.8rem;
  z-index: 1;
}

.vitapay-instruction .loading.loading-lg {
  min-height: 2rem;
}

.vitapay-instruction .loading.loading-lg::after {
  height: 1.6rem;
  margin-left: -0.8rem;
  margin-top: -0.8rem;
  width: 1.6rem;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.vitapay-instruction .des-toast {
  padding: 15px;
}

.vitapay-instruction .des-toast-title {
  font-size: 16px;
}

.vitapay-instruction .des-toast-content {
  padding-left: 15px;
}

.vitapay-instruction .des-toast-txt {
  color: #757575;
}

.vitapay-instruction .des-toast-close {
  position: absolute;
  top: 3px;
  right: 8px;
  z-index: 2;
}

.vitapay-instruction .alert {
  padding: 15px 20px;
  background: #fffbe8;
  position: relative;
}

.vitapay-instruction .alert-title {
  font-size: 16px;
}

.vitapay-instruction .alert-close {
  font-size: 20px;
  color: #212121;
  position: absolute;
  z-index: 1;
  line-height: 1;
  top: -5px;
  right: -5px;
  opacity: 0.5;
}

.vitapay-instruction .avatar {
  width: 70px;
  height: 70px;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  padding: 5px;
  background: #fff;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.vitapay-instruction .avatar-img {
  max-width: 100%;
  margin: 0 auto;
}

.vitapay-instruction #back-to-top .top {
  z-index: 999;
  position: fixed;
  margin: 0;
  color: #fff;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: fixed;
  bottom: 50%;
  margin-bottom: 15px;
  right: 32px;
  border-radius: 50%;
  z-index: 999;
  background: 0 0;
  font-size: 14px;
  background: #2C6D13;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
}

.vitapay-instruction #back-to-top .top:hover {
  background: #d8298c;
}

.vitapay-instruction #back-to-top .face {
  z-index: 999;
  position: fixed;
  margin: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: fixed;
  bottom: 50%;
  margin-bottom: -115px;
  right: 32px;
  z-index: 999;
  width: 34px;
  height: 34px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
}

.vitapay-instruction #back-to-top .face:hover {
  opacity: 0.9 !important;
}

.vitapay-instruction #back-to-top .call {
  z-index: 999;
  position: fixed;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: fixed;
  bottom: 50%;
  margin-bottom: -75px;
  right: 5px;
  text-align: center;
  z-index: 999;
  background: 0 0;
  line-height: 1.3;
  opacity: 0;
  visibility: hidden;
}

.vitapay-instruction #back-to-top .call:hover {
  color: #d8298c;
}

.vitapay-instruction #back-to-top .call a {
  display: block;
}

.vitapay-instruction #back-to-top .call-mobile {
  display: none;
}

@media (max-width: 767.98px) {
  .vitapay-instruction #back-to-top .top {
    bottom: 80px;
    margin-bottom: 0;
    right: 10px;
  }
  .vitapay-instruction #back-to-top .face {
    bottom: 100px;
    margin-bottom: 0;
    right: 10px;
  }
  .vitapay-instruction #back-to-top .call {
    display: none;
    background: #fff;
    padding: 5px 10px 10px;
    border-radius: 0 0 0 4px;
    -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.175);
    right: 0;
    opacity: 1;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .vitapay-instruction #back-to-top .call a img {
    display: none;
  }
  .vitapay-instruction #back-to-top .call .call-mobile {
    display: block;
    -webkit-box-shadow: 0 6px 15px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.175);
    background-color: #fff;
    display: block;
    position: absolute;
    left: -46px;
    padding: 10px;
    width: 46px;
    top: 0;
    border-radius: 4px 0 0 4px;
    color: #fff;
    text-align: center;
  }
  .vitapay-instruction #back-to-top .call .call-mobile img {
    width: 27px;
  }
  .vitapay-instruction #back-to-top .call.is-active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .vitapay-instruction #back-to-top .call.is-active .call-mobile {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.vitapay-instruction #back-to-top.active .call,
.vitapay-instruction #back-to-top.active .face,
.vitapay-instruction #back-to-top.active .top {
  visibility: visible;
  opacity: 1;
}

.vitapay-instruction #back-to-top span {
  margin-top: 4px;
  display: block;
  line-height: 8px;
  font-size: 11px;
}

.vitapay-instruction .newUI {
  position: fixed;
  z-index: 1030;
  bottom: 30px;
  right: 10px;
}

@media (max-width: 767.98px) {
  .vitapay-instruction .newUI {
    bottom: 180px;
    right: -15px;
  }
  .vitapay-instruction .newUI .newUI-close {
    width: 22px;
    height: 22px;
    top: -10px;
    right: 18px;
    background-color: #fbebf4;
    color: #2C6D13;
  }
  .vitapay-instruction .newUI .newUI-close svg {
    width: 18px;
    height: 18px;
  }
  .vitapay-instruction .newUI .newUI-close:focus,
  .vitapay-instruction .newUI .newUI-close:hover {
    color: #fff;
    background-color: #a9a9a9;
  }
}

.vitapay-instruction .newUI-close {
  position: absolute;
  width: 24px;
  height: 24px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1;
  top: -5px;
  right: 8px;
  background-color: #b6b6b6;
}

.vitapay-instruction .newUI-close svg {
  width: 18px;
  height: 18px;
}

.vitapay-instruction .newUI-close:focus,
.vitapay-instruction .newUI-close:hover {
  color: #fff;
  background-color: #a9a9a9;
}

.vitapay-instruction .izlude {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.vitapay-instruction .izlude .navbar {
  padding-top: 0;
  padding-bottom: 0;
  height: 54px;
}

.vitapay-instruction .izlude .izlude-nav {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.vitapay-instruction .izlude .izlude-nav .nav-link {
  white-space: nowrap;
  text-align: center;
  font-size: 12px;
  padding: 0 13px;
}

.vitapay-instruction .izlude .izlude-nav .nav-link.pd-less {
  padding: 0 10px;
}

.vitapay-instruction .izlude .izlude-nav .nav-link:hover {
  color: #ffcd00;
}

@media (max-width: 1199.98px) {
  .vitapay-instruction .izlude .izlude-nav .nav-link {
    padding: 0 10px;
  }
  .vitapay-instruction .izlude .izlude-nav .nav-link.pd-less {
    padding: 0 5px;
  }
}

.vitapay-instruction .izlude .izlude-nav .nav-link-icon {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  height: 22px;
  margin-bottom: 4px;
  margin-top: 2px;
}

.vitapay-instruction .izlude-logo {
  margin-left: 0;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 6px;
}

.vitapay-instruction .izlude-logo {
  height: auto;
  padding: 0;
}

.vitapay-instruction .izlude-search-btn {
  margin-left: 0;
}

.vitapay-instruction .izlude-search-btn .btn {
  padding-left: 10px;
  padding-right: 12px;
  background: #fff;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-color: #fff;
  line-height: 0;
  border-left: 0;
  color: #2C6D13;
}

.vitapay-instruction .izlude-search-btn .btn:active,
.vitapay-instruction .izlude-search-btn .btn:focus,
.vitapay-instruction .izlude-search-btn .btn:hover {
  color: #2C6D13;
  background: #fff;
}

.vitapay-instruction .izlude-search {
  margin-left: 20px;
  position: relative;
}

.vitapay-instruction .izlude-search .input-group .form-control,
.vitapay-instruction .izlude-search .input-group .select2-container .select2-selection--single,
.vitapay-instruction .select2-container .izlude-search .input-group .select2-selection--single {
  width: 300px;
  padding-left: 10px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  height: 38px;
  background: #fff;
  border-color: #fff;
  border-right: 0;
  color: #424242;
}

.vitapay-instruction .izlude-search .input-group .form-control::-webkit-input-placeholder,
.vitapay-instruction .izlude-search
.input-group
.select2-container
.select2-selection--single::-webkit-input-placeholder,
.vitapay-instruction .select2-container
.izlude-search
.input-group
.select2-selection--single::-webkit-input-placeholder {
  color: #9e9e9e;
}

.vitapay-instruction .izlude-search .input-group .form-control::-ms-input-placeholder,
.vitapay-instruction .izlude-search
.input-group
.select2-container
.select2-selection--single::-ms-input-placeholder,
.vitapay-instruction .select2-container
.izlude-search
.input-group
.select2-selection--single::-ms-input-placeholder {
  color: #9e9e9e;
}

.vitapay-instruction .izlude-search .input-group .form-control::placeholder,
.vitapay-instruction .izlude-search
.input-group
.select2-container
.select2-selection--single::placeholder,
.vitapay-instruction .select2-container
.izlude-search
.input-group
.select2-selection--single::placeholder {
  color: #9e9e9e;
}

@media (max-width: 1199.98px) {
  .vitapay-instruction .izlude-search .input-group .form-control,
  .vitapay-instruction .izlude-search .input-group .select2-container .select2-selection--single,
  .vitapay-instruction .select2-container .izlude-search .input-group .select2-selection--single {
    width: 250px;
  }
}

.vitapay-instruction .momo-logo {
  border-radius: 8px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.vitapay-instruction .momo-logo-icon {
  color: #2C6D13;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.vitapay-instruction .momo-logo-icon {
  width: 34px;
  height: 34px;
}

.vitapay-instruction .momo-logo {
  width: 44px;
  height: 44px;
}

.vitapay-instruction .juno {
  height: 40px;
  background: #fff;
  background: #2C6D13;
  position: relative;
  z-index: 20;
}

.vitapay-instruction .juno-menu {
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.vitapay-instruction .juno-menu-btn {
  display: block;
  cursor: pointer;
  height: 44px;
  line-height: 44px;
  position: relative;
  padding-left: 26px;
  color: #fff;
}

.vitapay-instruction .juno-menu-icon {
  width: 15px;
  position: absolute;
  height: 15px;
  top: 14px;
  fill: rgba(255, 255, 255, 0.8);
  left: 0;
}

.vitapay-instruction .juno-menu {
  margin-left: 20px;
}

.vitapay-instruction .juno-menu:hover .juno-menu-btn {
  color: #fff;
}

.vitapay-instruction .juno-menu:hover .juno-menu-btn .juno-menu-icon {
  fill: #fff;
}

.vitapay-instruction .juno-menu:hover .juno-menu-category {
  opacity: 1;
  visibility: visible;
}

.vitapay-instruction .juno-menu-category {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  position: relative;
}

.vitapay-instruction .juno-menu-category:before {
  border-color: transparent transparent #e8e9eb transparent;
  top: -14px;
  border-style: solid;
  border-width: 0 10px 13px;
  content: "" !important;
  height: 0;
  position: absolute;
  left: 14px;
  width: 0;
}

.vitapay-instruction .juno-menu-category:after {
  border-color: transparent transparent #fff transparent;
  top: -12px;
  border-style: solid;
  border-width: 0 10px 13px;
  content: "" !important;
  height: 0;
  position: absolute;
  left: 14px;
  width: 0;
}

.vitapay-instruction .juno-noti {
  height: 40px;
  line-height: 40px;
  color: #fff;
}

.vitapay-instruction .juno-menu {
  position: relative;
}

.vitapay-instruction .juno-menu-list {
  position: absolute;
  top: 100%;
  z-index: 10;
  background: #fff;
  font-size: 15px;
  border-top: none;
  padding: 16px 0;
  width: 270px;
  min-height: 250px;
  border: none;
  border-radius: 0;
  border-bottom-left-radius: 2px;
  border-top: 1px solid #e8e9eb;
  -webkit-box-shadow: 0 4px 16px rgba(20, 23, 28, 0.25);
  box-shadow: 0 4px 16px rgba(20, 23, 28, 0.25);
  color: #505763;
  margin: 0;
}

.vitapay-instruction .juno-menu-list-sub {
  width: 100%;
  background: #fff;
}

.vitapay-instruction .juno-menu-list-secondary {
  position: absolute;
  left: 100%;
  top: -1px;
  min-height: 100%;
  visibility: hidden;
  opacity: 0;
  white-space: nowrap;
}

.vitapay-instruction .juno-menu-list-secondary.is-active {
  visibility: visible;
  opacity: 1;
}

.vitapay-instruction .juno-menu-list-secondary .juno-menu-link.is-active .juno-menu-link,
.vitapay-instruction .juno-menu-list-secondary .juno-menu-link:hover .juno-menu-link {
  background: 0 0;
  color: #2C6D13;
}

.vitapay-instruction .juno-menu-list-secondary .juno-menu-link.is-active .juno-menu-link:after,
.vitapay-instruction .juno-menu-list-secondary .juno-menu-link:hover .juno-menu-link:after {
  opacity: 0;
}

.vitapay-instruction .juno-menu-link {
  padding: 5px 15px;
  padding-left: 50px;
  position: relative;
  color: #212121;
  display: block;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

.vitapay-instruction .juno-menu-link.no-icon {
  padding-left: 15px;
}

.vitapay-instruction .juno-menu-link.is-active {
  background: #f5f5f5;
  color: #2C6D13;
}

.vitapay-instruction .juno-menu-link.is-active:after {
  opacity: 1;
}

.vitapay-instruction .juno-menu-arrow {
  color: #9e9e9e;
  font-size: 9px;
  position: absolute;
  right: 10px;
  top: 12px;
  pointer-events: none;
}

.vitapay-instruction .juno-menu-svg {
  position: absolute;
  top: 7px;
  left: 15px;
  width: 18px;
  height: 18px;
  fill: #757575;
}

.vitapay-instruction .slider-section {
  margin-top: 20px;
}

.vitapay-instruction .lazyload,
.vitapay-instruction .lazyloading,
.vitapay-instruction .swiper-lazy {
  opacity: 0;
}

.vitapay-instruction .lazyloaded,
.vitapay-instruction .swiper-lazy-loaded {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.vitapay-instruction .gallery-top {
  background: #eee;
}

.vitapay-instruction .gallery-thumbs {
  background: #fff;
  margin-left: -1px;
}

.vitapay-instruction .gallery-thumbs .swiper-slide {
  display: block;
  background: #fff;
  padding: 5px 10px;
  height: 48px;
  line-height: 1.3;
  cursor: pointer;
  width: 20%;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  position: relative;
  color: #616161;
}

.vitapay-instruction .gallery-thumbs .swiper-slide:last-child:before {
  display: none;
}

.vitapay-instruction .gallery-thumbs .swiper-slide:before {
  content: "";
  height: 70%;
  width: 1px;
  background: #e0e0e0;
  right: -1px;
  z-index: 1;
  position: absolute;
}

.vitapay-instruction .gallery-thumbs .swiper-slide.is-active {
  color: #000;
  font-weight: 700;
}

.vitapay-instruction .gallery-thumbs .swiper-slide.is-active:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 2px;
  background: #2C6D13;
}

@media (max-width: 991.98px) {
  .vitapay-instruction .gallery-thumbs {
    display: none;
  }
}

.vitapay-instruction .hotnew-container {
  margin-left: 10px;
}

.vitapay-instruction .hotnew-nav {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.vitapay-instruction .hotnew-nav .nav-link {
  border: none;
  border-bottom: 3px solid #2C6D13;
  background: #9e9e9e;
  color: #212121;
  padding: 3px 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.vitapay-instruction .hotnew-nav .nav-link:focus,
.vitapay-instruction .hotnew-nav .nav-link:hover {
  border: none;
  border-bottom: 3px solid #2C6D13;
}

.vitapay-instruction .hotnew-nav .nav-link.active {
  padding: 5px 10px;
  border-bottom: 3px solid #2C6D13;
  background: #2C6D13;
  color: #fff;
}

.vitapay-instruction .hotnew-tab-content {
  height: 217px;
  border-width: 1px;
  border-style: solid;
  border-color: transparent #9e9e9e #9e9e9e #9e9e9e;
  background: #fff;
  overflow-y: auto;
  padding: 0 10px 20px;
  position: relative;
}

@media (max-width: 1199.98px) {
  .vitapay-instruction .hotnew-tab-content {
    height: 174px;
  }
}

.vitapay-instruction .hotnew-question-more {
  position: absolute;
  bottom: 5px;
  right: 10px;
}

.vitapay-instruction .hotnew-question-item {
  position: relative;
  padding: 16px 0;
}

.vitapay-instruction .hotnew-question-item:not(:last-child) {
  border-bottom: 1px solid #e0e0e0;
}

@media (max-width: 1199.98px) {
  .vitapay-instruction .hotnew-question-item {
    padding: 10px 0;
  }
}

.vitapay-instruction .hotnew-question-icon {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.vitapay-instruction .hotnew-banner {
  margin-top: 10px;
  margin-left: 10px;
}

@media (max-width: 991.98px) {
  .vitapay-instruction .hotnew-banner {
    margin-left: 0;
  }
}

.vitapay-instruction .porlet-container {
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #eee;
}

.vitapay-instruction .porlet-padding {
  padding: 20px 15px;
}

.vitapay-instruction .porlet-padding.is-big {
  padding: 30px 30px;
}

@media (max-width: 767.98px) {
  .vitapay-instruction .porlet-padding {
    padding: 10px 10px;
  }
  .vitapay-instruction .porlet-padding.is-big {
    padding: 20px 15px;
  }
}

.vitapay-instruction .porlet-title-space {
  padding: 5px 15px 0;
}

.vitapay-instruction .porlet-title-space.gray {
  background: #a4a4a4;
  padding: 0 15px 0;
}

.vitapay-instruction .porlet-title-space.gray .porlet-title {
  color: #fff;
  border-bottom: 0;
  padding: 10px 0;
}

.vitapay-instruction .porlet-title {
  padding: 15px 0;
  font-size: 1rem;
  font-weight: 700;
  border-bottom: 1px solid #eee;
}

@media (max-width: 767.98px) {
  .vitapay-instruction .porlet-title-space {
    padding: 5px 10px 0;
  }
  .vitapay-instruction .porlet-title {
    padding: 10px 0;
  }
}

.vitapay-instruction .prontera-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1030;
}

.vitapay-instruction .prontera {
  position: relative;
  background: #fff;
  height: 44px;
  font-size: 1rem;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-weight: 700;
}

.vitapay-instruction .prontera.prontera-blue {
  background: #0BA269;
  color: #fff;
}

.vitapay-instruction .prontera.prontera-blue a {
  color: #fff;
}

.vitapay-instruction .prontera.prontera-blue a:focus,
.vitapay-instruction .prontera.prontera-blue a:hover {
  color: #fff;
}

.vitapay-instruction .prontera.prontera-blue:before {
  display: none;
}

.vitapay-instruction .prontera.prontera-gray {
  background: #eee;
}

.vitapay-instruction .prontera.prontera-gray:before {
  display: none;
}

.vitapay-instruction .prontera:before {
  content: "";
  position: absolute;
  background-color: #e0e0e0;
  display: block;
  z-index: 15;
  top: auto;
  right: auto;
  bottom: -1px;
  left: 0;
  height: 1px;
  width: 100%;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.vitapay-instruction .prontera .search-input-container {
  background: #eee;
}

.vitapay-instruction .prontera .prontera-left,
.vitapay-instruction .prontera .prontera-right {
  text-align: center;
  padding: 0;
}

.vitapay-instruction .prontera-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.vitapay-instruction .prontera-link {
  display: block;
  min-width: 44px;
  height: 44px;
  line-height: 44px;
}

.vitapay-instruction .prontera-link .svg-inline {
  font-size: 20px;
  line-height: 44px;
  vertical-align: middle;
}

.vitapay-instruction .prontera-link .active {
  color: #0BA269;
}

.vitapay-instruction .prontera-title {
  line-height: 1.2;
}

.vitapay-instruction .prontera-subtitle {
  display: block;
  font-size: 10px;
}

.vitapay-instruction .search-input-container {
  background: #eee;
  height: 35px;
  border-radius: 5px;
}

.vitapay-instruction .search-input-container:hover {
  background: #e0e0e0;
}

.vitapay-instruction .search-input .form-control,
.vitapay-instruction .search-input .select2-container .select2-selection--single,
.vitapay-instruction .select2-container .search-input .select2-selection--single {
  border: none;
  background: 0 0;
  padding-left: 10px;
  padding-right: 0;
  font-size: 13px;
}

.vitapay-instruction .search-input .form-control:focus,
.vitapay-instruction .search-input .select2-container .select2-selection--single:focus,
.vitapay-instruction .select2-container .search-input .select2-selection--single:focus {
  border: none;
}

.vitapay-instruction .search-input-icon {
  width: 28px;
  font-size: 16px;
  text-align: right;
  color: #9e9e9e;
  line-height: 0;
}

.vitapay-instruction .search-result-mobile .search-recent {
  width: 100%;
  top: 0;
  position: relative;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-bottom: 1px solid #eee;
}

.vitapay-instruction .search-result-mobile .search-result {
  width: 100%;
  top: 0;
  position: relative;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-bottom: 1px solid #eee;
}

.vitapay-instruction .search-result-mobile .search-result-type {
  position: relative;
  float: none;
  width: 100%;
  padding: 5px 10px;
  text-transform: uppercase;
  font-size: 11px;
}

.vitapay-instruction .search-result-mobile .search-result-content {
  margin-left: 0;
}

.vitapay-instruction .global-social {
  position: fixed;
  left: 0;
  top: 30%;
  z-index: 99;
  color: #fff;
  margin: 0;
  padding: 0;
}

@media (max-width: 991.98px) {
  .vitapay-instruction .global-social {
    top: auto;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
  }
}

.vitapay-instruction .global-social-item {
  display: none;
}

.vitapay-instruction .global-social-item.title {
  display: none;
  padding: 0 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.vitapay-instruction .global-social-item a {
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  width: 44px;
  height: 48px;
  color: #fff;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

.vitapay-instruction .global-social-item a:hover {
  width: 55px;
  background: rgba(0, 0, 0, 0.8);
}

@media (max-width: 991.98px) {
  .vitapay-instruction .global-social-item.title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .vitapay-instruction .global-social-item a {
    background: 0 0;
    font-size: 18px;
    width: 50px;
    height: 40px;
  }
  .vitapay-instruction .global-social-item a:hover {
    width: 50px;
    background: 0 0;
  }
}

.vitapay-instruction .mck-macbook {
  position: relative;
}

.vitapay-instruction .mck-macbook-img {
  position: absolute;
  position: absolute;
  margin: 3.3% 16%;
  cursor: pointer;
}

.vitapay-instruction .mck-macbook-img img {
  width: 100%;
}

.vitapay-instruction .mck-macbook-play {
  position: absolute;
  opacity: 0.8;
  font-size: 60px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  background: #fff;
  border-radius: 50%;
  z-index: 1;
}

.vitapay-instruction .scroll1::-webkit-scrollbar {
  width: 8px;
}

.vitapay-instruction .scroll1::-webkit-scrollbar-thumb {
  background: #9e9e9e;
  border-radius: 20px;
}

.vitapay-instruction .scroll1::-webkit-scrollbar-track {
  background: #eee;
  border-radius: 20px;
}

.vitapay-instruction .card {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.vitapay-instruction .navbar-container {
  font-size: 15px;
}

.vitapay-instruction .navbar-container .svg-icon {
  fill: none;
}

.vitapay-instruction .navbar-container .svg-icon {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  width: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}

.vitapay-instruction .navbar-container .momo__logo {
  width: 30px;
  height: 30px;
  color: #fff;
  fill: #fff;
}

.vitapay-instruction .menu-open {
  overflow: hidden !important;
}

.vitapay-instruction .header-position {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 999;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
}

.vitapay-instruction .navbar-container {
  -webkit-box-shadow: inset 0 -1px 0 #e0e0e0;
  box-shadow: inset 0 -1px 0 #e0e0e0;
}

.vitapay-instruction .nav-item {
  position: relative;
}

.vitapay-instruction .nav-item .nav-link {
  position: relative;
}

.vitapay-instruction .nav-item.is-active.has-dropdown .nav-dropdown__container {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: visible;
}

.vitapay-instruction .nav-item.is-active.has-dropdown .svg-icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.vitapay-instruction .nav-item.is-active.has-dropdown .nav-link {
  position: relative;
}

.vitapay-instruction .nav-item.is-active.has-dropdown .nav-link:before {
  opacity: 1;
}

.vitapay-instruction .nav-item .svg-icon {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
}

.vitapay-instruction .header__logo {
  background-color: #a50064;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
}

@media (max-width: 767.98px) {
  .vitapay-instruction .header__logo {
    margin-left: 15px;
  }
}

.vitapay-instruction .header__container {
  height: 58px;
}

.vitapay-instruction .header__container .nav-link {
  font-weight: 700;
  height: 58px;
  line-height: 58px;
  white-space: nowrap;
  padding-top: 0;
  padding-bottom: 0;
}

@media (max-width: 991.98px) {
  .vitapay-instruction .header__search {
    width: 100%;
  }
}

.vitapay-instruction .h-search__form {
  width: 200px;
  position: relative;
}

@media (max-width: 991.98px) {
  .vitapay-instruction .h-search__form {
    width: 100%;
  }
  .vitapay-instruction .h-search__form .h-search__input {
    height: 40px;
  }
}

.vitapay-instruction .h-search__input {
  background-color: #fff;
}

.vitapay-instruction .h-search__input:focus,
.vitapay-instruction .h-search__input:hover {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #e0e0e0;
}

.vitapay-instruction .h-search__icon {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  z-index: 1;
  color: #9e9e9e;
}

.vitapay-instruction .nav-dropdown__container {
  min-width: 16rem;
  position: absolute;
  z-index: 1000;
  left: 0;
  top: 52px;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  padding-top: 25px;
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
  -webkit-transition: opacity 0.1s ease-in, visibility 0.1s ease-in,
 -webkit-transform 0.1s ease-in;
  transition: opacity 0.1s ease-in, visibility 0.1s ease-in,
 -webkit-transform 0.1s ease-in;
  transition: opacity 0.1s ease-in, visibility 0.1s ease-in,
 transform 0.1s ease-in;
  transition: opacity 0.1s ease-in, visibility 0.1s ease-in,
 transform 0.1s ease-in, -webkit-transform 0.1s ease-in;
  will-change: transform, opacity;
}

.vitapay-instruction .nav-dropdown__container:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-bottom: 14px solid #fff;
  position: absolute;
  top: 12px;
  left: 35px;
  margin-left: -5px;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}

.vitapay-instruction .nav-dropdown__container:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #e0e0e0;
  position: absolute;
  top: 11px;
  left: 34px;
  margin-left: -5px;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}

.vitapay-instruction .nav-dropdown {
  background-color: #fff;
  border-radius: 5px;
  width: 100%;
  overflow: hidden;
  position: relative;
  border: 1px solid #e0e0e0;
  -webkit-box-shadow: 0 1px 24px rgba(45, 62, 80, 0.12);
  box-shadow: 0 1px 24px rgba(45, 62, 80, 0.12);
}

.vitapay-instruction .nav-dropdown__content {
  padding: 15px;
}

.vitapay-instruction .nav-dropdown-wrap {
  width: 100%;
}

.vitapay-instruction .nav-dropdown-sub {
  border-top: 1px solid #e0e0e0;
  background-color: #f5f5f5;
}

.vitapay-instruction .nav-mega__item {
  position: relative;
  width: 100%;
  min-height: 40px;
  margin-bottom: 5px;
  padding: 8px 15px;
  border-radius: 5px;
}

.vitapay-instruction .nav-mega__item:focus,
.vitapay-instruction .nav-mega__item:hover {
  background-color: rgba(165, 0, 100, 0.05);
}

.vitapay-instruction .nav-mega__item:focus .nav-mega__title,
.vitapay-instruction .nav-mega__item:hover .nav-mega__title {
  color: #a50064;
}

.vitapay-instruction .nav-mega__icon {
  width: 38px;
  height: 38px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 10px;
  left: 8px;
}

.vitapay-instruction .nav-mega__icon img {
  width: 100%;
}

.vitapay-instruction .nav-mega__content {
  margin-left: 44px;
}

.vitapay-instruction .nav-mega__title {
  font-weight: 700;
  color: #424242;
}

.vitapay-instruction .nav_mega__sub {
  font-size: 12px;
  color: #757575;
}

.vitapay-instruction .nav-maga__more {
  padding-left: 50px;
  position: relative;
  font-size: 12px;
  padding-top: 5px;
  color: #616161;
}

.vitapay-instruction .nav-maga__more .title {
  color: #2C6D13;
  font-size: 11px;
  font-weight: 700;
}

.vitapay-instruction .nav-maga__more .list li {
  margin-bottom: 3px;
}

.vitapay-instruction .nav-maga__more:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 17px;
  width: 7px;
  border-bottom: 2px solid rgba(165, 0, 100, 0.4);
  border-left: 2px solid rgba(165, 0, 100, 0.4);
  border-radius: 0 0 0 4px;
}

.vitapay-instruction .hamburger {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: 0 !important;
  line-height: 0 !important;
  cursor: pointer;
}

.vitapay-instruction .mobile-menu__wrap {
  position: absolute;
  top: 58px;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 0;
  background: #fff;
  -webkit-box-shadow: inset 0 -1px 0 0 #fff, 0 1px 5px rgba(0, 0, 0, 0.02);
  box-shadow: inset 0 -1px 0 0 #fff, 0 1px 5px rgba(0, 0, 0, 0.02);
  -webkit-transition: all 0.5s ease-out, background 1s ease-out;
  transition: all 0.5s ease-out, background 1s ease-out;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  overflow: hidden;
  -webkit-backdrop-filter: blur(3px);
}

.vitapay-instruction .mobile-menu__wrap.is-open {
  height: calc(100vh - 58px);
  -webkit-transition: all 0.3s ease-in, background 0.5s ease-in;
  transition: all 0.3s ease-in, background 0.5s ease-in;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  overflow: hidden;
}

.vitapay-instruction .mobile-menu__wrap.is-open .mobile-menu {
  padding-bottom: 70px;
}

.vitapay-instruction .mobile-menu {
  padding: 0;
  background-color: #f5f5f5;
  max-height: calc(100vh - 48px);
  overflow-y: scroll;
}

.vitapay-instruction .mobile-menu__item {
  background-color: #fff;
  position: relative;
}

.vitapay-instruction .mobile-menu__item:not(:last-child):after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 1px;
  left: 0;
  right: 0;
  background: #eee;
}

.vitapay-instruction .mobile-menu__btn {
  display: block;
  font-weight: 700;
  color: #616161;
  padding: 12px 15px;
}

.vitapay-instruction .mobile-menu__btn:focus,
.vitapay-instruction .mobile-menu__btn:hover {
  color: #616161;
}

.vitapay-instruction .mobile-menu__btn h5 {
  font-size: 18px;
}

.vitapay-instruction .mobile-menu__btn[aria-expanded="true"] {
  -webkit-box-shadow: 0 2px 3px 0 rgba(13, 12, 34, 0.08);
  box-shadow: 0 2px 3px 0 rgba(13, 12, 34, 0.08);
  z-index: 2;
  position: relative;
}

.vitapay-instruction .mobile-menu__btn[aria-expanded="true"] .icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.vitapay-instruction .mobile-menu__content {
  margin-bottom: 0;
  background-color: #f8f8f8;
  padding: 5px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.vitapay-instruction .mobile-menu__content li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  min-width: 0;
  max-width: 50%;
  padding: 0 5px;
}

.vitapay-instruction .mobile-menu__content li a {
  border-bottom: 1px solid #eee;
  position: relative;
  padding: 10px 0 10px 24px;
  display: block;
  font-size: 14px;
  color: #616161;
}

.vitapay-instruction .mobile-menu__content li .icon {
  position: absolute;
  width: 20px;
  left: 0;
}

.vitapay-instruction .mobile-menu__content li:nth-last-child(1) a {
  border-bottom: none;
}

.vitapay-instruction .mobile-menu__content li:nth-last-child(2) a {
  border-bottom: none;
}

@media (max-width: 320px) {
  .vitapay-instruction .mobile-menu__content li a {
    padding: 10px 0 10px 0;
  }
  .vitapay-instruction .mobile-menu__content li .icon {
    display: none;
  }
}

.vitapay-instruction .nav-simple__item {
  position: relative;
  padding: 10px 10px;
}

.vitapay-instruction .nav-simple__item:focus .nav-mega__title,
.vitapay-instruction .nav-simple__item:hover .nav-mega__title {
  color: #212121;
}

.vitapay-instruction .nav-simple__item:focus .nav-simple__icon,
.vitapay-instruction .nav-simple__item:hover .nav-simple__icon {
  opacity: 1;
}

.vitapay-instruction .nav-simple__icon {
  max-width: 20px;
  max-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 5px;
  opacity: 0.6;
}

.vitapay-instruction .nav-simple__icon img,
.vitapay-instruction .nav-simple__icon svg {
  width: 100%;
  height: 20px;
}

.vitapay-instruction .nav-simple__content {
  margin-left: 30px;
}

.vitapay-instruction .header__search {
  position: relative;
}

@media (max-width: 1199.98px) {
  .vitapay-instruction .header__search__wrap {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

.vitapay-instruction .nav-big__item {
  padding: 10px 15px;
  position: relative;
  border-radius: 5px;
}

.vitapay-instruction .nav-big__item:focus,
.vitapay-instruction .nav-big__item:hover {
  background-color: rgba(165, 0, 100, 0.05);
}

.vitapay-instruction .nav-big__item:focus .nav-big__title,
.vitapay-instruction .nav-big__item:hover .nav-big__title {
  color: #a50064;
}

.vitapay-instruction .nav-big__title {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 700;
  color: #616161;
  padding-bottom: 4px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.vitapay-instruction .nav-big__sub {
  font-size: 13px;
  line-height: 18px;
  color: #757575;
}

.vitapay-instruction .mobile-menu__download {
  background-color: #f5f5f5;
  padding: 15px 20px;
  font-size: 14px;
  color: #616161;
}

.vitapay-instruction .mobile-menu__download .tt {
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 5px;
}

.vitapay-instruction .mobile-menu__download .ll li {
  margin-bottom: 5px;
}

.vitapay-instruction .swiper-app {
  visibility: visible;
  overflow: visible;
}

.vitapay-instruction .swiper-app .swiper-slide {
  opacity: 0.5;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}

.vitapay-instruction .swiper-app .swiper-slide-active,
.vitapay-instruction .swiper-app .swiper-slide-next,
.vitapay-instruction .swiper-app .swiper-slide-next + .swiper-slide {
  opacity: 1;
}

.vitapay-instruction .app__feature__card {
  position: relative;
  padding-bottom: 50px;
}

.vitapay-instruction .app__feature__card___more {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px 20px;
}

.vitapay-instruction .app__connect {
  background: rgba(255, 233, 241, 0.7);
  border-radius: 20px;
  padding: 25px 30px;
  max-width: 1000px;
  margin: 0 auto;
}

.vitapay-instruction .search-quick {
  width: 290px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  left: 1px;
  right: 1px;
  margin: 0;
  background: #fff;
  z-index: 10;
  position: absolute;
  top: 100%;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: none;
  min-width: 160px;
  border-radius: 2px;
  max-width: calc(100vw - 30px);
  padding: 0;
}

.vitapay-instruction .search-quick li:first-child {
  margin-top: 5px;
}

.vitapay-instruction .search-quick li:last-child {
  margin-bottom: 5px;
}

@media (max-width: 991.98px) {
  .vitapay-instruction .search-quick {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .vitapay-instruction .search-quick {
    left: -30px;
    width: calc(100% + 60px);
  }
}

.vitapay-instruction .search-quick-item.is-active .search-quick-link {
  background: #faf4f7;
  color: #a50064;
}

.vitapay-instruction .search-quick-item.is-active .search-quick-link strong {
  color: #a50064;
}

.vitapay-instruction .search-quick-link {
  display: block;
  padding: 7px 12px 7px 35px;
  clear: both;
  font-weight: 400;
  line-height: 1.43;
  color: #424242;
  white-space: nowrap;
  position: relative;
}

.vitapay-instruction .search-quick-link strong {
  color: #212121;
  text-transform: capitalize;
}

.vitapay-instruction .search-quick-link .icon {
  position: absolute;
  left: 11px;
  top: 7px;
  width: 17px;
  opacity: 0.5;
  margin-right: 10px;
}

.vitapay-instruction .search-quick-link:focus,
.vitapay-instruction .search-quick-link:hover {
  background: #faf4f7;
  color: #a50064;
}

.vitapay-instruction .search-quick-link:focus strong,
.vitapay-instruction .search-quick-link:hover strong {
  color: #a50064;
}

.vitapay-instruction .footer {
  background: #303030;
  padding: 20px 0;
  color: rgba(255, 255, 255, 0.7);
}

.vitapay-instruction .footer .footer-btn-app svg {
  fill: #fff !important;
}

.vitapay-instruction .footer .svg-icon {
  fill: none;
}

.vitapay-instruction .footer .svg-icon {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  width: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}

.vitapay-instruction .footer .momo__logo {
  width: 30px;
  height: 30px;
  color: #fff;
  fill: #fff;
}

@media (max-width: 767.98px) {
  .vitapay-instruction .footer__logo {
    float: left;
    margin-right: 12px;
  }
}

.vitapay-instruction .footer-heading {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 0.92857rem;
  text-transform: uppercase;
}

.vitapay-instruction .footer-call-num {
  font-size: 1rem;
  font-weight: 700;
}

.vitapay-instruction .footer-call-icon {
  font-size: 2.5rem;
  margin-right: 10px;
}

@media (max-width: 1200px) {
  .vitapay-instruction .footer-call-icon {
    font-size: calc(1.375rem + 1.3125vw);
  }
}

.vitapay-instruction .footer-btn-app {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  cursor: pointer;
  font-size: 1.14286rem;
  position: relative;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  margin-bottom: 10px;
  line-height: 1.3;
}

.vitapay-instruction .footer-btn-app:focus,
.vitapay-instruction .footer-btn-app:hover {
  background: rgba(0, 0, 0, 0.2);
}

.vitapay-instruction .footer-btn-app .svg-icon {
  font-size: 1.6em;
  margin-right: 3px;
}

.vitapay-instruction .footer-btn-app.light {
  background: #f5f5f5;
  padding: 5px 10px;
  color: #424242;
  border: 1px solid #e0e0e0;
  margin-bottom: 15px;
}

.vitapay-instruction .footer-btn-app.light:focus,
.vitapay-instruction .footer-btn-app.light:hover {
  background: #eee;
}

.vitapay-instruction .footer-btn-app .fba-1 {
  font-size: 11px;
}

.vitapay-instruction .footer-btn-app .fba-2 {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.vitapay-instruction .footer-care-txt {
  font-size: 13px;
  line-height: 17px;
}

.vitapay-instruction .footer-care-head {
  font-size: 15px;
  line-height: 19px;
}

.vitapay-instruction .footer-social-list .list-inline-item:not(:last-child) {
  margin-right: 10px;
}

.vitapay-instruction .footer__meta {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 15px;
  padding-top: 20px;
}

@media (max-width: 767.98px) {
  .vitapay-instruction .footer__meta {
    margin-top: 0;
  }
}

.vitapay-instruction .copyright {
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
}

.vitapay-instruction .app-download {
  padding: 0;
  height: 50px;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  background: #fcdbe2;
  color: #424242;
  z-index: 99;
  display: block;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  will-change: transform;
  -webkit-transition: -webkit-transform 0.1s ease-in;
  transition: -webkit-transform 0.1s ease-in;
  transition: transform 0.1s ease-in;
  transition: transform 0.1s ease-in, -webkit-transform 0.1s ease-in;
  opacity: 0;
}

.vitapay-instruction .app-download.is-active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.vitapay-instruction .app-download.is-active .headerstrip__banner-dismiss {
  visibility: visible;
}

.vitapay-instruction .app-download .headerstrip__banner-dismiss {
  position: absolute;
  right: 10px;
  top: 0;
  fill: #757575;
  line-height: 50px;
  visibility: hidden;
}

.vitapay-instruction .app-download .headerstrip__banner-dismiss svg {
  width: 12px;
}

@media (max-width: 767.98px) {
  .vitapay-instruction .app-download {
    padding-right: 5px;
  }
  .vitapay-instruction .app-download .headerstrip__banner-dismiss {
    right: 1px;
    top: -10px;
    opacity: 1;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.7);
    display: block;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .vitapay-instruction .app-download .headerstrip__banner-dismiss svg {
    width: 8px;
    fill: rgba(255, 255, 255, 0.9);
  }
}

.vitapay-instruction .app-download__content {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  height: 50px;
}

.vitapay-instruction .app-download__content .tt {
  text-align: left;
  font-size: 15px;
  line-height: 17px;
}

.vitapay-instruction .app-download__content .app-download__btn {
  margin-left: 15px;
  white-space: nowrap;
}

.vitapay-instruction .app-download__content .app-download__btn .btn {
  border-radius: 3px;
}

@media (max-width: 767.98px) {
  .vitapay-instruction .app-download__content .tt {
    font-size: 13px;
  }
  .vitapay-instruction .app-download__content .app-download__btn {
    top: 11px;
  }
  .vitapay-instruction .app-download__content .app-download__btn .btn {
    font-size: 13px;
  }
}

.vitapay-instruction .footstrip__banner-dismiss {
  width: 12px;
  display: block;
  height: 12px;
  background: 0 0;
  border: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 0;
  font: inherit;
  height: 100%;
  line-height: 0;
  cursor: pointer;
  outline: inherit;
  opacity: 0.6;
  padding: 0 7px;
  color: #fff;
  text-decoration: none;
  z-index: 2;
  fill: #fff;
}

.vitapay-instruction .qrcode__scan {
  width: 250px;
  height: 250px;
  margin: 0 auto;
  overflow: hidden;
  background-color: #fff;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
}

.vitapay-instruction .qrcode__scan .qrcode__image {
  width: 100%;
}

.vitapay-instruction .qrcode__scan .qrcode__image img {
  width: 100%;
}

.vitapay-instruction .img-filter-white {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.vitapay-instruction .qrcode__scan__container {
  padding: 15px;
  background-color: #fff;
  width: 280px;
  border-radius: 20px;
  border-radius: 15px;
  margin: 0 auto;
}

.vitapay-instruction .qrcode__border {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  opacity: 0.9;
  pointer-events: none;
}

.vitapay-instruction .qrcode__gradient {
  position: absolute;
  opacity: 0.6;
  width: 98%;
  height: 98%;
  top: 1%;
  left: 1%;
  z-index: 6;
  -webkit-transform: translate3d(0, -110%, 0);
  transform: translate3d(0, -110%, 0);
  -webkit-animation: qrCodeScan 3s infinite cubic-bezier(0.45, 0.03, 0.81, 0.63);
  animation: qrCodeScan 3s infinite cubic-bezier(0.45, 0.03, 0.81, 0.63);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.vitapay-instruction .qrcode__htu__bg {
  background-color: #fff;
}

.vitapay-instruction .qrcode__bg2 {
  background: url(https://static.mservice.io/jk/momo2020/img/intro/qrcode-pattern.png) 10px 10px no-repeat, -webkit-gradient(linear, left bottom, left top, from(#c1177c), to(#e11b90));
  background: url(https://static.mservice.io/jk/momo2020/img/intro/qrcode-pattern.png) 10px 10px no-repeat, linear-gradient(to top, #c1177c, #e11b90);
}

@-webkit-keyframes qrCodeScan {
  0% {
    -webkit-transform: translate3d(0, -110%, 0);
    transform: translate3d(0, -110%, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }
}

@keyframes qrCodeScan {
  0% {
    -webkit-transform: translate3d(0, -110%, 0);
    transform: translate3d(0, -110%, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }
}

.vitapay-instruction .qrcode__text {
  text-align: center;
}

.vitapay-instruction .qrcode__htu {
  padding: 20px;
}

.vitapay-instruction .qrcode__htu .qrcode__htu__step:not(:last-child) {
  margin-bottom: 30px;
}

.vitapay-instruction .qrcode__htu__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.vitapay-instruction .qrcode__htu__step .img {
  max-width: 95px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 95px;
  flex: 0 0 95px;
}

.vitapay-instruction .qrcode__htu__step .img img {
  width: 78px;
}

.vitapay-instruction .qrcode__htu__step .content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  font-size: 14px;
  color: #757575;
}

.vitapay-instruction .qrcode__htu__step .step {
  color: #212121;
  font-weight: 700;
  margin-bottom: 5px;
}

.vitapay-instruction .qrcode__htu__bg ~ .col-lg-7 .modal-header .close {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  z-index: 99;
}

.vitapay-instruction .swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.vitapay-instruction .swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.vitapay-instruction .swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.vitapay-instruction .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.vitapay-instruction .swiper-container-android .swiper-slide,
.vitapay-instruction .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.vitapay-instruction .swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.vitapay-instruction .swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.vitapay-instruction .swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.vitapay-instruction .swiper-invisible-blank-slide {
  visibility: hidden;
}

.vitapay-instruction .swiper-container-autoheight,
.vitapay-instruction .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.vitapay-instruction .swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.vitapay-instruction .swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.vitapay-instruction .swiper-container-3d .swiper-cube-shadow,
.vitapay-instruction .swiper-container-3d .swiper-slide,
.vitapay-instruction .swiper-container-3d .swiper-slide-shadow-bottom,
.vitapay-instruction .swiper-container-3d .swiper-slide-shadow-left,
.vitapay-instruction .swiper-container-3d .swiper-slide-shadow-right,
.vitapay-instruction .swiper-container-3d .swiper-slide-shadow-top,
.vitapay-instruction .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.vitapay-instruction .swiper-container-3d .swiper-slide-shadow-bottom,
.vitapay-instruction .swiper-container-3d .swiper-slide-shadow-left,
.vitapay-instruction .swiper-container-3d .swiper-slide-shadow-right,
.vitapay-instruction .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.vitapay-instruction .swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}

.vitapay-instruction .swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}

.vitapay-instruction .swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.vitapay-instruction .swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

.vitapay-instruction .swiper-container-wp8-horizontal,
.vitapay-instruction .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.vitapay-instruction .swiper-container-wp8-vertical,
.vitapay-instruction .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.vitapay-instruction .swiper-button-next,
.vitapay-instruction .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 25px;
  height: 41px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 25px 41px;
  background-position: center;
  background-repeat: no-repeat;
}

.vitapay-instruction .swiper-button-next.swiper-button-disabled,
.vitapay-instruction .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.vitapay-instruction .swiper-button-prev,
.vitapay-instruction .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.vitapay-instruction .swiper-button-next,
.vitapay-instruction .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.vitapay-instruction .swiper-button-prev.swiper-button-white,
.vitapay-instruction .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 18.7 32' style='enable-background:new 0 0 18.7 32;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0{fill:%23FFFFFF;} %3C/style%3E%3Ctitle%3Eangle-left%3C/title%3E%3Cg id='Layer_2_1_'%3E%3Cg id='Capa_1'%3E%3Cpath class='st0' d='M5.7,16L18.3,3.4c0.2-0.2,0.3-0.5,0.3-0.7c0-0.3-0.1-0.5-0.3-0.7l-1.6-1.6c-0.4-0.4-1-0.4-1.4-0.1 c0,0,0,0-0.1,0.1L0.3,15.3c-0.4,0.4-0.4,1-0.1,1.4c0,0,0,0,0.1,0.1l14.9,14.9c0.4,0.4,1,0.4,1.4,0.1c0,0,0,0,0.1-0.1l1.6-1.6 c0.4-0.4,0.4-1,0.1-1.4c0,0,0,0-0.1-0.1L5.7,16z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.vitapay-instruction .swiper-button-next.swiper-button-white,
.vitapay-instruction .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 22.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 18.7 32' style='enable-background:new 0 0 18.7 32;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0{fill:%23FFFFFF;} %3C/style%3E%3Ctitle%3Eangle-right%3C/title%3E%3Cg id='Layer_2_1_'%3E%3Cg id='Capa_1'%3E%3Cpath class='st0' d='M12.9,16L0.3,28.6C0.1,28.8,0,29.1,0,29.3c0,0.3,0.1,0.5,0.3,0.7l1.6,1.6c0.4,0.4,1,0.4,1.4,0.1 c0,0,0,0,0.1-0.1l14.9-14.9c0.4-0.4,0.4-1,0.1-1.4c0,0,0,0-0.1-0.1L3.4,0.3C3.2,0.1,2.9,0,2.7,0C2.4,0,2.1,0.1,1.9,0.3L0.3,1.9 c-0.4,0.4-0.4,1-0.1,1.4c0,0,0,0,0.1,0.1L12.9,16z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.vitapay-instruction .swiper-button-prev.swiper-button-black,
.vitapay-instruction .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.vitapay-instruction .swiper-button-next.swiper-button-black,
.vitapay-instruction .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.vitapay-instruction .swiper-button-lock {
  display: none;
}

.vitapay-instruction .swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.vitapay-instruction .swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.vitapay-instruction .swiper-container-horizontal > .swiper-pagination-bullets,
.vitapay-instruction .swiper-pagination-custom,
.vitapay-instruction .swiper-pagination-fraction {
  bottom: 0;
  left: 0;
  width: 100%;
}

.vitapay-instruction .swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.vitapay-instruction .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.vitapay-instruction .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.vitapay-instruction .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.vitapay-instruction .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.vitapay-instruction .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.vitapay-instruction .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.vitapay-instruction .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.vitapay-instruction .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  opacity: 0.3;
}

.vitapay-instruction button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.vitapay-instruction .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.vitapay-instruction .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}

.vitapay-instruction .swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.vitapay-instruction .swiper-container-vertical
> .swiper-pagination-bullets
.swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.vitapay-instruction .swiper-container-vertical
> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.vitapay-instruction .swiper-container-vertical
> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
.swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.vitapay-instruction .swiper-container-horizontal
> .swiper-pagination-bullets
.swiper-pagination-bullet {
  margin: 0 4px;
}

.vitapay-instruction .swiper-container-horizontal
> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.vitapay-instruction .swiper-container-horizontal
> .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
.swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.vitapay-instruction .swiper-container-horizontal.swiper-container-rtl
> .swiper-pagination-bullets-dynamic
.swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.vitapay-instruction .swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.vitapay-instruction .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.vitapay-instruction .swiper-container-rtl
.swiper-pagination-progressbar
.swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.vitapay-instruction .swiper-container-horizontal > .swiper-pagination-progressbar,
.vitapay-instruction .swiper-container-vertical
> .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.vitapay-instruction .swiper-container-horizontal
> .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.vitapay-instruction .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.vitapay-instruction .swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.vitapay-instruction .swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.vitapay-instruction .swiper-pagination-progressbar.swiper-pagination-white
.swiper-pagination-progressbar-fill {
  background: #fff;
}

.vitapay-instruction .swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.vitapay-instruction .swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.vitapay-instruction .swiper-pagination-progressbar.swiper-pagination-black
.swiper-pagination-progressbar-fill {
  background: #000;
}

.vitapay-instruction .swiper-pagination-lock {
  display: none;
}

.vitapay-instruction .swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.vitapay-instruction .swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.vitapay-instruction .swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.vitapay-instruction .swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.vitapay-instruction .swiper-scrollbar-cursor-drag {
  cursor: move;
}

.vitapay-instruction .swiper-scrollbar-lock {
  display: none;
}

.vitapay-instruction .swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.vitapay-instruction .swiper-zoom-container > canvas,
.vitapay-instruction .swiper-zoom-container > img,
.vitapay-instruction .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.vitapay-instruction .swiper-slide-zoomed {
  cursor: move;
}

.vitapay-instruction .swiper-lazy-preloader {
  width: 34px;
  height: 34px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -17px;
  margin-top: -17px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.vitapay-instruction .swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.vitapay-instruction .swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.vitapay-instruction .swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.vitapay-instruction .swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.vitapay-instruction .swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.vitapay-instruction .swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.vitapay-instruction .swiper-container-fade .swiper-slide-active,
.vitapay-instruction .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.vitapay-instruction .swiper-container-cube {
  overflow: visible;
}

.vitapay-instruction .swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.vitapay-instruction .swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.vitapay-instruction .swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.vitapay-instruction .swiper-container-cube .swiper-slide-active,
.vitapay-instruction .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.vitapay-instruction .swiper-container-cube .swiper-slide-active,
.vitapay-instruction .swiper-container-cube .swiper-slide-next,
.vitapay-instruction .swiper-container-cube .swiper-slide-next + .swiper-slide,
.vitapay-instruction .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.vitapay-instruction .swiper-container-cube .swiper-slide-shadow-bottom,
.vitapay-instruction .swiper-container-cube .swiper-slide-shadow-left,
.vitapay-instruction .swiper-container-cube .swiper-slide-shadow-right,
.vitapay-instruction .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.vitapay-instruction .swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.vitapay-instruction .swiper-container-flip {
  overflow: visible;
}

.vitapay-instruction .swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.vitapay-instruction .swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.vitapay-instruction .swiper-container-flip .swiper-slide-active,
.vitapay-instruction .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.vitapay-instruction .swiper-container-flip .swiper-slide-shadow-bottom,
.vitapay-instruction .swiper-container-flip .swiper-slide-shadow-left,
.vitapay-instruction .swiper-container-flip .swiper-slide-shadow-right,
.vitapay-instruction .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.vitapay-instruction .swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

.vitapay-instruction .hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.vitapay-instruction .hamburger:hover {
  opacity: 1;
}

.vitapay-instruction .hamburger.is-active:hover {
  opacity: 1;
}

.vitapay-instruction .hamburger.is-active .hamburger-inner,
.vitapay-instruction .hamburger.is-active .hamburger-inner::after,
.vitapay-instruction .hamburger.is-active .hamburger-inner::before {
  background-color: #616161;
}

.vitapay-instruction .hamburger-box {
  width: 27px;
  height: 18px;
  display: inline-block;
  position: relative;
}

.vitapay-instruction .hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}

.vitapay-instruction .hamburger-inner,
.vitapay-instruction .hamburger-inner::after,
.vitapay-instruction .hamburger-inner::before {
  width: 27px;
  height: 2px;
  background-color: #616161;
  border-radius: 20px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.vitapay-instruction .hamburger-inner::after,
.vitapay-instruction .hamburger-inner::before {
  content: "";
  display: block;
}

.vitapay-instruction .hamburger-inner::before {
  top: -8px;
}

.vitapay-instruction .hamburger-inner::after {
  bottom: -8px;
}

.vitapay-instruction .hamburger--spin .hamburger-inner {
  -webkit-transition-duration: 0.22s;
  transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.vitapay-instruction .hamburger--spin .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}

.vitapay-instruction .hamburger--spin .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.vitapay-instruction .hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  -webkit-transition-delay: 0.12s;
  transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.vitapay-instruction .hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}

.vitapay-instruction .hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.vitapay-instruction .select2-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.vitapay-instruction .select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.vitapay-instruction .select2-container .select2-selection--single .select2-selection__rendered {
  width: 100%;
}

.vitapay-instruction .select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 0;
  padding-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vitapay-instruction .select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.vitapay-instruction .select2-container .select2-results {
  font-size: 12px;
}

.vitapay-instruction .select2-container[dir="rtl"]
.select2-selection--single
.select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.vitapay-instruction .select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.vitapay-instruction .select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vitapay-instruction .select2-container .select2-search--inline {
  float: left;
}

.vitapay-instruction .select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.vitapay-instruction .select2-container
.select2-search--inline
.select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.vitapay-instruction .select2-dropdown {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.vitapay-instruction .select2-results {
  display: block;
}

.vitapay-instruction .select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.vitapay-instruction .select2-results__option {
  padding: 6px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.vitapay-instruction .select2-results__option[aria-selected] {
  cursor: pointer;
}

.vitapay-instruction .select2-container--open .select2-dropdown {
  left: 0;
}

.vitapay-instruction .select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.vitapay-instruction .select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.vitapay-instruction .select2-search--dropdown {
  display: block;
  padding: 4px;
}

.vitapay-instruction .select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.vitapay-instruction .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.vitapay-instruction .select2-search--dropdown.select2-search--hide {
  display: none;
}

.vitapay-instruction .select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.vitapay-instruction .select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.vitapay-instruction .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.vitapay-instruction .select2-container--default
.select2-selection--single
.select2-selection__rendered {
  color: #444;
}

.vitapay-instruction .select2-container--default
.select2-selection--single
.select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
}

.vitapay-instruction .select2-container--default
.select2-selection--single
.select2-selection__placeholder {
  color: #999;
}

.vitapay-instruction .select2-container--default
.select2-selection--single
.select2-selection__arrow {
  height: 100%;
  position: absolute;
  top: 0;
  right: 1px;
  width: 20px;
}

.vitapay-instruction .select2-container--default
.select2-selection--single
.select2-selection__arrow
b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.vitapay-instruction .select2-container--default[dir="rtl"]
.select2-selection--single
.select2-selection__clear {
  float: left;
}

.vitapay-instruction .select2-container--default[dir="rtl"]
.select2-selection--single
.select2-selection__arrow {
  left: 1px;
  right: auto;
}

.vitapay-instruction .select2-container--default.select2-container--disabled
.select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.vitapay-instruction .select2-container--default.select2-container--disabled
.select2-selection--single
.select2-selection__clear {
  display: none;
}

.vitapay-instruction .select2-container--default.select2-container--open
.select2-selection--single
.select2-selection__arrow
b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.vitapay-instruction .select2-container--default .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.vitapay-instruction .select2-container--default
.select2-selection--multiple
.select2-selection__rendered {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.vitapay-instruction .select2-container--default
.select2-selection--multiple
.select2-selection__rendered
li {
  list-style: none;
}

.vitapay-instruction .select2-container--default
.select2-selection--multiple
.select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.vitapay-instruction .select2-container--default
.select2-selection--multiple
.select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  margin-top: 5px;
  margin-right: 10px;
}

.vitapay-instruction .select2-container--default
.select2-selection--multiple
.select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.vitapay-instruction .select2-container--default
.select2-selection--multiple
.select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-right: 2px;
}

.vitapay-instruction .select2-container--default
.select2-selection--multiple
.select2-selection__choice__remove:hover {
  color: #333;
}

.vitapay-instruction .select2-container--default[dir="rtl"]
.select2-selection--multiple
.select2-search--inline,
.vitapay-instruction .select2-container--default[dir="rtl"]
.select2-selection--multiple
.select2-selection__choice,
.vitapay-instruction .select2-container--default[dir="rtl"]
.select2-selection--multiple
.select2-selection__placeholder {
  float: right;
}

.vitapay-instruction .select2-container--default[dir="rtl"]
.select2-selection--multiple
.select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.vitapay-instruction .select2-container--default[dir="rtl"]
.select2-selection--multiple
.select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.vitapay-instruction .select2-container--default.select2-container--focus
.select2-selection--multiple {
  border: solid #000 1px;
  outline: 0;
}

.vitapay-instruction .select2-container--default.select2-container--disabled
.select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.vitapay-instruction .select2-container--default.select2-container--disabled
.select2-selection__choice__remove {
  display: none;
}

.vitapay-instruction .select2-container--default.select2-container--open.select2-container--above
.select2-selection--multiple,
.vitapay-instruction .select2-container--default.select2-container--open.select2-container--above
.select2-selection--single {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.vitapay-instruction .select2-container--default.select2-container--open.select2-container--below
.select2-selection--multiple,
.vitapay-instruction .select2-container--default.select2-container--open.select2-container--below
.select2-selection--single {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.vitapay-instruction .select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.vitapay-instruction .select2-container--default .select2-search--inline .select2-search__field {
  background: 0 0;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.vitapay-instruction .select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.vitapay-instruction .select2-container--default .select2-results__option[role="group"] {
  padding: 0;
}

.vitapay-instruction .select2-container--default .select2-results__option[aria-disabled="true"] {
  color: #999;
}

.vitapay-instruction .select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #ddd;
}

.vitapay-instruction .select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.vitapay-instruction .select2-container--default
.select2-results__option
.select2-results__option
.select2-results__group {
  padding-left: 0;
}

.vitapay-instruction .select2-container--default
.select2-results__option
.select2-results__option
.select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.vitapay-instruction .select2-container--default
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.vitapay-instruction .select2-container--default
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.vitapay-instruction .select2-container--default
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.vitapay-instruction .select2-container--default
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option
.select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.vitapay-instruction .select2-container--default
.select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: #fff;
}

.vitapay-instruction .select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

@-webkit-keyframes swal2-show {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  45% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  80% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes swal2-show {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
  45% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  80% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes swal2-hide {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
}

@keyframes swal2-hide {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0;
  }
}

@-webkit-keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: 0.875em;
    width: 1.5625em;
  }
}

@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 1.0625em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 2.1875em;
    left: -0.375em;
    width: 3.125em;
  }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em;
  }
  100% {
    top: 2.8125em;
    left: 0.875em;
    width: 1.5625em;
  }
}

@-webkit-keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
  }
}

@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0;
  }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em;
  }
  100% {
    top: 2.375em;
    right: 0.5em;
    width: 2.9375em;
  }
}

@-webkit-keyframes swal2-rotate-success-circular-line {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  5% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  12% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
  100% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
}

@keyframes swal2-rotate-success-circular-line {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  5% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  12% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
  100% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg);
  }
}

@-webkit-keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -0.375em;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  50% {
    margin-top: 1.625em;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0;
  }
  80% {
    margin-top: -0.375em;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  100% {
    margin-top: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes swal2-animate-error-icon {
  0% {
    -webkit-transform: rotateX(100deg);
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1;
  }
}

@keyframes swal2-animate-error-icon {
  0% {
    -webkit-transform: rotateX(100deg);
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1;
  }
}

.vitapay-instruction body.swal2-toast-shown .swal2-container {
  position: fixed;
  background-color: transparent;
}

.vitapay-instruction body.swal2-toast-shown .swal2-container.swal2-shown {
  background-color: transparent;
}

.vitapay-instruction body.swal2-toast-shown .swal2-container.swal2-top {
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.vitapay-instruction body.swal2-toast-shown .swal2-container.swal2-top-end,
.vitapay-instruction body.swal2-toast-shown .swal2-container.swal2-top-right {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
}

.vitapay-instruction body.swal2-toast-shown .swal2-container.swal2-top-left,
.vitapay-instruction body.swal2-toast-shown .swal2-container.swal2-top-start {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}

.vitapay-instruction body.swal2-toast-shown .swal2-container.swal2-center-left,
.vitapay-instruction body.swal2-toast-shown .swal2-container.swal2-center-start {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.vitapay-instruction body.swal2-toast-shown .swal2-container.swal2-center {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.vitapay-instruction body.swal2-toast-shown .swal2-container.swal2-center-end,
.vitapay-instruction body.swal2-toast-shown .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.vitapay-instruction body.swal2-toast-shown .swal2-container.swal2-bottom-left,
.vitapay-instruction body.swal2-toast-shown .swal2-container.swal2-bottom-start {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}

.vitapay-instruction body.swal2-toast-shown .swal2-container.swal2-bottom {
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.vitapay-instruction body.swal2-toast-shown .swal2-container.swal2-bottom-end,
.vitapay-instruction body.swal2-toast-shown .swal2-container.swal2-bottom-right {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}

.vitapay-instruction body.swal2-toast-column .swal2-toast {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.vitapay-instruction body.swal2-toast-column .swal2-toast .swal2-actions {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  height: 2.2em;
  margin-top: 0.3125em;
}

.vitapay-instruction body.swal2-toast-column .swal2-toast .swal2-loading {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.vitapay-instruction body.swal2-toast-column .swal2-toast .swal2-input {
  height: 2em;
  margin: 0.3125em auto;
  font-size: 1em;
}

.vitapay-instruction body.swal2-toast-column .swal2-toast .swal2-validationerror {
  font-size: 1em;
}

.vitapay-instruction .swal2-popup.swal2-toast {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  padding: 0.625em;
  -webkit-box-shadow: 0 0 0.625em #d9d9d9;
  box-shadow: 0 0 0.625em #d9d9d9;
  overflow-y: hidden;
}

.vitapay-instruction .swal2-popup.swal2-toast .swal2-header {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.vitapay-instruction .swal2-popup.swal2-toast .swal2-title {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 0.6em;
  font-size: 1em;
}

.vitapay-instruction .swal2-popup.swal2-toast .swal2-footer {
  margin: 0.5em 0 0;
  padding: 0.5em 0 0;
  font-size: 0.8em;
}

.vitapay-instruction .swal2-popup.swal2-toast .swal2-close {
  position: initial;
  width: 0.8em;
  height: 0.8em;
  line-height: 0.8;
}

.vitapay-instruction .swal2-popup.swal2-toast .swal2-content {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 1em;
}

.vitapay-instruction .swal2-popup.swal2-toast .swal2-icon {
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0;
}

.vitapay-instruction .swal2-popup.swal2-toast .swal2-icon-text {
  font-size: 2em;
  font-weight: 700;
  line-height: 1em;
}

.vitapay-instruction .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}

.vitapay-instruction .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^="swal2-x-mark-line"] {
  top: 0.875em;
  width: 1.375em;
}

.vitapay-instruction .swal2-popup.swal2-toast
.swal2-icon.swal2-error
[class^="swal2-x-mark-line"][class$="left"] {
  left: 0.3125em;
}

.vitapay-instruction .swal2-popup.swal2-toast
.swal2-icon.swal2-error
[class^="swal2-x-mark-line"][class$="right"] {
  right: 0.3125em;
}

.vitapay-instruction .swal2-popup.swal2-toast .swal2-actions {
  height: auto;
  margin: 0 0.3125em;
}

.vitapay-instruction .swal2-popup.swal2-toast .swal2-styled {
  margin: 0 0.3125em;
  padding: 0.3125em 0.625em;
  font-size: 1em;
}

.vitapay-instruction .swal2-popup.swal2-toast .swal2-styled:focus {
  -webkit-box-shadow: 0 0 0 0.0625em #fff, 0 0 0 0.125em rgba(50, 100, 150, 0.4);
  box-shadow: 0 0 0 0.0625em #fff, 0 0 0 0.125em rgba(50, 100, 150, 0.4);
}

.vitapay-instruction .swal2-popup.swal2-toast .swal2-success {
  border-color: #a5dc86;
}

.vitapay-instruction .swal2-popup.swal2-toast .swal2-success [class^="swal2-success-circular-line"] {
  position: absolute;
  width: 2em;
  height: 2.8125em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 50%;
}

.vitapay-instruction .swal2-popup.swal2-toast
.swal2-success
[class^="swal2-success-circular-line"][class$="left"] {
  top: -0.25em;
  left: -0.9375em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 2em 2em;
  transform-origin: 2em 2em;
  border-radius: 4em 0 0 4em;
}

.vitapay-instruction .swal2-popup.swal2-toast
.swal2-success
[class^="swal2-success-circular-line"][class$="right"] {
  top: -0.25em;
  left: 0.9375em;
  -webkit-transform-origin: 0 2em;
  transform-origin: 0 2em;
  border-radius: 0 4em 4em 0;
}

.vitapay-instruction .swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em;
}

.vitapay-instruction .swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
  top: 0;
  left: 0.4375em;
  width: 0.4375em;
  height: 2.6875em;
}

.vitapay-instruction .swal2-popup.swal2-toast .swal2-success [class^="swal2-success-line"] {
  height: 0.3125em;
}

.vitapay-instruction .swal2-popup.swal2-toast
.swal2-success
[class^="swal2-success-line"][class$="tip"] {
  top: 1.125em;
  left: 0.1875em;
  width: 0.75em;
}

.vitapay-instruction .swal2-popup.swal2-toast
.swal2-success
[class^="swal2-success-line"][class$="long"] {
  top: 0.9375em;
  right: 0.1875em;
  width: 1.375em;
}

.vitapay-instruction .swal2-popup.swal2-toast.swal2-show {
  -webkit-animation: showSweetToast 0.5s;
  animation: showSweetToast 0.5s;
}

.vitapay-instruction .swal2-popup.swal2-toast.swal2-hide {
  -webkit-animation: hideSweetToast 0.2s forwards;
  animation: hideSweetToast 0.2s forwards;
}

.vitapay-instruction .swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-tip {
  -webkit-animation: animate-toast-success-tip 0.75s;
  animation: animate-toast-success-tip 0.75s;
}

.vitapay-instruction .swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-long {
  -webkit-animation: animate-toast-success-long 0.75s;
  animation: animate-toast-success-long 0.75s;
}

@-webkit-keyframes showSweetToast {
  0% {
    -webkit-transform: translateY(-0.625em) rotateZ(2deg);
    transform: translateY(-0.625em) rotateZ(2deg);
    opacity: 0;
  }
  33% {
    -webkit-transform: translateY(0) rotateZ(-2deg);
    transform: translateY(0) rotateZ(-2deg);
    opacity: 0.5;
  }
  66% {
    -webkit-transform: translateY(0.3125em) rotateZ(2deg);
    transform: translateY(0.3125em) rotateZ(2deg);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(0) rotateZ(0);
    transform: translateY(0) rotateZ(0);
    opacity: 1;
  }
}

@keyframes showSweetToast {
  0% {
    -webkit-transform: translateY(-0.625em) rotateZ(2deg);
    transform: translateY(-0.625em) rotateZ(2deg);
    opacity: 0;
  }
  33% {
    -webkit-transform: translateY(0) rotateZ(-2deg);
    transform: translateY(0) rotateZ(-2deg);
    opacity: 0.5;
  }
  66% {
    -webkit-transform: translateY(0.3125em) rotateZ(2deg);
    transform: translateY(0.3125em) rotateZ(2deg);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translateY(0) rotateZ(0);
    transform: translateY(0) rotateZ(0);
    opacity: 1;
  }
}

@-webkit-keyframes hideSweetToast {
  0% {
    opacity: 1;
  }
  33% {
    opacity: 0.5;
  }
  100% {
    -webkit-transform: rotateZ(1deg);
    transform: rotateZ(1deg);
    opacity: 0;
  }
}

@keyframes hideSweetToast {
  0% {
    opacity: 1;
  }
  33% {
    opacity: 0.5;
  }
  100% {
    -webkit-transform: rotateZ(1deg);
    transform: rotateZ(1deg);
    opacity: 0;
  }
}

@-webkit-keyframes animate-toast-success-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em;
  }
  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
  }
}

@keyframes animate-toast-success-tip {
  0% {
    top: 0.5625em;
    left: 0.0625em;
    width: 0;
  }
  54% {
    top: 0.125em;
    left: 0.125em;
    width: 0;
  }
  70% {
    top: 0.625em;
    left: -0.25em;
    width: 1.625em;
  }
  84% {
    top: 1.0625em;
    left: 0.75em;
    width: 0.5em;
  }
  100% {
    top: 1.125em;
    left: 0.1875em;
    width: 0.75em;
  }
}

@-webkit-keyframes animate-toast-success-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0;
  }
  84% {
    top: 0.9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
  }
}

@keyframes animate-toast-success-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0;
  }
  65% {
    top: 1.25em;
    right: 0.9375em;
    width: 0;
  }
  84% {
    top: 0.9375em;
    right: 0;
    width: 1.125em;
  }
  100% {
    top: 0.9375em;
    right: 0.1875em;
    width: 1.375em;
  }
}

.vitapay-instruction body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow-y: hidden;
}

.vitapay-instruction body.swal2-height-auto {
  height: auto !important;
}

.vitapay-instruction body.swal2-no-backdrop .swal2-shown {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  background-color: transparent;
}

.vitapay-instruction body.swal2-no-backdrop .swal2-shown > .swal2-modal {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}

.vitapay-instruction body.swal2-no-backdrop .swal2-shown.swal2-top {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.vitapay-instruction body.swal2-no-backdrop .swal2-shown.swal2-top-left,
.vitapay-instruction body.swal2-no-backdrop .swal2-shown.swal2-top-start {
  top: 0;
  left: 0;
}

.vitapay-instruction body.swal2-no-backdrop .swal2-shown.swal2-top-end,
.vitapay-instruction body.swal2-no-backdrop .swal2-shown.swal2-top-right {
  top: 0;
  right: 0;
}

.vitapay-instruction body.swal2-no-backdrop .swal2-shown.swal2-center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.vitapay-instruction body.swal2-no-backdrop .swal2-shown.swal2-center-left,
.vitapay-instruction body.swal2-no-backdrop .swal2-shown.swal2-center-start {
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.vitapay-instruction body.swal2-no-backdrop .swal2-shown.swal2-center-end,
.vitapay-instruction body.swal2-no-backdrop .swal2-shown.swal2-center-right {
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.vitapay-instruction body.swal2-no-backdrop .swal2-shown.swal2-bottom {
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.vitapay-instruction body.swal2-no-backdrop .swal2-shown.swal2-bottom-left,
.vitapay-instruction body.swal2-no-backdrop .swal2-shown.swal2-bottom-start {
  bottom: 0;
  left: 0;
}

.vitapay-instruction body.swal2-no-backdrop .swal2-shown.swal2-bottom-end,
.vitapay-instruction body.swal2-no-backdrop .swal2-shown.swal2-bottom-right {
  right: 0;
  bottom: 0;
}

.vitapay-instruction .swal2-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
  background-color: transparent;
  z-index: 1060;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.vitapay-instruction .swal2-container.swal2-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.vitapay-instruction .swal2-container.swal2-top-left,
.vitapay-instruction .swal2-container.swal2-top-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.vitapay-instruction .swal2-container.swal2-top-end,
.vitapay-instruction .swal2-container.swal2-top-right {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.vitapay-instruction .swal2-container.swal2-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.vitapay-instruction .swal2-container.swal2-center-left,
.vitapay-instruction .swal2-container.swal2-center-start {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.vitapay-instruction .swal2-container.swal2-center-end,
.vitapay-instruction .swal2-container.swal2-center-right {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.vitapay-instruction .swal2-container.swal2-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.vitapay-instruction .swal2-container.swal2-bottom-left,
.vitapay-instruction .swal2-container.swal2-bottom-start {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.vitapay-instruction .swal2-container.swal2-bottom-end,
.vitapay-instruction .swal2-container.swal2-bottom-right {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.vitapay-instruction .swal2-container.swal2-grow-fullscreen > .swal2-modal {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.vitapay-instruction .swal2-container.swal2-grow-row > .swal2-modal {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.vitapay-instruction .swal2-container.swal2-grow-column {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.vitapay-instruction .swal2-container.swal2-grow-column.swal2-bottom,
.vitapay-instruction .swal2-container.swal2-grow-column.swal2-center,
.vitapay-instruction .swal2-container.swal2-grow-column.swal2-top {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.vitapay-instruction .swal2-container.swal2-grow-column.swal2-bottom-left,
.vitapay-instruction .swal2-container.swal2-grow-column.swal2-bottom-start,
.vitapay-instruction .swal2-container.swal2-grow-column.swal2-center-left,
.vitapay-instruction .swal2-container.swal2-grow-column.swal2-center-start,
.vitapay-instruction .swal2-container.swal2-grow-column.swal2-top-left,
.vitapay-instruction .swal2-container.swal2-grow-column.swal2-top-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.vitapay-instruction .swal2-container.swal2-grow-column.swal2-bottom-end,
.vitapay-instruction .swal2-container.swal2-grow-column.swal2-bottom-right,
.vitapay-instruction .swal2-container.swal2-grow-column.swal2-center-end,
.vitapay-instruction .swal2-container.swal2-grow-column.swal2-center-right,
.vitapay-instruction .swal2-container.swal2-grow-column.swal2-top-end,
.vitapay-instruction .swal2-container.swal2-grow-column.swal2-top-right {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.vitapay-instruction .swal2-container.swal2-grow-column > .swal2-modal {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.vitapay-instruction .swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen)
> .swal2-modal {
  margin: auto;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .vitapay-instruction .swal2-container .swal2-modal {
    margin: 0 !important;
  }
}

.vitapay-instruction .swal2-container.swal2-fade {
  -webkit-transition: background-color 0.1s;
  transition: background-color 0.1s;
}

.vitapay-instruction .swal2-container.swal2-shown {
  background-color: rgba(0, 0, 0, 0.4);
}

.vitapay-instruction .swal2-popup {
  display: none;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 32em;
  max-width: 100%;
  padding: 1.25em;
  border-radius: 0.3125em;
  background: #fff;
  font-family: inherit;
  font-size: 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.vitapay-instruction .swal2-popup:focus {
  outline: 0;
}

.vitapay-instruction .swal2-popup.swal2-loading {
  overflow-y: hidden;
}

.vitapay-instruction .swal2-popup .swal2-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.vitapay-instruction .swal2-popup .swal2-title {
  display: block;
  position: relative;
  max-width: 100%;
  margin: 0 0 0.4em;
  padding: 0;
  color: #595959;
  font-size: 1.875em;
  font-weight: 700;
  text-align: center;
  text-transform: none;
  word-wrap: break-word;
}

.vitapay-instruction .swal2-popup .swal2-actions {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 1.25em auto 0;
  z-index: 1;
}

.vitapay-instruction .swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
  opacity: 0.4;
}

.vitapay-instruction .swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1)));
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}

.vitapay-instruction .swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}

.vitapay-instruction .swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
  width: 2.5em;
  height: 2.5em;
  margin: 0.46875em;
  padding: 0;
  border: 0.25em solid transparent;
  border-radius: 100%;
  border-color: transparent;
  background-color: transparent !important;
  color: transparent;
  cursor: default;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.vitapay-instruction .swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
  margin-right: 30px;
  margin-left: 30px;
}

.vitapay-instruction .swal2-popup
.swal2-actions.swal2-loading
:not(.swal2-styled).swal2-confirm::after {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  border: 3px solid #999;
  border-radius: 50%;
  border-right-color: transparent;
  -webkit-box-shadow: 1px 1px 1px #fff;
  box-shadow: 1px 1px 1px #fff;
  content: "";
  -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
}

.vitapay-instruction .swal2-popup .swal2-styled {
  margin: 0 0.3125em;
  padding: 0.625em 2em;
  font-weight: 500;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.vitapay-instruction .swal2-popup .swal2-styled:not([disabled]) {
  cursor: pointer;
}

.vitapay-instruction .swal2-popup .swal2-styled.swal2-confirm {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #3085d6;
  color: #fff;
  font-size: 1.0625em;
}

.vitapay-instruction .swal2-popup .swal2-styled.swal2-cancel {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #aaa;
  color: #fff;
  font-size: 1.0625em;
}

.vitapay-instruction .swal2-popup .swal2-styled:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, 0.4);
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, 0.4);
}

.vitapay-instruction .swal2-popup .swal2-styled::-moz-focus-inner {
  border: 0;
}

.vitapay-instruction .swal2-popup .swal2-footer {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 1.25em 0 0;
  padding: 1em 0 0;
  border-top: 1px solid #eee;
  color: #545454;
  font-size: 1em;
}

.vitapay-instruction .swal2-popup .swal2-image {
  max-width: 100%;
  margin: 1.25em auto;
}

.vitapay-instruction .swal2-popup .swal2-close {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  padding: 0;
  -webkit-transition: color 0.1s ease-out;
  transition: color 0.1s ease-out;
  border: none;
  border-radius: 0;
  background: 0 0;
  color: #ccc;
  font-family: serif;
  font-size: 2.5em;
  line-height: 1.2;
  cursor: pointer;
  overflow: hidden;
}

.vitapay-instruction .swal2-popup .swal2-close:hover {
  -webkit-transform: none;
  transform: none;
  color: #f27474;
}

.vitapay-instruction .swal2-popup > .swal2-checkbox,
.vitapay-instruction .swal2-popup > .swal2-file,
.vitapay-instruction .swal2-popup > .swal2-input,
.vitapay-instruction .swal2-popup > .swal2-radio,
.vitapay-instruction .swal2-popup > .swal2-select,
.vitapay-instruction .swal2-popup > .swal2-textarea {
  display: none;
}

.vitapay-instruction .swal2-popup .swal2-content {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  color: #545454;
  font-size: 1.125em;
  font-weight: 300;
  line-height: normal;
  z-index: 1;
  word-wrap: break-word;
}

.vitapay-instruction .swal2-popup #swal2-content {
  text-align: center;
}

.vitapay-instruction .swal2-popup .swal2-checkbox,
.vitapay-instruction .swal2-popup .swal2-file,
.vitapay-instruction .swal2-popup .swal2-input,
.vitapay-instruction .swal2-popup .swal2-radio,
.vitapay-instruction .swal2-popup .swal2-select,
.vitapay-instruction .swal2-popup .swal2-textarea {
  margin: 1em auto;
}

.vitapay-instruction .swal2-popup .swal2-file,
.vitapay-instruction .swal2-popup .swal2-input,
.vitapay-instruction .swal2-popup .swal2-textarea {
  width: 100%;
  -webkit-transition: border-color 0.3s, -webkit-box-shadow 0.3s;
  transition: border-color 0.3s, -webkit-box-shadow 0.3s;
  transition: border-color 0.3s, box-shadow 0.3s;
  transition: border-color 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
  border: 1px solid #d9d9d9;
  border-radius: 0.1875em;
  font-size: 1.125em;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.vitapay-instruction .swal2-popup .swal2-file.swal2-inputerror,
.vitapay-instruction .swal2-popup .swal2-input.swal2-inputerror,
.vitapay-instruction .swal2-popup .swal2-textarea.swal2-inputerror {
  border-color: #f27474 !important;
  -webkit-box-shadow: 0 0 2px #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important;
}

.vitapay-instruction .swal2-popup .swal2-file:focus,
.vitapay-instruction .swal2-popup .swal2-input:focus,
.vitapay-instruction .swal2-popup .swal2-textarea:focus {
  border: 1px solid #b4dbed;
  outline: 0;
  -webkit-box-shadow: 0 0 3px #c4e6f5;
  box-shadow: 0 0 3px #c4e6f5;
}

.vitapay-instruction .swal2-popup .swal2-file::-webkit-input-placeholder,
.vitapay-instruction .swal2-popup .swal2-input::-webkit-input-placeholder,
.vitapay-instruction .swal2-popup .swal2-textarea::-webkit-input-placeholder {
  color: #ccc;
}

.vitapay-instruction .swal2-popup .swal2-file:-ms-input-placeholder,
.vitapay-instruction .swal2-popup .swal2-input:-ms-input-placeholder,
.vitapay-instruction .swal2-popup .swal2-textarea:-ms-input-placeholder {
  color: #ccc;
}

.vitapay-instruction .swal2-popup .swal2-file::-ms-input-placeholder,
.vitapay-instruction .swal2-popup .swal2-input::-ms-input-placeholder,
.vitapay-instruction .swal2-popup .swal2-textarea::-ms-input-placeholder {
  color: #ccc;
}

.vitapay-instruction .swal2-popup .swal2-file::placeholder,
.vitapay-instruction .swal2-popup .swal2-input::placeholder,
.vitapay-instruction .swal2-popup .swal2-textarea::placeholder {
  color: #ccc;
}

.vitapay-instruction .swal2-popup .swal2-range input {
  width: 80%;
}

.vitapay-instruction .swal2-popup .swal2-range output {
  width: 20%;
  font-weight: 700;
  text-align: center;
}

.vitapay-instruction .swal2-popup .swal2-range input,
.vitapay-instruction .swal2-popup .swal2-range output {
  height: 2.625em;
  margin: 1em auto;
  padding: 0;
  font-size: 1.125em;
  line-height: 2.625em;
}

.vitapay-instruction .swal2-popup .swal2-input {
  height: 2.625em;
  padding: 0 0.75em;
}

.vitapay-instruction .swal2-popup .swal2-input[type="number"] {
  max-width: 10em;
}

.vitapay-instruction .swal2-popup .swal2-file {
  font-size: 1.125em;
}

.vitapay-instruction .swal2-popup .swal2-textarea {
  height: 6.75em;
  padding: 0.75em;
}

.vitapay-instruction .swal2-popup .swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: 0.375em 0.625em;
  color: #545454;
  font-size: 1.125em;
}

.vitapay-instruction .swal2-popup .swal2-checkbox,
.vitapay-instruction .swal2-popup .swal2-radio {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.vitapay-instruction .swal2-popup .swal2-checkbox label,
.vitapay-instruction .swal2-popup .swal2-radio label {
  margin: 0 0.6em;
  font-size: 1.125em;
}

.vitapay-instruction .swal2-popup .swal2-checkbox input,
.vitapay-instruction .swal2-popup .swal2-radio input {
  margin: 0 0.4em;
}

.vitapay-instruction .swal2-popup .swal2-validationerror {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.625em;
  background: #f0f0f0;
  color: #666;
  font-size: 1em;
  font-weight: 300;
  overflow: hidden;
}

.vitapay-instruction .swal2-popup .swal2-validationerror::before {
  display: inline-block;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  margin: 0 0.625em;
  border-radius: 50%;
  background-color: #f27474;
  color: #fff;
  font-weight: 700;
  line-height: 1.5em;
  text-align: center;
  content: "!";
  zoom: normal;
}

@supports (-ms-accelerator: true) {
  .vitapay-instruction .swal2-range input {
    width: 100% !important;
  }
  .vitapay-instruction .swal2-range output {
    display: none;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .vitapay-instruction .swal2-range input {
    width: 100% !important;
  }
  .vitapay-instruction .swal2-range output {
    display: none;
  }
}

@-moz-document url-prefix() {
  .vitapay-instruction .swal2-close:focus {
    outline: 2px solid rgba(50, 100, 150, 0.4);
  }
}

.vitapay-instruction .swal2-icon {
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 1.25em auto 1.875em;
  border: 0.25em solid transparent;
  border-radius: 50%;
  line-height: 5em;
  cursor: default;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  zoom: normal;
}

.vitapay-instruction .swal2-icon-text {
  font-size: 3.75em;
}

.vitapay-instruction .swal2-icon.swal2-error {
  border-color: #f27474;
}

.vitapay-instruction .swal2-icon.swal2-error .swal2-x-mark {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.vitapay-instruction .swal2-icon.swal2-error [class^="swal2-x-mark-line"] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #f27474;
}

.vitapay-instruction .swal2-icon.swal2-error [class^="swal2-x-mark-line"][class$="left"] {
  left: 1.0625em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.vitapay-instruction .swal2-icon.swal2-error [class^="swal2-x-mark-line"][class$="right"] {
  right: 1em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.vitapay-instruction .swal2-icon.swal2-warning {
  border-color: #facea8;
  color: #f8bb86;
}

.vitapay-instruction .swal2-icon.swal2-info {
  border-color: #9de0f6;
  color: #3fc3ee;
}

.vitapay-instruction .swal2-icon.swal2-question {
  border-color: #c9dae1;
  color: #87adbd;
}

.vitapay-instruction .swal2-icon.swal2-success {
  border-color: #a5dc86;
}

.vitapay-instruction .swal2-icon.swal2-success [class^="swal2-success-circular-line"] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 50%;
}

.vitapay-instruction .swal2-icon.swal2-success
[class^="swal2-success-circular-line"][class$="left"] {
  top: -0.4375em;
  left: -2.0635em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 3.75em 3.75em;
  transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em;
}

.vitapay-instruction .swal2-icon.swal2-success
[class^="swal2-success-circular-line"][class$="right"] {
  top: -0.6875em;
  left: 1.875em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0 3.75em;
  transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0;
}

.vitapay-instruction .swal2-icon.swal2-success .swal2-success-ring {
  position: absolute;
  top: -0.25em;
  left: -0.25em;
  width: 100%;
  height: 100%;
  border: 0.25em solid rgba(165, 220, 134, 0.3);
  border-radius: 50%;
  z-index: 2;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.vitapay-instruction .swal2-icon.swal2-success .swal2-success-fix {
  position: absolute;
  top: 0.5em;
  left: 1.625em;
  width: 0.4375em;
  height: 5.625em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 1;
}

.vitapay-instruction .swal2-icon.swal2-success [class^="swal2-success-line"] {
  display: block;
  position: absolute;
  height: 0.3125em;
  border-radius: 0.125em;
  background-color: #a5dc86;
  z-index: 2;
}

.vitapay-instruction .swal2-icon.swal2-success [class^="swal2-success-line"][class$="tip"] {
  top: 2.875em;
  left: 0.875em;
  width: 1.5625em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.vitapay-instruction .swal2-icon.swal2-success [class^="swal2-success-line"][class$="long"] {
  top: 2.375em;
  right: 0.5em;
  width: 2.9375em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.vitapay-instruction .swal2-progresssteps {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 1.25em;
  padding: 0;
  font-weight: 700;
}

.vitapay-instruction .swal2-progresssteps li {
  display: inline-block;
  position: relative;
}

.vitapay-instruction .swal2-progresssteps .swal2-progresscircle {
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: #3085d6;
  color: #fff;
  line-height: 2em;
  text-align: center;
  z-index: 20;
}

.vitapay-instruction .swal2-progresssteps .swal2-progresscircle:first-child {
  margin-left: 0;
}

.vitapay-instruction .swal2-progresssteps .swal2-progresscircle:last-child {
  margin-right: 0;
}

.vitapay-instruction .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
  background: #3085d6;
}

.vitapay-instruction .swal2-progresssteps
.swal2-progresscircle.swal2-activeprogressstep
~ .swal2-progresscircle {
  background: #add8e6;
}

.vitapay-instruction .swal2-progresssteps
.swal2-progresscircle.swal2-activeprogressstep
~ .swal2-progressline {
  background: #add8e6;
}

.vitapay-instruction .swal2-progresssteps .swal2-progressline {
  width: 2.5em;
  height: 0.4em;
  margin: 0 -1px;
  background: #3085d6;
  z-index: 10;
}

.vitapay-instruction [class^="swal2"] {
  -webkit-tap-highlight-color: transparent;
}

.vitapay-instruction .swal2-show {
  -webkit-animation: swal2-show 0.3s;
  animation: swal2-show 0.3s;
}

.vitapay-instruction .swal2-show.swal2-noanimation {
  -webkit-animation: none;
  animation: none;
}

.vitapay-instruction .swal2-hide {
  -webkit-animation: swal2-hide 0.15s forwards;
  animation: swal2-hide 0.15s forwards;
}

.vitapay-instruction .swal2-hide.swal2-noanimation {
  -webkit-animation: none;
  animation: none;
}

.vitapay-instruction [dir="rtl"] .swal2-close {
  right: auto;
  left: 0;
}

.vitapay-instruction .swal2-animate-success-icon .swal2-success-line-tip {
  -webkit-animation: swal2-animate-success-line-tip 0.75s;
  animation: swal2-animate-success-line-tip 0.75s;
}

.vitapay-instruction .swal2-animate-success-icon .swal2-success-line-long {
  -webkit-animation: swal2-animate-success-line-long 0.75s;
  animation: swal2-animate-success-line-long 0.75s;
}

.vitapay-instruction .swal2-animate-success-icon .swal2-success-circular-line-right {
  -webkit-animation: swal2-rotate-success-circular-line 4.25s ease-in;
  animation: swal2-rotate-success-circular-line 4.25s ease-in;
}

.vitapay-instruction .swal2-animate-error-icon {
  -webkit-animation: swal2-animate-error-icon 0.5s;
  animation: swal2-animate-error-icon 0.5s;
}

.vitapay-instruction .swal2-animate-error-icon .swal2-x-mark {
  -webkit-animation: swal2-animate-error-x-mark 0.5s;
  animation: swal2-animate-error-x-mark 0.5s;
}

@-webkit-keyframes swal2-rotate-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swal2-rotate-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.vitapay-instruction .mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.vitapay-instruction .mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: 0 !important;
  -webkit-backface-visibility: hidden;
}

.vitapay-instruction .mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.vitapay-instruction .mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.vitapay-instruction .mfp-align-top .mfp-container:before {
  display: none;
}

.vitapay-instruction .mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.vitapay-instruction .mfp-ajax-holder .mfp-content,
.vitapay-instruction .mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.vitapay-instruction .mfp-ajax-cur {
  cursor: progress;
}

.vitapay-instruction .mfp-zoom-out-cur,
.vitapay-instruction .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.vitapay-instruction .mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.vitapay-instruction .mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.vitapay-instruction .mfp-arrow,
.vitapay-instruction .mfp-close,
.vitapay-instruction .mfp-counter,
.vitapay-instruction .mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.vitapay-instruction .mfp-loading.mfp-figure {
  display: none;
}

.vitapay-instruction .mfp-hide {
  display: none !important;
}

.vitapay-instruction .mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.vitapay-instruction .mfp-preloader a {
  color: #ccc;
}

.vitapay-instruction .mfp-preloader a:hover {
  color: #fff;
}

.vitapay-instruction .mfp-s-ready .mfp-preloader {
  display: none;
}

.vitapay-instruction .mfp-s-error .mfp-content {
  display: none;
}

.vitapay-instruction button.mfp-arrow,
.vitapay-instruction button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.vitapay-instruction button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.vitapay-instruction .mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.vitapay-instruction .mfp-close:focus,
.vitapay-instruction .mfp-close:hover {
  opacity: 1;
}

.vitapay-instruction .mfp-close:active {
  top: 1px;
}

.vitapay-instruction .mfp-close-btn-in .mfp-close {
  color: #333;
}

.vitapay-instruction .mfp-iframe-holder .mfp-close,
.vitapay-instruction .mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.vitapay-instruction .mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.vitapay-instruction .mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.vitapay-instruction .mfp-arrow:active {
  margin-top: -54px;
}

.vitapay-instruction .mfp-arrow:focus,
.vitapay-instruction .mfp-arrow:hover {
  opacity: 1;
}

.vitapay-instruction .mfp-arrow:after,
.vitapay-instruction .mfp-arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.vitapay-instruction .mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.vitapay-instruction .mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.vitapay-instruction .mfp-arrow-left {
  left: 0;
}

.vitapay-instruction .mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.vitapay-instruction .mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.vitapay-instruction .mfp-arrow-right {
  right: 0;
}

.vitapay-instruction .mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.vitapay-instruction .mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.vitapay-instruction .mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.vitapay-instruction .mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.vitapay-instruction .mfp-iframe-holder .mfp-close {
  top: -40px;
}

.vitapay-instruction .mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.vitapay-instruction .mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.vitapay-instruction img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

.vitapay-instruction .mfp-figure {
  line-height: 0;
}

.vitapay-instruction .mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.vitapay-instruction .mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.vitapay-instruction .mfp-figure figure {
  margin: 0;
}

.vitapay-instruction .mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.vitapay-instruction .mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.vitapay-instruction .mfp-image-holder .mfp-content {
  max-width: 100%;
}

.vitapay-instruction .mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .vitapay-instruction .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .vitapay-instruction .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .vitapay-instruction .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .vitapay-instruction .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .vitapay-instruction .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .vitapay-instruction .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .vitapay-instruction .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .vitapay-instruction .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .vitapay-instruction .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .vitapay-instruction .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .vitapay-instruction .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .vitapay-instruction .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.vitapay-instruction .rating-loading {
  width: 25px;
  height: 25px;
  font-size: 0;
  color: #fff;
  border: none;
}

.vitapay-instruction .rating-container {
  display: inline-block;
}

.vitapay-instruction .rating-container .rating-stars {
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
}

.vitapay-instruction .rating-container .rating-input {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  font-size: 1px;
  border: none;
  background: 0 0;
  opacity: 0;
  padding: 0;
  margin: 0;
}

.vitapay-instruction .rating-container.is-display-only .rating-input,
.vitapay-instruction .rating-container.is-display-only .rating-stars {
  cursor: default;
}

.vitapay-instruction .rating-disabled .rating-input,
.vitapay-instruction .rating-disabled .rating-stars {
  cursor: not-allowed;
}

.vitapay-instruction .rating-container .star {
  display: inline-block;
  margin: 0 2px;
  text-align: center;
}

.vitapay-instruction .rating-container .empty-stars {
  color: #aaa;
}

.vitapay-instruction .rating-container .filled-stars {
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  color: #fde16d;
  white-space: nowrap;
  overflow: hidden;
  -webkit-text-stroke: 1px #777;
  text-shadow: 1px 1px #999;
}

.vitapay-instruction .rating-rtl {
  float: right;
}

.vitapay-instruction .rating-animate .filled-stars {
  -webkit-transition: width 0.25s ease;
  transition: width 0.25s ease;
}

.vitapay-instruction .rating-rtl .filled-stars {
  left: auto;
  right: 0;
  -webkit-transition: none;
  transition: none;
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
  transform: matrix(-1, 0, 0, 1, 0, 0);
}

.vitapay-instruction .rating-rtl.is-star .filled-stars {
  right: 0.06em;
}

.vitapay-instruction .rating-rtl.is-heart .empty-stars {
  margin-right: 0.07em;
}

.vitapay-instruction .rating-container .clear-rating {
  color: #aaa;
  cursor: not-allowed;
  display: inline-block;
  vertical-align: middle;
  font-size: 60%;
}

.vitapay-instruction .clear-rating-active {
  cursor: pointer !important;
}

.vitapay-instruction .clear-rating-active:hover {
  color: #843534;
}

.vitapay-instruction .rating-container .clear-rating {
  padding-right: 5px;
}

.vitapay-instruction .rating-container .caption .label {
  display: inline-block;
  padding: 0.25em 0.4em;
  line-height: 1;
  text-align: center;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.vitapay-instruction .rating-container .caption {
  color: #999;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}

.vitapay-instruction .rating-container .caption {
  margin-left: 5px;
  margin-right: 0;
}

.vitapay-instruction .rating-rtl .caption {
  margin-right: 5px;
  margin-left: 0;
}

@media print {
  .vitapay-instruction .rating-container .clear-rating {
    display: none;
  }
}

.vitapay-instruction .rating-xl {
  font-size: 48px;
}

.vitapay-instruction .rating-lg {
  font-size: 40px;
}

.vitapay-instruction .rating-md {
  font-size: 32px;
}

.vitapay-instruction .rating-sm {
  font-size: 24px;
}

.vitapay-instruction .rating-xs {
  font-size: 14px;
  vertical-align: 5%;
}

.vitapay-instruction .rating-xl .caption {
  font-size: 20px;
}

.vitapay-instruction .rating-lg .caption {
  font-size: 18px;
}

.vitapay-instruction .rating-md .caption {
  font-size: 16px;
}

.vitapay-instruction .rating-sm .caption {
  font-size: 14px;
}

.vitapay-instruction .rating-xs .caption {
  font-size: 12px;
}

.vitapay-instruction .theme-krajee-svg .krajee-icon,
.vitapay-instruction .theme-krajee-svg .krajee-icon-clear {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-size: cover;
}

.vitapay-instruction .theme-krajee-svg .clear-rating,
.vitapay-instruction .theme-krajee-svg .rating-stars {
  font-size: 5px;
}

.vitapay-instruction .theme-krajee-svg .krajee-icon-clear {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22svg2%22%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20158.81%20158.81%22%20version%3D%221.1%22%3E%0D%0A%3Cpath%20id%3D%22path4%22%20style%3D%22fill%3A%23aaa%22%20stroke-linejoin%3D%22round%22%20d%3D%22m155.06%2C79.438c0%2C41.799-33.885%2C75.684-75.684%2C75.684s-75.684-33.885-75.684-75.684%2C33.885-75.684%2C75.684-75.684%2C75.684%2C33.885%2C75.684%2C75.684z%22%20stroke%3D%22%23aaa%22%20stroke-linecap%3D%22round%22%20fill%3D%22none%22%2F%3E%0D%0A%3Cpath%20id%3D%22rect3139%22%20style%3D%22fill%3A%23fff%22%20d%3D%22m37.216%2C64.443v28.67h88.24v-28.67h-88.24z%22%2F%3E%0D%0A%3C%2Fsvg%3E");
}

.vitapay-instruction .theme-krajee-svg .filled-stars .krajee-icon-star {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23fde16d%22%20stroke%3D%22%23777777%22%20d%3D%22M20.6%2011l-4.6-10.5-4.6%2010.5h-10.8l7.8%207.9-3%2012.1%2010.6-6%2010.6%206-3-12.1%207.8-7.9z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}

.vitapay-instruction .theme-krajee-svg.rating-xl .krajee-icon,
.vitapay-instruction .theme-krajee-svg.rating-xl .krajee-icon-clear {
  width: 3rem;
  height: 3rem;
}

.vitapay-instruction .theme-krajee-svg.rating-lg .krajee-icon,
.vitapay-instruction .theme-krajee-svg.rating-lg .krajee-icon-clear {
  width: 2.5rem;
  height: 2.5rem;
}

.vitapay-instruction .theme-krajee-svg.rating-md .krajee-icon,
.vitapay-instruction .theme-krajee-svg.rating-md .krajee-icon-clear {
  width: 2rem;
  height: 2rem;
}

.vitapay-instruction .theme-krajee-svg.rating-sm .krajee-icon,
.vitapay-instruction .theme-krajee-svg.rating-sm .krajee-icon-clear {
  width: 1.5rem;
  height: 1.5rem;
}

.vitapay-instruction .theme-krajee-svg.rating-xs .krajee-icon,
.vitapay-instruction .theme-krajee-svg.rating-xs .krajee-icon-clear {
  width: 1rem;
  height: 1rem;
}

.vitapay-instruction .theme-krajee-svg .krajee-icon-clear:hover {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22svg2%22%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20158.81%20158.81%22%20version%3D%221.1%22%3E%0D%0A%3Cpath%20id%3D%22path4%22%20style%3D%22fill%3A%23843534%22%20stroke-linejoin%3D%22round%22%20d%3D%22m155.06%2C79.438c0%2C41.799-33.885%2C75.684-75.684%2C75.684s-75.684-33.885-75.684-75.684%2C33.885-75.684%2C75.684-75.684%2C75.684%2C33.885%2C75.684%2C75.684z%22%20stroke%3D%22%23843534%22%20stroke-linecap%3D%22round%22%20fill%3D%22none%22%2F%3E%0D%0A%3Cpath%20id%3D%22rect3139%22%20style%3D%22fill%3A%23fff%22%20d%3D%22m37.216%2C64.443v28.67h88.24v-28.67h-88.24z%22%2F%3E%0D%0A%3C%2Fsvg%3E");
}

.vitapay-instruction .theme-krajee-svg .empty-stars .krajee-icon-star {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20stroke%3D%22%23777777%22%20d%3D%22M20.6%2011l-4.6-10.5-4.6%2010.5h-10.8l7.8%207.9-3%2012.1%2010.6-6%2010.6%206-3-12.1%207.8-7.9z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}

.vitapay-instruction .theme-krajee-svg .filled-stars .krajee-icon-heart {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23fde16d%22%20stroke%3D%22%23777777%22%20stroke-width%3D%220.04em%22%20d%3D%22M12%2021.35l-1.45-1.32c-5.15-4.67-8.55-7.75-8.55-11.53%200-3.08%202.42-5.5%205.5-5.5%201.74%200%203.41.81%204.5%202.09%201.09-1.28%202.76-2.09%204.5-2.09%203.08%200%205.5%202.42%205.5%205.5%200%203.78-3.4%206.86-8.55%2011.54l-1.45%201.31z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}

.vitapay-instruction .theme-krajee-svg .empty-stars .krajee-icon-heart {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20stroke%3D%22%23777777%22%20stroke-width%3D%220.04em%22%20d%3D%22M12%2021.35l-1.45-1.32c-5.15-4.67-8.55-7.75-8.55-11.53%200-3.08%202.42-5.5%205.5-5.5%201.74%200%203.41.81%204.5%202.09%201.09-1.28%202.76-2.09%204.5-2.09%203.08%200%205.5%202.42%205.5%205.5%200%203.78-3.4%206.86-8.55%2011.54l-1.45%201.31z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
}

.vitapay-instruction .theme-krajee-svg.rating-rtl.is-heart .filled-stars {
  right: 0.02em;
}

.vitapay-instruction .theme-krajee-svg.rating-rtl.is-heart .empty-stars {
  margin-right: 0.01em;
}

@font-face {
  font-family: lg;
  src: url(https://static.mservice.io/font/lightgallery/lg.eot?n1z373);
  src: url(https://static.mservice.io/font/lightgallery/lg.eot?#iefixn1z373) format("embedded-opentype"), url(https://static.mservice.io/font/lightgallery/lg.woff?n1z373) format("woff"), url(https://static.mservice.io/font/lightgallery/lg.ttf?n1z373) format("truetype"), url(https://static.mservice.io/font/lightgallery/lg.svg?n1z373#lg) format("svg");
  font-weight: 400;
  font-style: normal;
}

.vitapay-instruction .lg-icon {
  font-family: lg;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.vitapay-instruction .lg-actions .lg-next,
.vitapay-instruction .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: 0;
}

.vitapay-instruction .lg-actions .lg-next.disabled,
.vitapay-instruction .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.vitapay-instruction .lg-actions .lg-next:hover,
.vitapay-instruction .lg-actions .lg-prev:hover {
  color: #fff;
}

.vitapay-instruction .lg-actions .lg-next {
  right: 20px;
}

.vitapay-instruction .lg-actions .lg-next:before {
  content: "\e095";
}

.vitapay-instruction .lg-actions .lg-prev {
  left: 20px;
}

.vitapay-instruction .lg-actions .lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

.vitapay-instruction .lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}

.vitapay-instruction .lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.vitapay-instruction .lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

.vitapay-instruction .lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.vitapay-instruction .lg-toolbar .lg-icon:hover {
  color: #fff;
}

.vitapay-instruction .lg-toolbar .lg-close:after {
  content: "\e070";
}

.vitapay-instruction .lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.vitapay-instruction .lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #eee;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}

.vitapay-instruction .lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
}

.vitapay-instruction .lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

.vitapay-instruction #lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.vitapay-instruction .lg-next,
.vitapay-instruction .lg-prev,
.vitapay-instruction .lg-toolbar {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -webkit-transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.vitapay-instruction .lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

.vitapay-instruction .lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

.vitapay-instruction .lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

.vitapay-instruction body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.vitapay-instruction body:not(.lg-from-hash)
.lg-outer.lg-start-zoom
.lg-item.lg-complete
.lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.vitapay-instruction .lg-outer .lg-thumb-outer {
  background-color: #0d0a0a;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.vitapay-instruction .lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.vitapay-instruction .lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.vitapay-instruction .lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.vitapay-instruction .lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.vitapay-instruction .lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}

.vitapay-instruction .lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 4px;
  margin-bottom: 5px;
}

@media (min-width: 1025px) {
  .vitapay-instruction .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}

.vitapay-instruction .lg-outer .lg-thumb-item.active,
.vitapay-instruction .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}

.vitapay-instruction .lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.vitapay-instruction .lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}

.vitapay-instruction .lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.vitapay-instruction .lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}

.vitapay-instruction .lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}

.vitapay-instruction .lg-outer .lg-toogle-thumb {
  background-color: #0d0a0a;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}

.vitapay-instruction .lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}

.vitapay-instruction .lg-outer .lg-toogle-thumb:hover {
  color: #fff;
}

.vitapay-instruction .lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}

.vitapay-instruction .lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.vitapay-instruction .lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.vitapay-instruction .lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}

.vitapay-instruction .lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.vitapay-instruction .lg-outer .lg-has-vimeo .lg-video-play {
  background: url(https://static.mservice.io/styles/desktop/img/vimeo-play.png) no-repeat scroll 0 0 transparent;
}

.vitapay-instruction .lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url(https://static.mservice.io/styles/desktop/img/vimeo-play.png) no-repeat scroll 0 -58px transparent;
}

.vitapay-instruction .lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url(https://static.mservice.io/styles/desktop/img/video-play.png) no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}

.vitapay-instruction .lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}

.vitapay-instruction .lg-outer .lg-has-youtube .lg-video-play {
  background: url(https://static.mservice.io/styles/desktop/img/youtube-play.png) no-repeat scroll 0 0 transparent;
}

.vitapay-instruction .lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url(https://static.mservice.io/styles/desktop/img/youtube-play.png) no-repeat scroll 0 -60px transparent;
}

.vitapay-instruction .lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.vitapay-instruction .lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}

.vitapay-instruction .lg-outer .lg-has-video.lg-video-playing .lg-object,
.vitapay-instruction .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}

.vitapay-instruction .lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.vitapay-instruction .lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 80ms ease 0s;
  transition: opacity 80ms ease 0s;
}

.vitapay-instruction .lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}

.vitapay-instruction .lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.vitapay-instruction .lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.vitapay-instruction .lg-autoplay-button:after {
  content: "\e01d";
}

.vitapay-instruction .lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.vitapay-instruction .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.vitapay-instruction .lg-outer.lg-css3.lg-zoom-dragging
.lg-item.lg-complete.lg-zoomable
.lg-img-wrap {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.vitapay-instruction .lg-outer.lg-use-transition-for-zoom
.lg-item.lg-complete.lg-zoomable
.lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.vitapay-instruction .lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.vitapay-instruction .lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.vitapay-instruction .lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.vitapay-instruction #lg-zoom-in:after {
  content: "\e311";
}

.vitapay-instruction #lg-actual-size {
  font-size: 20px;
}

.vitapay-instruction #lg-actual-size:after {
  content: "\e033";
}

.vitapay-instruction #lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}

.vitapay-instruction #lg-zoom-out:after {
  content: "\e312";
}

.vitapay-instruction .lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.vitapay-instruction .lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}

.vitapay-instruction .lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.vitapay-instruction .lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.vitapay-instruction .lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.vitapay-instruction .lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  -webkit-box-shadow: 0 0 0 2px #fff inset;
  box-shadow: 0 0 0 2px #fff inset;
}

.vitapay-instruction .lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #fff;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s,
 -webkit-transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}

.vitapay-instruction .lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.vitapay-instruction .lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -webkit-transition: -webkit-box-shadow 0.3s ease 0s;
  transition: -webkit-box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
  width: 12px;
}

.vitapay-instruction .lg-outer .lg-pager:focus,
.vitapay-instruction .lg-outer .lg-pager:hover {
  -webkit-box-shadow: 0 0 0 8px #fff inset;
  box-shadow: 0 0 0 8px #fff inset;
}

.vitapay-instruction .lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.vitapay-instruction .lg-fullscreen:after {
  content: "\e20c";
}

.vitapay-instruction .lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.vitapay-instruction .lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.vitapay-instruction .lg-outer.lg-dropdown-active #lg-dropdown-overlay,
.vitapay-instruction .lg-outer.lg-dropdown-active .lg-dropdown {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}

.vitapay-instruction .lg-outer.lg-dropdown-active #lg-share {
  color: #fff;
}

.vitapay-instruction .lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s,
 visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -webkit-transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s,
 -webkit-transform 0.18s linear 0s;
  transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s,
 -webkit-transform 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s,
 opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s,
 opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
}

.vitapay-instruction .lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #fff;
  right: 16px;
  top: -16px;
}

.vitapay-instruction .lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0;
}

.vitapay-instruction .lg-outer .lg-dropdown > li:hover .lg-icon,
.vitapay-instruction .lg-outer .lg-dropdown > li:hover a {
  color: #333;
}

.vitapay-instruction .lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.vitapay-instruction .lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

.vitapay-instruction .lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}

.vitapay-instruction .lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

.vitapay-instruction .lg-outer #lg-share {
  position: relative;
}

.vitapay-instruction .lg-outer #lg-share:after {
  content: "\e80d";
}

.vitapay-instruction .lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}

.vitapay-instruction .lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901";
}

.vitapay-instruction .lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}

.vitapay-instruction .lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904";
}

.vitapay-instruction .lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}

.vitapay-instruction .lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902";
}

.vitapay-instruction .lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}

.vitapay-instruction .lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903";
}

.vitapay-instruction .lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.vitapay-instruction .lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.vitapay-instruction .lg-outer * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.vitapay-instruction .lg-outer.lg-visible {
  opacity: 1;
}

.vitapay-instruction .lg-outer.lg-css3 .lg-item.lg-current,
.vitapay-instruction .lg-outer.lg-css3 .lg-item.lg-next-slide,
.vitapay-instruction .lg-outer.lg-css3 .lg-item.lg-prev-slide {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.vitapay-instruction .lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.vitapay-instruction .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.vitapay-instruction .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

.vitapay-instruction .lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.vitapay-instruction .lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.vitapay-instruction .lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.vitapay-instruction .lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

.vitapay-instruction .lg-outer .lg-item {
  background: url(https://static.mservice.io/styles/desktop/img/loading.gif) no-repeat scroll center center transparent;
  display: none !important;
}

.vitapay-instruction .lg-outer.lg-css3 .lg-current,
.vitapay-instruction .lg-outer.lg-css3 .lg-next-slide,
.vitapay-instruction .lg-outer.lg-css3 .lg-prev-slide {
  display: inline-block !important;
}

.vitapay-instruction .lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.vitapay-instruction .lg-outer .lg-img-wrap,
.vitapay-instruction .lg-outer .lg-item {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.vitapay-instruction .lg-outer .lg-img-wrap:before,
.vitapay-instruction .lg-outer .lg-item:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

.vitapay-instruction .lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.vitapay-instruction .lg-outer .lg-item.lg-complete {
  background-image: none;
}

.vitapay-instruction .lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.vitapay-instruction .lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

.vitapay-instruction .lg-outer.lg-show-after-load .lg-item .lg-object,
.vitapay-instruction .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.vitapay-instruction .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.vitapay-instruction .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}

.vitapay-instruction .lg-outer .lg-empty-html {
  display: none;
}

.vitapay-instruction .lg-outer.lg-hide-download #lg-download {
  display: none;
}

.vitapay-instruction .lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.vitapay-instruction .lg-backdrop.in {
  opacity: 1;
}

.vitapay-instruction .lg-css3.lg-no-trans .lg-current,
.vitapay-instruction .lg-css3.lg-no-trans .lg-next-slide,
.vitapay-instruction .lg-css3.lg-no-trans .lg-prev-slide {
  -webkit-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}

.vitapay-instruction .lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.vitapay-instruction .lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.vitapay-instruction .lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.vitapay-instruction .lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.vitapay-instruction .lg-css3.lg-fade .lg-item.lg-current,
.vitapay-instruction .lg-css3.lg-fade .lg-item.lg-next-slide,
.vitapay-instruction .lg-css3.lg-fade .lg-item.lg-prev-slide {
  -webkit-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}

.vitapay-instruction .lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.vitapay-instruction .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.vitapay-instruction .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.vitapay-instruction .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.vitapay-instruction .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.vitapay-instruction .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.vitapay-instruction .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.vitapay-instruction .lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}

.vitapay-instruction .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}

.vitapay-instruction .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}

.vitapay-instruction .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}

.vitapay-instruction .lg-css3.lg-slide.lg-use-left .lg-item.lg-current,
.vitapay-instruction .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.vitapay-instruction .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.vitapay-instruction .modal.modal-lunar .modal-dialog.modal-full-width {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  left: 0 !important;
  right: 0 !important;
}

.vitapay-instruction .modal.modal-lunar .modal-content {
  border: 0;
  border-radius: 3px;
}

.vitapay-instruction .modal.modal-lunar.fade.modal-top-left .modal-dialog {
  width: 100%;
  position: absolute;
  top: 0;
}

@media (min-width: 576px) {
  .vitapay-instruction .modal.modal-lunar.fade.modal-top-left .modal-dialog {
    left: 1.75rem;
    margin: 1.75rem auto;
  }
}

@media (max-width: 767.98px) {
  .vitapay-instruction .modal.modal-lunar.fade.modal-top-left .modal-dialog {
    width: calc(100% - (0.5rem * 2));
  }
}

.vitapay-instruction .modal.modal-lunar.fade.modal-top-right .modal-dialog {
  width: 100%;
  position: absolute;
  top: 0;
}

@media (min-width: 576px) {
  .vitapay-instruction .modal.modal-lunar.fade.modal-top-right .modal-dialog {
    right: 1.75rem;
    margin: 1.75rem auto;
  }
}

@media (max-width: 767.98px) {
  .vitapay-instruction .modal.modal-lunar.fade.modal-top-right .modal-dialog {
    width: calc(100% - (0.5rem * 2));
  }
}

.vitapay-instruction .modal.modal-lunar.fade.modal-bottom-right .modal-dialog {
  width: 100%;
  position: absolute;
  bottom: 0;
}

@media (min-width: 576px) {
  .vitapay-instruction .modal.modal-lunar.fade.modal-bottom-right .modal-dialog {
    right: 1.75rem;
    margin: 1.75rem auto;
  }
}

@media (max-width: 767.98px) {
  .vitapay-instruction .modal.modal-lunar.fade.modal-bottom-right .modal-dialog {
    width: calc(100% - (0.5rem * 2));
  }
}

.vitapay-instruction .modal.modal-lunar.fade.modal-bottom-left .modal-dialog {
  width: 100%;
  position: absolute;
  bottom: 0;
}

@media (min-width: 576px) {
  .vitapay-instruction .modal.modal-lunar.fade.modal-bottom-left .modal-dialog {
    left: 1.75rem;
    margin: 1.75rem auto;
  }
}

@media (max-width: 767.98px) {
  .vitapay-instruction .modal.modal-lunar.fade.modal-bottom-left .modal-dialog {
    width: calc(100% - (0.5rem * 2));
  }
}

.vitapay-instruction .modal.modal-lunar.fade.modal-bottom-center .modal-dialog {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

@media (min-width: 576px) {
  .vitapay-instruction .modal.modal-lunar.fade.modal-bottom-center .modal-dialog {
    margin: 1.75rem auto;
  }
}

@media (max-width: 767.98px) {
  .vitapay-instruction .modal.modal-lunar.fade.modal-bottom-center .modal-dialog {
    width: calc(100% - (0.5rem * 2));
  }
}

.vitapay-instruction .modal.modal-lunar .close {
  position: absolute;
  z-index: 1;
  right: 10px !important;
  top: 10px !important;
  height: 2.5rem;
  width: 2.5rem;
  background: rgba(193, 193, 193, 0.3) !important;
  border-radius: 50%;
  font-size: 1.8rem;
  padding: 0;
}

.vitapay-instruction .modal.modal-lunar .close:focus {
  outline: 0;
}

.vitapay-instruction .modal.modal-lunar .close span {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='currentColor' viewBox='0 0 16 16'%3E%3Cpath d='M14.7,1.3c-0.4-0.4-1-0.4-1.4,0L8,6.6L2.7,1.3c-0.4-0.4-1-0.4-1.4,0s-0.4,1,0,1.4L6.6,8l-5.3,5.3 c-0.4,0.4-0.4,1,0,1.4C1.5,14.9,1.7,15,2,15s0.5-0.1,0.7-0.3L8,9.4l5.3,5.3c0.2,0.2,0.5,0.3,0.7,0.3s0.5-0.1,0.7-0.3 c0.4-0.4,0.4-1,0-1.4L9.4,8l5.3-5.3C15.1,2.3,15.1,1.7,14.7,1.3z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  color: transparent;
  text-shadow: none;
  background-position: center;
}

.vitapay-instruction .modal.modal-lunar .close.light span {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 16 16'%3E%3Cpath d='M14.7,1.3c-0.4-0.4-1-0.4-1.4,0L8,6.6L2.7,1.3c-0.4-0.4-1-0.4-1.4,0s-0.4,1,0,1.4L6.6,8l-5.3,5.3 c-0.4,0.4-0.4,1,0,1.4C1.5,14.9,1.7,15,2,15s0.5-0.1,0.7-0.3L8,9.4l5.3,5.3c0.2,0.2,0.5,0.3,0.7,0.3s0.5-0.1,0.7-0.3 c0.4-0.4,0.4-1,0-1.4L9.4,8l5.3-5.3C15.1,2.3,15.1,1.7,14.7,1.3z'/%3E%3C/svg%3E");
}

.vitapay-instruction .modal.modal-lunar .close.size-sm {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  right: 0.5rem;
  top: 0.5rem;
}

.vitapay-instruction .modal.modal-lunar .close.close-pinned {
  top: -19px;
  right: -19px;
}

.vitapay-instruction .modal[data-popup="true"] {
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  width: unset;
  height: unset;
}

.vitapay-instruction .modal[data-popup="true"].fade.modal-bottom-center .modal-dialog,
.vitapay-instruction .modal[data-popup="true"].fade.modal-bottom-left .modal-dialog,
.vitapay-instruction .modal[data-popup="true"].fade.modal-bottom-right .modal-dialog,
.vitapay-instruction .modal[data-popup="true"].fade.modal-top-left .modal-dialog,
.vitapay-instruction .modal[data-popup="true"].fade.modal-top-right .modal-dialog {
  position: fixed;
}

.vitapay-instruction .modal[data-popup="true"].fade .modal-content {
  -webkit-box-shadow: 0 20px 60px -2px rgba(18, 21, 35, 0.19);
  box-shadow: 0 20px 60px -2px rgba(18, 21, 35, 0.19);
}

.vitapay-instruction .body-scrollable {
  overflow: unset;
  padding-right: unset !important;
}

.vitapay-instruction .body-scrollable .modal-backdrop {
  display: none;
}

.vitapay-instruction .modal-backdrop {
  background: #2d343a;
}

.vitapay-instruction .btn-cta {
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 13px 20px;
  font-size: 1rem;
  font-weight: 700;
}

.vitapay-instruction .modal .overlay {
  background-color: rgba(0, 0, 0, 0.35);
}

.vitapay-instruction .modal .overlay-light {
  background-color: rgba(0, 0, 0, 0.15);
}

.vitapay-instruction .modal .pull-up-lg {
  margin-top: -70px;
}

.vitapay-instruction .modal .border-thick {
  border-width: 0.3rem !important;
}

.vitapay-instruction .bg-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.vitapay-instruction .pointer-events-none {
  pointer-events: none;
}

.vitapay-instruction .m-h-10 {
  min-height: 10vh;
}

.vitapay-instruction .m-h-20 {
  min-height: 20vh;
}

.vitapay-instruction .m-h-30 {
  min-height: 30vh;
}

.vitapay-instruction .m-h-40 {
  min-height: 40vh;
}

.vitapay-instruction .m-h-50 {
  min-height: 50vh;
}

.vitapay-instruction .m-h-60 {
  min-height: 60vh;
}

.vitapay-instruction .m-h-70 {
  min-height: 70vh;
}

.vitapay-instruction .m-h-80 {
  min-height: 80vh;
}

.vitapay-instruction .m-h-90 {
  min-height: 90vh;
}

.vitapay-instruction .m-h-100 {
  min-height: 100vh;
}

.vitapay-instruction .bg-rhino {
  background-color: #28304e !important;
}

.vitapay-instruction .btn-cstm-light {
  color: #212841;
  background-color: #fff;
  border-color: #fff;
}

.vitapay-instruction .btn-cstm-light:hover {
  color: #212841;
  background-color: #ececec;
  border-color: #e6e6e6;
}

.vitapay-instruction .btn-cstm-light.focus,
.vitapay-instruction .btn-cstm-light:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.vitapay-instruction .btn-cstm-light.disabled,
.vitapay-instruction .btn-cstm-light:disabled {
  color: #212841;
  background-color: #fff;
  border-color: #fff;
}

.vitapay-instruction .btn-cstm-light:not(:disabled):not(.disabled).active,
.vitapay-instruction .btn-cstm-light:not(:disabled):not(.disabled):active,
.vitapay-instruction .show > .btn-cstm-light.dropdown-toggle {
  color: #212841;
  background-color: #e6e6e6;
  border-color: #dfdfdf;
}

.vitapay-instruction .btn-cstm-light:not(:disabled):not(.disabled).active:focus,
.vitapay-instruction .btn-cstm-light:not(:disabled):not(.disabled):active:focus,
.vitapay-instruction .show > .btn-cstm-light.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.vitapay-instruction .btn-cstm-dark {
  color: #fff;
  background-color: #28304e;
  border-color: #28304e;
}

.vitapay-instruction .btn-cstm-dark:hover {
  color: #fff;
  background-color: #1b2035;
  border-color: #171b2c;
}

.vitapay-instruction .btn-cstm-dark.focus,
.vitapay-instruction .btn-cstm-dark:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 48, 78, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(40, 48, 78, 0.5);
}

.vitapay-instruction .btn-cstm-dark.disabled,
.vitapay-instruction .btn-cstm-dark:disabled {
  color: #fff;
  background-color: #28304e;
  border-color: #28304e;
}

.vitapay-instruction .btn-cstm-dark:not(:disabled):not(.disabled).active,
.vitapay-instruction .btn-cstm-dark:not(:disabled):not(.disabled):active,
.vitapay-instruction .show > .btn-cstm-dark.dropdown-toggle {
  color: #fff;
  background-color: #171b2c;
  border-color: #121624;
}

.vitapay-instruction .btn-cstm-danger {
  color: #fff;
  background-color: #f2545b;
  border-color: #f2545b;
}

.vitapay-instruction .btn-cstm-danger:hover {
  color: #fff;
  background-color: #ef3039;
  border-color: #ee252e;
}

.vitapay-instruction .btn-cstm-danger.focus,
.vitapay-instruction .btn-cstm-danger:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(242, 84, 91, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(242, 84, 91, 0.5);
}

.vitapay-instruction .btn-cstm-danger.disabled,
.vitapay-instruction .btn-cstm-danger:disabled {
  color: #fff;
  background-color: #f2545b;
  border-color: #f2545b;
}

.vitapay-instruction .btn-cstm-danger:not(:disabled):not(.disabled).active,
.vitapay-instruction .btn-cstm-danger:not(:disabled):not(.disabled):active,
.vitapay-instruction .show > .btn-cstm-danger.dropdown-toggle {
  color: #fff;
  background-color: #ee252e;
  border-color: #ed1922;
}

.vitapay-instruction .btn-cstm-danger:not(:disabled):not(.disabled).active:focus,
.vitapay-instruction .btn-cstm-danger:not(:disabled):not(.disabled):active:focus,
.vitapay-instruction .show > .btn-cstm-danger.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(242, 84, 91, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(242, 84, 91, 0.5);
}

.vitapay-instruction .btn-cstm-success {
  color: #fff;
  background-color: #0c9;
  border-color: #0c9;
}

.vitapay-instruction .btn-cstm-success:hover {
  color: #fff;
  background-color: #00a67c;
  border-color: #009973;
}

.vitapay-instruction .btn-cstm-success.focus,
.vitapay-instruction .btn-cstm-success:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 204, 153, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 204, 153, 0.5);
}

.vitapay-instruction .btn-cstm-success.disabled,
.vitapay-instruction .btn-cstm-success:disabled {
  color: #fff;
  background-color: #0c9;
  border-color: #0c9;
}

.vitapay-instruction .btn-cstm-success:not(:disabled):not(.disabled).active,
.vitapay-instruction .btn-cstm-success:not(:disabled):not(.disabled):active,
.vitapay-instruction .show > .btn-cstm-success.dropdown-toggle {
  color: #fff;
  background-color: #009973;
  border-color: #008c69;
}

.vitapay-instruction .btn-cstm-success:not(:disabled):not(.disabled).active:focus,
.vitapay-instruction .btn-cstm-success:not(:disabled):not(.disabled):active:focus,
.vitapay-instruction .show > .btn-cstm-success.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 204, 153, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(0, 204, 153, 0.5);
}

.vitapay-instruction .btn-cstm-secondary {
  color: #fff;
  background-color: #95aac9;
  border-color: #95aac9;
}

.vitapay-instruction .btn-cstm-secondary:hover {
  color: #fff;
  background-color: #7c96bc;
  border-color: #738fb8;
}

.vitapay-instruction .btn-cstm-secondary.focus,
.vitapay-instruction .btn-cstm-secondary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(149, 170, 201, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(149, 170, 201, 0.5);
}

.vitapay-instruction .btn-cstm-secondary.disabled,
.vitapay-instruction .btn-cstm-secondary:disabled {
  color: #fff;
  background-color: #95aac9;
  border-color: #95aac9;
}

.vitapay-instruction .btn-cstm-secondary:not(:disabled):not(.disabled).active,
.vitapay-instruction .btn-cstm-secondary:not(:disabled):not(.disabled):active,
.vitapay-instruction .show > .btn-cstm-secondary.dropdown-toggle {
  color: #fff;
  background-color: #738fb8;
  border-color: #6b88b3;
}

.vitapay-instruction .btn-cstm-secondary:not(:disabled):not(.disabled).active:focus,
.vitapay-instruction .btn-cstm-secondary:not(:disabled):not(.disabled):active:focus,
.vitapay-instruction .show > .btn-cstm-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(149, 170, 201, 0.5);
  box-shadow: 0 0 0 0.2rem rgba(149, 170, 201, 0.5);
}

.vitapay-instruction .swal2-popup {
  border-radius: 4px;
  padding: 3rem;
}

.vitapay-instruction .swal2-popup .swal2-title {
  font-weight: 500;
  font-size: 1.3rem;
  margin: 0 0 1rem;
}

.vitapay-instruction .swal2-popup .swal2-content {
  font-weight: 300;
  font-size: 1rem;
}

.vitapay-instruction .swal2-popup .btn {
  margin: 15px 5px 0;
}

.vitapay-instruction .swal2-popup .swal2-styled:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.vitapay-instruction .swal2-container.swal2-shown {
  background-color: rgba(0, 0, 0, 0.2);
}

.vitapay-instruction .swal2-popup .swal2-title {
  color: #575962;
}

.vitapay-instruction .swal2-popup .swal2-content {
  color: #6f727d;
}

.vitapay-instruction .decoration {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.vitapay-instruction .topbar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 500;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.vitapay-instruction .topbar .input {
  height: 34px;
  line-height: 34px;
}

.vitapay-instruction .topbar .input-group-icon {
  padding-top: 7px;
}

.vitapay-instruction .topbar.is-hidden {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.vitapay-instruction .topbar-auto-hide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.vitapay-instruction .topbar-content {
  height: 50px;
  color: #fff;
}

.vitapay-instruction .topbar-left {
  width: 55px;
  padding-left: 8px;
}

.vitapay-instruction .topbar-right {
  width: 55px;
  padding-right: 5px;
}

.vitapay-instruction .topbar-hamburge {
  display: block;
  text-align: center;
  color: #fff !important;
  font-size: 24px;
  width: 44px;
  margin-left: auto;
  line-height: 0;
}

.vitapay-instruction .topbar ~ * {
  --des-page-navbar-offset: 50px;
}

.vitapay-instruction .topbar.topbar-have-location ~ * {
  --des-page-navbar-offset: 81px;
}

.vitapay-instruction .htu-list [aria-expanded="true"] .item-after .svg-inline {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.vitapay-instruction .htu-modal-content {
  background: #f7f8fa;
}

.vitapay-instruction .htu-slider .swiper-slide {
  position: relative;
}

.vitapay-instruction .htu-slider .swiper-pagination-fraction {
  bottom: 0;
  padding: 8px 15px;
  font-size: 13px;
  color: #757575;
  background-image: linear-gradient(120deg, #fdfbfb 0, #ebedee 100%);
}

.vitapay-instruction .htu-slider .swiper-button-next,
.vitapay-instruction .htu-slider .swiper-button-prev {
  border-radius: 50%;
  top: 190px;
}

.vitapay-instruction .htu-slider .swiper-button-next:active,
.vitapay-instruction .htu-slider .swiper-button-next:focus,
.vitapay-instruction .htu-slider .swiper-button-next:hover,
.vitapay-instruction .htu-slider .swiper-button-prev:active,
.vitapay-instruction .htu-slider .swiper-button-prev:focus,
.vitapay-instruction .htu-slider .swiper-button-prev:hover {
  outline: 0;
}

.vitapay-instruction .htu-slider .swiper-button-next {
  padding-left: 3px;
  right: 10px;
}

.vitapay-instruction .htu-slider .swiper-button-prev {
  padding-right: 3px;
  left: 10px;
}

.vitapay-instruction .htu-modal-header {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  height: 50px;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #e0e0e0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.vitapay-instruction .htu-modal-title {
  font-weight: 700;
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.vitapay-instruction .htu-modal-space {
  width: 95px;
}

.vitapay-instruction .htu-modal-close {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  width: 95px;
  height: 48px;
  padding: 0 10px;
  background: #fff;
  line-height: 48px;
  text-align: center;
  font-size: 16px;
  z-index: 10;
  text-align: left;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #0BA269;
}

.vitapay-instruction .htu-modal-close .svg {
  font-size: 16px;
}

.vitapay-instruction .htu-slider-content {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  will-change: scroll-position;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  position: relative;
  z-index: 1;
  padding-bottom: 10px;
}

.vitapay-instruction .ht-mockup {
  padding-left: 10px;
  padding-right: 10px;
}

.vitapay-instruction .htu-slider-mockup {
  width: 190px;
  height: 338px;
  margin: 20px auto;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

.vitapay-instruction .htu-slider-txt {
  background: #fff;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  margin-top: 15px;
  padding: 10px;
}

.vitapay-instruction .htu-slider-title {
  font-size: 15px;
  margin-bottom: 10px;
}

.vitapay-instruction .htu-slider-body {
  color: #757575;
}

.vitapay-instruction .popup-button {
  cursor: pointer;
}

.vitapay-instruction .htu-bank {
  background-color: rgba(255, 255, 255, 0.8);
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.vitapay-instruction .htu-bank-item {
  cursor: pointer;
}

.vitapay-instruction .htu-bank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  overflow: hidden;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px 0;
}

@media only screen and (max-width: 320px) {
  .vitapay-instruction .htu-bank .htu-bank-item {
    width: 52px;
    height: 55px;
  }
  .vitapay-instruction .htu-bank .htu-bank-col {
    padding: 0 2px;
  }
}

.vitapay-instruction .htu-bank-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0 4px;
  text-align: center;
}

.vitapay-instruction .htu-bank-item {
  width: 59px;
  height: 55px;
  position: relative;
  background: #fff;
  margin: 0 auto 8px;
  border-radius: 0.25rem;
  padding: 4px 6px 20px;
  font-size: 10px;
  text-align: center;
  border: 1px solid #e0e0e0;
}

.vitapay-instruction .htu-bank-item div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  width: 100%;
  bottom: 2px;
  left: 0;
}

.vitapay-instruction .htu-bank-item img {
  width: 25px;
  margin-bottom: 4px;
}

.vitapay-instruction .topbar ~ .htu-modal-content {
  padding-top: 50px;
}

.vitapay-instruction .modal__header {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #e0e0e0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  height: 50px;
}

.vitapay-instruction .modal__nav {
  width: 50px;
}

.vitapay-instruction .modal__nav__btn {
  height: 50px;
  width: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  outline: 0;
  text-align: center;
  color: #212121;
}

.vitapay-instruction .modal__nav__btn .svg-icon {
  width: 30px;
  height: 30px;
  fill: none;
}

.vitapay-instruction .modal__title {
  width: calc(100% - 100px);
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
}

.vitapay-instruction .modal__fullscreen .modal-content,
.vitapay-instruction .modal__fullscreen .modal-dialog {
  width: 100%;
  height: 100%;
}

.vitapay-instruction .modal__fullscreen .modal-dialog {
  margin: 0 auto;
  padding: 0;
}

.vitapay-instruction .modal__fullscreen .modal-content {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border: 0;
  outline: 0;
}

.vitapay-instruction .modal__fullscreen.modal.fade .modal-dialog {
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
}

.vitapay-instruction .modal__fullscreen.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.vitapay-instruction .modal__fullscreen .modal-dialog-scrollable {
  max-height: 100%;
}

.vitapay-instruction .modal__fullscreen .modal-dialog-scrollable .modal-content {
  max-height: 100%;
}

.vitapay-instruction .modal__fullscreen .modal-footer {
  padding: 5px;
}

@media (min-width: 576px) {
  .vitapay-instruction .modal__fullscreen .modal-dialog-scrollable .modal-content {
    max-height: 90%;
    top: 5%;
  }
}

.vitapay-instruction .htu-modal .swiper-button-next,
.vitapay-instruction .htu-modal .swiper-button-prev {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  text-align: center;
  line-height: 1;
  position: absolute;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-box-shadow: rgba(0, 0, 0, 0.14) 0 1px 1px 1px;
  box-shadow: rgba(0, 0, 0, 0.14) 0 1px 1px 1px;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  border-color: transparent;
  background: #fff;
}

.vitapay-instruction .htu-modal .swiper-button-next svg,
.vitapay-instruction .htu-modal .swiper-button-prev svg {
  height: 10px;
  width: 10px;
  fill: currentcolor;
}

.vitapay-instruction .htu-modal .swiper-button-next:focus,
.vitapay-instruction .htu-modal .swiper-button-next:hover,
.vitapay-instruction .htu-modal .swiper-button-prev:focus,
.vitapay-instruction .htu-modal .swiper-button-prev:hover {
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 0 0 1px, rgba(255, 255, 255, 0.7) 0 0 0 5px;
  box-shadow: rgba(0, 0, 0, 0.5) 0 0 0 1px, rgba(255, 255, 255, 0.7) 0 0 0 5px;
}

.vitapay-instruction .htu-modal .swiper-button-next {
  right: 2px;
}

.vitapay-instruction .htu-modal .swiper-button-prev {
  left: 2px;
}

.vitapay-instruction .htu-modal .swiper-button-next.swiper-button-disabled,
.vitapay-instruction .htu-modal .swiper-button-prev.swiper-button-disabled {
  opacity: 0.7;
  cursor: auto;
  pointer-events: auto;
}

.vitapay-instruction .block-container {
  background: #fff;
}

.vitapay-instruction .block-endow {
  margin-top: 50px;
}

.vitapay-instruction .block-title {
  padding: 15px 20px;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 10px;
}

.vitapay-instruction .block-title-txt {
  font-weight: 700;
  color: #2C6D13;
}

.vitapay-instruction .block-title-sub {
  font-size: 16px;
  color: #616161;
}

.vitapay-instruction .block-title-icon {
  width: 42px;
  height: 42px;
  margin-right: 15px;
}

.vitapay-instruction .block-title-endow {
  text-align: center;
  position: relative;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.vitapay-instruction .block-title-endow:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #2C6D13;
  position: absolute;
  top: 50%;
  left: 0;
}

.vitapay-instruction .block-title-endow-txt {
  z-index: 1;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 7px 30px 5px;
  background: #2C6D13;
  color: #fff;
  border-radius: 20px;
}

.vitapay-instruction .block-title-endow-icon {
  width: 23px;
  height: 23px;
  vertical-align: -15%;
  margin-right: 5px;
}

.vitapay-instruction .block-content {
  padding: 10px;
}

.vitapay-instruction .block-more {
  padding: 10px 0 10px;
}

.vitapay-instruction .block-more-btn {
  display: inline-block;
  color: #2C6D13;
  padding: 2px;
  height: 34px;
  font-size: 14px;
  width: 154px;
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fd64a9), to(#cb6a9f));
  background: linear-gradient(to bottom, #fd64a9 0, #cb6a9f 100%);
}

.vitapay-instruction .block-more-btn span {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.vitapay-instruction .block-more-btn:hover {
  color: #fff;
}

.vitapay-instruction .block-more-btn:hover span {
  background: 0 0;
}

@media (max-width: 767.98px) {
  .vitapay-instruction .block-more-btn {
    width: auto;
  }
}

.vitapay-instruction .block-more-btn.auto {
  width: auto;
}

.vitapay-instruction .block-more-btn.auto span {
  padding-left: 15px;
  padding-right: 15px;
}

.vitapay-instruction .block-more-btn.facebook {
  color: #3b579d;
  background: #3b579d;
}

.vitapay-instruction .block-more-btn.facebook:hover {
  color: #fff;
}

.vitapay-instruction .block-more-btn.facebook:hover span {
  background: 0 0;
}

.vitapay-instruction .block-more-btn.sm {
  color: #2C6D13;
  height: 28px;
  font-size: 12px;
  width: auto;
  border-radius: 20px;
}

.vitapay-instruction .block-more-btn.sm span {
  padding-left: 15px;
  padding-right: 15px;
}

.vitapay-instruction .block-more-btn.sm:hover {
  color: #fff;
}

.vitapay-instruction .block-more-btn.sm:hover span {
  background: 0 0;
}

.vitapay-instruction .product-slider .swiper-button-next,
.vitapay-instruction .product-slider .swiper-button-prev {
  top: 40%;
  width: 30px;
  height: 45px;
  border-radius: 5px;
  margin-top: -22px;
  background-size: 16px 26px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.5);
}

.vitapay-instruction .product-slider .swiper-button-next {
  right: 0;
}

.vitapay-instruction .product-slider .swiper-button-prev {
  left: 0;
}

.vitapay-instruction .product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.vitapay-instruction .product-grid.product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.vitapay-instruction .product-grid .product-item-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 20%;
  min-width: 0;
  min-height: 0;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
}

@media (max-width: 991.98px) {
  .vitapay-instruction .product-grid .product-item-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
    min-width: 0;
    min-height: 0;
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (max-width: 767.98px) {
  .vitapay-instruction .product-grid .product-item-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 50%;
    min-width: 0;
    min-height: 0;
    padding-left: 5px;
    padding-right: 5px;
  }
}

.vitapay-instruction .product-item-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 20%;
  min-width: 0;
  min-height: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.vitapay-instruction .product-item {
  padding-bottom: 10px;
}

.vitapay-instruction .product-item .embed-responsive-img {
  border: 1px solid #e0e0e0;
}

.vitapay-instruction .product-section {
  margin-top: 25px;
}

.vitapay-instruction .product-item-name {
  margin-top: 15px;
  line-height: 1.2;
  font-size: 1rem;
  color: #212121;
}

.vitapay-instruction .product-item-price {
  font-size: 15px;
  margin-top: 0;
}

.vitapay-instruction .product-item-note {
  line-height: 1.2;
  margin-top: 5px;
}

.vitapay-instruction .app-present-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.vitapay-instruction .app-present {
  background: #ffeff0;
  text-align: center;
  padding: 10px 0;
}

.vitapay-instruction .app-present-txt {
  display: inline-block;
}

.vitapay-instruction .app-present-btn {
  display: inline-block;
  margin-left: 10px;
}

.vitapay-instruction .app-present-btn a {
  -webkit-box-shadow: 0 0 0 0 #fff;
  box-shadow: 0 0 0 0 #fff;
  padding: 2px 20px;
  cursor: pointer;
  -webkit-animation: apppulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: apppulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}

@keyframes apppulse {
  to {
    -webkit-box-shadow: 0 0 0 8px rgba(174, 32, 112, 0);
    box-shadow: 0 0 0 8px rgba(174, 32, 112, 0);
  }
}

.vitapay-instruction .section-secure {
  background: #fff;
  padding: 0 0 10px;
  margin-top: 50px;
}

.vitapay-instruction .section-secure .block-title {
  border-bottom: none;
  padding: 0 15px;
  margin-bottom: -10px;
}

.vitapay-instruction .secure-list {
  font-size: 1rem;
}

.vitapay-instruction .secure-list li:not(:last-child) {
  margin-bottom: 20px;
}

.vitapay-instruction .secure-tab {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}

.vitapay-instruction .secure-tab .nav-link {
  color: #757575;
  position: relative;
  padding: 6px 18px;
}

.vitapay-instruction .secure-tab .nav-link.active {
  color: #212121;
}

.vitapay-instruction .secure-tab .nav-link.active:after {
  content: "";
  position: absolute;
  width: 60%;
  height: 3px;
  background: #2C6D13;
  bottom: 0;
  left: 20%;
}

.vitapay-instruction .block-title-secure {
  font-size: 1.25rem;
  font-weight: 700;
  padding: 0 30px;
  background: #2C6D13;
  color: #fff;
  display: inline-block;
  position: relative;
  height: 60px;
  line-height: 60px;
  top: -21px;
}

.vitapay-instruction .block-title-secure:before {
  z-index: 1;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 60px solid #2C6D13;
  border-left: 12px solid transparent;
  top: 0;
  right: 100%;
}

.vitapay-instruction .block-title-secure:after {
  z-index: 1;
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 60px solid #2C6D13;
  border-right: 12px solid transparent;
  top: 0;
  left: 100%;
}

.vitapay-instruction .block-title-secure .sa {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 20px solid #2C6D13;
  top: 0;
  left: -22px;
}

.vitapay-instruction .block-title-secure .sa-right {
  left: auto;
  right: -22px;
}

@media (max-width: 767.98px) {
  .vitapay-instruction .app-present .app-present-btn a {
    font-size: 12px;
    padding: 6px 12px;
  }
}

.vitapay-instruction .modal-push .push-avatar {
  padding-right: 20px;
  max-width: 90px;
}

.vitapay-instruction .modal-push .modal-dialog {
  margin: 0 auto;
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
}

.vitapay-instruction .modal-push .modal-content {
  border: none;
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.3);
  background: #f0f0f0;
  border-radius: 0;
}

.vitapay-instruction .modal-push .modal-content .modal-body {
  padding: 20px;
}

.vitapay-instruction .modal-push .push-text {
  font-size: 17px;
  line-height: 24px;
  color: #616161;
}

.vitapay-instruction .btn.btn-material {
  border-radius: 3px;
  background: #4285f4;
  color: #fff;
  padding: 8px 20px;
  font-size: 15px;
}

.vitapay-instruction .btn.btn-material:active,
.vitapay-instruction .btn.btn-material:focus,
.vitapay-instruction .btn.btn-material:hover {
  background: #1266f1;
  color: #fff;
}

.vitapay-instruction .btn.btn-link-material {
  color: #4285f4;
  padding: 8px 20px;
  font-size: 15px;
}

.vitapay-instruction .btn.btn-link-material:active,
.vitapay-instruction .btn.btn-link-material:focus,
.vitapay-instruction .btn.btn-link-material:hover {
  color: #1266f1;
}

@media (max-width: 575.98px) {
  .vitapay-instruction .modal-push .push-avatar {
    padding-right: 10px;
    max-width: 60px;
  }
  .vitapay-instruction .modal-push .modal-dialog {
    margin: 0 auto;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
  .vitapay-instruction .modal-push .modal-content {
    border: none;
  }
  .vitapay-instruction .modal-push .modal-content .modal-body {
    padding: 10px;
  }
  .vitapay-instruction .modal-push .push-text {
    font-size: 14px;
    line-height: 22px;
  }
  .vitapay-instruction .btn.btn-material {
    padding: 5px 10px;
    font-size: 13px;
  }
  .vitapay-instruction .btn.btn-link-material {
    padding: 5px 10px;
    font-size: 13px;
  }
}

.vitapay-instruction .merchant-tab {
  border-bottom: 1px solid #eee;
  overflow: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.vitapay-instruction .merchant-tab .nav-item {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}

.vitapay-instruction .merchant-tab .nav-link {
  display: block;
  height: 100%;
  color: #424242;
  position: relative;
  border-bottom: 3px solid transparent;
}

.vitapay-instruction .merchant-tab .nav-link.active {
  border-bottom-color: #2C6D13;
  color: #2C6D13;
}

.vitapay-instruction .merchant-tab-item {
  padding: 7px 10px 5px;
}

.vitapay-instruction .merchant-tab-img {
  display: block;
  margin: 0 auto 5px;
  width: 30px;
}

.vitapay-instruction .merchant-tab-name {
  text-align: center;
  font-size: 13px;
  line-height: 16px;
}

.vitapay-instruction .merchant-tab-heading {
  color: #2C6D13;
  font-weight: 700;
}

@media (max-width: 991.98px) {
  .vitapay-instruction .merchant-tab .nav-item {
    width: 90px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
  }
  .vitapay-instruction .merchant-tab .merchant-tab-item {
    padding: 5px 10px 2px;
  }
  .vitapay-instruction .merchant-tab .merchant-tab-name {
    font-size: 12px;
    line-height: 14px;
  }
  .vitapay-instruction .merchant-tab .merchant-tab-img {
    display: block;
    margin: 0 auto 3px;
    width: 26px;
  }
}

.vitapay-instruction .view-more {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: block;
  background: rgba(0, 0, 0, 0.04);
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #616161;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 5px;
  font-weight: 700;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
}

.vitapay-instruction .view-more:focus,
.vitapay-instruction .view-more:hover {
  color: #424242;
}

.vitapay-instruction .view-more span {
  display: block;
  font-size: 0.8em;
  color: #9e9e9e;
  font-weight: 400;
}

.vitapay-instruction .izlude-m-title {
  position: relative;
}

.vitapay-instruction .izlude-m-nav {
  height: 48px;
}

.vitapay-instruction .izlude-m {
  background: #2C6D13;
  height: 48px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
  top: 0;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 1030;
}

.vitapay-instruction .izlude-m .momo-logo {
  width: 36px;
  height: 36px;
  border-radius: 3px;
}

.vitapay-instruction .izlude-m .momo-logo-icon {
  width: 32px;
  height: 32px;
}

.vitapay-instruction .izlude-m .izlude-search {
  margin-right: 0;
  margin-left: 0;
}

.vitapay-instruction .izlude-m .izlude-search .input-group .form-control,
.vitapay-instruction .izlude-m
.izlude-search
.input-group
.select2-container
.select2-selection--single,
.vitapay-instruction .select2-container
.izlude-m
.izlude-search
.input-group
.select2-selection--single {
  width: 1%;
  padding-left: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.vitapay-instruction .izlude-m .izlude-search .input-group-append .btn {
  padding-left: 10px;
  padding-right: 10px;
}

.vitapay-instruction .izlude-m-link {
  cursor: pointer;
  display: block;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.vitapay-instruction .izlude-m-link.auto {
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.vitapay-instruction .izlude-m-hamburge {
  width: 26px;
  height: 26px;
}

.vitapay-instruction .juno-noti-m {
  background: #fff;
  white-space: nowrap;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 5px 10px;
  margin-bottom: 0;
}

.vitapay-instruction .juno-noti-m li:not(:last-child) {
  border-right: 1px solid #eee;
  margin-right: 7px;
  padding-right: 7px;
}

.vitapay-instruction .izlu-menu-container {
  padding-bottom: 0;
  background: #fff;
}

.vitapay-instruction .izlu-menu {
  padding: 10px 10px 10px;
}

.vitapay-instruction .izlu-menu .list-inline-item:not(:last-child) {
  margin-right: 14px;
}

.vitapay-instruction .izlu-menu-icon {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
  margin: 0 auto 5px;
  color: #2C6D13;
  background-color: #fff;
  -webkit-box-shadow: 0 0 4px rgba(25, 25, 25, 0.1);
  box-shadow: 0 0 4px rgba(25, 25, 25, 0.1);
}

.vitapay-instruction .izlu-menu-item {
  font-size: 13px;
  vertical-align: top;
  text-align: center;
  line-height: 1.1;
  width: 58px;
  white-space: normal;
}

.vitapay-instruction .izlu-menu-item a {
  color: #424242;
}

@media (max-width: 991.98px) {
  .vitapay-instruction .product-item-col {
    width: 150px;
  }
}

@media (max-width: 991.98px) {
  .vitapay-instruction .footer-info-list {
    font-size: 13px;
    margin-top: 15px;
  }
  .vitapay-instruction .footer-info-list .mb-3 {
    margin-bottom: 5px !important;
  }
  .vitapay-instruction .product {
    display: block;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    overflow-y: hidden;
    overflow-x: auto;
    padding-left: 8px;
    padding-right: 8px;
    width: auto;
  }
  .vitapay-instruction .product-item-col {
    width: 150px;
    padding-left: 1px;
    padding-right: 1px;
    display: inline-block;
    vertical-align: top;
  }
  .vitapay-instruction .product-item {
    white-space: normal;
  }
  .vitapay-instruction .product-item-name {
    font-size: 14px;
    line-height: 1.2;
    margin-top: 10px;
  }
  .vitapay-instruction .product-section {
    padding: 0;
    margin-top: 0;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
  }
  .vitapay-instruction .product-section .block-content {
    padding: 0;
  }
  .vitapay-instruction .product-section .block-container {
    background: 0 0;
  }
  .vitapay-instruction .block-title-endow {
    text-align: center;
    position: relative;
  }
  .vitapay-instruction .block-title-endow-txt {
    z-index: 1;
    padding: 3px 20px;
    font-weight: 400;
  }
  .vitapay-instruction .block-title-endow-icon {
    width: 18px;
    height: 18px;
    vertical-align: -10%;
    margin-right: 5px;
  }
  .vitapay-instruction .block-title {
    padding: 10px 10px 5px;
    border-bottom: none;
    margin-bottom: 5px;
  }
  .vitapay-instruction .block-title-icon {
    width: 38px;
    height: 38px;
    margin-right: 10px;
  }
  .vitapay-instruction .block-title-sub {
    font-size: 0.75rem;
    line-height: 1.2;
  }
  .vitapay-instruction .banner {
    padding: 5px 5px;
    background: #fff;
  }
  .vitapay-instruction .block-endow {
    margin-top: 0;
  }
  .vitapay-instruction .hotnew-container {
    padding: 10px 10px 40px;
    background: #fff;
    margin: 0 auto;
  }
  .vitapay-instruction .hotnew-container .hotnew-tab-content {
    height: auto;
  }
  .vitapay-instruction .section-secure {
    margin-top: 0;
    background: #dbdbdb;
  }
  .vitapay-instruction .section-secure .block-container {
    background: #dbdbdb;
  }
  .vitapay-instruction .section-secure .block-title {
    margin-bottom: -10px;
  }
  .vitapay-instruction .block-title-secure {
    font-size: 14px;
    padding: 0 5px;
    height: 38px;
    line-height: 38px;
    top: -16px;
  }
  .vitapay-instruction .block-title-secure:before {
    border-top: 38px solid #2C6D13;
    border-left: 10px solid transparent;
  }
  .vitapay-instruction .block-title-secure:after {
    border-top: 38px solid #2C6D13;
    border-right: 10px solid transparent;
  }
  .vitapay-instruction .block-title-secure .sa {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 16px solid #2C6D13;
    left: -18px;
  }
  .vitapay-instruction .block-title-secure .sa-right {
    left: auto;
    right: -18px;
  }
  .vitapay-instruction .section-secure .block-content {
    padding: 0;
  }
  .vitapay-instruction .section-secure .product-section {
    border-top: none;
    border-bottom: none;
  }
  .vitapay-instruction .secure-tab {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 20px;
  }
  .vitapay-instruction .secure-tab .nav-link {
    color: #757575;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    position: relative;
    padding: 5px 15px;
  }
  .vitapay-instruction .app-present {
    font-size: 13px;
    text-align: center;
    padding: 10px 0;
  }
  .vitapay-instruction .app-present-txt {
    display: inline-block;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    display: block;
  }
  .vitapay-instruction .app-present-btn {
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: block;
  }
  .vitapay-instruction .secure-list {
    font-size: 14px;
  }
  .vitapay-instruction .secure-list li:not(:last-child) {
    margin-bottom: 10px;
  }
  .vitapay-instruction .block-title-secure {
    font-size: 12px;
    font-weight: 700;
    padding: 0 5px;
    background: #2C6D13;
    color: #fff;
    display: inline-block;
    position: relative;
    height: 44px;
    line-height: 44px;
    top: -16px;
  }
  .vitapay-instruction .block-title-secure:before {
    z-index: 1;
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 44px solid #2C6D13;
    border-left: 12px solid transparent;
    top: 0;
    right: 100%;
  }
  .vitapay-instruction .block-title-secure:after {
    z-index: 1;
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 44px solid #2C6D13;
    border-right: 12px solid transparent;
    top: 0;
    left: 100%;
  }
  .vitapay-instruction .block-title-secure .sa {
    position: absolute;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 16px solid #2C6D13;
    top: 0;
    left: -20px;
  }
  .vitapay-instruction .block-title-secure .sa-right {
    left: auto;
    right: -20px;
  }
}

.vitapay-instruction .payon {
  position: absolute;
  width: 100%;
  z-index: 99;
  top: 48px;
  left: 0;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.2s ease-in-out;
  transition: height 0.2s ease-in-out;
}

.vitapay-instruction .payon a {
  color: #616161;
}

.vitapay-instruction .payon-footer {
  position: absolute;
  height: 44px;
  background: #fff;
  -webkit-box-shadow: 0 -0.2rem 0.5rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 -0.2rem 0.5rem rgba(0, 0, 0, 0.15);
  bottom: 0;
  width: 100%;
  left: 0;
  border-top: 1px solid #bdbdbd;
}

.vitapay-instruction .payon-footer-row {
  height: 44px;
}

.vitapay-instruction .payon-footer-row .list-inline-item:not(:last-child) {
  margin-right: 0;
}

.vitapay-instruction .payon-footer-svg svg {
  width: 100px;
}

.vitapay-instruction .payon-flex {
  position: absolute;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.vitapay-instruction .payon-flex-col {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  padding: 0;
  min-width: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.vitapay-instruction .payon-flex-col1 {
  width: 110px;
  background: #eee;
  padding-bottom: 44px;
}

.vitapay-instruction .payon-flex-col2 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  background: #fff;
  padding-bottom: 44px;
}

.vitapay-instruction .payon-open body {
  position: fixed !important;
  overflow: hidden;
  width: 100% !important;
}

.vitapay-instruction .payon-open .payon {
  height: calc(100vh-48px);
  height: calc(var(--vh, 1vh) * 100 - 48px);
}

.vitapay-instruction .payon-open .izlude-m-hamburge.open-btn {
  display: none;
}

.vitapay-instruction .payon-open .izlude-m-hamburge.close-btn {
  display: block;
}

.vitapay-instruction .izlude-m-hamburge.open-btn {
  display: block;
}

.vitapay-instruction .izlude-m-hamburge.close-btn {
  display: none;
}

.vitapay-instruction .payon-cat-item {
  font-size: 12px;
  color: #424242;
  border-bottom: 1px solid #bdbdbd;
}

.vitapay-instruction .payon-cat-item .row {
  min-height: 50px;
  padding: 7px 8px;
}

.vitapay-instruction .payon-cat-item.active {
  background: #fff;
}

.vitapay-instruction .payon-cat-svg {
  width: 20px;
  height: 20px;
  fill: #757575;
  margin-right: 8px;
}

.vitapay-instruction .payon-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.vitapay-instruction .payon-brand-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 33.3333%;
  padding: 5px 0;
  font-size: 12px;
  text-align: center;
}

.vitapay-instruction .payon-brand-img {
  width: 40px;
  height: 40px;
  display: block;
  margin: 0 auto 5px;
}

.vitapay-instruction .payonTab {
  display: none;
}

.vitapay-instruction .payonTab.active {
  display: block;
}

.vitapay-instruction .help-center-hero {
  width: 100%;
  background: url(https://static.mservice.io/styles/desktop/images/hoidap/hoidap-head-bg.jpg) #d68fb7 no-repeat center center;
  padding: 48px 0;
  background-size: cover;
}

.vitapay-instruction .help-center-hero .input-group {
  padding: 0 40px;
}

@media (max-width: 767.98px) {
  .vitapay-instruction .help-center-hero .input-group {
    padding: 0 5px;
  }
}

.vitapay-instruction .help-center-input {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  padding-left: 0;
  font-size: 14px;
}

.vitapay-instruction .help-center-content {
  padding: 30px 60px;
  background: #fff;
}

@media (max-width: 767.98px) {
  .vitapay-instruction .help-center-title {
    font-size: 1.7rem;
  }
}

.vitapay-instruction .help-center-accordion {
  font-size: 16px;
}

@media (max-width: 767.98px) {
  .vitapay-instruction .help-center-accordion {
    font-size: 14px;
  }
}

.vitapay-instruction .help-center-accordion .card {
  margin-bottom: 10px;
  border-radius: 0;
  border: 1px solid #e0e0e0;
}

.vitapay-instruction .help-center-accordion .card-body {
  color: #616161;
}

.vitapay-instruction .help-center-accordion .card-header {
  border-bottom: none;
  background: #fff;
  padding: 0;
}

.vitapay-instruction .help-center-accordion .card-link {
  display: block;
  padding: 10px 30px 10px 20px;
  font-size: 18px;
  background: #f5f5f5;
  -webkit-transition: background 0.1s ease-in;
  transition: background 0.1s ease-in;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  position: relative;
}

@media (max-width: 767.98px) {
  .vitapay-instruction .help-center-accordion .card-link {
    font-size: 14px;
  }
}

.vitapay-instruction .help-center-accordion .card-link .card-link-icon {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #757575;
  color: #fff;
  position: absolute;
  top: 16px;
  right: 12px;
  text-align: center;
  font-weight: 400;
  line-height: 14px;
  font-size: 12px;
}

@media (max-width: 767.98px) {
  .vitapay-instruction .help-center-accordion .card-link .card-link-icon {
    top: 13px;
  }
}

.vitapay-instruction .help-center-accordion .card-link .plus {
  display: none;
}

.vitapay-instruction .help-center-accordion .card-link.collapsed {
  background: #fff;
}

.vitapay-instruction .help-center-accordion .card-link.collapsed .minus {
  display: none;
}

.vitapay-instruction .help-center-accordion .card-link.collapsed .plus {
  display: block;
}

.vitapay-instruction .help-center-accordion .card-header:first-child {
  border-radius: 0;
}

.vitapay-instruction .help-center-accordion .card-link {
  color: #212121;
  font-weight: 500;
}

.vitapay-instruction .help-center-accordion .card-body {
  padding: 0 20px 10px 20px;
  background: #f5f5f5;
}

.vitapay-instruction .help-center-container {
  padding: 40px 0 40px;
}

@media (max-width: 767.98px) {
  .vitapay-instruction .help-center-container {
    padding: 20px 0 20px;
  }
}

.vitapay-instruction .help-center-nav {
  font-size: 18px;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 20px;
}

.vitapay-instruction .help-center-nav::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
}

@media (min-width: 768px) {
  .vitapay-instruction .help-center-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
  }
  .vitapay-instruction .help-center-nav.scrollmenu {
    white-space: normal;
  }
  .vitapay-instruction .help-center-nav .scrollmenu-item {
    display: block;
  }
}

.vitapay-instruction .help-center-nav .nav-link {
  color: #757575;
  padding: 5px 10px;
  border-bottom: 2px solid transparent;
  font-weight: 500;
  line-height: 1.3;
}

.vitapay-instruction .help-center-nav .nav-link.active {
  color: #212121;
  border-bottom-color: #2C6D13;
}

@media (max-width: 767.98px) {
  .vitapay-instruction .help-center-nav {
    margin-bottom: 20px;
    margin-top: 10px;
    font-size: 14px;
  }
  .vitapay-instruction .help-center-nav .scrollmenu-item {
    max-width: 110px;
    white-space: normal;
  }
  .vitapay-instruction .help-center-nav .nav-link {
    padding: 5px 10px;
  }
}

.vitapay-instruction .help-center-a-social {
  font-size: 14px;
  padding: 10px 0 10px;
}

.vitapay-instruction .help-center-a-social .list-inline .list-inline-item:not(:last-child) {
  margin-right: 2px;
}

.vitapay-instruction .help-center-a-social a {
  color: #212121;
}

.vitapay-instruction .help-center-a-social .help-center-a-detail {
  font-size: 12px;
  color: #2C6D13;
  font-weight: 700;
}

.vitapay-instruction .help-center-a-social .help-center-a-detail .svg-icon {
  width: 8px;
  height: 8px;
}

.vitapay-instruction .help-answer-container {
  padding: 40px 0 40px;
  margin-bottom: 30px;
}

@media (max-width: 767.98px) {
  .vitapay-instruction .help-answer-container {
    padding: 20px 0 20px;
  }
}

.vitapay-instruction .help-answer-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.vitapay-instruction .help-answer-item {
  background: #fff;
  padding: 60px 15px 60px;
  -webkit-box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.11);
  box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.11);
  text-align: center;
  position: relative;
  width: 100%;
  margin-top: 70px;
}

@media (max-width: 767.98px) {
  .vitapay-instruction .help-answer-item {
    margin-top: 45px;
    padding: 40px 10px 50px;
  }
}

.vitapay-instruction .help-answer-item .help-answer-btn {
  position: absolute;
  bottom: 20px;
  width: 100%;
  left: 0;
  right: 0;
}

.vitapay-instruction .help-answer-img {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -45px;
}

@media (max-width: 767.98px) {
  .vitapay-instruction .help-answer-img {
    width: 60px;
    top: -30px;
  }
}

.vitapay-instruction .help-answer-name {
  font-size: 20px;
  margin-bottom: 15px;
}

@media (max-width: 767.98px) {
  .vitapay-instruction .help-answer-name {
    font-size: 16px;
    line-height: 1.2;
  }
}

.vitapay-instruction .help-answer-txt {
  margin-bottom: 20px;
}

.vitapay-instruction .help-more-img {
  margin-bottom: 10px;
}

.vitapay-instruction .help-more-name {
  font-size: 20px;
  margin-bottom: 15px;
}

@media (max-width: 767.98px) {
  .vitapay-instruction .help-more-name {
    font-size: 16px;
    line-height: 1.2;
  }
}

.vitapay-instruction .help-more-container {
  background: #fff;
}

.vitapay-instruction .help-more-container .block-title {
  border-bottom: none;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.vitapay-instruction .help-more-container .block-title-secure {
  top: -21px;
}

@media (max-width: 991.98px) {
  .vitapay-instruction .help-more-container .block-title-secure {
    top: -17px;
  }
}

.vitapay-instruction .help-more-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.vitapay-instruction .help-more-item {
  position: relative;
  background: #fff;
  padding: 15px 20px 20px;
  text-align: center;
  position: relative;
  color: #616161;
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #e0e0e0;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

@media (max-width: 767.98px) {
  .vitapay-instruction .help-more-item {
    padding: 10px 15px 15px;
  }
}

.vitapay-instruction .help-more-item:hover .help-more-name {
  color: #2C6D13;
}

.vitapay-instruction .help-contact-container {
  background: #fff;
  padding-bottom: 50px;
}

.vitapay-instruction .help-contact {
  border: 1px solid #e0e0e0;
  padding: 20px;
  background-image: -webkit-gradient(linear, left top, right top, from(white), to(#f0f8fb));
  background-image: linear-gradient(to right, #fff 0, #f0f8fb 100%);
  background-repeat: no-repeat;
  background-position: right center;
  font-size: 16px;
}

@media (max-width: 767.98px) {
  .vitapay-instruction .help-contact {
    font-size: 14px;
  }
}

.vitapay-instruction .help-contact-hotline.two {
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #e0e0e0;
}

@media (max-width: 767.98px) {
  .vitapay-instruction .help-contact-hotline {
    margin-bottom: 10px;
  }
  .vitapay-instruction .help-contact-hotline.two {
    border-left: none;
    margin-left: 0;
    padding-left: 0;
  }
}

.vitapay-instruction .help-topic-container {
  background: #fff;
  padding: 0 0 30px;
}

.vitapay-instruction .help-topic-border {
  border: 1px solid #eee;
}

.vitapay-instruction .help-topic-border-right {
  border-right: 1px solid #eee;
}

.vitapay-instruction .topic-sidenav {
  padding: 10px 0;
}

.vitapay-instruction .topic-sidenav + .topic-sidenav {
  border-top: 1px solid #eee;
}

.vitapay-instruction .topic-sidenav-content {
  padding: 0 15px 20px;
}

.vitapay-instruction .topic-sidenav-title {
  margin-bottom: 0;
  color: #757575;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  padding: 10px 15px;
}

.vitapay-instruction .topic-sidenav-list {
  margin-bottom: 0;
  font-weight: 500;
}

.vitapay-instruction .topic-sidenav-list li {
  margin-bottom: 5px;
  position: relative;
}

.vitapay-instruction .topic-sidenav-list li.active > a {
  color: #2C6D13;
}

.vitapay-instruction .topic-sidenav-list li.active > a:before {
  content: "";
  position: absolute;
  z-index: -1;
  border-radius: 10px;
  background: #eee;
  left: 0;
  right: 0;
  height: 90%;
  top: 2px;
  margin-right: 15px;
  margin-left: 42px;
}

.vitapay-instruction .topic-sidenav-list li .sub {
  margin-bottom: 10px;
}

.vitapay-instruction .topic-sidenav-list li .sub li {
  font-size: 13px;
  font-weight: 400;
}

.vitapay-instruction .topic-sidenav-list li .sub li a {
  padding: 5px 20px;
  padding-left: 50px;
}

.vitapay-instruction .topic-sidenav-list a {
  position: relative;
  display: block;
  z-index: 2;
  padding: 8px 20px 8px 50px;
  color: #212121;
}

.vitapay-instruction .topic-sidenav-list a:focus,
.vitapay-instruction .topic-sidenav-list a:hover {
  color: #2C6D13;
}

.vitapay-instruction .topic-sidenav-expand-icon {
  position: absolute;
  right: 15px;
  width: 8px;
  height: 8px;
  fill: #9e9e9e;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 3;
  top: 14px;
}

.vitapay-instruction .topic-sidenav-expand.collapsed .topic-sidenav-expand-icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.vitapay-instruction .topic-sidenav-icon {
  color: #757575;
  margin-right: 10px;
  width: 22px;
  height: 22px;
  position: absolute;
  left: 15px;
  top: 7px;
}

.vitapay-instruction .topic-wrapper {
  padding: 0 0;
}

.vitapay-instruction .topic-search {
  background: #eee;
  padding: 7px 30px;
  text-align: right;
  position: relative;
}

.vitapay-instruction .topic-search-back {
  position: absolute;
  color: #616161;
  white-space: nowrap;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.vitapay-instruction .topic-search-back .svg-icon {
  width: 12px;
  height: 12px;
}

.vitapay-instruction .topic-post-back {
  padding: 10px 0;
  text-align: right;
  font-weight: 500;
}

.vitapay-instruction .topic-post-back .svg-icon {
  width: 10px;
  height: 10px;
}

.vitapay-instruction .topic-relative {
  margin-top: 20px;
}

.vitapay-instruction .topic-relative-list li {
  padding: 5px 0 5px 10px;
  position: relative;
}

.vitapay-instruction .topic-relative-list li:before {
  content: "-";
  position: absolute;
  left: 0;
  top: 5px;
  color: inherit;
}

.vitapay-instruction .topic-relative-list li a {
  color: #0BA269;
}

.vitapay-instruction .topic-relative-list li a:focus,
.vitapay-instruction .topic-relative-list li a:hover {
  color: #004d99;
}

.vitapay-instruction .select2-container .topic-search .input-group .select2-selection--single,
.vitapay-instruction .topic-search .input-group .form-control,
.vitapay-instruction .topic-search .input-group .select2-container .select2-selection--single {
  width: 270px;
  padding-left: 20px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.vitapay-instruction .topic-search .input-group-append .btn {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  line-height: 0;
}

.vitapay-instruction .topic-content {
  padding: 30px 50px;
}

.vitapay-instruction .topic-content-name {
  margin-bottom: 5px;
}

.vitapay-instruction .topic-content-sub {
  font-size: 14px;
  font-weight: 400;
}

.vitapay-instruction .topic-content-head {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
}

.vitapay-instruction .topic-content-list {
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .vitapay-instruction .topic-content-items {
    -webkit-columns: 2;
    columns: 2;
    -webkit-column-gap: 30px;
    column-gap: 30px;
  }
}

.vitapay-instruction .topic-content-item {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
  -webkit-column-break-inside: avoid;
  break-inside: avoid-column;
}

.vitapay-instruction .topic-content-item .link {
  display: block;
  color: #212121;
}

.vitapay-instruction .topic-content-item .link:hover .name {
  color: #2C6D13;
}

.vitapay-instruction .topic-content-item .name {
  color: #757575;
  font-size: 15px;
}

.vitapay-instruction .topic-content-promo {
  font-weight: 500;
}

.vitapay-instruction .topic-content-promo .promo-icon {
  vertical-align: 2%;
}

.vitapay-instruction .topic-content-cat {
  font-weight: 700;
  margin: 0 0 20px;
  font-size: 20px;
}

.vitapay-instruction .topic-sidenav-btn-group {
  height: 44px;
  position: relative;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.vitapay-instruction .topic-sidenav-btn-group:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #eee;
  bottom: -1px;
  left: 0;
}

.vitapay-instruction .select2-container
.topic-sidenav-btn-group
.topic-search
.input-group
.select2-selection--single,
.vitapay-instruction .topic-sidenav-btn-group .topic-search .input-group .form-control,
.vitapay-instruction .topic-sidenav-btn-group
.topic-search
.input-group
.select2-container
.select2-selection--single {
  width: 100%;
}

.vitapay-instruction .topic-sidenav-btn-group .topic-search {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  min-width: 0;
  background: 0 0;
  padding: 0;
  margin-left: 10px;
  margin-right: 10px;
}

.vitapay-instruction .topic-sidenav-btn-group .topic-search .input-group {
  width: 100%;
  max-width: 300px;
}

.vitapay-instruction .topic-sidenav-btn-group .topic-search .form-inline {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.vitapay-instruction .select2-container
.topic-sidenav-btn-group
.topic-search
.select2-selection--single,
.vitapay-instruction .topic-sidenav-btn-group .topic-search .btn,
.vitapay-instruction .topic-sidenav-btn-group .topic-search .form-control,
.vitapay-instruction .topic-sidenav-btn-group
.topic-search
.select2-container
.select2-selection--single {
  background: #eee !important;
}

.vitapay-instruction .topic-sidenav-btn-group .topic-search .btn {
  padding-left: 10px;
  padding-right: 10px;
}

.vitapay-instruction .btn.topic-sidenav-btn {
  background: #fff;
  border: none;
  border-radius: 5px;
  min-width: 0;
  width: 50px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: none;
  height: 44px;
  position: relative;
  padding: 0;
}

.vitapay-instruction .btn.topic-sidenav-btn:hover-focus {
  background: #fff;
}

@media (min-width: 992px) {
  .vitapay-instruction .help-topic-sidenav.collapse {
    display: block;
  }
}

@media (max-width: 991.98px) {
  .vitapay-instruction .help-topic-border {
    border: none;
  }
  .vitapay-instruction .help-topic-border-right {
    border: 1px solid #e0e0e0;
    margin-bottom: 10px;
    border-radius: 5px;
  }
  .vitapay-instruction .topic-content {
    padding: 10px 0 0;
  }
  .vitapay-instruction .topic-content-list {
    margin-bottom: 20px;
  }
  .vitapay-instruction .topic-content-cat {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .vitapay-instruction .topic-content-item {
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
  .vitapay-instruction .topic-content-item .name {
    font-size: 14px;
  }
  .vitapay-instruction .topic-content-name {
    margin-bottom: 5px;
  }
  .vitapay-instruction .topic-content-sub {
    font-size: 1rem;
    font-weight: 400;
  }
  .vitapay-instruction .topic-content-head {
    margin-top: 15px;
    margin-bottom: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e0e0e0;
  }
}

.vitapay-instruction .page-hero {
  width: 100%;
  background-color: #d68fb7;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-size: cover;
}

@media (max-width: 767.98px) {
  .vitapay-instruction .page-hero {
    min-height: 100px;
  }
}

@media (min-width: 1200px) {
  .vitapay-instruction .lg-sub-html {
    padding: 15px 20%;
  }
}

.vitapay-instruction .page-hero-title {
  margin-bottom: 0;
  padding: 5px 0;
}

.vitapay-instruction .page-hero-sub {
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .vitapay-instruction .page-hero-title {
    font-size: 1.7rem;
    margin-bottom: 0;
    line-height: 1.2;
  }
  .vitapay-instruction .page-hero-sub {
    font-size: 1rem;
  }
}

.vitapay-instruction .new-wrapper {
  padding: 30px 0 10px;
}

.vitapay-instruction .new-wrapper .hotnew-container {
  margin-left: 0;
}

.vitapay-instruction .new-wrapper .hotnew-tab-content {
  height: 100%;
}

.vitapay-instruction .new-wrapper .hotnew-question-item {
  padding: 10px 0;
}

.vitapay-instruction .new-wrapper .hotnew-question-icon {
  width: 35px;
  height: 35px;
}

.vitapay-instruction .new-hotnew-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.vitapay-instruction .new-hotnew-col .hotnew-tab-content {
  border: none;
}

.vitapay-instruction .new-hotnew-col .hotnew-nav {
  background: #fff;
  margin-left: -1px;
  margin-right: -1px;
}

.vitapay-instruction .new-hotnew-col .hotnew-container {
  position: relative;
  width: 100%;
  border: 1px solid #e0e0e0;
  border-top: none;
}

.vitapay-instruction .newsletter {
  margin-bottom: 30px;
  margin-top: 60px;
}

.vitapay-instruction .newsletter-img {
  width: 100px;
  position: relative;
  height: 50px;
}

.vitapay-instruction .newsletter-img img {
  position: absolute;
  bottom: -17px;
  left: 0;
}

.vitapay-instruction .newsletter-content {
  max-width: 550px;
  line-height: 1.7;
  color: #616161;
}

.vitapay-instruction .newsletter-box {
  background: #fff;
  border: 1px dashed #bdbdbd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 80px;
  padding: 15px 55px 15px;
}

@media (max-width: 991.98px) {
  .vitapay-instruction .newsletter {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .vitapay-instruction .newsletter-box {
    background: #fff;
    border: 1px dashed #bdbdbd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 10px;
  }
}

.vitapay-instruction .newsletter-input {
  min-width: 400px;
}

.vitapay-instruction .newsletter-input .form-control,
.vitapay-instruction .newsletter-input .select2-container .select2-selection--single,
.vitapay-instruction .select2-container .newsletter-input .select2-selection--single {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-left: 20px;
  padding-right: 30px;
}

.vitapay-instruction .newsletter-input.input-group > .input-group-append > .btn {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  z-index: 5;
}

.vitapay-instruction .newsletter-input .input-group-append {
  margin-left: -15px;
}

.vitapay-instruction .new-feature {
  margin-bottom: 20px;
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0;
  position: relative;
  background-color: #e0e0e0;
}

.vitapay-instruction .new-feature:after {
  display: block;
  content: "";
  padding-top: 48.05195%;
}

.vitapay-instruction .new-feature:before {
  opacity: 0.7;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#111)), -webkit-gradient(linear, left top, left bottom, from(transparent), to(#111));
  background-image: linear-gradient(transparent, #111), linear-gradient(transparent, #111);
  height: 70%;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  width: 100%;
  content: "";
  left: 0;
}

@media (max-width: 767.98px) {
  .vitapay-instruction .new-feature .new-feature-content {
    padding: 10px;
  }
}

.vitapay-instruction .new-feature-content {
  color: #fff;
  right: 0;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 20px 20px;
  position: absolute;
  z-index: 7;
}

.vitapay-instruction .new-feature-content .new-cat {
  margin-bottom: 15px;
  position: relative;
}

.vitapay-instruction .new-feature-content .new-meta {
  color: #eee;
}

.vitapay-instruction .new-feature-title {
  display: block;
  color: #fff;
  padding-right: 50px;
  line-height: 1.2;
}

.vitapay-instruction .new-feature-title a {
  color: #fff;
}

.vitapay-instruction .new-feature-title a:hover {
  color: #f7d6e9;
}

.vitapay-instruction .new-meta {
  color: #757575;
}

.vitapay-instruction .new-meta li {
  line-height: 1;
  font-size: 13px;
  padding-right: 5px;
}

.vitapay-instruction .new-meta-svg {
  width: 13px;
  height: 13px;
  margin-right: 2px;
}

.vitapay-instruction .new-cat {
  position: relative;
  display: inline-block;
  text-transform: capitalize;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 14px;
  font-weight: 400;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 15;
}

.vitapay-instruction .new-cat a {
  background: #2C6D13;
  padding: 4px 8px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  font-size: 10px;
}

.vitapay-instruction .new-cat a:hover {
  background: #981c62;
}

.vitapay-instruction .new-item {
  margin-bottom: 20px;
}

.vitapay-instruction .new-item::after {
  display: block;
  clear: both;
  content: "";
}

.vitapay-instruction .new-item:hover .new-item-title {
  color: #2C6D13;
}

.vitapay-instruction .new-item:hover .new-item-title a {
  color: #2C6D13;
}

.vitapay-instruction .new-item-title {
  font-size: 1rem;
  margin-bottom: 5px;
}

.vitapay-instruction .new-item-content {
  margin-top: 10px;
}

.vitapay-instruction .new-item-img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.vitapay-instruction .new-item-img::before {
  padding-top: 48.05195%;
}

.vitapay-instruction .section-space {
  margin-bottom: 20px;
}

.vitapay-instruction .section-title {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.vitapay-instruction .section-title:before {
  content: "";
  height: 4px;
  border-width: 54x 0 0;
  border-style: solid;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  border-color: #eee;
  z-index: 0;
}

.vitapay-instruction .section-title-text {
  float: left;
  font-weight: inherit;
  margin: 0;
  line-height: inherit;
  padding: 0 20px 0 0;
  background: #fff;
  z-index: 1;
  position: relative;
}

.vitapay-instruction .section-title-more {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  margin: 0;
  padding: 5px 0 5px 20px;
  background: #fff;
  color: #212121;
}

.vitapay-instruction .section-title-more .svg-icon {
  color: #2C6D13;
  width: 14px;
  height: 14px;
  margin-left: 10px;
  vertical-align: -10%;
}

@media (max-width: 767.98px) {
  .vitapay-instruction .new-meta li {
    font-size: 12px;
  }
  .vitapay-instruction .new-item-img {
    width: 120px;
    float: left;
  }
  .vitapay-instruction .new-item {
    margin-bottom: 7px;
    padding-bottom: 7px;
    border-bottom: 1px solid #eee;
  }
  .vitapay-instruction .new-item-content {
    margin-left: 130px;
  }
  .vitapay-instruction .new-item-title {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 5px;
    font-weight: 400;
  }
  .vitapay-instruction .section-space {
    margin-bottom: 10px;
  }
  .vitapay-instruction .section-title {
    margin-bottom: 10px;
  }
  .vitapay-instruction .new-cat a {
    padding: 2px 4px;
    font-size: 9px;
  }
}

.vitapay-instruction .new-jobs {
  padding: 10px;
  border-bottom: 1px solid #eee;
  position: relative;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

.vitapay-instruction .new-jobs:hover .new-jobs-title {
  color: #2C6D13;
}

.vitapay-instruction .new-jobs-icon {
  width: 40px;
  margin-right: 10px;
}

.vitapay-instruction .new-jobs-content {
  position: relative;
  padding-right: 100px;
}

.vitapay-instruction .new-jobs-title {
  font-size: 1rem;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.3;
}

.vitapay-instruction .new-jobs-location {
  font-size: 13px;
  color: #9e9e9e;
}

.vitapay-instruction .new-jobs-date {
  position: absolute;
  width: 70px;
  right: 0;
  top: 0;
  line-height: 1.4;
  font-size: 13px;
}

.vitapay-instruction .new-item-horizontal.new-item .new-item-short {
  color: #616161;
  margin-top: 10px;
  display: none;
}

@media (min-width: 768px) {
  .vitapay-instruction .new-item-horizontal.new-item {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .vitapay-instruction .new-item-horizontal.new-item .new-item-short {
    display: block;
  }
  .vitapay-instruction .new-item-horizontal.new-item:not(:last-child) {
    border-bottom: 1px solid #eee;
  }
  .vitapay-instruction .new-item-horizontal.new-item .new-item-img {
    width: 280px;
    float: left;
  }
  .vitapay-instruction .new-item-horizontal.new-item .new-item-title {
    font-size: 1.25rem;
  }
  .vitapay-instruction .new-item-horizontal.new-item .new-item-content {
    margin-top: 0;
    margin-left: 300px;
  }
  .vitapay-instruction .new-item-horizontal.new-item .new-item-title {
    margin-bottom: 5px;
    font-weight: 400;
    line-height: 1.2;
    font-weight: 700;
  }
  .vitapay-instruction .new-item-horizontal.new-item .new-cat {
    right: 0;
    left: auto;
  }
}

.vitapay-instruction .new-item-horizontal-small.new-item .new-item-img {
  width: 70px;
  float: left;
}

.vitapay-instruction .new-item-horizontal-small.new-item .new-item {
  margin-bottom: 7px;
  padding-bottom: 7px;
  border-bottom: 1px solid #eee;
}

.vitapay-instruction .new-item-horizontal-small.new-item .new-item-content {
  margin-left: 85px;
  margin-top: 0;
}

.vitapay-instruction .new-item-horizontal-small.new-item .new-item-title {
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 5px;
  font-weight: 400;
}

.vitapay-instruction .new-item-horizontal-small.new-item .new-cat a {
  padding: 2px 4px;
  font-size: 9px;
}

.vitapay-instruction .salenew-img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.vitapay-instruction .salenew-container {
  padding: 10px 15px;
}

.vitapay-instruction .salenew-container .salenew:not(:last-child) {
  border-bottom: 1px solid #eee;
}

.vitapay-instruction .salenew {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 18px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.vitapay-instruction .salenew:hover {
  color: #2C6D13;
}

.vitapay-instruction .salenew:last-child {
  padding-bottom: 0;
}

@media (max-width: 991.98px) {
  .vitapay-instruction .salenew-container {
    padding: 0 10px;
  }
  .vitapay-instruction .salenew {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .vitapay-instruction .salenew:not(:last-child) {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
  }
  .vitapay-instruction .salenew-img {
    width: 100px;
    float: left;
  }
  .vitapay-instruction .salenew-content {
    margin-left: 110px;
  }
}

.vitapay-instruction .new-catalog .nav {
  display: block;
}

.vitapay-instruction .new-catalog-list {
  position: relative;
}

.vitapay-instruction .new-catalog-list:after {
  content: "";
  width: 4px;
  background: #eee;
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
}

.vitapay-instruction .new-catalog-item {
  border-left: 4px solid transparent;
  cursor: pointer;
  margin: 28px 0;
  padding-left: 22px;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  z-index: 1;
  -webkit-transition: border-left 0.4s ease;
  transition: border-left 0.4s ease;
}

.vitapay-instruction .new-catalog-item.active {
  border-left: 4px solid #f02475;
}

.vitapay-instruction .new-catalog-item.active .new-catalog-name {
  color: #f02475;
}

.vitapay-instruction .new-catalog-item.active .new-catalog-label {
  color: #424242;
  font-weight: 700;
}

.vitapay-instruction .new-catalog-item.active .new-catalog-sub {
  display: block;
}

.vitapay-instruction .new-catalog-item.active + .new-catalog-sub {
  display: block;
}

.vitapay-instruction .new-catalog-item + .new-catalog-sub {
  margin-top: -20px;
  display: none;
}

.vitapay-instruction .new-catalog-item:first-child {
  margin-top: 0;
}

.vitapay-instruction .new-catalog-sub-item {
  margin-left: 18px;
  color: #212121;
  padding: 5px 10px;
}

.vitapay-instruction .new-catalog-sub-item.active {
  color: #2C6D13;
  font-weight: 700;
}

.vitapay-instruction .new-catalog-label {
  font-size: 12px;
  color: #9e9e9e;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.vitapay-instruction .new-catalog-name {
  font-size: 16px;
  color: #212121;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.vitapay-instruction .modal-catalog-btn.btn {
  display: block;
  margin: 0 auto 15px;
  z-index: 999999;
  position: fixed;
  bottom: 20px;
  left: 10px;
  background-color: rgba(174, 32, 112, 0.6);
  border: none;
}

@media (max-width: 991.98px) {
  .vitapay-instruction .new-catalog-sub {
    display: block !important;
  }
}

@media (min-width: 992px) {
  .vitapay-instruction .modal-catalog-btn.btn {
    display: none;
  }
  .vitapay-instruction .modal-catalog-menu {
    position: relative !important;
    opacity: 1 !important;
    display: block !important;
    z-index: 1 !important;
    overflow: visible !important;
  }
  .vitapay-instruction .modal-catalog-menu .modal-dialog {
    -webkit-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
  }
  .vitapay-instruction .modal-catalog-menu .modal-content {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
  }
  .vitapay-instruction .modal-catalog-menu .modal-header {
    display: none;
  }
  .vitapay-instruction .modal-catalog-menu .modal-body {
    padding: 0;
  }
  .vitapay-instruction .modal-catalog-menu .modal-footer {
    display: none;
  }
}

.vitapay-instruction .tags h5 {
  display: inline-block;
  padding-right: 20px;
}

.vitapay-instruction .tags ul {
  display: inline-block;
}

.vitapay-instruction .tags li {
  display: inline-block;
}

.vitapay-instruction .tags li a {
  background-color: #f0f0f0;
  padding: 3px 10px;
  font-size: 13px;
  margin: 0 2px 4px 0;
  border-radius: 3px;
  display: inline-block;
  color: #212121;
}

.vitapay-instruction .tags li a:hover {
  background-color: #0BA269;
  color: #fff;
}

.vitapay-instruction .entry-share {
  margin-top: 30px;
}

.vitapay-instruction .entry-share ul {
  margin: 0;
  padding-left: 0;
}

.vitapay-instruction .entry-share .social ul {
  display: inline-block;
}

.vitapay-instruction .entry-share .social ul li {
  display: inline-block;
  padding: 0 6px;
}

.vitapay-instruction .entry-share .social ul li a:hover {
  color: #353535;
}

.vitapay-instruction .post-slider .swiper-pagination-bullets {
  bottom: 0;
  top: auto;
}

.vitapay-instruction .post-slider .swiper-pagination-bullets .swiper-pagination-bullet {
  border: 1px solid #9e9e9e;
}

.vitapay-instruction .post-slider .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #9e9e9e;
}

.vitapay-instruction .post-slider .swiper-wrapper {
  padding-bottom: 25px;
}

.vitapay-instruction .post-slider-item {
  position: relative;
}

.vitapay-instruction .post-slider-item:after {
  bottom: 0;
  content: "";
  display: block;
  height: 40%;
  width: 100%;
  position: absolute;
  z-index: 1;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(to bottom, transparent 40%, rgba(0, 0, 0, 0.8) 100%);
}

.vitapay-instruction .post-slider-item .embed-responsive-item {
  background-size: cover;
  background-repeat: no-repeat;
}

.vitapay-instruction .post-slider-caption {
  position: absolute;
  padding: 6px 10px;
  color: #fff;
  font-size: 1rem;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

.vitapay-instruction .lightgallery-item-img {
  display: inline-block;
  position: relative;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.vitapay-instruction .lightgallery-item-img:after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  background-size: 16px 16px;
  background-position: center;
  background-color: rgba(255, 255, 255, 0.8);
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAzNTIuMDU0IDM1Mi4wNTQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDM1Mi4wNTQgMzUyLjA1NDsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSI1MTJweCIgaGVpZ2h0PSI1MTJweCI+CjxnPgoJPHBvbHlnb24gcG9pbnRzPSIxNDQuMjA2LDE4Ni42MzQgMzAsMzAwLjg0IDMwLDIzOC4wNTkgMCwyMzguMDU5IDAsMzUyLjA1NCAxMTMuOTk1LDM1Mi4wNTQgMTEzLjk5NSwzMjIuMDU0IDUxLjIxMiwzMjIuMDU0ICAgIDE2NS40MTksMjA3Ljg0NyAgIiBmaWxsPSIjMDAwMDAwIi8+Cgk8cG9seWdvbiBwb2ludHM9IjIzOC4wNTksMCAyMzguMDU5LDMwIDMwMC44NCwzMCAxODYuNjMzLDE0NC4yMDggMjA3Ljg0NiwxNjUuNDIgMzIyLjA1NCw1MS4yMTMgMzIyLjA1NCwxMTMuOTk1IDM1Mi4wNTQsMTEzLjk5NSAgICAzNTIuMDU0LDAgICIgZmlsbD0iIzAwMDAwMCIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
}

.vitapay-instruction .lightgallery-item {
  text-align: center;
  position: relative;
}

.vitapay-instruction .post-wrapper {
  background: #fff;
  padding: 20px 0;
}

@media (max-width: 767.98px) {
  .vitapay-instruction .post-wrapper {
    padding: 20px 0;
  }
}

.vitapay-instruction .post-container {
  max-width: 620px;
  margin: 0 auto;
}

.vitapay-instruction .post-title {
  font-weight: 500;
  color: #e0078c;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
}

@media (max-width: 767.98px) {
  .vitapay-instruction .post-title {
    font-size: 28px;
    line-height: 34px;
  }
}

.vitapay-instruction .post-meta {
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
  margin-bottom: 10px;
}

.vitapay-instruction .post-meta .list-inline-item {
  vertical-align: middle;
  padding-right: 0;
}

.vitapay-instruction .post-meta-img {
  background-color: #eee;
  background-position: 50%;
  background-size: cover;
  border-radius: 50%;
  display: block;
  height: 32px;
  float: left;
  width: 32px;
}

.vitapay-instruction .post-body,
.vitapay-instruction .topic-post {
  color: #424242;
}

.vitapay-instruction .post-body img:not(.img-free):not(.left):not(.right),
.vitapay-instruction .topic-post img:not(.img-free):not(.left):not(.right) {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  width: auto !important;
  height: auto !important;
}

.vitapay-instruction .post-body img.img-free,
.vitapay-instruction .post-body img.left,
.vitapay-instruction .post-body img.right,
.vitapay-instruction .topic-post img.img-free,
.vitapay-instruction .topic-post img.left,
.vitapay-instruction .topic-post img.right {
  max-width: 100%;
  margin: 0;
  width: auto;
  height: auto !important;
}

.vitapay-instruction .post-body img.left,
.vitapay-instruction .topic-post img.left {
  float: left;
}

.vitapay-instruction .post-body img.right,
.vitapay-instruction .topic-post img.right {
  float: right;
}

.vitapay-instruction .post-body table,
.vitapay-instruction .topic-post table {
  width: 100% !important;
}

.vitapay-instruction .post-body,
.vitapay-instruction .topic-post {
  position: relative;
  overflow-wrap: break-word;
}

.vitapay-instruction .post-body .block-title-endow-txt,
.vitapay-instruction .post-body .block-title-txt,
.vitapay-instruction .post-body .don-slider-title,
.vitapay-instruction .post-body .h1,
.vitapay-instruction .post-body .h2,
.vitapay-instruction .post-body .h3,
.vitapay-instruction .post-body .h4,
.vitapay-instruction .post-body .h5,
.vitapay-instruction .post-body .h6,
.vitapay-instruction .post-body .merchant-tab-heading,
.vitapay-instruction .post-body .topic-content-name,
.vitapay-instruction .post-body .topic-sidenav-title,
.vitapay-instruction .post-body h1,
.vitapay-instruction .post-body h2,
.vitapay-instruction .post-body h3,
.vitapay-instruction .post-body h4,
.vitapay-instruction .post-body h5,
.vitapay-instruction .post-body h6,
.vitapay-instruction .topic-post .block-title-endow-txt,
.vitapay-instruction .topic-post .block-title-txt,
.vitapay-instruction .topic-post .don-slider-title,
.vitapay-instruction .topic-post .h1,
.vitapay-instruction .topic-post .h2,
.vitapay-instruction .topic-post .h3,
.vitapay-instruction .topic-post .h4,
.vitapay-instruction .topic-post .h5,
.vitapay-instruction .topic-post .h6,
.vitapay-instruction .topic-post .merchant-tab-heading,
.vitapay-instruction .topic-post .topic-content-name,
.vitapay-instruction .topic-post .topic-sidenav-title,
.vitapay-instruction .topic-post h1,
.vitapay-instruction .topic-post h2,
.vitapay-instruction .topic-post h3,
.vitapay-instruction .topic-post h4,
.vitapay-instruction .topic-post h5,
.vitapay-instruction .topic-post h6 {
  margin: 30px 0 20px;
}

.vitapay-instruction .post-body h1,
.vitapay-instruction .topic-post h1 {
  letter-spacing: -0.5px;
  font-weight: 500;
  font-size: 38px;
  line-height: 1.3157894737;
}

@media (min-width: 321px) {
  .vitapay-instruction .post-body h1,
  .vitapay-instruction .topic-post h1 {
    font-size: 56px;
    line-height: 1.3214285714;
    letter-spacing: -0.5px;
  }
}

.vitapay-instruction .post-body h2,
.vitapay-instruction .topic-post h2 {
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3333333333;
}

@media (min-width: 321px) {
  .vitapay-instruction .post-body h2,
  .vitapay-instruction .topic-post h2 {
    font-size: 22px;
    line-height: 1.3333333333;
  }
}

.vitapay-instruction .post-body h3,
.vitapay-instruction .topic-post h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4814814815;
}

@media (min-width: 321px) {
  .vitapay-instruction .post-body h3,
  .vitapay-instruction .topic-post h3 {
    font-weight: 700;
    font-size: 20px;
  }
}

.vitapay-instruction .post-body h4,
.vitapay-instruction .topic-post h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4814814815;
}

@media (min-width: 321px) {
  .vitapay-instruction .post-body h4,
  .vitapay-instruction .topic-post h4 {
    font-size: 17px;
  }
}

.vitapay-instruction .post-body h5,
.vitapay-instruction .topic-post h5 {
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.5;
}

.vitapay-instruction .post-body h6,
.vitapay-instruction .topic-post h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.375;
}

.vitapay-instruction .post-body p,
.vitapay-instruction .topic-post p {
  margin: 0 0 20px;
}

.vitapay-instruction .post-body ol,
.vitapay-instruction .post-body ul,
.vitapay-instruction .topic-post ol,
.vitapay-instruction .topic-post ul {
  margin-bottom: 1.25em;
  padding: 0;
}

.vitapay-instruction .post-body ol li,
.vitapay-instruction .post-body ul li,
.vitapay-instruction .topic-post ol li,
.vitapay-instruction .topic-post ul li {
  list-style-type: none;
  margin: 0 0 0.55em;
  padding: 0 0 0 1em;
}

.vitapay-instruction .post-body ol li > ol,
.vitapay-instruction .post-body ol li > ul,
.vitapay-instruction .post-body ul li > ol,
.vitapay-instruction .post-body ul li > ul,
.vitapay-instruction .topic-post ol li > ol,
.vitapay-instruction .topic-post ol li > ul,
.vitapay-instruction .topic-post ul li > ol,
.vitapay-instruction .topic-post ul li > ul {
  margin: 1em 0 0;
}

.vitapay-instruction .post-body ul li,
.vitapay-instruction .topic-post ul li {
  text-indent: -0.375em;
}

.vitapay-instruction .post-body ul li::before,
.vitapay-instruction .topic-post ul li::before {
  content: "";
  display: inline-block;
  position: relative;
  top: -0.2em;
  left: -0.55em;
  background-color: #424242;
  border-radius: 50%;
  width: 5px;
  height: 5px;
}

.vitapay-instruction .post-body ol,
.vitapay-instruction .topic-post ol {
  counter-reset: item;
}

.vitapay-instruction .post-body ol > li,
.vitapay-instruction .topic-post ol > li {
  counter-increment: item;
  text-indent: -2em;
}

.vitapay-instruction .post-body,
.vitapay-instruction .topic-post {
  position: relative;
  overflow-wrap: break-word;
  color: #424242;
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
}

.vitapay-instruction .post-body .post-desc,
.vitapay-instruction .topic-post .post-desc {
  line-height: 1.8;
  color: #757575;
  font-size: 18px;
  line-height: 1.7;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 30px;
}

@media (max-width: 767.98px) {
  .vitapay-instruction .post-body .post-desc,
  .vitapay-instruction .topic-post .post-desc {
    margin-top: 15px;
    margin-bottom: 20px;
  }
}

.vitapay-instruction .post-body blockquote,
.vitapay-instruction .topic-post blockquote {
  border-left: 3px solid #eee;
  padding-left: 16px;
}

.vitapay-instruction .post-body blockquote p,
.vitapay-instruction .topic-post blockquote p {
  font-style: italic;
}

.vitapay-instruction .post-body blockquote:before,
.vitapay-instruction .topic-post blockquote:before {
  content: "\201C";
  color: #eee;
  font-family: Avalon, sans-serif;
  font-weight: 700;
  font-size: 64px;
  line-height: 0.25;
  position: relative;
  top: 0.225em;
}

.vitapay-instruction .post-widget {
  width: 300px;
  margin: 0 auto 0 60px;
}

.vitapay-instruction .post-widget .post-widget-item {
  margin-bottom: 20px;
  position: relative;
}

.vitapay-instruction .post-widget .post-widget-item:focus .post-widget-title,
.vitapay-instruction .post-widget .post-widget-item:hover .post-widget-title {
  color: #e0078c;
}

@media (max-width: 991.98px) {
  .vitapay-instruction .post-widget {
    margin: 0;
    width: 100%;
  }
}

.vitapay-instruction .post-widget-heading {
  letter-spacing: -0.01em;
  line-height: 1.2;
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 15px;
  color: #e0078c;
  font-weight: 700;
  font-size: 20px;
}

.vitapay-instruction .post-widget-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.vitapay-instruction .post-widget-img {
  width: 75px;
  margin-top: 2px;
}

.vitapay-instruction .post-widget-img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.vitapay-instruction .post-widget-content {
  padding: 0 0 0 10px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.vitapay-instruction .post-widget-title {
  font-weight: 700;
  color: #424242;
  margin-bottom: 3px;
  line-height: 1.4;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

.vitapay-instruction .post-widget-time {
  font-size: 13px;
  color: #9e9e9e;
}

.vitapay-instruction .section {
  position: relative;
  padding: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.vitapay-instruction .job-search-form .form-control,
.vitapay-instruction .job-search-form .select2-container .select2-selection--single,
.vitapay-instruction .select2-container .job-search-form .select2-selection--single {
  display: block;
  width: 100%;
  line-height: 50px;
  height: 50px;
  font-size: 16px;
}

.vitapay-instruction .hero-section-job {
  margin-bottom: 30px;
}

.vitapay-instruction .job-search-btn {
  white-space: nowrap;
  vertical-align: middle;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  border-radius: 0;
  background: #2C6D13;
  color: #fff;
  border: none;
  outline: 0;
  font-size: 18px;
  border-radius: 5px;
}

.vitapay-instruction .job-search-btn:hover {
  background: #2C6D13;
}

.vitapay-instruction .job-keywords {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.vitapay-instruction .job-keywords .button {
  display: inline-block;
  padding: 2px 8px;
  background: #2C6D13;
  color: #fff;
  border-radius: 5px;
  margin-right: 5px;
  font-size: 12px;
}

.vitapay-instruction .job-keywords .button:hover {
  background: #2C6D13;
}

.vitapay-instruction .job-keywords-name {
  color: #fff;
  margin-right: 5px;
}

.vitapay-instruction .hero-section .job-search-form {
  padding: 80px 0;
}

.vitapay-instruction .job-search-form .job-search-sub {
  margin-bottom: 50px;
  color: #bdbdbd;
  font-weight: 400;
}

.vitapay-instruction .job-search-form .job-search-sub > span {
  font-size: 1.2em;
  padding: 0 7px;
}

.vitapay-instruction .job-search-form form {
  background: rgba(0, 0, 0, 0.3);
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 3px;
}

.vitapay-instruction .job-search-form form .form-group {
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
  margin-right: 10px;
}

.vitapay-instruction .job-search-form form .form-group .form-group-inner {
  position: relative;
}

.vitapay-instruction .job-search-form form .form-group i {
  position: absolute;
  right: 0;
  top: 0;
  padding-right: 16px;
  font-size: 16px;
  color: #a0a7ba;
  line-height: 50px;
}

.vitapay-instruction .job-search-form form .button {
  font-size: 24px;
  border-radius: 4px;
  padding: 11px 16px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.vitapay-instruction .listings-container .job-listing:first-of-type {
  border-radius: 3px 3px 0 0;
  overflow: hidden;
}

.vitapay-instruction .listings-container .job-listing:last-of-type {
  border-radius: 0 0 3px 3px;
  overflow: hidden;
}

.vitapay-instruction .listings-container .job-listing:nth-child(2n) {
  background-color: #fafafa;
}

.vitapay-instruction .listings-container .job-listing.urgent {
  border-top: 1px solid rgba(255, 192, 121, 0.5);
  border-bottom: 1px solid rgba(255, 192, 121, 0.5);
  background: #fff1e1;
  border-radius: 0;
}

.vitapay-instruction .listings-container .urgent-tag {
  position: absolute;
  top: 7px;
  right: -23px;
  font-size: 12px;
  background: #e44343;
  color: #fff;
  display: inline-block;
  padding: 0 25px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.vitapay-instruction .job-listing {
  overflow: hidden;
}

.vitapay-instruction .job-listing {
  display: block;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

.vitapay-instruction .job-listing:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.vitapay-instruction .job-listing:hover:before {
  opacity: 1;
}

.vitapay-instruction .job-listing:hover .job-listing-title {
  color: #2C6D13;
}

.vitapay-instruction .job-listing:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  display: block;
  background: #2C6D13;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}

.vitapay-instruction .job-listing-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
  color: #212121;
}

.vitapay-instruction .job-listing-logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  min-width: 0;
  width: 60px;
}

.vitapay-instruction .job-listing-description {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  min-width: 0;
  margin-left: 10px;
  margin-right: 10px;
}

.vitapay-instruction .job-listing-title {
  font-size: 15px;
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 3px;
}

.vitapay-instruction .job-listing-footer {
  color: #9e9e9e;
}

.vitapay-instruction .job-listing-footer span {
  color: #212121;
}

.vitapay-instruction .job-listing-exprite {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-width: 0;
}

.vitapay-instruction .job-listing-exprite span {
  color: #9e9e9e;
  font-size: 13px;
}

.vitapay-instruction .jobs-position {
  padding: 0 15px;
}

.vitapay-instruction .jobs-position-item {
  border-bottom: 1px solid #eee;
  padding: 10px 0;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.vitapay-instruction .jobs-position-item:hover .job-position-name {
  color: #2C6D13;
}

.vitapay-instruction .job-position-logo {
  width: 25px;
}

.vitapay-instruction .job-position-name {
  margin-left: 10px;
}

.vitapay-instruction .newsletter-job {
  padding-top: 20px;
  padding-bottom: 20px;
  background: 0 0;
  margin-top: 0;
  margin-bottom: 0;
}

.vitapay-instruction .newsletter-job .newsletter-input {
  width: 100%;
  min-width: 0;
}

.vitapay-instruction .newsletter-job .newsletter-img {
  width: 70px !important;
  height: auto;
  display: block !important;
}

.vitapay-instruction .newsletter-job .newsletter-img img {
  bottom: 0;
  position: relative;
}

.vitapay-instruction .file-input {
  background: #eee;
  border-radius: 3px;
  padding: 5px 10px 5px 40px;
  position: relative;
}

.vitapay-instruction .file-input .file-input-img {
  width: 22px;
  left: 10px;
  position: absolute;
  top: 5px;
}

.vitapay-instruction .file-input input {
  font-size: 12px;
}

@media all and (max-width: 480px) {
  .vitapay-instruction .job-search-form form .form-group i {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .vitapay-instruction .job-keywords .button {
    display: inline-block;
    padding: 2px 8px;
    background: #2C6D13;
    color: #fff;
    border-radius: 5px;
    margin-right: 5px;
    font-size: 12px;
    margin-bottom: 5px;
  }
  .vitapay-instruction .job-keywords .button:hover {
    background: #2C6D13;
  }
  .vitapay-instruction .job-keywords-name {
    font-size: 13px;
    display: block;
    margin-right: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    margin-bottom: 5px;
  }
  .vitapay-instruction .job-search-form .job-search-sub {
    margin-bottom: 20px;
  }
  .vitapay-instruction .job-search-form .form-control,
  .vitapay-instruction .job-search-form .select2-container .select2-selection--single,
  .vitapay-instruction .select2-container .job-search-form .select2-selection--single {
    display: block;
    width: 100%;
    line-height: 34px;
    height: 34px;
    font-size: 14px;
  }
  .vitapay-instruction .job-search-heading {
    font-size: 24px;
    line-height: 1.2;
  }
  .vitapay-instruction .job-search-sub {
    font-size: 16px;
  }
  .vitapay-instruction .job-search-btn {
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
    font-size: 14px;
    border-radius: 3px;
  }
  .vitapay-instruction .job-search-btn .svg-icon {
    width: 14px;
    height: 14px;
  }
  .vitapay-instruction .job-search-form form .form-group {
    margin: 0;
    margin-bottom: 10px;
  }
  .vitapay-instruction .job-search-form form .form-group {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  .vitapay-instruction .job-search-btn {
    width: 100%;
  }
  .vitapay-instruction .hero-section .job-search-form {
    padding: 40px 0;
  }
  .vitapay-instruction .job-listing-details {
    padding: 10px 15px;
    color: #212121;
    border-bottom: 1px solid #eee;
  }
  .vitapay-instruction .newsletter-img {
    width: auto;
    display: none;
  }
  .vitapay-instruction .job-listing-logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    min-width: 0;
    width: 30px;
    display: none;
  }
  .vitapay-instruction .job-listing-description {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .vitapay-instruction .job-listing-title {
    font-size: 14px;
  }
  .vitapay-instruction .job-listing-footer {
    font-size: 12px;
  }
  .vitapay-instruction .job-listing-exprite {
    margin-top: 5px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    color: #616161;
    padding: 2px 6px;
    background: #eee;
    border-radius: 3px;
    font-size: 11px;
  }
  .vitapay-instruction .job-listing-exprite span {
    font-size: 11px;
    color: #616161;
  }
  .vitapay-instruction .job-listing-exprite br {
    display: none;
  }
}

.vitapay-instruction .job-review li:not(:last-child) {
  margin-bottom: 10px;
}

.vitapay-instruction .job-review li span {
  color: #757575;
  width: 150px;
  display: inline-block;
  font-size: 14px;
}

.vitapay-instruction .job-review li strong {
  font-weight: 500;
}

.vitapay-instruction .list-circle {
  list-style: none;
  margin-left: 20px;
  padding-left: 0;
}

.vitapay-instruction .list-circle li {
  position: relative;
  margin-bottom: 10px;
}

.vitapay-instruction .list-circle li:before {
  content: "";
  position: absolute;
  left: -17px;
  background: #0BA269;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  top: 6px;
}

.vitapay-instruction .job-exprite {
  font-size: 15px;
}

.vitapay-instruction .job-exprite .list-inline-item:not(:last-child) {
  margin-right: 15px;
}

.vitapay-instruction .job-exprite .svg-icon {
  width: 12px;
  height: 15px;
  vertical-align: -0.125em;
  fill: #bdbdbd;
}

.vitapay-instruction .job-desc {
  font-size: 15px;
  margin: 0 0 25px;
  line-height: 1.47;
}

@media (max-width: 991.98px) {
  .vitapay-instruction .job-top-btn {
    margin-top: 20px;
  }
  .vitapay-instruction .job-desc {
    font-size: 13px;
  }
}

@media (max-width: 767.98px) {
  .vitapay-instruction .job-title {
    font-size: 20px;
    line-height: 1.3;
  }
  .vitapay-instruction .job-review li span {
    width: 140px;
  }
  .vitapay-instruction .job-review li strong {
    font-weight: 500;
  }
}

.vitapay-instruction .page-error {
  position: relative;
  height: calc(100vh - 121px);
  background: #fff5fb;
  overflow: hidden;
  background-image: url("https://static.mservice.io/styles/desktop/images/Asset 2@3x.png");
  background-repeat: no-repeat;
  background-position: center bottom;
}

@media (max-width: 767.98px) {
  .vitapay-instruction .page-error {
    height: calc(100vh - 48px);
  }
}

.vitapay-instruction .btn:before {
  background-image: -webkit-gradient(linear, left top, right top, from(#f6388a), to(#7b1173));
  background-image: linear-gradient(to right, #f6388a 0, #7b1173 100%);
}

.vitapay-instruction .btn.btn-alt {
  background-image: -webkit-gradient(linear, left top, right top, from(#1511b1), to(#f6388a));
  background-image: linear-gradient(to right, #1511b1 0, #f6388a 100%);
}

.vitapay-instruction .btn.btn-alt:before {
  background-image: -webkit-gradient(linear, left top, right top, from(#f6388a), to(#1511b1));
  background-image: linear-gradient(to right, #f6388a 0, #1511b1 100%);
}

.vitapay-instruction .btn.btn-plane {
  background: #1511b1;
}

.vitapay-instruction .btn.btn-simple .fa {
  color: #f6388a;
}

.vitapay-instruction .btn.btn-more {
  color: #f6388a;
}

.vitapay-instruction .btn.btn-more:hover {
  color: #1511b1;
}

.vitapay-instruction .play-btn .play {
  background-image: -webkit-gradient(linear, left top, right top, from(#7b1173), to(#f6388a));
  background-image: linear-gradient(to right, #7b1173 0, #f6388a 100%);
}

.vitapay-instruction .play-btn .play > span {
  background-image: -webkit-gradient(linear, left top, right top, from(#7b1173), to(#f6388a));
  background-image: linear-gradient(to right, #7b1173 0, #f6388a 100%);
}

.vitapay-instruction .play-btn-alt .fa {
  background: -webkit-gradient(linear, left top, right top, from(#7b1173), to(#f6388a));
  background: linear-gradient(to right, #7b1173 0, #f6388a 100%);
}

.vitapay-instruction .play-btn > span:last-of-type {
  color: #554fff;
}

.vitapay-instruction .io-azure .btn {
  border-radius: 4px;
}

.vitapay-instruction .io-azure .btn:not(.btn-simple):not(.btn-plane) {
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.vitapay-instruction .io-azure .btn:after,
.vitapay-instruction .io-azure .btn:before {
  border-radius: 4px;
}

.vitapay-instruction .error-text-large {
  font-size: 250px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 17px;
  background: -webkit-linear-gradient(#fd5eb7, #2C6D13);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.5;
}

@media only screen and (max-width: 991px) {
  .vitapay-instruction .error-text-large {
    font-size: 200px;
  }
  .vitapay-instruction .error-content {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 767px) {
  .vitapay-instruction .error-text-large {
    font-size: 140px;
  }
  .vitapay-instruction .error-content {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 480px) {
  .vitapay-instruction .error-text-large {
    font-size: 70px;
  }
  .vitapay-instruction .error-content {
    margin-top: -60px;
  }
}

@media only screen and (min-width: 1199px) and (max-width: 1440px) and (max-height: 700px) {
  .vitapay-instruction .error-content {
    margin-top: -40px;
  }
  .vitapay-instruction .error-text-large {
    font-size: 150px;
  }
}

@media only screen and (max-width: 812px) and (orientation: landscape) {
  .vitapay-instruction .page-error {
    height: auto;
  }
  .vitapay-instruction .error-content {
    padding: 100px 0 160px;
  }
}

.vitapay-instruction .error-content {
  position: relative;
}

.vitapay-instruction .error-content p {
  margin-bottom: 28px;
  color: #8284a5;
}

.vitapay-instruction .error-graphics-one,
.vitapay-instruction .error-graphics-two {
  position: absolute;
  z-index: -1;
}

.vitapay-instruction .error-graphics-one {
  width: 250px;
  top: 20%;
  right: 100%;
  margin-right: 65px;
}

.vitapay-instruction .error-graphics-two {
  width: 200px;
  left: 100%;
  top: 50%;
  margin-left: 40px;
}

.vitapay-instruction .btn-gradient {
  border: none;
  font-weight: 700;
  font-size: 12px;
  line-height: 46px;
  padding: 0 34px;
  border-radius: 23px;
  position: relative;
  color: #fff;
  z-index: 2;
  border-radius: 23px;
  background-image: -webkit-gradient(linear, left top, right top, from(#f6388a), to(#7b1173));
  background-image: linear-gradient(to right, #f6388a 0, #7b1173 100%);
}

.vitapay-instruction .btn-gradient:hover:before {
  opacity: 1;
}

.vitapay-instruction .btn-gradient:before {
  position: absolute;
  border-radius: 23px;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -2;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-image: -webkit-gradient(linear, left top, right top, from(#f6388a), to(#7b1173));
  background-image: linear-gradient(to right, #f6388a 0, #7b1173 100%);
}

.vitapay-instruction .btn-gradient.btn-sm,
.vitapay-instruction .btn-group-sm > .btn-gradient.btn {
  line-height: 39px;
  padding: 0 24px;
}

.vitapay-instruction .btn-gradient:before {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-image: -webkit-gradient(linear, left top, right top, from(#7b1173), to(#f6388a));
  background-image: linear-gradient(to right, #7b1173 0, #f6388a 100%);
}

@media (max-width: 767.98px) {
  .vitapay-instruction .manual-hero-title {
    font-size: 22px;
    line-height: 1.2;
  }
}

.vitapay-instruction .manual-hero {
  padding: 50px 0 80px;
  background: #2C6D13 url(../images/video-bg.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
  color: #fff;
}

.vitapay-instruction .manual-hero:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2C6D13ad;
}

.vitapay-instruction .manual-hero .container {
  position: relative;
  z-index: 1;
}

.vitapay-instruction .manual-device {
  position: relative;
  width: 274px;
  height: 514px;
  margin: 10px auto;
}

.vitapay-instruction .manual-device-stock {
  position: absolute;
  width: 274px;
  height: 514px;
  background: url(http://vitapay.vn/help/images/vitapay-upload-api-190621112400-636967130404212068.png) no-repeat transparent;
  background-size: cover;
  z-index: 2;
  pointer-events: none;
}

.vitapay-instruction .manual-device-slide .manual-device-swiper {
  width: 250px;
  display: block;
  margin: 0 auto;
  padding-top: 35px;
  padding-left: 0;
}

.vitapay-instruction .manual-device-slide .manual-device-swiper .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .vitapay-instruction .manual-device {
    position: relative;
    width: 232px;
    height: 437px;
    margin: 10px auto;
  }
  .vitapay-instruction .manual-device-stock {
    position: absolute;
    width: 232px;
    height: 437px;
  }
  .vitapay-instruction .manual-device-slide .manual-device-swiper {
    width: 210px;
    display: block;
    margin: 0 auto;
    padding-top: 30px;
  }
}

.vitapay-instruction .manual-page {
  margin-top: -40px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #eee;
  position: relative;
  z-index: 2;
}

.vitapay-instruction .manual-page-tab {
  margin-bottom: 2.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  border-radius: 5px;
  overflow: hidden;
  background: #eee;
}

@media (max-width: 767.98px) {
  .vitapay-instruction .manual-page-tab {
    margin-bottom: 10px;
  }
}

.vitapay-instruction .manual-page-tab .nav-item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.vitapay-instruction .manual-page-tab .nav-link {
  line-height: 1.3;
  padding: 0 5px 0 20px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 1.2rem;
  color: #212121;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  color: #fff;
  background: #2C6D13;
  font-weight: 500;
}

.vitapay-instruction .manual-page-tab .nav-link:last-child:after,
.vitapay-instruction .manual-page-tab .nav-link:last-child:before {
  display: none;
}

.vitapay-instruction .manual-page-tab .nav-link.active {
  color: #fff;
  background: #2C6D13;
  font-weight: 500;
}

.vitapay-instruction .manual-page-tab .nav-link.active::before {
  border-left: 16px solid #2C6D13;
}

.vitapay-instruction .manual-page-tab .nav-link.active ~ .nav-link {
  background: #e0e0e0;
  color: #757575;
}

.vitapay-instruction .manual-page-tab .nav-link.active ~ .nav-link::before {
  border-left: 16px solid #e0e0e0;
}

.vitapay-instruction .manual-page-tab .nav-link:before {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 26px solid transparent;
  border-bottom: 26px solid transparent;
  border-left: 16px solid #2C6D13;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 100%;
  z-index: 3;
  margin-left: -2px;
}

.vitapay-instruction .manual-page-tab .nav-link:after {
  margin-left: -1px;
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 18px solid #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 100%;
  z-index: 2;
}

@media (max-width: 991.98px) {
  .vitapay-instruction .manual-page-tab .nav-link {
    padding: 0 5px 0 15px;
    height: 48px;
    font-size: 14px;
    line-height: 1.2;
  }
  .vitapay-instruction .manual-page-tab .nav-link:first-child {
    padding: 10px 7px 10px 7px;
  }
}

@media (max-width: 767.98px) {
  .vitapay-instruction .manual-page-tab {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    border-radius: 0;
  }
  .vitapay-instruction .manual-page-tab::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important;
  }
  .vitapay-instruction .manual-page-tab .nav-link {
    padding: 0 5px 0 20px;
    height: 44px;
    font-size: 14px;
    line-height: 1.2;
    min-width: 110px;
  }
  .vitapay-instruction .manual-page-tab .nav-link:first-child {
    padding: 10px 7px 10px 7px;
  }
}

@media (max-width: 767.98px) {
  .vitapay-instruction .promotion-how-title {
    font-size: 20px;
  }
}

.vitapay-instruction .process {
  list-style: none;
  position: relative;
}

.vitapay-instruction .process .process_item {
  text-indent: 0;
  margin: 0;
  padding: 0;
}

.vitapay-instruction .process_item {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 86px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  cursor: pointer;
}

.vitapay-instruction .process_item.active .process__number {
  background: #0BA269;
}

.vitapay-instruction .process_item.active .process__number span {
  color: #fff;
}

.vitapay-instruction .process_item.active .process__body-content {
  max-height: var(--max-height);
  opacity: 1;
}

.vitapay-instruction .process_item .process__number {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.vitapay-instruction .process_item .process__body-title {
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  margin-top: 5px;
  margin-bottom: 5px;
}

.vitapay-instruction .process_item.active .process__body-title,
.vitapay-instruction .process_item:hover .process__body-title {
  color: #0BA269;
}

.vitapay-instruction .process_item .process__body-title {
  font-size: 15px;
  font-weight: 700;
  color: #212121;
}

.vitapay-instruction .process__body-content {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.4s ease-out, opacity 0.3s ease-out;
  transition: max-height 0.4s ease-out, opacity 0.3s ease-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-size: 13px;
}

.vitapay-instruction .bank-select-bg {
  padding: 10px 20px 0;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.03);
  margin-bottom: 20px;
  margin-top: -20px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

@media (max-width: 767.98px) {
  .vitapay-instruction .bank-select-bg {
    padding: 10px;
  }
}

.vitapay-instruction .process__number {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 px;
  flex: 0 0 px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid transparent;
  background: #e1e1e1;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.vitapay-instruction .process__number span {
  font-size: 14px;
  font-weight: 700;
  color: #212121;
  position: relative;
}

.vitapay-instruction .process__body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  padding-left: 15px;
}

.vitapay-instruction .process__body {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  color: #616161;
}

.vitapay-instruction .process li:not(:last-child) {
  padding-bottom: 5px;
}

.vitapay-instruction .process .process_item:not(:last-child):before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  left: 15px;
  top: 0;
  border-left: 1px dashed #e0e0e0;
  z-index: -1;
}

.vitapay-instruction .bank-select {
  width: 250px;
  font-size: 16px;
}

.vitapay-instruction .bank-select .bank-select-btn {
  border-radius: 3px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  width: 250px;
  text-align: left;
  border: 2px solid #bdbdbd;
  color: #616161;
}

.vitapay-instruction .bank-select .bank-select-btn:active,
.vitapay-instruction .bank-select .bank-select-btn:hover {
  border: 2px solid #0BA269 !important;
  color: #212121 !important;
  background: #fff !important;
}

.vitapay-instruction .bank-select .bank-select-btn.dropdown-toggle {
  color: #212121 !important;
  background: #fff !important;
}

.vitapay-instruction .bank-select .dropdown-menu {
  width: 250px;
  padding: 0;
}

.vitapay-instruction .bank-select .dropdown-item {
  padding: 8px 20px;
}

.vitapay-instruction .bank-select .dropdown-item:not(:last-child) {
  border-bottom: 1px solid #eee;
}

.vitapay-instruction .bank-select .dropdown-item img {
  margin-right: 10px;
}

.vitapay-instruction .bank-select .dropdown-item:active {
  background: #eee;
  color: #212121;
}

.vitapay-instruction .payment-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.vitapay-instruction .payment-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: calc(20% - 10px);
  margin-left: 5px;
  margin-right: 5px;
  text-align: center;
  margin-bottom: 10px;
  position: relative;
}

@media (max-width: 1199.98px) {
  .vitapay-instruction .payment-item {
    width: calc(20% - 10px);
  }
}

@media (max-width: 991.98px) {
  .vitapay-instruction .payment-item {
    width: calc(33.3333% - 10px);
  }
}

.vitapay-instruction .payment-item > span {
  display: block;
  font-size: 13px;
  color: #9eaecf;
  line-height: 1;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.vitapay-instruction .payment-item label {
  width: 100%;
  border: 2px solid #d3e0f3;
  border-radius: 4px;
  background: #fff;
  padding: 6px 14px 6px;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.vitapay-instruction .payment-item label span {
  padding-left: 15px;
}

.vitapay-instruction .payment-item label:after {
  position: absolute;
  top: -10px;
  right: -10px;
  height: 24px;
  width: 24px;
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(0);
  transform: scale(0);
  content: "";
  border-radius: 50%;
  background: #fff;
  border: 2px solid #fff;
  background-size: cover;
  background-image: url("data:image/svg+xml;base64,\a   PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQyNi42NjcgNDI2LjY2NyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDI2LjY2NyA0MjYuNjY3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMiIgaGVpZ2h0PSI1MTIiIGNsYXNzPSIiPjxnPjxwYXRoIHN0eWxlPSJmaWxsOiMwMDFFRkYiIGQ9Ik0yMTMuMzMzLDBDOTUuNTE4LDAsMCw5NS41MTQsMCwyMTMuMzMzczk1LjUxOCwyMTMuMzMzLDIxMy4zMzMsMjEzLjMzMyAgYzExNy44MjgsMCwyMTMuMzMzLTk1LjUxNCwyMTMuMzMzLTIxMy4zMzNTMzMxLjE1NywwLDIxMy4zMzMsMHogTTE3NC4xOTksMzIyLjkxOGwtOTMuOTM1LTkzLjkzMWwzMS4zMDktMzEuMzA5bDYyLjYyNiw2Mi42MjIgIGwxNDAuODk0LTE0MC44OThsMzEuMzA5LDMxLjMwOUwxNzQuMTk5LDMyMi45MTh6IiBkYXRhLW9yaWdpbmFsPSIjNkFDMjU5IiBjbGFzcz0iYWN0aXZlLXBhdGgiIGRhdGEtb2xkX2NvbG9yPSIjMDAxNkZGIj48L3BhdGg+PC9nPiA8L3N2Zz4=");
}

.vitapay-instruction .payment-item input[type="radio"] {
  display: none;
}

.vitapay-instruction .payment-item input[type="radio"]:checked ~ label {
  border-color: #2b56f5;
}

.vitapay-instruction .payment-item input[type="radio"]:checked ~ label:after {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.vitapay-instruction .payment-icon {
  margin-bottom: 3px;
}

.vitapay-instruction .payment-icon img {
  width: 30px;
}

.vitapay-instruction .payment-cur {
  font-size: 16px;
  color: #304073;
}

@media (max-width: 767.98px) {
  .vitapay-instruction .bank-select-bg {
    padding: 0;
    border: none;
    background: #fff;
  }
  .vitapay-instruction .payment-list {
    display: block;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .vitapay-instruction .payment-item {
    display: inline-block;
    width: 85px !important;
    margin-bottom: 0;
    margin-top: 10px;
    width: calc(50% - 10px);
  }
  .vitapay-instruction .payment-item label {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 4px 2px 4px;
  }
  .vitapay-instruction .payment-item .payment-icon {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  .vitapay-instruction .payment-item .payment-cur {
    font-size: 12px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-left: 0;
  }
}

@media (max-width: 991.98px) {
  .vitapay-instruction .manual-hero {
    padding: 40px 0 40px;
  }
  .vitapay-instruction .manual-page {
    margin-top: 0;
  }
}

.vitapay-instruction .manual-process {
  margin-top: 30px;
}

@media (max-width: 767.98px) {
  .vitapay-instruction .manual-hero {
    padding: 30px 0 30px;
  }
  .vitapay-instruction .manual-page {
    margin-top: 0;
  }
  .vitapay-instruction .manual-page.container {
    padding-right: 0;
    padding-left: 0;
  }
  .vitapay-instruction .manual-process {
    margin-bottom: 5px;
    margin-top: 5px;
    padding-bottom: 15px !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .vitapay-instruction .bank-select-bg {
    margin-top: 0;
    margin-bottom: 0;
  }
  .vitapay-instruction .process .process_item {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-bottom: 0;
    margin: 0 5px;
    text-align: center;
    position: static;
    min-height: 0;
  }
  .vitapay-instruction .process .process_item:before {
    display: none;
  }
  .vitapay-instruction .process .process_item .process__body {
    display: none;
    margin-top: 15px;
    padding-left: 0;
  }
  .vitapay-instruction .process .process_item .process__number {
    margin: 0 auto;
    width: 30px;
    height: 30px;
    border: none;
    background: #e0e0e0;
  }
  .vitapay-instruction .process .process_item .process__number span {
    color: #424242;
    font-size: 14px;
  }
  .vitapay-instruction .process .process_item.active .process__body {
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
  }
  .vitapay-instruction .process .process_item.active .process__number {
    background: #0BA269;
  }
  .vitapay-instruction .process .process_item.active .process__number span {
    color: #fff;
  }
  .vitapay-instruction .process .process_item .process__body-title {
    font-size: 13px;
    color: #000 !important;
    font-weight: 400;
    line-height: 1.1;
  }
  .vitapay-instruction .process .process_item .process__body-content {
    display: none;
    height: 130px !important;
    overflow-y: auto;
    overflow-x: hidden;
    font-size: 13px;
    text-align: left;
    position: relative;
    -webkit-overflow-scrolling: touch;
  }
  .vitapay-instruction .process li:not(:last-child) {
    margin-bottom: 0 !important;
  }
  .vitapay-instruction .process__body {
    margin-top: 10px !important;
  }
  .vitapay-instruction .process {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
  }
}

.vitapay-instruction .download-btn {
  display: inline-block;
  vertical-align: middle;
  background: #6541c1;
  background: -webkit-gradient(left top, right top, color-stop(0, #6541c1), color-stop(98%, #d43396), color-stop(100%, #d43396));
  background: -webkit-gradient(linear, left top, right top, from(#6541c1), color-stop(98%, #d43396), to(#d43396));
  background: linear-gradient(to right, #6541c1 0, #d43396 98%, #d43396 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6541c1', endColorstr='#d43396', GradientType=1);
  position: relative;
  padding: 10px 20px 10px 55px;
  border-radius: 28px;
  min-width: 180px;
}

.vitapay-instruction .download-btn:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  border-radius: 28px;
  background: #fff;
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.vitapay-instruction .download-btn svg {
  font-size: 30px;
  background: -webkit-gradient(linear, left top, right top, from(#6541c1), color-stop(98%, #d43396), to(#d43396));
  background: linear-gradient(to right, #6541c1 0, #d43396 98%, #d43396 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d43396', endColorstr='#6541c1', GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .vitapay-instruction .download-btn svg {
    background: 0 0;
  }
}

.vitapay-instruction .download-btn span.inner {
  position: relative;
  display: block;
}

.vitapay-instruction .download-btn span.avail,
.vitapay-instruction .download-btn span.store-name {
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#6541c1), color-stop(98%, #d43396), to(#d43396));
  background: linear-gradient(to right, #6541c1 0, #d43396 98%, #d43396 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d43396', endColorstr='#6541c1', GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  line-height: 1em;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .vitapay-instruction .download-btn span.avail,
  .vitapay-instruction .download-btn span.store-name {
    background: 0 0;
  }
}

.vitapay-instruction .download-btn span.avail {
  font-size: 11px;
}

.vitapay-instruction .download-btn span.store-name {
  text-transform: uppercase;
  font-size: 15px;
  margin-top: 3px;
}

.vitapay-instruction .download-btn:hover:before {
  opacity: 0;
}

.vitapay-instruction .download-btn:hover span.avail,
.vitapay-instruction .download-btn:hover span.store-name,
.vitapay-instruction .download-btn:hover svg {
  color: #fff;
  -webkit-text-fill-color: #fff;
}

@media (max-width: 767.98px) {
  .vitapay-instruction .download-btn {
    padding: 8px 0;
    padding-left: 45px;
    border-radius: 20px;
    padding-right: 10px;
    min-width: 150px;
  }
  .vitapay-instruction .download-btn svg {
    font-size: 24px;
    left: 14px;
  }
  .vitapay-instruction .download-btn span.avail {
    font-size: 10px;
  }
  .vitapay-instruction .download-btn span.store-name {
    text-transform: uppercase;
    font-size: 13px;
    margin-top: 3px;
  }
}

@media (max-width: 767.98px) {
  .vitapay-instruction .promo-slider .swiper-slide {
    height: calc(100vh - 44px) !important;
    height: calc(var(--vh, 1vh) * 100 - 44px) !important;
  }
  .vitapay-instruction .promo-slider .swiper-promo-height {
    height: calc(100vh - 44px) !important;
    height: calc(var(--vh, 1vh) * 100 - 44px) !important;
  }
}

.vitapay-instruction .pro-qrcode {
  width: 126px;
  background: #fff;
  margin-right: 20px;
}

.vitapay-instruction .slider-wrapper {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  position: absolute;
  overflow: hidden;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
}

.vitapay-instruction .swiper-slide .background-wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.vitapay-instruction .swiper-promo-slider .swiper-slide {
  height: 500px;
}

.vitapay-instruction .swiper-promo-slider .swiper-pagination-bullets {
  bottom: 20px;
  left: 0;
  right: 0;
}

.vitapay-instruction .swiper-promo-slider .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 8px;
}

.vitapay-instruction .swiper-promo-slider
.swiper-pagination
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

@media (max-width: 767.98px) {
  .vitapay-instruction .swiper-promo-slider .swiper-button-next,
  .vitapay-instruction .swiper-promo-slider .swiper-button-prev {
    display: none !important;
  }
}

.vitapay-instruction .swiper-promo-height {
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@media (max-width: 767.98px) {
  .vitapay-instruction .swiper-promo-slider .swiper-slide {
    height: 300px;
  }
  .vitapay-instruction .swiper-promo-height {
    height: 300px;
  }
}

.vitapay-instruction .swiper-slide .background-wrapper .background {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center bottom;
  overflow: hidden;
}

.vitapay-instruction .promo-slider-content {
  z-index: 10000;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.vitapay-instruction .promo-slider-txt {
  margin-top: 60px;
}

@media (max-width: 767.98px) {
  .vitapay-instruction .promo-slider-title {
    font-size: 28px;
    line-height: 38px;
  }
  .vitapay-instruction .promo-slider-sub {
    font-size: 16px;
    line-height: 22px;
    max-width: 60%;
  }
  .vitapay-instruction .promo-slider-txt {
    margin-top: 10%;
    font-size: 12px;
  }
  .vitapay-instruction .promo-slider-content {
    margin-bottom: 15%;
  }
}

.vitapay-instruction .swiper-container .mouse-wrapper {
  margin: 0 auto;
  display: block;
  width: 28px;
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  bottom: 10px;
}

.vitapay-instruction .swiper-container .mouse {
  width: 30px;
  height: 47px;
  border: 2px solid #fff;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
}

.vitapay-instruction .swiper-container .mouse .mouse-scroll {
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: #fff;
  position: relative;
  top: 10px;
  left: 11px;
  -webkit-animation: scrolls 1.3s ease-out infinite;
  animation: scrolls 1.3s ease-out infinite;
}

@-webkit-keyframes scrolls {
  0% {
    top: 10px;
    opacity: 1;
    height: 4px;
  }
  95% {
    top: 18px;
    opacity: 0;
    height: 10px;
  }
  100% {
    top: 8px;
    opacity: 1;
    height: 4px;
  }
}

@keyframes scrolls {
  0% {
    top: 10px;
    opacity: 1;
    height: 4px;
  }
  95% {
    top: 18px;
    opacity: 0;
    height: 10px;
  }
  100% {
    top: 8px;
    opacity: 1;
    height: 4px;
  }
}

.vitapay-instruction .promo-quote-container {
  background-color: #d92b83;
  padding: 15px 0;
  background-repeat: no-repeat;
  background-position: center center;
}

.vitapay-instruction .promo-quote .promo-quote-title {
  color: #fef250;
}

@media (max-width: 991.98px) {
  .vitapay-instruction .promo-quote-container {
    padding: 10px 0;
  }
  .vitapay-instruction .promo-quote .promo-quote-title {
    font-size: 1.1rem;
    line-height: 1.2;
    margin-bottom: 0;
  }
  .vitapay-instruction .promo-quote .promo-quote-sub {
    font-size: 0.9rem;
  }
  .vitapay-instruction .promo-quote-img {
    width: 40px;
  }
}

.vitapay-instruction .promo-combo-container {
  padding: 10px 0;
}

.vitapay-instruction .promo-block {
  border: 1px solid #eee;
}

.vitapay-instruction .promo-block-title {
  background: #af2070;
  color: #fff;
  padding: 10px 15px;
}

.vitapay-instruction .promo-content {
  padding: 20px 20px 20px;
}

.vitapay-instruction .promo-feature {
  background: url(https://static.mservice.io/styles/desktop/images/promotion/tt1d-pattern.jpg) no-repeat center center;
  background-size: cover;
}

.vitapay-instruction .promo-feature.embed-responsive::before {
  padding-top: 86.11111%;
}

.vitapay-instruction .promo-feature:hover .promo-feature-img {
  -webkit-transform: translate(-50%, -53%);
  transform: translate(-50%, -53%);
}

.vitapay-instruction .promo-feature-badge {
  image-rendering: auto;
  background: url(https://static.mservice.io/styles/desktop/images/promotion/tt1d-bg.png) no-repeat center center;
  background-size: cover;
}

.vitapay-instruction .promo-feature-badge::before {
  padding-top: 23.219%;
}

.vitapay-instruction .promo-feature-badge .thumb {
  width: 35%;
}

.vitapay-instruction .promo-feature-badge .txt {
  font-size: 16px;
  font-weight: 500;
}

.vitapay-instruction .promo-feature-badge .content {
  height: 100%;
  color: #fff;
  padding: 0 20px 10px;
  text-align: center;
}

.vitapay-instruction .promo-feature-content {
  width: 100%;
  padding: 10px;
  text-align: center;
}

.vitapay-instruction .promo-feature-content .txt1 {
  font-size: 16px;
}

.vitapay-instruction .promo-feature-content .txt2 {
  font-size: 20px;
}

.vitapay-instruction .promo-features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
}

.vitapay-instruction .promo-feature-img {
  position: absolute;
  z-index: 1;
  width: 100%;
  padding: 15px 20px 15px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  height: 100%;
}

.vitapay-instruction .promo-feature-img img {
  max-height: 100%;
}

.vitapay-instruction .promo-feature-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  top: 0;
  left: 0;
  color: #fff;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.vitapay-instruction .promo-feature-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  width: calc(33.333% - 20px);
}

.vitapay-instruction .promo-feature-item:hover .promo-feature-overlay {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 991.98px) {
  .vitapay-instruction .promo-feature-item {
    width: calc(50% - 20px);
  }
}

.vitapay-instruction .promo-gift-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(20% - 20px);
  position: relative;
  margin-bottom: 10px;
  margin-top: 10px;
}

.vitapay-instruction .promo-gift-item .embed-responsive {
  border: 1px solid #e0e0e0;
}

.vitapay-instruction .promo-gift-item .promo-gift-img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.vitapay-instruction .promo-gift-content {
  padding: 10px 0;
}

.vitapay-instruction .promo-gift-label {
  position: absolute;
  right: 5px;
  top: -10px;
  z-index: 2;
}

.vitapay-instruction .promo-gift-title {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 5px;
}

@media (max-width: 991.98px) {
  .vitapay-instruction .promo-gift-item {
    width: calc(50% - 20px);
  }
}

.vitapay-instruction .promotion-accordion.help-center-accordion .card-link {
  padding: 5px 30px 5px 20px;
  background: #fff;
}

.vitapay-instruction .promotion-accordion.help-center-accordion .card-body {
  background: #fff;
}

.vitapay-instruction .promotion-accordion.help-center-accordion .card-link.collapsed {
  background: #e4e4e4;
}

.vitapay-instruction .promotion-accordion.help-center-accordion .card {
  border: none;
  border-left: 2px solid #e4e4e4;
  margin-bottom: 15px;
}

.vitapay-instruction .promotion-accordion.help-center-accordion .card-link .card-link-icon {
  background: 0 0;
  color: #424242;
}

.vitapay-instruction .promotion-accordion.help-center-accordion .card-link .card-link-icon {
  top: 12px;
}

@media (max-width: 991.98px) {
  .vitapay-instruction .promotion-accordion.help-center-accordion .card-link .card-link-icon {
    top: 10px;
  }
}

.vitapay-instruction .swiper-screenshots {
  width: 100%;
  padding: 50px auto;
}

.vitapay-instruction .swiper-screenshots .swiper-slide {
  text-align: center;
  background-position: center;
  width: 340px;
  height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
  box-shadow: 0 5px 10px rgba(0, 9, 128, 0.035), 0 7px 18px rgba(0, 9, 128, 0.05);
}

@media (max-width: 991.98px) {
  .vitapay-instruction .swiper-screenshots .swiper-slide {
    width: 250px;
    height: auto;
  }
}

.vitapay-instruction .swiper-screenshots .swiper-button-next,
.vitapay-instruction .swiper-screenshots .swiper-button-prev {
  position: absolute;
  background-image: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  font-size: 17px;
}

.vitapay-instruction .swiper-screenshots .swiper-button-prev:before {
  content: "\f177";
  font-family: FontAwesome;
}

.vitapay-instruction .swiper-screenshots .swiper-button-next:before {
  content: "\f178";
  font-family: fontAwesome;
}

.vitapay-instruction .promotion-how {
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
}

.vitapay-instruction .promotion-how .process_item .process__body-title {
  color: #fff !important;
}

.vitapay-instruction .promotion-how .process__body {
  color: #fff;
}

.vitapay-instruction .promotion-how .process__body-title {
  color: #fff;
}

.vitapay-instruction .promotion-how .process__number {
  border: 2px solid #2C6D13;
}

.vitapay-instruction .promotion-how .process__number span {
  color: #2C6D13;
}

.vitapay-instruction .promotion-how .process_item.active .process__number {
  background: #2C6D13;
}

.vitapay-instruction .promotion-how .process_item.active .process__body-title,
.vitapay-instruction .promotion-how .process_item:hover .process__body-title {
  color: #fff;
}

.vitapay-instruction .promotion-how .bank-select-bg {
  background: rgba(255, 255, 255, 0.1);
}

.vitapay-instruction .promotion-how .manual-page {
  background-color: #fff;
}

.vitapay-instruction .promotion-how .manual-page-tab {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: #eee;
}

.vitapay-instruction .promotion-how .manual-page-tab .nav-link {
  color: #2C6D13;
  background: #fff;
}

.vitapay-instruction .promotion-how .manual-page-tab .nav-link.active {
  color: #2C6D13;
  background: #fff;
}

.vitapay-instruction .promotion-how .manual-page-tab .nav-link.active::before {
  border-left: 16px solid #fff;
}

.vitapay-instruction .promotion-how .manual-page-tab .nav-link.active ~ .nav-link {
  background: #e0e0e0;
  color: #757575;
}

.vitapay-instruction .promotion-how .manual-page-tab .nav-link.active ~ .nav-link::before {
  border-left: 16px solid #e0e0e0;
}

.vitapay-instruction .promotion-how .manual-page-tab .nav-link:before {
  border-left: 16px solid #fff;
}

.vitapay-instruction .promotion-how .manual-page-tab .nav-link:after {
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 18px solid #2C6D13;
}

.vitapay-instruction .countdown-s2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.vitapay-instruction .countdown-s2-item {
  padding: 0 7px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
  position: relative;
  z-index: 0;
}

.vitapay-instruction .countdown-s2-time {
  display: block;
  color: #f02475;
  font-weight: 500;
  width: 75px;
  line-height: 75px;
  height: 75px;
  text-align: center;
  font-size: 35px;
  border-radius: 50%;
  background: #fff;
  margin: 0 auto;
  position: relative;
}

.vitapay-instruction .countdown-s2-time:after {
  content: "";
  position: absolute;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  z-index: -1;
  border-radius: 50%;
  top: -3px;
  left: -3px;
  background: #2C6D13;
  background: -webkit-gradient(linear, left top, right top, from(#2C6D13), color-stop(98%, #d43396), to(#f02475));
  background: linear-gradient(to right, #2C6D13 0, #d43396 98%, #f02475 100%);
}

.vitapay-instruction .countdown-title {
  color: #f02475;
}

.vitapay-instruction .countdown-s2-text {
  display: block;
  line-height: 1;
  text-transform: uppercase;
  padding-top: 15px;
  font-size: 16px;
  color: #424242;
}

.vitapay-instruction .promo-countdown-container {
  padding: 40px 0 120px;
}

@media (max-width: 767.98px) {
  .vitapay-instruction .countdown-s2-text {
    padding-top: 10px;
    font-size: 16px;
    color: #424242;
  }
  .vitapay-instruction .promo-countdown-container {
    padding: 30px 0 100px;
  }
  .vitapay-instruction .countdown-s2-time {
    display: block;
    color: #f02475;
    width: 50px;
    line-height: 48px;
    height: 50px;
    text-align: center;
    font-size: 20px;
    border-radius: 50%;
    background: #fff;
    margin: 0 auto;
    position: relative;
  }
  .vitapay-instruction .countdown-s2-time:after {
    content: "";
    position: absolute;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    top: -2px;
    left: -2px;
  }
}

.vitapay-instruction .promo-countdown-box {
  padding: 19px 0 0 0;
  max-width: 700px;
  margin: 0 auto;
}

.vitapay-instruction .promo-countdown-box > h4 {
  text-align: center;
}

.vitapay-instruction .promo-countdown-box .countdown-s2 {
  padding: 0 15px 10px;
}

.vitapay-instruction .banner2 {
  position: relative;
}

.vitapay-instruction .banner2-txt1 {
  font-weight: 700;
  color: #2C6D13;
  font-size: 24px;
  position: absolute;
  left: 151px;
}

.vitapay-instruction .banner2-txt2 {
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  line-height: 28px;
  color: #2C6D13;
}

.vitapay-instruction .banner2-txt3 {
  position: absolute;
  position: absolute;
  right: 5px;
  bottom: 38px;
  color: #2C6D13;
}

.vitapay-instruction .banner2-img2 {
  padding-right: 20px;
}

.vitapay-instruction .banner-txt-4 {
  position: absolute;
  color: #fff;
  bottom: 10px;
  width: 90%;
  left: 5%;
  font-size: 12px;
  text-align: center;
}

.vitapay-instruction .banner2-img2 {
  display: inline-block;
}

.vitapay-instruction .swiper-container-full .swiper-slide {
  height: 100%;
}

.vitapay-instruction .swiper-container-full .swiper-promo-height {
  height: 100%;
}

.vitapay-instruction .swiper-container-full .container {
  padding-left: 0;
  padding-right: 0;
}

.vitapay-instruction .banner2-noidung {
  max-width: 500px;
  margin: 0 auto;
}

.vitapay-instruction .banner2-img-mobile {
  max-width: 500px;
  margin-right: 0;
  margin-left: auto;
}

@media (max-width: 991.98px) {
  .vitapay-instruction .banner2 {
    margin-top: 20px;
    text-align: center;
  }
  .vitapay-instruction .banner2-txt1 {
    font-weight: 700;
    color: #2C6D13;
    font-size: 20px;
    position: absolute;
    left: 171px;
  }
  .vitapay-instruction .banner2-noidung {
    padding: 10px;
  }
}

@media (max-width: 991.98px) {
  .vitapay-instruction .banner2 {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
  }
  .vitapay-instruction .banner2-txt1 {
    font-weight: 700;
    color: #2C6D13;
    font-size: 20px;
    position: absolute;
    left: 171px;
  }
  .vitapay-instruction .banner2-txt2 {
    font-size: 16px;
    line-height: 1.2;
  }
}

.vitapay-instruction .promo-gift {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.vitapay-instruction .promo-gift .promo-feature {
  background: #fff;
  background-size: cover;
}

.vitapay-instruction .promo-gift .promo-feature.embed-responsive::before {
  padding-top: 62.31343%;
}

.vitapay-instruction .promo-gift .promo-feature:hover .promo-feature-img {
  -webkit-transform: translate(-50%, -53%);
  transform: translate(-50%, -53%);
}

.vitapay-instruction .promo-gift .promo-feature-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  position: relative;
  margin-left: 5px;
  margin-right: 5px;
  width: calc(25% - 10px);
}

.vitapay-instruction .promo-gift .promo-feature-content {
  width: 100%;
  padding: 10px;
  text-align: center;
}

.vitapay-instruction .promo-gift .promo-feature-content .txt1 {
  font-size: 14px;
}

.vitapay-instruction .promo-gift .promo-feature-content .txt2 {
  font-size: 16px;
}

.vitapay-instruction .promo-gift .promo-feature {
  border: 1px solid #e0e0e0;
  border-radius: 15px;
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  width: calc(100% - 20px) !important;
  margin-left: 10px;
}

.vitapay-instruction .promo-gift .promo-feature-badge .txt {
  font-size: 12px;
}

@media (max-width: 991.98px) {
  .vitapay-instruction .promo-gift .promo-feature-item {
    width: calc(50% - 10px);
  }
}

@media (max-width: 991.98px) {
  .vitapay-instruction .promo-gift-item {
    width: calc(50% - 10px);
  }
  .vitapay-instruction .promo-feature-item {
    width: calc(50% - 10px);
  }
  .vitapay-instruction .promo-content {
    padding: 0;
  }
  .vitapay-instruction .promo-block {
    border: none;
  }
  .vitapay-instruction .promo-features {
    margin-left: -5px;
    margin-right: -5px;
  }
  .vitapay-instruction .promo-feature-item {
    margin-left: 5px;
    margin-right: 5px;
  }
  .vitapay-instruction .promo-feature-content {
    padding: 5px 0;
  }
}

@media (max-width: 767.98px) {
  .vitapay-instruction .promo-feature-img {
    padding: 5px 10px;
  }
  .vitapay-instruction .promo-feature-badge .txt {
    font-size: 11px;
    line-height: 1.2;
  }
  .vitapay-instruction .promo-feature-badge .content {
    padding: 0 5px 5px;
  }
  .vitapay-instruction .promo-feature-content .txt2 {
    font-size: 14px;
    line-height: 1.2;
  }
  .vitapay-instruction .promo-feature-content .txt1 {
    font-size: 12px;
    line-height: 1.2;
  }
  .vitapay-instruction .promo-gift .promo-feature-content .txt2 {
    font-size: 14px;
  }
  .vitapay-instruction .promo-gift .promo-feature-content .txt1 {
    font-size: 12px;
  }
}

.vitapay-instruction .bottom-promotion {
  cursor: pointer;
  position: fixed;
  bottom: 0;
  right: 0;
  left: auto;
  top: auto;
  max-width: 400px;
  min-width: 350px;
  z-index: 1000;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.4s ease-in;
  transition: -webkit-transform 0.4s ease-in;
  transition: transform 0.4s ease-in;
  transition: transform 0.4s ease-in, -webkit-transform 0.4s ease-in;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.vitapay-instruction .is-scroll-promotion .bottom-promotion {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.vitapay-instruction .bottom-promotion-close {
  position: absolute;
  color: #fff;
  font-size: 30px;
  top: 5px;
  right: 15px;
  z-index: 11;
  cursor: pointer;
}

.vitapay-instruction .bottom-promotion {
  cursor: pointer;
  position: fixed;
  bottom: 0;
  right: 0;
  left: auto;
  top: auto;
  max-width: 400px;
  min-width: 350px;
  z-index: 1000;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.4s ease-in;
  transition: -webkit-transform 0.4s ease-in;
  transition: transform 0.4s ease-in;
  transition: transform 0.4s ease-in, -webkit-transform 0.4s ease-in;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.vitapay-instruction .is-scroll-promotion .bottom-promotion {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.vitapay-instruction .bottom-promotion-close {
  position: absolute;
  color: #fff;
  font-size: 30px;
  top: 5px;
  right: 15px;
  z-index: 11;
  cursor: pointer;
}

.vitapay-instruction .bottom-promotion2 {
  min-width: 100px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.vitapay-instruction .bottom-promotion2 .bottom-promotion-close {
  font-size: 20px;
  top: 5px;
  right: 10px;
  line-height: 1;
}

.vitapay-instruction .bottom-promotion2 .bottom-promotion-close2 {
  position: absolute;
  color: #fff;
  font-size: 30px;
  top: 5px;
  right: 10px;
  line-height: 1;
  z-index: 11;
  cursor: pointer;
  display: none;
}

.vitapay-instruction .bottom-promotion2.is-active {
  width: 500px;
  max-width: 500px;
}

.vitapay-instruction .bottom-promotion2.is-active .bottom-promotion-close2 {
  display: block;
}

.vitapay-instruction .bottom-promotion2.is-active .bottom-promotion-close {
  display: none;
}

.vitapay-instruction .bottom-promotion2.is-active .content1 {
  display: none;
}

.vitapay-instruction .bottom-promotion2.is-active .content2 {
  display: block;
}

.vitapay-instruction .bottom-promotion2 .content1 {
  display: block;
}

.vitapay-instruction .bottom-promotion2 .content2 {
  display: none;
}

@media (max-width: 767.98px) {
  .vitapay-instruction .bottom-promotion2 {
    display: block;
    width: 100%;
  }
  .vitapay-instruction .bottom-promotion2.is-active {
    width: 100%;
  }
}

.vitapay-instruction .table-promotion {
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  overflow: hidden;
}

.vitapay-instruction .table-promotion table {
  margin-bottom: 0;
}

.vitapay-instruction .table-promotion .head {
  background-color: rgba(240, 36, 117, 0.8);
}

.vitapay-instruction .table-promotion .head th {
  color: #fff;
  border: none !important;
}

.vitapay-instruction .table-promotion .table-striped tbody tr:nth-of-type(2n + 1) {
  background-color: rgba(0, 0, 0, 0.02);
}

.vitapay-instruction .page-load-status {
  display: none;
  padding-top: 20px;
  text-align: center;
}

.vitapay-instruction iframe#map_iframe {
  width: 100%;
  height: 450px;
  border: 0;
}

@media (max-width: 991px) {
  .vitapay-instruction iframe#map_iframe {
    height: 400px;
  }
}

.vitapay-instruction .lienhe-container {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (max-width: 767.98px) {
  .vitapay-instruction .lienhe-container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.vitapay-instruction .box_contacts {
  background-color: #fff;
  padding: 20px;
  border-radius: 3px;
  margin-bottom: 15px;
  text-align: center;
  font-size: 14px;
}

.vitapay-instruction .box_contacts h2 {
  font-weight: 500;
  margin: 10px 0 10px 0;
  font-size: 21px;
}

.vitapay-instruction .box_contacts a {
  color: #555;
}

.vitapay-instruction .box_contacts a:hover {
  color: #004dda;
  text-decoration: underline;
}

.vitapay-instruction .error_message {
  font-weight: 500;
  color: #e3464c;
}

.vitapay-instruction .contact-float-btn {
  z-index: 1039;
  position: fixed;
  bottom: 0;
  background: #fff;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  right: 300px;
}

.vitapay-instruction .contact-float-chat {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-width: 0;
  padding: 8px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
  color: #616161;
  font-size: 1.1rem;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.vitapay-instruction .contact-float-chat.messenger {
  color: #0382f9;
  background: rgba(3, 130, 249, 0.05);
}

.vitapay-instruction .contact-float-chat > .icon-w {
  line-height: 1;
  vertical-align: middle;
  display: inline-block;
  font-size: 20px;
  color: #2C6D13;
}

.vitapay-instruction .contact-float-chat > .icon-w svg {
  width: 22px;
}

.vitapay-instruction .contact-float-chat > span {
  margin-left: 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: 500;
}

.vitapay-instruction .contact-float-chat > span + span {
  margin-left: 5px;
}

.vitapay-instruction .contact-float-chat:hover {
  color: #2C6D13;
}

.vitapay-instruction .contact-float-chat:hover.messenger {
  background: rgba(3, 130, 249, 0.1);
  color: #0382f9;
}

.vitapay-instruction .contact-float-overlay {
  position: fixed;
  top: 0;
  visibility: hidden;
  opacity: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1038;
  background-color: rgba(0, 0, 0, 0.5);
}

.vitapay-instruction .contact-float-overlay.active {
  visibility: visible;
  opacity: 1;
}

.vitapay-instruction .contact-float-panel {
  background-color: #fff;
  z-index: 1039;
  position: fixed;
  width: 320px;
  border-radius: 6px;
  color: #212121;
  bottom: 40px;
  right: 295px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translate3d(20px, 20px, 0) scale(0.9);
  transform: translate3d(20px, 20px, 0) scale(0.9);
}

.vitapay-instruction .contact-float-panel.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

.vitapay-instruction .contact-float-panel .close-customizer-btn {
  position: absolute;
  padding: 10px 15px;
  top: 0;
  right: 0;
  font-size: 14px;
  color: #111;
  cursor: pointer;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.vitapay-instruction .contact-float-panel .close-customizer-btn:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.vitapay-instruction .fcp-group-header {
  font-size: 15px;
  font-weight: 700;
  border-bottom: 1px solid #eee;
  padding: 10px 15px;
}

.vitapay-instruction .fcp-content-form {
  padding: 15px 15px;
}

@media (max-width: 1199.98px) {
  .vitapay-instruction .contact-float-btn {
    right: 50px;
  }
  .vitapay-instruction .contact-float-panel {
    right: 50px;
  }
}

@media (max-width: 767.98px) {
  .vitapay-instruction .contact-float-btn {
    right: 10px;
  }
  .vitapay-instruction .contact-float-panel {
    right: 5px;
    width: 310px;
  }
  .vitapay-instruction .contact-float-btn {
    border-radius: 50%;
    bottom: 30px;
  }
  .vitapay-instruction .contact-float-panel {
    bottom: 10px;
  }
  .vitapay-instruction .contact-float-chat {
    padding: 8px;
  }
  .vitapay-instruction .contact-float-chat.messenger {
    display: none;
  }
  .vitapay-instruction .contact-float-chat span {
    display: none;
  }
  .vitapay-instruction .contact-float-chat > .icon-w svg {
    width: 18px;
  }
}

.vitapay-instruction .cgv-container {
  background: #fff;
  padding: 30px 0;
}

.vitapay-instruction .cgv-tabs {
  margin: 0 auto;
  max-width: 900px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.vitapay-instruction .cgv-tabs .nav-link {
  display: block;
  padding: 0 30px;
  position: relative;
  opacity: 0.8;
}

.vitapay-instruction .cgv-tabs .nav-link.active {
  opacity: 1;
}

.vitapay-instruction .cgv-tabs .nav-link.active .cgv-tabs-act {
  opacity: 1;
}

.vitapay-instruction .cgv-tabs-act {
  margin-top: 10px;
  width: 50px;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

@media (max-width: 991.98px) {
  .vitapay-instruction .cgv-container {
    background: #fff;
    padding: 20px 0;
  }
  .vitapay-instruction .cgv-tabs .nav-link {
    display: block;
    padding: 0 10px;
  }
  .vitapay-instruction .cgv-tabs-act {
    margin-top: 3px;
    width: 25px;
  }
}

@media (max-width: 767.98px) {
  .vitapay-instruction .cgv-tabs .nav-link {
    display: block;
    padding: 0 5px;
  }
}

.vitapay-instruction .tab-content-cgv {
  padding: 20px 0;
}

.vitapay-instruction .cgv-subtitle {
  padding: 5px 20px;
  border-radius: 4px;
  letter-spacing: 1px;
}

.vitapay-instruction .cgv-feature {
  text-align: center;
  margin: 0 auto 15px;
}

.vitapay-instruction .cgv-feature-icon img {
  max-width: 180px;
}

.vitapay-instruction .cgv-feature-content {
  font-weight: 300;
  margin-top: 20px;
  font-size: 21px;
  line-height: 1.5;
}

@media (max-width: 1199.98px) {
  .vitapay-instruction .cgv-feature-icon img {
    width: 150px;
  }
  .vitapay-instruction .cgv-feature-content {
    margin-top: 15px;
    font-size: 18px;
    line-height: 1.4;
  }
}

@media (max-width: 767.98px) {
  .vitapay-instruction .cgv-feature-icon img {
    width: 100px;
  }
  .vitapay-instruction .cgv-feature-content {
    margin-top: 10px;
    font-size: 16px;
  }
}

.vitapay-instruction .guide {
  padding: 30px 0;
}

.vitapay-instruction .guide-desktop {
  background-image: url(https://statusmoney.com/images/homepage/background-slider.svg);
  background-position: 50%;
  background-size: cover;
  background-color: #efe4ea;
}

.vitapay-instruction .guide-desktop-slider {
  overflow: hidden;
}

.vitapay-instruction .guide-desktop-slider .guide-device-item {
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.05);
}

.vitapay-instruction .guide-desktop-slider .guide-device-item img {
  border-radius: 6px;
}

.vitapay-instruction .guide-device-swiper {
  padding: 10px;
}

.vitapay-instruction .guide-device-swiper .swiper-slide {
  max-width: 800px;
}

@media (max-width: 1199.98px) {
  .vitapay-instruction .guide-device-swiper .swiper-slide {
    max-width: 600px;
  }
}

.vitapay-instruction .guide-step {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 15px 0;
  padding-bottom: 60px;
}

.vitapay-instruction .guide-step-item.active .guide-step-cont {
  color: #2C6D13;
}

.vitapay-instruction .guide-step-item.active .guide-step-cont:before {
  border-color: #2C6D13;
  color: #2C6D13;
}

.vitapay-instruction .guide-step-item.active .guide-step-info {
  opacity: 1;
}

.vitapay-instruction .guide-step-cont {
  position: relative;
  z-index: 1;
  width: 33px;
  height: 33px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 15px;
  margin-right: 15px;
  cursor: pointer;
  -webkit-transition: color 1s ease;
  transition: color 1s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.vitapay-instruction .guide-step-cont:before {
  background: #fff;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #bdbdbd;
  border-radius: 1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: background 0.3s linear, border-color 0.3s linear;
  transition: background 0.3s linear, border-color 0.3s linear;
}

.vitapay-instruction .guide-step-info {
  font-size: 18px;
  padding: 20px 0 10px;
  color: #616161;
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  width: 800px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 1199.98px) {
  .vitapay-instruction .guide-step-info {
    width: 100%;
    font-size: 16px;
  }
}

@media (max-width: 767.98px) {
  .vitapay-instruction .guide-step-cont {
    width: 25px;
    height: 25px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .vitapay-instruction .guide-device-swiper {
    padding: 0;
  }
}

.vitapay-instruction .feature-hero {
  padding: 20px 0 90px;
  position: relative;
  overflow: hidden;
  background-position: center bottom;
  background-color: #fff;
}

.vitapay-instruction .feature-hero .container {
  z-index: 10;
  position: relative;
}

.vitapay-instruction .feature-hero-title {
  font-size: 45px;
  margin-bottom: 20px;
}

.vitapay-instruction .feature-hero-sub {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
}

.vitapay-instruction .feature-hero-app {
  margin-top: 30px;
  position: relative;
}

.vitapay-instruction .feature-quaranty {
  background-size: cover;
  padding: 40px 0;
}

.vitapay-instruction .feature-quaranty .title {
  margin-bottom: 20px;
  font-size: 30px;
}

.vitapay-instruction .feature-howtouse {
  margin-top: 40px;
  margin-bottom: 40px;
}

.vitapay-instruction .feature-quaranty-item {
  text-align: center;
}

.vitapay-instruction .feature-quaranty-item .img {
  margin-bottom: 10px;
  height: 55px;
}

.vitapay-instruction .feature-quaranty-item .name {
  margin-bottom: 10px;
  font-weight: 700;
}

.vitapay-instruction .feature-quaranty-item ul {
  color: #757575;
}

.vitapay-instruction .feature-quaranty-item ul li {
  margin-bottom: 5px;
}

.vitapay-instruction .feature-padding {
  padding: 40px 0;
}

.vitapay-instruction .feature-benefit {
  margin-bottom: 10px;
}

.vitapay-instruction .feature-benefit-title {
  font-weight: 700;
  margin-bottom: 10px;
  padding-top: 40px;
  position: relative;
  z-index: 1;
}

.vitapay-instruction .feature-benefit-title .order {
  font-size: 60px;
  font-weight: 700;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  color: #e0e0e0;
}

.vitapay-instruction .feature-benefit-txt {
  color: #757575;
  font-size: 16px;
}

.vitapay-instruction .feature-howtouse .title {
  margin-bottom: 20px;
  font-size: 30px;
}

.vitapay-instruction .ft-hero-swiper .swiper-pagination-bullets {
  bottom: 10px !important;
}

.vitapay-instruction .ft-hero-swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 6px !important;
  border: 1px solid #fff;
}

.vitapay-instruction .ft-hero-swiper .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}

.vitapay-instruction .ft-hero-swiper .swiper-pagination-bullet-active {
  background: #f02475;
}

@media (max-width: 991.98px) {
  .vitapay-instruction .ft-img {
    max-width: 320px;
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .vitapay-instruction .ft-img2 {
    max-width: 300px;
    width: 100%;
  }
}

.vitapay-instruction .ft-section {
  background: #fff;
  padding: 60px 0;
  font-size: 16px;
}

@media (max-width: 991.98px) {
  .vitapay-instruction .ft-section {
    padding: 30px 0;
  }
  .vitapay-instruction .ft-section .btn-group-lg > .btn,
  .vitapay-instruction .ft-section .btn.btn-lg {
    font-size: 14px;
  }
}

.vitapay-instruction .ft-list-network .list-inline-item:not(:last-child) {
  margin-right: 1rem;
}

.vitapay-instruction .ft-list-network li {
  margin-bottom: 10px;
}

.vitapay-instruction .ft-list-network img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  opacity: 0.7;
}

.vitapay-instruction .ft-list-network img:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
}

.vitapay-instruction .ft-section-gray {
  background: #fafafa;
}

.vitapay-instruction .ft-section-cat {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}

@media (max-width: 991.98px) {
  .vitapay-instruction .ft-section-cat {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
  }
}

.vitapay-instruction .ft-hero-sub {
  font-size: 16px;
  line-height: 30px;
}

.vitapay-instruction .ft-section-title {
  margin-bottom: 15px;
}

.vitapay-instruction .ft-list li {
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}

.vitapay-instruction .ft-list li:last-child {
  border-bottom: none;
}

.vitapay-instruction .ft-list-icon {
  position: relative;
  padding-left: 35px !important;
  font-weight: 700;
}

.vitapay-instruction .ft-list-icon img {
  top: -4px;
  position: absolute;
  left: 0;
}

.vitapay-instruction .ft-card {
  width: 300px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 8px 16px 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0 8px 16px 0;
  overflow: hidden;
  border-radius: 8px;
  cursor: pointer;
  margin-bottom: 15px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.vitapay-instruction .ft-card:hover {
  -webkit-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}

.vitapay-instruction .ft-card-content {
  padding: 15px;
}

.vitapay-instruction .feature-categories {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}

.vitapay-instruction .feature-categories-list {
  overflow: hidden;
  padding: 0;
  margin-left: -10px;
  margin-right: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.vitapay-instruction .feature-categories-list li {
  position: relative;
  display: inline-block;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  -webkit-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.04);
  width: calc(20% - 20px);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(20% - 20px);
  flex: 0 0 calc(20% - 20px);
  background: #fff;
  padding-left: 50px;
  text-transform: uppercase;
  margin: 8px 10px;
}

.vitapay-instruction .feature-categories-list li .icon {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 35px;
}

.vitapay-instruction .feature-categories-list li a {
  color: #424242;
  display: block;
  padding: 13px 10px;
}

.vitapay-instruction .feature-categories-list li.is-active {
  border-color: #2C6D13;
}

.vitapay-instruction .feature-categories-list li.is-active a,
.vitapay-instruction .feature-categories-list li:hover a {
  color: #2C6D13;
}

@media (max-width: 1199.98px) {
  .vitapay-instruction .feature-categories-list li {
    width: calc(25% - 20px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(25% - 20px);
    flex: 0 0 calc(25% - 20px);
  }
}

@media (max-width: 991.98px) {
  .vitapay-instruction .feature-categories-list li {
    width: calc(33.333% - 20px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.333% - 20px);
    flex: 0 0 calc(33.333% - 20px);
  }
}

.vitapay-instruction .feature-categories-list li a {
  display: block;
  font-size: 14px;
  font-weight: 700;
}

.vitapay-instruction .ft-dash {
  border-top: 1px dashed #424242;
  max-width: 290px;
  padding: 10px 0 5px;
}

@media (max-width: 767.98px) {
  .vitapay-instruction .feature-categories-list li {
    padding-left: 40px;
    width: calc(50% - 20px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
  }
  .vitapay-instruction .feature-categories-list li a {
    font-size: 13px;
  }
}

.vitapay-instruction .ft-doitac-container {
  background: #fff;
  padding: 10px 30px;
  border-radius: 10px;
}

.vitapay-instruction .ft-doitac-container .row {
  overflow: hidden;
}

.vitapay-instruction .ft-doitac-container .col-6 {
  position: relative;
}

.vitapay-instruction .ft-doitac-container .col-6:after {
  content: "";
  position: absolute;
  bottom: -2px;
  height: 1px;
  width: 100%;
  background: #eee;
  left: 0;
}

.vitapay-instruction .ft-doitac-container .col-6:before {
  content: "";
  top: 0;
  position: absolute;
  right: -2px;
  height: 100%;
  width: 1px;
  background: #eee;
}

.vitapay-instruction .ft-doitac {
  padding-left: 80px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  min-height: 120px;
}

.vitapay-instruction .ft-doitac div {
  font-size: 13px;
}

.vitapay-instruction .ft-doitac-img {
  position: absolute;
  left: 2px;
  top: 10px;
}

.vitapay-instruction .ft-doitac-name {
  margin-bottom: 10px;
  font-size: 16px;
}

@media (max-width: 575.98px) {
  .vitapay-instruction .ft-doitac {
    padding-left: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    text-align: center;
  }
  .vitapay-instruction .ft-doitac-img {
    position: relative;
    left: 0;
    top: 0;
    margin-bottom: 10px;
  }
  .vitapay-instruction .ft-doitac-container {
    background: #fff;
    padding: 10px 10px;
    border-radius: 10px;
  }
}

.vitapay-instruction .ft-tab {
  margin-bottom: 20px;
}

.vitapay-instruction .ft-tab .nav-item:not(:last-child) {
  margin-right: 10px;
}

.vitapay-instruction .ft-tab img,
.vitapay-instruction .ft-tab svg {
  position: absolute;
  left: 10px;
  top: 13px;
}

.vitapay-instruction .ft-tab a {
  width: 170px;
  height: 50px;
  background: #fff;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  color: #212121;
  line-height: 1.2;
  font-size: 14px;
  padding: 5px 10px 5px 40px;
  border: 1px solid #eee;
}

.vitapay-instruction .ft-tab a.active {
  border: 1px solid #0BA269;
}

.vitapay-instruction .ft-tab a.active:after {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 50%;
  margin-left: -13px;
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 13.5px 12px 13.5px;
  border-color: transparent transparent #fff transparent;
}

.vitapay-instruction .ft-tab a.active:before {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 50%;
  margin-left: -14px;
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 14px 12px 14px;
  border-color: transparent transparent #e0e0e0 transparent;
}

.vitapay-instruction .ft-tinhthanh {
  overflow: hidden;
}

.vitapay-instruction .ft-tinhthanh > div {
  padding-bottom: 9px;
  padding-top: 10px;
  position: relative;
}

.vitapay-instruction .ft-tinhthanh > div:after {
  content: "";
  height: 1px;
  background: #eee;
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.vitapay-instruction .desnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  white-space: nowrap;
  text-align: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  border-bottom: 1px solid #eee;
}

.vitapay-instruction .desnav .nav-item {
  padding: 0 20px 0;
  margin-bottom: 3px;
}

.vitapay-instruction .desnav .nav-item .nav-link {
  display: block;
  padding: 5px 0;
  color: #212121;
  position: relative;
}

.vitapay-instruction .desnav .nav-item .nav-link:after {
  content: "";
  width: 70px;
  height: 3px;
  border-radius: 10px;
  display: block;
  background: 0 0;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  bottom: -3px;
}

.vitapay-instruction .desnav .nav-item .nav-link.active {
  color: #2C6D13;
  font-weight: 700;
}

.vitapay-instruction .desnav .nav-item .nav-link.active:after {
  background: #2C6D13;
}

@media (max-width: 767.98px) {
  .vitapay-instruction .des-accordion {
    font-size: 14px;
  }
}

.vitapay-instruction .des-accordion .card {
  margin-bottom: 10px;
  border-radius: 0;
  border-color: #f5f5f5;
}

.vitapay-instruction .des-accordion .card-body {
  color: #616161;
  font-size: 14px;
}

.vitapay-instruction .des-accordion .card-header {
  border-bottom: none;
  background: #fff;
  padding: 0;
}

.vitapay-instruction .des-accordion .card-link {
  display: block;
  padding: 10px 30px 10px 20px;
  font-size: 15px;
  background: #fff;
  -webkit-transition: background 0.1s ease-in;
  transition: background 0.1s ease-in;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  position: relative;
}

@media (max-width: 767.98px) {
  .vitapay-instruction .des-accordion .card-link {
    font-size: 14px;
  }
}

.vitapay-instruction .des-accordion .card-link .card-link-icon {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #9e9e9e;
  color: #fff;
  position: absolute;
  top: 16px;
  right: 12px;
  text-align: center;
  font-weight: 400;
  line-height: 14px;
  font-size: 12px;
}

@media (max-width: 767.98px) {
  .vitapay-instruction .des-accordion .card-link .card-link-icon {
    top: 13px;
  }
}

.vitapay-instruction .des-accordion .card-link .plus {
  display: none;
}

.vitapay-instruction .des-accordion .card-link.collapsed {
  background: #fff;
}

.vitapay-instruction .des-accordion .card-link.collapsed .minus {
  display: none;
}

.vitapay-instruction .des-accordion .card-link.collapsed .plus {
  display: block;
}

.vitapay-instruction .des-accordion .card-header:first-child {
  border-radius: 0;
}

.vitapay-instruction .des-accordion .card-link {
  color: #212121;
  font-weight: 500;
}

.vitapay-instruction .des-accordion .card-body {
  padding: 0 20px 10px 20px;
  background: #fff;
}

.vitapay-instruction .app-download-btn {
  border-radius: 50px;
  padding: 3px 16px 2px;
  min-height: 37px;
  color: #fff;
}

.vitapay-instruction .app-download-btn .app-icon {
  width: 20px;
  margin-right: 10px;
}

.vitapay-instruction .app-download-btn svg {
  fill: #fff;
  opacity: 0.9;
}

.vitapay-instruction .app-download-btn .download-text {
  line-height: 1.1;
}

.vitapay-instruction .app-download-btn .download-text small {
  opacity: 0.9;
}

.vitapay-instruction .branch-hero {
  padding: 30px 0;
  background-color: #d0f1f6;
  margin-bottom: 20px;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto 100%;
}

.vitapay-instruction .beanch-hero-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.vitapay-instruction .branch-feature {
  max-width: 230px;
  padding: 30px 20px;
  text-align: center;
  margin-right: 10px;
}

.vitapay-instruction .branch-feature .num {
  font-size: 35px;
  font-weight: 700;
}

.vitapay-instruction .branch-feature .txt {
  font-size: 18px;
}

.vitapay-instruction .branch-feature .txt2 {
  font-weight: 700;
}

@media (max-width: 1199.98px) {
  .vitapay-instruction .branch-hero {
    padding: 10px 0;
    background-position: 9% 100%;
  }
  .vitapay-instruction .beanch-hero-feature {
    max-width: 230px;
  }
  .vitapay-instruction .branch-feature {
    padding: 5px;
    max-width: 100%;
    width: 100%;
    margin-right: 0;
  }
  .vitapay-instruction .branch-feature .num {
    font-size: 25px;
    font-weight: 700;
  }
  .vitapay-instruction .branch-feature .txt {
    font-size: 13px;
  }
  .vitapay-instruction .branch-feature .txt2 {
    font-weight: 700;
  }
}

@media (max-width: 991.98px) {
  .vitapay-instruction .branch-hero {
    padding: 0;
    background-position: 40% 100%;
  }
  .vitapay-instruction .branch-hero .container {
    padding: 0;
  }
  .vitapay-instruction .beanch-hero-feature {
    padding: 10px;
    max-width: 250px;
    background: -webkit-gradient(linear, left top, right top, from(#d0f1f6), to(transparent));
    background: linear-gradient(to right, #d0f1f6 0, transparent 100%);
  }
  .vitapay-instruction .branch-feature {
    text-align: left;
    padding: 5px;
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    font-size: 12px;
  }
  .vitapay-instruction .branch-feature .num {
    font-size: 18px;
    font-weight: 700;
  }
  .vitapay-instruction .branch-feature .txt {
    font-size: 13px;
  }
  .vitapay-instruction .branch-feature .txt2 {
    font-weight: 700;
  }
}

.vitapay-instruction .branch-search-form {
  background-color: #fff;
  padding: 20px 20px 15px 20px;
  margin-bottom: 25px;
  -webkit-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #e9ecef;
}

.vitapay-instruction .branch-search-result {
  margin-top: 10px;
}

.vitapay-instruction .doitac-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.vitapay-instruction .doitac-list-item {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 5px;
  margin: 10px;
  width: 125px;
  height: 125px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.vitapay-instruction .doitac-list-item img {
  width: 100%;
  max-width: 90px;
}

@media (max-width: 767.98px) {
  .vitapay-instruction .doitac-list-item {
    width: 85px;
    height: 85px;
  }
  .vitapay-instruction .doitac-list-item img {
    width: 100%;
    max-width: 50px;
  }
}

.vitapay-instruction .dtb-p .sgf-item {
  padding: 13px 20px;
  border-color: #e0e0e0;
}

.vitapay-instruction .dtb-p .sgf-item .sgf-cont {
  padding: 0;
}

.vitapay-instruction .dtb-p .sgf-item .sgf-title {
  margin-bottom: 0;
}

.vitapay-instruction .sgf-item-avatar {
  width: 44px;
  height: 44px;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  margin-right: 15px;
}

.vitapay-instruction .sg-post img {
  max-width: 100% !important;
  margin: 0 auto !important;
  display: block !important;
  height: auto !important;
}

.vitapay-instruction .sg-cb-txt1 {
  position: relative;
  top: -7px;
}

.vitapay-instruction .sg-cb-txt2 strong {
  color: #2C6D13;
  font-size: 1.1em;
  display: block;
}

.vitapay-instruction .sg-cb-txt2 br {
  display: none;
  clear: both;
}

.vitapay-instruction .sg-cb-txt2 div {
  margin-bottom: 2px;
}

.vitapay-instruction .sg-cb-card {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(251, 210, 207, 0.3)), to(rgba(251, 210, 207, 0.5)));
  background: linear-gradient(0deg, rgba(251, 210, 207, 0.3) 0, rgba(251, 210, 207, 0.5) 100%);
  border: 2px solid #2C6D13;
  border-radius: 8px;
  margin-top: 15px;
}

.vitapay-instruction .sg-cb-card .card-body {
  padding: 40px 1.5rem 14px;
}

.vitapay-instruction .sg-promo {
  padding: 10px 0;
}

.vitapay-instruction .sg-promo .sg-promo-item:not(:last-child) {
  padding-bottom: 15px;
  margin-bottom: 18px;
  border-bottom: 1px dashed #e0e0e0;
}

.vitapay-instruction .sg-promo-icon {
  background: #fff;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  padding: 7px;
  border-radius: 3px;
  margin-right: 15px;
  margin-top: 5px;
  overflow: hidden;
  float: left;
}

.vitapay-instruction .sg-cb-heading {
  background-size: cover;
  background-size: cover;
  display: block;
  width: 302px;
  height: 83px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 700;
  padding-top: 10px;
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.vitapay-instruction .ft-cb-card {
  background: #fff0de;
  border-color: #fff0de;
}

.vitapay-instruction .ft-cb-card .sg-cb-heading {
  width: 302px;
  height: 98px;
  font-size: 14px;
  font-weight: 700;
  padding: 0 55px 7px 75px;
  text-shadow: 0 2px rgba(0, 0, 0, 0.1);
  line-height: 1.3;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.vitapay-instruction .price-tag {
  display: inline-block;
  background-color: #2C6D13;
  border-radius: 3px 4px 4px 3px;
  border-left: 1px solid #2C6D13;
  margin-left: 19px;
  position: relative;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  width: auto;
  height: 16px;
  padding: 0 4px 0 5px;
}

.vitapay-instruction .price-tag:before {
  content: "";
  position: absolute;
  display: block;
  left: -8px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #2C6D13;
}

.vitapay-instruction .dtb-header-img {
  border-radius: 5px;
  width: 115px;
  height: 115px;
  padding: 3px;
  background: #fff;
}

.vitapay-instruction .dtb-header-img img {
  width: 100%;
  border-radius: 5px;
}

.vitapay-instruction .sg-share {
  margin-top: 15px;
}

.vitapay-instruction .sg-share-item {
  font-size: 16px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #757575;
}

.vitapay-instruction .sg-share-item:focus,
.vitapay-instruction .sg-share-item:hover {
  background: #eee;
  color: #757575;
}

.vitapay-instruction .award-container {
  overflow: hidden;
}

.vitapay-instruction .award-container .award-item:last-child:before {
  background: 0 0;
  top: 25px;
}

.vitapay-instruction .award-item {
  background: #fff;
  border-radius: 5px;
  position: relative;
  padding: 15px;
  font-size: 15px;
  line-height: 1.6;
  padding-left: 100px;
}

.vitapay-instruction .award-item:after {
  content: "";
  position: absolute;
  top: 20px;
  left: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #2C6D13;
  z-index: 2;
}

.vitapay-instruction .award-item:before {
  content: "";
  position: absolute;
  top: 20px;
  height: 100%;
  width: 1px;
  background: #f7d6e9;
  left: 14px;
  z-index: 1;
}

.vitapay-instruction .award-item-year {
  position: absolute;
  color: #2C6D13;
  top: 10px;
  left: 35px;
  font-size: 20px;
  font-weight: 700;
}

@media (max-width: 767.98px) {
  .vitapay-instruction .award-item-year {
    position: relative;
    top: 0;
    left: 0;
  }
  .vitapay-instruction .award-item {
    margin-bottom: 15px;
    padding: 10px;
    font-size: 14px;
    line-height: 1.6;
    padding-left: 35px;
  }
  .vitapay-instruction .branch-search-form {
    background-color: #fff;
    padding: 10px;
    margin-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
  }
  .vitapay-instruction .branch-search-form .form-control,
  .vitapay-instruction .branch-search-form .select2-container .select2-selection--single,
  .vitapay-instruction .select2-container .branch-search-form .select2-selection--single {
    font-size: 12px;
  }
}

.vitapay-instruction .sg-new .new-item {
  overflow: hidden;
  background: #fff;
  padding: 0;
}

.vitapay-instruction .sg-new .new-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 15px;
}

.vitapay-instruction .sg-new .new-item:not(:last-child) {
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

.vitapay-instruction .sg-new .new-item:last-child {
  margin-bottom: 0;
}

.vitapay-instruction .sg-new .new-item-img {
  width: 150px;
}

.vitapay-instruction .sg-new .new-item-content {
  padding: 0 10px 0 15px;
}

.vitapay-instruction .sg-accordion .card-link {
  padding: 10px 30px 10px 20px;
  font-size: 15px;
}

.vitapay-instruction .sg-accordion .card {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #f5f5f5;
}

.vitapay-instruction .sg-accordion .card-body {
  font-size: 14px;
}

.vitapay-instruction .microsite-body .wrapper {
  padding-top: 0;
  background: #fff;
}

.vitapay-instruction .microsite-body .call a {
  color: #fff;
}

.vitapay-instruction .microsite-body .call .text-dark {
  color: #fff !important;
}

.vitapay-instruction .lixi-wrapper {
  background: #eb257d;
  position: relative;
  padding: 0 0 10px;
}

.vitapay-instruction .lixi-hero {
  position: relative;
}

.vitapay-instruction .lixi-quote {
  padding: 30px 10px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 30px;
  background-size: cover;
}

@media (max-width: 767.98px) {
  .vitapay-instruction .lixi-quote {
    font-size: 20px;
  }
}

.vitapay-instruction .lixi-tab {
  border-bottom: 4px solid #a22270;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 51px;
  margin-left: -5px;
  margin-right: -5px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-y: auto;
  -webkit-overflow-scrolling: auto;
}

.vitapay-instruction .lixi-tab.nav-pills .nav-link {
  white-space: nowrap;
  border-radius: 8px;
  margin: 0 5px;
  padding: 8px 15px 3px 15px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 16px;
  background: #fff;
  color: #9e9e9e;
  font-weight: 700;
}

.vitapay-instruction .lixi-tab.nav-pills .nav-link.active {
  padding: 15px 5px 3px 5px;
  color: #fff;
  background: #a22270;
}

@media (max-width: 767.98px) {
  .vitapay-instruction .lixi-tab {
    height: 40px;
  }
  .vitapay-instruction .lixi-tab.nav-pills .nav-link {
    min-width: auto;
    border-radius: 8px;
    margin: 0 5px;
    padding: 8px 15px 3px 15px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    font-size: 14px;
    background: #e0e0e0;
    color: #9e9e9e;
    font-weight: 700;
  }
  .vitapay-instruction .lixi-tab.nav-pills .nav-link.active {
    padding: 12px 15px 3px 15px;
    color: #fff;
    background: #ec247e;
  }
}

.vitapay-instruction .lixi-taitro {
  border: 1px solid #eee;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  position: relative;
}

.vitapay-instruction .lixi-taitro-item {
  min-width: 0;
  width: 16.66667%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  position: relative;
  padding: 15px 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.vitapay-instruction .lixi-taitro-item img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.vitapay-instruction .lixi-taitro-item:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.vitapay-instruction .lixi-taitro-item:after {
  content: "";
  top: 0;
  position: absolute;
  right: -2px;
  height: 100%;
  width: 1px;
  background: #eee;
}

.vitapay-instruction .lixi-taitro-item:before {
  content: "";
  position: absolute;
  bottom: -2px;
  height: 1px;
  width: 100%;
  background: #eee;
}

@media (max-width: 991.98px) {
  .vitapay-instruction .lixi-taitro-item {
    width: 33.33333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
  }
}

.vitapay-instruction .lixi-taitro-item2 {
  min-width: 0;
  width: 25%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  position: relative;
  padding: 15px 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.vitapay-instruction .lixi-taitro-item2:after {
  content: "";
  top: 0;
  position: absolute;
  right: -2px;
  height: 100%;
  width: 1px;
  background: #eee;
}

.vitapay-instruction .lixi-taitro-item2:before {
  content: "";
  position: absolute;
  bottom: -2px;
  height: 1px;
  width: 100%;
  background: #eee;
}

@media (max-width: 991.98px) {
  .vitapay-instruction .lixi-taitro-item2 {
    width: 50%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}

.vitapay-instruction .lixi-countdown {
  padding: 19px 0 0 0;
  max-width: 500px;
  margin: 0 auto 20px;
  margin-top: 0;
}

@media (min-width: 768px) {
  .vitapay-instruction .lixi-countdown {
    margin-top: -10px;
  }
}

@media (min-width: 992px) {
  .vitapay-instruction .lixi-countdown {
    margin-top: -100px;
  }
}

@media (min-width: 1200px) {
  .vitapay-instruction .lixi-countdown {
    margin-top: -100px;
  }
}

.vitapay-instruction .lixi-countdown > h4 {
  text-align: center;
}

.vitapay-instruction .lixi-countdown .countdown-s2 {
  padding: 0 15px 10px;
}

.vitapay-instruction .lixi-countdown .countdown-s2 .countdown-s2-text {
  color: #fff;
}

.vitapay-instruction .lixi-menu {
  display: inline-block;
  margin: 10px 0;
}

@media (max-width: 767.98px) {
  .vitapay-instruction .lixi-menu {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow-y: auto;
  }
}

.vitapay-instruction .lixi-menu-item {
  vertical-align: bottom;
  display: inline-block;
  padding: 5px 20px;
  color: #757575;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
}

.vitapay-instruction .lixi-menu-item.is-active {
  color: #2C6D13;
}

.vitapay-instruction .lixi-menu-item:not(:last-child):after {
  content: "";
  height: 20px;
  width: 1px;
  background: #bdbdbd;
  right: -1px;
  top: 5px;
  position: absolute;
}

@media (max-width: 767.98px) {
  .vitapay-instruction .lixi-menu-item {
    padding: 5px 10px;
  }
}

.vitapay-instruction .lixi-hot-title {
  padding: 15px 10px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 30px;
  background-size: cover;
}

@media (max-width: 767.98px) {
  .vitapay-instruction .lixi-hot-title {
    font-size: 20px;
  }
}

.vitapay-instruction .promo-block-lixi {
  background: #ffefa1 !important;
  color: #2C6D13 !important;
}

.vitapay-instruction .lixi-gift {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 30px 0 0;
}

.vitapay-instruction .lixi-gist-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 767.98px) {
  .vitapay-instruction .lixi-gist-img img {
    max-height: 150px;
  }
}

.vitapay-instruction .lixi-gift-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  width: 16.66667%;
  min-width: 0;
  margin-bottom: 15px;
  text-align: center;
  padding: 0 10px;
  position: relative;
}

.vitapay-instruction .lixi-gift-item:not(:last-child):after {
  content: "";
  position: absolute;
  height: 60%;
  width: 1px;
  background: #e0e0e0;
  right: -1px;
  top: 0;
}

@media (max-width: 991.98px) {
  .vitapay-instruction .lixi-gift-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    width: 33.33333%;
  }
}

@media (max-width: 767.98px) {
  .vitapay-instruction .lixi-gift-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 50%;
  }
}

.vitapay-instruction .lixi-gist-name {
  margin-top: 10px;
  color: #ec247e;
}

.vitapay-instruction .lixi-gist-num {
  color: #ec247e;
}

.vitapay-instruction .countdown-challenge {
  display: inline-block;
}

.vitapay-instruction .countdown-challenge-time {
  font-size: 26px;
}

.vitapay-instruction .countdown-challenge-text {
  color: #616161;
}

.vitapay-instruction .countdown-challenge-item {
  display: inline-block;
  margin: 0 5px;
}

.vitapay-instruction .countdown-challenge-title {
  display: inline-block;
  color: #f02475;
  font-weight: 700;
}

.vitapay-instruction .countdown-challenge-box {
  font-size: 16px;
}

.vitapay-instruction .challenge-option {
  color: #757575;
  margin-bottom: 20px;
}

.vitapay-instruction .challenge-option-title {
  color: #000;
  font-weight: 500;
  margin-bottom: 3px;
  font-size: 15px;
}

.vitapay-instruction .challenge-option-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.vitapay-instruction .challenge-option-user li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 48px;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
  background: #9e9e9e;
  margin: 5px;
}

.vitapay-instruction .challenge-option-user li span {
  font-size: 16px;
  color: #fff;
}

.vitapay-instruction .challenge-line {
  margin: 1.5rem 0;
}

.vitapay-instruction .challenge-time {
  font-size: 15px;
}

.vitapay-instruction .challenge-register .form-group {
  margin-bottom: 20px;
}

.vitapay-instruction .challenge-register .form-control,
.vitapay-instruction .challenge-register .select2-container .select2-selection--single,
.vitapay-instruction .select2-container .challenge-register .select2-selection--single {
  height: 44px;
  padding-left: 15px;
  padding-right: 15px;
  border: 2px solid #e0e0e0;
}

.vitapay-instruction .challenge-register .form-control:focus,
.vitapay-instruction .challenge-register .form-control:hover,
.vitapay-instruction .challenge-register .select2-container .select2-selection--single:focus,
.vitapay-instruction .challenge-register .select2-container .select2-selection--single:hover,
.vitapay-instruction .select2-container .challenge-register .select2-selection--single:focus,
.vitapay-instruction .select2-container .challenge-register .select2-selection--single:hover {
  border-color: #0BA269;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.vitapay-instruction .challenge-register-submit img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  vertical-align: -10%;
}

.vitapay-instruction .challenge-gift {
  margin: 0 auto;
}

.vitapay-instruction .challenge-gift-img {
  border-radius: 5px;
  overflow: hidden;
}

.vitapay-instruction .challenge-gift-desc {
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
}

.vitapay-instruction .dtt-col-left {
  background: #f5f5f5;
  min-height: 500px;
  width: 240px;
  z-index: 2;
}

.vitapay-instruction .dtt-search {
  padding: 30px 20px;
}

.vitapay-instruction .dtt-search .dtt-search-item:last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .vitapay-instruction .dtt-search.collapse {
    display: block;
  }
}

.vitapay-instruction .dtt-search-tab {
  margin-left: -20px;
  font-weight: 500;
}

.vitapay-instruction .dtt-search-tab .is-active .dtt-search-head {
  background: #2C6D13;
  color: #fff;
}

.vitapay-instruction .dtt-search-head {
  display: block;
  padding: 8px 10px 8px 20px;
  margin-bottom: 10px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  color: #212121;
}

.vitapay-instruction .dtt-search-head:focus,
.vitapay-instruction .dtt-search-head:hover {
  color: #2C6D13;
}

.vitapay-instruction .dtt-search-head svg {
  margin-right: 10px;
  vertical-align: -30%;
}

.vitapay-instruction .dtt-search-item {
  margin-bottom: 30px;
}

.vitapay-instruction .dtt-search-expand {
  padding: 10px 20px;
  margin-top: 15px;
  border-radius: 0;
  position: relative;
  background: #f5f5f5;
  display: block;
  width: 100%;
  border: 1px solid #e0e0e0;
  font-size: 14px;
  text-align: left;
}

.vitapay-instruction .dtt-search-expand svg {
  position: absolute;
  right: 15px;
  top: 12px;
}

.vitapay-instruction .dtt-search-expand:active,
.vitapay-instruction .dtt-search-expand:focus,
.vitapay-instruction .dtt-search-expand:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
}

.vitapay-instruction .dtt-search-check li {
  margin-bottom: 15px;
}

.vitapay-instruction .dtt-search-check .custom-checkbox input:checked ~ .custom-control-label {
  color: #2C6D13;
}

.vitapay-instruction .dtt-search-check .custom-control-label {
  display: block;
  padding-left: 10px;
  cursor: pointer;
}

.vitapay-instruction .dtt-col-right {
  background: #fafafa;
}

.vitapay-instruction .dtt-wrapper {
  padding: 30px 30px;
}

.vitapay-instruction .dtt-search-title {
  color: #424242;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
}

.vitapay-instruction .dtt-search-rela {
  position: relative;
}

.vitapay-instruction .dtt-search-rela .form-control,
.vitapay-instruction .dtt-search-rela .select2-container .select2-selection--single,
.vitapay-instruction .select2-container .dtt-search-rela .select2-selection--single {
  padding-left: 35px;
  background: #fff;
  height: 40px;
  border: 1px solid #fff;
}

.vitapay-instruction .dtt-search-rela .dtt-search-icon {
  left: 10px;
  font-size: 15px;
  z-index: 1;
  top: 12px;
  right: auto;
  position: absolute;
  color: #9e9e9e;
}

.vitapay-instruction .dtt-section-title {
  font-weight: 700;
  color: #424242;
}

.vitapay-instruction .dtt-section-subtitle {
  font-size: 15px;
  margin-top: -5px;
  color: #757575;
  margin-bottom: 15px;
}

.vitapay-instruction .dtt-section-more {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  margin-top: 2px;
  display: block;
}

.vitapay-instruction .dtt-slider-container {
  padding-bottom: 30px;
}

.vitapay-instruction .dtt-slider {
  max-width: 600px;
  margin: 0 auto;
  overflow: visible;
}

.vitapay-instruction .dtt-slider .swiper-slide {
  padding: 0 10px;
}

.vitapay-instruction .dtt-slider .swiper-slide img {
  border-radius: 5px;
}

.vitapay-instruction .dtt-slider .swiper-pagination {
  bottom: -30px;
}

.vitapay-instruction .dtt-slider .swiper-pagination-bullet {
  border: 1px solid #212121;
  width: 8px;
  height: 8px;
}

.vitapay-instruction .place-filter-container {
  background: #fff;
  position: -webkit-sticky;
  position: sticky;
  z-index: 1020;
  top: 54px;
  padding: 0;
}

.vitapay-instruction .place-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 10px 0;
  font-size: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-left: -5px;
  margin-right: -5px;
}

.vitapay-instruction .place-filter-openmap .custom-control-label {
  padding-top: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.vitapay-instruction .place-filter-openmap .custom-switch {
  padding: 0 0 0 15px;
  cursor: pointer;
}

.vitapay-instruction .place-filter-submit {
  padding: 5px 10px;
}

.vitapay-instruction .place-item-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-left: -6px;
  margin-right: -6px;
  overflow: hidden;
}

.vitapay-instruction .place-item {
  width: calc(25% - 12px);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(25% - 12px);
  flex: 0 0 calc(25% - 12px);
  max-width: calc(25% - 12px);
  margin: 6px;
  position: relative;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

.vitapay-instruction .place-item:focus .place-item-name,
.vitapay-instruction .place-item:hover .place-item-name {
  color: #2C6D13;
}

.vitapay-instruction .place-item:focus .place-item-img,
.vitapay-instruction .place-item:hover .place-item-img {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

.vitapay-instruction .place-item-info {
  margin-top: 5px;
}

.vitapay-instruction .place-item-info .btn {
  font-size: 14px;
  padding: 2px 0;
  color: #616161;
}

.vitapay-instruction .place-item-info .btn:focus,
.vitapay-instruction .place-item-info .btn:hover {
  color: #0BA269;
}

.vitapay-instruction .place-item-info .info-icon {
  vertical-align: -5%;
}

.vitapay-instruction .place-item-img {
  border-radius: 3px;
  overflow: hidden;
  -webkit-transition: 0.15s;
  transition: 0.15s;
  position: relative;
}

.vitapay-instruction .place-item-img:hover .place-item-overlay {
  opacity: 1;
}

.vitapay-instruction .place-item-overlay {
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.vitapay-instruction .place-item-overlay .btn {
  font-size: 12px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.vitapay-instruction .place-item-pd {
  padding: 10px 0 0;
}

.vitapay-instruction .place-item-cat {
  font-size: 12px;
  color: #2C6D13;
}

.vitapay-instruction .place-item-name {
  font-size: 14px;
  font-weight: 700;
  margin-top: 4px;
  margin-bottom: 3px;
}

.vitapay-instruction .place-item-address {
  font-size: 12px;
  color: #757575;
}

.vitapay-instruction .star-block {
  display: inline-block;
  position: relative;
  background-size: 9px 9px;
  height: 10px;
  background-repeat: space no-repeat;
  width: 50px;
  overflow: hidden;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg viewBox='0 0 1000 1000' xmlns='http://www.w3.org/2000/svg' fill='%23D8D8D8'%3e%3cpath d='M972 380c9 28 2 50-20 67L725 619l87 280c11 39-18 75-54 75-12 0-23-4-33-12L499 790 273 962a58 58 0 0 1-78-12 50 50 0 0 1-8-51l86-278L46 447c-21-17-28-39-19-67 8-24 29-40 52-40h280l87-279c7-23 28-39 52-39 25 0 47 17 54 41l87 277h280c24 0 45 16 53 40z'/%3e%3c/svg%3e");
}

.vitapay-instruction .place-item-star {
  font-size: 11px;
  color: #616161;
  margin-bottom: 10px;
}

.vitapay-instruction .star-block-hide {
  overflow: hidden;
}

.vitapay-instruction .star-block-bg {
  overflow: hidden;
  display: block;
  background-size: 9px 9px;
  height: 10px;
  width: 50px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg viewBox='0 0 1000 1000' xmlns='http://www.w3.org/2000/svg' fill='%23ffc107'%3e%3cpath d='M972 380c9 28 2 50-20 67L725 619l87 280c11 39-18 75-54 75-12 0-23-4-33-12L499 790 273 962a58 58 0 0 1-78-12 50 50 0 0 1-8-51l86-278L46 447c-21-17-28-39-19-67 8-24 29-40 52-40h280l87-279c7-23 28-39 52-39 25 0 47 17 54 41l87 277h280c24 0 45 16 53 40z'/%3e%3c/svg%3e");
  background-repeat: space no-repeat;
}

.vitapay-instruction .place-item-func {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 5px;
}

.vitapay-instruction .place-item-func li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.vitapay-instruction .place-item-func li svg {
  font-size: 1.2em;
  vertical-align: -15%;
}

.vitapay-instruction .place-item-func a {
  position: relative;
  display: block;
  z-index: 11;
  font-size: 11px;
  color: #9e9e9e;
}

.vitapay-instruction .place-item-func a:active,
.vitapay-instruction .place-item-func a:focus,
.vitapay-instruction .place-item-func a:hover {
  color: #0BA269;
}

.vitapay-instruction .place-item-foo {
  border-top: 1px solid #e0e0e0;
  padding: 8px 0;
  font-size: 11px;
}

.vitapay-instruction .place-sort-container {
  padding: 0 0 20px;
}

.vitapay-instruction .place-sort-name {
  font-size: 18px;
}

.vitapay-instruction .map-place-height {
  height: 400px;
}

.vitapay-instruction #map_right_listing {
  height: 100%;
  width: 100%;
}

.vitapay-instruction .cluster img {
  display: none !important;
}

.vitapay-instruction .cluster-visible {
  text-align: center;
  font-size: 14px !important;
  color: #fff !important;
  font-weight: 500;
  border-radius: 50%;
  width: 32px !important;
  height: 32px !important;
  line-height: 32px !important;
  background-color: #2C6D13 !important;
  background-image: none !important;
}

.vitapay-instruction .cluster-visible:before {
  border: 5px solid #2C6D13;
  opacity: 0.2;
  -webkit-box-shadow: inset 0 0 0 4px #2C6D13;
  box-shadow: inset 0 0 0 4px #2C6D13;
  content: "";
  position: absolute;
  border-radius: 50%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: cluster-animation 2.5s infinite;
  animation: cluster-animation 2.5s infinite;
}

@-webkit-keyframes cluster-animation {
  0%,
  100% {
    -webkit-transform: scale(1.3) rotate(0);
    transform: scale(1.3) rotate(0);
  }
  50% {
    -webkit-transform: scale(1.5) rotate(90deg);
    transform: scale(1.5) rotate(90deg);
  }
}

@keyframes cluster-animation {
  0%,
  100% {
    -webkit-transform: scale(1.3) rotate(0);
    transform: scale(1.3) rotate(0);
  }
  50% {
    -webkit-transform: scale(1.5) rotate(90deg);
    transform: scale(1.5) rotate(90deg);
  }
}

.vitapay-instruction .map {
  width: 100%;
  height: 500px;
}

.vitapay-instruction .map.map_single {
  height: 400px;
}

.vitapay-instruction .infoBox {
  z-index: 10;
  -webkit-animation: fadeIn 0.9s;
  animation: fadeIn 0.9s;
}

.vitapay-instruction .infoBox > img {
  position: absolute !important;
  right: 10px !important;
  top: 10px !important;
  z-index: 9999;
  width: 20px;
  height: 20px;
  display: block;
  cursor: pointer;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.vitapay-instruction .marker_info {
  width: 240px;
  border-radius: 5px;
  text-align: left;
  background: #000;
  background: #fff;
  position: relative;
  z-index: 999;
  font-family: Poppins, Helvetica, sans-serif;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.12);
}

.vitapay-instruction .marker_info img {
  width: 100%;
  display: block;
  border-radius: 5px 5px 0 0;
}

.vitapay-instruction .marker_info h3 {
  font-size: 14px;
  line-height: 1.1;
  font-weight: 700;
  margin-top: 3px;
  color: #444;
}

.vitapay-instruction .marker_info em {
  display: inline-block;
  font-size: 11px;
  color: #616161;
  text-transform: uppercase;
  font-style: normal;
}

.vitapay-instruction .marker_info span {
  display: block;
  padding: 10px 15px 0 15px;
  font-size: 13px;
  line-height: 1.2;
  color: #fff;
  position: relative;
}

.vitapay-instruction .marker_info span strong {
  display: block;
  font-weight: 500;
}

.vitapay-instruction .marker_info:after {
  right: 50%;
  top: 100%;
  margin-right: -12px;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #fff;
}

.vitapay-instruction .btn_infobox_get_directions,
.vitapay-instruction a.btn_infobox_phone {
  border: none;
  display: inline-block;
  font-weight: 500;
  color: #0BA269;
  background: 0 0;
  cursor: pointer;
  font-size: 13px;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  outline: 0;
}

.vitapay-instruction .btn_infobox_get_directions:focus,
.vitapay-instruction a.btn_infobox_phone:focus {
  outline: 0;
}

.vitapay-instruction span.infobox_rate {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 5px 8px;
  font-weight: 500;
  text-align: left;
  font-size: 11px;
  position: absolute;
  margin: 0;
  float: none;
  top: -30px;
  left: 0;
}

.vitapay-instruction .marker_info .infobox-icon {
  width: 14px;
  display: inline-block;
  vertical-align: -15%;
  position: absolute;
  left: 0;
}

.vitapay-instruction .place-filter-mobile {
  position: absolute;
  top: 10px;
  left: 15px;
  z-index: 1;
}

.vitapay-instruction .place-filter-mobile .btn {
  padding: 3px 10px;
}

.vitapay-instruction .single-place-header {
  z-index: 1;
  background: #f7f7f7;
  padding: 60px 0;
  position: relative;
}

.vitapay-instruction .single-place-header .container {
  z-index: 100;
  position: relative;
}

.vitapay-instruction .single-place-header:after,
.vitapay-instruction .single-place-header:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  top: 0;
  left: 0;
  z-index: 15;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #f7f7f7), color-stop(70%, rgba(247, 247, 247, 0.8)), color-stop(90%, rgba(247, 247, 247, 0.8)));
  background: linear-gradient(to right, #f7f7f7 50%, rgba(247, 247, 247, 0.8) 70%, rgba(247, 247, 247, 0.8) 90%);
}

.vitapay-instruction .single-place-header:after {
  z-index: 5;
  background-color: #f7f7f7;
}

.vitapay-instruction .single-place-header .background-image-container {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  left: 50%;
  z-index: 10;
}

.vitapay-instruction .single-place-header .single-place-header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.vitapay-instruction .single-place-header .left-side,
.vitapay-instruction .single-place-header .right-side {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.vitapay-instruction .single-place-header .left-side {
  padding-right: 30px;
}

.vitapay-instruction .single-place-header .right-side {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.vitapay-instruction .single-place-header .header-image {
  height: 140px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 140px;
  flex: 0 0 140px;
  margin-right: 35px;
  background: #fff;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

.vitapay-instruction .single-place-header .header-image img {
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border-radius: 0.25rem;
}

.vitapay-instruction .single-place-header .header-meta {
  color: #757575;
}

.vitapay-instruction .single-place-header .header-details {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.vitapay-instruction .single-place-header .header-details h3 {
  font-size: 26px;
  margin: 0;
  padding: 0;
  margin-bottom: 12px;
  margin-top: 3px;
  line-height: 36px;
  position: relative;
  display: inline-block;
}

.vitapay-instruction .single-place-header .single-place-box {
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  display: inline-block;
  padding: 20px 25px;
  margin-left: auto;
  border-radius: 0.25rem;
  color: #616161;
}

.vitapay-instruction .single-place-header .single-place-box .time {
  font-size: 20px;
}

.vitapay-instruction .single-place-header .single-place-type {
  font-size: 15px;
  color: #757575;
  font-weight: 400;
}

.vitapay-instruction .dtt-hero-cat {
  min-height: 250px;
}

.vitapay-instruction .place-detail-container {
  padding: 50px 0;
}

.vitapay-instruction .single-place-gallery .swiper-slide {
  max-width: 320px;
}

.vitapay-instruction #single-job-map-container {
  position: relative;
}

.vitapay-instruction #single-job-map-container #singleListingMap {
  position: relative;
  height: 240px;
  border-radius: 4px;
}

.vitapay-instruction .single-place-relative .place-item {
  width: calc(33.33333% - 20px);
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(33.33333% - 20px);
  flex: 0 0 calc(33.33333% - 20px);
  max-width: calc(33.33333% - 20px);
}

.vitapay-instruction .dtt-hero-dd {
  z-index: 10;
  padding-top: 10px;
  padding-bottom: 20px;
}

.vitapay-instruction .dtt-hero {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 15;
  position: relative;
  min-height: 430px;
}

.vitapay-instruction .dtt-hero .pro-qrcode {
  width: 100px;
}

@media (max-width: 1199.98px) {
  .vitapay-instruction .dtt-hero {
    min-height: 400px;
  }
}

.vitapay-instruction .dtt-hero-content {
  z-index: 15;
  position: relative;
  margin-left: 15px;
}

.vitapay-instruction .dtt-hero-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #616161;
}

.vitapay-instruction .dtt-hero-overlay {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 300px;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(30%, transparent), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(to bottom, transparent 0, transparent 30%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 0;
}

.vitapay-instruction .view-map {
  padding: 35px 10px;
  background-size: cover;
  border-radius: 0.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.vitapay-instruction .dtt-hero-wrapper {
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.vitapay-instruction .dtt-hero-title {
  color: #fff;
  text-shadow: 0 0 10px #000;
  font-size: 2.14286rem;
}

@media (max-width: 1200px) {
  .vitapay-instruction .dtt-hero-title {
    font-size: calc(1.33929rem + 0.9375vw);
  }
}

.vitapay-instruction .dtt-hero-sub {
  color: rgba(255, 255, 255, 0.95);
  text-shadow: 0 0 10px #000;
  margin-top: 5px;
  line-height: 1.4;
  max-width: 550px;
}

.vitapay-instruction .dtt-hero-meta {
  font-size: 13px;
  color: #fff;
  text-shadow: 0 0 10px #000;
  margin-top: 5px;
}

.vitapay-instruction .sg-status.dtt-status {
  color: rgba(255, 255, 255, 0.8);
}

.vitapay-instruction .single-place-section {
  margin-bottom: 40px;
}

.vitapay-instruction .single-place-section .title {
  margin-bottom: 20px;
}

.vitapay-instruction .single-place-phone svg {
  font-size: 1.2em;
  margin-right: 5px;
  vertical-align: -10%;
}

.vitapay-instruction .single-place-widget {
  border-radius: 0.25rem;
  background: #f5f5f5;
}

.vitapay-instruction .sg-how-swiper {
  padding-bottom: 20px;
}

.vitapay-instruction .sg-how-swiper .swiper-pagination {
  bottom: 0;
}

.vitapay-instruction .sg-how-swiper .swiper-pagination-bullet {
  border: 1px solid #212121;
  width: 8px;
  height: 8px;
}

.vitapay-instruction .sg-how .how-step:not(:last-child) {
  margin-bottom: 25px;
}

.vitapay-instruction .sg-how .how-step {
  max-width: 400px;
  margin: 0 auto;
}

.vitapay-instruction .sg-how .how-step-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  color: #616161;
  font-size: 12px;
  margin-bottom: 10px;
}

.vitapay-instruction .sg-how .how-step-num {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 13px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: #000;
  background: #e0e0e0;
  line-height: 20px;
  text-align: center;
  display: block;
}

.vitapay-instruction .sg-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  margin: 0 -3px;
}

.vitapay-instruction .sg-gallery .lightgallery-item {
  position: absolute;
}

.vitapay-instruction .sg-gallery .lightgallery-item {
  cursor: pointer;
}

.vitapay-instruction .sg-section-icon {
  font-size: 18px;
  color: #bdbdbd;
}

.vitapay-instruction .sg-section-content {
  color: #424242;
  font-size: 14px;
}

.vitapay-instruction .sg-gallery-col {
  padding: 0 3px;
}

.vitapay-instruction .sg-gallery-col.col1 {
  width: 80.3%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80.3%;
  flex: 0 0 80.3%;
}

.vitapay-instruction .sg-gallery-col.col2 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: auto;
}

.vitapay-instruction .sg-gallery-col.col2 .sg-gallery-item {
  margin-bottom: 6px;
}

.vitapay-instruction .sg-gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 0.25rem;
}

.vitapay-instruction .sg-gallery-more {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  pointer-events: none;
}

.vitapay-instruction .sg-score {
  font-size: 3.21429rem;
  font-weight: 700;
  color: #2C6D13;
}

@media (max-width: 1200px) {
  .vitapay-instruction .sg-score {
    font-size: calc(1.44643rem + 2.0625vw);
  }
}

.vitapay-instruction .sg-progress .progress {
  height: 5px;
}

.vitapay-instruction .sg-progress-t1 {
  width: 100px;
}

.vitapay-instruction .sg-progress-t2 {
  width: 110px;
}

.vitapay-instruction .sg-progress-item {
  padding: 5px 0;
}

.vitapay-instruction .coupon-widget {
  margin-top: 0;
  border-radius: 4px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
}

.vitapay-instruction .coupon-widget:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.vitapay-instruction .coupon-widget:before {
  content: "";
  background-color: #222;
  opacity: 0.8;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  border-radius: 4px;
  z-index: 1;
}

.vitapay-instruction .coupon-widget a.coupon-top {
  padding: 32px 30px;
  position: relative;
  z-index: 10;
  text-align: center;
  cursor: default;
  display: block;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.07);
}

.vitapay-instruction .coupon-widget a.coupon-top h3 {
  font-weight: 700;
  font-size: 21px;
  line-height: 30px;
  text-align: center;
  padding: 0 30px;
  margin: 0;
  font-weight: 700;
  color: #fff;
}

.vitapay-instruction .coupon-valid-untill {
  background-color: #fff;
  display: inline-block;
  border-radius: 4px;
  padding: 5px 12px;
  line-height: 20px;
  font-weight: 700;
  font-size: 14px;
  margin-top: 15px;
  color: #333;
}

.vitapay-instruction .coupon-how-to-use {
  padding: 0 20px;
  font-size: 14px;
  line-height: 22px;
  margin-top: 15px;
  color: rgba(255, 255, 255, 0.85);
}

.vitapay-instruction .coupon-how-to-use strong {
  color: #fff;
}

.vitapay-instruction .coupon-widget .coupon-bottom {
  border-top: 2px dashed rgba(255, 255, 255, 0.3);
  padding: 20px;
  margin: 0 0;
  position: relative;
  z-index: 10;
  text-align: center;
  border-radius: 0 0 4px 4px;
}

.vitapay-instruction .coupon-code {
  font-family: "Open Sans", HelveticaNeue, "Helvetica Neue", Helvetica, Arial,
 sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 18px;
  letter-spacing: 2px;
  display: inline-block;
  padding: 7px 20px;
  border-radius: 2px;
  position: relative;
  z-index: 11;
  text-transform: uppercase;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: rgba(255, 255, 255, 0.09);
  border: 2px dashed rgba(255, 255, 255, 0.29);
}

.vitapay-instruction .code-button,
.vitapay-instruction .code-button:hover {
  text-align: center;
  border-radius: 50px;
  width: 100%;
  display: block;
  font-size: 15px;
  font-weight: 700;
  padding: 10px;
  line-height: 24px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #eee;
  color: #777;
  display: none;
}

.vitapay-instruction .code-button:hover {
  background-color: #f91942;
  color: #fff;
}

.vitapay-instruction .coupon-widget .coupon-bottom:after,
.vitapay-instruction .coupon-widget .coupon-bottom:before {
  content: "";
  width: 22px;
  height: 22px;
  display: inline-block;
  position: absolute;
  top: 0;
  z-index: 10;
  left: 0;
  background-color: #fff;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.vitapay-instruction .coupon-widget .coupon-bottom:after {
  left: initial;
  right: 0;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.vitapay-instruction .coupon-bottom,
.vitapay-instruction .coupon-widget:before {
  background-color: #282828;
}

@media (max-width: 480px) {
  .vitapay-instruction .coupon-widget a.coupon-top {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.vitapay-instruction .sg-header {
  padding: 50px 0 20px;
}

.vitapay-instruction .sg-scrollspy {
  position: relative;
}

.vitapay-instruction .sg-header-img {
  width: 100%;
}

.vitapay-instruction .sg-detail {
  padding: 0 0 0 40px;
}

.vitapay-instruction .sg-card {
  border-color: transparent;
}

.vitapay-instruction .sg-title {
  font-size: 1.85714rem;
  font-weight: 500;
}

@media (max-width: 1200px) {
  .vitapay-instruction .sg-title {
    font-size: calc(1.31071rem + 0.6375vw);
  }
}

.vitapay-instruction .sg-type .star-block {
  background-size: 12px 12px;
  height: 13px;
  margin-top: 2px;
  width: 70px;
  vertical-align: -9%;
}

.vitapay-instruction .sg-type .star-block-hide {
  overflow: hidden;
}

.vitapay-instruction .sg-type .star-block-bg {
  background-size: 12px 12px;
  height: 13px;
  width: 70px;
}

.vitapay-instruction .sg-type-btn {
  padding: 3px 10px;
  line-height: 1;
  font-weight: 500;
}

.vitapay-instruction .sg-status {
  color: #757575;
}

.vitapay-instruction .sg-status .status {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #757575;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.vitapay-instruction .sg-status.is-open .status {
  background: #28a745;
}

.vitapay-instruction .sg-status.is-open .status-txt {
  color: #28a745;
}

.vitapay-instruction .sg-action {
  padding: 10px 0;
}

.vitapay-instruction .sg-action-item {
  padding: 8px 0;
  color: #616161;
}

.vitapay-instruction .sg-nav-container {
  position: relative;
  border-bottom: 1px solid #e0e0e0;
  position: -webkit-sticky;
  position: sticky;
  top: 54px;
  background: #fff;
  z-index: 12;
}

.vitapay-instruction .sg-social-share {
  height: 21px;
  overflow: hidden;
  white-space: nowrap;
  margin: 0 auto;
  padding: 0 15px;
  position: absolute;
  top: 14px;
  right: 0;
}

.vitapay-instruction .sg-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: scroll;
}

.vitapay-instruction .sg-nav .nav-link {
  font-size: 13px;
  padding: 15px 0 12px;
  color: #212121;
  border-bottom: 2px solid transparent;
  display: inline-block;
  font-weight: 500;
}

.vitapay-instruction .sg-nav .nav-link:not(:last-child) {
  margin-right: 35px;
}

.vitapay-instruction .sg-nav .nav-link.active,
.vitapay-instruction .sg-nav .nav-link.is-active {
  color: #0BA269;
  border-bottom-color: #0BA269;
}

.vitapay-instruction .sg-nav .nav-link:hover {
  color: #212121;
}

.vitapay-instruction .sg-section {
  padding: 20px 0;
}

.vitapay-instruction .sg-section .manual-process {
  padding-bottom: 15px;
}

.vitapay-instruction .sg-section .process__body-title {
  font-size: 14px;
  margin-top: 7px;
}

.vitapay-instruction .sg-section .process__body-content {
  font-size: 13px;
}

.vitapay-instruction .sg-section .process__number {
  font-size: 14px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30px;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
}

.vitapay-instruction .sg-section .process .process_item:not(:last-child):before {
  left: 15px;
}

.vitapay-instruction .sg-section .process li:not(:last-child) {
  padding-bottom: 20px;
}

.vitapay-instruction .sg-section-title {
  font-size: 1.28571rem;
  color: #212121;
  font-weight: 500;
  margin-bottom: 20px;
}

@media (max-width: 1200px) {
  .vitapay-instruction .sg-section-title {
    font-size: calc(1.25357rem + 0.0375vw);
  }
}

.vitapay-instruction .sg-uti {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.vitapay-instruction .sg-uti-icon {
  display: block;
  width: 20px;
  height: 100%;
}

.vitapay-instruction .sg-uti-txt {
  display: block;
  margin-left: 15px;
}

.vitapay-instruction .sg-tintuc .sg-tintuc-img {
  max-width: 130px;
}

@media (max-width: 767.98px) {
  .vitapay-instruction .sg-tintuc .sg-tintuc-img {
    max-width: 100px;
  }
}

.vitapay-instruction .sg-form-filter {
  max-width: 140px;
}

.vitapay-instruction .sg-tintuc-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  padding: 10px 0;
  border-bottom: 1px dashed #eee;
}

.vitapay-instruction .sg-tintuc-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.vitapay-instruction .sg-tintuc-item:first-child {
  padding-top: 0;
}

.vitapay-instruction .sg-tintuc-item .new-meta {
  font-size: 12px;
}

.vitapay-instruction .sg-tintuc-desc {
  font-size: 14px;
  color: #616161;
  margin-bottom: 5px;
}

.vitapay-instruction .sg-tintuc-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 0 0 15px;
}

.vitapay-instruction .sg-tintuc-title {
  font-size: 15px;
  font-weight: 700;
}

.vitapay-instruction .cashback-card {
  padding: 10px;
  border: 1px solid #9de8ff;
  color: #757575;
  font-size: 13px;
  background: #f5fcfe;
  border-radius: 5px;
}

.vitapay-instruction .cashback-card-title {
  color: #0BA269;
  font-size: 16px;
  font-weight: 700;
}

@media (max-width: 991.98px) {
  .vitapay-instruction .dtt-hero-dd {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .vitapay-instruction .dtb-header-img {
    width: 120px;
    height: 120px;
  }
  .vitapay-instruction .dtt-hero {
    z-index: 10;
    padding-bottom: 30px;
  }
  .vitapay-instruction .sg-social-share {
    top: -30px;
    left: 0;
    right: 0;
    text-align: center;
    padding: 0;
    overflow: visible;
  }
  .vitapay-instruction .sg-nav-container {
    top: 48px;
  }
}

@media (max-width: 767.98px) {
  .vitapay-instruction .sg-header {
    padding: 15px 0 10px;
  }
  .vitapay-instruction .sg-detail {
    padding: 0;
  }
  .vitapay-instruction .sg-action {
    padding: 5px 0;
  }
  .vitapay-instruction .sg-action-item {
    padding: 4px 0;
    font-size: 13px;
  }
  .vitapay-instruction .sg-section {
    padding: 10px 0;
  }
  .vitapay-instruction .sg-type {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .vitapay-instruction .sg-nav {
    top: 48px;
    z-index: 1021;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .vitapay-instruction .sg-gallery-more {
    opacity: 0;
  }
  .vitapay-instruction .dtt-hero-overlay {
    display: none;
  }
  .vitapay-instruction .dtb-header-img {
    width: 80px;
    height: 80px;
  }
  .vitapay-instruction .dtt-hero-title {
    color: #212121;
  }
  .vitapay-instruction .dtt-hero-sub {
    color: #616161;
    text-shadow: none;
  }
  .vitapay-instruction .dtb-header-img {
    margin-top: -50px;
  }
  .vitapay-instruction .dtt-hero-meta {
    font-size: 13px;
    color: #616161;
    text-shadow: none;
    margin-top: 5px;
  }
  .vitapay-instruction .dtt-hero-meta .link-white {
    color: #616161;
  }
  .vitapay-instruction .sg-status.dtt-status {
    color: #616161;
  }
  .vitapay-instruction .dtt-hero-bg {
    height: 180px;
    display: block;
    width: 100%;
    position: relative;
  }
  .vitapay-instruction .dtt-hero {
    background: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #616161;
    text-align: center;
    display: block;
  }
  .vitapay-instruction .dtt-hero-content {
    margin-left: 0;
  }
}

.vitapay-instruction .sgf-img {
  width: 90px;
}

.vitapay-instruction .sgf-cont {
  padding-left: 15px;
}

.vitapay-instruction .sgf-item {
  padding: 15px 0;
  position: relative;
  border-bottom: 1px solid #eee;
}

.vitapay-instruction .sgf-item:last-child {
  border-bottom: none;
}

.vitapay-instruction .sgf-tag {
  color: #2C6D13;
  font-size: 12px;
  margin-bottom: 2px;
}

.vitapay-instruction .sgf-title {
  font-size: 12px;
  color: #9e9e9e;
  font-weight: 400;
}

.vitapay-instruction .sgf-address {
  color: #212121;
  font-size: 14px;
  margin-top: 3px;
  font-weight: 500;
}

.vitapay-instruction .sgf-direction {
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.vitapay-instruction .sgf-direction .btn {
  font-size: 20px;
  color: #e0e0e0;
}

.vitapay-instruction .sgf-direction:focus .btn,
.vitapay-instruction .sgf-direction:hover .btn {
  color: #616161;
}

@media (max-width: 767.98px) {
  .vitapay-instruction .sgf-cont {
    padding: 0;
  }
  .vitapay-instruction .sgf-img {
    width: 60px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .vitapay-instruction .sgf-pf {
    min-height: 65px;
    padding-left: 75px;
  }
  .vitapay-instruction .sg-nav {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media (max-width: 991.98px) {
  .vitapay-instruction .place-item-func {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-bottom: 0;
  }
  .vitapay-instruction .place-item-func li {
    margin-bottom: 5px;
  }
  .vitapay-instruction .map-place-height {
    height: 300px;
  }
  .vitapay-instruction .place-filter-mobile {
    left: 15px;
  }
  .vitapay-instruction .dtt-hero-title {
    font-size: 2rem;
    line-height: 1.2;
  }
  .vitapay-instruction .place-item {
    width: calc(50% - 20px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
  .vitapay-instruction .place-item-name {
    font-size: 14px;
  }
  .vitapay-instruction .single-place-relative .place-item {
    margin: 5px;
    width: calc(50% - 10px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
  .vitapay-instruction .place-filter-openmap {
    top: 0;
  }
  .vitapay-instruction .single-place-header {
    padding: 50px 0;
  }
  .vitapay-instruction .single-place-header .header-image {
    height: 120px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    margin-right: 20px;
  }
  .vitapay-instruction .single-place-header .single-place-box {
    padding: 10px 15px;
  }
  .vitapay-instruction .single-place-header .left-side {
    padding-right: 20px;
  }
  .vitapay-instruction .single-place-header .header-details h3 {
    font-size: 20px;
    margin-bottom: 5px;
    margin-top: 0;
    line-height: 28px;
  }
  .vitapay-instruction .place-detail-container {
    padding: 30px 0;
  }
  .vitapay-instruction .dtt-hero-cat {
    min-height: 200px;
  }
  .vitapay-instruction .dtt-col-right {
    background: #fff;
  }
  .vitapay-instruction .dtt-wrapper {
    padding: 10px 0;
  }
  .vitapay-instruction .dtt-search {
    padding: 15px;
    background: #f5f5f5;
  }
  .vitapay-instruction .dtt-search-item {
    margin-bottom: 20px;
  }
  .vitapay-instruction .dtt-col-left {
    background: #fff;
  }
}

@media (max-width: 767.98px) {
  .vitapay-instruction .single-place-header {
    font-size: 13px;
    padding: 30px 0;
  }
  .vitapay-instruction .single-place-header .header-image {
    height: 80px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    width: 80px;
    margin: 0 auto;
  }
  .vitapay-instruction .single-place-header .left-side {
    padding-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
  .vitapay-instruction .single-place-header .right-side {
    text-align: center;
  }
  .vitapay-instruction .single-place-header .single-place-type {
    font-size: 13px;
  }
  .vitapay-instruction .single-place-header .header-details {
    width: 100%;
    margin-top: 15px;
    text-align: center;
  }
  .vitapay-instruction .single-place-header .header-details h3 {
    font-size: 18px;
    line-height: 24px;
  }
  .vitapay-instruction .single-place-header .single-place-box {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    padding: 20px 0 0;
    margin: 0 auto;
  }
  .vitapay-instruction .single-place-header .single-place-box .time {
    font-size: 18px;
  }
  .vitapay-instruction .single-place-section {
    margin-bottom: 30px;
  }
  .vitapay-instruction .single-place-section .title {
    margin-bottom: 15px;
  }
  .vitapay-instruction .place-detail-container {
    padding: 25px 0;
  }
  .vitapay-instruction .single-place-header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
  }
  .vitapay-instruction .dtt-hero-title {
    font-size: 1.8rem;
  }
  .vitapay-instruction .place-item-grid {
    padding-left: 5px;
    padding-right: 5px;
  }
  .vitapay-instruction .place-item {
    margin: 5px;
    width: calc(50% - 10px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
    max-width: calc(50% - 10px);
  }
  .vitapay-instruction .place-filter-mobile {
    left: 10px;
  }
}

.vitapay-instruction .unsub-wrapper {
  min-height: 70vh;
  width: 100%;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #2C6D13), to(#f02475));
  background-image: linear-gradient(to top, #2C6D13 0, #f02475 100%);
}

.vitapay-instruction .unsub {
  max-width: 400px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}

.vitapay-instruction .unsub-content {
  padding: 30px 40px;
}

.vitapay-instruction .unsub-header {
  font-size: 1.71429rem;
}

@media (max-width: 1200px) {
  .vitapay-instruction .unsub-header {
    font-size: calc(1.29643rem + 0.4875vw);
  }
}

.vitapay-instruction .unsub-message {
  font-size: 1.14286rem;
  color: #616161;
}

.vitapay-instruction .unsub-footer {
  text-align: center;
  border-top: 1px solid #e0e0e0;
  padding-top: 15px;
  margin-top: 30px;
}

.vitapay-instruction .unsub-footer-action {
  display: inline-block;
}

.vitapay-instruction .maillist {
  padding: 40px;
}

.vitapay-instruction .maillist-title {
  font-size: 20px;
  font-weight: 700;
  color: #2C6D13;
}

.vitapay-instruction .maillist-sub {
  font-size: 18px;
  font-weight: 700;
}

.vitapay-instruction .maillist-item-container .maillist-item:nth-child(2n) {
  background: #fff;
}

.vitapay-instruction .maillist-item {
  padding: 20px 20px;
  border-radius: 8px;
  background: #fafafa;
}

.vitapay-instruction .maillist-item .custom-control {
  padding-left: 35px;
}

.vitapay-instruction .maillist-item .custom-control-label:after,
.vitapay-instruction .maillist-item .custom-control-label:before {
  left: -37px;
  top: 50%;
  margin-top: -10px;
}

.vitapay-instruction .maillist-item-name {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 3px;
}

.vitapay-instruction .maillist-item-txt {
  font-size: 13px;
  color: #9e9e9e;
}

@media (max-width: 767.98px) {
  .vitapay-instruction .maillist {
    padding: 20px;
  }
  .vitapay-instruction .maillist-item {
    padding: 15px;
    border-radius: 5px;
  }
  .vitapay-instruction .maillist-item .custom-control {
    padding-left: 30px;
  }
  .vitapay-instruction .maillist-item .custom-control-label:after,
  .vitapay-instruction .maillist-item .custom-control-label:before {
    left: -30px;
  }
}

.vitapay-instruction .cashback-ad-container {
  position: relative;
}

.vitapay-instruction .cashback-ad-pd {
  margin-top: 20px;
}

@media (max-width: 767.98px) {
  .vitapay-instruction .cashback-ad-pd {
    margin-top: 0;
    margin-left: -10px;
    margin-right: -10px;
  }
}

.vitapay-instruction .cashback-cat-nav {
  margin-left: -1px;
}

.vitapay-instruction .cashback-cat-nav .swiper-slide {
  display: block;
  background: #fff;
  padding: 5px 10px;
  height: 54px;
  line-height: 1.3;
  cursor: pointer;
  width: 20%;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  position: relative;
  color: #424242;
}

.vitapay-instruction .cashback-cat-nav .swiper-slide:last-child:before {
  display: none;
}

.vitapay-instruction .cashback-cat-nav .swiper-slide:before {
  content: "";
  height: 50%;
  width: 1px;
  background: #e0e0e0;
  right: -1px;
  z-index: 1;
  position: absolute;
}

.vitapay-instruction .cashback-cat-nav .swiper-slide:after {
  content: "";
  height: 3px;
  width: 100px;
  background: 0 0;
  left: 50%;
  bottom: 0;
  margin-left: -50px;
  z-index: 1;
  position: absolute;
}

.vitapay-instruction .cashback-cat-nav .swiper-slide.is-active {
  color: #2C6D13;
  font-weight: 700;
}

.vitapay-instruction .cashback-cat-nav .swiper-slide.is-active:after {
  background-color: #2C6D13;
}

@media (max-width: 991.98px) {
  .vitapay-instruction .cashback-cat-nav {
    display: none;
  }
}

.vitapay-instruction .cashback-ad .swiper-slide {
  height: 100%;
  position: relative;
}

.vitapay-instruction .cashback-ad-item {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  background: #bdbdbd;
}

.vitapay-instruction .cashback-ad-item:before {
  content: "";
  display: block;
  padding-top: 25%;
}

.vitapay-instruction .cashback-ad-item img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.vitapay-instruction .cashback-swiper-btn {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background-color: #fff;
  background-size: 10px;
  -webkit-box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.2);
  background-image: none;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.vitapay-instruction .cashback-swiper-pagination.swiper-pagination-bullets {
  bottom: 5px !important;
}

.vitapay-instruction .cashback-swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 6px !important;
}

.vitapay-instruction .cashback-swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}

.vitapay-instruction .cashback-swiper-pagination .swiper-pagination-bullet-active {
  background: #f02475;
}

.vitapay-instruction .cashback-cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  position: relative;
}

.vitapay-instruction .cashback-cat-more {
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #0BA269;
  font-size: 16px;
  right: -15px;
  top: 50%;
  cursor: pointer;
  margin-top: -15px;
}

.vitapay-instruction .cashback-cat-more:before {
  content: "";
  width: 100%;
  height: 10px;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: transparent;
}

.vitapay-instruction .cashback-cat-more .svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
}

.vitapay-instruction .cashback-cat-more:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.vitapay-instruction .cashback-cat-more .dropdown-menu {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  display: block;
  left: auto;
  padding: 0;
  margin-top: 10px;
  right: 0;
  width: 200px;
  border: 1px solid #eee;
}

.vitapay-instruction .cashback-cat-more .dropdown-menu:before {
  border: solid transparent;
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #eee;
  border-width: 7px;
  margin-left: -7px;
  bottom: 100%;
  right: 6px;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.vitapay-instruction .cashback-cat-more .dropdown-menu:after {
  bottom: 100%;
  right: 7px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 6px;
  margin-left: -6px;
}

.vitapay-instruction .cashback-cat-more .dropdown-menu .dropdown-item {
  padding: 10px 15px;
}

.vitapay-instruction .cashback-cat-more .dropdown-menu .dropdown-item:not(:last-child) {
  border-bottom: 1px solid #f5f5f5;
}

.vitapay-instruction .cashback-cat-item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  padding: 0 5px;
  text-align: center;
}

.vitapay-instruction .cashback-cat-item.is-active .cashback-cat-name {
  color: #2C6D13;
}

.vitapay-instruction .cashback-cat-item:focus .cashback-cat-name,
.vitapay-instruction .cashback-cat-item:hover .cashback-cat-name {
  color: #2C6D13;
}

.vitapay-instruction .cashback-cat-img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

.vitapay-instruction .cashback-cat-img img {
  width: 32px;
}

.vitapay-instruction .cashback-cat-name {
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 5px;
  font-size: 13px;
  line-height: 15px;
}

.vitapay-instruction .cashback-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.vitapay-instruction .cashback-grid .cashback-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(16.667% - 20px);
  flex: 0 0 calc(16.667% - 20px);
  width: calc(16.667% - 20px);
  margin: 10px;
}

@media (max-width: 1199.98px) {
  .vitapay-instruction .cashback-grid .cashback-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(25% - 20px);
    flex: 0 0 calc(25% - 20px);
    width: calc(25% - 20px);
  }
}

@media (max-width: 767.98px) {
  .vitapay-instruction .cashback-grid .cashback-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(33.333% - 20px);
    flex: 0 0 calc(33.333% - 20px);
    width: calc(33.333% - 20px);
  }
}

@media (max-width: 575.98px) {
  .vitapay-instruction .cashback-grid .cashback-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
    width: calc(50% - 20px);
  }
}

.vitapay-instruction .cashback-item {
  min-width: 0;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  background: #fff;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

.vitapay-instruction .cashback-item:focus .cashback-item-content .name,
.vitapay-instruction .cashback-item:hover .cashback-item-content .name {
  color: #2C6D13;
}

.vitapay-instruction .cashback-item-img {
  position: relative;
}

.vitapay-instruction .cashback-item-content {
  padding: 8px 10px;
  z-index: 1;
  position: relative;
}

.vitapay-instruction .cashback-item-content .name {
  margin: 0 0 3px;
  font-weight: 400;
  line-height: 1.3;
}

.vitapay-instruction .cashback-item-content .desc {
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  padding: 5px 10px;
  left: 10px;
  right: 10px;
  margin-bottom: 10px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 42px;
}

.vitapay-instruction .cashback-item-content .desc-text {
  max-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.vitapay-instruction .cashback-item-content .loca {
  font-size: 12px;
  padding-top: 2px;
  color: #9e9e9e;
}

.vitapay-instruction .cashback-item-label {
  display: inline-block;
  padding: 4px 7px;
  line-height: 1;
  border-radius: 4px;
  font-weight: 700;
  color: #fff;
  font-size: 13px;
  background: #ff6b00;
}

.vitapay-instruction .cashback-section {
  margin-bottom: 45px;
}

.vitapay-instruction .cashback-section-cat {
  margin-bottom: 35px;
}

.vitapay-instruction .cashback-title2 {
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0 20px;
  overflow: hidden;
}

.vitapay-instruction .cashback-title2:after,
.vitapay-instruction .cashback-title2:before {
  border-top: 1px solid #e9e9e9;
  content: "";
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  position: relative;
  top: 0.7em;
  width: 10%;
}

.vitapay-instruction .cashback-title2:before {
  right: 1%;
}

.vitapay-instruction .cashback-title2:after {
  left: 1%;
}

@media (max-width: 767.98px) {
  .vitapay-instruction .cashback-title2 {
    margin: 20px 0 10px;
  }
}

.vitapay-instruction .cashback-block .cashback-item {
  border: 1px solid #eee;
}

.vitapay-instruction .cashback-block-cat {
  background: 0 0;
  padding: 0;
  border-radius: 0;
}

.vitapay-instruction .cashback-block-cat .cashback-title {
  padding-bottom: 8px;
  margin-bottom: 21px;
  border-bottom: 1px solid #e0e0e0;
}

.vitapay-instruction .cashback-block-highlight {
  background: #ffeff0;
  margin-top: 20px;
  border-radius: 5px;
  padding: 15px 20px;
}

.vitapay-instruction .cashback-block-highlight .sieuto-title {
  margin-top: -50px;
}

.vitapay-instruction .cashback-slider {
  padding: 15px;
}

.vitapay-instruction .cashback-slider .cashback-item {
  border: 1px solid #eee;
}

.vitapay-instruction .cashback-slider .swiper-slide {
  max-width: 180px;
}

.vitapay-instruction .cashback-slider .swiper-button-next,
.vitapay-instruction .cashback-slider .swiper-button-prev {
  top: 40%;
  width: 30px;
  height: 45px;
  border-radius: 5px;
  margin-top: -22px;
  background-size: 16px 26px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.5);
}

.vitapay-instruction .cashback-slider .swiper-button-next {
  right: 0;
}

.vitapay-instruction .cashback-slider .swiper-button-prev {
  left: 0;
}

.vitapay-instruction .cashback-ad .swiper-button-next,
.vitapay-instruction .cashback-ad .swiper-button-prev {
  top: 50%;
  width: 45px;
  line-height: 45px;
  height: 45px;
  border-radius: 50%;
  margin-top: -23px;
  background-size: 14px 23px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.5);
}

.vitapay-instruction .cashback-ad .swiper-button-next {
  right: 10px;
}

.vitapay-instruction .cashback-ad .swiper-button-prev {
  left: 10px;
}

.vitapay-instruction .cashback-title {
  margin-bottom: 15px;
  position: relative;
}

.vitapay-instruction .cashback-title .in {
  font-weight: 700;
}

.vitapay-instruction .cashback-title .in-img {
  width: 30px;
  vertical-align: -25%;
}

.vitapay-instruction .cashback-title .dash {
  height: 1px;
  width: 100%;
  background: #e0e0e0;
}

.vitapay-instruction .cashback-slider-container {
  background: #fff;
  padding: 0;
  border-radius: 5px;
}

.vitapay-instruction .cbs-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  padding: 10px;
  background: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e0e0e0;
  border-radius: 6px;
  margin-bottom: 20px;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}

.vitapay-instruction .cbs-content {
  padding: 0 12px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}

.vitapay-instruction .cbs-content .name {
  font-size: 14px;
  color: #0BA269;
  font-weight: 700;
  margin-bottom: 3px;
}

.vitapay-instruction .cbs-content .sub {
  font-size: 12px;
  line-height: 16px;
  color: #9e9e9e;
}

.vitapay-instruction .cbs-content .sub2 {
  font-size: 12px;
  color: #9e9e9e;
}

.vitapay-instruction .cbs-content .rate {
  color: #9e9e9e;
  margin-top: 5px;
}

.vitapay-instruction .cbs-img {
  width: 60px;
  height: 60px;
  padding: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.vitapay-instruction .cbs-img img {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}

.vitapay-instruction .cbs-item-big .cbs-img {
  width: 130px;
  height: 130px;
}

.vitapay-instruction .cbs-item-big .cbs-content {
  padding: 0 12px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}

.vitapay-instruction .cbs-item-big .cbs-content .name {
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 5px;
}

.vitapay-instruction .cbs-item-big .cbs-content .sub {
  font-size: 14px;
  line-height: 22px;
  color: #9e9e9e;
  max-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.vitapay-instruction .cbs-item-big .cbs-content .sub2 {
  font-size: 14px;
  color: #9e9e9e;
}

.vitapay-instruction .cbs-item-big .cbs-content .rate {
  color: #9e9e9e;
  margin-top: 5px;
}

.vitapay-instruction .cbs-item-big .cbs-value {
  width: 70px;
  height: 70px;
  font-size: 13px;
  line-height: 15px;
  padding-top: 1px;
}

.vitapay-instruction .cbs-item-big .cbs-value span {
  font-size: 1.4em;
  margin-top: 3px;
}

.vitapay-instruction .cbs-value {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px dashed #bdbdbd;
  font-size: 11px;
  line-height: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  padding-top: 1px;
}

.vitapay-instruction .cbs-value span {
  font-size: 1.5em;
  margin-top: 3px;
  font-weight: 700;
  color: #f55;
}

.vitapay-instruction .modal-cashback-present.modal.modal-lunar .close {
  width: 20px;
  height: 20px;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  top: 5px !important;
  right: 5px !important;
}

.vitapay-instruction .modal-cashback-present.modal-lunar .close.close {
  background-color: rgba(0, 0, 0, 0.3) !important;
}

.vitapay-instruction .cashback-modal-head {
  padding: 5px 5px 5px 15px;
}

.vitapay-instruction .cashback-modal-head .title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 2px;
}

.vitapay-instruction .cashback-modal-head .sub {
  font-size: 13px;
  color: #9e9e9e;
}

.vitapay-instruction .cashback-modal-txt b,
.vitapay-instruction .cashback-modal-txt strong,
.vitapay-instruction .modal-cashback-txt b,
.vitapay-instruction .modal-cashback-txt strong {
  color: #2C6D13;
  font-size: 1.05em;
}

.vitapay-instruction .cashback-modal-txt br,
.vitapay-instruction .modal-cashback-txt br {
  clear: both;
}

.vitapay-instruction .cashback-modal-txt div,
.vitapay-instruction .modal-cashback-txt div {
  margin-bottom: 2px;
}

.vitapay-instruction .cashback-modal-store {
  margin-top: 20px;
  font-size: 14px;
  margin-bottom: 10px;
  color: #212121;
}

.vitapay-instruction .cashback-modal-store-list {
  background: #fff;
  border-radius: 5px;
  padding: 8px 10px;
  border: 1px solid #f5f5f5;
}

.vitapay-instruction .cashback-modal-store-list .sgf-item {
  padding: 5px 0;
}

.vitapay-instruction .cashback-modal-store-list .sgf-address {
  font-size: 13px;
}

.vitapay-instruction .bg-cashback-modal {
  background: #fafafa;
  border-radius: 5px;
}

.vitapay-instruction .cashback-new {
  margin-bottom: 10px;
  display: block;
}

.vitapay-instruction .cashback-new .swiper-slide {
  width: 500px;
  padding-bottom: 10px;
}

@media (max-width: 767.98px) {
  .vitapay-instruction .cashback-new .swiper-slide {
    width: 300px;
  }
}

.vitapay-instruction .sieuto-title {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.vitapay-instruction .sieuto-title-center {
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-position: center;
  min-width: 0;
}

.vitapay-instruction .sieuto-title-center .text {
  height: 70px;
  line-height: 70px;
  color: #fff;
  padding: 2px 5px 0;
  font-weight: 700;
  font-size: 22px;
}

.vitapay-instruction .sieuto-title-left {
  pointer-events: none;
}

.vitapay-instruction .sieuto-title-right {
  pointer-events: none;
}

.vitapay-instruction .location-select {
  padding: 7px 0;
  cursor: pointer;
}

.vitapay-instruction .location-select-drop {
  width: 340px;
}

.vitapay-instruction .sale-cashback-box {
  padding: 5px 12px;
  background: #ff534a;
  border: 1px solid #ff3b30;
  text-align: center;
  margin: 0 10px 10px;
  border-radius: 5px;
  display: block;
}

.vitapay-instruction .sale-cashback-box:hover {
  background: #ff6b64;
}

.vitapay-instruction .sale-cashback {
  color: #fff;
}

.vitapay-instruction .offer-card-horizontal h4 {
  max-height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.vitapay-instruction .offer-card-horizontal p {
  max-height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 5px;
}

.vitapay-instruction .offer-card-horizontal p:last-child {
  margin-bottom: 0;
}

.vitapay-instruction .cashback-mega-box {
  padding: 20px 30px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.7);
  border: 2px solid #2C6D13;
  position: relative;
  font-size: 16px;
}

@media (max-width: 991.98px) {
  .vitapay-instruction .cashback-mega-box {
    padding: 20px 20px;
    border-radius: 10px;
  }
}

@media (max-width: 767.98px) {
  .vitapay-instruction .cashback-mega-box {
    padding: 8px;
    border-radius: 5px;
  }
}

.vitapay-instruction .cashback-wrapper {
  padding-top: 25px;
  padding-bottom: 25px;
  background-image: url(https://static.mservice.io/cashback/images/bg.jpg);
  background-size: cover;
  background-attachment: fixed;
}

.vitapay-instruction .cashback-mega-sub {
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  font-size: 20px;
  color: #2C6D13;
  margin-bottom: 20px;
  margin-top: 1px;
}

.vitapay-instruction .cashback-mega-highlight {
  font-size: 16px;
  padding: 15px 50px 25px;
}

.vitapay-instruction .cashback-mega-highlight .sieuto-title {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  margin-bottom: 10px;
}

.vitapay-instruction .cashback-mega-highlight .sieuto-title-center {
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-position: center;
  min-width: 0;
}

.vitapay-instruction .cashback-mega-highlight .sieuto-title-center .text {
  height: 80px;
  line-height: 80px;
  color: #fff;
  padding: 2px 5px 0;
  font-weight: 700;
  font-size: 25px;
}

.vitapay-instruction .cashback-mega-title {
  text-align: center;
  margin-top: -40px;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.vitapay-instruction .cashback-mega-title .title {
  min-width: 500px;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#b1307f), color-stop(51%, #db3675), to(#b5317e));
  background-image: linear-gradient(to right, #b1307f 0, #db3675 51%, #b5317e 100%);
  display: inline-block;
  padding: 10px 20px 10px;
  border-radius: 10px;
  -webkit-box-shadow: 6px 11px 24px -16px rgba(0, 0, 0, 0.75);
  box-shadow: 6px 11px 24px -16px rgba(0, 0, 0, 0.75);
  font-size: 20px;
  font-weight: 700;
}

.vitapay-instruction .swiper-cashback-hori {
  padding: 0;
}

.vitapay-instruction .swiper-cashback-hori .swiper-slide {
  max-width: 320px;
}

.vitapay-instruction .swiper-button-next-abc {
  right: -20px;
}

.vitapay-instruction .swiper-button-prev-abc {
  left: -20px;
}

.vitapay-instruction .swiper-button-next-abc,
.vitapay-instruction .swiper-button-prev-abc {
  width: 37px;
  height: 37px;
  font-size: 20px;
  color: #616161;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #e0e0e0;
  -webkit-box-shadow: rgba(0, 0, 0, 0.14) 0 1px 1px 1px !important;
  box-shadow: rgba(0, 0, 0, 0.14) 0 1px 1px 1px !important;
}

.vitapay-instruction .swiper-button-next-abc.swiper-button-disabled,
.vitapay-instruction .swiper-button-prev-abc.swiper-button-disabled {
  opacity: 0;
  cursor: auto;
  pointer-events: inherit;
}

.vitapay-instruction .js-pron-viewmore.active .js-pron-viewmore-content:after {
  display: block;
}

.vitapay-instruction .js-pron-viewmore.active .js-pron-viewmore-btn .open {
  display: inline-block;
}

.vitapay-instruction .js-pron-viewmore.active .js-pron-viewmore-btn .close2 {
  display: none;
}

.vitapay-instruction .js-pron-viewmore.is-long .js-pron-viewmore-btn {
  display: block;
}

.vitapay-instruction .js-pron-viewmore-content {
  position: relative;
  max-height: 150px;
  overflow: hidden;
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s;
}

.vitapay-instruction .js-pron-viewmore-content:after {
  content: "";
  display: none;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.001)), to(#fafafa));
  background: linear-gradient(rgba(255, 255, 255, 0.001), #fafafa);
  pointer-events: none;
}

.vitapay-instruction .js-pron-viewmore-btn {
  display: none;
}

.vitapay-instruction .js-pron-viewmore-btn .open {
  display: none;
}

.vitapay-instruction .js-pron-viewmore-btn .close2 {
  display: inline-block;
}

.vitapay-instruction .izlude-avatar-square-sm {
  width: 60px;
  height: 60px;
  padding: 3px;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #e0e0e0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.vitapay-instruction .lutie-article-title {
  font-size: 20px;
}

.vitapay-instruction .lutie-article-sub {
  color: #212121;
  font-size: 13px;
}

.vitapay-instruction .cbs-address-list .item-content {
  min-height: 75px;
}

.vitapay-instruction .list {
  position: relative;
  z-index: 1;
}

.vitapay-instruction .list.list-medium .item-name {
  font-size: 15px;
}

.vitapay-instruction .list.list-medium .item-inner {
  min-height: 50px;
}

.vitapay-instruction .list.list-border-0 ul:after,
.vitapay-instruction .list.list-border-0 ul:before {
  display: none;
}

.vitapay-instruction .list.is-simple {
  padding: 5px 0;
}

.vitapay-instruction .list.is-simple li {
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
  line-height: 32px;
  height: 32px;
  padding-left: 10px;
  padding-right: 10px;
}

.vitapay-instruction .list.is-media .item-inner {
  display: block;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.vitapay-instruction .list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  background: #fff;
}

.vitapay-instruction .list ul:before {
  content: "";
  position: absolute;
  background-color: #eee;
  display: block;
  z-index: 15;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  height: 1px;
  width: 100%;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
}

.vitapay-instruction .list ul:after {
  content: "";
  position: absolute;
  background-color: #eee;
  display: block;
  z-index: 15;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
}

.vitapay-instruction .list li {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.vitapay-instruction .list .item-title-row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.vitapay-instruction .list .item-title-row .item-after {
  -ms-flex-item-align: center;
  align-self: center;
}

.vitapay-instruction .list .item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 44px;
  padding-left: 10px;
  color: #212121;
}

.vitapay-instruction .list .item-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.vitapay-instruction .list .item-inner {
  position: relative;
  width: 100%;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  padding-top: 6px;
  padding-bottom: 6px;
  min-height: 44px;
  padding-right: 10px;
  margin-left: 10px;
}

.vitapay-instruction .list .item-inner:after {
  content: "";
  position: absolute;
  background-color: #eee;
  display: block;
  z-index: 15;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
}

.vitapay-instruction .list .item-name {
  color: #212121;
}

.vitapay-instruction .list .item-title {
  min-width: 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.vitapay-instruction .list .item-after {
  white-space: nowrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #9e9e9e;
  margin-left: auto;
}

.vitapay-instruction .don-slider {
  background: #212121;
  color: #fff;
  position: relative;
}

.vitapay-instruction .don-slider-content {
  position: relative;
  z-index: 1;
  height: 500px;
}

.vitapay-instruction .don-slider-title {
  color: #fff;
}

.vitapay-instruction .don-slider-txt {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin-top: 20px;
}

.vitapay-instruction .don-swiper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.vitapay-instruction .don-swiper .swiper-slide {
  background-size: cover;
}

.vitapay-instruction .don-slider-btn {
  margin-top: 20px;
}

.vitapay-instruction .don-section {
  padding: 60px 0;
}

.vitapay-instruction .don-item {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 15px;
  border: 1px solid #e0e0e0;
  position: relative;
}

.vitapay-instruction .don-item-content {
  padding: 15px 15px;
}

.vitapay-instruction .don-item-name {
  font-size: 20px;
  font-weight: 700;
}

.vitapay-instruction .don-item-sub {
  margin-top: 0;
  color: #757575;
  font-size: 14px;
  max-height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.vitapay-instruction .don-item-money {
  border-top: 1px solid #eee;
  margin-top: 10px;
  padding-top: 10px;
  font-size: 13px;
}

.vitapay-instruction .don-item-progress {
  margin-top: 5px;
}

.vitapay-instruction .don-item-footer {
  margin-top: 10px;
}

.vitapay-instruction .don-item-quote .label {
  font-size: 13px;
  color: #757575;
}

.vitapay-instruction .don-item-quote .number {
  font-size: 15px;
  font-weight: 700;
  margin-top: 0;
}

.vitapay-instruction .don-item-btn {
  padding: 3px 15px;
}

.vitapay-instruction .don-header {
  padding: 40px 0 40px;
  background: #fff;
  margin-bottom: 20px;
}

@media (max-width: 767.98px) {
  .vitapay-instruction .don-header {
    padding: 10px 0;
    background: #fff;
    margin-bottom: 10px;
  }
}

.vitapay-instruction .don-header-img {
  width: 100%;
}

.vitapay-instruction .don-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 5px;
}

.vitapay-instruction .don-gallery-item {
  padding: 5px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  cursor: pointer;
  width: 20%;
  position: relative;
  display: block;
}

.vitapay-instruction .don-gallery-item.last-child .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  z-index: 1;
}

.vitapay-instruction .don-detail {
  padding: 0 0 0 40px;
}

@media (max-width: 991.98px) {
  .vitapay-instruction .don-detail {
    padding: 10px;
  }
}

.vitapay-instruction .don-title {
  font-size: 2.28571rem;
  font-weight: 700;
}

@media (max-width: 1200px) {
  .vitapay-instruction .don-title {
    font-size: calc(1.35357rem + 1.0875vw);
  }
}

.vitapay-instruction .don-sub {
  font-size: 15px;
  color: #616161;
  max-width: 600px;
}

.vitapay-instruction .don-subheading {
  color: #757575;
  font-size: 1rem;
  font-weight: 700;
  margin-top: 10px;
}

@media (max-width: 767.98px) {
  .vitapay-instruction .don-item-footer {
    margin-top: 10px;
  }
}

.vitapay-instruction .don-header-footer .don-item-quote {
  padding-left: 45px;
  position: relative;
}

.vitapay-instruction .don-header-footer .don-item-quote {
  margin-right: 25px;
}

.vitapay-instruction .don-header-footer .don-item-quote .icon {
  position: absolute;
  left: 0;
  top: 5px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.vitapay-instruction .don-header-footer .don-item-quote .icon img {
  width: 20px;
}

.vitapay-instruction .don-header-footer .don-item-quote .icon.icon-logo {
  border-radius: 0;
  border: none;
}

.vitapay-instruction .don-header-footer .don-item-quote .icon.icon-logo img {
  width: 30px;
}

.vitapay-instruction .don-header-footer .don-item-quote .label {
  color: #424242;
}

.vitapay-instruction .don-header-footer .don-item-quote .number {
  font-size: 15px;
  margin-top: 5px;
}

.vitapay-instruction .don-section-content img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.vitapay-instruction .don-section-title {
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 18px;
}

.vitapay-instruction .don-people {
  padding: 7px 0;
}

.vitapay-instruction .don-people:first-child {
  padding-top: 0;
}

.vitapay-instruction .don-people:last-child {
  padding-bottom: 0;
}

.vitapay-instruction .don-people:not(:last-child) {
  border-bottom: 1px solid #e0e0e0;
}

.vitapay-instruction .don-people-i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.vitapay-instruction .don-people-i .money {
  color: #f02475;
  font-weight: 700;
  font-size: 15px;
}

.vitapay-instruction .don-people-i .name {
  font-weight: 500;
  font-size: 14px;
}

.vitapay-instruction .don-people-i .phone {
  color: #9e9e9e;
  font-size: 12px;
}

.vitapay-instruction .don-people-i-l {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.vitapay-instruction .don-people-m {
  margin-top: 5px;
  font-size: 12px;
}

.vitapay-instruction .don-qr-step {
  font-size: 16px;
}

.vitapay-instruction .don-qr-step li {
  margin-bottom: 15px;
}

.vitapay-instruction .donation-cta {
  margin-top: 50px;
}

@media (max-width: 767.98px) {
  .vitapay-instruction .donation-cta {
    margin-top: 0;
    position: fixed;
    z-index: 9;
    bottom: 0;
    padding: 10px;
    background: #fff;
    z-index: 10;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0 -3px 5px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 -3px 5px 0 rgba(0, 0, 0, 0.05);
  }
  .vitapay-instruction .donation-cta .btn {
    display: block;
  }
}

.vitapay-instruction .embed-responsive-kv::before {
  padding-top: 38.54167%;
}

@media (max-width: 767.98px) {
  .vitapay-instruction .embed-responsive-kv::before {
    padding-top: 120%;
  }
}

.vitapay-instruction .kv-section-curve {
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.vitapay-instruction .kv-section-curve svg {
  width: 100%;
  height: auto;
}

.vitapay-instruction .kv-section {
  position: relative;
}

.vitapay-instruction .kv-section:after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  padding-bottom: 2.3vw;
  background-image: url(../images/kv/curve-white.svg);
  background-position-x: center;
  background-size: 110vw;
  z-index: 1;
}

.vitapay-instruction .kv-section .swiper-pagination {
  bottom: 20px;
}

@media (min-width: 768px) {
  .vitapay-instruction .kv-section .swiper-pagination {
    bottom: 60px;
  }
  .vitapay-instruction .kv-section
.swiper-container-horizontal
> .swiper-pagination-bullets
.swiper-pagination-bullet {
    margin: 0 6px;
  }
  .vitapay-instruction .kv-section .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 0.3;
  }
  .vitapay-instruction .kv-section .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff;
  }
}

.vitapay-instruction .kv-section .kv-pagination {
  position: absolute;
  bottom: 50%;
  left: 0;
  right: 0;
}

.vitapay-instruction .kv-section .kv-pagination .swiper-button-next,
.vitapay-instruction .kv-section .kv-pagination .swiper-button-prev {
  top: 0;
  width: 40px;
  background: 0 0 !important;
  background-image: none;
  height: 40px;
  margin-top: -20px;
  z-index: 10;
  cursor: pointer;
}

.vitapay-instruction .kv-section .kv-pagination .swiper-button-prev.swiper-button-disabled,
.vitapay-instruction .kv-section .kv-pagination swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
  cursor: auto;
}

.vitapay-instruction .kv-section .kv-pagination .swiper-button-prev img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (max-width: 767.98px) {
  .vitapay-instruction .kv-section .kv-pagination .swiper-button-next,
  .vitapay-instruction .kv-section .kv-pagination .swiper-button-prev {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}

.vitapay-instruction .kv-section:after {
  background-image: url(../img/kv/curve.svg);
}

.vitapay-instruction .swiper-tienich {
  background-color: #eee;
  border-top: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.vitapay-instruction .swiper-tienich .swiper-slide {
  cursor: pointer;
  height: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.vitapay-instruction .swiper-tienich .swiper-slide:not(:last-child) .tienich__stick {
  border-right: 1px solid #e0e0e0;
}

.vitapay-instruction .swiper-tienich .swiper-slide.is-active .tienich__stick {
  background-color: #fff;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  color: #2C6D13;
}

.vitapay-instruction .swiper-tienich .swiper-slide.is-active .tienich__stick:after {
  content: "";
  width: 100%;
  height: 3px;
  background-color: #2C6D13;
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
}

@media (max-width: 1199.98px) {
  .vitapay-instruction .swiper-tienich .swiper-slide {
    width: 90px;
  }
}

.vitapay-instruction .tienich__stick {
  padding: 7px 6px 8px;
  -webkit-box-shadow: inset 0 -5px 5px -5px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -5px 5px -5px rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
  height: 100%;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
}

.vitapay-instruction .tienich {
  padding: 40px 0;
}

@media (max-width: 767.98px) {
  .vitapay-instruction .tienich {
    padding: 20px 0 10px;
  }
}

.vitapay-instruction .tienich__icon {
  display: block;
  margin: 0 auto;
  width: 30px;
  margin-bottom: 7px;
}

.vitapay-instruction .tienich__patch__wrap {
  -webkit-box-shadow: 0 -5px 5px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 -5px 5px -5px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.vitapay-instruction .tienich__patch {
  padding: 20px 0 40px;
}

@media (max-width: 991.98px) {
  .vitapay-instruction .tienich__patch {
    padding: 10px 0 15px;
  }
}

.vitapay-instruction .tienich__patch__item {
  display: none;
  -webkit-animation: tabFadeEffect 1s;
  animation: tabFadeEffect 1s;
}

.vitapay-instruction .tienich__patch__item.is-active {
  display: block;
}

@-webkit-keyframes tabFadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes tabFadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.vitapay-instruction .tienich__cat__gradient {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

@media (max-width: 991.98px) {
  .vitapay-instruction .tienich__cat__gradient {
    margin-bottom: 0;
    margin-right: -10px;
    max-width: 100%;
  }
  .vitapay-instruction .tienich__cat__gradient:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), #fff);
    pointer-events: none;
  }
}

.vitapay-instruction .tienich__cat {
  text-align: center;
  margin-bottom: 15px;
  position: relative;
}

@media (max-width: 991.98px) {
  .vitapay-instruction .tienich__cat {
    text-align: center;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
    display: block;
    -webkit-overflow-scrolling: auto;
    margin-bottom: 5px;
  }
  .vitapay-instruction .tienich__cat li:last-child .tienich__cat__link {
    padding-right: 20px;
  }
}

.vitapay-instruction .tienich__tab__nav {
  width: 0;
  position: relative;
  height: 100%;
  z-index: 5;
}

.vitapay-instruction .tienich__tab__nav.right .tienich__tab__btn {
  left: 0;
}

.vitapay-instruction .tienich__tab__btn {
  height: 100%;
  width: 44px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: pointer;
  font-size: 20px;
  color: #757575;
}

.vitapay-instruction .tienich__tab__btn.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}

.vitapay-instruction .tienich__tab__btn:focus,
.vitapay-instruction .tienich__tab__btn:hover {
  color: #2C6D13;
}

.vitapay-instruction .tienich__cat__link {
  display: block;
  background: #fff;
  padding: 6px 15px 6px 35px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 40px;
  position: relative;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1), 0 1px 4px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1), 0 1px 4px rgba(0, 0, 0, 0.1) !important;
  border-radius: 40px;
  color: #616161;
  border: 1px solid transparent;
}

.vitapay-instruction .tienich__cat__link.active {
  border: 1px solid #2C6D13;
  color: #2C6D13;
}

@media (max-width: 991.98px) {
  .vitapay-instruction .tienich__cat__link.active .tienich__cat__icon {
    background-color: #2C6D13;
    border: 1px solid #2C6D13;
    -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
  }
  .vitapay-instruction .tienich__cat__link.active .tienich__cat__icon img {
    -webkit-filter: grayscale(100%) brightness(1000%);
    filter: grayscale(100%) brightness(1000%);
  }
}

@media (max-width: 991.98px) {
  .vitapay-instruction .tienich__cat__link {
    padding: 5px 5px 5px;
    border-radius: 0;
    margin-bottom: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none !important;
  }
  .vitapay-instruction .tienich__cat__link .tienich__cat__name {
    display: none;
  }
  .vitapay-instruction .tienich__cat__link .tienich__cat__icon {
    position: relative;
    width: 44px;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    top: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #eee;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05), 0 1px 4px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.05), 0 1px 4px rgba(0, 0, 0, 0.05);
  }
  .vitapay-instruction .tienich__cat__link .tienich__cat__icon img {
    width: 32px;
  }
}

.vitapay-instruction .tienich__cat__icon {
  display: block;
  position: absolute;
  width: 26px;
  left: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.vitapay-instruction .tienich__box {
  background: #ffe9f1;
  border-radius: 20px;
  padding: 25px 30px;
  max-width: 1000px;
  margin: 0 auto;
}

@media (max-width: 767.98px) {
  .vitapay-instruction .tienich__box {
    border-radius: 5px;
    padding: 0 5px;
    background-color: #fff;
  }
}

.vitapay-instruction .tienich__feature img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 5px;
}

.vitapay-instruction .tienich__list {
  margin-top: 20px;
  position: relative;
}

.vitapay-instruction .tienich__list li:not(:last-child) {
  padding-bottom: 15px;
}

.vitapay-instruction .tienich__list li:not(:last-child):after {
  content: "";
  position: absolute;
  left: 12px;
  z-index: 1;
  width: 1px;
  height: 100%;
  top: 0;
  background-color: #e0e0e0;
}

.vitapay-instruction .tienich__list li {
  color: #212121;
  position: relative;
  z-index: 1;
  padding-left: 35px;
}

.vitapay-instruction .tienich__list img {
  position: absolute;
  top: -2px;
  left: 0;
  z-index: 2;
}

.vitapay-instruction .tienich__merchant {
  text-align: center;
  position: relative;
}

.vitapay-instruction .tienich__merchant a:hover ~ .tienich__merchant__name {
  color: #2C6D13;
}

.vitapay-instruction .tienich__merchant__image {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  background: #fff;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
}

.vitapay-instruction .tienich__merchant__name {
  font-size: 12px;
  line-height: 15px;
}

.vitapay-instruction .click-none {
  pointer-events: none;
  cursor: default;
}

.vitapay-instruction .tienich__tab {
  position: relative;
}

.vitapay-instruction .tienich__tab.is-show .tienich__tab__more {
  -webkit-animation-name: isShow;
  animation-name: isShow;
  -webkit-animation-duration: 7s;
  animation-duration: 7s;
}

.vitapay-instruction .tienich__tab__more {
  width: 34px;
  border-radius: 5px;
  height: 34px;
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  opacity: 0;
  z-index: 2;
  cursor: none;
  pointer-events: none;
  display: none;
}

.vitapay-instruction .tienich__tab__more svg {
  height: 20px;
}

@media (max-width: 767.98px) {
  .vitapay-instruction .tienich__tab__more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@-webkit-keyframes isShow {
  0% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes isShow {
  0% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.vitapay-instruction body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.vitapay-instruction .hotnew-question-more {
  z-index: 10;
}

.vitapay-instruction .hotnew-nav .nav-link {
  font-size: 16px;
}

.vitapay-instruction .hotnew-question-item {
  padding: 14px 0;
}

.vitapay-instruction .hotnew-tab-content {
  height: 310px;
}

.vitapay-instruction .feature-hero .container {
  z-index: 8;
}

.vitapay-instruction .modalMerchantDetail .modal-dialog {
  max-width: 420px;
}

.vitapay-instruction .modalMerchantDetail .modal-body {
  overflow: hidden;
}

.vitapay-instruction .merchantList .promo-feature {
  background: #fff;
  background-size: cover;
}

.vitapay-instruction .lixi-taitro-item img.normal {
  filter: grayscale(0);
}

.vitapay-instruction .promotion-accordion.help-center-accordion .card-body p,
.vitapay-instruction .promotion-accordion.help-center-accordion .card-body ul {
  margin-bottom: 0px;
}

.vitapay-instruction .promo-countdown-container {
  padding: 40px 0 20px;
}

.vitapay-instruction .modal-dialog-article {
  max-width: 770px;
}

.vitapay-instruction .modal-dialog-article .modal-body {
  max-height: 700px;
  overflow-y: scroll;
}

.vitapay-instruction .modal-dialog-article .post-title {
  font-size: 20px;
}

.vitapay-instruction .promotion-how .process__body-content p span a {
  color: #fff;
}

.vitapay-instruction .promotion-how .process__body-content p span a:hover {
  color: #cccccc;
}

.vitapay-instruction .banner2-noidung {
  margin-left: 0;
}

.vitapay-instruction .banner2-noidung div.row {
  margin-top: 40px;
}

.vitapay-instruction .sticky-bottom {
  position: -webkit-sticky;
  position: sticky;
  bottom: -1px;
  z-index: 1020;
}

.vitapay-instruction .promo-countdown-container {
  padding: 10px 0 0px;
}

.vitapay-instruction .swiper-button-next.swiper-button-disabled,
.vitapay-instruction .swiper-button-prev.swiper-button-disabled {
  pointer-events: inherit;
}

.vitapay-instruction help-article {
  display: none;
}

.vitapay-instruction .topic-content-head.header-seo {
  margin-left: -20px;
}

.vitapay-instruction .topic-content-head.header-seo h1 {
  font-size: 2rem;
}

.vitapay-instruction .post-body .gallery-thumbs .swiper-slide {
  width: 25%;
  height: auto;
  color: none;
}

.vitapay-instruction .post-body .post-slider-caption {
  background-color: rgba(156, 154, 154, 0.45);
}

.vitapay-instruction .post-body .swiper-container img {
  padding-bottom: 0px;
}

.vitapay-instruction .search-result-content .more {
  cursor: pointer;
}

.vitapay-instruction .cgv-container,
.vitapay-instruction .tab-content-cgv {
  padding-bottom: 0px;
}

.vitapay-instruction .global-social-item a {
  background: #2C6D13;
  cursor: pointer;
}

.vitapay-instruction .global-social-item a:hover {
  background: #e0078c;
}

.vitapay-instruction .h08em {
  height: 0.8em;
}

.vitapay-instruction .topic-content img,
.vitapay-instruction .topic-content table {
  max-width: 100%;
}

.vitapay-instruction .promo-feature-img {
  padding: 0;
}

.vitapay-instruction .modal-catalog-btn.btn {
  margin-bottom: 25px;
}

@media (max-width: 767.98px) {
  .vitapay-instruction .manual-process {
    margin-bottom: 30px;
  }
  .vitapay-instruction .process.d-block {
    display: flex !important;
  }
  .vitapay-instruction .block-more {
    padding: 9px;
  }
  .vitapay-instruction #back-to-top .call .call-mobile {
    box-shadow: none;
    background-color: transparent;
  }
}

@media (max-width: 991.98px) {
  .vitapay-instruction .global-social {
    background: #2C6D13;
  }
}

.vitapay-instruction .feature-categories-list li.active {
  background: #2C6D13;
  font-weight: 500;
}

.vitapay-instruction .feature-categories-list li.active a {
  color: white;
}

.vitapay-instruction .gm-momo-custom .gm-style .gm-style-iw-d {
  overflow: hidden !important;
  max-width: initial !important;
  max-height: initial !important;
}

.vitapay-instruction .gm-momo-custom .gm-style .gm-style-iw-c {
  padding: 0;
  max-height: initial !important;
  max-width: initial !important;
}

.vitapay-instruction .gm-momo-custom .gm-style .gm-style-iw > button {
  background: url(/styles/desktop/images/dtt/close_infobox.png) no-repeat center center !important;
  top: 0 !important;
  right: 0 !important;
  z-index: 1000;
}

.vitapay-instruction .gm-momo-custom .marker_info img {
  max-height: 150px;
}

.vitapay-instruction .post-body .help-center ul li.scrollmenu-item::before {
  display: none;
}

.vitapay-instruction .img-trace {
  position: absolute;
  left: -1000px;
  z-index: -10000;
}

.vitapay-instruction .copyright {
  background: 0 0;
}

.vitapay-instruction .footer-nav-container {
  overflow: hidden;
  --wrap-bg-color: #303030;
}

.vitapay-instruction .footer-nav-container.old-layout > .col-12 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}

@media (min-width: 992px) {
  .vitapay-instruction .footer-nav-container {
    margin-top: 15px;
  }
}

.vitapay-instruction .footer-nav-container + .footer__meta {
  margin-top: 0;
}

.vitapay-instruction .footer-nav-container .breadcrumb-container {
  background: 0 0;
  box-shadow: unset;
  font-size: 13px;
}

.vitapay-instruction .footer-nav-container .breadcrumb {
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: auto;
  margin: 0;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 0;
  background-color: transparent;
}

.vitapay-instruction .footer-nav-container .breadcrumb-item {
  flex: 0 0 auto;
  padding-right: 0.5rem;
  display: flex;
  align-items: center;
}

.vitapay-instruction .footer-nav-container .breadcrumb-item:focus a,
.vitapay-instruction .footer-nav-container .breadcrumb-item:hover a {
  transform: unset;
}

.vitapay-instruction .footer-nav-container .breadcrumb-item:nth-child(2)::before {
  display: none;
}

.vitapay-instruction .footer-nav-container .breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.vitapay-instruction .footer-nav-container .breadcrumb-item + .breadcrumb-item:before {
  background: #9e9e9e;
  width: 1px;
  padding: 0;
  margin-right: 10px;
  content: "";
  position: unset;
  left: unset;
  top: unset;
  height: 1rem;
  opacity: 0.5;
  color: #757575;
}

.vitapay-instruction .footer-nav-container .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.8);
}

.vitapay-instruction .footer-nav-container .breadcrumb-item a:focus,
.vitapay-instruction .footer-nav-container .breadcrumb-item a:hover {
  color: #fff;
}

@media (max-width: 767.98px) {
  .vitapay-instruction .footer-nav-container .breadcrumb-item {
    padding-right: 8px;
  }
  .vitapay-instruction .footer-nav-container .breadcrumb-item + .breadcrumb-item:before {
    margin-right: 10px;
  }
  .vitapay-instruction .footer-nav-container .breadcrumb-item .breadcrumb {
    padding-left: 0;
    padding-right: 0;
  }
}

.vitapay-instruction .footer-nav-container .img-icon {
  width: 1.5em;
  margin-right: 4px;
  position: relative;
  top: -1px;
}

.vitapay-instruction .footer-nav-container .wrap__scroll__next {
  background-color: transparent;
}

.vitapay-instruction .wrap__scroll__next {
  display: none;
}

@media (max-width: 767.98px) {
  .vitapay-instruction .footer .container > .wrap__scroll {
    margin-left: -15px;
  }
  .vitapay-instruction .footer .container > .wrap__scroll .wrap__scroll__target {
    padding-left: 15px;
  }
  .vitapay-instruction .footer .wrap__scroll {
    position: relative;
    padding-right: 0;
    position: relative;
    transition: opacity 0.25s;
  }
  .vitapay-instruction .footer .wrap__scroll:after {
    content: "";
    z-index: 2;
    display: block;
    position: absolute;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#fff));
    background: #fff;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, var(--wrap-bg-color) 35%, var(--wrap-bg-color) 100%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, -o-var(--wrap-bg-color) 35%, -o-var(--wrap-bg-color) 100%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, -ms-var(--wrap-bg-color) 35%, -ms-var(--wrap-bg-color) 100%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, -moz-var(--wrap-bg-color) 35%, -moz-var(--wrap-bg-color) 100%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, -webkit-var(--wrap-bg-color) 35%, -webkit-var(--wrap-bg-color) 100%);
    right: -8px;
    width: 45px;
    pointer-events: none;
  }
  .vitapay-instruction .footer .wrap__scroll.is-bg-gray {
    background: #f5f5f5;
  }
  .vitapay-instruction .footer .wrap__scroll.is-bg-gray:after {
    background: linear-gradient(90deg, rgba(245, 245, 245, 0) 0, #f5f5f5 50%, #f5f5f5 100%);
  }
  .vitapay-instruction .footer .wrap__scroll.is-bg-pink {
    background: #fceff4;
  }
  .vitapay-instruction .footer .wrap__scroll.is-bg-pink:after {
    background: linear-gradient(90deg, rgba(252, 239, 244, 0) 0, #fceff4 50%, #fceff4 100%);
  }
  .vitapay-instruction .footer .wrap__scroll.wrap-active .wrap__scroll__next {
    display: flex;
  }
  .vitapay-instruction .footer .wrap__scroll__next {
    display: none;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    right: -8px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #e0e0e0;
    align-items: center;
    justify-content: center;
    z-index: 3;
  }
  .vitapay-instruction .footer .wrap__scroll__next .svg-icon {
    width: 17px;
    opacity: 0.9;
  }
  .vitapay-instruction .footer .wrap__scroll__next:after {
    content: "";
    height: 44px;
    position: absolute;
    width: 44px;
    right: 0;
    background: 0 0;
  }
  .vitapay-instruction .footer .wrap__scroll__target {
    padding-right: 30px !important;
  }
}

.vitapay-instruction .process_item.active .process__number {
  background-image: linear-gradient(90deg, #2C6D13, #7BB922) !important;
  border: unset;
}

.vitapay-instruction .nav-link {
  border-radius: unset;
}
