* {
    margin: 0;
    padding: 0;
}

.containerkapakprofil {
    margin: 0 auto;
    text-align: right;
}

.wrapper {

    background-color: #FFF;
    border-radius: 15px;
    overflow: hidden;
    min-height: 0;

}


.file-input label {

    border: 1px solid gray;
    border-radius: 6px;
}

img.content {
    width: 125px;
    height: 125px;
    border-radius: 50%;
    margin-top: -23%;

}

img.contentmodal {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 5%;
    display: block;


}

.paylasicon {
    display: block;
    margin: 0;
    padding: 0;
    color: black;
    font-family: 'Montserrat', sans-serif;
}

.paylastext {
    text-align: center;
    color: black;
    margin: 0;
    padding: 0;
}

img.logotext {
    width: 120%;

}

img.kapak {
    width: 10%;
}

img.kapakprofil {
    border-radius: 50%;
    height: 150px;
    width: 150px;

}

img.yuvarlak {
    border-radius: 50%;
    height: 150px;
    width: 150px;
    object-fit: cover;
    box-shadow: 10px 10px 5px #aaaaaa;
    cursor: pointer;
}

img.social {
    border-radius: 22%;
    height: 70px;
    width: 70px;
    object-fit: cover;
    box-shadow: 5px 5px 2px #aaaaaa;
    margin: 15px;

}

img.modalsocialprofil {
    border-radius: 22%;
    height: 70px;
    width: 70px;
    object-fit: cover;
    box-shadow: 5px 5px 2px #aaaaaa;
    margin: 15px;

}

input[type=file] {
    width: 90px;
    color: transparent;
}

img.modalsocial {
    border-radius: 22%;
    height: 50px;
    width: 50px;
    object-fit: cover;
    box-shadow: 5px 5px 2px #aaaaaa;
    margin: 15px;
    margin-bottom: 10px;
}

img.modalprofilad {
    border-radius: 2%;
    height: 350px;
    width: 150px;
    display: block;
    object-fit: cover;
    box-shadow: 5px 5px 2px #aaaaaa;
    margin: auto;

}

.liclass li {

    border-radius: 22%;
    display: inline-block;
    transition: 0.5s;
}

.liclass li:hover {
    background-color: #ACACAC;
}



.ortalama {
    text-align: center;
    font-weight: bold;
    margin: 10px;
}

.textortalama {
    text-align: center;
}

.or {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    color: rgba(0, 0, 0, 4);
    align-items: center;
    gap: 20px;
}

.or::before,
.or::after {
    --position: to left;
    content: '';
    height: 1px;
    flex: 1;
    background-image: linear-gradient(var(--position), transparent, rgba(0, 0, 0, .1));
}

.or::after {
    --position: to left;
}