* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html, body {
    height: auto;
    width: 100%;
}
.fees_red {
    font-family: 'Bubblegum Sans', cursive;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    color: #ed4c5c;
    font-size: 1.3rem;
    cursor: pointer;
    border: 2px solid #ed4c5c;
    padding: .08em .5em;
    border-radius: 20px;   
}
.fees_green {
   font-family: 'Bubblegum Sans', cursive;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    color: #6db919;
    font-size: 1.3rem;
    cursor: pointer;
    border: 2px solid #6db919;
    padding: .08em .5em;
    border-radius: 20px; 
}
.fees_green:hover {   
   color: #559015;
}
.fees_red:hover {   
   color: #c5313f;
}
body {
    width: 100%;
    min-width: 100%;
    height: auto;
    color: #90cdf1;
    font-family: 'Bubblegum Sans', cursive;
    font-size: 1.3rem;
    line-height: 1.5rem;
    background: #fff url("../images/bg.png") top center no-repeat;
    overflow: hidden;
}
ul {
    padding: 0;
    margin: 0;
}
h1 {
    font-size: 40px;
    line-height: 40px;
    position: relative;
    color: #fff;
}
h2 {
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    position: relative;
}
h3 {
    font-size: 18px;
    line-height: 18px;
    color: #fff;
}
ul {
    list-style: none;
}
input[type=submit],
button,
.button-green {
    border: none;
    cursor: pointer;
    font-family: 'Bubblegum Sans', cursive;
    display: block;
    font-weight: 800;
    background-color: #6db919;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(hsla(88, 87%, 73%, .9)), to(hsla(88, 90%, 60%, .2)));
    background-image: -webkit-linear-gradient(hsla(88, 87%, 73%, .9), hsla(88, 90%, 60%, .2));
    background-image: -moz-linear-gradient(hsla(88, 87%, 73%, .9), hsla(88, 90%, 60%, .2));
    background-image: -o-linear-gradient(hsla(88, 87%, 73%, .9), hsla(88, 90%, 60%, .2));
    border-radius: 8px;
    line-height: 1;
    text-shadow: 0 1px 1px rgba(255,255,255,.6);
    padding: 10px;
    width: auto;
    text-align: center;
    box-shadow: 0 2px 0 #579810, 0 15px 20px rgba(0, 0, 0, .35);
    color: #368005;
    outline: none;
}
button:hover {
  color: #235800;
}
.button > div {
    display: flex;
}
.button > div > button:nth-child(1) {
    margin: 0 1em 0 0;
}
a.button-green:hover {
    color: #368005 !important;
}
button:active, button:focus {
    outline: none;
}
button::-moz-focus-inner {
    border: 0;
}
button:disabled {
    cursor: not-allowed;
    opacity: .6;
}
input[type=text],
input[type=password],
input[type=search],
input[type=number] {
    outline: none;
    color: #a5a7b0;
    font-family: 'Bubblegum Sans', cursive;
    font-weight: 500;
    height: 40px;
    line-height: 50px;
    padding: 0 1em;
    border-radius: 20px 10px 10px 10px;
    background: rgba(255,255,255,.05);
    box-shadow: 0 1px 1px rgba(255,255,255,.1), inset 0 0 2px rgba(0,0,0,.5);
    outline-offset: 0;
    border: none;
}
a {
    font-family: 'Bubblegum Sans', cursive;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-decoration: none;
    color: #ed4c5c;
    font-size: 1.3rem;
    cursor: pointer;
}
a:hover {
    text-decoration: none;
    color: #e14050;
}
button {
    cursor: pointer;
}
img {
    max-width: 100%;
    height: auto;
}
.row {
    margin: 0 auto;
    max-width: 1000px;
}
.header {
    width: 100%;
    padding: 2em 0;
}
.header .row {
    justify-content: space-between;
    align-items: center;
}
.header .row .col-6:nth-child(1) {
    display: flex;
    align-items: center;
}
.avatar {
    border-radius: 50%;
    background-image: linear-gradient(45deg, #000 0%, #250b56 99%, #2f1365 100%);
    width: 80px;
    height: 80px;
    position: relative;
    border: 4px solid #86c5ed;
    box-shadow: 0 0 20px rgba(120,171,197,.7);
}
.avatar > img {
    position: relative;
    top: -28px;
    left: -14px;
    border-radius: 0 50% 50% 50%;
    width: 100px;
    height: 100px;
    max-width: inherit;
}
.hello_text {
    margin: 0 0 0 1em;
    background: rgba(255,255,255,.1);
    padding: .5em;
    border-radius: 20px 10px;
}
.hello_text > span {
    display: block;
}
#typed-cursor {
    display: none;
    opacity: 0;
}
.address {
    margin: -19px 0 .5em 0;
    display: flex;
    justify-content: flex-end;
    width: auto;
    align-items: center;
}
.address .online {
    background: rgba(255,255,255,.1);
    height: 40px;
    line-height: 38px;
    padding: 0 .5em 0 1em;
    border-radius: 20px 10px;
    position: relative;
}
.address .online:before {
    position: absolute;
    content: '';
    height: 4px;
    width: 4px;
    top: 50%;
    left: .4em;
    margin: -1px 0 0 0;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(109,185,125,1);
    background: #6db919;
    transform: scale(1);
    animation: pulse 2s infinite;
}
@keyframes pulse {
    0% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(109,185,125,.7);
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 5px rgba(109,185,125,0);
    }

    100% {
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(109,185,125,0);
    }
}
.address .online span {
    font-size: .7em;
}
.settings {
    margin: 0 0 0 .5em;
}
.settings > a {
    display: block;
    height: 40px;
    width: 40px;
    background-color: rgba(255,255,255,.1);
    border-radius: 20px 10px;
    border: none;
    outline: none;
    background-image: url(../images/settings.png);
    background-position: center center;
    background-size: 20px;
    background-repeat: no-repeat;
}

.logout {
  margin: 0 0 0 .5em;
  display: block;
  height: 40px;
  width: 40px;
  background-color: rgba(255,255,255,.1);
  border-radius: 20px 10px;
  border: none;
  outline: none;
  background-image: url(../images/logout-arrows.png);
  background-position: center center;
  background-size: 20px;
  background-repeat: no-repeat;
}

.social_links {
    margin: 0 0 0 .5em;
}
.social_links > ul {
    display: flex;
}
.social_links > ul > li {
    margin: 0 .5em 0 0;
}
.social_links > ul > li:last-of-type {
    margin: 0;
}
.social_links > ul > li > a {
    opacity: .7;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.social_links > ul > li > a:hover {
    opacity: 1;
}
.social_links > ul > li > a > img {
    max-width: 20px;
}
::-webkit-scrollbar {
    width: 3px;
    background: rgba(0,0,0,.2);
    border-radius: 2px;
}
::-webkit-scrollbar-thumb {
    background-color: #6db919;
    border-radius: 2px;
}
.modal-dialog {
    overflow-y: initial !important
}
.modal-body {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
}
.modal-content {
    background: rgba(0,0,0,.97);
    box-shadow: 3px 3px 0 rgba(0,0,0,.25);
    border-radius: 20px 10px;
    padding: 1em;
    border: none;
}
.modal-content .close {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 53px;
    height: 44px;
    line-height: 46px;
    text-align: center;
    background: url(../images/button.png) center center no-repeat;
    background-size: 53px;
    opacity: 1;
    color: #fff;
    text-shadow: 0 2px 2px rgba(255,119,44,1);
    z-index: 2;
    outline: none;
    border: none !important;
    box-shadow: none;
}
.modal-content .close:hover {
    color: #fff !important;
    opacity: 1 !important;
}
.modal-body .row {
    align-items: flex-start !important;
}

.modal-body .row .col-6 {
    display: block !important;
}
.music_box,
.language {
    text-align: center;
}
ul.music-list > li#pause a {
    margin: 1em auto 0 auto;
    display: block;
    width: 50px;
    height: 50px;
    background: url("../images/sound.png") top center no-repeat;
    background-size: 50px;
}
ul.music-list > li#play a {
    margin: 1em auto 0 auto;
    display: block;
    width: 50px;
    height: 50px;
    background: url("../images/sound.png") bottom center no-repeat;
    background-size: 50px;
}

.balances {
    display: flex;
    justify-content: flex-end;
    margin: 0 -10px 0 0;
}
.balance {
    display: flex;
    align-items: center;
    position: relative;

}
.balance > a {
    position: absolute;
    content: '';
    right: 5px;
    top: -5px;
    z-index: 1;
    font-weight: 900;
    background-color: #6db919;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(hsla(88, 87%, 73%, .9)), to(hsla(88, 90%, 60%, .2)));
    background-image: -webkit-linear-gradient(hsla(88, 87%, 73%, .9), hsla(88, 90%, 60%, .2));
    background-image: -moz-linear-gradient(hsla(88, 87%, 73%, .9), hsla(88, 90%, 60%, .2));
    background-image: -o-linear-gradient(hsla(88, 87%, 73%, .9), hsla(88, 90%, 60%, .2));
    line-height: 24px;
    text-shadow: 0 1px 1px rgba(255,255,255,.8);
    height: 22px;
    width: 22px;
    text-align: center;
    box-shadow: 0 2px 0 #579810, 0 15px 20px rgba(0,0,0,.35);
    color: #368005;
    display: block;
    border-radius: 50%;
}
.balance .sum {
    display: block;
    /*width: 150px;*/
    height: 40px;
    line-height: 45px;
    padding: 0 1em;
    border-radius: 20px 10px 10px 10px;
    background: rgba(255,255,255,.05);
    box-shadow: 0 1px 1px rgba(255,255,255,.1), inset 0 0 2px rgba(0,0,0,.5);
}
.balance .sum > span {
    color: #fff;
}
.balance .icon {
    position: relative;
    left: -10px;
    width: 53px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: url("../images/button.png") center center no-repeat;
    background-size: 53px;
}
.balance .flame > img {
    max-width: 30px;
}
.balance .xtz > img {
    max-width: 20px;
}

.cool_green_sign {
  position: absolute;
    content: '';
    right: 5px;
    top: -5px;
    z-index: 1;
    font-weight: 900;
    background-color: #6db919;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(hsla(88, 87%, 73%, .9)), to(hsla(88, 90%, 60%, .2)));
    background-image: -webkit-linear-gradient(hsla(88, 87%, 73%, .9), hsla(88, 90%, 60%, .2));
    background-image: -moz-linear-gradient(hsla(88, 87%, 73%, .9), hsla(88, 90%, 60%, .2));
    background-image: -o-linear-gradient(hsla(88, 87%, 73%, .9), hsla(88, 90%, 60%, .2));
    line-height: 24px;
    text-shadow: 0 1px 1px rgba(255,255,255,.8);
    height: 22px;
    width: 22px;
    text-align: center;
    box-shadow: 0 2px 0 #579810, 0 15px 20px rgba(0,0,0,.35);
    color: #368005;
    display: block;
    border-radius: 50%;
}

.game_links > li {
    margin: 0 0 1em 0;
}
.game_links > li:last-of-type {
    margin: 0;
}
.game_links > li > a {
    font-size: 1rem;
    display: block;
    height: 70px;
    width: 80px;
    background-color: rgba(0,0,0,.65);
    border-radius: 20px 10px;
    box-shadow: 3px 3px 0 rgba(0,0,0,.25);
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
}
.game_links > li > a:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.game_links > li > a > img {
    max-width: 46px;
    position: relative;
    top: -10px;
}
.game_links > li > a > span {
    display: block;
    color: #fff;
    text-shadow: 0 2px 2px rgba(53,0,86,.5);
    position: relative;
    text-align: center;
    top: -8px;
}
.news_body h4,
.faq_body h4 {
    margin: 0;
    position: relative;
}
.news_body h4 > img {
    margin: 0 .2em 0 0;
    position: relative;
    top: -2px;
}
.news_body li,
.faq_body li,
.farm_body li {
    margin: 0 0 1em 0;
    position: relative;
}
.news_body li:last-of-type,
.faq_body li:last-of-type,
.farm_body li:last-of-type {
    margin: 0;
}
.news_body small {
    font-size: .6em;
}
.farm_body span {
    color: #fff;
    font-size: .9em;
}
.news_body span,
.faq_body span {
    font-size: .8em;
    color: #fff;
    display: block;
}
.farm_body li:nth-child(even) {
    text-align: right;
}
.farm_body li img {
    float: right;
    max-width: 100px;
}
.farm_body li:nth-child(even) img {
    float: left;
}
.farm_body li:before {
    position: absolute;
    top: 50%;
    font-size: 5em;
    color: #fff;
    opacity: .08;
    z-index: 1;
}
.farm_body li:nth-child(1):before {
    left: 0;
    content: '01';
}
.farm_body li:nth-child(2):before {
    right: 0;
    content: '02';
}
.farm_body li:nth-child(3):before {
    left: 0;
    content: '03';
}
.farm_body li:nth-child(4):before {
    right: 0;
    content: '04';
}
.farm_body li:nth-child(5):before {
    left: 0;
    content: '05';
}
.farm_body li:nth-child(6):before {
    right: 0;
    content: '06';
}
.planets_list {
    border: none;
}
.planets_list > li {
    margin: 0 0 1.5em 0 !important;
}
.planets_list > li:last-of-type {
    margin: 0 0 .5em 0 !important;
}
.planets_list > li:nth-child(1) {
    padding: 30px 0 0 0;
}
.planets_list > li > a {
    display: block;
    font-size: 1rem;
    background-color: rgba(0,0,0,.65);
    border-radius: 20px 10px !important;
    box-shadow: 3px 3px 0 rgba(0,0,0,.25);
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-align: center;
    border: none !important;
    width: 100%;
    height: 100%;
}
.planets_list > li > a.nav-link.active {
    background-color: rgba(0,0,0,.75) !important;
    border: none;
}
.planets_list > li > a:hover{
    background-color: rgba(0,0,0,.75) !important;
    border: none;
}
.planets_list > li > a > img {
    max-width: 80px;
    position: relative;
    top: -30px;
}
.planets_list > li > a > span {
    display: block;
    color: #fff;
    text-shadow: 0 2px 2px rgba(53,0,8,.5);
    position: relative;
    text-align: center;
    margin: -20px 0 0 0;
    text-transform: uppercase;
}
.about_token > span {
    display: inline-block;
    background: rgba(255,255,255,.1);
    padding: .5em;
    border-radius: 20px 10px;
    font-size: .8em;
}
.roi {
    background-color: rgba(0,0,0,.65);
    border-radius: 20px 10px;
    box-shadow: 3px 3px 0 rgba(0,0,0,.25);
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 1em;
    margin: 1em 0 0 0;
}
.roi > h2 {
    margin: 0;
}
.roi > h2 > img {
    margin: 0 .2em 0 0;
    position: relative;
    max-width: 13px;
    top: -2px;
}
.roi > small {
    display: block;
    margin: 1em 0 0 0;
    font-size: .7em;
}
.roi > span {
    display: block;
}
.table {
    margin: 1em 0 0 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, auto);
}
.spacer {
    position: relative;
    padding: 1em;
    margin: 1em 0 0 0;
}
.table > .td > span {
    color: #fff;
}
.table span {
    font-size: .8em;
}

.lottery-table {
    margin: 1em 0 0 0;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(4, auto);
}

.lottery-table > .tr {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(1, auto);
}

.lottery-table > .tr > .td > span {
    color: #fff;
}

.lottery-table span {
    font-size: .8em;
}

.lottery-table-nj {
    margin: 1em 0 0 0;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(4, auto);
}

.lottery-table-nj > .tr {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, auto);
}

.lottery-table-nj > .tr > .td > span {
    color: #fff;
}

.lottery-table-nj > .tr > .td > img {
    max-width: 25px;
    padding-right: 3px;
}

.lottery-table-nj span {
    font-size: .8em;
}

.table2c {
  margin: 1em 0 0 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, auto);
}
.table2c > .td > span {
  color: #fff;
}

.table2c > .td {
  padding-right: 10px;
}

.table2c > .th {
  padding-right: 10px;
}

.table2c span {
  font-size: .8em;
}

.left {
    position: fixed;
    content: '';
    right: 20px;
    top: 20%;
    z-index: 0;
}
.modal-backdrop {
    display: none;
}
.game .row > .col-2 > ul {
    max-height: 80vh;
    overflow-y: auto;
    overflow-x: hidden;
}
.game .row > .col-10 {
    padding: 0;
}
.main_body {
    max-height: 66vh;
    overflow-y: auto;
    overflow-x: hidden;
}
.top{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top > img {
    max-width: 20%;
}
.name {
    text-align: right;
}
.name > ul {
    display: flex;
    justify-content: flex-end;
}
.name > ul > li {
    margin: 0 .5em 0 0;
    border: 2px solid #6db919;
    padding: .05em .3em;
    border-radius: 20px;
}
.name > ul > li span {
    color: #6db919;
    font-size: .7em;
}
.name > ul > li:nth-child(1) > img {
    max-width: 16px;
    margin: -2px .2em 0 0;
}
.name > ul > li:last-of-type {
    margin: 0;
    background: #6db919;
}
.name > ul > li:last-of-type > span {
    color: #000000;
    /* color: #368005; */
   /* text-shadow: 0 1px 1px rgba(255,255,255,.6); */
   /* font-weight: 700; */
}
.middle {
    margin: 1em 0 0 0;
}
.middle .apr,
.middle .earn {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}
.middle .earn {
    margin: .5em 0 0 0;
}
.earned {
    margin: 1em 0 0 0;
}
.staked {
    margin: .5em 0 0 0;
}
.staked > h2 {
    cursor: pointer;
}
.earned > h4,
.staked > h4 {
    color: #fff;
    font-size: .9em;
}
.staked > h4.stake_balance {
    color: #fff;
    font-size: .9em;
}
.earned_body {
     display: flex;
     -webkit-box-pack: justify;
     justify-content: left;
     -webkit-box-align: center;
     align-items: center;
}
.earned_body > h2 {
    min-width: 220px;
    height: 40px;
    line-height: 45px;
    padding: 0 1em;
    border-radius: 20px 10px 10px 10px;
    background: rgba(255,255,255,.05);
    box-shadow: 0 1px 1px rgba(255,255,255,.1), inset 0 0 2px rgba(0,0,0,.5);
    margin: 0;
}
.earned_body > input {
  min-width: 220px;
  height: 40px;
  line-height: 45px;
  padding: 0 1em;
  border-radius: 20px 10px 10px 10px;
  background: rgba(255,255,255,.05);
  box-shadow: 0 1px 1px rgba(255,255,255,.1), inset 0 0 2px rgba(0,0,0,.5);
  margin: 0;
}
.farm_folder {
    display: block;
    background-color: rgba(0,0,0,.65);
    border-radius: 20px 10px;
    box-shadow: 3px 3px 0 rgba(0,0,0,.25);
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 1em;
    margin: 0 0 1em 0;
}
.farm_folder:hover {
    background-color: rgba(0,0,0,.75);
    box-shadow: 3px 3px 0 rgba(0,0,0,.25);
}
.farm_folder .button > input {
    margin: 0 auto;
}

#bucketList .farm_folder {
  cursor: pointer;
}

.button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1em 0 0 0;
}

.details_body img {
    max-width: 100px;
    margin: 0 0 1em 0;
}
.details_body h2 {
    margin: 2em 0 0 0;
}
.details_body h2 span {
    font-size: 1.3em;
}
.details_body ul {
    margin: 1em 0 0 0;
}
.details_body ul a {
    position: relative;
}
.details_body ul a:after {
    position: absolute;
    content: '';
    right: -15px;
    top: 0;
    width: 10px;
    height: 10px;
    background: url("../images/resize.svg") center center no-repeat;
    background-size: 10px;
}
.panel-nav {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 0;
}
.panel-nav > ul {
    display: flex;
    align-items: flex-end;
}
.panel-nav > ul > li {
    margin: 0 .5em 0 0;

}
.panel-nav > ul > li:last-of-type {
    margin: 0;
}
.panel-nav > ul > li > a {
    width: 80px;
    height: 80px;
    display: block;
    background-color: rgba(0, 0, 0, .65);
    border-radius: 20px 10px;
    -webkit-transition: background-color .2s ease-in-out, -webkit-transform .1s ease-in-out;
    -moz-transition: background-color .2s ease-in-out, -moz-transform .1s ease-in-out;
    -o-transition: background-color .2s ease-in-out, -o-transform .1s ease-in-out;
    transition: background-color .2s ease-in-out, transform .1s ease-in-out;
    text-align: center;
    box-shadow: 3px 3px 0 rgb(0,0,0,.25);
}
.panel-nav > ul > li.ship > a {
    width: 140px;
    height: 140px;
}
.panel-nav > ul > li > a > img {
    max-width: 60px;
    margin-top: -10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.panel-nav > ul > li > a:hover > img {
    max-width: 70px;
    margin-top: -20px;
}
.panel-nav > ul > li.ship > a > img {
    max-width: 125px;
    margin-top: -50px;
}
.panel-nav > ul > li.ship > a:hover > img {
    max-width: 140px;
    margin-top: -75px;
}
.panel-nav > ul > li > a > span {
    display: block;
    color: #fff;
    font-size: .8em;
}
.panel-nav > ul > li.ship > a > span {
    font-size: 1em;    
   // font-size: 1.2em;
    display: inline-block;
   // font-weight: 800;
   // background-color: #6db919;
   // background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(hsla(88, 87%, 73%, .9)), to(hsla(88, 90%, 60%, .2)));
   // background-image: -webkit-linear-gradient(hsla(88, 87%, 73%, .9), hsla(88, 90%, 60%, .2));
   // background-image: -moz-linear-gradient(hsla(88, 87%, 73%, .9), hsla(88, 90%, 60%, .2));
   // background-image: -o-linear-gradient(hsla(88, 87%, 73%, .9), hsla(88, 90%, 60%, .2));
   // border-radius: 8px;
   // line-height: 1;
   // text-shadow: 0 1px 1px rgba(255,255,255,.6);
    padding: 5px 10px;
    width: auto;
    text-align: center;
    //box-shadow: 0 2px 0 #579810, 0 15px 20px rgba(0,0,0,.35);
    //color: #368005;
}
.liquidity_folder .col-6 {
    display: none;
}

.liquidity_folder .current {
    display: block;
}
.last_settings {
    margin: 1em 0 0 0;
}
.last_settings > a {
    color: #fff;
}
.last_settings > a > img {
    max-width: 20px;
    margin: 0 .5em 0 0;
}
.settings_body {
    text-align: left;
}
.set_block {
    margin: 0 0 1em 0;
}
.set_block:last-of-type {
    margin: 0;
}
.set_block .percents_select {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.set_block > div {
    display: flex;
    align-items: center;
}
.set_block > div > button {
    margin: 0;
}
#percents {
    width: 50%;
}
.set_block > div > small {
    display: block;
    margin: 0 0 0 1em;
}
.set_block > span {
    display: block;
    margin: 0 0 .5em 0;
}
.background {
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    position: absolute;
    content: '';
    overflow: hidden;
    z-index: -1;
}
.stone1 {
    width: 252px;
    height: 221px;
    background: url("../images/stone1.png") center center no-repeat;
    position: absolute;
    content: '';
    left: 60%;
    top: 80%;
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    -webkit-animation-name: jump;
    animation-name: jump;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
.stone2 {
    width: 101px;
    height: 108px;
    background: url("../images/stone2.png") center center no-repeat;
    position: absolute;
    content: '';
    right: 15%;
    top: 65%;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    -webkit-animation-name: jump;
    animation-name: jump;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
.stone3 {
    width: 73px;
    height: 42px;
    background: url("../images/stone3.png") center center no-repeat;
    position: absolute;
    content: '';
    right: 5%;
    top: 68%;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-animation-name: jump;
    animation-name: jump;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
.stone4 {
    width: 33px;
    height: 19px;
    background: url("../images/stone4.png") center center no-repeat;
    position: absolute;
    content: '';
    left: 9%;
    top: 50%;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
    -webkit-animation-name: jump;
    animation-name: jump;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
.stone5 {
    width: 101px;
    height: 95px;
    background: url("../images/stone5.png") center center no-repeat;
    position: absolute;
    content: '';
    left: 15%;
    top: 10%;
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
    -webkit-animation-name: jump;
    animation-name: jump;
    -webkit-animation-duration: 3.4s;
    animation-duration: 3.4s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
.stone6 {
    width: 39px;
    height: 37px;
    background: url("../images/stone6.png") center center no-repeat;
    position: absolute;
    content: '';
    left: 10%;
    top: 6%;
    -webkit-animation-delay: .23s;
    animation-delay: .23s;
    -webkit-animation-name: jump;
    animation-name: jump2;
    -webkit-animation-duration: 4.5s;
    animation-duration: 4.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}
.jackpot {
    background: url("../images/jackpot.png") right center no-repeat;
    background-color: rgba(0,0,0,.65);
    border-radius: 20px 10px;
    box-shadow: 3px 3px 0 rgba(0,0,0,.25);
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 1em;
    margin: 1em 0 0 0;
    transform: scale(1);
    animation: pulse 4s ease-in-out infinite ;
}
.jackpot h1 {
    margin: 0;
}
.play-button {
    padding: 0;
    background: url("../images/play-button.png") center center no-repeat;
    border-radius: 0;
    border: none;
    color: #c44f0e;
    box-shadow: none;
    width: 139px;
    height: 66px;
    line-height: 40px;
    text-align: center;
    font-size: 1.6em;
}
.lottery_balance span {
    color: #fff;
}
.lottery_balance {
    display: flex;
    justify-content: space-between;
}
.select-sum {
    margin: 1em 0 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.select-sum small {
    display: block;
}
.form_radio_btn {
    display: inline-block;
    margin-right: 5px;
}
.form_radio_btn:last-of-type {
    margin: 0;
}
.form_radio_btn input[type=radio] {
    display: none;
}
.form_radio_btn label {
    display: inline-block;
    cursor: pointer;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    user-select: none;
    font-weight: 900;
    background-color: #6db919;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(hsla(88, 87%, 73%, .9)), to(hsla(88, 90%, 60%, .2)));
    background-image: -webkit-linear-gradient(hsla(88, 87%, 73%, .9), hsla(88, 90%, 60%, .2));
    background-image: -moz-linear-gradient(hsla(88, 87%, 73%, .9), hsla(88, 90%, 60%, .2));
    background-image: -o-linear-gradient(hsla(88, 87%, 73%, .9), hsla(88, 90%, 60%, .2));
    box-shadow: 0 2px 0 #579810, 0 15px 20px rgba(0,0,0,.35);
    color: #368005;
    text-shadow: 0 1px 1px rgba(255,255,255,.8);
    margin: 0;
}
.form_radio_btn input[type=radio]:checked + label {
    background-color: #3d6a0b;
}
.form_radio_btn input[type=radio]:disabled + label {
    background: #efefef;
    color: #666;
}
.play-status {
    border-radius: 20px 10px;
    box-shadow: 3px 3px 0 rgba(0,0,0,.25);
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 1em;
    margin: 1em 0 0 0;
}
.win {
    background: rgba(0, 0, 0, .65) url("../images/win.png") right center no-repeat;
    background-size: 200px
}
.loose {
    background: rgba(0, 0, 0, .65) url("../images/loose.png") right center no-repeat;
    background-size: 200px
}
.cards {
    margin: 1em 0 0 0;
    /* display: flex; */
    justify-content: space-between;
}
.cards img {
    max-width: 90px;
}
@keyframes jump {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}
@keyframes jump2 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}
.row.liquidity_folder,
.row.exchange_folder,
.row.swap_folder {
    align-items: center;
    justify-content: center;
}
.forms_body {
    background-color: rgba(0,0,0,.65);
    border-radius: 20px 10px;
    box-shadow: 3px 3px 0 rgba(0,0,0,.25);
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 1em;
    text-align: center;
}
.forms_body > h1 {
    margin: 0;
}
.forms_body button {
    margin: 0 auto;
}
.forms_middle {
    margin: 1.5em 0 0 0;
    padding: 1.5em 0 0 0;
    border-top: 1px solid rgba(255,255,255,.05)
}
.forms_middle > small {
    margin: 1em 0 0 0;
    display: block;
    font-size: .8em;
}
.forms_middle > small > a {
    font-size: 1em;
}
.alert {
    margin: 1em 0 0 0;
    padding: 1em;
    background: rgba(255,255,255,.1);
    border-radius: 20px 10px;
}
.exchange_middle {
    margin: 1.5em 0 0 0;
    padding: 1.5em 0 0 0;
    border-top: 1px solid rgba(255,255,255,.05);
    text-align: left;
}
.exchange_body {
    margin: .5em 0 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.swap_img {
    margin: 1em 0 0 0;
    text-align: center;
}
.swap_img > img {
    margin: 0 auto;
    max-width: 30px;
    opacity: .2;
}
.from span,
.to span {
    margin: 0 0 0 1em;
}
.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    position: relative;
    top: 5px;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .2em solid;
    border-right: .2em solid transparent;
    border-bottom: 0;
    border-left: .2em solid transparent;
}
.dropdown-menu {
    max-height: 20rem;
    overflow-y: auto;
    position: absolute;
    top: 5px !important;
    right: 0 !important;
    float: right;
    left: inherit !important;
    z-index: 1000;
    display: none;
    width: 300px;
    padding: 0;
    margin: 0;
    font-size: 1rem;
    text-align: left;
    list-style: none;
    background-color: rgba(0,0,0,.85);
    border-radius: 20px 10px;
    box-shadow: 3px 3px 0 rgba(0,0,0,.25);
    background-clip: padding-box;
    border: 0;
    color: #fff;
    overflow-x: hidden;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #fff;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    cursor: pointer;
}
.px-4 input[type=search] {
    width: 100%;
}
.dropdown-item:hover {
    background-color: rgba(255,255,255,.05);
    color: #fff;
    font-weight: 400;
}
.dropdown-item:focus,
.dropdown-item:active {
    outline: none;
    background: none;
}
.alert > span {
    color: #fff;
    font-size: .9em;
}
.filters {
    margin: 0 0 2em 0;
}
.filters .row {
    align-items: center;
    justify-content: space-between;
}
.sort {
    display: flex;
}
.sort > li {
    cursor: pointer;
    outline: none;
    margin: 0 1em 0 0;
}

.sort > li:hover {
    color: #b7def5;
    text-shadow: 0 0 10px #fc0101;    
}
.sort > li:focus {
    color: #ffffff;
    text-shadow: 0 0 10px #fc0101;    
}
.sort > li:active {
    color: #ffffff;
    text-shadow: 0 0 15px #ffffff;    
}

.sort > li.underline {
    text-decoration: underline;
}

.sort > li:last-of-type {
    margin: 0;
}
.filters .row .col-5 {
    display: flex;
    justify-content: flex-end;
}
.flame_price {
    margin: 0 1em 0 0;
}
.flame_price > span {
    font-size: .7em;
}

.lot-nav {
    border: 0 !important;
    padding: 0 15px;
}
.lot-nav li {
    margin: 0 1em 0 0;
}
.lot-nav li:last-of-type {
    margin: 0;
}
.lot-nav a {
    border: 0 !important;
    margin: 0 !important;
    border-radius: 20px 10px !important;
}
.lot-nav a:hover {
    border: 0 !important;
}
#lottery {
    max-height: 70vh;
    overflow-y: auto;
    overflow-x: hidden;
}
@media (min-height: 1024px) {
    .cards img {
        max-width: 90px !important;
    }
}

@media (max-width: 768px) {
    .filters .row {
        display: block;
    }
    .filters .row .col-7,
    .filters .row .col-5 {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }
    .filters .row .col-5 {
        margin: 1em 0 0 0;
        justify-content: flex-start;
    }
    .filters .row .col-5 > input {
        height: 30px;
        line-height: 30px;
        width: 100%;
    }
    #lottery {
        max-height: 64vh;
        overflow-y: auto;
        overflow-x: hidden;
        padding: 0 0 3em 0;
    }
    .play-button {
        padding: 0;
        background: url(../images/play-button.png) center center no-repeat;
        background-size: 100px;
        border-radius: 0;
        border: none;
        color: #c44f0e;
        box-shadow: none;
        width: 100px;
        height: 47px;
        line-height: 40px;
        text-align: center;
        font-size: 1.6em;
    }
    .cards img {
        max-width: 60px;
    }
    .play-status h1, .jackpot h1 {
        line-height: 1;
    }
    .jackpot {
        background-size: 200px;
    }
    .win, .loose {
        background-size: 100px;
    }
    .lottery_folder {
        display: block;
    }
    .lottery_folder .col-6 {
        flex: 0 0 96%;
        max-width: 96%;
    }
    .form_radio_btn label {
        height: 30px;
        line-height: 30px;
        width: 30px;
    }
    body {
        font-size: .7em;
        line-height: 1em;
    }
    a {
        font-size: 1em;
    }
    .header .row {
        display: flex;
    }
    .header .row .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .exit > span {
        display: block;
        margin: 0 0 1em 0;
    }
    .modal-body .online {
        margin: 1em 0 0 0;
    }
    h1 {
        font-size: 2em;
    }
    h2 {
        font-size: 1.5em;
    }
    h4 {
        font-size: 1.5em;
    }
    .row.liquidity_folder, .row.exchange_folder, .row.swap_folder {
        align-items: flex-start;
        justify-content: left;
    }
    .dropdown-toggle::after {
        display: inline-block;
        width: 0;
        height: 0;
        position: relative;
        top: 0px;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent;
    }
    .dropdown-item {
        display: block;
        width: 100%;
        padding: .5rem 1.5rem;
        clear: both;
        font-weight: 400;
        color: #fff;
        text-align: inherit;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
        cursor: pointer;
    }
    .dropdown-menu {
        max-height: 20rem;
        overflow-y: auto;
        position: absolute;
        top: 5px !important;
        right: 0 !important;
        float: right;
        left: inherit !important;
        z-index: 1000;
        display: none;
        width: 150px;
        padding: 0;
        margin: 0;
        font-size: 1rem;
        text-align: left;
        list-style: none;
        background-color: rgba(0,0,0,.85);
        border-radius: 20px 10px;
        box-shadow: 3px 3px 0 rgb(0 0 0 / 25%);
        background-clip: padding-box;
        border: 0;
        color: #fff;
        overflow-x: hidden;
    }
    .liq,
    .exc {
        flex: 0 0 84%;
        max-width: 84%;
    }
    .earned_body > h2 {
        width: 100px;
        height: 30px;
        line-height: 35px;
        padding: 0 1em;
        border-radius: 10px 5px 10px 10px;
        font-size: 1.2em;
    }
    .full_about {
        display: block;
    }
    .full_about .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }
    .panel-nav > ul > li > a {
         width: 60px;
         height: 50px;
         display: block;
         background-color: rgba(0, 0, 0, .65);
         border-radius: 10px 5px;
     }
    .panel-nav > ul > li > a > span {
        font-size: 1em;
    }
    .panel-nav > ul > li > a > img {
        max-width: 40px;
        margin-top: -5px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .panel-nav > ul > li > a:hover > img {
        max-width: 50px;
        margin-top: -10px;
    }
    .panel-nav > ul > li.ship > a > span {
        font-size: 1.6em;
    }
    .panel-nav {
        position: fixed;
        bottom: 10px;
        right: 10px;
        z-index: 0;
    }
    .panel-nav > ul > li.ship > a {
        width: 100px;
        height: 100px;
    }
    .panel-nav > ul > li.ship > a > img {
        max-width: 80px;
        margin-top: -20px;
    }
    .panel-nav > ul > li.ship > a:hover > img {
        max-width: 100px;
        margin-top: -35px;
    }
    .name > ul > li span {
        font-size: 1em;
    }
    .name > ul > li:nth-child(1) > img {
        max-width: 14px;
        margin: -1px .2em 0 0;
    }
    .name > ul > li {
        margin: 0 .5em 0 0;
        border: 2px solid #6db919;
        padding: .2em .5em;
        border-radius: 20px;
    }
    .list .row > .col-4 {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }
    .left {
         position: fixed;
         content: '';
         right: 10px;
         top: 20%;
         z-index: 0;
     }
    .game_links > li > a > span {
        font-size: .8em;
        position: relative;
        top: -4px;
    }
    .game_links > li > a > img {
        max-width: 30px;
        position: relative;
        top: -10px;
    }
    .game_links > li > a {
        font-size: 1rem;
        display: block;
        height: 50px;
        width: 50px;
        background-color: rgba(0,0,0,.65);
        border-radius: 10px 5px;
        box-shadow: 3px 3px 0 rgba(0,0,0,.25);
        position: relative;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        text-align: center;
    }
    .game .row > .col-10 {
        padding: 0;
        flex: 0 0 58%;
        max-width: 58%;
    }
    .main_body {
        max-height: 64vh;
        overflow-y: auto;
        overflow-x: hidden;
        padding: 0 1em 0 0;
    }
    .modal-content {
        max-height: 60vh !important;
    }
    .game .row > .col-2 {
        flex: 0 0 23%;
        max-width: 23%;
    }
    .game .row > .col-2 > ul {
        max-height: 80vh;
        overflow-y: auto;
        margin: -50px 0 0 0;
        justify-content: center;
        padding: 0 1em 0 0;
    }
    .planets_list > li {
        margin: 0 0 2em 0 !important;
    }
    .planets_list > li > a > img {
        max-width: 30px;
        position: relative;
        top: -20px;
    }
    .planets_list > li > a > span {
        display: block;
        color: #fff;
        position: relative;
        text-align: center;
        margin: -15px 0 0 0;
        text-transform: uppercase;
    }
    .planets_list > li > a {
        padding: .5em;
        display: block;
        font-size: .6rem;
        background-color: rgba(0,0,0,.65);
        border-radius: 10px 5px !important;
        position: relative;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        text-align: center;
        border: none !important;
        width: 100%;
        height: 100%;
    }
    .news_body span, .faq_body span {
        font-size: 1em;
    }
    .news_body small {
        font-size: .8em;
    }
    .news_body h4 > img {
        max-width: 6px;
        margin: 0 .2em 0 0;
        position: relative;
        top: -2px;
    }
    .modal-content .close {
        position: absolute;
        top: -10px;
        right: -5px;
        width: 43px;
        height: 36px;
        line-height: 38px;
        text-align: center;
        background: url(../images/button.png) center center no-repeat;
        background-size: 43px;
        opacity: 1;
        color: #fff;
        z-index: 2;
        outline: none;
        border: none !important;
        box-shadow: none;
    }
    .balances {
        float: right;
        justify-content: flex-end;
    }
    .flame_token {
        margin: 0 0 5px 0;
    }
    .header > .row > .col-6:nth-child(1) {
        margin: 0 0 1em 0;
    }
    .hello_text {
        padding: 1em;
    }
    .social_links > ul > li > a > img {
        max-width: 15px;
    }
    .address {
        margin: 0 0 .5em 0;
        display: flex;
        justify-content: flex-end;
        width: auto;
        align-items: center;
    }
    .address .online {
        background: rgba(255,255,255,.1);
        height: 30px;
        line-height: 30px;
        padding: 0 .5em 0 1.2em;
        border-radius: 10px 5px;
        position: relative;
    }
    .address .online span {
        font-size: 1em;
    }
    .settings > a {
        display: block;
        height: 30px;
        width: 30px;
        background-color: rgba(255,255,255,.1);
        border-radius: 10px 5px;
        border: none;
        outline: none;
        background-image: url(../images/settings.png);
        background-position: center center;
        background-size: 15px;
        background-repeat: no-repeat;
    }
    .balance .icon {
        position: relative;
        left: -10px;
        width: 30px;
        height: 25px;
        line-height: 25px;
        text-align: center;
        background: url(../images/button.png) center center no-repeat;
        background-size: 30px;
    }
    .balance .xtz > img {
        max-width: 10px;
    }
    .balance .flame > img {
        max-width: 20px;
        position: relative;
        top: -2px;
    }
    .balance > a {
        width: 14px;
        height: 14px;
        line-height: 16px;
        font-size: .8em;
    }
    .balance .sum {
        display: block;
        /*width: 90px;*/
        height: 33px;
        line-height: 35px;
        padding: 0 1em;
        border-radius: 20px 10px 10px 10px;
        background: rgba(255,255,255,.05);
        box-shadow: 0 1px 1px rgba(255,255,255,.1), inset 0 0 2px rgba(0,0,0,.5);
    }
    .avatar {
        height: 40px;
        width: 40px;
    }
    .avatar > img {
        position: relative;
        top: -28px;
        left: -14px;
        border-radius: 0 50% 50% 50%;
        width: 60px;
        height: 60px;
        max-width: inherit;
    }
    ::-webkit-scrollbar {
        width: 2px;
        background: rgba(0,0,0,.2);
        border-radius: 2px;
    }
    ::-webkit-scrollbar-thumb {
        background-color: #6db919;
        border-radius: 2px;
    }
}

.overlay {
  background-color: #EFEFEF;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  top: 0px;
  left: 0px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
