.tradezone {
  background-color: #CDFFE6;
  border-radius: 25px;
  /*margin:2% 8% 2% 8%;*/
  /*margin:calc(8px + 1.5625vw); REMOVED 07/30/2022 to almost eliminate margin on mobile*/
  margin: 1px;
  text-align:center;
}
.outergrid {
  display: grid;
  grid-template-columns: 40% 20% 40%;
  background-color: #CDFFE6;
  /*padding: 10px;*/
  border-radius: 25px;
  max-height:60%;
  /*max-width:80%;*/
  padding-left: calc(8px + 1.5625vw);
  padding-right: calc(8px + 1.5625vw);
  margin: 0 auto;
}

/* Desktop */
@media (min-width:1280px) {
   .tradezone {
	  margin:2% 8% 2% 8%;
	}
	.outergrid {
	  padding: 10px;
	  max-width:80%;
	}
}

.grid-container {
  display: grid;
  grid-template-columns: 33% 33% 33%;
  background-color: #23B574;
  padding: 2px;
  border-radius: 25px;
}
.grid-item {
  background-color: #CDFFE6;
  border: 5px solid #23B574;
  padding: 0px;
  font-size: 18px;
  text-align: center;
  border-radius: 25px;
  margin:2px;
  position:relative;
  max-width:100%;
  height:auto;
}

.grid-item-white {
  background-color: #ffffff;
  padding: 0px;
  font-size: 30px;
  text-align: center;
  border-radius: 25px;
  margin:4px;
/*  max-width:100%;*/
  height:auto;
}

.grid-item img {
    max-width: 100%;
    max-height: 100%;
}


.popupchooser {
	position: fixed; /* Stay in place */
	z-index: 8; /* Sit on top */
	background-color:#CDFFE6;
	top:10%;
	left:10%;
	width:80%;  /* adjust as per your needs */
	height:80%;   /* adjust as per your needs */
	margin-left:0%;   /* negative half of width above */
	margin-top:-10%   /* negative half of height above */
	display: inline-block;
	cursor: pointer;
	border:1px solid black;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	overflow: auto;
	border-radius: 25px;
}

.popupoutergrid {
  background-color: #CDFFE6;
  background-image: linear-gradient(to bottom right, #eeeeee, #4BC652);
  padding: 10px; 	
}

.popupgrid {
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
 // background-color: #CDFFE6;
  padding: 10px;
}

.popupgridcloser {
 // background-color: #CDFFE6;
  padding: 5px;
  text-align:right;
}

.popupbutton {
	width:90%;
	min-width:90%;	
	display:block;
	background-color: #4BC652;
	padding:10px;
	font-size:32px;
	color: #ffffff;
	margin:4px;
	border-radius: 25px;
	font-weight: bold;
}

.modal {
  visibility: hidden; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 8; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.extras {
	position:absolute; 
	bottom:5px; 
	right:4px;
	text-align: right;
	/*background-color:#ff0000;*/
	height:18px;
	width:74px; 
	z-index:5;
}

.neonchooser {
	position: fixed; /* Stay in place */
	z-index: 9; /* Sit on top */
	background-color:#bbddff;
	top:20%;
	left:20%;
	width:55%;  /* adjust as per your needs */
	height:55%;   /* adjust as per your needs */
	margin-left:0%;   /* negative half of width above */
	margin-top:-10%   /* negative half of height above */
	display: inline-block;
	cursor: pointer;
	border:1px solid black;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 25px;
	visibility:hidden;
	font-size: calc(2.5vh + 0.390625vw);
	text-align:left;
	padding-left:20px;
}

.neonchooser input {
	margin:10px 2px 10px 2px;
}

input[type=checkbox] {
    transform: scale(1.5);
	margin-right:10px;
}

input[type=button] {
    transform: scale(1.5);
}

/*next section is for progress bar*/
.meter {
  box-sizing: content-box;
  height: calc(15px + 0.1vh + 0.430625vw); /* Can be anything */
  font-size: calc(14px + 0.1vh + 0.430625vw);
  position: relative;
  margin: 10px 0 5px 0;  /*Just for demo spacing */
  /*background: #555;*/
  border-radius: 25px;
  padding: 10px;
  box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
  text-align: center;
  grid-column: span 3;
  background-image: url("images/tradebg.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}
.meter > span {
  display: block;
  height: 100%;
  float:left;
 /* border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;*/
  background-color: rgb(43, 194, 83);
  background-image: linear-gradient(
    center bottom,
    rgb(43, 194, 83) 37%,
    rgb(84, 240, 84) 69%
  );
  box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3),
    inset 0 -2px 6px rgba(0, 0, 0, 0.4);
  position: relative;
  overflow: hidden;
}
.meter > span:after,
.animate > span > span {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.2) 75%,
    transparent 75%,
    transparent
  );
  z-index: 1;
  background-size: 50px 50px;
  animation: move 10s linear infinite;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
}

.animate > span:after {
  display: none;
}

@keyframes move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}

/*menu css*/
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #CDFFE6;
  text-align:center;
  color:#000000;
  border-color:#000000;
  border: 1px solid black;
}

li {
display: inline-block;
  text-align:center;
}

li a {
  display: block;
  color: #000000;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-weight:bold;
  /*font-size:20px;*/
  font-size: calc(15px + 0.1vh + 0.430625vw);
}

li a:hover:not(.active) {
  background-color: #04AA6D;
}

.active {
  background-color: #14BA7D;
}

a.wflbutton{
	display:inline-block;
	padding:0.2em 0.8em;
	margin:0 0.1em 0.3em 0;
	border:0.16em solid rgba(255,255,255,0);
	border-radius:2em;
	box-sizing: border-box;
	text-decoration:none;
	font-family:'Roboto',sans-serif;
	font-weight:bold;
	color:#FFFFFF;
	text-shadow: 0 0.04em 0.04em rgba(0,0,0,0.35);
	text-align:center;
	transition: all 0.2s;
	font-size:1.5rem;
	min-width:90%;
	max-width:90%;
}
a.wflbutton:hover{
	border-color: rgba(255,255,255,1);
}
@media all and (max-width:30em){
	a.wflbutton{
		display:block;
		margin:0.2em auto;
	}
}

.wrapper2 {
  text-align: center;
    -webkit-text-stroke-width: 1.25px;
    -webkit-text-stroke-color: #000;
    font-size: 100px;
    text-shadow: 0 0px #f3c623, 0 0px #f2aaaa;
    transform: translate(0, 100%) rotate(4deg);
    animation: jump 2s ease-in-out infinite;
    display: inline-block;
    font-family: "Titan One", Arial;
    color: #fff;

    @for $i from 1 through 7 {
      &:nth-child(#{$i}) {
        animation-delay: 120ms * $i;
      }
    }
}
@keyframes jump {
  33% {
    text-shadow: 0 60px #f37121, 0 150px #f2aaaa;
  }
  50% {
    transform: translate(0, 0) rotate(-4deg);
    text-shadow: 0 0px #8fc0a9, 0 0px #84a9ac;
  }
  66.67% {
    text-shadow: 0 -60px #d54062, 0 -150px #8fc0a9;
  }
}

@media screen and (max-height: 200px) {
  .wrapper2 {
    transform: scale(0.3,0.3);
  }
}
@media screen and (max-width: 576px) {
  .wrapper2 {
      font-size: 50px;
  }
}

.login {
	box-sizing: border-box;
  	font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;
  	font-size: 16px;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
  	width: 400px;
  	background-color: #ffffff;
  	box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
  	margin: 300px auto;
}
.login h1 {
  	text-align: center;
  	color: #5b6574;
  	font-size: 24px;
  	padding: 20px 0 20px 0;
  	border-bottom: 2px solid #23b574;
}
.login form {
  	display: flex;
  	flex-wrap: wrap;
  	justify-content: center;
  	padding-top: 20px;
}
.login form label {
  	display: flex;
  	justify-content: center;
  	align-items: center;
  	width: 50px;
  	height: 50px;
  	background-color: #23b574;
  	color: #ffffff;
}
.login form input[type="password"], .login form input[type="text"] {
  	width: 310px;
  	height: 50px;
  	border: 1px solid #dee0e4;
  	margin-bottom: 20px;
  	padding: 0 15px;
}
.login form input[type="submit"] {
  	width: 100%;
  	padding: 15px;
 	margin-top: 20px;
  	background-color: #23b574;
  	border: 0;
  	cursor: pointer;
  	font-weight: bold;
  	color: #ffffff;
  	transition: background-color 0.2s;
}
.login form input[type="submit"]:hover {
	background-color: #6633cc;
  	transition: background-color 0.2s;
}