/* .Fd_options {
    border-radius: 16px 16px 0px 0px;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.Margin_div {
    background-color: #FFFFFF;
    height: 8.4vh;
}

.Create_fd_button_container {
    border-radius: 12px;
    width: 88vw;
    height: 6.2vh;
    background: #F7F7F7;
    justify-content: center;
    align-items: center;
}

.Create_fd_button {
    background: none;
    border: none;
    padding: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.Create_fd_button_text {
    font-weight: 700;
    font-size: 16px;
    text-decoration: underline;
    color: #3857FF;
    margin-left: 6vw;
}

.Arrow_icon {
    width: 14px;
    height: 12px;
    margin-right: 6vw;
}

.Existing_fd_container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.Fd_options_header {
    font-weight: 500;
    font-size: 14px;
    line-height: 143%;
    color: #303030;
    width: 88vw;
    height: 2vh;
    margin-top: 1.2vh;
    margin-bottom: 1vh;
}

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

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

.Fd_amount_container {
    background: #F7F7F7;
    border-radius: 12px;
    margin-bottom: 2vh;
    width: 88vw;
    height: 6.4vh;
    display: flex;
    flex-direction: column ;
    justify-content: center;
    cursor: pointer;
}

.Fd_amount_container.Selected {
    display: flex;
    flex-direction: column;
    height: 17.7vh;
    background: #F5F7FF;
    border: 1px solid #3857FF;
}

.Fd_amount {
    font-weight: 700;
    font-size: 18px;
    line-height: 133%;
    color: #000000;
    margin-right: 5.8vw;
}

.Calculated_credit_limit {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #666666;
    margin-left: 6vw;
    margin-top: 1.8vh;
}

.Fd_amount_row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-left: 6vw;
    margin-right: 7.5vw;
}

.Best_limit_row {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

.Best_limit {
    background: #FF0049;
    border-radius: 4px;
    color: white;
    width: 18.4vw;
    height: 2.2vh;
    font-weight: 500;
    font-size: 12px;
    line-height: 133%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    max-width: 70px;
} */
