/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/**
 * Remove Margins for h1 - h6 - p tags
 */
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0; }

html {
  box-sizing: border-box; }

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

.medium {
  font-weight: 500; }

.bold {
  font-weight: 700; }

@font-face {
  font-family: 'AbrilFatFace';
  font-style: normal;
  font-weight: 300;
  src: url("../../../../static/fonts/AbrilFatface-Regular.otf") format("opentype"); }

@font-face {
  font-family: "Millik";
  src: url("../../../../static/fonts/Millik.otf") format("opentype"); }

@font-face {
  font-family: "Moderat";
  src: url("../../../../static/fonts/Moderat-Regular.ttf") format("truetype"); }

@font-face {
  font-family: "Moderat";
  font-weight: 700;
  src: url("../../../../static/fonts/Moderat-Bold.ttf") format("truetype"); }

@font-face {
  font-family: "Moderat";
  font-weight: 300;
  src: url("../../../../static/fonts/Moderat-Light.ttf") format("truetype"); }

@font-face {
  font-family: "Moderat";
  font-weight: 500;
  src: url("../../../../static/fonts/Moderat-Medium.ttf") format("truetype"); }

.danger {
  color: #d0011b; }

.text--brand-color {
  color: #FF9B00; }

/*
@font-face {
    font-family: 'ProximaNova';
    font-style: italic;
    font-weight: 300;
    src: url("../fonts/ProximaNova-LightItalic.otf") format("opentype");
}

@font-face {
    font-family: 'ProximaNova';
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/ProximaNova-Light.otf") format("opentype");
}

@font-face {
    font-family: 'ProximaNova';
    font-style: italic;
    font-weight: 400;
    src: url("../fonts/ProximaNovaCond-RegularIt") format("opentype");
}

@font-face {
    font-family: 'ProximaNova';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/ProximaNova-Regular.otf") format("opentype");
}

@font-face {
    font-family: 'ProximaNova';
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/ProximaNova-Semibold.otf") format("opentype");
}

@font-face {
    font-family: 'ProximaNova';
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/ProximaNova-Semibold.otf") format("opentype");
}

@font-face {
    font-family: 'ProximaNova';
    font-style: normal;
    font-weight: 800;
    src: url("../fonts/ProximaNova-Bold.otf") format("opentype");
}

*/
body {
  font-size: 14px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
  color: #212b36;
  line-height: 1.5;
  letter-spacing: 0.4px;
  background-color: #F4F6F8; }

html, html a {
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004); }

[class^="icon-"], [class*=" icon-"] {
  height: 32px;
  width: 32px;
  display: inline-block;
  fill: currentColor; }
  [class^="icon-"].icon--md, [class*=" icon-"].icon--md {
    height: 25px;
    width: 25px; }
  [class^="icon-"].icon--sm, [class*=" icon-"].icon--sm {
    height: 20px;
    width: 20px; }
  [class^="icon-"].icon--xs, [class*=" icon-"].icon--xs {
    height: 15px;
    width: 15px; }
  [class^="icon-"].icon--xxs, [class*=" icon-"].icon--xxs {
    height: 10px;
    width: 10px; }
  [class^="icon-"].icon--ss, [class*=" icon-"].icon--ss {
    height: 18px;
    width: 18px; }

.stroke-icon {
  background: #4a4a4a;
  margin-right: 10px; }
  .stroke-icon--thick {
    height: 8px;
    width: 16px;
    display: inline-block; }
  .stroke-icon--thin {
    display: block;
    height: 2px;
    width: 16px; }
    .stroke-icon--thin:not(:last-child) {
      margin-bottom: 1px; }

.main {
  min-height: 100vh;
  margin-left: auto;
  padding: 60px 12px 124px;
  position: relative;
  transition: width 0.3s ease-in-out; }
  .main__container {
    margin-left: 2px; }
  @media screen and (min-width: 768px) {
    .main {
      padding: 80px 40px 124px 0px;
      width: calc(100% - 60px); } }
  .main__title {
    font-size: 24px;
    position: fixed;
    top: 2%;
    font-weight: 600;
    color: #FF9B00;
    z-index: 4; }
  @media screen and (min-width: 1200px) {
    .main {
      padding: 80px 44px 124px 0px;
      width: calc(100% - 255px); } }

.nav {
  display: flex;
  justify-content: space-between;
  background-color: #F4F6F8; }
  .nav__left {
    display: flex; }
  .nav__right {
    display: flex; }
  .nav--noticePresent {
    margin-top: 56px; }
  .nav--bannerPresent {
    margin-top: 50px; }
  .nav--main {
    position: fixed;
    top: 0;
    right: 0;
    height: 80px;
    align-items: center;
    z-index: 3;
    display: block;
    padding: 10px 12px 0 0px;
    transition: all 0.3s ease-in-out;
    left: 0px; }
    .nav--main::after {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      height: 80px;
      background-color: #F4F6F8;
      content: ' ';
      z-index: 2; }
    @media screen and (min-width: 768px) {
      .nav--main {
        left: 62px; } }
    @media screen and (min-width: 1200px) {
      .nav--main {
        left: 252px; } }
  .nav--sidebar {
    position: fixed;
    left: -60px;
    top: 0;
    bottom: 0;
    padding-top: 55px;
    flex-direction: column;
    overflow: hidden;
    z-index: 2;
    background-color: #FFFFFF;
    transition: all 0.3s ease-in-out;
    width: 50px; }
    .nav--sidebar:hover, .nav--sidebar:active, .nav--sidebar:focus {
      overflow-y: auto; }
    @media screen and (min-width: 768px) {
      .nav--sidebar {
        background-color: #F4F6F8;
        left: 0;
        padding-bottom: 22px; } }
    @media screen and (min-width: 1200px) {
      .nav--sidebar {
        left: 0;
        width: 250px; } }
    @media screen and (min-width: 1350px) {
      .nav--sidebar {
        width: 250px;
        padding-top: 88px;
        padding-bottom: 44px; } }
    @media screen and (max-width: 1199px) {
      .nav--sidebar .nav__item__link {
        padding: 10px 15px; }
        .nav--sidebar .nav__item__link__icon {
          padding-left: 6px;
          padding-right: 15px; } }
    .nav--sidebar--higher {
      z-index: 4; }
    @media screen and (max-width: 1199px) {
      .nav--sidebar-open {
        left: 0;
        width: 250px;
        z-index: 4;
        overflow-y: scroll; }
        .nav--sidebar-open .company {
          display: block; } }
    .nav--sidebar-bannerPresent {
      padding-top: 110px; }
  .nav--noAccess::before {
    position: absolute;
    content: ' ';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 2; }
  .nav__item--top {
    display: flex;
    align-items: center;
    position: relative; }
  .nav__item--search {
    width: 100%; }
    .nav__item--search.active {
      z-index: 8; }
  .nav__item--signout {
    background-color: rgba(242, 201, 76, 0.1);
    color: #EB5757;
    font-size: 18px;
    line-height: 21px;
    margin-top: 50px;
    height: 80px;
    font-weight: bold;
    padding-top: 20px; }
  .nav__item__link {
    display: block;
    padding: 5px 30px;
    text-decoration: none;
    color: inherit;
    font-weight: 400;
    transition: all 0.3s ease-in-out;
    cursor: pointer; }
    .nav__item__link--top {
      padding: 10px 20px 10px 0;
      position: relative;
      z-index: 4;
      width: 100%;
      font-size: 13px; }
      @media screen and (min-width: 768px) {
        .nav__item__link--top {
          padding: 10px 30px 10px 0;
          font-size: 14px; } }
      .nav__item__link--top .badge__button {
        padding: 6px 10px;
        position: relative;
        display: flex;
        width: 116px;
        letter-spacing: normal;
        line-height: normal;
        font-size: 12px; }
        .nav__item__link--top .badge__button .nav__item__link__icon {
          color: white;
          width: 10px;
          height: 10px; }
          .nav__item__link--top .badge__button .nav__item__link__icon svg {
            display: inline; }
    .nav__item__link__icon {
      width: 30px;
      padding-left: 10px;
      display: block;
      color: #919eab;
      transition: all 0.3s ease-in-out; }
      .nav__item__link__icon svg {
        display: block;
        fill: currentColor;
        stroke: currentColor; }
        .nav__item__link__icon svg g {
          fill: currentColor; }
    .nav__item__link__text {
      padding-left: 14px;
      white-space: nowrap; }
      .nav__item__link__text--header {
        font-size: 16px; }
      .nav__item__link__text--flex {
        display: flex;
        font-size: 14px;
        justify-content: space-between;
        align-items: center; }
        .nav__item__link__text--flex span {
          display: block;
          width: 100px; }
      .nav__item__link__text__item__badge {
        top: 2px;
        right: 90px;
        font-size: .7em;
        background: #f5a623;
        color: white;
        width: 24px;
        height: 24px;
        text-align: center;
        line-height: 24px;
        border-radius: 50%;
        border: 1px solid white; }
        @media (min-width: 1200px) and (max-width: 1349px) {
          .nav__item__link__text__item__badge {
            right: 60px !important; } }
    .nav__item__link__dropdown {
      align-self: baseline;
      flex-grow: 1;
      text-align: right;
      padding-right: 10px; }
    .nav__item__link--flex {
      display: flex;
      align-items: center; }
    .nav__item__link:hover, .nav__item__link.active {
      color: #FF9B00;
      cursor: pointer; }
      .nav__item__link:hover .nav__item__link__icon, .nav__item__link.active .nav__item__link__icon {
        color: #FF9B00; }
    .nav__item__link--noHover:hover {
      color: #212b36;
      font-weight: 400; }
  .nav__section__title {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 14px;
    padding-left: 40px;
    color: #12122c;
    letter-spacing: normal;
    line-height: 1.23; }
    @media screen and (max-width: 1199px) {
      .nav__section__title {
        display: none; } }
  .nav__section__content__group {
    padding-top: 14px;
    padding-bottom: 14px; }
    @media screen and (max-width: 767px) {
      .nav__section__content__group {
        padding-top: 0px;
        padding-bottom: 0px; }
        .nav__section__content__group:first-child {
          padding-top: 14px;
          padding-bottom: 14px; } }

.navatar {
  background-color: #9c6ade;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  color: #fff; }

.avatar__icon {
  display: block;
  width: 40px;
  height: 40px; }

.notification-bell {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 1px solid #E6E7E9;
  display: flex;
  align-items: center;
  justify-content: center; }

.company {
  border-radius: 3px;
  background-color: #ffffff;
  box-shadow: 0 1px 2px 0 rgba(63, 63, 68, 0.15), 0 0 0 1px rgba(63, 63, 68, 0.05);
  padding: 12px 16px 5px;
  cursor: pointer;
  position: absolute;
  top: 25px;
  left: 25px;
  right: 25px;
  font-weight: 400;
  max-height: 70px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  display: none;
  z-index: 5; }
  .company--bannerPresent {
    top: 75px; }
  @media screen and (min-width: 1200px) {
    .company {
      display: block; } }
  .company--open {
    max-height: 800px; }
  .company--negativeTopMargin {
    margin-top: -5px; }
  .company__row {
    position: relative;
    margin-bottom: 14px; }
  .company__name {
    font-size: 18px;
    width: 62%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
  .company__position {
    font-size: 12px;
    color: #637381;
    width: 90%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
  .company__toggle {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0px;
    display: flex;
    align-items: center; }
    .company__toggle svg {
      display: block; }
  .company__list {
    max-height: 400px;
    overflow: scroll; }
    .company__list__item__badge {
      position: absolute;
      right: 0;
      background-color: #fdefd7;
      border-radius: 10px;
      font-size: 9px;
      color: #f5a623;
      padding-top: 4px;
      padding-bottom: 4px;
      padding-left: 10px;
      padding-right: 10px;
      top: 12px;
      opacity: 0; }
    .company__list__item__link {
      position: relative;
      display: block;
      padding: 12px 4px; }
      @media screen and (min-width: 768px) {
        .company__list__item__link {
          border-top: solid 0.4px #f5f5f5; } }
      .company__list__item__link--flex {
        display: flex;
        align-items: center; }
        .company__list__item__link--flex:hover .company__list__item__link__text {
          color: #b87000; }
      .company__list__item__link__icon {
        background-color: #ffffff;
        height: 16px;
        width: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 10px; }
        @media screen and (min-width: 768px) {
          .company__list__item__link__icon {
            border-radius: 50%;
            box-shadow: 0 1px 3px 0 rgba(63, 63, 68, 0.15), 0 0 0 2px rgba(63, 63, 68, 0.05); } }
        .company__list__item__link__icon svg {
          display: block; }
      .company__list__item__link__text {
        color: #FF9B00; }
    .company__list__item:hover .company__list__item__link {
      color: #FF9B00; }
    .company__list__item:hover .company__list__item__badge {
      opacity: 1; }

.padTop--50 {
  padding-top: 105px; }
  @media screen and (min-width: 768px) {
    .padTop--50 {
      padding-top: 50px; } }
  .padTop--50__shift-up {
    padding-top: -105px; }
    @media screen and (min-width: 768px) {
      .padTop--50__shift-up {
        padding-top: -50px; } }

.navigation-menu {
  position: fixed;
  top: 18px;
  left: 6px;
  padding-left: 8px;
  z-index: 3;
  color: #919eab; }
  @media screen and (min-width: 768px) {
    .navigation-menu {
      top: 27px;
      left: 13px; } }
  @media screen and (min-width: 1200px) {
    .navigation-menu {
      display: none; } }
  .navigation-menu svg {
    fill: currentColor; }

.help {
  display: flex;
  align-items: center;
  border: 1px solid #dfe3e8;
  padding: 12px;
  max-width: 255px; }
  .help__bulk {
    max-width: 600px !important;
    justify-content: center; }
  .help.side {
    max-width: 190px;
    border-radius: 3px;
    position: fixed;
    bottom: 2px;
    margin: 5px;
    margin-right: 12px;
    right: 0;
    background: white;
    z-index: 3; }
    @media screen and (min-width: 768px) {
      .help.side {
        margin-right: 44px; } }
  .help.center {
    margin-left: auto;
    margin-right: auto;
    border-radius: 32px; }
  .help:hover {
    cursor: pointer; }
  .help__icon {
    margin-right: 14px;
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 50px; }

.learn-more {
  padding: 40px 0;
  text-align: center; }

.testmodebadge {
  background-color: #CD5C5C !important; }
  .testmodebadge__text {
    margin-left: 5px; }

.nav-mobile {
  position: fixed;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 2;
  background-color: #F4F6F8; }
  .nav-mobile__container {
    display: flex;
    height: 57px;
    align-items: center; }
  .nav-mobile__item {
    padding: 12px 10px;
    color: #4a4a4a;
    text-transform: uppercase; }
  .nav-mobile__left {
    width: 20%; }
  .nav-mobile__middle {
    width: 60%;
    text-align: center; }
  .nav-mobile__right {
    width: 20%;
    text-align: right; }

.testmodebanner {
  background-color: #EE9BA9 !important;
  position: fixed;
  right: 0px;
  left: 0px;
  top: 0;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  color: #ffffff; }
  .testmodebanner__text {
    font-size: 12px;
    font-weight: 500; }
    .testmodebanner__text--live {
      font-weight: bold;
      text-decoration: underline; }
  .testmodebanner__icon {
    margin-right: 16px;
    margin-top: 5px; }

.mx-datepicker {
  width: 100% !important;
  min-width: 100% !important;
  color: #637381 !important; }
  .mx-datepicker .form__input[readonly] {
    background-color: #ffffff; }

.mx-input-icon {
  display: none !important; }

.mx-datepicker-popup {
  right: -130% !important; }

.mx-datepicker-top {
  display: none !important; }

.mx-calendar-table td {
  border: 1px solid #dfe3e8;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; }

.mx-calendar {
  box-shadow: none !important; }

.mx-calendar-table td, .mx-calendar-table th {
  width: 36px !important;
  height: 31px !important;
  text-align: center; }

.mx-calendar-table th {
  font-weight: 400 !important; }

.mx-calendar-header {
  color: #212b36 !important; }

.mx-datepicker-popup.range {
  width: 600px !important; }

.mx-calendar-month > a:hover, .mx-calendar-table td.inrange, .mx-calendar-table td:hover, .mx-calendar-year > a:hover {
  background-color: #b3bcf5 !important;
  border-color: #a1acf3 !important; }

.mx-calendar-month > a.current, .mx-calendar-table td.current, .mx-calendar-year > a.current {
  background-color: #5c6ac4 !important;
  border-color: #5c6ac4 !important; }

.mx-calendar-table .today {
  color: #637381 !important; }

.mx-calendar-table {
  width: 99% !important; }

.mx-datepicker-popup {
  width: 280px !important; }

.page-empty-state {
  height: calc(100vh - 120px);
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: right;
  display: flex; }
  @media screen and (min-width: 768px) {
    .page-empty-state {
      margin-right: -40px; } }
  @media screen and (min-width: 768px) {
    .page-empty-state--ima {
      background-position: right top;
      background-size: 55%;
      margin-right: 0px; } }
  .page-empty-state__content {
    padding-top: 100px;
    padding-left: 15px;
    padding-right: 15px; }
    @media screen and (min-width: 768px) {
      .page-empty-state__content {
        padding-top: 150px;
        padding-left: 40px;
        padding-right: 0; } }
    @media screen and (min-width: 1600px) {
      .page-empty-state__content {
        padding-left: 60px; } }
    .page-empty-state__content__title {
      font-size: 22px;
      max-width: 400px;
      line-height: 1;
      margin-bottom: 15px; }
      @media screen and (min-width: 768px) {
        .page-empty-state__content__title {
          font-size: 42px; } }
    .page-empty-state__content__caption {
      max-width: 450px;
      line-height: 1.2;
      color: #637381; }
      @media screen and (min-width: 768px) {
        .page-empty-state__content__caption {
          font-size: 22px; } }

.payment__empty {
  text-align: center;
  padding: 100px 0 80px; }
  .payment__empty__icon svg {
    display: inline-block; }
  .payment__empty__text {
    margin-top: 8px; }

.newempty__state {
  display: flex;
  align-items: center;
  padding: 20px 40px; }
  .newempty__state__left {
    color: #373e42;
    padding: 20px; }
    .newempty__state__left__title {
      font-size: 25px;
      font-weight: 600;
      line-height: 35px;
      margin-bottom: 10px; }
    .newempty__state__left__subtitle {
      font-size: 16px; }
  .newempty__state__icon svg {
    display: inline-block; }
  .newempty__state__text {
    margin-top: 8px; }

.transactions-empty-state {
  background-size: 100%;
  background-repeat: no-repeat;
  display: flex;
  padding-bottom: 70px; }
  .transactions-empty-state__content {
    padding-top: 74%;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 600; }
    .transactions-empty-state__content__title {
      font-size: 24px;
      color: #333333;
      max-width: 400px;
      line-height: 1;
      margin-bottom: 15px; }
      @media screen and (min-width: 768px) {
        .transactions-empty-state__content__title {
          font-size: 42px; } }
      .transactions-empty-state__content__title span {
        color: #828282; }
    .transactions-empty-state__content__caption {
      max-width: 450px;
      line-height: 1.2;
      color: #828282;
      font-size: 16px;
      margin-bottom: 30px; }
      @media screen and (min-width: 768px) {
        .transactions-empty-state__content__caption {
          font-size: 22px; } }

.badge {
  display: block;
  position: relative; }
  .badge:hover .badge__info {
    opacity: 1;
    display: block !important; }
  .badge__button {
    color: #ffffff;
    background-color: #6bbebe;
    margin: 4px 0;
    font-size: 14px;
    font-weight: 500;
    border-radius: 18px;
    border: 1px solid #ffffff;
    display: inline-block;
    padding: 6px 32px;
    position: relative; }
  .badge__button__sm {
    font-size: 7px;
    padding: 3px 8px; }
  .badge__info__enablepaymentreceipt {
    top: -36px !important;
    left: 250px !important; }
  .badge__info__encryptionkey {
    top: -66px !important;
    left: 140px !important; }
  .badge__info__webhookcache {
    left: 220px !important;
    top: -84px !important; }
  .badge__info {
    padding: 12px 10px;
    color: #637381;
    position: absolute;
    top: 38px;
    left: 0;
    border-radius: 2px;
    background-color: #ffffff;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.15);
    width: 160px;
    z-index: 3;
    opacity: 0;
    transition: all 0.5s ease-in-out; }
    .badge__info__info--js {
      opacity: 1;
      display: none; }
    .badge__info__lg {
      width: 300px; }
    .badge__info.active {
      opacity: 1;
      display: block !important; }
    .badge__info__top {
      display: block;
      font-size: 12px;
      text-align: center;
      padding-bottom: 4px;
      border-bottom: 1px solid rgba(151, 151, 151, 0.2); }
    .badge__info__bottom {
      display: block;
      padding-top: 4px;
      font-size: 12px;
      text-align: center; }
    .badge__info--top {
      top: 50px; }
      .badge__info--top::before, .badge__info--top::after {
        position: absolute;
        content: ' ';
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent; }
      .badge__info--top::before {
        top: -8px;
        z-index: 2;
        left: 0;
        right: 0;
        margin: auto;
        border-bottom: 8px solid #fff; }
      .badge__info--top::after {
        top: -9px;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 1;
        border-bottom: 8px solid rgba(33, 43, 54, 0.08); }
    .badge__info--left::before, .badge__info--left::after {
      position: absolute;
      content: ' ';
      width: 0;
      height: 0;
      border-top: 8px solid transparent;
      border-bottom: 8px solid transparent; }
    .badge__info--left::before {
      top: 44%;
      left: -8px;
      z-index: 2;
      border-right: 8px solid #fff; }
    .badge__info--left::after {
      top: 45%;
      left: -9px;
      z-index: 1;
      border-right: 8px solid rgba(33, 43, 54, 0.08); }
  .badge__value {
    color: #7983ed;
    display: block; }

.btn {
  color: inherit;
  display: inline-block;
  font-weight: 600;
  line-height: 1.71;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: none;
  border-radius: 4px;
  padding: 8px 16px;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  font-family: inherit;
  outline: none;
  box-shadow: 1px 1px 3px 0 rgba(50, 50, 54, 0.13), 0 0 3px 1px rgba(63, 63, 68, 0.05); }
  .btn:active {
    outline: none;
    box-shadow: none;
    opacity: 0.7; }
  .btn:disabled {
    opacity: 0.5;
    cursor: not-allowed; }
  .btn--primary {
    color: #ffffff;
    background-color: #FF9B00; }
    .btn--primary:hover {
      background-color: #b87000; }
  .btn--primary-v3 {
    color: #12122C;
    background-color: #FF9B00; }
    .btn--primary-v3:hover {
      background-color: #b87000; }
  .btn--danger {
    color: #fff;
    background-color: #d0011b; }
    .btn--danger:hover {
      background-color: #890112; }
  .btn--transparent {
    background-color: transparent;
    border: 1px solid rgba(155, 155, 155, 0.2); }
  .btn--default {
    color: inherit;
    background-color: #ffffff; }
    .btn--default:hover {
      background-color: #d1d4f6;
      color: #576ae6; }
  .btn--instagram {
    background-image: linear-gradient(to bottom, #517fa4, #306088);
    box-shadow: 1px 1px 3px 0 rgba(50, 50, 54, 0.13), 0 0 3px 1px rgba(63, 63, 68, 0.05);
    color: #fff; }
    .btn--instagram svg {
      fill: #fff; }
  .btn--block {
    display: block;
    width: 100%; }
  .btn--instagram {
    background-image: linear-gradient(to bottom, #517fa4, #306088);
    box-shadow: 1px 1px 3px 0 rgba(50, 50, 54, 0.13), 0 0 3px 1px rgba(63, 63, 68, 0.05);
    color: #fff; }
    .btn--instagram svg {
      fill: #fff; }
  .btn--compact {
    font-size: 12px;
    font-weight: 600;
    line-height: 2.0;
    padding: 0px 8px; }
  .btn--referralcopy {
    background-color: transparent;
    border: none;
    box-shadow: none;
    color: #007ace; }
  .btn--sm {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.1;
    padding: 8px 16px; }
  .btn--md {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.1;
    padding: 8px 10px; }
  .btn--lg {
    font-size: 16px;
    font-weight: 600;
    padding: 14px 16px; }
    @media screen and (min-width: 768px) {
      .btn--lg {
        font-size: 18px;
        padding: 14px 16px; } }
  .btn--full {
    text-align: center;
    width: 100%;
    padding: 13px;
    font-size: 14px;
    font-weight: 400; }
  .btn--pay {
    padding: 8px 32px; }
  .btn--refund {
    color: #bf0711;
    background: white; }
    .btn--refund:hover {
      background: #fb979c; }
  @media screen and (min-width: 1200px) {
    .btn--bbw {
      padding: 12px 20px;
      font-size: 18px; } }
  @media screen and (min-width: 1600px) {
    .btn--bbw {
      font-size: 24px;
      padding: 22px 30px; } }
  .btn--fontRegular {
    font-weight: 400; }
  .btn--flex {
    display: flex;
    align-items: center; }
  .btn--check {
    background-color: #ffffff;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
    padding: 16px 20px; }
    .btn--check svg {
      display: block; }
    @media screen and (min-width: 1200px) {
      .btn--check {
        padding: 16px 20px; }
        .btn--check svg {
          height: 12px; } }
    @media screen and (min-width: 1350px) {
      .btn--check {
        padding: 18px 20px; }
        .btn--check svg {
          height: 16px; } }
  .btn--text {
    box-shadow: none;
    outline: none;
    background-color: transparent;
    border: none; }
  .btn--colorOrange {
    color: #ed6347; }
  .btn--bgOrange {
    background: #F5A623;
    color: white; }
    .btn--bgOrange:hover {
      background: #d1860a; }
  .btn__icon {
    padding-right: 4px; }
    .btn__icon svg {
      display: block;
      width: 12px; }

.button-copy {
  position: absolute;
  left: -155%;
  top: 0px; }

.form__label {
  display: inline-block;
  padding: 6px 0;
  font-size: 14px;
  line-height: 1.5;
  color: inherit; }
  .form__label--flex {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .form__label--required:after {
    content: '*';
    color: red; }

.form__label--span {
  display: inline-block; }

.form__input {
  display: block;
  width: 100%;
  padding: 10px 12px;
  font-size: 14px;
  line-height: 1.43;
  color: inherit;
  font-family: inherit;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #c4cdd5;
  border-radius: 4px;
  outline: none;
  resize: none;
  background-color: #ffffff;
  box-shadow: 0 1px 0 0 rgba(22, 29, 37, 0.05);
  transition: border-color ease-in-out .3s, box-shadow ease-in-out .3s; }
  .form__input:focus {
    border-color: #6070c7;
    outline: none; }
  .form__input::-webkit-input-placeholder {
    color: #9b9b9b; }
  .form__input::-moz-placeholder {
    color: #9b9b9b; }
  .form__input:-ms-input-placeholder {
    color: #9b9b9b; }
  .form__input:-moz-placeholder {
    color: #9b9b9b; }
  .form__input[readonly] {
    background-color: #f4f7fc;
    color: #637381; }
    .form__input[readonly]:focus {
      border: 1px solid #E6E7E9; }
  .form__input__login {
    background: #ffffff !important; }
  .form__input--lg {
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 500; }
    @media screen and (min-width: 768px) {
      .form__input--lg {
        padding: 14px 16px;
        font-size: 18px; } }
  .form__input--md {
    padding: 8px 14px;
    font-size: 12px;
    font-weight: 400; }
    @media screen and (min-width: 768px) {
      .form__input--md {
        padding: 14px 16px;
        font-size: 18px; } }
  .form__input--sm {
    font-size: 12px;
    padding: 6px 12px; }
  .form__input--error {
    border-color: #d0011b; }
  .form__input--noLeftBorderRadius {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0; }
  .form__input--paymentlinks {
    border-radius: 3px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: none;
    box-shadow: inset 0px 1px 2px rgba(102, 113, 123, 0.21); }
  .form__input--as {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .form__input--sales {
    padding: 0;
    font-size: inherit;
    border: none;
    box-shadow: none;
    background-image: none;
    outline: none; }
  .form__input__addon {
    position: absolute;
    right: 0;
    top: 0;
    height: 38px;
    padding: 0 20px;
    background-image: linear-gradient(to bottom, #ffffff, rgba(97, 121, 133, 0.05));
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }
    .form__input__addon:focus {
      outline: none; }
    .form__input__addon--paymentlinks {
      border-top-right-radius: 3px;
      border-bottom-right-radius: 3px;
      box-shadow: inset 0px 1px 2px rgba(102, 113, 123, 0.21); }
  .form__input__referralinput {
    box-shadow: inset 0 0.5px 1px 0 rgba(102, 113, 123, 0.21), inset 0 0 0 0.5px rgba(102, 113, 123, 0.25);
    background-color: #f4f6f8;
    border: solid 0.5px #c4cdd5; }
  .form__input__paymentlinksinput {
    box-shadow: inset 0px 1px 2px rgba(102, 113, 123, 0.21);
    border-radius: 3px; }
  .form__input__icon {
    padding-top: 7px;
    padding-bottom: 7px; }

.form__errors {
  display: flex;
  align-items: center;
  padding: 5px 0; }
  .form__errors__icon {
    margin-right: 5px; }
    .form__errors__icon svg {
      display: block; }
  .form__errors__text {
    color: #bf0711;
    font-size: 11px; }
  .form__errors--password {
    position: absolute;
    margin-top: 12px; }

.form__message {
  display: flex;
  align-items: center;
  padding: 5px 0; }
  .form__message__icon {
    margin-right: 5px; }
    .form__message__icon svg {
      display: block; }
  .form__message__text {
    color: #637381;
    font-size: 11px; }
  .form__message--password {
    position: absolute;
    margin-top: 12px; }

.form__info {
  display: flex;
  align-items: center;
  padding: 5px 0; }
  .form__info__icon {
    margin-right: 5px; }
    .form__info__icon svg {
      display: block; }
  .form__info__text {
    color: #6070c7;
    font-size: 11px; }
  .form__info--password {
    position: absolute;
    margin-top: 12px; }

.form__row {
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .form__row {
      display: flex; } }
  .form__row--marginBottom-12 {
    margin-bottom: 12px; }
  @media screen and (min-width: 768px) {
    .form__row__left {
      flex-basis: calc(50% - 13px);
      margin-right: 13px; } }
  @media screen and (max-width: 767px) {
    .form__row__left {
      margin-bottom: 20px; } }
  @media screen and (min-width: 768px) {
    .form__row__right {
      flex-basis: calc(50% - 13px);
      margin-left: 13px; } }
  @media screen and (max-width: 767px) {
    .form__row__right {
      margin-bottom: 20px; } }

.form__pad {
  padding: 10px 24px 0; }

.form__caption {
  font-size: 13px;
  line-height: 1.5;
  color: #637381;
  margin-top: -30px;
  margin-bottom: 15px; }

.form__caption--login {
  color: #637381;
  text-align: center;
  cursor: pointer; }

.form__item {
  margin-bottom: 20px; }
  .form__item--noBottomMargin {
    margin-bottom: 0; }
  .form__item--marginBottom-12 {
    margin-bottom: 12px; }
  .form__item--margin {
    margin: 10px 24px 0; }
  .form__item__icon {
    margin-left: 10px; }
  .form__item__pad {
    padding: 11px 25px 0; }

.form__row__container {
  display: flex;
  margin-bottom: 20px; }
  .form__row__container .form__row__item {
    flex-basis: 50%; }

.form__row__title {
  margin-bottom: 16px; }

.form__footer {
  padding: 16px 24px;
  border-top: 1px solid #E6E7E9;
  text-align: right; }
  .form__footer--flex {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .form__footer--2 {
    background-color: #f9fbfd; }
  .form__footer--confirmTransfer {
    padding: 16px 0; }
  .form__footer__paymentlinks {
    border-top: 1px solid #DFE3E8;
    margin-top: 40.5px; }

.form__border--top {
  border-top: 1px solid #E6E7E9; }

.form__border--bottom {
  border-bottom: 1px solid #E6E7E9; }

.select {
  position: relative; }
  .select__input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.43;
    color: inherit;
    display: block;
    width: 100%;
    font-family: inherit;
    border: 1px solid #c4cdd5;
    border-radius: 4px;
    outline: none;
    background-color: #ffffff;
    box-shadow: 0 1px 0 0 rgba(22, 29, 37, 0.05);
    transition: border-color ease-in-out .3s, box-shadow ease-in-out .3s; }
    .select__input:focus {
      border-color: #6070c7;
      outline: none; }
    .select__input--has-icon {
      padding-right: 25px; }
    .select__input--noRightBorderRadius {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .select__input--sales {
      background-color: #ffffff;
      background-image: none;
      box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
      border: none;
      padding-right: 40px;
      padding-left: 16px;
      line-height: 2.0; }
      @media screen and (min-width: 1200px) {
        .select__input--sales {
          font-size: 14px; } }
      @media screen and (min-width: 1350px) {
        .select__input--sales {
          font-size: 18px; } }
    .select__input--paymentlinks {
      box-shadow: inset 0px 1px 2px rgba(102, 113, 123, 0.21);
      border-radius: 3px;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .select__input__paymentlinks {
      box-shadow: inset 0px 1px 2px rgba(102, 113, 123, 0.21);
      border-radius: 3px; }
    .select__input:disabled {
      background-color: #f4f7fc;
      color: #637381; }
      .select__input:disabled:focus {
        border: 1px solid #E6E7E9; }
  .select__dropdown {
    display: none;
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    right: 0;
    max-height: 250px;
    overflow: auto;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.24);
    border-radius: 4px;
    padding: 16px 0;
    background-color: #fff;
    margin-bottom: 60px;
    z-index: 4; }
    .select__dropdown__item {
      line-height: 2;
      padding: 0 12px; }
      .select__dropdown__item:hover {
        background-color: #fafafa;
        cursor: pointer; }
  .select__icon {
    position: absolute;
    right: 11px;
    top: 8px;
    pointer-events: none;
    padding-left: 3px;
    background-color: #ffffff; }
    .select__icon--sales {
      top: 15px; }
      @media screen and (min-width: 1200px) {
        .select__icon--sales {
          font-size: 11px; } }
      @media screen and (min-width: 1350px) {
        .select__icon--sales {
          top: 15px; } }

.focus {
  border-color: #6070c7;
  outline: none; }

.form__input[type="url"]:invalid {
  border-color: #bf0711; }

.form__input:focus + .select__dropdown {
  display: block; }

.form__col--3 {
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .form__col--3 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 23.23176%;
      margin-bottom: 0px; }
      .form__col--3:last-child {
        margin-right: 0; } }

.form__col--9 {
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .form__col--9 {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 74.41059%;
      margin-bottom: 0px; }
      .form__col--9:last-child {
        margin-right: 0; } }

.Password__strength-meter {
  position: absolute !important;
  margin-bottom: 0 !important;
  left: 0;
  right: 0; }

.label__info {
  position: relative;
  margin-left: 2px;
  margin-top: 2px; }
  .label__info .badge__info {
    top: -150%;
    left: 120%; }
    .label__info .badge__info:before, .label__info .badge__info:after {
      top: 20%; }
    .label__info .badge__info__top {
      border-bottom: none; }
  .label__info:hover .badge__info {
    opacity: 1; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal-open {
    overflow: hidden; }
    .modal-open .modal.in {
      overflow-x: hidden;
      overflow-y: auto;
      height: 100%;
      align-items: center; }
  .modal__dialog {
    position: relative;
    width: auto;
    margin: 10px; }
    @media screen and (min-width: 768px) {
      .modal__dialog {
        width: 600px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 100px; } }
    .modal__dialog__paymentlinks {
      width: 506px; }
    @media screen and (min-width: 768px) {
      .modal__dialog--xs {
        width: 320px; } }
    @media screen and (min-width: 768px) {
      .modal__dialog--sm {
        width: 400px; } }
    @media screen and (min-width: 768px) {
      .modal__dialog--new-sm {
        width: 417px; } }
    @media screen and (min-width: 768px) {
      .modal__dialog--md {
        width: 500px; } }
    @media screen and (min-width: 992px) {
      .modal__dialog--lg {
        width: 620px; } }
    @media screen and (min-width: 992px) {
      .modal__dialog--xlg {
        width: 700px; } }
    .modal__dialog__fund {
      width: 400px; }
      @media screen and (max-width: 767px) {
        .modal__dialog__fund {
          width: auto; } }
  .modal__download-manager-dialog {
    position: relative;
    width: auto;
    margin: 10px; }
    @media screen and (min-width: 768px) {
      .modal__download-manager-dialog {
        width: 600px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 100px; } }
    @media screen and (min-width: 768px) {
      .modal__download-manager-dialog--md {
        width: 600px; } }
  .modal__whatisthis .modal__body {
    background-color: #f9fbfd; }
  .modal__whatisthis .form__item {
    margin-bottom: 0;
    padding-bottom: 20px; }
  .modal__whatisthis__info {
    display: flex;
    background-color: #f1edd5;
    border: solid 0.5px rgba(155, 155, 155, 0.24);
    margin: 20px 0;
    border-radius: 2px;
    padding: 10px 15px; }
  .modal.fade .modal__dialog {
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0; }
  .modal.in .modal__dialog {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  .modal__content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid transparent;
    border-radius: 6px;
    outline: 0;
    box-shadow: 0 2px 16px 0 rgba(33, 43, 54, 0.08), 0 31px 41px 0 rgba(33, 43, 54, 0.2);
    margin-top: 100px; }
  .modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #f6f2f3; }
    .modal-backdrop.fade {
      filter: alpha(opacity=0);
      opacity: 0;
      -webkit-transition: all .3s ease-out;
      -o-transition: all .3s ease-out;
      transition: all .3s ease-out; }
    .modal-backdrop.in {
      filter: alpha(opacity=53);
      opacity: .53; }
  .modal__header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5; }
  .modal__title {
    margin: 0;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 600; }
  .modal__body {
    position: relative; }
  .modal__footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5; }
    .modal__footer .btn + .btn {
      margin-bottom: 0;
      margin-left: 5px; }
    .modal__footer .btn-group .btn + .btn {
      margin-left: -1px; }
    .modal__footer .btn-block + .btn-block {
      margin-left: 0; }
  .modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll; }

.transfers--onboarding {
  color: white;
  font-size: 15px;
  text-align: center; }
  .transfers--onboarding .modal__body__top {
    background-color: #12122c;
    padding: 40px 50px; }
    .transfers--onboarding .modal__body__top__onboarding__img {
      width: 100%; }
      .transfers--onboarding .modal__body__top__onboarding__img img {
        width: 100%; }
    .transfers--onboarding .modal__body__top__welcome {
      color: #576ae6;
      font-size: 25px; }
    .transfers--onboarding .modal__body__top .line-through {
      height: 1px;
      background-color: #576ae6;
      width: 100px;
      margin: 20px auto;
      opacity: .5; }
  .transfers--onboarding .modal__body__bottom {
    background-color: #1f1f48;
    padding: 20px; }
    .transfers--onboarding .modal__body__bottom p {
      text-decoration: underline;
      cursor: pointer; }
    .transfers--onboarding .modal__body__bottom__onboarding {
      display: flex;
      align-items: center;
      padding: 45px 20px;
      margin-top: -121px;
      position: absolute;
      width: 100%; }
      .transfers--onboarding .modal__body__bottom__onboarding__left {
        margin-right: 20px; }
      .transfers--onboarding .modal__body__bottom__onboarding p {
        text-decoration: none;
        cursor: none;
        text-align: left; }

.dashboard--onboarding {
  color: white;
  font-size: 15px;
  text-align: center; }
  .dashboard--onboarding .modal__dialog {
    width: 600px !important;
    opacity: 1 !important;
    transform: scale(1.1) !important;
    margin-top: 150px !important; }
    @media (max-width: 767px) {
      .dashboard--onboarding .modal__dialog {
        max-width: 90% !important;
        transform: scale(0.9) !important;
        margin: 0 auto; } }
    @media (max-width: 375px) {
      .dashboard--onboarding .modal__dialog {
        margin: 0 auto !important; } }
    .dashboard--onboarding .modal__dialog__close {
      z-index: 1054;
      margin-top: 20px; }
      .dashboard--onboarding .modal__dialog__close p {
        text-decoration: underline;
        cursor: pointer; }
  .dashboard--onboarding .modal__body__top {
    background-color: #12122c;
    padding: 40px 50px; }
    .dashboard--onboarding .modal__body__top__onboarding__img {
      width: 100%;
      height: 200px;
      background-size: cover;
      background-repeat: no-repeat; }
      .dashboard--onboarding .modal__body__top__onboarding__img img {
        width: 100%; }
    .dashboard--onboarding .modal__body__top__welcome {
      color: #576ae6;
      font-size: 25px;
      margin-bottom: 20px; }
    .dashboard--onboarding .modal__body__top .line-through {
      height: 1px;
      background-color: #576ae6;
      width: 100px;
      margin: 20px auto;
      opacity: .5; }
  .dashboard--onboarding .modal__body__bottom {
    background-color: #1f1f48;
    padding: 20px; }
    .dashboard--onboarding .modal__body__bottom p {
      text-decoration: underline;
      cursor: pointer; }
    @media (max-width: 991px) {
      .dashboard--onboarding .modal__body__bottom__hidden--md {
        display: none !important; } }
    .dashboard--onboarding .modal__body__bottom__show--md {
      display: none; }
      @media (min-width: 992px) {
        .dashboard--onboarding .modal__body__bottom__show--md {
          display: block !important; } }
    .dashboard--onboarding .modal__body__bottom__onboarding {
      display: flex;
      align-items: center;
      position: absolute;
      width: 100%;
      bottom: -10px;
      padding: 30px 20px; }
      .dashboard--onboarding .modal__body__bottom__onboarding__left {
        margin-right: 20px; }
      .dashboard--onboarding .modal__body__bottom__onboarding__right p {
        cursor: default; }
      .dashboard--onboarding .modal__body__bottom__onboarding p {
        text-decoration: none;
        text-align: left; }

.close {
  border: none;
  background-color: transparent;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  z-index: 3; }
  .close:active, .close:focus {
    outline: none;
    box-shadow: none; }

.imageUpload {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #F2F2F2;
  border: 1px solid #C4CDD5;
  box-sizing: border-box;
  box-shadow: inset 0px 1px 2px rgba(102, 113, 123, 0.21);
  border-radius: 3px;
  padding: 30px;
  cursor: pointer; }
  .imageUpload__icon {
    margin-bottom: 20px; }

.table {
  display: table;
  min-width: 100%; }
  .table--no--before {
    padding: 0 !important; }
    .table--no--before::before {
      display: none !important; }
    .table--no--before::after {
      display: none !important; }
  .table--subaccount {
    position: relative; }
    @media screen and (min-width: 768px) {
      .table--subaccount {
        padding: 0 20px 20px 20px; } }
    .table--subaccount .table__header {
      background-color: #fafcff; }
  .table--padded {
    position: relative; }
    @media screen and (min-width: 768px) {
      .table--padded {
        padding: 0 20px 20px 20px; } }
    .table--padded .table__header {
      background-color: #fafcff; }
      .table--padded .table__header--status {
        width: 350px; }
        @media screen and (max-width: 768px) {
          .table--padded .table__header--status {
            width: 0px;
            margin-left: 40px; } }
    @media screen and (min-width: 768px) {
      .table--padded::before {
        position: absolute;
        top: 0;
        left: -1px;
        height: 58px;
        width: 22px;
        content: '';
        background-color: #fafcff; }
      .table--padded::after {
        position: absolute;
        top: 0;
        right: -1px;
        height: 58px;
        width: 22px;
        content: '';
        background-color: #fafcff; } }
  .table__row {
    display: flex;
    align-items: center; }
    .table__row .btn-delete-link {
      opacity: 0; }
    @media screen and (max-width: 767px) {
      .table__row {
        padding: 20px 14px;
        border-bottom: 1px solid #E6E7E9; } }
    @media screen and (min-width: 768px) {
      .table__row {
        display: table-row;
        color: inherit;
        text-decoration: none; }
        .table__row:hover .table__data {
          background-color: #eef0fc;
          box-shadow: inset 0 -1px 0 0 #dce0fa; }
        .table__row:hover .copy__action {
          opacity: 1; }
        .table__row:hover .btn-delete-link {
          opacity: 1; } }
    .table__row .company__list__item__badge {
      opacity: 1;
      top: 16px;
      right: 40px; }
  .table__section--head {
    display: table-header-group;
    font-weight: 600; }
    @media screen and (max-width: 767px) {
      .table__section--head {
        display: none;
        margin-bottom: 10px; } }
  .table__section--head-xs {
    display: table-header-group;
    font-weight: 600; }
  .table__section--body {
    display: table-row-group; }
  .table__section--scrollable {
    max-height: 350px;
    overflow-x: hidden;
    overflow-y: auto; }
  .table__section--fixed-height {
    height: 345px; }
  @media screen and (min-width: 768px) {
    .table__header, .table__data {
      display: table-cell;
      vertical-align: middle;
      border-width: 0 0 1px 0;
      border-style: solid;
      border-color: #f1f1f3;
      cursor: pointer;
      transition: all 0.3s ease-in-out; }
      .table__header.table__checkbox, .table__data.table__checkbox {
        width: 30px; }
      .table__header.table__action, .table__data.table__action {
        width: 60px; } }
  .table__data--flex__left {
    flex-basis: 70%; }
  .table__data--flex__right {
    flex-basis: 30%; }
  @media screen and (max-width: 767px) {
    .table__data__card__mastercard {
      color: #F79F19;
      font-weight: bold; }
    .table__data__card__visa {
      color: #00249F;
      font-weight: bold; }
    .table__data--status {
      padding-right: 14px; }
    .table__data--main {
      font-size: 16px;
      color: #000000;
      font-weight: 500;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      max-width: 270px; }
    .table__data--extra {
      font-size: 12px;
      color: #637381;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      width: 170px; }
    .table__data--link {
      color: #637381; }
      .table__data--link .link {
        color: #637381;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        width: 200px; }
    .table__data--full {
      width: 100%; }
    .table__data--right {
      display: flex;
      align-items: center; }
    .table__data--value {
      color: #4a4a4a;
      font-size: 12px;
      text-align: right; }
      .table__data--value--2 {
        margin-top: 3px; }
    .table__data--moreicon {
      display: block;
      padding-left: 12px;
      padding-top: 4px; }
    .table__data--small {
      color: #4F4F4F;
      font-size: 14px;
      max-width: 270px; } }
  @media screen and (min-width: 768px) {
    .table__header {
      padding: 18px 16px;
      background-color: #eceffa; } }
  .table__data__card__mastercard {
    color: #F79F19;
    font-weight: bold; }
  .table__data__card__visa {
    color: #00249F;
    font-weight: bold; }
  @media screen and (min-width: 768px) {
    .table__data {
      padding: 12px 16px; } }
  .table__dropdown {
    position: absolute;
    top: 35px;
    right: -15px;
    width: 180px;
    border-radius: 3px;
    background-color: #ffffff;
    box-shadow: 0 2px 16px 0 rgba(33, 43, 54, 0.08), 0 0 0 1px rgba(6, 44, 82, 0.1);
    z-index: 3; }
    .table__dropdown::before {
      position: absolute;
      top: -9px;
      right: 21px;
      content: '';
      z-index: 2;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 10px solid #fff; }
    .table__dropdown::after {
      position: absolute;
      z-index: 1;
      top: -10px;
      right: 21px;
      content: '';
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 10px solid #E0E2E6; }
    .table__dropdown__item__link {
      padding: 10px 15px; }
      .table__dropdown__item__link:hover {
        color: #fff;
        cursor: pointer;
        background-color: #ffa51a; }

.table__data--image {
  width: 40px;
  display: block; }

.delete {
  position: relative; }
  .delete__action {
    display: flex;
    position: absolute;
    right: -55px;
    top: -20px;
    width: 120px; }

.copy {
  position: relative; }
  .copy__action {
    display: flex;
    position: absolute;
    right: -25px;
    top: -20px;
    width: 120px;
    bottom: 0;
    justify-content: flex-end;
    align-items: center;
    opacity: 0;
    transition: all 0.3s ease-in-out; }
    @media screen and (min-width: 768px) {
      .copy__action {
        background-image: linear-gradient(to right, rgba(255, 223, 173, 0.3), #ffdfad);
        right: 0;
        top: 0;
        width: 120px;
        bottom: 0; } }
    .copy__action button {
      height: 50px; }
      @media screen and (min-width: 768px) {
        .copy__action button {
          height: auto; } }
    .copy__action__item {
      background-color: #FF9B00;
      font-size: 10px;
      padding: 3px 6px;
      border-radius: 3px;
      color: #fff; }

.table-bulk-status {
  display: flex !important; }
  .table-bulk-status svg {
    margin-right: 5px; }

.bulkTransferStatus.FAILED {
  background-color: rgba(237, 99, 71, 0.32); }

.bulkTransferStatus.PENDING {
  background-color: #ffea8a; }

.bulkTransferStatus.NEW {
  background-color: #ffea8a; }

.bulkTransferStatus.SUCCESSFUL {
  background-color: rgba(187, 229, 179, 0.34); }

.bulkTransferStatus .checkbox__label::before {
  background: white !important; }

.bulkTransferStatus a {
  color: #4a90e2;
  text-decoration: none; }

.image-pad--top {
  padding-top: 2px; }

.zIndex--off {
  z-index: -1; }

.special-width {
  max-width: 190px;
  overflow-x: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.physical-card-icon {
  display: inline-block;
  margin-left: 4px;
  margin-top: 15px;
  position: relative; }
  .physical-card-icon__icon {
    width: 14px;
    height: 14px;
    position: absolute;
    top: -12px;
    color: white;
    background: #989cdf;
    text-align: center;
    padding: 2px;
    border-radius: 50%; }
    .physical-card-icon__icon span {
      position: absolute;
      font-size: 10px;
      left: 4px;
      cursor: pointer;
      top: -2.5px; }
  .physical-card-icon__tool-tip {
    display: none;
    right: 40%;
    top: -28px;
    left: 25px;
    position: absolute; }
    .physical-card-icon__tool-tip__item {
      width: 100px;
      background-color: white;
      box-shadow: 0px 2px 16px rgba(33, 43, 54, 0.08);
      padding: 8px 4.5px 8px 10px;
      border: 1px solid #DFE3E8;
      border-radius: 3px;
      position: relative;
      color: #4A4A4A;
      font-size: 12px;
      z-index: 0;
      display: flex;
      position: relative;
      align-items: center; }
      .physical-card-icon__tool-tip__item::before {
        content: '';
        position: absolute;
        left: -19.8px;
        width: 30px;
        bottom: 50%;
        height: 30px;
        background-color: white;
        border-left: 1px solid #DFE3E8;
        border-bottom: 1px solid #DFE3E8;
        border-bottom-left-radius: 15px;
        z-index: 1;
        transform: rotateZ(45deg); }
  .physical-card-icon:hover .physical-card-icon__tool-tip {
    display: block; }

.table-layout {
  display: table;
  width: 100%; }
  .table-layout__header {
    display: table-header-group; }
  .table-layout__body {
    display: table-row-group; }
  .table-layout__row {
    display: table-row; }
  .table-layout__data {
    display: table-cell; }

.tag {
  font-size: 12px;
  border: 2px solid #fff;
  background-color: #fafafa;
  border-radius: 30px;
  display: inline-block;
  padding: 2px 14px;
  width: auto;
  height: auto; }
  @media screen and (min-width: 768px) {
    .tag {
      font-size: 12px;
      border-radius: 30px;
      padding: 2px 14px;
      vertical-align: middle;
      width: auto;
      height: auto; } }
  .tag--green {
    background-color: #bbe5b3; }
  .tag--yellow {
    background-color: #ffea8a; }
  .tag--red {
    background-color: #d0011b;
    color: #fff; }
  .tag--blue {
    background-color: #FF9B00;
    color: #fff; }
  .tag--default {
    background-color: transparent;
    border: 1px solid #d6dbeb;
    font-weight: 500; }
  .tag--ash {
    background-color: #DFE2EB;
    border: 1px solid #ffffff;
    font-weight: 500; }
  .tag--new {
    border-radius: 4px;
    padding: 2px 8px;
    background-color: #FF9B00;
    font-size: 10px;
    color: #fff;
    margin-top: 2px; }
  .tag--beta {
    border-radius: 4px;
    padding: 2px 8px;
    background-color: #F5A623;
    font-size: 10px;
    color: #fff;
    margin-top: 2px; }
    .tag--beta--noMobile {
      border-radius: 4px;
      padding: 2px 8px;
      background-color: #F5A623;
      font-size: 10px;
      color: #fff;
      margin-top: 2px; }
  .tag--noMobile {
    font-size: 12px;
    border: 2px solid #fff;
    border-radius: 30px;
    padding: 2px 14px;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: auto; }
  .tag--fix-height {
    height: fit-content !important;
    padding: 2px 9px; }

.animate-copy {
  animation: copy-animation 1000ms;
  z-index: 1; }

@keyframes copy-animation {
  0% {
    transform: translateY(0px);
    opacity: 1.0; }
  99% {
    transform: translateY(-20px);
    opacity: 0; }
  100% {
    transform: translateY(0px); } }

.checkbox {
  margin-top: -8px; }
  .checkbox--flex {
    display: flex;
    flex-wrap: wrap; }
  .checkbox__item {
    padding-right: 15px;
    margin-bottom: 10px; }
  .checkbox:hover {
    cursor: pointer; }
  .checkbox__input {
    display: none; }
    .checkbox__input:checked + .checkbox__label::before {
      content: '\2713';
      font-size: 13px;
      line-height: 1;
      display: inline-block;
      vertical-align: middle;
      padding-left: 2px;
      font-weight: 700;
      color: #FF9B00;
      border-color: #FF9B00; }
  .checkbox__label {
    position: relative;
    transition: all 0.3s ease-in-out;
    padding-left: 24px; }
    .checkbox__label::before {
      position: absolute;
      content: ' ';
      width: 15px;
      height: 15px;
      left: 0;
      top: 2px;
      border-radius: 3px;
      border: 1px solid #E6E7E9;
      transition: all 0.3s ease-in-out; }
    .checkbox__label--morePad {
      padding-left: 30px; }
    .checkbox__label:hover {
      cursor: pointer; }

.checkbox-toggle__label {
  z-index: -1;
  display: block;
  position: relative;
  margin-left: -5px;
  width: 28px;
  height: 14px;
  border-radius: 50px;
  background-color: #EB5757;
  box-shadow: 1px 1px 3px 0 rgba(50, 50, 54, 0.13), 0 0 3px 1px rgba(63, 63, 68, 0.05);
  border: 2px solid #EB5757; }
  .checkbox-toggle__label__livemode {
    background-color: #919eab !important;
    border: 2px solid #919eab !important; }
    .checkbox-toggle__label__livemode::before {
      background-color: #FFFFFF !important; }
  .checkbox-toggle__label::before {
    position: absolute;
    top: -2px;
    left: -4px;
    width: 14px;
    height: 14px;
    content: '';
    border-radius: 15px;
    background-color: #FFFFFF;
    transition: all 0.3s ease-in-out;
    box-shadow: 1px 1px 3px 0 rgba(50, 50, 54, 0.13), 0 0 3px 1px rgba(63, 63, 68, 0.05); }

.checkbox-toggle__input {
  display: none; }
  .checkbox-toggle__input:checked + .checkbox-toggle__label::before {
    left: 16px; }

.pagination--pageContext {
  padding-left: 24px; }
  @media screen and (max-width: 767px) {
    .pagination--pageContext {
      padding: 24px; } }

.pagination__container {
  display: flex; }

.pagination__item__link {
  display: block;
  padding: 6px 12px;
  color: inherit;
  text-decoration: none;
  background-color: #f9fafb;
  background-image: linear-gradient(to bottom, #fff, #f9fafb);
  box-shadow: 0 1px 0 0 rgba(22, 29, 37, 0.05);
  border-width: 1px 1px 1px 0;
  border-color: #E6E7E9;
  border-style: solid; }
  .pagination__item__link svg {
    display: block;
    height: 21px; }
  .pagination__item__link:hover {
    background-color: #ced6de;
    background-image: linear-gradient(to bottom, #fff, #ced6de); }
  .pagination__item__link.active {
    box-shadow: inset 0 1px 4px 0 rgba(99, 115, 129, 0.5), inset 0 1px 1px 0 rgba(99, 115, 129, 0.5);
    background-color: #f2f2f2; }

.pagination__item:first-child .pagination__item__link {
  border-width: 1px; }

.progress-bar {
  position: relative;
  border-radius: 3px;
  overflow: hidden; }
  .progress-bar__track {
    height: 24px;
    width: 100%;
    background-color: #eff1f3; }
  .progress-bar__level {
    position: absolute;
    height: 24px;
    top: 0;
    left: 0;
    width: auto;
    background-color: #47c1bf; }

.panel {
  border-radius: 3px;
  background-color: #ffffff;
  box-shadow: 0 1.2px 5.6px 0 rgba(0, 0, 0, 0.12);
  border-width: 1px;
  border-style: solid;
  border-color: #ffffff;
  width: 100%;
  margin-bottom: 26px; }
  .panel--warning {
    border-bottom-width: 3px;
    border-bottom-color: #f5a623; }
  .panel--danger {
    border-width: 3px 1px 1px 1px;
    border-style: solid;
    border-color: #fdf1ed;
    border-top-color: #ed6347;
    background-color: #fdf1ed;
    box-shadow: 0 1px 3px 0 rgba(63, 63, 68, 0.15), 0 0 0 2px rgba(63, 63, 68, 0.05); }
  .panel--primary {
    background-color: #f7f8fc; }
  .panel--backgroundYellow {
    background-color: rgba(252, 240, 205, 0.7);
    border-color: rgba(252, 240, 205, 0.7); }
  .panel--backgroundBlue {
    background: #EDF0FC;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
    border-radius: 3px; }
  .panel--backgroundTransparent {
    background-color: transparent;
    border-color: transparent; }
  .panel--noBoxShadow {
    box-shadow: none; }
  .panel--noMargin {
    margin-bottom: 0; }
  .panel--disabled {
    opacity: 0.3;
    pointer-events: none; }
    .panel--disabled:hover {
      cursor: not-allowed; }
  .panel__content {
    padding-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .panel__content {
        padding-bottom: 0; } }
  .panel__empty {
    text-align: center;
    padding: 70px 0 50px 0;
    font-weight: 500; }
  .panel__info {
    display: flex;
    align-items: center;
    padding: 16px 20px; }
    @media screen and (min-width: 768px) {
      .panel__info {
        padding: 20px 16px 0; } }
    .panel__info__icon {
      width: 32px;
      height: 32px;
      border-radius: 50%;
      background-color: #fead9a;
      margin-right: 18px;
      display: flex;
      justify-content: center;
      align-items: center; }

.prompt {
  padding: 16px 32px 25px;
  font-size: 14px; }

.search {
  position: relative;
  display: block; }
  .search__icon {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    z-index: 4; }
    .search__icon svg {
      display: block; }
  .search__input {
    display: block; }
    .search__input .form__input {
      padding-left: 45px;
      width: 100%;
      box-shadow: 0 1.2px 5.68px 0 rgba(0, 0, 0, 0.12);
      border: 1px solid transparent;
      color: #000000; }

.search-results {
  position: absolute;
  left: 0;
  right: 0;
  padding: 18px 0;
  box-shadow: 0 1.2px 5.6px 0 rgba(0, 0, 0, 0.12);
  background-color: #F4F6F8;
  z-index: 4;
  top: 50px;
  margin: 0 30px 10px 0; }
  .search-results__result {
    padding: 18px;
    border-bottom: solid 0.6px #d6dbeb; }
    .search-results__result:hover {
      background-color: #ffdfad;
      box-shadow: inset 0 -1px 0 0 #ffd799; }
    .search-results__result__transaction-status {
      font-size: 12px;
      line-height: normal;
      letter-spacing: normal;
      font-weight: normal;
      margin-left: 5px;
      text-transform: capitalize;
      vertical-align: top; }
      .search-results__result__transaction-status.status--successful {
        color: #417505; }
      .search-results__result__transaction-status.status--failed {
        color: #d0011b; }
      .search-results__result__transaction-status.status--pending {
        color: #f5a623; }
    .search-results__result__badge {
      text-transform: uppercase;
      margin-bottom: 8px; }
    .search-results__result__key {
      font-weight: 600;
      line-height: normal;
      letter-spacing: normal;
      color: #000000; }
    .search-results__result__meta {
      display: flex;
      justify-content: flex-start;
      align-items: center; }
      .search-results__result__meta__item {
        font-size: 12px;
        font-weight: normal;
        line-height: normal;
        letter-spacing: normal;
        color: #637381; }
        .search-results__result__meta__item:not(:first-child) {
          padding-left: 34px; }

.search-results__container div > span:last-child .search-results__result:last-child {
  border-bottom: none; }

.search-overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 7;
  background-color: rgba(96, 111, 199, 0.09); }
  .search-overlay.open {
    display: block; }

.search-title {
  margin-bottom: 20px;
  font-weight: 400;
  color: #FF9B00; }

.filter {
  display: flex; }
  .filter__item__link {
    display: block;
    color: inherit;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-width: 1px 1px 1px 0;
    border-style: solid;
    border-color: #c4cdd5;
    padding: 10px 18px;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    font-family: inherit;
    outline: none;
    background-image: linear-gradient(to bottom, #ffffff, #f9fafb);
    box-shadow: 0 1px 0 0 rgba(22, 29, 37, 0.05); }
  .filter__item:first-child .filter__item__link {
    border-left: 1px solid #c4cdd5;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px; }
  .filter__item:last-child .filter__item__link {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px; }
  .filter__item__radio {
    display: none; }
    .filter__item__radio:checked + .filter__item__link {
      box-shadow: inset 0 1px 4px 0 rgba(99, 115, 129, 0.2), inset 0 1px 1px 0 rgba(99, 115, 129, 0.61);
      background-color: #f4f6f8;
      background-image: none; }

.overview-filter {
  display: flex; }
  .overview-filter__item__link {
    display: block;
    color: #637381;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    line-height: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 8px 16px;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    font-family: inherit;
    outline: none;
    transition: all 0.3s ease-in-out; }
  @media screen and (max-width: 768px) {
    .overview-filter__item {
      padding: 5px 10px; } }
  .overview-filter__item__radio {
    display: none; }
    .overview-filter__item__radio:checked + .overview-filter__item__link {
      box-shadow: 1px 1px 3px 0 rgba(50, 50, 54, 0.13), 0 0 3px 1px rgba(63, 63, 68, 0.05);
      border-radius: 3px;
      color: #576ae6;
      font-weight: 500; }

.insight-filter {
  display: flex; }
  .insight-filter__item__link {
    display: block;
    color: #637381;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    line-height: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 8px 16px;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    font-family: inherit;
    outline: none;
    transition: all 0.3s ease-in-out; }
  .insight-filter__item__radio {
    display: none; }
    .insight-filter__item__radio:checked + .insight-filter__item__link {
      box-shadow: 1px 1px 3px 0 rgba(50, 50, 54, 0.13), 0 0 3px 1px rgba(63, 63, 68, 0.05);
      border-radius: 30px;
      color: #576ae6;
      font-weight: 500; }

.transfers--overview-filter {
  display: flex; }
  .transfers--overview-filter__item__link {
    display: block;
    color: #637381;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    line-height: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 8px 16px;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    font-family: inherit;
    outline: none;
    transition: all 0.3s ease-in-out; }
  .transfers--overview-filter__item__radio {
    display: none; }
    .transfers--overview-filter__item__radio:checked + .transfers--overview-filter__item__link {
      box-shadow: 1px 1px 3px 0 rgba(50, 50, 54, 0.13), 0 0 3px 1px rgba(63, 63, 68, 0.05);
      border-radius: 3px;
      color: #FF9B00;
      font-weight: 500; }

.tabs__navigation {
  display: flex;
  padding-left: 25px; }
  @media screen and (max-width: 767px) {
    .tabs__navigation {
      padding-left: 0;
      background-color: #ffffff;
      box-shadow: 0 1.2px 5.6px 0 rgba(0, 0, 0, 0.12); } }
  .tabs__navigation__item {
    position: relative; }
    @media screen and (max-width: 767px) {
      .tabs__navigation__item {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        flex: 1 1 0;
        text-align: center; } }
    .tabs__navigation__item__link {
      display: block;
      padding: 12px 18px;
      border-bottom: 3px solid transparent;
      transition: all 0.3s ease-in-out;
      text-decoration: none;
      color: inherit;
      cursor: pointer; }
      @media screen and (max-width: 767px) {
        .tabs__navigation__item__link {
          border-color: #d6dbeb; } }
      .tabs__navigation__item__link.active, .tabs__navigation__item__link:hover {
        border-color: #FF9B00;
        cursor: pointer;
        color: #FF9B00; }
      .tabs__navigation__item__link.active {
        font-weight: 500; }
      .tabs__navigation__item__link__badge {
        position: absolute;
        top: 0;
        right: 0;
        font-size: .7em;
        background: #f5a623;
        color: white;
        width: 18px;
        height: 18px;
        text-align: center;
        line-height: 18px;
        border-radius: 50%;
        border: 1px solid white; }

.tabs__content__item {
  display: none; }
  .tabs__content__item.active {
    display: block; }

.radio__item {
  margin-bottom: 10px;
  cursor: pointer;
  display: block; }
  .radio__item__label {
    margin-left: 35px;
    position: relative;
    display: block;
    transition: all 0.3s ease-in-out; }
    .radio__item__label::before {
      position: absolute;
      content: '';
      height: 12px;
      width: 12px;
      left: -30px;
      top: 7px;
      border-radius: 50%;
      background-color: #ffffff;
      box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.24);
      border: solid 0.4px #d0d2d9;
      transition: all 0.3s ease-in-out; }
    .radio__item__label__span {
      display: inline-block;
      vertical-align: middle;
      transition: all 0.3s ease-in-out;
      padding: 2px 12px; }
    .radio__item__label:hover {
      cursor: pointer; }
  .radio__item__input {
    display: none; }
    .radio__item__input:checked + .radio__item__label::before {
      border: 4px solid #F5A623;
      box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.24); }
    .radio__item__input:checked + .radio__item__label .radio__item__label__span {
      background-color: #ffffff;
      box-shadow: 0.5px 0.5px 1.5px 0 rgba(50, 50, 54, 0.13), 0 0 1.5px 0.5px rgba(63, 63, 68, 0.05);
      padding: 2px 12px;
      border-radius: 4px; }
  .radio__item:hover {
    cursor: pointer; }

.radio--inline {
  display: flex; }
  .radio--inline .radio__item {
    margin-right: 15px; }
  .radio--inline .radio__item__label::before {
    top: 5px; }

.radio__input {
  font-size: 14px;
  width: 150px;
  border: none;
  border-radius: 4px;
  box-shadow: 0.5px 0.5px 1.5px 0 rgba(50, 50, 54, 0.13), 0 0 1.5px 0.5px rgba(63, 63, 68, 0.05); }

.loader {
  display: inline-block;
  height: 24px;
  width: 24px;
  border-width: 2px 2px 2px 2px;
  border-style: solid;
  border-color: #FF9B00;
  position: relative;
  border-radius: 50%;
  animation: rotate 1.0s infinite linear; }
  .loader__dashboardinsights::before {
    position: absolute;
    height: 10px;
    top: -3px;
    left: -3px;
    right: -3px;
    content: '';
    background-color: #F4F6F8 !important; }
  .loader::before {
    position: absolute;
    height: 10px;
    top: -3px;
    left: -3px;
    right: -3px;
    content: '';
    background-color: #fff; }
  .loader--blank::before {
    background-color: #F4F6F8; }

.balance-loader::before {
  background-color: #f7f8fc !important; }

.main-transfer-loader::before {
  background-color: #f7f8fc !important; }

.loaderContainer {
  padding: 60px;
  text-align: center; }
  .loaderContainer--bg {
    padding: 240px; }

@keyframes rotate {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg); } }

.dropdown {
  display: none;
  position: absolute;
  min-width: 280px;
  background-color: red;
  top: 105%;
  right: 30px;
  z-index: 4;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 2px 16px 0 rgba(33, 43, 54, 0.08), 0 0 0 1px rgba(6, 44, 82, 0.1);
  transition: all 0.3s ease-in-out; }
  .dropdown.active {
    display: block; }
  .dropdown__item__button {
    border: none;
    width: 100%;
    outline: none; }
  .dropdown__item__link, .dropdown__item__button {
    padding: 12px 14px;
    color: #637381;
    border-bottom: 1px solid #f5f5f5;
    cursor: pointer; }
    .dropdown__item__link:hover, .dropdown__item__button:hover {
      background-color: #EEEFFB;
      font-weight: 500;
      cursor: pointer; }
    .dropdown__item__link[disabled="disabled"], .dropdown__item__button[disabled="disabled"] {
      opacity: 0.5;
      cursor: not-allowed; }
  .dropdown::before {
    position: absolute;
    content: ' ';
    width: 0;
    height: 0;
    top: -8px;
    right: 12px;
    z-index: 2;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff; }
  .dropdown::after {
    position: absolute;
    content: ' ';
    width: 0;
    height: 0;
    top: -9px;
    right: 12px;
    z-index: 1;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid rgba(33, 43, 54, 0.08); }

.currency-filter {
  position: absolute;
  display: none;
  border-radius: 3px;
  background-color: #ffffff;
  box-shadow: 0 2px 16px 0 rgba(33, 43, 54, 0.08), 0 0 0 1px rgba(6, 44, 82, 0.1);
  width: 100px;
  z-index: 2;
  top: 42px;
  right: -14px;
  text-align: center; }
  .currency-filter__item {
    border-bottom: solid 1px #f2f3f7;
    height: auto;
    max-height: 120px;
    overflow: scroll; }
    .currency-filter__item__title {
      font-weight: 500;
      font-size: 13px;
      background-color: #fafcff;
      border-bottom: 1px solid #c4cdd5;
      padding: 10px 18px;
      cursor: pointer;
      transition: all 0.3s ease-in-out; }
      .currency-filter__item__title:last-child {
        border-bottom: none; }
      .currency-filter__item__title:hover {
        background-color: #d1d4f6; }
    .currency-filter__item__content {
      padding: 5px 18px; }
  .currency-filter__footer {
    display: flex;
    padding: 10px 18px;
    justify-content: space-between; }
  .currency-filter.open {
    display: block; }

.custom-filter {
  position: absolute;
  display: none;
  border-radius: 3px;
  background-color: #ffffff;
  box-shadow: 0 2px 16px 2px rgba(33, 43, 54, 0.08), 0 0 0 1px rgba(6, 44, 82, 0.1);
  border: 1px solid #d5dae1;
  width: 420px;
  z-index: 2;
  top: 140%;
  right: 10px; }
  @media screen and (max-width: 768px) {
    .custom-filter {
      width: 300px;
      top: 50%;
      left: 50%;
      margin-left: -190px;
      margin-top: -150px; } }
  .custom-filter__item {
    border-bottom: solid 1px #f2f3f7; }
    .custom-filter__item--pad {
      padding: 10px 18px; }
      @media screen and (max-width: 768px) {
        .custom-filter__item--pad {
          padding: 10px; } }
    .custom-filter__item--selected {
      color: #647482; }
    .custom-filter__item--attribute {
      color: #5f6cc7; }
    .custom-filter__item__title {
      margin-bottom: 10px;
      font-weight: 500;
      font-size: 14px;
      background-color: #f4f6f8;
      padding: 10px 18px;
      width: 99.9%;
      color: #25303a; }
    .custom-filter__item__content {
      padding: 5px 18px; }
      .custom-filter__item__content__item {
        display: flex; }
        .custom-filter__item__content__item__left {
          width: 50%;
          padding-right: 4%; }
        .custom-filter__item__content__item__right {
          width: 50%;
          padding-left: 4%; }
  .custom-filter__footer {
    display: flex;
    padding: 10px 12px;
    justify-content: space-between; }
  .custom-filter.open {
    display: block; }

.product-alert {
  position: relative;
  width: 370px;
  background: white;
  margin: auto;
  padding: 20px;
  border-bottom: 4px solid #FF9B00;
  z-index: 8; }
  .product-alert.onheader {
    margin-top: 75px; }
    .product-alert.onheader::before, .product-alert.onheader::after {
      position: absolute;
      content: ' ';
      width: 0;
      height: 0;
      left: 0;
      right: 0;
      margin: auto;
      border-left: 7px solid transparent;
      border-right: 7px solid transparent; }
    .product-alert.onheader::before {
      top: -7px;
      right: 12px;
      z-index: 2;
      border-bottom: 7px solid #fff; }
    .product-alert.onheader::after {
      top: -8px;
      right: 12px;
      z-index: 1;
      border-bottom: 7px solid rgba(33, 43, 54, 0.08); }
  .product-alert.onsidebar {
    top: 0;
    bottom: 0;
    position: absolute;
    height: 200px;
    margin: auto; }
    @media screen and (min-width: 768px) {
      .product-alert.onsidebar {
        left: 0; } }
    @media screen and (min-width: 1200px) {
      .product-alert.onsidebar {
        left: 250px; } }
    @media screen and (min-width: 1350px) {
      .product-alert.onsidebar {
        left: 330px; } }
    .product-alert.onsidebar::before, .product-alert.onsidebar::after {
      position: absolute;
      content: ' ';
      width: 0;
      height: 0;
      border-top: 8px solid transparent;
      border-bottom: 8px solid transparent; }
    .product-alert.onsidebar::before {
      top: 44%;
      left: -8px;
      z-index: 2;
      border-right: 8px solid #fff; }
    .product-alert.onsidebar::after {
      top: 45%;
      left: -9px;
      z-index: 1;
      border-right: 8px solid rgba(33, 43, 54, 0.08); }
  .product-alert__header {
    font-size: 12px;
    text-transform: uppercase;
    color: #2a3255;
    margin-bottom: 10px;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: 0px; }
  .product-alert__title {
    color: #2a3255;
    font-size: 20px;
    margin-bottom: 6px;
    letter-spacing: 0px;
    font-weight: 500; }
    .product-alert__title span {
      color: #FF9B00; }
  .product-alert__content {
    line-height: 1.21;
    letter-spacing: 0px;
    text-align: left;
    color: #48484a;
    font-size: 14px;
    margin-bottom: 7px; }
  .product-alert__overlay {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 7;
    background-color: rgba(87, 106, 230, 0.16); }
    .product-alert__overlay.pop-out {
      display: block; }

.nav--noticePresent .product-alert.onheader {
  margin-top: 125px; }

.horizontal-bar-chart .chart__row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 1.2em;
  justify-content: center; }

.horizontal-bar-chart .chart__column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
  justify-content: center; }

.horizontal-bar-chart .chart__column--auto {
  flex-basis: auto;
  flex: 0.45; }

.horizontal-bar-chart .chart-block {
  text-align: right;
  background-color: #f5a623;
  font-weight: bold;
  padding: 0.6em 0.5em;
  border-radius: 0.4em;
  font-size: 0.9em; }

.tooltip {
  position: absolute; }
  .tooltip__align {
    position: relative;
    display: flex; }
  .tooltip__left {
    top: -300%;
    left: 100%; }
    .tooltip__left__arrow {
      width: 0;
      height: 0;
      border-top: 12px solid transparent;
      border-bottom: 12px solid transparent;
      border-right: 12px solid;
      border-right-color: #3a3939;
      margin-top: 58px; }
  .tooltip__right__arrow {
    width: 0;
    height: 0;
    border-top: 60px solid transparent;
    border-bottom: 60px solid transparent;
    border-left: 60px solid; }
  .tooltip__up__arrow {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid; }
  .tooltip__down__arrow {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid; }
  .tooltip__content {
    background-color: #3a3939;
    color: #fff;
    width: 320px;
    font-size: 12px;
    border-radius: 6px; }
    .tooltip__content__body {
      padding: 15px 20px 15px;
      border-radius: 6px; }
    .tooltip__content__footer {
      background-color: #4F4F4F;
      padding: 10px 20px;
      border-bottom-left-radius: 6px;
      border-bottom-right-radius: 6px; }
      .tooltip__content__footer__padlock {
        vertical-align: middle;
        align-self: flex-start; }
      .tooltip__content__footer__text {
        vertical-align: middle; }
  .tooltip__list {
    padding: unset;
    list-style-position: inside;
    margin-bottom: unset; }

.bulk-upload {
  display: flex;
  border-left: solid 1px #DFE3E8; }
  .bulk-upload__selection {
    flex-basis: 400px;
    background-color: #F7F8FC;
    min-height: 733.5px; }
  .bulk-upload__requirements {
    font-size: 12px;
    padding: 15px;
    background: #F1EDD5;
    border: 1px solid rgba(155, 155, 155, 0.242839);
    border-radius: 3px; }
    .bulk-upload__requirements__list-block {
      margin: 0;
      padding: 0;
      list-style-position: inside; }
      .bulk-upload__requirements__list-block > li {
        margin-bottom: 10px; }
      .bulk-upload__requirements__list-block > li > * {
        display: inline-block;
        width: 94%;
        vertical-align: top; }
  .bulk-upload__review {
    flex-grow: 1;
    background-color: #FFFFFF; }
    .bulk-upload__review__edit-btn {
      visibility: hidden; }
    .bulk-upload__review__row:hover .bulk-upload__review__edit-btn {
      visibility: visible; }
  .bulk-upload__header {
    padding: 21px 30px !important;
    border-bottom: 1px solid #DFE3E8; }
    .bulk-upload__header__text {
      font-size: 20px; }
      .bulk-upload__header__text .loader {
        width: 19px;
        height: 19px;
        margin-right: 20px; }
  .bulk-upload__body {
    padding: 24px 30px 40px;
    position: relative;
    height: 100%; }
  .bulk-upload__select-balance {
    line-height: 2.1em;
    margin: 20px 0 15px; }
  .bulk-upload__notification-blk {
    position: absolute;
    max-width: 338px;
    bottom: 65px;
    font-size: 12px; }
  .bulk-upload__empty-state {
    margin: 30% auto;
    text-align: center; }

.event-details__title {
  font-size: 18px; }

.event-details__section__title {
  padding: 25px;
  border-bottom: 1px solid #f5f5f5; }

.event-details__section__description {
  padding: 25px; }
  .event-details__section__description .title {
    font-size: 16px;
    margin-bottom: 10px; }
  .event-details__section__description .left {
    width: 60%;
    margin-right: 30px; }
  .event-details__section__description .right {
    margin-left: 30px; }
  .event-details__section__description .event-img-blk {
    width: 250px;
    height: 200px; }

.event-form-blk {
  width: 60%;
  padding: 16px 24px; }
  @media (max-width: 600px) {
    .event-form-blk {
      width: 100%; } }
  .event-form-blk .form__item {
    width: 100%; }
    .event-form-blk .form__item__left {
      width: 63%;
      margin-right: 10px; }
    .event-form-blk .form__item label {
      display: inline-block;
      margin-bottom: 3px; }
  .event-form-blk .event-date-time {
    display: flex; }
    .event-form-blk .event-date-time__date {
      margin-right: 10px;
      width: 70%; }
    .event-form-blk .event-date-time__time {
      width: 30%; }

.create-invoice {
  /** Date Picker Fix */ }
  @media screen and (min-width: 1350px) {
    .create-invoice .select__input--sales {
      font-size: 14px;
      line-height: 1.43; } }
  .create-invoice .form__row {
    width: 100%; }
  .create-invoice .form__row:nth-last-child(2) {
    margin-bottom: 0; }
  .create-invoice .dropdown__item {
    padding: 12px 14px; }
  .create-invoice .mx-datepicker > .mx-datepicker-popup {
    left: 0 !important;
    top: 100% !important; }

.invoice__checkbox {
  margin-top: 10px; }

.invoice__row--shift-left > * {
  padding-right: 90px; }

.invoice__row__total {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #f5f5f5; }

.invoice__form__close-item {
  position: absolute;
  right: 3%;
  cursor: pointer; }

.invoice-computation .dropdown {
  min-width: 200px; }

.invoice-computation__row {
  display: flex;
  width: 100%; }

.invoice-computation__label {
  flex-basis: 35%; }
  .invoice-computation__label__border {
    flex-basis: 20%; }

.invoice-computation__action {
  flex-grow: 1; }
  .invoice-computation__action__border {
    flex-grow: 1;
    padding-left: 15%;
    margin-right: 2%;
    border-bottom: dashed 1px #f5f5f5; }

.invoice-computation__amount {
  min-width: 70px; }

.dateInput {
  padding-right: 45px; }

input[type="datetime"] {
  width: 100%;
  border: none;
  outline: none; }

.dateFormIcon {
  padding: 8px 12px; }

.invoice-payment {
  margin: 4% auto 2%;
  max-width: 680px;
  width: 60%;
  padding: 30px 0;
  background-color: #ffffff;
  border: solid 1px rgba(50, 50, 54, 0.13); }
  .invoice-payment__logo {
    width: 50px;
    height: 50px; }
    .invoice-payment__logo img {
      width: 50px;
      height: 50px; }
  .invoice-payment__item {
    display: flex;
    padding: 10px 30px; }
    .invoice-payment__item--left {
      align-self: flex-start;
      flex-basis: 50%;
      text-align: left; }
    .invoice-payment__item--right {
      align-self: flex-end;
      flex-basis: 50%;
      text-align: right; }
  .invoice-payment__text {
    font-size: 14px;
    line-height: 1.7em; }
  .invoice-payment__text--ash {
    color: #828282; }
  .invoice-payment__text--bold {
    font-weight: 600; }
  .invoice-payment__text--big {
    font-size: 18px; }
  .invoice-payment__table__header {
    padding: 12px 30px;
    background-color: #E0E0E0; }
  .invoice-payment__table__data {
    padding: 12px 30px; }
    .invoice-payment__table__data::hover {
      background-color: #ffffff; }
  .invoice-payment__button--accent {
    background-color: #FFA300;
    color: #ffffff; }

.no-table-hover:hover .table__data {
  background-color: #ffffff;
  box-shadow: none; }

.badge-container {
  display: flex;
  justify-content: center;
  margin-bottom: 6%; }
  .badge-container__badge {
    display: flex;
    align-items: center;
    padding: 4px 12px;
    font-size: 1em;
    color: #ffffff;
    background-color: #000000;
    border-radius: 2.52px; }

.page-url {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #637381;
  cursor: pointer;
  margin-bottom: 12px; }
  .page-url__icon {
    padding-right: 8px;
    padding-top: 1px; }
    .page-url__icon svg {
      display: block;
      stroke: currentColor; }
  .page-url:hover {
    color: #FF9B00; }

.page-title__text {
  font-size: 18px;
  font-weight: 500; }
  @media screen and (min-width: 768px) {
    .page-title__text {
      font-size: 22px; } }

.page-title__caption {
  color: #212b36; }

/** transaction single page **/
.section--right,
.section--left {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%; }
  .section--right:last-child,
  .section--left:last-child {
    margin-right: 0; }
  @media screen and (min-width: 992px) {
    .section--right,
    .section--left {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .section--right:last-child,
      .section--left:last-child {
        margin-right: 0; } }

.section--left__donation .customer-info__item__value {
  width: 100%;
  white-space: normal;
  text-overflow: inherit;
  max-width: 100%; }

.section__title {
  font-weight: 500;
  margin-bottom: 10px;
  color: #637381; }

.section--right .section__content {
  background-color: #fff; }

.section--right__top {
  display: flex;
  align-items: center; }
  .section--right__top__right {
    font-size: 22px;
    font-weight: 600;
    margin-left: 20px; }

.section--right__line {
  height: 1px;
  width: 90%;
  background-color: #f5a623;
  opacity: 0.5; }

.section--right__bottom {
  padding: 20px 40px; }
  .section--right__bottom ul {
    padding-left: 0;
    list-style: none; }
    .section--right__bottom ul li {
      background: url(/static/img/itemlist.svg) no-repeat left;
      padding-left: 20px;
      padding-bottom: 10px;
      padding-top: 8px; }
  .section--right__bottom button {
    color: white;
    border-radius: 20px;
    background-color: #f5a623;
    border: solid 0.7px #ffffff;
    padding: 10px 30px;
    text-transform: uppercase;
    font-weight: 600; }

.section--donations__background img {
  width: 100%; }

.customer-info__otherinformation {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%; }

.customer-info__subaccountinfo {
  position: relative; }
  .customer-info__subaccountinfo:hover .customer-info__right__subaccount {
    display: flex; }

@media screen and (min-width: 768px) {
  .customer-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 25px 5px;
    flex-flow: wrap; } }

.customer-info__transfers {
  display: block; }

@media screen and (min-width: 768px) {
  .customer-info__left {
    display: flex; } }

@media screen and (max-width: 767px) {
  .customer-info__right {
    text-align: center; }
    .customer-info__right .customer-info__item {
      border: none;
      padding-top: 15px;
      padding-bottom: 0; } }

.customer-info__right__subaccount {
  position: absolute;
  right: 20px;
  display: none; }

.customer-info__item {
  padding-right: 60px; }
  .customer-info__item__otherinformation {
    margin-bottom: 30px;
    flex-grow: 1;
    width: 33%; }
  @media screen and (max-width: 767px) {
    .customer-info__item {
      padding: 12px 15px;
      border-bottom: 1px solid #E6E7E9;
      margin-bottom: 0; } }
  @media screen and (max-width: 767px) {
    .customer-info__item--xs {
      display: flex;
      justify-content: space-between; } }
  .customer-info__item:last-child {
    padding-right: 0; }
  .customer-info__item__copy .copy__action {
    background: transparent;
    right: 10px; }
  .customer-info__item__copy .copy-small {
    background-color: transparent; }
  .customer-info__item__copy:hover .copy__action {
    opacity: 1; }
  .customer-info__item__title {
    color: #637381; }
    @media screen and (min-width: 768px) {
      .customer-info__item__title {
        font-size: 13px; } }
    @media screen and (min-width: 1400px) {
      .customer-info__item__title {
        font-size: 14px; } }
  .customer-info__item__value {
    max-width: 200px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
    .customer-info__item__value__transfers {
      max-width: 100%;
      display: block;
      overflow: hidden;
      white-space: normal;
      text-overflow: initial;
      text-transform: capitalize; }
    @media screen and (min-width: 768px) {
      .customer-info__item__value {
        font-size: 13px; } }
    @media screen and (min-width: 1400px) {
      .customer-info__item__value {
        font-size: 14px; } }

.customer-info .badge__info {
  top: -34px;
  margin-left: 110px; }
  .customer-info .badge__info__top {
    border-bottom: none; }

.customer-info__flex {
  padding: 25px 25px 5px 25px;
  align-items: unset;
  position: relative; }

.customer-info__flex .customer-info__item {
  width: 49%;
  margin-right: 0;
  padding-right: 0;
  margin-bottom: 24px; }
  .customer-info__flex .customer-info__item__value {
    overflow: unset;
    white-space: unset;
    text-overflow: unset;
    overflow-wrap: break-word; }

.customer-info__position--top-right {
  position: absolute;
  top: 20px;
  right: 25px; }

.customer-info__row {
  display: flex;
  width: 100%;
  justify-content: left; }
  .customer-info__row .customer-info__item {
    flex-basis: 40%;
    margin-bottom: 24px;
    padding-right: 0; }
    .customer-info__row .customer-info__item:nth-child(3n) {
      flex-basis: 20%; }
    @media screen and (min-width: 768px) {
      .customer-info__row .customer-info__item {
        padding-right: 0; } }
    @media screen and (max-width: 767px) {
      .customer-info__row .customer-info__item {
        flex-basis: 100%;
        margin-bottom: 0; } }
    .customer-info__row .customer-info__item__value {
      display: flex;
      flex-basis: 100%;
      flex-flow: wrap;
      white-space: normal;
      overflow: auto;
      max-width: none; }

.refunds-info {
  padding: 25px 25px 5px; }
  .refunds-info__row:not(:first-of-type) {
    margin-top: 17px; }
  .refunds-info__row:not(:last-of-type) {
    border-bottom: solid 0.5px rgba(74, 74, 74, 0.21); }
  .refunds-info__row__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    cursor: pointer; }
  .refunds-info__item {
    margin-bottom: 13px;
    flex-basis: 25%;
    flex-grow: 1; }
    .refunds-info__item:first-child {
      flex-basis: calc(20% - 20px);
      margin-right: 20px; }
    .refunds-info__item:nth-child(3n) {
      flex-basis: 30%; }
    .refunds-info__item:nth-child(4n) {
      flex-basis: 10%; }
    .refunds-info__item__title {
      color: #637381; }
    .refunds-info__item--dropout {
      background-color: rgba(255, 255, 255, 0.5);
      border: solid 0.5px rgba(74, 74, 74, 0.21);
      width: 100%;
      height: 0;
      opacity: 0;
      visibility: hidden;
      transform: translateY(-5px);
      transition: transform 0.8s ease-out, opacity 1s ease-out, visibility 0.5s ease-out;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .refunds-info__item--dropout.active {
        border-radius: 4px;
        padding: 10px;
        margin-bottom: 12px;
        height: auto;
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
        transition: transform 0.8s ease-in, opacity 0.3s ease-in, visibility 0.5s ease-in; }

.events-timeline {
  padding: 25px 25px 5px;
  max-height: 650px;
  min-height: 160px;
  overflow-y: auto; }
  .events-timeline--vh {
    max-height: 60vh; }
  .events-timeline::-webkit-scrollbar {
    width: 4px;
    border-radius: 3px; }
  .events-timeline::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px rgba(209, 212, 246, 0.4);
    border-radius: 5px; }
  .events-timeline::-webkit-scrollbar-thumb {
    background-color: #99a6b1;
    outline: 1px solid #d1d4f6; }
  .events-timeline__empty {
    display: flex;
    align-items: center;
    justify-content: center; }
  .events-timeline__item {
    display: flex;
    min-height: 50px; }
    .events-timeline__item--md {
      min-height: 80px; }
    .events-timeline__item:last-of-type .timeline__item__status__mark {
      display: none; }
  .events-timeline .timeline__item__status {
    position: relative;
    text-align: center;
    margin-top: 5px;
    min-height: 100%; }
    .events-timeline .timeline__item__status__indicator {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background-color: #5f6cc7;
      position: relative;
      z-index: 1; }
      .events-timeline .timeline__item__status__indicator--failure {
        background-color: #d0021b; }
      .events-timeline .timeline__item__status__indicator--success {
        background-color: #60ac0d; }
    .events-timeline .timeline__item__status__mark {
      position: absolute;
      height: 100%;
      width: 2px;
      border-right: solid 1px #dfe3e8;
      left: 0;
      right: 0;
      margin: auto;
      margin-top: -5px; }
  .events-timeline .timeline__item__event {
    padding-left: 15px;
    font-size: 13px;
    flex-grow: 1; }
    .events-timeline .timeline__item__event__action {
      padding-bottom: 12px; }
      .events-timeline .timeline__item__event__action--left {
        margin-right: 20px;
        flex-basis: calc(80% - 20px); }
  .events-timeline__summary {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-bottom: 34px; }
    .events-timeline__summary__item {
      padding-right: 40px; }
      .events-timeline__summary__item .summary__item__title {
        font-size: 18px;
        font-weight: 600;
        line-height: normal;
        letter-spacing: normal; }
        .events-timeline__summary__item .summary__item__title--success {
          color: #6bbebe; }
        .events-timeline__summary__item .summary__item__title--error {
          color: #e16c46; }

/** end of transaction single page **/
@media screen and (min-width: 768px) {
  .payment {
    display: flex; } }

.payment__item {
  padding: 25px 25px;
  margin: 15px 0;
  cursor: pointer;
  position: relative; }
  @media screen and (min-width: 768px) {
    .payment__item {
      width: 50%;
      padding: 40px 25px;
      margin: 32px 0; } }
  .payment__item:hover .payment__item__icon {
    color: #FF9B00; }
  .payment__item__icon {
    margin-bottom: 12px;
    margin-right: 30px;
    color: inherit;
    transition: all 0.3s ease-in-out; }
    .payment__item__icon svg {
      fill: currentColor; }
  .payment__item__title {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 12px; }
  .payment__item__caption {
    color: #637381;
    text-align: center;
    font-weight: 500; }
    @media screen and (max-width: 767px) {
      .payment__item__caption {
        padding-bottom: 20px; } }
  .payment__item:first-child {
    border-bottom: 1px solid #E6E7E9; }
    @media screen and (min-width: 768px) {
      .payment__item:first-child {
        border-right: 1px solid #E6E7E9;
        border-bottom: none; } }
    .payment__item:first-child::after {
      position: absolute;
      content: 'OR';
      top: 92%;
      right: 45%;
      background-color: #fff;
      padding: 6px;
      color: #637381; }
      @media screen and (min-width: 768px) {
        .payment__item:first-child::after {
          top: 45%;
          right: -16px; } }

.paymentlinks__item {
  padding: 25px 25px;
  cursor: pointer;
  position: relative;
  display: flex; }
  @media screen and (min-width: 768px) {
    .paymentlinks__item {
      width: 100%;
      padding: 40px; } }
  .paymentlinks__item__hr {
    width: 80%;
    border: none;
    border-bottom: 1px solid #DFE3E8; }
  .paymentlinks__item:hover .payment__item__icon {
    color: #FF9B00; }
  .paymentlinks__item__icon {
    margin-bottom: 12px;
    margin-right: 30px;
    color: inherit;
    transition: all 0.3s ease-in-out; }
    .paymentlinks__item__icon svg {
      fill: currentColor; }
  .paymentlinks__item__title {
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 10px;
    color: #333333; }
  .paymentlinks__item__caption {
    color: #637381;
    text-align: left;
    font-weight: 500;
    color: #4F4F4F;
    font-size: 14px; }

.icon {
  position: relative;
  top: 5px;
  margin-right: 8px;
  margin-left: 20px; }

.btn-link {
  position: relative;
  top: 1px;
  margin-left: 5px; }

.link-name {
  max-width: 200px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.page-flex {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.payouts {
  background-color: #ffffff;
  margin-bottom: 16px;
  box-shadow: 0 1.2px 5.6px 0 rgba(0, 0, 0, 0.12);
  border: solid 1px #ffffff; }
  .payouts__header {
    display: block;
    background-color: #ffffff;
    padding: 10px 20px;
    border-bottom: 1px solid #E0E0E0; }
    .payouts__header__title {
      font-size: 16px; }
    @media screen and (min-width: 768px) {
      .payouts__header {
        display: flex;
        justify-content: space-between;
        background-color: inherit;
        padding: 15px 25px;
        border-bottom: solid 1px #ebedef; } }
  .payouts__title {
    font-weight: 600;
    padding: 26px 22px;
    border-bottom: 1px solid #f5f5f5; }
  @media screen and (min-width: 768px) {
    .payouts__breakdown {
      display: flex; } }
  .payouts__breakdown__span {
    font-size: 12px; }
  .payouts__breakdown__left {
    padding: 20px;
    background-color: #FFFFFF; }
    @media screen and (min-width: 768px) {
      .payouts__breakdown__left {
        width: 33.33333%;
        display: flex;
        flex-wrap: nowrap;
        padding: 26px 22px;
        flex-direction: column; } }
  .payouts__breakdown__middle {
    padding: 20px;
    background-color: #FFFFFF; }
    @media screen and (min-width: 768px) {
      .payouts__breakdown__middle {
        width: 33.3333%;
        border-left: 1px solid #ebedef;
        padding: 26px 22px;
        background: inherit; } }
  .payouts__breakdown__right {
    padding: 20px;
    background-color: #FFFFFF; }
    @media screen and (min-width: 768px) {
      .payouts__breakdown__right {
        width: 33.3333%;
        border-left: 1px solid #ebedef;
        padding: 26px 22px;
        background: inherit; } }
  .payouts__breakdown__item {
    flex-basis: auto;
    flex-grow: 1; }
    @media screen and (max-width: 768px) {
      .payouts__breakdown__item {
        padding-bottom: 12px; } }
    @media screen and (max-width: 768px) {
      .payouts__breakdown__item--status {
        text-align: center; } }
  .payouts__breakdown__title {
    font-size: 12px;
    color: #637381; }
  .payouts__breakdown__value--money {
    font-size: 18px;
    font-weight: 500; }
  .payouts__breakdown__price--main {
    font-size: 24px;
    font-weight: 500; }

.system {
  position: fixed;
  top: 55px;
  right: 0;
  left: 0px;
  padding: 12px 20px;
  background-color: #ebeef2;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  z-index: 4;
  transition: left 0.3s ease-in-out; }
  @media screen and (min-width: 768px) {
    .system {
      top: 0;
      left: 60px;
      padding: 12px 40px;
      display: flex;
      align-items: center; } }
  @media screen and (min-width: 1200px) {
    .system {
      left: 252px; } }
  @media screen and (min-width: 1350px) {
    .system {
      left: 252px; } }
  @media screen and (max-width: 767px) {
    .system__icon {
      display: inline-block;
      vertical-align: middle; } }
  @media screen and (min-width: 768px) {
    .system__icon {
      padding: 0 8px; } }
  .system__icon svg {
    display: block; }
  @media screen and (max-width: 767px) {
    .system__button {
      display: inline-block;
      vertical-align: middle; } }
  @media screen and (min-width: 768px) {
    .system__button {
      padding: 0 8px 0 0; } }
  @media screen and (max-width: 767px) {
    .system__text {
      padding-top: 5px; } }

.drop-zone {
  position: relative;
  margin: 20px 0;
  padding: 34px 16px;
  border-radius: 4px;
  background-color: #f4f6f8;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.12);
  cursor: pointer; }
  .drop-zone .loaderContainer {
    position: absolute;
    top: 10px;
    padding: 0;
    right: 10px; }
    .drop-zone .loaderContainer .loader {
      width: 15px;
      height: 15px; }
      .drop-zone .loaderContainer .loader::before {
        background-color: #f4f6f8; }
  .drop-zone:hover {
    cursor: pointer; }
  .drop-zone__icon {
    margin-bottom: 12px;
    text-align: center; }
    .drop-zone__icon__item {
      border-radius: 50%;
      background-color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 50px;
      height: 50px;
      margin-left: auto;
      margin-right: auto;
      border: 2px solid #FF9B00; }
  .drop-zone__caption {
    font-size: 14px;
    color: #637381;
    margin-bottom: 12px;
    text-align: center; }
  .drop-zone__action {
    text-align: center; }
  .drop-zone__text {
    text-decoration: none;
    color: #FF9B00; }
    .drop-zone__text:hover {
      cursor: pointer; }
    .drop-zone__text svg.active {
      animation: rotate 1s infinite linear; }
  .drop-zone__warning-text {
    margin-top: 20px; }

.fsp-drop-pane__container {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0 !important;
  background-color: transparent !important;
  border: none !important; }

.accountsummary {
  font-size: 12px;
  padding-top: 6px;
  display: block;
  color: #637381; }

.prodo {
  box-shadow: inset 0px -1px 0px #dfe3e8;
  padding: 15px; }
  @media screen and (min-width: 768px) {
    .prodo {
      padding: 25px;
      display: flex;
      justify-content: space-between;
      align-items: center; } }

.actionbutton {
  display: flex;
  margin-top: 10px; }
  @media screen and (min-width: 768px) {
    .actionbutton {
      margin-top: 0px;
      justify-content: space-between; } }

.info__flex {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 15px 15px 0px; }
  @media screen and (min-width: 768px) {
    .info__flex {
      padding: 0; } }
  .info__flex__item {
    margin-right: 30px;
    margin-bottom: 12px; }
    @media screen and (min-width: 768px) {
      .info__flex__item {
        margin-bottom: 0; } }
    .info__flex__item:last-child {
      margin-right: 0; }

.tableaction {
  display: flex;
  justify-content: flex-end; }
  .tableaction__item {
    margin-left: 5px; }

.deleted--section {
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: -moz-linear-gradient(-20deg, #faf9fc 0%, #faf9fc 50%, #ffffff 0%, #ffffff 100%);
  background: -webkit-linear-gradient(-20deg, #faf9fc 0%, #faf9fc 50%, #ffffff 0%, #ffffff 100%);
  background: -o-linear-gradient(-20deg, #faf9fc 0%, #faf9fc 50%, #ffffff 0%, #ffffff 100%);
  background: -ms-linear-gradient(-20deg, #faf9fc 0%, #faf9fc 50%, #ffffff 0%, #ffffff 100%); }
  .deleted--section__header {
    margin-bottom: 20px; }
  .deleted--section__body {
    box-shadow: 0 0.5px 1px 0 rgba(63, 63, 68, 0.15), 0 0 0 0.5px rgba(63, 63, 68, 0.05);
    background-color: #ffffff;
    width: 500px;
    text-align: center; }
    .deleted--section__body__top {
      background-color: #fcfcfc;
      padding: 50px; }
      .deleted--section__body__top .line {
        height: 1px;
        background-color: #888;
        width: 100px;
        margin: 20px auto;
        opacity: .5; }
    .deleted--section__body__bottom {
      background-color: #ffffff;
      padding: 30px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .deleted--section__body__bottom .cancel {
        color: #d22c12;
        margin-left: 20px;
        cursor: pointer; }
  .deleted--section__footer {
    margin-top: 20px; }
  .deleted--section__modal .modal__body {
    text-align: center; }
    .deleted--section__modal .modal__body__top {
      background-color: #fcfcfc;
      padding: 20px;
      font-weight: 600; }
  .deleted--section__modal .form__footer {
    border: none; }
  .deleted--section__modal .prompt {
    padding: 16px 20px 25px;
    font-size: 12px; }

.notifications {
  background-color: #fff;
  position: fixed;
  width: 320px;
  right: -320px;
  z-index: 3;
  top: 0;
  bottom: 0;
  box-shadow: 0 0.5px 2px 0 rgba(0, 0, 0, 0.15);
  overflow: hidden;
  transition: all 0.3s ease-in-out; }
  .notifications--open {
    right: 0; }
  .notifications__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    border-bottom: 1px solid #E6E7E9; }
    .notifications__header__title {
      font-weight: 600; }
    .notifications__header__icon {
      cursor: pointer; }
  .notifications__content__item {
    padding: 16px 20px;
    border-bottom: 1px solid #E6E7E9;
    cursor: pointer; }
    .notifications__content__item__title {
      font-weight: 600;
      margin-bottom: 12px; }
    .notifications__content__item__text {
      color: #637381;
      line-height: 1.3;
      letter-spacing: 0.1px; }
  .notifications__more {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 4;
    background-image: linear-gradient(to bottom, #ffffff, #ededed);
    padding: 30px 16px;
    text-align: center;
    font-weight: 600;
    cursor: pointer; }

.page__result {
  font-weight: 600; }

.show-more__text {
  text-align: center;
  text-decoration: underline;
  cursor: pointer;
  transition: all 0.3s ease-in-out; }
  .show-more__text:hover {
    color: #FF9B00; }
  @media screen and (max-width: 767px) {
    .show-more__text {
      padding-top: 15px; } }

.gray-pad {
  padding: 15px;
  background-color: #FAFAFA;
  color: #72788B; }

.overview__header {
  position: relative;
  padding: 20px 25px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff; }
  .overview__header__right {
    display: flex; }
    .overview__header__right .currency-filter-selector {
      display: inline-block; }
      .overview__header__right .currency-filter-selector .caret {
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 4px solid #637381;
        display: inline-block;
        height: 0;
        vertical-align: middle;
        width: 0; }
      .overview__header__right .currency-filter-selector .currency-filter-btn {
        display: flex;
        align-items: center;
        background: linear-gradient(to bottom, #ffffff, #f9fafb);
        box-shadow: 0.5px 0.5px 2px 0 rgba(170, 170, 170, 0.08), 0 0 2px 0.5px rgba(0, 0, 0, 0.07);
        padding: 8px 16px;
        border-radius: 4px;
        font-size: 12px;
        font-weight: 600;
        line-height: 1.1;
        margin-right: 10px;
        cursor: pointer;
        vertical-align: middle;
        transition: all 0.3s ease-in-out; }
        .overview__header__right .currency-filter-selector .currency-filter-btn span {
          margin-right: 2px; }
        .overview__header__right .currency-filter-selector .currency-filter-btn:hover {
          background: #d1d4f6;
          color: #576ae6; }
  @media screen and (min-width: 768px) {
    .overview__header {
      justify-content: space-between; } }

.overview__content__container {
  display: flex; }

.overview__content {
  padding: 25px; }
  .overview__content__balanceoverview {
    width: 70%; }
    @media (max-width: 480px) {
      .overview__content__balanceoverview {
        display: none; } }
  .overview__content__row {
    display: flex;
    justify-content: space-between;
    align-items: center; }

.overview__balance {
  width: 30%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 0.5px 2.5px 0 rgba(0, 0, 0, 0.15); }
  @media (max-width: 480px) {
    .overview__balance {
      width: 100%; } }
  .overview__balance__available, .overview__balance__default {
    height: 50%;
    padding: 20px;
    border-top: solid 1px #EEEEEE; }
  .overview__balance__ledger {
    height: 50%;
    padding: 20px;
    background-color: white;
    box-shadow: 0 0.5px 2.5px 0 rgba(0, 0, 0, 0.15);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px; }
    @media (max-width: 480px) {
      .overview__balance__ledger {
        height: auto; } }
  .overview__balance .title {
    font-size: 16px;
    color: #576ae6;
    font-weight: 600;
    margin-bottom: 5px; }
  .overview__balance .amount {
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0; }
  .overview__balance .description {
    font-size: 14px;
    color: #637381; }
    @media screen and (min-width: 768px) {
      .overview__balance .description {
        font-size: 12px; } }

.overview__total {
  font-size: 20px;
  font-weight: 600; }
  @media screen and (max-width: 767px) {
    .overview__total {
      background-color: #fff;
      text-align: center;
      padding: 34px 12px; } }
  .overview__total__caption {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: #576ae6;
    margin-top: -2px;
    display: inline-block;
    vertical-align: middle; }

.overview__range {
  display: flex;
  background-color: #fff;
  color: #576ae6;
  font-weight: 600;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
  padding: 8px 14px;
  border-radius: 3px; }
  .overview__range__from {
    margin-right: 20px;
    position: relative; }
    .overview__range__from::after {
      position: absolute;
      content: '';
      top: 10px;
      right: -28px;
      width: 15px;
      height: 3px;
      background-color: #0f1747; }
  .overview__range__to {
    margin-left: 20px; }

.overview__payout {
  display: flex; }
  .overview__payout__item {
    width: 100%;
    padding: 16px 25px;
    background-color: #ffffff;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    margin-right: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .overview__payout__item:last-child {
      margin-right: 0;
      margin-left: 0px;
      position: relative; }
      @media screen and (min-width: 768px) {
        .overview__payout__item:last-child {
          margin-left: 30px; } }
      .overview__payout__item:last-child::before {
        position: absolute;
        content: '';
        width: 2px;
        left: -30px;
        height: 40px;
        background-color: #FF9B00; }
    @media screen and (min-width: 768px) {
      .overview__payout__item {
        width: calc(50% - 30px); } }
    .overview__payout__item__main {
      font-size: 20px; }
    .overview__payout__item__title {
      font-size: 16px;
      color: #576ae6;
      font-weight: 600;
      text-align: right;
      margin-bottom: 5px; }
    .overview__payout__item__date {
      font-size: 12px;
      color: #637381;
      text-align: right; }

.overview__analytics {
  box-shadow: 0 0.5px 2.5px 0 rgba(0, 0, 0, 0.15);
  background-color: #f7f8fc;
  margin-top: 20px;
  padding: 15px; }
  @media (max-width: 480px) {
    .overview__analytics {
      display: none; } }
  .overview__analytics__row {
    display: flex;
    margin-bottom: 15px; }
    @media (max-width: 1024px) {
      .overview__analytics__row {
        display: block; } }
  .overview__analytics__item {
    width: calc(50% - 10px);
    border-radius: 2.6px;
    position: relative; }
    @media screen and (min-width: 768px) {
      .overview__analytics__item {
        width: 100%; } }
    .overview__analytics__item:nth-child(1) {
      margin-right: 15px; }
    .overview__analytics__item__body {
      height: 350px;
      box-shadow: 0 0.5px 2.5px 0 rgba(0, 0, 0, 0.15);
      background-color: #f7f8fc; }
    .overview__analytics__item__header {
      background-color: white;
      padding: 20px;
      font-weight: 600;
      display: flex;
      align-items: center; }
      .overview__analytics__item__header__right {
        margin-left: auto; }
        .overview__analytics__item__header__right__toggle {
          border-radius: 30px;
          box-shadow: 0.5px 0.5px 2px 0 rgba(50, 50, 54, 0.13), 0 0 2px 0.5px rgba(63, 63, 68, 0.05);
          background-color: #ffffff;
          display: flex;
          color: #576ae6; }
          .overview__analytics__item__header__right__toggle > div {
            color: #637381;
            padding: 6px 10px;
            font-weight: normal;
            cursor: pointer; }
    .overview__analytics__item__footer {
      background-color: white;
      width: 100%;
      padding: 20px;
      text-align: center;
      height: 60px;
      display: flex;
      align-items: center;
      justify-content: center; }
    .overview__analytics__item__time {
      padding: 20px;
      height: 230px; }
      .overview__analytics__item__time__label {
        display: flex;
        color: rgba(18, 18, 44, 0.52);
        font-size: 11px;
        flex-wrap: wrap;
        margin-top: 5px; }
        .overview__analytics__item__time__label > div {
          flex: 0 0 33.3333%; }
    .overview__analytics__item__location {
      padding: 20px;
      height: 230px; }
    .overview__analytics__item__customers {
      padding: 20px;
      color: #0f1747;
      height: 230px; }
      .overview__analytics__item__customers__header {
        font-weight: 600;
        font-size: 15px;
        color: #7983ed; }
      .overview__analytics__item__customers__bottom {
        border-top: 1px solid #637381;
        padding-top: 10px; }
      .overview__analytics__item__customers__detail {
        display: flex;
        margin: 30px 0; }
        .overview__analytics__item__customers__detail:first-child {
          margin-top: 0; }
        .overview__analytics__item__customers__detail__left {
          width: 40%; }
        .overview__analytics__item__customers__detail__right {
          width: 60%;
          display: grid;
          grid-template-columns: 1fr 1fr 1fr; }
        .overview__analytics__item__customers__detail__name {
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
        .overview__analytics__item__customers__detail__email {
          color: #7f7f8f;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
        .overview__analytics__item__customers__detail__title {
          color: #7f7f8f;
          font-size: 10px;
          text-align: center;
          margin-bottom: 5px; }
        .overview__analytics__item__customers__detail__subtitle {
          text-align: center; }
    .overview__analytics__item__devices {
      display: flex;
      padding: 20px;
      height: 230px;
      align-items: center;
      justify-content: center;
      position: relative; }
      .overview__analytics__item__devices__customercount {
        position: absolute;
        text-align: center;
        width: 200px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
        .overview__analytics__item__devices__customercount__count {
          color: #0f1747;
          font-weight: 600;
          font-size: 22px; }
        .overview__analytics__item__devices__customercount__title {
          font-size: 12px; }
      .overview__analytics__item__devices__left {
        position: relative; }
      .overview__analytics__item__devices__right {
        display: flex;
        justify-content: center;
        flex-direction: column; }
        .overview__analytics__item__devices__right__percentage {
          color: #7f7f8f;
          font-size: 20px;
          width: 30%; }
        .overview__analytics__item__devices__right__text {
          width: 70%;
          font-size: 13px;
          margin-left: 10px; }
        .overview__analytics__item__devices__right__first {
          display: flex;
          align-items: center;
          margin-bottom: 30px; }
          .overview__analytics__item__devices__right__first__progress {
            width: 100%;
            height: 5px; }
            .overview__analytics__item__devices__right__first__progress__bar {
              height: 5px;
              background-color: #f5a623; }
        .overview__analytics__item__devices__right__second {
          display: flex;
          align-items: center;
          margin-bottom: 30px; }
          .overview__analytics__item__devices__right__second__progress {
            width: 100%;
            height: 5px; }
            .overview__analytics__item__devices__right__second__progress__bar {
              height: 5px;
              background-color: #417505; }
        .overview__analytics__item__devices__right__third {
          display: flex;
          align-items: center;
          margin-bottom: 30px; }
          .overview__analytics__item__devices__right__third__progress {
            width: 100%;
            height: 5px; }
            .overview__analytics__item__devices__right__third__progress__bar {
              height: 5px;
              background-color: #b918a7; }
    .overview__analytics__item__banks {
      display: flex;
      padding: 20px;
      height: 230px;
      align-items: center;
      justify-content: center;
      position: relative; }
      .overview__analytics__item__banks__customercount {
        position: absolute;
        text-align: center;
        width: 200px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
        .overview__analytics__item__banks__customercount__count {
          color: #0f1747;
          font-weight: 600;
          font-size: 22px; }
        .overview__analytics__item__banks__customercount__title {
          font-size: 12px; }
      .overview__analytics__item__banks__left {
        position: relative; }
      .overview__analytics__item__banks__right {
        display: flex;
        justify-content: center;
        flex-direction: column; }
        .overview__analytics__item__banks__right__percentage {
          color: #7f7f8f;
          font-size: 20px;
          width: 30%; }
        .overview__analytics__item__banks__right__text {
          width: 70%;
          font-size: 13px;
          margin-left: 10px; }
        .overview__analytics__item__banks__right__first {
          display: flex;
          align-items: center;
          margin-top: 20px; }
          .overview__analytics__item__banks__right__first__progress {
            width: 100%;
            height: 5px; }
            .overview__analytics__item__banks__right__first__progress__bar {
              height: 5px;
              background-color: #f5a623; }
        .overview__analytics__item__banks__right__second {
          display: flex;
          align-items: center;
          margin-top: 20px; }
          .overview__analytics__item__banks__right__second__progress {
            width: 100%;
            height: 5px; }
            .overview__analytics__item__banks__right__second__progress__bar {
              height: 5px;
              background-color: #417505; }
        .overview__analytics__item__banks__right__third {
          display: flex;
          align-items: center;
          margin-top: 20px; }
          .overview__analytics__item__banks__right__third__progress {
            width: 100%;
            height: 5px; }
            .overview__analytics__item__banks__right__third__progress__bar {
              height: 5px;
              background-color: #b918a7; }
    .overview__analytics__item__paymentoptions {
      position: relative;
      padding: 20px;
      height: 230px; }
      .overview__analytics__item__paymentoptions .paymentoptions-lines {
        display: block;
        position: absolute;
        top: 0;
        width: 100%;
        left: 0;
        right: 0;
        padding: 20px; }
        .overview__analytics__item__paymentoptions .paymentoptions-lines__line {
          border-top: 1px dotted #d3dadf;
          display: block;
          margin-top: 20px; }

.overview__graph {
  height: 300px;
  padding-top: 50px; }

.walletBalance {
  padding-top: 20px; }
  .walletBalance__title {
    font-size: 14px; }
  .walletBalance__value {
    font-weight: 700;
    font-size: 28px; }

.transfers__balances {
  border-radius: 2.6px;
  margin-bottom: 10px; }
  .transfers__balances__top {
    position: relative;
    padding: 20px 25px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media screen and (min-width: 768px) {
      .transfers__balances__top {
        justify-content: space-between; } }
  .transfers__balances__bottom {
    background-color: #f7f8fc;
    box-shadow: 0 0.5px 2.5px 0 rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 20px; }
    @media screen and (max-width: 767px) {
      .transfers__balances__bottom {
        flex-direction: column; } }
  .transfers__balances__title {
    color: #576ae6;
    font-weight: 500;
    font-size: 30px; }
  .transfers__balances .topup {
    background-color: white;
    color: #212b36; }
  .transfers__balances__subtitle {
    font-size: 11px; }
  .transfers__balances__left {
    text-align: center;
    padding: 0 60px;
    border-right: 1px solid #c4cdd5; }
    @media screen and (max-width: 767px) {
      .transfers__balances__left {
        border-right: none;
        margin-bottom: 20px; } }
  .transfers__balances__middle {
    text-align: center;
    padding: 0 60px;
    border-right: 1px solid #c4cdd5; }
    @media screen and (max-width: 767px) {
      .transfers__balances__middle {
        border-right: none;
        margin-bottom: 20px; } }
  .transfers__balances__right {
    text-align: center;
    padding: 0 46px; }
    .transfers__balances__right__button {
      margin-left: auto;
      padding: 0 5px 0 0; }

.slideLeftPage-enter-active {
  animation: slide-left-EnterPage 1s;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  background-color: #F4F6F8; }

.slideLeftPage-leave-active {
  animation: slide-left-EnterPage 1s reverse; }

@keyframes slide-leftPage {
  0% {
    transform: translate(0); }
  100% {
    transform: translate(-1600px); } }

@keyframes slide-left-EnterPage {
  0% {
    transform: translate(1600px); }
  100% {
    transform: translate(0); } }

.alert {
  display: flex;
  align-items: center;
  z-index: 9999; }
  .alert__icon {
    height: 26px;
    width: 26px;
    border-radius: 50%;
    margin-right: 9px; }
  .alert__text {
    width: calc(100% - 35px); }

.VueCarousel-wrapper {
  width: 300px !important;
  padding-top: 24px !important; }

.VueCarousel-dot {
  margin-top: 0 !important;
  padding: 0 5px !important; }

.VueCarousel-dot--active .VueCarousel-dot-button {
  background-color: #576ae6 !important; }

.donut {
  width: 200px; }
  .donut circle {
    fill: none;
    stroke-width: 12;
    transition: stroke-dasharray 0.3s ease-in-out,stroke-dashoffset 0.3s ease-in-out; }

.donut circle:nth-child(1) {
  stroke: #f5a623; }

.donut circle:nth-child(2) {
  stroke: #417505; }

.donut circle:nth-child(3) {
  stroke: #b918a7; }

.mapboxgl-map {
  height: 200px; }

.login-section {
  padding: 32px 30px; }
  @media screen and (max-width: 768px) {
    .login-section {
      padding: 32px 15px; } }
  .login-section__logo {
    margin-top: 40px;
    font-size: 36px;
    font-weight: 900;
    text-align: center; }
    .login-section__logo svg {
      display: inline-block;
      width: 120px; }
      @media screen and (min-width: 768px) {
        .login-section__logo svg {
          width: 195px; } }
    @media screen and (min-width: 768px) {
      .login-section__logo {
        margin-bottom: 17px;
        margin-top: 0px; } }
  .login-section__text {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    text-align: left;
    font-family: "Moderat", "Inter", sans-serif sans-serif; }
  .login-section__logincontainer {
    padding: 32px 30px;
    min-height: 300px;
    max-height: 480px;
    max-width: 343px;
    width: 343px;
    position: relative;
    background-color: #ffffff;
    margin-top: 50px; }
    .login-section__logincontainer.choose-account {
      background-color: #ffffff;
      padding: 30px; }
    .login-section__logincontainer::-webkit-scrollbar {
      display: none;
      -ms-overflow-style: none;
      overflow: -moz-scrollbars-none; }
    @media screen and (min-width: 768px) {
      .login-section__logincontainer {
        margin-left: auto;
        margin-right: auto; } }
    @media screen and (min-width: 1200px) {
      .login-section__logincontainer {
        margin-top: 190px;
        margin-left: 70px; } }
    .login-section__logincontainer__footer {
      font-size: 14px;
      font-weight: 500;
      margin-top: 10px; }
    .login-section__logincontainer--nopad {
      padding: 5px !important; }
  .login-section__container {
    background-color: #fff;
    padding: 25px 15px; }
    @media screen and (min-width: 768px) {
      .login-section__container {
        box-shadow: 0 2px 16px 0 rgba(33, 43, 54, 0.2), 0 31px 41px 0 rgba(33, 43, 54, 0.08);
        padding: 30px;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto; } }
  .login-section__steps {
    width: 100%;
    overflow: hidden; }
    .login-section__steps__accounts {
      background-color: #fff;
      height: 335px;
      overflow: scroll; }
      .login-section__steps__accounts::-webkit-scrollbar {
        display: none;
        -ms-overflow-style: none;
        overflow: -moz-scrollbars-none; }
  .login-section__title {
    font-size: 36px;
    font-weight: 600;
    color: #FF9B00;
    max-width: 400px; }
  .login-section__caption {
    color: #637381;
    font-size: 24px;
    margin-bottom: 40px; }
  .login-section__form {
    overflow: auto; }
    .login-section__form input:-webkit-autofill,
    .login-section__form input:-webkit-autofill:hover,
    .login-section__form input:-webkit-autofill:focus,
    .login-section__form input:-webkit-autofill:active {
      -webkit-box-shadow: 0 0 0 30px white inset !important; }
    .login-section__form__row {
      position: relative;
      margin-bottom: 20px; }
      .login-section__form__row--submit {
        padding-top: 15px; }
        @media screen and (min-width: 768px) {
          .login-section__form__row--submit {
            padding-top: 6px; } }
      .login-section__form__row--forgot {
        margin-bottom: 30px; }
      .login-section__form__row--password {
        top: 55%;
        right: 3%;
        cursor: pointer;
        position: absolute; }
      .login-section__form__row label {
        display: inline-block;
        margin: 5px 0;
        color: #4F4F4F; }
    .login-section__form__account {
      padding: 19px 30px;
      background: rgba(0, 0, 0, 0.0001);
      box-shadow: inset 0px -1px 0px #dfe3e8; }
      .login-section__form__account:hover {
        cursor: pointer; }
      .login-section__form__account--circle {
        height: 47px;
        width: 47px;
        float: left;
        line-height: 47px;
        text-align: center;
        border-radius: 50%;
        margin-right: 20px; }
        .login-section__form__account--circle:hover {
          cursor: pointer; }
      .login-section__form__account--circletext {
        color: white;
        font-size: 14px; }
      .login-section__form__account--title {
        color: #4f4f4f;
        font-size: 14px; }
        .login-section__form__account--title:hover {
          cursor: pointer; }
  .login-section__extra {
    padding-top: 15px;
    margin-bottom: 15px;
    color: #637381; }
    @media screen and (min-width: 768px) {
      .login-section__extra {
        max-width: 600px;
        padding-top: 26px;
        margin-left: auto;
        margin-right: auto;
        text-align: center; } }
    .login-section__extra a {
      margin-right: 15px; }

.login-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(/static/img/bg.svg) no-repeat left; }

.background {
  position: fixed;
  background-color: #F4F6F8;
  left: 0;
  right: 0;
  padding: 20px;
  z-index: -1;
  height: 100vh; }
  .background--6 {
    z-index: 6; }
  .background__top {
    display: flex;
    margin-bottom: 80px; }
    .background__top__left {
      width: 60px;
      height: 80px;
      background-color: #d6dbeb;
      opacity: 0.31;
      border-radius: 4px; }
      @media screen and (min-width: 1200px) {
        .background__top__left {
          width: 260px; } }
    .background__top__right {
      display: flex;
      justify-content: space-between;
      width: calc(100% - 60px); }
      @media screen and (min-width: 1200px) {
        .background__top__right {
          width: calc(100% - 260px); } }
      .background__top__right--1 {
        width: calc(100% - 450px);
        margin-left: 80px;
        height: 48px;
        background-color: #d6dbeb;
        opacity: 0.31;
        border-radius: 4px; }
      .background__top__right--2 {
        width: 200px;
        height: 48px;
        background-color: #d6dbeb;
        opacity: 0.31;
        border-radius: 4px; }
      .background__top__right--3 {
        border-radius: 48px;
        height: 48px;
        width: 48px;
        background-color: #d6dbeb;
        opacity: 0.31; }
  .background__bottom {
    display: flex;
    justify-content: space-between; }
    .background__bottom__left {
      display: flex;
      justify-content: space-between;
      flex-direction: column;
      width: 60px; }
      @media screen and (min-width: 1200px) {
        .background__bottom__left {
          width: 260px; } }
      .background__bottom__left__top__cell {
        margin-bottom: 60px; }
        .background__bottom__left__top__cell__item {
          height: 20px;
          width: 100%;
          margin-bottom: 20px;
          background-color: #d6dbeb;
          opacity: 0.31; }
    .background__bottom__right {
      width: calc(100% - 140px); }
      @media screen and (min-width: 1200px) {
        .background__bottom__right {
          width: calc(100% - 340px); } }
      .background__bottom__right__top {
        height: 40vh;
        width: 100%;
        background-color: #d6dbeb;
        opacity: 0.31;
        margin-bottom: 30px;
        border-radius: 4px; }
      .background__bottom__right__bottom {
        height: 20vh;
        width: 100%;
        border-radius: 4px;
        background-color: #d6dbeb;
        opacity: 0.31; }

.top {
  margin-top: 50px; }

.slideUnknown-enter-active {
  animation: slide-unknown 0.3s; }

.slideUnknown-leave-active {
  animation: slide-unknown 0.3s reverse; }

@keyframes slide-unknown {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(426px); } }

.personal-data {
  padding: 25px;
  max-width: 600px; }

.business-data {
  padding: 0 25px; }
  @media screen and (min-width: 768px) {
    .business-data {
      display: flex; } }
  .business-data__left {
    padding-top: 40px; }
    @media screen and (min-width: 768px) {
      .business-data__left {
        width: 60%;
        padding-top: 40px;
        padding-right: 40px;
        border-right: 1px solid #E6E7E9; } }
  .business-data__right {
    padding: 25px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center; }
    @media screen and (min-width: 768px) {
      .business-data__right {
        width: 40%;
        padding: 25px;
        display: flex;
        text-align: center;
        justify-content: center;
        align-items: center; } }

.business-logo__text {
  font-size: 16px;
  color: #637381;
  margin-bottom: 12px; }

.business-logo__image {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .business-logo__image__value {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    font-size: 26px;
    background-color: #919eab;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center; }

.api {
  display: flex;
  padding-top: 25px; }
  @media screen and (max-width: 767px) {
    .api {
      padding-left: 15px;
      padding-right: 15px; } }
  .api__icon {
    display: none; }
    @media screen and (min-width: 768px) {
      .api__icon {
        width: 60px;
        display: flex;
        justify-content: center; } }
    .api__icon__item {
      width: 32px;
      height: 32px;
      border-radius: 50%;
      background-color: #ffea8a;
      display: flex;
      align-items: center;
      justify-content: center; }
      .api__icon__item--feature {
        background-color: #dfe3e8; }
  .api--topBorderYellow {
    border-top: 3px solid #eec200; }
  .api--topBorderBlack {
    border-top: 3px solid #919eab; }
  .api--topBorderBlue {
    border-top: 3px solid #F5A623; }
  .api--border-lg {
    border-top-width: 5px !important; }
  .api__content__title {
    font-size: 16px;
    font-weight: 600; }
  .api__content__caption {
    margin-bottom: 15px;
    padding-right: 30px; }
  .api__content--underline {
    text-decoration: underline;
    color: #212B36;
    font-weight: 600; }
  .api--sm {
    padding-top: 10px !important; }
  .api--centerItems {
    padding: 20px;
    justify-content: center;
    align-items: center; }

.keys {
  padding: 25px;
  max-width: 700px; }
  .keys__label {
    margin-bottom: 5px; }
  .keys__item {
    margin-bottom: 20px; }
    .keys__item:last-child {
      margin-bottom: 0; }
  .keys__span {
    margin-top: 5px;
    font-size: 12px;
    color: #637381; }

.input {
  position: relative; }

.copykey {
  position: absolute;
  right: 7px;
  top: 7px;
  cursor: pointer; }

.preference {
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 40px;
  padding-bottom: 20px; }
  .preference__merchantfees {
    border: solid 0.5px rgba(95, 108, 199, 0.05);
    background-color: #f4f6f8;
    padding: 20px 30px;
    width: 100%;
    border-top: 1px solid #edc200; }
    .preference__merchantfees__title {
      text-transform: uppercase;
      font-size: 12px;
      display: flex;
      align-items: center; }
      .preference__merchantfees__title p {
        margin-left: 10px; }
    .preference__merchantfees__fees {
      margin: 10px 0;
      color: #637381; }
  .preference__item {
    margin-bottom: 30px; }
    @media screen and (min-width: 768px) {
      .preference__item {
        display: flex; } }
    .preference__item__title {
      width: 280px;
      margin-right: 40px;
      font-size: 14px;
      font-weight: 500; }
      .preference__item__title__whatisthis {
        font-size: 12px;
        color: #007ace;
        cursor: pointer; }
      @media screen and (max-width: 767px) {
        .preference__item__title {
          margin-right: 0;
          margin-bottom: 14px; } }
    .preference__item__values {
      width: calc(100% - 280px); }
      @media screen and (max-width: 767px) {
        .preference__item__values {
          width: 100%; } }
      .preference__item__values .checkbox {
        margin-top: 0; }
      .preference__item__values__item {
        padding: 12px 0px 12px 6px; }
      .preference__item__values__paymentnotification-select {
        width: 300px;
        margin-left: 35px; }

.instagram {
  padding: 30px;
  background-color: #fff; }
  .instagram__connect {
    display: flex;
    justify-content: center;
    align-items: center; }
    .instagram__connect__item {
      padding: 4px; }
      .instagram__connect__item__value {
        width: 57px;
        height: 57px;
        border-radius: 18px;
        background-color: #d6dbeb;
        display: flex;
        align-items: center;
        justify-content: center; }

.disclaim {
  color: #637381;
  padding-left: 0px; }
  @media screen and (min-width: 768px) {
    .disclaim {
      padding-left: 116px; } }

.disclaim-2 {
  padding-left: 0px; }
  @media screen and (min-width: 768px) {
    .disclaim-2 {
      padding-left: 116px; } }

.role__information {
  background-color: #f9fbfd;
  box-shadow: inset 0 1px 3px 0 #efefef;
  padding: 20px 24px 10px; }
  .role__information__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px; }
    .role__information__item__title {
      font-weight: 500;
      color: #637381;
      width: 45%; }
    .role__information__item__description {
      color: #637381;
      width: 55%; }

.signup {
  padding: 60px 0;
  min-height: 100vh;
  background-color: #f7f8fc;
  box-shadow: 0 2px 16px 0 rgba(33, 43, 54, 0.2), 0 31px 41px 0 rgba(33, 43, 54, 0.08);
  transition: margin-left 0.3s ease-in-out; }
  @media screen and (min-width: 600px) {
    .signup {
      padding: 80px 0; } }
  @media screen and (min-width: 768px) {
    .signup {
      padding: 40px 15px; } }
  @media screen and (min-width: 1200px) {
    .signup {
      padding: 60px 15px; } }
  @media screen and (min-width: 1350px) {
    .signup {
      padding: 60px 15px; } }
  .signup__container {
    max-width: 700px;
    border-radius: 0px 0px 4px 4px; }
    @media screen and (min-width: 600px) {
      .signup__container {
        margin: 0 auto; } }
    @media screen and (min-width: 992px) {
      .signup__container {
        margin: 0 auto; } }
    .signup__container--compliance {
      max-width: 750px; }
    .signup__container--guide {
      max-width: 722px; }
  .signup__stages {
    height: calc(100vh - 240px);
    display: flex;
    justify-content: center;
    align-items: center; }
    .signup__stages__item {
      margin: 24px 0;
      display: flex;
      align-items: center; }
      .signup__stages__item__text {
        font-size: 20px;
        margin-right: 30px;
        font-weight: 500; }
      .signup__stages__item__icon .inProcess svg {
        animation: rotate 1.0s infinite linear; }
      .signup__stages__item__icon svg {
        display: block; }
  .signup__title {
    font-size: 22px;
    font-weight: 600; }
    @media screen and (max-width: 600px) {
      .signup__title {
        padding-left: 15px;
        font-size: 28px; } }
    .signup__title--main {
      margin: 59.2px 0 20px 0;
      text-align: center; }
    .signup__title--guide {
      margin-bottom: 16px;
      font-size: 24px;
      line-height: 24px;
      font-weight: 500; }
  .signup__caption {
    font-size: 20px;
    color: #637381;
    margin-bottom: 20px; }
    .signup__caption span {
      color: #212b36; }
    @media screen and (max-width: 600px) {
      .signup__caption {
        padding-left: 15px;
        font-size: 16px; } }
    .signup__caption--sm {
      font-size: 14px; }
  .signup__progress {
    background-color: #f5ecdd;
    height: 4px;
    width: 100%; }
    .signup__progress__item {
      height: 4px;
      background-color: #F5A623;
      transition: all 1s ease-in-out; }
  .signup__steps {
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0 1.2px 5.6px 0 rgba(0, 0, 0, 0.12);
    padding: 25px 15px;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .signup__steps {
        padding: 32px; } }
  .signup__row {
    display: flex;
    align-items: center;
    margin-bottom: 16px; }
    .signup__row--tag {
      flex-direction: row-reverse; }
  .signup__tag {
    background-color: #8ED6BC;
    border-radius: 4px;
    font-size: 10px;
    color: #105027;
    font-weight: 600;
    margin-right: 12px;
    padding: 5px 8px;
    letter-spacing: 0;
    width: 50px;
    text-align: center; }
  .signup__intro {
    font-size: 14px;
    font-weight: 600;
    width: calc(100% - 60px); }
    @media screen and (min-width: 992px) {
      .signup__intro {
        font-size: 16px; } }
  .signup__list {
    margin-bottom: 16px; }
    .signup__list__item {
      margin-bottom: 16px;
      transition: all 0.3s ease-in-out; }
      .signup__list__item__label {
        position: relative;
        padding: 16px 16px 16px 50px;
        display: block;
        cursor: pointer;
        transition: all 0.3s ease-in-out; }
        @media screen and (min-width: 768px) {
          .signup__list__item__label {
            padding: 17px 17px 17px 88px; } }
        .signup__list__item__label__title {
          font-weight: 600;
          display: block;
          line-height: 1.5;
          transition: all 0.3s ease-in-out; }
        .signup__list__item__label__caption {
          color: #637381;
          display: block; }
        .signup__list__item__label::before {
          position: absolute;
          content: '';
          top: 24px;
          left: 12px;
          height: 16px;
          width: 16px;
          border-radius: 50%;
          background-color: #ffffff;
          box-shadow: 0 0.5px 1px 0 rgba(0, 0, 0, 0.24);
          border: solid 0.4px #d0d2d9;
          transition: all 0.3s ease-in-out; }
          @media screen and (min-width: 768px) {
            .signup__list__item__label::before {
              left: 20px;
              height: 24px;
              width: 24px; } }
      .signup__list__item__radio {
        display: none; }
        .signup__list__item__radio:checked + .signup__list__item__label {
          background-color: #ffffff;
          box-shadow: 0 1px 6.5px 0 rgba(0, 0, 0, 0.12); }
          .signup__list__item__radio:checked + .signup__list__item__label::before {
            border: 4px solid #576AE6;
            box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24); }
            @media screen and (min-width: 768px) {
              .signup__list__item__radio:checked + .signup__list__item__label::before {
                border: 7px solid #576AE6; } }
          .signup__list__item__radio:checked + .signup__list__item__label .signup__list__item__label__title {
            color: #576AE6; }
      .signup__list__item:hover {
        background-color: #f7f8fc;
        box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.12); }
  @media screen and (min-width: 768px) {
    .signup__actions {
      display: flex;
      align-items: center; } }
  .signup__actions__item {
    margin-bottom: 15px; }
    @media screen and (min-width: 768px) {
      .signup__actions__item {
        margin-right: 16px;
        margin-bottom: 0; } }
    .signup__actions__item span {
      color: #637381; }
  .signup__form {
    max-width: 360px; }
    .signup__form--noMaxWidth {
      max-width: none; }
    .signup__form__cover {
      padding: 16px 32px;
      background-color: #fafafa;
      color: #637381;
      margin-left: -32px;
      margin-right: -32px;
      margin-bottom: 48px;
      font-size: 16px; }
      .signup__form__cover p:first-child {
        margin-bottom: 32px; }
  .signup__block {
    overflow: hidden;
    width: 100%;
    position: relative; }
    .signup__block__compliance {
      overflow: unset !important; }
  .signup__guides {
    border-bottom: 1px solid #BDBDBD;
    position: relative;
    padding: 42px 0 40px 0; }
    .signup__guides #circleplusmark {
      opacity: 1;
      transition: all 0.3s ease-in-out; }
    .signup__guides #fullcircle {
      opacity: 0;
      transition: all 0.3s ease-in-out; }
    .signup__guides #checkmark {
      opacity: 0;
      transition: all 0.3s ease-in-out; }
    .signup__guides:hover .signup__guides__title, .signup__guides:hover .signup__guides__button {
      color: #F5A623; }
    .signup__guides:hover #circleplusmark {
      opacity: 0; }
    .signup__guides:hover #fullcircle {
      opacity: 1; }
    .signup__guides:hover #checkmark {
      opacity: 1; }
    .signup__guides__title {
      font-size: 20px;
      color: #333333;
      transition: all 0.3s ease-in-out; }
      .signup__guides__title--completed {
        font-size: 20px;
        color: #333333;
        transition: all 0.3s ease-in-out; }
    .signup__guides__desc {
      font-size: 16px;
      color: #828282; }
    .signup__guides__icon {
      position: absolute;
      top: 526px;
      right: 1px;
      transition: all 0.3s ease-in-out; }
    .signup__guides__status {
      color: #219653;
      font-weight: bold;
      text-transform: capitalize; }
    .signup__guides__button {
      color: #212B36; }

.slideLeft-enter-active {
  animation: slide-left-Enter .5s;
  position: absolute;
  top: 0; }

.slideLeft-leave-active {
  animation: slide-left-Enter .5s reverse; }

@keyframes slide-left {
  0% {
    transform: translate(0); }
  100% {
    transform: translate(-700px); } }

@keyframes slide-left-Enter {
  0% {
    transform: translate(700px); }
  100% {
    transform: translate(0); } }

.bvn-form {
  max-width: 500px;
  padding: 24px 24px 24px 54px;
  display: flex; }
  .bvn-form input {
    margin-right: 16px; }

.cac-upload {
  padding: 24px 24px 24px 54px;
  display: flex;
  align-items: center; }
  .cac-upload__icon {
    height: 90px;
    width: 84px;
    border: 1px solid #d6dbeb;
    margin-right: 24px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 500; }
  .cac-upload__action {
    margin-right: 24px; }
  .cac-upload__option {
    color: #637381;
    font-size: 12px;
    line-height: 2.0;
    letter-spacing: 0; }

.success-bvn {
  display: flex;
  align-items: center;
  padding: 15px 25px; }
  .success-bvn__icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    margin-right: 8px; }
  .success-bvn__number {
    line-height: 1.43;
    color: #0f5732;
    margin-right: 15px; }
  .success-bvn__user {
    color: #637381; }

.signup-blk {
  width: 470px;
  margin: 80px auto;
  padding: 0 30px; }
  .signup-blk .signup__header__text {
    font-size: 28px;
    font-weight: bold; }
  .signup-blk .signup__list__item {
    border-bottom: 1px solid #BDBDBD; }
    .signup-blk .signup__list__item:hover, .signup-blk .signup__list__item:active {
      background-color: unset;
      box-shadow: none; }
    .signup-blk .signup__list__item__label {
      padding: 15px 20px 15px 0;
      margin: 0;
      background-color: unset;
      box-shadow: none; }
      .signup-blk .signup__list__item__label:hover, .signup-blk .signup__list__item__label:active {
        background-color: unset;
        box-shadow: none; }
      .signup-blk .signup__list__item__label::before {
        left: unset;
        right: 10px; }
    .signup-blk .signup__list__item__radio {
      display: none; }
      .signup-blk .signup__list__item__radio:checked + .signup__list__item__label {
        background-color: unset;
        box-shadow: none; }
  .signup-blk .signup__field {
    margin-bottom: 10px; }
    .signup-blk .signup__field label {
      display: inline-block;
      margin: 5px 0; }
  .signup-blk__confirm-account {
    width: 590px; }

.compliance-section {
  margin-top: -2px; }
  .compliance-section .signup__form {
    max-width: 460px; }
  .compliance-section__header {
    z-index: 2;
    background-color: inherit;
    position: relative;
    padding: 30px 0 30px; }
  .compliance-section__form {
    z-index: 1;
    position: relative; }
  .compliance-section__title {
    font-size: 20px; }
  .compliance-section__caption {
    color: #637381; }
  .compliance-section__legend {
    min-width: 90px; }
  .compliance-section__dropdown-icon {
    width: 20px; }
  .compliance-section .compliance-upload {
    background: #f5ecdd;
    padding: 15px; }
    .compliance-section .compliance-upload .icon {
      margin-top: -2.5px; }
    .compliance-section .compliance-upload input[type="checkbox"]:checked {
      background-color: #F5A623; }
  .compliance-section__line {
    position: relative;
    z-index: 3;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #BDBDBD; }

.top-notification__outer-circle {
  fill: #f5ecdd;
  stroke: #cccccc; }

.top-notification__inner-circle {
  fill: #F5A623; }

.compliance-info {
  background-color: #F1EDD5;
  border: 1px solid rgba(155, 155, 155, 0.242839);
  border-radius: 3px;
  padding: 18px 18px 24px 44px;
  margin-top: 6px; }

.welcome-nav {
  display: flex;
  align-items: center; }
  .welcome-nav__buttons {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    position: relative; }
    .welcome-nav__buttons__left {
      position: absolute;
      left: 20%;
      top: 38%;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      background-color: #12122c;
      color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer; }
    .welcome-nav__buttons__right {
      position: absolute;
      right: 20%;
      top: 38%;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      background-color: #12122c;
      color: white;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer; }

.welcome-marker__inner {
  position: absolute;
  top: 5px;
  transition: top .5s ease-out;
  -webkit-transition: top .5s ease-out;
  animation: fadeRight 2s ease-in-out infinite; }

.welcome--onboarding {
  background-color: black;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  position: relative; }

.onboarding {
  margin-left: 60px;
  padding: 120px 0 120px;
  min-height: 100vh;
  background-color: #f7f8fc;
  box-shadow: 0 2px 16px 0 rgba(33, 43, 54, 0.2), 0 31px 41px 0 rgba(33, 43, 54, 0.08); }
  @media screen and (min-width: 1200px) {
    .onboarding {
      margin-left: 250px; } }
  @media screen and (min-width: 1350px) {
    .onboarding {
      margin-left: 320px; } }
  .onboarding--back {
    padding: 80px 0 120px; }
  .onboarding__container {
    margin-left: 120px;
    max-width: 700px; }
  .onboarding__title {
    font-size: 28px;
    font-weight: 600; }
  .onboarding__caption {
    font-size: 20px;
    color: #637381;
    margin-bottom: 20px; }
    .onboarding__caption span {
      color: #212b36; }
  .onboarding__progress {
    background-color: #f5ecdd;
    height: 4px;
    width: 100%; }
    .onboarding__progress__item {
      height: 4px;
      background-color: #F5A623;
      transition: all 1s ease-in-out; }
  .onboarding__steps {
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0 1.2px 5.6px 0 rgba(0, 0, 0, 0.12);
    padding: 32px;
    width: 100%; }
  .onboarding__question {
    margin-bottom: 16px;
    font-weight: 600; }
    .onboarding__question__info {
      color: #a3a3a3;
      font-weight: 600;
      margin-bottom: 8px; }
  .onboarding__image {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block; }
    .onboarding__image--2 {
      width: 350px; }
  .onboarding__list {
    margin-bottom: 16px; }
    .onboarding__list__item {
      margin-bottom: 16px;
      transition: all 0.3s ease-in-out; }
      .onboarding__list__item__label {
        position: relative;
        padding: 16px 0 16px 70px;
        display: block;
        cursor: pointer;
        transition: all 0.3s ease-in-out; }
        .onboarding__list__item__label__title {
          font-weight: 600;
          display: block;
          line-height: 1.5;
          transition: all 0.3s ease-in-out; }
        .onboarding__list__item__label__caption {
          color: #637381;
          display: block; }
        .onboarding__list__item__label::before {
          position: absolute;
          content: '';
          top: 24px;
          left: 20px;
          height: 24px;
          width: 24px;
          border-radius: 4px;
          background-color: #ffffff;
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.24);
          border: solid 0.4px #d0d2d9;
          transition: all 0.3s ease-in-out;
          z-index: 2; }
        .onboarding__list__item__label__feature {
          color: #FF9B00; }
      .onboarding__list__item__checkbox {
        display: none; }
        .onboarding__list__item__checkbox:checked + .onboarding__list__item__label {
          background-color: #ffffff; }
          .onboarding__list__item__checkbox:checked + .onboarding__list__item__label::before {
            background-color: #FF9B00;
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.24); }
          .onboarding__list__item__checkbox:checked + .onboarding__list__item__label::after {
            position: absolute;
            content: '';
            width: 9px;
            height: 14px;
            z-index: 3;
            top: 27px;
            left: 28px;
            border-width: 0 3px 3px 0;
            border-style: solid;
            border-top-color: #FF9B00;
            border-right-color: #fff;
            border-bottom-color: #fff;
            border-left-color: #FF9B00;
            border-bottom-left-radius: 1px;
            border-bottom-right-radius: 1px;
            border-top-right-radius: 1px;
            border-top-left-radius: 1px;
            transform: rotate(45deg); }
          .onboarding__list__item__checkbox:checked + .onboarding__list__item__label .onboarding__list__item__label__title {
            color: #FF9B00; }
      .onboarding__list__item:hover {
        background-color: #f7f8fc;
        box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.12); }
  .onboarding__actions {
    display: flex;
    align-items: center; }
    .onboarding__actions__item {
      margin-right: 16px; }
      .onboarding__actions__item span {
        color: #637381; }
  .onboarding__form {
    max-width: 360px; }
  .onboarding__block {
    overflow: hidden;
    width: 100%;
    position: relative; }
  .onboarding__row__item {
    background-color: #fff;
    margin-bottom: 16px; }
    .onboarding__row__item__header {
      display: flex;
      border-radius: 4px;
      background-color: #ffffff;
      padding: 24px 32px;
      box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
      cursor: pointer; }
      .onboarding__row__item__header:hover {
        cursor: pointer; }
      .onboarding__row__item__header__icon {
        background-color: #fff;
        height: 24px;
        width: 24px;
        border-radius: 50%;
        color: #FF9B00;
        font-weight: 600;
        margin-right: 8px;
        padding-top: 1px;
        padding-left: 8px;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.24); }
      .onboarding__row__item__header__content {
        display: flex;
        justify-content: space-between;
        width: calc(100% - 30px); }
        .onboarding__row__item__header__content__text {
          font-size: 16px;
          font-weight: 600; }
          .onboarding__row__item__header__content__text__sub {
            color: #FF9B00; }
    .onboarding__row__item__content {
      padding: 24px 32px;
      display: none; }
      .onboarding__row__item__content .bold {
        font-weight: 500; }
    .onboarding__row__item__action {
      padding-top: 30px;
      padding-bottom: 20px; }
    .onboarding__row__item.active .onboarding__row__item__header {
      box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15); }
    .onboarding__row__item.active .onboarding__row__item__content {
      display: block; }
    .onboarding__row__item.active .onboarding__row__item__header__icon {
      background-color: #FF9B00;
      color: #fff; }
  .onboarding__back {
    margin-top: -90px;
    color: #FF9B00;
    font-size: 20px;
    margin-left: 120px;
    margin-bottom: 60px;
    cursor: pointer; }
    .onboarding__back:hover {
      cursor: pointer; }

.link-cell {
  padding: 16px 22px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  position: relative;
  margin-top: 22px;
  margin-bottom: 22px; }
  .link-cell__copy {
    position: absolute;
    right: 22px;
    top: 16px;
    width: 150px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0.49), #ffffff);
    text-align: right; }

.feature__title {
  font-weight: 600;
  margin-bottom: 12px;
  padding-top: 12px; }

.feature__caption {
  margin-bottom: 12px;
  line-height: 1.71; }

.feature__list {
  padding-left: 30px; }
  .feature__list__item {
    padding-left: 10px;
    list-style: disc;
    line-height: 1.71;
    font-weight: 400;
    margin-bottom: 8px; }

.text {
  color: #637381; }

.slideLeft-enter-active {
  animation: slide-left-Enter .5s;
  position: absolute;
  top: 0; }

.slideLeft-leave-active {
  animation: slide-left-Enter .5s reverse; }

@keyframes slide-left {
  0% {
    transform: translate(0); }
  100% {
    transform: translate(-700px); } }

@keyframes slide-left-Enter {
  0% {
    transform: translate(700px); }
  100% {
    transform: translate(0); } }

.fadeIn-enter-active {
  animation: fade-in 2s; }

.fadeIn-leave-active {
  animation: fade-in 2s reverse; }

@keyframes fade-in {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.intro {
  color: #637381;
  margin-bottom: 32px; }

.emphasis {
  color: #212b36;
  font-weight: 500;
  font-style: italic; }

.screenshot {
  text-align: center;
  background-color: #fafafa;
  margin-bottom: 32px; }
  .screenshot--fill {
    margin-left: -32px;
    margin-right: -32px; }

.instructions__title {
  color: #637381;
  margin-bottom: 24px; }

.instructions__send {
  padding: 16px 24px;
  background-color: #fafafa;
  margin-bottom: 32px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.12); }

.instructions__panel {
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.12);
  margin-bottom: 24px; }
  .instructions__panel__header {
    display: flex;
    align-items: center;
    padding: 16px 24px; }
    .instructions__panel__header--background {
      background-color: #fafafa; }
    .instructions__panel__header__icon {
      height: 20px;
      width: 20px;
      border-radius: 50%;
      background-color: #f8f8f8;
      box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.24);
      margin-right: 12px;
      font-size: 12px;
      font-weight: 600;
      display: flex;
      align-items: center;
      justify-content: center; }
    .instructions__panel__header__text {
      width: calc(100% - 32px); }

.screentab {
  padding: 16px 32px;
  background-color: #fafafa;
  margin-left: -32px;
  margin-right: -32px;
  color: #637381; }

.onboard {
  text-align: center;
  padding: 40px 15px 32px; }
  .onboard__intro {
    font-size: 20px;
    margin-bottom: 9px; }
  .onboard__caption {
    font-size: 16px;
    color: #637381;
    margin-bottom: 36px; }
    .onboard__caption .bold {
      color: #212b36; }
  .onboard__action {
    margin-bottom: 16px; }
  .onboard__skip {
    color: #637381;
    line-height: 1.71; }

.Password__badge {
  height: 20px !important;
  text-align: center !important;
  line-height: 20px !important;
  padding: 0 !important;
  background: #FF9B00 !important; }

@keyframes fadeRight {
  0% {
    transform: translate(0px, 0px);
    opacity: 0; }
  100% {
    transform: translate(12px, 0px);
    opacity: 1; } }

@-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1; } }

@-webkit-keyframes slide-out-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    height: auto; }
  100% {
    opacity: 0;
    height: 0; } }

@-webkit-keyframes slide-right {
  0% {
    height: auto;
    visibility: visible;
    opacity: 1; }
  100% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    height: 0;
    visibility: hidden;
    opacity: 0; } }

.slideLeftLogin-enter-active {
  animation: slide-in-left .5s; }

.slideLeftLogin-leave-active {
  animation: slide-out-left .4s; }

.slideRight-enter-active {
  animation: slide-right .6s reverse; }

.slideRight-leave-active {
  animation: slide-right .5s; }

.subaccount__balances {
  border-radius: 2.6px;
  background-color: #f7f8fc;
  box-shadow: 0 0.5px 2.5px 0 rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px 20px; }
  @media screen and (max-width: 767px) {
    .subaccount__balances {
      flex-direction: column; } }
  .subaccount__balances__title {
    color: #576ae6;
    font-weight: 500;
    font-size: 30px; }
  .subaccount__balances__subtitle {
    font-size: 11px;
    text-transform: uppercase; }
  .subaccount__balances__left {
    text-align: center;
    padding: 0 40px;
    border-right: 1px solid #c4cdd5; }
    @media screen and (max-width: 767px) {
      .subaccount__balances__left {
        border-right: none;
        margin-bottom: 20px; } }
  .subaccount__balances__middle {
    text-align: center;
    padding: 0 40px;
    border-right: 1px solid #c4cdd5; }
    @media screen and (max-width: 767px) {
      .subaccount__balances__middle {
        border-right: none;
        margin-bottom: 20px; } }
  .subaccount__balances__right {
    text-align: center;
    padding: 0 40px; }

.payment-page {
  padding: 70px 15px; }
  .payment-page__container {
    max-width: 484px;
    margin-left: auto;
    margin-right: auto; }
  .payment-page__row {
    text-align: center;
    margin-bottom: 14px;
    padding-left: 5px; }
    .payment-page__row__icon {
      width: 42px;
      height: 42px;
      margin-right: auto;
      margin-left: auto;
      margin-bottom: 8px;
      border-radius: 50%;
      background-color: #4990e2;
      color: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 18px; }
    .payment-page__row__image {
      width: 42px;
      padding-left: 5px;
      margin-right: auto;
      margin-left: auto; }
      .payment-page__row__image img {
        border-radius: 50%;
        object-fit: cover;
        object-position: center; }
    .payment-page__row__user__name {
      line-height: 1.2;
      font-size: 20px;
      font-weight: 700;
      margin-bottom: 15px; }
    .payment-page__row__user__description {
      line-height: 1.2;
      color: #637381; }
  .payment-page__form {
    background-color: #ffffff;
    box-shadow: 0 1px 2px 0 rgba(63, 63, 68, 0.15), 0 0 0 1px rgba(63, 63, 68, 0.05); }
    .payment-page__form__header {
      padding: 26px 24px;
      border-bottom: 1px solid #c4cdd5; }
      .payment-page__form__header__text {
        font-size: 14px;
        color: #637381;
        line-height: 1.5;
        text-align: center; }
    .payment-page__form__body {
      padding: 22px 24px 30px;
      background-color: #fcfcfc; }
      .payment-page__form__body__success {
        display: flex;
        height: 300px;
        justify-content: center;
        align-items: center; }
        .payment-page__form__body__success--2 {
          height: 150px; }
        .payment-page__form__body__success__logo {
          width: 75px;
          height: 75px;
          border-radius: 50%;
          background-color: #d8ebe4;
          margin-bottom: 24px;
          display: flex;
          align-items: center;
          justify-content: center;
          margin-left: auto;
          margin-right: auto; }
        .payment-page__form__body__success__text {
          color: #6bbebe;
          max-width: 300px;
          margin-left: auto;
          margin-right: auto;
          line-height: 1.5;
          font-size: 18px; }
        .payment-page__form__body__success__container {
          text-align: center; }
    .payment-page__form__footer {
      padding: 20px 24px; }
      .payment-page__form__footer__text {
        font-size: 14px;
        color: #637381;
        line-height: 1.5;
        text-align: center; }

.newObject {
  display: flex; }
  .newObject__select {
    width: 30%; }
    .newObject__select--as {
      width: 25%; }
    .newObject__select__item {
      padding: 8px;
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px;
      line-height: 1.43;
      text-align: center;
      border: 1px solid #c4cdd5;
      background-color: #c4cdd5;
      font-weight: 500;
      box-shadow: 0 1px 0 0 rgba(22, 29, 37, 0.05);
      border-right: none; }
  .newObject__input {
    width: 70%; }
    .newObject__input--as {
      width: 75%; }

.margin-o {
  margin-bottom: 0; }

.test-mode {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 12px 25px;
  background-color: #f7f8fc;
  box-shadow: 0 0.5px 1px 0 rgba(0, 0, 0, 0.2); }
  .test-mode__container {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: center; }
  .test-mode__icon {
    height: 32px;
    width: 32px;
    border-radius: 50%;
    margin-right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(208, 1, 27, 0.41); }
  .test-mode__text {
    font-size: 12px;
    color: #d0011b;
    line-height: 2.0;
    font-weight: 500; }

.alias-section {
  margin-bottom: 15px;
  display: flex; }
  .alias-section__title {
    flex-basis: 40%;
    background-color: #F4F6F8;
    padding: 8px 6px 8px 16px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    line-height: 1.43;
    border: 1px solid #c4cdd5;
    border-right: 0;
    box-shadow: 0 1px 0 0 rgba(22, 29, 37, 0.05);
    overflow: hidden; }
    .alias-section__title__paymentlinks {
      box-shadow: inset 0px 1px 2px rgba(102, 113, 123, 0.21); }
  .alias-section__value {
    width: 100%; }
    .alias-section__value .form__input {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
      border-left: none; }

.secured {
  padding: 40px 0;
  text-align: center; }
  .secured__badge {
    margin-bottom: 6px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .secured__badge__container {
      display: flex;
      border-radius: 3px;
      padding: 6px 12px;
      justify-content: center;
      align-items: center;
      background-color: #000000; }
    .secured__badge__icon {
      padding-right: 5px; }
    .secured__badge__text {
      color: #f5a623;
      font-weight: 600;
      font-size: 10px; }
  .secured__url {
    text-align: center; }
    .secured__url__text {
      color: #48484a;
      font-size: 12px; }

.cancelSubText {
  color: #637381;
  font-weight: 500; }

.cancelAction {
  padding-top: 32px; }

.transfers-breakdown {
  margin-left: 20px; }
  .transfers-breakdown > div {
    border-left: 2px solid #dfe3e8;
    padding-left: 15px;
    padding-bottom: 10px;
    padding-top: 15px;
    position: relative; }
    .transfers-breakdown > div::before {
      content: '';
      width: 12px;
      height: 12px;
      background: #7983ed;
      position: absolute;
      left: -7px;
      top: 19px;
      border-radius: 100%; }
  .transfers-breakdown span {
    display: block;
    font-size: 13px; }

.refundsDropdown.dropdown {
  min-width: 180px;
  margin-top: 10px;
  right: 0; }
  .refundsDropdown.dropdown:after, .refundsDropdown.dropdown:before {
    content: none; }

.refundsDropdown__transfers {
  right: -25px !important;
  min-width: 245px !important; }

.card__section {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  color: #fff; }
  .card__section__card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 401px;
    height: 244px;
    padding: 20px;
    background: #F5A623 url("/static/img/barter.svg");
    border-radius: 6px;
    box-shadow: 0px 1px 3px rgba(63, 63, 68, 0.15), 0px 0px 0px rgba(63, 63, 68, 0.05); }
    .card__section__card__top {
      display: flex;
      align-items: center; }
      .card__section__card__top__amount {
        font-size: 20px;
        font-weight: 600; }
      .card__section__card__top__brand {
        margin-left: auto; }
    .card__section__card__middle {
      text-align: center;
      font-weight: 600;
      font-size: 28px; }
    .card__section__card__bottom {
      display: flex; }
      .card__section__card__bottom__name {
        text-transform: capitalize;
        align-self: flex-end;
        font-size: 20px; }
      .card__section__card__bottom__expiry {
        margin-left: auto;
        font-size: 20px; }
  .card__section__right {
    flex-grow: 1;
    margin-left: 30px;
    color: #212b36;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .card__section__right__header {
      display: flex; }
      .card__section__right__header__actions {
        margin-left: auto;
        display: flex; }
        .card__section__right__header__actions button:nth-child(2) {
          margin-left: 20px; }

.sales {
  min-height: 100vh;
  margin-left: auto;
  padding: 26px;
  position: relative;
  z-index: 3;
  box-shadow: 0 2px 16px 0 rgba(33, 43, 54, 0.2), 0 31px 41px 0 rgba(33, 43, 54, 0.08);
  width: calc(100% - 60px); }
  @media screen and (min-width: 1200px) {
    .sales {
      width: calc(100% - 250px); } }
  @media screen and (min-width: 1350px) {
    .sales {
      width: calc(100% - 280px); } }
  .sales__container {
    background-color: #ffffff;
    border-radius: 6px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.12);
    transform: scale(0.8); }
  .sales__bottom {
    padding: 12px 20px 36px;
    display: flex; }
    @media screen and (max-width: 1350px) {
      .sales__bottom {
        align-items: flex-end; } }
    .sales__bottom__left {
      width: 50%; }
    .sales__bottom__right {
      width: 50%;
      padding: 0 18px 12px 30px;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
  .sales__header {
    background-color: #fafafa;
    font-weight: 600;
    font-size: 16px;
    padding: 16px 24px;
    line-height: 1.43; }
    .sales__header--noBackground {
      background-color: transparent;
      padding-left: 0;
      padding-top: 4px; }
    @media screen and (min-width: 1200px) {
      .sales__header {
        font-size: 16px;
        padding: 16px 24px; } }
    @media screen and (min-width: 1350px) {
      .sales__header {
        font-size: 21px;
        padding: 24px 36px; } }
  .sales__instruction {
    display: flex;
    align-items: center;
    margin-bottom: 12px; }
    .sales__instruction__icon {
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background-color: #ffffff;
      box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.24);
      margin-right: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 600;
      color: #637381; }
    .sales__instruction__text {
      width: calc(100% - 42px); }
  .sales__display {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: inset 0 -1px 0 0 #dfe1e4;
    padding: 16px 24px; }
    .sales__display__value {
      font-size: 36px;
      line-height: 1.25; }
      @media screen and (min-width: 1200px) {
        .sales__display__value {
          font-size: 36px; } }
      @media screen and (min-width: 1350px) {
        .sales__display__value {
          font-size: 48px; } }
    .sales__display__right {
      display: flex; }
      .sales__display__right .display__cell {
        padding-right: 14px; }
    @media screen and (min-width: 1200px) {
      .sales__display {
        padding: 16px 24px; } }
    @media screen and (min-width: 1350px) {
      .sales__display {
        padding: 24px 36px; } }
  .sales__method__item {
    margin-bottom: 24px;
    transition: all 0.3s ease-in-out;
    background-color: #fafafa; }
    .sales__method__item__label {
      position: relative;
      padding: 16px 0 16px 70px;
      display: block;
      cursor: pointer;
      transition: all 0.3s ease-in-out;
      font-size: 14px;
      font-weight: 600; }
      .sales__method__item__label::before {
        position: absolute;
        content: '';
        top: 15px;
        left: 20px;
        height: 24px;
        width: 24px;
        border-radius: 50%;
        background-color: #ffffff;
        box-shadow: 0 0.5px 1px 0 rgba(0, 0, 0, 0.24);
        border: solid 0.4px #d0d2d9;
        transition: all 0.3s ease-in-out; }
        @media screen and (min-width: 1200px) {
          .sales__method__item__label::before {
            top: 15px; } }
        @media screen and (min-width: 1600px) {
          .sales__method__item__label::before {
            top: 24px; } }
      @media screen and (min-width: 1200px) {
        .sales__method__item__label {
          font-size: 14px; } }
      @media screen and (min-width: 1350px) {
        .sales__method__item__label {
          font-size: 17px; } }
      @media screen and (min-width: 1600px) {
        .sales__method__item__label {
          font-size: 24px; } }
    .sales__method__item__radio {
      display: none; }
      .sales__method__item__radio:checked + .sales__method__item__label {
        background-color: #ffffff;
        box-shadow: 0 1px 6.5px 0 rgba(0, 0, 0, 0.12); }
        .sales__method__item__radio:checked + .sales__method__item__label::before {
          border: 7px solid #F5A623;
          box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.24); }
    .sales__method__item:hover {
      background-color: #f7f8fc;
      box-shadow: 0 2px 13px 0 rgba(0, 0, 0, 0.12); }

.keypad {
  display: flex;
  flex-wrap: wrap; }
  .keypad__btn {
    margin: 12px;
    flex-basis: calc(33.3% - 24px);
    padding: 20px;
    font-size: 30px;
    background-color: #ffffff;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
    border: none;
    color: #637381;
    font-weight: 400;
    cursor: pointer;
    outline: none; }
    .keypad__btn:active {
      box-shadow: none;
      background-color: #fafafa; }
    .keypad__btn:last-child {
      flex-grow: 1; }
    @media screen and (min-width: 1200px) {
      .keypad__btn {
        padding: 20px;
        font-size: 30px; } }
    @media screen and (min-width: 1350px) {
      .keypad__btn {
        padding: 20px;
        font-size: 48px; } }
    @media screen and (min-width: 1600px) {
      .keypad__btn {
        padding: 35px; } }

.copy-small {
  padding-right: 5px;
  padding-left: 10px;
  background-color: #eef0fc;
  font-weight: 500; }

.donation {
  padding: 0 30px 0 30px;
  height: 100vh;
  overflow: scroll; }
  .donation__success {
    display: flex;
    align-items: center;
    justify-content: center; }
  .donation__top {
    display: flex;
    align-items: center;
    padding: 0 100px;
    height: 50px; }
    @media (max-width: 991px) {
      .donation__top {
        padding: 15px 0; } }
    .donation__top__right {
      margin-left: auto; }
      .donation__top__right a {
        color: black;
        text-decoration: none;
        font-weight: 600;
        font-size: 12px; }
        @media (max-width: 991px) {
          .donation__top__right a {
            font-size: 10px; } }
    .donation__top__left a {
      text-decoration: none;
      color: black;
      font-weight: 600;
      font-size: 12px; }
      @media (max-width: 991px) {
        .donation__top__left a {
          font-size: 10px; } }
  .donation__bottom {
    position: relative;
    background: url("/static/img/donation-bg@3x.png") center no-repeat;
    background-size: cover;
    height: calc(100vh - 90px); }
    @media (max-width: 480px) {
      .donation__bottom {
        overflow: scroll; } }
    .donation__bottom__background {
      position: absolute;
      width: 100%;
      z-index: -1; }
      .donation__bottom__background img {
        width: 100%;
        height: calc(100vh - 60px);
        object-fit: cover; }
  .donation__section {
    display: flex;
    height: calc(100vh - 90px); }
    .donation__section__left {
      width: 60%;
      padding: 50px 100px;
      color: #ffffff; }
      @media (max-width: 991px) {
        .donation__section__left {
          display: none; } }
      .donation__section__left__logo {
        width: 80px; }
      .donation__section__left__header {
        margin-top: 50px;
        color: #f4f6f8;
        font-size: 2.5em; }
      .donation__section__left__description {
        margin-top: 30px;
        width: 500px;
        line-height: normal;
        font-size: 20px; }
      .donation__section__left__learn-more-link {
        margin-top: 80px; }
        .donation__section__left__learn-more-link a {
          color: white;
          text-decoration: none;
          border: solid 0.5px #ffffff;
          padding: 10px 20px;
          transition: all .3s ease-in; }
          .donation__section__left__learn-more-link a:hover {
            background-color: #FF9B00;
            border: none; }
    .donation__section__right {
      width: 40%;
      padding: 80px 30px; }
      @media (max-width: 991px) {
        .donation__section__right {
          width: 100%;
          padding: 20px 20px; } }
      .donation__section__right__badge {
        margin: 40px auto;
        display: flex; }
  .donation .donation-form {
    width: 360px;
    max-width: 100%; }
    @media (max-width: 991px) {
      .donation .donation-form {
        width: 360px;
        max-width: 90%;
        margin: 0 auto; } }
    .donation .donation-form .form__inner {
      background-color: white;
      padding: 20px; }
      .donation .donation-form .form__inner .select__input {
        color: #212b36; }
    .donation .donation-form .form__label {
      color: #212b36; }
    @media (max-width: 991px) {
      .donation .donation-form__logo {
        display: block !important;
        width: 120px;
        margin-bottom: 40px; } }
    .donation .donation-form .radio-group {
      margin-bottom: 20px;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
      .donation .donation-form .radio-group .radio-box-group--left {
        position: relative; }
        @media (max-width: 480px) {
          .donation .donation-form .radio-group .radio-box-group--left {
            font-size: 12px; } }
      .donation .donation-form .radio-group .radio-box-group--right {
        position: relative; }
        @media (max-width: 480px) {
          .donation .donation-form .radio-group .radio-box-group--right {
            font-size: 12px; } }
      .donation .donation-form .radio-group input[type="radio"] {
        z-index: 100;
        display: none; }
      .donation .donation-form .radio-group input[type="radio"]:checked + label {
        background: #ffffff;
        color: #12122c; }
      .donation .donation-form .radio-group label {
        padding: 10px 40px;
        text-transform: uppercase;
        border: 1px solid #f4f6f8;
        font-weight: 600;
        color: #fff; }
        @media (max-width: 480px) {
          .donation .donation-form .radio-group label {
            display: block;
            text-align: center;
            padding: 5px 20px;
            font-size: 10px; } }

.donation--line {
  height: 1.5px;
  box-shadow: inset 0 0.5px 1.5px 0 rgba(0, 0, 0, 0.22);
  margin-top: 30px; }

.pos-title {
  font-size: 17px; }

.btn--pos {
  box-shadow: 0 1px 0 0 rgba(22, 29, 37, 0.1), inset 0 1px 0 1px rgba(255, 255, 255, 0.06);
  background-image: linear-gradient(to bottom, #606fc7, #5865c1);
  padding: 8px 31px;
  font-weight: normal;
  line-height: 1.43;
  border: solid 1px #4f5dba; }

.pos__empty {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 12px 0 12px 70px;
  height: 424px;
  overflow: hidden; }
  .pos__empty__image {
    display: none; }
  .pos__empty__text {
    margin-top: 20px; }
    .pos__empty__text--header {
      font-size: 28px;
      font-weight: normal;
      line-height: 1.1;
      letter-spacing: -0.4px;
      color: #12122c;
      margin-bottom: 12px; }
    .pos__empty__text--sub {
      font-size: 14px;
      font-weight: normal;
      line-height: 1.4;
      letter-spacing: -0.1px;
      color: #4a4a4a;
      margin-bottom: 30px; }
  @media screen and (min-width: 992px) {
    .pos__empty__text {
      width: 53%;
      margin-top: 82px; }
      .pos__empty__text--header {
        font-size: 40px; }
      .pos__empty__text--sub {
        font-size: 20px; }
    .pos__empty__image {
      display: block;
      position: absolute;
      right: -4px; } }

@media screen and (min-width: 768px) {
  .confirmation-modal .modal__dialog--xs {
    width: 340px; } }

.request-modal .modal__header {
  padding: 30px;
  background-color: #606fc7;
  border-radius: 6px 6px 0 0;
  color: white; }

.request-modal .modal__title {
  max-width: 75%;
  margin: auto;
  font-size: 20px;
  margin-bottom: 21px;
  font-weight: 500; }

.request-modal .has-image.modal__header {
  padding: 40px; }

.request-modal .has-image .modal__title {
  max-width: none;
  margin-bottom: 0; }

.request-modal .has-image .modal__header__image {
  margin-bottom: 37px; }

.request-modal .modal__header__longtext {
  color: rgba(249, 251, 253, 0.79);
  font-size: 18px;
  text-align: center;
  line-height: normal;
  letter-spacing: normal; }

.request-modal__info {
  padding: 37px 26px 10.6px; }
  .request-modal__info p {
    font-size: 16px;
    margin-bottom: 18px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #48484a; }

.table__pos-requests .table__data .pos-id {
  color: #4a4a4a;
  line-height: 1.43; }

.table__pos-requests .table__data .delivery-status {
  font-weight: bold;
  line-height: 1.14;
  letter-spacing: normal;
  color: #f5a623; }

.pos-device {
  padding: 36px 26px 106.6px;
  max-width: 80%;
  position: relative; }
  .pos-device__detail, .pos-device__delivery {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .pos-device__detail:last-child, .pos-device__delivery:last-child {
      margin-right: 0; }
    @media screen and (min-width: 768px) {
      .pos-device__detail, .pos-device__delivery {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%; }
        .pos-device__detail:last-child, .pos-device__delivery:last-child {
          margin-right: 0; } }
  @media screen and (min-width: 768px) {
    .pos-device__detail {
      padding-right: 58.4px; } }
  @media screen and (min-width: 768px) {
    .pos-device__delivery {
      padding-left: 58.4px; } }
  .pos-device:after {
    clear: both;
    content: "";
    display: block; }
  .pos-device .divider {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 1px;
    border-top: solid 1px rgba(51, 51, 51, 0.19);
    margin-left: 30px;
    margin-right: 30px; }
    @media screen and (min-width: 768px) {
      .pos-device .divider {
        height: auto;
        width: 1px;
        border-right: solid 1px rgba(51, 51, 51, 0.19);
        border-top: none;
        margin: auto;
        margin-top: 57.6px;
        margin-bottom: 57.6px; } }

.pos__detail__section:not(:last-child) {
  margin-bottom: 20px; }

.pos__detail__section .detail__title {
  font-weight: 700;
  letter-spacing: normal;
  margin-bottom: 4px; }

.pos__detail__section .badge__button {
  background-color: #bbe5b3;
  padding: 2px 12px;
  line-height: 1.23;
  font-size: 13px;
  color: #212b36;
  font-weight: normal; }

.pos__delivery-status {
  display: flex;
  font-size: 10px;
  line-height: normal;
  letter-spacing: 0;
  text-align: left;
  color: #2a3255; }
  .pos__delivery-status .status-dots {
    display: flex;
    margin-bottom: 15px;
    align-items: center;
    margin-left: 8px;
    margin-right: 8px; }
    .pos__delivery-status .status-dots__dot {
      width: 4px;
      height: 4px;
      background-color: #12122c;
      border-radius: 50%; }
      .pos__delivery-status .status-dots__dot:not(:last-child) {
        margin-right: 5px; }
  .pos__delivery-status .not-active {
    color: #c4cdd5; }

.pos__delivery-confirmation .btn {
  margin-top: 12px; }

.qr--image, .qr--section {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%; }
  .qr--image:last-child, .qr--section:last-child {
    margin-right: 0; }

@media screen and (min-width: 992px) {
  .qr--image, .qr--section {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    .qr--image:last-child, .qr--section:last-child {
      margin-right: 0; } }

.qr--section__image {
  padding: 20px; }
  .qr--section__image img {
    width: 100%; }

.qr--section__download {
  padding: 20px; }
  .qr--section__download p {
    margin-bottom: 10px; }

.noaccess__page {
  height: 500px;
  background: linear-gradient(rgba(87, 106, 230, 0.14), rgba(87, 106, 230, 0.14)), url(/static/img/locked.svg) right;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  padding: 50px; }
  .noaccess__page__inner h2 {
    font-weight: 500;
    font-size: 34px; }
  .noaccess__page__inner p {
    font-size: 18px;
    margin-top: 10px; }

.referrals__page {
  height: 500px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%; }
  .referrals__page__container {
    background: url(/static/img/referralstate.svg) right;
    background-repeat: no-repeat;
    background-size: auto;
    display: flex;
    align-items: center;
    width: 100%;
    height: 500px; }
    @media (max-width: 480px) {
      .referrals__page__container {
        background: none; } }
  .referrals__page__inner {
    padding-left: 40px; }
    @media (max-width: 480px) {
      .referrals__page__inner {
        padding: 20px; } }
    .referrals__page__inner__title {
      font-weight: 500;
      font-size: 34px; }
    .referrals__page__inner__subtitle {
      font-size: 18px;
      margin-top: 10px; }
    .referrals__page__inner__text-link {
      color: #007ace;
      font-size: 14px;
      margin-top: 10px;
      cursor: pointer; }
  .referrals__page__data {
    height: 280px;
    margin-bottom: 20px;
    background-color: white;
    display: flex;
    box-shadow: 0 0.5px 2.5px 0 rgba(0, 0, 0, 0.15); }
    .referrals__page__data__left {
      width: 30%;
      background-color: #f7f8fc;
      padding: 50px 40px;
      display: flex;
      flex-direction: column; }
      .referrals__page__data__left__count {
        font-size: 24px;
        color: #576ae6;
        font-weight: 500; }
      .referrals__page__data__left__description {
        text-transform: uppercase;
        font-size: 11px; }
      .referrals__page__data__left__commission {
        margin-top: auto; }
    .referrals__page__data__right {
      width: 70%;
      background: linear-gradient(rgba(255, 255, 255, 0.54), rgba(255, 255, 255, 0.54)), url(/static/img/referralstate.svg) right;
      background-repeat: no-repeat;
      background-size: contain;
      padding: 40px; }
      .referrals__page__data__right__title {
        font-weight: 500;
        font-size: 24px; }
      .referrals__page__data__right__subtitle {
        font-size: 13px;
        margin-top: 10px; }
      .referrals__page__data__right__link a {
        text-decoration: none;
        color: #007ace;
        font-weight: 500; }
      .referrals__page__data__right .input {
        width: 40%; }

.not-found {
  display: flex;
  min-height: 100vh;
  align-items: center; }
  .not-found__container {
    max-width: 616px;
    background-color: #fff;
    text-align: center;
    padding-left: 35px;
    padding-right: 35px;
    box-shadow: 0 1.2px 5.6px 0 rgba(0, 0, 0, 0.12); }
  .not-found__title {
    color: #FF9B00;
    font-weight: 700;
    font-size: 120px;
    margin-bottom: -25px; }
    @media screen and (min-width: 992px) {
      .not-found__title {
        font-size: 180px;
        margin-bottom: -50px; } }
    @media screen and (min-width: 1200px) {
      .not-found__title {
        font-size: 240px; } }
  .not-found__caption {
    color: #000;
    text-transform: uppercase;
    font-weight: 700; }
    @media screen and (min-width: 992px) {
      .not-found__caption {
        font-size: 24px; } }
    @media screen and (min-width: 1200px) {
      .not-found__caption {
        font-size: 36px; } }
  .not-found__description {
    color: #4a4a4a;
    margin-bottom: 30px; }
    @media screen and (min-width: 992px) {
      .not-found__description {
        font-size: 18px;
        margin-bottom: 60px; } }
    @media screen and (min-width: 1200px) {
      .not-found__description {
        font-size: 24px; } }
  .not-found__action {
    padding-bottom: 50px; }
    @media screen and (min-width: 992px) {
      .not-found__action {
        padding-bottom: 80px; } }
  .not-found__left, .not-found__right {
    width: 100%; }
  @media screen and (max-width: 767px) {
    .not-found__right {
      display: none; } }
  .not-found__diagram {
    background-color: #d6dbeb;
    width: 308px;
    height: 308px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: -150px;
    text-align: center; }
    @media screen and (max-width: 991px) {
      .not-found__diagram {
        width: 200px;
        height: 200px; } }
    .not-found__diagram svg {
      display: block;
      margin-left: auto;
      margin-right: auto; }
      @media screen and (max-width: 991px) {
        .not-found__diagram svg {
          width: 200px; } }

.pickup {
  padding: 25px 25px 0; }
  .pickup__header {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .pickup__header__title {
      font-size: 20px;
      line-height: 23px;
      color: #333333;
      margin-bottom: 30px; }

.capital__intro {
  width: 90%;
  margin: 101px auto 47px;
  text-align: center;
  max-width: 576px; }
  .capital__intro__title {
    font-size: 20px;
    line-height: 23.44px;
    font-weight: 500; }
  .capital__intro__subtext {
    font-size: 18px;
    line-height: 21px;
    letter-spacing: 0px;
    color: #828282; }
  .capital__intro__offers-title {
    font-size: 18px;
    line-height: 21px;
    color: #4F4F4F;
    margin-top: 30px;
    font-weight: 500; }
  .capital__intro__offers-list {
    max-width: 560px;
    display: flex;
    justify-content: space-around;
    flex-flow: wrap;
    margin-right: 10px; }
    .capital__intro__offers-list > * {
      margin-top: 20px; }
      .capital__intro__offers-list > *:nth-child(1), .capital__intro__offers-list > *:nth-child(2) {
        margin-top: 0; }
  .capital__intro__link {
    margin-top: 82px;
    display: block; }

.capital__offer {
  width: 270px;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  padding: 27px 20px; }
  .capital__offer__title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600; }
  .capital__offer__subtext {
    color: #4f4f4f;
    line-height: 20px; }

.capital__overview {
  display: flex; }

.capital__chart {
  min-width: 467px;
  width: 467px;
  padding: 67px 35px 52px 35px;
  position: relative;
  margin-right: 3px; }
  .capital__chart .pie-chart {
    width: 170px;
    height: 170px;
    margin: 0 auto;
    display: block; }
    .capital__chart .pie-chart__circle:nth-child(1) {
      stroke: #f5a623; }
    .capital__chart .pie-chart__circle:nth-child(2) {
      stroke: #BDBDBD; }
    .capital__chart .pie-chart__text--lg {
      font-size: 14px;
      fill: #333333; }
    .capital__chart .pie-chart__text--md {
      font-size: 10px;
      fill: #828282; }
  .capital__chart__status {
    position: absolute;
    top: 23px;
    left: 26px;
    border-radius: 14.4px;
    padding: 6px 12px;
    font-size: 12.8px; }
    .capital__chart__status--active {
      background-color: #6BBEBE;
      color: #FFFFFF; }
    .capital__chart__status--inactive {
      background-color: red;
      color: #FFFFFF; }
    .capital__chart__status--completed {
      background-color: #ffea8a;
      color: #000000; }
  .capital__chart__label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px; }
    .capital__chart__label *:nth-child(2) {
      flex-grow: 1; }
    .capital__chart__label *:nth-child(3) {
      font-weight: bold; }

.capital__payments {
  flex-grow: 1; }

.capital__details {
  background-color: #F4F6F8;
  padding: 30px 20px; }

.capital__detail {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  font-size: 18px; }
  .capital__detail:nth-child(1) {
    margin-top: 0; }

.capital__breakdown-modal {
  padding: 60px 49px 67px; }
  .capital__breakdown-modal__title {
    font-size: 18px;
    color: #4F4F4F; }
  .capital__breakdown-modal__amount {
    font-size: 36px;
    color: #FF9B00; }
  .capital__breakdown-modal__terms {
    color: #828282; }

/* Make clicks pass-through */
#nprogress {
  pointer-events: none; }

#nprogress .bar {
  background: #FF9B00;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px; }

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #FF9B00, 0 0 5px #FF9B00;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px); }

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px; }

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #FF9B00;
  border-left-color: #FF9B00;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite; }

.nprogress-custom-parent {
  overflow: hidden;
  position: relative; }

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute; }

@-webkit-keyframes nprogress-spinner {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/*
* iziToast | v1.2.0
* http://izitoast.marcelodolce.com
* by Marcelo Dolce.
*/
.iziToast-capsule {
  font-size: 0;
  height: 0;
  width: 100%;
  transform: translateZ(0);
  backface-visibility: hidden;
  transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1), height 0.5s cubic-bezier(0.25, 0.8, 0.25, 1); }

.iziToast-capsule,
.iziToast-capsule * {
  box-sizing: border-box; }

.iziToast-overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 997; }

.iziToast {
  display: inline-block;
  clear: both;
  position: relative;
  font-family: 'Lato', Tahoma, Arial;
  font-size: 14px;
  padding: 8px 45px 9px 0px;
  background: #eeeeee;
  border-color: #eeeeee;
  border-radius: 50px;
  width: 100%;
  pointer-events: all;
  cursor: default;
  transform: translateX(0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.iziToast > .iziToast-progressbar {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
  background: rgba(255, 255, 255, 0.2); }

.iziToast > .iziToast-progressbar > div {
  height: 2px;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 0 0 3px 3px; }

.iziToast.iziToast-balloon:before {
  content: '';
  position: absolute;
  right: 8px;
  left: auto;
  width: 0px;
  height: 0px;
  top: 100%;
  border-right: 0px solid transparent;
  border-left: 15px solid transparent;
  border-top: 10px solid #000;
  border-top-color: inherit;
  border-radius: 0; }

.iziToast.iziToast-balloon .iziToast-progressbar {
  top: 0;
  bottom: auto; }

.iziToast.iziToast-balloon > div {
  border-radius: 0 0 0 3px; }

.iziToast > .iziToast-cover {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  margin: 0;
  background-size: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.1); }

.iziToast > .iziToast-close {
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  padding: 0;
  opacity: 0.6;
  width: 42px;
  height: 100%;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAJPAAACTwBcGfW0QAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAD3SURBVFiF1ZdtDoMgDEBfdi4PwAX8vLFn0qT7wxantojKupmQmCi8R4tSACpgjC2ICCUbEBa8ingjsU1AXRBeR8aLN64FiknswN8CYefBBDQ3whuFESy7WyQMeC0ipEI0A+0FeBvHUFN8xPaUhAH/iKoWsnXHGegy4J0yxialOfaHJAz4bhRzQzgDvdGnz4GbAonZbCQMuBm1K/kcFu8Mp1N2cFFpsxsMuJqqbIGExGl4loARajU1twskJLLhIsID7+tvUoDnIjTg5T9DPH9EBrz8rxjPzciAl9+O8SxI8CzJ8CxKFfh3ynK8Dyb8wNHM/XDqejx/AtNyPO87tNybAAAAAElFTkSuQmCC") no-repeat 50% 50%;
  background-size: 8px;
  cursor: pointer;
  outline: none; }

.iziToast > .iziToast-close:hover {
  opacity: 1; }

.iziToast > .iziToast-body {
  position: relative;
  padding: 0 0 0 10px;
  height: auto;
  margin: 0 0 0 15px;
  text-align: left; }

.iziToast > .iziToast-body::after {
  content: "";
  display: table;
  clear: both; }

.iziToast > .iziToast-body .iziToast-texts {
  margin: 10px 0 0 0;
  display: inline-block;
  float: left; }

.iziToast > .iziToast-body .iziToast-buttons {
  min-height: 17px;
  float: left;
  margin: 4px -2px; }

.iziToast > .iziToast-body .iziToast-buttons > a,
.iziToast > .iziToast-body .iziToast-buttons > button,
.iziToast > .iziToast-body .iziToast-buttons > input {
  position: relative;
  display: inline-block;
  margin: 2px;
  border-radius: 2px;
  border: 0;
  padding: 5px 10px;
  font-size: 12px;
  letter-spacing: 0.02em;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.1);
  color: #000; }

.iziToast > .iziToast-body .iziToast-buttons > a:hover,
.iziToast > .iziToast-body .iziToast-buttons > button:hover,
.iziToast > .iziToast-body .iziToast-buttons > input:hover {
  background: rgba(0, 0, 0, 0.2); }

.iziToast > .iziToast-body .iziToast-buttons > a:focus,
.iziToast > .iziToast-body .iziToast-buttons > button:focus,
.iziToast > .iziToast-body .iziToast-buttons > input:focus {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.6); }

.iziToast > .iziToast-body .iziToast-buttons > a:active,
.iziToast > .iziToast-body .iziToast-buttons > button:active,
.iziToast > .iziToast-body .iziToast-buttons > input:active {
  top: 1px; }

.iziToast > .iziToast-body .iziToast-icon {
  height: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  display: table;
  font-size: 23px;
  line-height: 24px;
  margin-top: -12px;
  color: #000; }

.iziToast > .iziToast-body .iziToast-icon.ico-info {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAflBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACCtoPsAAAAKXRSTlMA6PsIvDob+OapavVhWRYPrIry2MxGQ97czsOzpJaMcE0qJQOwVtKjfxCVFeIAAAI3SURBVFjDlJPZsoIwEETnCiGyb8q+qmjl/3/wFmGKwjBROS9QWbtnOqDDGPq4MdMkSc0m7gcDDhF4NRdv8NoL4EcMpzoJglPl/KTDz4WW3IdvXEvxkfIKn7BMZb1bFK4yZFqghZ03jk0nG8N5NBwzx9xU5cxAg8fXi20/hDdC316lcA8o7t16eRuQvW1XGd2d2P8QSHQDDbdIII/9CR3lUF+lbucfJy4WfMS64EJPORnrZxtfc2pjJdnbuags3l04TTtJMXrdTph4Pyg4XAjugAJqMDf5Rf+oXx2/qi4u6nipakIi7CsgiuMSEF9IGKg8heQJKkxIfFSUU/egWSwNrS1fPDtLfon8sZOcYUQml1Qv9a3kfwsEUyJEMgFBKzdV8o3Iw9yAjg1jdLQCV4qbd3no8yD2GugaC3oMbF0NYHCpJYSDhNI5N2DAWB4F4z9Aj/04Cna/x7eVAQ17vRjQZPh+G/kddYv0h49yY4NWNDWMMOMUIRYvlTECmrN8pUAjo5RCMn8KoPmbJ/+Appgnk//Sy90GYBCGgm7IAskQ7D9hFKW4ApB1ei3FSYD9PjGAKygAV+ARFYBH5BsVgG9kkBSAQWKUFYBRZpkUgGVinRWAdUZQDABBQdIcAElDVBUAUUXWHQBZx1gMAGMprM0AsLbVXHsA5trZe93/wp3svQ0YNb/jWV3AIOLsMtlznSNOH7JqjOpDVh7z8qCZR10ftvO4nxeOvPLkpSuvfXnxzKtvXr7j+v8C5ii0e71At7cAAAAASUVORK5CYII=") no-repeat 50% 50%;
  background-size: 85%;
  width: 24px;
  height: 24px; }

.iziToast > .iziToast-body .iziToast-icon.ico-warning {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEQAAABECAMAAAAPzWOAAAAAkFBMVEUAAAAAAAABAAIAAAABAAIAAAMAAAABAAIBAAIBAAIAAAIAAAABAAIAAAABAAICAAICAAIAAAIAAAAAAAAAAAABAAIBAAIAAAMAAAABAAIBAAMBAAECAAIAAAIAAAIAAAABAAIBAAIBAAMBAAIBAAEAAAIAAAMAAAAAAAABAAECAAICAAIAAAIAAAMAAAQAAAE05yNAAAAAL3RSTlMAB+kD7V8Q+PXicwv7I9iYhkAzJxnx01IV5cmnk2xmHfzexsK4eEw5L7Gei39aRw640awAAAHQSURBVFjD7ZfJdoJAEEWJgCiI4oDiPM8m7///LidErRO7sHrY5u7YXLr7vKqu9kTC0HPmo9n8cJbEQOzqqAdAUHeUZACQuTkGDQBoDJwkHZR0XBz9FkpafXuHP0SJ09mGeJLZ5wwlTmcbA0THPmdEK7XPGTG1zxmInn3OiJ19zkB0jSVTKExMHT0wjAwlWzC0fSPHF1gWRpIhWMYm7fYTFcQGlbemf4dFfdTGg0B/KXM8qBU/3wntbq7rSGqvJ9kla6IpueFJet8fxfem5yhykjyOgNaWF1qSGd5JMNNxpNF7SZQaVh5JzLrTCZIEJ1GyEyVyd+pClMjdaSJK5O40giSRu5PfFiVyd1pAksjdKRnrSsbVdbiHrgT7yss315fkVQPLFQrL+4FHeOXKO5YRFEKv5AiFaMlKLlBpJuVCJlC5sJfvCgztru/3NmBYccPgGTxRAzxn1XGEMUf58pXZvjoOsOCgjL08+b53mtfAM/SVsZcjKLtysQZPqIy9HPP3m/3zKItRwT0LyQo8sTr26tcO83DIUMWIJjierHLsJda/tbNBFY0BP/bKtcM8HNIWCK3aYR4OMzgxo5w5EFLOLKDExXAm9gI4E3iAO94/Ct/lKWuM2LMGbgAAAABJRU5ErkJggg==") no-repeat 50% 50%;
  background-size: 85%;
  width: 24px;
  height: 24px; }

.iziToast > .iziToast-body .iziToast-icon.ico-error {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAeFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAVyEiIAAAAJ3RSTlMA3BsB98QV8uSyWVUFz7+kcWMM2LuZioBpTUVBNcq2qaibj4d1azLZZYABAAACZElEQVRYw7WX25KCMAyGAxUoFDkpiohnV97/DXeGBtoOUprZ2dyo1K82fxKbwJJVp+KQZ7so2mX5oThVQLKwjDe9YZu4DF3ptAn6rxY0qQPOEq9fNC9ha3y77a22ba24v+9Xbe8v8x03dPOC2/NdvB6xeSreLfGJpnx0TyotKqLm2s7Jd/WO6ivXNp0tCy02R/aFz5VQ5wUPlUL5fIfj5KIlVGU0nWHm/5QtoTVMWY8mzIVu1K9O7XH2JiU/xnOOT39gnUfj+lFHddx4tFjL3/H8jjzaFCy2Rf0c/fdQyQszI8BDR973IyMSKa4krjxAiW/lkRvMP+bKK9WbYS1ASQg8dKjaUGlYPwRe/WoIkz8tiQchH5QAEMv6T0k8MD4mUyWr4E7jAWqZ+xWcMIYkXvlwggJ3IvFK+wIOcpXAo8n8P0COAaXyKH4OsjBuZB4ew0IGu+H1SebhNazsQBbWm8yj+hFuUJB5eMsN0IUXmYendAFFfJB5uEkRMYwxmcd6zDGRtmQePEykAgubymMRFmMxCSIPCRbTuFNN5OGORTjmNGc0Po0m8Uv0gcCry6xUhR2QeLii9tofbEfhz/qvNti+OfPqNm2Mq6105FUMvdT4GPmufMiV8PqBMkc+DdT1bjYYbjzU/ew23VP4n3mLAz4n8Jtv/Ui3ceTT2mzz5o1mZt0gnBpmsdjqRqVlmplcPdqa7X23kL9brdm2t/uBYDPn2+tyu48mtIGD10JTuUrukVrbCFiwDzcHrPjxKt7PW+AZQyT/WESO+1WL7f3o+WLHL2dYMSZsg6dg/z360ofvP4//v1NPzgs28WlWAAAAAElFTkSuQmCC") no-repeat 50% 50%;
  background-size: 80%;
  width: 24px;
  height: 24px; }

.iziToast > .iziToast-body .iziToast-icon.ico-success {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABABAMAAABYR2ztAAAAIVBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABt0UjBAAAACnRSTlMApAPhIFn82wgGv8mVtwAAAKVJREFUSMft0LEJAkEARNFFFEw1NFJb8CKjAy1AEOzAxNw+bEEEg6nyFjbY4LOzcBwX7S/gwUxoTdIn+Jbv4Lv8bx446+kB6VsBtK0B+wbMCKxrwL33wOrVeeChX28n7KTOTjgoEu6DRSYAgAAAAkAmAIAAAAIACQIkMkACAAgAIACAyECBKAOJuCagTJwSUCaUAEMAABEBRwAAEQFLbCJgO4bW+AZKGnktR+jAFAAAAABJRU5ErkJggg==") no-repeat 50% 50%;
  background-size: 85%;
  width: 24px;
  height: 24px; }

.iziToast > .iziToast-body .iziToast-icon.ico-question {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAQAAAAAYLlVAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADdcAAA3XAUIom3gAAAAHdElNRQfhCQkUEhFovxTxAAAEDklEQVRo3s2ZTWgTQRTHf03ipTRUqghNSgsRjHgQrFUQC6JgD1Kak3gQUUoPqRdBglf1oBehBws9Cn4cGk+1SOmh2upBxAYVoeJHrR9tgq0i1Cq0lqYeks7MbpPdmU00/c8hm9n33v/t7Nt5M2+qMEWQI0QIibZKRrQpHvLL2KI2wnQzzBKrDm2RIeKEy01dTYKUI7G1ZRknQXV5yP10kTYgly1NF/5S6duZ8ES+1iZodyaocrjXxE0OFeifYYgp0mRIkwFChAkRJsIxGgrIP+I0n82fvZW5dc/zkss0O2o1c5mX6/TmaDWl77RFe5YkUW3tKEmyFv0lOvXJ/fTYnmCEFuMRbGHEZqVHLyT9DFjUJmkzJl9DG5MWWwM6Llif/gF1nukB6nhgGwUXdFrE+wiURA8QoM9i0zEWWpXQW+ZsyeRrOMuyEo5Fv4gmy4dXPvqcC+pH2VRYaMwy+OWG+iLGCgm0W0Kv9HdvR8ASjmKCXpuK/bxiV/76A/v5UdDIZuKcJGjrnec5KZ7wwsWFOp6xPX/9mt2sqDe7FO+Kf/fXHBPPDWpdXGhTpLvUG9VKwh1xMDDjkvu+cNDFBTk7ptX1QkKZ850m3duu6fcrWxwdaFFyREJ2j4vOpKP6Du6z4uJCv8sYJIVkCnJBGGZaBONO3roY2EqNrSfIPi7SKP4fdXyNUd6I6wbSAHEl33tFLe+FlSsusnK90A0+oEPcuufZgXnOi+u9LrKSJQZQw6LwqBnv2CKsfHORbFbyQhA6xN/pEuihSdj56Co7LWRjPiKie6gkB2LiKuUqK5kiPkLiz1QJ9K1cNXBAMoUCigNpQ9IqDtMI1HKA4/jyvUsaoSyZLA5kjOjDPFZen8Ql5TsvBskUgjciIPSX3QAXC86DT7VWvlEh/xZ+ij9BDVWJ0QL0SbZq6QaFxoLPcXPmBLveLCc4wXdDK6s+6/vwhCSniFLPXW0NJe5UB8zKCsviqpc7vGPVQFcyZbyPwGD+d5ZnxmNWlhG4xSBZZjivjIWHEQgoDkSMjMwTo54569JSE5IpA7EyJSMTyGTUAUFlO1ZKOtaHTMeL1PhYYFTcihmY2cQ5+ullj7EDkiVfVez2sCTz8yiv84djhg7IJVk81xFWJlPdfHBG0flkRC/zQFZ+DSllNtfDdUsOMCliyGX5uOzU3ZhIXFDof4m1gDuKbEx0t2YS25gVGpcMnr/I1kx3c6piB8P8ZoqEwfMX3ZyCXynJTmq/U7NUXqfUzCbWL1wqVKBQUeESzQYoUlW8TAcVL1RCxUu1G6BYXfFyfQ4VPbDI4T8d2WzgQ6sc/vmxnTsqfHCZQzUJxm1h5dxS5Tu6lQgTZ0ipqRVqSwzTbbLHMt+c19iO76tsx/cLZub+Ali+tYC93olEAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE3LTA5LTA5VDIwOjE4OjE3KzAyOjAwjKtfjgAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNy0wOS0wOVQyMDoxODoxNyswMjowMP325zIAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC") no-repeat 50% 50%;
  background-size: 85%;
  width: 24px;
  height: 24px; }

.iziToast > .iziToast-body .iziToast-title {
  padding: 0;
  margin: 0;
  line-height: 16px;
  font-size: 14px;
  text-align: left;
  float: left;
  color: #000;
  white-space: normal; }

.iziToast > .iziToast-body .iziToast-message {
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 14px;
  line-height: 16px;
  text-align: left;
  float: left;
  color: rgba(0, 0, 0, 0.6);
  white-space: normal; }

.iziToast.iziToast-animateInside .iziToast-title,
.iziToast.iziToast-animateInside .iziToast-message,
.iziToast.iziToast-animateInside .iziToast-icon,
.iziToast.iziToast-animateInside .iziToast-buttons-child {
  opacity: 0; }

.iziToast-target {
  position: relative;
  width: 100%;
  margin: 0 auto; }

.iziToast-target .iziToast-capsule {
  overflow: hidden; }

.iziToast-target .iziToast-capsule:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.iziToast-target .iziToast-capsule .iziToast {
  width: 100%;
  float: left; }

.iziToast-wrapper {
  z-index: 9999;
  position: fixed;
  width: 100%;
  pointer-events: none;
  display: flex;
  flex-direction: column; }

.iziToast-wrapper .iziToast.iziToast-balloon:before {
  border-right: 0 solid transparent;
  border-left: 15px solid transparent;
  border-top: 10px solid #000;
  border-top-color: inherit;
  right: 8px;
  left: auto; }

.iziToast-wrapper-bottomLeft {
  left: 0;
  bottom: 0; }

.iziToast-wrapper-bottomLeft .iziToast.iziToast-balloon:before {
  border-right: 15px solid transparent;
  border-left: 0 solid transparent;
  right: auto;
  left: 8px; }

.iziToast-wrapper-bottomRight {
  right: 0;
  bottom: 0;
  text-align: right; }

.iziToast-wrapper-topLeft {
  left: 0;
  top: 0; }

.iziToast-wrapper-topLeft .iziToast.iziToast-balloon:before {
  border-right: 15px solid transparent;
  border-left: 0 solid transparent;
  right: auto;
  left: 8px; }

.iziToast-wrapper-topRight {
  top: 0;
  right: 0;
  text-align: right; }

.iziToast-wrapper-topCenter {
  top: 0;
  left: 0;
  right: 0;
  text-align: center; }

.iziToast-wrapper-bottomCenter {
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center; }

.iziToast-wrapper-center {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  justify-content: center;
  flex-flow: column;
  align-items: center; }

.iziToast-rtl {
  direction: rtl;
  padding: 8px 0 9px 45px;
  font-family: Tahoma, 'Lato', Arial; }

.iziToast-rtl .iziToast-cover {
  left: auto;
  right: 0; }

.iziToast-rtl .iziToast-close {
  right: auto;
  left: 0; }

.iziToast-rtl .iziToast-body {
  padding: 0 10px 0 0;
  margin: 0 16px 0 0;
  text-align: right; }

.iziToast-rtl .iziToast-body .iziToast-buttons,
.iziToast-rtl .iziToast-body .iziToast-texts,
.iziToast-rtl .iziToast-body .iziToast-title,
.iziToast-rtl .iziToast-body .iziToast-message {
  float: right;
  text-align: right; }

.iziToast-rtl .iziToast-body .iziToast-icon {
  left: auto;
  right: 0; }

@media only screen and (min-width: 568px) {
  .iziToast-wrapper {
    padding: 10px 15px; }
  .iziToast-cover {
    border-radius: 3px 0 0 3px; }
  .iziToast {
    margin: 60px 30px;
    width: auto; }
  .iziToast.iziToast-color-dark::after {
    box-shadow: inset 0 -10px 20px -10px rgba(255, 255, 255, 0.3), 0 10px 10px -5px rgba(0, 0, 0, 0.25); }
  .iziToast.iziToast-balloon .iziToast-progressbar {
    background: transparent; }
  .iziToast.iziToast-balloon::after {
    box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.25), inset 0 10px 20px -5px rgba(0, 0, 0, 0.25); }
  .iziToast-target .iziToast::after {
    box-shadow: inset 0 -10px 20px -10px rgba(0, 0, 0, 0.2), inset 0 0 5px rgba(0, 0, 0, 0.1); } }

.iziToast.iziToast-theme-dark {
  background: #565c70;
  border-color: #565c70; }

.iziToast.iziToast-theme-dark .iziToast-title {
  color: #fff; }

.iziToast.iziToast-theme-dark .iziToast-message {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300; }

.iziToast.iziToast-theme-dark .iziToast-close {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAQAAADZc7J/AAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADdcAAA3XAUIom3gAAAAHdElNRQfgCR4OIQIPSao6AAAAwElEQVRIx72VUQ6EIAwFmz2XB+AConhjzqTJ7JeGKhLYlyx/BGdoBVpjIpMJNjgIZDKTkQHYmYfwmR2AfAqGFBcO2QjXZCd24bEggvd1KBx+xlwoDpYmvnBUUy68DYXD77ESr8WDtYqvxRex7a8oHP4Wo1Mkt5I68Mc+qYqv1h5OsZmZsQ3gj/02h6cO/KEYx29hu3R+VTTwz6D3TymIP1E8RvEiiVdZfEzicxYLiljSxKIqlnW5seitTW6uYnv/Aqh4whX3mEUrAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE2LTA5LTMwVDE0OjMzOjAyKzAyOjAwl6RMVgAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNi0wOS0zMFQxNDozMzowMiswMjowMOb59OoAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC") no-repeat 50% 50%;
  background-size: 8px; }

.iziToast.iziToast-theme-dark .iziToast-icon {
  color: #fff; }

.iziToast.iziToast-theme-dark .iziToast-icon.ico-info {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAflBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////vroaSAAAAKXRSTlMA6PsIvDob+OapavVhWRYPrIry2MxGQ97czsOzpJaMcE0qJQOwVtKjfxCVFeIAAAI3SURBVFjDlJPZsoIwEETnCiGyb8q+qmjl/3/wFmGKwjBROS9QWbtnOqDDGPq4MdMkSc0m7gcDDhF4NRdv8NoL4EcMpzoJglPl/KTDz4WW3IdvXEvxkfIKn7BMZb1bFK4yZFqghZ03jk0nG8N5NBwzx9xU5cxAg8fXi20/hDdC316lcA8o7t16eRuQvW1XGd2d2P8QSHQDDbdIII/9CR3lUF+lbucfJy4WfMS64EJPORnrZxtfc2pjJdnbuags3l04TTtJMXrdTph4Pyg4XAjugAJqMDf5Rf+oXx2/qi4u6nipakIi7CsgiuMSEF9IGKg8heQJKkxIfFSUU/egWSwNrS1fPDtLfon8sZOcYUQml1Qv9a3kfwsEUyJEMgFBKzdV8o3Iw9yAjg1jdLQCV4qbd3no8yD2GugaC3oMbF0NYHCpJYSDhNI5N2DAWB4F4z9Aj/04Cna/x7eVAQ17vRjQZPh+G/kddYv0h49yY4NWNDWMMOMUIRYvlTECmrN8pUAjo5RCMn8KoPmbJ/+Appgnk//Sy90GYBCGgm7IAskQ7D9hFKW4ApB1ei3FSYD9PjGAKygAV+ARFYBH5BsVgG9kkBSAQWKUFYBRZpkUgGVinRWAdUZQDABBQdIcAElDVBUAUUXWHQBZx1gMAGMprM0AsLbVXHsA5trZe93/wp3svQ0YNb/jWV3AIOLsMtlznSNOH7JqjOpDVh7z8qCZR10ftvO4nxeOvPLkpSuvfXnxzKtvXr7j+v8C5ii0e71At7cAAAAASUVORK5CYII=") no-repeat 50% 50%;
  background-size: 85%; }

.iziToast.iziToast-theme-dark .iziToast-icon.ico-warning {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEQAAABECAMAAAAPzWOAAAAAllBMVEUAAAD////+//3+//3+//3///////z+//3+//3+//3////////////9//3////+//39//3///3////////////+//3+//39//3///z+//z+//7///3///3///3///3////////+//3+//3+//3+//z+//3+//7///3///z////////+//79//3///3///z///v+//3///+trXouAAAAMHRSTlMAB+j87RBf+PXiCwQClSPYhkAzJxnx05tSyadzcmxmHRbp5d7Gwrh4TDkvsYt/WkdQzCITAAAB1UlEQVRYw+3XaXKCQBCGYSIIighoxCVqNJrEPfly/8vFImKXduNsf/Mc4K1y7FnwlMLQc/bUbj85R6bA1LXRDICg6RjJcZa7NQYtnLUGTpERSiOXxrOPkv9s30iGKDmtbYir3H7OUHJa2ylAuvZzRvzUfs7Ii/2cgfTt54x82s8ZSM848gJmYtroQzA2jHwA+LkBIEuMGt+QIng1igzlyMrkuP2CyOi47axRaYTL5jhDJehoR+aovC29s3iIyly3Eb+hRCvZo2qsGTnhKr2cLDS+J73GsqBI9W80UCmWWpEuhIjh6ZRGjyNRarjzKGJ2Ou2himCvjHwqI+rTqQdlRH06TZQR9ek0hiqiPp06mV4ke7QPX6ERUZxO8Uo3sqrfhxvoRrCpvXwL/UjR9GRHMIvLgke4d5QbiwhM6JV2YKKF4vIl7XIBkwm4keryJVmvk/TfwcmPwQNkUQuyA2/sYGwnXL7GPu4bW1jYsmevrNj09/MGZMOEPXslQVqO8hqykD17JfPHP/bmo2yGGpdZiH3IZvzZa7B3+IdDjjpjesHJcvbs5dZ/e+cddVoDdvlq7x12Nac+iN7e4R8OXTjp0pw5CGnOLNDEzeBs5gVwFniAO+8f8wvfeXP2hyqnmwAAAABJRU5ErkJggg==") no-repeat 50% 50%;
  background-size: 85%; }

.iziToast.iziToast-theme-dark .iziToast-icon.ico-error {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAMAAACdt4HsAAAAeFBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////GqOSsAAAAJ3RSTlMA3BsB98QV8uSyWVUFz6RxYwzYvbupmYqAaU1FQTXKv7abj4d1azKNUit3AAACZElEQVRYw7WXaZOCMAyGw30UORRQBLxX/v8/3BkaWjrY2szO5otKfGrzJrEp6Kw6F8f8sI+i/SE/FucKSBaWiT8p5idlaEtnXTB9tKDLLHAvdSatOan3je93k9F2vRF36+mr1a6eH2NFNydoHq/ieU/UXcWjjk9XykdNWq2ywtp4tXL6Wb2T/MqtzzZutsrNyfvA51KoQROhVCjfrnASIRpSVUZiD5v4RbWExjRdJzSmOsZFvzYz59kRSr6V5zE+/QELHkNdb3VRx45HS1b1u+zfkkcbRAZ3qJ9l/A4qefHUDMShJe+6kZKJDD2pLQ9Q4lu+5Q7rz7Plperd7AtQEgIPI6o2dxr2D4GXvxqCiKcn8cD4gxIAEt7/GYkHL16KqeJd0NB4gJbXfgVnzCGJlzGcocCVSLzUvoAj9xJ4NF7/R8gxoVQexc/hgBpSebjPjgPs59cHmYfn7NkDb6wXmUf1I1ygIPPw4gtgCE8yDw8eAop4J/PQcBExjQmZx37MsZB2ZB4cLKQCG5vKYxMWSzMxIg8pNtOyUkvkocEmXGo69mh8FgnxS4yBwMvDrJSNHZB4uC3ayz/YkcIP4lflwVIT+OU07ZSjrbTkZQ6dTPkYubZ8GC/Cqxu6WvJZII93dcCw46GdNqdpTeF/tiMOuDGB9z/NI6NvyWetGPM0g+bVNeovBmamHXWj0nCbEaGeTMN2PWrqd6cM26ZxP2DeJvj+ph/30Zi/GmRbtlK5SptI+nwGGnvH6gUruT+L16MJHF+58rwNIifTV0vM8+hwMeOXAb6Yx0wXT+b999WXfvn+8/X/F7fWzjdTord5AAAAAElFTkSuQmCC") no-repeat 50% 50%;
  background-size: 80%; }

.iziToast.iziToast-theme-dark .iziToast-icon.ico-success {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABABAMAAABYR2ztAAAAIVBMVEUAAAD////////////////////////////////////////PIev5AAAACnRSTlMApAPhIFn82wgGv8mVtwAAAKVJREFUSMft0LEJAkEARNFFFEw1NFJb8CKjAy1AEOzAxNw+bEEEg6nyFjbY4LOzcBwX7S/gwUxoTdIn+Jbv4Lv8bx446+kB6VsBtK0B+wbMCKxrwL33wOrVeeChX28n7KTOTjgoEu6DRSYAgAAAAkAmAIAAAAIACQIkMkACAAgAIACAyECBKAOJuCagTJwSUCaUAEMAABEBRwAAEQFLbCJgO4bW+AZKGnktR+jAFAAAAABJRU5ErkJggg==") no-repeat 50% 50%;
  background-size: 85%; }

.iziToast.iziToast-theme-dark .iziToast-icon.ico-question {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAQAAAAAYLlVAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAADdcAAA3XAUIom3gAAAAHdElNRQfhCQkUEg18vki+AAAETUlEQVRo3s1ZTWhbRxD+VlIuxsLFCYVIIQYVopBDoK5bKDWUBupDMNbJ5FBKg/FBziUQdE9yaC+FHBrwsdCfQ9RTGoLxwWl+DqHEojUFFydxnB9bInZDqOsErBrr6yGvs/ueX97bldTKo4Pe7puZb3Z33s7srIIjMY1jyCEjP6ImvyX8pF64arSHznKC06wzijY5xSKz7YbuYokV2lODsyyxqz3gSY6z6gCuqcpxJluFH+Z8U+D/0jyHoxFUBHgfvsGHIS9WMIUlVFFDFTUAGWSRQRY5HMeBEP6b+Ew9dh/7INd2jGeO59kfKdXP85zbIbfGQVf4sYC3N1hm3lo6zzIbPvk6x+zBk7wQGMEMB5xncIAzAS0XrFySSV72iS1yyBVcdA1x0afrsoUJgdFfY2+z8ADAXl7zz0KcwJiPfZKpVuABgClO+nRG+QIHDdfb4qlWwUXvKW4Z7vi6L4J9vg+vbfCeCeZH2RfOdMOc/HbCA4BvIW6EMQz7XK/ltd+hP+VzR9mgva2YSfyGI17fA7ynnocqeQNFfIJ0oHsdv6CC2+rXGBN6cQdveY3fcVRtmy/HDete+93zy8jA8zV7YkwYMrjHzRddRsCdiVCwwmh6wg9iTNC7Y9XIF1iS7kbUpsvvGEdPuTfSgAEjRpR096x0liPFD/Eqt2NMuBQzB2XhrACAApjFsuQFh9XdGAX70B3oSuNdnMVBaX+sopYxjwVpHFBVACyKTXNoktjD+6Ll8xhenS9MAAkAI/Lux2YNUOs4I413Ypg1SgEAu7kpFvWjaeJe0fJHDGe/cNaZBkekudw8PMA+0fMwlndZeAsJ5KR/qhUDUJCnSiyvRsolkJHGUgvjH8QXDgZopEzKMKDqCKrwEQ4C6MH7GEXC665buLJG8hlQc4LP4paxfJrOqYVYYY2UARfEIazTbgDg2dB98GebzJd54b8L/iWNdLyooeR6CHyZ+6xk0yKxkYg6nEVSUG4VJ9QJ9cxRCxO+9WiOyvgUeexXP1hLGH5nGuBWVtiSp4vqe3VP0UFWI9Wan4Er3v8q7jjPWVtm4FtcQQMrOKO2nOQCM5AyDMi56FDrKHA/1nyppS1ppBpYaE8wciEjGI2AaeM41kI4doDX4XiT3Qm1gevyruCgZg9P8xIv8m1nCzTKq6oiJ9xTMiZ505P5m8cdZ0CnZMVXHVljM7WMBzxpyDxygtdxoCEFTaMIWbZU85UvBjgUMYy0fBaAF8V1Lj9qWQ1aMZ5f4k9r+AGMSkMP1vZoZih6k6sicc5h/OFHM9vDqU/VIU7zJZdYYsKGH4g4nAJMGiXZRds1pVMoZ69RM5vfkbh0qkBhsnS2RLMLilQdL9MBHS9UAh0v1e6CYnXHy/WeeCcvLDwl/9OVze69tPKM+M+v7eJN6OzFpWdEF0ucDbhVNFXadnVrmJFlkVNGTS2M6pzmhMvltfPhnN2B63sVuL7fcNP3D1TSk2ihosPrAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE3LTA5LTA5VDIwOjE4OjEzKzAyOjAweOR7nQAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNy0wOS0wOVQyMDoxODoxMyswMjowMAm5wyEAAAAZdEVYdFNvZnR3YXJlAHd3dy5pbmtzY2FwZS5vcmeb7jwaAAAAAElFTkSuQmCC") no-repeat 50% 50%;
  background-size: 85%; }

.iziToast.iziToast-theme-dark .iziToast-buttons > a,
.iziToast.iziToast-theme-dark .iziToast-buttons > button,
.iziToast.iziToast-theme-dark .iziToast-buttons > input {
  color: #fff;
  background: rgba(255, 255, 255, 0.1); }

.iziToast.iziToast-theme-dark .iziToast-buttons > a:hover,
.iziToast.iziToast-theme-dark .iziToast-buttons > button:hover,
.iziToast.iziToast-theme-dark .iziToast-buttons > input:hover {
  background: rgba(255, 255, 255, 0.2); }

.iziToast.iziToast-theme-dark .iziToast-buttons > a:focus,
.iziToast.iziToast-theme-dark .iziToast-buttons > button:focus,
.iziToast.iziToast-theme-dark .iziToast-buttons > input:focus {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.6); }

.iziToast.iziToast-color-red {
  background: #fbeae5;
  border: 2px solid #ed6347; }

.iziToast.iziToast-color-orange {
  background: #ffcfa5;
  border-color: #ffcfa5; }

.iziToast.iziToast-color-yellow {
  background: #fff9b2;
  border-color: #fff9b2; }

.iziToast.iziToast-color-blue {
  background: #9ddeff;
  border-color: #9ddeff; }

.iziToast.iziToast-color-green {
  background: #e3f1df;
  border: 2px solid #50b83c;
  color: #212b36;
  font-weight: 500; }

.iziToast.iziToast-layout2 .iziToast-body .iziToast-message {
  width: 100%; }

.iziToast.iziToast-layout3 {
  border-radius: 2px; }

.iziToast.iziToast-layout3::after {
  display: none; }

.iziToast.revealIn,
.iziToast .revealIn {
  -webkit-animation: iziT-revealIn 1s cubic-bezier(0.25, 1.6, 0.25, 1) both;
  -moz-animation: iziT-revealIn 1s cubic-bezier(0.25, 1.6, 0.25, 1) both;
  animation: iziT-revealIn 1s cubic-bezier(0.25, 1.6, 0.25, 1) both; }

.iziToast.slideIn,
.iziToast .slideIn {
  -webkit-animation: iziT-slideIn 1s cubic-bezier(0.16, 0.81, 0.32, 1) both;
  -moz-animation: iziT-slideIn 1s cubic-bezier(0.16, 0.81, 0.32, 1) both;
  animation: iziT-slideIn 1s cubic-bezier(0.16, 0.81, 0.32, 1) both; }

.iziToast.bounceInLeft {
  -webkit-animation: iziT-bounceInLeft 0.7s ease-in-out both;
  animation: iziT-bounceInLeft 0.7s ease-in-out both; }

.iziToast.bounceInRight {
  -webkit-animation: iziT-bounceInRight 0.85s ease-in-out both;
  animation: iziT-bounceInRight 0.85s ease-in-out both; }

.iziToast.bounceInDown {
  -webkit-animation: iziT-bounceInDown 0.7s ease-in-out both;
  animation: iziT-bounceInDown 0.7s ease-in-out both; }

.iziToast.bounceInUp {
  -webkit-animation: iziT-bounceInUp 0.7s ease-in-out both;
  animation: iziT-bounceInUp 0.7s ease-in-out both; }

.iziToast.fadeIn {
  -webkit-animation: iziT-fadeIn 0.5s ease both;
  animation: iziT-fadeIn 0.5s ease both; }

.iziToast.fadeInUp {
  -webkit-animation: iziT-fadeInUp 0.7s ease both;
  animation: iziT-fadeInUp 0.7s ease both; }

.iziToast.fadeInDown {
  -webkit-animation: iziT-fadeInDown 0.7s ease both;
  animation: iziT-fadeInDown 0.7s ease both; }

.iziToast.fadeInLeft {
  -webkit-animation: iziT-fadeInLeft 0.85s cubic-bezier(0.25, 0.8, 0.25, 1) both;
  animation: iziT-fadeInLeft 0.85s cubic-bezier(0.25, 0.8, 0.25, 1) both; }

.iziToast.fadeInRight {
  -webkit-animation: iziT-fadeInRight 0.85s cubic-bezier(0.25, 0.8, 0.25, 1) both;
  animation: iziT-fadeInRight 0.85s cubic-bezier(0.25, 0.8, 0.25, 1) both; }

.iziToast.flipInX {
  -webkit-animation: iziT-flipInX 0.85s cubic-bezier(0.35, 0, 0.25, 1) both;
  animation: iziT-flipInX 0.85s cubic-bezier(0.35, 0, 0.25, 1) both; }

.iziToast.fadeOut {
  -webkit-animation: iziT-fadeOut 0.7s ease both;
  animation: iziT-fadeOut 0.7s ease both; }

.iziToast.fadeOutDown {
  -webkit-animation: iziT-fadeOutDown 0.7s cubic-bezier(0.4, 0.45, 0.15, 11) both;
  animation: iziT-fadeOutDown 0.7s cubic-bezier(0.4, 0.45, 0.15, 11) both; }

.iziToast.fadeOutUp {
  -webkit-animation: iziT-fadeOutUp 0.7s cubic-bezier(0.4, 0.45, 0.15, 11) both;
  animation: iziT-fadeOutUp 0.7s cubic-bezier(0.4, 0.45, 0.15, 11) both; }

.iziToast.fadeOutLeft {
  -webkit-animation: iziT-fadeOutLeft 0.5s ease both;
  animation: iziT-fadeOutLeft 0.5s ease both; }

.iziToast.fadeOutRight {
  -webkit-animation: iziT-fadeOutRight 0.5s ease both;
  animation: iziT-fadeOutRight 0.5s ease both; }

.iziToast.flipOutX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation: iziT-flipOutX 0.7s cubic-bezier(0.4, 0.45, 0.15, 11) both;
  animation: iziT-flipOutX 0.7s cubic-bezier(0.4, 0.45, 0.15, 11) both; }

.iziToast-overlay.fadeIn {
  -webkit-animation: iziT-fadeIn 0.5s ease both;
  animation: iziT-fadeIn 0.5s ease both; }

.iziToast-overlay.fadeOut {
  -webkit-animation: iziT-fadeOut 0.7s ease both;
  animation: iziT-fadeOut 0.7s ease both; }

@-webkit-keyframes iziT-revealIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 1); }
  100% {
    opacity: 1; } }

@-moz-keyframes iziT-revealIn {
  0% {
    opacity: 0;
    -moz-transform: scale3d(0.3, 0.3, 1); }
  100% {
    opacity: 1; } }

@-webkit-keyframes iziT-slideIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@-moz-keyframes iziT-slideIn {
  0% {
    opacity: 0;
    -moz-transform: translateX(50px); }
  100% {
    opacity: 1;
    -moz-transform: translateX(0); } }

@-webkit-keyframes iziT-bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(280px); }
  50% {
    opacity: 1;
    -webkit-transform: translateX(-20px); }
  70% {
    -webkit-transform: translateX(10px); }
  100% {
    -webkit-transform: translateX(0); } }

@-webkit-keyframes iziT-bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-280px); }
  50% {
    opacity: 1;
    -webkit-transform: translateX(20px); }
  70% {
    -webkit-transform: translateX(-10px); }
  100% {
    -webkit-transform: translateX(0); } }

@-webkit-keyframes iziT-bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-200px); }
  50% {
    opacity: 1;
    -webkit-transform: translateY(10px); }
  70% {
    -webkit-transform: translateY(-5px); }
  100% {
    -webkit-transform: translateY(0); } }

@-webkit-keyframes iziT-bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(200px); }
  50% {
    opacity: 1;
    -webkit-transform: translateY(-10px); }
  70% {
    -webkit-transform: translateY(5px); }
  100% {
    -webkit-transform: translateY(0); } }

@-webkit-keyframes iziT-fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes iziT-fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes iziT-fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes iziT-fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes iziT-fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes iziT-flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg); }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@-webkit-keyframes iziT-fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@-webkit-keyframes iziT-fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@-webkit-keyframes iziT-fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@-webkit-keyframes iziT-fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0); } }

@-webkit-keyframes iziT-fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0); } }

@-webkit-keyframes iziT-flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@-moz-keyframes iziT-revealIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 1); }
  100% {
    opacity: 1; } }

@-webkit-keyframes iziT-revealIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 1); }
  100% {
    opacity: 1; } }

@-o-keyframes iziT-revealIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 1); }
  100% {
    opacity: 1; } }

@keyframes iziT-revealIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 1); }
  100% {
    opacity: 1; } }

@-moz-keyframes iziT-slideIn {
  0% {
    opacity: 0;
    transform: translateX(50px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@-webkit-keyframes iziT-slideIn {
  0% {
    opacity: 0;
    transform: translateX(50px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@-o-keyframes iziT-slideIn {
  0% {
    opacity: 0;
    transform: translateX(50px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@keyframes iziT-slideIn {
  0% {
    opacity: 0;
    transform: translateX(50px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@-moz-keyframes iziT-bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(280px); }
  50% {
    opacity: 1;
    transform: translateX(-20px); }
  70% {
    transform: translateX(10px); }
  100% {
    transform: translateX(0); } }

@-webkit-keyframes iziT-bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(280px); }
  50% {
    opacity: 1;
    transform: translateX(-20px); }
  70% {
    transform: translateX(10px); }
  100% {
    transform: translateX(0); } }

@-o-keyframes iziT-bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(280px); }
  50% {
    opacity: 1;
    transform: translateX(-20px); }
  70% {
    transform: translateX(10px); }
  100% {
    transform: translateX(0); } }

@keyframes iziT-bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(280px); }
  50% {
    opacity: 1;
    transform: translateX(-20px); }
  70% {
    transform: translateX(10px); }
  100% {
    transform: translateX(0); } }

@-moz-keyframes iziT-bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(-280px); }
  50% {
    opacity: 1;
    transform: translateX(20px); }
  70% {
    transform: translateX(-10px); }
  100% {
    transform: translateX(0); } }

@-webkit-keyframes iziT-bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(-280px); }
  50% {
    opacity: 1;
    transform: translateX(20px); }
  70% {
    transform: translateX(-10px); }
  100% {
    transform: translateX(0); } }

@-o-keyframes iziT-bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(-280px); }
  50% {
    opacity: 1;
    transform: translateX(20px); }
  70% {
    transform: translateX(-10px); }
  100% {
    transform: translateX(0); } }

@keyframes iziT-bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(-280px); }
  50% {
    opacity: 1;
    transform: translateX(20px); }
  70% {
    transform: translateX(-10px); }
  100% {
    transform: translateX(0); } }

@-moz-keyframes iziT-bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-200px); }
  50% {
    opacity: 1;
    transform: translateY(10px); }
  70% {
    transform: translateY(-5px); }
  100% {
    transform: translateY(0); } }

@-webkit-keyframes iziT-bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-200px); }
  50% {
    opacity: 1;
    transform: translateY(10px); }
  70% {
    transform: translateY(-5px); }
  100% {
    transform: translateY(0); } }

@-o-keyframes iziT-bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-200px); }
  50% {
    opacity: 1;
    transform: translateY(10px); }
  70% {
    transform: translateY(-5px); }
  100% {
    transform: translateY(0); } }

@keyframes iziT-bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-200px); }
  50% {
    opacity: 1;
    transform: translateY(10px); }
  70% {
    transform: translateY(-5px); }
  100% {
    transform: translateY(0); } }

@-moz-keyframes iziT-bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(200px); }
  50% {
    opacity: 1;
    transform: translateY(-10px); }
  70% {
    transform: translateY(5px); }
  100% {
    transform: translateY(0); } }

@-webkit-keyframes iziT-bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(200px); }
  50% {
    opacity: 1;
    transform: translateY(-10px); }
  70% {
    transform: translateY(5px); }
  100% {
    transform: translateY(0); } }

@-o-keyframes iziT-bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(200px); }
  50% {
    opacity: 1;
    transform: translateY(-10px); }
  70% {
    transform: translateY(5px); }
  100% {
    transform: translateY(0); } }

@keyframes iziT-bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(200px); }
  50% {
    opacity: 1;
    transform: translateY(-10px); }
  70% {
    transform: translateY(5px); }
  100% {
    transform: translateY(0); } }

@-moz-keyframes iziT-fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes iziT-fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-o-keyframes iziT-fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes iziT-fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-moz-keyframes iziT-fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes iziT-fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-o-keyframes iziT-fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes iziT-fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-moz-keyframes iziT-fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes iziT-fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-o-keyframes iziT-fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes iziT-fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-moz-keyframes iziT-fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes iziT-fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-o-keyframes iziT-fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes iziT-fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-moz-keyframes iziT-fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes iziT-fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-o-keyframes iziT-fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes iziT-fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@-moz-keyframes iziT-flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg); }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@-webkit-keyframes iziT-flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg); }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@-o-keyframes iziT-flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg); }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes iziT-flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg); }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@-moz-keyframes iziT-fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@-webkit-keyframes iziT-fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@-o-keyframes iziT-fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes iziT-fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@-moz-keyframes iziT-fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@-webkit-keyframes iziT-fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@-o-keyframes iziT-fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes iziT-fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@-moz-keyframes iziT-fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@-webkit-keyframes iziT-fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@-o-keyframes iziT-fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes iziT-fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@-moz-keyframes iziT-fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0); } }

@-webkit-keyframes iziT-fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0); } }

@-o-keyframes iziT-fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0); } }

@keyframes iziT-fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-200px, 0, 0);
    transform: translate3d(-200px, 0, 0); } }

@-moz-keyframes iziT-fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0); } }

@-webkit-keyframes iziT-fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0); } }

@-o-keyframes iziT-fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0); } }

@keyframes iziT-fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(200px, 0, 0);
    transform: translate3d(200px, 0, 0); } }

@-moz-keyframes iziT-flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@-webkit-keyframes iziT-flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@-o-keyframes iziT-flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes iziT-flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.container {
  padding-left: 15px;
  padding-right: 15px; }
  @media screen and (min-width: 576px) {
    .container {
      width: 540px;
      margin-left: auto;
      margin-right: auto; } }
  @media screen and (min-width: 768px) {
    .container {
      width: 750px; } }
  @media screen and (min-width: 992px) {
    .container {
      width: 970px; } }
  @media screen and (min-width: 1200px) {
    .container {
      width: 1170px; } }
  @media screen and (min-width: 1600px) {
    .container {
      width: 1300px; } }

@media screen and (min-width: 540px) {
  .outer-container {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    .outer-container::after {
      clear: both;
      content: "";
      display: block; } }

.textCapital {
  text-transform: capitalize; }

.outer-container--full {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .outer-container--full::after {
    clear: both;
    content: "";
    display: block; }

.disabled {
  pointer-events: none;
  cursor: no-drop;
  background-color: #fafafa; }

.hide {
  display: none !important; }

.block {
  display: block !important; }

@media screen and (max-width: 576px) {
  .hidden--xxs {
    display: none; } }

@media screen and (max-width: 767px) {
  .hidden--xs {
    display: none !important; } }

@media screen and (max-width: 1024px) {
  .hidden--md {
    display: none !important; } }

@media screen and (min-width: 768px) {
  .show--xs {
    display: none !important; } }

.font-sm {
  font-weight: 500; }

.font-lg {
  font-weight: 700; }

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

.textLeft {
  text-align: left; }

.textRight {
  text-align: right; }

.textItalics {
  font-style: italic; }

.textCapitalize {
  text-transform: capitalize; }

.imgCircle {
  border-radius: 50%; }

.imgRounded {
  border-radius: 4px; }

.imgFit {
  object-fit: cover;
  object-position: center; }

.imgResponsive {
  max-width: 100%; }

.text-underline {
  text-decoration: underline;
  color: #007ace; }

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

.backgroundWhite {
  background-color: white; }

.inlineBlock {
  display: inline-block !important;
  vertical-align: middle; }

.flex {
  display: flex;
  align-items: center; }
  .flex--default {
    justify-content: left; }
  .flex--sb {
    justify-content: space-between; }
  .flex--basic {
    align-items: unset; }
  .flex--center-self {
    align-self: center; }
  .flex--jc {
    justify-content: center; }

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

/**
  Layout Evenly called (le) for short.
*/
.le {
  display: flex;
  justify-content: space-between; }

@media screen and (max-width: 767px) {
  .le--xs {
    display: flex;
    justify-content: space-between; } }

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

.left-0 {
  left: 0; }

.right-0 {
  right: 0; }

.top-0 {
  top: 0; }

.bottom-0 {
  left: 0; }

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

.visibilityNone {
  visibility: hidden; }

.width600 {
  width: 650px !important; }

.width450 {
  width: 450px !important; }

.width400 {
  width: 400px !important; }

.width350 {
  width: 350px !important; }

.width300 {
  width: 300px !important; }

.width200 {
  width: 200px !important; }

.width150 {
  width: 150px !important; }

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

.m-t-none {
  margin-top: 0px !important; }

.m-t-5 {
  margin-top: 5px !important; }

.m-t-10 {
  margin-top: 10px !important; }

.m-t-15 {
  margin-top: 15px !important; }

.m-t-20 {
  margin-top: 20px !important; }

.m-t-25 {
  margin-top: 25px !important; }

.m-t-30 {
  margin-top: 30px !important; }

.m-t-35 {
  margin-top: 35px !important; }

.m-t-40 {
  margin-top: 40px !important; }

.m-t-45 {
  margin-top: 45px !important; }

.m-t-50 {
  margin-top: 50px !important; }

.m-b-none {
  margin-bottom: 0px !important; }

.m-b-5 {
  margin-bottom: 5px !important; }

.m-b-10 {
  margin-bottom: 10px !important; }

.m-b-15 {
  margin-bottom: 15px !important; }

.m-b-20 {
  margin-bottom: 20px !important; }

.m-b-25 {
  margin-bottom: 25px !important; }

.m-b-30 {
  margin-bottom: 30px !important; }

.m-b-35 {
  margin-bottom: 35px !important; }

.m-b-40 {
  margin-bottom: 40px !important; }

.m-b-45 {
  margin-bottom: 45px !important; }

.m-b-50 {
  margin-bottom: 50px !important; }

.m-l-none {
  margin-left: 0px !important; }

.m-l-5 {
  margin-left: 5px !important; }

.m-l-10 {
  margin-left: 10px !important; }

.m-l-15 {
  margin-left: 15px !important; }

.m-l-20 {
  margin-left: 20px !important; }

.m-l-25 {
  margin-left: 25px !important; }

.m-l-30 {
  margin-left: 30px !important; }

.m-l-35 {
  margin-left: 35px !important; }

.m-l-40 {
  margin-left: 40px !important; }

.m-l-45 {
  margin-left: 45px !important; }

.m-l-50 {
  margin-left: 50px !important; }

.m-r-none {
  margin-right: 0px !important; }

.m-r-5 {
  margin-right: 5px !important; }

.m-r-10 {
  margin-right: 10px !important; }

.m-r-15 {
  margin-right: 15px !important; }

.m-r-20 {
  margin-right: 20px !important; }

.m-r-25 {
  margin-right: 25px !important; }

.m-r-30 {
  margin-right: 30px !important; }

.m-r-35 {
  margin-right: 35px !important; }

.m-r-40 {
  margin-right: 40px !important; }

.m-r-45 {
  margin-right: 45px !important; }

.m-r-50 {
  margin-right: 50px !important; }

.p-5 {
  padding: 5px !important; }

.p-10 {
  padding: 10px !important; }

.p-15 {
  padding: 15px !important; }

.p-20 {
  padding: 20px !important; }

.p-25 {
  padding: 25px !important; }

.p-30 {
  padding: 30px !important; }

.p-35 {
  padding: 35px !important; }

.p-40 {
  padding: 40px !important; }

.p-45 {
  padding: 45px !important; }

.p-50 {
  padding: 50px !important; }

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

.p-t-none {
  padding-top: 0px !important; }

.p-t-5 {
  padding-top: 5px !important; }

.p-t-10 {
  padding-top: 10px !important; }

.p-t-15 {
  padding-top: 15px !important; }

.p-t-20 {
  padding-top: 20px !important; }

.p-t-25 {
  padding-top: 25px !important; }

.p-t-30 {
  padding-top: 30px !important; }

.p-t-35 {
  padding-top: 35px !important; }

.p-t-40 {
  padding-top: 40px !important; }

.p-t-45 {
  padding-top: 45px !important; }

.p-t-50 {
  padding-top: 50px !important; }

.p-b-none {
  padding-bottom: 0px !important; }

.p-b-5 {
  padding-bottom: 5px !important; }

.p-b-10 {
  padding-bottom: 10px !important; }

.p-b-15 {
  padding-bottom: 15px !important; }

.p-b-20 {
  padding-bottom: 20px !important; }

.p-b-25 {
  padding-bottom: 25px !important; }

.p-b-30 {
  padding-bottom: 30px !important; }

.p-b-35 {
  padding-bottom: 35px !important; }

.p-b-40 {
  padding-bottom: 40px !important; }

.p-b-45 {
  padding-bottom: 45px !important; }

.p-b-50 {
  padding-bottom: 50px !important; }

.p-l-none {
  padding-left: 0px !important; }

.p-l-5 {
  padding-left: 5px !important; }

.p-l-10 {
  padding-left: 10px !important; }

.p-l-15 {
  padding-left: 15px !important; }

.p-l-20 {
  padding-left: 20px !important; }

.p-l-25 {
  padding-left: 25px !important; }

.p-l-30 {
  padding-left: 30px !important; }
  @media screen and (max-width: 767px) {
    .p-l-30 {
      padding-left: 0 !important; } }

.p-l-35 {
  padding-left: 35px !important; }

.p-l-40 {
  padding-left: 40px !important; }

.p-l-45 {
  padding-left: 45px !important; }

.p-l-50 {
  padding-left: 50px !important; }

.p-r-none {
  padding-right: 0px !important; }

.p-r-5 {
  padding-right: 5px !important; }

.p-r-10 {
  padding-right: 10px !important; }

.p-r-15 {
  padding-right: 15px !important; }

.p-r-20 {
  padding-right: 20px !important; }

.p-r-25 {
  padding-right: 25px !important; }

.p-r-30 {
  padding-right: 30px !important; }

.p-r-35 {
  padding-right: 35px !important; }

.p-r-40 {
  padding-right: 40px !important; }

.p-r-45 {
  padding-right: 45px !important; }

.p-r-50 {
  padding-right: 50px !important; }

.m-b-36 {
  margin-bottom: 36px !important; }

.text__10 {
  font-size: 10px !important; }

.text__12 {
  font-size: 12px !important; }

.text__14 {
  font-size: 14px !important; }

.text__16 {
  font-size: 16px !important; }

.text__18 {
  font-size: 18px !important; }

.text__20 {
  font-size: 20px !important; }

.text__22 {
  font-size: 22px !important; }

.text__24 {
  font-size: 24px !important; }

.resend-code {
  color: #ffa512;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center; }
  .resend-code svg {
    margin-right: 3px; }

.link {
  text-decoration: none;
  color: #576AE6; }
  .link:hover {
    color: #2038d6;
    cursor: pointer; }
  .link__paymentlinks {
    margin: 40px 0 40.5px 0; }
  .link__extra {
    margin-bottom: 55px; }

.gray-link {
  text-decoration: none;
  margin-left: 10px;
  color: #828282; }
  .gray-link:hover {
    color: #5e5e5e;
    cursor: pointer; }

.p-b-none {
  padding-bottom: 0 !important; }

.text--grey {
  line-height: 1.43;
  letter-spacing: normal;
  text-align: left;
  color: #637381; }

.text-faded {
  color: #cccccc; }

.row {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px 16px;
  border-bottom: 1px solid #f5f5f5; }
  @media screen and (max-width: 767px) {
    .row {
      padding: 20px 14px; } }
  .row__left, .row__right {
    display: flex;
    align-items: center; }
  .row__item {
    padding: 0 12px; }
    .row__item:last-child {
      padding-right: 0; }
    .row__item:first-child {
      padding-left: 0; }
  .row--borderYellow {
    border-bottom: 3px solid #eec200;
    background-color: #fff; }
  .row--noBorderBottom {
    border-bottom: none; }
  .row--wrap {
    flex-wrap: wrap; }

.cursorPointer {
  cursor: pointer; }

.textRed {
  color: #d0011b; }

.flexColumn {
  display: flex;
  flex-direction: column; }

.font-sm {
  font-weight: 500; }

.small {
  font-size: 10px; }

.info-text {
  color: #637381;
  display: inline-block;
  padding-top: 8px; }

.small-text {
  color: #637381;
  font-size: 12px; }

.smaller-text {
  color: #BDBDBD;
  font-size: 14px; }

.transactions-date-filter {
  border: 2px solid #f5a623 !important;
  background: #ffe7be !important; }

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

.font-size-11 {
  font-size: 11px; }

.positionRelative {
  position: relative; }

.positionAbsolute {
  position: absolute; }

.transactions-date-filter {
  border: 2px solid #f5a623 !important;
  background: #ffe7be !important; }

.hr {
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: rgba(99, 115, 129, 0.2); }

.paymentlinks-hr {
  height: 1.5px;
  box-shadow: inset 0 0.5px 1.5px 0 rgba(0, 0, 0, 0.22);
  margin-top: 30px; }

.no--padding__all {
  padding: 0; }

.no--padding__x {
  padding-right: 0;
  padding-left: 0; }

.no--padding__y {
  padding-top: 0;
  padding-bottom: 0; }

.no--padding__yt {
  padding-top: 0; }

.no--padding__yb {
  padding-bottom: 0; }

.no--padding__xl {
  padding-left: 0; }

.no--padding__xr {
  padding-right: 0; }

.no--margin__all {
  margin: 0; }

.no--margin__x {
  margin-right: 0;
  margin-left: 0; }

.no--margin__y {
  margin-top: 0;
  margin-bottom: 0; }

.no--margin__yt {
  margin-top: 0; }

.no--margin__yb {
  margin-bottom: 0; }

.no--margin__xl {
  margin-left: 0; }

.no--margin__xr {
  margin-right: 0; }

.no--border {
  border: none !important; }

.text--warning {
  color: #8a7100; }

.text--success {
  color: #449834; }

.text--big {
  font-size: 24px; }

.icon--info {
  cursor: pointer; }

@media (max-width: 1024px) {
  .hide-md {
    display: none !important; } }

.show-md {
  display: none; }
  @media (max-width: 1024px) {
    .show-md {
      display: block !important; } }

.arrow-down {
  background-color: #212b36;
  position: absolute;
  width: 10px;
  height: 1px;
  right: 0;
  transition: transform 1s ease-out;
  cursor: pointer; }
  .arrow-down:first-of-type {
    transform: rotate(-45deg);
    margin-right: 3px; }
  .arrow-down:nth-of-type(2) {
    transform: rotate(45deg);
    margin-right: 10px; }

.arrows-active .arrow-down:first-of-type {
  transform: rotate(45deg); }

.arrows-active .arrow-down:nth-of-type(2) {
  transform: rotate(-45deg); }

.fade-enter-active, .fade-leave-active {
  transition: opacity .3s ease-in; }

.fade-enter, .fade-leave-to {
  opacity: 0; }

.mapboxgl-popup {
  max-width: 400px;
  font: 12px/20px 'Helvetica Neue', Arial, Helvetica, sans-serif; }

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

.option-circle {
  position: relative;
  height: 50px;
  width: 50px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  text-align: center;
  background-color: #b2bbf4;
  border-radius: 50%;
  box-shadow: 0 0 0 rgba(178, 187, 244, 0.4);
  animation: pulse 1s infinite ease-in;
  transition: all .5s ease-in; }
  .option-circle div {
    background-color: #f5a623;
    z-index: 2;
    transition: all .5s ease-in;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    border-radius: 50%;
    padding: 10px; }
    .option-circle div span {
      display: block;
      color: #000000;
      font-size: 12px; }
      .option-circle div span:nth-child(2) {
        font-size: 8px;
        color: #ffffff; }

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(178, 187, 244, 0.4);
    box-shadow: 0 0 0 0 rgba(178, 187, 244, 0.4); }
  70% {
    -moz-box-shadow: 0 0 0 10px rgba(178, 187, 244, 0);
    box-shadow: 0 0 0 10px rgba(178, 187, 244, 0); }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(178, 187, 244, 0);
    box-shadow: 0 0 0 0 rgba(178, 187, 244, 0); } }

.vue-tel-input .dropdown {
  min-width: auto !important;
  background: none !important;
  right: 0 !important;
  z-index: 4;
  border-radius: 4px;
  box-shadow: none !important; }
  .vue-tel-input .dropdown::after, .vue-tel-input .dropdown::before {
    display: none; }
  .vue-tel-input .dropdown:focus, .vue-tel-input .dropdown:active {
    outline: none !important; }

.vue-tel-input input {
  height: 38px; }
  .vue-tel-input input:focus, .vue-tel-input input:active {
    border-color: #6070c7 !important; }

.customize-your-data {
  font-size: 15px;
  color: #676767; }

.disabled-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0%;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 0.5 !important;
  z-index: 9999;
  cursor: not-allowed !important; }

.invisible {
  visibility: hidden; }

.numbered-list {
  padding: 0;
  list-style-position: inside; }
  .numbered-list li {
    margin-bottom: 8px;
    position: relative; }
    .numbered-list li span {
      position: absolute;
      left: 25px; }
  .numbered-list--double {
    height: 45px; }

@media screen and (max-width: 768px) {
  .info--xs {
    width: 100%; } }

.muted-text {
  color: #828282; }

.extra-text {
  color: #333333; }

.fullWidth {
  width: 100% !important; }

.grecaptcha-badge {
  display: none; }

body[page-name="register"] .grecaptcha-badge {
  display: block !important;
  visibility: visible !important; }

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