.theSettingPage {
  position: relative;
  width: 100%;
  max-width: 765px;
  padding: 0.4375rem 0.5rem;
  background: #060a10;
  margin: 0 auto;
}
.theSettingPage .theUserProfileContainer {
  width: 100%;
  margin-bottom: 2.5rem;
  border: 1px solid #1d202b;
  border-radius: 12px;
  background: var(--global-primary-modal-color);
}
.theSettingPage .theUserProfileContainer .theUserInfoPadd {
  padding: 1rem 0.75rem 0.75rem;
}
.theSettingPage .theUserProfileContainer .theUserInfoPadd .theUIDetailWrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
}
.theSettingPage .theUserProfileContainer .theUserInfoPadd .theUIDetailWrapper .theUIAvatar {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  overflow: hidden;
}
.theSettingPage .theUserProfileContainer .theUserInfoPadd .theUIDetailWrapper .theUIAvatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.theSettingPage .theUserProfileContainer .theUserInfoPadd .theUIDetailWrapper .theUIDetails {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.theSettingPage .theUserProfileContainer .theUserInfoPadd .theUIDetailWrapper .theUIDetails .theUIUsername {
  color: var(--global-primary-text-color);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}
.theSettingPage .theUserProfileContainer .theUserInfoPadd .theUIDetailWrapper .theUIDetails .theUserEmail {
  color: var(--global-secondary-text-color);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
}
.theSettingPage .theUserProfileContainer .theUserInfoPadd .theUserLevelSection {
  width: 100%;
  height: -moz-max-content;
  height: max-content;
  margin-block: 1.0625rem 0.5rem;
  border-radius: 0.375rem;
  overflow: hidden;
}
.theSettingPage .theUserProfileContainer .theUserInfoPadd .theUserLevelSection img {
  width: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.theSettingPage .theUserProfileContainer .theUserInfoPadd .theUserLevelSection .theUserLevelSectionPadd {
  padding: 0.625rem 0.75rem 0.9375rem;
}
.theSettingPage .theUserProfileContainer .theUserInfoPadd .theUserLevelSection .theUserLevelSectionFlex {
  display: flex;
  align-items: center;
  margin: 0 0 0.4375rem;
}
.theSettingPage .theUserProfileContainer .theUserInfoPadd .theUserLevelSection .theUserLevelSectionFlex .theUserLevelSectionImgBox {
  width: 34px;
  aspect-ratio: 1;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.1875rem 0 0;
}
.theSettingPage .theUserProfileContainer .theUserInfoPadd .theUserLevelSection .theUserLevelSectionFlex .theUserLevelSectionImgBox img {
  width: 70%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.theSettingPage .theUserProfileContainer .theUserInfoPadd .theUserLevelSection .theUserLevelSectionFlex .theUserLevelSectionText {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
}
.theSettingPage .theUserProfileContainer .theUserInfoPadd .theUserLevelSection .theUserLevelSectionLabel {
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 400;
}
.theSettingPage .theUserProfileContainer .theUserInfoPadd .theUserLevelSection .theUserLevelSectionAmount {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  margin: 0 0 0.375rem;
}
.theSettingPage .theUserProfileContainer .theUserInfoPadd .theUserLevelSection .theUserLevelSectionAmount span {
  font-size: 0.75rem;
  font-weight: 400;
}
.theSettingPage .theUserProfileContainer .theUserInfoPadd .theUserLevelSection .theUserLevelSectionProgressBack {
  width: 100%;
  height: 5px;
  background: #3c3c3c;
  border-radius: 3.25rem;
  position: relative;
}
.theSettingPage .theUserProfileContainer .theUserInfoPadd .theUserLevelSection .theUserLevelSectionProgressBack .theUserLevelSectionProgress {
  position: absolute;
  top: 0;
  left: 0;
  height: 5px;
  background: #fff;
  border-radius: 3.25rem;
}
.theSettingPage .theUserProfileContainer .theUserInfoPadd .theUserRegistration {
  color: var(--global-secondary-text-color);
  font-size: 0.75rem;
  line-height: 1.5;
}

.theSettingContentBlock {
  position: relative;
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.theSettingContentBlock .theBlockTitle {
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
}

.theNavbarItemContainer {
  width: 100%;
  border: 1px solid #1d202b;
  border-radius: 12px;
  background: var(--global-primary-modal-color);
}
.theNavbarItemContainer .theWalletBlockPadd {
  padding: 1.1875rem 0.8125rem 0.75rem;
}
.theNavbarItemContainer .theWalletBlockPadd .theWalletLabelIconWrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.25rem;
}
.theNavbarItemContainer .theWalletBlockPadd .theWalletLabelIconWrapper .theWalletLabelIcon {
  width: 20px;
}
.theNavbarItemContainer .theWalletBlockPadd .theWalletLabelIconWrapper .theWalletLabelIcon img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.theNavbarItemContainer .theWalletBlockPadd .theWalletLabelIconWrapper .theWalletLabelIcon svg {
  width: 100%;
  display: flex;
  color: var(--global-secondary-text-color);
}
.theNavbarItemContainer .theWalletBlockPadd .theWalletLabelIconWrapper .theWalletLabel {
  color: var(--global-secondary-text-color);
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
}
.theNavbarItemContainer .theWalletBlockPadd .theWalletBalance {
  color: #ffffff;
  font-size: 2rem;
  line-height: 150%;
  font-weight: 600;
}
.theNavbarItemContainer .theNavsPadd {
  padding: 1.25rem 0.875rem;
}
.theNavbarItemContainer .theNavsPadd .theNavItemList {
  display: flex;
  flex-direction: column;
}
.theNavbarItemContainer .theNavsPadd .theNavItem {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
}
.theNavbarItemContainer .theNavsPadd .theNavItem .theNavIconLabel {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.75rem;
  color: var(--global-primary-text-color);
  font-size: 1rem;
  font-weight: 400;
}
.theNavbarItemContainer .theNavsPadd .theNavItem .theNavIconLabel .theNavIcon {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.theNavbarItemContainer .theNavsPadd .theNavItem .theNavIconLabel .theNavIcon svg {
  width: 100%;
  display: flex;
  color: var(--global-primary-text-color);
}
.theNavbarItemContainer .theNavsPadd .theNavItem .theNavIconLabel .theNavIcon img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.theNavbarItemContainer .theNavsPadd .theNavItem .theNavArrow {
  width: 0.3125rem;
}
.theNavbarItemContainer .theNavsPadd .theNavItem .theNavArrow svg {
  width: 100%;
  display: flex;
  color: var(--global-primary-text-color);
}
.theNavbarItemContainer .theNavsPadd .theNavDivider {
  width: 100%;
  height: 1px;
  margin-block: 0.875rem;
  opacity: 0.05;
  background: #ffffff;
}/*# sourceMappingURL=setting.css.map */