/*
Theme Name: Bootstrap 4 Sass
Description: Bootstrap 4 with Sass
*/
/* IMPORTS */
/* VARIABLES */
/* TYPOGRAPHY */
/* Google Fonts */
/*!
 * Bootstrap v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
 :root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #E4002B;
  --secondary: #ff4e2e;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

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

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

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #5B5B5B;
  text-align: left;
  background-color: #fff; }

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

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

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

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

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

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

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

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

dt {
  font-weight: bold; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #E4002B;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #a7001f;
    text-decoration: underline; }

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

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

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

figure {
  margin: 0 0 1rem; }

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

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

table {
  border-collapse: collapse; }

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

th {
  text-align: inherit; }

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

button {
  border-radius: 0; }

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

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

[role="button"] {
  cursor: pointer; }

select {
  word-wrap: normal; }

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

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

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

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

textarea {
  overflow: auto;
  resize: vertical; }

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }
  @media (max-width: 1200px) {
    legend {
      font-size: calc(1.275rem + 0.3vw) ; } }

progress {
  vertical-align: baseline; }

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

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

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

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

output {
  display: inline-block; }

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

template {
  display: none; }

[hidden] {
  display: none !important; }

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

h1, .h1 {
  font-size: 2.5rem; }
  @media (max-width: 1200px) {
    h1, .h1 {
      font-size: calc(1.375rem + 1.5vw) ; } }

h2, .h2 {
  font-size: 2rem; }
  @media (max-width: 1200px) {
    h2, .h2 {
      font-size: calc(1.325rem + 0.9vw) ; } }

h3, .h3 {
  font-size: 1.75rem; }
  @media (max-width: 1200px) {
    h3, .h3 {
      font-size: calc(1.3rem + 0.6vw) ; } }

h4, .h4 {
  font-size: 1.5rem; }
  @media (max-width: 1200px) {
    h4, .h4 {
      font-size: calc(1.275rem + 0.3vw) ; } }

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

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

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

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }
  @media (max-width: 1200px) {
    .display-1 {
      font-size: calc(1.725rem + 5.7vw) ; } }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }
  @media (max-width: 1200px) {
    .display-2 {
      font-size: calc(1.675rem + 5.1vw) ; } }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }
  @media (max-width: 1200px) {
    .display-3 {
      font-size: calc(1.575rem + 3.9vw) ; } }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }
  @media (max-width: 1200px) {
    .display-4 {
      font-size: calc(1.475rem + 2.7vw) ; } }

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

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

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

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

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

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

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

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

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

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

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

.figure {
  display: inline-block; }

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

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

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

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

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

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

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

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

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

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

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

.row, .dashboard--history--actions, .dashboard--profile--info, .dashboard--profile--actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

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

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .dashboard--history--actions-action, .col-7, .col-8, .col-9, .col-10, .dashboard--history--button, .dashboard--history--actions-content, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .dashboard--details-row--column, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-6, .dashboard--history--actions-action {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

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

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

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

.col-10, .dashboard--history--button, .dashboard--history--actions-content {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333%;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .col-lg {
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 0;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3, .dashboard--history--button, .dashboard--history--actions-action, .dashboard--history--actions-content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4, .dashboard--details-row--column {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -webkit-order: 13;
        -ms-flex-order: 13;
            order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

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

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #5B5B5B; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }

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

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

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

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

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

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #f7b8c4; }

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

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

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #ffcdc4; }

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

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

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

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

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

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

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

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

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

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

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

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ced4da;
  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;
  -o-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;
  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) {
    .form-control {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ff6582;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(228, 0, 43, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(228, 0, 43, 0.25); }
  .form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

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

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

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

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

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

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

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

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

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

textarea.form-control {
  height: auto; }

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

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

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

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

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

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

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

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

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

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

.was-validated .form-control:valid, .form-control.is-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' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  -webkit-background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
          background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated textarea.form-control:valid, 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); }

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

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

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

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

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

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

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

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

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

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

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

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  -webkit-background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
          background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated textarea.form-control:invalid, 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); }

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

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

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

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

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

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

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

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

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

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

.btn, .path-dashboard .ui-dialog button [id*=edit-cancel] {
  display: inline-block;
  font-weight: normal;
  color: #5B5B5B;
  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 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -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;
  -o-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;
  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) {
    .btn, .path-dashboard .ui-dialog button [id*=edit-cancel] {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .btn:hover, .path-dashboard .ui-dialog button :hover[id*=edit-cancel] {
    color: #5B5B5B;
    text-decoration: none; }
  .btn:focus, .path-dashboard .ui-dialog button :focus[id*=edit-cancel], .btn.focus, .path-dashboard .ui-dialog button .focus[id*=edit-cancel] {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(228, 0, 43, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(228, 0, 43, 0.25); }
  .btn.disabled, .path-dashboard .ui-dialog button .disabled[id*=edit-cancel], .btn:disabled, .path-dashboard .ui-dialog button :disabled[id*=edit-cancel] {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled), .path-dashboard .ui-dialog button :not(:disabled):not(.disabled)[id*=edit-cancel] {
    cursor: pointer; }

a.btn.disabled, .path-dashboard .ui-dialog button a.disabled[id*=edit-cancel],
fieldset:disabled a.btn,
fieldset:disabled .path-dashboard .ui-dialog button a[id*=edit-cancel],
.path-dashboard .ui-dialog button fieldset:disabled a[id*=edit-cancel] {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #E4002B;
  border-color: #E4002B; }
  .btn-primary:hover {
    color: #fff;
    background-color: #be0024;
    border-color: #b10021; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #be0024;
    border-color: #b10021;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(232, 38, 75, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(232, 38, 75, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #E4002B;
    border-color: #E4002B; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #b10021;
    border-color: #a4001f; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(232, 38, 75, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(232, 38, 75, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #ff4e2e;
  border-color: #ff4e2e; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #ff2e08;
    border-color: #fa2600; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #ff2e08;
    border-color: #fa2600;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 105, 77, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 105, 77, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #ff4e2e;
    border-color: #ff4e2e; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #fa2600;
    border-color: #ed2400; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 105, 77, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(255, 105, 77, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-outline-primary {
  color: #E4002B;
  border-color: #E4002B; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #E4002B;
    border-color: #E4002B; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(228, 0, 43, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(228, 0, 43, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #E4002B;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #E4002B;
    border-color: #E4002B; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(228, 0, 43, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(228, 0, 43, 0.5); }

.btn-outline-secondary {
  color: #ff4e2e;
  border-color: #ff4e2e; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #ff4e2e;
    border-color: #ff4e2e; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 78, 46, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 78, 46, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #ff4e2e;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #ff4e2e;
    border-color: #ff4e2e; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 78, 46, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(255, 78, 46, 0.5); }

.btn-outline-success {
  color: #28a745;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

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

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

.btn-link {
  font-weight: normal;
  color: #E4002B;
  text-decoration: none; }
  .btn-link:hover {
    color: #a7001f;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn, .path-dashboard .ui-dialog button .btn-group-lg > [id*=edit-cancel] {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn, .path-dashboard .ui-dialog button .btn-group-sm > [id*=edit-cancel] {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

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

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

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: normal;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #E4002B; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent; }

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

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

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

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn, .path-dashboard .ui-dialog button .btn-group > [id*=edit-cancel],
  .btn-group-vertical > .btn,
  .path-dashboard .ui-dialog button .btn-group-vertical > [id*=edit-cancel] {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
    .btn-group > .btn:hover, .path-dashboard .ui-dialog button .btn-group > :hover[id*=edit-cancel],
    .btn-group-vertical > .btn:hover,
    .path-dashboard .ui-dialog button .btn-group-vertical > :hover[id*=edit-cancel] {
      z-index: 1; }
    .btn-group > .btn:focus, .path-dashboard .ui-dialog button .btn-group > :focus[id*=edit-cancel], .btn-group > .btn:active, .path-dashboard .ui-dialog button .btn-group > :active[id*=edit-cancel], .btn-group > .btn.active, .path-dashboard .ui-dialog button .btn-group > .active[id*=edit-cancel],
    .btn-group-vertical > .btn:focus,
    .path-dashboard .ui-dialog button .btn-group-vertical > :focus[id*=edit-cancel],
    .btn-group-vertical > .btn:active,
    .path-dashboard .ui-dialog button .btn-group-vertical > :active[id*=edit-cancel],
    .btn-group-vertical > .btn.active,
    .path-dashboard .ui-dialog button .btn-group-vertical > .active[id*=edit-cancel] {
      z-index: 1; }

.btn-toolbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child), .path-dashboard .ui-dialog button .btn-group > :not(:first-child)[id*=edit-cancel],
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .path-dashboard .ui-dialog button .btn-group > :not(:last-child):not(.dropdown-toggle)[id*=edit-cancel],
.btn-group > .btn-group:not(:last-child) > .btn,
.path-dashboard .ui-dialog button .btn-group > .btn-group:not(:last-child) > [id*=edit-cancel] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child), .path-dashboard .ui-dialog button .btn-group > :not(:first-child)[id*=edit-cancel],
.btn-group > .btn-group:not(:first-child) > .btn,
.path-dashboard .ui-dialog button .btn-group > .btn-group:not(:first-child) > [id*=edit-cancel] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

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

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .path-dashboard .ui-dialog button .btn-group-sm > [id*=edit-cancel] + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .path-dashboard .ui-dialog button .btn-group-lg > [id*=edit-cancel] + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

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

  .btn-group-vertical > .btn,
  .path-dashboard .ui-dialog button .btn-group-vertical > [id*=edit-cancel],
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child), .path-dashboard .ui-dialog button .btn-group-vertical > :not(:first-child)[id*=edit-cancel],
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .path-dashboard .ui-dialog button .btn-group-vertical > :not(:last-child):not(.dropdown-toggle)[id*=edit-cancel],
  .btn-group-vertical > .btn-group:not(:last-child) > .btn,
  .path-dashboard .ui-dialog button .btn-group-vertical > .btn-group:not(:last-child) > [id*=edit-cancel] {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child), .path-dashboard .ui-dialog button .btn-group-vertical > :not(:first-child)[id*=edit-cancel],
  .btn-group-vertical > .btn-group:not(:first-child) > .btn,
  .path-dashboard .ui-dialog button .btn-group-vertical > .btn-group:not(:first-child) > [id*=edit-cancel] {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn, .path-dashboard .ui-dialog button .btn-group-toggle > [id*=edit-cancel],
.btn-group-toggle > .btn-group > .btn,
.path-dashboard .ui-dialog button .btn-group-toggle > .btn-group > [id*=edit-cancel] {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"], .path-dashboard .ui-dialog button .btn-group-toggle > [id*=edit-cancel] input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .path-dashboard .ui-dialog button .btn-group-toggle > [id*=edit-cancel] input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .path-dashboard .ui-dialog button .btn-group-toggle > .btn-group > [id*=edit-cancel] input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"],
  .path-dashboard .ui-dialog button .btn-group-toggle > .btn-group > [id*=edit-cancel] input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

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

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .input-group-prepend .btn, .input-group-prepend .path-dashboard .ui-dialog button [id*=edit-cancel], .path-dashboard .ui-dialog button .input-group-prepend [id*=edit-cancel],
  .input-group-append .btn,
  .input-group-append .path-dashboard .ui-dialog button [id*=edit-cancel],
  .path-dashboard .ui-dialog button .input-group-append [id*=edit-cancel] {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus, .input-group-prepend .path-dashboard .ui-dialog button :focus[id*=edit-cancel], .path-dashboard .ui-dialog button .input-group-prepend :focus[id*=edit-cancel],
    .input-group-append .btn:focus,
    .input-group-append .path-dashboard .ui-dialog button :focus[id*=edit-cancel],
    .path-dashboard .ui-dialog button .input-group-append :focus[id*=edit-cancel] {
      z-index: 3; }
  .input-group-prepend .btn + .btn, .input-group-prepend .path-dashboard .ui-dialog button [id*=edit-cancel] + .btn, .path-dashboard .ui-dialog button .input-group-prepend [id*=edit-cancel] + .btn, .input-group-prepend .path-dashboard .ui-dialog button .btn + [id*=edit-cancel], .path-dashboard .ui-dialog button .input-group-prepend .btn + [id*=edit-cancel], .input-group-prepend .path-dashboard .ui-dialog button [id*=edit-cancel] + [id*=edit-cancel], .path-dashboard .ui-dialog button .input-group-prepend [id*=edit-cancel] + [id*=edit-cancel],
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .path-dashboard .ui-dialog button [id*=edit-cancel] + .input-group-text,
  .path-dashboard .ui-dialog button .input-group-prepend [id*=edit-cancel] + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-prepend .path-dashboard .ui-dialog button .input-group-text + [id*=edit-cancel],
  .path-dashboard .ui-dialog button .input-group-prepend .input-group-text + [id*=edit-cancel],
  .input-group-append .btn + .btn,
  .input-group-append .path-dashboard .ui-dialog button [id*=edit-cancel] + .btn,
  .path-dashboard .ui-dialog button .input-group-append [id*=edit-cancel] + .btn,
  .input-group-append .path-dashboard .ui-dialog button .btn + [id*=edit-cancel],
  .path-dashboard .ui-dialog button .input-group-append .btn + [id*=edit-cancel],
  .input-group-append .path-dashboard .ui-dialog button [id*=edit-cancel] + [id*=edit-cancel],
  .path-dashboard .ui-dialog button .input-group-append [id*=edit-cancel] + [id*=edit-cancel],
  .input-group-append .btn + .input-group-text,
  .input-group-append .path-dashboard .ui-dialog button [id*=edit-cancel] + .input-group-text,
  .path-dashboard .ui-dialog button .input-group-append [id*=edit-cancel] + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn,
  .input-group-append .path-dashboard .ui-dialog button .input-group-text + [id*=edit-cancel],
  .path-dashboard .ui-dialog button .input-group-append .input-group-text + [id*=edit-cancel] {
    margin-left: -1px; }

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

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

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

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

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.path-dashboard .ui-dialog button .input-group-lg > .input-group-prepend > [id*=edit-cancel],
.input-group-lg > .input-group-append > .btn,
.path-dashboard .ui-dialog button .input-group-lg > .input-group-append > [id*=edit-cancel] {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

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

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.path-dashboard .ui-dialog button .input-group-sm > .input-group-prepend > [id*=edit-cancel],
.input-group-sm > .input-group-append > .btn,
.path-dashboard .ui-dialog button .input-group-sm > .input-group-append > [id*=edit-cancel] {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

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

.input-group > .input-group-prepend > .btn, .path-dashboard .ui-dialog button .input-group > .input-group-prepend > [id*=edit-cancel],
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.path-dashboard .ui-dialog button .input-group > .input-group-append:not(:last-child) > [id*=edit-cancel],
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.path-dashboard .ui-dialog button .input-group > .input-group-append:last-child > :not(:last-child):not(.dropdown-toggle)[id*=edit-cancel],
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn, .path-dashboard .ui-dialog button .input-group > .input-group-append > [id*=edit-cancel],
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.path-dashboard .ui-dialog button .input-group > .input-group-prepend:not(:first-child) > [id*=edit-cancel],
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.path-dashboard .ui-dialog button .input-group > .input-group-prepend:first-child > :not(:first-child)[id*=edit-cancel],
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

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

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

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #E4002B;
    background-color: #E4002B; }
  .custom-control-input:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(228, 0, 43, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(228, 0, 43, 0.25); }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #ff6582; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #ff98ab;
    border-color: #ff98ab; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%; }

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

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #E4002B;
  background-color: #E4002B; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(228, 0, 43, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(228, 0, 43, 0.5); }

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

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(228, 0, 43, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    -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;
    -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -o-transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -o-transform 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(0.75rem);
         -o-transform: translateX(0.75rem);
            transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(228, 0, 43, 0.5); }

.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: normal;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-select:focus {
    border-color: #ff6582;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(228, 0, 43, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(228, 0, 43, 0.25); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

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

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

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

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #ff6582;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(228, 0, 43, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(228, 0, 43, 0.25); }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: normal;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(228, 0, 43, 0.25);
              box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(228, 0, 43, 0.25); }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(228, 0, 43, 0.25); }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(228, 0, 43, 0.25); }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #E4002B;
    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;
    -o-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;
    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) {
      .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #ff98ab; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #E4002B;
    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;
    -o-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;
    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) {
      .custom-range::-moz-range-thumb {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #ff98ab; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #E4002B;
    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;
    -o-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;
    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) {
      .custom-range::-ms-thumb {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #ff98ab; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  -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;
  -o-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;
  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) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }

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

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

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

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

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #E4002B; }

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

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

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

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

.navbar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar .container,
  .navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.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; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

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

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

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

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

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

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

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

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

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

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

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

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

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

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

.card-link + .card-link {
  margin-left: 1.25rem; }

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

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

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

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

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

.card-img,
.card-img-top,
.card-img-bottom {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%; }

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

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

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

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

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

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

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

.accordion > .card {
  overflow: hidden; }
  .accordion > .card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .accordion > .card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .accordion > .card > .card-header {
    border-radius: 0;
    margin-bottom: -1px; }

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

.breadcrumb-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem; }
    .breadcrumb-item + .breadcrumb-item::before {
      display: inline-block;
      padding-right: 0.5rem;
      color: #6c757d;
      content: "/"; }
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: underline; }
  .breadcrumb-item + .breadcrumb-item:hover::before {
    text-decoration: none; }
  .breadcrumb-item.active {
    color: #6c757d; }

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

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #E4002B;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #a7001f;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 3;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(228, 0, 43, 0.25);
            box-shadow: 0 0 0 0.2rem rgba(228, 0, 43, 0.25); }

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

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

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #E4002B;
  border-color: #E4002B; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

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

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

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

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

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

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

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -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;
  -o-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;
  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) {
    .badge {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  a.badge:hover, a.badge:focus {
    text-decoration: none; }
  .badge:empty {
    display: none; }

.btn .badge, .path-dashboard .ui-dialog button [id*=edit-cancel] .badge {
  position: relative;
  top: -1px; }

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

.badge-primary {
  color: #fff;
  background-color: #E4002B; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #b10021; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(228, 0, 43, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(228, 0, 43, 0.5); }

.badge-secondary {
  color: #fff;
  background-color: #ff4e2e; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #fa2600; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 78, 46, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 78, 46, 0.5); }

.badge-success {
  color: #fff;
  background-color: #28a745; }
  a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }
  a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #117a8b; }
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00; }
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.badge-danger {
  color: #fff;
  background-color: #dc3545; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #bd2130; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

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

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

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

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

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

.alert-heading {
  color: inherit; }

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

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

.alert-primary {
  color: #770016;
  background-color: #faccd5;
  border-color: #f7b8c4; }
  .alert-primary hr {
    border-top-color: #f4a1b1; }
  .alert-primary .alert-link {
    color: #44000d; }

.alert-secondary {
  color: #852918;
  background-color: #ffdcd5;
  border-color: #ffcdc4; }
  .alert-secondary hr {
    border-top-color: #ffb7ab; }
  .alert-secondary .alert-link {
    color: #5a1c10; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-danger hr {
    border-top-color: #f1b0b7; }
  .alert-danger .alert-link {
    color: #491217; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

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

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #E4002B;
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }

.progress-bar-striped {
  background-image: -webkit-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-image: -o-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-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);
  -webkit-background-size: 1rem 1rem;
          background-size: 1rem 1rem; }

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

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

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

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

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

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

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row; }
  .list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0; }
  .list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0; }
  .list-group-horizontal > .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
    .list-group-horizontal > .list-group-item + .list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px; }

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

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

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

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

.list-group-flush {
  border-radius: 0; }
  .list-group-flush > .list-group-item {
    border-width: 0 0 1px; }
    .list-group-flush > .list-group-item:last-child {
      border-bottom-width: 0; }

.list-group-item-primary {
  color: #770016;
  background-color: #f7b8c4; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #770016;
    background-color: #f4a1b1; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #770016;
    border-color: #770016; }

.list-group-item-secondary {
  color: #852918;
  background-color: #ffcdc4; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #852918;
    background-color: #ffb7ab; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #852918;
    border-color: #852918; }

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460; }

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404; }

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182; }

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  @media (max-width: 1200px) {
    .close {
      font-size: calc(1.275rem + 0.3vw) ; } }
  .close:hover {
    color: #000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

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

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

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-background-clip: padding-box;
          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; }
  .toast:not(:last-child) {
    margin-bottom: 0.75rem; }
  .toast.showing {
    opacity: 1; }
  .toast.show {
    display: block;
    opacity: 1; }
  .toast.hide {
    display: none; }

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

.toast-body {
  padding: 0.75rem; }

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem);
      height: -webkit-min-content;
      height: -moz-min-content;
      height: min-content; }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

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

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: normal;
  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; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

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

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

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: normal;
  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;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

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

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

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

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

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

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

.carousel {
  position: relative; }

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

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

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

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

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

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

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
       -o-transform: none;
          transform: none; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }

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

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

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

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

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

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

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

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

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

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-o-keyframes spinner-border {
  to {
    -o-transform: rotate(360deg);
       transform: rotate(360deg); } }

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg); } }

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
       -o-animation: spinner-border .75s linear infinite;
          animation: spinner-border .75s linear infinite; }

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

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    opacity: 1;
    -webkit-transform: none;
            transform: none; } }

@-o-keyframes spinner-grow {
  0% {
    -o-transform: scale(0);
       transform: scale(0); }
  50% {
    opacity: 1;
    -o-transform: none;
       transform: none; } }

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0); }
  50% {
    opacity: 1;
    -webkit-transform: none;
         -o-transform: none;
            transform: none; } }

.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 .75s linear infinite;
       -o-animation: spinner-grow .75s linear infinite;
          animation: spinner-grow .75s linear infinite; }

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

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

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #E4002B !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #b10021 !important; }

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

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #fa2600 !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

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

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

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

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }

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

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

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

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #E4002B !important; }

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

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

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

.border-danger {
  border-color: #dc3545 !important; }

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

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

.border-white {
  border-color: #fff !important; }

.rounded-sm {
  border-radius: 0.2rem !important; }

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

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

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

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

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

.rounded-lg {
  border-radius: 0.3rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

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

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

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

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

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

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

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

.d-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

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

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

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

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

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: column-reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; }

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

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

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

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

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -webkit-flex-grow: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important; }

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -webkit-flex-grow: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important; }

.flex-shrink-0 {
  -webkit-flex-shrink: 0 !important;
      -ms-flex-negative: 0 !important;
          flex-shrink: 0 !important; }

.flex-shrink-1 {
  -webkit-flex-shrink: 1 !important;
      -ms-flex-negative: 1 !important;
          flex-shrink: 1 !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }

.justify-content-around {
  -webkit-justify-content: space-around !important;
      -ms-flex-pack: distribute !important;
          justify-content: space-around !important; }

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

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

.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
      -ms-flex-align: center !important;
          align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important; }

.align-content-start {
  -webkit-align-content: flex-start !important;
      -ms-flex-line-pack: start !important;
          align-content: flex-start !important; }

.align-content-end {
  -webkit-align-content: flex-end !important;
      -ms-flex-line-pack: end !important;
          align-content: flex-end !important; }

.align-content-center {
  -webkit-align-content: center !important;
      -ms-flex-line-pack: center !important;
          align-content: center !important; }

.align-content-between {
  -webkit-align-content: space-between !important;
      -ms-flex-line-pack: justify !important;
          align-content: space-between !important; }

.align-content-around {
  -webkit-align-content: space-around !important;
      -ms-flex-line-pack: distribute !important;
          align-content: space-around !important; }

.align-content-stretch {
  -webkit-align-content: stretch !important;
      -ms-flex-line-pack: stretch !important;
          align-content: stretch !important; }

.align-self-auto {
  -webkit-align-self: auto !important;
      -ms-flex-item-align: auto !important;
          align-self: auto !important; }

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

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

.align-self-center {
  -webkit-align-self: center !important;
      -ms-flex-item-align: center !important;
          align-self: center !important; }

.align-self-baseline {
  -webkit-align-self: baseline !important;
      -ms-flex-item-align: baseline !important;
          align-self: baseline !important; }

.align-self-stretch {
  -webkit-align-self: stretch !important;
      -ms-flex-item-align: stretch !important;
          align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-sm-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-sm-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-sm-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-sm-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important; }
  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-sm-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important; }
  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-md-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-md-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-md-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-md-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-md-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important; }
  .align-self-md-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-md-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-md-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important; }
  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-lg-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-lg-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-lg-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-lg-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important; }
  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-lg-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important; }
  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-xl-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-xl-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-xl-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-xl-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important; }
  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-xl-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important; }
  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important; } }

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

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

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

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

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

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

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

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

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

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

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

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

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

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

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

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

.shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

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

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

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

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

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

.mr-0,
.mx-0,
.dashboard--profile--actions-action {
  margin-right: 0 !important; }

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

.ml-0,
.mx-0,
.dashboard--profile--actions-action {
  margin-left: 0 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-3, .add-payment-card-form .card-info .form-header, .purchase-history-popup--content-inner .subheading,
.my-3,
.dashboard--history--actions-action {
  margin-bottom: 1rem !important; }

.ml-3, .add-payment-card-form .card-info .js-form-item-expire-year,
.mx-3 {
  margin-left: 1rem !important; }

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

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

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

.mb-4, .dashboard--profile-heading, .dashboard--profile--info, .purchase-history-popup--content-inner h1,
.my-4 {
  margin-bottom: 1.5rem !important; }

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

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

.mt-5, .add-payment-card-form .card-info,
.my-5,
.add-payment-card-form {
  margin-top: 3rem !important; }

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

.mb-5, .purchase-history-popup--content-inner .purchase-summary--item.purchase-summary--item--total,
.my-5,
.add-payment-card-form {
  margin-bottom: 3rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mr-auto,
.mx-auto,
.dashboard--history--button,
.dashboard--history--actions-action,
.dashboard--history--actions-content {
  margin-right: auto !important; }

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

.ml-auto,
.mx-auto,
.dashboard--history--button,
.dashboard--history--actions-action,
.dashboard--history--actions-content {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0,
  .dashboard--history--actions-action {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0,
  .dashboard--history--actions-action {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

.text-justify {
  text-align: justify !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

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

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

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: normal !important; }

.font-weight-bold {
  font-weight: bold !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #E4002B !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #98001d !important; }

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

a.text-secondary:hover, a.text-secondary:focus {
  color: #e12200 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #19692c !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

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

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

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

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important; }

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

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

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

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

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

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

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

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

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

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6; }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

/**
 * @file
 * Styles for Bootstrap Barrio affix effect.
 */
.affix {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1035;
  left: 0; }

/**
 * @file
 * Visual styles for comments in Barrio.
 */
.alert-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 75vh;
  overflow: scroll;
  z-index: 9999; }

.toast-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999; }

/**
 * @file
 * Bootstrap Barrio specific styling for the Book module.
 */
.book-navigation .menu {
  border-top: 1px solid #dee2e6; }

.book-navigation .book-pager {
  border-bottom: 1px solid #dee2e6;
  border-top: 1px solid #dee2e6;
  margin: 0; }

/**
 * @file
 * Styling for the Book module.
 */
.book-navigation .menu {
  padding-bottom: 0;
  padding-top: 1em; }

.book-navigation .book-pager {
  margin: 0;
  overflow: auto;
  padding: 0.5em 0; }

.book-pager__item {
  display: inline-block;
  list-style-type: none;
  vertical-align: top; }

.book-pager__item--previous {
  text-align: left;
  /* LTR */
  width: 45%; }

[dir="rtl"] .book-pager__item--previous {
  float: right;
  text-align: right; }

.book-pager__item--center {
  text-align: center;
  width: 8%; }

.book-pager__item--next {
  float: right;
  /* LTR */
  text-align: right;
  /* LTR */
  width: 45%; }

[dir="rtl"] .book-pager__item--next {
  float: left;
  text-align: left; }

/**
 * @file
 * Styles for Bootstrap Barrio's breadcrumbs.
 */
.breadcrumb {
  font-size: 0.929em 0.875rem; }

.region-breadcrumb {
  padding: 0 15px 0.25em;
  width: 100%; }

/**
 * @file
 * Visual styles for comments in Bartik.
 */
/* This is required to win over specificity of #content h2 */
#content .comment-wrapper h2 {
  margin-bottom: 1em; }

#content .comment-wrapper h2.comment-form__title {
  margin-bottom: 1em; }

.field-node--comment {
  font-size: 0.875rem; }

.comment {
  margin-bottom: 1.25em;
  vertical-align: top;
  display: table; }

[dir="rtl"] .comment {
  direction: rtl; }

.comment__meta {
  padding: 0 30px 0 0;
  /* LTR */
  font-size: 1rem; }

[dir="rtl"] .comment__meta {
  padding: 0 0 0 30px; }

.comment__attribution img {
  border: 1px solid #dee2e6; }

/* This is required to win over specificity of .field--type-image img */
.comment .field--name-user-picture img {
  margin: 0; }

.comment__author .username {
  white-space: nowrap; }

.comment__author {
  margin: 4px 0;
  line-height: 1.2; }

.comment__time,
.comment__permalink {
  margin-bottom: 4px;
  color: #68696b;
  font-size: 0.875rem;
  line-height: 1.2;
  padding: 0 0.5em 0 0;
  /* LTR */ }

[dir="rtl"] .comment__time,
.comment__permalink {
  padding: 0 0 0 0.5em; }

.comment__permalink {
  font-size: 0.875rem;
  line-height: 1.2; }

.comment__content:before {
  content: '';
  position: absolute;
  right: 100%;
  /* LTR */
  top: 1.25em;
  border-top: 1.25em solid transparent;
  border-right: 1.25em solid #dee2e6;
  /* LTR */
  border-bottom: 1.25em solid transparent; }

[dir="rtl"] .comment__content:before {
  right: auto;
  left: 100%;
  border-right: none;
  border-left: 1.25em solid #dee2e6; }

.comment__content:after {
  content: '';
  position: absolute;
  right: 100%;
  /* LTR */
  top: 1.25em;
  border-top: 1.25em solid transparent;
  border-right: 1.25em solid #fff;
  /* LTR */
  border-bottom: 1.25em solid transparent;
  margin-right: -1px;
  /* LTR */ }

[dir="rtl"] .comment__content:after {
  right: auto;
  left: 100%;
  border-right: none;
  border-left: 1.25em solid #fff;
  margin-right: 0;
  margin-left: -1px; }

.comment__content h3 {
  margin-top: 0.94em;
  margin-bottom: 0.45em;
  font-size: 1.25rem; }

.comment__content nav {
  padding-top: 1px; }

.indented {
  margin-left: 40px;
  /* LTR */ }

[dir="rtl"] .indented {
  margin-right: 40px;
  margin-left: 0; }

.comment .links {
  padding: 0 0 0.25em 0; }

.comment .links-inline span {
  padding: 0 0.5em 0 0;
  /* LTR */
  font-size: 1rem; }

[dir="rtl"] .comment .links-inline span {
  padding: 0 0 0 0.5em; }

.comment--unpublished {
  margin-right: 5px;
  /* LTR */
  padding: 5px 2px 5px 5px;
  /* LTR */
  background: #ffa2b3; }

[dir="rtl"] .comment--unpublished {
  margin-left: 5px;
  margin-right: 0;
  padding: 5px 5px 5px 2px; }

/**
 * @todo: unpublished nodes have class .node--unpublished.
 * change this to .comment--unpublished.
 */
.unpublished .comment-text .comment-arrow {
  border-left: 1px solid #ffa2b3;
  border-right: 1px solid #ffa2b3; }

.unpublished {
  padding: 1.25em 1.25em 0; }

.comment-footer {
  display: table-row; }

.comment--unpublished .comment__text:after,
.node--unpublished .comment__text:after {
  border-right-color: #ffa2b3;
  /* LTR */ }

[dir="rtl"] .comment--unpublished .comment__content:after,
[dir="rtl"] .node--unpublished .comment__content:after {
  border-left-color: #ffa2b3; }

.views-field-variations > span > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.views-field-variations > span > div > div {
  display: inline-block; }

.views-field-variations {
  margin-bottom: 0; }
  .views-field-variations .field--name-price {
    display: inline-block;
    width: 70px;
    text-align: right;
    padding-bottom: 1.2rem; }
  .views-field-variations .field--type-entity-reference {
    padding-left: 1rem; }
  .views-field-variations .commerce-order-item-variation-cart-form-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%; }
    .views-field-variations .commerce-order-item-variation-cart-form-form .field--name-purchased-entity {
      padding: 0;
      margin: 0; }
    .views-field-variations .commerce-order-item-variation-cart-form-form .field--name-quantity {
      display: inline-block;
      margin-bottom: 0;
      padding: 0; }
      .views-field-variations .commerce-order-item-variation-cart-form-form .field--name-quantity label {
        display: none; }
      .views-field-variations .commerce-order-item-variation-cart-form-form .field--name-quantity input {
        width: 50px; }
    .views-field-variations .commerce-order-item-variation-cart-form-form .form-actions {
      display: inline-block;
      margin-bottom: 0;
      padding: 0; }

#edit-shipping-information .col-auto,
#edit-payment-information-billing-information .col-auto,
#edit-payment-information-billing-information.col-auto,
#edit-order-summary .col-auto,
#edit-order-summary.col-auto {
  padding: 0; }

#edit-shipping-information #edit-shipping-information-shipping-profile-field-ruc-wrapper {
  display: none; }

.view-id-listado_de_productos .views-row > div {
  display: inline-block; }

.view-id-listado_de_productos .views-row {
  border-bottom: 1px solid #ced4da;
  margin-top: 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .view-id-listado_de_productos .views-row .views-field-title {
    width: 320px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: #a7001f; }

.cart-block--contents {
  background: #f02500;
  color: #fff;
  font-size: 0.75rem;
  width: auto; }
  .cart-block--contents .cart-block--contents__items {
    max-height: inherit;
    overflow-y: hidden;
    overflow-x: hidden; }
    .cart-block--contents .cart-block--contents__items table {
      color: #fff; }
      .cart-block--contents .cart-block--contents__items table thead.thead-light {
        background: #f02500;
        color: #fff; }
      .cart-block--contents .cart-block--contents__items table tr:hover {
        color: #fff; }

.cart--cart-offcanvas {
  background: #f02500;
  color: #fff;
  font-size: 0.75rem; }
  .cart--cart-offcanvas .cart-block--offcanvas-contents__links {
    padding: 0.5rem 1rem; }
    .cart--cart-offcanvas .cart-block--offcanvas-contents__links a {
      color: #fff;
      text-decoration: none; }
    .cart--cart-offcanvas .cart-block--offcanvas-contents__links a:hover {
      color: #ffeeeb; }
  .cart--cart-offcanvas .close {
    color: #fff;
    padding: 0.25rem; }
  .cart--cart-offcanvas table {
    color: #fff; }
    .cart--cart-offcanvas table .btn, .cart--cart-offcanvas table .path-dashboard .ui-dialog button [id*=edit-cancel], .path-dashboard .ui-dialog button .cart--cart-offcanvas table [id*=edit-cancel] {
      color: #fff; }
    .cart--cart-offcanvas table td.cart-block--offcanvas-cart-table__title,
    .cart--cart-offcanvas table td.cart-block--offcanvas-cart-table__price {
      padding: 0.5rem 0.25rem !important; }
    .cart--cart-offcanvas table td.cart-block--offcanvas-cart-table__quantity {
      padding: 0.25rem !important; }
    .cart--cart-offcanvas table .btn, .cart--cart-offcanvas table .path-dashboard .ui-dialog button [id*=edit-cancel], .path-dashboard .ui-dialog button .cart--cart-offcanvas table [id*=edit-cancel] {
      color: #fff;
      font-size: 0.75rem; }
    .cart--cart-offcanvas table .btn:hover, .cart--cart-offcanvas table .path-dashboard .ui-dialog button :hover[id*=edit-cancel], .path-dashboard .ui-dialog button .cart--cart-offcanvas table :hover[id*=edit-cancel] {
      color: #ffeeeb; }
    .cart--cart-offcanvas table tfoot .btn, .cart--cart-offcanvas table tfoot .path-dashboard .ui-dialog button [id*=edit-cancel], .path-dashboard .ui-dialog button .cart--cart-offcanvas table tfoot [id*=edit-cancel] {
      background: transparent;
      color: white;
      border-color: white;
      font-size: 0.75rem;
      margin-top: 0.5rem; }
    .cart--cart-offcanvas table tfoot .btn:hover, .cart--cart-offcanvas table tfoot .path-dashboard .ui-dialog button :hover[id*=edit-cancel], .path-dashboard .ui-dialog button .cart--cart-offcanvas table tfoot :hover[id*=edit-cancel] {
      background: #ff4e2e; }

/**
 * @file
 * Contextual links styles for Bootstrap Barrio.
 */
.contextual-links a {
  border-bottom: none;
  text-shadow: 0 0 0; }

/**
 * @file
 * Collapsible details.
 *
 * @see collapse.js
 * @see http://nicolasgallagher.com/css-background-image-hacks/
 */
details {
  border: 1px solid #dee2e6;
  margin-top: 1rem;
  margin-bottom: 1rem; }

details > .details-wrapper {
  padding: 0.5em 1.5em; }

/* @todo Regression: The summary of uncollapsible details are no longer
     vertically aligned with the .details-wrapper in browsers without native
     details support. */
summary {
  cursor: pointer;
  padding: 0.2em 0.5em; }

/**
 * @file
 * Visual styles for Bartik's dropbutton component.
 */
.js .dropbutton-wrapper .dropbutton-widget {
  /* This is required to win over specifity of .js td .dropbutton-widget */
  position: relative; }

.js .dropbutton-widget {
  border: 1px solid;
  border-color: #e4e4e4 #d2d2d2 #b4b4b4 #d2d2d2;
  background-color: #fff;
  background-image: -webkit-linear-gradient(top, #f3f3f3, #e8e8e8);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#e8e8e8));
  background-image: -o-linear-gradient(top, #f3f3f3, #e8e8e8);
  background-image: linear-gradient(to bottom, #f3f3f3, #e8e8e8);
  color: #3a3a3a;
  cursor: pointer;
  text-align: center;
  margin: 0.125em 0;
  border-radius: 1em;
  overflow: hidden; }

.js .dropbutton-widget:hover {
  border-color: #e4e4e4 #d2d2d2 #b4b4b4 #d2d2d2; }

.js .dropbutton-widget .button {
  border: none;
  margin: 0;
  padding: 0.32em 1em;
  background: transparent none; }

.js .dropbutton-multiple .dropbutton-widget .dropbutton-action a {
  margin-right: 0;
  /* LTR */ }

[dir="rtl"].js .dropbutton-multiple .dropbutton-widget .dropbutton-action a {
  margin-left: 0; }

.js .dropbutton .secondary-action {
  border-top-color: #ccc; }

.js .dropbutton-toggle button {
  background-color: #e8e8e8;
  background-image: -webkit-linear-gradient(top, #e8e8e8, #d2d2d2);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#d2d2d2));
  background-image: -o-linear-gradient(top, #e8e8e8, #d2d2d2);
  background-image: linear-gradient(to bottom, #e8e8e8, #d2d2d2); }

.js .dropbutton-toggle .dropbutton-arrow:hover {
  background: #ccc; }

.js .dropbutton a {
  color: #3a3a3a;
  border-bottom: 0 none; }

.js .dropbutton .dropbutton-action:hover,
.js .dropbutton a:hover {
  background: #dedede;
  border-bottom: 0 none; }

/**
 * @file
 * General styles for dropbuttons.
 */
.js .dropbutton-widget {
  background-color: white;
  border: 1px solid #cccccc; }

.js .dropbutton-widget:hover {
  border-color: #b8b8b8; }

.dropbutton .dropbutton-action > * {
  padding: 0.1em 0.5em;
  white-space: nowrap; }

.dropbutton .secondary-action {
  border-top: 1px solid #e8e8e8; }

.dropbutton-multiple .dropbutton {
  border-right: 1px solid #e8e8e8;
  /* LTR */ }

[dir="rtl"] .dropbutton-multiple .dropbutton {
  border-left: 1px solid #e8e8e8;
  border-right: 0 none; }

.dropbutton-multiple .dropbutton .dropbutton-action > * {
  margin-right: 0.25em;
  /* LTR */ }

[dir="rtl"] .dropbutton-multiple .dropbutton .dropbutton-action > * {
  margin-left: 0.25em;
  margin-right: 0; }

.js td .dropbutton-multiple {
  padding-right: 10em;
  margin-right: 2em;
  max-width: 100%; }

.js td .dropbutton-wrapper {
  min-height: 2em; }

.js .dropbutton-wrapper,
.js .dropbutton-widget {
  display: block;
  position: relative; }

.js td .dropbutton-widget {
  position: absolute; }

/**
 * @file
 * Feed icon styles for Bootstrap Barrio.
 */
.feed-icon {
  border-bottom: none;
  display: inline-block;
  padding: 1rem 0 0 0; }

/**
 * @file
 * Visual styles for Bootstrap Barrio's field components.
 */
.field--type-entity-reference {
  margin: 0 0 1.2rem; }

.field--type-entity-reference .field__label {
  font-weight: normal;
  margin: 0;
  padding-right: 0.3rem;
  /* LTR */ }

[dir="rtl"] .field--type-entity-reference .field__label {
  padding-left: 0.3rem;
  padding-right: 0; }

.field--type-entity-reference ul.links {
  padding: 0;
  margin: 0;
  list-style: none; }

.field--type-entity-reference ul.links li {
  float: left;
  /* LTR */
  padding: 0 1rem 0 0;
  /* LTR */
  white-space: nowrap; }

[dir="rtl"] .field--type-entity-reference ul.links li {
  padding: 0 0 0 1rem;
  float: right; }

@media all and (min-width: 560px) {
  .node .field--type-image {
    float: left;
    /* LTR */
    margin: 0 1rem 0 0;
    /* LTR */ }
  [dir="rtl"] .node .field--type-image {
    float: right;
    margin: 0 0 0 1rem; }
  .node .field--type-image + .field--type-image {
    clear: both; } }

.field--type-image img,
.field--name-field-user-picture img {
  margin: 0 0 1rem; }

.field--type-image a {
  border-bottom: none; }

.field--name-field-tags {
  margin: 0 0 1.2rem; }

.field--name-field-tags .field__label {
  font-weight: normal;
  margin: 0;
  padding-right: 5px;
  /* LTR */ }

[dir="rtl"] .field--name-field-tags .field__label {
  padding-left: 5px;
  padding-right: 0; }

.field--name-field-tags .field__label,
.field--name-field-tags ul.links {
  font-size: 0.875rem; }

.node--view-mode-teaser .field--name-field-tags .field__label,
.node--view-mode-teaser .field--name-field-tags ul.links {
  font-size: 0.875rem; }

.field--name-field-tags ul.links {
  padding: 0;
  margin: 0; }

.field--name-field-tags ul.links li {
  float: left;
  /* LTR */
  padding: 0 1rem 0 0;
  /* LTR */
  white-space: nowrap; }

[dir="rtl"] .field--name-field-tags ul.links li {
  padding: 0 0 0 1rem;
  float: right; }

.field--label-inline .field__label,
.field--label-inline .field__item {
  display: inline-block; }

/**
 * @file
 * Default style for file module.
 */
/* File icons.*/
.file {
  padding-left: 1.5rem;
  /* LTR */
  display: inline-block;
  min-height: 1rem;
  background-repeat: no-repeat;
  background-position: left center;
  /* LTR */ }

[dir="rtl"] .file {
  padding-left: inherit;
  padding-right: 1.5rem;
  background-position: right center; }

.file--general,
.file--application-octet-stream {
  background-image: url(../images/icons/application-octet-stream.png); }

.file--package-x-generic {
  background-image: url(../images/icons/package-x-generic.png); }

.file--x-office-spreadsheet {
  background-image: url(../images/icons/x-office-spreadsheet.png); }

.file--x-office-document {
  background-image: url(../images/icons/x-office-document.png); }

.file--x-office-presentation {
  background-image: url(../images/icons/x-office-presentation.png); }

.file--text-x-script {
  background-image: url(../images/icons/text-x-script.png); }

.file--text-html {
  background-image: url(../images/icons/text-html.png); }

.file--text-plain {
  background-image: url(../images/icons/text-plain.png); }

.file--application-pdf {
  background-image: url(../images/icons/application-pdf.png); }

.file--application-x-executable {
  background-image: url(../images/icons/application-x-executable.png); }

.file--audio {
  background-image: url(../images/icons/audio-x-generic.png); }

.file--video {
  background-image: url(../images/icons/video-x-generic.png); }

.file--text {
  background-image: url(../images/icons/text-x-generic.png); }

.file--image {
  background-image: url(../images/icons/image-x-generic.png); }

/**
 * @file
 * Visual styles for Bootstrap Barrio's form components.
 */
.form-required::after {
  content: '';
  vertical-align: super;
  display: inline-block;
  background-image: url(../images/required.svg);
  background-repeat: no-repeat;
  -webkit-background-size: calc(1.5em + 0.75rem + 2px)/2 calc(1.5em + 0.75rem + 2px)/2;
          background-size: calc(1.5em + 0.75rem + 2px)/2 calc(1.5em + 0.75rem + 2px)/2;
  width: calc(1.5em + 0.75rem + 2px)/2;
  height: calc(1.5em + 0.75rem + 2px)/2;
  margin: 0 0.3em; }

form .filter-wrapper {
  padding-left: 0;
  padding-right: 0;
  margin-left: 1rem;
  margin-right: 1rem; }

form .form-type-textarea {
  margin-bottom: 0; }

/* ------------------ Header ------------------ */
.header {
  font-family: "Poppins", sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding-bottom: 1px; }
  .header:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: -webkit-gradient(linear, right top, left top, from(#E40026), to(#645594));
    background: -webkit-linear-gradient(right, #E40026 0%, #645594 100%);
    background: -o-linear-gradient(right, #E40026 0%, #645594 100%);
    background: linear-gradient(270deg, #E40026 0%, #645594 100%); }
  .header button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: none;
    padding: 0;
    cursor: pointer; }
    .header button:focus {
      outline: none; }
  .header .row, .header .dashboard--history--actions, .header .dashboard--profile--info, .header .dashboard--profile--actions {
    margin: 0; }
  .header .menu-account__button {
    display: none; }
  .header .menu-account .nav-link {
    margin-top: 10px; }
    .header .menu-account .nav-link:first-child {
      margin-top: 0; }
  .header__logo img {
    width: 100px; }
  .header__logo .navbar-brand {
    padding: 13px 24px;
    margin: 0; }
  .header__toggle button {
    padding: 18px 24px; }
  .header__toggle svg {
    width: 20px;
    height: 20px;
    display: block; }
  .header__navigation {
    position: fixed;
    top: 57px;
    bottom: 0;
    left: -300px;
    z-index: 100;
    width: 300px;
    overflow-y: auto;
    background-color: #fff;
    -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2), 0px 6px 10px rgba(0, 0, 0, 0.12), 0px 16px 14px rgba(0, 0, 0, 0.14);
            box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2), 0px 6px 10px rgba(0, 0, 0, 0.12), 0px 16px 14px rgba(0, 0, 0, 0.14);
    display: none;
    -webkit-transition: left 0.3s ease-in;
    -o-transition: left 0.3s ease-in;
    transition: left 0.3s ease-in; }
    .header__navigation.visible {
      display: block; }
    .header__navigation.active {
      left: 0; }
  .header__navigation-bg {
    position: fixed;
    top: 56px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background: #C4C4C4;
    opacity: 0.6;
    display: none; }
    .header__navigation-bg.active {
      display: block; }
  .header .menu--account {
    padding: 20px 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    width: 100%; }
    .header .menu--account .nav-link {
      font-size: 15px;
      text-align: center;
      padding: 11px 35px;
      border: 0;
      border-radius: 40px;
      background: -webkit-gradient(linear, right top, left top, from(#E40026), to(#645594));
      background: -webkit-linear-gradient(right, #E40026 0%, #645594 100%);
      background: -o-linear-gradient(right, #E40026 0%, #645594 100%);
      background: linear-gradient(270deg, #E40026 0%, #645594 100%);
      color: #fff;
      position: relative; }
      .header .menu--account .nav-link:hover {
        -webkit-box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.2);
                box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.2); }
  .header .navbar-nav {
    padding: 20px 8px; }
    .header .navbar-nav .nav-link {
      color: #5B5B5B;
      font-weight: bold;
      font-size: 12px;
      line-height: 18px;
      padding: 11px 30px 11px 56px;
      border-radius: 5px; }
      .header .navbar-nav .nav-link:hover {
        color: #fff;
        background: -webkit-gradient(linear, right top, left top, from(#E40026), to(#645594));
        background: -webkit-linear-gradient(right, #E40026 0%, #645594 100%);
        background: -o-linear-gradient(right, #E40026 0%, #645594 100%);
        background: linear-gradient(270deg, #E40026 0%, #645594 100%); }
      .header .navbar-nav .nav-link.topup-main-menu, .header .navbar-nav .nav-link.send-money-main-menu, .header .navbar-nav .nav-link.billpay-main-menu, .header .navbar-nav .nav-link.call-international-main-menu, .header .navbar-nav .nav-link.digital-cards-main-menu, .header .navbar-nav .nav-link.help-main-menu {
        position: relative; }
        .header .navbar-nav .nav-link.topup-main-menu:after, .header .navbar-nav .nav-link.send-money-main-menu:after, .header .navbar-nav .nav-link.billpay-main-menu:after, .header .navbar-nav .nav-link.call-international-main-menu:after, .header .navbar-nav .nav-link.digital-cards-main-menu:after, .header .navbar-nav .nav-link.help-main-menu:after {
          content: '';
          width: 24px;
          height: 24px;
          -webkit-background-size: contain;
                  background-size: contain;
          background-repeat: no-repeat;
          background-position: center;
          position: absolute;
          top: 50%;
          margin-top: -12px;
          left: 14px; }
      .header .navbar-nav .nav-link.topup-main-menu:after {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 30'%3e%3cpath d='M6.637 6.21a.616.616 0 00.611-.624.616.616 0 00-.61-.623.616.616 0 00-.612.623c0 .346.273.623.611.623zm3.496-.624c0-.346.273-.623.611-.623.338 0 .611.277.611.623a.616.616 0 01-.61.623.616.616 0 01-.612-.623zm.795 3.28v1.25c0 1.443-.815 2.274-2.237 2.274-1.402 0-2.237-.851-2.237-2.273V8.866h4.474zm1.495 1.267V7.248H4.959v2.885c0 1.165.354 2.155 1.022 2.86.668.71 1.606 1.084 2.71 1.084 1.104 0 2.037-.375 2.71-1.084.667-.705 1.022-1.695 1.022-2.86z' fill='url(%23paint2_linear)'/%3e%3cpath d='M13.124 26.634H4.262A4.265 4.265 0 010 22.377V4.262C0 1.91 1.91 0 4.262 0h8.862a4.268 4.268 0 014.261 4.262v18.115a4.27 4.27 0 01-4.261 4.257zM4.262 1.218a3.046 3.046 0 00-3.044 3.044v18.115a3.046 3.046 0 003.044 3.043h8.862a3.046 3.046 0 003.043-3.043V4.262a3.046 3.046 0 00-3.043-3.044H4.262z' fill='url(%23paint2_linear)'/%3e%3cpath d='M9.302 17.993H8.084v11.95h1.218v-11.95z' fill='url(%23paint2_linear)'/%3e%3cpath d='M10.573 20.91l-1.882-2.025-1.883 2.025-.888-.831 2.77-2.983 2.771 2.983-.888.83z' fill='url(%23paint2_linear)'/%3e%3cdefs%3e%3clinearGradient id='paint0_linear' x1='24' y1='12' x2='0' y2='12' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23E40026'/%3e%3cstop offset='1' stop-color='%23645594'/%3e%3c/linearGradient%3e%3clinearGradient id='paint1_linear' x1='13.345' y1='17.727' x2='10.8' y2='17.727' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23E40026'/%3e%3cstop offset='1' stop-color='%23645594'/%3e%3c/linearGradient%3e%3clinearGradient id='paint2_linear' x1='16.145' y1='10.345' x2='8' y2='10.345' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23E40026'/%3e%3cstop offset='1' stop-color='%23645594'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e"); }
      .header .navbar-nav .nav-link.topup-main-menu:hover:after {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 30'%3e%3cpath d='M6.637 6.21a.616.616 0 00.611-.624.616.616 0 00-.61-.623.616.616 0 00-.612.623c0 .346.273.623.611.623zm3.496-.624c0-.346.273-.623.611-.623.338 0 .611.277.611.623a.616.616 0 01-.61.623.616.616 0 01-.612-.623zm.795 3.28v1.25c0 1.443-.815 2.274-2.237 2.274-1.402 0-2.237-.851-2.237-2.273V8.866h4.474zm1.495 1.267V7.248H4.959v2.885c0 1.165.354 2.155 1.022 2.86.668.71 1.606 1.084 2.71 1.084 1.104 0 2.037-.375 2.71-1.084.667-.705 1.022-1.695 1.022-2.86z' fill='%23fff'/%3e%3cpath d='M13.124 26.634H4.262A4.265 4.265 0 010 22.377V4.262C0 1.91 1.91 0 4.262 0h8.862a4.268 4.268 0 014.261 4.262v18.115a4.27 4.27 0 01-4.261 4.257zM4.262 1.218a3.046 3.046 0 00-3.044 3.044v18.115a3.046 3.046 0 003.044 3.043h8.862a3.046 3.046 0 003.043-3.043V4.262a3.046 3.046 0 00-3.043-3.044H4.262z' fill='%23fff'/%3e%3cpath d='M9.302 17.993H8.084v11.95h1.218v-11.95z' fill='%23fff'/%3e%3cpath d='M10.573 20.91l-1.882-2.025-1.883 2.025-.888-.831 2.77-2.983 2.771 2.983-.888.83z' fill='%23fff'/%3e%3c/svg%3e"); }
      .header .navbar-nav .nav-link.send-money-main-menu:after {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 25'%3e%3cpath d='M14.483 5.54a.829.829 0 001.163.083.823.823 0 00.082-1.158.829.829 0 00-1.162-.083.817.817 0 00-.083 1.158zm3.707 3.006a.824.824 0 011.08 1.244.823.823 0 11-1.08-1.244zm-2.57 3.643l-1.245 1.082c-1.439 1.248-2.982 1.14-4.235-.302-1.234-1.42-1.126-3.002.292-4.232l1.245-1.082 3.943 4.534zm.062 2.61l2.871-2.495-6.581-7.566L9.1 7.234C7.942 8.24 7.27 9.456 7.154 10.747c-.115 1.29.338 2.567 1.31 3.682.971 1.118 2.17 1.744 3.468 1.809 1.292.068 2.587-.432 3.75-1.439z' fill='url(%23paint0_linear)'/%3e%3cpath d='M14.638 24.112c-1.086 0-2.162-.6-3.073-1.722L1.112 9.492C.087 8.226-.244 6.888.18 5.727.605 4.565 1.724 3.76 3.33 3.458L21.093.11c1.616-.305 2.908.03 3.645.939.738.91.796 2.244.162 3.757l-6.97 16.67c-.63 1.507-1.651 2.431-2.874 2.607-.14.018-.277.029-.418.029zm7.57-23.034c-.28 0-.586.028-.913.093L3.53 4.515c-1.216.23-2.047.791-2.339 1.582-.291.791-.021 1.759.76 2.719L12.4 21.71c.78.964 1.666 1.427 2.504 1.305.835-.118 1.558-.816 2.037-1.956l6.97-16.666c.475-1.133.471-2.082-.004-2.668-.349-.428-.939-.647-1.698-.647z' fill='url(%23paint1_linear)'/%3e%3cdefs%3e%3clinearGradient id='paint0_linear' x1='19.551' y1='10.213' x2='7.136' y2='10.213' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23E40026'/%3e%3cstop offset='1' stop-color='%23645594'/%3e%3c/linearGradient%3e%3clinearGradient id='paint1_linear' x1='25.337' y1='12.056' x2='0' y2='12.056' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23E40026'/%3e%3cstop offset='1' stop-color='%23645594'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e"); }
      .header .navbar-nav .nav-link.send-money-main-menu:hover:after {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 25'%3e%3cpath d='M14.483 5.54a.829.829 0 001.163.083.823.823 0 00.082-1.158.829.829 0 00-1.162-.083.817.817 0 00-.083 1.158zm3.707 3.006a.824.824 0 011.08 1.244.823.823 0 11-1.08-1.244zm-2.57 3.643l-1.245 1.082c-1.439 1.248-2.982 1.14-4.235-.302-1.234-1.42-1.126-3.002.292-4.232l1.245-1.082 3.943 4.534zm.062 2.61l2.871-2.495-6.581-7.566L9.1 7.234C7.942 8.24 7.27 9.456 7.154 10.747c-.115 1.29.338 2.567 1.31 3.682.971 1.118 2.17 1.744 3.468 1.809 1.292.068 2.587-.432 3.75-1.439z' fill='%23fff'/%3e%3cpath d='M14.638 24.112c-1.086 0-2.162-.6-3.073-1.722L1.112 9.492C.087 8.226-.244 6.888.18 5.727.605 4.565 1.724 3.76 3.33 3.458L21.093.11c1.616-.305 2.908.03 3.645.939.738.91.796 2.244.162 3.757l-6.97 16.67c-.63 1.507-1.651 2.431-2.874 2.607-.14.018-.277.029-.418.029zm7.57-23.034c-.28 0-.586.028-.913.093L3.53 4.515c-1.216.23-2.047.791-2.339 1.582-.291.791-.021 1.759.76 2.719L12.4 21.71c.78.964 1.666 1.427 2.504 1.305.835-.118 1.558-.816 2.037-1.956l6.97-16.666c.475-1.133.471-2.082-.004-2.668-.349-.428-.939-.647-1.698-.647z' fill='%23FFF'/%3e%3c/svg%3e"); }
      .header .navbar-nav .nav-link.billpay-main-menu:after {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 25'%3e%3cpath d='M5.35 4.068a.852.852 0 00.463-.136.815.815 0 00.307-.363.787.787 0 00-.18-.882.857.857 0 00-.909-.176.829.829 0 00-.374.298.792.792 0 00.103 1.022.835.835 0 00.59.237z' fill='url(%23paint0_linear)'/%3e%3cpath d='M10.94 4.068a.852.852 0 00.463-.135.815.815 0 00.308-.363.786.786 0 00-.18-.882.857.857 0 00-.909-.176.829.829 0 00-.374.297.793.793 0 00.103 1.022.846.846 0 00.589.237z' fill='url(%23paint1_linear)'/%3e%3cpath d='M8.145 14.284c1.5 0 2.774-.486 3.685-1.407.91-.918 1.39-2.203 1.39-3.715V5.42H3.07v3.743c0 1.512.48 2.797 1.39 3.715.911.92 2.185 1.407 3.685 1.407zM5.103 7.52h6.084v1.622c0 1.875-1.109 2.95-3.042 2.95-1.905 0-3.042-1.103-3.042-2.95V7.52z' fill='url(%23paint2_linear)'/%3e%3cpath d='M17.775 0H3.838a3.872 3.872 0 00-2.7 1.06A3.647 3.647 0 000 3.663v17.674c.01.98.42 1.915 1.139 2.602a3.872 3.872 0 002.7 1.061h16.323a3.872 3.872 0 002.699-1.06A3.647 3.647 0 0024 21.335V5.342L17.775 0zm.034 1.436l4.297 3.688H17.81V1.436zm2.352 22.516H3.838a2.766 2.766 0 01-1.928-.758 2.605 2.605 0 01-.814-1.858V3.662c.007-.7.3-1.368.814-1.858a2.766 2.766 0 011.928-.758h12.875V6.17h6.19v15.165c-.006.7-.299 1.369-.813 1.859a2.766 2.766 0 01-1.929.758v-.001z' fill='url(%23paint3_linear)'/%3e%3cpath d='M21.295 17.486H2.705v1.046h18.59v-1.046z' fill='url(%23paint4_linear)'/%3e%3cpath d='M21.295 20.119H2.705v1.046h18.59v-1.046z' fill='url(%23paint5_linear)'/%3e%3cdefs%3e%3clinearGradient id='paint0_linear' x1='6.184' y1='3.259' x2='4.517' y2='3.259' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23E40026'/%3e%3cstop offset='1' stop-color='%23645594'/%3e%3c/linearGradient%3e%3clinearGradient id='paint1_linear' x1='11.775' y1='3.259' x2='10.107' y2='3.259' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23E40026'/%3e%3cstop offset='1' stop-color='%23645594'/%3e%3c/linearGradient%3e%3clinearGradient id='paint2_linear' x1='13.22' y1='9.852' x2='3.069' y2='9.852' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23E40026'/%3e%3cstop offset='1' stop-color='%23645594'/%3e%3c/linearGradient%3e%3clinearGradient id='paint3_linear' x1='24' y1='12.499' x2='0' y2='12.499' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23E40026'/%3e%3cstop offset='1' stop-color='%23645594'/%3e%3c/linearGradient%3e%3clinearGradient id='paint4_linear' x1='21.295' y1='18.009' x2='2.705' y2='18.009' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23E40026'/%3e%3cstop offset='1' stop-color='%23645594'/%3e%3c/linearGradient%3e%3clinearGradient id='paint5_linear' x1='21.295' y1='20.642' x2='2.705' y2='20.642' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23E40026'/%3e%3cstop offset='1' stop-color='%23645594'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e"); }
      .header .navbar-nav .nav-link.billpay-main-menu:hover:after {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 25'%3e%3cpath d='M5.35 4.068a.852.852 0 00.463-.136.815.815 0 00.307-.363.787.787 0 00-.18-.882.857.857 0 00-.909-.176.829.829 0 00-.374.298.792.792 0 00.103 1.022.835.835 0 00.59.237zM10.94 4.068a.852.852 0 00.463-.135.815.815 0 00.308-.363.786.786 0 00-.18-.882.857.857 0 00-.909-.176.829.829 0 00-.374.297.793.793 0 00.103 1.022.846.846 0 00.589.237zM8.145 14.284c1.5 0 2.774-.486 3.685-1.407.91-.918 1.39-2.203 1.39-3.715V5.42H3.07v3.743c0 1.512.48 2.797 1.39 3.715.911.92 2.185 1.407 3.685 1.407zM5.103 7.52h6.084v1.622c0 1.875-1.109 2.95-3.042 2.95-1.905 0-3.042-1.103-3.042-2.95V7.52z' fill='%23fff'/%3e%3cpath d='M17.775 0H3.838a3.872 3.872 0 00-2.7 1.06A3.647 3.647 0 000 3.663v17.674c.01.98.42 1.915 1.139 2.602A3.872 3.872 0 003.839 25h16.323a3.872 3.872 0 002.699-1.06A3.647 3.647 0 0024 21.335V5.342L17.775 0zm.034 1.436l4.297 3.688H17.81V1.436zm2.352 22.516H3.838a2.766 2.766 0 01-1.928-.758 2.605 2.605 0 01-.814-1.858V3.662c.007-.7.3-1.368.814-1.858a2.766 2.766 0 011.928-.758h12.875V6.17h6.19v15.165a2.6 2.6 0 01-.813 1.859 2.766 2.766 0 01-1.929.758v-.001z' fill='%23fff'/%3e%3cpath d='M21.295 17.486H2.705v1.046h18.59v-1.046zM21.295 20.119H2.705v1.046h18.59v-1.046z' fill='%23fff'/%3e%3c/svg%3e"); }
      .header .navbar-nav .nav-link.call-international-main-menu:after {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath d='M8.99 6.972c.484-.057.921-.491.965-.972.044-.478-.286-.807-.733-.73-.447.08-.875.518-.959.976-.084.46.242.783.727.726zm5.162-.969c-.043-.477.286-.807.734-.73.447.081.877.518.958.976.084.457-.242.78-.726.723-.485-.057-.922-.491-.966-.969zm1.514 4.94c.02.774.02 1.181.003 1.955.024 2.072-1.617 3.538-3.612 3.582-2.038.043-3.548-1.598-3.612-3.582-.017-.777-.017-1.18.003-1.954 2.405-.05 4.81-.05 7.218 0zm2.25 1.915c.027-1.38-.007-2.752-.222-4.117a43.348 43.348 0 00-11.277 0c-.215 1.366-.249 2.738-.222 4.117.027 1.567.858 3.09 1.907 4.194 1.009 1.062 2.475 1.832 3.955 1.85 1.483.02 2.943-.821 3.955-1.85 1.076-1.1 1.84-2.634 1.904-4.194z' fill='url(%23paint0_linear)'/%3e%3cpath d='M12 24C5.385 24 0 18.616 0 12 0 5.385 5.385 0 12 0c6.616 0 12 5.385 12 12 0 6.616-5.384 12-12 12zm0-22.994C5.936 1.006 1.006 5.939 1.006 12c0 6.064 4.933 10.994 10.994 10.994 6.064 0 10.994-4.933 10.994-10.994 0-6.064-4.93-10.994-10.994-10.994z' fill='url(%23paint1_linear)'/%3e%3cdefs%3e%3clinearGradient id='paint0_linear' x1='17.924' y1='12.08' x2='6.187' y2='12.08' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23E40026'/%3e%3cstop offset='1' stop-color='%23645594'/%3e%3c/linearGradient%3e%3clinearGradient id='paint1_linear' x1='24' y1='12' x2='0' y2='12' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23E40026'/%3e%3cstop offset='1' stop-color='%23645594'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e"); }
      .header .navbar-nav .nav-link.call-international-main-menu:hover:after {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath d='M8.99 6.972c.484-.057.921-.491.965-.972.044-.478-.286-.807-.733-.73-.447.08-.875.518-.959.976-.084.46.242.783.727.726zm5.162-.969c-.043-.477.286-.807.734-.73.447.081.877.518.958.976.084.457-.242.78-.726.723-.485-.057-.922-.491-.966-.969zm1.514 4.94c.02.774.02 1.181.003 1.955.024 2.072-1.617 3.538-3.612 3.582-2.038.043-3.548-1.598-3.612-3.582-.017-.777-.017-1.18.003-1.954 2.405-.05 4.81-.05 7.218 0zm2.25 1.915c.027-1.38-.007-2.752-.222-4.117a43.348 43.348 0 00-11.277 0c-.215 1.366-.249 2.738-.222 4.117.027 1.567.858 3.09 1.907 4.194 1.009 1.062 2.475 1.832 3.955 1.85 1.483.02 2.943-.821 3.955-1.85 1.076-1.1 1.84-2.634 1.904-4.194z' fill='%23FFF'/%3e%3cpath d='M12 24C5.385 24 0 18.616 0 12 0 5.385 5.385 0 12 0c6.616 0 12 5.385 12 12 0 6.616-5.384 12-12 12zm0-22.994C5.936 1.006 1.006 5.939 1.006 12c0 6.064 4.933 10.994 10.994 10.994 6.064 0 10.994-4.933 10.994-10.994 0-6.064-4.93-10.994-10.994-10.994z' fill='%23FFF'/%3e%3c/svg%3e"); }
      .header .navbar-nav .nav-link.digital-cards-main-menu:after {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 15'%3e%3cpath d='M4.797 4.23c.361 0 .657-.274.657-.615 0-.34-.293-.615-.657-.615-.362 0-.657.274-.657.615 0 .341.295.616.657.616zm3.75-.615c0-.34.292-.615.656-.615.365 0 .657.274.657.615 0 .341-.295.616-.657.616-.361 0-.657-.275-.657-.616zm.85 3.242V8.09c0 1.425-.874 2.243-2.396 2.243-1.501 0-2.398-.84-2.398-2.243V6.857h4.794zM11 8.103V5.26H3v2.847c0 1.15.379 2.125 1.097 2.823C4.814 11.63 5.818 12 7 12c1.18 0 2.185-.37 2.905-1.07C10.621 10.23 11 9.253 11 8.102z' fill='url(%23paint0_linear)'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 2.96C0 1.325 1.354 0 3.025 0h.432v.003h17.518C22.646.003 24 1.328 24 2.963v9.077c0 1.635-1.354 2.96-3.025 2.96H3.025C1.354 15 0 13.675 0 12.04V2.96zM2.912.849C1.77.906.864 1.829.864 2.959v9.081c0 1.168.967 2.114 2.16 2.114h17.951c1.194 0 2.16-.946 2.16-2.114V2.963c0-1.168-.966-2.114-2.16-2.114H2.912z' fill='url(%23paint1_linear)'/%3e%3cdefs%3e%3clinearGradient id='paint0_linear' x1='11' y1='7.5' x2='3' y2='7.5' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23E40026'/%3e%3cstop offset='1' stop-color='%23645594'/%3e%3c/linearGradient%3e%3clinearGradient id='paint1_linear' x1='24' y1='7.5' x2='0' y2='7.5' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23E40026'/%3e%3cstop offset='1' stop-color='%23645594'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e"); }
      .header .navbar-nav .nav-link.digital-cards-main-menu:hover:after {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 15'%3e%3cpath d='M4.797 4.23c.361 0 .657-.274.657-.615 0-.34-.293-.615-.657-.615-.362 0-.657.274-.657.615 0 .341.295.616.657.616zm3.75-.615c0-.34.292-.615.656-.615.365 0 .657.274.657.615 0 .341-.295.616-.657.616-.361 0-.657-.275-.657-.616zm.85 3.242V8.09c0 1.425-.874 2.243-2.396 2.243-1.501 0-2.398-.84-2.398-2.243V6.857h4.794zM11 8.103V5.26H3v2.847c0 1.15.379 2.125 1.097 2.823C4.814 11.63 5.818 12 7 12c1.18 0 2.185-.37 2.905-1.07.716-.7 1.095-1.677 1.095-2.828z' fill='%23fff'/%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 2.96C0 1.325 1.354 0 3.025 0h.432v.003h17.518C22.646.003 24 1.328 24 2.963v9.077c0 1.635-1.354 2.96-3.025 2.96H3.025C1.354 15 0 13.675 0 12.04V2.96zM2.912.849C1.77.906.864 1.829.864 2.959v9.081c0 1.168.967 2.114 2.16 2.114h17.951c1.194 0 2.16-.946 2.16-2.114V2.963c0-1.168-.966-2.114-2.16-2.114H2.912z' fill='%23fff'/%3e%3c/svg%3e"); }
      .header .navbar-nav .nav-link.help-main-menu:after {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath d='M12 24C5.385 24 0 18.616 0 12 0 5.385 5.385 0 12 0c6.616 0 12 5.385 12 12 0 6.616-5.384 12-12 12zm0-22.994C5.936 1.006 1.006 5.939 1.006 12c0 6.064 4.933 10.994 10.994 10.994 6.064 0 10.994-4.933 10.994-10.994 0-6.064-4.93-10.994-10.994-10.994z' fill='url(%23paint0_linear)'/%3e%3cpath d='M12.073 19a1.273 1.273 0 100-2.545 1.273 1.273 0 000 2.545z' fill='url(%23paint1_linear)'/%3e%3cpath d='M12.073 5A4.077 4.077 0 008 9.073a1.018 1.018 0 102.036 0c0-1.123.914-2.037 2.037-2.037 1.123 0 2.036.914 2.036 2.037a2.038 2.038 0 01-2.036 2.036c-.563 0-1.018.456-1.018 1.018v2.546a1.018 1.018 0 102.036 0v-1.656a4.08 4.08 0 003.054-3.944A4.078 4.078 0 0012.073 5z' fill='url(%23paint2_linear)'/%3e%3cdefs%3e%3clinearGradient id='paint0_linear' x1='24' y1='12' x2='0' y2='12' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23E40026'/%3e%3cstop offset='1' stop-color='%23645594'/%3e%3c/linearGradient%3e%3clinearGradient id='paint1_linear' x1='13.345' y1='17.727' x2='10.8' y2='17.727' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23E40026'/%3e%3cstop offset='1' stop-color='%23645594'/%3e%3c/linearGradient%3e%3clinearGradient id='paint2_linear' x1='16.145' y1='10.345' x2='8' y2='10.345' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23E40026'/%3e%3cstop offset='1' stop-color='%23645594'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e"); }
      .header .navbar-nav .nav-link.help-main-menu:hover:after {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath d='M12 24C5.385 24 0 18.616 0 12 0 5.385 5.385 0 12 0c6.616 0 12 5.385 12 12 0 6.616-5.384 12-12 12zm0-22.994C5.936 1.006 1.006 5.939 1.006 12c0 6.064 4.933 10.994 10.994 10.994 6.064 0 10.994-4.933 10.994-10.994 0-6.064-4.93-10.994-10.994-10.994z' fill='%23FFF'/%3e%3cpath d='M12.073 19a1.273 1.273 0 100-2.545 1.273 1.273 0 000 2.545z' fill='%23FFF'/%3e%3cpath d='M12.073 5A4.077 4.077 0 008 9.073a1.018 1.018 0 102.036 0c0-1.123.914-2.037 2.037-2.037 1.123 0 2.036.914 2.036 2.037a2.038 2.038 0 01-2.036 2.036c-.563 0-1.018.456-1.018 1.018v2.546a1.018 1.018 0 102.036 0v-1.656a4.08 4.08 0 003.054-3.944A4.078 4.078 0 0012.073 5z' fill='%23FFF'/%3e%3c/svg%3e"); }
  .header .nav-settings {
    display: none;
    position: fixed;
    top: 57px;
    bottom: 0;
    left: 0;
    width: 300px;
    background: #fff;
    overflow-y: auto; }
    .header .nav-settings.active {
      display: block; }
    .header .nav-settings__back button {
      background: -webkit-gradient(linear, right top, left top, from(#F47C3E), to(#ED1985));
      background: -webkit-linear-gradient(right, #F47C3E 0%, #ED1985 100%);
      background: -o-linear-gradient(right, #F47C3E 0%, #ED1985 100%);
      background: linear-gradient(270deg, #F47C3E 0%, #ED1985 100%);
      font-weight: bold;
      font-size: 15px;
      line-height: 21px;
      text-transform: uppercase;
      width: 100%;
      padding: 12px 40px;
      text-align: center;
      color: #fff;
      position: relative; }
      .header .nav-settings__back button:before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 7px 7px 7px 0;
        border-color: transparent #fff transparent transparent;
        position: absolute;
        left: 25px;
        top: 50%;
        margin-top: -7px; }
    .header .nav-settings__list {
      padding: 28px 24px; }
    .header .nav-settings__item {
      padding: 12px 0; }
    .header .nav-settings__item-header {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .header .nav-settings__item-title {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .header .nav-settings__item-title svg {
        width: 24px; }
      .header .nav-settings__item-title img {
        width: 24px; }
      .header .nav-settings__item-title span {
        font-weight: bold;
        font-size: 12px;
        line-height: 18px;
        color: #5B5B5B;
        padding-left: 12px; }
    .header .nav-settings__item-toggle {
      font-weight: 300;
      font-size: 12px;
      line-height: 18px;
      text-align: right; }
      .header .nav-settings__item-toggle button {
        position: relative;
        padding: 5px 26px 5px 5px; }
        .header .nav-settings__item-toggle button:after {
          content: '';
          display: block;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 7px 7px 0 7px;
          border-color: #5B5B5B transparent transparent transparent;
          position: absolute;
          top: 50%;
          margin-top: -3px;
          right: 0;
          -webkit-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
        .header .nav-settings__item-toggle button:hover:after {
          border-color: #E4002B transparent transparent transparent; }
        .header .nav-settings__item-toggle button.active:after {
          -webkit-transform: rotate(180deg);
               -o-transform: rotate(180deg);
                  transform: rotate(180deg); }
    .header .nav-settings__item-input {
      position: relative; }
      .header .nav-settings__item-input input {
        background: transparent;
        color: #c4c4c4;
        font-weight: 300;
        font-size: 12px;
        line-height: 18px;
        border: none;
        padding: 10px 10px 10px 36px;
        position: relative;
        z-index: 1; }
        .header .nav-settings__item-input input::-webkit-input-placeholder {
          /* Chrome/Opera/Safari */
          color: #c4c4c4;
          font-weight: 400; }
        .header .nav-settings__item-input input::-moz-placeholder {
          /* Firefox 19+ */
          color: #c4c4c4;
          font-weight: 400; }
        .header .nav-settings__item-input input:-ms-input-placeholder {
          /* IE 10+ */
          color: #c4c4c4 !important;
          font-weight: 400; }
        .header .nav-settings__item-input input:-moz-placeholder {
          /* Firefox 18- */
          color: #c4c4c4;
          font-weight: 400; }
        .header .nav-settings__item-input input:focus {
          outline: none;
          color: #5B5B5B; }
          .header .nav-settings__item-input input:focus + svg {
            color: #5B5B5B; }
      .header .nav-settings__item-input svg {
        position: absolute;
        left: 14px;
        top: 50%;
        margin-top: -5px;
        width: 11px;
        height: 11px;
        color: #c4c4c4; }
    .header .nav-settings__item-dropdown {
      display: none; }
      .header .nav-settings__item-dropdown.active {
        display: block; }
      .header .nav-settings__item-dropdown ul {
        list-style-type: none;
        padding: 4px 36px 0 16px;
        margin: 0; }
      .header .nav-settings__item-dropdown li {
        padding: 0;
        margin: 0;
        display: block; }
      .header .nav-settings__item-dropdown img {
        width: 20px;
        height: 12px; }
      .header .nav-settings__item-dropdown button {
        font-weight: 300;
        font-size: 12px;
        line-height: 18px;
        color: #5B5B5B;
        display: inline-block;
        width: calc(100% - 40px);
        text-align: left;
        padding: 7px 0;
        margin-left: 10px; }
    .header .nav-settings__confirm {
      background-color: #F9F9F9;
      padding: 15px 24px; }
      .header .nav-settings__confirm button {
        width: 255px; }
  .header .nav-settings-toggle {
    padding: 0 8px 20px 8px;
    margin-top: -20px; }
    .header .nav-settings-toggle button {
      position: relative; }
      .header .nav-settings-toggle button:after {
        content: '';
        width: 24px;
        height: 24px;
        -webkit-background-size: contain;
                background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        position: absolute;
        top: 50%;
        margin-top: -12px;
        left: 14px;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath d='M21 24H3c-1.65 0-3-1.34-3-3V3c0-1.65 1.34-3 3-3h18c1.65 0 3 1.34 3 3v18c0 1.66-1.34 3-3 3zM3 2c-.55 0-1 .45-1 1v18c0 .55.45 1 1 1h18c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1H3z' fill='url(%23paint0_linear)'/%3e%3cpath d='M17.5 11.35c-.55 0-1-.45-1-1V4.3c0-.55.45-1 1-1s1 .45 1 1v6.05c0 .55-.45 1-1 1z' fill='url(%23paint1_linear)'/%3e%3cpath d='M17.5 20.7c-.55 0-1-.45-1-1v-2.2c0-.55.45-1 1-1s1 .45 1 1v2.2c0 .55-.45 1-1 1z' fill='url(%23paint2_linear)'/%3e%3cpath d='M17.5 18.5a3.21 3.21 0 01-3.2-3.2c0-1.76 1.44-3.2 3.2-3.2 1.76 0 3.2 1.44 3.2 3.2 0 1.76-1.44 3.2-3.2 3.2zm0-4.4c-.66 0-1.2.54-1.2 1.2 0 .66.54 1.2 1.2 1.2.66 0 1.2-.54 1.2-1.2 0-.66-.54-1.2-1.2-1.2z' fill='url(%23paint3_linear)'/%3e%3cpath d='M6.5 11.35c-.55 0-1-.45-1-1V4.3c0-.55.45-1 1-1s1 .45 1 1v6.05c0 .55-.45 1-1 1z' fill='url(%23paint4_linear)'/%3e%3cpath d='M6.5 20.7c-.55 0-1-.45-1-1v-2.2c0-.55.45-1 1-1s1 .45 1 1v2.2c0 .55-.45 1-1 1z' fill='url(%23paint5_linear)'/%3e%3cpath d='M6.5 18.5a3.21 3.21 0 01-3.2-3.2c0-1.76 1.44-3.2 3.2-3.2 1.76 0 3.2 1.44 3.2 3.2 0 1.76-1.44 3.2-3.2 3.2zm0-4.4c-.66 0-1.2.54-1.2 1.2 0 .66.54 1.2 1.2 1.2.66 0 1.2-.54 1.2-1.2 0-.66-.54-1.2-1.2-1.2z' fill='url(%23paint6_linear)'/%3e%3cpath d='M12 20.7c-.55 0-1-.45-1-1v-6.05c0-.55.45-1 1-1s1 .45 1 1v6.05c0 .55-.45 1-1 1z' fill='url(%23paint7_linear)'/%3e%3cpath d='M12 7.5c-.55 0-1-.45-1-1V4.3c0-.55.45-1 1-1s1 .45 1 1v2.2c0 .55-.45 1-1 1z' fill='url(%23paint8_linear)'/%3e%3cpath d='M12 11.9a3.21 3.21 0 01-3.2-3.2c0-1.76 1.44-3.2 3.2-3.2 1.76 0 3.2 1.44 3.2 3.2 0 1.76-1.44 3.2-3.2 3.2zm0-4.4c-.66 0-1.2.54-1.2 1.2 0 .66.54 1.2 1.2 1.2.66 0 1.2-.54 1.2-1.2 0-.66-.54-1.2-1.2-1.2z' fill='url(%23paint9_linear)'/%3e%3cdefs%3e%3clinearGradient id='paint0_linear' x1='24' y1='12' x2='0' y2='12' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23E40026'/%3e%3cstop offset='1' stop-color='%23645594'/%3e%3c/linearGradient%3e%3clinearGradient id='paint1_linear' x1='18.5' y1='7.325' x2='16.5' y2='7.325' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23E40026'/%3e%3cstop offset='1' stop-color='%23645594'/%3e%3c/linearGradient%3e%3clinearGradient id='paint2_linear' x1='18.5' y1='18.6' x2='16.5' y2='18.6' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23E40026'/%3e%3cstop offset='1' stop-color='%23645594'/%3e%3c/linearGradient%3e%3clinearGradient id='paint3_linear' x1='20.7' y1='15.3' x2='14.3' y2='15.3' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23E40026'/%3e%3cstop offset='1' stop-color='%23645594'/%3e%3c/linearGradient%3e%3clinearGradient id='paint4_linear' x1='7.5' y1='7.325' x2='5.5' y2='7.325' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23E40026'/%3e%3cstop offset='1' stop-color='%23645594'/%3e%3c/linearGradient%3e%3clinearGradient id='paint5_linear' x1='7.5' y1='18.6' x2='5.5' y2='18.6' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23E40026'/%3e%3cstop offset='1' stop-color='%23645594'/%3e%3c/linearGradient%3e%3clinearGradient id='paint6_linear' x1='9.7' y1='15.3' x2='3.3' y2='15.3' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23E40026'/%3e%3cstop offset='1' stop-color='%23645594'/%3e%3c/linearGradient%3e%3clinearGradient id='paint7_linear' x1='13' y1='16.675' x2='11' y2='16.675' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23E40026'/%3e%3cstop offset='1' stop-color='%23645594'/%3e%3c/linearGradient%3e%3clinearGradient id='paint8_linear' x1='13' y1='5.4' x2='11' y2='5.4' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23E40026'/%3e%3cstop offset='1' stop-color='%23645594'/%3e%3c/linearGradient%3e%3clinearGradient id='paint9_linear' x1='15.2' y1='8.7' x2='8.8' y2='8.7' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23E40026'/%3e%3cstop offset='1' stop-color='%23645594'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e"); }
      .header .nav-settings-toggle button:hover:after {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath d='M21 24H3c-1.65 0-3-1.34-3-3V3c0-1.65 1.34-3 3-3h18c1.65 0 3 1.34 3 3v18c0 1.66-1.34 3-3 3zM3 2c-.55 0-1 .45-1 1v18c0 .55.45 1 1 1h18c.55 0 1-.45 1-1V3c0-.55-.45-1-1-1H3z' fill='%23FFF'/%3e%3cpath d='M17.5 11.35c-.55 0-1-.45-1-1V4.3c0-.55.45-1 1-1s1 .45 1 1v6.05c0 .55-.45 1-1 1z' fill='%23FFF'/%3e%3cpath d='M17.5 20.7c-.55 0-1-.45-1-1v-2.2c0-.55.45-1 1-1s1 .45 1 1v2.2c0 .55-.45 1-1 1z' fill='%23FFF'/%3e%3cpath d='M17.5 18.5a3.21 3.21 0 01-3.2-3.2c0-1.76 1.44-3.2 3.2-3.2 1.76 0 3.2 1.44 3.2 3.2 0 1.76-1.44 3.2-3.2 3.2zm0-4.4c-.66 0-1.2.54-1.2 1.2 0 .66.54 1.2 1.2 1.2.66 0 1.2-.54 1.2-1.2 0-.66-.54-1.2-1.2-1.2z' fill='%23FFF'/%3e%3cpath d='M6.5 11.35c-.55 0-1-.45-1-1V4.3c0-.55.45-1 1-1s1 .45 1 1v6.05c0 .55-.45 1-1 1z' fill='%23FFF'/%3e%3cpath d='M6.5 20.7c-.55 0-1-.45-1-1v-2.2c0-.55.45-1 1-1s1 .45 1 1v2.2c0 .55-.45 1-1 1z' fill='%23FFF'/%3e%3cpath d='M6.5 18.5a3.21 3.21 0 01-3.2-3.2c0-1.76 1.44-3.2 3.2-3.2 1.76 0 3.2 1.44 3.2 3.2 0 1.76-1.44 3.2-3.2 3.2zm0-4.4c-.66 0-1.2.54-1.2 1.2 0 .66.54 1.2 1.2 1.2.66 0 1.2-.54 1.2-1.2 0-.66-.54-1.2-1.2-1.2z' fill='%23FFF'/%3e%3cpath d='M12 20.7c-.55 0-1-.45-1-1v-6.05c0-.55.45-1 1-1s1 .45 1 1v6.05c0 .55-.45 1-1 1z' fill='%23FFF'/%3e%3cpath d='M12 7.5c-.55 0-1-.45-1-1V4.3c0-.55.45-1 1-1s1 .45 1 1v2.2c0 .55-.45 1-1 1z' fill='%23FFF'/%3e%3cpath d='M12 11.9a3.21 3.21 0 01-3.2-3.2c0-1.76 1.44-3.2 3.2-3.2 1.76 0 3.2 1.44 3.2 3.2 0 1.76-1.44 3.2-3.2 3.2zm0-4.4c-.66 0-1.2.54-1.2 1.2 0 .66.54 1.2 1.2 1.2.66 0 1.2-.54 1.2-1.2 0-.66-.54-1.2-1.2-1.2z' fill='%23FFF'/%3e%3c/svg%3e"); }
    .header .nav-settings-toggle__currency, .header .nav-settings-toggle__flag, .header .nav-settings-toggle__country, .header .nav-settings-toggle__language {
      display: none; }
    .header .nav-settings-toggle__text {
      font-weight: bold;
      font-size: 12px;
      line-height: 18px; }
    .header .nav-settings-toggle button {
      padding: 11px 30px 11px 56px;
      border-radius: 5px;
      color: #5B5B5B; }
      .header .nav-settings-toggle button:hover {
        color: #fff;
        background: -webkit-gradient(linear, right top, left top, from(#E40026), to(#645594));
        background: -webkit-linear-gradient(right, #E40026 0%, #645594 100%);
        background: -o-linear-gradient(right, #E40026 0%, #645594 100%);
        background: linear-gradient(270deg, #E40026 0%, #645594 100%); }

body.lang-fr .header .menu--account .nav-link {
  padding: 0.5rem 1rem; }

@media (min-width: 1200px) {
  .header {
    max-width: 1125px;
    margin: 0 auto;
    padding: 0; }
    .header:after {
      display: none; }
    .header__logo {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding-right: 10px; }
      .header__logo .navbar-brand {
        padding: 10px 0; }
      .header__logo img {
        width: 144px; }
    .header__toggle {
      display: none; }
    .header__navigation {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      top: auto;
      bottom: auto;
      left: auto;
      width: 100%;
      overflow: visible;
      -webkit-box-shadow: none;
              box-shadow: none;
      -webkit-transition: none;
      -o-transition: none;
      transition: none;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .header__navigation.visible {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
      .header__navigation.active {
        left: auto; }
    .header__navigation-bg {
      display: none !important; }
    .header .menu--main {
      width: 100%; }
    .header .region-secondary-menu {
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
          -ms-flex-order: 3;
              order: 3;
      padding-left: 20px; }
    .header .menu--account {
      padding: 9px 0;
      border: none;
      width: auto; }
      .header .menu--account .nav-link {
        margin: 0 auto;
        white-space: nowrap; }
    .header .menu-account {
      position: relative; }
      .header .menu-account__button {
        display: block;
        margin-left: -10px; }
        .header .menu-account__button button {
          position: relative;
          white-space: nowrap;
          padding: 19px 32px 19px 10px;
          font-weight: normal;
          color: #E4002B;
          font-size: 15px;
          line-height: 22px;
          color: #E4002B;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-align-content: center;
              -ms-flex-line-pack: center;
                  align-content: center; }
          .header .menu-account__button button:before {
            content: '';
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 7px 7px 0 7px;
            border-color: #5B5B5B transparent transparent transparent;
            position: absolute;
            right: 10px;
            top: 50%;
            margin-top: -4px;
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
            transition: all 0.3s; }
          .header .menu-account__button button:hover:before {
            border-color: #E4002B transparent transparent transparent; }
          .header .menu-account__button button.active:before {
            border-color: #E4002B transparent transparent transparent;
            -webkit-transform: rotate(180deg);
                 -o-transform: rotate(180deg);
                    transform: rotate(180deg); }
          .header .menu-account__button button img {
            max-width: 22px;
            max-height: 22px;
            display: block;
            border: 0;
            margin-right: 8px;
            border-radius: 100%; }
          .header .menu-account__button button.profile {
            padding-left: 40px; }
            .header .menu-account__button button.profile:after {
              content: '';
              width: 22px;
              height: 22px;
              position: absolute;
              left: 10px;
              top: 50%;
              margin-top: -11px;
              background-repeat: no-repeat;
              background-position: center;
              -webkit-background-size: contain;
                      background-size: contain;
              background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3e%3cpath d='M5.054 20.05a.91.91 0 01-.91-.855c-.013-.134-.013-.269-.013-.403 0-2.304 1.192-5.048 6.875-5.048 5.684 0 6.875 2.744 6.875 5.048 0 .134-.006.269-.012.397a.916.916 0 01-1.827-.116c.006-.092.006-.19.006-.281 0-.88 0-3.215-5.042-3.215-5.041 0-5.041 2.335-5.041 3.215 0 .092 0 .183.012.275a.917.917 0 01-.85.978c-.03.006-.048.006-.073.006z' fill='%2354565A'/%3e%3cpath d='M11 22C4.932 22 0 17.062 0 11S4.932 0 11 0s11 4.938 11 11-4.932 11-11 11zm0-20.167c-5.054 0-9.167 4.113-9.167 9.167 0 5.054 4.113 9.167 9.167 9.167 5.054 0 9.167-4.113 9.167-9.167 0-5.054-4.113-9.167-9.167-9.167z' fill='%2354565A'/%3e%3cpath d='M11 3.667A4.585 4.585 0 006.418 8.25a4.585 4.585 0 004.584 4.584 4.585 4.585 0 004.583-4.584 4.585 4.585 0 00-4.583-4.583zM11 11a2.754 2.754 0 01-2.75-2.75A2.754 2.754 0 0111 5.5a2.754 2.754 0 012.75 2.75A2.754 2.754 0 0111 11z' fill='%2354565A'/%3e%3c/svg%3e"); }
      .header .menu-account__dropdown {
        position: absolute;
        top: 62px;
        right: 0;
        width: 200px;
        background-color: #fff;
        padding: 20px 24px;
        -webkit-box-shadow: 6px 10px 10px 0px rgba(0, 0, 0, 0.2);
                box-shadow: 6px 10px 10px 0px rgba(0, 0, 0, 0.2);
        display: none; }
        .header .menu-account__dropdown.active {
          display: block; }
      .header .menu-account .nav-link {
        margin-top: 10px; }
        .header .menu-account .nav-link:first-child {
          margin-top: 0; }
    .header .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-justify-content: space-around;
          -ms-flex-pack: distribute;
              justify-content: space-around;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
      padding: 10px 10px; }
      .header .navbar-nav .nav-link {
        font-weight: normal;
        font-size: 15px;
        line-height: 20px;
        padding: 5px 12px; }
        .header .navbar-nav .nav-link:after {
          display: none; }
        .header .navbar-nav .nav-link:hover {
          color: #E4002B;
          background: transparent; }
      .header .navbar-nav .nav-item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: center;
        min-height: 50px; }
    .header .nav-settings-toggle {
      padding: 0 10px 0 0;
      margin-top: 0;
      position: relative; }
      .header .nav-settings-toggle:after {
        display: none; }
      .header .nav-settings-toggle:before {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -12px;
        width: 1px;
        height: 24px;
        background-color: #C4C4C4; }
      .header .nav-settings-toggle__currency, .header .nav-settings-toggle__flag, .header .nav-settings-toggle__country, .header .nav-settings-toggle__language {
        display: block; }
      .header .nav-settings-toggle__text {
        display: none; }
      .header .nav-settings-toggle__flag {
        padding: 0 6px 0 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .header .nav-settings-toggle__flag img {
          width: 33px;
          height: auto; }
      .header .nav-settings-toggle__country, .header .nav-settings-toggle__currency {
        font-weight: bold;
        font-size: 15px;
        line-height: 22px; }
      .header .nav-settings-toggle__language {
        padding-left: 4px; }
        .header .nav-settings-toggle__language svg {
          width: 24px;
          height: 24px; }
      .header .nav-settings-toggle button {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 19px 32px 19px 10px;
        position: relative; }
        .header .nav-settings-toggle button:before {
          content: '';
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 7px 7px 0 7px;
          border-color: #5B5B5B transparent transparent transparent;
          position: absolute;
          right: 10px;
          top: 50%;
          margin-top: -4px;
          -webkit-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
        .header .nav-settings-toggle button:hover {
          color: #5B5B5B;
          background: transparent; }
          .header .nav-settings-toggle button:hover:before {
            border-color: #E4002B transparent transparent transparent; }
        .header .nav-settings-toggle button.active:before {
          -webkit-transform: rotate(180deg);
               -o-transform: rotate(180deg);
                  transform: rotate(180deg); }
        .header .nav-settings-toggle button:after {
          display: none; }
    .header .region-header-form {
      position: relative; }
    .header .nav-settings {
      position: absolute;
      top: 62px;
      bottom: auto;
      height: auto;
      overflow: visible;
      -webkit-box-shadow: 6px 10px 10px 0px rgba(0, 0, 0, 0.2);
              box-shadow: 6px 10px 10px 0px rgba(0, 0, 0, 0.2); }
      .header .nav-settings__back {
        display: none; }
      .header .nav-settings__list {
        padding: 15px 24px 0 24px; }
      .header .nav-settings__item {
        position: relative; }
      .header .nav-settings__item-dropdown {
        max-height: 200px;
        background: #fff;
        -webkit-box-shadow: rgba(0, 0, 0, 0.2) 6px 10px 10px 0px;
                box-shadow: rgba(0, 0, 0, 0.2) 6px 10px 10px 0px;
        overflow-y: auto;
        position: absolute;
        top: 40px;
        left: 0;
        right: 0;
        z-index: 1; }
      .header .nav-settings__confirm {
        background: transparent; } }

/**
 * @file
 * Styles for the help block.
 */
.block-help {
  border: 1px solid #dee2e6;
  padding: 0 1.5rem;
  margin-bottom: 2rem; }

/**
 * @file
 * Visual styles for icons.
 */
.icon-help {
  background: url(/../../images/help.png) 0 50% no-repeat;
  /* LTR */
  padding: 1px 0 1px 1.5rem;
  /* LTR */ }

[dir="rtl"] .icon-help {
  background-position: 100% 50%;
  padding: 1px 1.5rem 1px 0; }

.feed-icon {
  background: url(../images/feed.svg) no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  display: block;
  width: 1rem;
  height: 1rem; }

/**
 * @file
 * Styles for Bootstrap Barrio's image buttons.
 */
.image-button.is-disabled:hover,
.image-button.is-disabled:active,
.image-button.is-disabled:focus,
.image-button.is-disabled {
  background: transparent;
  opacity: 0.5;
  cursor: default; }

/**
 * @file
 * Basic styling for comment module.
 */
/**
 * Indent threaded comments.
 */
.indented {
  margin-left: 1.5rem;
  /* LTR */ }

[dir="rtl"] .indented {
  margin-left: 0;
  margin-right: 1.5rem; }

/**
 * @file
 * Visual styles for Bootstrap Barrio's item list.
 */
.item-list ul {
  list-style: none;
  margin: 0 0 0.75rem 0;
  padding: 0;
  /* LTR */ }

[dir="rtl"] .item-list ul {
  padding: 0; }

.item-list ul li {
  /* This is needed to reset styles in item-list.theme.css */
  margin: 0;
  padding: 0.75rem 1.25rem 0 0;
  /* LTR */ }

[dir="rtl"] .item-list ul li {
  /* This is needed to reset [dir="rtl"] styles in item-list.theme.css */
  margin: 0;
  padding: 0.75rem 0 0 1.25rem; }

.item-list .item-list__comma-list,
.item-list .item-list__comma-list li,
[dir="rtl"] .item-list .item-list__comma-list,
[dir="rtl"] .item-list .item-list__comma-list li {
  padding: 0; }

/**
 * @file
 * List group.
 * A list of links, grouped together.
 */
.list-group__link {
  border-top: 1px solid #dee2e6;
  padding: 0.75rem 0 0; }

.list-group__description {
  margin: 0 0 0.75rem; }

/**
 * @file
 * Visual styles for Bootstrap Barrio's node component.
 */
.node__content {
  font-size: 1rem;
  margin-top: 1rem; }

/* View mode teaser styles. */
.node--view-mode-teaser {
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 1rem;
  padding-bottom: 1rem; }

.node--view-mode-teaser h2 {
  margin-top: 0;
  padding-top: 0.5em; }

.node--view-mode-teaser.node--sticky {
  background: #f9f9f9;
  background: rgba(0, 0, 0, 0.024);
  border: 1px solid #dee2e6;
  padding: 0 1rem 1rem; }

.node--view-mode-teaser .node__content {
  clear: none;
  font-size: 1rem;
  line-height: 1.5; }

/* Node metadata styles. */
.node__meta {
  font-size: 0.875rem;
  margin-bottom: -5px; }

.node__meta .field--name-field-user-picture img {
  float: left;
  /* LTR */
  margin: 1px 1rem 0 0;
  /* LTR */ }

[dir="rtl"] .node__meta .field--name-field-user-picture img {
  float: right;
  margin-left: 1rem;
  margin-right: 0; }

/* Node links styles. */
.node__links {
  text-align: right;
  /* LTR */
  font-size: 1rem; }

[dir="rtl"] .node__links {
  text-align: left; }

/* Unpublished node styles. */
.node--unpublished {
  padding: 1rem 1rem 0; }

.node--unpublished .comment-text .comment-arrow {
  border-left: 1px solid #fff4f4;
  border-right: 1px solid #fff4f4; }

.node-preview-container {
  background: #d1e8f5;
  background-image: -webkit-linear-gradient(top, #d1e8f5, #d3e8f4);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d1e8f5), to(#d3e8f4));
  background-image: -o-linear-gradient(top, #d1e8f5, #d3e8f4);
  background-image: linear-gradient(to bottom, #d1e8f5, #d3e8f4);
  font-family: Arial, sans-serif;
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.3333);
          box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.3333);
  position: fixed;
  z-index: 499;
  width: 100%;
  padding: 10px; }

.node-preview-backlink {
  background-color: #419ff1;
  background: url(/core/misc/icons/000000/chevron-left.svg) left no-repeat, -webkit-linear-gradient(top, #419ff1, #1076d5);
  background: url(/core/misc/icons/000000/chevron-left.svg) left no-repeat, -webkit-gradient(linear, left top, left bottom, from(#419ff1), to(#1076d5));
  background: url(/core/misc/icons/000000/chevron-left.svg) left no-repeat, -o-linear-gradient(top, #419ff1, #1076d5);
  background: url(/core/misc/icons/000000/chevron-left.svg) left no-repeat, linear-gradient(to bottom, #419ff1, #1076d5);
  /* LTR */
  border: 1px solid #0048c8;
  border-radius: .4em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
  color: #fff;
  font-size: 0.9em;
  line-height: normal;
  margin: 0;
  padding: 4px 1em 4px 0.6em;
  /* LTR */
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5); }

[dir="rtl"] .node-preview-backlink {
  background: url(/core/misc/icons/000000/chevron-right.svg) right no-repeat, -webkit-linear-gradient(top, #419ff1, #1076d5);
  background: url(/core/misc/icons/000000/chevron-right.svg) right no-repeat, -webkit-gradient(linear, left top, left bottom, from(#419ff1), to(#1076d5));
  background: url(/core/misc/icons/000000/chevron-right.svg) right no-repeat, -o-linear-gradient(top, #419ff1, #1076d5);
  background: url(/core/misc/icons/000000/chevron-right.svg) right no-repeat, linear-gradient(to bottom, #419ff1, #1076d5);
  padding: 4px 0.6em 4px 1em;
  float: right; }

.node-preview-backlink:focus,
.node-preview-backlink:hover {
  background-color: #419cf1;
  background: url(/core/misc/icons/000000/chevron-left.svg) left no-repeat, -webkit-linear-gradient(top, #59abf3, #2a90ef);
  background: url(/core/misc/icons/000000/chevron-left.svg) left no-repeat, -webkit-gradient(linear, left top, left bottom, from(#59abf3), to(#2a90ef));
  background: url(/core/misc/icons/000000/chevron-left.svg) left no-repeat, -o-linear-gradient(top, #59abf3, #2a90ef);
  background: url(/core/misc/icons/000000/chevron-left.svg) left no-repeat, linear-gradient(to bottom, #59abf3, #2a90ef);
  /* LTR */
  border: 1px solid #0048c8;
  text-decoration: none;
  color: #fff; }

[dir="rtl"] .node-preview-backlink:focus,
[dir="rtl"] .node-preview-backlink:hover {
  background: url(/core/misc/icons/000000/chevron-right.svg) right no-repeat, -webkit-linear-gradient(top, #59abf3, #2a90ef);
  background: url(/core/misc/icons/000000/chevron-right.svg) right no-repeat, -webkit-gradient(linear, left top, left bottom, from(#59abf3), to(#2a90ef));
  background: url(/core/misc/icons/000000/chevron-right.svg) right no-repeat, -o-linear-gradient(top, #59abf3, #2a90ef);
  background: url(/core/misc/icons/000000/chevron-right.svg) right no-repeat, linear-gradient(to bottom, #59abf3, #2a90ef); }

.node-preview-backlink:active {
  background-color: #0e69be;
  background: url(/core/misc/icons/000000/chevron-left.svg) left no-repeat, -webkit-linear-gradient(top, #0e69be, #2a93ef);
  background: url(/core/misc/icons/000000/chevron-left.svg) left no-repeat, -webkit-gradient(linear, left top, left bottom, from(#0e69be), to(#2a93ef));
  background: url(/core/misc/icons/000000/chevron-left.svg) left no-repeat, -o-linear-gradient(top, #0e69be, #2a93ef);
  background: url(/core/misc/icons/000000/chevron-left.svg) left no-repeat, linear-gradient(to bottom, #0e69be, #2a93ef);
  /* LTR */
  border: 1px solid #0048c8;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25); }

[dir="rtl"] .node-preview-backlink:active {
  background: url(/core/misc/icons/000000/chevron-right.svg) right no-repeat, -webkit-linear-gradient(top, #0e69be, #2a93ef);
  background: url(/core/misc/icons/000000/chevron-right.svg) right no-repeat, -webkit-gradient(linear, left top, left bottom, from(#0e69be), to(#2a93ef));
  background: url(/core/misc/icons/000000/chevron-right.svg) right no-repeat, -o-linear-gradient(top, #0e69be, #2a93ef);
  background: url(/core/misc/icons/000000/chevron-right.svg) right no-repeat, linear-gradient(to bottom, #0e69be, #2a93ef); }

.node-preview-backlink::before {
  content: '';
  width: 10px;
  display: inline-block; }

/**
 * @file
 * Styles for Bootstrap Barrio page.
 */
/**
 * @file
 * The visual styles for Bootstrap Barrio's search form(s).
 */
input[type="search"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

header #search-block-form {
  padding: 5px 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }

#search-block-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

/**
 * @file
 * Visual styles for the Shortcut action link in Bootstrap Barrio.
 */
.shortcut-wrapper {
  margin: 2.2em 0 1.1em 0;
  /* Same as usual .page-title margin. */ }

.shortcut-wrapper .page-title {
  float: left;
  /* LTR */
  margin: 0; }

[dir="rtl"] .shortcut-wrapper .page-title {
  float: right; }

.shortcut-action {
  border-bottom: none;
  margin-left: 0.5em;
  /* LTR */
  padding-top: 0.35em; }

[dir="rtl"] .shortcut-action {
  margin-left: 0;
  margin-right: 0.5em; }

.shortcut-action:hover,
.shortcut-action:active,
.shortcut-action:focus {
  border-bottom: none; }

/* ------------------ Sidebar ----------------- */
.sidebar .block {
  border-style: solid;
  border-width: 1px;
  padding: 1rem 1rem;
  margin: 0 0 1rem; }
  .sidebar .block .content {
    font-size: 1rem;
    line-height: 1.5; }

.sidebar h2 {
  margin: 0 0 0.5rem;
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 5px;
  text-shadow: 0 1px 0 #fff;
  font-size: 1.25rem;
  line-height: 1.2; }

.sidebar tbody {
  border: none; }

.sidebar tr.even,
.sidebar tr.odd {
  background: none;
  border-bottom: 1px solid #dee2e6; }

.sidebar nav ul.nav {
  margin: -1rem; }

/**
 * @file
 * Footer Styling.
 */
.site-footer {
  font-family: "Poppins", sans-serif;
  padding: 32px 0;
  position: relative; }
  .site-footer:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: -webkit-gradient(linear, right top, left top, from(#E40026), to(#645594));
    background: -webkit-linear-gradient(right, #E40026 0%, #645594 100%);
    background: -o-linear-gradient(right, #E40026 0%, #645594 100%);
    background: linear-gradient(270deg, #E40026 0%, #645594 100%); }
  .site-footer ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: block; }
  .site-footer li {
    list-style-type: none;
    padding: 0 0 14px 0;
    margin: 0; }
    .site-footer li:last-child {
      padding-bottom: 0; }
    .site-footer li a {
      color: #5B5B5B;
      font-size: 12px;
      line-height: 18px; }
      .site-footer li a:hover {
        text-decoration: underline; }
    .site-footer li svg {
      width: 20px;
      height: 20px; }
  .site-footer .nav-link {
    padding: 0; }
  .site-footer .region-footer-bottom {
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%; }
  .site-footer__section-title {
    color: #E4002B;
    font-size: 15px;
    line-height: 22px;
    font-weight: bold;
    padding-bottom: 14px; }
  .site-footer__section {
    margin: 0; }
    .site-footer__section ul {
      display: none;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      padding-bottom: 18px; }
      .site-footer__section ul.active {
        display: block; }
  .site-footer__main {
    width: 100%;
    padding-bottom: 21px; }
  .site-footer__social {
    width: 50%; }
    .site-footer__social ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin: 0 -10px; }
    .site-footer__social li {
      padding: 0; }
      .site-footer__social li a {
        display: block;
        padding: 5px 10px; }
        .site-footer__social li a:hover {
          text-decoration: none;
          color: #E4002B; }
  .site-footer__copyright,
  .site-footer #block-copyrightblock {
    width: 50%;
    text-align: right;
    font-size: 12px;
    line-height: 30px; }
  .site-footer .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    position: relative;
    padding: 0 24px;
    max-width: none; }

@media (min-width: 768px) {
  .site-footer {
    padding: 70px 0; }
    .site-footer__main {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      padding-bottom: 26px;
      margin: 0 -15px; }
    .site-footer__section {
      width: 33.333%;
      padding: 0 15px; }
      .site-footer__section ul {
        display: block; }
    .site-footer__section-title {
      font-size: 20px;
      line-height: 30px;
      padding-bottom: 22px; } }

@media (min-width: 1200px) {
  .site-footer__main {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    margin: 0; }
  .site-footer__section {
    width: auto;
    max-width: 30%; }
  .site-footer__social {
    width: 100%; }
    .site-footer__social ul {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
  .site-footer .region-footer-bottom {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .site-footer__copyright,
  .site-footer #block-copyrightblock {
    position: absolute;
    bottom: 0;
    right: 24px;
    width: auto; }
  .site-footer .container {
    max-width: 1125px;
    padding: 0 9px; } }

/**
 * @file
 * Styles for the skip link.
 */
.skip-link {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
     transform: translateX(-50%);
  z-index: 50;
  background: #495057;
  font-size: 1rem;
  line-height: 1.5;
  padding: 1px 1rem 2px;
  border-radius: 0 0 0.3rem 0.3rem;
  border-bottom-width: 0;
  outline: 0; }

.skip-link.visually-hidden.focusable:focus {
  position: absolute !important;
  color: #fff; }

/**
 * @file
 * Styles for Bootstrap Barrio's tables.
 */
.sticky-header thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6; }

.sticky-header th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6; }

/**
 * @file
 * Visual styles for table drag.
 */
tr.drag {
  background-color: #fffff0; }

tr.drag-previous {
  background-color: #ffd; }

body div.tabledrag-changed-warning {
  margin-bottom: 0.5rem; }

/**
 * @file
 * Table select behavior.
 *
 * @see tableselect.js
 */
tr.selected td {
  background: #ffc; }

td.checkbox,
th.checkbox {
  text-align: center; }

[dir="rtl"] td.checkbox,
[dir="rtl"] th.checkbox {
  /* This is required to win over specificity of [dir="rtl"] td */
  text-align: center; }

/**
 * @file
 * Table sort indicator.
 */
th.is-active img {
  display: inline; }

td.is-active {
  background-color: #dee2e6; }

/**
 * @file
 * Tablesort indicator styles.
 */
.tablesort {
  width: 14px;
  height: 14px;
  vertical-align: top;
  margin: 1px 0 0 5px; }

.tablesort--asc {
  background-image: url(/core/misc/icons/ffffff/twistie-down.svg); }

.tablesort--desc {
  background-image: url(/core/misc/icons/ffffff/twistie-up.svg); }

/**
 * @file
 * Theme styling for tabs.
 */
nav.tabs {
  margin-bottom: 1rem; }

/**
 * @file
 * Visual styles for a resizable textarea.
 */
.form-textarea-wrapper textarea {
  display: block;
  margin: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

/**
 * @file
 * Visual styles for Bartik's ui-widget component.
 */
/**
 * @file
 * Styles for Bartik's modal windows
 */
.ui-widget-overlay {
  background: #000;
  opacity: 0.7; }

.ui-dialog {
  border-radius: 0; }

.ui-dialog input,
.ui-dialog select,
.ui-dialog textarea {
  font-size: 1rem; }

/**
 * @file
 * Theme styling for user module.
 */
/* Visual styling for the Password strength indicator */
.password-strength__meter {
  margin-top: 0.5em;
  background-color: #e9ecef; }

.password-strength__indicator {
  background-color: #28a745;
  -webkit-transition: width 0.5s ease-out;
  -o-transition: width 0.5s ease-out;
  transition: width 0.5s ease-out; }

.password-strength__indicator.is-weak {
  background-color: #dc3545; }

.password-strength__indicator.is-fair {
  background-color: #ffc107; }

.password-strength__indicator.is-good {
  background-color: #17a2b8; }

.password-strength__indicator.is-strong {
  background-color: #28a745; }

.password-confirm,
.password-field,
.password-strength,
.password-confirm-match {
  width: 55%; }

.password-suggestions {
  padding: 0.2em 0.5em;
  margin: 0.7em 0;
  max-width: 34.7em;
  border: 1px solid #dee2e6; }

.password-suggestions ul {
  margin-bottom: 0; }

.confirm-parent,
.password-parent {
  clear: left;
  /* LTR */
  margin: 0;
  max-width: 33em;
  overflow: hidden; }

[dir="rtl"] .confirm-parent,
[dir="rtl"] .password-parent {
  clear: right; }

/* Styling for the status indicator of the passwords match test.  */
.password-confirm .ok {
  color: #28a745;
  font-weight: bold; }

.password-confirm .error {
  color: #dc3545;
  font-weight: bold; }

/* Login page stype */
.page-user-login main .region-content,
.page-user-password main .region-content {
  max-width: 400px;
  background: white;
  padding: 1rem 1rem;
  margin: 0 auto;
  border-radius: 0.3rem; }

/**
 * @file
 * Vertical tabs component.
 */
/* Vertical Tabs Reset */
.vertical-tabs__menu {
  margin: -1px 0 -1px;
  /* LTR */
  padding: 0; }

[dir="rtl"] .vertical-tabs__menu {
  margin-left: 0;
  margin-right: -1em;
  /* This is required to win specificity over [dir="rtl"] .region-content ul */
  padding: 0; }

/**
 * @file
 * Vertical Tabs.
 */
.vertical-tabs {
  margin: 0;
  /* LTR */
  border: 1px solid #dee2e6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 0.875rem; }

[dir="rtl"] .vertical-tabs {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-left: 0;
  margin-right: 0; }

.vertical-tabs__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  /* LTR */
  width: 15em;
  margin: 0;
  /* LTR */
  padding: 0;
  border-top: 1px solid #dee2e6;
  list-style: none; }

[dir="rtl"] .vertical-tabs__menu {
  margin-left: 0;
  margin-right: -15em; }

.vertical-tabs__pane {
  margin: 0;
  border: 0; }

.vertical-tabs__pane > summary {
  display: none; }

/* Layout of each tab. */
.vertical-tabs__menu-item {
  border: 1px solid #dee2e6;
  border-top: 0;
  background: #eee; }

.vertical-tabs__menu-item a {
  display: block;
  padding: 0.5em 0.6em;
  text-decoration: none; }

.vertical-tabs__menu-item a:focus .vertical-tabs__menu-item-title,
.vertical-tabs__menu-item a:active .vertical-tabs__menu-item-title,
.vertical-tabs__menu-item a:hover .vertical-tabs__menu-item-title {
  text-decoration: underline; }

.vertical-tabs__menu-item a:hover {
  outline: 1px dotted; }

.vertical-tabs__menu-item.is-selected {
  border-right-width: 0;
  /* LTR */
  background-color: #fff; }

[dir="rtl"] .vertical-tabs__menu-item.is-selected {
  border-left-width: 0;
  border-right-width: 1px; }

.vertical-tabs__menu-item.is-selected .vertical-tabs__menu-item-title {
  color: #000; }

.vertical-tabs__menu-item-summary {
  display: block;
  margin-bottom: 0;
  line-height: normal; }

/**
 * @file
 * Styling for Views in Bartik.
 */
/* Tab styles */
.views-displays .tabs .open > a {
  border-radius: 0.3rem 0.3rem 0 0; }

.views-displays .tabs .open > a:hover,
.views-displays .tabs .open > a:focus {
  color: #E4002B; }

.views-displays .secondary .form-submit {
  font-size: 0.875rem; }

/* Tabs action list styles */
.views-displays .tabs .action-list {
  padding: 0; }

/* Contextual filter options styles */
.views-filterable-options .filterable-option:nth-of-type(even) .form-type-checkbox {
  background-color: #F9F9F9; }

/* Views action dropbutton styles */
.views-ui-display-tab-actions .dropbutton .form-submit {
  color: #a7001f; }

.views-ui-display-tab-actions .dropbutton .form-submit:hover,
.views-ui-display-tab-actions .dropbutton .form-submit:focus {
  color: #E4002B; }

/* MIXINS */
.btn-primary a {
  color: #fff;
  background-color: #E4002B;
  border-color: #E4002B; }
  .btn-primary a:hover {
    color: #fff;
    background-color: #be0024;
    border-color: #b10021; }
  .btn-primary a:focus, .btn-primary a.focus {
    color: #fff;
    background-color: #be0024;
    border-color: #b10021;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(232, 38, 75, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(232, 38, 75, 0.5); }
  .btn-primary a.disabled, .btn-primary a:disabled {
    color: #fff;
    background-color: #E4002B;
    border-color: #E4002B; }
  .btn-primary a:not(:disabled):not(.disabled):active, .btn-primary a:not(:disabled):not(.disabled).active,
  .show > .btn-primary a.dropdown-toggle {
    color: #fff;
    background-color: #b10021;
    border-color: #a4001f; }
    .btn-primary a:not(:disabled):not(.disabled):active:focus, .btn-primary a:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary a.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(232, 38, 75, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(232, 38, 75, 0.5); }

.btn-secondary a {
  color: #fff;
  background-color: #ff4e2e;
  border-color: #ff4e2e; }
  .btn-secondary a:hover {
    color: #fff;
    background-color: #ff2e08;
    border-color: #fa2600; }
  .btn-secondary a:focus, .btn-secondary a.focus {
    color: #fff;
    background-color: #ff2e08;
    border-color: #fa2600;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 105, 77, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 105, 77, 0.5); }
  .btn-secondary a.disabled, .btn-secondary a:disabled {
    color: #fff;
    background-color: #ff4e2e;
    border-color: #ff4e2e; }
  .btn-secondary a:not(:disabled):not(.disabled):active, .btn-secondary a:not(:disabled):not(.disabled).active,
  .show > .btn-secondary a.dropdown-toggle {
    color: #fff;
    background-color: #fa2600;
    border-color: #ed2400; }
    .btn-secondary a:not(:disabled):not(.disabled):active:focus, .btn-secondary a:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary a.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 105, 77, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(255, 105, 77, 0.5); }

.btn-success a {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success a:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success a:focus, .btn-success a.focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
  .btn-success a.disabled, .btn-success a:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success a:not(:disabled):not(.disabled):active, .btn-success a:not(:disabled):not(.disabled).active,
  .show > .btn-success a.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success a:not(:disabled):not(.disabled):active:focus, .btn-success a:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success a.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.btn-info a {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info a:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info a:focus, .btn-info a.focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
  .btn-info a.disabled, .btn-info a:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info a:not(:disabled):not(.disabled):active, .btn-info a:not(:disabled):not(.disabled).active,
  .show > .btn-info a.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info a:not(:disabled):not(.disabled):active:focus, .btn-info a:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info a.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-warning a {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning a:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning a:focus, .btn-warning a.focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
  .btn-warning a.disabled, .btn-warning a:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning a:not(:disabled):not(.disabled):active, .btn-warning a:not(:disabled):not(.disabled).active,
  .show > .btn-warning a.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning a:not(:disabled):not(.disabled):active:focus, .btn-warning a:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning a.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-danger a {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger a:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger a:focus, .btn-danger a.focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
  .btn-danger a.disabled, .btn-danger a:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger a:not(:disabled):not(.disabled):active, .btn-danger a:not(:disabled):not(.disabled).active,
  .show > .btn-danger a.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger a:not(:disabled):not(.disabled):active:focus, .btn-danger a:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger a.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.btn-light a {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light a:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light a:focus, .btn-light a.focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
  .btn-light a.disabled, .btn-light a:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light a:not(:disabled):not(.disabled):active, .btn-light a:not(:disabled):not(.disabled).active,
  .show > .btn-light a.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light a:not(:disabled):not(.disabled):active:focus, .btn-light a:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light a.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-dark a {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark a:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark a:focus, .btn-dark a.focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
  .btn-dark a.disabled, .btn-dark a:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark a:not(:disabled):not(.disabled):active, .btn-dark a:not(:disabled):not(.disabled).active,
  .show > .btn-dark a.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark a:not(:disabled):not(.disabled):active:focus, .btn-dark a:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark a.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-outline-primary a {
  color: #E4002B;
  border-color: #E4002B; }
  .btn-outline-primary a:hover {
    color: #fff;
    background-color: #E4002B;
    border-color: #E4002B; }
  .btn-outline-primary a:focus, .btn-outline-primary a.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(228, 0, 43, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(228, 0, 43, 0.5); }
  .btn-outline-primary a.disabled, .btn-outline-primary a:disabled {
    color: #E4002B;
    background-color: transparent; }
  .btn-outline-primary a:not(:disabled):not(.disabled):active, .btn-outline-primary a:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary a.dropdown-toggle {
    color: #fff;
    background-color: #E4002B;
    border-color: #E4002B; }
    .btn-outline-primary a:not(:disabled):not(.disabled):active:focus, .btn-outline-primary a:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary a.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(228, 0, 43, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(228, 0, 43, 0.5); }

.btn-outline-secondary a {
  color: #ff4e2e;
  border-color: #ff4e2e; }
  .btn-outline-secondary a:hover {
    color: #fff;
    background-color: #ff4e2e;
    border-color: #ff4e2e; }
  .btn-outline-secondary a:focus, .btn-outline-secondary a.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 78, 46, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 78, 46, 0.5); }
  .btn-outline-secondary a.disabled, .btn-outline-secondary a:disabled {
    color: #ff4e2e;
    background-color: transparent; }
  .btn-outline-secondary a:not(:disabled):not(.disabled):active, .btn-outline-secondary a:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary a.dropdown-toggle {
    color: #fff;
    background-color: #ff4e2e;
    border-color: #ff4e2e; }
    .btn-outline-secondary a:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary a:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary a.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 78, 46, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(255, 78, 46, 0.5); }

.btn-outline-success a {
  color: #28a745;
  border-color: #28a745; }
  .btn-outline-success a:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success a:focus, .btn-outline-success a.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success a.disabled, .btn-outline-success a:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success a:not(:disabled):not(.disabled):active, .btn-outline-success a:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success a.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success a:not(:disabled):not(.disabled):active:focus, .btn-outline-success a:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success a.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info a {
  color: #17a2b8;
  border-color: #17a2b8; }
  .btn-outline-info a:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info a:focus, .btn-outline-info a.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info a.disabled, .btn-outline-info a:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info a:not(:disabled):not(.disabled):active, .btn-outline-info a:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info a.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info a:not(:disabled):not(.disabled):active:focus, .btn-outline-info a:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info a.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning a {
  color: #ffc107;
  border-color: #ffc107; }
  .btn-outline-warning a:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning a:focus, .btn-outline-warning a.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning a.disabled, .btn-outline-warning a:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning a:not(:disabled):not(.disabled):active, .btn-outline-warning a:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning a.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning a:not(:disabled):not(.disabled):active:focus, .btn-outline-warning a:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning a.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger a {
  color: #dc3545;
  border-color: #dc3545; }
  .btn-outline-danger a:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger a:focus, .btn-outline-danger a.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger a.disabled, .btn-outline-danger a:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger a:not(:disabled):not(.disabled):active, .btn-outline-danger a:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger a.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger a:not(:disabled):not(.disabled):active:focus, .btn-outline-danger a:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger a.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
              box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

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

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

.product-list {
  padding: 30px 0;
  margin: 30px 0;
  font-family: "Poppins", sans-serif; }
  .product-list .field--name-field-header {
    font-size: 25px;
    max-width: 300px;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 30px; }
    .product-list .field--name-field-header strong {
      font-weight: normal;
      color: #E4002B; }
  .product-list .product-description {
    display: none; }
  .product-list .product-icon {
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 25px;
    overflow: hidden;
    width: 110px;
    height: 110px;
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .product-list .product-icon .field {
      margin: 0; }
    .product-list .product-icon img {
      width: 80px;
      height: auto;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
  .product-list .product-name {
    text-align: center;
    padding-top: 16px;
    font-size: 12px;
    line-height: 15px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .product-list .field--name-field-products {
    min-height: 200px;
    margin: auto;
    max-width: 750px; }
    .product-list .field--name-field-products .field__item {
      padding: 15px;
      float: left; }
      .product-list .field--name-field-products .field__item a {
        display: block;
        color: #5B5B5B; }
        .product-list .field--name-field-products .field__item a:hover {
          color: #E4002B;
          font-weight: bold;
          text-decoration: none; }
          .product-list .field--name-field-products .field__item a:hover .product-icon {
            -webkit-box-shadow: 0px 4px 4px rgba(228, 0, 43, 0.1);
                    box-shadow: 0px 4px 4px rgba(228, 0, 43, 0.1); }
      .product-list .field--name-field-products .field__item.slick-current a {
        color: #E4002B;
        text-decoration: none; }
        .product-list .field--name-field-products .field__item.slick-current a .product-icon {
          width: 144px;
          height: 144px;
          -webkit-box-shadow: 0px 4px 4px rgba(228, 0, 43, 0.1);
                  box-shadow: 0px 4px 4px rgba(228, 0, 43, 0.1); }
          .product-list .field--name-field-products .field__item.slick-current a .product-icon img {
            width: 100px; }
        .product-list .field--name-field-products .field__item.slick-current a .product-name {
          font-weight: bold;
          font-size: 14px;
          line-height: 21px;
          padding-top: 24px; }
      .product-list .field--name-field-products .field__item .field__item {
        float: none; }

@media (min-width: 768px) {
  .product-list {
    background-color: #F7F7F7;
    padding-top: 50px; }
    .product-list .slick-track {
      -webkit-transform: none !important;
           -o-transform: none !important;
              transform: none !important;
      width: 100% !important;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .product-list .slick-list {
      padding: 0 9px !important; }
    .product-list .product-icon {
      width: 76px;
      height: 76px;
      margin: 0 auto; }
      .product-list .product-icon img {
        width: 58px; }
    .product-list .field--name-field-products .field__label {
      display: none; }
    .product-list .field--name-field-products .field__item {
      padding: 10px;
      min-width: 150px;
      max-width: 150px;
      min-height: 182px; }
      .product-list .field--name-field-products .field__item a:hover .product-name {
        font-weight: bold;
        font-size: 14px;
        line-height: 21px; }
      .product-list .field--name-field-products .field__item a:hover .product-icon {
        width: 104px;
        height: 104px; }
        .product-list .field--name-field-products .field__item a:hover .product-icon img {
          width: 74px; }
      .product-list .field--name-field-products .field__item .field__item {
        min-width: 0;
        min-height: 0;
        max-width: none; }
      .product-list .field--name-field-products .field__item.slick-current a {
        color: #5B5B5B; }
        .product-list .field--name-field-products .field__item.slick-current a:hover {
          color: #E4002B; }
          .product-list .field--name-field-products .field__item.slick-current a:hover .product-name {
            font-weight: bold;
            font-size: 14px;
            line-height: 21px; }
          .product-list .field--name-field-products .field__item.slick-current a:hover .product-icon {
            width: 104px;
            height: 104px; }
            .product-list .field--name-field-products .field__item.slick-current a:hover .product-icon img {
              width: 74px; }
        .product-list .field--name-field-products .field__item.slick-current a .product-icon {
          width: 76px;
          height: 76px;
          -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
                  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); }
          .product-list .field--name-field-products .field__item.slick-current a .product-icon img {
            width: 58px; }
        .product-list .field--name-field-products .field__item.slick-current a .product-name {
          font-weight: normal;
          padding-top: 16px;
          font-size: 12px;
          line-height: 15px; } }

@media (min-width: 1200px) {
  .product-list .field--name-field-header {
    font-size: 20px;
    max-width: 100%; }
  .product-list .field--name-field-products .field__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative; }
  .product-list .field--name-field-products .field__item {
    margin-bottom: 14px; }
    .product-list .field--name-field-products .field__item .field__item {
      margin: 0; }
    .product-list .field--name-field-products .field__item:hover .product-description {
      display: block; }
  .product-list .product-description {
    position: absolute;
    width: 600px;
    font-size: 12px;
    line-height: 18px;
    left: 50%;
    margin-left: -300px;
    bottom: 0;
    text-align: center; }
    .product-list .product-description .field__item {
      padding: 0; }
    .product-list .product-description p {
      margin: 0; } }

.hero-banner {
  position: relative; }
  .hero-banner__wrapper {
    max-height: 400px;
    overflow: hidden; }
  .hero-banner__desktop, .hero-banner__mobile {
    width: 100%;
    height: 0;
    position: relative; }
    .hero-banner__desktop img, .hero-banner__mobile img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: top center;
         object-position: top center; }
  .hero-banner__desktop {
    padding-bottom: 23.2%;
    display: none; }
    .hero-banner__desktop img {
      -o-object-position: center;
         object-position: center; }
  .hero-banner__mobile {
    padding-bottom: 112.5%; }
  .hero-banner__topup {
    background-color: #fff;
    position: absolute;
    width: 300px;
    height: 205px;
    padding: 20px 30px;
    bottom: 10%;
    left: 50%;
    margin-left: -150px;
    -webkit-box-shadow: 4px 4px 4px rgba(155, 155, 155, 0.05);
            box-shadow: 4px 4px 4px rgba(155, 155, 155, 0.05);
    border-radius: 5px; }

.homepage-topup-form {
  position: relative; }
  .homepage-topup-form .form-group {
    margin: 0;
    position: absolute;
    top: 54px;
    right: 0;
    left: 75px; }
  .homepage-topup-form .form-text,
  .homepage-topup-form .form-number {
    margin: 0;
    border: none;
    background: transparent;
    border-radius: 0;
    height: auto; }
    .homepage-topup-form .form-text:focus,
    .homepage-topup-form .form-number:focus {
      outline: none;
      -webkit-box-shadow: none;
              box-shadow: none; }
  .homepage-topup-form .form-submit {
    font-size: 15px;
    text-align: center;
    padding: 9px 35px;
    border: 0;
    border-radius: 40px;
    background: -webkit-gradient(linear, right top, left top, from(#E40026), to(#645594));
    background: -webkit-linear-gradient(right, #E40026 0%, #645594 100%);
    background: -o-linear-gradient(right, #E40026 0%, #645594 100%);
    background: linear-gradient(270deg, #E40026 0%, #645594 100%);
    color: #fff;
    position: relative;
    height: auto; }
    .homepage-topup-form .form-submit:hover {
      color: #fff;
      -webkit-box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.2);
              box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.2); }
  .homepage-topup-form input::-webkit-outer-spin-button,
  .homepage-topup-form input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .homepage-topup-form input[type=number] {
    -moz-appearance: textfield; }

@media (min-width: 768px) {
  .hero-banner__wrapper {
    max-height: none; }
  .hero-banner__desktop {
    display: block;
    min-height: 254px; }
  .hero-banner__mobile {
    display: none; }
  .hero-banner__topup {
    width: 300px;
    height: 225px;
    top: 50%;
    bottom: auto;
    margin-top: -112px;
    left: 58%;
    margin-left: 0; } }

@media (min-width: 1200px) {
  .hero-banner__topup {
    width: 374px;
    padding: 30px 40px;
    left: 50%;
    margin-left: 180px; } }

.promo-banner {
  position: relative;
  padding: 15px 10px; }
  .promo-banner__desktop {
    width: 100%;
    height: 0;
    padding-bottom: 61.5%;
    display: none;
    position: relative; }
  .promo-banner__mobile {
    width: 100%;
    height: 0;
    padding-bottom: 61.5%;
    position: relative; }
  .promo-banner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top center;
       object-position: top center; }
  .promo-banner__button {
    position: absolute;
    bottom: 12%;
    left: 10%; }
    .promo-banner__button.right {
      left: auto;
      right: 10%; }

@media (min-width: 768px) {
  .product-list {
    background-color: #F7F7F7; }
  .promo-banner__desktop {
    display: block; }
  .promo-banner__mobile {
    display: none; }
  .promo-banner__button {
    bottom: 15%; } }

.promo-box {
  position: relative;
  padding: 15px 0; }
  .promo-box__desktop {
    width: 100%;
    height: 0;
    padding-bottom: 37.5%;
    display: none;
    position: relative; }
  .promo-box__mobile {
    width: 100%;
    height: 0;
    padding-bottom: 153.85%;
    position: relative; }
  .promo-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top center;
       object-position: top center; }
  .promo-box__button {
    position: absolute;
    bottom: 41%;
    left: 50%;
    width: 170px;
    margin-left: -85px; }
    .promo-box__button .btn, .promo-box__button .path-dashboard .ui-dialog button [id*=edit-cancel], .path-dashboard .ui-dialog button .promo-box__button [id*=edit-cancel] {
      width: 100%; }
  .promo-box__item {
    position: relative; }

.field--name-field-promotion-banner .field__item {
  position: relative; }

.field--name-field-promotion-banner .slick-dots {
  list-style-type: none;
  padding: 15px 0 0 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .field--name-field-promotion-banner .slick-dots li {
    display: block;
    padding: 0;
    margin: 0; }
    .field--name-field-promotion-banner .slick-dots li button {
      width: 20px;
      height: 20px;
      text-indent: -9999px;
      display: block;
      border: none;
      background-color: transparent;
      position: relative; }
      .field--name-field-promotion-banner .slick-dots li button:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 10px;
        height: 10px;
        border-radius: 100%;
        margin: -5px 0 0 -5px;
        background-color: #5B5B5B; }
    .field--name-field-promotion-banner .slick-dots li.slick-active button:after {
      background-color: #E4002B; }

@media (min-width: 768px) {
  .promo-box {
    max-width: 1440px;
    margin: 0 auto; }
    .promo-box__desktop {
      display: block; }
    .promo-box__mobile {
      display: none; }
    .promo-box__button {
      bottom: 24%;
      left: 70%; } }

@media (min-width: 768px) {
  .promo-box__button {
    bottom: 31%;
    left: 73%;
    width: 328px;
    margin-left: -164px; } }

.country-switch {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background: rgba(196, 196, 196, 0.6);
  padding: 30px; }
  .country-switch__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%; }
  .country-switch__wrapper {
    padding: 30px;
    background-color: #fff;
    overflow-y: auto;
    max-height: calc(100vh - 60px); }
  .country-switch__header {
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 20px; }
  .country-switch__title {
    padding-left: 12px;
    font-weight: 300;
    font-size: 12px;
    line-height: 18px; }
  .country-switch__list ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
  .country-switch__list li {
    padding: 8px 0;
    margin: 0; }
  .country-switch__list a {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: #5B5B5B; }
  .country-switch__list img {
    width: 50px;
    height: auto;
    display: block; }

@media (min-width: 768px) {
  .country-switch__wrapper {
    width: 700px;
    height: 600px; }
  .country-switch__title {
    padding-left: 0;
    padding-top: 12px; }
  .country-switch__list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .country-switch__list li {
    padding: 10px 20px;
    width: 25%; }
  .country-switch__list a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .country-switch__list img {
    width: 60px; } }

@media (min-width: 1200px) {
  .country-switch__wrapper {
    width: 980px;
    height: 730px; }
  .country-switch__list li {
    width: 16.666%; }
  .country-switch__header {
    padding-bottom: 30px; }
  .country-switch__wrapper {
    padding: 40px 30px; } }

.country-selector__header {
  font-weight: bold;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  padding-bottom: 14px; }

.country-selector__note, .country-selector__empty {
  font-size: 10px;
  line-height: 12px;
  color: #E4002B;
  text-align: center;
  padding: 8px 0 15px 0; }

.country-selector__empty {
  display: none; }

.country-selector__wrapper {
  border: 1px solid #C4C4C4; }

.country-selector__active {
  width: 74px;
  height: 34px;
  border-right: 1px solid #C4C4C4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px 0 12px;
  position: relative;
  cursor: pointer; }
  .country-selector__active:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7px 0 7px;
    border-color: #5B5B5B transparent transparent transparent;
    position: absolute;
    right: 7px;
    top: 50%;
    margin-top: -4px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .country-selector__active:hover:before {
    border-color: #E4002B transparent transparent transparent; }
  .country-selector__active.active:before {
    -webkit-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg); }
  .country-selector__active img {
    width: 32px; }

.country-selector__list {
  background: #fff;
  border: 1px solid #C4C4C4;
  position: absolute;
  top: 89px;
  left: 0;
  right: 0;
  z-index: 11;
  max-height: 200px;
  overflow-y: auto;
  padding: 5px 12px;
  display: none; }
  .country-selector__list.active {
    display: block; }
  .country-selector__list ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
  .country-selector__list li {
    padding: 7px 0;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-weight: 300;
    font-size: 12px;
    line-height: 21px;
    width: 100%;
    cursor: pointer; }
    .country-selector__list li:hover .country-selector__info {
      background: -webkit-gradient(linear, right top, left top, from(#E40026), to(#645594));
      background: -webkit-linear-gradient(right, #E40026 0%, #645594 100%);
      background: -o-linear-gradient(right, #E40026 0%, #645594 100%);
      background: linear-gradient(270deg, #E40026 0%, #645594 100%);
      color: #fff; }
  .country-selector__list img {
    width: 32px;
    min-width: 32px;
    margin-right: 4px; }

.country-selector__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  border-radius: 10px;
  padding: 0 12px; }

.country-selector__input {
  margin: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 75px; }
  .country-selector__input input {
    margin: 0;
    border: none;
    background: transparent;
    border-radius: 0;
    height: auto; }
    .country-selector__input input:focus {
      outline: none;
      -webkit-box-shadow: none;
              box-shadow: none;
      background-color: transparent; }
  .country-selector__input input::-webkit-outer-spin-button,
  .country-selector__input input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .country-selector__input input[type=number] {
    -moz-appearance: textfield; }

.country-selector--wide {
  max-width: 586px;
  margin: 0 auto;
  padding: 0 15px; }
  .country-selector--wide .country-selector__wrapper {
    position: relative;
    border-radius: 5px;
    border-color: #E8E8E8;
    -webkit-box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0.2); }
  .country-selector--wide .country-selector__note {
    color: #5B5B5B;
    font-size: 12px;
    line-height: 18px; }
  .country-selector--wide .country-selector__empty {
    font-size: 12px;
    line-height: 18px; }
  .country-selector--wide .country-selector__list {
    top: 54px; }
  .country-selector--wide .country-selector__active {
    height: 40px;
    margin: 7px 0; }
  .country-selector--wide .country-selector__input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

@media (min-width: 768px) {
  .country-selector--wide {
    padding: 0; }
    .country-selector--wide .country-selector__active {
      margin-left: 120px; }
    .country-selector--wide .country-selector__input {
      left: 195px; } }

.link-tabs {
  max-width: 586px;
  margin: 0 auto;
  padding: 0 15px; }
  .link-tabs ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .link-tabs li {
    padding: 0;
    margin: 0;
    width: 100%; }
    .link-tabs li:first-child a {
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px; }
      .link-tabs li:first-child a span {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px; }
    .link-tabs li:last-child a {
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px; }
      .link-tabs li:last-child a span {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px; }
    .link-tabs li.active a {
      font-weight: bold;
      background: -webkit-gradient(linear, right top, left top, from(#ED1985), to(#F47C3E));
      background: -webkit-linear-gradient(right, #ED1985 0%, #F47C3E 100%);
      background: -o-linear-gradient(right, #ED1985 0%, #F47C3E 100%);
      background: linear-gradient(270deg, #ED1985 0%, #F47C3E 100%); }
      .link-tabs li.active a:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 4px;
        background: -webkit-gradient(linear, right top, left top, from(#F47C3E), to(#ED1985));
        background: -webkit-linear-gradient(right, #F47C3E 0%, #ED1985 100%);
        background: -o-linear-gradient(right, #F47C3E 0%, #ED1985 100%);
        background: linear-gradient(270deg, #F47C3E 0%, #ED1985 100%); }
  .link-tabs a {
    display: block;
    background-color: #c4c4c4;
    font-size: 20px;
    line-height: 30px;
    overflow: hidden;
    color: #5B5B5B;
    text-align: center;
    position: relative;
    padding: 1px; }
    .link-tabs a:hover {
      text-decoration: none;
      background: -webkit-gradient(linear, right top, left top, from(#ED1985), to(#F47C3E));
      background: -webkit-linear-gradient(right, #ED1985 0%, #F47C3E 100%);
      background: -o-linear-gradient(right, #ED1985 0%, #F47C3E 100%);
      background: linear-gradient(270deg, #ED1985 0%, #F47C3E 100%); }
    .link-tabs a span {
      display: block;
      background-color: #fff;
      padding: 12px; }
  .link-tabs__note {
    font-size: 12px;
    line-height: 18px;
    padding-bottom: 4px; }

@media (min-width: 768px) {
  .link-tabs {
    padding: 0; } }

.biller-country__active {
  width: 74px;
  min-width: 74px;
  height: 34px;
  border: 1px solid #C4C4C4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 30px 0 12px;
  position: relative;
  cursor: pointer; }
  .biller-country__active:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7px 0 7px;
    border-color: #5B5B5B transparent transparent transparent;
    position: absolute;
    right: 7px;
    top: 50%;
    margin-top: -4px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  .biller-country__active:hover:before {
    border-color: #E4002B transparent transparent transparent; }
  .biller-country__active.active:before {
    -webkit-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg); }
  .biller-country__active img {
    width: 32px; }

.biller-country__list {
  background: #fff;
  border: 1px solid #C4C4C4;
  position: absolute;
  top: 34px;
  left: 0;
  right: 0;
  z-index: 1;
  max-height: 200px;
  overflow-y: auto;
  padding: 5px 12px;
  display: none; }
  .biller-country__list ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
  .biller-country__list li {
    padding: 7px 0;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-weight: 300;
    font-size: 12px;
    line-height: 21px;
    width: 100%;
    cursor: pointer; }
    .biller-country__list li:hover .biller-country__info {
      background: -webkit-gradient(linear, right top, left top, from(#E40026), to(#645594));
      background: -webkit-linear-gradient(right, #E40026 0%, #645594 100%);
      background: -o-linear-gradient(right, #E40026 0%, #645594 100%);
      background: linear-gradient(270deg, #E40026 0%, #645594 100%);
      color: #fff; }
  .biller-country__list img {
    width: 32px;
    min-width: 32px;
    margin-right: 4px; }

.biller-country__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  border-radius: 10px;
  padding: 0 12px; }

.biller-list {
  width: 100%; }
  .biller-list__active {
    width: 100%;
    height: 34px;
    border: 1px solid #C4C4C4;
    border-left: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    position: relative;
    cursor: pointer; }
    .biller-list__active:before {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 7px 7px 0 7px;
      border-color: #5B5B5B transparent transparent transparent;
      position: absolute;
      right: 7px;
      top: 50%;
      margin-top: -4px;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .biller-list__active:hover:before {
      border-color: #E4002B transparent transparent transparent; }
    .biller-list__active.active:before {
      -webkit-transform: rotate(180deg);
           -o-transform: rotate(180deg);
              transform: rotate(180deg); }
    .biller-list__active input {
      background-color: transparent;
      border: none;
      width: 100%;
      font-size: 15px;
      line-height: 22px;
      padding: 5px 30px 5px 12px;
      position: relative;
      z-index: 1;
      color: #5B5B5B; }
      .biller-list__active input:focus {
        outline: none; }
  .biller-list__list {
    background: #fff;
    border: 1px solid #C4C4C4;
    position: absolute;
    top: 34px;
    left: 0;
    right: 0;
    z-index: 1;
    max-height: 200px;
    overflow-y: auto;
    padding: 5px 12px;
    display: none; }
    .biller-list__list ul {
      list-style-type: none;
      padding: 0;
      margin: 0; }
    .biller-list__list li {
      padding: 7px 0;
      margin: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      font-weight: 300;
      font-size: 12px;
      line-height: 21px;
      width: 100%;
      cursor: pointer; }
      .biller-list__list li:hover .biller-list__info {
        background: -webkit-gradient(linear, right top, left top, from(#E40026), to(#645594));
        background: -webkit-linear-gradient(right, #E40026 0%, #645594 100%);
        background: -o-linear-gradient(right, #E40026 0%, #645594 100%);
        background: linear-gradient(270deg, #E40026 0%, #645594 100%);
        color: #fff; }
      .biller-list__list li.biller-hidden {
        display: none; }
  .biller-list__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    border-radius: 10px;
    padding: 0 12px; }

.biller-dropdowns {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px; }

.progress-status {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 15px; }
  .progress-status__item {
    padding: 0 10px;
    position: relative; }
    .progress-status__item:first-child {
      padding-left: 0; }
      .progress-status__item:first-child:before {
        left: 50%; }
    .progress-status__item:last-child {
      padding-right: 0; }
      .progress-status__item:last-child:before {
        right: 50%; }
    .progress-status__item:before {
      content: '';
      position: absolute;
      background-color: #5B5B5B;
      height: 2px;
      left: 0;
      right: 0;
      top: 19px; }
  .progress-status__icon {
    display: block;
    position: relative;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    border-radius: 100%;
    background-color: #5B5B5B; }
    .active .progress-status__icon {
      background: -webkit-gradient(linear, right top, left top, from(#E40026), to(#645594));
      background: -webkit-linear-gradient(right, #E40026 0%, #645594 100%);
      background: -o-linear-gradient(right, #E40026 0%, #645594 100%);
      background: linear-gradient(270deg, #E40026 0%, #645594 100%); }
    .progress-status__icon:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 36px;
      height: 36px;
      margin: -18px 0 0 -18px;
      border-radius: 100%;
      background-color: #fff; }
    .progress-status__icon:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      width: 20px;
      height: 22px;
      margin: -11px 0 0 -10px; }
    .progress-status__icon--order:after {
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 22'%3e%3cpath d='M15.823 19.003l-.266-.167-.266.167-2.465 1.548-.001.001a.377.377 0 01-.405 0h-.002l-2.465-1.549-.266-.167-.266.167-2.466 1.548-.001.001a.377.377 0 01-.405 0h-.001l-2.466-1.549-.266-.167-.266.167-2.466 1.548h0a.37.37 0 01-.377.014h0l-.011-.007A.372.372 0 01.5 20.23V2.64C.5 1.46 1.461.5 2.642.5h14.09c1.18 0 2.141.961 2.141 2.139V20.23c0 .14-.076.266-.194.33h0l-.003.003a.366.366 0 01-.183.047.405.405 0 01-.21-.062l-2.46-1.545zm-3.467.613l.266.167.266-.167 2.466-1.548v-.001a.377.377 0 01.406 0h0l1.586.997.766.482V2.64c0-.764-.618-1.38-1.38-1.38H2.642c-.763 0-1.38.616-1.38 1.38v16.907l.765-.482 1.585-.997h.001a.377.377 0 01.406 0h0l2.466 1.549.266.167.266-.167 2.466-1.548h0l.003-.003a.356.356 0 01.2-.056c.066 0 .135.018.21.062l2.46 1.545z' fill='url(%23paint0_linear)' stroke='%2354565A'/%3e%3cpath d='M10.608 15.332H5.072a.379.379 0 110-.759h5.536a.379.379 0 110 .76z' fill='url(%23paint1_linear)' stroke='%2354565A'/%3e%3cpath d='M14.302 15.332h-.922a.379.379 0 110-.759h.922a.379.379 0 110 .76z' fill='url(%23paint2_linear)' stroke='%2354565A'/%3e%3cpath d='M10.608 12.693H5.072a.379.379 0 110-.76h5.536a.379.379 0 110 .76z' fill='url(%23paint3_linear)' stroke='%2354565A'/%3e%3cpath d='M14.302 12.693h-.922a.379.379 0 110-.76h.922a.379.379 0 110 .76z' fill='url(%23paint4_linear)' stroke='%2354565A'/%3e%3cpath d='M9.687 10.055a3.023 3.023 0 01-3.022-3.018 3.023 3.023 0 016.044 0 3.023 3.023 0 01-3.022 3.018zm0-5.277a2.265 2.265 0 00-2.261 2.259 2.265 2.265 0 002.261 2.259 2.265 2.265 0 002.261-2.26 2.265 2.265 0 00-2.261-2.258z' fill='url(%23paint5_linear)' stroke='%2354565A'/%3e%3cdefs%3e%3clinearGradient id='paint0_linear' x1='19.373' y1='10.556' x2='0' y2='10.556' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23E40026'/%3e%3cstop offset='1' stop-color='%23645594'/%3e%3c/linearGradient%3e%3clinearGradient id='paint1_linear' x1='11.489' y1='14.953' x2='4.191' y2='14.953' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23E40026'/%3e%3cstop offset='1' stop-color='%23645594'/%3e%3c/linearGradient%3e%3clinearGradient id='paint2_linear' x1='15.182' y1='14.953' x2='12.499' y2='14.953' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23E40026'/%3e%3cstop offset='1' stop-color='%23645594'/%3e%3c/linearGradient%3e%3clinearGradient id='paint3_linear' x1='11.489' y1='12.313' x2='4.191' y2='12.313' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23E40026'/%3e%3cstop offset='1' stop-color='%23645594'/%3e%3c/linearGradient%3e%3clinearGradient id='paint4_linear' x1='15.182' y1='12.313' x2='12.499' y2='12.313' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23E40026'/%3e%3cstop offset='1' stop-color='%23645594'/%3e%3c/linearGradient%3e%3clinearGradient id='paint5_linear' x1='13.209' y1='7.037' x2='6.165' y2='7.037' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23E40026'/%3e%3cstop offset='1' stop-color='%23645594'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e"); }
      .active .progress-status__icon--order:after {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 22'%3e%3cpath d='M18.493 21.11a.908.908 0 01-.47-.135l-2.466-1.548-2.465 1.548a.877.877 0 01-.94 0l-2.465-1.548-2.466 1.548a.877.877 0 01-.94 0l-2.465-1.548-2.466 1.548a.87.87 0 01-.892.023A.872.872 0 010 20.23V2.64A2.644 2.644 0 012.642 0h14.09a2.644 2.644 0 012.641 2.639V20.23a.878.878 0 01-.88.88zm-8.806-3.6c.164 0 .323.046.47.134l2.465 1.548 2.466-1.548a.877.877 0 01.94 0l1.584.997V2.639a.879.879 0 00-.88-.88H2.642a.879.879 0 00-.88.88V18.64l1.584-.997a.877.877 0 01.94 0l2.465 1.548 2.466-1.548a.855.855 0 01.47-.135z' fill='url(%23paint0_linear)'/%3e%3cpath d='M10.608 15.832H5.072a.879.879 0 110-1.759h5.536a.879.879 0 110 1.76z' fill='url(%23paint1_linear)'/%3e%3cpath d='M14.302 15.832h-.922a.879.879 0 110-1.759h.922a.879.879 0 110 1.76z' fill='url(%23paint2_linear)'/%3e%3cpath d='M10.608 13.193H5.072a.879.879 0 110-1.76h5.536a.879.879 0 110 1.76z' fill='url(%23paint3_linear)'/%3e%3cpath d='M14.302 13.193h-.922a.879.879 0 110-1.76h.922a.879.879 0 110 1.76z' fill='url(%23paint4_linear)'/%3e%3cpath d='M9.687 10.555a3.523 3.523 0 01-3.522-3.518 3.523 3.523 0 017.044 0c0 1.94-1.579 3.518-3.522 3.518zm0-5.277c-.969 0-1.761.791-1.761 1.759 0 .967.792 1.759 1.761 1.759.969 0 1.761-.792 1.761-1.76 0-.967-.792-1.758-1.761-1.758z' fill='url(%23paint5_linear)'/%3e%3cdefs%3e%3clinearGradient id='paint0_linear' x1='19.373' y1='10.556' x2='0' y2='10.556' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23E40026'/%3e%3cstop offset='1' stop-color='%23645594'/%3e%3c/linearGradient%3e%3clinearGradient id='paint1_linear' x1='11.489' y1='14.953' x2='4.191' y2='14.953' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23E40026'/%3e%3cstop offset='1' stop-color='%23645594'/%3e%3c/linearGradient%3e%3clinearGradient id='paint2_linear' x1='15.182' y1='14.953' x2='12.499' y2='14.953' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23E40026'/%3e%3cstop offset='1' stop-color='%23645594'/%3e%3c/linearGradient%3e%3clinearGradient id='paint3_linear' x1='11.489' y1='12.313' x2='4.191' y2='12.313' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23E40026'/%3e%3cstop offset='1' stop-color='%23645594'/%3e%3c/linearGradient%3e%3clinearGradient id='paint4_linear' x1='15.182' y1='12.313' x2='12.499' y2='12.313' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23E40026'/%3e%3cstop offset='1' stop-color='%23645594'/%3e%3c/linearGradient%3e%3clinearGradient id='paint5_linear' x1='13.209' y1='7.037' x2='6.165' y2='7.037' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23E40026'/%3e%3cstop offset='1' stop-color='%23645594'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e"); }
    .progress-status__icon--login:after {
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 22'%3e%3cpath d='M14.09 12.833c-.502 0-.908.41-.908.917v1.833H1.818v-11h11.364v2.75c0 .508.406.917.909.917S15 7.84 15 7.333V2.75C15 1.234 13.776 0 12.273 0H2.727C1.224 0 0 1.234 0 2.75v16.5C0 20.766 1.224 22 2.727 22h9.546C13.776 22 15 20.766 15 19.25v-5.5a.912.912 0 00-.91-.917zm-11.363-11h9.546c.503 0 .909.41.909.917H1.818c0-.507.406-.917.91-.917zm9.546 18.334H2.727a.912.912 0 01-.909-.917v-1.833h11.364v1.833a.912.912 0 01-.91.917z' fill='%2354565A'/%3e%3cpath d='M19.091 9.625h-8.715l1.176-1.185a.916.916 0 000-1.296.904.904 0 00-1.285 0L7.54 9.894a.995.995 0 00-.2.3c0 .006 0 .012-.006.012-.037.104-.061.22-.061.336 0 .116.024.232.067.336 0 .006 0 .012.006.012.048.11.115.214.2.3l2.727 2.75a.91.91 0 00.642.269.916.916 0 00.642-1.564l-1.175-1.186h8.71c.502 0 .908-.41.908-.917a.912.912 0 00-.909-.917z' fill='%2354565A'/%3e%3c/svg%3e"); }
      .active .progress-status__icon--login:after {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 22'%3e%3cpath d='M14.09 12.833c-.502 0-.908.41-.908.917v1.833H1.818v-11h11.364v2.75c0 .508.406.917.909.917S15 7.84 15 7.333V2.75C15 1.234 13.776 0 12.273 0H2.727C1.224 0 0 1.234 0 2.75v16.5C0 20.766 1.224 22 2.727 22h9.546C13.776 22 15 20.766 15 19.25v-5.5a.912.912 0 00-.91-.917zm-11.363-11h9.546c.503 0 .909.41.909.917H1.818c0-.507.406-.917.91-.917zm9.546 18.334H2.727a.912.912 0 01-.909-.917v-1.833h11.364v1.833a.912.912 0 01-.91.917z' fill='url(%23paint0_linear)'/%3e%3cpath d='M19.091 9.625h-8.715l1.176-1.185a.916.916 0 000-1.296.904.904 0 00-1.285 0L7.54 9.894a.995.995 0 00-.2.3c0 .006 0 .012-.006.012-.037.104-.061.22-.061.336 0 .116.024.232.067.336 0 .006 0 .012.006.012.048.11.115.214.2.3l2.727 2.75a.91.91 0 00.642.269.916.916 0 00.642-1.564l-1.175-1.186h8.71c.502 0 .908-.41.908-.917a.912.912 0 00-.909-.917z' fill='url(%23paint1_linear)'/%3e%3cdefs%3e%3clinearGradient id='paint0_linear' x1='15' y1='11' x2='0' y2='11' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23E40026'/%3e%3cstop offset='1' stop-color='%23645594'/%3e%3c/linearGradient%3e%3clinearGradient id='paint1_linear' x1='20' y1='10.542' x2='7.273' y2='10.542' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23E40026'/%3e%3cstop offset='1' stop-color='%23645594'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e"); }
    .progress-status__icon--review:after {
      width: 22px;
      margin-left: -11px;
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3e%3cpath d='M19.256 0H2.75A2.754 2.754 0 000 2.75v16.5A2.754 2.754 0 002.75 22h16.506A2.749 2.749 0 0022 19.25V2.75A2.753 2.753 0 0019.256 0zm.91 19.25c0 .501-.409.917-.91.917H2.75a.915.915 0 01-.917-.917V2.75c0-.507.41-.917.917-.917h16.506c.501 0 .91.41.91.917v16.5z' fill='%2354565A'/%3e%3cpath d='M16.5 4.583H9.167a.915.915 0 100 1.833H16.5a.915.915 0 100-1.833zM16.5 15.583H9.167a.915.915 0 100 1.833H16.5a.915.915 0 100-1.833zM16.5 10.083H9.167a.915.915 0 100 1.833H16.5a.915.915 0 100-1.833zM6.417 10.083H5.5a.915.915 0 100 1.833h.917a.915.915 0 100-1.833zM6.417 15.583H5.5a.915.915 0 100 1.833h.917a.915.915 0 100-1.833zM6.417 4.583H5.5a.915.915 0 100 1.833h.917a.915.915 0 100-1.833z' fill='%2354565A'/%3e%3c/svg%3e"); }
      .active .progress-status__icon--review:after {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3e%3cpath d='M19.256 0H2.75A2.754 2.754 0 000 2.75v16.5A2.754 2.754 0 002.75 22h16.506A2.749 2.749 0 0022 19.25V2.75A2.753 2.753 0 0019.256 0zm.91 19.25c0 .501-.409.917-.91.917H2.75a.915.915 0 01-.917-.917V2.75c0-.507.41-.917.917-.917h16.506c.501 0 .91.41.91.917v16.5z' fill='url(%23paint0_linear)'/%3e%3cpath d='M16.5 4.583H9.167a.915.915 0 100 1.834H16.5a.915.915 0 100-1.833z' fill='url(%23paint1_linear)'/%3e%3cpath d='M16.5 15.584H9.167a.915.915 0 100 1.833H16.5a.915.915 0 100-1.834z' fill='url(%23paint2_linear)'/%3e%3cpath d='M16.5 10.084H9.167a.915.915 0 100 1.833H16.5a.915.915 0 100-1.833z' fill='url(%23paint3_linear)'/%3e%3cpath d='M6.417 10.084H5.5a.915.915 0 100 1.833h.917c.507 0 .917-.41.917-.917a.915.915 0 00-.917-.916z' fill='url(%23paint4_linear)'/%3e%3cpath d='M6.417 15.584H5.5a.915.915 0 100 1.833h.917c.507 0 .917-.41.917-.917a.915.915 0 00-.917-.916z' fill='url(%23paint5_linear)'/%3e%3cpath d='M6.417 4.583H5.5a.915.915 0 100 1.834h.917a.915.915 0 100-1.833z' fill='url(%23paint6_linear)'/%3e%3cdefs%3e%3clinearGradient id='paint0_linear' x1='22' y1='11' x2='0' y2='11' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23E40026'/%3e%3cstop offset='1' stop-color='%23645594'/%3e%3c/linearGradient%3e%3clinearGradient id='paint1_linear' x1='17.417' y1='5.5' x2='8.25' y2='5.5' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23E40026'/%3e%3cstop offset='1' stop-color='%23645594'/%3e%3c/linearGradient%3e%3clinearGradient id='paint2_linear' x1='17.417' y1='16.5' x2='8.25' y2='16.5' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23E40026'/%3e%3cstop offset='1' stop-color='%23645594'/%3e%3c/linearGradient%3e%3clinearGradient id='paint3_linear' x1='17.417' y1='11' x2='8.25' y2='11' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23E40026'/%3e%3cstop offset='1' stop-color='%23645594'/%3e%3c/linearGradient%3e%3clinearGradient id='paint4_linear' x1='7.333' y1='11' x2='4.583' y2='11' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23E40026'/%3e%3cstop offset='1' stop-color='%23645594'/%3e%3c/linearGradient%3e%3clinearGradient id='paint5_linear' x1='7.333' y1='16.5' x2='4.583' y2='16.5' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23E40026'/%3e%3cstop offset='1' stop-color='%23645594'/%3e%3c/linearGradient%3e%3clinearGradient id='paint6_linear' x1='7.333' y1='5.5' x2='4.583' y2='5.5' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23E40026'/%3e%3cstop offset='1' stop-color='%23645594'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e"); }
    .progress-status__icon--checkout:after {
      width: 22px;
      margin-left: -11px;
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3e%3cpath d='M11 0C4.932 0 0 4.938 0 11s4.932 11 11 11c6.062 0 11-4.938 11-11S17.062 0 11 0zm0 20.167c-5.054 0-9.167-4.113-9.167-9.167 0-5.054 4.113-9.167 9.167-9.167 5.054 0 9.167 4.113 9.167 9.167 0 5.054-4.113 9.167-9.167 9.167z' fill='%2354565A'/%3e%3cpath d='M14.539 5.812c-.55-.306-1.54-.605-2.622-.727v-.501a.915.915 0 10-1.833 0v.489c-.63.073-1.223.238-1.724.531-.874.514-1.35 1.37-1.35 2.402 0 2.072 1.613 2.89 3.074 3.41v3.214a9.793 9.793 0 01-2.439-.556.916.916 0 10-.623 1.723c.929.337 2.004.587 3.062.667v.953a.915.915 0 101.833 0V16.39c.593-.11 1.143-.3 1.595-.617.58-.41 1.277-1.192 1.277-2.615 0-1.84-1.473-2.555-2.872-3.05V6.93c.69.098 1.338.275 1.735.495a.92.92 0 001.247-.36.928.928 0 00-.36-1.253zM8.843 8.006c0-.391.134-.636.452-.825.208-.122.489-.202.789-.25v2.517c-.844-.373-1.241-.752-1.241-1.442zm4.113 5.152c0 .684-.281.965-.495 1.112a2.031 2.031 0 01-.544.244v-2.438c.709.3 1.039.593 1.039 1.082z' fill='%2354565A'/%3e%3c/svg%3e"); }
      .active .progress-status__icon--checkout:after {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3e%3cpath d='M11 0C4.932 0 0 4.938 0 11s4.932 11 11 11c6.062 0 11-4.938 11-11S17.062 0 11 0zm0 20.167c-5.054 0-9.167-4.113-9.167-9.167 0-5.054 4.113-9.167 9.167-9.167 5.054 0 9.167 4.113 9.167 9.167 0 5.054-4.113 9.167-9.167 9.167z' fill='url(%23paint0_linear)'/%3e%3cpath d='M14.538 5.812c-.55-.306-1.54-.605-2.621-.727v-.501a.915.915 0 10-1.834 0v.489c-.629.073-1.222.238-1.723.531-.874.514-1.35 1.37-1.35 2.402 0 2.072 1.613 2.89 3.073 3.41v3.214a9.793 9.793 0 01-2.438-.556.916.916 0 10-.623 1.723c.929.337 2.004.587 3.061.667v.953a.916.916 0 101.834 0V16.39c.592-.11 1.143-.3 1.595-.617.58-.41 1.277-1.192 1.277-2.615 0-1.84-1.473-2.555-2.872-3.05V6.93c.69.098 1.338.275 1.735.495a.92.92 0 001.247-.36.928.928 0 00-.36-1.253zM8.843 8.006c0-.391.134-.636.452-.825.208-.122.489-.202.788-.25v2.517c-.843-.373-1.24-.752-1.24-1.442zm4.113 5.152c0 .684-.281.965-.495 1.112a2.03 2.03 0 01-.544.244v-2.438c.709.3 1.039.593 1.039 1.082z' fill='url(%23paint1_linear)'/%3e%3cdefs%3e%3clinearGradient id='paint0_linear' x1='22' y1='11' x2='0' y2='11' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23E40026'/%3e%3cstop offset='1' stop-color='%23645594'/%3e%3c/linearGradient%3e%3clinearGradient id='paint1_linear' x1='15.012' y1='11' x2='6.417' y2='11' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23E40026'/%3e%3cstop offset='1' stop-color='%23645594'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e"); }
  .progress-status__text {
    display: block;
    font-weight: 300;
    font-size: 10px;
    line-height: 15px;
    text-align: center;
    text-transform: uppercase;
    padding-top: 3px;
    max-width: 70px; }
    .active .progress-status__text {
      color: #E4002B; }

.product-title, .dashboard--heading {
  background: -webkit-gradient(linear, right top, left top, from(#F47C3E), to(#ED1985));
  background: -webkit-linear-gradient(right, #F47C3E 0%, #ED1985 100%);
  background: -o-linear-gradient(right, #F47C3E 0%, #ED1985 100%);
  background: linear-gradient(270deg, #F47C3E 0%, #ED1985 100%);
  font-weight: bold;
  font-size: 22px;
  line-height: 30px;
  padding: 10px 15px;
  text-align: center;
  text-transform: uppercase;
  color: #fff; }

.page-title {
  font-weight: bold;
  font-size: 15px;
  line-height: 22px;
  padding: 0 15px;
  text-align: center;
  color: #000;
  padding-bottom: 30px; }

@media (min-width: 768px) {
  .progress-status {
    padding: 30px 0; }
    .progress-status__item {
      padding: 0 20px; }
    .progress-status__text {
      max-width: none; }
  .product-title, .dashboard--heading {
    font-size: 30px;
    line-height: 40px;
    padding: 5px 20px; } }

.details-list {
  margin: 45px auto 0 auto;
  max-width: 586px;
  padding: 0 15px; }
  .details-list .form-group {
    margin: 0;
    padding-bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    position: relative; }
    .details-list .form-group label {
      display: block;
      font-weight: 300;
      font-size: 12px;
      line-height: 18px;
      margin: 0; }
  .details-list .form-actions {
    display: block; }
    .details-list .form-actions .btn, .details-list .form-actions .path-dashboard .ui-dialog button [id*=edit-cancel], .path-dashboard .ui-dialog button .details-list .form-actions [id*=edit-cancel] {
      min-width: 170px; }
  .details-list .form-type-select,
  .details-list .form-type-creditfield-cardnumber,
  .details-list .form-type-textfield,
  .details-list .form-type-date,
  .details-list .form-type-email {
    padding-bottom: 30px; }
    .details-list .form-type-select:after,
    .details-list .form-type-creditfield-cardnumber:after,
    .details-list .form-type-textfield:after,
    .details-list .form-type-date:after,
    .details-list .form-type-email:after {
      content: '';
      position: absolute;
      top: 40px;
      left: 0;
      right: 0;
      height: 1px;
      background: -webkit-gradient(linear, right top, left top, from(#E40026), to(#645594));
      background: -webkit-linear-gradient(right, #E40026 0%, #645594 100%);
      background: -o-linear-gradient(right, #E40026 0%, #645594 100%);
      background: linear-gradient(270deg, #E40026 0%, #645594 100%); }
    .details-list .form-type-select label,
    .details-list .form-type-creditfield-cardnumber label,
    .details-list .form-type-textfield label,
    .details-list .form-type-date label,
    .details-list .form-type-email label {
      position: absolute;
      bottom: 10px;
      left: 0;
      right: 0; }
  .details-list select,
  .details-list .form-email,
  .details-list .form-date,
  .details-list .form-text {
    height: auto;
    background-color: #F4F4F4;
    border-radius: 5px 5px 0px 0px;
    color: #5B5B5B;
    border: 0;
    margin: 0;
    padding: 8px 20px; }
    .details-list select:focus,
    .details-list .form-email:focus,
    .details-list .form-date:focus,
    .details-list .form-text:focus {
      outline: none;
      -webkit-box-shadow: none;
              box-shadow: none; }

@media (min-width: 768px) {
  .details-list {
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    padding: 25px; }
    .details-list__wrapper {
      max-width: 300px;
      margin: 0 auto; } }

.cart-container .cart-container__wrapper {
  position: absolute;
  top: 0;
  left: 293px;
  width: 256px;
  border: 1px solid #C4C4C4;
  border-radius: 5px;
  padding: 20px;
  -webkit-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.2);
  display: none;
  background-color: #fff; }

.cart-container.scrolled .cart-container__summary {
  position: fixed; }

.cart-container .cart-container__summary {
  position: absolute;
  top: 0;
  height: 50px;
  left: 0;
  right: 0;
  z-index: 10;
  background: -webkit-gradient(linear, right top, left top, from(#F47C3E), to(#ED1985));
  background: -webkit-linear-gradient(right, #F47C3E 0%, #ED1985 100%);
  background: -o-linear-gradient(right, #F47C3E 0%, #ED1985 100%);
  background: linear-gradient(270deg, #F47C3E 0%, #ED1985 100%); }
  .cart-container .cart-container__summary a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    text-decoration: none;
    padding: 0 24px;
    background-repeat: no-repeat;
    -webkit-background-size: 24px 24px;
            background-size: 24px;
    background-position: 24px 12px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cg clip-path='url(%23clip0)' fill='%23fff'%3e%3cpath d='M19 24c-1.65 0-3-1.35-3-3s1.35-3 3-3 3 1.35 3 3-1.35 3-3 3zm0-4c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zM8 24c-1.65 0-3-1.35-3-3s1.35-3 3-3 3 1.35 3 3-1.35 3-3 3zm0-4c-.55 0-1 .45-1 1s.45 1 1 1 1-.45 1-1-.45-1-1-1zM19.51 17H8.23c-1.19 0-2.22-.85-2.45-2.01L3.18 2H1c-.55 0-1-.45-1-1s.45-1 1-1h3c.48 0 .89.34.98.8l.65 3.27C5.75 4.02 5.87 4 6 4h15.16c.75 0 1.46.33 1.94.92.48.59.66 1.34.51 2.08l-1.65 8c-.24 1.16-1.27 2-2.45 2zM6.02 6l1.72 8.6c.05.23.25.4.49.4h11.29c.24 0 .44-.17.49-.4l1.65-8c.04-.2-.05-.35-.1-.42-.07-.06-.19-.18-.4-.18H6.02z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0'%3e%3cpath fill='%23fff' d='M0 0h23.66v24H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e"); }
    .cart-container .cart-container__summary a:hover {
      text-decoration: none; }

.order-preview-cart .cart-container__summary {
  display: none; }

.cart-container__info {
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  padding-right: 5px; }

.cart-container__count {
  width: 22px;
  height: 22px;
  font-size: 15px;
  line-height: 22px;
  font-weight: bold;
  text-align: center;
  color: #E4002B;
  background-color: #fff;
  border-radius: 100%; }

.cart-container__title {
  font-weight: bold;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  margin-bottom: 20px; }
  .order-preview-cart .cart-container__title {
    color: #E4002B; }

.cart-container__item {
  padding: 4px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.cart-container__itemleft {
  width: 65%;
  font-weight: 300;
  font-size: 12px;
  line-height: 12px; }
  .cart-container__itemleft div {
    margin: 2px 0; }

.cart-container__itemright {
  width: 35%;
  text-align: left;
  font-weight: 600;
  font-size: 12px;
  line-height: 12px;
  color: #858585; }
  .cart-container__itemright .delete-cart-item {
    float: right;
    cursor: pointer; }

.cart-container__phone {
  position: relative;
  cursor: pointer; }
  .cart-container__phone:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7px 0 7px;
    border-color: #5B5B5B transparent transparent transparent;
    position: absolute;
    top: 6px;
    margin-top: -4px;
    margin-left: 10px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }

.cart-container__details {
  display: none; }

.cart-container__total {
  border-top: 1px solid #5B5B5B;
  margin: 15px 0;
  font-size: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-left: 90px; }
  .cart-container__total span {
    position: absolute;
    right: 0;
    font-weight: 600; }

.cart-container__btn {
  text-align: center;
  padding: 0 24px;
  margin-top: 40px; }
  .cart-container__btn p {
    font-weight: 300;
    font-size: 10px;
    line-height: 10px;
    color: #C4C4C4;
    position: relative;
    text-align: center;
    margin: 12px 0 0 0; }
  .order-preview-cart .cart-container__btn {
    display: none; }

.cart-container__empty {
  text-align: center; }

.order-preview {
  margin: 20px 15px;
  border: 1px solid #C4C4C4;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 20px; }
  .order-preview .action-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 20px; }
    .order-preview .action-buttons a {
      margin: 6px; }
    .order-preview .action-buttons__wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
  .order-preview .order-note {
    font-weight: 300;
    font-size: 10px;
    line-height: 10px;
    color: #C4C4C4;
    text-align: center;
    margin: 6px auto 0 auto;
    max-width: 200px;
    width: 100%; }
  .order-preview__checkbox {
    position: relative;
    padding-top: 10px;
    text-align: center; }
    .order-preview__checkbox input {
      position: absolute;
      left: 0;
      z-index: -1;
      width: 1rem;
      height: 1.25rem;
      opacity: 0; }
      .order-preview__checkbox input:checked + label:before {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 0H16C17.11 0 18 0.9 18 2V16C18 17.1 17.11 18 16 18H2C0.89 18 0 17.1 0 16V2C0 0.9 0.89 0 2 0ZM2 9L7 14L16 5L14.59 3.58L7 11.17L3.41 7.59L2 9Z' fill='%23E4002B'/%3e%3c/svg%3e ");
        border: 0; }
    .order-preview__checkbox label {
      font-weight: 300;
      font-size: 12px;
      line-height: 18px;
      color: #54565A;
      padding-left: 24px;
      position: relative;
      text-align: center;
      margin: 0;
      display: block; }
      .order-preview__checkbox label:before {
        content: '';
        width: 18px;
        height: 18px;
        border: 1px solid #5B5B5B;
        border-radius: 2px;
        position: absolute;
        top: 0;
        margin-left: -25px;
        -webkit-box-shadow: none !important;
                box-shadow: none !important; }
    .order-preview__checkbox__note {
      font-size: 11px;
      margin: 5px 60px; }

@media (min-width: 768px) {
  .order-preview {
    max-width: 468px;
    margin: 30px auto 50px auto;
    padding: 30px 40px; } }

@media (min-width: 1200px) {
  .cart-container {
    position: absolute;
    left: 52%;
    top: 100px; }
    .cart-container .cart-container__wrapper {
      display: block; }
    .cart-container .cart-container__summary {
      display: none; } }

.conversion-rate__title {
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  opacity: 0.5;
  padding: 20px 0;
  width: 100%; }

.conversion-rate__info {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
  position: relative; }
  .conversion-rate__info:after {
    content: '';
    position: absolute;
    right: 18px;
    top: 50%;
    left: 50%;
    width: 23px;
    height: 18px;
    margin: -9px 0 0 -12px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 18'%3e%3cpath d='M0 4.798v-.685c0-.285.105-.528.314-.727.21-.2.465-.3.764-.3H17.25V1.032c0-.456.225-.77.674-.941.449-.172.838-.1 1.168.214l3.594 3.423c.21.2.314.442.314.727a.967.967 0 01-.314.728l-3.594 3.423c-.33.314-.719.386-1.168.214-.45-.17-.674-.485-.674-.941V5.825H1.078c-.3 0-.554-.1-.764-.3A.967.967 0 010 4.798zm21.922 6.504c.3 0 .554.1.764.3.21.2.314.442.314.727v.685a.967.967 0 01-.314.728c-.21.2-.465.3-.764.3H5.75v2.053c0 .457-.225.77-.674.942-.449.17-.838.1-1.168-.214L.314 13.399A.967.967 0 010 12.672c0-.286.105-.528.314-.728l3.594-3.423c.33-.314.719-.385 1.168-.214.45.171.674.485.674.941v2.054h16.172z' fill='%2354565A'/%3e%3c/svg%3e"); }

.conversion-rate__item {
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  color: #C4C4C4;
  padding: 0 30px;
  min-width: 140px; }
  .conversion-rate__item:first-child {
    text-align: right; }

.payment-links ul {
  list-style-type: none;
  padding: 0 0 20px 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.payment-links li {
  padding: 0 10px;
  margin: 0; }
  .payment-links li.active a {
    font-weight: bold; }
    .payment-links li.active a:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 1px;
      background: -webkit-gradient(linear, right top, left top, from(#E40026), to(#645594));
      background: -webkit-linear-gradient(right, #E40026 0%, #645594 100%);
      background: -o-linear-gradient(right, #E40026 0%, #645594 100%);
      background: linear-gradient(270deg, #E40026 0%, #645594 100%); }

.payment-links a {
  display: block;
  position: relative;
  font-size: 15px;
  line-height: 22px;
  text-align: right;
  color: #5B5B5B; }
  .payment-links a:hover {
    text-decoration: none;
    color: #E4002B; }

@media (min-width: 768px) {
  .payment-links {
    padding-right: 48px; }
    .payment-links ul {
      margin: -2px 0;
      width: 154px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    .payment-links li {
      padding: 2px 0; } }

.bill-preview__title {
  font-weight: bold;
  font-size: 15px;
  line-height: 22px; }

.bill-preview__amount {
  font-weight: 300;
  font-size: 12px;
  line-height: 22px;
  text-align: right; }

.bill-preview__total:after {
  content: '';
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  height: 1px;
  background: -webkit-gradient(linear, right top, left top, from(#E40026), to(#645594));
  background: -webkit-linear-gradient(right, #E40026 0%, #645594 100%);
  background: -o-linear-gradient(right, #E40026 0%, #645594 100%);
  background: linear-gradient(270deg, #E40026 0%, #645594 100%); }

.bill-preview ul {
  list-style-type: none;
  padding: 20px 30px;
  margin: 0; }

.bill-preview li {
  padding: 5px 0;
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .bill-preview li.bill-preview__total {
    padding-top: 40px;
    position: relative; }
  .bill-preview li.bill-preview__separated {
    padding-top: 50px; }

.bill-preview .bills-list {
  padding: 20px 0 10px 0; }

.bills-list {
  padding: 5px; }
  .bills-list__wrapper {
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    padding: 20px 30px;
    height: 100%; }
  .bills-list__details {
    padding: 20px 0 10px 0; }
    .bills-list__details ul {
      list-style-type: none;
      padding: 0;
      margin: 0; }
    .bills-list__details li {
      padding: 5px 0;
      margin: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
  .bills-list__title {
    font-weight: bold;
    font-size: 15px;
    line-height: 22px;
    width: 100px;
    min-width: 100px; }
  .bills-list__text {
    font-weight: 300;
    font-size: 12px;
    line-height: 22px;
    width: 100%; }
  .bills-list__edit {
    min-width: 30px; }
    .bills-list__edit a {
      display: block;
      width: 30px;
      height: 30px;
      position: relative; }
      .bills-list__edit a:after {
        content: '';
        width: 22px;
        height: 22px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -11px 0 0 -11px;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 22'%3e%3cpath d='M4.813 9.626a.874.874 0 110-1.75h11.375a3.07 3.07 0 002.181-.898 3.016 3.016 0 00.881-2.159c-.006-.845-.32-1.61-.898-2.181a3.028 3.028 0 00-2.147-.887H4.813a.874.874 0 110-1.75h11.375c1.283-.029 2.485.49 3.395 1.389A4.769 4.769 0 0121 4.772a4.8 4.8 0 01-1.388 3.43 4.772 4.772 0 01-3.39 1.417H4.813v.006z' fill='%235B5B5B'/%3e%3cpath d='M4.813 9.626A4.817 4.817 0 010 4.813 4.817 4.817 0 014.813.001a4.817 4.817 0 014.812 4.812 4.817 4.817 0 01-4.813 4.813zm0-7.875A3.07 3.07 0 001.75 4.813a3.07 3.07 0 003.063 3.063 3.07 3.07 0 003.062-3.063 3.066 3.066 0 00-3.063-3.062zM4.795 21.001A4.806 4.806 0 010 16.224a4.8 4.8 0 011.388-3.43 4.769 4.769 0 013.384-1.418h11.41a.874.874 0 110 1.75H4.812a3.07 3.07 0 00-2.181.898 3.015 3.015 0 00-.88 2.159 3.07 3.07 0 003.056 3.068h11.38a.874.874 0 110 1.75H4.796z' fill='%235B5B5B'/%3e%3cpath d='M16.188 21.001a4.817 4.817 0 01-4.813-4.813 4.817 4.817 0 014.813-4.812A4.817 4.817 0 0121 16.189 4.817 4.817 0 0116.187 21zm0-7.875a3.07 3.07 0 00-3.063 3.063 3.07 3.07 0 003.063 3.062 3.062 3.062 0 100-6.125z' fill='%235B5B5B'/%3e%3c/svg%3e"); }
  .bills-list__delete {
    min-width: 30px; }
    .bills-list__delete a {
      display: block;
      width: 30px;
      height: 30px;
      position: relative; }
      .bills-list__delete a:after {
        content: '';
        width: 24px;
        height: 24px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -12px 0 0 -12px;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 24'%3e%3cpath d='M19.49 7c-.55 0-1 .45-1 1l.01 13c0 .55-.45 1-1 1h-12c-.55 0-1-.45-1-1.01L4.49 8c0-.55-.45-1-1-1s-1 .45-1 1l.01 13c0 1.66 1.35 3 3 3h12c1.66 0 3-1.35 3-3.01L20.49 8c0-.55-.45-1-1-1zM22 4h-6V1c0-.55-.45-1-1-1H8c-.55 0-1 .45-1 1v3H1c-.55 0-1 .45-1 1s.45 1 1 1h21c.55 0 1-.45 1-1s-.45-1-1-1zM9 2h5v2H9V2z' fill='%2354565A'/%3e%3cpath d='M12.5 19v-8c0-.55-.45-1-1-1s-1 .45-1 1v8c0 .55.45 1 1 1s1-.45 1-1zM9 19v-8c0-.55-.45-1-1-1s-1 .45-1 1v8c0 .55.45 1 1 1s1-.45 1-1zM16 19v-8c0-.55-.45-1-1-1s-1 .45-1 1v8c0 .55.45 1 1 1s1-.45 1-1z' fill='%2354565A'/%3e%3c/svg%3e"); }
  .bills-list__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .bills-list__flag {
    width: 30px;
    min-width: 30px; }
  .bills-list__name {
    width: 100%;
    text-align: center;
    padding: 0 15px;
    font-size: 15px;
    line-height: 22px;
    white-space: nowrap;
    overflow: hidden; }
  .bills-list__action {
    text-align: right; }
  .bills-list__table {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 34px;
    border: 1px solid #c4c4c4;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 15px;
    width: 100%;
    position: relative; }
    .bills-list__table:after {
      content: '';
      position: absolute;
      left: 60px;
      top: 0;
      bottom: 0;
      width: 1px;
      background-color: #c4c4c4; }
  .bills-list--center {
    padding: 0; }
    .bills-list--center .bills-list__name {
      padding-left: 30px;
      text-align: left; }
    .bills-list--center .bills-list__edit {
      margin-left: 10px; }
    .bills-list--center .bills-list__details ul {
      padding: 0 40px; }
  .bills-list--wide {
    padding: 0; }
    .bills-list--wide .bills-list__wrapper {
      -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
              box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
      border: none; }
    .bills-list--wide .bills-list__name {
      font-weight: bold;
      width: auto;
      padding: 0 0 0 30px; }
    .bills-list--wide .bills-list__info {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .bills-list--wide .bills-list__title {
      width: 50%; }
    .bills-list--wide .bills-list__text {
      width: 50%;
      text-align: right; }

.billpay-success {
  padding: 0 15px; }
  .billpay-success__wrapper {
    max-width: 562px;
    margin: 0 auto 50px auto;
    background: -webkit-gradient(linear, right top, left top, from(#E40026), to(#645594));
    background: -webkit-linear-gradient(right, #E40026 0%, #645594 100%);
    background: -o-linear-gradient(right, #E40026 0%, #645594 100%);
    background: linear-gradient(270deg, #E40026 0%, #645594 100%);
    border-radius: 12px;
    padding: 2px; }
    .billpay-success__wrapper .bill-preview {
      background: #fff;
      border-radius: 10px;
      padding: 20px 30px; }
  .billpay-success__title {
    font-size: 30px;
    line-height: 45px;
    font-weight: bold;
    text-align: center;
    color: #000;
    max-width: 532px;
    margin: 0 auto;
    padding-bottom: 30px; }
  .billpay-success__message {
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #000;
    max-width: 532px;
    margin: 0 auto;
    padding: 0 30px 50px 30px; }

.account-block {
  position: relative;
  padding: 40px 15px; }
  .account-block__wrapper {
    max-width: 585px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 40px; }
  .account-block__separator {
    font-weight: bold;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    padding: 20px 0; }
  .account-block__social .social_login {
    margin: 0 !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .account-block__social .social_login > label {
      display: none; }
    .account-block__social .social_login > div {
      width: 208px; }
  .account-block__local form {
    max-width: 208px;
    margin: 0 auto; }
  .account-block__local .btn, .account-block__local .path-dashboard .ui-dialog button [id*=edit-cancel], .path-dashboard .ui-dialog button .account-block__local [id*=edit-cancel] {
    display: block;
    min-width: 170px;
    margin: 10px auto 0 auto; }
  .account-block__local .field--name-field-marketing,
  .account-block__local .form-item-persistent-login {
    height: 1px;
    min-height: 1px;
    opacity: 0;
    overflow: hidden; }
  .account-block__local .form-type-textfield,
  .account-block__local .form-type-email,
  .account-block__local .form-type-password {
    padding-bottom: 30px;
    position: relative;
    margin: 0; }
    .account-block__local .form-type-textfield:after,
    .account-block__local .form-type-email:after,
    .account-block__local .form-type-password:after {
      content: '';
      position: absolute;
      top: 40px;
      left: 0;
      right: 0;
      height: 1px;
      background: -webkit-gradient(linear, right top, left top, from(#E40026), to(#645594));
      background: -webkit-linear-gradient(right, #E40026 0%, #645594 100%);
      background: -o-linear-gradient(right, #E40026 0%, #645594 100%);
      background: linear-gradient(270deg, #E40026 0%, #645594 100%); }
    .account-block__local .form-type-textfield label,
    .account-block__local .form-type-email label,
    .account-block__local .form-type-password label {
      display: block;
      font-weight: 300;
      font-size: 12px;
      line-height: 18px;
      margin: 0;
      position: absolute;
      bottom: 10px;
      left: 0;
      right: 0; }
    .account-block__local .form-type-textfield small,
    .account-block__local .form-type-email small,
    .account-block__local .form-type-password small {
      display: none; }
  .account-block__local .form-text,
  .account-block__local .form-email {
    height: auto;
    background-color: #F4F4F4;
    border-radius: 5px 5px 0px 0px;
    color: #5B5B5B;
    border: 0;
    margin: 0;
    padding: 8px 20px; }
    .account-block__local .form-text:focus,
    .account-block__local .form-email:focus {
      outline: none;
      -webkit-box-shadow: none;
              box-shadow: none; }
  .account-block__terms {
    padding-top: 10px;
    width: 208px;
    margin: 0 auto;
    font-weight: 300;
    font-size: 12px;
    line-height: 12px;
    color: #5B5B5B;
    padding-left: 24px; }
  .account-block__help {
    padding-top: 8px;
    padding-left: 24px;
    width: 208px;
    margin: 0 auto; }
    .account-block__help a {
      font-weight: 300;
      font-size: 12px;
      line-height: 18px;
      text-align: center;
      color: #5B5B5B; }
  .account-block__marketing, .account-block__remember {
    padding-top: 8px;
    width: 208px;
    margin: 0 auto; }
  .account-block__remember {
    padding-top: 0; }
    .account-block__remember label {
      padding-top: 3px; }
  .account-block__checkbox {
    position: relative; }
    .account-block__checkbox input {
      position: absolute;
      left: 0;
      z-index: -1;
      width: 1rem;
      height: 1.25rem;
      opacity: 0; }
      .account-block__checkbox input:checked + label:before {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 0H16C17.11 0 18 0.9 18 2V16C18 17.1 17.11 18 16 18H2C0.89 18 0 17.1 0 16V2C0 0.9 0.89 0 2 0ZM2 9L7 14L16 5L14.59 3.58L7 11.17L3.41 7.59L2 9Z' fill='%23E4002B'/%3e%3c/svg%3e ");
        border: 0; }
    .account-block__checkbox label {
      font-weight: 300;
      font-size: 12px;
      line-height: 12px;
      color: #54565A;
      padding-left: 24px;
      position: relative;
      text-align: left;
      margin: 0; }
      .account-block__checkbox label:before {
        content: '';
        width: 18px;
        height: 18px;
        border: 1px solid #5B5B5B;
        border-radius: 2px;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        -webkit-box-shadow: none !important;
                box-shadow: none !important; }

@media (min-width: 768px) {
  .account-block {
    padding: 70px 15px; }
    .account-block__wrapper {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
    .account-block__separator {
      width: 60px;
      min-width: 60px; }
    .account-block__social {
      width: 50%; }
      .account-block__social .social_login {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
    .account-block__local {
      width: 50%; }
      .account-block__local form {
        margin: 0; }
    .account-block__help, .account-block__marketing {
      padding-top: 20px;
      margin: 0 0 0 auto; }
    .account-block__terms, .account-block__remember {
      margin: 0 0 0 auto; } }

@media (min-width: 1200px) {
  .account-block {
    position: relative; }
    .account-block:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 1px;
      background: -webkit-gradient(linear, right top, left top, from(#E40026), to(#645594));
      background: -webkit-linear-gradient(right, #E40026 0%, #645594 100%);
      background: -o-linear-gradient(right, #E40026 0%, #645594 100%);
      background: linear-gradient(270deg, #E40026 0%, #645594 100%); }
    .account-block--no-line:before {
      display: none; } }

.error-message {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  background-color: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px; }
  .error-message__wrapper {
    max-width: 485px;
    background: -webkit-gradient(linear, right top, left top, from(#E40026), to(#645594));
    background: -webkit-linear-gradient(right, #E40026 0%, #645594 100%);
    background: -o-linear-gradient(right, #E40026 0%, #645594 100%);
    background: linear-gradient(270deg, #E40026 0%, #645594 100%);
    border-radius: 12px;
    padding: 2px; }
  .error-message__info {
    background-color: #fff;
    border-radius: 10px;
    padding: 40px 30px; }
  .error-message__title {
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    color: #E4002B; }
  .error-message__text {
    font-size: 12px;
    line-height: 18px;
    padding-top: 20px; }
    .error-message__text:first-child {
      padding-top: 0; }
  .error-message__button {
    padding-top: 30px;
    text-align: center; }

.ui-widget-overlay {
  background: rgba(255, 255, 255, 0.8); }

.ui-widget.ui-widget-content {
  border: 2px solid #E4002B;
  background-color: #fff;
  border-radius: 10px; }

.ui-dialog {
  font-family: "Poppins", sans-serif; }
  .ui-dialog .ui-dialog-content {
    padding: 20px; }
    .ui-dialog .ui-dialog-content h6 {
      font-size: 12px;
      line-height: 18px;
      padding: 0;
      margin: 0;
      text-align: center; }
  .ui-dialog .form-billpay {
    padding: 0; }
  .ui-dialog .details-list {
    margin: 0; }
  .ui-dialog .ui-dialog-buttonpane {
    border: none;
    padding: 20px 0 0 0;
    margin: 0;
    text-align: center; }
    .ui-dialog .ui-dialog-buttonpane .button {
      font-family: "Poppins", sans-serif;
      font-size: 0.9375rem;
      text-align: center;
      padding: 9px 35px;
      border: 0;
      border-radius: 40px;
      background: -webkit-gradient(linear, right top, left top, from(#E40026), to(#645594));
      background: -webkit-linear-gradient(right, #E40026 0%, #645594 100%);
      background: -o-linear-gradient(right, #E40026 0%, #645594 100%);
      background: linear-gradient(270deg, #E40026 0%, #645594 100%);
      color: #fff;
      position: relative; }
      .ui-dialog .ui-dialog-buttonpane .button:hover {
        color: #fff;
        -webkit-box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.2);
                box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.2); }
      .ui-dialog .ui-dialog-buttonpane .button:focus {
        outline: none;
        -webkit-box-shadow: none;
                box-shadow: none; }
    .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
      float: none; }
  .ui-dialog .ui-dialog-titlebar {
    background: transparent;
    padding: 20px 20px 0 20px;
    border: none; }
  .ui-dialog .ui-dialog-title {
    color: #E4002B; }
  .ui-dialog .ui-dialog-titlebar-close {
    width: 28px;
    height: 28px;
    padding: 0;
    border: none;
    right: 20px;
    top: 30px;
    background-color: transparent;
    background-position: center;
    -webkit-background-size: contain;
            background-size: contain;
    background-repeat: repeat;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28'%3e%3cpath d='M18.984 13.75l7.813 7.813c.469.468.703 1.041.703 1.718s-.234 1.276-.703 1.797l-1.719 1.719c-.52.469-1.12.703-1.797.703-.677 0-1.25-.234-1.718-.703l-7.813-7.813-7.813 7.813a2.338 2.338 0 01-1.718.703c-.677 0-1.276-.234-1.797-.703L.703 25.078C.234 24.558 0 23.958 0 23.281c0-.677.234-1.25.703-1.718l7.813-7.813L.703 5.937A2.338 2.338 0 010 4.22c0-.677.234-1.276.703-1.797L2.422.703C2.942.234 3.542 0 4.219 0c.677 0 1.25.234 1.718.703l7.813 7.813L21.563.703A2.338 2.338 0 0123.28 0c.677 0 1.276.234 1.797.703l1.719 1.719c.469.52.703 1.12.703 1.797 0 .677-.234 1.25-.703 1.718l-7.813 7.813z' fill='%23E4002B'/%3e%3c/svg%3e"); }
  .ui-dialog .form-group {
    margin: 0;
    padding-bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    position: relative; }
    .form-billpay fieldset.js-form-item,
    .form-billpay .js-form-item {
      position: relative;
    }
    .ui-dialog .form-group label,
    .ui-dialog fieldset.js-form-item label,
    .form-billpay fieldset.js-form-item label,
    .form-billpay .js-form-item label {
      display: block;
      font-weight: 300;
      font-size: 12px;
      line-height: 18px;
      margin: 0; }
    .form-billpay fieldset.js-form-item.mb3 {
      margin-bottom: 0;
    }
  .ui-dialog .form-type-textfield,
  .ui-dialog .form-type-password,
  .ui-dialog .form-type-date,
  .ui-dialog .form-type-email {
    padding-bottom: 30px;
    position: relative; }
    .ui-dialog .form-type-textfield:after,
    .ui-dialog .form-type-password:after,
    .ui-dialog .form-type-date:after,
    .ui-dialog .form-type-email:after {
      content: '';
      position: absolute;
      top: 40px;
      left: 0;
      right: 0;
      height: 1px;
      background: -webkit-gradient(linear, right top, left top, from(#E40026), to(#645594));
      background: -webkit-linear-gradient(right, #E40026 0%, #645594 100%);
      background: -o-linear-gradient(right, #E40026 0%, #645594 100%);
      background: linear-gradient(270deg, #E40026 0%, #645594 100%); }
    .ui-dialog .form-type-textfield label,
    .ui-dialog .form-type-password label,
    .ui-dialog .form-type-date label,
    .ui-dialog .form-type-email label {
      position: absolute;
      bottom: 10px;
      left: 0;
      right: 0; }
  .ui-dialog .form-email,
  .ui-dialog .form-date,
  .ui-dialog .form-text {
    height: auto;
    background-color: #F4F4F4;
    border-radius: 5px 5px 0px 0px;
    color: #5B5B5B;
    border: 0;
    margin: 0;
    padding: 8px 20px; }
    .ui-dialog .form-email:focus,
    .ui-dialog .form-date:focus,
    .ui-dialog .form-text:focus {
      outline: none;
      -webkit-box-shadow: none;
              box-shadow: none; }

.form-preview {
  padding-bottom: 50px; }
  .form-preview .form-fields-wrapper {
    max-width: 488px;
    margin: 0 auto;
    padding: 0 15px; }
  .form-preview .btn, .form-preview .path-dashboard .ui-dialog button [id*=edit-cancel], .path-dashboard .ui-dialog button .form-preview [id*=edit-cancel] {
    min-width: 170px;
    margin: 20px auto 0 auto;
    display: block; }

.form-saved-card,
.add-payment-card-form,
.form-pay-card {
  padding-bottom: 50px; }
  .form-saved-card .form-fields-wrapper,
  .add-payment-card-form .form-fields-wrapper,
  .form-pay-card .form-fields-wrapper {
    max-width: 274px;
    padding: 0 15px;
    margin: 0 auto !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .form-saved-card .form-type-textfield,
  .form-saved-card .form-type-select,
  .form-saved-card .form-type-creditfield-cardcode,
  .form-saved-card .form-item-credit-card-number,
  .add-payment-card-form .form-type-textfield,
  .add-payment-card-form .form-type-select,
  .add-payment-card-form .form-type-creditfield-cardcode,
  .add-payment-card-form .form-item-credit-card-number,
  .form-pay-card .form-type-textfield,
  .form-pay-card .form-type-select,
  .form-pay-card .form-type-creditfield-cardcode,
  .form-pay-card .form-item-credit-card-number {
    padding-bottom: 30px;
    margin: 0;
    position: relative;
    width: 100%; }
    .form-saved-card .form-type-textfield:after,
    .form-saved-card .form-type-select:after,
    .form-saved-card .form-type-creditfield-cardcode:after,
    .form-saved-card .form-item-credit-card-number:after,
    .add-payment-card-form .form-type-textfield:after,
    .add-payment-card-form .form-type-select:after,
    .add-payment-card-form .form-type-creditfield-cardcode:after,
    .add-payment-card-form .form-item-credit-card-number:after,
    .form-pay-card .form-type-textfield:after,
    .form-pay-card .form-type-select:after,
    .form-pay-card .form-type-creditfield-cardcode:after,
    .form-pay-card .form-item-credit-card-number:after {
      content: '';
      position: absolute;
      top: 40px;
      left: 0;
      right: 0;
      height: 1px;
      background: -webkit-gradient(linear, right top, left top, from(#E40026), to(#645594));
      background: -webkit-linear-gradient(right, #E40026 0%, #645594 100%);
      background: -o-linear-gradient(right, #E40026 0%, #645594 100%);
      background: linear-gradient(270deg, #E40026 0%, #645594 100%); }
    .form-saved-card .form-type-textfield label,
    .form-saved-card .form-type-select label,
    .form-saved-card .form-type-creditfield-cardcode label,
    .form-saved-card .form-item-credit-card-number label,
    .add-payment-card-form .form-type-textfield label,
    .add-payment-card-form .form-type-select label,
    .add-payment-card-form .form-type-creditfield-cardcode label,
    .add-payment-card-form .form-item-credit-card-number label,
    .form-pay-card .form-type-textfield label,
    .form-pay-card .form-type-select label,
    .form-pay-card .form-type-creditfield-cardcode label,
    .form-pay-card .form-item-credit-card-number label {
      font-weight: 300;
      font-size: 12px;
      line-height: 18px;
      position: absolute;
      left: 0;
      right: auto;
      color: rgba(37, 37, 37, 0.5);
      margin: 0;
      bottom: 10px;
      display: block; }
      .form-saved-card .form-type-textfield label.form-required:after,
      .form-saved-card .form-type-select label.form-required:after,
      .form-saved-card .form-type-creditfield-cardcode label.form-required:after,
      .form-saved-card .form-item-credit-card-number label.form-required:after,
      .add-payment-card-form .form-type-textfield label.form-required:after,
      .add-payment-card-form .form-type-select label.form-required:after,
      .add-payment-card-form .form-type-creditfield-cardcode label.form-required:after,
      .add-payment-card-form .form-item-credit-card-number label.form-required:after,
      .form-pay-card .form-type-textfield label.form-required:after,
      .form-pay-card .form-type-select label.form-required:after,
      .form-pay-card .form-type-creditfield-cardcode label.form-required:after,
      .form-pay-card .form-item-credit-card-number label.form-required:after {
        background: none;
        content: '*';
        color: #E4002B;
        font-size: 12px;
        line-height: 18px;
        position: absolute;
        display: block;
        width: auto;
        height: auto;
        margin: 0;
        top: -1px;
        right: -7px; }
  .form-saved-card .form-type-creditfield-cardcode:after,
  .add-payment-card-form .form-type-creditfield-cardcode:after,
  .form-pay-card .form-type-creditfield-cardcode:after {
    right: auto;
    width: 80px; }
  .form-saved-card .form-type-creditfield-cardcode .form-text,
  .add-payment-card-form .form-type-creditfield-cardcode .form-text,
  .form-pay-card .form-type-creditfield-cardcode .form-text {
    max-width: 80px; }
  .form-saved-card .js-form-item-country:after,
  .add-payment-card-form .js-form-item-country:after,
  .form-pay-card .js-form-item-country:after {
    top: 25px !important; }
  .form-saved-card .form-item-expire-month,
  .add-payment-card-form .form-item-expire-month,
  .form-pay-card .form-item-expire-month {
    max-width: 90px;
    margin-right: 14px;
    margin-top: 30px; }
    .form-saved-card .form-item-expire-month:after,
    .add-payment-card-form .form-item-expire-month:after,
    .form-pay-card .form-item-expire-month:after {
      top: 25px !important; }
    .form-saved-card .form-item-expire-month small,
    .add-payment-card-form .form-item-expire-month small,
    .form-pay-card .form-item-expire-month small {
      position: absolute;
      top: -24px;
      width: 200px;
      left: 0;
      font-weight: 300;
      font-size: 12px; }
  .form-saved-card .form-item-expire-year,
  .add-payment-card-form .form-item-expire-year,
  .form-pay-card .form-item-expire-year {
    margin-top: 30px;
    max-width: 90px; }
    .form-saved-card .form-item-expire-year:after,
    .add-payment-card-form .form-item-expire-year:after,
    .form-pay-card .form-item-expire-year:after {
      top: 25px !important; }
  .form-saved-card .form-text,
  .form-saved-card .form-select,
  .add-payment-card-form .form-text,
  .add-payment-card-form .form-select,
  .form-pay-card .form-text,
  .form-pay-card .form-select {
    height: auto;
    background-color: #F4F4F4;
    border-radius: 5px 5px 0px 0px;
    color: #5B5B5B;
    border: 0;
    margin: 0;
    padding: 3px 10px;
    font-size: 12px;
    color: #5B5B5B; }
    .form-saved-card .form-text:focus,
    .form-saved-card .form-select:focus,
    .add-payment-card-form .form-text:focus,
    .add-payment-card-form .form-select:focus,
    .form-pay-card .form-text:focus,
    .form-pay-card .form-select:focus {
      outline: none;
      -webkit-box-shadow: none;
              box-shadow: none; }
  .form-saved-card .form-select,
  .add-payment-card-form .form-select,
  .form-pay-card .form-select {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0.926839 0H10.0732C10.4831 0 10.7649 0.179641 10.9186 0.538922C11.0723 0.898204 11.0083 1.20958 10.7265 1.47305L6.15331 5.7485C5.97397 5.91617 5.7562 6 5.5 6C5.2438 6 5.02603 5.91617 4.84669 5.7485L0.273531 1.47305C-0.0082888 1.20958 -0.0723387 0.898204 0.081381 0.538922C0.235101 0.179641 0.51692 0 0.926839 0Z' fill='%23E4002B'/%3e%3c/svg%3e ");
    background-repeat: no-repeat; }
  .form-saved-card .custom-switch,
  .add-payment-card-form .custom-switch,
  .form-pay-card .custom-switch {
    padding: 0;
    min-height: 0; }
  .form-saved-card .custom-control-label,
  .add-payment-card-form .custom-control-label,
  .form-pay-card .custom-control-label {
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    color: #54565A;
    padding-left: 24px; }
    .form-saved-card .custom-control-label:before,
    .add-payment-card-form .custom-control-label:before,
    .form-pay-card .custom-control-label:before {
      width: 18px;
      height: 18px;
      border: 1px solid #5B5B5B;
      border-radius: 2px;
      left: 0;
      top: 0;
      -webkit-box-shadow: none !important;
              box-shadow: none !important; }
    .form-saved-card .custom-control-label:after,
    .add-payment-card-form .custom-control-label:after,
    .form-pay-card .custom-control-label:after {
      display: none; }
  .form-saved-card .custom-control-input:checked ~ .custom-control-label:before,
  .add-payment-card-form .custom-control-input:checked ~ .custom-control-label:before,
  .form-pay-card .custom-control-input:checked ~ .custom-control-label:before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 0H16C17.11 0 18 0.9 18 2V16C18 17.1 17.11 18 16 18H2C0.89 18 0 17.1 0 16V2C0 0.9 0.89 0 2 0ZM2 9L7 14L16 5L14.59 3.58L7 11.17L3.41 7.59L2 9Z' fill='%23E4002B'/%3e%3c/svg%3e ");
    border: 0;
    background-color: transparent; }
  .form-saved-card .form-header,
  .add-payment-card-form .form-header,
  .form-pay-card .form-header {
    font-weight: 300;
    font-size: 12px;
    line-height: 15px;
    padding-bottom: 10px; }
  .form-saved-card .form-subheader,
  .add-payment-card-form .form-subheader,
  .form-pay-card .form-subheader {
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    width: 100%;
    padding: 10px 0;
    position: relative; }
    .form-saved-card .form-subheader:after,
    .add-payment-card-form .form-subheader:after,
    .form-pay-card .form-subheader:after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      height: 1px;
      background: -webkit-gradient(linear, right top, left top, from(#E40026), to(#645594));
      background: -webkit-linear-gradient(right, #E40026 0%, #645594 100%);
      background: -o-linear-gradient(right, #E40026 0%, #645594 100%);
      background: linear-gradient(270deg, #E40026 0%, #645594 100%); }
  .form-saved-card .btn, .form-saved-card .path-dashboard .ui-dialog button [id*=edit-cancel], .path-dashboard .ui-dialog button .form-saved-card [id*=edit-cancel],
  .add-payment-card-form .btn,
  .add-payment-card-form .path-dashboard .ui-dialog button [id*=edit-cancel],
  .path-dashboard .ui-dialog button .add-payment-card-form [id*=edit-cancel],
  .form-pay-card .btn,
  .form-pay-card .path-dashboard .ui-dialog button [id*=edit-cancel],
  .path-dashboard .ui-dialog button .form-pay-card [id*=edit-cancel] {
    min-width: 170px;
    margin: 30px auto 0 auto; }
  .form-saved-card .card-info,
  .add-payment-card-form .card-info,
  .form-pay-card .card-info {
    width: 100%; }
    .form-saved-card .card-info > .form-group,
    .add-payment-card-form .card-info > .form-group,
    .form-pay-card .card-info > .form-group {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      margin: 0; }

@media (min-width: 768px) {
  .form-saved-card,
  .form-pay-card {
    padding-bottom: 50px; }
    .form-saved-card .form-fields-wrapper,
    .form-pay-card .form-fields-wrapper {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      max-width: 500px; }
    .form-saved-card .btn, .form-saved-card .path-dashboard .ui-dialog button [id*=edit-cancel], .path-dashboard .ui-dialog button .form-saved-card [id*=edit-cancel],
    .form-pay-card .btn,
    .form-pay-card .path-dashboard .ui-dialog button [id*=edit-cancel],
    .path-dashboard .ui-dialog button .form-pay-card [id*=edit-cancel] {
      margin: 30px 0 0 0; } }

.plan-cards {
  max-width: 586px;
  margin: 0 auto;
  padding: 15px 15px 15px 15px; }
  .plan-cards__message {
    margin: 40px auto;
    max-width: 560px; }
  .plan-cards__wrapper {
    margin: 0 -2px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .plan-cards__popular {
    width: 100%;
    margin: 2px 0 20px 0;
    border: 1px solid #C4C4C4;
    border-radius: 5px;
    padding: 2px; }
    .plan-cards__popular-wrapper {
      cursor: pointer;
      border-radius: 5px;
      position: relative;
      padding: 15px 110px 15px 20px;
      background-color: #fff;
      padding: 15px 110px 15px 20px;
      position: relative; }
      .plan-cards__popular-wrapper:after {
        content: '';
        position: absolute;
        top: 50%;
        margin-top: -18px;
        right: 20px;
        width: 36px;
        height: 36px;
        background-repeat: no-repeat;
        background-position: center;
        -webkit-background-size: contain;
                background-size: contain;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36'%3e%3cpath d='M34.5 3H30V1.5c0-.825-.675-1.5-1.5-1.5h-21C6.675 0 6 .675 6 1.5V3H1.5C.675 3 0 3.675 0 4.5v5.565c0 4.005 2.985 7.29 6.84 7.83 1.575 4.005 5.25 6.96 9.66 7.5V28.5H15c-3.315 0-6 2.685-6 6 0 .825.675 1.5 1.5 1.5h15c.825 0 1.5-.675 1.5-1.5 0-3.315-2.685-6-6-6h-1.5v-3.105c4.41-.555 8.07-3.51 9.66-7.5 3.855-.54 6.84-3.825 6.84-7.83V4.5c0-.825-.675-1.5-1.5-1.5zM23.595 33h-11.19c.525-.9 1.485-1.5 2.595-1.5h6c1.11 0 2.085.6 2.595 1.5zM3 10.065V6h3v7.5c0 .375.015.75.06 1.125A4.925 4.925 0 013 10.065zM18 22.5c-4.965 0-9-4.035-9-9V3h18v10.5c0 4.965-4.035 9-9 9zm15-12.435a4.925 4.925 0 01-3.06 4.56c.045-.375.06-.75.06-1.125V6h3v4.065z' fill='url(%23paint0_linear)'/%3e%3cdefs%3e%3clinearGradient id='paint0_linear' x1='36' y1='17.632' x2='0' y2='17.632' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23F47C3E'/%3e%3cstop offset='1' stop-color='%23ED1985'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e"); }
    .plan-cards__popular .plan-cards__title {
      font-weight: normal; }
    .plan-cards__popular .plan-cards__desc {
      display: none; }
    .plan-cards__popular.active {
      background: -webkit-gradient(linear, right top, left top, from(#F47C3E), to(#ED1985));
      background: -webkit-linear-gradient(right, #F47C3E 0%, #ED1985 100%);
      background: -o-linear-gradient(right, #F47C3E 0%, #ED1985 100%);
      background: linear-gradient(270deg, #F47C3E 0%, #ED1985 100%);
      padding: 3px;
      border-radius: 6px;
      border: none; }
  .plan-cards__list {
    width: 100%;
    margin: 2px 0 20px 0;
    border-radius: 5px;
    padding: 4px;
    background: -webkit-gradient(linear, right top, left top, from(#F47C3E), to(#ED1985));
    background: -webkit-linear-gradient(right, #F47C3E 0%, #ED1985 100%);
    background: -o-linear-gradient(right, #F47C3E 0%, #ED1985 100%);
    background: linear-gradient(270deg, #F47C3E 0%, #ED1985 100%); }
    .plan-cards__list-wrapper {
      cursor: pointer;
      border-radius: 5px;
      position: relative;
      padding: 15px;
      background-color: #fff;
      position: relative;
      display: grid;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      grid-template-areas: ". plan-cards__desc"
 "plan-cards__title plan-cards__desc"
 "plan-cards__source plan-cards__desc"
 ". plan-cards__desc";
      grid-template-columns: 160px 1fr;
      grid-gap: 0px 20px;
      width: 100%; }
      @media only screen and (max-width: 560px) {
        .plan-cards__list-wrapper {
          grid-template-areas: "plan-cards__title plan-cards__source"
 "plan-cards__desc plan-cards__source";
          grid-template-columns: 1fr 130px; } }
    .plan-cards__list .plan-cards__content {
      float: left;
      width: 30%;
      grid-area: plan-cards__content; }
    .plan-cards__list .plan-cards__desc {
      float: left;
      padding: 10px 20px;
      grid-area: plan-cards__desc; }
      @media only screen and (max-width: 560px) {
        .plan-cards__list .plan-cards__desc {
          padding: 0px; }
          .plan-cards__list .plan-cards__desc ul li {
            word-break: break-all;
          } }
    .plan-cards__list:hover {
      -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
              box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
      border-radius: 5px; }
  .plan-cards__content {
    text-align: center; }
  .plan-cards__text {
    font-weight: bold;
    font-size: 15px;
    line-height: 22px;
    color: #E4002B;
    width: 100%;
    text-align: center;
    padding-bottom: 5px; }
  .plan-cards__item {
    width: 50%;
    padding: 2px;
    text-align: center; }
    .plan-cards__item.popular-product {
      width: 100%;
      background: -webkit-gradient(linear, right top, left top, from(#E40026), to(#645594));
      background: -webkit-linear-gradient(right, #E40026 0%, #645594 100%);
      background: -o-linear-gradient(right, #E40026 0%, #645594 100%);
      background: linear-gradient(270deg, #E40026 0%, #645594 100%);
      border-radius: 6px;
      padding: 3px;
      margin: 2px 2px 20px 2px;
      -webkit-box-shadow: 3px 5px 5px 0px rgba(0, 0, 0, 0.2);
              box-shadow: 3px 5px 5px 0px rgba(0, 0, 0, 0.2); }
      .plan-cards__item.popular-product .product-cards__item-wrapper {
        background-color: #fff;
        padding: 15px 110px 15px 20px;
        position: relative; }
        .plan-cards__item.popular-product .product-cards__item-wrapper:after {
          content: '';
          position: absolute;
          top: 50%;
          margin-top: -18px;
          right: 20px;
          width: 36px;
          height: 36px;
          background-repeat: no-repeat;
          background-position: center;
          -webkit-background-size: contain;
                  background-size: contain;
          background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36'%3e%3cpath d='M34.5 3H30V1.5c0-.825-.675-1.5-1.5-1.5h-21C6.675 0 6 .675 6 1.5V3H1.5C.675 3 0 3.675 0 4.5v5.565c0 4.005 2.985 7.29 6.84 7.83 1.575 4.005 5.25 6.96 9.66 7.5V28.5H15c-3.315 0-6 2.685-6 6 0 .825.675 1.5 1.5 1.5h15c.825 0 1.5-.675 1.5-1.5 0-3.315-2.685-6-6-6h-1.5v-3.105c4.41-.555 8.07-3.51 9.66-7.5 3.855-.54 6.84-3.825 6.84-7.83V4.5c0-.825-.675-1.5-1.5-1.5zM23.595 33h-11.19c.525-.9 1.485-1.5 2.595-1.5h6c1.11 0 2.085.6 2.595 1.5zM3 10.065V6h3v7.5c0 .375.015.75.06 1.125A4.925 4.925 0 013 10.065zM18 22.5c-4.965 0-9-4.035-9-9V3h18v10.5c0 4.965-4.035 9-9 9zm15-12.435a4.925 4.925 0 01-3.06 4.56c.045-.375.06-.75.06-1.125V6h3v4.065z' fill='url(%23paint0_linear)'/%3e%3cdefs%3e%3clinearGradient id='paint0_linear' x1='36' y1='17.632' x2='0' y2='17.632' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23F47C3E'/%3e%3cstop offset='1' stop-color='%23ED1985'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e"); }
    .plan-cards__item.popular {
      position: relative; }
      .plan-cards__item.popular:after {
        content: '';
        position: absolute;
        top: 20px;
        right: 20px;
        width: 17px;
        height: 17px;
        background-repeat: no-repeat;
        background-position: center;
        -webkit-background-size: contain;
                background-size: contain;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 17'%3e%3cpath d='M16.292 1.417h-2.125V.708A.71.71 0 0013.458 0H3.542a.71.71 0 00-.709.708v.709H.708A.71.71 0 000 2.125v2.628C0 6.644 1.41 8.195 3.23 8.45a5.656 5.656 0 004.562 3.542v1.466h-.709a2.833 2.833 0 00-2.833 2.834c0 .39.319.708.708.708h7.084a.71.71 0 00.708-.708 2.833 2.833 0 00-2.833-2.834h-.709v-1.466A5.692 5.692 0 0013.77 8.45C15.59 8.195 17 6.644 17 4.753V2.125a.71.71 0 00-.708-.708zm-5.15 14.166H5.858a1.414 1.414 0 011.225-.708h2.834c.524 0 .984.283 1.225.708zM1.417 4.753v-1.92h1.416v3.542c0 .177.007.354.029.531a2.326 2.326 0 01-1.445-2.153zM8.5 10.625a4.253 4.253 0 01-4.25-4.25V1.417h8.5v4.958a4.253 4.253 0 01-4.25 4.25zm7.083-5.872c0 .97-.595 1.806-1.445 2.153a4.44 4.44 0 00.029-.531V2.833h1.416v1.92z' fill='url(%23paint0_linear)'/%3e%3cdefs%3e%3clinearGradient id='paint0_linear' x1='17' y1='8.5' x2='0' y2='8.5' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23E40026'/%3e%3cstop offset='1' stop-color='%23645594'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e"); }
    .plan-cards__item:nth-child(2n+1) .plan-cards__details {
      margin-right: calc(-100% - 4px); }
    .plan-cards__item:nth-child(2n) .plan-cards__details {
      margin-left: calc(-100% - 4px); }
  .plan-cards__local {
    font-weight: bold;
    font-size: 15px;
    line-height: 22px; }
  .plan-cards__source {
    font-weight: bold;
    font-size: 15px;
    line-height: 22px;
    color: #000;
    grid-area: plan-cards__source;
    text-align: center; }
  .plan-cards__details {
    display: none; }
    .plan-cards__details.active {
      display: block; }
  .plan-cards__type {
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    color: #E4002B;
    padding-bottom: 3px;
    grid-area: plan-cards__type;
    text-align: center; }
    @media only screen and (max-width: 560px) {
      .plan-cards__type {
        text-align: left; } }
  .plan-cards__title {
    font-weight: bold;
    font-size: 15px;
    line-height: 22px;
    padding-bottom: 3px;
    grid-area: plan-cards__title;
    text-align: center; }
    @media only screen and (max-width: 560px) {
      .plan-cards__title {
        text-align: left; } }
  .plan-cards__arrow {
    padding-top: 3px; }
    .plan-cards__arrow svg {
      color: #c4c4c4;
      width: 14px;
      height: 9px;
      margin: 0 auto;
      display: block; }
  .plan-cards__info {
    cursor: pointer;
    border: 1px solid #C4C4C4;
    border-radius: 5px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .plan-cards__info-wrapper {
      padding: 20px 14px; }
    .plan-cards__info:hover {
      border-color: #E4002B; }
      .plan-cards__info:hover .plan-cards__arrow {
        color: #E4002B; }
    .plan-cards__info.active {
      border-color: #E4002B;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0;
      border-bottom: none; }
      .plan-cards__info.active:before {
        content: '';
        position: absolute;
        bottom: -10px;
        height: 10px;
        left: -1px;
        right: -1px;
        background-color: #E4002B; }
      .plan-cards__info.active:after {
        content: '';
        position: absolute;
        bottom: -11px;
        height: 11px;
        left: 0;
        right: 0;
        background-color: #fff;
        z-index: 2; }
  .plan-cards__details {
    position: relative;
    z-index: 1;
    text-align: left;
    padding-top: 10px; }
    .plan-cards__details-wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      border: 1px solid #E4002B;
      border-bottom-right-radius: 5px;
      border-bottom-left-radius: 5px;
      padding: 20px; }
  .plan-cards__action {
    padding-left: 30px;
    width: 50%; }
    .plan-cards__action p {
      margin: 0;
      font-weight: 300;
      font-size: 12px;
      line-height: 124%; }
      .plan-cards__action p span {
        color: #E4002B;
        font-weight: bold; }
    .plan-cards__action ul {
      list-style-type: none;
      padding: 10px 0 0 0;
      margin: 0; }
    .plan-cards__action li {
      padding: 5px 0 0 0;
      margin: 0; }
    .plan-cards__action .btn, .plan-cards__action .path-dashboard .ui-dialog button [id*=edit-cancel], .path-dashboard .ui-dialog button .plan-cards__action [id*=edit-cancel] {
      font-size: 12px;
      padding-left: 20px;
      padding-right: 20px; }
      .plan-cards__action .btn:hover, .plan-cards__action .path-dashboard .ui-dialog button :hover[id*=edit-cancel], .path-dashboard .ui-dialog button .plan-cards__action :hover[id*=edit-cancel] {
        padding-left: 17px;
        padding-right: 17px; }
  .plan-cards__desc ul {
    list-style-type: none;
    padding: 0 0 5px 0;
    margin: 0; }
  .plan-cards__desc li {
    padding: 0;
    margin: 0;
    font-weight: 300;
    font-size: 12px;
    line-height: 124%;
    color: #000; }
  .plan-cards__desc p {
    margin: 0; }
  .plan-cards__desc a {
    font-weight: 300;
    font-size: 12px;
    line-height: 124%;
    color: #E4002B;
    text-decoration: underline; }
    .plan-cards__desc a:hover {
      text-decoration: none; }

@media (min-width: 768px) {
  .plan-cards {
    padding: 30px 0 0px 0; }
    .plan-cards__popular-wrapper {
      padding: 15px 90px 15px 20px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .plan-cards__popular-wrapper:after {
        right: 40px; }
    .plan-cards__popular .plan-cards__desc {
      display: block;
      padding-left: 30px; }
    .plan-cards__popular .plan-cards__text {
      width: 24%;
      text-align: left; }
    .plan-cards__item {
      width: 33.333%;
      padding: 5px; }
      .plan-cards__item:nth-child(2n+1) .plan-cards__details {
        margin-right: 0; }
      .plan-cards__item:nth-child(2n) .plan-cards__details {
        margin-left: 0; }
      .plan-cards__item:nth-child(3n+1) .plan-cards__details {
        margin-right: calc(-200% - 20px); }
      .plan-cards__item:nth-child(3n+2) .plan-cards__details {
        margin-left: calc(-100% - 10px);
        margin-right: calc(-100% - 10px); }
      .plan-cards__item:nth-child(3n) .plan-cards__details {
        margin-left: calc(-200% - 20px); }
    .plan-cards__wrapper {
      margin: 0 -5px; }
    .plan-cards__action {
      padding-left: 60px;
      width: 60%;
      position: relative; }
      .plan-cards__action:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        width: 1px;
        background-color: #E4002B;
        left: 30px; }
      .plan-cards__action ul {
        padding-top: 20px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
      .plan-cards__action li {
        padding: 0 20px 0 0; }
        .plan-cards__action li:last-child {
          padding-right: 0; } }

.plan-carousel {
  max-width: 586px;
  margin: 0 auto;
  padding: 30px 15px; }
  .plan-carousel__item {
    padding: 5px 10px;
    width: 195px;
    outline: none; }
    .plan-carousel__item-wrapper {
      text-align: center;
      -webkit-box-shadow: 0px 2px 3px rgba(75, 75, 75, 0.25);
              box-shadow: 0px 2px 3px rgba(75, 75, 75, 0.25);
      border-radius: 5px;
      padding: 20px 14px;
      border: 1px solid #fafafa;
      margin-top: 30px;
      -webkit-transition: margin 0.1s;
      -o-transition: margin 0.1s;
      transition: margin 0.1s; }
    .plan-carousel__item.popular .plan-carousel__item-wrapper {
      position: relative; }
      .plan-carousel__item.popular .plan-carousel__item-wrapper:after {
        content: '';
        position: absolute;
        top: 20px;
        right: 20px;
        width: 17px;
        height: 17px;
        background-repeat: no-repeat;
        background-position: center;
        -webkit-background-size: contain;
                background-size: contain;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 17'%3e%3cpath d='M16.292 1.417h-2.125V.708A.71.71 0 0013.458 0H3.542a.71.71 0 00-.709.708v.709H.708A.71.71 0 000 2.125v2.628C0 6.644 1.41 8.195 3.23 8.45a5.656 5.656 0 004.562 3.542v1.466h-.709a2.833 2.833 0 00-2.833 2.834c0 .39.319.708.708.708h7.084a.71.71 0 00.708-.708 2.833 2.833 0 00-2.833-2.834h-.709v-1.466A5.692 5.692 0 0013.77 8.45C15.59 8.195 17 6.644 17 4.753V2.125a.71.71 0 00-.708-.708zm-5.15 14.166H5.858a1.414 1.414 0 011.225-.708h2.834c.524 0 .984.283 1.225.708zM1.417 4.753v-1.92h1.416v3.542c0 .177.007.354.029.531a2.326 2.326 0 01-1.445-2.153zM8.5 10.625a4.253 4.253 0 01-4.25-4.25V1.417h8.5v4.958a4.253 4.253 0 01-4.25 4.25zm7.083-5.872c0 .97-.595 1.806-1.445 2.153a4.44 4.44 0 00.029-.531V2.833h1.416v1.92z' fill='url(%23paint0_linear)'/%3e%3cdefs%3e%3clinearGradient id='paint0_linear' x1='17' y1='8.5' x2='0' y2='8.5' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23E40026'/%3e%3cstop offset='1' stop-color='%23645594'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e"); }
    .plan-carousel__item.slick-current {
      padding: 5px 0; }
      .plan-carousel__item.slick-current .plan-carousel__item-wrapper {
        border-color: #E4002B;
        margin-top: 0; }
      .plan-carousel__item.slick-current .plan-carousel__title {
        background: -webkit-gradient(linear, right top, left top, from(#F47C3E), to(#ED1985));
        background: -webkit-linear-gradient(right, #F47C3E 0%, #ED1985 100%);
        background: -o-linear-gradient(right, #F47C3E 0%, #ED1985 100%);
        background: linear-gradient(270deg, #F47C3E 0%, #ED1985 100%);
        color: #fff;
        margin: 5px -15px;
        padding: 5px 15px 4px 15px; }
      .plan-carousel__item.slick-current .plan-carousel__details {
        display: block; }
  .plan-carousel__source {
    font-weight: bold;
    font-size: 15px;
    line-height: 22px;
    color: #000; }
  .plan-carousel__details {
    display: none; }
  .plan-carousel__type {
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    color: #E4002B;
    padding-bottom: 3px; }
  .plan-carousel__title {
    font-weight: bold;
    font-size: 15px;
    line-height: 22px;
    padding-bottom: 3px;
    color: #E4002B; }
  .plan-carousel__action {
    padding-top: 10px; }
    .plan-carousel__action p {
      margin: 0;
      font-weight: 300;
      font-size: 12px;
      line-height: 124%;
      color: #000;
      font-weight: bold; }
      .plan-carousel__action p span {
        color: #E4002B;
        display: block; }
    .plan-carousel__action ul {
      list-style-type: none;
      padding: 10px 0 0 0;
      margin: 0; }
    .plan-carousel__action li {
      padding: 5px 0 0 0;
      margin: 0; }
    .plan-carousel__action .btn, .plan-carousel__action .path-dashboard .ui-dialog button [id*=edit-cancel], .path-dashboard .ui-dialog button .plan-carousel__action [id*=edit-cancel] {
      font-size: 12px;
      padding-left: 20px;
      padding-right: 20px; }
      .plan-carousel__action .btn:hover, .plan-carousel__action .path-dashboard .ui-dialog button :hover[id*=edit-cancel], .path-dashboard .ui-dialog button .plan-carousel__action :hover[id*=edit-cancel] {
        padding-left: 17px;
        padding-right: 17px; }
  .plan-carousel__desc ul {
    list-style-type: none;
    padding: 10px 0 0 0;
    margin: 0; }
  .plan-carousel__desc li {
    padding: 0;
    margin: 0;
    font-weight: 300;
    font-size: 12px;
    line-height: 124%; }
  .plan-carousel__desc p {
    margin: 0; }
  .plan-carousel__desc a {
    font-weight: 300;
    font-size: 12px;
    line-height: 124%;
    color: #5B5B5B;
    text-decoration: underline; }
    .plan-carousel__desc a:hover {
      text-decoration: none; }
  .plan-carousel .slick-next,
  .plan-carousel .slick-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    border: none;
    border-radius: 0;
    text-indent: -9999px;
    display: block;
    width: 50px;
    z-index: 1; }
    .plan-carousel .slick-next:focus,
    .plan-carousel .slick-prev:focus {
      outline: none; }
    .plan-carousel .slick-next:after,
    .plan-carousel .slick-prev:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 40px;
      top: 60px;
      left: 0;
      -webkit-background-size: 9px 9px;
              background-size: 9px;
      background-repeat: no-repeat;
      background-position: center; }
  .plan-carousel .slick-next {
    right: -1px;
    background: -webkit-gradient(linear, right top, left top, from(white), color-stop(60%, white), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(right, white 0%, white 60%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(right, white 0%, white 60%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to left, white 0%, white 60%, rgba(255, 255, 255, 0) 100%); }
    .plan-carousel .slick-next:after {
      background-position: center right;
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9 13'%3e%3cpath d='M8.728 7.02l-6.585 5.772a.845.845 0 01-.577.208.845.845 0 01-.577-.208l-.747-.655a.649.649 0 01-.238-.505.557.557 0 01.204-.506L5.47 6.515.208 1.904a.557.557 0 01-.204-.506c0-.198.08-.367.238-.506L.989.238a.845.845 0 01.577-.209c.226 0 .418.07.577.209l6.585 5.771c.181.139.272.307.272.506 0 .198-.09.367-.272.505z' fill='%23C4C4C4'/%3e%3c/svg%3e"); }
  .plan-carousel .slick-prev {
    left: -1px;
    background: -webkit-gradient(linear, left top, right top, from(white), color-stop(60%, white), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, white 0%, white 60%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, white 0%, white 60%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, white 0%, white 60%, rgba(255, 255, 255, 0) 100%); }
    .plan-carousel .slick-prev:after {
      background-position: center left;
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9 13'%3e%3cpath d='M.272 5.98L6.857.208A.845.845 0 017.434 0c.227 0 .419.07.577.208l.747.655a.648.648 0 01.238.505.557.557 0 01-.204.506L3.53 6.485l5.262 4.611a.557.557 0 01.204.506c0 .198-.08.367-.238.506l-.747.654a.845.845 0 01-.577.209.845.845 0 01-.577-.209L.272 6.991C.09 6.852 0 6.684 0 6.485c0-.198.09-.367.272-.505z' fill='%23C4C4C4'/%3e%3c/svg%3e"); }

@media (min-width: 768px) {
  .plan-carousel {
    padding: 30px 0 50px 0; }
    .plan-carousel .slick-next:after,
    .plan-carousel .slick-prev:after {
      top: 30%; }
    .plan-carousel .slick-next {
      right: -40px; }
    .plan-carousel .slick-prev {
      left: -40px; } }

.product-cards {
  max-width: 586px;
  margin: 0 auto;
  padding: 15px; }
  .product-cards__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px; }
  .product-cards__item {
    padding: 2px;
    text-align: center;
    border-radius: 5px; }
    .product-cards__item-wrapper {
      padding: 30px 20px;
      cursor: pointer;
      background-color: white;
      border: 1px solid #C4C4C4;
      border-radius: 5px; }
    .product-cards__item.popular-product {
      border: 1px solid #C4C4C4;
      border-radius: 5px;
      width: 100%;
      margin: 2px 2px 20px 2px;
      padding: 2px; }
      .product-cards__item.popular-product .product-cards__item-wrapper {
        background-color: #fff;
        padding: 15px 110px 15px 20px;
        position: relative;
        border: none; }
        .product-cards__item.popular-product .product-cards__item-wrapper:after {
          content: '';
          position: absolute;
          top: 50%;
          margin-top: -18px;
          right: 20px;
          width: 36px;
          height: 36px;
          background-repeat: no-repeat;
          background-position: center;
          -webkit-background-size: contain;
                  background-size: contain;
          background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36'%3e%3cpath d='M34.5 3H30V1.5c0-.825-.675-1.5-1.5-1.5h-21C6.675 0 6 .675 6 1.5V3H1.5C.675 3 0 3.675 0 4.5v5.565c0 4.005 2.985 7.29 6.84 7.83 1.575 4.005 5.25 6.96 9.66 7.5V28.5H15c-3.315 0-6 2.685-6 6 0 .825.675 1.5 1.5 1.5h15c.825 0 1.5-.675 1.5-1.5 0-3.315-2.685-6-6-6h-1.5v-3.105c4.41-.555 8.07-3.51 9.66-7.5 3.855-.54 6.84-3.825 6.84-7.83V4.5c0-.825-.675-1.5-1.5-1.5zM23.595 33h-11.19c.525-.9 1.485-1.5 2.595-1.5h6c1.11 0 2.085.6 2.595 1.5zM3 10.065V6h3v7.5c0 .375.015.75.06 1.125A4.925 4.925 0 013 10.065zM18 22.5c-4.965 0-9-4.035-9-9V3h18v10.5c0 4.965-4.035 9-9 9zm15-12.435a4.925 4.925 0 01-3.06 4.56c.045-.375.06-.75.06-1.125V6h3v4.065z' fill='url(%23paint0_linear)'/%3e%3cdefs%3e%3clinearGradient id='paint0_linear' x1='36' y1='17.632' x2='0' y2='17.632' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23F47C3E'/%3e%3cstop offset='1' stop-color='%23ED1985'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e"); }
    .product-cards__item.topup-selected-item {
      position: relative;
      background: -webkit-gradient(linear, right top, left top, from(#F47C3E), to(#ED1985));
      background: -webkit-linear-gradient(right, #F47C3E 0%, #ED1985 100%);
      background: -o-linear-gradient(right, #F47C3E 0%, #ED1985 100%);
      background: linear-gradient(270deg, #F47C3E 0%, #ED1985 100%); }
      .product-cards__item.topup-selected-item:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        background: -webkit-gradient(linear, right top, left top, from(#E40026), to(#645594));
        background: -webkit-linear-gradient(right, #E40026 0%, #645594 100%);
        background: -o-linear-gradient(right, #E40026 0%, #645594 100%);
        background: linear-gradient(270deg, #E40026 0%, #645594 100%);
        border-radius: 6px;
        -webkit-box-shadow: 3px 5px 5px 0px rgba(0, 0, 0, 0.2);
                box-shadow: 3px 5px 5px 0px rgba(0, 0, 0, 0.2); }
      .product-cards__item.topup-selected-item .product-cards__item-wrapper {
        background-color: #fff;
        position: relative; }
    .product-cards__item.popular {
      position: relative; }
      .product-cards__item.popular:after {
        content: '';
        position: absolute;
        top: 20px;
        right: 20px;
        width: 17px;
        height: 17px; }
  .product-cards__popular {
    font-weight: bold;
    font-size: 15px;
    line-height: 22px;
    color: #E4002B;
    padding-bottom: 10px; }
  .product-cards__local {
    font-weight: bold;
    font-size: 15px;
    line-height: 22px; }
  .product-cards__source {
    font-size: 12px;
    line-height: 18px;
    color: #C4C4C4; }

@media (min-width: 768px) {
  .product-cards {
    padding: 30px 0; }
    .product-cards__item.popular-product {
      margin: 5px 5px 20px 5px; }
    .product-cards__item.topup-selected-item:before {
      left: 3px;
      right: 3px;
      bottom: 3px;
      top: 3px; }
    .product-cards__wrapper {
      grid-template-columns: repeat(3, 1fr); } }

@media (min-width: 992px) {
  .product-cards__popular {
    padding: 0;
    position: absolute;
    top: 50%;
    margin-top: -11px;
    left: 40px; }
  .product-cards__item.popular-product .product-cards__item-wrapper {
    padding: 25px 90px 25px 200px; }
    .product-cards__item.popular-product .product-cards__item-wrapper:after {
      right: 40px; } }

.topup-summary {
  max-width: 586px;
  margin: 0 auto;
  padding: 15px; }
  .topup-summary__total {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .topup-summary__tax {
    position: relative;
    width: 55%;
    padding-right: 30px; }
    .topup-summary__tax input {
      position: absolute;
      left: 0;
      z-index: -1;
      width: 1rem;
      height: 1.25rem;
      opacity: 0; }
      .topup-summary__tax input:checked + label:before {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 0H16C17.11 0 18 0.9 18 2V16C18 17.1 17.11 18 16 18H2C0.89 18 0 17.1 0 16V2C0 0.9 0.89 0 2 0ZM2 9L7 14L16 5L14.59 3.58L7 11.17L3.41 7.59L2 9Z' fill='%23E4002B'/%3e%3c/svg%3e ");
        border: 0; }
    .topup-summary__tax label {
      font-weight: 300;
      font-size: 12px;
      line-height: 12px;
      color: #858585;
      padding-left: 24px;
      position: relative;
      text-align: left;
      margin: 0; }
      .topup-summary__tax label:before {
        content: '';
        width: 18px;
        height: 18px;
        border: 1px solid #5B5B5B;
        border-radius: 2px;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        -webkit-box-shadow: none !important;
                box-shadow: none !important; }
  .topup-summary__list {
    width: 45%;
    padding-left: 30px;
    position: relative; }
    .topup-summary__list:before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      background-color: #54565A;
      width: 1px; }
    .topup-summary__list ul {
      list-style-type: none;
      padding: 0;
      margin: 0; }
    .topup-summary__list li {
      padding: 0;
      margin: 0;
      font-weight: 300;
      font-size: 12px;
      line-height: 12px;
      color: #858585;
      text-align: right; }
  .topup-summary__info {
    padding-top: 20px; }
  .topup-summary__savings {
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    color: #E4002B; }
    .topup-summary__savings span {
      padding-left: 30px; }
  .topup-summary__options a {
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    color: #000;
    text-decoration: underline; }
    .topup-summary__options a:hover {
      text-decoration: none; }
  .topup-summary__promocode {
    display: none; }
    .topup-summary__promocode-wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
    .topup-summary__promocode-input {
      position: relative;
      padding-right: 14px; }
      .topup-summary__promocode-input input {
        background: #F4F4F4;
        border-radius: 5px 5px 0px 0px;
        border: none;
        border-bottom: 1px solid #E4002B;
        color: #5B5B5B;
        padding: 5px 15px 10px 15px;
        width: 100%; }
      .topup-summary__promocode-input label {
        font-weight: 300;
        font-size: 12px;
        line-height: 18px;
        color: #54565A;
        position: absolute;
        bottom: 0;
        left: 5px;
        margin: 0; }

@media (min-width: 768px) {
  .topup-summary {
    padding: 15px 0; }
    .topup-summary__promocode-wrapper {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
    .topup-summary__promocode-input {
      width: 100%;
      padding: 0;
      margin-bottom: 10px; } }

@media (min-width: 992px) {
  .topup-summary {
    padding: 0 0 20px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    .topup-summary__total {
      width: 70%;
      padding-left: 30px; }
    .topup-summary__info {
      width: 30%;
      padding-top: 0; } }

/* Style Added By Linkan */
/* Topup landing page: Auto pay box style */
.autopay-container {
  max-width: 586px;
  margin: 0 auto;
  padding: 15px;
  border: 1px solid #C4C4C4;
  border-radius: 5px; }
  .autopay-container__title {
    font-weight: bold;
    font-size: 15px;
    line-height: 22px; }
  .autopay-container__details {
    font-weight: 300;
    font-size: 12px;
    line-height: 12px;
    color: #858585;
    width: 55%;
    position: relative;
    text-align: left;
    margin: 5px 0 25px 0; }
  .autopay-container__options {
    display: none; }
  .autopay-container__option {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .autopay-container__seven {
    border: 1px solid #C4C4C4;
    border-radius: 5px;
    padding: 15px 20px;
    width: 48%;
    margin: 10px 1% 0 1%; }
    .autopay-container__seven label {
      font-weight: 300;
      padding-left: 24px;
      position: relative;
      text-align: left;
      margin: 0; }

.dashboard {
  margin-top: 1rem;
  margin-bottom: 1rem; }
  .dashboard h1 {
    font-size: 1.875rem;
    font-weight: bold; }
  .dashboard--flag {
    width: 34px;
    height: auto; }
  .dashboard .nav-wrapper ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    max-width: 100%;
    overflow-x: scroll;
    margin-bottom: 1rem; }
    @media (min-width: 992px) {
      .dashboard .nav-wrapper ul {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        overflow: hidden;
        margin-bottom: reset; } }
    .dashboard .nav-wrapper ul li {
      white-space: nowrap;
      -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
      margin-right: 1rem; }
      .dashboard .nav-wrapper ul li a {
        font-size: 0.9375rem;
        font-weight: bold;
        text-decoration: none;
        padding: .5rem 0;
        display: inline-block;
        color: #5B5B5B; }
        .dashboard .nav-wrapper ul li a:hover {
          color: #a7001f;
          text-decoration: underline; }
      .dashboard .nav-wrapper ul li.active a {
        color: #E4002B; }
      @media (min-width: 768px) {
        .dashboard .nav-wrapper ul li {
          -webkit-flex-basis: auto;
              -ms-flex-preferred-size: auto;
                  flex-basis: auto; }
          .dashboard .nav-wrapper ul li a {
            padding: 2rem 0; } }
  .dashboard--saved-contacts--actions {
    padding: 10px 20px;
    text-align: right; }
  .dashboard--saved-contacts .empty-message {
    padding: 20px;
    text-align: center; }
  .dashboard--history {
    position: relative;
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    padding: 25px 0; }
    .dashboard--history.spaced {
      padding: 30px 0;
      margin-bottom: 50px; }
      @media (min-width: 992px) {
        .dashboard--history.spaced {
          padding: 40px 0; } }
      .dashboard--history.spaced .dashboard--history--actions {
        padding-top: 30px; }
    .dashboard--history--top-action {
      position: absolute;
      top: 22px;
      right: 32px; }
      @media (min-width: 992px) {
        .dashboard--history--top-action {
          top: 40px; } }
    .dashboard--history--table-wrapper {
      padding: 0 2rem; }
      @media (min-width: 992px) {
        .dashboard--history--table-wrapper {
          padding: 0 2rem 2rem; } }
    .dashboard--history--table {
      width: 100%; }
      .dashboard--history--table thead th {
        border: 0;
        font-size: 0.75rem;
        padding: 0.5rem 1rem; }
        .dashboard--history--table thead th:last-of-type {
          text-align: right; }
        .dashboard--history--table thead th:first-of-type {
          cursor: pointer; }
      .dashboard--history--table tbody tr {
        background-image: none; }
        .dashboard--history--table tbody tr td {
          white-space: nowrap;
          border-top: 0px;
          font-size: 0.75rem;
          padding: 0 1rem; }
          .dashboard--history--table tbody tr td:last-of-type {
            text-align: right; }
          .dashboard--history--table tbody tr td.row-actions {
            white-space: nowrap; }
            .dashboard--history--table tbody tr td.row-actions a {
              margin-left: 1rem; }
      @media (min-width: 992px) {
        .dashboard--history--table.dashboard--history--table-large tbody tr td {
          font-size: 1.5rem;
          padding: 20px 16px; } }
      .dashboard--history--table.dashboard--history--table-spaced tbody tr td {
        position: relative;
        padding: 14px 16px;
        vertical-align: middle; }
        @media (min-width: 992px) {
          .dashboard--history--table.dashboard--history--table-spaced tbody tr td {
            padding: 20px 16px; } }
        .dashboard--history--table.dashboard--history--table-spaced tbody tr td:after {
          content: '';
          position: absolute;
          background: #E4002B;
          height: 2px;
          left: 0;
          right: 0;
          bottom: 0; }
    .dashboard--history--button {
      display: block; }
    .dashboard--history--actions {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .dashboard--history--actions-content {
        font-size: 0.75rem;
        line-height: 1;
        color: #54565A; }
      .dashboard--history--actions-button {
        display: block;
        font-weight: bold; }
    .dashboard--history .pagination {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .dashboard--history .pagination li .page-link {
        border: 0; }
        .dashboard--history .pagination li .page-link:focus {
          -webkit-box-shadow: none;
                  box-shadow: none; }
        .dashboard--history .pagination li .page-link:hover {
          background: none;
          color: #E4002B;
          text-decoration: underline; }
      .dashboard--history .pagination li.active .page-link {
        background: none;
        color: #E4002B;
        font-weight: bold; }
  .dashboard--profile {
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    padding: 25px 0; }
    .dashboard--profile-heading {
      font-weight: bold;
      color: #E4002B;
      font-size: 1.5rem; }
    .dashboard--profile--info-item {
      -webkit-flex-basis: 20%;
          -ms-flex-preferred-size: 20%;
              flex-basis: 20%; }
      .dashboard--profile--info-item--address {
        -webkit-box-flex: 80%;
        -webkit-flex-grow: 80%;
            -ms-flex-positive: 80%;
                flex-grow: 80%; }
    .dashboard--profile--info-value, .dashboard--profile--info-label {
      font-size: 0.875rem;
      line-height: 1.5; }
    .dashboard--profile--info-label {
      font-weight: bold; }
    .dashboard--profile--info .break {
      -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
      height: 0;
      color: transparent;
      padding: 0;
      margin: 1rem 0;
      z-index: -1; }
    .dashboard--profile--info-alt .card {
      -webkit-flex-basis: 33%;
          -ms-flex-preferred-size: 33%;
              flex-basis: 33%; }
    .dashboard--profile--actions {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .dashboard--profile--actions-action {
        -webkit-flex-basis: 33%;
            -ms-flex-preferred-size: 33%;
                flex-basis: 33%;
        padding: 0 2rem; }
        .dashboard--profile--actions-action .btn, .dashboard--profile--actions-action .path-dashboard .ui-dialog button [id*=edit-cancel], .path-dashboard .ui-dialog button .dashboard--profile--actions-action [id*=edit-cancel] {
          display: block; }
  .dashboard--card {
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    padding: 25px 0;
    padding-bottom: 0;
    height: 100%; }
    .dashboard--card .card-body {
      text-align: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
          -ms-flex-align: stretch;
              align-items: stretch; }
      .dashboard--card .card-body--image {
        margin-bottom: 25px; }
    .dashboard--card .btn, .dashboard--card .path-dashboard .ui-dialog button [id*=edit-cancel], .path-dashboard .ui-dialog button .dashboard--card [id*=edit-cancel] {
      display: block;
      margin-top: auto; }
    .dashboard--card.card--facebook .btn, .dashboard--card.card--facebook .path-dashboard .ui-dialog button [id*=edit-cancel], .path-dashboard .ui-dialog button .dashboard--card.card--facebook [id*=edit-cancel] {
      position: relative;
      background: #3B5998;
      color: #fff;
      padding: 9px 40px;
      border: none; }
      .dashboard--card.card--facebook .btn:hover, .dashboard--card.card--facebook .path-dashboard .ui-dialog button :hover[id*=edit-cancel], .path-dashboard .ui-dialog button .dashboard--card.card--facebook :hover[id*=edit-cancel] {
        padding: 9px 40px;
        border: none;
        background: #2b4270; }
      .dashboard--card.card--facebook .btn:before, .dashboard--card.card--facebook .path-dashboard .ui-dialog button [id*=edit-cancel]:before, .path-dashboard .ui-dialog button .dashboard--card.card--facebook [id*=edit-cancel]:before {
        content: '';
        position: absolute;
        left: 12px;
        top: 50%;
        margin-top: -13px;
        width: 13px;
        height: 26px;
        background-repeat: no-repeat;
        -webkit-background-size: contain;
                background-size: contain;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 26'%3e%3cpath d='M11.447 14.625H8.281v10.606L4.059 26V14.625H.639V9.902h3.42V6.348c0-1.355.211-2.506.633-3.453.422-.948 1.013-1.66 1.773-2.133C7.253.254 8.154 0 9.167 0c.45 0 .93.034 1.436.102.506.033.9.084 1.182.152l.422.05v4.012h-1.689c-.788 0-1.365.254-1.73.762-.338.474-.507 1.067-.507 1.777v3.047h3.757l-.59 4.723z' fill='%23fff'/%3e%3c/svg%3e"); }
    .dashboard--card.card--google .btn, .dashboard--card.card--google .path-dashboard .ui-dialog button [id*=edit-cancel], .path-dashboard .ui-dialog button .dashboard--card.card--google [id*=edit-cancel] {
      position: relative;
      background: #fff;
      color: #2F80ED;
      padding: 8px 39px;
      border: 1px solid #2F80ED; }
      .dashboard--card.card--google .btn:hover, .dashboard--card.card--google .path-dashboard .ui-dialog button :hover[id*=edit-cancel], .path-dashboard .ui-dialog button .dashboard--card.card--google :hover[id*=edit-cancel] {
        padding: 8px 39px;
        border: 1px solid #2462b5;
        color: #2462b5; }
      .dashboard--card.card--google .btn:before, .dashboard--card.card--google .path-dashboard .ui-dialog button [id*=edit-cancel]:before, .path-dashboard .ui-dialog button .dashboard--card.card--google [id*=edit-cancel]:before {
        content: '';
        position: absolute;
        left: 4px;
        top: 50%;
        margin-top: -13px;
        width: 26px;
        height: 26px;
        background-repeat: no-repeat;
        -webkit-background-size: contain;
                background-size: contain;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg viewBox='0 0 533.5 544.3' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M533.5 278.4c0-18.5-1.5-37.1-4.7-55.3H272.1v104.8h147c-6.1 33.8-25.7 63.7-54.4 82.7v68h87.7c51.5-47.4 81.1-117.4 81.1-200.2z' fill='%234285f4'/%3e%3cpath d='M272.1 544.3c73.4 0 135.3-24.1 180.4-65.7l-87.7-68c-24.4 16.6-55.9 26-92.6 26-71 0-131.2-47.9-152.8-112.3H28.9v70.1c46.2 91.9 140.3 149.9 243.2 149.9z' fill='%2334a853'/%3e%3cpath d='M119.3 324.3c-11.4-33.8-11.4-70.4 0-104.2V150H28.9c-38.6 76.9-38.6 167.5 0 244.4l90.4-70.1z' fill='%23fbbc04'/%3e%3cpath d='M272.1 107.7c38.8-.6 76.3 14 104.4 40.8l77.7-77.7C405 24.6 339.7-.8 272.1 0 169.2 0 75.1 58 28.9 150l90.4 70.1c21.5-64.5 81.8-112.4 152.8-112.4z' fill='%23ea4335'/%3e%3c/svg%3e"); }
  .dashboard--details-row {
    padding: 2rem 0; }
    .dashboard--details-row--column {
      padding: 1rem 0; }
      @media (min-width: 768px) {
        .dashboard--details-row--column:nth-of-type(3n-2) {
          padding-left: 0;
          padding-right: 12px; }
        .dashboard--details-row--column:nth-of-type(3n-1) {
          padding-left: 6px;
          padding-right: 6px; }
        .dashboard--details-row--column:nth-of-type(3n) {
          padding-left: 12px;
          padding-right: 0; } }
    .dashboard--details-row .change-password {
      font-size: 14px;
      line-height: 24px;
      text-decoration: underline;
      color: #54565A;
      padding-left: 30px;
      position: relative; }
      .dashboard--details-row .change-password:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 24px;
        height: 24px;
        background-repeat: no-repeat;
        -webkit-background-size: contain;
                background-size: contain;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3e%3cpath d='M8.89 8.09v2.14h-1.1c-.55 0-1 .45-1 1v5.24c0 .55.45 1 1 1h8.38c.55 0 1-.45 1-1v-5.24c0-.55-.45-1-1-1h-1.09V8.09c-.01-1.7-1.4-3.09-3.1-3.09-1.7 0-3.09 1.39-3.09 3.09zm6.28 7.39H8.79v-3.24h6.38v3.24zm-2.09-7.39v2.14h-2.19V8.1c0-.6.49-1.1 1.09-1.1.6 0 1.1.49 1.1 1.09z' fill='%2354565A'/%3e%3cpath d='M12 0C5.38 0 0 5.38 0 12c0 .55.45 1 1 1s1-.45 1-1C2 6.49 6.49 2 12 2s10 4.49 10 10-4.49 10-10 10c-3.11 0-5.91-1.39-7.75-3.71l1.08.19a.991.991 0 001.15-.82.997.997 0 00-.82-1.15l-3.3-.57c-.26-.04-.53.02-.75.17-.17.12-.27.29-.34.48-.01.02-.02.04-.02.06-.01.04-.04.07-.04.11L.64 20.2c-.09.54.28 1.06.82 1.15.06.01.11.01.17.01.48 0 .9-.35.99-.83l.15-.87C4.97 22.38 8.32 24 12 24c6.62 0 12-5.38 12-12S18.62 0 12 0z' fill='%2354565A'/%3e%3c/svg%3e"); }
      .dashboard--details-row .change-password:hover {
        text-decoration: none; }
  .dashboard--heading {
    font-size: 0.9375rem;
    text-transform: capitalize;
    line-height: 1.5; }

.add-payment-card-form .card-info {
  border: 0;
  padding: 0 15px; }
  .add-payment-card-form .card-info .form-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }

.add-payment-card-form .dashboard--profile-heading {
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px !important; }

.add-payment-card-form .card-details-footer .form-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.add-payment-card-form .card-details-footer-item {
  -webkit-flex-basis: 40%;
      -ms-flex-preferred-size: 40%;
          flex-basis: 40%;
  padding-left: 15px; }
  .add-payment-card-form .card-details-footer-item:first-child {
    padding-left: 0; }
  .add-payment-card-form .card-details-footer-item a,
  .add-payment-card-form .card-details-footer-item button {
    display: block;
    width: 100%; }

.purchase-history-popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 10000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .purchase-history-popup.spinner-loading {
    position: absolute;
    text-indent: -10000px;
    z-index: -199; }
  .purchase-history-popup--content {
    background: -webkit-gradient(linear, right top, left top, from(#E40026), to(#645594));
    background: -webkit-linear-gradient(right, #E40026 0%, #645594 100%);
    background: -o-linear-gradient(right, #E40026 0%, #645594 100%);
    background: linear-gradient(270deg, #E40026 0%, #645594 100%);
    -webkit-flex-basis: 75%;
        -ms-flex-preferred-size: 75%;
            flex-basis: 75%;
    max-width: 1140px;
    border-radius: 12px;
    padding: 2px; }
    .purchase-history-popup--content-inner {
      background: #fff;
      padding: 2rem;
      border-radius: 10px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: relative; }
      .purchase-history-popup--content-inner a.purchase-history-popup--close {
        -webkit-flex-basis: 40%;
            -ms-flex-preferred-size: 40%;
                flex-basis: 40%; }
      .purchase-history-popup--content-inner div.purchase-history-popup--close {
        cursor: pointer;
        position: absolute;
        top: 1.5rem;
        right: 1.5rem; }
      .purchase-history-popup--content-inner hr {
        width: 100%;
        height: 2px;
        background: -webkit-gradient(linear, right top, left top, from(#E40026), to(#645594));
        background: -webkit-linear-gradient(right, #E40026 0%, #645594 100%);
        background: -o-linear-gradient(right, #E40026 0%, #645594 100%);
        background: linear-gradient(270deg, #E40026 0%, #645594 100%); }
      .purchase-history-popup--content-inner .purchase-summary {
        width: 100%;
        margin-top: 20px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-align-content: center;
            -ms-flex-line-pack: center;
                align-content: center;
        -webkit-justify-content: space-around;
            -ms-flex-pack: distribute;
                justify-content: space-around; }
        @media (min-width: 768px) {
          .purchase-history-popup--content-inner .purchase-summary {
            width: 75%; } }
        .purchase-history-popup--content-inner .purchase-summary .btn, .purchase-history-popup--content-inner .purchase-summary .path-dashboard .ui-dialog button [id*=edit-cancel], .path-dashboard .ui-dialog button .purchase-history-popup--content-inner .purchase-summary [id*=edit-cancel] {
          width: 110px;
          margin-bottom: 15px; }
          .purchase-history-popup--content-inner .purchase-summary .btn span, .purchase-history-popup--content-inner .purchase-summary .path-dashboard .ui-dialog button [id*=edit-cancel] span, .path-dashboard .ui-dialog button .purchase-history-popup--content-inner .purchase-summary [id*=edit-cancel] span {
            padding: 3px 0; }
            @media (min-width: 768px) {
              .purchase-history-popup--content-inner .purchase-summary .btn span, .purchase-history-popup--content-inner .purchase-summary .path-dashboard .ui-dialog button [id*=edit-cancel] span, .path-dashboard .ui-dialog button .purchase-history-popup--content-inner .purchase-summary [id*=edit-cancel] span {
                padding: 6px 32px; } }
          @media (min-width: 768px) {
            .purchase-history-popup--content-inner .purchase-summary .btn, .purchase-history-popup--content-inner .purchase-summary .path-dashboard .ui-dialog button [id*=edit-cancel], .path-dashboard .ui-dialog button .purchase-history-popup--content-inner .purchase-summary [id*=edit-cancel] {
              width: auto; } }
        .purchase-history-popup--content-inner .purchase-summary .purchase-history-popup--cancel {
          padding: 0.375rem 0.75rem; }
          @media (min-width: 768px) {
            .purchase-history-popup--content-inner .purchase-summary .purchase-history-popup--cancel {
              padding: 9px 35px; } }
        .purchase-history-popup--content-inner .purchase-summary--item {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-box-align: center;
          -webkit-align-items: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-align-content: center;
              -ms-flex-line-pack: center;
                  align-content: center;
          -webkit-justify-content: space-around;
              -ms-flex-pack: distribute;
                  justify-content: space-around;
          -webkit-flex-basis: 75%;
              -ms-flex-preferred-size: 75%;
                  flex-basis: 75%; }
          .purchase-history-popup--content-inner .purchase-summary--item-name {
            -webkit-flex-basis: 40%;
                -ms-flex-preferred-size: 40%;
                    flex-basis: 40%;
            text-align: right;
            font-size: 1.25rem; }
          .purchase-history-popup--content-inner .purchase-summary--item-value {
            -webkit-flex-basis: 40%;
                -ms-flex-preferred-size: 40%;
                    flex-basis: 40%;
            font-size: 1.25rem;
            font-weight: bold; }
          .purchase-history-popup--content-inner .purchase-summary--item.purchase-summary--item--total .purchase-summary--item-value {
            font-weight: bold;
            color: #E4002B;
            font-size: 1.5rem; }
      .purchase-history-popup--content-inner .subheading {
        font-size: 1.5625rem; }
      .purchase-history-popup--content-inner h1 {
        font-weight: bold;
        color: #E4002B;
        font-size: 2rem; }

.path-dashboard #my-profile-edit-form {
  display: none; }

.path-dashboard .dashboard--profile-edit {
  max-width: none; }

.path-dashboard .dashboard--profile-heading {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }

.path-dashboard .user-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start; }
  .path-dashboard .user-form .js-form-wrapper {
    -webkit-flex-basis: 20%;
        -ms-flex-preferred-size: 20%;
            flex-basis: 20%;
    padding: 0 10px;
    margin-bottom: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 20%;
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
            position: relative; }
    .details-list.dashboard--profile .form-type-select:after,
    .details-list.dashboard--profile .form-type-creditfield-cardnumber:after,
    .details-list.dashboard--profile .form-type-textfield:after, 
    .details-list.dashboard--profile .form-type-date:after,
    .details-list.dashboard--profile .form-type-email:after,
    .details-list.dashboard--profile .form-type-date:after  {
      max-width: 97%;
    }

    .details-list.dashboard--profile .field--type-datetime label,
    .details-list.dashboard--profile .form-type-select label {
      position: absolute;
      bottom: 10px;
      left: 0;
      right: 0;
    }
    .details-list.dashboard--profile .country.form-select {
      max-width: 100%;
    }
    .details-list.dashboard--profile .form-type-select label {
      margin-bottom: -0.5rem;
    }

    .path-dashboard .user-form .js-form-wrapper .js-form-wrapper {
      max-width: none; }
    .path-dashboard .user-form .js-form-wrapper.field--type-datetime {
      -webkit-align-self: flex-start;
          -ms-flex-item-align: start;
              align-self: flex-start; }
      .path-dashboard .user-form .js-form-wrapper.field--type-datetime > div > fieldset {
        padding-bottom: 0; }
    .path-dashboard .user-form .js-form-wrapper .form-date {
      width: 100%; }
    .path-dashboard .user-form .js-form-wrapper::nth-of-type(1) {
      padding-left: 0; }
    .path-dashboard .user-form .js-form-wrapper.form-actions {
      -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
      max-width: none;
      margin-top: 20px; }

.add-payment-method-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
  padding: 0;
  max-width: 430px; }
  .add-payment-method-form > .js-form-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start; }
    .add-payment-method-form > .js-form-wrapper .form-header {
      -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%; }
    .add-payment-method-form > .js-form-wrapper .form-type-creditfield-cardnumber {
      -webkit-flex-basis: 18em;
          -ms-flex-preferred-size: 18em;
              flex-basis: 18em;
      margin-right: 20px; }
    .add-payment-method-form > .js-form-wrapper .form-type-creditfield-cardcode {
      -webkit-flex-basis: 4em;
          -ms-flex-preferred-size: 4em;
              flex-basis: 4em;
      margin-bottom: 1rem; }
    .add-payment-method-form > .js-form-wrapper .payment-form--subheading {
      font-size: 10px; }
      .add-payment-method-form > .js-form-wrapper .payment-form--subheading ~ fieldset {
        margin: 0; }
    .add-payment-method-form > .js-form-wrapper .payment-form--billing {
      font-weight: bold;
      font-size: 12px;
      background-image: -webkit-gradient(linear, right top, left top, from(#E40026), to(#645594));
      background-image: -webkit-linear-gradient(right, #E40026 0%, #645594 100%);
      background-image: -o-linear-gradient(right, #E40026 0%, #645594 100%);
      background-image: linear-gradient(270deg, #E40026 0%, #645594 100%);
      -webkit-background-size: 100% 2px;
              background-size: 100% 2px;
      background-repeat: no-repeat;
      background-position: 0 0;
      padding-top: .5rem; }
    .add-payment-method-form > .js-form-wrapper .form-item-country {
      -webkit-flex-basis: 49%;
          -ms-flex-preferred-size: 49%;
              flex-basis: 49%; }
    .add-payment-method-form > .js-form-wrapper .form-item-zip-code {
      -webkit-flex-basis: 49%;
          -ms-flex-preferred-size: 49%;
              flex-basis: 49%;
      margin-left: auto; }
    .add-payment-method-form > .js-form-wrapper .card-details-footer {
      -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%; }
      .add-payment-method-form > .js-form-wrapper .card-details-footer .btn, .add-payment-method-form > .js-form-wrapper .card-details-footer .path-dashboard .ui-dialog button [id*=edit-cancel], .path-dashboard .ui-dialog button .add-payment-method-form > .js-form-wrapper .card-details-footer [id*=edit-cancel] {
        font-weight: bold; }

.purchase-history-popup--content-inner h1.delete-payment-method--details {
  color: #5B5B5B; }

.path-dashboard .ui-dialog {
  width: 100% !important;
  margin: 40px 0;
  max-width: 1140px;
  left: 50% !important;
  top: 50% !important;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 12px;
  padding: 0; }
  .path-dashboard .ui-dialog .ui-dialog-titlebar {
    font-size: 2rem;
    text-align: center;
    font-weight: bold;
    padding: 32px 32px 0 32px; }
  .path-dashboard .ui-dialog .ui-dialog-title {
    width: 100%; }
  .path-dashboard .ui-dialog .ui-dialog-content {
    padding: 32px; }
  .path-dashboard .ui-dialog .details-list {
    border: 0;
    padding: 0;
    margin: 0 auto; }
  .path-dashboard .ui-dialog .details-list__wrapper {
    max-width: 460px;
    text-align: center; }
    .path-dashboard .ui-dialog .details-list__wrapper > fieldset {
      margin-left: auto;
      margin-right: auto;
      text-align: left;
      width: 100%; }
  .path-dashboard .ui-dialog .form-note {
    padding-bottom: 10px;
    max-width: 460px;
    margin: 0 auto; }

.payment-method {
  padding: 20px 15px;
  max-width: 350px;
  margin: 0 auto; }
  .payment-method__item {
    width: 50%;
    padding: 8px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .payment-method__item input {
      position: absolute;
      left: 0;
      z-index: -1;
      width: 1rem;
      height: 1.25rem;
      opacity: 0; }
      .payment-method__item input:checked + label:before {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 0H16C17.11 0 18 0.9 18 2V16C18 17.1 17.11 18 16 18H2C0.89 18 0 17.1 0 16V2C0 0.9 0.89 0 2 0ZM2 9L7 14L16 5L14.59 3.58L7 11.17L3.41 7.59L2 9Z' fill='%23E4002B'/%3e%3c/svg%3e ");
        border: 0; }
    .payment-method__item label {
      font-weight: 300;
      font-size: 12px;
      line-height: 12px;
      color: #858585;
      padding-left: 34px;
      position: relative;
      text-align: left;
      margin: 0; }
      .payment-method__item label:before {
        content: '';
        width: 18px;
        height: 18px;
        border: 1px solid #5B5B5B;
        border-radius: 2px;
        display: block;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -9px;
        -webkit-box-shadow: none !important;
                box-shadow: none !important; }
  .payment-method__saveditem {
    width: 100%; }
    .payment-method__saveditem label {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
  .payment-method__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 0; }
  .payment-method__image {
    width: 56px; }
    .payment-method__image img {
      width: 100%; }
  .payment-method__title {
    font-weight: bold;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    color: #000; }
  .payment-method__description {
    margin: 0 10px;
    background: -webkit-gradient(linear, right top, left top, from(#E40026), to(#645594));
    background: -webkit-linear-gradient(right, #E40026 0%, #645594 100%);
    background: -o-linear-gradient(right, #E40026 0%, #645594 100%);
    background: linear-gradient(270deg, #E40026 0%, #645594 100%); }
    .payment-method__description div {
      background: #F4F4F4;
      padding: 8px; }
  .payment-method .action-buttons {
    text-align: center; }

@media (min-width: 768px) {
  .payment-method {
    padding: 30px 15px 50px 15px; }
    .payment-method__wrapper {
      padding: 30px 0; } }

.topup-success__header {
  font-weight: bold;
  font-size: 30px;
  line-height: 45px;
  color: #000;
  padding-bottom: 20px;
  text-align: center; }

.topup-success__wrapper {
  background: -webkit-gradient(linear, right top, left top, from(#E40026), to(#645594));
  background: -webkit-linear-gradient(right, #E40026 0%, #645594 100%);
  background: -o-linear-gradient(right, #E40026 0%, #645594 100%);
  background: linear-gradient(270deg, #E40026 0%, #645594 100%);
  border-radius: 6px;
  margin: 0 15px;
  padding: 2px; }

.topup-success__inner {
  padding: 20px;
  background-color: #fff;
  border-radius: 5px; }

.topup-success__contact {
  background: -webkit-gradient(linear, right top, left top, from(#E40026), to(#645594));
  background: -webkit-linear-gradient(right, #E40026 0%, #645594 100%);
  background: -o-linear-gradient(right, #E40026 0%, #645594 100%);
  background: linear-gradient(270deg, #E40026 0%, #645594 100%);
  border-radius: 6px;
  margin: 0 15px;
  padding: 2px; }

.topup-success__contact-inner {
  padding: 20px;
  background-color: #fff;
  border-radius: 5px; }

.topup-success__title {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #000;
  text-align: center; }

.topup-success__count {
  font-weight: bold;
  font-size: 15px;
  line-height: 22px;
  color: #000;
  text-align: center; }

.topup-success__list {
  list-style-type: none;
  padding: 30px 0 0 0;
  margin: 0; }
  .topup-success__list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
    margin: 0; }

.topup-success__key {
  width: 50%;
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  color: #000; }

.topup-success__value {
  width: 50%;
  padding-left: 20px;
  font-size: 12px;
  line-height: 18px;
  color: #000;
  text-align: right; }

.topup-success__note {
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #000;
  margin: 0 auto;
  max-width: 520px;
  padding: 20px 15px 30px 15px; }

.topup-success__info {
  margin: 0 auto;
  max-width: 520px;
  padding: 20px 15px; }
  .topup-success__info .action-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: -5px; }
    .topup-success__info .action-buttons .btn, .topup-success__info .action-buttons .path-dashboard .ui-dialog button [id*=edit-cancel], .path-dashboard .ui-dialog button .topup-success__info .action-buttons [id*=edit-cancel] {
      margin: 5px; }

.topup-success .payment-method {
  padding-bottom: 0;
  text-align: center;
  color: #000; }

@media (min-width: 768px) {
  .topup-success__wrapper {
    margin: 0 auto;
    max-width: 520px; }
  .topup-success__inner {
    padding: 30px 50px; }
  .topup-success__contact {
    margin: 0 auto;
    max-width: 520px; }
  .topup-success__contact-inner {
    padding: 30px 50px; }
  .topup-success__value {
    padding-left: 30px; }
  .topup-success__note {
    padding: 30px 0 50px 0; }
  .topup-success__info {
    padding: 20px 0; } }

.topup-autopay {
  margin: 0 15px;
  padding: 20px;
  border: 1px solid #C4C4C4;
  border-radius: 5px;
  position: relative; }
  .topup-autopay__title {
    font-weight: bold;
    font-size: 15px;
    line-height: 22px; }
  .topup-autopay__details {
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    text-align: left;
    padding: 5px 0 25px 0; }
  .topup-autopay__close {
    position: absolute;
    top: 8px;
    right: 8px;
    display: none; }
    .topup-autopay__close button {
      background: transparent;
      border: none;
      padding: 0;
      margin: 0;
      width: 30px;
      height: 30px;
      background-repeat: no-repeat;
      background-position: center;
      background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='7' height='7' viewBox='0 0 7 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M4.83239 3.5L6.82102 5.48864C6.94034 5.60795 7 5.75379 7 5.92614C7 6.09848 6.94034 6.25095 6.82102 6.38352L6.38352 6.82102C6.25095 6.94034 6.09848 7 5.92614 7C5.75379 7 5.60795 6.94034 5.48864 6.82102L3.5 4.83239L1.51136 6.82102C1.39205 6.94034 1.24621 7 1.07386 7C0.901515 7 0.749053 6.94034 0.616477 6.82102L0.178977 6.38352C0.0596591 6.25095 0 6.09848 0 5.92614C0 5.75379 0.0596591 5.60795 0.178977 5.48864L2.16761 3.5L0.178977 1.51136C0.0596591 1.39205 0 1.24621 0 1.07386C0 0.901515 0.0596591 0.749053 0.178977 0.616477L0.616477 0.178977C0.749053 0.0596591 0.901515 0 1.07386 0C1.24621 0 1.39205 0.0596591 1.51136 0.178977L3.5 2.16761L5.48864 0.178977C5.60795 0.0596591 5.75379 0 5.92614 0C6.09848 0 6.25095 0.0596591 6.38352 0.178977L6.82102 0.616477C6.94034 0.749053 7 0.901515 7 1.07386C7 1.24621 6.94034 1.39205 6.82102 1.51136L4.83239 3.5Z' fill='%23C4C4C4'/%3e%3c/svg%3e "); }
  .topup-autopay__buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .topup-autopay__buttons a {
      font-weight: 300;
      font-size: 12px;
      line-height: 18px;
      color: #E4002B;
      text-decoration: underline; }
      .topup-autopay__buttons a:hover {
        text-decoration: none; }
    .topup-autopay__buttons button {
      margin-right: 10px; }
  .topup-autopay__options {
    display: block; }
    .topup-autopay__options-wrapper {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 10px; }
  .topup-autopay__item {
    border-radius: 5px; }
    .topup-autopay__item-wrapper {
      position: relative;
      padding: 2px; }
    .topup-autopay__item input {
      position: absolute;
      left: 0;
      z-index: -1;
      width: 1rem;
      height: 1.25rem;
      opacity: 0; }
      .topup-autopay__item input.active + label:before {
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 0H16C17.11 0 18 0.9 18 2V16C18 17.1 17.11 18 16 18H2C0.89 18 0 17.1 0 16V2C0 0.9 0.89 0 2 0ZM2 9L7 14L16 5L14.59 3.58L7 11.17L3.41 7.59L2 9Z' fill='%23E4002B'/%3e%3c/svg%3e ");
        border: 0; }
    .topup-autopay__item label {
      font-weight: 300;
      font-size: 15px;
      line-height: 22px;
      padding-left: 30px;
      position: relative;
      text-align: left;
      margin: 0;
      padding: 15px 20px 15px 50px;
      border: 1px solid #C4C4C4;
      border-radius: 5px;
      height: 100%;
      width: 100%;
      cursor: pointer;
      background: white; }
      .topup-autopay__item label:before {
        content: '';
        width: 18px;
        height: 18px;
        border: 1px solid #5B5B5B;
        border-radius: 2px;
        display: block;
        position: absolute;
        left: 20px;
        top: 50%;
        margin-top: -9px;
        -webkit-box-shadow: none !important;
                box-shadow: none !important; }

@media (min-width: 768px) {
  .topup-autopay {
    max-width: 586px;
    margin: 0 auto; } }

/* GENERAL STYLES
-------------------------------------------------*/
body {
  background: #fff;
  color: #5B5B5B;
  font-family: "Poppins", sans-serif; }

/* COLORS
--------------------------------------------------*/
a {
  color: #E4002B; }

.bg-inverse {
  background: #ff4e2e; }

.menu--main li a {
  color: #ff4e2e; }

.menu--account li a {
  color: #ff4e2e; }

.site-name-slogan a {
  text-decoration: none; }

.card-group img {
  margin: 0;
  width: 100%;
  height: auto; }

.card-group .field--type-image {
  margin: 0; }

.slick {
  width: 100%; }

.slick > div {
  margin: 0 15px; }

#main > .row, #main > .dashboard--history--actions, #main > .dashboard--profile--info, #main > .dashboard--profile--actions {
  margin: 0; }

#main .main-content {
  padding: 0; }

#main img {
  max-width: 100%;
  display: block; }

.node__content {
  margin: 0; }

.navbar {
  padding: 0 15px; }

.nav-active,
.nav-active body {
  height: 100%;
  overflow: hidden; }

.btn, .path-dashboard .ui-dialog button [id*=edit-cancel],
.header .btn,
.header .path-dashboard .ui-dialog button [id*=edit-cancel],
.path-dashboard .ui-dialog button .header [id*=edit-cancel] {
  font-family: "Poppins", sans-serif;
  font-size: 0.9375rem;
  text-align: center;
  padding: 9px 35px;
  border: 0;
  border-radius: 40px;
  background: -webkit-gradient(linear, right top, left top, from(#E40026), to(#645594));
  background: -webkit-linear-gradient(right, #E40026 0%, #645594 100%);
  background: -o-linear-gradient(right, #E40026 0%, #645594 100%);
  background: linear-gradient(270deg, #E40026 0%, #645594 100%);
  color: #fff;
  position: relative; }
  .btn.btn-large, .add-payment-method-form > .js-form-wrapper .card-details-footer .btn, .add-payment-method-form > .js-form-wrapper .card-details-footer .path-dashboard .ui-dialog button [id*=edit-cancel], .path-dashboard .ui-dialog button .add-payment-method-form > .js-form-wrapper .card-details-footer [id*=edit-cancel], .path-dashboard .ui-dialog button .btn-large[id*=edit-cancel],
  .header .btn.btn-large,
  .header .add-payment-method-form > .js-form-wrapper .card-details-footer .btn,
  .add-payment-method-form > .js-form-wrapper .card-details-footer .header .btn,
  .header .add-payment-method-form > .js-form-wrapper .card-details-footer .path-dashboard .ui-dialog button [id*=edit-cancel],
  .add-payment-method-form > .js-form-wrapper .card-details-footer .path-dashboard .ui-dialog button .header [id*=edit-cancel],
  .header .path-dashboard .ui-dialog button .add-payment-method-form > .js-form-wrapper .card-details-footer [id*=edit-cancel],
  .path-dashboard .ui-dialog button .add-payment-method-form > .js-form-wrapper .card-details-footer .header [id*=edit-cancel],
  .header .path-dashboard .ui-dialog button .btn-large[id*=edit-cancel],
  .path-dashboard .ui-dialog button .header .btn-large[id*=edit-cancel] {
    font-size: 1.25rem; }
  .btn.btn-span-light, .path-dashboard .ui-dialog button .btn-span-light[id*=edit-cancel],
  .header .btn.btn-span-light,
  .header .path-dashboard .ui-dialog button .btn-span-light[id*=edit-cancel],
  .path-dashboard .ui-dialog button .header .btn-span-light[id*=edit-cancel] {
    background: -webkit-gradient(linear, right top, left top, from(#F47C3E), to(#ED1985));
    background: -webkit-linear-gradient(right, #F47C3E 0%, #ED1985 100%);
    background: -o-linear-gradient(right, #F47C3E 0%, #ED1985 100%);
    background: linear-gradient(270deg, #F47C3E 0%, #ED1985 100%); }
  .btn:active, .path-dashboard .ui-dialog button :active[id*=edit-cancel], .btn:hover, .path-dashboard .ui-dialog button :hover[id*=edit-cancel], .btn:focus, .path-dashboard .ui-dialog button :focus[id*=edit-cancel],
  .header .btn:active,
  .header .path-dashboard .ui-dialog button :active[id*=edit-cancel],
  .path-dashboard .ui-dialog button .header :active[id*=edit-cancel],
  .header .btn:hover,
  .header .path-dashboard .ui-dialog button :hover[id*=edit-cancel],
  .path-dashboard .ui-dialog button .header :hover[id*=edit-cancel],
  .header .btn:focus,
  .header .path-dashboard .ui-dialog button :focus[id*=edit-cancel],
  .path-dashboard .ui-dialog button .header :focus[id*=edit-cancel] {
    background: -webkit-gradient(linear, right top, left top, from(#E40026), to(#645594));
    background: -webkit-linear-gradient(right, #E40026 0%, #645594 100%);
    background: -o-linear-gradient(right, #E40026 0%, #645594 100%);
    background: linear-gradient(270deg, #E40026 0%, #645594 100%);
    color: #fff; }
  .btn.btn-secondary, .path-dashboard .ui-dialog button [id*=edit-cancel],
  .header .btn.btn-secondary,
  .header .path-dashboard .ui-dialog button [id*=edit-cancel],
  .path-dashboard .ui-dialog button .header [id*=edit-cancel] {
    background: #fff;
    color: #5B5B5B;
    padding: 6px 32px;
    border: 3px solid #E4002B; }
    .btn.btn-secondary:active, .path-dashboard .ui-dialog button :active[id*=edit-cancel], .btn.btn-secondary:hover, .path-dashboard .ui-dialog button :hover[id*=edit-cancel], .btn.btn-secondary:focus, .path-dashboard .ui-dialog button :focus[id*=edit-cancel],
    .header .btn.btn-secondary:active,
    .header .path-dashboard .ui-dialog button :active[id*=edit-cancel],
    .path-dashboard .ui-dialog button .header :active[id*=edit-cancel],
    .header .btn.btn-secondary:hover,
    .header .path-dashboard .ui-dialog button :hover[id*=edit-cancel],
    .path-dashboard .ui-dialog button .header :hover[id*=edit-cancel],
    .header .btn.btn-secondary:focus,
    .header .path-dashboard .ui-dialog button :focus[id*=edit-cancel],
    .path-dashboard .ui-dialog button .header :focus[id*=edit-cancel] {
      background: #fff !important;
      color: #5B5B5B !important;
      border: 3px solid #E4002B !important; }
  .btn.btn-secondary-gradient, .path-dashboard .ui-dialog button .btn-secondary-gradient[id*=edit-cancel],
  .header .btn.btn-secondary-gradient,
  .header .path-dashboard .ui-dialog button .btn-secondary-gradient[id*=edit-cancel],
  .path-dashboard .ui-dialog button .header .btn-secondary-gradient[id*=edit-cancel] {
    background: -webkit-gradient(linear, right top, left top, from(#E40026), to(#645594));
    background: -webkit-linear-gradient(right, #E40026 0%, #645594 100%);
    background: -o-linear-gradient(right, #E40026 0%, #645594 100%);
    background: linear-gradient(270deg, #E40026 0%, #645594 100%);
    color: #5B5B5B;
    padding: 3px; }
    .btn.btn-secondary-gradient span, .path-dashboard .ui-dialog button .btn-secondary-gradient[id*=edit-cancel] span,
    .header .btn.btn-secondary-gradient span,
    .header .path-dashboard .ui-dialog button .btn-secondary-gradient[id*=edit-cancel] span,
    .path-dashboard .ui-dialog button .header .btn-secondary-gradient[id*=edit-cancel] span {
      background: #fff;
      display: block;
      border-radius: 38px;
      padding: 6px 32px;
      color: #5B5B5B; }
    .btn.btn-secondary-gradient:active, .path-dashboard .ui-dialog button .btn-secondary-gradient:active[id*=edit-cancel], .btn.btn-secondary-gradient:hover, .path-dashboard .ui-dialog button .btn-secondary-gradient:hover[id*=edit-cancel], .btn.btn-secondary-gradient:focus, .path-dashboard .ui-dialog button .btn-secondary-gradient:focus[id*=edit-cancel],
    .header .btn.btn-secondary-gradient:active,
    .header .path-dashboard .ui-dialog button .btn-secondary-gradient:active[id*=edit-cancel],
    .path-dashboard .ui-dialog button .header .btn-secondary-gradient:active[id*=edit-cancel],
    .header .btn.btn-secondary-gradient:hover,
    .header .path-dashboard .ui-dialog button .btn-secondary-gradient:hover[id*=edit-cancel],
    .path-dashboard .ui-dialog button .header .btn-secondary-gradient:hover[id*=edit-cancel],
    .header .btn.btn-secondary-gradient:focus,
    .header .path-dashboard .ui-dialog button .btn-secondary-gradient:focus[id*=edit-cancel],
    .path-dashboard .ui-dialog button .header .btn-secondary-gradient:focus[id*=edit-cancel] {
      background: -webkit-gradient(linear, right top, left top, from(#E40026), to(#645594));
      background: -webkit-linear-gradient(right, #E40026 0%, #645594 100%);
      background: -o-linear-gradient(right, #E40026 0%, #645594 100%);
      background: linear-gradient(270deg, #E40026 0%, #645594 100%);
      color: #5B5B5B; }
  .btn:active, .path-dashboard .ui-dialog button :active[id*=edit-cancel], .btn:hover, .path-dashboard .ui-dialog button :hover[id*=edit-cancel], .btn:focus, .path-dashboard .ui-dialog button :focus[id*=edit-cancel],
  .header .btn:active,
  .header .path-dashboard .ui-dialog button :active[id*=edit-cancel],
  .path-dashboard .ui-dialog button .header :active[id*=edit-cancel],
  .header .btn:hover,
  .header .path-dashboard .ui-dialog button :hover[id*=edit-cancel],
  .path-dashboard .ui-dialog button .header :hover[id*=edit-cancel],
  .header .btn:focus,
  .header .path-dashboard .ui-dialog button :focus[id*=edit-cancel],
  .path-dashboard .ui-dialog button .header :focus[id*=edit-cancel] {
    outline: none;
    -webkit-box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.2) !important;
            box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.2) !important; }
  .btn span, .path-dashboard .ui-dialog button [id*=edit-cancel] span,
  .header .btn span,
  .header .path-dashboard .ui-dialog button [id*=edit-cancel] span,
  .path-dashboard .ui-dialog button .header [id*=edit-cancel] span {
    position: relative; }

.dialog-off-canvas-main-canvas .row, .dialog-off-canvas-main-canvas .dashboard--history--actions, .dialog-off-canvas-main-canvas .dashboard--profile--info, .dialog-off-canvas-main-canvas .dashboard--profile--actions {
  margin: 0; }

.paragraph--type--component-social-sharing {
  font-family: "Poppins", sans-serif;
  padding: 30px 15px;
  text-align: center; }

.field--name-field-social-sharing-title {
  font-weight: bold;
  color: #E4002B;
  font-size: 2rem; }

.field--name-field-social-sharing-description {
  font-size: 18px;
  line-height: 20px;
  padding-top: 26px; }
  .field--name-field-social-sharing-description p {
    margin: 0; }

.field--name-field-social-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 60px 0 30px 0; }
  .field--name-field-social-icons a {
    display: block;
    padding: 5px 10px;
    text-decoration: none;
    color: #5B5B5B; }
    .field--name-field-social-icons a:hover {
      text-decoration: none;
      color: #E4002B; }
  .field--name-field-social-icons svg {
    width: 20px;
    height: 20px; }

.page-user-password .layout-main-wrapper .nav-tabs {
  padding-top: 50px;
  border: none;
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .page-user-password .layout-main-wrapper .nav-tabs:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: -webkit-gradient(linear, right top, left top, from(#E40026), to(#645594));
    background: -webkit-linear-gradient(right, #E40026 0%, #645594 100%);
    background: -o-linear-gradient(right, #E40026 0%, #645594 100%);
    background: linear-gradient(270deg, #E40026 0%, #645594 100%); }
  .page-user-password .layout-main-wrapper .nav-tabs .nav-item {
    display: none; }
    .page-user-password .layout-main-wrapper .nav-tabs .nav-item.active {
      display: block; }
      .page-user-password .layout-main-wrapper .nav-tabs .nav-item.active a {
        font-size: 20px;
        line-height: 30px;
        color: #000;
        text-align: center;
        background-color: transparent;
        border: none;
        border-radius: 0; }

.page-user-password .layout-main-wrapper .user-pass {
  max-width: 400px;
  padding: 20px 15px 50px 15px;
  margin: 0 auto;
  font-weight: bold; }
  .page-user-password .layout-main-wrapper .user-pass .form-type-textfield {
    position: relative;
    margin-bottom: 10px; }
    .page-user-password .layout-main-wrapper .user-pass .form-type-textfield:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 1px;
      background: -webkit-gradient(linear, right top, left top, from(#E40026), to(#645594));
      background: -webkit-linear-gradient(right, #E40026 0%, #645594 100%);
      background: -o-linear-gradient(right, #E40026 0%, #645594 100%);
      background: linear-gradient(270deg, #E40026 0%, #645594 100%); }
    .page-user-password .layout-main-wrapper .user-pass .form-type-textfield label {
      position: absolute;
      top: 42px;
      left: 0;
      font-weight: 300;
      font-size: 12px;
      opacity: 0.8; }
      .page-user-password .layout-main-wrapper .user-pass .form-type-textfield label:after {
        display: none; }
  .page-user-password .layout-main-wrapper .user-pass .form-text {
    height: auto;
    background-color: #F4F4F4;
    border-radius: 5px 5px 0px 0px;
    color: #5B5B5B;
    border: 0;
    margin: 0;
    padding: 11px 15px;
    font-weight: 300;
    font-size: 12px;
    color: rgba(91, 91, 91, 0.8); }
    .page-user-password .layout-main-wrapper .user-pass .form-text:focus {
      outline: none;
      -webkit-box-shadow: none;
              box-shadow: none; }
  .page-user-password .layout-main-wrapper .user-pass p {
    font-weight: normal;
    margin: 0;
    padding: 30px 0; }
  .page-user-password .layout-main-wrapper .user-pass .btn, .page-user-password .layout-main-wrapper .user-pass .path-dashboard .ui-dialog button [id*=edit-cancel], .path-dashboard .ui-dialog button .page-user-password .layout-main-wrapper .user-pass [id*=edit-cancel] {
    min-width: 170px;
    margin: 0 auto;
    display: block; }

.form-billpay {
  padding-bottom: 50px; }
  .form-billpay .form-actions {
    max-width: 586px;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0 0 0; }
  .form-billpay .form-required:after {
    background: none;
    content: '*';
    color: #E4002B;
    font-size: 12px;
    line-height: 18px;
    position: relative;
    top: 5px; }

.form-pay-amount {
  padding-bottom: 50px; }
  .form-pay-amount .form-fields-wrapper {
    max-width: 420px;
    margin: 0 auto;
    padding: 0 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .form-pay-amount .form-type-textfield {
    position: relative;
    width: 140px;
    margin: 0 5px; }
    .form-pay-amount .form-type-textfield:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 1px;
      background: -webkit-gradient(linear, right top, left top, from(#E40026), to(#645594));
      background: -webkit-linear-gradient(right, #E40026 0%, #645594 100%);
      background: -o-linear-gradient(right, #E40026 0%, #645594 100%);
      background: linear-gradient(270deg, #E40026 0%, #645594 100%); }
    .form-pay-amount .form-type-textfield label {
      position: absolute;
      top: 0;
      right: 10px;
      font-weight: 300;
      font-size: 12px;
      line-height: 34px;
      opacity: 0.8; }
      .form-pay-amount .form-type-textfield label:after {
        display: none; }
  .form-pay-amount .form-text {
    height: auto;
    background-color: #F4F4F4;
    border-radius: 5px 5px 0px 0px;
    color: #5B5B5B;
    border: 0;
    margin: 0;
    padding: 8px 50px 8px 15px;
    font-weight: 300;
    font-size: 12px;
    color: rgba(91, 91, 91, 0.8); }
    .form-pay-amount .form-text:focus {
      outline: none;
      -webkit-box-shadow: none;
              box-shadow: none; }

.form-bills-list {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 10px 50px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .form-bills-list .bills-list {
    width: 100%; }
  .form-bills-list .add-biller-btn {
    width: 100%; }
    .form-bills-list .add-biller-btn .btn, .form-bills-list .add-biller-btn .path-dashboard .ui-dialog button [id*=edit-cancel], .path-dashboard .ui-dialog button .form-bills-list .add-biller-btn [id*=edit-cancel] {
      width: 170px;
      margin: 30px auto 0 auto;
      display: block; }

.nav-link-tabs {
  max-width: 586px;
  margin: 0 auto;
  padding: 0 15px; }
  .nav-link-tabs--separated {
    margin-top: 20px; }
  .nav-link-tabs .nav-tabs {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    border: none; }
  .nav-link-tabs .nav-item {
    padding: 0;
    margin: 0;
    width: 100%; }
    .nav-link-tabs .nav-item:first-child a {
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px; }
      .nav-link-tabs .nav-item:first-child a span {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px; }
    .nav-link-tabs .nav-item:last-child a {
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px; }
      .nav-link-tabs .nav-item:last-child a span {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px; }
  .nav-link-tabs .nav-link {
    display: block;
    background-color: #c4c4c4;
    border: none;
    font-size: 20px;
    line-height: 30px;
    overflow: hidden;
    color: #5B5B5B;
    text-align: center;
    padding: 1px;
    position: relative;
    border-radius: 0; }
    .nav-link-tabs .nav-link:hover {
      text-decoration: none;
      background: -webkit-gradient(linear, right top, left top, from(#ED1985), to(#F47C3E));
      background: -webkit-linear-gradient(right, #ED1985 0%, #F47C3E 100%);
      background: -o-linear-gradient(right, #ED1985 0%, #F47C3E 100%);
      background: linear-gradient(270deg, #ED1985 0%, #F47C3E 100%); }
    .nav-link-tabs .nav-link.active {
      font-weight: bold;
      background: -webkit-gradient(linear, right top, left top, from(#ED1985), to(#F47C3E));
      background: -webkit-linear-gradient(right, #ED1985 0%, #F47C3E 100%);
      background: -o-linear-gradient(right, #ED1985 0%, #F47C3E 100%);
      background: linear-gradient(270deg, #ED1985 0%, #F47C3E 100%); }
      .nav-link-tabs .nav-link.active:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 4px;
        background: -webkit-gradient(linear, right top, left top, from(#F47C3E), to(#ED1985));
        background: -webkit-linear-gradient(right, #F47C3E 0%, #ED1985 100%);
        background: -o-linear-gradient(right, #F47C3E 0%, #ED1985 100%);
        background: linear-gradient(270deg, #F47C3E 0%, #ED1985 100%); }
    .nav-link-tabs .nav-link span {
      display: block;
      background-color: #fff;
      padding: 12px 3px; }
  .nav-link-tabs__note {
    font-size: 12px;
    line-height: 18px;
    padding-bottom: 4px; }

.topup-actions {
  max-width: 586px;
  margin: 0 auto;
  padding: 15px;
  text-align: right; }

.plans-container.spinner-loading,
.products-container.spinner-loading {
  position: relative;
  padding: 60px 15px; }
  .plans-container.spinner-loading:after,
  .products-container.spinner-loading:after {
    content: '';
    margin: 0 auto;
    display: block;
    border: 6px solid #f3f3f3;
    border-top: 6px solid #E4002B;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
         -o-animation: spin 2s linear infinite;
            animation: spin 2s linear infinite; }

.loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99998;
  background-color: rgba(255, 255, 255, 0.8);
  display: none; }
  .loader-overlay:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -30px;
    display: block;
    border: 6px solid #f3f3f3;
    border-top: 6px solid #E4002B;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: spin 2s linear infinite;
         -o-animation: spin 2s linear infinite;
            animation: spin 2s linear infinite; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
       transform: rotate(0deg); }
  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg); } }

@media (min-width: 768px) {
  .nav-link-tabs {
    padding: 0; }
  .topup-actions {
    padding: 15px 0 50px 0; }
  .field--name-field-feature-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1440px;
    margin: 0 auto; }
    .field--name-field-feature-box > .field__item {
      min-width: 50%; }
  .form-bills-list .bills-list {
    width: 50%; }
  .plans-container.spinner-loading,
  .products-container.spinner-loading {
    position: relative;
    padding: 80px 15px; } }

.bordered {
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  padding: 25px 0; }

.topup-iframe-container {
  max-width: 600px;
  margin: 0 auto; }

/* Cookie Banner */
.cc_dialog.simple {
  max-width: 100% !important;
  width: 100%; }

.dark.cc_dialog {
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  background-color: rgba(230, 230, 230, 0.6) !important; }
  .dark.cc_dialog > div {
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 20px; }
    .dark.cc_dialog > div *:nth-child(3) {
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-box-align: center !important;
      -webkit-align-items: center !important;
          -ms-flex-align: center !important;
              align-items: center !important; }
    @media only screen and (max-width: 768px) {
      .dark.cc_dialog > div {
        display: unset; } }
  .dark.cc_dialog .cc_dialog_text {
    color: #000 !important; }
  .dark.cc_dialog h1 {
    display: none; }

.cc_dialog button {
  position: relative !important;
  height: 40px !important;
  margin: auto !important;
  border: double 2px transparent !important;
  border-radius: 20px !important;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(white)), -webkit-gradient(linear, right top, left top, from(#E40026), to(#645594)) !important;
  background-image: -webkit-linear-gradient(white, white), -webkit-linear-gradient(right, #E40026 0%, #645594 100%) !important;
  background-image: -o-linear-gradient(white, white), -o-linear-gradient(right, #E40026 0%, #645594 100%) !important;
  background-image: linear-gradient(white, white), linear-gradient(270deg, #E40026 0%, #645594 100%) !important;
  -webkit-background-origin: border-box !important;
          background-origin: border-box !important;
  -webkit-background-clip: content-box,
 border-box !important;
          background-clip: content-box,
 border-box !important;
  padding: 0px !important; }
  .cc_dialog button.cc_b_ok {
    width: 90px !important;
    margin-right: 20px !important; }
  .cc_dialog button.cc_b_cp {
    width: 210px !important; }

.country-selector .country-selector__item-input {
  position: relative; }
  .country-selector .country-selector__item-input input {
    background: transparent;
    color: #c4c4c4;
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    border: none;
    padding: 10px 10px 10px 36px;
    position: relative;
    z-index: 1; }
    .country-selector .country-selector__item-input input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #c4c4c4;
      font-weight: 400; }
    .country-selector .country-selector__item-input input::-moz-placeholder {
      /* Firefox 19+ */
      color: #c4c4c4;
      font-weight: 400; }
    .country-selector .country-selector__item-input input:-ms-input-placeholder {
      /* IE 10+ */
      color: #c4c4c4 !important;
      font-weight: 400; }
    .country-selector .country-selector__item-input input:-moz-placeholder {
      /* Firefox 18- */
      color: #c4c4c4;
      font-weight: 400; }
    .country-selector .country-selector__item-input input:focus {
      outline: none;
      color: #5B5B5B; }
      .country-selector .country-selector__item-input input:focus + svg {
        color: #5B5B5B; }
  .country-selector .country-selector__item-input svg {
    position: absolute;
    left: 14px;
    top: 50%;
    margin-top: -5px;
    width: 11px;
    height: 11px;
    color: #c4c4c4; }

.biller-dropdowns .country-selector__list {
  top: 35px; }

.biller-dropdowns .country-selector__wrapper {
  height: 34px; }

.plan-label__popular {
  font-family: "Poppins", sans-serif;
  font-size: 9px;
  text-transform: uppercase;
  text-align: center;
  color: white;
  border-radius: 40px;
  position: relative;
  z-index: 10;
  display: table;
  margin-bottom: -15px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 30px;
  background: -webkit-gradient(linear, right top, left top, from(#E40026), to(#645594));
  background: -webkit-linear-gradient(right, #E40026 0%, #645594 100%);
  background: -o-linear-gradient(right, #E40026 0%, #645594 100%);
  background: linear-gradient(270deg, #E40026 0%, #645594 100%); }

.plan-carousel__img {
  max-width: 100px;
  margin-left: 15px; }

.hide {
  display: none !important; }

.show {
  display: block; }

.addon-card {
  background: -webkit-gradient(linear, right top, left top, from(#F47C3E), to(#ED1985));
  background: -webkit-linear-gradient(right, #F47C3E 0%, #ED1985 100%);
  background: -o-linear-gradient(right, #F47C3E 0%, #ED1985 100%);
  background: linear-gradient(270deg, #F47C3E 0%, #ED1985 100%);
  padding: 3px;
  border-radius: 6px;
  border: none;
  margin-bottom: 20px; }

.addon-card:hover {
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px; }

.addons, .cart_container2 {
  margin: 0 auto;
  max-width: 586px; }

.addons-title {
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  color: #E4002B;
  margin-bottom: 20px; }

.addons-box {
  width: 100%;
  margin: 20 auto;
  border: 1px solid #C4C4C4;
  border-radius: 5px;
  padding: 4px;
  padding: 20px 40px; }
  @media only screen and (max-width: 560px) {
    .addons-box {
      padding: 20px 20px;
      border: 0px; } }

.addon-grid {
  display: grid;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-areas: "addon__title addon__source addon__desc addon__checkbox";
  grid-template-columns: 100px 100px 1fr 40px;
  grid-gap: 0px 20px;
  margin: auto;
  border-radius: 5px;
  background-color: white;
  padding: 20px 10px; }
  @media only screen and (max-width: 560px) {
    .addon-grid {
      grid-template-areas: "addon__title addon__source addon__checkbox"
 "addon__desc addon__source addon__checkbox";
      grid-template-columns: 1fr 100px 25px; } }

.addon__desc {
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 128%;
  color: #54565A;
  grid-area: addon__desc; }

.addon__desc ul {
  padding: 0; }

.addon__desc li {
  list-style-type: none; }

.addon__title {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #54565A;
  font-weight: bold; }
  @media only screen and (max-width: 560px) {
    .addon__title {
      text-align: left; } }

.addon__source {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
  text-align: center;
  grid-area: addon__source; }

.addon__type {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 22px;
  color: #E4002B;
  text-align: center;
  grid-area: addon__type; }
  @media only screen and (max-width: 560px) {
    .addon__type {
      text-align: left; } }

.addon__checkbox {
  grid-area: addon__checkbox; }
  @media only screen and (max-width: 560px) {
    .addon__checkbox {
      margin-top: -15px; } }

.autopay__chk {
  margin-top: 20px !important; }

/* Customize the label (the container) */
.addon__chk {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-top: 0px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* Hide the browser's default checkbox */
.addon__chk input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border: 2px solid #E61A35; }

/* On mouse-over, add a grey background color */
.addon__chk:hover input ~ .checkmark {
  background: -webkit-gradient(linear, right top, left top, from(#F47C3E), to(#ED1985));
  background: -webkit-linear-gradient(right, #F47C3E 0%, #ED1985 100%);
  background: -o-linear-gradient(right, #F47C3E 0%, #ED1985 100%);
  background: linear-gradient(270deg, #F47C3E 0%, #ED1985 100%); }

/* When the checkbox is checked, add a blue background */
.addon__chk input:checked ~ .checkmark {
  background: -webkit-gradient(linear, right top, left top, from(#F47C3E), to(#ED1985));
  background: -webkit-linear-gradient(right, #F47C3E 0%, #ED1985 100%);
  background: -o-linear-gradient(right, #F47C3E 0%, #ED1985 100%);
  background: linear-gradient(270deg, #F47C3E 0%, #ED1985 100%); }

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
.addon__chk input:checked ~ .checkmark:after {
  display: block; }

/* Style the checkmark/indicator */
.addon__chk .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
     transform: rotate(45deg); }

.autopay {
  margin: auto;
  max-width: 586px;
  padding-left: 20px; }

.addon-controlers {
  text-align: center; }

.topup_img {
  float: left;
  padding: 15px;
  width: 200px; }

.label_plan_type {
  margin: 0 auto;
  color: #E4002B;
  font-weight: bold; }

@media only screen and (max-width: 560px) {
  .continue {
    width: 100%; } }

.selected {
  border-radius: 5px;
  background: -webkit-gradient(linear, right top, left top, from(#E40026), to(#645594));
  background: -webkit-linear-gradient(right, #E40026 0%, #645594 100%);
  background: -o-linear-gradient(right, #E40026 0%, #645594 100%);
  background: linear-gradient(270deg, #E40026 0%, #645594 100%); }

.topup-popular {
  width: 50%; }

@media (min-width: 768px) {
  .topup-popular {
    width: 33.333%; } }

#recent-payments {
  background: #FFFFFF;
  border: 1px solid #C4C4C4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  max-width: 586px;
  padding: 10px 0px 25px 0;
  margin: 30px 0px 55px 0px;
  -webkit-box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0.2); }

#recent-payments hr {
  background-image: url("data:image/svg+xml,%3Csvg width='491' height='2' viewBox='0 0 491 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.908447 1H490.969' stroke='%23C4C4C4'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
          background-size: cover;
  width: 80%;
  margin: 5px auto; }

#recent-payments .user-icon {
  position: relative;
  width: 22px;
  height: 20px;
  margin-top: 2px; }

#recent-payments .user-icon .top {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='13' viewBox='0 0 14 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.55103 6C1.55103 3.24 3.92817 1 6.85715 1C9.78613 1 12.1633 3.24 12.1633 6C12.1633 8.76 9.78613 12 6.85715 12C3.92817 12 1.55103 8.76 1.55103 6Z' stroke='url(%23paint0_linear_6368_2541)' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_6368_2541' x1='12.1633' y1='6.49999' x2='1.55103' y2='6.49999' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E40026'/%3E%3Cstop offset='1' stop-color='%23645594'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
          background-size: cover;
  position: absolute;
  height: 11px;
  width: 11px;
  margin: auto;
  text-align: center;
  left: 5px; }

#recent-payments .user-icon .bottom {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='10' viewBox='0 0 22 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.0409 1H7.6735C4.16085 1 1.30615 3.69 1.30615 7V8C1.30615 8 4.61717 9 10.8572 9C17.0972 9 20.4082 8 20.4082 8V7C20.4082 3.69 17.5535 1 14.0409 1Z' stroke='url(%23paint0_linear_6368_2540)' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_6368_2540' x1='20.4082' y1='4.99999' x2='1.30615' y2='4.99999' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23E40026'/%3E%3Cstop offset='1' stop-color='%23645594'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
          background-size: cover;
  position: absolute;
  top: 64.5%;
  width: 21px;
  height: 9px; }

#recent-payments .receiver {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000000;
  opacity: 0.8;
  width: 21%;
  margin: 0 5px;
  line-height: 27px; }

#recent-payments .amount {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000000;
  opacity: 0.8;
  margin-right: 5px;
  width: 60px; }

#recent-payments .resend-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

#recent-payments .resend-link a {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 124%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #F72D2D;
  width: 60px; }

#recent-payments .item {
  min-height: 25px; }

#recent-payments .items {
  margin-top: 13px; }

#recent-payments #show-more-transactions {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  color: #F72D2D;
  margin: 30px auto 15px auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer; }

.recent.btn, .path-dashboard .ui-dialog button .recent[id*=edit-cancel] {
  font-weight: 700;
  font-size: 12px;
  line-height: 124%;
  padding: 4px 17px;
  float: left;
  margin-top: 10px; }

.dashboard--history--table tbody tr {
  line-height: 40px; }

.dashboard--history--table tbody td.resend {
  width: 86px;
  padding: 0;
  float: left; }

@media (max-width: 991.98px) {
  #recent-payments {
    width: 92%;
    margin: 0px auto 25px auto;
    max-width: 586px; }
  #recent-payments .receiver {
    width: 100px;
  }

  .digicel-topup-form {
    margin: auto;
    width: 700px;
    padding: 50px;
  }
}

#upsell .subheading{
  color: #E4002B;
  font-family: Poppins;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0em;
  text-align: center;
}
#upsell .body{
  font-family: Poppins;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: center;
}
#upsell .purchase-summary {
  display: flex;
  flex-direction: column;
}
#upsell .purchase-history-popup--content-inner div.upsell-popup--close {
    cursor: pointer;
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
}
form.form-saved-contact label[for*="nickname"] {
  position: relative;
  bottom: auto;
}

form.form-saved-contact .js-form-item-nickname.form-type-textfield:after {
  background: none;
}

@media (max-width: 991.98px) {
  #upsell .subheading{
    font-size: 20px;
    line-height: 30px;
  }

  #upsell .body {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    margin-top: 45px;
    margin-bottom: 45px;
  }

  #upsell .purchase-history-popup--content-inner .purchase-summary .btn-large {
    width: 170px;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  #upsell .purchase-history-popup--content-inner .purchase-summary .btn-large span {
    font-weight: 400;
    font-size: 15px;
  }
}

.bulk-delete-users-form{
  width: 600px;
  margin: 50px auto ;
}

@font-face {
  font-family: "Hurme Geometric Sans 2";
  src: url("../font/hurme_2/hurmegeometricsans2.otf");
}
@font-face {
  font-family: "Hurme Geometric Sans Bold 2";
  src: url("../font/hurme_2/HurmeGeometricSans2_Bold.otf");
}

