.mwrpProfileDropdown.compactUserDropdown {
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  width: 168px !important;
  min-width: 168px !important;
  max-width: calc(100vw - 24px);
  padding: 7px;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, .12) !important;
  background: rgb(20, 20, 20) !important;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .52) !important;
  backdrop-filter: blur(14px) !important;
  -webkit-backdrop-filter: blur(14px) !important;
  color: #fff !important;
  z-index: 999999 !important;
  transform-origin: top right;
}
.mwrpProfileDropdown[hidden] {
  display: none !important;
}
.mwrpProfileDropdown:not([hidden]) {
  display: block;
  animation: mwrpProfileMenuIn .14s cubic-bezier(.2, .9, .2, 1) both;
}
.mwrpProfileDropdown .compactDropItem {
  box-sizing: border-box;
  width: 100%;
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 11px;
  margin: 0;
  padding: 0 12px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: rgba(255, 255, 255, .9);
  text-decoration: none;
  text-align: left;
  font-family: 'Montserrat', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif !important;
  font-size: 13px;
  font-weight: 650;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-transform: none;
  cursor: pointer;
  outline: none;
  transition: background .14s, color .14s;
}
.mwrpProfileDropdown .compactDropItem:hover,
.mwrpProfileDropdown .compactDropItem:focus-visible {
  background: rgb(31, 31, 31) !important;
  color: #fff;
}
.mwrpProfileDropdown .compactDropItem:focus-visible {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .12);
}
.mwrpProfileDropdown .compactDropItem:active {
  transform: none;
}
.mwrpProfileDropdown .compactDropIcon {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: 'Material Symbols Rounded' !important;
  font-size: 19px !important;
  font-weight: 500;
  font-style: normal;
  line-height: 1 !important;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
  font-variation-settings: 'FILL' 1, 'wght' 500, 'GRAD' 0, 'opsz' 24;
  color: currentColor;
  opacity: .88;
}
.mwrpProfileDropdown .compactDropDanger,
.mwrpProfileDropdown .compactDropDanger .compactDropIcon {
  color: rgb(255, 143, 143);
}
.mwrpProfileDropdown .compactDropIcon svg {
  width: 19px;
  height: 19px;
  display: block;
  flex: 0 0 19px;
  fill: currentColor;
}
.mwrpProfileDropdown .compactDropDanger:hover,
.mwrpProfileDropdown .compactDropDanger:focus-visible {
  background: rgb(255, 59, 59) !important;
  color: #fff !important;
}
.mwrpProfileDropdown .compactDropDanger:hover .compactDropIcon,
.mwrpProfileDropdown .compactDropDanger:focus-visible .compactDropIcon {
  color: #fff !important;
}
.mwrpProfileDropdown .compactDropItem.isLoading {
  pointer-events: none !important;
  cursor: default !important;
}
@keyframes mwrpProfileMenuIn {
  from { opacity: 0; transform: translateY(-4px) scale(.975); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
@media (prefers-reduced-motion: reduce) {
  .mwrpProfileDropdown:not([hidden]) { animation: none; }
  .mwrpProfileDropdown .compactDropItem { transition: none; }
}
