/*@font-face{font-family: Verdana_current; src: url('/fonts/verdanab.ttf');}*/
/*@font-face{font-family: Verdana_current; src: url('/fonts/verdanai.ttf');}*/
/*@font-face{font-family: Verdana_current; src: url('/fonts/verdana.ttf');}*/
/*@font-face{font-family: Verdana_current; src: url('/fonts/verdanaz.ttf');}*/

*{
	margin:0;
	/*padding:0;*/  
    font-family: 'Verdana_current', sans-serif;
}


#ai_chat_button img{
    width: 25px;
}
#ai_chat_button {
    position: fixed;
    z-index: 99;
    width: 42px;
    height: 42px;
    bottom: 100px;
    right: 40px;
    border-radius: 10px;
    border: 1px solid black;
    background: white;
    color: black;
    cursor: pointer;    
    display: flex;
    align-items: center;
    justify-content: center;
}
#ai_chat_container {
    position: fixed;
    z-index: 99;
    width: 300px;
    height: 500px;
    bottom: 142px;
    right: 40px;
    border-radius: 10px;
    background: #1e1f2f;
    box-shadow: 1px 0 10px 0px #575757;
}
#ai_chat_input_container {
    position: absolute;
    bottom: 10px;
    width: 280px;
    display: flex;
    padding: 0px 10px;
}
#ai_chat_input {
    width: 200px;
    resize: none;
    border-radius: 10px 0px 0px 10px;
    height: 40px;
    border: none;
    padding: 5px;
    margin: 0px;
    box-sizing: border-box;
    background: #808080;
}
#ai_chat_send_button {
    border-radius: 0px 10px 10px 0px;
    width: 80px;
    height: 40px;
    border: none;
    background: #00a4fa;
    color: white;
    cursor: pointer;
}
#ai_chat_header_container {
    position: absolute;
    top: 10px;
    height: 20px;
    bottom: 10px;
    width: 280px;
    display: flex;
    padding: 0px 10px;
}
#ai_chat_close_button {
    width: 20px;
    height: 20px;
    color: white;
    cursor: pointer;
}
#ai_chat_expand_button {
    width: 20px;
    height: 20px;
    color: white;
    cursor: pointer;
}
#ai_chat_title {
    height: 20px;
    color: white;
    width: 240px;
    text-align: center;
}
#ai_chat_text_container {
    background: #808080;
    position: absolute;
    height: 400px;
    width: 280px;
    padding: 0px 10px;
    top: 40px;
    overflow-y: scroll;
}
.ai_chat_user_message {
    text-align: start;
    background: #00a6ff;
    color: white;
    border-radius: 5px;
    padding: 10px;
    margin-left: auto;
    margin-top: 10px;
    max-width: 80%;
    width: fit-content;
    white-space: pre-wrap;
    word-break: break-word;
}
.ai_chat_response {
    text-align: start;
    background: #1e1f2f;
    color: white;
    border-radius: 5px;
    padding: 10px;
    margin-right: auto;
    margin-top: 10px;
    max-width: 80%;
    width: fit-content;
    white-space: pre-wrap;
    word-break: break-word;
}
.ai_chat_response:last-child {
    margin-bottom: 10px;
}
#ai_chat_ghost_message {
    text-align: center;
    background: transparent;
    color: black;
    border-radius: 5px;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    width: fit-content;
}



.display_none{
    display: none !important;
}
#userIdleAlertBoxButton, #userIdleAlertBoxButton2{
    background-color: #1d1f30;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-decoration: none;
    border-radius: 10px;
    width: 80px;
    margin: auto;
}
#userIdleAlertBoxText {
    padding-bottom: 15px;
}
#userIdleAlertBoxContainer2{
    border-radius: 10px;
}

#main_timer{
    border-radius: 10px;
    background-color: #c3c1c1;
    text-align: center;
    height: 25px;
    align-content: center;
    padding-left: 15px;
    padding-right: 15px;
}

.example_pelda{
    display: flex;
    justify-content: start;
    background-color: #f7f7f7;
    color: #999;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 1px solid #ddd;
}
.example_buttons{
    display: flex;
    justify-content: end;
    background-color: #f7f7f7;
    padding-top: 5px;
    padding-right: 5px;
    border-top: 1px solid #ddd;
}
.example_buttons div{
    cursor: pointer;
}
.example_buttons div + div {
    padding-left: 5px;
}
.main_search{
    padding-right: 50px;
    padding-left: 50px;
}
.main_search form{
    width: 80%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.main_search form input::placeholder{
    padding-left: 10px;
}
.main_search form input{
    background-color: #c3c1c1;
    border: none;
    border-radius: 10px;
    height: 21px;
    margin-top: 10px;
    width: 100%;
}
.main_search form button{
    background: transparent;
    border: none;
    cursor: pointer;
    position: absolute;
    top: 13px;
    right: 0px;
}

.main_login{
    background: #373737;
    padding: 20px;
}
.main_login a{
    text-align: center;
    color: white;
    display: flex;
    justify-content: center;
}
.main_login form{
    background-image: url(/images/bg01.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding: 40px;
    margin-top: 40px;
}
.main_login form .login_container{
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 250px;
    min-height: 300px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background: #07bb4f00;
    padding: 40px;
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
}

.main_login form .login_container .login_error{
    color: yellow;
    text-align: left;
    padding-bottom: 10px;
}
.main_login form .login_container input{
    color: white;
}
.main_login form .login_container label#code_label{
    color: rgba(143,35,111,1);
    font-size: 24px;
    padding-bottom: 5px;
    text-transform: uppercase;
    text-align: start;
}
.main_login form .login_container input#code{
    border: none;
    height: 30px;
    margin-bottom: 20px;
    text-align: center;
    /*background: #b457f3;*/
    background: linear-gradient(90deg, rgba(143,35,111,1) 0%, rgba(241,9,75,1) 25%, rgba(234,2,113,1) 50%, rgba(201,120,49,1) 75%, rgba(255,165,47,1) 100%);
    font-size: 18px;
}
.main_login form .login_container label#email_label{
    color: rgba(143,35,111,1);
    font-size: 24px;
    padding-bottom: 5px;
    text-transform: uppercase;
    text-align: start;
}
.main_login form .login_container input#email{
    border: none;
    height: 30px;
    margin-bottom: 20px;
    text-align: center;
    /*background: #b457f3;*/
    background: linear-gradient(90deg, rgba(143,35,111,1) 0%, rgba(241,9,75,1) 25%, rgba(234,2,113,1) 50%, rgba(201,120,49,1) 75%, rgba(255,165,47,1) 100%);
    font-size: 18px;
}
.main_login form .login_container label#password_again_label{
    color: rgba(143,35,111,1);
    font-size: 24px;
    padding-bottom: 5px;
    text-transform: uppercase;
    text-align: start;
}
.main_login form .login_container input#password_again{
    border: none;
    height: 30px;
    margin-bottom: 20px;
    text-align: center;
    /*background: #b457f3;*/
    background: linear-gradient(90deg, rgba(143,35,111,1) 0%, rgba(241,9,75,1) 25%, rgba(234,2,113,1) 50%, rgba(201,120,49,1) 75%, rgba(255,165,47,1) 100%);
    font-size: 18px;
}
.main_login form .login_container label#password_label{
    color: #4fcbd6;
    font-size: 24px;
    padding-bottom: 5px;
    text-transform: uppercase;
    text-align: start;
}
.main_login form .login_container input{
    opacity: 0.8;
}
.main_login form .login_container input#password{
    border: none;
    height: 30px;
    margin-bottom: 20px;
    text-align: center;
    /*background: #4fcbd6;*/
    background: linear-gradient(90deg, rgba(0,125,163,1) 0%, rgba(0,122,89,1) 25%, rgba(68,178,69,1) 50%, rgba(25,174,69,1) 75%, rgba(33,120,50,1) 100%);
    font-size: 18px;
}
.main_login form .login_container a{
    color: white;
    padding-top: 10px;
    text-decoration: none;
}
.main_login form .login_container button{
    height: 40px;
    width: 100px;
    border: none;
    border-radius: 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background: #07bb4f;
    text-transform: uppercase;
    cursor: pointer;
}
.main_login form .login_container .login_text01 {
    position: absolute;
    top: 0px;
    left: 0px;
    background: white;
    height: 40px;
    padding: 0px 10px 0px 10px;
    align-content: center;
    font-weight: bold;
    text-transform: uppercase;
}

.main_login form .login_container .kilepes {
    height: 40px;
    background: #de0027;
    width: 100px;
    display: flex;
    padding: 0px !important;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.main_login .ketfaktoros_gomb{
    height: 40px;
    background: #0058ff;
    display: flex;
    padding: 0px !important;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: 250px;
}
.main_login .ketfaktoros_gomb_r{
    height: 40px;
    background: #de0027;
    display: flex;
    padding: 0px !important;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: 250px;
}

.main_login .qr_container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}
.main_login .qr_container .qr_code{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.main_login .qr_container .qr_check{
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}
.main_login .qr_container .qr_check label{
    color: rgba(143,35,111,1);
    font-size: 24px;
    padding-bottom: 5px;
    text-transform: uppercase;
    text-align: start;
}
.main_login .qr_container .qr_check input{
    border: none;
    height: 30px;
    margin-bottom: 20px;
    text-align: center;
    /*background: #b457f3;*/
    background: linear-gradient(90deg, rgba(143,35,111,1) 0%, rgba(241,9,75,1) 25%, rgba(234,2,113,1) 50%, rgba(201,120,49,1) 75%, rgba(255,165,47,1) 100%);
    font-size: 18px;
}
.main_login .qr_container .qr_check button {
    height: 40px;
    width: 100px;
    border: none;
    border-radius: 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background: #07bb4f;
    text-transform: uppercase;
    cursor: pointer;
}



.header_login{
    background: #373737;
}
.header_login .line{
    margin-left: 40px;
    margin-right: 40px;
    height: 2px;
    background-color: white;
}
.header_login .logo img{
    height: 160px;
    width: auto;
}
.header_login .logo{
    height: 200px;
    background: #373737;
    text-align: center;
}
.main_success_container{
    background-color: #373737;
    padding-top: 60px;
    padding-bottom: 20px;
}
.main_success_container .success_container{
    position: relative;
    background-color: #373737;
    background-image: url(/images/bg01.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding: 40px;
}
.main_success_container .success{
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    width: 250px;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background: #07bb4f00;
    padding: 40px;
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
}
.main_success_container .success .text{
    position: absolute;
    top: 0px;
    left: 0px;
    background: white;
    /*height: 30px;*/
    padding: 10px 10px 10px 10px;
    align-content: center;
    font-weight: bold;
    text-transform: uppercase;
    color: black;
}
.main_success_container .success a{
    color: black;
    text-decoration: none;
    margin-top: 40px;
    height: 40px;
    width: 100px;
    border: none;
    border-radius: 0;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background: #07bb4f;
    text-transform: uppercase;
    cursor: pointer;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.valaszto_container{
    padding-top: 40px;
    padding-bottom: 40px;
    background: #373737;
}
.valaszto_title {
    text-align: center;
    color: white;
    font-size: 80px;
}
.valaszto_title2 {
    text-align: center;
    color: white;
    font-size: 40px;
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10px;
}
.valaszto_lehetosegek + .valaszto_title2 {
    margin-top: 40px;
}
.valaszto_lehetosegek_container{
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 70px;
}
.valaszto_lehetosegek:nth-child(9n-8){ background: #a2428d; }
.valaszto_lehetosegek:nth-child(9n-7){ background: #ed007a; }
.valaszto_lehetosegek:nth-child(9n-6){ background: #fc8b31; }
.valaszto_lehetosegek:nth-child(9n-5){ background: #5d8431; }
.valaszto_lehetosegek:nth-child(9n-4){ background: #07bb4f; }
.valaszto_lehetosegek:nth-child(9n-3){ background: #105277; }
.valaszto_lehetosegek:nth-child(9n-2){ background: #4fcbd6; }
.valaszto_lehetosegek:nth-child(9n-1){ background: #878cba; }
.valaszto_lehetosegek:nth-child(9n-0){ background: #ed007b; }
.valaszto_lehetosegek{
    background: #ed007b;
    width: 290px;
    height: 375px;
    position: relative;
    /*margin: 0px;*/
    margin: 15px 10px 15px 16px;
}
.valaszto_lehetosegek.nem_elerheto_tananyag *{
    cursor: no-drop !important;
}
.valaszto_lehetosegek.nem_elerheto_tananyag{
    opacity: 0.3;
    cursor: no-drop;
    color: white;
}
.valaszto_lehetosegek .lehetoseg_num {
    text-align: left;
    background: white;
    color: black;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.valaszto_lehetosegek .lehetoseg_line {
    width: 75px;
    height: 2px;
    background: white;
    margin-top: 15px;
    margin-bottom: 15px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.valaszto_lehetosegek a, .valaszto_lehetosegek .sandbox{
    color: white;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-decoration: none;
}
.valaszto_lehetosegek .lehetoseg_button {
    text-align: center;
    position: absolute;
    bottom: 40px;
    background: white;
    color: black;
    width: 100px;
    height: 45px;
    align-content: center;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}
.valaszto_lehetosegek .lehetoseg_open_button {
    text-align: center;
    position: absolute;
    bottom: 40px;
    background: white;
    color: black;
    width: 100px;
    height: 45px;
    align-content: center;
    cursor: pointer;
    right: 20px;
}
#userIdleAlertBoxButton2, #userIdleAlertBoxButton{
    cursor: pointer;
}
.valaszto_lehetosegek .lehetoseg_delete_button {
    text-align: center;
    position: absolute;
    bottom: 40px;
    background: white;
    color: black;
    width: 100px;
    height: 45px;
    align-content: center;
    left: 20px;
    cursor: pointer;
}
.valaszto_lehetosegek .lehetoseg_title {
    text-align: center;
    /*padding-left: 20px;*/
    /*padding-right: 20px;*/
    text-transform: uppercase;
    font-size: 27px;
    padding-top: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: white;
}
.valaszto_lehetosegek .lehetoseg_descr {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}
.valaszto_lehetosegek .lehetoseg_descr *{
    padding: 0px !important;
}
#main_teszt > div{
    padding-right: 0px !important;
    padding-left: 0px !important;
}
.main_teszt_nev, .teszt_nev{
    padding-bottom: 5px;
    font-size: 26px;
    text-decoration: none;
    font-weight: normal;
    padding-top: 20px;
    padding-left: 0px;
    padding-right: 0px;
}
.main_teszt_leiras .main_teszt_tajekoztato{
    padding-bottom: 20px;
    display: block;
}
.main_teszt_leiras, .teszt_kerdes{
    padding-top: 10px;
    padding-bottom: 10px;
}
.sandbox_teszt_container{
    padding-left: 20px;
    padding-right: 20px;
}
.teszt_valasz_radio{
    margin-right: 5px;
}

.teszt{
    padding: 40px;
}
.teszt_kerdes {
    padding-bottom: 10px;
    border-bottom: 1px solid black;
    margin-bottom: 10px;
}
.teszt_valaszok .valasz_container_span {
    display: block;
}


.m-1200{
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.scroll_button{
    position: fixed;
    bottom: 40px;
    right: 40px; 
    height: 42px;
    width: 42px;
    transform: rotate(180deg);
    transition: 1s;
    cursor: pointer;
}

.header .header_container{
    padding-top: 70px;
    background-color: #ebebeb;
    padding-bottom: 25px;
}
.header .header_navbar{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header .header_navbar .nav_item.active, .header .header_navbar .nav_item.active a{
    background-color: #ed007a;
    color: white;
    font-weight: bold;
    text-decoration: none;
    border-radius: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 6px;
    padding-bottom: 8px;
}
.header .header_navbar .nav_item a, .header .header_navbar .nav_item{
    color: black;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
}

.header .header_navbar .nav_item .dropdown_container{
    position: relative;
    cursor: pointer;
}
.header .header_navbar .nav_item .dropdown_container .dropdown_content{
    display: none;
    position: absolute;
    z-index: 100;
    text-align: center;
    width: 100%;
    background: #ebebeb;
    padding: 5px;
    border-radius: 5px;
}
.header .header_navbar .nav_item .dropdown_container .dropdown_content a{
    display: block;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
    text-decoration: none;
    color: black;
}
.header .header_navbar .nav_item .dropdown_container:hover > .dropdown_content{
    display: block;
}
.header .header_navbar .nav_item .dropdown_container .dropdown_button img{
    padding-right: 5px;
}
.header .header_navbar .nav_button_container{
    display: flex;
}
.header .header_navbar .nav_button_container .nav_button + .nav_button{
    margin-left: 10px;
}
.header .header_navbar .nav_button{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 5px;
    font-weight: bold;
}
.header .header_navbar .reg_button{
    background-color: #00ce7a;
}
.header .header_navbar .login_button{
    background-color: #444651;
    color: white;
}

.header .navbar{
    background-color: #1d1f30;
}
.header .navbar ul::-webkit-scrollbar {
    display: none;
}
.header .navbar ul{
    /*list-style-type: none;
    overflow: hidden;
    display: flex;*/
    align-items: center;
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    list-style: none;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.header .navbar ul li:hover{
    background-color: #45ccf1;
}
.header .navbar ul li{
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    height: 35px;
    display: flex;
    align-items: center;
    flex: 0 0 auto;
}
.header .navbar ul li a{
    display: block;
    text-align: center;
    text-decoration: none;
    color: white;
    font-weight: bold;
    font-size: 16px;
}
.header .navbar ul li.home{
    background-color: #45ccf1;
}
.header .navbar ul li .home_logo{
    height: 25px;
    width: 24px;
}

/*main*/
.main_container{
    background: rgb(65,65,65);
    background: linear-gradient(90deg, rgba(65,65,65,1) 0%, rgba(65,65,65,1) 50%, rgba(223,223,223,1) 50%);
}
.main .main_left .title{
    padding-left: 15px;
}
.main .main_left .side_menu:hover{
    background-color: #45ccf1;
}
.main .main_left .side_menu{
    padding-left: 15px;
}
.main .main_left a.active{
    display: block;
    color: white;
    text-decoration: none;
    background-color: #45ccf1;;
}
.main .main_left a{
    display: block;
    /*color: #888888;*/
    color: white;
    text-decoration: none;
    padding-top: 10px;
    padding-bottom: 7px;
    font-size: 18px;
}
.main .main_left #menu .title_holder .menu_nyitas{
    align-self: center;
    cursor: pointer;
}
.main .main_left #menu .title_holder{
    display: flex;
    padding-top: 22px;
    padding-bottom: 5px;
    justify-content: space-between;
    padding-right: 15px;
    padding-top: 22px;
    background: #616161;
}
.main .main_left #menu .title_holder .title{
    color: white;
    padding-bottom: 5px;
    font-size: 26px;
    text-decoration: none;
    font-weight: normal;
}
.main .main_left #menu a.locked{
    cursor: no-drop;
}
.main .main_left #menu a.unlocked{
    display: block;
    color: white;
    text-decoration: none;
    padding-top: 10px;
    padding-bottom: 7px;
    font-size: 18px;
}


/*dropdown*/
.dropdown-container{
    display: none;
    background-color: transparent;
    padding-left: 20px;
}
.main{
    display: flex;
    flex-wrap: wrap;
}
.main_left{
    width: 20%;
    background-color: #414141;
}
.main_center{
    width: 65%;
    background-color: #e3e3e3;
    margin-left: auto;
    margin-right: auto;
}
.main_right{
    width: 15%;
}
.dropdown-btn{
    cursor: pointer;
}

.main .main_center .main_center_container .main_lesson{
    padding-left: 20px;
    padding-right: 20px;
}


.main_center .main_center_container .main_center_allapot .main_center_progress_bar .main_center_current_progress .main_center_current_percent .main_center_current_percent_text{
    padding-right: 5px;
    font-weight: 600;
}
.main_center .main_center_container .main_center_allapot .main_center_progress_bar .main_center_current_progress .main_center_current_percent{
    position: absolute;
    /*right: 0px;*/
    padding-left: 10px;
}
.main_center .main_center_container .main_center_allapot .main_center_progress_bar .main_center_current_progress{
    background: #c3c1c1;
    border-radius: 20px;
    height: 100%;
    width: 30px;
    display: flex;
    align-items: center;
    transition: 1s;
    position: relative;
}
.main_center .main_center_container .main_center_allapot .main_center_progress_bar{
    margin-top: 20px;
    width: 100%;
    background: #c3c1c1;
    border-radius: 20px;
    height: 21px;
    display: flex;
    align-items: center;
}
.main_center .main_center_container .main_center_allapot{
    padding-right: 50px;
    padding-left: 50px;
}

.main_center .main_center_container .main_buttons #main_center_next_button_x a{
    margin-left: 10px;
}
.main_center .main_center_container .main_buttons .main_center_next_button > div{
    padding-right: 0px;
}
.main_center .main_center_container .main_buttons .main_center_next_button #main_center_next_info{
    padding-right: 20px;
}
.main_center .main_center_container .main_buttons .main_center_next_button{
    display: flex;
    flex-flow: nowrap;
}
.main_center .main_center_container .main_buttons{
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
    padding-right: 50px;
    padding-left: 50px;
}
.main_center .main_center_container .main_buttons > div a{
    background-color: #1d1f30;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-decoration: none;
    border-radius: 10px;
}


.main_center .main_center_container .main_download{
    padding-top: 20px;
    padding-bottom: 10px;
    display: flex;
    justify-content: flex-end;
    padding-right: 50px;
    padding-left: 50px;
}
.main_center .main_center_container .main_download .main_download_button a{
    color: white;
    text-decoration: none;
}
.main_center .main_center_container .main_download .main_download_button {
    background-color: #ed007b;
    color: white;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 7px;
    padding-bottom: 7px;
    text-decoration: none;
    border-radius: 10px;
    font-weight: 600;
    cursor: pointer;
}


.main_lesson > div:not(.lesson_example){
    padding-right: 50px;
    padding-left: 50px;
}
.main_lesson h1{
    font-size: 26px;
    font-weight: normal;
}
.main_lesson .lesson_title_holder .lesson_search form{
    position: relative;
}
.main_lesson .lesson_title_holder .lesson_search form button{
    background: transparent;
    border: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}
.main_lesson .lesson_title_holder .lesson_search form input{
    width: 160px;
    height: 26px;
    background: #dad9d9;
    border: none;
    border-radius: 20px;
    padding-left: 5px;
    padding-right: 5px;
}
.main_lesson .lesson_title_holder{
    display: flex;
    justify-content: space-between;
}
.main_lesson .lesson_title_holder .lesson_title{
    font-size: 26px;
    font-weight: bold;
    padding-bottom: 20px;
}
.main_lesson .lesson_intro{
    background-color: #ed007a;
    color: white;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.main_lesson .lesson_break{
    background-color: white;
    height: 2px;
    width: 100%;
}
.main_lesson .lesson_content{
    padding-top: 20px;
    padding-bottom: 20px;
}
.main_lesson .lesson_content h1{
    padding-top: 5px;
    padding-bottom: 5px;
}
.main_lesson .lesson_content span{
    padding-left: 10px;
    display: block;
}
.main_lesson .lesson_content ul{
    padding-left: 20px;
}

/*
examplecode{
    display: block;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
}
examplecode .editor{
    display: inline-flex;
    position: relative;
    gap: 10px;
    font-family: monospace;
    line-height: 21px;
    background: white;
    border-radius: 2px;
    padding: 20px 0px;
    height: fit-content;
    overflow-y: auto;
    width: 100%;
}
examplecode .line-numbers{
    width: 20px;
    text-align: right;
    height: auto;
}
examplecode .line-numbers span{
    counter-increment:  linenumber;
}
examplecode .line-numbers span::before{
    content: counter(linenumber);
    display: block;
    color: #506882;
}
examplecode textarea{
    height: auto;
    line-height: 21px;
    overflow-y: hidden;
    padding: 0;
    border: 0;
    background: white;
    color: black;
    min-width: 600px;
    outline: none;
    resize: none;
}
examplecode button.examplecode_copy_button{
    position: absolute;
    top: 0px;
    right: 0px;
}
*/


examplecode{
    display: block;
    /*text-align: center;*/
    text-align: start;
    padding-top: 20px;
    padding-bottom: 10px;
}
examplecode .examplecode{
    border-left: 5px solid #00a15a;
}
examplecode .editor{
    display: inline-flex;
    position: relative;
    gap: 10px;
    font-family: monospace;
    line-height: 21px;
    background: white;
    border-radius: 2px;
    padding: 20px 0px;
    height: fit-content;
    overflow-y: auto;
    width: 100%;
}
examplecode .line-numbers{
    width: 10px;
    text-align: right;
    height: auto;
}
examplecode .line-numbers span::before{
    content: " ";
    display: block;
    color: #506882;
    height: 21px;
}
examplecode textarea{
    height: auto;
    line-height: 21px;
    overflow-y: hidden;
    padding: 0;
    border: 0;
    background: white;
    color: black;
    min-width: 600px;
    outline: none;
    resize: none;
}
examplecode button{
    cursor: pointer;
    border: none;
    background: transparent;
    display: block;
    position: absolute;
    height: 31px;
    width: 31px;
}
examplecode button.examplecode_download_button{
    bottom: 13px;
    right: 20px;
}
examplecode button.examplecode_copy_button{
    bottom: 13px;
    right: 54px;
}
examplecode button.examplecode_share_button{
    bottom: 13px;
    right: 88px;
}



examplecode2{
    display: block;
    /*text-align: center;*/
    text-align: start;
    padding-top: 20px;
    padding-bottom: 10px;
}
examplecode2 .examplecode2{
    border-left: 5px solid #00a15a;
}
examplecode2 .editor{
    display: inline-flex;
    position: relative;
    gap: 10px;
    font-family: monospace;
    line-height: 21px;
    background: white;
    border-radius: 2px;
    padding: 20px 0px;
    height: fit-content;
    overflow-y: auto;
    width: 100%;
}
examplecode2 .line-numbers{
    width: 10px;
    text-align: right;
    height: auto;
}
examplecode2 .line-numbers span::before{
    content: " ";
    display: block;
    color: #506882;
    height: 21px;
}
examplecode2 textarea{
    height: auto;
    line-height: 21px;
    overflow-y: hidden;
    padding: 0;
    border: 0;
    background: white;
    color: black;
    min-width: 600px;
    outline: none;
    resize: none;
}
examplecode2 button{
    cursor: pointer;
    border: none;
    background: transparent;
    display: block;
    position: absolute;
    height: 31px;
    width: 31px;
}
examplecode2 button.examplecode_download_button{
    bottom: 13px;
    right: 20px;
}
examplecode2 button.examplecode_copy_button{
    bottom: 13px;
    right: 54px;
}
examplecode2 button.examplecode_share_button{
    bottom: 13px;
    right: 88px;
}


.lesson_example .probald_ki{
    padding-top: 10px;
}
.lesson_example .probald_ki a{
    background-color: #1d1f30;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-decoration: none;
    border-radius: 10px;
}
.lesson_content .result_code{
    background-color: white;
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 20px;
    min-width: 600px;
    width: 100%;
}


.lesson_example{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #e5e6e8;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}


.right_block{
    padding-top: 20px;
}
.right_block .block{
    height: 280px;
    margin-top: 10px;
    width: 170px;
}
.right_block .block:nth-child(1){
    background-color: #4fcbd7;
}
.right_block .block:nth-child(2){
    background-color: #fc8b31;
}
.right_block .block:nth-child(3){
    background-color: #5e8533;
}
.right_block .block:nth-child(4){
    background-color: #07bb4f;
}
.right_block .block:nth-child(5){
    background-color: #105277;
}
.right_block .block:nth-child(6){
    background-color: #878cba;
}

.footer_link, .footer_title, .footer_cc, .footer_newtime{
    /*font-family: "Poppins", sans-serif;*/
    font-family: 'Verdana_current', sans-serif;
    font-weight: 400;
    font-style: normal;
}
footer{
    background-color: rgb(65,65,65);
}
.footer_container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 126px;
    padding-bottom: 160px;
}
.footer_title{
    color: #b8b8b8;
    padding-bottom: 40px;
    font-weight: bold;
}
.footer_link{
    display: block;
    text-decoration: none;
    color: white;
    padding-bottom: 11px;
}
.footer_logo{
    align-self: self-end;
}
.footer_logo img{
    height: auto;
    width: 250px;
}
.footer_copyright .footer_newtime{
    display: flex;
    align-items: center;
}
.footer_copyright .footer_newtime img{
    height: 26px;
    padding-left: 10px;
}
.footer_copyright{
    background-color: white;
    color: #949494;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.footer_cc{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.footer_newtime{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

#side_menu_bezaras{
    display: none;
}

/* mobil */
@media (max-width: 1200px) {
    .header_login .logo{
        height: 160px;
    }
    .header_login .logo img{
        margin-top: 10px;
        height: auto;
        width: 340px;
    }
    .main_login{
        padding: 10px;
    }
    .main_login form{
        padding: 20px;
        margin-top: 0px;
    }
    .main_login form .login_container{
        margin-top: 20px;
        padding: 40px 20px 80px 20px;
    }


    .footer_copyright{
        flex-wrap: wrap;
        justify-content: center;
        padding: 10px 0px 10px 0px;
    }


    .header .header_navbar .nav_item{
        display: none;
    }
    .header .header_navbar .logo{
        padding-left: 20px;
        width: 75%;
    }
    .header .header_navbar .logo a img{
        width: 100%;
        height: auto;
        max-width: 300px;
    }
    .header .header_navbar .nav_button_container{
        width: 25%;
        justify-content: flex-end;
    }
    .header .navbar ul{
        overflow: scroll;
        padding-left: 10px;
    }
    .header .header_container{
        padding-top: 30px;
    }
    

    .m-1200{
        width: auto;
    }
    .footer_container {
        display: block;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-top: 36px;
        padding-bottom: 80px;
        text-align: center;
    }
    .footer_title{
        padding-bottom: 10px;
        padding-top: 30px;
    }
    .footer_logo{
        padding-top: 40px;
    }


    .scroll_button{
        z-index: 10000;
    }

    
    .valaszto_title{
        font-size: 40px;
    }
    .valaszto_title2 {
        font-size: 30px;
    }
    .valaszto_lehetosegek_container{
        width: auto;
        padding-top: 35px;
    }
    



    .main_left{
        display: flex;
        position: absolute;
        z-index: 98;
        min-width: 30px;
        width: auto;
        max-width: 320px;
        padding: 15px 10px 30px 10px;
        top: 216px;
    }
    #side_menu_bezaras{
        display: none;
        padding-right: 10px;
        text-align: end;
        color: white;
        position: absolute;
        right: 10px;
    }
    #side_menu_kinyitas span{
        display: block;
        width: 25px;
        height: 2px;
        margin-bottom: 5px;
        position: relative;
        background: white;
        border-radius: 3px;
    }
    #side_menu_kinyitas{
        display: block;
        padding-right: 0px;
        text-align: end;
        color: white;
        position: absolute;
        right: 14px;
    }
    #side_menu_container{
        display: none;
    }
    .main .main_left #menu .title_holder{
        display: none;
    }
    .main .main_left .side_menu{
        display: none;
        padding: 10px 15px 7px 15px;
    }
    .main .main_left #menu a.unlocked, .main .main_left #menu a.locked{
        display: none;
    }
    .main_right{
        display: none;
    }
    .main_center{
        width: 100%;
    }
    .main_center .main_center_container .main_center_allapot{
        padding: 0px 20px 0px 20px;
    }
    .main_center .main_center_container .main_center_allapot .main_center_progress_bar{
        height: 30px;
    }
    .main_search{
        padding: 0px 20px 0px 20px;
    }
    .main_search form input{
        height: 30px;
    }
    .main_search form button {
        top: 18px;
    }
    .main_center .main_center_container .main_buttons{
        padding: 20px;
    }


    span.valasz_container_span {
        display: block;
    }
    .main_teszt_leiras, .teszt_kerdes {
        padding-top: 10px;
        padding-bottom: 20px;
    }
    span.teszt_eredmeny_radio {
        display: block;
    }
    span.teszt_eredmeny_leiras{
        display: block;
        padding-bottom: 10px;
    }
    span.teszt_eredmeny_feladat{
        display: block;
    }
    div#teszt_eredmeny {
        padding-bottom: 18px;
    }

}
