:root {
  --bg-surface: #1b1a2a;
  --bg-body: #16181d;
  --color-primary: #5e47d1;
  --color-surface: #1b1a2a;
  --bg-surface-200: #1b1b22;
  --bg-surface-400: #353545;
}

body {
  background-color: var(--bg-body) !important;
  touch-action: none !important;
  color: #fff;
  overflow: hidden;
}
* {
  font-family: "Poppins", sans-serif;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}

.navbar {
  position: fixed;
  width: 100%;
  display: flex;
  justify-content: space-around;
  bottom: 0px;
  align-items: center;
  padding: 0px 0rem;
  box-sizing: border-box;
  height: 5rem;
  background: var(--bg-surface);
  backdrop-filter: blur(2rem);
  border-top: 1px solid var(--color-primary);
}

.nav-icon {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  border-radius: 17px;
}

.nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 1;
}

.nav-icon svg {
  height: 16pt;
}
.nav-item-selected {
  opacity: 1;
}

.nav-item-selected .nav-icon {
}

.nav-item-selected .nav-label {
  font-weight: 600;
}

.content-space {
  position: fixed;
  height: calc(100dvh - 3.4rem);
  top: 0;
  width: 100%;
  overflow-y: auto;
  padding-bottom: 5rem;
  top: 3rem;
}
.panda-logo-wrapper {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

img.panda-logo {
  height: 5rem;
}
.com-join-card {
  background: var(--bg-surface);
  padding: 1.5rem 10px;
  border-radius: 11px;
  width: 88%;
}
button.btn {
  background: #fff;
  color: #fff;
  padding: 9px 17px;
  border-radius: 10px;
  font-weight: 700;
  transition: 0.15s;
  height: 3.4rem;
}
button.btn:active {
  scale: 0.95;
}
.nav-icon img {
  height: 20px;
  filter: invert(1);
}

.reward-ic-bg {
  background: #00000061;
  display: flex;
  justify-content: center;
  align-items: center;
}

.reward-ic-bg svg {
}

.btn-effect {
  transition: 0.1s;
}

.btn-effect:active {
  scale: 0.9;
  outline: none;
}
.avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: white;
  height: 70px;
  width: 70px;
  text-transform: uppercase;
  font-weight: bold;
}
.bg-surface {
  background: var(--bg-surface);
}
.btn-block {
  width: 100%;
}

.btn-blue {
  background: var(--color-primary) !important;
  padding: 13px 0px !important;
  margin-bottom: 1rem;
  border: none;
}
.signup-page-container {
  height: 100dvh;
  width: 100%;
}

.bg-primary {
  background: var(--color-primary);
}
.bg-track {
  background-color: var(--bg-surface-400);
}

img.sign-disp-img {
  height: 13rem;
  margin: auto;
  margin-bottom: 3rem;
}
.signup-reward-container {
  /* background: red; */
  height: calc(100dvh - 4rem);
  margin-top: 4rem;
}
.text-xxxxlg {
  font-weight: 900;
  font-size: 97pt;
}
.loader {
  width: 48px;
  height: 48px;
  border: 5px dotted #000;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  animation: rotation 2s linear infinite;
}

.spin {
  animation: rotation 2s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fscreen-loader {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-loader {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 15px 0 #fff, 15px 0 #fff;
  position: relative;
  animation: flash 0.5s ease-out infinite alternate;
}

@keyframes flash {
  0% {
    background-color: #ffffff4f;
    box-shadow: 15px 0 #ffffff4f, -15px 0 #fff;
  }
  50% {
    background-color: #fff;
    box-shadow: 15px 0 #ffffff4f, -15px 0 #ffffff4f;
  }
  100% {
    background-color: #ffffff4f;
    box-shadow: 15px 0 #fff, -15px 0 #ffffff4f;
  }
}
.btn-loader-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bg-tomato {
  background: #ffc107 !important;
  color: #3f2500 !important;
}
.btn-sub {
  width: 15rem;
  height: 3rem !important;
}
.bg-tomato .btn-loader {
  filter: invert(1);
}

.lb-loader-wrapper .btn-loader {
  margin-right: 1rem;
}
.toast-container {
  width: 90%;
  position: fixed;
  bottom: 8rem;
  border-radius: 11px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 16px 12px;
  gap: 1rem;
  left: 5%;
  z-index: 95;

  font-weight: 500;
}

button.toast-close-btn svg {
  font-size: 14pt;
}
table.ref-count-table {
  border: 1px solid #9c9c9c;
  border-collapse: collapse;
}

table.ref-count-table tr {
  t: 1px solid #ddd;
}

table.ref-count-table td {
  border: 1px solid #bcbcbcdd;
  padding: 8px;
  text-align: center;
}
img.panda-logoxx {
  width: 7rem;
  margin: auto;
}
.apps-container {
  /* Add margin to both sides of the container */
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.app-item-wrapper {
  flex: 0 0 calc(33.333333333% - 10px); /* Adjusting for margin */
  /* margin: 5px; */
  background-color: var(--bg-surface);
  text-align: center;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  border-radius: 14px;
  transition: 0.15s;
  box-sizing: border-box;
}

img.app-ic {
  width: 50px;
}
.apps-container-wrapper {
  margin: 0px 12px;
  transform: translateX(5px);
  margin-top: 1rem;
}

.app-item-wrapper:active {
  scale: 0.95;
}

.app_title {
  font-size: 11pt;
}
.kefh {
  color: #7319fa;
  background-clip: text;
  -webkit-background-clip: text;
  text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(
    93deg,
    color(display-p3 0.37 0.03 1),
    color(display-p3 1 0.06 0.66),
    color(display-p3 1 0.43 0.07)
  );
  background-image: -webkit-linear-gradient(
    98deg,
    color(display-p3 0.37 0.03 1),
    color(display-p3 1 0.06 0.66),
    color(display-p3 1 0.43 0.07)
  );
}
.layout {
  height: 100vh;
}
.home-title {
  font-size: 18pt;
  font-weight: bold;
  margin-bottom: 1rem;
}

.task-list-container {
  margin-top: 2rem;
}

.task-item-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1.4rem 0rem;
}

.tli-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.tli-ic {
  background: var(--bg-surface-400);

  height: 35px;
  width: 35px;
  display: flex;
  border: none;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

button.btn-task-start {
  background: var(--bg-surface-400);
  padding: 9px 12px;
  border-radius: 32px;
  font-weight: 600;
}

.tli-ic svg {
  height: 20px;
}
.tli-title {
  font-weight: bold;
}

.tli-reward.text-secondary {
  opacity: 0.7;
}
.wallet-connect-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-connect {
  padding: 3px 12px;
  align-items: center;
  gap: 9px;
  border-radius: 7px;
}

.btn-connect svg {
  width: 16px;
  transform: translateY(-1px);
}

.home-score-banner-wrapper {
  position: fixed;
  width: 100%;
  height: 7rem;
  top: 0;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(15%, #1e89d6),
    color-stop(70%, #046ae2)
  );
  background: -webkit-linear-gradient(bottom, #1e89d6 15%, #046ae2 70%);
  background: -moz-linear-gradient(bottom, #1e89d6 15%, #046ae2 70%);
  background: linear-gradient(0deg, #1e89d6 15%, #046ae2 70%);
  z-index: 100;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hsb-button {
  display: flex;
  gap: 5px;
  transform: translateY(-6px);
}

.hmc-edge {
  border-radius: 30px 30px 0px 0px;
  position: absolute;
  height: 0px;
  width: 100%;
  padding: 13px;
  background: #000000;
  bottom: -1px;
  box-sizing: border-box;
}

.hmcs-txt {
  font-weight: bold;
  font-size: 14pt;
}
.splash-screen {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

img.splash-screen-img {
  height: 13rem;
}

.shootingStar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}

@keyframes animateBg {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}

.shootingStar span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.1),
    0 0 0 8px rgba(255, 255, 255, 0.1), 0 0 20px rgba(255, 255, 255, 0.1);
  animation: animateShootingStar 3s linear infinite;
}
.shootingStar span::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 300px;
  height: 1px;
  background: linear-gradient(90deg, #fff, transparent);
}
@keyframes animateShootingStar {
  0% {
    transform: rotate(315deg) translateX(0);
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    transform: rotate(315deg) translateX(-1000px);
    opacity: 0;
  }
}
.shootingStar span:nth-child(1) {
  top: 0;
  right: 0;
  left: initial;
  animation-delay: 0s;
  animation-duration: 1s;
}
.shootingStar span:nth-child(2) {
  top: 0;
  right: 80px;
  left: initial;
  animation-delay: 0.2s;
  animation-duration: 3s;
}
.shootingStar span:nth-child(3) {
  top: 80;
  right: 0px;
  left: initial;
  animation-delay: 0.4s;
  animation-duration: 2s;
}
.shootingStar span:nth-child(4) {
  top: 0;
  right: 180px;
  left: initial;
  animation-delay: 0.6s;
  animation-duration: 1.5s;
}
.shootingStar span:nth-child(5) {
  top: 0;
  right: 400px;
  left: initial;
  animation-delay: 0.8s;
  animation-duration: 2.5s;
}
.shootingStar span:nth-child(6) {
  top: 0;
  right: 600px;
  left: initial;
  animation-delay: 1s;
  animation-duration: 3s;
}
.shootingStar span:nth-child(7) {
  top: 300px;
  right: 0px;
  left: initial;
  animation-delay: 1.2s;
  animation-duration: 1.75s;
}
.shootingStar span:nth-child(8) {
  top: 0px;
  right: 700px;
  left: initial;
  animation-delay: 1.4s;
  animation-duration: 1.25s;
}
.shootingStar span:nth-child(9) {
  top: 0px;
  right: 1000px;
  left: initial;
  animation-delay: 0.75s;
  animation-duration: 2.25s;
}
.shootingStar span:nth-child(9) {
  top: 0px;
  right: 450px;
  left: initial;
  animation-delay: 2.75s;
  animation-duration: 2.75s;
}
img.premium-logo {
  width: 18rem;
}

.premium-logo-wrapper {
  margin: auto;
}
button.btn-task-pending {
  background: #fff;
  padding: 4px 0px;
  border-radius: 32px;
  color: #000;
  font-weight: 600;
  width: 4.1rem;
  height: 2.5rem;
}
.btn-spinner-sm {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: relative;
  animation: rotate 1s linear infinite;
}
.btn-spinner-sm::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: 0px;
  border-radius: 50%;
  border: 2px solid #000;
  animation: prixClipFix 2s linear infinite;
}

.loader-circular {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
  animation: rotate 1s linear infinite;
}
.loader-circular::before {
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: 0px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  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);
  }
}
.button-spinner-sm {
  display: flex;
  justify-content: center;
  align-items: center;
}
button.btn-task-complete {
  background: #fff;
  padding: 4px 12px;
  border-radius: 32px;
  font-weight: 600;
  color: #000;
  opacity: 0.5;
}

html {
  scroll-behavior: smooth;
}
.heartbeat {
  animation: heartbeat 0.7s ease-in-out infinite;
}

@keyframes heartbeat {
  0%,
  100% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.1);
  }
  50% {
    transform: scale(1);
  }
}
.ref-user-list {
  padding: 0px 1rem;
}
.ref-user-list {
  padding: 0px 1rem;
  margin-top: 2rem;
}

.ref-btn-container {
  margin: auto;
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 1rem;
  width: 80%;
  min-width: 18rem;
}
.ref-usr-container {
  padding-bottom: 10rem;
}
.text-secondary {
  opacity: 0.7;
}
.widhiuwhd {
  font-size: 15pt;
}

.widhiuwhd svg {
  height: 20px;
}

.task_reward_container {
  padding: 5px 7px;
}

.bdnfhjcb {
  white-space: nowrap;
}
.daily-checkin-wrapper {
  position: fixed;
  height: 100vh;
  width: 100vw;
  background: black;
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.check-in-bottom {
  width: 100%;
  box-sizing: border-box;
  padding: 0px 1rem;
}

.daily-checkin-top {
  margin-top: 2rem;
  font-size: 20pt;
  font-weight: bold;
  padding: 0px 2rem;
  text-align: center;
}

.check-in-mid {
  text-align: center;
}

.-eidfhjri {
  font-size: 33px;
  font-weight: bold;
  animation-name: glow;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes glow {
  from {
    text-shadow: 0px 0px 5px #fff, 0px 0px 5px #614ad3;
  }
  to {
    text-shadow: 0px 0px 20px #fff, 0px 0px 20px #614ad3;
  }
}
img.dwd {
  width: 11rem;
  margin: auto;
  margin-bottom: 1rem;
}
h3 {
  font-weight: bold !important;
  font-size: 20pt !important;
}
.dialog-base {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--bg-surface);
  width: 20rem;
  border-radius: 12px;
  border: 1px solid var(--bg-surface-400);
}

.db-header {
  padding: 8px 9px;
  display: flex;
  justify-content: space-between;
}

button.db-close {
  background: transparent;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

button.db-close svg {
  font-size: 16pt;
}

.dialog-body {
  padding: 7px 10px;
  position: relative;
  max-height: 70vh;
  overflow: auto;
}

.opt-dlg-wrapper {
  text-align: center;
}

input#uid-input {
  display: block;
  width: 100%;
  background: transparent;
  border: 1px solid #ddd;
  padding: 12px 15px;
  box-sizing: border-box;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  margin: 13px 0px;
}

input#uid-input:focus {
  outline: 1px solid #0077ff;
}
#dlg-wrapper-lay {
  position: fixed;
  height: 100vh;
  width: 100vw;
  background: #16181d87;
  top: 0;
  left: 0;
  z-index: 99999999;
}

.error-log {
  color: #ff5722;
  margin-bottom: 1rem;
  font-weight: bold;
}
img#tonIc {
  height: 4rem;
}

.tdh {
  display: flex;
  gap: 1rem;
  /* align-items: center; */
  border-bottom: 1px solid #ffffff3b;
  padding: 11px 0px;
  padding-left: 5px;
  position: relative;
  z-index: 2;
  align-items: center;
}

.ton-deposit-wrapper {
  padding: 10px 7px;
  border-radius: 11px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  margin: 0rem 1rem;
  margin-top: 1rem;
  /* box-shadow: 0px 0px 15px 0px #00000030; */
}

.tdh-text {
  font-size: 14pt;
  font-weight: bold;
}

.tdb {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 10px;
  position: relative;
  z-index: 2;
}

.btn-deposit {
  padding: 8px 14px !important;
  height: auto !important;
  border-radius: 25px !important;
  margin-bottom: 0 !important;
}

.tbh-reward {
  font-weight: bold;
  color: #ffc107;
}

.chip-hot-container {
  display: flex;
  justify-content: end;
}

.chip-hot {
  display: flex;
  font-size: 11pt;
  background: #f403034f;
  padding: 6px 12px;
  border-radius: 25px;
  color: #ff7676;
  font-weight: bold;
}

.chip-hot svg {
  font-size: 11pt;
  height: 19px;
}

.tdh-ic {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.h1 {
  font-size: 25pt;
  font-weight: bold;
  margin-bottom: 0.7rem;
}

.tasks-container {
  padding: 1rem 1rem;
}

.bloom {
  position: absolute;
  height: 7rem;
  width: 10rem;
  top: 2rem;
  right: -5rem;
  border-radius: 50%;
  z-index: -2;
  filter: blur(2rem);
  /* background: #ff5722; */
  opacity: 0.8;
}
.task-tab-container {
  background: var(--bg-surface-400);
  margin: 1.5rem 1rem;
  height: 3rem;
  display: flex;
  justify-content: space-between;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  padding: 6px 1px;
}

button.ttc-btn-l {
  position: relative;
  z-index: 2;
  margin-left: 5px;
  flex: 1;
}

button.ttc-btn-r {
  position: relative;
  z-index: 2;
  width: 8rem;
  margin-right: 5px;
}

.ttc-selected {
  background: #fff;
  color: #fff;
  border-radius: 10px;
}

.tts-l {
  left: 5px;
}

.tts-r {
  left: calc(100% - 8rem - 5px);
}
div#pTaskAccordWrapper {
  background: var(--bg-surface);
  margin-bottom: 1rem;
  border-radius: 10px;
  overflow: hidden;
}

img.pacc-logo {
  width: 4rem;
  border-radius: 12px;
}

.pacc-header {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
  padding: 11px 9px;
}

.pacc-left {
  display: flex;
  gap: 0.7rem;
  align-items: center;
}

.pacc-ttl {
  font-size: 15pt;
  font-weight: normal;
}

.pacc-content {
  max-height: 0;
  transition: max-height 0.1s ease-out;
  overflow: hidden;
}

.pcc-open {
  max-height: 500px;
}
.plist-item-container {
  display: flex;
  justify-content: space-between;
  padding: 11px 13px;
  align-items: center;
  background: #0f0f0f;
  margin: 0px 8px;
  margin-bottom: 12px;
  border-radius: 11px;
}

.ptl-l {
  display: flex;
  gap: 12px;
  align-items: center;
}

button.plt-start-btn {
  background: #fff;
  padding: 4px 12px;
  border-radius: 32px;
  font-weight: 600;
  color: #000;
}

.ptl-ttl {
  font-weight: 600;
}

.ptl-reward {
  color: #fff;
  opacity: 0.7;
}
button.plt-verify-btn {
  background: #ffeb3b;
  padding: 4px 12px;
  border-radius: 32px;
  font-weight: 600;
  color: #000;
  height: 2rem;
  width: 4.5rem;
}
button.plt-done-btn {
  background: #00ff0a3b;
  padding: 4px 12px;
  border-radius: 32px;
  font-weight: 600;
  color: #00ff35;
}
@keyframes rotate-gradient {
  0% {
    background: linear-gradient(0, var(--bg-surface) 18%, #2196f3 100%);
  }
  100% {
    background: linear-gradient(360deg, var(--bg-surface) 18%, #2196f3 100%);
  }
}

.pcdfkf {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.pcdfkf .loader {
  border-color: white;
}
.sign-logo-wrapper {
  height: 14rem;
  position: relative;
}
.signup-lottie-wrapper {
  position: relative;
}

.signup-bloom {
  height: 9rem;
  width: 9rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  filter: blur(5rem);
  opacity: 0.7;
  background-image: linear-gradient(180deg, #2af598 0%, #009efd 100%);
}
.SignUpLoaderLottie {
  width: 100%;
}

.btn-block {
  width: 100%;
  display: block;
}

.signup-loader-btn-wrapper {
  width: 100%;
  height: 4rem;
  padding: 0rem 1.25rem;
  margin-bottom: 1rem;
  box-sizing: border-box;
}
.bloom-2 {
  height: 10rem;
  width: 10rem;
  position: fixed;
  z-index: -1;
  left: -5rem;
  bottom: 10%;
  border-radius: 50%;
  background: #2178f3;
  filter: blur(6rem);
  display: none;
}
.bloom-3 {
  height: 10rem;
  width: 10rem;
  position: fixed;
  z-index: -1;

  right: -5rem;
  top: 10%;
  border-radius: 50%;
  background: #7421f3;
  filter: blur(6rem);
  display: none;
}
.jb-center-anim {
  width: 15rem;
}

.join-bon-center {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.kodeijeid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

img.bcr-main-logo {
  height: 3rem;
}

img.bcr-ton-logo {
  height: 3rem;
}

.balance-card-container {
  /* width: 100%; */
  margin: 0rem 1rem;
  border-radius: 16px;
  margin-top: 2rem;
}

.bcc-cur-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 1rem;
}

.bcrm-h {
  font-weight: bold;
  font-size: 29pt;
}

.bcr-sub {
  opacity: 0.7;
  font-weight: 600;
}

/* div#ton-connect-button {
  width: 100% !important;
  display: block !important;
}

div#ton-connect-button button {
  display: flex;
  width: 87% !important;
  margin: 0rem auto !important;
  justify-content: center !important;
  border-radius: 11px !important;
  background: #0072cd !important;
  margin-bottom: 0.5rem !important;
} */

.bcc-cur-row {
}

.bcr-l {
}

.fader {
  /* position: absolute; */
  /* height: 4rem; */
  bottom: -10px;
  background: #070a1a;
  filter: blur(7px);
  width: 110%;
  left: 50%;
  transform: translateX(-50%);
}

.bct-l {
  display: flex;
  gap: 0.6rem;
}

.brt-w-btn {
  height: 3rem;
  width: 3rem;
  background: var(--color-primary);
  border-radius: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.brt-w-btn svg {
  font-size: 15pt;
  color: #fff;
  font-weight: bold;
  stroke-width: 41px;
}

.h-cover svg {
  width: 100%;
}
.car-bloom {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #ff3d00;
  border-radius: 50%;
  bottom: 2rem;
  right: 3rem;
  z-index: -1;
  filter: blur(2rem);
}
.home-bg-layer {
  position: absolute;
  z-index: -2;
  top: 12rem;
  height: calc(100% - 12rem);
  width: 100%;
  overflow: hidden;
  filter: blur(9rem);
}
path.navbar-ic-path {
  fill: #ffffff;
}
.nvc-ic {
  height: 3.5rem;
  width: 3.5rem;
  background: #ff0089;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nvc-w {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0px 10px;
  height: 100%;
  /* border-radius: 0 0 50% 50%; */
}

.nav-item-selected .nav-icon {
  background: var(--bg-surface-400);
  /* border: 2px solid; */
}
.nvc-ic-active {
  outline: 3px solid #ff0089;
  outline-offset: 3px;
}
.active-down {
  scale: 1;
  transition: scale 0.1s;
}

.active-down:active {
  scale: 0.9;
}

.tap-page {
  /* height: 100%; */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.bloom-4 {
  height: 20rem;
  width: 20rem;
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  background: #1f2b71cf;
  filter: blur(2rem);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
img.nvc-icon {
  height: 4rem;
}

.animating {
  transition: transform 0.1s ease-in; /* Faster transition when animating */
}

.plus-one {
  position: absolute;
  font-size: 16pt;
  font-weight: bold;
  color: #fff;
  animation: fly-up 1s forwards, fade-out 1s forwards;
}

/* Animation to move +1 element upwards */
@keyframes fly-up {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-60px);
  }
}

/* Animation to fade the element out */
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.bloom-5 {
  height: 10rem;
  width: 10rem;
  position: fixed;
  z-index: -1;
  right: -5rem;
  bottom: 10%;
  border-radius: 50%;
  background: #2178f3;
  filter: blur(6rem);
  display: none;
}

.bloom-6 {
  height: 16rem;
  width: 16rem;
  position: fixed;
  z-index: -1;
  left: calc(50% - 8rem);
  top: -8rem;
  border-radius: 50%;
  background: #7421f3;
  filter: blur(6rem);
  display: none;
}
.spin-smooth {
  animation: spinAndStop 3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

.wheel-container {
  height: 20rem;
  position: relative;
  margin-top: 2rem;
  width: 20rem;
  background: content-box;
}

img.wheel-base {
  position: absolute;
  left: 50%;
  z-index: 10;
  transform: translateX(-50%);
  height: 4rem;
  top: -1rem;
}

img.wheel-spinner {
  position: absolute;
  left: calc(50% - 9rem);
  z-index: 2;
  top: calc(50% - 9rem);
  height: 18rem;
  will-change: filter;
}
.spin-smooth {
  animation: spinAndStop 3s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

@keyframes spinAndStop {
  0% {
    transform: rotate(1080deg);
  }

  100% {
    transform: rotate(0deg); /* Stop at 75 degrees */
  }
}
.lwhl-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: calc(100% - 3rem);
}

.lh-hl1 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-weight: 600;
}

.lh-hl1 img {
  height: 24px;
}

.spin-btn-area {
  padding: 0rem 2rem;
  margin-top: 2rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

button.btn-spin {
  background: var(--color-primary);
  font-weight: bold;
  height: 2.5rem;
  color: #ffffff;
  border-radius: 25px;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  width: 10rem;
}
.tpage-lottie-task {
  width: 11rem;
  margin: 4rem auto;
}
.tpage-lottie-task {
  width: 11rem;
  margin: 4rem auto;
}

.tpttl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 11px;
}

.h-line {
  height: 2px;
  background: #ffffff30;
  flex: 1;
}

.tpttl .h1 {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
button.btn-reward {
  background: var(--bg-surface-400);
  height: 2.5rem;
  width: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  /* box-shadow: 0px 0px 5px 0px #9c27b087; */
}
.lb-anim {
  width: 16rem;
  margin: auto;
  margin-top: -2rem;
}
.glow-1 {
  position: absolute;
  height: 100%;
  width: 11rem;
  background: #5900ff;
  right: 0;
  /* border-radius: 50%; */
  z-index: -1;
  filter: blur(3rem);
  opacity: 0.7;
}

.efref {
  background: var(--bg-surface);
  border: 1px solid var(--color-primary);
  overflow: hidden;
}

.text-bold {
}

.ei3jeij {
  font-weight: bold;
  font-size: 13pt;
}

.fr3tf {
  opacity: 0.7;
}
.frensAnim {
  width: 13rem;
  margin: auto;
}

.rca-sub {
  width: 80%;
  margin: auto;
  text-align: center;
}

.lref-h {
  text-align: center;
  font-size: 20pt;
  font-weight: bold;
  border-bottom: 1px dashed #3f51b5;
  width: max-content;
  margin: auto;
  margin-top: 1rem;
  padding: 0rem 3rem;
  color: #a0afff;
}

.no-frens-wrapper {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.nf-title {
  font-size: 14pt;
  font-weight: bold;
}

.nf-title2 {
  margin: 0 1rem;
  margin-top: 6px;
  font-size: 11pt;
}
.refer-user-item {
  background: var(--bg-surface-200);
  margin-bottom: 0.5rem;
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  padding: 9px 13px;
  align-items: center;
  border: 1px solid var(--bg-surface-400);
}
button.btn-invite {
  background: var(--color-primary);
  display: flex;
  flex: 1;
  padding: 10px 14px;
  border-radius: 8px;
  justify-content: center;
  gap: 7px;
  font-weight: 600;
}
.splash-lottie {
  width: 100%;
}
button.btn-spin:disabled {
  opacity: 0.7;
}

button.btn-earn-spin {
  background: var(--bg-surface-400);
  font-weight: bold;
  height: 2.5rem;
  color: #ffffff;
  border-radius: 25px;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 1rem;
  width: 10rem;
}
.spin2Ton {
  animation: spin2TonAnim 5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

@keyframes spin2TonAnim {
  0% {
    transform: rotate(1980deg);
  }

  100% {
    transform: rotate(6deg); /* Stop at 75 degrees */
  }
}
.rotate-ton {
  transform: rotate(6deg);
}
.spin2Local {
  animation: spin2LocalAnim 5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

@keyframes spin2LocalAnim {
  0% {
    transform: rotate(1980deg);
  }

  100% {
    transform: rotate(54deg); /* Stop at 75 degrees */
  }
}
.rotate-local {
  transform: rotate(54deg);
}

.spin2Local2 {
  animation: spin2LocalAnim2 5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

@keyframes spin2LocalAnim2 {
  0% {
    transform: rotate(1980deg);
  }

  100% {
    transform: rotate(143deg); /* Stop at 75 degrees */
  }
}
.rotate-local {
  transform: rotate(143deg);
}
.btn-claim-spin {
  background: #673ab7c2;
  margin: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
  width: 14rem;
  height: 2.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  border-radius: 10px;
}
.btn-claim-spin {
  background: #673ab7c2;
  margin: auto;
  margin-bottom: 1rem;
  margin-top: 1rem;
  width: 14rem;
  height: 2.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  border-radius: 10px;
  position: relative;
  z-index: 8;
}
img.dci-curr-ic {
  height: 16px;
}

.dci-list-container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 8px;
  margin-top: 2rem;
}

.dci-item-container {
  flex: 1 1 23%; /* Each box will take approximately 23% of the row width */
  margin: 1%; /* Adds space between boxes */
  position: relative; /* Required for the padding trick */
  padding-top: 23%; /* Makes the height equal to the width (keeping it square) */
  background-color: var(--bg-surface); /* Background color for visibility */
  border-radius: 11px;
  text-align: center; /* Centers the text */
  box-sizing: border-box;
  overflow: hidden;
  border: 1px solid var(--color-primary);
}

.dri-content {
  position: absolute; /* Position it within the box */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: space-between; /* Centers the content horizontally */
  flex-direction: column;
  align-items: center; /* Centers the content vertically */
  padding: 8px 0;
}

.dri-day {
  font-size: 9pt;
  font-weight: 600;
}

.glow-2 {
  height: 30px;
  width: 30px;
  background: #4caf50;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  filter: blur(26px);
  display: none;
}

.dri-coin-ic {
  position: relative;
  z-index: 2;
}

.dri-amount {
  font-weight: bold;
}

svg.ic-tiny {
  font-size: 10pt;
}

.op-1 {
  opacity: 1 !important;
}
.spin-confetti {
  position: absolute;
  top: 0;
  z-index: 7;
  height: 100%;
  width: 100%;
  left: 0;
}
.dri-done {
  background: var(--bg-surface-200);
}

.dri-avail {
  background: #0e2ac7;
}
.dri-csp {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
}
.next-rwrd {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1rem;
}

.next-rwrd .cli-cd-wrapper {
  font-size: 18pt;
  font-weight: 600;
}

.nr-ttl {
  font-weight: 600;
  font-size: 11pt;
}

img.ton_ej3rhuh {
  height: 2rem;
}

.heading {
  font-size: 24pt;
  font-weight: bold;
  margin: 1.5rem 8px;
  text-align: center;
}

.tbal {
  font-size: 12pt;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-weight: bold;
  font-size: 27pt;
}

.amount-select-area {
  margin-top: 1rem;
  padding: 1rem 1rem;
  border-radius: 28px 28px 0 0;
  width: 100%;
}

.ton-amount-input {
  background: none;
  text-align: center;
  font-size: 16pt;
  margin-top: 2px;
}

button.btn-fund-withdraw {
  background: var(--color-primary);
  font-weight: bold;
  height: 3rem;
  color: #ffffff;
  border-radius: 9px;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}

.btn-wit-area {
  margin: 0 6px;
}
a.link-history {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-size: 12pt;
  font-weight: 600;
}

button.btn-fund-withdraw:disabled {
  opacity: 0.7;
}
/* div#ton-connect-button div {
  width: 100%;
} */
div.wallet-con-bhome div {
  width: 90%;
  margin: auto;
}

div.wallet-con-bhome div button {
  width: 100%;
}
tc-root {
  left: 6rem !important;
}
.live-ind-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1rem 0;
  margin-top: 1.5rem;
}

.live-dot-around {
  background: #ffffff;
}

.live-dot {
  background: #ffffff;
}

.lind-container {
  background: #f4035282;
  border-radius: 10px;
  width: 6rem;
  justify-content: center;
  height: 2.5rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.buy-tick-wrapper {
  text-align: center;
  display: flex;
  flex-direction: column;
  margin: 0 1rem;
  border-radius: 22px;
  margin-top: 2rem;
  background: var(--bg-surface);
  padding: 2rem 0rem;
  gap: 1rem;
  position: relative;
  border: 1px solid var(--color-primary);
  margin-bottom: 1rem;
}

button.bts-btn {
  height: 3rem;
  width: 3rem;
  background: var(--bg-surface-400);
  border-radius: 50%;
  font-size: 28pt;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bt-selector-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.bts-count {
  background: #28282800;
  width: 6rem;
  font-size: 24pt;
  font-weight: 600;
}

.bt-ttl {
  font-weight: bold;
  font-size: 15pt;
}

button.btn-buy-ticket {
  background: var(--color-primary);
  font-weight: bold;
  height: 3rem;
  color: #ffffff;
  border-radius: 10px;
  text-align: center;
  width: 15rem;
  box-sizing: border-box;
  margin: auto;
}
.li-prize img {
  height: 1.5rem;
}

.li-prize-disp {
  text-align: center;
}

.li-prize {
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 1rem;
}

.glow-4 {
  position: absolute;
  height: 8rem;
  width: 8rem;
  background: #96006c;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  filter: blur(3rem);
  z-index: -1;
}

.ntf-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 11px;
  opacity: 0.8;
  margin-top: 2rem;
}

.tick-stat-bar {
  background: var(--bg-surface);
  position: fixed;
  width: 100%;
  height: 7.5rem;
  bottom: 0;
  border-radius: 25px 25px 0px 0px;
  border-top: 2px solid #5164ca;
  border-bottom: none;
}

.status-bar-track {
  background: #00000094;
  width: 80%;
  margin: auto;
  overflow: hidden;
  margin-top: 1rem;
  height: 36px;
  border-radius: 8px;
  position: relative;
}

.ticket-status-bar-level {
  background: #4635fe;
  height: 100%;
}

.dfiewjnjdfn {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.prize-item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  font-weight: 500;
  flex-basis: 23%;
  flex-direction: column;
}
.ld-wrapper {
  padding-bottom: 14rem;
  position: relative;
}

.tick-wrapper {
  background: #f44336;
  height: 2rem;
  display: flex;
  overflow: hidden;
  border-radius: 5px;
}

.tick-list-container {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin: 0 1rem;
}

.ticket-num {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  font-size: 9pt;
  font-weight: 600;
  text-transform: uppercase;
}

svg.ic_barcode {
  font-size: 21pt;
  rotate: -90deg;
  color: black;
}

.ticket-barcode-wrapper {
  display: flex;
  justify-content: center;
  background: #ffc107;
  align-items: center;
}

.ticket-list-wrapper {
  margin-top: 2rem;
}
.tick-outer {
  flex-basis: calc(25% - 10px);
  position: relative;
  height: 2rem;
}

.tick-djwm {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #3f51b5;
  z-index: -1;
  rotate: -14deg;
  border-radius: 7px;
}
button.btn-archives {
  background: var(--color-primary);
  width: 6rem;
  height: 2.5rem;
  border-radius: 10px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-weight: 600;
}
.prev-dlg .dialog-base {
  width: 89%;
}

.prev-dlg {
  background: #000000bd !important;
}
.dlg-ttl {
  font-weight: 600;
  font-size: 15pt;
}
.session-item {
  background: var(--bg-surface-400);
  margin-bottom: 1rem;
  border-radius: 13px;
  padding-bottom: 0.3rem;
}

.sess-id {
  font-weight: bold;
  font-size: 14pt;
  padding: 10px 13px;
  padding-bottom: 1px;
}

.sww {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7px 10px;
  background: var(--bg-surface);
  border-radius: 9px;
  margin: 7px 6px;
}

.sww-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.sw-badge {
  font-size: 20pt;
}
.sw-name {
  font-weight: 600;
}

.sess-end {
  font-size: 10pt;
  margin-left: 13px;
  margin-bottom: 13px;
}

span.defhdfhn {
  text-transform: uppercase;
  font-weight: bold;
}

.sw-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.sw-prize {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 11pt;
  font-weight: 500;
}

img.eu3hrj {
  width: 18px;
  transform: translateY(-1px);
}

.sess-end {
  font-weight: 500;
}
.nav-icon {
  height: 2.5rem;
  width: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nvc-c {
  transform: translateY(-33px);
}

.nvc-w.nvc-selected {
  background: linear-gradient(180deg, #3f52b5, transparent);
}
.dlg-task-list .dialog-base {
  background: #00000061;
  backdrop-filter: none;
  width: 100%;
  background: none;
  top: 0;
  transform: none;
  left: 0;
}

.dlg-task-list {
}
.task-reward-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1rem 0;
  gap: 5px;
}
.flex.gap--xxxx {
  gap: 10px;
  justify-content: center !important;
  align-items: center;
}

.ins-container {
  margin: 1rem 1rem;
}

.dew3kdn {
  text-align: center;
  font-size: 16pt;
  margin-top: 1.5rem;
  margin-bottom: 0;
  font-weight: bold;
  color: #f2a4ff;
}

.sec-ins {
  padding: 11px 0px;
}

.content-space-no-nav {
  height: 100dvh;
  padding-bottom: 0;
}
.rdm-ttle {
  text-align: center;
  font-size: 16pt;
  margin-top: 1.5rem;
  margin-bottom: 0;
  font-weight: bold;
  color: #f2a4ff;
}

.rdm-pair-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 7px;
}

.rdmp-status {
  background: #7c006a;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.rdm-title {
  background: #ffffff1f;
  width: 10rem;
  text-align: center;
  border-radius: 9px;
  padding: 5px 13px;
}

.rdm-l {
  margin: 0rem 1rem;
  margin-right: 2rem;
}

.rdm-ttle {
  text-align: center;
  font-size: 16pt;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-weight: bold;
  color: #b6a7ff;
}

.rdm-pair {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1.5rem 0.5rem;
}

.rdm-pair-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 7px;
}

.rdmp-status {
  background: #3b1dd4;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -1rem;
}

.rdm-title {
  background: #3b1dd447;
  font-weight: 600;
  width: 7rem;
  text-align: center;
  border-radius: 9px;
  padding: 5px 13px;
  font-size: 9pt;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.rdm-l {
  margin: 0rem 0.2rem;
  scale: 0.9;
}

.rdm-pair {
  border: 5px solid #3b1dd4;
}

.rdm-pair:nth-child(2n-1) {
  border-left: none;
  border-bottom: none;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
  width: calc(100% - 15px);
  margin-left: auto;
}

.rdm-pair:nth-child(2n) {
  border-right: none;
  border-bottom: none;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  width: calc(100% - 15px);
}
.corner-br {
  position: absolute;
  height: 50px;
  width: 50px;
  background: none;
  right: -5px;
  bottom: -5px;
  border: 5px solid #3b1dd4;
  border-bottom-right-radius: 15px;
  border-top: none;
  border-left: none;
}
.corner-bl {
  position: absolute;
  height: 50px;
  width: 50px;
  background: none;
  left: -5px;
  bottom: -5px;
  border: 5px solid #3b1dd4;
  border-bottom-left-radius: 15px;
  border-top: none;
  border-right: none;
}
.whl-foot {
  padding: 0 1rem;
  padding-bottom: 1rem;
  font-size: 10pt;
  text-align: center;
}
.whi {
  background: var(--bg-surface-200);
  margin: 0 1rem;
  margin-bottom: 1rem;
  border-radius: 8px;
  overflow: HIDDEN;
  border: 1px solid var(--color-primary);
}

.whi-head {
  background: var(--bg-surface);
  font-size: 10pt;
  padding: 7px 5px;
  display: flex;
  align-items: center;
  gap: 7px;
  border-bottom: 1px solid var(--color-primary);
}

.whi-main {
}

span.cdotx {
  height: 4px;
  width: 4px;
  background: #ffffff;
  border-radius: 50%;
}

.whi-status {
  text-transform: capitalize;
}

.ws-p {
  font-style: italic;
}
.efijwdhfn {
  text-align: center;
  margin: 0 2rem;
}

.ws-c {
  color: #00ff57;
  font-weight: bold;
}

.ws-f {
  font-weight: bold;
  color: #ff3760;
}

img.flb-icon {
  height: 32px;
}

button.floating-btn-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3px;
  transform: translate(-14px, 28px);
}

.flb-frame {
  background: #673ab7ab;
  height: 3.5rem;
  width: 3.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #9c27b0;
  border-radius: 50%;
}

.flb-text {
  background: #9c27b0;
  width: 100%;
  border-radius: 25px;
  padding: 3px 8px;
  font-size: 10pt;
  font-weight: bold;
}

button.floating-btn-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3px;
  transform: translate(14px, 28px);
}
.app-sheet-container {
  position: fixed;
  background: #040924;
  border-radius: 20px 20px 0 0;
  bottom: 0;
  z-index: 99;
  height: 25rem;
  width: 100%;
  border-top: 2px solid #ffffff66;
  overflow: hidden;
}

.sheet-content {
  max-height: calc(100% - 6rem);
}

.as-handle {
  height: 3px;
  width: 4rem;
  background: #fff;
  border-radius: 5px;
}

.app-sheet-header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 6px;
}

.app-sheet-overlay {
  height: 100vh;
  width: 100vw;
  z-index: 90;
  background: #00000052;
  position: fixed;
}
.sec-ins li {
  list-style-type: disc;
}

.sec-ins ul {
  margin-left: 2rem;
}

.ld-i {
  display: flex;
  padding: 10px 8px;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
}

img.tl-3-ic {
  height: 2.5rem;
}
.adsWrapper {
  position: fixed;
  z-index: 10000000;
  background: #1b10a9;
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20pt;
  font-weight: 600;
}
.arrow-up {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #3b1dd447; /* Arrow color */
  margin-bottom: 10px;
  position: absolute;
  top: -10px;
}

.arrow-up::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.rdm-start {
  background: #00915f;
  height: 24px;
  width: 24px;
  position: absolute;
  border-radius: 50%;
  top: -14px;
  left: 0;
}

.rdm-pair:last-child {
  border-right: none;
  border-radius: inherit;
  justify-content: end;
}

.rdm-pair:last-child .corner-br {
  border: none;
}
.cdn-wrapper {
  width: 3.7rem;
}
.cdn-wrapper {
  width: 3.7rem;
}

.flb-frame-wrapper {
  height: 3.5rem;
  width: 3.5rem;
  position: relative;
}

.flb-pulse {
  position: absolute;
  height: 70%;
  width: 70%;
  background: #2a4aff;
  border-radius: 50%;
  top: 15%;
  left: 15%;
  z-index: -1;
}
.wit-timer {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17pt;
}
.rdm-pair:nth-child(1) {
  border-color: #00915f;
}
.rdm-pair:nth-child(2) {
  border-color: #00915f;
}
.rdm-pair:nth-child(1) .corner-br {
  border-color: #00915f;
}
.ad-498nfkld {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.dlg-ad .dialog-body {
  overflow: hidden;
}
.withdrawal-bal-low {
  text-align: center;
  color: #ff1909;
  font-size: 10pt;
  font-weight: bold;
  margin: 8px 0;
}
.whi-main-sec {
  display: flex;
  justify-content: space-between;
  font-size: 10pt;
  padding: 12px 10px;
  width: 100%;
}

.tr-f-msg {
  color: #ff3760;
  font-size: 10pt;
  font-weight: bold;
  padding: 9px 8px;
  border-top: 1px solid var(--bg-surface-400);
}

button.btn-claim-mine {
  background: #0b0b12;
  font-weight: 500;
  height: 3rem;
  color: #ffffff;
  border-radius: 9px;
  text-align: center;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12pt;
  width: 100%;
  margin-top: 2rem;
  overflow: hidden;
}

.mining-footer {
  display: flex;
  justify-content: center;
}
img.smh-coin-img {
  height: 2rem;
}

.smhc-balance-w {
  display: flex;
  gap: 6px;
  align-items: center;
}

.smh-l {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.sm-h {
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.sectionMining {
  border: 1px solid var(--color-primary);
  margin: 0 1rem;
  padding: 2rem 1rem;
  border-radius: 28px;
  background: var(--color-surface);
  margin-top: 1rem;
  position: relative;
  margin-top: 2rem;
}

.smhb-text {
  font-size: 18pt;
}

.smh-r {
  max-width: 10rem;
  transform: translateY(-3px);
}

.mining-stat {
  height: 100%;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mining-percent-bar {
  position: absolute;
  height: 100%;
  left: 0;
  background: var(--color-primary);
  top: 0;
}
img.ub-ass-ic {
  height: 1.3rem;
}

.user-bar {
  height: 3.4rem;
  display: flex;
  background: var(--bg-body);
  border-bottom: 1px solid #ffffff33;
  justify-content: space-between;
  align-items: center;
  padding: 0px 12px;
  border-top: 1px solid #ffffff33;
}

img.ub-avatar {
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 50%;
  position: relative;
  z-index: 3;
  background: var(--bg-surface-400);
  border: 2px solid var(--color-primary);
  padding: 0px;
}

.ub-left {
  display: flex;
  align-items: center;
}

.ub-right {
  display: flex;
  align-items: center;
  gap: 9px;
}

.ub-ass-item {
  display: flex;
  background: #ffffff21;
  align-items: center;
  gap: 7px;
  padding: 2px 10px;
  border-radius: 16px;
  padding-left: 1px;
}

.ub-fname-label {
  background: var(--bg-surface);
  border: 2px solid var(--color-primary);
  padding: 0 9px;
  border-left: none;
  margin-left: -7px;
  position: relative;
  z-index: 2;
  border-radius: 0 13px 0 0px;
  font-size: 10pt;
  font-weight: bold;
  max-width: 7rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ub-asv {
  font-weight: bold;
  font-size: 10pt;
}

.section-adshow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--bg-surface);
  margin: 1rem 1rem;
  border: 1px solid var(--color-primary);
  padding: 1rem 1rem;
  border-radius: 14px;
}

.btn-rounded {
  background: var(--color-primary);
  padding: 7px 10px;
  border-radius: 25px;
  font-weight: 500;
  text-align: center;
}
.car-container {
  padding: 1.7rem 1rem;
}
.tasks-wrapper {
  background: var(--bg-surface-200);
  border-radius: 21px;
  padding: 0.2rem 1rem;
}

.nav-label {
  width: 4rem;
  font-size: 10pt;
}
.nav-item-selected .nav-icon svg path {
  stroke-width: 3px;
}

.lbl-container {
  /* background: var(--bg-surface-200); */
  border-radius: 13px;
  padding: 8px 6px;
  margin-top: 1rem;
}

.ldi-l {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
}

img.ldi-coin {
  height: 1.4rem;
}

.ldi-r {
  display: flex;
  gap: 4px;
}

.rank-text {
  width: 2.4rem;
  text-align: center;
}

.ldi-name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 40vw;
}

.ldi-rank-lab {
  background: var(--bg-surface-400);
  border-radius: 9px;
  display: inline-block;
  padding: 0px 7px;
  box-sizing: border-box;
}
.btn-claim-complete {
  background: #12cc57 !important;
  color: #043006 !important;
  box-shadow: 0 0 29px 0 #12cc57b3;
}
.lottie-confetti {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
  width: 100%;
}
.mined-amount span {
}
.play-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--bg-surface);
  margin: 1rem 1rem;
  border: 1px solid var(--color-primary);
  padding: 1rem 1rem;
  border-radius: 14px;
}

.pc-title {
  font-size: 18pt;
  font-weight: 700;
  text-transform: uppercase;
}

img.pc-rimgh {
  filter: drop-shadow(0px 0px 42px var(--color-primary));
  will-change: filter;
  width: 8rem;
}
.sec-up-mine {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0;
  /* border: 1px solid var(--color-primary); */
  padding: 1rem 1rem;
  margin-top: 1.5rem;
  border-top: 1px solid var(--bg-surface-400);
  padding-bottom: 0;
}

.p-games {
  padding: 1rem 1rem;
}

img.games-banner {
  width: 100%;
  margin: 2rem 0rem;
  border-radius: 26px;
}

.signup-logo-wrapper {
  margin-bottom: 4rem;
}

.signup-logo-wrapper img {
  height: 10rem;
  margin: auto;
  filter: drop-shadow(0px 0px 42px var(--color-primary));
  will-change: filter;
}
svg.d2ndwd {
  height: 4rem;
  margin: auto;
}

.\32 3ihj {
  text-align: center;
  font-weight: bold;
  font-size: 17pt;
  margin: 11px 0px;
}

.btn-primary.btn-full.btn-rounded {
}

.text23he {
  margin-bottom: 1rem;
  text-align: center;
}
.sigup-loader-track {
  background: var(--bg-surface-400);
}
.yetydfyeg {
  background: var(--color-surface);
  padding: 12px 12px;
  border-radius: 10px;
  border: 1px solid var(--bg-surface-400);
}
img.sb-central-im {
  filter: drop-shadow(0px 0px 3.4rem var(--color-primary));
  will-change: filter;
  width: 16rem;
}
.jb-abs-anim {
  position: absolute;
}
input.wit-amount-input {
  background: transparent;
  flex: 1;
}

.wit-amount-wrapper {
  border: 1px solid #ffffff61;
  padding: 13px 21px;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

input.wit-amount-input:focus {
  outline: none;
}
.mined-amount {
  position: relative;
  z-index: 2;
}
.prize-item-bar {
  height: 3rem;
  width: 100%;
  border-radius: 5px;
}

.prize-item-meta {
  display: flex;
  flex-direction: column;
}

.pi-medal {
  font-size: 32pt;
}

.prize-item:nth-child(1) .prize-item-bar {
  height: 7rem;
  box-shadow: 0px 0px 20px #673ab769;
}
.prize-item:nth-child(2) .prize-item-bar {
  height: 5rem;
  filter: drop-shadow(0px 0px 20px #4caf504f);
}
.prize-item:nth-child(3) .prize-item-bar {
  height: 3rem;
  filter: drop-shadow(0px 0px 20px #f443364f);
}

.tsb-text {
  text-align: center;
  margin-top: 10px;
  font-size: 10pt;
}
img.lb-avatar {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  background: var(--bg-surface-400);
}
.bcr-w {
  background: var(--bg-surface);
  margin-bottom: 1rem;
  border-radius: 23px;
  padding: 1rem 0;
  border: 1px solid var(--color-primary);
}

div#ton-connect-button {
  margin-top: 2rem;
}

div#ton-connect-button .go3572451881 {
  width: 100% !important;
}
.hdbb-container {
  background: linear-gradient(90deg, #343cfb, #5136ff 25%, #8b25ff);
  border-radius: 23px;
  margin: 0 1rem;
  height: 4rem;
  position: relative;
  overflow: hidden;
  padding: 0px 13px;
  align-items: center;
  display: flex;
}

img.hdbb-img {
  position: absolute;
  width: 7rem;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.hdbb-label {
  font-size: 14pt;
  font-weight: bold;
}
img.splash-bg {
  position: absolute;
  height: 100vh;
  width: 100vw;
  left: 0;
  top: 0;
  z-index: 1;
}

.splash-fg {
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  gap: 0rem;
  height: 100%;
  padding: 3rem 0px;
}

img.char-logo {
  height: 20rem;
}

.splash-bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

img.sp-soc-bar {
  height: 3rem;
}

.splash-loader .loader-circular {
  height: 50px !important;
  width: 50px;
  animation-duration: 2s;
}

.splash-loader .loader-circular::before {
  border-width: 5px;
  border-color: #06d1f0;
}
.splash-loader {
  margin-bottom: 1.5rem;
}
.ref-task-container {
  width: 100%;
  padding: 0 1rem;
}

.invite-task-container {
  background: var(--bg-surface);
  border: 1px solid var(--color-primary);
  border-radius: 14px;
  padding: 1rem 1rem;
}

.refer-bonus-level {
  width: 100%;
  height: 14px;
  background: var(--bg-surface-400);
  border-radius: 9px;
  margin: 1rem 0px;
  overflow: hidden;
}

.ref_bonus_bar {
  height: 100%;
  background: var(--color-primary);
}
button.btn-rounded:disabled {
  opacity: 0.8;
}
img.mp-pat {
}

.mp-pat {
  position: absolute;
  z-index: -1;
  bottom: 4.5rem;
  width: 100%;
  height: calc(100% - 5rem);
  background-color: var(--bg-body);
  background-repeat: no-repeat;
  background-image: url(assets/pat.png);
  background-blend-mode: color-dodge;
  background-position: center;
  /* background-size: cover; */
  /* opacity: 0.6; */
}
img.lb-avatar-self {
  border-radius: 50%;
  height: 4rem;
}
.dlg-task-list {
  background: var(--bg-body) !important;
}

.dlg-task-list .dialog-base {
  border: none;
}
.dwd {
  background: #fff;
  margin: auto;
  width: 15rem;
  height: 15rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
}

img.logo-notspl {
  height: 7rem;
}
.km23 {
  background: var(--bg-surface-400);
  padding: 3px 16px;
  font-size: 10pt;
  font-weight: 600;
  border-radius: 24px;
}
.tli-labels {
  flex: 1;
}
.tli-labels {
  flex: 1;
}

.df2 {
  background: #e91e6370;
  padding: 10px;
  font-size: 10pt;
  border-radius: 12px;
  margin-bottom: 11px;
  text-align: left;
}

.df2 a {
  font-weight: bold;
  color: #e91e63;
  text-decoration: underline;
}

.df2 button {
  font-weight: bold;
  font-family: monospace;
}
.df2 ul {
  list-style: disc;
  padding-left: 20px;
}
