* {
  margin: 0;
  font-family: "Google Sans", sans-serif;
}
.in-app-splash {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100dvh;
}
.full-scr-loader {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.loader-rotate-1 {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: relative;
  animation: rotate 1s linear infinite;
}
.loader-rotate-1::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: 0px;
  border-radius: 50%;
  border: 5px solid #533a2d;
  animation: prixClipFix 2s linear infinite;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes prixClipFix {
  0% {
    clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
  }
  25% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
  }
  75% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
  }
  100% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
  }
}
.root-layout {
  height: 100dvh;
  position: relative;
}

.content-space {
  position: absolute;
  height: calc(100% - 4rem - 2.5rem);
  width: 100%;
  overflow-y: auto;
  top: 2.5rem;
}

nav {
  display: flex;
  height: 4rem;
  position: absolute;
  width: 100%;
  bottom: 0;
  align-items: center;
  justify-content: space-around;
  border-top: 1px solid #533a2d3b;
  background: #f9f1e9;
}

.nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #533a2d;
}
.ni-icon {
  font-size: 15pt;
}

.nav-item.nav-item-selected {
  color: #ca5839;
}
.home {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.uname_text {
  text-align: center;
  align-self: center;
  font-size: 19pt;
  font-weight: 500;
  margin-top: 4px;
}

.home-wallet {
  text-align: center;
  background: #ffe2c2;
  display: inline-block;
  margin: auto;
  padding: 6px 14px;
  font-size: 10pt;
  border-radius: 1rem;
  margin-top: 10px;
  font-weight: bold;
  opacity: 0.9;
}

.home-meta {
  text-align: center;
}

.title-3 {
  font-size: 19pt;
  font-weight: bolder;
  margin-bottom: 1rem;
}

.quick-menu-wrapper {
  padding: 0 1rem;
  margin-top: 2rem;
}

.hqi-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f9f1e9;
  color: #3b271c;
  padding: 10px 13px;
  border-bottom: 1px solid #533a2d3b;
}

.hqi-wrapper:last-child {
  border-bottom: none;
}

.quick-menu-list-cont {
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid #533a2d3b;
}

body {
  background: #f5f0ec;
}

.dp-img {
  border: 2px dashed #533a2d3b;
  height: 8rem;
  width: 8rem;
  border-radius: 50%;
  /* background: #d8d8d8; */
}
.hpbox {
  background: #f9f1e9;
  flex: 1;
  height: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 7px;
  border: 1px solid #533a2d3b;
  border-radius: 1rem;
  color: #533a2d;
}

.pbox-wrapper {
  display: flex;
  gap: 0.6rem;
  margin: 1rem;
}

.edu23yerhyh {
  height: 2rem;
}

.hpbox-value {
  font-size: 18pt;
  font-weight: bold;
  color: #b13e07;
}
button.btn-primary {
  position: relative;
  cursor: pointer;
  transition: background-color 100ms ease-in-out, border-color 100ms ease-in-out,
    outline 100ms ease-in-out;
  line-height: 1;
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  overflow: hidden;
  transform: translateZ(0px);
  border: 0px;
  outline: none;
  outline-offset: -1px;
  height: 36px;
  font-weight: 500;
  font-size: 15px;
  border-radius: 8px;
  padding: 0px 0.9em;
  gap: 0.5em;
  color: #fff;
  background: #ca583a;
}
button.btn-primary:disabled {
  cursor: not-allowed;
  opacity: 0.8;
}

button.btn-primary:focus-visible {
  box-shadow: rgba(255, 75, 30, 0.36) 0px 0px 0px 4px,
    rgba(61, 59, 53, 0.16) 0px 0px 0px 1px;
}
.page-lucky {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Sonner Style */
li[data-sonner-toast][data-type="error"] {
  background-color: #ffcda9;
  color: #230901;
  border: 1px solid #533a2d3b;
}
.top-bar {
  display: flex;
  justify-content: flex-end;
  height: 2.5rem;
  align-items: center;
  border-bottom: 1px solid #533a2d3b;
  gap: 8px;
  background: #f9f1e9;
  padding-right: 1rem;
}

.tb-item {
  display: flex;
  color: #533a2d;
  background: #ffe2c263;
  border: 1px solid #533a2d3b;
  padding: 3px 14px;
  font-size: 10pt;
  align-items: center;
  gap: 4px;
  border-radius: 15px;
}
.home-flex-wrapper {
  height: 100%;
  padding: 1rem 0rem;
}

/* Backdrop */
.dialog-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

/* Dialog box */
.dialog-container {
  background: #ffffff;
  border-radius: 10px;
  min-width: 320px;
  max-width: 90%;
  max-height: 90%;
  overflow: auto;
  animation: dialog-scale-in 0.2s ease-out;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

/* Header */
.dialog-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border-bottom: 1px solid #eee;
}

.dialog-title {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

/* Close button */
.dialog-close {
  background: transparent;
  border: none;
  font-size: 22px;
  cursor: pointer;
  line-height: 1;
  color: #555;
}

.dialog-close:hover {
  color: #000;
}

/* Content */
.dialog-content {
  padding: 20px;
  background: #ffeae5;
}

/* Animation */
@keyframes dialog-scale-in {
  from {
    transform: scale(0.95);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
* {
  margin: 0;
  font-family: "Google Sans", sans-serif;
}
.in-app-splash {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100dvh;
  background-color: #f5f0ec;
}
.full-scr-loader {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.loader-rotate-1 {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: relative;
  animation: rotate 1s linear infinite;
}
.loader-rotate-1::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: 0px;
  border-radius: 50%;
  border: 5px solid #533a2d;
  animation: prixClipFix 2s linear infinite;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes prixClipFix {
  0% {
    clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0);
  }
  25% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0);
  }
  50% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%);
  }
  75% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 100%);
  }
  100% {
    clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
  }
}
.root-layout {
  height: 100dvh;
  position: relative;
}

.content-space {
  position: absolute;
  height: calc(100% - 4rem - 2.5rem);
  width: 100%;
  overflow-y: auto;
  top: 2.5rem;
}

nav {
  display: flex;
  height: 4rem;
  position: absolute;
  width: 100%;
  bottom: 0;
  align-items: center;
  justify-content: space-around;
  border-top: 1px solid #533a2d3b;
  background: #f9f1e9;
}

.nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #533a2d;
}
.ni-icon {
  font-size: 15pt;
}

.nav-item.nav-item-selected {
  color: #ca5839;
}
.home {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.uname_text {
  text-align: center;
  align-self: center;
  font-size: 19pt;
  font-weight: 500;
  margin-top: 4px;
}

.home-wallet {
  text-align: center;
  background: #ffe2c2;
  display: inline-block;
  margin: auto;
  padding: 6px 14px;
  font-size: 10pt;
  border-radius: 1rem;
  margin-top: 10px;
  font-weight: bold;
  opacity: 0.9;
}

.home-meta {
  text-align: center;
}

.title-3 {
  font-size: 19pt;
  font-weight: bolder;
  margin-bottom: 1rem;
}

.quick-menu-wrapper {
  padding: 0 1rem;
  margin-top: 2rem;
}

.hqi-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f9f1e9;
  color: #3b271c;
  padding: 10px 13px;
  border-bottom: 1px solid #533a2d3b;
}

.hqi-wrapper:last-child {
  border-bottom: none;
}

.quick-menu-list-cont {
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid #533a2d3b;
}

body {
  background: #f5f0ec;
}

.dp-img {
  border: 2px dashed #533a2d3b;
  height: 8rem;
  width: 8rem;
  border-radius: 50%;
  /* background: #d8d8d8; */
}
.hpbox {
  background: #f9f1e9;
  flex: 1;
  height: 8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-bottom: 7px;
  border: 1px solid #533a2d3b;
  border-radius: 1rem;
  color: #533a2d;
}

.pbox-wrapper {
  display: flex;
  gap: 0.6rem;
  margin: 1rem;
}

.edu23yerhyh {
  height: 23px;
}

.hpbox-value {
  font-size: 18pt;
  font-weight: bold;
  color: #b13e07;
}
button.btn-primary {
  position: relative;
  cursor: pointer;
  transition: background-color 100ms ease-in-out, border-color 100ms ease-in-out,
    outline 100ms ease-in-out;
  line-height: 1;
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  overflow: hidden;
  transform: translateZ(0px);
  border: 0px;
  outline: none;
  outline-offset: -1px;
  height: 36px;
  font-weight: 500;
  font-size: 15px;
  border-radius: 8px;
  padding: 0px 0.9em;
  gap: 0.5em;
  color: #fff;
  background: #ca583a;
}
button.btn-primary:disabled {
  cursor: not-allowed;
  opacity: 0.7;
}

button.btn-primary:focus-visible {
  box-shadow: rgba(255, 75, 30, 0.36) 0px 0px 0px 4px,
    rgba(61, 59, 53, 0.16) 0px 0px 0px 1px;
}
.page-lucky {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Sonner Style */
li[data-sonner-toast][data-type="error"] {
  background-color: #ffcda9;
  color: #230901;
  border: 1px solid #533a2d3b;
}
.top-bar {
  display: flex;
  justify-content: flex-end;
  height: 2.5rem;
  align-items: center;
  border-bottom: 1px solid #533a2d3b;
  gap: 8px;
  background: #f9f1e9;
  padding-right: 1rem;
}

.tb-item {
  display: flex;
  color: #533a2d;
  background: #ffe2c263;
  border: 1px solid #533a2d3b;
  padding: 3px 14px;
  font-size: 10pt;
  align-items: center;
  gap: 4px;
  border-radius: 15px;
}
.home-flex-wrapper {
  height: 100%;
  padding-top: 2rem;
}

/* Backdrop */
.dialog-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

/* Dialog box */
.dialog-container {
  background: #ffffff;
  border-radius: 10px;
  min-width: 320px;
  max-width: 90%;
  max-height: 90%;
  overflow: auto;
  animation: dialog-scale-in 0.2s ease-out;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

/* Header */
.dialog-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border-bottom: 1px solid #eee;
}

.dialog-title {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

/* Close button */
.dialog-close {
  background: transparent;
  border: none;
  font-size: 22px;
  cursor: pointer;
  line-height: 1;
  color: #555;
}

.dialog-close:hover {
  color: #000;
}

/* Content */
.dialog-content {
  padding: 20px;
  background: #ffeae5;
}

/* Animation */
@keyframes dialog-scale-in {
  from {
    transform: scale(0.95);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.tli-l {
  display: flex;
  flex: 1;
  gap: 6px;
  align-items: center;
}

.tli {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f9f1e9;
  color: #3b271c;
  padding: 10px 13px;
  border-bottom: 1px solid #533a2d3b;
}

.tl-wrapper {
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid #533a2d3b;
}

.task-list {
  padding: 1rem 1rem;
}

.tli-reward {
  text-align: center;
  background: #ffe2c2;
  display: inline-block;
  margin: auto;
  padding: 4px 11px;
  font-size: 10pt;
  border-radius: 1rem;
  margin-top: 10px;
  font-weight: bold;
  opacity: 0.9;
}

.tli:last-child {
  border-bottom: navajowhite;
}
.tli.tli-complete {
  opacity: 0.7;
}
.refer {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ref-center {
  text-align: center;
  font-size: 29pt;
  padding: 1rem;
  font-weight: 700;
  opacity: 0.8;
}

.ref-area {
  background: #ffebd1;
  padding: 1rem 1rem;
  box-sizing: border-box;
  border-top: 1px solid #533a2d3b;
}

.h3u2dehr {
  text-align: center;
  font-size: 14pt;
  font-weight: 500;
  color: #533a2d;
  margin-bottom: 1rem;
}

.ref-code-area {
  display: flex;
  gap: 7px;
}

input.ref-code-input {
  flex: 1;
  background: #fffaf3;
  border: 1px solid #533a2d3b;
  border-radius: 8px;
  padding: 0px 8px;
  font-size: 11pt;
  font-weight: 500;
  opacity: 0.7;
  box-sizing: border-box;
}
.daily-claim {
  justify-content: space-between;
  align-items: center;
  background: #ffebd1;
  padding: 1rem 1rem;
  border: 1px solid #533a2d3b;
  margin: 1rem;
  color: #533a2d;
  border-radius: 1rem;
}

.crenderer-1 {
  display: flex;
  gap: 5px;
}
.rend-blk {
  background: #ffc08a;
  height: 2.5rem;
  width: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 10pt;
  font-weight: bold;
  border-radius: 5px;
  color: #632505;
}
.pl-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.dlcb-area {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.dclb-l1 {
  text-align: center;
  font-size: 19pt;
  font-weight: bold;
}

.dclb-l2 {
  text-align: center;
  margin-bottom: 1rem;
  font-size: 14pt;
  font-weight: 500;
}
.lb-under-dev {
}

.leaderboard {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cfdkcfj {
  display: flex;
  justify-content: center;
  font-size: 8rem;
  opacity: 0.8;
}

.i3deijd {
  text-align: center;
  font-size: 19pt;
  padding: 1rem;
  font-weight: 700;
  opacity: 0.8;
}
.hpbox-name {
  font-size: 11pt;
  font-weight: bold;
}
img.lbli-avatar {
  height: 3rem;
  width: 3rem;
  border-radius: 50%;
  border: 1px dashed #533a2d3b;
}

.lbli-l {
  display: flex;
  gap: 14px;
  flex: 1;
  align-items: center;
}

.lbli {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f9f1e9;
  color: #3b271c;
  padding: 10px 13px;
  border-bottom: 1px solid #533a2d3b;
  gap: 8px;
}

.lb-list {
  padding: 1rem;
}

.lbl-wrapper {
  border-radius: 1rem;
  overflow: hidden;
  border: 1px solid #533a2d3b;
}

.lbli-usrnm {
  font-size: 13pt;
  font-weight: 500;
}

.lbli-asset {
  font-size: 11pt;
  font-weight: bold;
  opacity: 0.8;
}

.lb-li-l-meta {
  display: flex;
  flex-direction: column;
  gap: 3px;
  justify-content: start;
}
.lbli-pos {
  font-weight: bold;
  opacity: 0.9;
}
.lbli:last-child {
  border-bottom: none;
}
.blush-1 {
  position: absolute;
  height: 17rem;
  width: 17rem;
  background: #ffa16ead;
  left: 50%;
  top: calc(50% + 2rem);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  filter: blur(50px);
}
