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

._langSelect_h2rok_33 {
  padding: var(--spacing-md);
}

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

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

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

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

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

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

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

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