body, .head{
    top: 0;
    margin: 0;
    padding: 0;
    font-family:"Poppins", sans-serif;;
}


.head {
    display: flex;
    align-items: center;
    justify-content: space-between; 
}


.tx1{
    position: absolute;
    margin-left: 50px;
    font-size: 20px;
    color: #606060;
}


.img1 {
    margin: 0 auto;
    height: 50px;
    padding-left: 300px;
    padding-top: 30px;
}


.user,
.pin,
.arrow {
    margin-right: 10px;
    border-radius: 25px;
    text-align: center;
    font-size: 20px;
    width: 100px;
    height: 33px;
    border: none;
    cursor: pointer;
    outline: none;
    background-color: #fff;
    border: none;
}


.main{
    display: flex;
    justify-content: space-around;
    padding-top: 1.5rem;
}


.inter1{
    position: absolute;
    margin-left: auto;
    margin-right: 1000px;
    margin-top: 2.5rem;
    line-height: 0.1rem;
}


.tx2{
    font-size: 25px;
}


.inter2{
    font-size: 45px;
    padding-left: 75%;
}


.date_time1{
    color: #888;
}


/* .main1{
    position: absolute;
    top: 230px;
    left: 63%;
} */


.tb1, .tb2, .tb3{
    background-color: black;
    width: 400px;
    height: 133px;
    margin-top: 25px;
    border-radius: 25px;
}


.tb1{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin-top: 30px;
    background: linear-gradient(270deg,rgba(255,178,102),rgba(255,153,51),rgba(255,128,0));
}


.tb2{
    background: linear-gradient(270deg,rgba(102,204,0),rgba(0,204,0),rgba(0,204,102));
}


.tb3{
    background: linear-gradient(270deg,rgba(255,102,102),rgba(255,51,51),rgba(255,0,0));
}


.typing {
    text-align: center;
    margin-top: 1px;
    margin-left: 30px;
    background-color: #FFCC99;
    border-radius: 5px;
    width: 150px;
    height: 30px;
    outline: none;
    border: none;
}


.special{
    font-weight: bold;
    margin-left: 95px;
}


.transfer{
    margin-left: 60px;
}


.amt{
    margin-left: 125px;
}


.money{
    font-weight: bold;
    padding-top: 20px;
    margin-left: 30px;
}


.loan{
    width: 200px;
    background-color: #66FF66;
}


.users, .pins{
    background-color: #FF6666;
}


.last{
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 100%;
    left: 12.5%;
}


.sorting{
    position: absolute;
    outline: none;
    border: none;
    background-color: #fff;
    cursor: pointer;
    top: 25px;
    left: 680px;
}


.amt-style1, .amt-style2, .amt-style3{
    font-size: 25px;
}


.amt-style1, .amt-style3{
    color: lightgreen;
}


.amt-style2{
    color: red;
}


.typing:hover{
    background-color:white;
}


.main1 {
    position: absolute;
    top: 230px;
    left: 70%;
    width: 30%; /* Adjust width as needed */
}

.main2 {
    width: 50%; 
    max-width: 65%; 
    height: 450px;
    margin: 0 170px; 
    background-color: #fff;
    border-radius: 1rem;
    overflow: scroll;
    /* text-transform: uppercase; */
}


.row-1-st, .row-2-nd{
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eee;
}


.row-1-st, .row-2-nd{
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    border-bottom: 1px solid #eee;
}


.row-3, .row3 {
    margin-left: auto;
    margin-right: 10px;
    padding-left: 10px; 
}


.row-1{
    border-radius: 25px;
    padding: 0.1rem 0.4rem ;
    background-color:lightgreen;
    font-size: 0.9rem;
}


.row1{
    border-radius: 25px;
    padding: 0.1rem 0.4rem ;
    background-color:red;
    font-size: 0.9rem;
}


.row-2, .row2{
    font-size: 0.8rem;
}


.row-3, .row3{
    font-size: 1.3rem;
}


.operation{
    border: none;
    outline: none;
    cursor: pointer;
    align-content: center;
    width: 30px;
    border-radius: 20px;
    margin-left: 10px;
}


.container{
    opacity: 0;
}


.row-1 {
    background-image: linear-gradient(to top left, #39b385, #9be15d);
}

.row {
    background-image: linear-gradient(to top left, #e52a5a, #ff585f);
}


.last-last{
    margin-top: 25px;
    margin-left: 550px;
    color: #606060;
    font-weight: bolder;
}




@media screen and (max-width: 768px) {
    .inter1{
        margin-left: auto;
        margin-right: 550px;
    }
    .amt1{
        font-size: 45px;
    }
    .typing{
        margin-top: 5px;
    }
    .tb1, .tb2, .tb3{
        width: 280px;
    }
    .transfer, .amt{
        position: absolute;
        top: 93px;
        left: 129px;
    }
    .amt{
        top: 135px;
        left: 65px;
    }
    .useres{
        top:405px;
        left: 125px;
    }
    .pinss{
        top:450px;
    }
    .last{
        position: absolute;
        left: 1%;
    }
    .sorting{
        position: absolute;
        left: 650px;
    }
    .main1{
        left: 62%;
    }
    .main2{
        margin-left: 0;
        width: 450px;
    }
};