@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
*{
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

a {text-decoration: none;}
ul {
  list-style: none;
  margin: 0px !important;
  padding: 0px !important;
}
img {max-width: 100%;}
body {
  font-family: "Poppins", sans-serif;
  background: #000411 !important;
}

.f-end {
  justify-content: end;
}
a.navbar-brand {
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  transition: 0.5s;
  position: relative;
}
a.navbar-brand span {
  color: #f9b707;
  transition: 0.5s;
}

a.navbar-brand:hover {
  color: #f9b707;
}

a.navbar-brand:hover span {
  color: #fff;
}

header ul.navbar-nav li a {
  color: #fff;
  transition: 0.5s;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
  padding: 9px 15px !important;
}
header ul.navbar-nav li a:hover, header ul.navbar-nav li a:focus, header ul.navbar-nav li a.active {
  color: #f9b707 !important;
}

header a.btn.btn-primary {
  background: #f6aa35;
  color: #fff;
  border-radius: 100px;
  padding: 8px 40px !important;
  font-weight: 600;
  margin-left: 15px;
}
header {
  padding: 0;
  background: #020716;
  display: inline-block;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  border-bottom: 1px solid #001700;
}
.top-m {
  margin-top: 0;
  /* background: #fff; */
  display: inline-block;
  width: 100%;
  height: 81px;
}
.home-slide {
  height: calc(100vh - 90px);
  display: grid;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.title-text {
  font-weight: bold;
  font-size: 60px;
  line-height: normal;
}
.text-yellow {
  color: #f9b707;
}
.p-text {
  font-size: 16px;
  line-height: 30px;
}
.iq-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}
.home-slideL p {
  background: rgba(2, 7, 22, 0.7);
  /* padding: 10px; */
  font-weight: 500;
}

.iq-banner:before {
  position: absolute;
  top: 0%;
  left: 0%;
  content: "";
  width: 100%;
  z-index: 999;
  height: 100%;
  display: inline-block;
  background-image: url('../img/slide-bg.png');
}
.btn-two .btn, .btn {
  padding: 12px 35px !important;
  border-radius: 100px !important;
  margin: 0 20px 0 0;
}
.btn-two {
  margin-top: 30px;
}

.btn-primary {
  background: #f9b707 !important;
  color: #000 !important;
  font-weight: 600 !important;
  border: 1px solid #f9b707 !important;
  transition: 0.5s;
}
.btn-primary:hover {
 background: transparent !important;
 color: #f6aa35 !important; 
 border: 1px solid #f6aa35 !important;
}


.btn-secondary {
    background: #fff !important;
    color: #000 !important;
    font-weight: 600 !important;
    border: 1px solid #fff !important;
    transition: 0.5s;
}

.btn-secondary:hover {
  background: transparent !important;
  color: #fff !important; 
  border: 1px solid #fff !important;
 }

 .home-slideR {
  background: rgba(2, 8, 28, 1);
  padding: 30px 50px;
  border-radius: 25px;
  color: #fff;
  border: 1px solid #141b34;
}

.home-slideR h2 {
  font-weight: bold;
  color: #f9b707;
  text-align: center;
  font-size:45px;
}

.countdown ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.countdown ul li {
  display: grid;
  text-align: center;
  border-right: 1px solid #001E00;
}
.countdown ul li:last-child {
  border-right: 0;
}
.countdown ul li span {
  font-size:40px;
  font-weight: 600;
}
.countdown ul li b {
  text-align: center;
  font-weight: normal;
  font-size: 13px;
}
.countdown {
  margin: 30px 0;
  width: 95%;
}

/*start*/
.pro_man {
  border-radius: 15px;
  width: 100%;
  overflow: hidden;
}

.pro_man>div {
  width: 100%;
  text-align: center;
}
.pro_man label {
  height: 10px;
  font-size: 10px;
}

.progress {
  background-color: #fff4d6 !important;
  border-radius: 0 !important;
  border-right: 1px solid #dfa3f6;
  height: 1.5rem;
}
.progress-bar {
  background-image: linear-gradient(273.16deg, rgb(109, 216, 212) 20.63%, rgb(255, 148, 255) 75.15%);
}
.pro_man label {
  height: 22px;
  font-size: 12px;
}
.pro_man>div:first-child .progress {
  border-radius: 10px 0 0 10px !important;
}
.pro_man>div:last-child .progress {
  border-radius: 0px 10px 10px 0px !important;
  border-right: 0px !important;
}
a.navbar-brand img {
  height: 45px;
}
nav.navbar.navbar-expand-lg.navbar-light .container-fluid {
  padding: 0;
}
.state-usdtT h3 {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 30px;
  display: flex;
  align-items: center;
  grid-column-gap: 12px;
}
.state-usdtT h3 img {
  max-width: 28px;
}
.home-slideR h3 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin: 40px 0px 30px 0;
  display: block;
  width: 100%;
  background: #151a2b;
  padding: 15px 0;
  border-radius: 10px;
  border: 1px solid #192033;
}
.state-usdt-text {
  display: flex;
  justify-content: space-between;
  color: #fff;
  margin-top: 20px;
  padding: 0 5px;
}
.state-usdt-text p {
  font-size: 20px;
  font-weight: 600;
}
.form-input {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
.form-input label {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 5px;
}
.form-input input {
  width: 100%;
  height: 45px;
  border-radius: 100px;
  background: #151a2b;
  border: 1px solid #192033;
  padding: 5px 19px;
  color: #fff;
}
.state-usdt-input {
  background: rgba(2, 8, 28, 1);
  padding: 30px;
  border-radius: 10px;
  margin-top: 15px;
  border: 1px solid #141b34;
}

.title-text-two {
  font-weight: bold;
  color: #fff;
  text-align: center;
  font-size: 45px;
}

.marquee-image.desk {
  height:45px;
}

.scroll {
  animation: scroll 20s linear infinite;
}
.w-100 .countdown {
  width: 99%;
}
@keyframes scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-100% - 1rem));
  }
}
.marquee-image {
  width: 100%;
  max-width: 100%;
  width: 223px;
  height: 50px;
  color: var(--white);
  object-fit: contain;
  margin-inline: 20px;
}

.marquee-content {
  min-width: 100%;
  grid-column-gap: 1rem;
  flex: none;
  justify-content: space-around;
  display: flex;
  align-items: center;
}
.marquee-box {
  overflow: hidden;
}
.tx-left {text-align: left !important;}


.img-ani{ animation: jumping 3s linear 0s infinite alternate;}
@keyframes jumping 
{ 0% 
  { 
    transform: translateY(5px); 
  }
  100% 
  { transform: translateY(-25px); } 
}

  .token-img {
    max-width: 80%;
    margin: 70px auto 30px;
    display: block;
}














.css-1dik1yn {
  margin-top: 40px;
}

.box2 {
  background-color: #151a2b;
  backdrop-filter: blur(5px);
  width: 100%;
  border: 1px solid #3f4860;
  border-right: 0;
  border-bottom: 0;
  padding: 30px 30px 40px 30px;
  border-radius: 20px;
}
.box2 span {
  color: #fff !important;
}
.box2 span span.text-yellow {
  color: #f9b707 !important;
  width: 100%;
  display: inline-block;
  font-size: 22px;
}
.color1 {
  color: #A982EC;
  font-weight: bold;
}
.mt-3 {
  margin-top: 20px !important;
}
.color1 {
  color: #bc3eff;
}
.fw600 {
  margin-right: auto;
}
.roadmap_box li {
  position: relative;
  font-size: 14px;
  margin: 5px 0 10px 30px;
  display: block;
  color: #fff;
  font-weight: normal;
  padding: 2px 0;
}
.roadmap_box li:after, .tokenomics_list li:after {
  content: "";
  position: absolute;
  left: -30px;
  top: 5px;
  background: #151a2b;
  border-radius: 100%;
  height: 15px;
  width: 15px;
  text-align: center;
  border: 2px solid #3f4860;
  line-height: 20px;
  font-size: 19px;
}
.ml-auto, .mx-auto {
  margin-left: auto!important;
}
.roadmap_box2 {
  border: 2px solid #3f4860;
  border-left: 0;
  border-bottom: 0;
  height: 220px;
  width: 40%;
  position: relative;
  border-radius: 0 35px 0 0;
  margin-top: -200px;
}
.roadmap_box2:before {
  content: "";
  position: absolute;
  right: -8px;
  bottom: -1px;
  height: 15px;
  width: 2px;
  background: #3f4860;
  transform: rotate(45deg);
}
.roadmap_box2:after {
  content: "";
  position: absolute;
  right: 3px;
  bottom: -2px;
  height: 15px;
  width: 2px;
  background: #3f4860;
  transform: rotate(-45deg);
}
.roadmap_box3 {
  transform: rotateY(180deg);
  margin-left: auto;
}
.roadmap-bg .bg-pattern {bottom: 0;}

.footer {
  /* background-color: #131224; */
  position: relative;
  padding: 60px 0;
}
.contact .css-1dik1yn.bg-grey {
  padding: 30px 40px;
}
ul.social {
  margin-top: 7px;
}

.slide-img {
  position: relative;
}

img.dollarImgZoom {
  position: absolute;
  z-index: 1;
  left: -30px;
  right: 0;
  margin: auto;
  top: 70px;
  height: 250px;
}

.zoom-in-zoom-out {
  animation: zoom-in-zoom-out 3s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}






.timeline {
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 15px 0;
}
.timeline::after {
  content: '';
  position: absolute;
  width: 2px;
  background: #fff;
  top: 180px;
  bottom: 180px;
  left: 50%;
  margin-left: -1px;
}
.container-box {
  padding: 15px 30px;
  position: relative;
  background: inherit;
  width: 50%;
}

.container-box.left {
  left: 0;
}

.container-box.right {
  left: 50%;
}

.container-box::after {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  top: calc(50% - 8px);
  right: -8px;
  background: #000;
  border: 2px solid #fff;
  border-radius: 16px;
  z-index: 1;
}

.container-box.right::after {
  left: -8px;
}

.container-box::before {
  content: '';
  position: absolute;
  width: 50px;
  height: 2px;
  top: calc(50% - 1px);
  right: 8px;
  background: #fff;
  z-index: 1;
}

.container-box.right::before {
  left: 8px;
}

.container-box .date {
  position: absolute;
  display: inline-block;
  top: calc(50% - 8px);
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 1;
}

.container-box.left .date {
  right: -75px;
}

.container-box.right .date {
  left: -75px;
}

.container-box .icon {
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 40px;
  padding: 9px 0;
  top: calc(50% - 20px);
  background: #f9b707;
  border: 4px solid #fff;
  border-radius: 40px;
  text-align: center;
  font-size: 18px;
  color: #006E51;
  z-index: 1;
}

.container-box.left .icon {
  right: 56px;
}

.container-box.right .icon {
  left: 56px;
}

.container-box .content {
  padding: 30px 90px 30px 30px;
  background: #171c2c;
  position: relative;
  border-radius: 0 500px 500px 0;
  color: #fff;
  border: 1px solid #303a56;
}
.container-box.right .content {
  padding: 30px 30px 30px 90px;
  border-radius: 500px 0 0 500px;
}

.container-box .content h2 {
  margin: 0 0 25px 0;
  font-size: 22px;
  font-weight: 600;
  color: #f9b707;
}
.container-box .content p {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}
.container-box .content ul li {
  margin-bottom: 10px;
  font-size: 15px;
  position: relative;
  padding-left: 34px;
}
.container-box .content ul li:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 8px;
  width: 7px;
  height: 7px;
  background: #f9b707;
  border-radius: 100%;
}

.login-form {
  background: rgba(2, 8, 28, 0.8);
  padding: 20px;
  border-radius: 25px;
  color: #fff;
  max-width: 450px;
  margin: auto;
  display: block;
  border: 1px dashed #fff;

}

.login-form-box {
  padding: 20px;
  max-height: calc(100vh - 150px);
  overflow-x: auto;
}
.profile-img {
 position: relative;
}
.profile-img img{
  border-radius: 100%;
  width: 100%;
}
.profile-img .edit-profile{
  position: absolute;
  bottom: 20px;
  right: 30px;
}
.profile-img .edit-profile:hover{
 cursor: pointer;
}
.progress.active{
  background-color: #f9b707 !important;
}
img.m-menu {
  display: none;
}

.modal-header {
  background: #f9b707 !important;
  padding: 10px 15px;
}
.modal-header .modal-title {
  font-size: 20px;
}
.modal-header button.btn-close {
    opacity: 1;
}
/* .modal-body, .modal-footer {
  background: #000411 !important;
} */
.airdrop-padding {
  padding: 20px;
}
.airdrop-box h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
}
.airdrop-box h3 .socials-wrapper {

  margin-left:10px;
}
.airdrop-box h3 .socials-wrapper a{
  font-size: 22px;
  margin:0;
}
.airdrop-screen {
  display: grid;
  grid-template-columns: 100%;
  /* grid-column-gap: 20px; */
  align-items: center;
}
.airdrop-screen img {
  width: 100%;
  border-radius: 10px;
}
span.btns.pending {
  width: 100%;
  border: 1px solid #f9b707;
  display: inline-block;
  border-radius: 7px;
  text-align: center;
  color: #f9b707;
  padding: 5px 10px;
}
.airdrop-screen-one {
  padding-left: 0;
  text-align: center;
  display: grid;
  grid-row-gap: 6px;
  margin-top: 22px;
}
.airdrop-box a.btn.btn-secondary {
  width: 100%;
  padding: 7px !important;
  font-size: 15px;
  margin: 5px 0 0 0;
  border-radius: 10px !important;
}
.img-multipal {
  display: flex;
  grid-column-gap: 11px;
  justify-content: center;
}

.img-multipal span {
  height: 40px;
  width: 40px;
  background-color: #eee;
  border-radius: 5px;
}
.img-multipal span img {
  height: 100%;
  width: 100%;
}
.img-multipal label{
  text-align: center;
    display: flex;
    justify-content: center;
    padding: 20px;
    margin: 20px;
    border: 1px dashed;
    border-radius: 15px;
    width: 100%;
}
.img-multipal label:hover{
  cursor: pointer;
}
.features-single-item {
  position: relative;
  z-index: 1;
  padding: 40px 30px;
  text-align: center;
  border-radius: 40px 10px;
  background: #171c2c;
  box-shadow: 0px 10px 57px 0px rgba(66, 116, 0, 0.2);
  transition: all .4s ease;
  margin-top: 10px;
  border: 1px solid #303a56;
  min-height: 370px;
}
.features-single-item img {
  max-width: 90px;
  margin: auto;
  display: block;
  margin-bottom: 30px;
}
.features-single-item h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 20px 0 20px 0;
  color: #fff;
}

.features-single-item p {
  color: #fff;
}
@media (max-width: 767.98px) {
  .timeline::after {
    left: 90px;
  }

  .container-box {
    width: 100%;
    padding-left: 120px;
    padding-right: 30px;
  }

  .container-box.right {
    left: 0%;
  }

  .container-box.left::after, 
  .container-box.right::after {
    left: 82px;
  }

  .container-box.left::before,
  .container-box.right::before {
    left: 100px;
    border-color: transparent #006E51 transparent transparent;
  }

  .container-box.left .date,
  .container-box.right .date {
    right: auto;
    left: 15px;
  }

  .container-box.left .icon,
  .container-box.right .icon {
    right: auto;
    left: 146px;
  }

  .container-box.left .content,
  .container-box.right .content {
    padding: 30px 30px 30px 90px;
    border-radius: 500px 0 0 500px;
  }
}

.foot-join {
  color: #fff;
  text-align: center;
  display: grid;
  grid-row-gap: 13px;
}
.socials-wrapper a svg {
  width: 40px;
  height: 40px;
  transition: 0.5s;
}
.socials-wrapper a svg:hover path {
  fill: #f9b707;
}
.socials-wrapper {
  display: flex;
  justify-content: center;
  grid-column-gap: 20px;
}

.svg-width {
    width: 50px !important;
    height: 50px !important;
    margin: -5px 0 0 0;

}
.footer-bot {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  color: #fff;
  align-items: center;
}
.footer-bot a {
  color: #fff;
  text-decoration: none;
}
.logo-foot img {
  max-width: 150px;
  margin: auto;
  display: block;
}
.anchor-foot {
  display: flex;
  justify-content: end;
  grid-column-gap: 19px;
}
.footer-bottom {
  border-top: 1px solid #002500;
  padding: 40px 0;
  margin-top: 20px;
}
p.text-foot {
  text-align: center;
  color: #fff;
  margin-top: 30px;
  font-size: 12px;
}
.socials-wrapper a {
  transition: 0.5s;
  color: #fff;
  font-size: 35px;
  margin: 0 5px;
}

img.dollar-rotate {
  position: absolute;
  left: 19px;
  top: 18px;
  height: 18px !important;
}


#slidecaption {
  -webkit-animation-name: spinner;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 2s;
  animation-name: spinner;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 2s;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/* WebKit and Opera browsers */
@-webkit-keyframes spinner {
  from {
    -webkit-transform: rotateY(0deg);
  }
  to {
    -webkit-transform: rotateY(360deg);
  }
}

/* all other browsers */
@keyframes spinner {
  from {
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  to {
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}


.tokenChart img.token-img {
  width:100%;
  margin: auto;
  max-width: 100%;
}
.tokenChart {
  width: 90%;
  float: left;
  margin-top: 10px;
}

.tokenChart img#slidecaption {
  left: -40px;
  right: 0;
  margin: auto;
  height: 70px !important;
  top: 0;
  bottom: 43px;
}

.logo-foot {
  position: relative;
}

.logo-foot img.dollar-rotate {
  left: -110px;
  right: 0;
  top: 10px;
  height: 15px !important;
}

.form-input-btn {
  display: flex;
  align-items: center;
  grid-column-gap:10px ;
}
.form-input-btn .btn {
  height: 40px;
  padding: 5px 40px !important;
}
.about-dollarL .title-text-two {
  text-align: left;
}

button {
  --wui-color-black: rgb(21, 21, 21) !important;
  --wui-color-white: #FFF !important;
    border-radius: var(--wui-border-radius-m);
    gap: var(--wui-spacing-xs);
    color: var(--wui-text-color); /* Set text color */
    padding: var(--wui-spacing-sm) var(--wui-spacing-md); /* Add padding */
    font-size: var(--wui-font-size-base); /* Set font size */
    cursor: pointer; /* Change cursor on hover */
    transition: background 0.3s, border 0.3s; /* Smooth transition */
}

button:hover {
    background: var(--wui-color-accent-200); /* Darker background on hover */
    border-color: var(--wui-gray-glass-020); /* Darker border on hover */
}

button:active {
    background: var(--wui-color-accent-300); /* Even darker background on click */
    border-color: var(--wui-gray-glass-030); /* Darker border on click */
    transform: scale(0.98); /* Slightly shrink on click */
}

.login-form {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10;
}

.login-grid {
  display: grid;
  height: 100vh;
  justify-content: center;
  align-items: center;
}

.wallet-register h3 {
  margin: 0 0 30px 0;
}

.wallet-register button.btn {
  width: 100%;
  margin-bottom: 15px;
  padding: 9px 0 !important;
}

.wallet-register .copy-add.form-group {
  margin-bottom: 15px;
}

.wallet-register p {
  margin: 0;
  font-size: 14px;
  text-align: center;
}

.form-control {
  border-radius: 100px !important;
  height: 45px !important;
}
.wallet-register p a {
  color: #f6aa35 !important;
}


.wallet-register .form-label {
  margin-bottom: 0.5rem;
  font-size: 15px;
}
.wallet-register .form-group {
  margin-bottom: 16px;
}

.dashboard-view {
  background: rgba(2, 8, 28, 0.6);
  padding: 0px;
  border-radius: 25px;
  color: #fff;
  max-width: 99%;
  margin: 80px auto 0;
  display: block;
  border: 1px dashed #2d344a;
  height: auto;
  overflow-x: hidden;
}
.dashboard-view-scroll {
  display: grid;

}

.dashboard-view-left {
  background: #000720;
  padding: 15px;
  display: inline-block;
  width: 100%;
  border-radius: 30px 0px 0px 30px;
  border-right: 1px solid #141b34;
}
.dash-top-logo {
  position: relative;
}
.dash-top-logo img {
  max-width: 80%;
  margin: auto;
  display: block;
}
.dash-top-logo #slidecaption {
  left: 40px;
  top: 12px;
}
.dash-menu {
  height: calc(100vh - 166px);
  margin: 20px 0;
  overflow-x: auto;
}

.dash-menu ul li a {
  padding: 9px 20px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  border-radius: 100px;
  transition: 0.5s;
  font-size: 14px;
  margin-bottom: 5px;
}
.dash-menu ul li a:hover, .dash-menu ul li a:focus, .dash-menu ul li a.active {
  background: #fea301;
}

.dash-r-top {
  background: #000720;
  padding: 13px 20px;
  display: inline-block;
  width: 100%;
  border-radius: 30px 30px 0px 0px;
  border-bottom: 1px solid #141b34;
}
.dash-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dash-flex h1 {
  font-size: 22px;
  margin: 0;
}
.dash-m-r .dropdown button#dropdownMenuButton1 {
  background: transparent;
  border: 0;
}


::-webkit-scrollbar {
  border-radius: 50px;
  -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
  width: 8px;
  border-radius: 50px;
}

::-webkit-scrollbar:horizontal {
  height: 8px;
  border-radius: 50px;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, .4);
  border-radius: 50px;
  border: 2px solid #ffffff;
}

::-webkit-scrollbar-track {
  background-color: #ffffff;
  border-radius: 50px;
}


.dash-r-mid {
  padding: 20px;
  height: calc(100vh - 84px);
  overflow-x: auto;
}

.black-box {
  background: rgba(2, 8, 28, 1);
  padding: 18px 25px;
  display: inline-block;
  width: 100%;
  border-radius: 15px;
  border: 1px solid #141b34;
}
.box-design h2 {
  font-size: 20px;
  font-weight: 600;
  margin: 0 0 10px 0;
}
.box-design p {
  font-size: 22px;
  font-weight: normal;
  margin: 0 0 7px 0;
  text-align: left;
}
.box-design p span {font-weight: 600;color: #f9b707;}
.n-mem ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 10px;
  position: relative;
  z-index: 1;
}
.n-mem ul li {
  font-size: 15px;
  position: relative;
  padding-left: 40px;
  margin-bottom: 16px;
  font-weight: normal;
}
.n-mem ul li svg {
  width: 27px;
  height: 27px;
  position: absolute;
  left: 0;
  top: 3px;
}
/* .n-mem ul li svg path {
  fill: #00703c;
} */

.n-mem ul li b {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  margin-top: 2px;
}
.n-mem ul li svg path {
  fill: #fff;
}


.n-mem h2 {
  margin-bottom: 20px;
}


.team-add-box {
  border: 0;
  padding: 0 0 20px 0;
  margin-bottom: 20px;
  /* border-bottom: 1px solid #eee; */
  /* background: #e6fff3; */
  /* padding: 21px; */
}

.team-add-box h3 {
  font-size: 15px;
  font-weight: 600;
}

.team-add-box p {
  font-size: 25px;
  font-weight: bold;
  margin: 0px;
}

.team-add-box {
  border: 0;
  margin-bottom: 20px;
  background: #151a2b;
  border: 1px solid #192033;
  border-radius: 10px;
  padding: 20px 25px;
}
.form-input.input-flex {
  display: flex;
  grid-column-gap: 15px;
  align-items: center;
}

.form-input.input-flex input, .form-input.input-flex select {
  width: 150px;
  background: #151a2b;
  border: 1px solid #192033;
  height: 40px;
  border-radius: 100px;
  color: #fff;
  padding: 5px 13px;
}
.form-input.input-flex label {
  margin: 0;
}
.just-end {
  justify-content: end;
}
.table-design table.table th, .table-design table.table td {
  background: transparent;
  color: #fff;
  border-bottom: 1px solid #192033;
  padding: 11px 20px;
  border-left: 0;
  border-top: 0px;
  border-right: 0;
  /* white-space: nowrap; */
  border-top: 1px solid #192033;
}
td.mobile_number button.btn-btn-primary {
  background: #000 !important;
  border: 1px solid #fff;
  padding: 3px 20px;
  border-radius: 100px;
}
.table-design {
  background: #151a2b;
  border-radius: 10px;
  overflow-x: auto;
  width: 100%;
}

.table-design .input-group {
  padding: 15px 15px;
  align-items: center;
}

.table-design .input-group .input-group-addon.input-group-prepend {
  background: transparent !important;
  color: #fff !important;
}
.table-design .input-group span.input-group-text {
  color: #fff;
}

.table-design .input-group select.form-control {
  height: 35px !important;
  width: 80px !important;
  border-radius: 50px !important;
  margin: 0 10px !important;
  border: 0;
}

/* .table-design .table.table-bordered th, .table-design .table.table-bordered td  {
  white-space: nowrap;
} */

td.mobile_number {
  word-wrap: break-word;
  word-break: break-all;
}
.table-design table.table th {
    white-space: nowrap;
}

.col-md-6.float-right.text-right {
  text-align: right;
  margin-top: 15px;
}

ul.pagination.justify-content-end.asrt-pagination {
  margin: 0 10px 10px 0px !important;
}
ul.pagination.justify-content-end.asrt-pagination a.page-link {
  background: #000;
  color: #fff;
}
ul.pagination.justify-content-end.asrt-pagination a.page-link input[type="text"] {
  background: #000;
  color: #fff;
}

.table-design .form-control {
  background: #1d2338 !important;
  border: 1px solid #262f48 !important;
  color: #fff !important;
}

.table-design .form-control::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}

.table-design .form-control::-ms-input-placeholder { /* Edge 12 -18 */
  color: #fff;
}
a.m-close {
  display: none;
}
.form-group.ex_input_box {
  margin-bottom: 20px;
}
.form-group.ex_input_box label {
  margin-bottom: 5px;
  color: #000;
  font-size: 15px;
  font-weight: 500;
}
.sign_up_box.d-flex {
  padding: 0 10px;
}
.form-group.ex_input_box input {
  border-radius: 10px !important;
}
.modal-footer button.btn.btn-secondary {
  border: 1px solid #ddd !important;
}

.modal-footer button.btn.btn-secondary:hover {
  background: #ddd !important;
  color: #000 !important;
}
.point-refe {
  display: grid;
  grid-template-columns: 1fr 150px;
  word-wrap: break-word;
  word-break: break-all;
  text-align: left !important;
  grid-column-gap: 12px;
}
@media only screen and (max-width: 600px) {
.your-points.yo-poi-mob {
    display: grid;
    grid-row-gap: 13px;
}
.foot-join h3 {
  font-size: 16px;
  margin-top: 20px;
}
.point-refe {
  grid-template-columns: 1fr;
  grid-row-gap: 10px;
}
.airdrop-box h3 {
  display: grid;
  align-items: start;
  justify-content: start;
}
.airdrop-box h3 .socials-wrapper {
  margin-left: 0;
}
.airdrop-box h3 .socials-wrapper {
  margin-left: 0;
  justify-content: start;
  margin-top: 10px;
}
  .footer-bot {
    grid-template-columns: 100%;
    grid-row-gap: 15px;
    text-align: center;
}
.tokenChart {
  width: 100%;
}
.roadMap.pt-5.pb-5 {
  padding-top: 0 !important;
}
.footer-section.pt-5.pb-5 {
  padding-top: 0 !important;
  padding-bottom: 20px !important;
}
.about-dollarL .title-text-two {
  text-align: center !important;
}
.about-dollar.pt-5.pb-5 {
  padding-top: 0 !important;
}
.title-text-two {
  text-align: center;
  font-size: 30px;
}
.black-box {
  background: transparent;
  padding: 0;
  border: 1px solid #141b34;
  padding: 20px;
}
.dash-top-logo #slidecaption {
  left: 29px;
  top: 22px;
}
.dashboard-view-left.active {
  left: 0;
}
.table-design {
  overflow-x: scroll;
}
a.m-close {
  position: absolute;
  right: 10px;
  top: 10px;
  display: block;
  z-index: 1;
}
a.m-close img {
  height: 40px;
}
.dash-top-logo img {
  max-width: 70%;
  margin: 0;
  display: block;
}
.App {
  padding: 0 10px;
  overflow-x: hidden;
}
.anchor-foot {
  display: flex;
  justify-content: center;
  grid-column-gap: 19px;
}
button.navbar-toggler {
  background: #fff;
}
.title-text {
  font-size:30px;
}
.btn-two {
  display: grid;
  grid-row-gap: 10px;
}
.slide-img {
  position: relative;
  margin-top: 50px;
}
img.dollarImgZoom {
  height: 160px;
}
.as-seen-in.pb-5 {
  margin-top: 110px;
}
.about-dollarL {
  text-align: center;
}
.about-dollarL .title-text-two {
  text-align: center;
}
.tokenChart {
  margin-bottom: 40px;
}
.container-box {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.container-box.left::before, .container-box.right::before {
  display: none;
}
.container-box.left .content, .container-box.right .content {
  padding: 30px 30px 30px 40px;
  border-radius: 50px 0 0 50px;
}
.container-box.left .date, .container-box.right .date {
  display: none;
}
.container-box.left .icon, .container-box.right .icon {
  display: none;
}
.container-box.left::after, .container-box.right::after, .timeline::after {
  display: none;
}
.timeline.mt-5 {
  margin: 0 !important;
}

.dashboard-view-scroll {
  display: grid;
  grid-template-columns: 100%;
}

.dashboard-view-left {
  position: absolute;
  left: -100%;
  z-index: 2;
  top: 0;
  height: 100vh;
  transition: 0.5s;
}
.home-slideR {
  padding: 20px 20px;
}
.home-slideR h2 {
  font-size: 25px;
}
.countdown ul li span {
  font-size: 25px;
}
.home-slideR h3 {
  font-size: 20px;
}
.state-usdtT h3 {
  font-size: 25px;
}
.state-usdtT h3 img {
  max-width: 23px;
}
.black-box {
  margin-top: 10px;
}
.n-mem ul {
  grid-template-columns: 100%;
}
.team-add-box p {
  font-size: 18px;
}
img.m-menu {
  display: inline-block;
  margin: 0 6px 0 0;
}
.dash-flex h1 img {
  width: 35px;
}

}
.air-center{
  text-align: center;
  color: #fff;
}
.your-points{
  display: flex;
  justify-content: space-between;
  align-content: center;
}
.referral h3{
  color: #fff;
}