.admin-menu-bar .lang-switch {
  align-items: flex-end;
  margin-top: auto;
  text-align: center;
  margin-bottom: 0.5rem;
  cursor: pointer;
}
.admin-menu-bar .lg-font-size {
  font-size: 1.25rem;
  /*color: #dedede;*/

}
.admin-menu-bar .hor-head {
  display: flex;
  margin-top: 16px;
}
.admin-menu-bar .auth-head {
  color: white;
  font-size: 22px;
}
.admin-menu-bar #menu-sidebar > li.active > a > .menu-number {
  color: white;
}
.admin-menu-bar .logout {
  position: relative;
}
.admin-menu-bar .logout .change-pwd {
  opacity: 1;
  position: absolute;
  top: 0;
  display: none;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  left: 100%;
  width: 15rem;
  background-color: white;
  /*margin-left: @size-4;*/
  box-shadow: 0.125rem 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.15);
}
.admin-menu-bar .logout .change-pwd .menu-number {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #333333;
  font-size: 0.875rem;
  font-weight: 400;
  height: 3rem;
  line-height: 3rem;
  padding-left: 2rem;
}
.admin-menu-bar .logout .change-pwd .menu-number:hover {
  background-color: rgba(238, 238, 238, 0.38);
}
.admin-menu-bar .right-pop {
  opacity: 1;
  position: absolute;
  top: 0;
  display: none;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  left: 100%;
  width: 15rem;
  background-color: white;
  /*margin-left: @size-4;*/
  box-shadow: 0.125rem 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.15);
}
.admin-menu-bar .right-pop .menu-number {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #333333;
  font-size: 0.875rem;
  font-weight: 400;
}
.admin-menu-bar .right-pop li > a {
  height: 3.5rem;
  line-height: 3.5rem;
}
.admin-menu-bar .right-pop ul li:hover > a {
  color: #d04a01;
  background-color: #f8f8f8;
  border-color: #f8f8f8;
}
.admin-menu-bar .right-pop ul li a.active {
  background-color: #d04a02 !important;
  color: white;
  border-left: none;
}
.admin-menu-bar #menu-sidebar li:hover > ul.right-pop {
  display: block;
  opacity: 1;
}
.admin-menu-bar #menu-sidebar > li {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-height: 768px) {
  .admin-menu-bar .right-pop li > a {
    height: 3rem;
    line-height: 3rem;
  }
}
