.modal_payment {
    margin-top: 20px;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    width: 400px;
    height: 550px;
    border-radius: 7px;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    padding: 30px 70px;

}

.modal_name {
    padding-top: 30px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    
}
.modal_name  div {
    padding-bottom: 10px;
}
.modal_name div input {
    width: 110px;
    border-radius: 3px;
    height: 30px;
    border: 1px solid #2C3489;
}
.modal_title {
    font-size: 20px;
    font-weight: bold;
}
.email_input {
    width: 100% !important;
}
.modal_text {
    display: flex;
    justify-content: start;
}
.email_input input {
    width: 100%;
    border-radius: 3px;
    height: 30px;
    border: 1px solid #2C3489;
    
}
.select_coin {
    width: 100%;
}
.select_coin select {
    width: 100%;
    border-radius: 3px;
    height: 40px;
    border: 1px solid #2C3489;
    padding-left: 30px;
}

.payment_btn_sections {
    /* position: relative; */
    /* right: 0px; */
    width: 100%;
    display: flex;
    justify-content: end;
}
.payment_btn {
    margin-top: 15px;
    background-color: #2C3489;
    padding: 7px 20px;
    border-radius: 5px;
    cursor: pointer;


}

.select_payment_modal {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10 !important;
}
 input {
    padding-left: 10px;
}
