@charset "UTF-8";
.fx-wrapper {
  padding: 5%;
  border-radius: 20px;
  border: 3px solid #0190f7;
  text-align: left;
  -webkit-box-shadow: rgba(0, 0, 0, 0.04) 0 1px 0, rgba(0, 0, 0, 0.05) 0 2px 7px, rgba(0, 0, 0, 0.06) 0 12px 22px;
          box-shadow: rgba(0, 0, 0, 0.04) 0 1px 0, rgba(0, 0, 0, 0.05) 0 2px 7px, rgba(0, 0, 0, 0.06) 0 12px 22px;
  /* .select2-container--open {
       left:unset!important;
       right:0;
   }
   .select2-container--open .select2-dropdown {
       min-width:300px!important;
       border: 1px solid #aaa!important;
       border-radius: 4px!important;
   }*/
}
.fx-wrapper input[type=number], .fx-wrapper input[type=text], .fx-wrapper select, .fx-wrapper .select2-selection__rendered {
  font-size: 1.5em !important;
  font-weight: bold !important;
}
@media (max-width: 480px) {
  .fx-wrapper input[type=number], .fx-wrapper input[type=text], .fx-wrapper select, .fx-wrapper .select2-selection__rendered {
    font-size: 1.15em !important;
  }
}
.fx-wrapper option {
  font-size: 16px;
}
.fx-wrapper .fx-from, .fx-wrapper .fx-to {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 1em;
  position: relative;
}
.fx-wrapper .fx-from .amount, .fx-wrapper .fx-to .amount {
  width: 60%;
}
.fx-wrapper .fx-from .amount input, .fx-wrapper .fx-to .amount input {
  color: #0190f7;
}
.fx-wrapper .fx-from .region, .fx-wrapper .fx-to .region {
  width: 40%;
}
.fx-wrapper .fx-from select, .fx-wrapper .fx-to select {
  width: 100%;
}
.fx-wrapper .current-fx {
  padding-top: 0.5em;
  font-size: 14px;
}
.fx-wrapper .fx-from, .fx-wrapper #current-fx, .fx-wrapper .fx-partners {
  padding-bottom: 1em;
}
.fx-wrapper label {
  font-size: 14px;
  font-weight: 600;
}
.fx-wrapper input[type=number], .fx-wrapper input[type=text], .fx-wrapper select {
  border: 1px solid #ccc;
  width: 100%;
}
.fx-wrapper .fx-partners select {
  font-weight: 900 !important;
}
.fx-wrapper .fx-fees div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.fx-wrapper .fx-fees div:not(.total-cost) {
  font-size: 14px;
}
.fx-wrapper .fx-fees div.total-cost {
  font-weight: 600;
}
.fx-wrapper .fx-footer {
  padding-top: 5%;
  text-align: center;
}
.fx-wrapper .select2-container--bootstrap {
  width: 100% !important;
}
.fx-wrapper .select2-selection__rendered {
  line-height: 60px !important;
}
.fx-wrapper .select2-container .select2-selection--single {
  height: 60px !important;
  background-color: #e8f7fd;
}
.fx-wrapper .select2-selection__arrow {
  height: 60px !important;
}
.fx-wrapper ul.select2-results__options {
  display: block !important;
}
.fx-wrapper .select2-results__option.select2-results__option--highlighted .currency {
  color: #fff;
}
.fx-wrapper .flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
}
.fx-wrapper .flag-icon, .fx-wrapper .flag-icon-background {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}
.fx-wrapper .flag-text {
  margin-left: 0.25em;
}
.fx-wrapper .flag-icon {
  position: relative;
  display: inline-block;
  width: 1.33333333em;
  line-height: 1em;
}
.fx-wrapper .flag-icon.flag-icon-aud {
  background: url("../svg/aud.svg");
}
.fx-wrapper .flag-icon.flag-icon-nzd {
  background: url("../svg/nzd.svg");
}
.fx-wrapper .flag-icon.flag-icon-top {
  background: url("../svg/top.svg");
}
.fx-wrapper .flag-icon.flag-icon-wst {
  background: url("../svg/wst.svg");
}
.fx-wrapper .flag-icon.flag-icon-vuv {
  background: url("../svg/vuv.svg");
}
.fx-wrapper .flag-icon.flag-icon-fjd {
  background: url("../svg/fjd.svg");
}
.fx-wrapper .flag-icon.flag-icon-pgk {
  background: url("../svg/pgk.svg");
}
.fx-wrapper .flag-icon:before {
  content: " ";
}
.fx-wrapper .flag-icon.flag-icon-rounded {
  width: 1em;
}
.fx-wrapper .country-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
.fx-wrapper .country-option img {
  max-width: 40px !important;
  display: inline-block;
  margin: 0 !important;
}
.fx-wrapper .country-option .flag-text {
  margin-left: 5px;
}
.fx-wrapper .country-option .currency {
  margin-left: auto;
  font-size: 14px;
  color: #999;
}

@media (max-width: 1200px) {
  .fx-wrapper .fx-from, .fx-wrapper .fx-to {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .fx-wrapper .fx-from .amount, .fx-wrapper .fx-from .region, .fx-wrapper .fx-to .amount, .fx-wrapper .fx-to .region {
    width: 100%;
  }
  .fx-wrapper input[type=number], .fx-wrapper input[type=text], .fx-wrapper select, .fx-wrapper .select2-selection__rendered {
    font-size: 1.15em !important;
  }
  .fx-wrapper .select2-container--bootstrap {
    width: 100% !important;
  }
  .fx-wrapper .select2-selection__rendered {
    line-height: 45px !important;
  }
  .fx-wrapper .select2-container .select2-selection--single {
    height: 45px !important;
    background-color: #e8f7fd;
  }
  .fx-wrapper .select2-selection__arrow {
    height: 45px !important;
  }
  .fx-wrapper .country-option img {
    max-width: 20px !important;
  }
  .fx-wrapper .select2-results__option {
    font-size: 0.75em;
  }
}
@media (max-width: 1200px) {
  .fx-wrapper .fx-from, .fx-wrapper .fx-to {
    gap: 0.5em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .fx-wrapper .fx-from .amount, .fx-wrapper .fx-from .region, .fx-wrapper .fx-to .amount, .fx-wrapper .fx-to .region {
    width: 100%;
  }
  .fx-wrapper input[type=number], .fx-wrapper input[type=text], .fx-wrapper select, .fx-wrapper .select2-selection__rendered {
    font-size: 1.15em !important;
  }
  .fx-wrapper .select2-container--bootstrap {
    width: 100% !important;
  }
  .fx-wrapper .select2-selection__rendered {
    line-height: 45px !important;
  }
  .fx-wrapper .select2-container .select2-selection--single {
    height: 45px !important;
    background-color: #e8f7fd;
  }
  .fx-wrapper .select2-selection__arrow {
    height: 45px !important;
  }
  .fx-wrapper .country-option img {
    max-width: 20px !important;
  }
  .fx-wrapper .select2-results__option {
    font-size: 0.75em;
  }
}
@media (min-width: 1201px) {
  .fx-wrapper .fx-from .region, .fx-wrapper .fx-to .region {
    margin-top: 1.625em;
  }
}