.account-menu {
  position: absolute;
  flex-direction: column;
  align-items: center;
  margin-top: 11px;
  right: 11px;
  padding: 7px 7px 30px 8px;
  background-color: #ffffff;
  text-align: center;
  border-radius: 3px;
  box-shadow: 0px 37px 60px 0px rgba(0, 0, 0, 0.1);
  z-index: 20;
}
.account-menu::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: calc(100% - 93px);
  margin-left: -12px;
  border-width: 12px;
  border-style: solid;
  border-color: transparent transparent white transparent;
}
.account-menu.active {
  display: flex;
}
.account-menu .close {
  margin-left: auto;
  margin-bottom: 12px;
  padding: 8px;
  text-align: right;
  cursor: pointer;
}
.account-menu .close svg {
  width: 15px;
  height: 15px;
}
.account-menu .close svg use,
.account-menu .close svg path {
  stroke: #402a34;
}
.account-menu .divider {
  border-bottom: 1px solid #eee;
  width: 234px;
}

/*# sourceMappingURL=account-menu.css.map */
