._accountButton_1j89h_1 {
  background: var(--gray);
  border-radius: 24px;
  display: flex;
  color: var(--main);
  padding: var(--spacing-xs) var(--spacing-md) var(--spacing-xs) var(--spacing-xs);
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  gap: var(--spacing-sm);
  cursor: pointer;
  transition: all 0.3s;
}
._accountButton_1j89h_1:hover {
  color: #fff;
  background: var(--darker);
}
._accountButton_1j89h_1:hover ._icon_1j89h_18 {
  background: var(--infoHover);
}
._accountButton_1j89h_1._accountButtonActive_1j89h_21 {
  border-bottom-right-radius: 0;
  color: var(--main);
  background: #fff;
}
@media (max-width: 400px) {
  ._accountButton_1j89h_1._accountButtonActive_1j89h_21 {
    margin-right: calc(var(--spacing-md) * -1);
    padding-right: calc(var(--spacing-md) * 2);
  }
}

._icon_1j89h_18 {
  background: var(--info);
  display: block;
  border-radius: 100%;
  height: 40px;
  width: 40px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.3s;
  text-transform: uppercase;
}
._icon_1j89h_18 img {
  max-width: 100%;
  width: auto;
  max-height: 100%;
  height: auto;
}

._menu_1j89h_54 {
  position: fixed;
  top: calc(var(--headerHeight) - var(--spacing-md) + 1px);
  right: var(--spacing-lg);
  background: #fff;
  border-radius: 3px;
  border-top-right-radius: 0;
  overflow: auto;
  max-height: calc(100vh - 64px);
  width: 355px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  transition: visibility 0.3s, opacity 0.3s;
  pointer-events: visible;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
}
@media (max-width: 960px) {
  ._menu_1j89h_54 {
    right: var(--spacing-md);
  }
}
@media (max-width: 400px) {
  ._menu_1j89h_54 {
    left: 0;
    right: 0;
    bottom: 0;
    max-height: none;
    width: 100%;
    border-radius: 0;
    position: fixed;
  }
}
._menu_1j89h_54._shown_1j89h_87 {
  opacity: 1;
  visibility: visible;
}
._menu_1j89h_54 ._switchOrg_1j89h_91 ._label_1j89h_91 {
  font-size: 14px;
  font-weight: 600;
  color: var(--darkGray);
  padding: var(--spacing-md) var(--spacing-md) var(--spacing-xs);
  display: block;
}
._menu_1j89h_54 ._switchOrg_1j89h_91 ._label_1j89h_91:last-of-type {
  padding-top: 0;
}
._menu_1j89h_54 ._switchOrg_1j89h_91 ul {
  border: 1px solid var(--border) !important;
  margin: 0 var(--spacing-md) var(--spacing-md);
  border-radius: 4px;
}
._menu_1j89h_54 ._switchOrg_1j89h_91 ul li:last-child {
  border-bottom: none !important;
}
._menu_1j89h_54 ._switchOrg_1j89h_91 ._icon_1j89h_18 {
  font-size: 14px;
}
._menu_1j89h_54 ._switchOrg_1j89h_91 ._showMore_1j89h_112 {
  margin: var(--spacing-md) auto;
  color: var(--darkGray);
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
}
._menu_1j89h_54 ._switchOrg_1j89h_91 ._showMore_1j89h_112 svg,
._menu_1j89h_54 ._switchOrg_1j89h_91 ._showMore_1j89h_112 svg path {
  fill: var(--darkGray);
}
._menu_1j89h_54 ul {
  padding: 0;
  margin: 0;
  list-style: none;
  white-space: nowrap;
}
._menu_1j89h_54 ul ._link_1j89h_131 {
  line-height: 34px;
}
._menu_1j89h_54 ul ._link_1j89h_131,
._menu_1j89h_54 ul ._button_1j89h_135 {
  padding: 8px 10px;
  color: var(--darkGray);
  transition: background 0.3s;
  font-size: 18px;
  font-weight: 500;
  color: var(--main);
  display: block;
  text-align: left;
  text-decoration: none;
  padding-left: 52px;
  position: relative;
  min-height: 50px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
._menu_1j89h_54 ul ._link_1j89h_131 ._icon_1j89h_18,
._menu_1j89h_54 ul ._button_1j89h_135 ._icon_1j89h_18 {
  position: absolute;
  left: 10px;
  top: 8px;
  height: 34px;
  width: 34px;
}
._menu_1j89h_54 ul ._link_1j89h_131 svg,
._menu_1j89h_54 ul ._link_1j89h_131 svg path,
._menu_1j89h_54 ul ._button_1j89h_135 svg,
._menu_1j89h_54 ul ._button_1j89h_135 svg path {
  fill: var(--darkGray);
}
._menu_1j89h_54 ul ._link_1j89h_131:not(:disabled):hover,
._menu_1j89h_54 ul button._button_1j89h_135:not(:disabled):hover {
  background: var(--bg);
}
._menu_1j89h_54 ul ._link_1j89h_131:disabled ._name_1j89h_170,
._menu_1j89h_54 ul ._link_1j89h_131:disabled ._icon_1j89h_18,
._menu_1j89h_54 ul button._button_1j89h_135:disabled ._name_1j89h_170,
._menu_1j89h_54 ul button._button_1j89h_135:disabled ._icon_1j89h_18 {
  opacity: 0.5;
}
._menu_1j89h_54 ul li {
  border-top: 1px solid var(--border);
  position: relative;
}
._menu_1j89h_54 ul li ._pending_1j89h_180 {
  display: block;
  font-size: 12px;
  color: red;
  font-weight: 400;
}
._menu_1j89h_54 ul li:first-child {
  border-top: none !important;
}
._menu_1j89h_54 ul li:last-child {
  border-bottom: 1px solid var(--border);
}

._avatar_1j89h_193 {
  background-color: var(--info);
  color: var(--main);
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
  font-size: 1.25rem;
  align-items: center;
  flex-shrink: 0;
  line-height: 1;
  border-radius: 50%;
  justify-content: center;
  overflow: hidden;
  transition: all 0.3s;
}
._avatar_1j89h_193 img {
  transition: all 0.3s;
  max-width: 100%;
  width: auto;
  max-height: 100%;
  height: auto;
}
._avatar_1j89h_193 svg {
  transition: all 0.3s;
  width: 30px;
  height: 30px;
}
._avatar_1j89h_193 svg,
._avatar_1j89h_193 svg path {
  fill: var(--main);
}

.scrolled ._icon_1j89h_18 {
  width: 30px;
  height: 30px;
}
.scrolled ._icon_1j89h_18 img {
  width: 30px;
  height: 30px;
}
.scrolled ._icon_1j89h_18 svg {
  width: 24px;
  height: 24px;
}

._button_1j89h_135 {
  background: none;
  border: none;
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
}

._joinButton_1j89h_248 {
  background: none;
  border: none;
  color: var(--darker);
  width: 100%;
  padding: var(--spacing-md) 0;
  margin: 0;
  position: relative;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
._joinButton_1j89h_248 svg {
  width: 14px;
  height: 14px;
}
._joinButton_1j89h_248 svg,
._joinButton_1j89h_248 path {
  fill: var(--darker) !important;
}

._currentBadge_1j89h_270 {
  left: 14px;
  right: auto;
}

._BuyCoffeeItem_1j89h_275 {
  text-align: center;
  background: var(--punchColor);
  display: none;
  width: 100%;
  border-top: none !important;
}
._BuyCoffeeItem_1j89h_275 ._img_1j89h_282 {
  display: block;
  width: 14px;
  overflow: hidden;
}
._BuyCoffeeItem_1j89h_275 ._img_1j89h_282 img {
  margin-left: -10px;
  width: 114px !important;
  height: 32px !important;
  max-width: none !important;
  max-height: none !important;
}
._BuyCoffeeItem_1j89h_275 ._icon_1j89h_18 {
  background: none !important;
}
@media (max-width: 530px) {
  ._BuyCoffeeItem_1j89h_275 {
    display: block;
  }
  ._BuyCoffeeItem_1j89h_275 + li {
    border-top: none !important;
  }
}
