.transfer_crypto {
    width: 500px;
    padding: 0px 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    /* z-index: 100; */
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px 40px;
}

.transaction {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: end;
}

.back_btn {
    width: 100%;
    display: flex;
    justify-content: start;
}