[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none;
}

#preload-content {
  background: #55acee;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}

#Logo-Defs {
  display: none;
}

#Logo {
  display: block;
  stroke: #FFFFFF;
  fill: #FFFFFF;
  width: 100%;
  height: 100%;
}

.animate-draw {
  fill-opacity: 0;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: DrawLine, FillIn;
  animation-duration: 3s, 3s;
  animation-delay: 0s, 3s;
}

#draw-flag {
  stroke-dashArray: 1100;
  stroke-dashoffset: 1100;
}

@keyframes DrawLine {
  to { stroke-dashOffset: 0; }
}

@keyframes FillIn {
  from { fill-opacity: 0; }
  to { fill-opacity: 1; }
}

.tooltipped {
  position: relative
}

.tooltipped:after {
  position: absolute;
  z-index: 1000000;
  left: 0;
  margin-left: -70px;
  top: -3px;
  padding: 5px 8px;
  font: normal normal 11px/1.5 Helvetica,arial,nimbussansl,liberationsans,freesans,clean,sans-serif,"Segoe UI Emoji","Segoe UI Symbol";
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: break-word;
  white-space: pre;
  pointer-events: none;
  content: attr(aria-label);
  background: rgba(0,0,0,0.8);
  border-radius: 3px;
  -webkit-font-smoothing: subpixel-antialiased
}

.tooltipped:before {
  position: absolute;
  content:'';
  left: 0;
  top: 50%;
  margin-top: -5px;
  margin-left: -16.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0px 5px 10px;
  border-color: transparent transparent transparent rgba(0,0,0,0.8);

}

.link {
  text-decoration: none !important;
  color: #00d0ba;
}

.link:hover {
  color: #00d0ba;
  opacity: 0.8;
}

.custom-modal .vbox-inline {
  height: auto;
  padding: 40px 36px 40px 8px !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.custom-modal h3 {
  font-size: 32px;
  font-weight: 400;
  text-align: center;
  margin: 0 0 40px 0;
  color: #cc5252;
}

.custom-modal p {
  margin-top: 40px;
  font-size: 16px;
  padding-left: 40px;
}

.custom-modal p > b {
  color: #cc5252;
}

.custom-modal ol > li > a {
  color: #00d0ba;
  text-decoration: none;
}

.custom-modal ol > li + li {
  margin-top: 10px;
}

#exchanger-content {
  min-height: 100%;
  padding-top: 71px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#exchanger-content .disclaimer {
  font-size: 12px;
  color: #8C8E90;
  margin-top: 10px;
}

#exchanger-content .proofs ul {
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

#exchanger-content .proofs ul dl {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 12px;
  color: #fff;
  opacity: 0.5;
  margin-top: 40px;
}

#exchanger-content .proofs ul dl dt {
  margin-right: 15px;
}

#exchanger-content .custom-card {
  margin: 0 -15px;
}

#exchanger-content .custom-card-disabled {
  display: flex;
  align-items: center;
  background: #F1F1F1;
  min-height: 200px;
  padding: 52px 72px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
#exchanger-content .custom-card-disabled p {
  font-size: 16px;
  color: #8C8E90;
}

#exchanger-content .custom-card-disabled img {
  width: 94px;
  margin-left: 32px;
}

#exchanger-content .custom-card .custom-card-header {
  position: relative;
  background: #fff;
  padding: 30px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.25);
}

#exchanger-content .custom-card .custom-card-header .user-profile {
  position: absolute;
  top: 0;
  left: 50%;
  margin-top: -39px;
  margin-left: -39px;
  width: 78px;
  height: 78px;
  -webkit-border-radius: 74px;
  -moz-border-radius: 74px;
  border-radius: 74px;
  border: 3px solid #fff;
  overflow: hidden;
  webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.25);
  text-align: center;
  z-index: 9;
}

#exchanger-content .custom-card .custom-card-header .user-profile > span {
  display: block;
  width: 100%;
  height: 100%;
}

#exchanger-content .exchange-widget .arrow {
  display: block;
  position: absolute;
  background: url(/img/exchanger/arrow.png) no-repeat;
  left: 50%;
  top: 50%;
  margin-top: -15px;
  margin-left: -15px;
  width: 30px;
  height: 30px;
  background-size: contain;
}

#exchanger-content .exchange-widget .disclaimer {
  text-align: center;
}

#exchanger-content .exchange-widget .icon-space {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 42px;
  color: #C1C1C1;
  height: 42px;
  margin-bottom: 10px;
}

#exchanger-content .exchange-widget .icon-space > .icon {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.1;
  font-style: normal;
}

#exchanger-content .exchange-widget .icon-space > img {
  max-height: 100%;
}

#exchanger-content .exchange-widget .select-space {
  text-align: center;
}

#exchanger-content .exchange-widget .disclaimer > p {
  margin-bottom: 0;
}

#exchanger-content .min-transfer {
  background: #cc5252;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.25);
}

#exchanger-content .custom-card-body {
  min-height: 200px;
  padding: 15px 30px 30px 30px;
  background: #F1F1F1;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

#exchanger-content .custom-card-body .disclaimer {
  margin-bottom: 30px;
}

#exchanger-content .custom-card-body h4,
#exchanger-content .custom-card-body .action-btn,
#exchanger-content .custom-card-body p {
  font-size: 14px;
  line-height: 1.3;
}

#exchanger-content .custom-card-body h4 {
  margin-top: 0;
}

#exchanger-content .custom-card-body .action-btn {
  color: #00d0ba;
  text-transform: uppercase;
  text-decoration: none;
  float: right;
}

#exchanger-content .custom-card-body .action-btn:hover {
  opacity: 0.8;
}

#exchanger-content .custom-card-body .text-block p {
  -ms-word-break: break-all;
  word-break: break-all;
}

#exchanger-content .custom-card-body .text-block + .text-block {
  margin-top: 20px;
}

#exchanger-content .custom-card-body .text-block:last-of-type {
  margin-bottom: 20px;
}

#exchanger-content .custom-card-body .qrcode-space .qrcode {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#exchanger-content .info-block {
  text-align: center;
  color: #fff;
}

#exchanger-content .info-block h1 {
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 80px;
}

#exchanger-content .info-block h1 > .user-name {
  font-weight: bold;
}

#exchanger-content .info-block p {
  font-size: 18px;
  margin-bottom: 80px;
}

#exchanger-content .info-block .stores-btn {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: justify;
  justify-content: flex-end;
}

#exchanger-content .info-block .stores-btn > a {
  max-width: 100%;
  padding: 0 10px;
}

#exchanger-content .info-block .stores-btn > a > img {
  max-width: 100%;
}

@media (min-width: 768px) {

  #exchanger-content .custom-card {
    margin: 0;
  }

  #exchanger-content .custom-card-body h4,
  #exchanger-content .custom-card-body .action-btn,
  #exchanger-content .custom-card-body p {
    font-size: 16px;
    line-height: 1.2;
  }

  #exchanger-content .custom-card .custom-card-header {
    min-height: 199px;
  }

  #exchanger-content .disclaimer {
    font-size: 14px;
  }

  #exchanger-content .info-block {
    margin-left: 35px;
    text-align: left;
  }

  #exchanger-content .info-block h1 {
    font-size: 30px;
    margin-bottom: 40px;
  }

  #exchanger-content .exchange-widget .arrow {
    width: 38px;
    height: 27px;
    background-size: cover;
    margin-left: -19px;
    margin-top: -13.5px;
  }

  #exchanger-content .info-block .stores-btn a {
    max-width: 180px;
  }

  #exchanger-content .exchange-widget .icon-space {
    font-size: 56px;
    height: 62px;
  }
}

@media (min-width: 991px) {
  #exchanger-content .exchange-widget .arrow {
    width: 48px;
    height: 37px;
    margin-top: -13.5px;
    margin-left: -24px;
  }

  #exchanger-content .info-block h1 {
    font-size: 40px;
  }

  #exchanger-content .info-block .stores-btn a {
    max-height: 50px;
  }

  #exchanger-content .main-row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
