#header {
  position: relative;
}
.newprofilehover {
  display: none;
}
.newprofilehover.hovered {
  display: block;
  width: 70%;
  box-shadow: 3px 0px 6px 3px grey;
  right: 0;
  top: 0;
  height: 100vh;
  position: fixed;
  background-color: white;
  z-index: 2;
}
.profilehover.hovered {
  display: block;
}
.profilehover {
  background-color: white;
  max-width: 181px;
  position: absolute;
  z-index: 1;
  right: 0;
  top: 43px;
  width: 139px;
  border: 1px solid rgba(0, 0, 0, 0.315);
  border-radius: 8px;
  display: none;
}
.listprofile li:last-child {
  border-bottom: none;
}
.listprofile li {
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-top: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.473);
  padding: 10px 8px;
  justify-content: start;
}
.listprofile li a {
  display: flex;
  align-items: center;
}
.listprofile li a span {
  margin-left: 10px;
}
.mobileburg {
  position: relative;
}
.mobileburg p {
  position: absolute;
  width: 23px;
  left: -9px;
  top: -2px;
  color: white;
  font-size: 11px;
  text-align: center;
  background-color: red;
  border-radius: 100%;
}
.newprofilehover .listprofile li {
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-top: 12px;
  border-bottom: 1px solid rgba(109, 109, 109, 0.26);
  padding: 10px 8px;
  justify-content: start;
}
.mobile-clos_btn {
  margin: 30px;
}
