/* --- PROFIL --- */
.user {
    background-color: white;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin: 10px 0 30px 0;
}

.user-allInfo {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.user-profile-photo {
    width: 30%;
    background: #869900;
    border-radius: 10px;
    text-align: center;
    height: fit-content;
}

.user-profile-photo img {
    max-width: 150px;
    padding: 50px 0 20px 0;
}

.user-profile-photo p {
    padding-bottom: 50px;
    color: white;
    text-transform: uppercase;
}

#formularDeconectare {
    padding-bottom: 50px;
}

.user-info,
.schimbareParola {
    width: 100%;
    border-radius: 10px;
    border:solid #869900 1px;
    padding: 50px;
    display: flex;
    flex-direction: column;
}
.user-info:hover,
.schimbareParola:hover {
    box-shadow: 0 0 35px rgb(134 153 0);
}

.user-info div {
    display: flex;
    align-items: center;
    padding: 8px 0;
    border-bottom: solid #d5d5d5 1px;
    font-size: 14px;
}
.user-info div:last-child {
    border-bottom: none;
}

.user-info div p:first-child {
    width: 40%;
}

.user-info div p:nth-child(2) {
    color: #757575;
}

#schimbaPass{
    background: #869900;
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
    border: 2px solid #869900;
    text-transform: uppercase;
    padding: 3px 26px;
    cursor: pointer;
}

#schimbaPass:hover,
#resetareBtn:hover,
#modificaDateUser:hover {
    box-shadow: 0 0 0 2px white, 0 0 0 3px #869900;
}

.schimbareParola {
    margin-top: 20px;
}

.schimbareParola div {
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-bottom: solid #d5d5d5 1px;
    font-size: 14px;
}

.schimbareParola div label:first-child {
    width: 40%;
}

.schimbareParola div input {
    width: 100%;
    padding: 5px;
    font-size: 14px;
}

.err {
    color: red;
    font-size: 12px;
    display: block;
}

#schimbareParola {
    display: none;
}


#resetareBtn ,
#modificaDateUser{
    margin-top: 10px;
    background-color: #869900;
    color: white;
    padding: 6px 0;
    width: 35%;
    min-width: fit-content;
    border: solid #869900 1px;
    cursor: pointer;
}
#modificaDateUser{
    display: none;
}

#formularDeconectare input {
    padding: 5px 10px;
    background-color: white;
    border: solid var(--alb) 1px;
    font-weight: bold;
    border-radius: 50px;
    cursor: pointer;
}

#formularDeconectare input:hover {
    box-shadow: 0 0 0 2px #869900, 0 0 0 3px white;
}

.modificareInfo{
    margin-top: 20px;
}
.modificareInfo label {
    width: 40%;
    font-size: 14px;
}
.modificareInfo input {
    width: 100%;
    padding:5px;
}
#modificareInfo{
    display: none;
}
.cuBeforeSiAfter{
    text-align: center;
    padding-bottom: 30px;
    font-size: 20px;
    position: relative;
}
.cuBeforeSiAfter::before {
    content: "";
    background: #869900;
    width: 100px;
    height: 2px;
    position: absolute;
    bottom: 20px;
    left: 0;
    display: block;
    right: 0;
    margin: 0 auto;
}

.cuBeforeSiAfter::after {
    content: "";
    background: #869900;
    width: 60px;
    height: 2px;
    position: absolute;
    bottom: 15px;
    left: 0;
    display: block;
    right: 0;
    margin: 0 auto;
}

.abs {
    position: absolute;
    top: 5%;
    right: 5%;
    cursor: pointer;
    background: white;
    padding: 5px;
    border-radius: 50%;
}
.abs:hover {
    box-shadow: 0 0 0 2px #869900, 0 0 0 3px white;
}
#butonIncarcareImagineDeProfil{
    display: none;
    min-width: fit-content;
    padding: 3px 10px;
    border-radius: 5px;
    background-color: white;
    border: white;
    margin: 0 auto 10px auto;
    cursor: pointer;
}
#butonIncarcareImagineDeProfil:hover,
.user-info>p>.fa-pencil-alt:hover {  
    box-shadow: 0 0 0 2px #869900, 0 0 0 3px white;
}
#dropdownImgUser{
    display:none;
}
.dropdownImgUserOption{
    display: none;
    position: absolute;
    top: 15%;
    right: 5%;
    display: flex;
    flex-direction: column;
    font-size: 13px;
    padding: 10px;
    background: white;
    border: solid black 1px;
}
.dropdownImgUserOption > p{
    color: black;
    cursor: pointer;
    padding: 5px;
    text-transform: none;
}
.dropdownImgUserOption > p:hover{
   text-decoration: underline;
}
.user-info > p > .fa-pencil-alt{
    padding: 5px;
    font-size: 25px;
    border: solid white 1px;
    border-radius: 50%;
    cursor: pointer;
}
#modificareDateleContului > div > .divCuFlexColumn {
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
#modificareDateleContului > div > .divCuFlexColumn > input {
    width: 100%;
    padding: 3px;
}
