#root {
  min-height: 100vh;
  display: flex;
  min-width: 0;
  width: 100%;
  height: 100%;
}
/* .card__top, .card__bottom{
color: #000 !important;
}
.flip-countdown.theme-light{
--text-color: #000 !important
} */
.glowingButton::before{
  content: "";
  background: linear-gradient(45deg,#fff,#9bafb1,#009383,#03897d,#2febfc,#c5c5c5);
  background-size: auto;
  position: absolute;
  top: -1px;
  left: -1px;
  background-size: 200%;
  z-index: -1;
  filter: blur(6px);
  -webkit-filter: blur(6px);
  width: calc(100% + 1px);
  height: calc(100% + 4px);
  animation: glowingButton 20s linear infinite;
  transition: opacity .3s ease-in-out;
  border-radius: 10px;
  }

  .glowingButtonGold::before{
    content: "";
    background: linear-gradient(45deg,#99c6be,#637a7c,#038071,#08776e,#24a4b0,#98aca3);
    background-size: auto;
    position: absolute;
    top: -1px;
    left: -1px;
    background-size: 200%;
    z-index: -1;
    filter: blur(6px);
    -webkit-filter: blur(6px);
    width: calc(100% + 1px);
    height: calc(100% + 4px);
    animation: glowingButton 30s linear infinite;
    transition: opacity .3s ease-in-out;
    border-radius: 10px;
    }

.termslist ol li ul{
  padding-left: 0px;
}
.gradient-bg{
  background-image: url("images/galaxybg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #19243B;
}
.textbox{
  min-height: 400px;
}

.gradient-bg::before{
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: linear-gradient(0deg, rgb(68, 160, 141) 0%, rgba(9, 54, 55, 0.81) 47.60%, transparent 65.23%);
  z-index: -1;
} */
.horizontal-box {
  height: 100px; /* Set your desired height */
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: "20px" !important;

}
.text-container {
  font-size: 4rem; /* Set your desired font size */
  margin: 0 5px; /* Adjust as needed */
  font-weight: 700;
  line-height: 80px;
}
.disclaimer_list li{
  margin-bottom: 10px;
}
.content-wrapper {
  display: flex;
  align-items: center;
}



.airdropbox {
  animation: upDownAnimation 6s ease-in-out infinite;
}

.starrotate {
  animation: rotate 6s linear infinite;
}

.collectionTitle .MuiCardHeader-title{
font-size: 2rem !important;
}

/* Spin Animation */
.animate-spin {
  animation: spin 5s linear infinite;
}

/* Scale Animation */
.animate-scale {
  animation: scale 2s alternate infinite;
}

/* Bounce Animation */
.animate-bounce {
  animation: bounce 2s ease-in-out infinite;
}
.disclaimer_list li{
  margin-bottom: 10px;
}
.animated-text {
  font-size: 36px; /* Set your desired font size */
  margin: 0 5px; /* Adjust as needed */
  opacity: 0;
  animation: fadeInOut 3s infinite; /* Adjust animation duration as needed */
  font-weight: 700;
}
.tradingview-widget-copyright{
  display: none !important;
}
.js-copyright-label{
  display: none !important;
}
@keyframes glowingButton{
  0%{background-position:0 0}
  50%{background-position:400% 0}
  to{background-position:0 0}
}
@keyframes spin {
  0% {
    transform: rotate(0deg) scale(1);
  }
  50% {
    transform: rotate(360deg) scale(1);
  }
  60% {
    transform: rotate(360deg) scale(1.2);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}

@keyframes scale {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.05);
  }
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}

@keyframes upDownAnimation {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes rotate {
  from {
    transform: rotateZ(0deg);
  }
  to {
    transform: rotateZ(360deg);
  }
}


@keyframes fadeInOut {
  0%, 100% {
    opacity: 0;
    transform: translateY(0);
  }
  25%, 75% {
    opacity: 1;
    transform: translateY(-10px);
  }
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}


@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

.rotating {
  animation: rotate 2s linear infinite; /* Adjust the duration and timing function as needed */
}


.pulse-button {
  animation: pulse 2s infinite;
}

.swal2-container{
  z-index: 9999 !important;
}
.swal2-popup.swal2-toast .swal2-title{
  color: #fff !important;
}
label{
  color: #fff !important;
}
.MuiTreeItem-label{
  font-size: 1.2rem !important;
}
.MuiDataGrid-root{
  border: none !important;
}
.loader {
  margin: auto;
  width: 50px;
  height: 50px;
}

.circular-loader {
  animation: rotate 2s linear infinite;
}

#customizer-select-locale  fieldset legend span{
  opacity: 1 !important;
}

#customizer-select-locale  fieldset legend{
  height: 18px !important;
}

.loader-path {
  fill: none;
  stroke-width: 3px;
  animation: animate-stroke 1.5s ease-in-out infinite;
  stroke-linecap: round;
}
.mobilecountry .MuiAutocomplete-hasPopupIcon.MuiAutocomplete-hasClearIcon.css-1l11axc-MuiAutocomplete-root .MuiOutlinedInput-root{
  padding-right: 0;
}
.mobilecountry .css-1mysf1o-MuiButtonBase-root-MuiIconButton-root-MuiAutocomplete-popupIndicator{
  margin-right:-12px
}

.mobilecountry  .css-129sgnb-MuiButtonBase-root-MuiIconButton-root-MuiAutocomplete-clearIndicator{
  display: none;
}
.MuiList-root li ul{
  padding-left: 20px;
}
.MuiList-root li ul li a{
  padding-left: 0px;
}

.time {
  font-size: 20px;
}
.MuiDataGrid-toolbarContainer{
  display: none !important;
}
.counterBox{
  display: flex;
  justify-content: space-around;
  font-family: sans-serif;
  text-align: center;
  padding-top: 11px;
}


@keyframes animate-stroke {
  0% {
      stroke-dasharray: 1, 200;
      stroke-dashoffset: 0;
      stroke: #8e4cd0;
  }
  50% {
      stroke-dasharray: 89, 200;
      stroke-dashoffset: -35;
      stroke: #8e4cd0;
  }
  100% {
      stroke-dasharray: 89, 200;
      stroke-dashoffset: -124;
      stroke: #8e4cd0;
  }
}

@media screen and (max-width: 767px) {
.text-container {
  font-size: 1.8rem; /* Set your desired font size */
  margin: 0 5px; /* Adjust as needed */
  font-weight: 700;
  line-height: 35px;
  text-align: center;
}
.textbox{
  min-height: 150px;
}
}