:root{
    --font_size:30px;
}
@font-face {
    font-family: 'GveretLevinAlefAlefAlef';
    src: url('../fonts/GveretLevinAlefAlefAlef-Regular.ttf') format('truetype');
    /*src: url('https://fonts.googleapis.com/css?family=VarelaRound') format('truetype');*/
}

body{
    direction: rtl;
    background-color: var(--bg_color);
    color: var(--text_color);
    font-family: "GveretLevinAlefAlefAlef";
    font-size: var(--font_size);
}
footer{
    font-size: 70%;
}
main h1{
    font-size: 150%;
}
main h2{
    font-size: 110%;
}
input,button,textarea{
    font-size: var(--font_size);
}
main{
    width: 80%;
    max-width: 500px;
    min-height: 86vh;
    border-radius: 10px;
    border: 1px solid black;
    text-align: center;
    margin: 0 auto;
    /*overflow: hidden;*/
    position: relative;
    padding: 10px 20px;
    padding-bottom: 0;
}
/*.addKidForm label,.addKidForm input{*/
.addKidForm :is(label,input[type="text"])  {
    display: block;
    margin: 0 auto;
}
main :is(h1,h2){
    margin-bottom: 40px;
}
.empty_btn{
    background: none;
    border: 2px solid black;
    border-radius: 15px;
    font-family: "GveretLevinAlefAlefAlef";
    font-size: var(--font_size);
    margin-top: 10px;
    padding: 5px 10px;
}
.FreeTop10{
    margin-top: 10px !important;
}
.w80{
    max-width: 80%;
}
.smaller_font{
    font-size: 80%;
}
.buttons{
    position: relative;
    width: 100%;
    height: 100px;
}
.next_btn{
    margin-top: 30px;
    width: 100px;
    height: 83px;
    background: url("../images/next_btn.png");
    background-size: contain;
    border: none;
    cursor: pointer;
    /*margin-right: 60%;*/
    z-index: 888;
    position: absolute;
    left: 20px;
    top: 0;
}
.next_btn_eng{
    margin-top: 30px;
    width: 100px;
    height: 83px;
    background: url("../images/next_btn_eng.png");
    background-size: contain;
    border: none;
    cursor: pointer;
    /*margin-right: 60%;*/
    z-index: 888;
    position: absolute;
    right: 20px;
    top: 0;
}
.backBtn{
    margin-top: 30px;
    width: 100px;
    height: 83px;
    background: url("../images/prev_btn.png");
    background-size: contain;
    border: none;
    cursor: pointer;
    margin-left: 60%;
    z-index: 888;
    position: absolute;
    right: 20px;
    top: 0;
    display: inline-block;
}
.backBtn_eng{
    margin-top: 30px;
    width: 100px;
    height: 83px;
    background: url("../images/prev_btn_eng.png");
    background-size: contain;
    border: none;
    cursor: pointer;
    z-index: 888;
    position: absolute;
    left: 20px;
    top: 0;
    display: inline-block;
}
.qImg{
    /*position: absolute;*/
    /*bottom: 0;*/
    /*right: 0;*/
    z-index: 1;
    width: 100%;
    text-align: center;
}
.qImg img{
    max-width: 400px;
    width: 80%;
    height: auto;
    z-index: 1;
}
.OneLineInput{
    border: none;
    border-bottom: 1px solid var(--text_color);
    background-color: var(--bg_color);
}
.SmallText{
    border: 1px solid var(--text_color);
    /*border-bottom: 1px solid var(--text_color);*/
    background-color: transparent;
    /*background-color: var(--bg_color);*/
    border-radius: 10px;
    height: calc(4*var(--font_size));
    z-index: 555;
    position: relative;
}

header{
    background-color: var(--bg_color);
}
.sticky{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 999;
}
.logo,.whatsapp{
    display: inline-block;
    width: 44%;
    vertical-align: top;
}
.logo img{
    height: 100px;
}
.whatsapp img{
    height: 40px;
    margin-top: 30px;
}