body{

}
.ondesktop{ display: block !important; }
.onmobile{ display:none !important; }
.topbarWrapper, .mynavbar{
  background-color: #343A40 !important;
}
.logo{
  height: 35px;
  width: auto;
}
.bannerWrapper{
  background-color: #6C757D !important;
  color: white;
  border-radius: 0px !important;
  margin-bottom: 0px !important;
}
.contract_address{
  padding: 10px 20px;
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 20px;
  word-wrap: break-word;
  text-align: left;
  border: 1px dashed #FFF;
}
.contract{
  border: 1px solid #000000;
  padding: 10px 20px;
  background-color: #FFF;
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 20px;
  word-wrap: break-word;
  text-align: left;
}
.curvybut{
  border-radius: 25px;
  padding-left: 50px;
  padding-right: 50px;
  margin-top: 15px;
  margin-bottom: 10px;
}
.micon{
  margin-right: 15px;
}
.presaleWrapper{
  background-color: #E9ECEF !important;
}
.presalebox{
  background-color: #FFF;
  padding: 20px;
  border-radius: 15px;
  margin-bottom: 20px;
  text-align: center;
}
.circle{
  width: 120px;
  height: 120px;
  line-height: 100px;
  border-radius: 50%;
  font-size: 30px;
  font-weight: bold;
  color: #89B892;
  text-align: center;
  border: 7px solid #89B892 !important;
  margin-top: 10px;
  margin-bottom: 10px;
}
.presalebox_padding{
  padding: 10px;
}
.allocationbox{
  background-color: #FFF;
  border: 1px solid #FFA43D;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 30px;
}
.redspan{
  font-size: 30px;
  font-weight: bold;
  color: #FFA43D;
}
.bigtxt{
  font-size: 23px;
}
.bigicon{
  font-size: 30px !important;
  margin-bottom: 10px;
}
.rwa_booster_wrapper{
  margin-top: 50px;
  margin-bottom: 50px;
}
.pointbox{
  border-radius: 15px;
  background-color: #FFF;
  border: 4px solid #99A3AC;
  padding: 20px;
  font-size: 18px;
  margin-bottom: 20px;
}
.whitetxt{
  color: #FFF !important;
}
.smallbox{
  border-radius: 15px;
  background-color: #FFF;
  border: 1px solid #99A3AC;
  padding: 20px;
  font-size: 18px;
  margin-bottom: 15px;
  margin-top: 20px;
  text-align: center;
  color: #000;
}
.smallbox p{
  margin: 0px;
  padding: 0px;
}
.tokenomics{
  background-color: rgba(0, 0, 0, 0.3);
  color: #FFF;
  padding: 25px;
  border-radius: 15px;
}
.buybox{
  border-radius: 15px;
  border: 3px solid #FFF;
  padding: 20px;
  font-size: 18px;
  margin-bottom: 15px;
  margin-top: 20px;
  text-align: center;
  color: #FFF;
  min-height: 100px;
  background-color: #343A40;
}
.curveImg{
  border-radius: 25px;
  margin-top: 50px;
}
.howtoimg{
  width: 70px;
  height: auto;
}
.footerwrapper{
  background: url("../images/footer_bg.png") #40454B repeat-x;
  min-height: 400px;
}

* {
  box-sizing: border-box;
}

/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: #9A9EA3;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* timeline_container around content */
.timeline_container {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.timeline_container::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -17px;
  background-color: white;
  border: 4px solid #9A9EA3;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the timeline_container to the left */
.left {
  left: 0;
}

/* Place the timeline_container to the right */
.right {
  left: 50%;
}

/* Add arrows to the left timeline_container (pointing right) */
.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid #DBE0E6;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #DBE0E6;
}

/* Add arrows to the right timeline_container (pointing left) */
.right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid #DBE0E6;
  border-width: 10px 10px 10px 0;
  border-color: transparent #DBE0E6 transparent transparent;
}

/* Fix the circle for timeline_containers on the right side */
.right::after {
  left: -16px;
}
/* The actual content */
.content {
  padding: 20px 30px;
  background-color: #DBE0E6;
  position: relative;
  border-radius: 6px;
}
.dark_fluid_container{
  background-color: #000000 !important;
  padding-bottom: 50px;
  color: #FFF !important;
}
.searchbox{
  background-color: #343A40 !important;
  padding: 10px;
  padding-bottom: 0px;
  border: 1px solid #969EA7;
  margin-bottom:  20px;
}
.searchf{
  width: 100%;
  border: 1px solid #969EA7;
  padding: 5px;
  margin-bottom: 10px;
  background-color: #000 !important;
  color: #FFF;
}
.searchbut{
  background-color: #000 !important;
  width: 100%;
  border: 1px solid #969EA7;
  padding: 5px;
  margin-bottom: 10px;
  color: #FFF;
}
/* //////////////////////////// Pagination ///////////////////////////// */
div.pagination {
	font-family: Calibri, Arial;
	margin: 0px;
	padding: 4px;
	font-size:11px;
	margin-top: 1px;
}
div.pagination a {
	padding: 2px 7px 2px 7px;
	margin: 0px 2px 0px 2px;
	text-decoration: none; /* no underline */
	color: #FFF;
	display: inline-block;
	border: 1px solid #FFF;
}
div.pagination a:hover, div.pagination a:active {
	border: 1px solid #FFF;
	color: #FFF;
	display: inline-block;
  background-color: #000;
}
div.pagination span.current {
	padding: 1px 5px 1px 5px;
	margin: 0px 2px 0px 2px;
	border: 1px solid #E9E9E9;
	font-weight: bold;
	background-color: #F0F0F0;
	color: #9393AE;
	display: inline-block;
}
div.pagination span.disabled {
	padding: 1px 5px 1px 5px;
	margin: 0px 2px 0px 2px;
	color: #DDD;
	display: inline-block;
}

.footer{
  padding: 20px;
  background-color: #000;
  color: #FFF;
  margin-top: 50px;
}
.footer a{
  color: #FFF;
  margin-right: 20px;
}
.footerimg{
  height: 25px;
  width: auto;
  margin-right: 50px;
}
/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  .mpadding{
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
  .ondesktop{ display: none !important; }
  .onmobile{ display: block !important; }
  /* Place the timelime to the left */
  .timeline::after {
    left: 31px;
  }
  .footerimg{
    display: block;
    margin-bottom: 10px;
  }
  /* Full-width timeline_containers */
  .timeline_container {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

  /* Make sure that all arrows are pointing leftwards */
  .timeline_container::before {
  left: 60px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .left::after, .right::after {
  left: 15px;
  }

  /* Make all right timeline_containers behave like the left ones */
  .right {
  left: 0%;
  }
}
