/**
 * => Type 1
 **/
.bs-fpc-t1 {
  padding-left: 9px;
  font-family: arial;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  .bs-fpc-t1 .fpc-from-crypto {
    font-size: 15px;
    color: #716f6f;
    text-transform: uppercase;
    margin-bottom: 3px; }
  .bs-fpc-t1 .fpc-to-currency-label .unit,
  .bs-fpc-t1 .fpc-to-currency-label .value {
    font-size: 24px;
    font-weight: bold;
    color: #343434;
    text-transform: uppercase;
    margin-bottom: 19px;
    display: inline-block; }
  .bs-fpc-t1 .fpc-to-currency-label .value {
    font-size: 24px;
    text-transform: uppercase; }
  .bs-fpc-t1 .fpc-form {
    display: block;
    position: relative;
    text-align: center;
    z-index: 1; }
  .bs-fpc-t1 .fpc-input-section {
    margin: 0 -6px; }
  .bs-fpc-t1 .fpc-field {
    display: block;
    padding: 0 7px;
    vertical-align: top;
    width: 50%;
    float: left; }
  .bs-fpc-t1 .fpc-field.fpc-field-uni {
    cursor: pointer; }
  .bs-fpc-t1 .fpc-input {
    font-size: 17px;
    color: #727272;
    border: solid 1px #dfdfdf;
    box-shadow: none;
    width: 100%;
    height: 38px;
    padding: 0 13px; }
  .bs-fpc-t1 .fpc-select-field {
    border: solid 1px #dfdfdf;
    font-size: 12px;
    font-weight: bold;
    overflow: hidden;
    height: 38px;
    position: relative; }
  .bs-fpc-t1 .fpc-crypto-icon {
    width: 17px;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    left: 11px; }
  .bs-fpc-t1 .fpc-flag-icon {
    width: 17px;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    left: 13px; }
  .bs-fpc-t1 .fpc-crypto-icon img {
    display: block;
    max-width: 100%; }
  .bs-fpc-t1 .fpc-select-arrow {
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 10px;
    font-size: 9px; }
  .bs-fpc-t1 .fpc-from-select-field {
    text-transform: uppercase; }
  .bs-fpc-t1 .fpc-select-field .fpc-input {
    border: none;
    padding: 0 30px 0 35px;
    font: inherit;
    outline: none;
    color: #393939;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 100%; }
  .bs-fpc-t1 .fpc-arrow {
    width: 100%;
    text-align: center;
    padding: 8px 32px 9px 0;
    font-size: 12px;
    color: #000000;
    opacity: .22; }
  .bs-fpc-t1 .fpc-select-field .fpc-to-unit {
    padding: 0 30px 0 35px; }
  .bs-fpc-t1 .fpc-line-from-to {
    position: absolute;
    left: -15px;
    top: 19px;
    width: 15px;
    height: 68px;
    z-index: -1;
    border-top: solid 1px #dfdfdf;
    border-left: solid 1px #dfdfdf;
    border-bottom: solid 1px #dfdfdf;
    border-right: 0; }
  .bs-fpc-t1 .fpc-switch-arrow:hover {
    color: #000000 !important; }
  .bs-fpc-t1 .fpc-label-input {
    text-align: left; }

.fpc-wrapper-body.fpc-style-1 {
  padding: 17px 22px 30px 23px;
  border: solid 1px #e4e4e4;
  margin-bottom: 20px;
  display: block; }
