html {
    
    background-size: cover;
    background-color: black;
    background: url("../img/lootboxbg.png") no-repeat center center fixed !important ;
}


body {
    text-align: center;
    font-family: 'Comfortaa', cursive;
    margin: 0px;
    background: url("../img/lootboxbg.png") no-repeat center center fixed !important;

   }

img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.form-option {
    margin-left: 15px;
    margin-right: 30px;
    margin-bottom: 15px;
}

.input-form {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: black;
    display: block;
    font-size: 14px;
    height: 20px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
    width: 100%;
}

.input-form::-moz-placeholder {
    color: #999;
    opacity: 55;
}

.input-command {
    border-radius: 6px;
    font-size: 18px;
    height: 28px;
    line-height: 1.33;
    padding: 10px 10px;
}

select.input-command {
    height: 46px;
    line-height: 46px;
}

.wrapper {
    padding: 0;
    margin: 0px auto 0;
}

.wrapper img {
    width: 60%;
}

.lootbox {
    background: url("../img/gem.png") no-repeat scroll 10px center white;
    padding-left: 40px !important;
}

.buttonstyle {
    border-radius: 6px;
    background-color: #ff295f;
    width: 300px;
    color: white;
    padding: 16px 33px;
    display: inline-block;
    font-size: 33px;
    height: 80px !important;
    border-color: #ff067d;

}

#progressbarouter {

}

#progressbarcontainer {
    display: none;
    border-radius: 6px;
    position: relative;
    border: 6px solid black;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    height: 50px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

#progressbar {
    position: absolute;
    width: 10%;
    height: 100%;
    background-color: #fdd633;
}

#progressbarlabel {
    line-height: 54px;
    text-align: center;
    color: black;
}

#main-tool{
    background: #FFFFFF; /* Old browsers */
    border-radius: 20px;
    max-width: 600px;
    margin: -130px auto 20px;
    padding: 30px;
    opacity: 1;
    box-shadow: 1px 1px 10px grey;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
  
}

#shield{
    margin-bottom: 5px;
}

#verifybg {
    height: 0%;
    width: 100%;
    left: 0;
    top: 0;
    position: fixed;
    z-index: 1;
    overflow-x: hidden;
    transition: 0.5s;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.3);
}

#verify {
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
    color: white;
    position: relative;
    background-color: #212835;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    width: 80%;
}

#verifycontent {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}

@media screen and (min-width: 1200px) {
        #mobileverify {
            display: none;
        }

        #desktopverify {
            display: block;
        }

        #verify {
            width: 30%;
        }
}

@media screen and (max-width: 1199px) {
        #mobileverify {
            display: block;
        }

        #desktopverify {
            display: none;
        }

        #verify {
            width: 90%;
        }
}

#screenFiller {
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    
}
.generator-status {
position: relative;
width: 100%;
left: 0;
bottom: -25px;
z-index: 50;

}
.generator-status-content {
margin: 0 auto;
position: relative;
display: table;
}
.status-item-wrapper {
display: inline-block;
text-align: center;
max-width: 150px;
padding: 10px 15px;
margin: 0 5px;
position: relative;
z-index: 5;
}
.animation-delay-400 {
-webkit-animation-delay: 0.4s;
animation-delay: 0.4s;

}
.status-item-wrapper:before {
    box-shadow: 2px 4px 20px rgb(34 90 89 / 30%);
    border-radius: 8px;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;

}
.item-1{
                border:none;    
                width:33%;
                 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
                 display:inline-block;
                 float:left;
                
    text-align: center;
    font-weight: 700;
    margin: 0 0 7px 0;
    padding: 15px 5px 12px;
    border-radius: 30px;
    cursor: pointer;
    -webkit-transition: -webkit-transform 300ms cubic-bezier(0.225, 3, 0.485, 0.895);
    transition: -webkit-transform 300ms cubic-bezier(0.225, 3, 0.485, 0.895);
    transition: transform 300ms cubic-bezier(0.225, 3, 0.485, 0.895);
    transition: transform 300ms cubic-bezier(0.225, 3, 0.485, 0.895), -webkit-transform 300ms cubic-bezier(0.225, 3, 0.485, 0.895);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
}                   
            }
             #icon{
           vertical-align: middle !important;
           height:20px;
           width:20px;
    
}
.amount {
    font-size:2em;
    font-family:arial;
        font-size: 2.4em;
    margin: 0 0 5px 0;
    line-height: 1;
    color: #000;
}
.followers{
font-size:24px;
}

@media screen and (max-width: 475px){
.status-item-wrapper-2{
    display:none;
}

}

@media screen and (max-width: 766px){
    .item-1{
        display:block;
        width:100%;
        height:auto;

    }
    #btn{
        width:100% !important;
    }
    

 #main-tool{
    width:90%;
 }
}

