.currencyaddress{
    font-size: 14px;
    width: 100%;
    overflow-x: auto;
    padding-bottom: 7px;
}
#status, .pstatus{
    text-transform: capitalize;
}
.pttime, .ptdate{
    font-size: 10px;
}
.pstatus{
    width: 70px;
    text-align: center;
}
.sta{
    color: #c7862d;
}
#timer{
    color: #209b2e;
}
.ptamt{
    color: #058909;
}
.threshold{
    position: absolute;
    bottom: -30px;
    display: none;
}
.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;
}
.paystatus, .paypay, .tmlt, .payid, .statusstatus{
    font-weight: 600;
}
.paypay{
    font-size: 20px;
    padding: 10px 40px;
    margin-bottom: 30px;
    border: none;
    border-radius: 40px;
    background-color: #ffffff;
    -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;
}


.addresscontainer{
    padding: 0 15px;
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    margin-bottom: 30px;

}
.addressbox{
    padding: 30px 15px;
    border-radius: 30px ;
    background-color: rgba(255, 255, 255, 0.345);
}
.addressboxx{
    background-color: #f5f5f5;
    border-radius: 30px ;
    padding: 60px 15px 100px 15px;
    position: relative;
}
.currency-container {
    display: flex;
    margin-bottom: 10px;
    flex-wrap: wrap;
}
.currency {
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    background-color: #ffffff;
    -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-right: 10px;
}
.currency:last-child{
    margin-right: 0;
}
.currency img{
    height: 15px;
    margin-right: 5px;
}
.selected {
    background-color: #4CAF50;
    color: white;
}

.currencycontainer{
    display: flex;
    flex-direction: column;
    margin-top: 50px;
}
.sc{
    margin-top: 40px;
    display: flex;
    justify-content: center;
}
.sc1{
    position: relative;
    width: 170px;
    height: 170px;
}
.scurrencybox{
    position: relative;
    background-color: #3ba96d;
    color: #ffffff;
    width: 170px;
    height: 170px;
    border: none;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    -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: 5px solid transparent;
    cursor: pointer;
}
.fil{
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 50%;
    position: absolute;
    top: 0;
    background-color: #ffffff4c;
    z-index: 5;
    cursor: default;
}
.currencycontainer2{
    margin: 0 auto;
    margin-bottom: 50px;
    width: 100%;
    max-width: 600px;
    height: 200px;
    background-color: #ffffff;
    border: none;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    -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;
}
.amountinputbox{
    display: flex;
    align-items: center;
    position: relative;
}
.amountinput{
    width: 140px;
    border: none;
    font-size: 50px;
    text-align: right;
    margin-right: 10px;
}
.amountinput::placeholder{
    color: #000000;
}
.amountinput:focus{
    border: none;
    outline: none;
}
.amountcontainer{
    margin-top: 50px;
    display: flex;
    justify-content: center;
    padding: 20px 10px;
    border: none;
    border-radius: 10px;
    background-color: #ffffff;
    -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;
}
.amountcontainer p:first-child{
    margin-right: 5px;
}
.amountcontainer p:last-child{
    margin-left: 5px;
}
#loader{
    width: 100%;
    height: 300px;
    display: none;
    justify-content: center;
    align-items: center;
}
.loader {
    width: 90px;
    height: 14px;
    --c:#000000 90deg,#0000 0;
    background: 
      conic-gradient(from 135deg at top   ,var(--c)) 0 0,
      conic-gradient(from -45deg at bottom,var(--c)) 0 100%;
    background-size: calc(100%/4) 50%;
    background-repeat: repeat-x;
    animation: l12 1s infinite;
  }
  @keyframes l12 {
      80%,100% {
        background-position: calc(100%/3) 0,calc(100%/-3) 100%
    }
  }

 #paymentcontainer{
    display: none;
}
.payment{
    position: relative;
    padding-bottom: 50px;
}
.pay1{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.pay11{
    display: flex;
    align-items: center;
}
.paystatus, .tmlt, .pay11 img{
    margin-right: 5px;
}
.pay11 img{
    height: 20px;
}
.pay2{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}
.payamt{
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.payamtt{
    display: flex;
    justify-content: flex-end;
    font-weight: 600;
}
.payamtt p:first-child{
    margin-right: 5px;
}
.paynotice{
    display: flex;
    align-items: center;
}
.paynotice p{
    font-size: 12px;
    color: red;
}
.paynotice img{
    height: 18px;
    margin-right: 10px;
}
.currencyaddressbox{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 600px;
    position: relative;
}
.copied{
    font-weight: 700;
    display: none;
    position: absolute;
    top: -50px;
    right: 0;
    padding: 10px 15px;
    border: none;
    border-radius: 10px;
    background-color: #ffffff;
    -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;
}
.pay3{
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
}
.currencyaddressbox1{
    padding: 10px 30px;
    border: none;
    border-radius: 40px;
    display: flex;
    align-items: center;
    -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;
}
.coinimgbox img{
    height: 30px;
    margin-right: 15px;
}
.currencyaddressbox2{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}
.copyaddress{
    cursor: pointer;
}
.copyaddress img{
    height: 20px;
}
.pay4{
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
}
#qrbox{
    padding: 10px;
    border-radius: 10px ;
    -moz-box-shadow:0px 0px 14px 7px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 14px 7px rgba(0, 0, 0, 0.1); 
    box-shadow: 0px 0px 14px 7px rgba(0, 0, 0, 0.1);  
    outline: 1px solid transparent;
}
.pay5{
    display: flex;
    justify-content: center;
}
.cancelbtn{
    position: relative;
}
.cancelbtn button{
    border: none;
    width: 200px;
    height: 50px;
    border-radius: 20px ;
    background-color: #000000;
    color: #ffffff;
    cursor: pointer;
}
#cfil{
    border-radius: 20px ;
}
.pid{
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
}
.payid{
    margin-right: 5px;
}
.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: 100px;
}
.nodep{
   display: none;
    justify-content: center;
    align-items: center;
    height: 100px;
}
.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;
}
#payAddress::-webkit-scrollbar {
    width: 8px; 
}

#payAddress::-webkit-scrollbar-thumb {
    background-color: rgba(242, 160, 113, 0.572); 
    border-radius: 10px; 
}

#payAddress::-webkit-scrollbar-thumb:hover {
    background-color: rgba(242, 160, 113, 0.76); 
}

#payAddress::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.573); 
    padding: 5px;
    border-radius: 10px;
}

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


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

@media (max-width : 469px){
    .currency:last-child{
        margin-top: 10px;
    }
}

@media (max-width : 400px){
    .deposittransaction{
        font-size: 12px;
    }
    .pay11{
        font-size: 12px;
    }
    .pay11 img{
        height: 15px;
    }
    .tb:first-child, .tb:nth-child(3){
        margin-right: 10px;
    }
    .paynotice p{
        font-size: 10px;
    }
    .paynotice img{
        height: 15px;
    }
}
@media (max-width : 378px){
 .currency:nth-child(3){
    margin-top: 10px;
  }
}


@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){
    .currency-container{
        justify-content: flex-end;
    }
    .addresscontainer{
        padding: 0 50px;
    }
    .addressbox{
        padding: 50px;
        border-radius: 30px ;
        background-color: rgba(255, 255, 255, 0.345);
    }
    .addressboxx{
        padding: 50px;
    }
    .currencycontainer{
        flex-direction: row;
        justify-content: space-between;
    }
    .currencycontainer2{
        max-width: 500px;
        height: 250px;
    }
    .sc{
        margin-top: 0;
        width: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .amountcontainer{
        max-width: 600px;
        margin: 70px auto 0 auto;
    }
    .transactionscontainer{
        padding: 0 50px;
    }
    .transactionsbox{
        padding: 50px;
        border-radius: 30px ;
        background-color: rgba(255, 255, 255, 0.345);
    }
    .transactionsboxx{
        padding: 50px;
    }
}