._accountButton_7e109_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_7e109_1:hover {
  color: #fff;
  background: var(--darker);
}
._accountButton_7e109_1:hover ._icon_7e109_18 {
  background: var(--infoHover);
}
._accountButton_7e109_1._accountButtonActive_7e109_21 {
  border-bottom-right-radius: 0;
  color: var(--main);
  background: #fff;
}
@media (max-width: 400px) {
  ._accountButton_7e109_1._accountButtonActive_7e109_21 {
    margin-right: calc(var(--spacing-md) * -1);
    padding-right: calc(var(--spacing-md) * 2);
  }
}

._icon_7e109_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_7e109_18 img {
  max-width: 100%;
  width: auto;
  max-height: 100%;
  height: auto;
}

._menu_7e109_54 {
  position: absolute;
  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_7e109_54 {
    right: var(--spacing-md);
  }
}
@media (max-width: 400px) {
  ._menu_7e109_54 {
    left: 0;
    right: 0;
    bottom: 0;
    max-height: none;
    width: 100%;
    border-radius: 0;
    position: fixed;
  }
}
._menu_7e109_54._shown_7e109_87 {
  opacity: 1;
  visibility: visible;
}
._menu_7e109_54 ._switchOrg_7e109_91 ._label_7e109_91 {
  font-size: 14px;
  font-weight: 600;
  color: var(--darkGray);
  padding: var(--spacing-md) var(--spacing-md) var(--spacing-xs);
  display: block;
}
._menu_7e109_54 ._switchOrg_7e109_91 ._label_7e109_91:last-of-type {
  padding-top: 0;
}
._menu_7e109_54 ._switchOrg_7e109_91 ul {
  border: 1px solid var(--border) !important;
  margin: 0 var(--spacing-md) var(--spacing-md);
  border-radius: 4px;
}
._menu_7e109_54 ._switchOrg_7e109_91 ul li:last-child {
  border-bottom: none !important;
}
._menu_7e109_54 ._switchOrg_7e109_91 ._icon_7e109_18 {
  font-size: 14px;
}
._menu_7e109_54 ._switchOrg_7e109_91 ._showMore_7e109_112 {
  margin: var(--spacing-md) auto;
  color: var(--darkGray);
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
}
._menu_7e109_54 ._switchOrg_7e109_91 ._showMore_7e109_112 svg,
._menu_7e109_54 ._switchOrg_7e109_91 ._showMore_7e109_112 svg path {
  fill: var(--darkGray);
}
._menu_7e109_54 ul {
  padding: 0;
  margin: 0;
  list-style: none;
  white-space: nowrap;
}
._menu_7e109_54 ul ._link_7e109_131 {
  line-height: 34px;
}
._menu_7e109_54 ul ._link_7e109_131,
._menu_7e109_54 ul ._button_7e109_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_7e109_54 ul ._link_7e109_131 ._icon_7e109_18,
._menu_7e109_54 ul ._button_7e109_135 ._icon_7e109_18 {
  position: absolute;
  left: 10px;
  top: 8px;
  height: 34px;
  width: 34px;
}
._menu_7e109_54 ul ._link_7e109_131 svg,
._menu_7e109_54 ul ._link_7e109_131 svg path,
._menu_7e109_54 ul ._button_7e109_135 svg,
._menu_7e109_54 ul ._button_7e109_135 svg path {
  fill: var(--darkGray);
}
._menu_7e109_54 ul ._link_7e109_131:not(:disabled):hover,
._menu_7e109_54 ul button._button_7e109_135:not(:disabled):hover {
  background: var(--bg);
}
._menu_7e109_54 ul ._link_7e109_131:disabled ._name_7e109_170,
._menu_7e109_54 ul ._link_7e109_131:disabled ._icon_7e109_18,
._menu_7e109_54 ul button._button_7e109_135:disabled ._name_7e109_170,
._menu_7e109_54 ul button._button_7e109_135:disabled ._icon_7e109_18 {
  opacity: 0.5;
}
._menu_7e109_54 ul li {
  border-top: 1px solid var(--border);
  position: relative;
}
._menu_7e109_54 ul li ._pending_7e109_180 {
  display: block;
  font-size: 12px;
  color: red;
  font-weight: 400;
}
._menu_7e109_54 ul li:first-child {
  border-top: none !important;
}
._menu_7e109_54 ul li:last-child {
  border-bottom: 1px solid var(--border);
}

._avatar_7e109_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_7e109_193 img {
  transition: all 0.3s;
  max-width: 100%;
  width: auto;
  max-height: 100%;
  height: auto;
}
._avatar_7e109_193 svg {
  transition: all 0.3s;
  width: 30px;
  height: 30px;
}
._avatar_7e109_193 svg,
._avatar_7e109_193 svg path {
  fill: var(--main);
}

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

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

._joinButton_7e109_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_7e109_248 svg {
  width: 14px;
  height: 14px;
}
._joinButton_7e109_248 svg,
._joinButton_7e109_248 path {
  fill: var(--darker) !important;
}

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

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