body {
    background-color: #333;
    color: rgb(255, 244, 230);
    background-image: url('../Images/settings.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.pfpinput {
    border-radius: 50%;
    /* background:  linear-gradient(to right, #6a11cb, #2575fc); */
    background-color: #FFD700;
    background-image: url('../Images/cam.png');
    border-radius: 80px;
    height: 160px;
    width: 160px;
    transition: 0.15s;
    margin-top: 15px;
    background-repeat: no-repeat;
    background-size: contain;
    
}
.passwordcont {
    display: grid;
    grid-template-rows: auto;
    row-gap: 10px;
}
.settings {
    text-align: center;
    font-family: "Georgia", serif;
    font-size: 50px;
}
.templates {
    display: grid;
    grid-template-rows: auto;
    row-gap: 10px;
    justify-content: center;
    align-items: center;
    width: 90%;
}
.change {
    font-size: 30px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.features {
    font-size: 30px;
}
.password,.newpassword,.newpasswordc {
    border-radius: 5px;
    border-width: 1px;
    border-color: blue;
    opacity: 0.7;
    font-size: 30px;
}
.password {
    margin-top: 10px;
}
.oldprice {
    text-decoration: line-through;
    color: #888;
    font-size: 1.2rem;
    margin-right: 8px;
}
.prices {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}
.pro {
    background: linear-gradient(to right, #6a11cb, #2575fc);
    border: none;
    color: #fff;
    border-radius: 10px;
    transition: 0.2s;
    font-size: 25px;
    font-size: 1.2rem;
}
.password:hover,.password:focus,.newpassword:hover,.newpassword:focus,.newpasswordc:hover,.newpasswordc:focus  {
    opacity: 1;
    border-width: 4px;
}
.show,.hide,.showc,.hidec,.hiden,.showc2,.hidef,.showf,.changepfpwithurl {
    background-color: #3b9ceb;
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 30px;
}
.conf {
    border: none;
    background-color:#f32a2a;
    color: #fff;
    border-radius: 8px;
    font-size: 30px;
    transition: 0.2s;
}

.hide,.hidec,.hiden,.hidef,.close {
    background-color: #f32a2a;
}
.head {
    display: grid;
    grid-template-columns: 90% 1fr;
    align-items: center;
    padding-right: 10px;
}
.close {
    display: inline-block;
    font-size: 60px;
    padding: 10px;
    border: none;
    color: #fff;
    border-radius: 8px;
    margin: 10px;
    aspect-ratio: 1 / 1;
    margin-left: 0px;
}
.decline,.decline2 {
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    background-color: #f80606;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-left: 1%; */
    box-shadow: 1px 1px 5px orangered;
    /* width: 10%;
    height: 50px; */
    font-size: 140%;
    transition: 0.2s;
    margin-top: 30px;
}


.accept,.accept2{
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    background-color: #07f2f2;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    /*margin-left: 50%;*/
    box-shadow: 1px 1px 5px #0786ed;
    /* width: 10%;
    height: 50px; */
    font-size: 140%;
    transition:  0.2s;
}
@media (max-width:335px) {
    .decline,.accept,.decline2,.accept2 {
        font-size: 120%;
    }
}
@media (max-width:235px) {
    .decline,.accept,.decline2,.accept2 {
        font-size: 100%;
    }
}
@media (min-width:1025px) {
    .accept,.decline,.decline2,.accept2 {
        cursor: pointer;
    }
    .accept:hover,.cansel:hover,.accept2:hover {
        opacity: 0.6;
        background-color: #fff;
        border-width: 3px;
        border-color: lightskyblue;
        box-shadow: 1px 1px 8px orangered;
        transform: scale(1.05);
    }
    .decline:hover,.decline2:hover {
        opacity: 0.6;
        background-color: #fff;
        border-width: 3px;
        border-color: lightskyblue;
        box-shadow: 1px 1px 8px orangered;
        transform: scale(1.05);
    }
    .show,.hide,.showc,.hidec,.hiden,.showc2,.conf,.hidef,.showf,.changepfpwithurl,.close,.pro {
        cursor: pointer;
    }
    .conf:hover,.close:hover,.pro:hover {
        transform: scale(1.05);
        opacity: 0.8;
    }
    .pfpinput {
        border-radius: 50%;
        border-radius: 130px;
        height: 260px;
        width: 260px;
        cursor: pointer;
        transition: 0.15s;
    }
    .pfpinput:hover {
        transform: scale(1.1);
    }
}
.conf:active,.close:active,.pro:active {
    transform: scale(0.9);
    opacity: 0.8;
}
@media (max-width:1024px) {
    
    .password,.newpassword,.newpasswordc {
        font-size: 20px;
    }
    .show,.hide,.showc,.hidec,.hiden,.showc2,.hidef,.showf,.changepfpwithurl {
        font-size: 18px;
    }
    .conf {
        font-size: 25px;
    }
    .close {
        font-size: 40px;
    }
    li {
        font-size: 25px;
    }
}
@media (max-width:362px) {
    .password,.newpassword,.newpasswordc {
        font-size: 15px;
    }
    .show,.hide,.showc,.hidec,.hiden,.showc2,.hidef,.showf,.changepfpwithurl {
        font-size: 12px;
    }
}
@media (max-width:325px) {
    .password,.newpassword,.newpasswordc {
        font-size: 13px;
    }
    .show,.hide,.showc,.hidec,.hiden,.showc2,.hidef,.showf,.changepfpwithurl {
        font-size: 10px;
    }
    .conf {
        font-size: 20px;
    }
    .change {
        font-size: 25px;
    }
    .close {
        font-size: 30px;
    }
    .pfpinput {
        border-radius: 50%;
        border-radius: 50px;
        height: 100px;
        width: 100px;
        transition: 0.15s;
    }
}

@media (max-width:257px) {
    .password,.newpassword,.newpasswordc {
        font-size: 10px;
    }
    .show,.hide,.showc,.hidec,.hiden,.showc2,.showf,.changepfpwithurl,.hidef {
        font-size: 10px;
    }
    .conf {
        font-size: 20px;
    }
    .change {
        font-size: 25px;
    }
    .close {
        font-size: 22px;
    }
    .settings {
        font-size: 35px;
    }
    li {
        font-size: 22px;
    }
}
@media (max-width:217px) {
    .password,.newpassword,.newpasswordc {
        font-size: 8px;
    }
    .show,.hide,.showc,.hidec,.hiden,.showc2,.showf,.changepfpwithurl,.hidef {
        font-size: 8px;
    }
    .conf {
        font-size: 16px;
    }
    .change {
        font-size: 20px;
    }
    .close {
        font-size: 15px;
    }
    .settings {
        font-size: 25px;
    }
    li {
        font-size: 18px;
    }
}
@media (min-width:1400px) {
    li {
        font-size: 30px;
    }
}
@media (min-width:2000px) {
    li,.change,.features {
        font-size: 40px;
    }

}
@media (min-width:1633px) and (min-height:1500px) {
    body {
        height: 100vh;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
}
@media (min-width:1633px) and (max-height:1500px) {
    body {

        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
}
@media (max-width:340px) {
    a {
        font-size: 90%;
    }
}
@media (max-width:290px) {
    a {
        font-size: 80%;
    }
}
@media (max-width:230px) {
    a {
        font-size: 70%;
    }
}
/* .out {
    background-color: #e74c3c;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 12px;
    transition: 0.2s;
    display: flex;
    align-items: center;
} */
.pfpinput:active {
    transform: scale(0.9);
}
/* input[type="file"] {
    display: none;
} */
 .accept:active,.cansel:active,.accept2:hover {
    opacity: 0.6;
    background-color: #fff;
    border-width: 3px;
    border-color: lightskyblue;
    box-shadow: 0px 0px 8px greenyellow;
    transform: scale(0.95);
}
.decline:active,.decline2:hover {
    opacity: 0.6;
    background-color: #fff;
    border-width: 3px;
    border-color: lightskyblue;
    box-shadow: 0px 0px 8px greenyellow;
    transform: scale(0.9);

}
