.header-topbar .header-topbar-balance {
  gap: 8px;
  flex-wrap: nowrap;
}

.header-topbar .header-kripto-btn {
  height: 40px;
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  text-decoration: none;
}

.header-topbar .header-kripto-btn:hover {
  color: var(--main-color);
  opacity: 0.9;
}

.header-topbar .header-kripto-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.header-topbar .header-referral-btn {
  height: 40px;
  padding: 6px 14px;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  border-radius: 8px;
  color: #1c1b1f !important;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}

.header-topbar .header-lucky-btn {
  margin-left: 4px;
  padding: 7px !important;
}

.header-topbar .header-topbar-wallet::after {
  display: none !important;
}

.header-topbar .header-notification-btn {
  position: relative;
}

.header-topbar .header-notification-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: var(--main-color);
}

.header-topbar .header-notification-btn i {
  font-size: 16px;
  color: var(--main-color);
}

.header-topbar .header-notification-badge {
  position: absolute;
  top: 2px;
  right: 2px;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 50%;
  background: #fff;
  color: #1a1d21;
  font-size: 10px;
  font-weight: bold;
  line-height: 16px;
  text-align: center;
}

.header-topbar .header-username-btn {
  min-width: auto;
  padding: 8px 16px !important;
  border: solid 1px rgba(238, 154, 27, 0.5) !important;
}

.header-topbar .header-username-btn::after {
  display: none !important;
}

.header-topbar .header-username-btn .header-topbar-username {
  color: var(--main-color);
  font-weight: 600;
  max-width: 120px;
}

.header-topbar .dropdown-menu .messagesWithCount {
  justify-content: space-between;
}

.header-topbar .dropdown-menu .user-navigation-msg-count {
  background-color: #ca0909;
  border-color: #ca0909;
  color: #fff;
  width: 18px !important;
  height: 18px;
  font-size: 10px;
  margin-left: auto;
}

@media (max-width: 1199.98px) {
  .header-topbar .header-kripto-btn,
  .header-topbar .header-referral-btn {
    display: none !important;
  }
}
