* {
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}
#__bs_notify__ {
  display: none !important;
}
.no-flicker {
  transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
}
input[type=checkbox] {
  display: none;
}
.slide-toggle {
  display: block;
  position: relative;
  flex: none;
  width: 50px;
  height: 30px;
  border-radius: 30px;
  background-color: #d7d2cb;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
  z-index: 1;
  float: left;
}
.slide-toggle::before,
.slide-toggle::after {
  content: ' ';
  display: block;
  position: absolute;
  top: 1px;
  border-radius: 30px;
  height: 28px;
  background-color: #fff;
  transform: translate3d(0, 0, 0);
  transition: 0.2s cubic-bezier(0, 1.1, 1, 1.1);
}
.slide-toggle::before {
  z-index: -1;
  width: 48px;
  right: 1px;
  transform: scale(1);
}
.slide-toggle::after {
  z-index: 1;
  width: 28px;
  left: 1px;
  box-shadow: 0 1px 4px 0.5px rgba(0, 0, 0, 0.25);
}
input:checked + .slide-toggle {
  background-color: #0487EF;
}
input:checked + .slide-toggle::before {
  transform: scale(0);
}
input:checked + .slide-toggle::after {
  transform: translate3d(20px, 0, 0);
}
body {
  background: white;
  padding: 70px 0 0;
  margin: 0;
  font-size: 16px;
  -webkit-user-select: none;
  width: 100%;
}
a {
  text-decoration: none;
}
.message {
  position: fixed;
  left: 0;
  right: 0;
  background: #FF5C5C;
  color: white;
  padding: 25px;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  z-index: 100;
  transform: translate3d(0, -150px, 0);
  opacity: 0;
  transition: all .3s;
}
.message.show {
  opacity: 1;
  transform: translate3d(0, -70px, 0);
}
input,
button,
select {
  -webkit-appearance: none;
  display: block;
  border: 1px solid #D9DDE4;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.05);
  padding: 15px 15px;
  line-height: 20px;
  height: 50px;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 20px;
  font-size: 16px;
  background: white;
  transition: background .35s;
}
input:focus,
button:focus,
select:focus,
input:active,
button:active,
select:active {
  border: 1px solid rgba(4, 135, 239, 0.4);
  box-shadow: 0 2px 15px rgba(4, 135, 239, 0.1);
  outline: none;
  transition: all .5s;
}
input:disabled,
button:disabled,
select:disabled,
input.disabled,
button.disabled,
select.disabled {
  background: #D9DDE4;
}
.select-wrapper {
  position: relative;
}
.select-wrapper:before {
  content: "\f078";
  font-family: FontAwesome;
  position: absolute;
  right: 5px;
  pointer-events: none;
  font-size: 20px;
  padding: 10px 8px;
  background: white;
  top: 5px;
}
button {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: white;
  background: linear-gradient(to bottom right, #09BCF9, #0487EF);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
  line-height: initial;
  border: none;
  margin-top: 30px;
  padding: 20px 15px;
  height: 60px;
  text-transform: uppercase;
}
button .icon i {
  margin-right: 5px;
  margin-left: -25.5px;
  visibility: hidden;
}
button.loading .icon i {
  visibility: visible;
}
button.secondary,
.with-text button {
  background: transparent;
  box-shadow: none;
  height: 30px;
  padding: 0;
  line-height: 30px;
  margin-bottom: 20px;
  text-transform: initial;
  color: #696976;
  font-weight: 200;
}
button.secondary.blue,
.with-text button.blue {
  color: #0487EF;
}
button.secondary:active,
.with-text button:active,
button.secondary:focus,
.with-text button:focus {
  border: none;
}
.toggle {
  overflow: hidden;
}
label {
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  margin: 12px 0;
  display: block;
}
label span {
  float: left;
  font-weight: 200;
  line-height: 2.2em;
  margin-left: 15px;
}
.halves {
  overflow: hidden;
}
.half,
.half .select-wrapper {
  width: 49%;
  float: left;
}
.half:before,
.half .select-wrapper:before {
  font-size: 13px;
  padding: 14px 5px;
  background: transparent;
}
.half:last-child,
.half .select-wrapper:last-child {
  margin-left: 2%;
}
.with-text {
  text-align: center;
  color: #696976;
  font-weight: 200;
  padding: 10px 0;
  line-height: 1.4em;
}
.with-text button {
  display: inline;
  padding: 0;
  width: auto;
  margin: 0;
}
h1 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.logo {
  padding: 0 0 30px;
  display: block;
  text-align: center;
}
.logo svg.img {
  display: block;
  margin: 0 auto;
  width: 90px !important;
  height: 90px !important;
}
.topbar {
  padding: 0 0 10px;
  background: white;
  overflow: hidden;
  position: fixed;
  top: -100px;
  left: 25px;
  left: 0;
  right: 25px;
  right: 0;
  z-index: 99;
}
.topbar.active {
  top: 0;
}
.topbar a {
  position: absolute;
  padding: 10px;
  width: 10%;
  display: block;
  color: black;
  top: 15px;
}
.topbar a.left {
  left: 15px;
}
.topbar a.right {
  right: 15px;
  text-align: right;
}
.topbar h1 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.user-line {
  overflow: hidden;
  margin: 15px 0;
}
.user-line i {
  color: #C0BEBE;
  font-size: 36px;
  float: left;
  margin-right: 20px;
  margin-top: 2px;
}
.user-line .details {
  float: left;
}
.user-line .details h2,
.user-line .details h3 {
  margin: 0;
}
.user-line .details h2 {
  font-size: 18px;
}
.user-line .details h3 {
  font-weight: 200;
  font-size: 14px;
}
.item {
  overflow: hidden;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 70px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  color: black;
  transition: all .5s;
  transform: scale(1);
  opacity: 1;
  display: block;
}
.item.deleted {
  transform: scale(0.7);
  opacity: 0;
}
.boxes {
  margin: 45px 0;
  padding-bottom: 20px;
}
.boxes .box {
  overflow: hidden;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 70px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  color: black;
  transition: all .5s;
  transform: scale(1);
  opacity: 1;
  display: block;
  width: 47.5%;
  float: left;
}
.boxes .box.deleted {
  transform: scale(0.7);
  opacity: 0;
}
.boxes .box:nth-child(odd) {
  margin-right: 5%;
}
.boxes .box .icon {
  margin-bottom: 30px;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 28px;
}
.boxes .box .icon i {
  font-size: 36px;
}
.boxes .box .icon.cards {
  color: #EE9146;
}
.boxes .box .icon.accounts {
  color: #FFD200;
}
.boxes .box .icon.transfers {
  color: #9837EA;
}
.boxes .box .icon.help {
  color: #50E3C2;
}
.boxes .box strong {
  display: block;
  font-weight: medium;
  font-size: 16px;
  margin-bottom: 6px;
}
.boxes .box span {
  display: block;
  font-weight: 200;
  font-size: 13px;
}
.screens,
.steps {
  width: 100%;
  overflow-x: hidden;
}
.screen,
.step {
  padding: 0 25px 40px;
  display: none;
  position: relative;
  transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  left: 0;
}
.screen.active,
.step.active {
  display: block;
}
.screen.animate,
.step.animate {
  transition: all 0.25s ease-out;
}
.screen.loading.animate,
.step.loading.animate {
  transition: none;
}
.screen.current,
.step.current {
  transform: translate3d(0, 0, 0);
}
.screen.right,
.step.right {
  transform: translate3d(120%, 0, 0);
}
.screen.left,
.step.left {
  transform: translate3d(-120%, 0, 0);
}
.screen p,
.step p {
  font-size: 20px;
  font-weight: 200;
  display: block;
  padding: 30px 30px 50px;
  line-height: 1.4em;
  text-align: center;
  color: #696976;
}
.screen .empty,
.step .empty {
  text-align: center;
  padding-top: 120px;
}
.screen .empty > span,
.step .empty > span {
  font-size: 36px;
  text-align: center;
  display: inline-block;
  margin-bottom: 10px;
}
.screen .empty p,
.step .empty p {
  padding: 0 30px;
}
.screen.cards .empty span,
.step.cards .empty span {
  color: #EE9146;
}
.screen.accounts .empty span,
.step.accounts .empty span {
  color: #FFD200;
}
.screen.transfers .empty span,
.step.transfers .empty span {
  color: #9837EA;
}
.screen.help .empty span,
.step.help .empty span {
  color: #50E3C2;
}
.screen.loading .empty span,
.step.loading .empty span {
  box-shadow: none;
  color: #C0BEBE;
  font-size: 36px;
}
.screen.user button,
.step.user button {
  margin-top: 15px;
}
.step {
  padding: 0;
}
.nav {
  font-size: 12px;
  font-weight: 400;
  overflow: hidden;
  margin: 0 0 30px;
  padding-top: 40px;
}
.nav span {
  width: 33.3333%;
  text-align: center;
  display: inline-block;
  float: left;
  position: relative;
}
.nav span em {
  position: absolute;
  border: 3px solid #9B9B9B;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: -28px;
  left: 47px;
  background: white;
  transition: all .25s;
}
.nav span em:before {
  content: "";
  height: 3px;
  background: #0487EF;
  width: 0;
  left: 15px;
  position: absolute;
  display: block;
  z-index: -3;
  top: 5px;
  transition: width .25s;
}
.nav span.first {
  text-align: left;
}
.nav span.first em {
  left: 0;
}
.nav span.last {
  text-align: right;
}
.nav span.last em {
  left: inherit;
  right: 0;
}
.nav span.last em:before {
  background: #9B9B9B;
  width: 100vw !important;
  left: -100vw;
  z-index: -4;
}
.nav.step1 span:first-child em {
  border-color: #0487EF;
}
.nav.step2 span.first em {
  background-color: #0487EF;
}
.nav.step2 span.first em:before {
  width: calc(50vw - 50px);
}
.nav.step2 span em {
  border-color: #0487EF;
}
.nav.step2 span.last em {
  border-color: #9B9B9B;
}
.nav.step3 span em {
  background-color: #0487EF;
  border-color: #0487EF;
}
.nav.step3 span em:before {
  width: calc(50vw - 50px);
}
.nav.step3 span.last em {
  background-color: white;
}
.cardIcon {
  float: left;
  font-size: 25px;
  margin-right: 30px;
}
.cardIcon.visa {
  color: #0157a2;
}
.cardIcon.mastercard {
  color: #fbb134;
}
.detail {
  margin-top: 10px;
}
.detail > span {
  font-size: 14px;
  font-weight: 200;
}
.detail .list {
  margin-top: 40px;
}
.detail .list .item {
  position: relative;
  overflow: hidden;
}
.detail .list .item span {
  font-size: 14px;
  font-weight: 200;
  display: block;
}
.detail .list .item span.bold {
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.detail .list .item span.infoLine {
  font-weight: bold;
}
.detail .list .item span.infoLine .cardIcon {
  font-size: inherit;
  margin-right: 5px;
}
.detail .list .item span.infoLine i {
  font-style: normal;
  font-weight: 200;
}
.detail .list .item strong {
  font-size: 16px;
  font-weight: bold;
  display: block;
  margin: 30px 0;
}
.detail .list .item strong:last-child {
  margin-bottom: 0;
}
.detail .list .item .delete {
  position: absolute;
  right: 5px;
  top: 0;
  color: rgba(0, 0, 0, 0.15);
  font-size: 20px;
  padding: 10px;
}
.detail .list .item .data {
  float: left;
}
.detail .list .item.transfer .status-code {
  width: 22px;
  height: 22px;
  border: 3px solid grey;
  display: block;
  float: left;
  border-radius: 50%;
  margin-top: 32px;
}
.detail .list .item.transfer .status-code.on-hold {
  border-color: #EE9146;
}
.detail .list .item.transfer .status-code.on-process {
  border-color: #FFD200;
}
.detail .list .item.transfer .status-code.success {
  border-color: #7BE994;
}
.detail .list .item.transfer .status-code.cancelled {
  border-color: #FF5C5C;
}
.detail .list .item.transfer .data {
  float: right;
  text-align: right;
}
.detail .list .item.transfer strong {
  margin-top: 5px;
}
.layer {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(118, 129, 147, 0.9);
  z-index: 999;
  padding: 60px 40px;
  text-align: center;
  display: none;
  transition: all .2s;
  overflow: hidden;
}
.layer.show {
  display: block;
  opacity: 0;
}
.layer .content {
  background: white;
  border-radius: 10px;
  padding: 0 20px 0 20px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  text-align: left;
  border: 1px solid transparent;
  transition: all .2s;
  transform: scale(0.9) translate3d(0, 40px, 0);
}
.layer .content span {
  width: 75px;
  height: 75px;
  line-height: 75px;
  text-align: center;
  background: white;
  margin: -32px auto 0;
  border-radius: 50%;
  display: block;
  font-size: 12px;
}
.layer .content span i {
  font-size: 39px;
}
.layer .content h3 {
  text-align: center;
  border-bottom: 3px dotted rgba(0, 0, 0, 0.3);
  padding-bottom: 15px;
  margin: 5px -20px 30px;
}
.layer .content label {
  font-weight: 200;
  margin-bottom: 5px;
}
.layer .content strong {
  display: block;
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 1.5em;
}
.layer .content strong.address {
  margin-bottom: 0px;
}
.layer .content strong.kod {
  color: #0487EF;
}
.layer .content .cardIcon {
  font-size: inherit;
  margin-right: 10px;
}
.layer a.close-transfer-screen {
  display: inline-block;
  font-size: 55px;
  margin-top: 30px;
  color: rgba(255, 255, 255, 0.75);
  transform: scale(0.9) translate3d(0, -20px, 0);
  transition: all .3s;
  opacity: 0;
}
.layer.visible {
  opacity: 1;
}
.layer.visible .content {
  transform: scale(1) translate3d(0, 0, 0);
}
.layer.visible a.close-transfer-screen {
  opacity: 1;
  transform: scale(1) translate3d(0, 0, 0);
}
#_markup {
  text-align: center;
  display: block;
  color: rgba(0, 0, 0, 0.5);
}
