html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

body {
  font-size: 16px;
  font-family: 'Lexend', sans-serif;
  background-color: #292B2A;
  background-image: url("../img/background-pc.png");
  background-repeat: no-repeat;
  background-size: 100%;
  letter-spacing: .05rem;
  padding-top: 60px; }

@media (max-width: 480px) {
  body {
    background-image: url("../img/background-sp.png");
    padding-top: 40px; } }

/* Promotional Banner */
.promo-banner {
  display: block;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  text-decoration: none;
  cursor: pointer;
  background-color: #51B99D;
  transition: background-color 0.2s ease-in-out;
  height: 60px;
  margin-bottom: 60px;
}

.promo-banner:hover {
  background-color: #5fc9ab;
}

.promo-banner__content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  gap: 0.5rem;
}

.promo-banner__text {
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05rem;
}

.promo-banner__icon {
  color: #4c4242;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.2;
}

@media (max-width: 480px) {
  .promo-banner {
    height: 40px;
  }

  .promo-banner__text {
    font-size: 1.125rem;
  }

  .promo-banner__icon {
    font-size: 1.5rem;
  }
}

.promo-banner {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  width: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.promo-banner:hover {
  transform: translateY(-2px);
  text-decoration: none;
  color: inherit;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.promo-banner:focus {
  outline: 2px solid #007bff;
  outline-offset: 2px;
}

.promo-banner__content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 24px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  gap: 12px;
  min-height: 60px;
}

.promo-banner__text {
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.5px;
  line-height: 1.4;
}
@media (max-width: 768px) {
  .promo-banner__text {
    font-size: 14px;
  }
}

.promo-banner__icon {
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
  opacity: 0.9;
  transition: transform 0.2s ease;
}
.promo-banner:hover .promo-banner__icon {
  transform: translateX(4px);
}

.collab-mint-scroll-banner {
  display: inline-block;
  text-decoration: none;
  color: inherit;
  width: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.collab-mint-scroll-banner:hover {
  transform: translateY(-2px);
  text-decoration: none;
  color: inherit;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.collab-mint-scroll-banner:focus {
  outline: 2px solid #007bff;
  outline-offset: 2px;
}

.collab-mint-scroll-banner__content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 24px;
  background-image: url("/img/halloween-banner/backgroud.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  gap: 12px;
  min-height: 60px;
  position: relative;
  overflow: hidden;
}
.collab-mint-scroll-banner__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}
.collab-mint-scroll-banner:hover .collab-mint-scroll-banner__content::before {
  left: 100%;
}

.collab-mint-scroll-banner__text {
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.5px;
  line-height: 1.4;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .collab-mint-scroll-banner__text {
    font-size: 14px;
  }
}

.collab-mint-scroll-banner__star {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  z-index: 1;
  transition: transform 0.3s ease, filter 0.3s ease;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}
@media (max-width: 768px) {
  .collab-mint-scroll-banner__star {
    width: 20px;
    height: 20px;
  }
}
.collab-mint-scroll-banner:hover .collab-mint-scroll-banner__star {
  transform: scale(1.1);
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3)) brightness(1.1);
}

.collab-mint-scroll-banner__star--left {
  animation: twinkle-left 2s ease-in-out infinite;
}

.collab-mint-scroll-banner__star--right {
  animation: twinkle-right 2s ease-in-out infinite reverse;
}

@keyframes twinkle-left {
  0%, 100% {
    transform: rotate(0deg) scale(1);
    opacity: 1;
  }
  50% {
    transform: rotate(-10deg) scale(1.05);
    opacity: 0.8;
  }
}
@keyframes twinkle-right {
  0%, 100% {
    transform: rotate(0deg) scale(1);
    opacity: 1;
  }
  50% {
    transform: rotate(10deg) scale(1.05);
    opacity: 0.8;
  }
}
.collab-mint-scroll-banner__icon {
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
  opacity: 0.95;
  transition: transform 0.2s ease;
  position: relative;
  z-index: 1;
}
.collab-mint-scroll-banner:hover .collab-mint-scroll-banner__icon {
  transform: translateX(4px);
}

.halloween-banner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  text-decoration: none;
  color: inherit;
  width: 100%;
  z-index: 1000;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.halloween-banner:hover {
  transform: translateY(-2px);
  text-decoration: none;
  color: inherit;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.halloween-banner:focus {
  outline: 2px solid #007bff;
  outline-offset: 2px;
}

.halloween-banner__content {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("/img/halloween-banner/backgroud.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  height: 50px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 768px) {
  .halloween-banner__content {
    padding: 5px 8px;
    height: 30px;
  }
}
.halloween-banner__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s ease;
}
.halloween-banner:hover .halloween-banner__content::before {
  left: 100%;
}

.halloween-banner__text {
  font-weight: 700;
  font-size: 1.5rem;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.5px;
  line-height: 1.2;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .halloween-banner__text {
    font-size: 1.125rem;
  }
}

.halloween-banner__star {
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  z-index: 1;
  opacity: 0.2;
  transition: transform 0.3s ease, filter 0.3s ease;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
  flex-shrink: 0;
}
.halloween-banner:hover .halloween-banner__star {
  transform: scale(1.1);
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3)) brightness(1.1);
}

.halloween-banner__star--left {
  width: 54px;
  height: 54px;
  opacity: 0.3;
}

.halloween-banner__star--right {
  width: 52px;
  height: 32px;
  opacity: 0.3;
}

.halloween-banner__icon {
  width: 36px;
  height: 36px;
  opacity: 0.95;
  transition: transform 0.2s ease;
  position: relative;
  z-index: 1;
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .halloween-banner__icon {
    width: 16px;
    height: 16px;
  }
}
.halloween-banner:hover .halloween-banner__icon {
  transform: translateX(4px);
}

body {
  padding-top: 70px;
}
@media (max-width: 768px) {
  body {
    padding-top: 60px;
  }
}

header {
  padding: 1rem;
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
 }

@media (max-width: 480px) {
  header {
    top: 40px;
    padding: 10px 20px;
    gap: 0.75rem;
  }
}

.page-header {
  padding: 10rem 0 calc(10rem - 73px); }
  .page-header .page-title {
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
    letter-spacing: .25rem; }
    .page-header .page-title .bold {
      font-weight: 600; }
    .page-header .page-title .thin {
      font-weight: 200; }

.page-content {
  padding: 2.5rem;
  margin: 0 auto;
  max-width: 390px; }

.page-login {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 50vh;
    max-width: 700px;
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
  .error-message {
    margin-top: 1rem;
    color: #fff; 
  }
  .form-group-email {
    width: 300px;
  }
  .form-group-password {
    width: 300px;
  }
  .code-input {
    width: 40px;
    text-align: center;
    display: inline-block;
    margin-right: 5px;
  }
}

.swap-page-container {
  margin-top: 80px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}
.tabs {
  display: flex;
  justify-content: center;
}

.tab-button {
  background-color: #306E5D;
  color: white;
  padding: 10px 20px;
  margin: 0 5px;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s;
}

.tab-button:hover {
  background-color: #51B99D;
}

.tab-button.active {
  background-color: #51B99D;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border: 2px solid #237465;
}

.tab-content {
  display: none;
  text-align: center;
}

.tab-content.active {
  display: block;
}

#snptBalance.text-disconnected {
  color: #696c80;
}


.form-control {
      width: 100%;
      max-width: 700px;
      height: 50px;
      padding: 0.5rem;
      border-radius: 0.25rem;
      background-color: #fff;
      border: 1px solid #fff;
      font-size: 1rem;
      font-weight: 300;
      line-height: 1;
      transition: all 0.1s ease-in-out;}

.form-control::placeholder {
        color: #5C6F73;}

.form-control:focus {
        border-color: #51B99D;
        outline: none;}

.btn {
  height: 56px;
  margin-top: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 1.25rem;
  border-radius: 100px;
  background-color: #306E5D;
  border: 1px solid #51B99D;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  transition: all .1s ease-in-out;
}

.btn-disabled {
    background-color: #ccc;
    color: #666;
    cursor: not-allowed;
    pointer-events: none;
}
  .btn img {
    margin-right: 1rem; }
  .btn:hover {
    background-color: #51B99D;
    color: #fff; }

.label {
  color: #fff; }

.input, select {
  margin-top: .75rem;
  width: 100%;
  padding: 1rem;
  border-radius: .25rem;
  background-color: #292B2A;
  border: 1px solid #fff;
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
  transition: all .1s ease-in-out; }
  .input::placeholder, select::placeholder {
    color: #5C6F73; }
  .input:focus, select:focus {
    border-color: #51B99D; }

footer {
  margin-top: 4rem;
  padding: 4rem 0;
  border-top: 1px solid #475659;
  text-align: center;
  color: #fff; }
  footer img {
    width: 180px; }
  footer a {
    display: block;
    margin-top: 1rem;
    color: #fff;
    text-decoration: underline; }
  footer .copyright {
    display: block;
    margin-top: 2rem;
    font-weight: 300;
    letter-spacing: .1rem; }

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(20, 25, 25, 0.75);
  z-index: 9999; }
  .loader .loader__content {
    position: absolute;
    top: calc(50% - 60px);
    left: calc(50% - 45px);
    animation: blink 1s infinite alternate; }

@keyframes blink {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
    .loader .loader__content img {
      width: 100px; }
    .loader .loader__content__message {
      margin-top: 1rem;
      text-align: center;
      color: #fff; }

.thanks-message {
  text-align: center;
  padding-bottom: 5rem; }

/* Hamburger Menu */
.hamburger {
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: 30px;
  height: 22px;
  padding-left: 20px;
}
.hamburger span {
  background: white;
  display: block;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.hamburger.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 10px;
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg);
  top: -10px;
}
.menu {
  display: none;
  position: fixed;
  top: 120px;
  left: 20px;
  background: #141919;
  border: 1px solid #141919;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  width: 200px;
  z-index: 998;
}

@media (max-width: 480px) {
  .menu {
    top: 100px;
  }
}

.menu.active {
  display: block;
}
.menu a {
  display: block;
  padding: 10px;
  color: white;
  text-decoration: none;
}
.menu a:hover {
  background: #f0f0f0;
}

/*
  Page-by-Page Styles
*/
.page-connect-wallet .page-content {
  margin-top: -2.5rem;
  padding: 0 2.5rem;
  text-align: center; }

.page-connect-wallet .btn {
  margin-top: 4rem; }

.page-ranking-beta .page-header {
  padding-bottom: 1.5rem; }
  .page-ranking-beta .page-header .page-title span {
    display: block; }
  .page-ranking-beta .page-header .page-title .thin {
    margin-top: .5rem;
    font-size: .8em; }

.page-ranking-beta .page-content {
  padding: 1rem; }

.page-ranking-beta .rank-table {
  color: #fff; }
  .page-ranking-beta .rank-table-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 0;
    border-bottom: 1px solid #475659; }
    .page-ranking-beta .rank-table-row:last-child {
      border-bottom: none; }
    .page-ranking-beta .rank-table-row__head .rank-table__cell {
      font-size: .9rem;
      color: #fff !important;
      font-weight: 300 !important; }
  .page-ranking-beta .rank-table__cell.rank {
    margin-right: 1rem;
    width: 50px;
    color: #51B99D; }
  .page-ranking-beta .rank-table__cell.user {
    margin-right: 1.5rem;
    width: 100%;
    text-align: left;
    font-weight: 300;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .page-ranking-beta .rank-table__cell.score {
    font-weight: 600; }


.bg-secondary2 {
  background-color: #141919;
}
.text-available-withdraw-stp {
  color: #696c80;
}

.swapBox {
  border-radius: 10px;
  padding: 16px;
  position: relative;
  text-align: left;
  z-index: 1;
}
.swapBox>div {
  align-items: center;
  display: flex;
}
.swapBox>div .maxWrapper {
  cursor: pointer;
  padding-left: 8px;
}
.swapBox>div .maxWrapper small {
  color: #448aff;
  font-weight: 600;
}
.swapBox>div .inputWrapper {
  flex: 1 1;
  padding-left: 8px;
  position: relative;
}
.swapBox>div .inputWrapper input {
  color: #696c80;
}
.labelForm {
  color: #00ffba
}
.styledInput {
  -webkit-appearance: textfield;
  background: #0000;
  border: none;
  box-shadow: none;
  color: #c7cad9;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
  outline: none;
  overflow: hidden;
  position: relative;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.justify-between {
  justify-content: space-between;
}

.flex {
  display: flex;
}
.items-center {
  align-items: center;
}
.font-size-20 {
  font-size: 20px;
}
.margin-top-4 {
  margin-top: 4px;
}
.product-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.product-image {
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-img {
  max-width: 100%;
  height: auto;
}
.font-size-large {
  font-size: 40px;
}
.margin-top-10 {
  margin-top: 10px;
}
.margin-top-20 {
  margin-top: 20px;
}
.center-text {
  text-align: center;
}
.margin-left-10 {
  margin-left: 10px;
}

.form-group-code {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.code-input-group {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 10px;
}

.currencySelected {
  background-color: #404557;
}
.currencyButton {
  align-items: center;
  border-radius: 38px;
  cursor: pointer;
  display: flex;
  padding: 6px 12px;
}
.currencyLogo {
  align-items: center;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.currencyLogo img.ethereumLogo {
  box-shadow: 0 6px 10px rgba(0, 0, 0, .075);
}
.currencyLogo img.snptLogo {
  box-shadow: 0 6px 10px rgba(0, 0, 0, .075);
  width: 32px;
  height: 32px;
}

.currencyLogo img {
  height: 100%;
  width: 100%;
}
.currencyButton p {
  margin-left: 4px;
}

.text-secondary {
  color: #fff;
}

.store-item-list {
  padding: 2.5rem;
  margin: 0 auto;
  max-width: 390px;
}

.exchangeSwap {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  margin: -16px auto;
  position: relative;
  z-index: 2;
}

.swapButtonWrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  width: 100%;
}
.swapButtonWrapper button {
  background-image: linear-gradient(180deg, #51B99D, #237465);
  color: #fff;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 600;
  height: 56px;
  width: 100%;
}
.swapButtonWrapper button:disabled {
  background-color: #696c80;
  color: #444444;
  background-image: none;
}

.swapButton-label {
  width: 100%;
  display: inherit;
  font-size: 16px;
  align-items: inherit;
  line-height: 20px;
  justify-content: inherit;
}
.swapTouchRipple-root {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  overflow: hidden;
  position: absolute;
  border-radius: inherit;
  pointer-events: none;
}

.inputFeeWrapper {
  display: flex;
  align-items: center;
}

.inputFeeWrapper .text-fee {
  margin-right: 10px; /* Adjust the spacing as needed */
}

#app-link {
  display: none;
  text-decoration: underline;
  cursor: pointer;
}
