@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=interregular:wght@300;400;500;600;700&display=swap');
*{
    margin: 0;padding: 0;box-sizing: border-box;outline: none;text-decoration: none;
}
a:hover{
    text-decoration: none;
}
.progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 10px;
    width: 125px;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 3px;
}
.deposit-money-content-wrapper{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    display: block;
}
.deposit-money-content-sec{
    position: relative;
    width: auto;
    margin: 1.75rem;
    pointer-events: none;
    display: flex;
    align-items: center;
    min-height: calc(100% - 1.75rem * 2);
    max-width:500px;
    margin-right: auto;
    margin-left: auto;
}
.deposit-money-content{
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border:1px solid rgba(0, 0, 0, 0.175);
    border-radius: 0.5rem;
    outline: 0;
}
.deposit_head_bg{
    background: #0E0E10;
    padding: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.deposit_custom_gap{
    padding-left: 20px;
}
.deposit_head_bg h1{
    font-family: 'interregular', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    color: #D1FD81;
}
.deposit_progress_bg{
    background-color: #D1FD81;
}
.deposit_progress_wrap{
    position: relative;
    display: flex;
    align-items: center;
    width: 125px;
    margin-top: 10px;
    margin-left: 5px;
}
.deposit_progress_wrap img{
    position: absolute;
}
.left_close{
left:-5px;
}
.right_close{
    right:-5px;
    transform: rotate(180deg);
}
.deposit_head_text{
    font-family: 'interregular', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 28px;
    color: #333333;
    text-align: center;
}
.deposit_img_bg{
    border-radius: 5px;
    width: 60px;height: 50px;display: flex;align-items: center;justify-content: center;
}

.deposit_gpay{
    background: rgba(66, 133, 244, 0.1);
}
.deposit_phonepe{
    background: rgba(95, 37, 159, 0.1);
}
.deposit_paytm{
    background: rgba(0, 186, 242, 0.1);
}
.deposit_more{
    background: rgba(209, 209, 209, 0.36);
}

.deposit_payment_wrap a{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}
.deposit_payment_wrap a p{
    font-family: 'interregular', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 13px;
    color: #000000;
}
.icon-row{
    margin: 0 10px !important;
    display: flex;align-items: center;
    justify-content: space-between;
}
.deposit_qr_sec{
    display: flex;
    align-items: center;
    width: 100%;
}
.deposit_qr_text{
    font-family: 'interregular', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #333333;
    margin-bottom: unset;
}
.deposit_btn_wrapper{
    background: #FFFFFF;
    box-shadow: 0px -2px 8px rgba(0, 0, 0, 0.25);
    border-radius: 0px;
    position: relative;
    padding: 16px;
}
.rem_pb{
    position: relative;
    flex: 1 1 auto;
    padding: 1rem; 
    padding-bottom: unset;
}
.deposit_text_decor{
    font-family:'interregular', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    color: #000000;
    width: 90%;margin: 0 auto 20px;
}
#continue-text{
    text-transform: uppercase;
}

.deposit_qr_bg_wrap{
    position: relative;
}
.deposit_qr_bg_wrap .deposit__qr{
    position: absolute;
    left: calc(50% - 12px);
    top: 50%;
    transform: translate(-50%,-50%);
    height: 95px;

}
.progress-bar-striped {
    background-image: repeating-linear-gradient( 315deg, rgba(14, 14, 16, 0.33) 25%, transparent 25%, transparent 50%, rgba(14, 14, 16, 0.33) 50%, rgba(14, 14, 16, 0.33) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
    background-image: rgba(14, 14, 16, 0.33);
}
.checkStatus.goToPayment {
    background: #D1FD81;
    width: 100%;
    color: #000000;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    border: 1px solid #D1FD81;
}
.checkStatus.goToPayment:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}
#continue-text {
    text-transform: uppercase;
}


/* ********modal css******* */
.deposit_pop_container {
    padding: 24px 12px;
    background: #ffffff;
}
.deposit_pop_container p {
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    color: #000000;
}
.deposit_pop_container p, .base-timer__label {
    font-size: 16px;
    line-height: 28px;
}
.deposit_button_wrapper {
    display: flex;
    justify-content: center;
    width: 90%;
    margin: 0 auto;
    gap: 10px;
}
.deposit_button_wrapper button {
    font-weight: 600;
    font-size: 14px;
    line-height: 28px;
    text-transform: uppercase;
    color: #000000;
    width: 100%;
    height: 42px;
    display: grid;
    place-items: center;
    border: none;
}
.deposit_btn_green {
    background: #D1FD81;
}
.cust_border {
    border: 0.5px solid #75767A !important;
}

@media screen and (min-width:768px) {
    .deposit_text_decor{
        font-size: 16px;
        line-height: 24px;
    }
    
}
@media screen and (min-width:480px) {
    .deposit_progress_wrap{
        width: unset;
    }
    .progress{
        width: 100%;
    }
  
}

@media screen and (max-width:320px) {
    .deposit_head_bg img{
        height: 70px;
    }
    .deposit_progress_wrap img{
        height: unset;
    }
    .deposit_head_bg h1{
        font-size: 12px;
        line-height: 20px;
    }
    .deposit_progress_wrap{
        width: 80px;
    }
    .deposit_head_text,.deposit_qr_text{
        font-size: 11px;
        line-height: 16px;
    }
    .modal-body{
        padding: 10px 10px 0;
    }
    .deposit_img_bg{
        width: 40px;height: 35px;
    }
    .deposit_img_bg img{
        width: 23px;
    }
   
    .deposit_btn_wrapper{
        padding: 10px;
    }
    .deposit_head_bg{
        padding: 25px;
    }
    .deposit_custom_gap{
        padding-left: 15px;
    }
}

  .base-timer {
    position: relative;
    width: 56px;
    height: 56px;
    justify-content: center;
    margin: 24px auto;
  }
  
  .base-timer__svg {
    transform: scaleX(1);
  }
  
  .base-timer__circle {
    fill: none;
    stroke: none;
  }
  
  .base-timer__path-elapsed {
    stroke-width: 3px;
    stroke: #D9D9D9;
  }
  
  .base-timer__path-remaining {
    stroke-width: 5px;
    stroke-linecap: round;
    transform: rotate(90deg);
    transform-origin: center;
    transition: 1s linear all;
    fill-rule: nonzero;
    stroke: #00BAF2;
  }
  
  .base-timer__path-remaining.green {
    color: #00BAF2;
  }
  
  .base-timer__label {
    position: absolute;
    width: 56px;
    height: 56px;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'interregular', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    color: #75767A;
  }

a
{
    text-decoration: none;
}

.icon-row {
    margin: 0 20px;
}
.icon-labels {
    font-size: 14px;
    margin: 0px;
    color: #b0b0b0;
}

.align-btn-right
{
    position: relative;
    right: 0;
}
        
  @media screen and (max-width:400px) {

    .deposit_qr_bg_wrap .deposit__qr{
        left:calc(50% - 9px);
        height: 65px;
    }
    .deposit_qr_sec .deposit_qr_back{
        height: 140px;  
    }
    .base-timer{
        margin: 15px auto;
    }
}
@media screen and (max-width:300px){
    .deposit_qr_sec .deposit_qr_back{
        height: 120px;
    }
 
}

@media screen and (min-width:769px) {
    .base-timer__label{
        font-size: 16px;
        line-height: 28px;
    }
    .deposit_payment_wrap a p{
        font-size: 14px;
    }
}
@media screen and (min-width:480px) and (max-width:768px) {
    .base-timer__label{
        font-size: 14px;
        line-height: 24px;
    }
}

@media (min-width: 390px) {

    .display-message
    {
        font-size: 16px;
        line-height: 22px;
    }
    .icon-labels {
        font-size: 13px;
    }

}