._menu_1hl1h_1 {
  position: absolute;
  top: 150%;
  right: -10px;
  background: #fff;
  border-radius: 3px;
  padding: 0;
  margin: 0;
  list-style: none;
  width: auto;
  white-space: nowrap;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  transition: opacity 0.3s, visibility 0.3s;
  pointer-events: visible;
  opacity: 0;
  visibility: hidden;
  z-index: 11111;
}
._menu_1hl1h_1._shown_1hl1h_19 {
  opacity: 1;
  visibility: visible;
}
._menu_1hl1h_1:before {
  content: "";
  position: absolute;
  top: -10px;
  right: 15px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}
._menu_1hl1h_1 li:not(:last-child) {
  border-bottom: 1px solid var(--border);
}
._menu_1hl1h_1 li:last-child a,
._menu_1hl1h_1 li:last-child button {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
._menu_1hl1h_1 li:first-child a,
._menu_1hl1h_1 li:first-child button {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
._menu_1hl1h_1 button,
._menu_1hl1h_1 a {
  padding: 8px 10px;
  color: #353535;
  transition: background 0.3s;
  font-size: 16px;
  font-weight: 500;
  background: #fff;
  border: none;
  color: var(--main);
  display: block;
  text-align: left;
  text-decoration: none;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: start;
}
._menu_1hl1h_1 button:disabled,
._menu_1hl1h_1 a:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
._menu_1hl1h_1 button svg,
._menu_1hl1h_1 a svg {
  fill: var(--darker);
  margin-right: 5px;
}
._menu_1hl1h_1 button svg path:not([fill=none]),
._menu_1hl1h_1 a svg path:not([fill=none]) {
  fill: var(--darker) !important;
}
._menu_1hl1h_1 button:not(:disabled):hover,
._menu_1hl1h_1 a:not(:disabled):hover {
  background: var(--info);
}
._menu_1hl1h_1._mainIcon_1hl1h_83 svg {
  fill: var(--main);
}
._menu_1hl1h_1._mainIcon_1hl1h_83 svg path:not([fill=none]) {
  fill: var(--main) !important;
}
