#avatar{
    display: none;
}
.gender{
    display:inline-flex;
    font-size: 1.5rem;
    margin: 0;
    justify-content: space-around;
    width: 100%;
}
input[type='radio']:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: 5px;
    left: -2px;
    position: relative;
    background-color: #d1d3d1;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

input[type='radio']:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: 5px;
    left: -2px;
    position: relative;
    background-color: #B547B4;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

@media (min-width: 1400px) {
    main{
    width: 100%;
    min-height: 100px;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 100px;
    position: relative;
    overflow: hidden;
    background-color: white;
}
label[for="avatar"]{
    direction: rtl;
    outline: none;
    width: 400px;
    max-height: 300px;
    border: 1px solid #B547B4;
    border-radius: 10px;
    display: flex !important;
    flex-wrap: wrap;
    overflow: hidden;
    align-items: center;
    box-sizing: border-box;
    padding: 7px;
    row-gap: 10px;
    color: #6d6d6d;
    font-weight:bolder;
    font-size: larger;

}
main>section.form{
    width: 100%;
    min-height: 100px;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 100px;
    box-sizing: border-box;
    padding: 20px;
    gap: 30px;
}
main>section.form>form{
    width: 400px;
    min-height: 300px;
    border: 1px solid #B547B4;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    overflow: hidden;
    box-sizing: border-box;
    padding: 7px;
    row-gap: 10px;
}
main>section.form>form>img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-top: 10px;
}
main>section.form>form>a{
    width: 100%;
    height: 25px;
    margin-top: 3px;
    margin-bottom: 3px;
    font-size: 17px;
    font-family: Portada-bold;
    text-align: right;
    direction: rtl;
    color: #B547B4;
    text-decoration: none;

}
main>section.form>form>ul{
    width: 100%;
    height: 30px;
    display: flex;
    align-content: center;
    justify-content: flex-end;
    list-style: none;
    overflow: hidden;
}
main>section.form>form>ul>li{
    width: 100%;
    height: 100%;
    text-align: right;
    direction: rtl;
    color: crimson;
    font-family: Portada-thin;
    font-weight: bolder;
}
main>section.form>form>h4{
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    direction: rtl;
    color: black;
    font-family: Lalezar;
    font-size: 22px;
}
main>section.form>form>p{
    width: 100%;
    height: 60px;
    display: flex;
    position: relative;
    flex-wrap: wrap;
}
main>section.form>form>p>label{
    display: none;
}
main>section.form>form>p>input{
    width: 100%;
    height: 100%;
    border: 1px solid #B547B4;
    border-radius: 6px;
    text-align: right;
    direction: rtl;
    color: black;
    font-family: Portada-bold;
    font-size: 16px;
    box-sizing: border-box;
    padding: 5px;
}
main>section.form>form>p>input:focus{
    outline: none;
    border: 2px solid #B547B4;
}
main>section.form>form>p>label:focus{
    display: none;
}
main>section.form>form>input{
    width: 100%;
    height: 55px;
    background-color: #B547B4;
    color: white;
    font-size: 23px;
    font-family: Lalezar;
    border: none;
    border-radius: 7px;
}
}
@media (max-width: 1400px) and (min-width: 1200px) {
label[for="avatar"]{
    direction: rtl;
    outline: none;
    width: 100%;
    max-height: 100px;
    border: 1px solid #b547b4;
    border-radius: 10px;
    display: flex !important;
    flex-wrap: wrap;
    overflow: hidden;
    align-items: center;
    box-sizing: border-box;
    color: #6d6d6d;
    font-weight:bolder;
    font-size: larger;

}
    main{
    width: 100%;
    min-height: 100px;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 100px;
    position: relative;
    overflow: hidden;
    background-color: white;
}
main>section.form{
    width: 100%;
    min-height: 100px;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 100px;
    box-sizing: border-box;
    padding: 20px;
    gap: 30px;
}
main>section.form>form{
    width: 400px;
    min-height: 300px;
    border: 1px solid #B547B4;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    overflow: hidden;
    box-sizing: border-box;
    padding: 7px;
    row-gap: 10px;
}
main>section.form>form>img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-top: 10px;
}
main>section.form>form>a{
    width: 100%;
    height: 25px;
    margin-top: 3px;
    margin-bottom: 3px;
    font-size: 17px;
    font-family: Portada-bold;
    text-align: right;
    direction: rtl;
    color: #B547B4;
    text-decoration: none;

}
main>section.form>form>ul{
    width: 100%;
    height: 30px;
    display: flex;
    align-content: center;
    justify-content: flex-end;
    list-style: none;
    overflow: hidden;
}
main>section.form>form>ul>li{
    width: 100%;
    height: 100%;
    text-align: right;
    direction: rtl;
    color: crimson;
    font-family: Portada-thin;
    font-weight: bolder;
}
main>section.form>form>h4{
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    direction: rtl;
    color: black;
    font-family: Lalezar;
    font-size: 22px;
}
main>section.form>form>p{
    width: 100%;
    height: 60px;
    display: flex;
    position: relative;
    flex-wrap: wrap;
}
main>section.form>form>p>label{
    display: none;
}
main>section.form>form>p>input{
    width: 100%;
    height: 100%;
    border: 1px solid #B547B4;
    border-radius: 6px;
    text-align: right;
    direction: rtl;
    color: black;
    font-family: Portada-bold;
    font-size: 16px;
    box-sizing: border-box;
    padding: 5px;
}
main>section.form>form>p>input:focus{
    outline: none;
    border: 2px solid #B547B4;
}
main>section.form>form>p>label:focus{
    display: none;
}
main>section.form>form>input{
    width: 100%;
    height: 55px;
    background-color: #B547B4;
    color: white;
    font-size: 23px;
    font-family: Lalezar;
    border: none;
    border-radius: 7px;
}
}
@media (max-width: 1200px) and (min-width: 992px) {

label[for="avatar"]{
    direction: rtl;
    outline: none;
    width: 100%;
    max-height: 100px;
    border: 1px solid #b547b4;
    border-radius: 10px;
    display: flex !important;
    flex-wrap: wrap;
    overflow: hidden;
    align-items: center;
    box-sizing: border-box;
    color: #6d6d6d;
    font-weight:bolder;
    font-size: larger;

}
    main{
    width: 100%;
    min-height: 100px;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 100px;
    position: relative;
    overflow: hidden;
    background-color: white;
}
main>section.form{
    width: 100%;
    min-height: 100px;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 100px;
    box-sizing: border-box;
    padding: 20px;
    gap: 30px;
}
main>section.form>form{
    width: 400px;
    min-height: 300px;
    border: 1px solid #B547B4;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    overflow: hidden;
    box-sizing: border-box;
    padding: 7px;
    row-gap: 10px;
}
main>section.form>form>img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-top: 10px;
}
main>section.form>form>a{
    width: 100%;
    height: 25px;
    margin-top: 3px;
    margin-bottom: 3px;
    font-size: 17px;
    font-family: Portada-bold;
    text-align: right;
    direction: rtl;
    color: #B547B4;
    text-decoration: none;

}
main>section.form>form>ul{
    width: 100%;
    height: 30px;
    display: flex;
    align-content: center;
    justify-content: flex-end;
    list-style: none;
    overflow: hidden;
}
main>section.form>form>ul>li{
    width: 100%;
    height: 100%;
    text-align: right;
    direction: rtl;
    color: crimson;
    font-family: Portada-thin;
    font-weight: bolder;
}
main>section.form>form>h4{
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    direction: rtl;
    color: black;
    font-family: Lalezar;
    font-size: 22px;
}
main>section.form>form>p{
    width: 100%;
    height: 60px;
    display: flex;
    position: relative;
    flex-wrap: wrap;
}
main>section.form>form>p>label{
    display: none;
}
main>section.form>form>p>input{
    width: 100%;
    height: 100%;
    border: 1px solid #B547B4;
    border-radius: 6px;
    text-align: right;
    direction: rtl;
    color: black;
    font-family: Portada-bold;
    font-size: 16px;
    box-sizing: border-box;
    padding: 5px;
}
main>section.form>form>p>input:focus{
    outline: none;
    border: 2px solid #B547B4;
}
main>section.form>form>p>label:focus{
    display: none;
}
main>section.form>form>input{
    width: 100%;
    height: 55px;
    background-color: #B547B4;
    color: white;
    font-size: 23px;
    font-family: Lalezar;
    border: none;
    border-radius: 7px;
}
}
@media (max-width: 992px) and (min-width: 768px) {
label[for="avatar"]{
    direction: rtl;
    outline: none;
    width: 100%;
    max-height: 100px;
    border: 1px solid #b547b4;
    border-radius: 10px;
    display: flex !important;
    flex-wrap: wrap;
    overflow: hidden;
    align-items: center;
    box-sizing: border-box;
    color: #6d6d6d;
    font-weight:bolder;
    font-size: larger;

}

    main{
    width: 100%;
    min-height: 100px;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 100px;
    position: relative;
    overflow: hidden;
    background-color: white;
}
main>section.form{
    width: 100%;
    min-height: 100px;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 100px;
    box-sizing: border-box;
    padding: 20px;
    gap: 30px;
}
main>section.form>form{
    width: 400px;
    min-height: 300px;
    border: 1px solid #B547B4;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    overflow: hidden;
    box-sizing: border-box;
    padding: 7px;
    row-gap: 10px;
}
main>section.form>form>img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-top: 10px;
}
main>section.form>form>a{
    width: 100%;
    height: 25px;
    margin-top: 3px;
    margin-bottom: 3px;
    font-size: 17px;
    font-family: Portada-bold;
    text-align: right;
    direction: rtl;
    color: #B547B4;
    text-decoration: none;

}
main>section.form>form>ul{
    width: 100%;
    height: 30px;
    display: flex;
    align-content: center;
    justify-content: flex-end;
    list-style: none;
    overflow: hidden;
}
main>section.form>form>ul>li{
    width: 100%;
    height: 100%;
    text-align: right;
    direction: rtl;
    color: crimson;
    font-family: Portada-thin;
    font-weight: bolder;
}
main>section.form>form>h4{
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    direction: rtl;
    color: black;
    font-family: Lalezar;
    font-size: 22px;
}
main>section.form>form>p{
    width: 100%;
    height: 60px;
    display: flex;
    position: relative;
    flex-wrap: wrap;
}
main>section.form>form>p>label{
    display: none;
}
main>section.form>form>p>input{
    width: 100%;
    height: 100%;
    border: 1px solid #B547B4;
    border-radius: 6px;
    text-align: right;
    direction: rtl;
    color: black;
    font-family: Portada-bold;
    font-size: 16px;
    box-sizing: border-box;
    padding: 5px;
}
main>section.form>form>p>input:focus{
    outline: none;
    border: 2px solid #B547B4;
}
main>section.form>form>p>label:focus{
    display: none;
}
main>section.form>form>input{
    width: 100%;
    height: 55px;
    background-color: #B547B4;
    color: white;
    font-size: 23px;
    font-family: Lalezar;
    border: none;
    border-radius: 7px;
}
}
@media (max-width: 768px) and (min-width: 576px) {
label[for="avatar"]{
    direction: rtl;
    outline: none;
    width: 100%;
    max-height: 100px;
    border: 1px solid #b547b4;
    border-radius: 10px;
    display: flex !important;
    flex-wrap: wrap;
    overflow: hidden;
    align-items: center;
    box-sizing: border-box;
    color: #6d6d6d;
    font-weight:bolder;
    font-size: larger;

}
    main{
    width: 100%;
    min-height: 100px;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 100px;
    position: relative;
    overflow: hidden;
    background-color: white;
}
main>section.form{
    width: 100%;
    min-height: 100px;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 100px;
    box-sizing: border-box;
    padding: 20px;
    gap: 30px;
}
main>section.form>form{
    width: 100%;
    min-height: 300px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    overflow: hidden;
    box-sizing: border-box;
    padding: 7px;
    row-gap: 10px;
}
main>section.form>form>img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-top: 10px;
}
main>section.form>form>a{
    width: 100%;
    height: 25px;
    margin-top: 3px;
    margin-bottom: 3px;
    font-size: 17px;
    font-family: Portada-bold;
    text-align: right;
    direction: rtl;
    color: #B547B4;
    text-decoration: none;

}
main>section.form>form>ul{
    width: 100%;
    height: 30px;
    display: flex;
    align-content: center;
    justify-content: flex-end;
    list-style: none;
    overflow: hidden;
}
main>section.form>form>ul>li{
    width: 100%;
    height: 100%;
    text-align: right;
    direction: rtl;
    color: crimson;
    font-family: Portada-thin;
    font-weight: bolder;
}
main>section.form>form>h4{
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    direction: rtl;
    color: black;
    font-family: Lalezar;
    font-size: 22px;
}
main>section.form>form>p{
    width: 100%;
    height: 60px;
    display: flex;
    position: relative;
    flex-wrap: wrap;
}
main>section.form>form>p>label{
    display: none;
}
main>section.form>form>p>input{
    width: 100%;
    height: 100%;
    border: 1px solid #B547B4;
    border-radius: 6px;
    text-align: right;
    direction: rtl;
    color: black;
    font-family: Portada-bold;
    font-size: 16px;
    box-sizing: border-box;
    padding: 5px;
}
main>section.form>form>p>input:focus{
    outline: none;
    border: 2px solid #B547B4;
}
main>section.form>form>p>label:focus{
    display: none;
}
main>section.form>form>input{
    width: 100%;
    height: 55px;
    background-color: #B547B4;
    color: white;
    font-size: 23px;
    font-family: Lalezar;
    border: none;
    border-radius: 7px;
}
}
@media (max-width: 576px) {
body > main > section > form >p> label{
    display: none;
}
label[for="avatar"]{
    direction: rtl;
    outline: none;
    width: 100%;
    max-height: 100px;
    border: 1px solid #b547b4;
    border-radius: 10px;
    display: flex !important;
    flex-wrap: wrap;
    overflow: hidden;
    align-items: center;
    box-sizing: border-box;
    color: #6d6d6d;
    font-weight:bolder;
    font-size: larger;

}
    main{
    width: 100%;
    min-height: 100px;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 100px;
    position: relative;
    overflow: hidden;
    background-color: white;
}
main>section.form{
    width: 100%;
    min-height: 100px;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 100px;
    box-sizing: border-box;
    padding: 20px;
    gap: 30px;
}
main>section.form>form{
    width: 100%;
    min-height: 300px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    overflow: hidden;
    box-sizing: border-box;
    padding: 7px;
    row-gap: 10px;
}
main>section.form>form>img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-top: 10px;
}
main>section.form>form>a{
    width: 100%;
    height: 25px;
    margin-top: 3px;
    margin-bottom: 3px;
    font-size: 17px;
    font-family: Portada-bold;
    text-align: right;
    direction: rtl;
    color: #B547B4;
    text-decoration: none;

}
main>section.form>form>ul{
    width: 100%;
    min-height: 30px;
    display: flex;
    align-content: center;
    justify-content: flex-end;
    list-style: none;
    overflow: hidden;
}
main>section.form>form>ul>li{
    width: 100%;
    height: 100%;
    text-align: right;
    direction: rtl;
    color: crimson;
    font-family: Portada-thin;
    font-weight: bolder;
}
main>section.form>form>h4{
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    direction: rtl;
    color: black;
    font-family: Lalezar;
    font-size: 20px;
}
main>section.form>form>p{
    width: 100%;
    height: 60px;
    display: flex;
    position: relative;
    flex-wrap: wrap;
}
main>section.form>form>p>input{
    width: 100%;
    height: 100%;
    border: 1px solid #B547B4;
    border-radius: 6px;
    text-align: right;
    direction: rtl;
    color: black;
    font-family: Portada-bold;
    font-size: 15px;
    box-sizing: border-box;
    padding: 5px;
}
main>section.form>form>p>input:focus{
    outline: none;
    border: 2px solid #B547B4;
}
main>section.form>form>p>label:focus{
    display: none;
}
main>section.form>form>input{
    width: 100%;
    height: 55px;
    background-color: #B547B4;
    color: white;
    font-size: 23px;
    font-family: Lalezar;
    border: none;
    border-radius: 7px;
}
}