.getTokensForm{display:flex;flex-direction:column;gap:10px}.getTokensForm__exchangeRate{margin-top:12px}.currencyInput{display:flex;flex-direction:column;gap:6px;padding:14px 18px;background:#14181c;border:1px solid hsla(0,0%,100%,.1411764706);border-radius:4px}.currencyInput__currency{display:flex;gap:5px;align-items:center}.currencyInput__inputWrapper{display:flex;gap:10px;align-items:flex-end;justify-content:space-between}.currencyInput__input{flex:1 1;width:100%;max-height:40px;font-family:var(--font-dm-sans);font-size:40px;font-weight:700;color:#fff;letter-spacing:-.04em;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:rgba(0,0,0,0);border:none;outline:none}.currencyInput__input::-webkit-inner-spin-button,.currencyInput__input::-webkit-outer-spin-button{margin:0;-webkit-appearance:none;appearance:none}.currencyInput__input[type=number]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}.currencyInput__balance{display:flex;gap:4px;align-items:center}.currencyInput__balanceMaxButton{cursor:pointer}.currencyExchangeRate{display:flex;gap:4px;align-items:center;justify-content:center}.currencyExchangeRate__equalSign{margin:0 4px}