body {
    text-align: center;
}

.ti-lg {
    color: #36cfc6;
    text-align: center;
    margin: 21%;
    font-size: 50px;
    font-weight: bold;
}

.in-lg {
    width: 80%;
    margin-top: 15%;
    background-color: rgb(227, 247, 245);
    height: 50px;
    padding-left: 20px;
    border: white;
    border-radius: 40px;
    font-size: 14px;
    opacity: 45%;
}

.in-sg {
    width: 80%;
    margin-top: 4%;
    background-color: rgb(227, 247, 245);
    height: 50px;
    padding-left: 30px;
    border: rgb(255, 255, 255);
    border-radius: 40px;
    font-size: 14px;

    font-family: vazir;
    color: #36cfc6;
    font-weight: bold;
}

.in-lg:focus {
    border: solid;
    border-color: #36cfc6;


    border-width: 2px;
    height: 46px;



}

.btn-lg {
    border: white;
    color: rgb(255, 255, 255);
    background-color: #36cfc6;
    margin-bottom: 10px;
    width: 50%;
    height: 45px;
    font-family: vazir;
    font-size: small;

}

.btn-lg {
    margin-top: 20px;
}

.pa-lg {
    font-size: 13px;
    text-align: right;
    color: blue;
    margin: 15px;
}

.sg-lg {
    color: blue;
    margin: 25px;
    font-size: 13px;
}

.p-er {
    color: #36cfc6;
    margin-block: 80px;
    margin-inline: 20px;
}

.p-ml {
    color: red;

    font-size: small;
}

.top {
    background-color: rgba(229, 234, 237, 1);
    width: 100%;
    height: 180px;
    border-radius: 0px 0px 20px 20px;
    text-align: center;
    margin-top: 10%;
    display: flex;
    justify-content: center;
    align-items: center;


}

.top img {
    border-radius: 100%;
    width: 60px;
    height: 60px;
    margin-block: 10px;
    


}


.top p {
    font-size: 28px;
    font-weight: 700;

}

.plans {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20%;
}

.plan {
    width: 150px;
    height: 180px;
    background-color: rgba(229, 234, 237, 1);
    border-radius: 16px;
    margin: 25px;
    font-size: 16px;
    font-weight: 600;

}

.plan p {
    margin-block: 20px;

}

.plan img {
    border-radius: 100%;
    width: 60px;
    height: 60px;
    margin-block: 10px;
}

.p1 img,.black {
    background-color: black;
}

.p2 img,.green{
    background-color: rgba(37, 214, 108, 1);
}

.p3 img ,.blue{
    background-color: rgba(67, 197, 225, 1);
}

.p4 img,.gray {
    background-color: rgba(165, 165, 165, 1);
}

.p5 img,.yellow {
    background-color: rgba(255, 182, 10, 1);
}

.p6 img,.neder {
    background-color: rgba(100, 74, 74, 1);
}

.views {
    width: 130px;
    height: 32px;
    border-radius: 8px;
    border: none;
    background-color: rgba(68, 168, 255, 1);
    color: white;
    font-family: vazir;
}

.options {
    text-align: center;
    margin-bottom: 10%;




}

.optin {
    width: 90%;
    height: 45px;
    border-radius: 16px;
    background-color: rgba(229, 234, 237, 1);
    margin-left: 10%;
    margin-top: 15px;
    display: flex;
    justify-content: right;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
}

.optin img {

    width: 40px;
    height: 40px;
    background-color: rgba(68, 168, 255, 1);
    border-radius: 8px;
    margin-left: 10px;

}
.beter {
    background: rgb(225,237,18);
    background: linear-gradient(90deg, rgba(225,237,18,1) 0%, rgba(232,182,44,0.804435152967437) 49%, rgba(252,250,69,0.7960317916228992) 100%); 
}
.neder {

    animation: backgroundAnimation 2s infinite alternate;
}

@keyframes backgroundAnimation {
    0% {
        background-color: black;
    }
    10% {
        background-color: rgba(0, 0, 0, 0.599);
        
    }
    20% {
        
        background-color: rgba(85, 77, 77, 0.599);
    }
    30% {
        background-color: rgba(164, 155, 155, 0.599);
        
    }
    40% {
        background-color: rgba(218, 184, 184, 0.599);
        
    }
    50% {
        
        background-color: rgba(83, 75, 75, 0.599);
    }
    60% {
        background-color: rgba(27, 23, 23, 0.599);
        
    }
    70% {
        background-color: rgba(58, 58, 10, 0.599);
        
    }
    80% {
        background-color: rgba(100, 104, 15, 0.599);
        
    }
    90% {
        background-color: rgba(51, 54, 23, 0.599);
        
    }
    100% {
        background-color: rgba(32, 32, 30, 0.599);
        
    }
}
.yes img {
    background-image: url(../icons/Check_Big.svg);
    background-repeat:no-repeat;
    background-size:40px ;
    background-position: 50%;
}
.no img{
    background-image:url(../icons/Close.svg);
    background-repeat:no-repeat;
    background-size:30px ;
    background-position: 50%;
    background-color: rgb(119, 127, 134);

}

.optin i {
     width: 40px;
    height: 40px;
    background-color: rgba(68, 168, 255, 1);
    border-radius: 8px;
    margin-left: 10px;
}


.lef,.lef img {
    justify-content: left;
    margin-left: 10px;
}

.lef img {
    margin-left: 0px;
    background-color: rgb(135, 151, 165);
}

.lef .p {
    margin-left: 20%;
}


.chek i {
    width: 40px;
    height: 40px;
    background-color: rgb(158, 168, 177);
    border-radius: 8px;
    margin-left: 10px;

}
.chek img{
    width: 40px;
    height: 40px;
    background-color: rgb(158, 168, 177);
    border-radius: 8px;
    margin-left: 10px;

}

.buy-plan {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(229, 234, 237, 1);
    margin-bottom: 50px;
    width: 90%;
    height: 50px;
    bottom: 20px;
    left: 10%;
    font-weight: 700;
    font-size: 20px;
    border-radius: 8px;
}

.buy-plan button {
    margin-right: 50px;
}

.buy-user {
    margin-top: 10%;
    margin-bottom: 35%;
}

.options h3 {
    font-size: xx-large;
    padding: 10px;
}
.k-of-sub {
    width: 90%;
    height: 45px;
    border-radius: 16px;
    background-color: rgba(229, 234, 237, 1);
    margin-left: 5%;
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 600;

}
.k-of-sub p  {
    margin: 3px;
}
.k-of-sub .p  {
    margin-left:30%;
}
.st1 {
    background-color: rgba(54, 51, 51, 0.616);
    width: 16px;
    height: 100%;
    margin-right: -50px;
    border-radius: 0px 16px 16px 0px;
}
.HMEX {
    margin-top: 30%;
}
.HMEX div {
    display: flex;
    justify-content: center;
    align-items: center;
  
    color: black;
    font-family: vazir;
    border-radius: 16px;
    width: 330px;
    height: 60px;
    margin-inline:5% ;
    margin-block:6% ;
}
.HMEX div p {
    font-size:16px;
    font-weight: bold;


}
.truefy {
    background-color: rgba(235, 203, 38, 1);
}
.falsefy {
    background-color: rgb(117, 115, 106);
}
.back {
    position: fixed;
    left: 10px;
    top: 10%;
    background-color: rgb(158, 168, 177);
    width: 50px;
    height: 50px;
    border-radius: 10px;
}
.inf {
    background-color: rgba(235, 203, 38, 1);
    text-align: center;
    width: 80%;
    height: auto;
    border-radius: 10px;
}
.jojo{
    margin-top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20%;
}
select {
    display: none;
}
.soosoo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 500px;
 }
 .uplodtoapi {
    display: flex;
    justify-content: center;
    align-items: center;
font-family: vazir;
 background-color: rgb(116, 204, 116);
 width: 60%;
 height: 5rem;
 border-radius: 10px;
 }
 .energyofphoto {
    z-index: 1;
    font-family: vazir;
    display: flex;
    background-color: rgb(73, 17, 73);
    width: 50%;
    height: 3rem;
    border-radius: 10px;
    margin-block:20px ;
    align-items: center;
    
}
.energyofphoto i {
    color: yellow;
    width: 30px;
    border: blue;
}
.energyofphoto div {
    z-index: 1;
    width: 80%;
    background-color: rgb(228, 228, 228);
    height: 10px;
    border-radius: 10px;
}
.energyofphoto div .taskener{
    z-index: 0;
    width: 80%;
    background-color: rgb(141, 184, 62);
    height: 10px;
    border-radius: 10px;
}
.energyofphoto p{
    
    
    color: white;
    margin-inline:10px ;
   
}
.q{
font-size: large;
width: 50%;
}
.uplodtoapi i {
   
}
.no-spinner {
    -moz-appearance: textfield; /* برای فایرفاکس */
}

.no-spinner::-webkit-inner-spin-button,
.no-spinner::-webkit-outer-spin-button {
    -webkit-appearance: none; /* برای کروم و سافاری */
    margin: 0; /* حذف حاشیه */
}
.phonnum {
    font-family: vazir;
    height: 40%;
    width: 100px;
    display: none;
}
.charg {
    width: 40%;
    background-color: rgb(141, 184, 62) ;
    border-radius: 0px 0px 100px 100px;
    padding-top: 10px;
    position: relative;
    z-index: 0;
    top: -60px;
    transition: 0.1s;
}
.charg:hover {
    transition: 0.1s;
    position: relative;
    top: -20px;
}
.afmo {    
    
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}