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

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

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

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

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

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

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

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

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