::-webkit-scrollbar{width:0}
::-webkit-scrollbar-track{background-color:#fff!important;
-webkit-box-shadow:inset 0 0 0 rgba(0,0,0,0.25);
box-shadow:inset 0 0 0 rgba(0,0,0,0.25);border-radius:0}
::-webkit-scrollbar-thumb{border-radius:0;
-webkit-box-shadow:inset 0 0 0 0 rgba(0,0,0,0.5);
box-shadow:inset 0 0 0 0 rgba(0,0,0,0.5)}

#progressbar {
  position: fixed;
  height: 5px;
  z-index: 100000;
  top: 0;
  left: 0;
  right: calc( 100% );
  background-color: #dffd00;
  transition: right .5s linear 0s;
}

.wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 999999;
  background-color: #ccc;
  background-image: linear-gradient(to bottom right, #fff, #111);
}

body{
top: 0px !important;  
background-repeat: no-repeat;
background-size: cover;
font-family:'Sora', sans-serif;
background: #222;
color:#fff;

margin: 0;
transition: background 0.2s linear;
}

body.dark {
    background: #fff;
    color:#222; 
}
.checkbox {
  opacity: 0;
  position: absolute;
}

.label {
  width: 40px;
  display: flex;
  border-radius:25px;
  align-items: center;
  justify-content: space-between;
  padding: 5px 4px;
  position: relative;
}

.ball {
  width: 20px;
  height: 20px;
  background-color: white;
  position: absolute;
  top: 2px;
  left: 2px;
  border-radius: 50%;
  transition: transform 0.2s linear;
  cursor: pointer;
}

/*  target the elemenent after the label*/
.checkbox:checked + .label .ball{
  transform: translateX(24px);
}

.fa-moon {
  color: white;
}

.fa-sun {
  color: black;
}

a{
  color: #333;
}

.navbar{
  position: relative;
  z-index: 30;
  backdrop-filter: blur(24px);
}

.navbar-brand{
  float: left;
  margin-left:25px;
  height: 65px;
}

.navbar-end{
  float: right;
  margin: 25px;
}

.navbar-item {
  color: #4a4a4a;
  display: block;
  position: relative;
  text-decoration:none;
}

.navbar-item img {
  max-height: 70px;
  margin-left: -10px;
  margin-top: 10px;;
}

.navbar-menu{
    flex-grow: 1;
    flex-shrink: 0;
}

.gradient {
  background-image: radial-gradient(circle farthest-corner at 0% 0%,#f17b85,#f79393 15%,#fee4a5 45%,#9ae8b0 65%,#5ba5d0 90%,#9078d0);
    -webkit-background-clip: text;
    font-size: 35px;
    background-clip:text;
    -webkit-text-fill-color: transparent;
}

.downline{
    display: block;
    list-style: auto;
    margin: 0;
}
.amount{
  display: block;
  list-style: none;
  margin: 0;
}

.button {
  background-color: #fff;
  color: #363636;
  cursor: pointer;
  justify-content: center;
  padding-bottom: calc(0.5em - 1px);
  padding-left: 1em;
  padding-right: 1em;
  padding-top: calc(0.5em - 1px);
  text-align: center;
  white-space: nowrap;
  border-radius: 5px;
  transition: 0.25s linear;
  text-decoration: none;
  border: 1px solid #777;
}

.button:hover{
  transform: translateY(-6px);
  background: rgb(26, 140, 216);
  color: #fff;
}

.button-copy {
  cursor: pointer;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  border-radius: 5px;
  transition: 0.25s linear;
  text-decoration: none;
  margin-left: 5px;
}

.button-copy:hover{
  transform: translateY(-6px);
  color: #999;
}

.button.is-primary {
  background-color: #00d1b2;
  border-color: transparent;
  color: #000;
}
.button.is-primary:hover{
  transform: translateY(-6px);
  color: #fff;
}

.button.is-danger {
  background-color: red;
  border-color: transparent;
  color: #fff;
}

.button.is-danger:hover{
  transform: translateY(-6px);
  color: #333;
}


.button.is-danger:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

.btn {
    background-color: #363636;
    color: #fff;
    cursor: pointer;
    justify-content: center;
    padding-bottom: calc(0.5em - 1px);
    padding-left: 1em;
    padding-right: 1em;
    padding-top: calc(0.5em - 1px);
    text-align: center;
    white-space: nowrap;
    border-radius: 5px;
    transition: 0.25s linear;
    text-decoration: none;
    border: 1px solid #777;
  }

  .btn:hover{
    transform: translateY(-6px);
    background: #fff;
    color: #333;
  } 

.control{
  margin-bottom: 0;
    margin-right: 0.75rem;
}

.field.is-grouped {
  display: flex;
  justify-content: flex-start;
}

.grid{
display: block;
grid-template-columns: repeat(3,1fr);
grid-gap: 30px;
align-items: center;
justify-content: center;
}
.grid > article{
border: none;
box-shadow: 2px 2px 6px 0 rgba(0,0,0,0.75);
border-radius: 20px;
text-align: center;
width: 70%;
transition: transform 0.15s;
margin-top: 50px;
background: rgba(0,0,0,0);
}
.grid > article:hover{
transform:translateY(25px);
box-shadow: 2px 2px 26px 0 rgba(0,0,0,0.75);
}
.grid > article img {
width: 100%;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
}
.info{
    padding: 20px;
  }  
.text{
padding: 20px 5px;
}
.text button{
transform: translateY(10px);
transition: 0.3s linear;    
margin-top: 2rem;
background: red;
border-radius: 10px;
border: none;
padding: 10px;
width: auto;
font-weight: 600;
text-transform: uppercase;
cursor: pointer;
color: white;
}

.text button:hover{
  transform: translateY(10px);
  transition: 0.3s linear;
  background: #333;
  color: white;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

form {
margin: 0 auto;
text-align: center;
padding: 5px 0;
}

form #input-wrap {
margin: 0;
padding: 0;
}

input#wAccount {
  padding: 10px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid rgb(85, 85, 85);
  background: white;
  width: 35%;
  outline: none;
}

.currency{
  margin: 0;
  font-size: 20px;
  position: absolute;
  top: 10px;
  right: 30px;
  font-weight: 500;
  color: black;
}

input[type=walletAddress]::-webkit-inner-spin-button,
input[type=walletAddress]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}

.scan {
background: #dffd00;
padding: 5px 10px;
border-radius: 5px;
}
.scan a:hover{
  border-bottom: 1px solid #333;
  transition: 0.25s linear;
  }

.scanlink{
font-size: 15px;
text-decoration: none;
}

.guide, .faq, .ref{
  width: 50%;
  text-align: initial;
  font-size: small;
  margin: 50px 0 auto;
}

hr{
  width: 50%;
  border: 1px solid rgb(0, 0, 0, 0);
  border-radius: 5px;
  margin: 50px auto;
}
.refer{
  padding: 10px;
  border: 1px solid #999; 
  width: max-content;
  border-radius: 10px;
  font-size: 10px;
}

.logo{
  font-family: "Akaya Telivigala", cursive;
  font-size: 4rem;
  transition: all 0.2s ease 0s;
  cursor: pointer;
}

.top{
  width: 3rem;
  height: 3rem;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  cursor: pointer;
  display: none;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  border-radius: 50%;
  transition: all 0.2s ease 0s;
}
.walletaccount{
    background: #dffd00;
    width: max-content;
    padding: 0 5px;
    border-radius: 5px;
}

.accordion{
  background-color:rgb(0,0,0,0);
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 20px;
  transition: 0.4s;
}

.active, .accordion:hover {
  transition: 0.4s;
}

.accordion:after {
  content: '\002B';
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.data{
  box-sizing: border-box;
    display: flex;
    flex-flow: row wrap;
    width: 300px;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}

.outer{
  box-sizing: border-box;
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    margin-top:50px;
}

.inner{
  box-sizing: border-box;
    flex-direction: row;
    -webkit-box-flex: 1;
    flex-grow: 1;
    padding: 0 5px;
}

@media screen and (max-width: 992px) {
  .guide, .faq, .ref{
    width: 80%;
    text-align: initial;
    font-size: small;
    margin: 50px 0 auto;
  }
}

@media screen and (max-width: 600px) {
  .guide, .faq, .ref{
    width: 90%;
    text-align: initial;
    font-size: small;
    margin: 50px 0 auto;
    font-size: 85%;
  }
  .hidden{
    display: none;
  }
  .refer{
    font-size: 7px;
  }
  input#wAccount {
    width: 92%;
  }
  .grid > article{
    width: 95%;
    }
  .text .info{
    padding: 0;
    }

}