@font-face{font-family: SF; src: url('/css/fonts/SFMonoMedium.otf');}

*{
	margin:0;
	/*padding:0;*/  
    font-family: 'SF', sans-serif;
}

body{
    background: #333333;
    max-width: 1920px;
    margin: auto;
}


.header{
    /*margin: 65px 100px 0px 100px;*/
    margin: 5px 100px 0px 100px;
}
.header_01{
    position: relative;
    z-index: 10;
    height: 120px;
    display: flex;
}
.header_01 .left{
    margin-right: 20px;
}
.header_01 .left a img{
    width: 118px;
    height: 120px;
}
.header_01 .right{
    width: 100%;
    display: flex;
    align-items: center;
}
.header_01 .right .container{
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-bottom: 2px solid white;
    padding-bottom: 10px;   
}
.header_01 .right .container .start{
    display: flex;
    height: 100%;
    align-self: end;
    font-size: 24px;
    padding-bottom: 5px;
}
.header_01 .right .container .end a{
    text-decoration: none;
    display: block;
    background: #00cd76;
    color: black;
    padding: 10px 20px 10px 20px;
    border-radius: 5px;
}
.header_01 .right a{
    color: white;
    text-decoration: none;
}


.header_02 {
    /*padding-top: 25px;*/
    padding-top: 0px;
    text-align: center;
    /*padding-bottom: 30px;*/
    padding-bottom: 25px;
}
.header_02 .logo a img{
    width: 797px;
    height: auto;
}


.header .line{
    height: 1px;
    background-color: white;
}


.main {
    position: relative;
    z-index: 10;
    margin: 0px 100px 0px 100px;
}


.main .code{
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 14px;
}
.main .code .block.html{}
.main .code .block{
    /* width: 33%; */
    width: 50%;
}
.main .code .block + .block{
    margin-left: 10px;
}
.main .code .block input{
    cursor: pointer;
    position: relative;
}
.main .code .block .title{
    display: flex;
    align-items: center;
}
.main .code .block .title .line{
    height: 4px;
    background: white;
    /*width: 60%;*/
    width: 100%;
    margin-left: -20px;
}
.main .code .block .title .text{
    background: #1e1e1e;
    width: fit-content;
    padding: 5px 30px 5px 20px;
}
.main .code .block .content{
    background: #1e1e1e;
    padding: 5px 20px 0px 20px;
}
.main .code .block .text.html{
    color: #fe5b2f;
}
.main .code .block .text.css{
    color: #62c3f9;
}
.main .code .block .text.js{
    color: #f6dd45;
}

.code_row.tab{
    padding-left: 40px;
}
.code_row.tab2{
    padding-left: 80px;
}
.code_row.tab3{
    padding-left: 120px;
}
.code_row.tab4{
    padding-left: 160px;
}
.code_row span {
    position: relative;
}
.code_row {
    position: relative;
    display: table;
}
.code_grey{
    color: #808080;
}
.code_darkblue{
    color: #569cd6;
}
.code_blue{
    color: #72c9f8;
}
.code_lightblue{
    color: #9cdcfe;
}
.code_white{
    color: #d4d4d4;
}
.code_orange{
    color: #ce9178;
}
.code_green{
    color: #b5cea8;
}
.code_darkgreen{
    color: #6a9955;
}
.code_yellow{
    color: #dcdcaa;
}
.code_darkyellow{
    color: #ffd000;
}
.code_pink{
    color: #c36ac6;
}










.main .break_line {
    height: 1px;
    background-color: white;
    margin: 10px 0px 10px 0px;
}


.main .kurzusok .kurzusok_bg02 {
    position: absolute;
    bottom: 45px;
    right: 50px;
}
.main .kurzusok .kurzusok_bg01 {
    position: absolute;
    bottom: -260px;
    left: -103px;
}
.main .kurzusok{
    position: relative;
}
.main .kurzusok .title_container{
    text-align: center;
    color: white;
    padding-top: 50px;
    line-height: 1;
}
.main .kurzusok .title_container .title_main {
    position: relative;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    font-size: 90px;
}
.main .kurzusok .title_container .title_sub_02 {
    font-size: 28px;
}
.main .kurzusok .title_container .title_line {
    position: absolute;
    width: 215px;
    height: 5px;
    background: white;
    bottom: 13px;
    left: 275px;
}

.main .kurzusok .lista .lista_arrow{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 910px;
    transform: translate(-50%, 0px);
    left: calc(50% - 30px);
}

.main .kurzusok .lista_container {
    background-image: url(/images/bg01.png);
    background-repeat: no-repeat;
    background-position: top;
    min-height: 550px;
}
.main .kurzusok .lista {
    /*display: flex;
    flex-flow: wrap;
    justify-content: center;
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 70px;
    background-image: url('/images/bg01.png');
    background-repeat: no-repeat;
    background-position: top;
    padding-left: 385px;
    padding-right: 385px;*/

    /*position: relative;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 70px;
    background-image: url(/images/bg01.png);
    background-repeat: no-repeat;
    background-position: top;
    display: grid;
    grid-template-columns: repeat(3, 290px);
    gap: 20px;*/

    position: relative;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 70px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(290px, 290px));
    grid-auto-rows: 375px;
    gap: 20px;
    justify-items: center;
    align-items: center;
    max-width: 950px;
}
.main .kurzusok .lista + .lista {
    padding-top: 20px;
}
.main .kurzusok .lista:last-of-type {
    padding-bottom: 50px;
}
.main .kurzusok .lista a {
    color: white;
    text-decoration: none;
}
.main .kurzusok .lista .container:nth-child(9n-8){ background: #a2428da3; }
.main .kurzusok .lista .container:nth-child(9n-7){ background: #ed007aa3; }
.main .kurzusok .lista .container:nth-child(9n-6){ background: #fc8b31a3; }
.main .kurzusok .lista .container:nth-child(9n-5){ background: #5d8431a3; }
.main .kurzusok .lista .container:nth-child(9n-4){ background: #07bb4fa3; }
.main .kurzusok .lista .container:nth-child(9n-3){ background: #105277a3; }
.main .kurzusok .lista .container:nth-child(9n-2){ background: #4fcbd6a3; }
.main .kurzusok .lista .container:nth-child(9n-1){ background: #878cbaa3; }
.main .kurzusok .lista .container:nth-child(9n-0){ background: #ed007ba3; }
.main .kurzusok .lista .container{
    background: #ed007b;
    width: 290px;
    height: 375px;
    position: relative;
    /*margin: 15px 10px 15px 16px;*/
}
.main .kurzusok .lista .container .container11 {
    height: calc(100% - 128px);
    align-content: center;
}
.main .kurzusok .lista .container .num {
    text-align: left;
    background: white;
    color: black;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
}
.main .kurzusok .lista .container .title {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    text-transform: uppercase;
    font-size: 33px;
    /*padding-top: 33px;*/
    padding-top: 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.2;
}
.main .kurzusok .lista .container .ikon {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    text-transform: uppercase;
    font-size: 33px;
    /*padding-top: 33px;*/
    padding-top: 5px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.1;
}
.main .kurzusok .lista .container .line {
    width: 75px;
    height: 3px;
    background: white;
    margin-top: 24px;
    margin-bottom: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.main .kurzusok .lista .container .button {
    text-align: center;
    position: absolute;
    bottom: 36px;
    background: white;
    color: black;
    width: 100px;
    height: 47px;
    align-content: center;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}
.main .kurzusok .lista .container .description {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}

.main .kurzusok .lista .container .description *{
    padding: 0px !important;
}
.main .kurzusok .lista_tovabb a{
    display: flex;
    color: white;
    justify-content: center;
    padding-top: 60px;
    padding-bottom: 55px;
    text-decoration: none;
    font-size: 19px;
    text-transform: uppercase;
    align-items: center;
}
.main .kurzusok .lista_tovabb a .arrow{
    height: 32px;
    padding-left: 12px;
}
.main .kurzusok .lista_tovabb a .arrow img{
    height: 100%;
}


.main .kurzusok .kurzusok_lista_container {
    background-image: url(/images/bg01.png);
    background-repeat: no-repeat;
    background-position: top;
    min-height: 550px;
}
.main .kurzusok .kurzusok_lista_container .kurzusok_lista { 
    position: relative;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 70px;
    padding-bottom: 70px;
    justify-items: center;
    align-items: center;
    max-width: 950px;
}
.main .kurzusok .kurzusok_lista_container .kurzusok_lista .container:nth-child(9n-8){ background: #a2428da3; }
.main .kurzusok .kurzusok_lista_container .kurzusok_lista .container:nth-child(9n-7){ background: #ed007aa3; }
.main .kurzusok .kurzusok_lista_container .kurzusok_lista .container:nth-child(9n-6){ background: #fc8b31a3; }
.main .kurzusok .kurzusok_lista_container .kurzusok_lista .container:nth-child(9n-5){ background: #5d8431a3; }
.main .kurzusok .kurzusok_lista_container .kurzusok_lista .container:nth-child(9n-4){ background: #07bb4fa3; }
.main .kurzusok .kurzusok_lista_container .kurzusok_lista .container:nth-child(9n-3){ background: #105277a3; }
.main .kurzusok .kurzusok_lista_container .kurzusok_lista .container:nth-child(9n-2){ background: #4fcbd6a3; }
.main .kurzusok .kurzusok_lista_container .kurzusok_lista .container:nth-child(9n-1){ background: #878cbaa3; }
.main .kurzusok .kurzusok_lista_container .kurzusok_lista .container:nth-child(9n-0){ background: #ed007ba3; }
.main .kurzusok .kurzusok_lista_container .kurzusok_lista .container {
    display: flex;
    padding: 20px;
    position: relative;
}
.main .kurzusok .kurzusok_lista_container .kurzusok_lista .container {
    align-items: center;
}
.main .kurzusok .kurzusok_lista_container .kurzusok_lista .container + .container {
    margin-top: 20px;
}
.main .kurzusok .kurzusok_lista_container .kurzusok_lista .container .date_price_container {
    display: flex;
}
.main .kurzusok .kurzusok_lista_container .kurzusok_lista .container .num {
    text-align: left;
    background: white;
    color: black;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
}
.main .kurzusok .kurzusok_lista_container .kurzusok_lista .container .ikon {
    text-align: left;
    background: transparent;
    color: white;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
    padding-left: 40px;
}
.main .kurzusok .kurzusok_lista_container .kurzusok_lista .container .title {
    text-align: left;
    background: transparent;
    color: white;
    height: 45px;
    align-items: center;
    font-size: 20px;
    font-weight: 600;
    width: 400px;
    overflow: hidden;
    align-content: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.2;
}
.main .kurzusok .kurzusok_lista_container .kurzusok_lista .container .date {
    text-align: left;
    background: transparent;
    color: white;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
    padding-left: 20px;
    width: 200px;
}
.main .kurzusok .kurzusok_lista_container .kurzusok_lista .container .price {
    text-align: left;
    background: white;
    color: black;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
    margin-left: 20px;
    margin-right: 20px;
    width: 200px;
    display: flex;
    flex-wrap: wrap;
}
.main .kurzusok .kurzusok_lista_container .kurzusok_lista .container a {
    color: white;
    text-decoration: none;
    display: flex;
}
.main .kurzusok .kurzusok_lista_container .kurzusok_lista .container a .button {
    text-align: center;
    background: white;
    color: black;
    width: 150px;
    height: 47px;
    align-content: center;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}
.main .kurzusok .kurzusok_lista_container .kurzusok_lista .container .jelentkezes_link {
    color: white;
    text-decoration: none;
    display: flex;
}
.main .kurzusok .kurzusok_lista_container .kurzusok_lista .container .jelentkezes_link .button {
    text-align: center;
    background: white;
    color: black;
    width: 150px;
    height: 47px;
    align-content: center;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}



.rolunk {
    position: relative;
    padding-top: 20px;
    padding-bottom: 100px;
    display: flex;
    padding: 0px;
    width: 985px;
    margin: 65px auto 70px auto;
}
.rolunk .left{
    width: 55%;
    color: white;
    /*align-self: center;*/
    /*align-content: center;*/
}
.rolunk .left .title_container{
    /* display: flex; */
    display: block;
    padding-bottom: 35px;
    align-items: baseline;
    padding-top: 5px;
}
.rolunk .left .title_container .title span{
    padding-right: 10px;
}
.rolunk .left .title_container .title{
    color: white;
    font-size: 56px;
    font-weight: 600;
    padding-bottom: 10px;
}
.rolunk .left .title_container .sub_title{
    color: #ff8a2f;
    font-size: 20px;
    padding-left: 10px;
    letter-spacing: 3px;
}
.rolunk .left .content {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    margin-bottom: 65px;
    font-size: 13px;
}
.rolunk .left .data_container {
    display: flex;
    flex-flow: wrap;
}
.rolunk .left .data_container a{
    text-decoration: none;
    color: white;
    font-size: 12px;
}
.rolunk .left .data_container .data{
    width: 50%;
    margin-bottom: 45px;
    display: flex;
    align-items: center;
}
.rolunk .left .data_container .data .block{
    width: 10px;
    height: 10px;
    background: purple;
    margin-right: 10px;
}
.rolunk .left .button {
    padding-top: 35px;
}
.rolunk .left .button a {
    background: #fc8b31;
    color: white;
    text-decoration: none;
    padding: 15px 25px;
    font-size: 16px;
}
.rolunk .right{
    width: 45%;
    align-content: center;
}
.rolunk .right img{
    /*width: auto;*/
    /*height: 100%;*/
    width: 100%;
    height: auto;
}


.rolunk_irtak .rolunk_irtak_bg01{
    position: absolute;
    top: 30px;
    right: -100px;
}
.rolunk_irtak .rolunk_irtak_bg02{
    position: absolute;
    top: 20px;
    right: 50%;
    transform: translate(-76px, 0px);
}
.rolunk_irtak {
    position: relative;
    padding-top: 140px;
    padding-bottom: 60px;
    background-image: url(/images/kocka_01.png);
    background-repeat: no-repeat;
    background-position: center 187px;
}
.rolunk_irtak .title_container {
    text-align: center;
    padding-bottom: 65px;
}
.rolunk_irtak .title_container .title_main{
    display: flex;
    color: white;
    position: relative;
    justify-content: center;
}
.rolunk_irtak .title_container .title_main .title .title_line{
    height: 8px;
    width: 200px;
    background-color: white;
    position: absolute;
    left: -197px;
    bottom: 12px;
}
.rolunk_irtak .title_container .title_main .title{
    position: relative;
    font-size: 55px;
    font-weight: 600;
}
.rolunk_irtak .title_container .title_sub{
    color: #fc8b31;
    padding-left: 155px;
    font-size: 37px;
    padding-top: 2px;
}
.rolunk_irtak .data_track {
    padding: 0px 20px;
    display: grid;
    grid-template-columns: repeat(4, minmax(270px, 270px));
    gap: 30px;
    justify-items: center;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}
.rolunk_irtak .data_track .data {
    width: 270px;
    color: white;
}
.rolunk_irtak .data_track .data .image {
    max-height: 220px;
    text-align: center;
}
.rolunk_irtak .data_track .data .image img {
    height: 180px;
}
.rolunk_irtak .data_track .data .name {
    text-align: center;
    padding-top: 15px;
    font-size: 20px;
    text-transform: uppercase;
}
.rolunk_irtak .data_track .data .stars {
    text-align: center;
    padding: 30px 0px 23px 0px;
}
.rolunk_irtak .data_track .data .description {
    width: 230px;
    text-align: justify;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    font-size: 13px;
    line-height: 1.8;
}
.rolunk_irtak .data_track .data .description::before {
    content: ' ';
    width: 18px;
    height: 15px;
    background-image: url("/images/quote_start.png");
    background-repeat: no-repeat;
    position: absolute;
    left: -20px;
    top: -15px;
}
.rolunk_irtak .data_track .data .description::after {
    content: ' ';
    width: 18px;
    height: 15px;
    background-image: url("/images/quote_end.png");
    background-repeat: no-repeat;
    position: absolute;
    right: -20px;
    bottom: -15px;
}


.footer{
    margin: 117px 100px 0px 100px;
    color: white;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;

}
.footer .left{
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    margin-left: 40px;
}
.footer .left .menu:nth-child(2){
    padding-left: 30px;
}
.footer .left .menu .menu_title{
    position: relative;
    font-size: 21px;
    margin-bottom: 21px;
}
.footer .left .menu .menu_title::after {
    content: ' ';
    width: 70px;
    height: 1px;
    background-color: white;
    position: absolute;
    bottom: -6px;
    left: 0px;
}
.footer .left .menu .menu_title a{
    color: white;
    text-decoration: none;
}
.footer .left .menu .menu_item a{
    color: white;
    text-decoration: none;
}
.footer .left .menu .menu_item {
    font-size: 15px;
    line-height: 1.85;
}
.footer .right{
    margin-right: 35px;
    display: flex;
    flex-flow: column;
    align-items: flex-end;
    padding-top: 10px;
}
.footer .right .content{
    position: relative;
    width: fit-content;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.3;
}
.footer .right .content:nth-child(2)::after{
    content: ' ';
    width: 25px;
    height: 1px;
    background-color: white;
    position: absolute;
    bottom: 7px;
    left: -23px;
}
.footer .right .button a{
    display: block;
    width: 400px;
    height: 53px;
    background-color: #ffd842;
    text-align: start;
    padding-left: 20px;
    color: black;
    text-decoration: none;
    align-content: center;
    margin-top: 40px;
}
.footer .bottom{
    height: 120px;
    display: flex;
    width: 100%;
    margin-top: 70px;
    margin-right: 50px;
}
.footer .bottom .bottom_left{
    margin-right: 20px;
}
.footer .bottom .bottom_left a img{
    width: auto;
    height: 116px;
}
.footer .bottom .bottom_right{
    width: 100%;
    display: flex;
    align-items: baseline;
    padding-top: 10px;
}
.footer .bottom .bottom_right .container{
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-bottom: 2px solid white;
    padding-bottom: 17px;   
}
.footer .bottom .bottom_right .container .start{
    display: flex;
    height: 100%;
    align-self: end;
}
.footer .bottom .bottom_right a{
    color: white;
    text-decoration: none;
    font-size: 23px;
}
.footer .bottom .bottom_right .container .end {
    display: flex;
    align-items: center;
    color: white;
    font-size: 20px;
}
.footer .bottom .bottom_right .container .end a{
    text-decoration: none;
    display: block;
    color: white;
    margin-left: 10px;
}
.footer .footer_data {
    text-align: center;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.kurzus {
    position: relative;
}
.kurzus .title_container{
    text-align: center;
    color: white;
    padding-top: 50px;
    line-height: 1;
}
.kurzus .title_container .title_main {
    position: relative;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    font-size: 90px;
}
.kurzus .title_container .title_line {
    position: absolute;
    width: 215px;
    height: 5px;
    background: white;
    bottom: 13px;
    left: 275px;
}
.kurzus .title_container .title_sub_02 {
    font-size: 28px;
}
.kurzus .kurzusok_bg02 {
    position: absolute;
    bottom: 45px;
    right: 50px;
}
.kurzus .kurzusok_bg01 {
    position: absolute;
    bottom: -260px;
    left: -103px;
}
.kurzus .lista_container{ 
    background-image: url(/images/bg01.png);
    background-repeat: no-repeat;
    background-position: top;
    min-height: 600px;
}
.kurzus .lista .lista_arrow{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 910px;
    transform: translate(-50%, 0px);
    left: calc(50% - 30px);
}
.kurzus .lista {
    position: relative;
    color: white;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    width: 950px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 70px;
}
.kurzus .lista a {
    color: white;
    text-decoration: none;
}
.kurzus .lista .container:nth-child(9n-8){ background: #a2428de0; }
.kurzus .lista .container:nth-child(9n-7){ background: #ed007ae0; }
.kurzus .lista .container:nth-child(9n-6){ background: #fc8b31e0; }
.kurzus .lista .container:nth-child(9n-5){ background: #5d8431e0; }
.kurzus .lista .container:nth-child(9n-4){ background: #07bb4fe0; }
.kurzus .lista .container:nth-child(9n-3){ background: #105277e0; }
.kurzus .lista .container:nth-child(9n-2){ background: #4fcbd6e0; }
.kurzus .lista .container:nth-child(9n-1){ background: #878cbae0; }
.kurzus .lista .container:nth-child(9n-0){ background: #ed007be0; }
.kurzus .lista .container{
    background: #ed007be0;
    width: 100%;
    min-height: 375px;
    position: relative;
    margin: 15px 10px 15px 16px;
    padding-bottom: 55px;
}
.kurzus .lista .container .num {
    text-align: left;
    background: white;
    color: black;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.kurzus .lista .container .title {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    text-transform: uppercase;
    font-size: 30px;
    padding-top: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.kurzus .lista .container .line {
    width: 75px;
    height: 2px;
    background: white;
    margin-top: 15px;
    margin-bottom: 15px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.kurzus .lista .container .button {
    text-align: center;
    position: absolute;
    bottom: 40px;
    background: white;
    color: black;
    width: 150px;
    height: 45px;
    align-content: center;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}
.kurzus .lista .container .description {
    /*overflow: hidden;*/
    /*display: -webkit-box;*/
    /*-webkit-line-clamp: 4;*/
    /*-webkit-box-orient: vertical;*/
    /*text-align: center;*/
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 50px;
    line-height: 1.8;
}
.kurzus .lista .inner_container #reszletek_button{
    text-align: center;
    background: white;
    color: black;
    width: 150px;
    height: 45px;
    align-content: center;
    cursor: pointer;
    border: 1px solid gray;
    margin-left: auto;
    margin-right: auto;
}
.kurzus .lista .container .description *{
    /*padding: 0px !important;*/    
}
.kurzus .lista .inner_container{
    background: #fffbfde0;
    width: 100%;
    min-height: 375px;
    position: relative;
    margin: 15px 10px 15px 16px;
    padding-bottom: 55px;
}
.kurzus .lista .inner_container .num {
    text-align: left;
    background: black;
    color: black;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.kurzus .lista .inner_container .title {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    text-transform: uppercase;
    font-size: 30px;
    padding-top: 40px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: black;
}
.kurzus .lista .inner_container .line {
    width: 75px;
    height: 2px;
    background: gray;
    margin-top: 15px;
    margin-bottom: 15px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.kurzus .lista .inner_container .button {
    text-align: center;
    position: absolute;
    bottom: 40px;
    background: white;
    color: black;
    width: 150px;
    height: 45px;
    align-content: center;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    border: 1px solid gray;
}
.kurzus .lista .inner_container .description {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 50px;
    line-height: 1.8;
    color: black;
}
.kurzus .lista .inner_container .description *{
    color: black;
    /*padding: 0px !important;*/    
}
.kurzus .lista_tovabb{
    display: flex;
    color: white;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 30px;
}


.jelentkezes .kurzusok_bg02 {
    position: absolute;
    bottom: 45px;
    right: 50px;
}
.jelentkezes .kurzusok_bg01 {
    position: absolute;
    bottom: -260px;
    left: -103px;
}
.jelentkezes .jelentkezes_form_container{    
    background-image: url(/images/bg01.png);
    background-repeat: no-repeat;
    background-position: top;
    min-height: 600px;
}
.jelentkezes{
    position: relative;
    color: white;
    padding-top: 30px;
}
.jelentkezes .title {
    font-size: 26px;
    text-align: center;
}
.jelentkezes .kurzus_title.sikeres {
    padding-bottom: 50px;
}
.jelentkezes .kurzus_title {
    text-align: center;
    padding-top: 5px;
    font-size: 16px;
}
.jelentkezes form div select{ 
    background: #514c4e; 
    border: none;
    border-bottom: 1px solid white;
    color: white; 
    height: 56px;
    padding: 0px 0px 0px 10px;
}
.jelentkezes form div input:not([type="checkbox"]):not([type="file"]){ 
    background: #514c4e; 
    border: none;
    border-bottom: 1px solid white;
    color: white; 
    height: 40px;
    padding: 15px 0px 0px 10px;
}
.jelentkezes form div + div{
}
.jelentkezes form div{
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
}

.jelentkezes form{
    width: 1000px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    padding-bottom: 30px;
}
.jelentkezes .title_01.nem_elerheto{
    padding-top: 50px;
}
.jelentkezes form .title_01{
    font-size: 24px;
    margin-top: 10px;
}
.jelentkezes form .center{
    position: relative;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}
.jelentkezes form .center label:not([for="szamlazasi_checkbox"]):not([for="dokumentumok"]):not([for="adatvedelmi"]):not([for="aszf"]){
    width: 100%;
    position: absolute;
    top: 14px;
    left: 15px;
}
.jelentkezes form .center input:not([type="checkbox"]):not([type="file"]){
    width: 100%;
}
.jelentkezes form .left, .jelentkezes form .right{
    position: relative;
    width: calc(50% - 20px);
    flex: 0 0 auto;
    /*text-align: center;*/
    padding: 10px;
}
.jelentkezes form .left label, .jelentkezes form .right label{
    width: 100%;
    position: absolute;
    top: 12px;
    left: 15px;
}
.jelentkezes form div select{
    /*width: 100%;*/
    width: calc(100% + 10px);
}
.jelentkezes form .left input:not([type="checkbox"]):not([type="file"]), .jelentkezes form .right input:not([type="checkbox"]):not([type="file"]){
    width: 100%;
}
.jelentkezes form div label span.required{
    color: #eb0675;
}
.jelentkezes form div .jelentkezes_gomb{
    background: #32b348;
    color: white;
    border: none;
    height: 35px;
    padding: 0px 20px;
    font-size: 17px;
}
.jelentkezes form div #adatvedelmi_span, .jelentkezes form div #aszf_span {
    height: 20px;
    display: inline-flex;
    width: 20px;
    align-items: center;
    justify-content: center;
}
.jelentkezes form div .error_missing {
    background: red !important;
    color: white !important;
}
.jelentkezes form .szamlazasi_hidden {
    display: none;
}



@media (max-width: 1200px) {
    .header_01 {
        position: relative;
        z-index: 10;
        height: 70px;
        display: flex;
    }
    .header {
        margin: 0px 10px 0px 10px;
    }
    .header_01 .left a img {
        width: 59px;
        height: 60px;
    }
    .header_01 .left {
        margin-right: 20px;
        align-self: center;
    }
    .header_01 .right .container .start {
        display: flex;
        height: 100%;
        align-self: end;
        /*font-size: 18px;*/
        font-size: 13px;
        /*padding-bottom: 5px;*/
        padding-bottom: 5px;
    }
    .header_02 {
        text-align: center;
        /*padding: 10px 0px;*/
        padding: 0px;
    }
    .header_02 .logo a img {
        width: 100%;
        height: auto;
    }
    .main {
        margin: 0px 10px 0px 10px;
    }
    .main .code {
        display: flex;
        /*padding-top: 10px;*/
        padding-top: 0px;
        /*padding-bottom: 20px;*/
        padding-bottom: 10px;
        flex-wrap: wrap;
    }
    .main .code .block.html {
        display: none;
    }
    .main .code .block {
        width: 100%;
    }
    .main .code .block + .block {
        margin-left: 0px;
        margin-top: 5px;
    }
    .main .code .block .content {
        height: auto;
        background: #1e1e1e;
        padding: 5px 20px 20px 20px;
    }
    .main .kurzusok .title_container .title_main {
        position: relative;
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
        font-size: 50px;
    }
    .main .kurzusok .title_container .title_line {
        position: absolute;
        width: 80px;
        height: 5px;
        background: white;
        bottom: 8px;
        left: 156px;
    }
    .rolunk {
        position: relative;
        padding-top: 20px;
        padding-bottom: 100px;
        display: flex;
        flex-direction: column;
        padding: 0px;
        width: auto;
        margin: 60px auto 60px auto;
    }
    .rolunk .left {
        width: 100%;
        color: white;
        /* align-self: center; */
        /* align-content: center; */
    }
    .rolunk .right {
        width: 100%;
    }
    .rolunk .right img {
        width: 100%;
        height: auto;
    }
    .rolunk_irtak .data_track {
        padding: 0px 20px;
        display: grid;
        grid-template-columns: repeat(1, minmax(270px, 270px));
        gap: 30px;
        justify-items: center;
        align-items: center;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
    }
    .rolunk_irtak .data_track .data {
        width: 270px;
        color: white;
        margin-bottom: 60px;
    }
    .footer {
        margin: 50px 10px 0px 10px;
        color: white;
        display: flex;
        flex-flow: wrap;
        justify-content: center;
    }
    .footer .left {
        display: flex;
        flex-flow: column;
        justify-content: center;
        margin-left: 0px;
        text-align: center;
    }
    .footer .left .menu:nth-child(2) {
        padding-top: 30px;
        padding-left: 0px;
    }
    .footer .right {
        margin-right: 0px;
        display: flex;
        flex-flow: column;
        align-items: center;
        padding-top: 50px;
        text-align: end;
        width: 100%;
    }
    .footer .right .content {
        position: relative;
        width: fit-content;
        font-size: 18px;
        font-weight: 300;
        line-height: 1.3;
    }
    .footer .left .menu .menu_title::after {
        content: ' ';
        width: 70px;
        height: 1px;
        background-color: white;
        position: absolute;
        bottom: -6px;
        left: 50%;
        transform: translate(-50%, 0px);
    }
    .footer .right .button a {
        display: block;
        width: 250px;
        height: 53px;
        background-color: #ffd842;
        text-align: start;
        padding-left: 20px;
        color: black;
        text-decoration: none;
        align-content: center;
        margin-top: 20px;
    }
    .footer .bottom {
        height: 120px;
        display: flex;
        width: 100%;
        margin-top: 50px;
        margin-right: 0px;
        align-items: flex-end;
        padding-bottom: 20px;
    }
    .footer .bottom .bottom_right a {
        color: white;
        text-decoration: none;
        font-size: 19px;
    }
    .footer .bottom .bottom_right .container {
        display: flex;
        justify-content: end;
        width: 100%;
        border-bottom: 2px solid white;
        padding-bottom: 10px;
        flex-wrap: wrap-reverse;
    }
    .footer .bottom .bottom_left a img {
        width: auto;
        height: 58px;
    }
    .footer .bottom .bottom_right .container .end {
        display: flex;
        align-items: center;
        color: white;
        font-size: 20px;
        padding-bottom: 19px;
    }
    .main .kurzusok .lista_container {
        background-image: url(/images/bg01.png);
        background-repeat: no-repeat;
        background-position: top;
        min-height: 500px;
    }
    .main .kurzusok .lista_tovabb a {
        display: flex;
        color: white;
        justify-content: center;
        padding-top: 30px;
        padding-bottom: 25px;
        text-decoration: none;
        font-size: 19px;
        text-transform: uppercase;
        align-items: center;
        max-width: 100%;
    }
    .main .kurzusok .lista .lista_arrow {
        display: none;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 910px;
        transform: translate(-50%, 0px);
        left: calc(50% - 30px);
    }
    .rolunk_irtak .rolunk_irtak_bg01 {
        display: none;
        position: absolute;
        top: 30px;
        right: -100px;
    }
    .kurzus .lista {
        position: relative;
        color: white;
        display: flex;
        flex-flow: wrap;
        justify-content: center;
        width: auto;
        margin-left: auto;
        margin-right: auto;
        padding-top: 70px;
    }
    .kurzus .title_container .title_main {
        position: relative;
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
        font-size: 50px;
    }
    .kurzus .title_container .title_line {
        position: absolute;
        width: 80px;
        height: 5px;
        background: white;
        bottom: 8px;
        left: 156px;
    }
    .kurzus .lista .lista_arrow {
        display: none;
        position: absolute;
        top: 0px;
        left: 0px;
        width: 910px;
        transform: translate(-50%, 0px);
        left: calc(50% - 30px);
    }
    .jelentkezes form .left, .jelentkezes form .right {
        position: relative;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        /* text-align: center; */
        flex: unset;
    }
    .rolunk .left .button {
        padding-top: 20px;
        padding-bottom: 35px;
    }
    .rolunk .left .content {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        margin-bottom: 35px;
        font-size: 13px;
    }
    .rolunk_irtak {
        position: relative;
        padding-top: 50px;
        padding-bottom: 60px;
        background-image: url(/images/kocka_01.png);
        background-repeat: no-repeat;
        background-position: center 187px;
    }
    .main .kurzusok .kurzusok_bg02{
        display: none;
    }
    .rolunk .left .data_container a {
        text-decoration: none;
        color: white;
        font-size: 12px;
        width: 100%;
    }
    .main .kurzusok .kurzusok_bg01{
        display: none;
    }
    .rolunk_irtak .rolunk_irtak_bg02{
        display: none;
    }
    .kurzus .kurzusok_bg01 {
        display: none;
    }
    .kurzus .kurzusok_bg02{
        display: none;
    }
    .jelentkezes .kurzusok_bg02{
        display: none;
    }
    .jelentkezes .kurzusok_bg01{
        display: none;
    }

    .kurzus .lista .inner_container .description {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 50px;
        line-height: 1.8;
        color: black;
    }

    .header_01 .right .container .end a {
        text-decoration: none;
        display: block;
        background: #00cd76;
        color: black;
        padding: 5px 10px 5px 10px;
        border-radius: 5px;
        font-size: 15px;
    }
    .main .kurzusok .lista {
        position: relative;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
        padding-top: 60px;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(290px, 290px));
        grid-auto-rows: 375px;
        gap: 20px;
        justify-items: center;
        align-items: center;
        max-width: 950px;
    }
    .rolunk .left .title_container .title {
        color: white;
        font-size: 48px;
        font-weight: 600;
        padding-bottom: 10px;
    }
    .rolunk .left .data_container .data {
        width: 50%;
        margin-bottom: 35px;
        display: flex;
        align-items: center;
    }
    .footer .right .content:nth-child(2)::after {
        content: ' ';
        width: 25px;
        height: 1px;
        background-color: white;
        position: absolute;
        bottom: 6px;
        left: -23px;
    }
    .footer_data div + div {
        padding-top: 20px;
    }
    .footer .footer_data {
        padding-bottom: 20px;
    }
    .main .break_line {
        height: 1px;
        background-color: white;
        margin: 0px 0px 0px 0px;
    }

    .code_row.tab{
        padding-left: 20px;
    }
    .code_row.tab2{
        padding-left: 40px;
    }
    .code_row.tab3{
        padding-left: 60px;
    }
    .code_row.tab4{
        padding-left: 80px;
    }


    .main .kurzusok .kurzusok_lista_container .kurzusok_lista .container {
        display: block;
        width: 290px;
        padding: 10px;
    }
    .main .kurzusok .kurzusok_lista_container .kurzusok_lista .container a {
        width: auto;
        justify-items: center;
    }
    .main .kurzusok .kurzusok_lista_container .kurzusok_lista .container a.jelentkezes_link {
        justify-content: right;
    }
    .main .kurzusok .kurzusok_lista_container .kurzusok_lista .container .jelentkezes_link {
        justify-content: right;
    }
    .main .kurzusok .kurzusok_lista_container .kurzusok_lista .container a.jelentkezes_link .button {
        text-align: center;
        background: white;
        color: black;
        width: 100px;
        height: 35px;
        align-content: center;
        cursor: pointer;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 13px;
    }
    .main .kurzusok .kurzusok_lista_container .kurzusok_lista .container .jelentkezes_link .button {
        text-align: center;
        background: white;
        color: black;
        width: 100px;
        height: 35px;
        align-content: center;
        cursor: pointer;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 13px;
    }
    .main .kurzusok .kurzusok_lista_container .kurzusok_lista .container a.name {
        align-items: center;
        padding: 10px 0px;
    }
    .main .kurzusok .kurzusok_lista_container .kurzusok_lista .container .ikon {
        padding: unset;
        text-align: center;
        text-transform: uppercase;
        font-size: 16px;
        width: 25px;
        height: 25px;
    }
    .main .kurzusok .kurzusok_lista_container .kurzusok_lista .container .title {
        width: auto;
        height: auto;
        text-align: left;
        font-size: 16px;
    }
    .main .kurzusok .kurzusok_lista_container .kurzusok_lista .container .date_price_container{
        display: flex;
        justify-content: space-between;
    }
    .main .kurzusok .kurzusok_lista_container .kurzusok_lista .container .date {
        width: auto;
        text-align: center;
        padding: unset;
        font-size: 13px;
        height: 35px;
        width: 81px;
    }
    .main .kurzusok .kurzusok_lista_container .kurzusok_lista .container .price {
        margin: unset;
        font-size: 13px;
        width: 100px;
        height: 35px;
    }
    .main .kurzusok .kurzusok_lista_container .kurzusok_lista .container .num {
        /*display: flex;*/
        display: none;
        text-align: left;
        background: white;
        color: black;
        width: 35px;
        height: 35px;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        font-weight: 600;
        margin-left: auto;
        margin-right: auto;
    }
}



:root {
	--rx: 44.5%;
    --ry: 26%;
    --size: 2.5%; 
	--dur_1: 5s;
	--dur_2: 10s;
	--angle: 19deg;
	--offset: calc(var(--size) / 1);
}
.interactive .responsive-wrapper {
    position: relative;
}
.interactive #circle1_speed {
    direction: rtl
}
.interactive #circle2_speed {
    direction: rtl
}
.interactive .circle_container {
	position: relative;
    /* height: 100px;*/
    height: 250px;
	width: 90vw;
	max-width: 800px;
	aspect-ratio: 797 / 319;
	margin: 0px auto;
}
.interactive .circle_path {
	position: absolute;
	inset: 0;
	transform: rotate(var(--angle));
	transform-origin: center;
}
.interactive .circle_path::before {
	content: "";
	position: absolute;
	left: calc(50% - var(--rx));
	top: calc(50% - var(--ry));
	width: calc(2 * var(--rx));
	height: calc(2 * var(--ry));
	border: 0.5px solid white;
	border-radius: 50%;
	z-index: 1;
}
.interactive .circle {
    position: absolute;
    width: var(--size);
    aspect-ratio: 1;
    top: 50%;
    left: 50%;
    background: #b457f3;
    border-radius: 50%;
    offset-path: ellipse(
        calc(var(--rx) - var(--offset)) 
        calc(var(--ry) - var(--offset)) 
        at 50% 50%
    );
    -webkit-offset-path: ellipse(
        calc(var(--rx) - var(--offset)) 
        calc(var(--ry) - var(--offset)) 
        at 50% 50%
    );
    transform: translate(-50%, -50%);
    z-index: 2;
}
.interactive #circle1 {
	animation: follow1 var(--dur_1) linear infinite;
}
.interactive #circle2 {
	animation: follow2 var(--dur_2) linear infinite;
}
@keyframes follow1 {
	to {
		offset-distance: 100%;
	}
}
@keyframes follow2 {
	to {
		offset-distance: 100%;
	}
}
.interactive .stars {
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 100%;
	z-index: 0;
	pointer-events: none;
    overflow: hidden;
}
.interactive .star_interactive {
	position: absolute;
	background: white;
	border-radius: 50%;
	opacity: 0.8;
	animation: moveStar linear infinite;
}
@keyframes moveStar {
	to {
		transform: translate(var(--dx), var(--dy));
		opacity: 0;
	}
}
.interactive .center-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    height: auto;
    z-index: 3;
    pointer-events: none; 
}
.interactive .header_user_input {
    margin: 10px 0px;
    display: grid;
}

.interactive label {
    padding-right: 10px;
}

@media (max-width: 1450px) {
    .main .code{
        font-size: 13px;
    }
    .code_row.tab{
        padding-left: 20px;
    }
    .code_row.tab2{
        padding-left: 40px;
    }
    .code_row.tab3{
        padding-left: 60px;
    }
    .code_row.tab4{
        padding-left: 80px;
    }
}

@media (max-width: 1400px) {
    .interactive .circle_container {
        position: relative;
        /* height: 100px; */
        height: 130px;
        width: 35vw;
        max-width: 800px;
        aspect-ratio: 797 / 319;
        margin: 0px auto;
    }
}

@media (max-width: 1300px) {

}
@media (max-width: 1200px) {
    .main .code {
        font-size: 12px;
    }
    .interactive input[type=button] {
        margin-top: 10px;
    }
    .interactive label {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .interactive .content {
        /*display: none;*/
    }
    .interactive .title {
        cursor: pointer;
    }
    .interactive .stars {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
        height: 100%;
        z-index: 0;
        pointer-events: none;
        overflow: hidden;
    }
    .interactive .responsive-wrapper {
        position: relative;
        /* padding-top: 35px; */
        padding-top: 0px;
        /* padding-bottom: 35px; */
        padding-bottom: 15px;
    }
    .interactive .header_user_input {
        margin: 10px 0px;
        display: grid;
    }

    .interactive .block .title .text.html {
        /*animation: pulseColorHTML 1.5s infinite;*/
        /*color: white;*/
        color: #fe5b2f;
    }
    @keyframes pulseColorHTML {
        0% {
            color: #fe5b2f;
        }
        50% {
            color: #ffa38a;
        }
        100% {
            color: #fe5b2f;
        }
    }

    .interactive .block .title .text.css {
        /*nimation: pulseColorCSS 1.5s infinite;*/
        /*color: white;*/
        color: #62c3f9;
    }
    @keyframes pulseColorCSS {
        0% {
            color: #017ec2;
        }
        50% {
            color: #62c3f9;
        }
        100% {
            color: #017ec2;
        }
    }
}

@media (max-width: 1199px) {
    .interactive .circle_container {
        position: relative;
        /* height: 100px; */
        height: 170px;
        width: 50vw;
        max-width: 800px;
        aspect-ratio: 797 / 319;
        margin: 0px auto;
    }
}

@media (max-width: 1070px) {
    .interactive .circle_container {
        position: relative;
        /* height: 100px; */
        height: 160px;
        width: 50vw;
        max-width: 800px;
        aspect-ratio: 797 / 319;
        margin: 0px auto;
    }
}

@media (max-width: 970px) {
    .interactive .circle_container {
        position: relative;
        /* height: 100px; */
        height: 150px;
        width: 50vw;
        max-width: 800px;
        aspect-ratio: 797 / 319;
        margin: 0px auto;
    }
}

@media (max-width: 870px) {
    .interactive .circle_container {
        position: relative;
        /* height: 100px; */
        height: 150px;
        width: 70vw;
        max-width: 800px;
        aspect-ratio: 797 / 319;
        margin: 0px auto;
    }
}
@media (max-width: 670px) {
    .interactive .circle_container {
        position: relative;
        /* height: 100px; */
        height: 140px;
        width: 70vw;
        max-width: 800px;
        aspect-ratio: 797 / 319;
        margin: 0px auto;
    }
}
@media (max-width: 570px) {
    .interactive .circle_container {
        position: relative;
        width: 70vw;
        max-width: 800px;
        aspect-ratio: 797 / 319;
        margin-left: auto;
        margin-right: auto;
        margin: auto;
        height: 110px;
        /* scale: 0.7; */ 
    }
}
@media (max-width: 470px) {
    .interactive .circle_container {
        position: relative;
        width: 70vw;
        max-width: 800px;
        aspect-ratio: 797 / 319;
        margin-left: auto;
        margin-right: auto;
        margin: auto;
        height: 80px;
        /* scale: 0.7; */ 
    }
}

.interactive input[type=range] {
    background: white;
    border-radius: 20px;
}

.interactive input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border-radius: 50%;
    background: #0f70f9;
    cursor: pointer;
}
.interactive input[type=range]::-moz-range-thumb {
    border-radius: 50%;
    background: #0f70f9;
    cursor: pointer;
}
.interactive input[type=range]::-ms-thumb {
    border-radius: 50%;
    background: #0f70f9;
    cursor: pointer;
}
.interactive input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    background: #fff;
    border-radius: 999px;
}
.interactive input[type=range]::-moz-range-track {
    background: #fff;
    border-radius: 999px;
}
.interactive input[type=range]::-ms-track {
    background: transparent;
    border-color: transparent;
    color: transparent;
}
.interactive input[type=range]::-ms-fill-lower {
    background: #0f70f9;
    border-radius: 999px;
}
.interactive input[type=range]::-ms-fill-upper {
    background: #0f70f9;
    border-radius: 999px;
}

.interactive_input1{
    background: transparent;
    color: #ce9178;
    border: 0px solid transparent;
    width: 60px;
    text-align: center;
}
.interactive_input2{
    background: transparent;
    color: #b5cea8;
    border: 0px solid transparent;
    width: 50px;
    text-align: center;
}
.interactive_input3{
    background: transparent;
    color: #b5cea8;
    border: 0px solid transparent;
    width: 35px;
    text-align: center;
}



@keyframes pulse {
  0% {
    transform: scale(1) translateX(0);
    opacity: 1;
  }
  50% {
    transform: scale(1.05) translateX(10px);
    opacity: 0.9;
  }
  100% {
    transform: scale(1) translateX(0);
    opacity: 1;
  }
}
.user_code_helper {
    position: absolute;
    top: -10px;
    height: 30px;
    width: 100px;
    color: white;
    background: #9300ff;
    border: 2px solid #9300ff;
    border-radius: 20px 5px 5px 20px;
    box-shadow: 0 2px 6px rgb(255 255 255 / 0%);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: sans-serif;
    font-size: 13px;
    padding: 0 10px;
    z-index: 10;
    font-weight: 600;
    animation: pulse 1.5s infinite ease-in-out;
    right: -135px;
}
.user_code_helper.arrow-right:after {
    border-right-color: transparent;
    border-left-color: #9300ff;
    left: auto;
    right: -21px;
}
.user_code_helper.flipped {
    left: -135px;
    right: auto;
    border-radius: 5px 20px 20px 5px;
}
.user_code_helper:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-right-color: #9300ff;
    left: -21px;
}

.user_code_helper.flipped:after {
    border-right-color: transparent;
    border-left-color: #9300ff;
    left: auto;
    right: -21px;
}


