:root {
    --color-light-text-tertiary-inverted: rgba(233, 233, 250, 0.37);
}
:root {
    --amount-input-inverted-minor-part-and-currency-color: var(
        --color-light-text-secondary-inverted
    );
    --amount-input-inverted-disabled: var(--color-light-text-tertiary-inverted);
}
.amount-input__minorPartAndCurrency_hg3br {
    color: var(--amount-input-inverted-minor-part-and-currency-color);
}
.amount-input__minorPartAndCurrency_hg3br.amount-input__disabled_hg3br,
    .amount-input__minorPartAndCurrency_hg3br.amount-input__readOnly_hg3br {
        color: var(--amount-input-inverted-disabled);
    }
.amount-input__inputReject0_hg3br {
        animation: amount-input__reject0_hg3br ease 0.3s 1;
    }
@keyframes amount-input__reject0_hg3br {
        from {
            background-color: var(--amount-input-inverted-input-reject-background-color);
        }
    }
.amount-input__inputReject1_hg3br {
        animation: amount-input__reject1_hg3br ease 0.3s 1;
    }
@keyframes amount-input__reject1_hg3br {
        from {
            background-color: var(--amount-input-inverted-input-reject-background-color);
        }
    }
