/*! 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; /* 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; /* 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;
}

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

#nprogress .bar {
  background: #2d72d9;
  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 #2d72d9, 0 0 5px #2d72d9;
  opacity: 1;
  -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: #2d72d9;
  border-left-color: #2d72d9;
  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);
  }
}
/**
 * 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;
}

@font-face {
  font-family: "Flutterwave";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/FLW-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Flutterwave";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/FLW-Bold.ttf") format("truetype");
}
body {
  font-size: 14px;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  color: #1d222c;
  background-color: #F6F6F6;
}

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-sm, [class*=" icon-"].icon-sm {
  height: 20px;
  width: 20px;
}
[class^=icon-].icon-xs, [class*=" icon-"].icon-xs {
  height: 15px;
  width: 15px;
}

.hide {
  display: none;
}

.block {
  display: block;
}

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

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

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

.displayFlex {
  display: flex;
}

.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: 95%;
    max-width: 95% !important;
  }
}
@media screen and (min-width: 1600px) {
  .container {
    width: 1300px;
    max-width: 1300px !important;
  }
}
@media screen and (min-width: 1800px) {
  .container {
    width: 1600px;
    max-width: 1600px !important;
  }
}

.link {
  color: #2d72d9;
  text-decoration: none;
  display: inline-block;
}
.link--flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.link__text {
  font-size: inherit;
  font-weight: 700;
  margin-right: 8px;
}

.green {
  color: #3ec294;
}

.red {
  color: #ff615c;
}

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

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

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

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

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

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

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

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

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

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

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

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

.clearfix {
  clear: both;
}

.switch {
  display: inline-block;
  position: relative;
  font-size: 16px;
  height: 20px;
  line-height: 24px;
}
.switch__input {
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 20px;
  opacity: 0;
  z-index: 0;
}
.switch__label {
  display: block;
  padding: 0 0 0 44px;
  cursor: pointer;
}
.switch__label:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 3px;
  width: 36px;
  height: 14px;
  background-color: rgba(0, 0, 0, 0.26);
  border-radius: 14px;
  z-index: 1;
  transition: background-color 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.switch__label:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 14px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  z-index: 2;
  transition: all 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  transition-property: left, background-color;
}
.switch__input:checked + .switch__label:before {
  background-color: rgba(63, 81, 181, 0.5);
}
.switch__input:checked + .switch__label:after {
  left: 18px;
  background-color: #3f51b5;
}

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

.width300 {
  width: 300px !important;
}

.width70percent {
  width: 70%;
  margin: 0 auto !important;
}

.width35percent {
  width: 35%;
  margin: 0 auto !important;
}

.cursor-pointer {
  cursor: pointer;
}

.textCenter {
  text-align: center;
}

.textRight {
  text-align: right;
}

.collapsible-table {
  display: flex;
  padding: 20px;
}
.collapsible-table p {
  font-size: 15px;
  margin: 10px 0;
}

.posRelative {
  position: relative;
}

.flex {
  display: flex;
  align-items: center;
}

.flex--default {
  justify-content: left;
}

button,
a {
  outline: none;
  text-decoration: none;
}

.v-select {
  display: block !important;
  min-width: auto;
  right: unset !important;
  top: unset !important;
  box-shadow: unset !important;
  z-index: unset !important;
  border-radius: unset !important;
  background-color: #fff !important;
}

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

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

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

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.inputfile + label {
  max-width: 80%;
  font-size: 1rem;
  /* 20px */
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 0.625rem 1.25rem;
  /* 10px 20px */
}

.no-js .inputfile + label {
  display: none;
}

.inputfile:focus + label,
.inputfile.has-focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + label * {
  /* pointer-events: none; */
  /* in case of FastClick lib use */
}

.inputfile + label svg {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  fill: currentColor;
  margin-top: -0.25em;
  /* 4px */
  margin-right: 0.25em;
  /* 4px */
}

/* style 1 */
.inputfile-1 + label {
  color: #f1e5e6;
  background-color: #2d72d9;
}

.inputfile-1:focus + label,
.inputfile-1.has-focus + label,
.inputfile-1 + label:hover {
  background-color: #2d72d9;
}

.vselect-style {
  margin-top: 10px;
  margin-bottom: 20px;
}
.vselect-style::before, .vselect-style::after {
  display: none !important;
}

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

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

.inactive {
  display: none;
}

.line-height-28 {
  line-height: 28px;
}

.disableTerminal {
  fill: #ff615c;
}

.enableTerminal {
  fill: #3ec294;
}

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

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

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

.dashboard__navigation {
  background-color: #ffffff;
  box-shadow: 0 1px 2px 0 rgba(131, 137, 160, 0.14);
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 4;
}
.dashboard__navigation__left {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dashboard__navigation__left svg {
  margin-right: 20px;
}
.dashboard__navigation__container {
  padding: 0 40px;
  width: 100%;
  height: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.profile {
  display: flex;
  align-items: center;
}
.profile__avatar__image {
  display: block;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  margin-right: 18px;
}
.profile__name {
  color: #373d47;
  font-size: 18px;
  margin-right: 10px;
}

.dashboard__main__sidebar {
  top: 90px;
  padding: 30px 30px 150px 0;
  position: fixed;
  height: 100vh;
  overflow: scroll;
}
.dashboard__main__sidebar__item {
  text-decoration: none;
  color: #7c889d;
  display: flex;
  align-items: center;
  font-size: 16px;
  padding: 3px;
  margin-bottom: 15px;
}
.dashboard__main__sidebar__item__icon {
  margin-right: 14px;
}
.dashboard__main__sidebar__item__icon svg {
  display: block;
}
.dashboard__main__sidebar__item__icon svg #homeIcon {
  stroke-width: 1.6px;
  stroke: #7c889d;
  fill: none;
}
.dashboard__main__sidebar__item__icon svg #cardIcon {
  stroke-width: 1.6px;
  stroke: #7c889d;
  fill: none;
}
.dashboard__main__sidebar__item__text {
  margin-top: 2px;
}
.dashboard__main__sidebar__item.active {
  color: #2d72d9;
}
.dashboard__main__sidebar__item:hover {
  color: #2d72d9;
}

.sidebar-active {
  left: -220px !important;
  z-index: -1;
  background-color: #f4f6f8;
}
.sidebar-active-main {
  margin-left: 0 !important;
  width: 100% !important;
}
.sidebar-dropdown {
  position: relative;
  min-width: 136px;
  right: -10px;
  background-color: inherit;
  box-shadow: none;
}
.sidebar-dropdown a {
  font-size: 14px;
}
.sidebar-btn {
  font-family: "Rubik", sans-serif;
  background: none;
  border: none;
}
.sidebar-btn span {
  position: relative;
}

.loader {
  display: inline-block;
  height: 24px;
  width: 24px;
  border-width: 2px 2px 2px 2px;
  border-style: solid;
  border-color: #2d72d9;
  position: relative;
  border-radius: 50%;
  animation: rotate 1s 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);
  }
}
.pagination--pageContext {
  padding-left: 24px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .pagination--pageContext {
    padding-top: 24px;
  }
}
.pagination__container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.pagination__item__link {
  display: block;
  padding: 6px 12px;
  text-decoration: none;
  background-color: white;
  background-image: none;
  color: #2d72d9;
}
.pagination__item__link svg {
  display: block;
  height: 16px;
  fill: #2d72d9;
}
.pagination__item__link.active {
  color: #000;
}
.pagination__item:first-child .pagination__item__link {
  border-width: 1px;
}

.btn {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  border-radius: 6px;
  border: 1px solid transparent;
  color: #2b3a49;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 1;
  padding: 14px 16px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .btn {
    padding: 12px 20px;
  }
}
.btn--primary {
  color: #fff;
  background-color: #2d72d9;
  box-shadow: 0 1px 2px 0 rgba(213, 213, 213, 0.22);
}
.btn--primary:hover {
  background-color: #1d52a1;
  color: #fff;
}
.btn--default {
  background-color: #ececec;
}
.btn--default:hover {
  background-color: #c8c8c8;
}
.btn--sm {
  font-weight: 500 !important;
  padding: 5px 12px !important;
}
.btn--terminals {
  width: 150px;
  text-align: center;
}
.btn--mapterminal {
  background-color: #e5c11f !important;
}
.btn--unmapterminal {
  background-color: #53bc3f !important;
}
.btn--deleteterminal {
  background-color: #ff615c !important;
}
.btn--detail {
  background-color: #4d5778;
  color: #fff;
}
.btn--detail:hover {
  background-color: #31374d;
}
.btn--block {
  display: block;
  width: 100%;
}
.btn--flex {
  display: flex;
  align-items: center;
}
.btn--text {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .btn--text {
    font-size: 14px;
  }
}
.btn--icon {
  padding-left: 16px;
}
@media screen and (min-width: 768px) {
  .btn--icon {
    padding-left: 20px;
  }
}
.btn--icon svg {
  display: block;
  width: 12px;
}
.btn__icon {
  padding-right: 4px;
}
.btn__icon svg {
  display: block;
  width: 12px;
}

.btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.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__row {
  display: flex;
  align-items: center;
  position: relative;
}
.table__row:nth-child(even) {
  background: #eaeff7;
}
.table__row:nth-child(odd) {
  background: #FFF;
}
@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: #c0d5f4;
    box-shadow: inset 0 -1px 0 0 #afc9f0;
  }
}
.table__section--head {
  display: table-header-group;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .table__section--head {
    display: none;
  }
}
.table__section--body {
  display: table-row-group;
}
@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;
  }
}
@media screen and (min-width: 768px) {
  .table__header {
    padding: 18px 12px;
    background-color: #eceffa;
  }
}
.table__data__expandbtn {
  position: absolute;
  right: 0;
  cursor: pointer;
}
.table__data__dispense svg:hover {
  fill: #2d72d9;
}
@media screen and (max-width: 767px) {
  .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;
    width: 170px;
  }
  .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;
  }
}
@media screen and (min-width: 768px) {
  .table__data {
    padding: 12px 12px;
  }
}
.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: #4380dd;
}

.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(192, 213, 244, 0.3), #c0d5f4);
    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: #2d72d9;
  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 a {
  color: #4a90e2;
  text-decoration: none;
}

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

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

.tag {
  font-size: 12px;
  border: 2px solid #fff;
  background-color: #fafafa;
  border-radius: 50%;
  display: block;
  padding: 4px;
  width: 12px;
  height: 12px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .tag {
    font-size: 12px;
    border: 2px solid #fff;
    background-color: #fafafa;
    border-radius: 30px;
    padding: 5px 14px;
    display: inline-block;
    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: #2d72d9;
  color: #fff;
}
.tag--gray {
  background-color: #7e7e7e;
  color: #fff;
}
.tag--default {
  background-color: transparent;
  border: 1px solid #d6dbeb;
  font-weight: 500;
}
.tag--new {
  border-radius: 4px;
  padding: 2px 8px;
  background-color: #2d72d9;
  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;
}

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

@keyframes copy-animation {
  0% {
    transform: translateY(0px);
    opacity: 1;
  }
  99% {
    transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
  }
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1055;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal.show {
  overflow-x: hidden;
  overflow-y: auto;
  display: flex !important;
  height: 100%;
  align-items: center;
}
.modal__dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .modal__dialog {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
  }
}
@media screen and (min-width: 768px) {
  .modal__dialog--xs {
    max-width: 320px;
  }
}
@media screen and (min-width: 768px) {
  .modal__dialog--sm {
    max-width: 430px;
  }
}
@media screen and (min-width: 768px) {
  .modal__dialog--md {
    max-width: 500px;
  }
}
@media screen and (min-width: 992px) {
  .modal__dialog--lg {
    max-width: 630px;
  }
}
.modal.fade .modal__dialog {
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.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.show .modal__dialog {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  pointer-events: auto;
}
.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);
  pointer-events: auto;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  background-color: #f6f2f3;
}
.modal-backdrop.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.modal-backdrop.show {
  opacity: 0.53;
}
.modal__header {
  padding: 15px;
  border-bottom: 1px solid transparent;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.modal__header .close {
  margin-top: 6px;
}
.modal__title {
  line-height: 1.5;
  font-size: 18px;
  margin: 10px 0 0;
  font-family: inherit;
  font-weight: normal;
  text-transform: capitalize;
}
.modal__body {
  position: relative;
  padding: 24px;
  flex: 1 1 auto;
}
.modal__footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
}
.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__footer .btn--block {
  padding-bottom: 10px;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.close {
  border: none;
  background-color: transparent;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  z-index: 3;
  padding: 0;
  line-height: 1;
}
.close:active, .close:focus {
  outline: none;
  box-shadow: none;
}
.close:hover {
  opacity: 0.75;
}

.dropdown {
  display: none;
  position: absolute;
  min-width: 280px;
  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__link {
  padding: 12px 14px;
  color: #637381;
  border-bottom: 1px solid #f5f5f5;
  cursor: pointer;
}
.dropdown__item__link:hover {
  background-color: #EEEFFB;
  font-weight: 500;
  cursor: pointer;
}
.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);
}

.refundsDropdown.dropdown {
  min-width: 180px;
  margin-top: 10px;
  right: 0;
}

.form__label {
  display: block;
  font-size: 14px;
  line-height: 1.14;
  color: #546278;
  margin-bottom: 12px;
  font-family: inherit;
}
.form__label--2 {
  font-size: 11px;
  color: rgba(84, 98, 120, 0.7);
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 6px;
}
.form__row {
  margin-bottom: 20px;
}
.form__row__filter {
  align-items: center;
  justify-content: space-between;
}
.form__row__filter .form__row__left {
  flex-basis: unset !important;
  margin-right: 0 !important;
}
.form__row__filter .form__row__right {
  flex-basis: unset !important;
  margin-left: 0 !important;
}
@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__input, #login__password {
  display: block;
  width: 100%;
  padding: 12px 0;
  font-size: 16px;
  line-height: 1.5;
  color: #1b1d1c;
  letter-spacing: 0.2px;
  font-family: inherit;
  font-weight: 700;
  background-color: transparent;
  background-image: none;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border-width: 0 0 1.6px 0;
  border-style: solid;
  border-color: #afafaf;
  border-radius: 0px;
  outline: none;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
}
.form__input:focus, #login__password:focus {
  border-color: #2d72d9;
}
.form__input::-webkit-input-placeholder, #login__password::-webkit-input-placeholder {
  color: rgba(27, 29, 28, 0.66);
}
.form__input::-moz-placeholder, #login__password::-moz-placeholder {
  color: rgba(27, 29, 28, 0.66);
}
.form__input:-ms-input-placeholder, #login__password:-ms-input-placeholder {
  color: rgba(27, 29, 28, 0.66);
}
.form__input:-moz-placeholder, #login__password:-moz-placeholder {
  color: rgba(27, 29, 28, 0.66);
}
.form__input--inline {
  display: inline-block;
  max-width: 334px;
}
.form__item {
  margin-bottom: 20px;
}
.form__item__download__button {
  padding: 7px 15px;
  display: none;
  position: absolute;
  top: 12px;
  right: 0;
  transition: 0.5s ease-in all;
}
.form__item--more {
  margin-bottom: 40px;
}
.form__item--noMargin {
  margin-bottom: 0;
}
.form__item--flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.form__item__left {
  width: 46%;
}
.form__item__right {
  width: 46%;
}
.form__item__bvn {
  position: relative;
}
.form__item__bvn div {
  position: absolute;
  right: 0;
  top: 10px;
  color: #333;
  text-decoration: none;
}

.select {
  position: relative;
  min-width: 100px;
}
.select__input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  padding: 5px 36px 5px 14px;
  font-size: 16px;
  line-height: 2;
  color: black;
  font-weight: 400;
  font-family: inherit;
  background-color: #ffffff;
  background-image: none;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid transparent;
  border-radius: 4px;
  outline: none;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
}
.select--inline {
  width: 185px;
}
.select__icon {
  position: absolute;
  right: 13px;
  top: 13px;
  pointer-events: none;
}

.forgot {
  font-size: 12px;
  color: #afafaf;
  display: inline-block;
}

.search {
  position: relative;
  margin-bottom: 32px;
  padding: 0 20px;
}
.search__icon {
  position: absolute;
  left: 35px;
  top: 10px;
}
.search__icon svg {
  display: block;
}
.search__clearfilter {
  cursor: pointer;
  position: absolute;
  right: 30px;
  top: 9px;
}
.search__clearfilter svg {
  display: block;
}
.search__input {
  display: block;
  width: 100%;
  padding: 8px 46px 7px 46px;
  font-size: 14px;
  line-height: 1.5;
  color: #1b1d1c;
  letter-spacing: 0.2px;
  font-family: inherit;
  font-weight: 700;
  background-color: rgba(235, 237, 240, 0.65);
  background-image: none;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
  border-radius: 6px;
  outline: none;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
}
.search__input:focus {
  border-color: #2d72d9;
}
.search__input::-webkit-input-placeholder {
  color: #8891a1;
}
.search__input::-moz-placeholder {
  color: #8891a1;
}
.search__input:-ms-input-placeholder {
  color: #8891a1;
}
.search__input:-moz-placeholder {
  color: #8891a1;
}

.download-receipt__dropdown__menu {
  top: 75%;
  left: 10px;
  position: absolute;
  min-width: 145px;
  border-radius: 12px;
  background-color: white;
  border: 1px solid #dadce0;
  z-index: 10;
}
.download-receipt__dropdown__menu-nav {
  list-style: none;
  padding: 0;
}
.download-receipt__dropdown__menu-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.6);
  padding: 0.5rem 0 0.5rem 1rem;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
  border-radius: 0 50px 50px 0;
}
.download-receipt__dropdown__menu-link:hover {
  color: #17bf63;
  background-color: rgba(79, 192, 141, 0.1);
}
.download-receipt__button {
  display: flex;
  justify-content: flex-end;
  width: 80%;
  margin: 0 auto 10px;
}

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

.inline {
  display: flex;
}

.gap-s {
  gap: 4px;
}

.gap-m {
  gap: 8px;
}

.gap-l {
  gap: 16px;
}

.gap-lm {
  gap: 24px;
}

.gap-xl {
  gap: 32px;
}

.half-width {
  min-width: 50%;
}

.full-width {
  width: 100%;
}

.login {
  padding: 120px 15px;
}
.login__container {
  max-width: 425px;
  margin-left: auto;
  margin-right: auto;
}
.login__title {
  font-size: 24px;
  line-height: 1.86;
  color: #1d222c;
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
}
.login__section {
  border-radius: 6px;
  box-shadow: 0 4px 8px 0 rgba(131, 137, 160, 0.2);
  background-color: #ffffff;
  padding: 48px 72px;
}
.login__section__logo {
  text-align: center;
  margin-bottom: 36px;
}

.signup {
  padding: 120px 15px;
}
.signup__container {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
.signup__title {
  font-size: 40px;
  line-height: 1.3;
  color: #1d222c;
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
}
.signup__section {
  border-radius: 6px;
  box-shadow: 0 4px 8px 0 rgba(131, 137, 160, 0.2);
  background-color: #ffffff;
  padding: 48px 72px;
  margin-bottom: 56px;
}
.signup__section__logo {
  text-align: center;
  margin-bottom: 36px;
}

.dashboard__main {
  margin-top: 50px;
  padding: 0 40px;
  width: 100%;
  padding-top: 64px;
  position: relative;
  display: flex;
  min-width: 1100px;
}
.dashboard__main::after {
  content: "";
  clear: both;
}
.dashboard__main__content {
  margin-left: 220px;
  width: 100%;
}
.dashboard__main__content__container {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.dashboard__main__content__row {
  display: flex;
  justify-content: space-between;
}
.dashboard__main__content__back {
  color: #000;
  text-decoration: none;
  display: flex;
  align-items: center;
  font-size: 16px;
}
.dashboard__main__content__back svg {
  width: 20px;
  margin-top: 2px;
}
.dashboard__main__content__pagecaption {
  color: rgba(29, 34, 44, 0.75);
  font-size: 20px;
  line-height: 1.6;
  max-width: 536px;
}
.dashboard__main__content__home {
  display: flex;
  justify-content: space-between;
}
.dashboard__main__content__home__agents .dashboard__main__content__home__right {
  width: 100%;
}
.dashboard__main__content__home__agents-individual {
  margin-bottom: 40px;
}
.dashboard__main__content__home__left {
  width: 35%;
}
@media (max-width: 1024px) {
  .dashboard__main__content__home__left {
    width: 50%;
  }
}
.dashboard__main__content__home__left__finance-report {
  width: 50%;
}
@media (max-width: 1024px) {
  .dashboard__main__content__home__left__finance-report {
    width: 75%;
  }
}
.dashboard__main__content__home__left__provider {
  display: grid;
  column-gap: 20px;
  row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-between;
  width: 100%;
}
.dashboard__main__content__home__right {
  width: 60%;
}
.dashboard__main__content__home__right__disabletransfers {
  width: 48%;
}
.dashboard__main__content__card__row {
  display: flex;
  justify-content: space-between;
}
.dashboard__main__content__card__left {
  width: 48%;
}
.dashboard__main__content__card__right {
  width: 48%;
}
.dashboard__main__home {
  display: flex;
  justify-content: space-between;
}

.balance-card {
  border-radius: 8px;
  box-shadow: 0 2px 4px 0 rgba(112, 121, 139, 0.18);
  background-color: #ffffff;
  padding: 15px;
}
.balance-card__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.balance-card__providerName {
  font-size: 16px;
  font-weight: 500;
}
.balance-card__title {
  color: rgba(84, 98, 120, 0.7);
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
}
.balance-card__date {
  color: rgba(84, 98, 120, 0.4);
  font-size: 13px;
}
.balance-card__amount {
  color: #2b3a49;
  font-size: 20px;
  font-weight: normal;
}

.balance {
  border-radius: 8px;
  box-shadow: 0 2px 4px 0 rgba(112, 121, 139, 0.18);
  background-color: #ffffff;
  padding: 16px;
  margin-bottom: 26px;
  position: relative;
}
.balance__half {
  display: flex;
  justify-content: space-around;
}
.balance__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
.balance__header__title {
  color: rgba(84, 98, 120, 0.7);
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
}
.balance__header__provider {
  font-weight: 500;
  font-size: 16px;
}
.balance__value {
  display: flex;
  align-items: center;
}
.balance__value__disabletransfers {
  width: 100%;
  display: flex;
  padding: 0 15px;
}
.balance__value__disabletransfers__header {
  font-weight: 600;
  display: flex;
  align-items: center;
}
.balance__value__disabletransfers__toggle {
  margin-left: auto;
  margin-right: 40px;
}
.balance__value__currency {
  font-size: 24px;
  color: #546278;
  margin-right: 8px;
}
.balance__value__amount {
  color: #2b3a49;
  font-size: 20px;
  font-weight: normal;
}
.balance__action {
  color: #2d72d9;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.toggle__table {
  display: flex;
  flex-direction: column;
}
.toggle__table__header {
  font-weight: 700;
}
.toggle__table__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 50px;
  padding: 0 15px;
  width: 100%;
}

.spending {
  border-radius: 8px;
  box-shadow: 0 2px 4px 0 rgba(112, 121, 139, 0.18);
  background-color: #ffffff;
  padding: 24px 24px 16px;
  margin-bottom: 26px;
}
.spending__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}
.spending__header__title {
  font-size: 22px;
  font-weight: 700;
  color: #2b3a49;
}
.spending__header__filter {
  display: flex;
  align-items: center;
}
.spending__header__filter__text {
  font-size: 14px;
  color: #546278;
  font-weight: 700;
}
.spending__content {
  display: flex;
  justify-content: space-between;
}
.spending__content__details__item {
  margin-bottom: 24px;
}
.spending__content__details__item:last-child {
  margin-bottom: 10px;
}
.spending__content__details__item__title {
  color: rgba(84, 98, 120, 0.7);
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.spending__content__details__item__value {
  font-size: 16px;
  font-weight: 700;
}

.big-card {
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(131, 137, 160, 0.2);
  background-color: #ffffff;
}
@media (min-width: 1125px) and (max-width: 1230px) {
  .big-card {
    padding: 20px 6px;
  }
}

.cards-grid {
  display: grid;
  column-gap: 20px;
  row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 768px) {
  .cards-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 500px) {
  .cards-grid {
    grid-template-columns: 1fr;
  }
}

.transaction {
  padding-top: 24px;
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(131, 137, 160, 0.2);
  background-color: #ffffff;
}
.transaction__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 44px;
}
.transaction__header__title {
  font-size: 22px;
  color: #2b3a49;
}
.transaction__header__subtitle {
  font-size: 15px;
}
.transaction__header__action {
  font-size: 16px;
}
.transaction__filters__block {
  margin-right: 20px;
  display: inline-block;
}
.transaction__content__agents-individual {
  display: flex;
  align-items: center;
}
.transaction__content__agents-individual__left {
  width: 40%;
  margin-right: 30px;
}
.transaction__content__agents-individual__left img {
  max-width: 100%;
  width: 400px;
  height: 400px;
  object-fit: cover;
}
.transaction__content__agents-individual__right {
  width: 60%;
}
.transaction__content__dateSeparator {
  color: rgba(84, 98, 120, 0.7);
  text-transform: uppercase;
  margin-bottom: 18px;
  font-weight: 700;
}
.transaction__content__more {
  padding-top: 20px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1px;
}
.transaction__content__item {
  display: flex;
  margin-bottom: 24px;
}
.transaction__content__item__avatar {
  width: 42px;
  margin-right: 20px;
}
.transaction__content__item__avatar__image {
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
}
.transaction__content__item__details {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 62px);
  border-bottom: 1px solid rgba(124, 136, 157, 0.15);
}
.transaction__content__item__details__title {
  font-size: 16px;
  font-weight: 700;
  color: #373d47;
  margin-bottom: 6px;
}
.transaction__content__item__details__caption {
  color: rgba(84, 98, 120, 0.7);
  margin-bottom: 14px;
}
.transaction__content__item__details__right {
  font-size: 18px;
  font-weight: 700;
}

.empty__state {
  padding: 20px;
  text-align: center;
}
.empty__state__link {
  color: black;
  text-decoration: underline;
}

.ProseMirror {
  min-height: 300px;
}
.ProseMirror:focus {
  outline: none;
}

.rewards_store__card {
  display: grid;
  grid-template-columns: 50% 40% 5%;
  grid-column-gap: 10px;
  height: 100%;
}
.rewards_store__card img {
  width: 100%;
  height: 180px;
  object-fit: contain;
}
.rewards_store__card_details {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.rewards_store__card_details_amount {
  display: flex;
  gap: 5px;
  align-items: end;
}

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

.page-title__text {
  font-size: 22px;
  font-weight: 500;
}
.page-title__caption {
  color: #1d222c;
}

/** transaction single page **/
.section--right, .section--left {
  float: left;
  display: block;
  margin-right: 2.3576520234%;
  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.3576520234%;
    width: 48.8211739883%;
  }
  .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__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%;
}

.agent-info {
  display: flex;
  justify-content: space-between;
}
.agent-info__left {
  display: flex;
  flex-direction: column;
  min-width: 300px;
}
.agent-info__left > div {
  display: flex;
  justify-content: space-between;
  font-weight: 700;
  padding-bottom: 30px;
  width: 100%;
}

.customer-info {
  width: 33.3333%;
  float: left;
}
.customer-info__subaccountinfo {
  position: relative;
}
@media screen and (min-width: 768px) {
  .customer-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: wrap;
  }
}
.customer-info__transfers {
  display: block;
}
.customer-info__left {
  padding: 0;
}
@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;
}
@media screen and (max-width: 767px) {
  .customer-info__item {
    padding: 12px 15px;
    border-bottom: 1px solid #E6E7E9;
  }
}
.customer-info__item__internalcontrol {
  display: flex;
  align-items: center;
  justify-content: center;
}
.customer-info__item__internalcontrol .customer-info__item__value {
  margin: 0;
}
.customer-info__item:last-child {
  padding-right: 0;
}
.customer-info__item__copy .copy-small {
  background-color: transparent;
}
.customer-info__item__title {
  color: #637381;
  font-weight: 400;
}
@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: 16px;
  }
}
.customer-info__item__value {
  max-width: 200px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 10px;
}
.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;
  }
}

.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%;
}
.refunds-info__item:first-child {
  flex-basis: calc(20% - 20px);
  margin-right: 20px;
}
.refunds-info__item:nth-child(3n) {
  flex-basis: 40%;
}
.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;
  transform: translateY(-5px);
  transition: transform 0.8s ease-out, opacity 1s 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;
  opacity: 1;
  transform: translateY(0);
  transition: transform 0.8s ease-in, opacity 0.3s ease-in;
}

.events-timeline {
  padding: 25px 25px 5px;
  max-height: 650px;
  min-height: 160px;
  overflow-y: auto;
}
.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;
  height: 50px;
}
.events-timeline__summary {
  display: flex;
  justify-content: left;
  align-items: center;
  margin-bottom: 34px;
}
.events-timeline__summary__item {
  padding-right: 40px;
}

/** 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__icon {
  margin-bottom: 12px;
  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;
  }
}

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

.payouts {
  background-color: #f7f8fc;
  margin-bottom: 16px;
  box-shadow: 0 1.2px 5.6px 0 rgba(0, 0, 0, 0.12);
  border: solid 1px #ffffff;
}
.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: 26px 22px 12px;
  background: rgba(87, 106, 230, 0.1);
}
@media screen and (min-width: 768px) {
  .payouts__breakdown__left {
    width: 33.33333%;
    display: flex;
    flex-wrap: nowrap;
    padding: 26px 22px;
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .payouts__breakdown__middle {
    width: 33.3333%;
    border-left: 1px solid #ebedef;
    padding: 26px 22px;
  }
}
.payouts__breakdown__right {
  padding: 0px 22px 26px;
}
@media screen and (min-width: 768px) {
  .payouts__breakdown__right {
    width: 33.3333%;
    border-left: 1px solid #ebedef;
    padding: 26px 22px;
  }
}
.payouts__breakdown__item {
  flex-basis: auto;
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .payouts__breakdown__item {
    padding-bottom: 12px;
  }
}
.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;
  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;
  left: 250px;
}
@media screen and (min-width: 768px) {
  .system {
    top: 0;
    left: 60px;
    padding: 12px 40px;
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 1350px) {
  .system {
    left: 280px;
  }
}
@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 #2d72d9;
}
.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: #2d72d9;
}
.drop-zone__text:hover {
  cursor: pointer;
}
.drop-zone__text svg.active {
  animation: rotate 1s infinite linear;
}
.drop-zone__warning-text {
  margin-top: 20px;
}

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

.card__list {
  display: flex;
  margin-bottom: 48px;
}
.card__list__item {
  width: 280px;
  border-radius: 12px;
  background-color: #ffffff;
  color: #7c889d;
  padding: 18px 18px 14px 20px;
  position: relative;
  overflow: hidden;
  margin-right: 24px;
}
.card__list__item::before {
  position: absolute;
  width: 4px;
  height: 100%;
  content: " ";
  background-color: #2d72d9;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.card__list__item:hover {
  cursor: pointer;
}
.card__list__item:hover::before {
  background-color: #83bfff;
}
.card__list__item__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card__list__item__name {
  font-size: 16px;
  font-weight: 700;
  color: inherit;
}
.card__list__item__numbers {
  padding-top: 40px;
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.card__list__item__numbers__item {
  font-size: 16px;
  letter-spacing: 1.3px;
  font-weight: 700;
  color: inherit;
}
.card__list__item__balance__title {
  font-size: 10px;
  font-weight: 700;
  color: #8791a0;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.card__list__item__balance__value {
  display: flex;
  align-items: center;
}
.card__list__item__balance__value__currency {
  font-size: 14px;
  margin-right: 6px;
}
.card__list__item__balance__value__amount {
  font-size: 18px;
  font-weight: 700;
  color: #1d222c;
}
.card__list__item__valid__title {
  font-size: 10px;
  font-weight: 700;
  color: #8791a0;
  text-transform: uppercase;
  margin-bottom: 6px;
}
.card__list__item__valid__value {
  font-size: 12px;
  letter-spacing: 0.9px;
  color: inherit;
  font-weight: 700;
  text-align: right;
}
.card__list__item.active {
  border-radius: 12px;
  box-shadow: 0 4px 8px -1px rgba(29, 32, 47, 0.22);
  background-color: #649ae9;
  color: #fff;
  overflow: visible;
}
.card__list__item.active::before {
  background-color: transparent;
}
.card__list__item.active::after {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #649ae9;
  content: " ";
  bottom: -25px;
  left: calc(50% - 3.5px);
}

.card-details {
  border-radius: 8px;
  box-shadow: 0 4px 8px 0 rgba(131, 137, 160, 0.2);
  background-color: #ffffff;
  padding: 24px;
}
.card-details__header {
  display: flex;
  align-items: center;
  margin-bottom: 44px;
}
.card-details__header__title {
  font-size: 22px;
  font-weight: 700;
  color: #2b3a49;
}
.card-details__content {
  width: 90%;
}
.card-details__content .form__input, .card-details__content #login__password {
  border-color: rgba(124, 136, 157, 0.15);
  padding: 0 0 6px 0;
  line-height: 1.71;
  font-weight: 400;
}

#composeMessage .composeMessage_modal {
  width: 60%;
}
#composeMessage .composeMessage_modal table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  margin: 0;
  overflow: hidden;
}
#composeMessage .composeMessage_modal table td, #composeMessage .composeMessage_modal table th {
  min-width: 1em;
  border: 1px solid #afafaf;
  padding: 3px 5px;
  vertical-align: top;
  box-sizing: border-box;
  position: relative;
}
#composeMessage .composeMessage_modal table td > *, #composeMessage .composeMessage_modal table th > * {
  margin-bottom: 0;
}
#composeMessage .composeMessage_modal table th {
  font-weight: bold;
  text-align: left;
}
#composeMessage .composeMessage_modal .tableWrapper {
  margin: 1em 0;
  overflow-x: auto;
}
#composeMessage .composeMessage_modal .resize-cursor {
  cursor: ew-resize;
  cursor: col-resize;
}

/*# sourceMappingURL=main.css.map */
