.drop-down-menu[data-v-d5f08d16] {
  position: relative;
}
.avatar[data-v-d5f08d16] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-weight: 600;
  font-size: 18px;
  color: #222222;
  background-color: #EEEEEE;
  border-radius: 100%;
  cursor: pointer;
}
.avatar img[data-v-d5f08d16] {
  width: 100%;
  border-radius: 100%;
}
.drop-down-menu:hover .modal[data-v-d5f08d16] {
  /* overflow: visible; */
  display: block;
  max-height: 600%;
}
.modal[data-v-d5f08d16] {
  z-index: 1000;
  /* overflow: hidden; */
  display: none;
  min-width: 180px;
  max-height: 0;
  position: absolute;
  top: calc(100% + 12px);
  right: 0%;
  box-shadow: 0px 5px 12px 4px rgba(0, 0, 0, 0.09);
  background-color: #FFFFFF;
  border-radius: 8px;
  /* transition: max-height 0.25s; */
}
.modal[data-v-d5f08d16]::before {
  content: ' ';
  display: block;
  width: 50px;
  height: 20px;
  background: transparent;
  position: absolute;
  bottom: 100%;
  right: 0;
}
.modal[data-v-d5f08d16]::after {
  content: ' ';
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-bottom-color: #FFFFFF;
  border-width: 7px;
  position: absolute;
  top: -14px;
  right: 13px;
}
.menu[data-v-d5f08d16] {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-weight: 600;
  font-size: 13px;
}
.menu > li[data-v-d5f08d16] {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  background-color: #FFFFFF;
  cursor: pointer;
  list-style: none;
  transition: filter 0.5s;
}
.menu > li img[data-v-d5f08d16] {
  transform: translateX(-6px);
}
.menu > li[data-v-d5f08d16]:first-child {
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
.menu > li[data-v-d5f08d16]:last-child {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}
.menu > li[data-v-d5f08d16]:hover {
  /* filter: brightness(0.9); */
  background: #F0F9FF;
}
.menu > li[data-v-d5f08d16]:first-child:hover {
  background: none;
}
.menu > li.disabled[data-v-d5f08d16] {
  border-bottom: 1px solid #E6E7EB50;
}
.menu > li.disabled[data-v-d5f08d16]:hover {
  filter: brightness(1);
}
.signout[data-v-d5f08d16] {
  color: #F23031;
}
.feedback {
  position: absolute;
  right: 39px;
  bottom: 36px;
  z-index: 1001;
}
.feedback img {
  width: 40px;
  height: 40px;
  cursor: pointer;
}
