
/* BITBANK_AMOUNT_INLINE_LIMITS_V41 */

.exchange-card .right-limit-box,
.exchange-card .site-limit-box,
.exchange-card [data-site-limit-box],
.exchange-card [data-right-limit-box]{
  display:none !important;
}

.amount-inline-helper{
  margin-top:5px;
  color:#9ea6d4;
  font-size:10.8px;
  line-height:1.25;
  min-height:14px;
  padding-left:2px;
}

.amount-inline-helper strong{
  color:#dfe5ff;
  font-weight:800;
}

.amount-inline-note{
  margin:2px 0 2px;
  padding:7px 9px;
  border:1px solid rgba(115,230,255,.14);
  border-radius:11px;
  background:rgba(115,230,255,.045);
  color:#bdefff;
  font-size:11.2px;
  line-height:1.25;
}

.exchange-card .input[readonly]{
  cursor:default;
  color:#cbd1f0;
}

.exchange-card .input.is-calculating{
  opacity:.72;
}

@media (max-width:680px){
  .amount-inline-helper{
    font-size:10.5px;
    margin-top:4px;
  }

  .amount-inline-note{
    font-size:10.8px;
    padding:7px 8px;
  }
}
