._dropdownContainer_1acpf_1 {
  position: relative;
  display: inline-block;
}

._dropdownMenu_1acpf_6 {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 4px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  z-index: 50;
  min-width: 200px;
  display: flex;
  flex-direction: column;
  padding: 4px;
}

._dropdownMenuLeft_1acpf_21 {
  right: auto;
  left: 0;
}

._dropdownItem_1acpf_26 {
  padding: 8px 16px;
  text-align: left;
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  color: var(--mainText);
  border-radius: 4px;
}
._dropdownItem_1acpf_26 > svg:first-child {
  margin-right: 8px;
  font-size: 20px;
}
._dropdownItem_1acpf_26:hover:not(:disabled) {
  background-color: #f1f5f9;
}
._dropdownItem_1acpf_26:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

._activeItem_1acpf_49 {
  background-color: #f1f5f9;
  font-weight: bold;
}

._dropdownDivider_1acpf_54 {
  height: 1px;
  background-color: #e2e8f0;
  margin: 4px 0;
  width: 100%;
}

._dropdownSectionTitle_1acpf_61 {
  padding: 8px 16px 4px;
  font-size: 12px;
  font-weight: bold;
  color: #64748b;
  text-transform: uppercase;
}