@media only screen and (min-width: 600px) {
.viewpage4 {
        width: 80vw;
        margin-left: 15vw;
        margin-top: 8vw;
        flex: 1; 
        padding: 1vw;
        display: none;
        background:radial-gradient(rgb(238, 243, 185),rgb(222, 218, 218));
        height: 100vh;
        
        }
.pagetittle{
        width:100%;
        text-align:center;
        margin-bottom: 1vw;
        margin-top: 1vw;
        font-weight: bold;
        font-size: 2vw;
        font-family:'Times New Roman', Times, serif;
    }
.property{
        display: flex;
        width:45vw;
        justify-content: space-between;
        margin-left: 2vw;
        margin-top: 1.7vw;
        font-size: 1.5vw;
    }
.forms{
        display:none;
        min-height: 20vw;
        height: fit-content;
        font-size: 1.6vw;
        background-color: #fcfcfb;
        width: 50vw;
        margin: auto;
        
    }
.topdirection{
        color:#fcfcfb;
        background-color: #776a68;
        width:48vw;
        padding: 1vw;
        font-size: 1.4vw;
    }
.textinput{
        width: 25vw;
        height: 2vw;
        font-family: serif;
        font-size: 1.4vw;
    }
#form1{
        display:block;
    }
.track{
        width:50vw;
        height:0.3vw;
        background-color: #776a68;
        margin:auto;
    }
.mintrack{
        width:20%;
        height:0.3vw;
        background-color:#f98305;
    }
.backnext{
        width:50vw;
        display: flex;
        justify-content: space-around;
        padding-top:4vw;
        padding-bottom: 2vw;
        margin: auto;
        color:white;
        background-color: white;
    }
.bnext{
        background:#f98305;
        width:fit-content;
        border-radius: 1.4vw;
        padding: 0.9vw;
        font-size: 1.6vw;
    }
.select_proof{
        display:none;
        margin-left: 2vw;
    }
.proof_button{
    background-color: #f98305;
    border-radius: 1VW;
    padding: 0.5VW;
    font-size: 1.2vw;
    height: fit-content;
    color: white;
}
.proof_Id{
        margin-top: 2vw;
        margin-left: 30%;
        display: flex;
        gap:5vw;
    }
.proof_image{
        width:10vw;
        aspect-ratio:auto;
    }

.reg_money_accounts{
        display: flex;
        margin-top: 2vw;
        font-size: 1.3vw ;
        }
.reg_sendmoney{
    display: flex;
        }
#transaction_id{
    width: 70%;
    margin: auto;
    margin-top: 2vw;
}
}