:root {
    --color-light-text-secondary: rgba(4, 4, 19, 0.55);
    --color-light-text-tertiary: rgba(5, 8, 29, 0.38);
}
:root {
    --amount-input-minor-part-and-currency-color: var(--color-light-text-secondary);
    --amount-input-disabled: var(--color-light-text-tertiary);
}
.amount-input__minorPartAndCurrency_44jao {
    color: var(--amount-input-minor-part-and-currency-color);
}
.amount-input__minorPartAndCurrency_44jao.amount-input__disabled_44jao,
    .amount-input__minorPartAndCurrency_44jao.amount-input__readOnly_44jao {
        color: var(--amount-input-disabled);
    }
.amount-input__inputReject0_44jao {
        animation: amount-input__reject0_44jao ease 0.3s 1;
    }
@keyframes amount-input__reject0_44jao {
        from {
            background-color: var(--amount-input-input-reject-background-color);
        }
    }
.amount-input__inputReject1_44jao {
        animation: amount-input__reject1_44jao ease 0.3s 1;
    }
@keyframes amount-input__reject1_44jao {
        from {
            background-color: var(--amount-input-input-reject-background-color);
        }
    }
