:root {
    --primary-lo: #2a195e;
    --text-pt: rgb(16, 204, 16);
}

.ptcicons {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
    margin: 0px 7px;


}
  .blamou {
            font-size: 1.2rem;
            font-weight: 700;
        }

        .tidbun {
            font-size: 0.7rem;
            font-weight: 400;
            margin-top: -4px;
        }

        .deposuttrans {
            background-color: var(--primary-lo);
            color: white;
            border-radius: 8px;
            box-shadow: 0px 4px 1px var(--text-pt);
            width: 94%;
            margin: auto;
        }

        .statuspt {
            display: inline-block;
            padding: 0 4px;
            background-color: var(--text-pt);
            border-radius: 8px;
        }
        .containerpt{
            margin-bottom: 112px;
        }
.headeptc {
    background-color: var(--primary-lo);
    color: white;
}

.ptclogo {
    font-size: 1.6rem;
    font-weight: 800;
}
.ptcaccpa {
    font-size:1.3rem;
    font-weight: 800;
    line-height: 0.58rem;
}
.ptcaccpaa {
    line-height: 0.38rem;
    
}

.ptcprofile {
    font-size: 2.9rem;
    font-weight: 800;
    display: flex;
    align-items: flex-start;
}

.blanceptc {
    width: 70%;
    margin: auto;
}

.ptcamount {
    font-size: 1.4rem;
    font-weight: 600;

}

.availableblance .p {
    font-size: 0.7rem;
    color: var(--text-pt);

}

.headeptc {
    border-bottom-left-radius: 34px;
    box-shadow: 0px 6px 1px var(--text-pt);
}

.topdash {
    /* background-color: var(--text-pt); */
    border-bottom: 2px solid var(--text-pt);
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
    box-shadow: 0px 4px 6px var(--text-pt);
}

.ptcblock {
    height: 24px;
    width: 35%;
    background-color: var(--primary-lo);
    float: right;
    position: relative;
    top: -1px;
    border-bottom-left-radius: 86px;
    border-bottom-right-radius: 41px;
    box-shadow: -22px 1px 0px var(--text-pt);
}

.statem {
    width: 80%;
    border: 1px solid white;
    border-radius: 12px;
    margin: auto;
    position: relative;
    top: -12px;
}

.dashptcicon {
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2), 0 0px 15px 0 rgba(0, 0, 0, 0.19);
    width: 90%;
    padding: 5px;
    font-size: 2.5rem;
    color:black !important;
    text-align: center;
    margin: auto;
    border-radius: 12px;
}

.texticons {
    font-size: 0.8rem;
    margin-top: 4px;
    font-weight: 400;
}

.ptcfooter {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}


.pgfooter {
    position: fixed;
    bottom: 0;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    box-shadow: 0px -6px 2px var(--text-pt);
    border-bottom: 4px solid var(--text-pt);
    background-color: var(--primary-lo);
}

.ptcfooter .ptcdiv {
    margin: 5px 10px;
    font-size: 0.8rem;
    border-radius: 8px;


}

.ptcfootname {
    margin-top: -4px;
}

.ptcfooter .ptcfooticon {

    text-align: center;
    font-size: 25px;
    color: white;
}

.ptcfooter a {
    text-decoration: none;
}

.iconann {
    text-align: center;
    font-size: 1.5rem;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background-color: var(--primary-lo);
    color: var(--text-pt);
}

.marr {
    border: 2px solid var(--primary-lo);
    /* border-bottom: 2px solid var(--primary-lo); */
    padding: 0px 0px;
    border-radius: 6px;
    display:flex;
}

.marggg {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 3px;

}

/* Deposit CSS */
.acselction {
    width: 90%;
}

.acselction select {
    height: 45px !important;
    /* border: none; */
}

.acselction select option {
    background-color: var(--primary-lo);
    color: white;
}

.bcf {}
.btyu{
    position:relative;
    z-index: 99999;
    width:100% !important;
}
.dicamount input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    opacity: 0;
    cursor: pointer;
}

.amountcheck {
    background-color: var(--primary-lo);
    color: white;
    padding: 10px 5px;
    border-radius: 8px;
    text-align: center;
}

.amoun:hover .amountcheck{
    background-color: var(--text-pt);
}

:checked + .amountcheck{
    background-color: var(--text-pt);
}

.foemin label,
input {
    display: block !important;
    width: 100%;
    margin: 0px 5px;
    font-weight: 600;
    height: 50px !important;

}

.foemin {
    width: 90%;
    margin: auto;
}
.inpur{
    background-color: var(--primary-lo) !important;
    
}
.depositbutton button {
    background-color: var(--primary-lo);
    border: none;
    border-radius: 8px;
    padding: 8px 0px;
    text-align: center;
    width: 80%;
    margin: auto;
    display: block;
    color: white;
    margin-bottom: 114px;
}

.depositbutton button:hover {
    background-color: var(--text-pt);
}

.ptmin {
    background-color: var(--primary-lo);
    border-radius: 14px;
    color: white;
    margin-top: 20px;
    text-align: center;
    padding: 8px 4px;
}

.ptminte {
    font-size: 1.2rem;
    font-weight: 600;
}

/* Plan Css */
.planptcard {
    box-shadow: 1px 2px 4px 2px rgb(209, 209, 209);
    padding: 8px 8px;
    border-radius: 12px;

}

.bgty {
    text-align: center;
    margin-top: 8px;
}

.planptname {
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--primary-lo);

}

.planptvalid {
    font-size: 0.9rem;

}

.planptamou {
    font-size: 1.4rem;
    font-weight: 800;

}

.upgradea {
    background-color: var(--primary-lo);

    padding: 3px 13px;
    border-radius: 6px;


    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.3rem;
    position: relative;
    right: 10px;
    float: right;

}

.upgradea:hover {
    background-color: var(--text-pt);
}

.ptama {
    font-size: 1.2rem;
    font-weight: 600;
}

.bfty {
    border-left: 1px solid;
    border-right: 1px solid;

}

.mbnk {
    margin-bottom: 115px;
}

/* Login CSS */
.loginbg img {
    width: 100%;
}

.lognbg img {
    width: 100%;
    height: 200px;
}

.logiwrpper {
    background-color: var(--primary-lo);
    border-top-left-radius: 62px;
    border-top-right-radius: 62px;
    position: relative;
    top: -45px;
    color: white;
}

.regiwrpper {
    background-color: var(--primary-lo);
    border-top-left-radius: 62px;
    border-top-right-radius: 62px;
    position: relative;
    top: -45px;
    color: white;
}

.logintext {
    font-size: 1.4rem;
    font-weight: 500;

}

.htyv {
    width: 80%;
    border-bottom: 2px solid white;
    margin: auto;
}

.logininput input {
    width: 80%;
    background-color: white;
    border-radius: 8px;
    height: 40px;
    display: block;
    margin: auto;
    padding: 10px 8px;
    font-size: 1.2rem;
}

.forgetpt {
    margin-top: 12px;
    text-align: end;
    padding: 0px 45px;
}

.loginptbut button {
    display: block;
    background-color: var(--text-pt);
    width: 50%;
    text-align: center;
    padding: 6px 25px;
    margin: auto;
    font-size: 1.2rem;
    font-weight: 600;
    border: none;
    color: white;
    text-decoration: none;

}

.loginbodyp {
    background-color: var(--primary-lo);
}

.footerlogin {
    background-color: white;
    color: var(--primary-lo);
    padding: 16px 0px;
    width: 100%;
    position: fixed;
    bottom: 0;
    font-size: 1.4rem;
    text-decoration: none;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
}

.hty {
    width: 80%;
    border-bottom: 2px solid var(--primary-lo);
    margin: auto;
}

.adsptbody {
    background-color: #ffffff;
    box-shadow: 1px 2px 6px #777777;
    border-radius: 14px;
    padding: 10px 10px;
    margin-top: 25px;

}

.adptim img {
    width: 140px;
    height: 130px;
    border-radius: 50%;
    border: 2px solid var(--text-pt);
    display: block;
    margin: auto;
}

.adbodytext {
    font-size: 0.8rem;
    font-weight: 700;
    margin-top: 10px;
}

.adsviebt button {
    border: none;
    background-color: var(--primary-lo);
    border-radius: 14px;
    color: white;
    padding: 5px 10px;
    box-shadow: 1px 2px 0px var(--text-pt);
}