.statusstatus{
    font-weight: 600;
    margin-bottom: 5px;
}
.activity, .pstatus{
    text-transform: capitalize;
}
.hcurrency{
    text-transform: uppercase;
}
.ptdate , .pttime{
    font-size: 10px;
}
.pnodep{
    padding: 15px;
    background-color: #ffffff;
    border-radius: 10px;
    -moz-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); 
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);  
    outline: 1px solid transparent;
}
.transactionscontainer{
    padding: 0 15px;
    margin: 0 auto;
    margin-bottom: 30px;
    width: 100%;
    max-width: 1500px;
}
.transactionsbox{
    padding: 30px 15px;
    border-radius: 30px ;
    background-color: rgba(255, 255, 255, 0.345);
}
.transactionsboxx{
    min-height: 200px;
    background-color: #f5f5f5;
    border-radius: 30px ;
    padding: 60px 15px;
    position: relative;
}
.tr{
    height: calc(100vh - 515px);
    height: calc(100svh - 460px);
}
.nodep{
    display: none;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 515px);
    height: calc(100svh - 460px);
}
.transactions{
    display: none;
    flex-direction: column-reverse;
}
.deposittransaction{
    width: 100%;
    border: none;
    border-radius: 20px;
    padding: 20px 10px;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    -moz-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); 
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);  
    outline: 1px solid transparent;
    margin-bottom: 30px;
}
.dt1{
    display: flex;
    flex-wrap: wrap;
    padding-right: 10px;
}
.tt{
    font-weight: 600;
}
.tb{
    width: 70px;
}

.tbb{
    height: 60%;
    display: flex;
    align-items: center;
}
.hb{
    display: flex;
    width: 2px;
    height: 50px;
}
.dt2{
    display: flex;
    align-items: center;
}
.statusbox{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 20px;
}


@media (max-width : 767px){
    .tb{
        margin-bottom: 15px;
    }
    .tb:first-child, .tb:nth-child(3){
        margin-right: 90px;
    }
    .tb:nth-child(5){
        margin-bottom: 0;
    }
    .dt1{
        width: 300px;
    }
}

@media (max-width : 500px){
    .dt1{
        width: 200px;
    }
    .tb:first-child, .tb:nth-child(3){
        margin-right: 30px;
    }
}

@media (max-width : 400px){
    .deposittransaction{
        font-size: 12px;
    }
    .pay1{
        font-size: 14px;
    }
    .pay11 img{
        height: 20px;
    }
}

@media (min-width : 768px){
    .tb{
        margin-right: 40px;
    }
    .tb:nth-child(5){
        margin-right: 0;
    }
    .deposittransaction{
        padding: 40px;
    }
}

@media (min-width : 1024px){
    .tb{
        margin-right: 80px;
    }
    .statusbox{
        margin-left: 40px;
    }
}

@media (min-width : 1200px){
   
    .transactionscontainer{
        padding: 0 50px;
    }
    .transactionsbox{
        padding: 50px;
        border-radius: 30px ;
        background-color: rgba(255, 255, 255, 0.345);
    }
    .transactionsboxx{
        padding: 50px;
    }
}