.Enter_amount_container {
    display: flex;
    flex-direction: column;
}

.Enter_amount_header {
    color: #666;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
}

.Amount_input {
    border: none;
    font-weight: 600;
    font-size: 44px;
    line-height: 94%;
    letter-spacing: -0.02em;
    color: #101010;
    padding: 0;
    margin-top: 1.7vh;
    margin-bottom: 2.6vh;
    outline: none;
    width: 100%;
    font-family: inherit;
}

.Amount_input::placeholder {
    color: #AFAFAF;
}

.Amount_default_options {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 10px;
    margin-top: 1.5vh;
    margin-bottom: 29px;
}

.Amount_default_button {
    background: none;
    border-radius: 8px;
    border: 1px solid #E3E3E3;
    cursor: pointer;
    color: var(--Typo-sub-copy, #9E9E9E);
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    /* opacity: 0.7; */
    padding: 10px 12px;
}

.Amount_default_button.Highlight_chip {
    border: 1px solid #666;
    background: rgba(0, 0, 0, 0.04);
    color: var(--Typo-sub-copy, #666);;
}

.FD_amount_range {
    color: #666;
    font-size: 12px;
    font-weight: 500;
}

.FD_amount_range.Error_state {
    color: #EC1E30;
}

.Amount_input_row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.Currency_symbol {
    color: #101010;
    font-size: 28px;
    line-height: 60px;
    letter-spacing: -0.84px;
    margin-right: 3px;
}

.Currency_symbol.Disabled_symbol {
    color: #AFAFAF;
}


@media (min-width : 768px) {
    .Amount_input{
        font-weight: 700;
    }

    .Currency_symbol {
        font-weight: 700;
    }
}

/* .Tenure_container {
    padding-left : 1.2vw;
    padding-right: 1.2vw;
    padding-top: 4vh;
}

.Tenure_description {
    font-weight: 500;
    font-size: 14px;
    line-height: 171%;
    color: #101010;
    opacity: 0.75;
    margin-top: 0.7vh;
    margin-bottom: 2.5vh;
}

.Tenure_choice_buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.Tenure_choice_button {
    background: none;
    border: 1px solid #999999;
    border-radius: 8px;
    color: #999999;
    font-weight: 500;
    font-size: 17px;
    line-height: 159%;
    margin-right: 2.6vw;
    padding-left: 3.4vw;
    padding-right: 3.4vw;
    padding-top: 0.7vh;
    padding-bottom: 0.7vh;
    cursor: pointer;
}

.Tenure_choice_button.Selected {
    border: 1px solid #3857FF; 
    background: #C4CDFF;
    color: #3857FF;
}

.Maturity_calculation_component {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    background: #EFEFEF;
    border-radius: 12px;
    margin-left: 1vw;
    margin-right: 1vw;
    padding-left: 5.3vw;
    padding-right: 5.3vw;
    padding-top: 2vh;
    padding-bottom: 2vh;
    margin-top: 4vh;
}

.Maturity_detail_field {
    font-weight: 500;
    font-size: 16px;
    line-height: 181%;
    color: #666666;
}

.Maturity_detail_value {
    font-weight: 600;
    font-size: 18px;
    line-height: 161%;
    letter-spacing: -0.02em;
    color: #101010;
}

.Renew_options_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left : 1.2vw;
    padding-right: 1.2vw;
    padding-top: 4vh;
}

.Body_component_description {
    font-weight: 500;
    font-size: 12px;
    line-height: 150%;
    color: #666666;
    opacity: 0.75;
    margin-bottom: 2vh;
}

.List_option {
    font-weight: 500;
    font-size: 14px;
    line-height: 171%;
    color: #101010;
    opacity: 0.7;
    margin-bottom: 2.6vh;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.List_circle {
    width: 18px;
    height: 18px;
    border: 1px solid #AFAFAF;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-right: 5.6vw;
}

.List_circle.Selected {
    border: 1px solid #3857FF;
}

.List_inside_circle {
    width: 12px;
    height: 12px;
    border-radius: 100px;
    background: #3857FF;
}

.Interest_payout_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left : 1.2vw;
    padding-right: 1.2vw;
    padding-top: 3.3vh;
}

.Note {
    font-weight: 500;
    font-size: 12px;
    line-height: 183%;
    color: #666666;
    margin-left: 0.6vw;
    margin-right: 0.6vw;
    margin-top: 1.8vh;
    margin-bottom: 3vh;
}

.Confirm_button_container {
    margin-bottom: 4vh;
    background: #3857FF;
    border-radius: 12px;
    width: 88vw;
    height: 5.4vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.Confirm_button {
    width: 100%;
    height: 100%;
    background: none;
    border: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #FFFFFF;
    cursor: pointer;
} */