:root {
    --navbar-dark-secondary: #2c3e50;
    --navbar-light-secondary: #8392a5;
}

#nav-footer {
    position: relative;
    width: 100%;
    /* background: #222222; */
    display: flex
;
    flex-direction: column;
    transition: max-height 0.4s ease-in-out;
    overflow: hidden;
    max-height: 54px;

    
    max-height: 300px;


}

#nav-footer-heading {
    display: flex
;
    align-items: center;
    padding: 10px 15px;
    color: white;
    cursor: pointer;
    border-top: 2px solid #565d5e57;
}

#nav-footer-avatar {
     border-radius: 50%;
    margin-right: 10px;
    display: flex
;
}
.dropreeeesafd{
    padding: 5px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 5px;
    /* border-top: 1px solid #eeeeee26; */
    border-bottom: 1px solid #eeeeee26;
}

.ii_ppp_ppp a:hover{
    /* background-color: #34353a; */
    /* padding: 3px 10px; */
}
.dropreeeesafd a:hover{
    background-color: #34353a;
    
}
.ii_ppp_ppp {
    /* padding: 10px 15px; */
    flex-direction: column;
}
.ooosdf_SDfddfasgg.active {
    color: white;
}




a.ooosdf_SDfddfasgg_active{
    margin-left: 10px;
}
a.ooosdf_SDfddfasgg, #myProfileLink {
    padding: 3px 10px;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    color: #9f9f9f;
    gap: 15px;
    display: flex;
    align-items: center;
    margin-left: 10px;
    margin-bottom: 5px;
}


/* a.ooosdf_SDfddfasgg{
    padding: 3px 10px;
    background-color: #434449;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    color: #e67e22;
    gap: 15px;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
} */


.dropreeeesafd a:hover{

    background-color: #434449;
}



.ooosdf_SDfddfassss {
    
    position: relative;
    cursor: pointer;
    text-decoration: none;
    gap: 15px;
    display: flex;
    justify-content: left;
    align-items: center;
    font-weight: 500;

    padding: 3px;
    border-radius: 10px;
    border: 1px solid #eeeeee26;

        background-color: #34353a;

}


#nav-footer-avatar img {
    width: 40px;
    height: 40px;
    border: 2px solid #25262a78;
    border-radius: 500px;
}

#nav-footer-titlebox {
    display: flex
;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

#nav-footer-titlebox i {
    transition: transform 0.3s ease-in-out;
}

#nav-footer-content {
      border-top: 2px solid #565d5e57;
    padding: 0px 10px;
    color: var(--navbar-light-secondary);
    font-size: 0.9rem;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s 
ease-in-out;
}


#nav-footer.open #nav-footer-content {
    max-height: 300px;
  
}

#nav-footer.open #nav-footer-titlebox i {
    transform: rotate(180deg);
}


.arrow-icon {
    transition: transform 0.3s ease-in-out;
}



.arrow-icon{
    transform: rotate(-90deg);
}

#nav-footer.open .arrow-icon {
    transform: rotate(90deg);
}


.ooosdf_SDfddfassss_install{
    background: #e67e22;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    gap: 15px;
    display: flex
;
    justify-content: left;
    align-items: center;
    padding: 3px;
    border-radius: 10px;
    border: 1px solid #eeeeee26;
}




.logoutsssds {
    padding-bottom: 120px;
    position: relative;
    cursor: pointer;
    text-decoration: none;
    color: #9f9f9f;
    gap: 15px;
    display: flex;
    align-items: center;
        margin-left: 20px;
}



.ooosdf_SDfddfassss:hover{
color: #9f9f9f;
}


.navo_nameas {
    font-size: 16px;
    color: #9f9f9f;
}
.dsfdsffdafd{
    display: flex;
    align-items: center;
    justify-content: center;
}

.dropdown_user_profile {
    display: inline-block;
}

#dropdown_user_profile_menu {
    background-color: #ffffff;
    min-width: 160px;

}
.sadrfsdfasdfasdfasaaa{
    display: flex
;
    align-items: center;
    gap: 20px;
    justify-content: center;
    margin-right: 20px;
}

#dropdown_user_profile_button{
    cursor: pointer;
}
#dropdown_user_profile_menu a {
    cursor: pointer;
    color: #2c3e50;
    padding: 10px 15px;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid white;
    text-align: end;
    font-size: 14px;
    display: flex
;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    gap: 10px;
}

#dropdown_user_profile_menu::before {
    content: "";
    position: absolute;
    top: -30px;
    left: 221px;
    border-width: 15px;
    border-style: solid;
    transform: rotate(180deg);
}
#dropdown_user_profile_menu a:hover {
    background-color: #f7f7f7;
}




.user_settings_profile{
       width: 25px;
}









.language-dropdown {
    position: relative;
    display: inline-block;
    cursor: pointer;
    /* font-family: Arial, sans-serif; */
    width: 120px;
  }
  
  .selected-language {
    display: flex
;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: #26282b;
    transition: background 0.3s;
  }
  
  .language-options {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    border: 1px solid #ddd;
    background-color: white;
    color: black;
    width: 120px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    overflow: hidden;
  }
  
  .language-option {
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 5px;
    cursor: pointer;
    transition: background 0.3s;
  }
  
  .language-options {
    display: none; 
  }
  
  .language-options.show {
    display: block; 
  }
  
  
  .language-dropdown.open .arrow-down {
    transform: rotate(180deg);
  }
  
  .flag-icon {
    width: 17px;
    height: 17px;
    border-radius: 3px;
    /* box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); */
  }
  