html {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  text-size-adjust: 100%;
}

@import url('https://fonts.googleapis.com/css?family=Raleway:200');

*,
::before,
::after {
  box-sizing: inherit;
}

body {
  margin: 0px;
  color: rgb(255, 255, 255);
  font-family: "ABC Repro Variable";
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  background-color: rgb(255, 255, 255);
}

.bgbox {
  background-color: #19191B;
  /* 设置背景颜色 */
  box-shadow: none;
  backdrop-filter: blur(12.1px);
  -webkit-backdrop-filter: blur(12.1px);
  height: 100vh;
  /* 确保背景覆盖整个视口高度 */
  width: 100%;
  /* 确保背景宽度为 100% */
  position: relative;
  /* 使其相对定位，防止内容溢出 */
  overflow: hidden;
  /* 避免内容溢出 */
}

.button {
  background-color: var(--toastify-color-success);
  color: var(--toastify-text-color-dark);
}


.profile-picture {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  max-width: 120px;
  border-radius: 50%
}

.profile-name {
  display: flex;
  /* 使用 flexbox 布局 */
  align-items: center;
  /* 垂直居中对齐 */
  justify-content: center;
  /* 水平居中对齐 */
  padding: 10px;
  font-family: Inter, sans-serif;
  font-weight: 700;
  color: #FEFFFE;
  font-size: 20px;
  flex-wrap: nowrap;
  /* 确保不换行 */
}


.profile-about {
  text-align: center;
  padding: 2px;
  font-family: Dosis, sans-serif;
  color: #FEFFFE;
  font-size: 15px;
  letter-spacing: 2px
}

.links {
  text-align: center;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px;
  border: .5px solid #27262B;
  border-width: 1px;
  display: block;
  border-radius: 10px;
  font-family: Inter, sans-serif;
  position: relative;
  font-size: 17px;
  width: 680px;
  max-width: 95%;
  transition: all .3s ease-in-out
}


.links-in {
  padding: 5px;
  border: .5px solid #ffffff00;
  border-width: 1px;
  width: 30px;
  display: block;
  border-radius: 40px;
  left: 20px;
  position: absolute;
  font-size: 20px
}

.hover {
  text-decoration: none;
  color: #FEFFFE;
  transition: all .3s;
  background: #27262B
}

.hover:hover {
  text-decoration: none;
  color: #FEFFFE;
  background: #27262B;
  transition: all .2s;
  transform: scale(1.03)
}

.bottom-text {
  text-decoration: none;
  text-align: center;
  margin-top: 30px;
  font-size: 20px;
  color: #FEFFFE;
  font-family: Handlee, cursive
}

.link-hide {
  text-decoration: none
}

.link-hide:hover {
  text-decoration: none
}

@media (max-width:548px) {
  .profile-about {
    text-align: center;
    padding: 2px;
    font-family: Dosis, sans-serif;
    color: #FEFFFE;
    font-size: 15px;
    letter-spacing: 1px
  }
}

.links-footer {
  padding: 4px;
  border: .5px solid #FEFFFE;
  border-width: 1px;
  width: 40px;
  display: inline-block;
  border-radius: 30px;
  font-size: 20px;
  text-align: center;
  margin: 10px;
  margin-top: 50px;
  color: #000;
  transition: color 1s;
  transition: all .3s;
  background: #FEFFFE
}

.links-footer:hover {
  color: #000;
  background: #FEFFFE;
  transition: all .3s
}

.space {
  padding-top: 40px
}

.drag {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  -user-drag: none;
  margin-left: 8px;
}

.loadercoinflip {
  display: inline-block;
  transform: translateZ(1px);
}

.loadercoinflip:after {
  content: '';
  display: inline-block;
  width: 48px;
  height: 48px;
  margin: 8px;
  border-radius: 50%;
  background: #fff;
  animation: coin-flip 2.4s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

@keyframes coin-flip {

  0%,
  100% {
    animation-timing-function: cubic-bezier(0.5, 0, 1, 0.5);
  }

  0% {
    transform: rotateY(0deg);
  }

  50% {
    transform: rotateY(1800deg);
    animation-timing-function: cubic-bezier(0, 0.5, 0.5, 1);
  }

  100% {
    transform: rotateY(3600deg);
  }
}


/* modal part */

.modal-new {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgb(213, 165, 216);
  width: 480px;
  height: 300px;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  /* Ensure the modal is on top */
}

.modal-content {
  width: 500px;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  background-color: rgb(213, 165, 216);
}

.claim-button {
  background-color: #293542;
  /* Button color */
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 15px;
  font-size: 16px;
  cursor: pointer;
  margin-top: 50px;
  transition: border-radius background-color 0.3s;
}

.claim-button:disabled {
  background-color: #9dbad8;
}

.claim-button:hover {
  background-color: #0056b3;
  /* Darker shade on hover */
}



@-webkit-keyframes animatedgradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes animatedgradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}


.card-button-amount {
  --borderWidth: 5px;
  color: white;
  padding: 5px;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
  margin: auto;
  
  
  background-color: #cecece;
  border-radius: var(--borderWidth);
  z-index: 0;
  /* Border 
border: 5px solid transparent;
  */
}


.card-button-amount:hover {

  border-color: #6dacef;
}



.borderfx {

  background: #1D1F20;
  position: relative;
  border-radius: var(--borderWidth);

}

.borderfx:after {
  content: '';
  position: absolute;
  top: calc(-1 * var(--borderWidth));
  left: calc(-1 * var(--borderWidth));
  height: calc(100% + var(--borderWidth) * 2);
  width: calc(100% + var(--borderWidth) * 2);
  background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82);
  border-radius: calc(2 * var(--borderWidth));
  z-index: -1;
  -webkit-animation: animatedgradient 3s ease alternate infinite;
  animation: animatedgradient 3s ease alternate infinite;
  background-size: 300% 300%;
}




.auth_zone {
  text-align: start;
  line-height: normal;
  font-size: small;
  margin-top: 10px;
  margin-bottom: 10px;
}

.progess_zone {
  text-align: start;
  line-height: normal;
  margin-top: 10px;
  font-size: small;
  color: black;
}

.addressbar {
  border-image: linear-gradient(to right, #3acfd5 0%, #010102 100%) 1;
  border-radius: 15px;
  border-width: 4px;
  border-style: solid;
  padding: 5px;
}