.select_payment {
    width: 470px;
    height: 330px;
    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);
    border-radius: 5px;
    padding: 0px 30px 0px 30px;
}


.payment_header {
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-items: center;
}

.transfer {
    display: flex;
    height: 135px;
    align-items: center;
    cursor: pointer;

}
.transfer_badge {

    width: 20%;
    background-color: #2C3489;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}
.wallet {
    display: flex;
    height: 135px;
    align-items: center;
    cursor: pointer;
}
.wallet_badge {
    width: 20%;
    background-color: #5D9DF6 ;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}

.wallet_modal {
    position: absolute;
    top: 70px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 90 !important;
}
.transfer_modal {
    position: absolute;
    top: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 90 !important;
}