@font-face {  
    font-family: "Overpass"; 
    /*src: url("/assets/fonts/Roboto/Roboto-Regular.ttf") format("truetype"); */
    src: url("/assets/fonts/Overpass/Overpass-VariableFont_wght.ttf") format("truetype");
    font-style: normal; 
    font-weight: normal; 
    } 
@font-face {  
        font-family: "Scada"; 
        /*src: url("/assets/fonts/Roboto/Roboto-Regular.ttf") format("truetype"); */
        src: url("/assets/fonts/Scada/Scada-Regular.ttf") format("truetype");
        font-style: normal; 
        font-weight: normal; 
        } 
@font-face {  
            font-family: "RussoOne"; 
            /*src: url("/assets/fonts/Roboto/Roboto-Regular.ttf") format("truetype"); */
            src: url("/assets/fonts/Russo_One/RussoOne-Regular.ttf") format("truetype");
            font-style: normal; 
            font-weight: normal; 
            } 

h1, h2, h3, h4{
    margin:0;
    font-family: "RussoOne"; 
    text-shadow: 3px 2px 0px #000000;
    margin-bottom: 20px;
    margin-top: 10px;
    letter-spacing: 2px;
}
h1{
    color: #fff;
    font-size: 58px;
    line-height: 54px;
}
h2{
    color: #dcff01;
    font-size: 58px;
    line-height: 54px;
}
h3{
    color: #fff;
    font-size: 30px;
}
h4{
    color: #fff;
    font-size: 25px;
}

body {
	font-family: 'Scada';
    margin:0 auto;
    /*background-image: url("/assets/img/background.jpg");*/
    background-color: #9c62f5;
    font-size: 20px;
    max-width: 800px;
}

p{
    margin: 20px 0 0 0;
}

.hidden {
    display: none!important;
}
.header{
    text-align: center;
}


.header_cod_game{
        text-align: center;
        margin-bottom: 26px;
}
.section-text{

        margin: 0 auto;
        padding: 22px;
}
.descr{
        text-align: center;
}
.btn {
    border-radius: 60px;
    padding: 15px 30px;
    color: #000;
    text-decoration: none;
    
    display: inline-block;
    margin: 5px auto;
    cursor: pointer;
    border: 1px solid #000;

        max-width: 300px;
    width: 200px;

    box-shadow: 2px 2px 0px -1px rgba(0,0,0,1);
    -webkit-box-shadow: 2px 2px 0px -1px rgba(0,0,0,1);
    -moz-box-shadow: 2px 2px 0px -1px rgba(0,0,0,1);
}
.btn-event{
        background: #6bffee;
}
.btn-info{
        background: #d3ecf4;
        
}
.btn-start{
    background-color: #dcff02;
    /* background-image: linear-gradient(1deg, #4F58FD, #149BF3 99%); */
    box-shadow: 2px 2px 0px -1px rgba(0,0,0,1);
    -webkit-box-shadow: 2px 2px 0px -1px rgba(0,0,0,1);
    -moz-box-shadow: 2px 2px 0px -1px rgba(0,0,0,1);
}
.btn-box {
        text-align: center;
        /*
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        */
    }
.error_message{
        background-color: #f7a42a;
    color: #fff;
    padding: 7px;
    border-radius: 5px;
    margin-bottom: 20px;
}
.info-box{
        background-color: rgb(245, 255, 159);
        display: inline-block;
}
.noActive{
        color: rgb(127 127 127)!important;
    background-color: rgb(223, 255, 209)!important;
    background-image: linear-gradient(1deg, #a7abf5, #ffffff 99%)!important;
}

input{
        font-size: 20px;
    padding: 10px;
    margin: 10px 5px 20px;
    text-align: center;
    border: 2px solid #d1b4fa;
    border-radius: 36px;
    -webkit-box-shadow: 0px 5px 10px 2px rgb(3 0 182 / 20%);
    -moz-box-shadow: 0px 5px 10px 2px rgba(3, 0, 182, 0.2);
    box-shadow: 0px 5px 10px 2px rgb(3 0 182 / 20%);
}
.who-am-i{
    background-color: #ff7dcc;
    /* text-shadow: 3px 2px 0px #000000; */
    box-shadow: 3px 4px 0px -1px rgba(0,0,0,1);
    -webkit-box-shadow: 3px 4px 0px -1px rgba(0,0,0,1);
    -moz-box-shadow: 3px 4px 0px -1px rgba(0,0,0,1);
    display: block;
    width: 100%;
}

/* who am I*/

/*step-1*/
.list-gamers{
        margin: 15px 0;
}

/* step 2*/
#partner_player{
        font-weight: bold;
}
#list-character{
        text-align: left;
}
#list-character p{
        background-color: #c54ff1;
    border: 1px solid #a700e8;
    border-radius: 22px;
    padding: 9px 19px;
    margin: 10px;
    font-weight: bold;
    -webkit-box-shadow: 0px 5px 10px 2px rgb(118 0 109 / 20%);
    -moz-box-shadow: 0px 5px 10px 2px rgba(118, 0, 109, 0.2);
    box-shadow: 0px 5px 10px 2px rgb(118 0 109 / 20%);
}

.btn-descr-hide{
        margin-bottom: 20px;
        background-color: rgb(227 113 251);
        border-radius: 5px;
        padding: 10px;
        -webkit-box-shadow: 0px 5px 10px 2px rgb(179 0 182 / 20%);
        -moz-box-shadow: 0px 5px 10px 2px rgba(179, 0, 182, 0.2);
        box-shadow: 0px 5px 10px 2px rgb(179 0 182 / 20%);
}

.text-rules p{
    text-align: left;
}
.text-rules li{
    text-align: left;
}
#numberIdTeam{
        font-size: 43px;
        font-weight: bold;
        margin-bottom: 18px;
}

#qrcode img{
    margin: 0 auto;
}


/* -- who am I*/


/* menu */
.menu-bar {
        transition: all 0.3s ease-in-out;
        transition-delay: 0.2s;
        background-color: #85049d;
        border-radius: 50%;
        border: 4px solid #ffffff;
        box-shadow: 1px 3px 5px rgb(0 0 0 / 30%);
        position: fixed;
        top: 0px;
        right: 10px;
        width: 42px;
        height: 42px;
        z-index: 9999999;
        box-sizing: content-box;
    }
    .menu-bar span {
        transition: all 0.3s ease-in-out;
        background-color: #fff;
        display: inline-block;
        height: 3px;
        position: absolute;
        top: 50%;
        left: 10px;
        width: 15px;
    }
    .menu-bar span:before, 
    .menu-bar span:after {
        transition: all 0.3s ease-in-out;
        background-color: #fff;
        content: '';
        display: block;
        height: 3px;
        position: absolute;
        width: 20px;
    }
    .menu-bar span:before {
        top: -8px;
    }
    .menu-bar span:after {
        top: 8px;
    }
    .triggered .menu-bar span {
        width: 0;
    }
    .triggered .menu-bar span:before {
        transform: rotate(45deg);
        top: 0;
    }
    .triggered .menu-bar span:after {
        transform: rotate(-45deg);
        top: 0;
    }
    .menu {
        transition: all 0.3s ease-in-out;
        background-color: #68017a;
        height: 100vh;
        opacity: 0;
        padding: 15px;
        position: fixed;
        top: 0;
        left: 0;
        transform: translateY(-100%);
        width: 100vw;
        z-index: 9999998;
        overflow-y: auto;  
    }
    .menu ul {
        transition: all 0.3s ease-in-out;
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .menu ul li {
        transition: all 0.3s ease-in-out;
    }
    .menu ul li a {
        color: #fff;
        display: inline-block;
        font-family: Verdana, sans-serif;   
        font-size: 20px;
        padding: 8px 15px;
        position: relative;
        text-decoration: none;
        outline: none;
    }
    .menu ul li span {
        display: inline-block;
        height: 24px;
        top: 5px;
        position: relative;
        width: 24px;
    }
    .menu ul li span:before, 
    .menu ul li span:after {
        background-color: #BFE2FF;
        content: '';
        display: block;
        height: 3px;
        position: absolute;
        width: 15px;
    }
    .menu ul li span:before {
        top: 50%;
        transform: translateY(-50%);
    }
    .menu ul li span:after {
        transition: all 0.15s ease-in-out;
        top: 50%;
        transform: translateY(-50%) rotate(90deg);
    }
    .menu ul li span.subtriggered:after {
        transform: translateY(-50%) rotate(0);
    }
    .menu ul li ul li a {
        padding: 8px 30px;
        font-size: 18px;
        color: #BFE2FF;
    }
    .triggered .menu {
        opacity: 1;
        transform: translateY(0);
    }
    .menu ul ul {
        display: none;
    }
    .menu ul .subtriggered + ul {
        display: block;
    }