@font-face {
    font-family: 'Heebo_Regular';
    src: url('/Panel/fonts/Heebo-Regular.ttf');
    font-display: swap;
    }
@font-face {
    font-family: 'Heebo_ExtraBold';
    src: url('/Panel/fonts/Heebo-ExtraBold.ttf');
    font-display: swap;
    }    
body,html {
    margin: 0px;
    padding: 0px;
    width: 100%;
    direction: rtl;
    background: white;
    color: black;
    font-size: 16px;
    line-height: 1.1;
    /*
    font-family: Heebo_Regular, Arial, Sans-Serif;
    */
    overscroll-behavior-y: contain;
}
.no_need_to_make_sure{
    font-size: 14px;
    color: red;
    font-weight: bold;
    background: white;
    display: inline-block;
    margin-bottom: 20px;
    padding: 5px;
}
h1{
    font-size: 24px;
    padding:0px;
    margin:0px;
}
.the_cursor{
    cursor: pointer;
}
.the_overflow{
    overflow:hidden;
}
.float_right{
    float:right;
}
.float_left{
    float:left;
}
.the_rel{
    position: relative;
}
.the_inline{
    display: inline-block !important;
}
.all_widther{
    width:100%;
}
.the_editor_form{
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.the_editor_logo,.the_editor_title{
    text-align: center;
}
.the_editor_form_row_a{
    width:55%;
}
.the_editor_form_row_aa{
    width:45%;
}
.the_editor_form_row_b{
    width:100%;
    margin-top:15px;
}
.the_editor_form_row_input input,.the_editor_form_row_input textarea{
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    height: 40px;
    line-height: 22px;
    margin-top: 5px;
    font-size:18px;
}
.the_editor_form_row_holder{
    width: 600px;
    padding: 30px;
    background: rgba(245,245,245,1);
    border-radius: 3px;
    box-shadow: -1px 1px 15px lightgrey;
    border: 1px solid lightcyan;
    position: relative;
}
.the_cencel_pop_up{
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.6);
    right: 0;
    top: 0;
    z-index:51;
}
.the_cencel_pop_up_title{
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 20px;
    color: white;
    cursor: pointer;
}
.the_cencel_pop_yes{
    font-size: 22px;
    color: blue;
    font-weight: bold;
    cursor: pointer;
    border: 1px solid white;
    background: white;
    padding: 3px;
    border-radius: 3px;
    width: 80px;
    transition: all 300ms;
}
.the_cencel_pop_yes:hover{
    background: black;
    color:white;
}
.the_cencel_pop_no{
    font-size: 22px;
    color: red;
    font-weight: bold;
    cursor: pointer;
    border: 1px solid white;
    background: white;
    padding: 3px;
    border-radius: 3px;
    width: 80px;
    transition: all 300ms;
}
.the_cencel_pop_no:hover{
    background: black;
    color:white;
}
.the_cencel_pop_up_inin{
    width: 90%;
    text-align: center;
}
.the_editor_logo img{
    height: 100px;
}
.the_editor_hello {
    text-align: right;
    border-bottom: 1px solid lightgray;
    padding-bottom: 5px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.the_editor_form_row_buts_a{
    cursor: pointer;
    transition: all 300ms;
}
.the_editor_form_row_buts_a:hover{
    background: rgba(51,177,235,1);
}

.the_editor_form_row_buts_long{
    width: 100%;
    cursor: pointer;
    background: rgba(51,177,235,0.8);
    transition: all 300ms;
    border-radius: 3px;
    font-size: 18px;
    line-height: 50px;
    color: white;
    font-weight: bold;
    text-align: center;
    margin-top:15px;
}
.the_editor_form_row_buts_long:hover{
    background: rgba(51,177,235,1);
}

.make_it_blue_one{
    background: lightblue;
}
.make_it_green_one{
    background: lightgreen;
    color:white;
}
.the_editor_title_inin{
    margin-top:10px;
}
.the_editor_form_row_input textarea{
    min-height: 60px;
    font-size:18px;
}
.street{
    min-height: 40px !important;
}
.the_toper{
    width:100%;
    position: fixed;
    top:0;
    right:0;
    background: white;
    z-index:1;
}
.the_price_num{
    font-weight: bold;
}
.the_price{
    position: absolute;
    left: 0;
    
}
.the_editor_form_row_buts_a_long{
    width:100%;
}
.the_editor_form_row_buts_a_long a{
    color:white;
    text-decoration: none;
    font-weight: bold;
}
.the_type_txt{
    margin-right:15px;
}

.the_toper_exit{
    position: fixed;
    right:5px;
    top:5px;
    width:80px;
    font-size:20px;
    background: black;
    color: white;
    padding:3px;
    border-radius: 3px;
    font-weight: bold;
    z-index:2;
    text-align: center;
}
.the_editor_title_inin h2{
        padding: 0px;
    margin: 0;
    font-size: 18px;
    line-height: 30px;
}
.the_editor_form_row_a_login{
    width:100%;
    margin-top:15px;
}
.the_top_txt{
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
}
.the_editor_form_row_buts_a_blur{
    opacity: 0.2;
}
.the_pop_app{
    position: absolute;
    top:0;
    right:0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0);
    color:white;
    font-size:20px;
    text-align: center;
    transition: all 300ms;
}
.the_pop_app_open{
    background: rgba(0,0,0,0.6);
}
.the_pop_app_in_in_a{
    position: absolute;
    left:15px;
    top:15px;
    cursor: pointer;
}
.the_pop_app_in{
    height: 100%;
}
.the_pop_app_in_in{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.but_not_active{
    opacity: 0.2;
}
.the_cnacel_textttttaaa{
    display:none; 
    font-size:20px; 
    color:white; 
    line-height:30px;
}
.the_cnacel_textttttaaa_a {
    color: rgb(251 9 9);
    font-weight: bold;
    font-size: 30px;
    text-shadow: 1px 1px 1px white;
    margin-bottom: 0px;
}
.the_cnacel_textttttaaa_d{
        color: white;
    text-decoration: none;
    margin-top: 15px;
    background: black;
    display: inline-block;
    padding: 10px;
    cursor: pointer;
}
.go_to_left{
    text-aligm:left;
    direction: ltr;
}
.the_spacer_mobile{
    display: none;
}
@media screen and (max-width: 600px) {
    
    .the_toper_exit {
    position: fixed;
    right: 5px;
    top: 5px;
    width: 60px;
    font-size: 18px;
    background: black;
    color: white;
    padding: 3px;
    border-radius: 3px;
    font-weight: bold;
    z-index: 2;
    text-align: center;
    }
    .the_editor_form_row_holder {
    width: 100%;
    padding: 10px;
    background: rgba(245,245,245,0.4);
    border-radius: 3px;
    box-shadow: 0px 0px 0px lightgrey;
    border: 0px solid lightcyan;
    position: static;
    }
    .the_type_txt{
            position: fixed;
        top: 5px;
        left: 5px;
        z-index:15;
    }
    .the_editor_form_row_a{
    width:100%;    
    }
    .the_editor_logo img {
    height: 80px
    }
    .the_editor_title_inin_h1{
        display: inline-block;
    }
    .the_editor_title_inin{
        display: inline-block;
    }
    
    .street{
        min-height: 50px;
    }
    .the_editor_form{
        height:auto;
    }
}

