.title_block {
  height: var(--topbar-height);
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  background-color: var(--panel-color);
}

.site-logo {
}

.site-logo-img {
  width: auto;
  height: 40px;
  margin: 10px 0 0 10px;
}

.title_right {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin-right: 5px;
}

.title_coin_icon {
  width: 40px;
  height: 40px;
}

.title_coin_dot {
  position: relative;
  right: 13px;
  top: -17px;
}

.button_crown {
  background-image: url('/images/crown.svg') !important;
}

.button_user {
  background-image: url('/images/user.svg') !important;
}

.button_bell {
  background-image: url('/images/bell.svg') !important;
}

.title_coin_tab {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: bold;
}
