.tokenizer_form {
    width: 60%;
}

.tokenizer_amount {
    display: flex;
    align-items: center;
    width: 100%;
}

.tokenizer_amount > * + * {
    padding-left: 0.4rem;
}

.tokenizer_form_control {
    flex-basis: 50%;
}

.tokenizer_form_control > * {
    display: block;
}

.tokenizer_form_input {
    width: 100%;
}

.tokenizer_form_input_fields {
    box-shadow: none;
    outline: none;
    color: #666;
    background: none;
    border: 1px solid #DCDEE2;
    border-radius: 3px;
    height: 30px;
    font-size: 12px;
}

.tokenizer_input_amount {
    display: flex;
    align-items: center;
}

.tokenizer_input_amount input {
    flex: 1;
}

#gravity_amounts_select {
    padding: 0px;
}

#subscription_select {
    padding: 0px;
}

.amount_label {
    color: #666;
    font-size: 13px;
    font-weight: 700;
    padding: 0 0 5px;
}

.recurring_label {
    color: #666;
}

.recurring_div {
    margin-top: 8px;
    margin-bottom: 8px;
}

.usd_span {
    color: #666;
    margin-right: 3px
}

.option_amounts {
    color: #666;
}

.radio_amount_label {
    color: #666;
    margin-bottom: 3px;
}

.field_error_border {
    border: 1px solid #ef5a00;
}

.field_error_text {
    width: max-content;
    padding: 5px;
    font-size: 11px;
    margin-left: 5px;
    margin-top: 0px;
    color: #ef5a00;
    border: 1px solid #ef5a00;
    border-radius: 3px;
}

.select_plan_error_text {
    margin-left: 0px;
    margin-top: 5px;
}

.radio_div {
    margin-bottom: 2px;
}

.submit_message_color {
    color: #333333;
}

.back_button {
    width: 85px;
    height: 36px;
    background: #1E7AC4;
    opacity: 1;
    color: white;
}

.error_text_color {
    color: #ef5a00;
}

.notification_message{
    color: #ff7f7a;
}