.tradezone {
    background-color: #cdffe6;
    border-radius: 25px;
    margin: 1px;
    text-align: center
}

.outergrid {
    display: grid;
    grid-template-columns: 40% 20% 40%;
    background-color: #cdffe6;
    border-radius: 25px;
    max-height: 60%;
    padding-left: calc(8px + 1.5625vw);
    padding-right: calc(8px + 1.5625vw);
    margin: 0 auto
}

@media(min-width: 1280px) {
    .tradezone {
        margin: 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: 0;
    font-size: 18px;
    text-align: center;
    border-radius: 25px;
    margin: 2px;
    position: relative;
    max-width: 100%;
    height: auto
}

.grid-item-white {
    background-color: #fff;
    padding: 0;
    font-size: 30px;
    text-align: center;
    border-radius: 25px;
    margin: 4px;
    height: auto
}

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

.popupchooser {
    position: fixed;
    z-index: 8;
    background-color: #cdffe6;
    top: 20%;
    left: 10%;
    width: 80%;
    height: 80%;
    margin-left: 0%;
    /* margin-top: -10% display:inline-block; */
    cursor: pointer;
    border: 1px solid #000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: auto;
    border-radius: 25px
}

.popupoutergrid {
    display: grid;
    grid-template-columns: 28% 72%;
    background-color: #cdffe6;
    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: #fff;
    margin: 4px;
    border-radius: 25px;
    font-weight: 700
}

.modal {
    visibility: hidden;
    position: fixed;
    z-index: 8;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, .4)
}

.extras {
    position: absolute;
    bottom: 5px;
    right: 4px;
    text-align: right;
    max-height: 100%;
    max-width: 100%;
    z-index: 5
}

.neonchooser {
    position: fixed;
    z-index: 9;
    background-color: #bdf;
    top: 20%;
    left: 20%;
    width: 55%;
    height: 55%;
    margin-left: 0%;
    margin-top: -10% display:inline-block;
    cursor: pointer;
    border: 1px solid #000;
    -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
}

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

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

.meter {
    box-sizing: content-box;
    height: calc(15px + 0.1vh + 0.430625vw);
    font-size: calc(14px + 0.1vh + 0.430625vw);
    position: relative;
    margin: 10px 0 5px;
    border-radius: 25px;
    padding: 10px;
    box-shadow: inset 0 -1px 1px rgba(255, 255, 255, .3);
    text-align: center;
    grid-column: span 3;
    /* background-image: url(templates/images/tradebg.png); */
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto
}

.meter>span {
    display: block;
    height: 100%;
    float: left;
    background-color: #2bc253;
    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, .3), inset 0 -2px 6px rgba(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 2s 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
    }
}

ul {
    /* list-style-type: none;
    margin: 0;
    padding: 0; */
    /* overflow: hidden; */
    /* background-color: #cdffe6;
    text-align: center;
    color: #000;
    border-color: #000; */
    /* border: 1px solid #000 */
}

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

/* li a {
    display: block;
    color: #000;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-weight: 700;
    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: .2em .8em;
    margin: 0 .1em .3em 0;
    border: .16em solid transparent;
    border-radius: 2em;
    box-sizing: border-box;
    text-decoration: none;
    /* font-family: roboto, sans-serif; */
    font-weight: 700;
    color: #fff;
    text-shadow: 0 .04em .04em rgba(0, 0, 0, .35);
    text-align: center;
    transition: all .2s;
    font-size: 1.5rem;
    min-width: 90%;
    max-width: 90%
}

a.wflbutton:hover {
    border-color: #fff
}

@media all and (max-width: 30em) {
    a.wflbutton {
        display: block;
        margin: .2em auto;
        font-size: 10px;
    }
}

.wrapper2 {
    text-align: center;
    -webkit-text-stroke-width: 1.25px;
    -webkit-text-stroke-color: #000;
    font-size: 100px;
    text-shadow: 0 0 #f3c623, 0 0 #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 0 #8fc0a9, 0 0 #84a9ac
    }

    66.67% {
        text-shadow: 0 -60px #d54062, 0 -150px #8fc0a9
    }
}

@media screen and (max-height: 200px) {
    .wrapper2 {
        transform: scale(.3, .3)
    }
}

@media screen and (max-width: 576px) {
    .wrapper2 {
        font-size: 50px
    }

    .grid-container {

        max-height: 20vh;
    }

    .popupchooser {

        width: 100%;
        position: initial;
        margin-top: 150px;

    }

    .extras {
        display: flex;
        flex-direction: row;
        /* Aligns items horizontally */
        justify-content: space-around;
        /* Distributes span tags evenly */
        align-items: center;
        /* Vertically aligns within the div */
        text-align: center;
        /* Ensures content is centered in each span */
        position: relative;
        text-align: center;
        /* Center text horizontally, if desired */

    }

    .extras span {
        font-size: 5px;

    }

}