@font-face {
    font-family: Consola;
    src: url('../fonts/consola.ttf') format('truetype');
}
html, body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Consola,monospace;
    background-color: #000000;
    scrollbar-width: none; /* Firefox */
    color: #00ff22;
    text-shadow: 0 0 0.5rem #00ff20;
    max-width: 100%;
    scroll-behavior: smooth;
    font-size: 1.2vw;
    overflow-x:hidden;
    /*animation:In 3s alternate ;*/
}

.transaction_entry{
    cursor: pointer;
    text-decoration: underline;
    color: #00ff22;
}
.type_in {
    width:40rem;
    height: 40rem;
    background-color: black;
    color: #00ff22;
    font-size: 1.2rem;
    border: 0.1rem solid rgba(0, 255, 34, 0.49);
    padding: 1rem;

}
.type_in:focus{
    outline: none;
    /*outline-color: rgba(0, 255, 34, 0.49);;*/
}

.center{
    justify-content: center;
    align-items: center;
    text-align: center;
}
p{
    animation: flicker 0.1s infinite;
}
a{
    color: #00ff22;
    text-decoration: none;
    animation: flicker 0.1s infinite;
cursor: pointer;
}
h1{
    animation: flicker 0.1s infinite;
}
hr {
    background:#00ff22;
    height:1px;
    border:0;
    animation: none;
}
.nav_bar{
    background: #000000;
    top:0;
    display: flex;
    flex-direction: row;
}
.game_image{
    width: 35rem;
    max-height: 20rem;
    object-fit: contain;
    border-radius: 1rem;

}

.nav_bar>h1{
    margin: 0;
    padding: 1rem;
}
.nav_bar>div{
    color: #00ff22;
    padding: 1rem;
    display: flex;
    margin-left:auto;
    margin-right: 2rem;
    align-items: center;
}
.nav_btn>a{
    margin-left: 2rem;
}
.transaction_input{
    margin:0;
    width: 20rem;
    height: 2rem;
    background-color: black;
    border-color:  #00ff22;
    color: #00ff22;
    font-size: 0.8rem;
    padding-left: 0.5rem;
    font-family: Consolas,monaco,monospace;
}
.transaction_input::placeholder {
    color: #008011;
}
.little_btn{
    display: flex;
    border: 0.1rem solid #00ff22;
    width: 4rem;
    height: auto;
    background-color: black;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.little_btn > a{
    font-size: 1rem;
    color: #00ff22;
    font-family: Consolas,monaco,monospace;
}
.gen_btn{
    width: 15rem;
    height: 3rem;
    margin: 2rem;
    background-color: black;
    border-color:  #00ff22;
}
.gen_btn > a{
    font-size: 1rem;
    color: #00ff22;
    font-family: Consolas,monaco,monospace;
}
.input_menu{
    justify-content: center;
    text-align: center;
    align-items: center;
}
.input_title{
    font-size: 1rem;
    width: 7rem;
}
.option_menu{
    text-align: center;
    display: flex;
    align-items: center;
}

input[type=checkbox]{
    height: 0;
    width: 0;
    margin: 0;
    visibility: hidden;
}
.check_div{
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    margin-right: 0.5rem;
}
.check_title{
    transform: translateY(-0.14rem);
    margin-right: 0.3rem;
}
.check {

    cursor: pointer;
    text-indent: -9999px;
    width: 2.4rem;
    height: 1.5rem;
    border: 0.1rem solid;
    background: #000000;
    display: block;
    border-radius:10rem;
    position: relative;
}

.check:after {


    content: '';
    position: absolute;
    top: 0.232rem;
    left:0.2rem;
    width: 1rem;
    height:  1rem;
    background: #00ff22;
    border-radius: 90px;
    transition: 0.2s;
}
input:checked + .check:after {
    left: 1.2rem;

}
.num_input{
    background-color: black;
    color: #00ff22;
    font-size: 1.1rem;
    width:2.8rem;
    height:1.2rem;
    border: 0.1rem solid #00ff22;
}
.text_div{
    padding: 2rem;
    width: 35rem;
    border: 0.1rem solid #00ff22;
    letter-spacing: 0.28em;
    line-height: 90%;

    text-align: left;
}
.on_chain_text{
    text-align: left;
    height: 15rem;
    overflow-y: scroll;
    white-space: pre-wrap;
    font-size: 1rem;
}
.transaction_div{
    height: 30rem;
}
.progress {
    width:20rem;
    height:1.5rem;
    background: #000;
    overflow: hidden;
    position: relative;
    border: 0.1rem solid #00ff22;
    align-items: center;
}
.progress-bar {
    background: linear-gradient(90deg, black 20%, #00ff22 0);
    background-size: 1.1rem 100%;
    height:80%;
    width:2%;
    position:absolute;
}




.arrow_div{
    cursor: pointer;
    width: 2rem;
    height: 2rem;
}
.arrow{

     width: 0.5rem;
     height: 0.5rem;
     border-top: 0.2rem solid #00ff22;
     border-left: 0.2rem solid #00ff22;
     transform:rotate(45deg);
    margin-left: 1rem;
    margin-top: 1rem;
    margin-bottom: 0.3rem;

}

.bar{
    height: 2rem;
    width: 100%;
    background-color:  #00ff22;
    color:black;
    font-size: 1rem;
    align-items: center;
    margin:0;

    animation: none;
}
.main_div{
    margin: 2rem;
    border: 0.1rem solid;
}
.v-line {
    border-right : thin solid #00ff22;
    height : 100%;
}

.crt-effect {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(rgba(0,0,0,0) 70%, rgba(0, 0, 0, 0.7) 30%);
    background-size: 100% 0.1rem, 0.2rem 100%;
    pointer-events: none;
    z-index: 50;

}
.onchain_logo{
    cursor: pointer;
}
.onchain_logo:hover{
    filter: drop-shadow(0 0 0.4rem #2bff50);
    animation: letter_animation 0.5s infinite;
}
.onchain_menu_div{
    display: flex;
    margin:0;
    padding: 0;
    overflow: hidden;
}
.onchain_menu_btn{
    height: 3rem;
    border-top-right-radius: 1em 5em;
    border: 0.1rem solid;
    padding-left: 1rem;
    padding-right: 1rem;
    transform: translateY(1rem);
}
.onchain_menu_btn> p{
    transform: translateY(-0.5rem);
    cursor: pointer;
}

@keyframes Down {
    from { transform: translateY(0)}
    to {  transform: translateY(-3rem) }
}

@keyframes flicker {
    0% { opacity: 0.95; }
    50% { opacity: 1; }
    100% { opacity: 0.95; }
}

@keyframes letter_animation {
    0%{
        opacity: 1;
        transform: translateX(-0.1rem);
    }
    25%{
        opacity: 0.8;
        transform:  translateX(0.1rem);
    }
    50%{
        opacity: 0.9;
        transform: translateX(-0.02rem);
    }
    75%{
        opacity: 1;
        transform:  translateX(0.02rem);
    }

}
@keyframes In {
    0%{
        /*overflow-y: hidden;*/
        height: 1%;
        clip: rect(30rem, 100rem, 0, 0);
    }
    10%{
        clip: rect(0, 0, 30rem, 100rem);
    }
    100%{

        height: 100%;
    }
}