.__UserOgPoints {
  display: inline-flex;
  padding-top: 1rem;
}

.OgPoints {
  background: #000;
}

.CreatorProfileLayout {
  display: flex;
  width: 100%;
  padding-top: 1rem;
  gap: 0.3rem;
}

.OgPointsHolder {
  display: inline-flex;
  background: #000;
  align-items: center;
  gap: 0.4rem;
  padding: 0.2rem 0.7rem;
  color: #fff;
  font-weight: 600;
  font-size: 11px;
  clip-path: polygon(8px 0, calc(100% - 8px) 0, 100% 50%, calc(100% - 8px) 100%, 8px 100%, 0 50%);
  background: linear-gradient(270deg, #EA80FC, #7e0fff);
  background-size: 200% 200%;
  animation: animateGlow 10s ease infinite;
}

.__TransactionItems.Grid2x2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem;
}
.__TransactionItems {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.__TransactionItems .__TransactionItem.Action {
  cursor: pointer;
}
.__TransactionItems .__TransactionItem:hover {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100px;
}
.__TransactionItems .__TransactionItem {
  padding: 0.5rem;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.__TransactionItems .__TransactionItem.Normal:hover {
  border-radius: 20px;
}
.__TransactionItems .__TransactionItem.Normal {
  justify-content: flex-start;
  gap: 1rem;
}
.__TransactionItems .__TransactionItem .__GameName {
  flex: 1;
  font-weight: 600;
  font-size: 16px;
}
.__TransactionItems .__TransactionItem .__ImageView {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 20px;
}
.__TransactionItems .__TransactionItem .__ImageView img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.__TransactionItems .__TransactionItem .__Points {
  display: flex;
  gap: 0.5rem;
  background: #fff;
  align-items: center;
  background: #fff;
  padding: 0.2rem 0.3rem 0.2rem 0.6rem;
  border-radius: 100px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
}
.__TransactionItems .__TransactionItem .__Points b {
  font-weight: 600;
}
.__TransactionItems .__TransactionItem .__Date {
  display: flex;
  width: 140px;
}
.__TransactionItems .__TransactionItem .__Date span {
  background: #fff;
  border-radius: 100px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  font-weight: 600;
  padding: 0.2rem 0.6rem;
}
.__TransactionItems .__TransactionItem .__HistoryTitle {
  display: flex;
  flex: 1;
  font-size: 16px;
}

.__ProfileInnerViewOut {
  display: flex;
  width: 100%;
  padding: 0 0 2rem 0;
  flex-direction: column;
  gap: 1rem;
}
.__ProfileInnerViewOut .__ProfileBadgeItems {
  display: flex;
  gap: 1rem;
  background: #f2f2f1;
  background-image: radial-gradient(circle farthest-corner at 8.3% 21.6%, rgba(252, 92, 125, 0.1) 13.1%, rgba(106, 130, 251, 0.1) 90%);
  border-radius: 15px;
  padding: 1rem;
  flex-direction: column;
}
.__ProfileInnerViewOut .__ProfileBadgeItems .__BadgeTitle {
  display: flex;
  width: 100%;
  font-weight: 600;
  font-size: 16px;
}
.__ProfileInnerViewOut .__ProfileBadgeItems .BadgeItemListener {
  display: flex;
  gap: 1rem;
}
.__ProfileInnerViewOut .__ProfileBadgeItems .__BadgeItem span:nth-child(2) {
  font-weight: 600;
  font-size: 14px;
}
.__ProfileInnerViewOut .__ProfileBadgeItems .__BadgeItem {
  justify-content: center;
  gap: 0.6rem;
  text-align: center;
  display: flex;
  width: 100px;
  flex-direction: column;
}
.__ProfileInnerViewOut .__ProfileBadgeItems .__BadgeItem img {
  width: 100%;
}
.__ProfileInnerViewOut .__ProfileAccountData {
  display: flex;
  width: 100%;
}
.__ProfileInnerViewOut .__ProfileAccountData .DataItems {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
}
.__ProfileInnerViewOut .__ProfileAccountData .DataItems .DataItem span:nth-child(2) b {
  display: flex;
  background: #0012ff;
  background-image: radial-gradient(circle 957px at 1.9% 48.3%, rgb(28, 61, 247) 0%, rgb(215, 64, 64) 53.7%, rgb(215, 64, 64) 90%);
  color: #fff;
  mix-blend-mode: normal;
  border-radius: 100px;
  padding: 0.1rem 0.5rem;
  font-size: 14px;
}
.__ProfileInnerViewOut .__ProfileAccountData .DataItems .DataItem span:nth-child(2) {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  font-size: 20px;
}
.__ProfileInnerViewOut .__ProfileAccountData .DataItems .DataItem span:nth-child(1) {
  font-weight: 300;
  font-size: 14px;
}
.__ProfileInnerViewOut .__ProfileAccountData .DataItems .DataItem {
  gap: 0.5rem;
  padding: 1rem;
  flex-direction: column;
  display: flex;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.__ProfileInnerViewOut .__ProfileAccountData .DataItems .DataItem:last-child {
  border-right: 0;
}
.__ProfileInnerViewOut .__ProfileHeader.Plus {
  border: 2px solid red;
  background-image: radial-gradient(circle farthest-corner at 8.3% 21.6%, rgba(255, 90, 75, 0.1) 13.1%, rgba(252, 27, 89, 0.1) 90%);
}
.__ProfileInnerViewOut .__ProfileHeader.Plus .__ProfileAccountData {
  border-top: 1px solid rgba(252, 27, 89, 0.1);
}
.__ProfileInnerViewOut .__ProfileHeader .ProfilePlusBadge {
  position: absolute;
  cursor: pointer;
  left: 1rem;
  top: 1rem;
}
.__ProfileInnerViewOut .__ProfileHeader .__ProfileActionButtons {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: flex;
}
.__ProfileInnerViewOut .__ProfileHeader .__ProfileActionButtons .ButtonItems {
  display: flex;
  gap: 0.5rem;
}
.__ProfileInnerViewOut .__ProfileHeader .__ProfileActionButtons .ButtonItems .ButtonItem:hover {
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.08);
}
.__ProfileInnerViewOut .__ProfileHeader .__ProfileActionButtons .ButtonItems .ButtonItem {
  transition: all 0.1s ease-in-out;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  display: flex;
  width: 40px;
  height: 40px;
  background: #fff;
}
.__ProfileInnerViewOut .__ProfileHeader {
  position: relative;
  display: flex;
  width: 100%;
  background: #f2f2f1;
  background-image: radial-gradient(circle farthest-corner at 8.3% 21.6%, rgba(252, 92, 125, 0.1) 13.1%, rgba(106, 130, 251, 0.1) 90%);
  border-radius: 15px;
  overflow: hidden;
  flex-direction: column;
}
.__ProfileInnerViewOut .__ProfileHeader .__ProfileHeaderUserView {
  display: flex;
  padding: 2rem 2rem 0;
  width: 100%;
  gap: 2rem;
  align-items: flex-end;
}
.__ProfileInnerViewOut .__ProfileHeader .__ProfileHeaderUserView .__TextView {
  display: flex;
  flex: 1;
  padding-bottom: 2rem;
  flex-direction: column;
}
.__ProfileInnerViewOut .__ProfileHeader .__ProfileHeaderUserView .__TextView .__UserLanguage {
  font-weight: 400;
  font-size: 18px;
}
.__ProfileInnerViewOut .__ProfileHeader .__ProfileHeaderUserView .__TextView .__UserName {
  font-weight: 700;
  font-size: 30px;
}
.__ProfileInnerViewOut .__ProfileHeader .__ProfileHeaderUserView .__ImageView {
  display: flex;
  min-width: 120px;
  width: 200px;
  height: 200px;
}
.__ProfileInnerViewOut .__ProfileHeader .__ProfileAccountData {
  display: flex;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.__BestProfilesOut {
  padding-top: 2rem;
  gap: 2rem;
  width: 300px;
  align-self: start;
  position: sticky;
  top: 59px;
  z-index: 1;
  flex-direction: column;
}
.__BestProfilesOut .__BestPlayerItems {
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
}
.__BestProfilesOut .__BestPlayerItems a {
  color: #000;
}
.__BestProfilesOut .__BestPlayerItems .__PlayerItem {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.__BestProfilesOut .__BestPlayerItems .__PlayerItem .__Points {
  display: flex;
  background: #f2f2f1;
  border-radius: 100px;
  gap: 0.5rem;
  font-weight: 600;
  padding: 0.2rem 0.6rem 0.2rem 0.2rem;
}
.__BestProfilesOut .__BestPlayerItems .__PlayerItem .__Name span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.__BestProfilesOut .__BestPlayerItems .__PlayerItem .__Name {
  flex: 1;
  display: flex;
  min-width: 0;
  font-weight: 600;
  font-size: 16px;
}
.__BestProfilesOut .__BestPlayerItems .__PlayerItem .__Image {
  display: flex;
  width: 50px;
  height: 50px;
  background: #f2f2f1;
  border-radius: 100px;
  overflow: hidden;
  padding-top: 0.5rem;
  text-align: center;
}
.__BestProfilesOut .__BestPlayerItems .__PlayerItem .__Image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.__BestProfilesOut .__BestTitle {
  line-height: 46px;
  font-weight: 800;
  font-size: 36px;
}

.UserProfile {
  display: flex;
  width: 100%;
  justify-content: center;
}
.UserProfile .__ProfileDesktop {
  display: flex;
  gap: 4rem;
}
.UserProfile .__ProfileDesktop .__BestProfiles {
  padding-top: 2rem;
  gap: 2rem;
  width: 300px;
  align-self: start;
  position: sticky;
  top: 59px;
  z-index: 1;
  flex-direction: column;
}
.UserProfile .__ProfileDesktop .__BestProfiles .__BestPlayerItems {
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
}
.UserProfile .__ProfileDesktop .__BestProfiles .__BestPlayerItems a {
  color: #000;
}
.UserProfile .__ProfileDesktop .__BestProfiles .__BestPlayerItems .__PlayerItem {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.UserProfile .__ProfileDesktop .__BestProfiles .__BestPlayerItems .__PlayerItem .__Points {
  display: flex;
  background: #f2f2f1;
  border-radius: 100px;
  gap: 0.5rem;
  font-weight: 600;
  padding: 0.2rem 0.6rem 0.2rem 0.2rem;
}
.UserProfile .__ProfileDesktop .__BestProfiles .__BestPlayerItems .__PlayerItem .__Name span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.UserProfile .__ProfileDesktop .__BestProfiles .__BestPlayerItems .__PlayerItem .__Name {
  flex: 1;
  display: flex;
  min-width: 0;
  font-weight: 600;
  font-size: 16px;
}
.UserProfile .__ProfileDesktop .__BestProfiles .__BestPlayerItems .__PlayerItem .__Image {
  display: flex;
  width: 50px;
  height: 50px;
  background: #f2f2f1;
  border-radius: 100px;
  overflow: hidden;
  padding-top: 0.5rem;
  text-align: center;
}
.UserProfile .__ProfileDesktop .__BestProfiles .__BestPlayerItems .__PlayerItem .__Image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.UserProfile .__ProfileDesktop .__BestProfiles .__BestTitle {
  line-height: 46px;
  font-weight: 800;
  font-size: 36px;
}
.UserProfile .__ProfileInnerView {
  display: flex;
  width: 600px;
  padding: 2rem 0;
  flex-direction: column;
  gap: 1rem;
}
.UserProfile .__ProfileInnerView .__ProfileBadgeItems {
  display: flex;
  gap: 1rem;
  background: #f2f2f1;
  background-image: radial-gradient(circle farthest-corner at 8.3% 21.6%, rgba(252, 92, 125, 0.1) 13.1%, rgba(106, 130, 251, 0.1) 90%);
  border-radius: 15px;
  padding: 1rem;
  flex-direction: column;
}
.UserProfile .__ProfileInnerView .__ProfileBadgeItems .__BadgeTitle {
  display: flex;
  width: 100%;
  font-weight: 600;
  font-size: 16px;
}
.UserProfile .__ProfileInnerView .__ProfileBadgeItems .BadgeItemListener {
  display: flex;
  gap: 1rem;
}
.UserProfile .__ProfileInnerView .__ProfileBadgeItems .__BadgeItem span:nth-child(2) {
  font-weight: 600;
  font-size: 14px;
}
.UserProfile .__ProfileInnerView .__ProfileBadgeItems .__BadgeItem {
  justify-content: center;
  gap: 0.6rem;
  text-align: center;
  display: flex;
  width: 100px;
  flex-direction: column;
}
.UserProfile .__ProfileInnerView .__ProfileBadgeItems .__BadgeItem img {
  width: 100%;
}
.UserProfile .__ProfileInnerView .__ProfileAccountData {
  display: flex;
  width: 100%;
}
.UserProfile .__ProfileInnerView .__ProfileAccountData .DataItems {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
}
.UserProfile .__ProfileInnerView .__ProfileAccountData .DataItems .DataItem span:nth-child(2) b {
  display: flex;
  background: #0012ff;
  background-image: radial-gradient(circle 957px at 1.9% 48.3%, rgb(28, 61, 247) 0%, rgb(215, 64, 64) 53.7%, rgb(215, 64, 64) 90%);
  color: #fff;
  mix-blend-mode: normal;
  border-radius: 100px;
  padding: 0.1rem 0.5rem;
  font-size: 14px;
}
.UserProfile .__ProfileInnerView .__ProfileAccountData .DataItems .DataItem span:nth-child(2) {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  font-size: 20px;
}
.UserProfile .__ProfileInnerView .__ProfileAccountData .DataItems .DataItem span:nth-child(1) {
  font-weight: 300;
  font-size: 14px;
}
.UserProfile .__ProfileInnerView .__ProfileAccountData .DataItems .DataItem {
  gap: 0.5rem;
  padding: 1rem;
  flex-direction: column;
  display: flex;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.UserProfile .__ProfileInnerView .__ProfileAccountData .DataItems .DataItem:last-child {
  border-right: 0;
}
.UserProfile .__ProfileInnerView .__ProfileHeader .__ProfileActionButtons {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: flex;
}
.UserProfile .__ProfileInnerView .__ProfileHeader .__ProfileActionButtons .ButtonItems {
  display: flex;
  gap: 0.5rem;
}
.UserProfile .__ProfileInnerView .__ProfileHeader .__ProfileActionButtons .ButtonItems .ButtonItem {
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  display: flex;
  width: 40px;
  height: 40px;
  background: #fff;
}
.UserProfile .__ProfileInnerView .__ProfileHeader {
  position: relative;
  display: flex;
  width: 100%;
  background: #f2f2f1;
  background-image: radial-gradient(circle farthest-corner at 8.3% 21.6%, rgba(252, 92, 125, 0.1) 13.1%, rgba(106, 130, 251, 0.1) 90%);
  border-radius: 15px;
  overflow: hidden;
  flex-direction: column;
}
.UserProfile .__ProfileInnerView .__ProfileHeader .__ProfileHeaderUserView {
  display: flex;
  padding: 2rem 2rem 0;
  width: 100%;
  gap: 2rem;
  align-items: flex-end;
}
.UserProfile .__ProfileInnerView .__ProfileHeader .__ProfileHeaderUserView .__TextView {
  display: flex;
  flex: 1;
  padding-bottom: 2rem;
  flex-direction: column;
}
.UserProfile .__ProfileInnerView .__ProfileHeader .__ProfileHeaderUserView .__TextView .__UserLanguage {
  font-weight: 400;
  font-size: 18px;
}
.UserProfile .__ProfileInnerView .__ProfileHeader .__ProfileHeaderUserView .__TextView .__UserName {
  font-weight: 700;
  font-size: 30px;
}
.UserProfile .__ProfileInnerView .__ProfileHeader .__ProfileHeaderUserView .__ImageView {
  display: flex;
  min-width: 120px;
  width: 200px;
  height: 200px;
}
.UserProfile .__ProfileInnerView .__ProfileHeader .__ProfileAccountData {
  display: flex;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 800px) {
  .UserProfile .__ProfileInnerView .__ProfileHeader .__ProfileHeaderUserView .__ImageView {
    width: 100% !important;
  }
  .UserProfile .__ProfileInnerView .__ProfileHeader .__ProfileHeaderUserView .__ImageView img {
    width: 100% !important;
    object-fit: contain;
  }
  .UserProfile .__ProfileInnerView .__ProfileHeader .__ProfileHeaderUserView {
    flex-direction: column;
    align-items: center !important;
  }
  .UserProfile .__ProfileInnerView .__ProfileAccountData .DataItems {
    grid-template-columns: repeat(2, 1fr);
  }
  .UserProfile .__ProfileInnerView .__ProfileHeader .__ProfileHeaderUserView .__TextView {
    text-align: center;
    align-items: center;
  }
  .UserProfile .__ProfileInnerView {
    width: 100% !important;
    padding-top: 0 !important;
    padding-bottom: 0rem !important;
    gap: 0.5rem;
  }
  .RewardCenterLayout .__View .__ViewMenu {
    display: none !important;
  }
  .RewardCenterLayout .__View .__ViewProfile {
    display: none !important;
  }
  .__ProfileInnerViewOut .__ProfileHeader .__ProfileHeaderUserView .__ImageView {
    width: 100% !important;
  }
  .__ProfileInnerViewOut .__ProfileHeader .__ProfileHeaderUserView .__ImageView img {
    width: 100% !important;
    object-fit: contain;
  }
  .__ProfileInnerViewOut .__ProfileHeader .__ProfileHeaderUserView {
    flex-direction: column;
    align-items: center !important;
  }
  .RewardCenterLayout .__View .__ViewContent {
    padding: 0.5rem !important;
  }
  .RewardCenterLayout .__View .__ViewContent .__InnerView {
    width: 100% !important;
  }
  .__ProfileInnerViewOut .__ProfileAccountData .DataItems {
    grid-template-columns: repeat(2, 1fr);
  }
  .__ProfileInnerViewOut .__ProfileHeader .__ProfileHeaderUserView .__TextView {
    text-align: center;
    align-items: center;
  }
  .__ProfileInnerViewOut {
    width: 100% !important;
    padding-top: 0 !important;
    padding-bottom: 0rem !important;
    gap: 0.5rem;
  }
  .MobileHeaderLayout {
    width: 100% !important;
  }
  .UserProfile .__ProfileDesktop {
    padding: 0.5rem;
  }
  .UserProfile .__ProfileDesktop .__BestProfiles {
    display: none !important;
  }
}

/*# sourceMappingURL=user.css.map */
