/**
 * => Type 1 => Style 3
 **/
.bs-fpc-t1.bs-fpc-s3 {
  padding-left: 0; }
  .bs-fpc-t1.bs-fpc-s3 .fpc-input-section {
    font-size: 0;
    margin: 0; }
  .bs-fpc-t1.bs-fpc-s3 .fpc-label-input {
    display: block;
    text-transform: uppercase;
    font-size: 10px;
    margin-bottom: 2px;
    color: #4f4f4f; }
  .bs-fpc-t1.bs-fpc-s3 .fpc-input {
    width: 100%;
    color: #606060;
    font-size: 12px;
    font-weight: 400; }
  .bs-fpc-t1.bs-fpc-s3 .fpc-select-field .fpc-input {
    width: 100%; }
  .bs-fpc-t1.bs-fpc-s3 .fpc-from-select-field {
    text-transform: capitalize; }
  .bs-fpc-t1.bs-fpc-s3 .fpc-field {
    padding: 0;
    display: block;
    width: 100%; }
  .bs-fpc-t1.bs-fpc-s3 .fpc-input-section + .fpc-input-section {
    margin-top: 12px; }
  .bs-fpc-t1.bs-fpc-s3 .fpc-arrow {
    padding: 10px 0 0;
    position: relative;
    top: 6px; }
  .bs-fpc-t1.bs-fpc-s3 .fpc-input-section-to .fpc-label-input {
    margin-bottom: 2px; }
  .bs-fpc-t1.bs-fpc-s3 .fpc-crypto-icon {
    margin-top: -5px;
    left: 8px; }
  .bs-fpc-t1.bs-fpc-s3 .fpc-flag-icon {
    margin-top: -5px;
    left: 11px; }
  .bs-fpc-t1.bs-fpc-s3 .fpc-result {
    background-color: rgba(0, 0, 0, 0.06);
    border-radius: 3px;
    text-align: center;
    margin-top: 3px;
    min-height: 13px;
    line-height: 20px;
    font-size: 12px;
    padding: 15px 10px; }
  .bs-fpc-t1.bs-fpc-s3 .fpc-from-crypto {
    font-size: 12px; }
  .bs-fpc-t1.bs-fpc-s3 .fpc-to-currency-label .unit,
  .bs-fpc-t1.bs-fpc-s3 .fpc-to-currency-label .value {
    color: #343434;
    font-size: 16px;
    font-weight: bold;
    margin: 0; }
  .bs-fpc-t1.bs-fpc-s3 .fpc-to-currency-label .value {
    margin: 0 2px 0 0; }

.fpc-wrapper-body.fpc-style-4 {
  padding: 12px 18px 22px;
  background-color: #fcfcfc;
  display: block; }
