@font-face {
    font-family: nexa;
    src: url(./fonts/NexaBlack.otf);
}

@font-face {
    font-family: nexaLight;
    src: url(./fonts/NexaRegular.otf);
}

.bckgrnd{
    background-color: transparent;
    color:white;
    font-family: nexa;
    z-index: 1;
}

.background_color{
    background-color:#ff761a;
    position: fixed;
    width: 100vw;
    height:100%;
    z-index: -2;
}

.background_position{
    position:absolute;
    top:0px;
    left:0px;
    height: 100%;
}

h1, h2, h3{
    font-family: nexa;
    color:white !important;
}

h3:hover{
    cursor: pointer;
}

ul{
    z-index: 10;
    list-style-type:none;
}

.circle_cont{
    width:100%;
    height: 100%;
    position:absolute;
    top:0px;
    left:0px;
    overflow: hidden;
}

.white_circle{
    position: absolute;
    left:50%;
    top:-18550px;
    transform: translateX(-50%);
    border-radius: 100%;
    width:19000px;
    height:19000px;
    background-color: white;
    z-index:-1;
}

.title_cont{
    background-color:#ff761a;
    display:inline-block;
    position: absolute;
    left: 50%;
    top:200px;
    padding-left:30px;
    padding-right:30px;
    transform: translateX(-50%);
    border-radius: 15px;
    width: 450px;
    text-align: center;
}

.side_title{
    font-size: 50px;
    position: relative;
    top:15px;
}

.main_logo{
    position: relative;
    width: 200px;
    margin-top: 30px;
    left: 50%;
    transform: translateX(-50%);
}

.main_cont{
    margin-top: 30px;
    font-size: 16px;
    color: rgb(255, 233, 233);
    text-align: center;
}


.row{
    margin-bottom: 30px;
    width:95%;
    margin-left: 2.5%;
    position: relative;
    left: 5%;
}

.whtToDo{
    text-align: center;
    color: white;
    margin-top: 340px;
}

.info{
    text-align: center;
    color: rgb(255, 255, 255) !important;
    font-family: nexaLight;
    width:100%;
    font-size:25px;
}

.flex_input{
    width: 92%;
    margin-left: 4%;
    display: flex;
    flex-direction: column;
    position: relative;
}


.kod_input{
    display: inline-block;
    height: 95px;
    width: 100%;
    font-size: 70px;
    padding: 0px;
    border: 0px;
    margin-bottom: 30px;
    border-radius: 11px;
    background-color:white;
    z-index: 1;
    font-family: "Courier New";
    text-align: center;
}

.kod_input_admin{
    display: inline-block;
    height: 70px;
    width: 100%;
    font-size: 30px;
    padding: 0px;
    border: 0px;
    margin-bottom: 30px;
    border-radius: 11px;
    background-color:white;
    z-index: 1;
    font-family: "Courier New";
    text-align: center;
}

.kod_input_uziv{
    display: inline-block;
    height: 40px;
    width: 100%;
    font-size: 20px;
    padding: 0px;
    border: 0px;
    margin-bottom: 10px;
    border-radius: 11px;
    background-color:white;
    z-index: 1;
    font-family: "Courier New";
    text-align: center;
}

.open_btn{
    padding: 6px;
    padding-top: 12px;
    width: 100%;
    font-family: nexa;
    background-color: rgb(255, 255, 255);
    border: 0px;
    border-radius: 11px;
    color: black;
}

.btn_plus{
    font-size: 40px;
    height: 50px;
    padding: 0px;
    background-color: transparent;
    color: white;
    margin-top: -20px;
}

.input_borders{
    position: absolute;
    height: 85px;
    width: 100%;
    border-radius: 11px;
    z-index: 100;
    pointer-events: none;
}

.b1{
    position: absolute;
    height: 70px;
    margin-top: 7.5px;
    margin-left: 25%;
    border-left: 1px solid rgb(135, 135, 135);
}

.b2{
    position: absolute;
    height: 70px;
    margin-top: 7.5px;
    margin-left: 50%;
    border-left: 1px solid rgb(135, 135, 135);
}

.b3{
    position: absolute;
    height: 70px;
    margin-top: 7.5px;
    margin-left: 75%;
    border-left: 1px solid rgb(135, 135, 135);
}

textarea:focus, input:focus{
    outline: none;
}

.mezera{
    height: 15px;
}

.mezera_tl{
    height: 10px;
}

.user_item{
    font-size: 25px;
    margin-bottom: 5px;
    background-color: transparent;
    font-family: nexaLight;
    border: none;
    color: white;
    text-align: center;
}

.user_item:hover{
    cursor: pointer;
}


@media (max-width: 1100px){
    .white_circle{
        top:-4660px;
        width:5000px;
        height:5000px;
    }

    .title_cont{
        top:180px;
        width: 380px;
    }

    .side_title{
        font-size: 40px;
    }

    .whtToDo{
        margin-top: 230px;
    }
}

@media (max-width: 760px){

    .white_circle{
        top:-2700px;
        width:3000px;
        height:3000px;
    }

    .title_cont{
        top:160px;
        width: 340px;
        border-radius: 10px;
    }

    .side_title{
        font-size: 35px;
    }

    .whtToDo{
        margin-top: 190px;
    }
}

@media (max-width: 500px){

    .main_logo{
        width:150px;
    }

    .white_circle{
        top:-1270px;
        width:1500px;
        height:1500px;
    }

    .side_title{
        font-size: 25px;
        top:13px;
    }

    .title_cont{
        top:140px;
        width: 250px;
        border-radius: 10px;
    }

    .main_cont{
        font-size: 13px;
    }

    .whtToDo{
        margin-top: 145px;
    }
}