@font-face {
    font-family: 'hebbo_thin';
    src: url('/fonts/Heebo-Thin.ttf');
    font-display: swap;
    }
@font-face {
    font-family: 'hebbo_Medium';
    src: url('/fonts/Heebo-Medium.ttf');
    font-display: swap;
    } 
@font-face {
    font-family: 'hebbo_Light';
    src: url('/fonts/Heebo-Light.ttf');
    font-display: swap;
    }     
@font-face {
    font-family: 'hebbo_regular';
    src: url('/fonts/Heebo-Regular.ttf');
    font-display: swap;
    }     
@font-face {
    font-family: 'hebbo_regular';
    src: url('/fonts/Heebo-Regular.ttf');
    font-display: swap;
    }    
@font-face {
    font-family: 'hebbo_bold';
    src: url('/fonts/Heebo-Bold.ttf');
    font-display: swap;
    }
@font-face {
    font-family: 'hebbo_ebold';
    src: url('/fonts/Heebo-ExtraBold.ttf');
    font-display: swap;
    }    
body,html{
    margin:0px;
    padding:0px;
    direction: rtl;
    font-family: 'hebbo_Light';
}
.the_overflow{
    overflow:hidden;
}
.the_rel{
    position: relative;
}
.float_right{
    float:right;
}
.float_left{
    float:right;
}
.the_inline{
    display: inline-block;
}
.the_err_class{
        background: #ff0000ad;
    padding: 15px;
    margin: 15px;
    box-shadow: 1px 7px 19px #ff0000ad;
    font-weight:bold;
}
.the_err_top_txt{
    position: fixed;
    top:0;
    left:0;
    background: red;
    text-align: center;
    color:white;
    font-weight: bold;
    padding:15px;
    box-sizing: border-box;
    z-index: 111;
    width:100%;
    padding-top:30px;
    padding-bottom:30px;
    font-size:24px;
    margin-top:-100px;
    transition: all 300ms;
}
.the_err_top_txt_ani{
    margin-top:0px;
}
.maby_need_toper{
    margin-top: 15px;
}
.the_get_city_input_list{
        font-size: 16px;
    line-height: 30px;
    position: absolute;
    z-index: 22;
    background: rgba(245, 245, 245, 1);
    margin-top: 1px;
    padding: 0px;
    width: 87%;
    margin-right: 3%;
}
.the_get_city_input_list_rec{
    width: 100%;
    border-bottom: 1px solid #5ce1e6;
    background: white;
    padding: 5px;
    margin: 1px;
    cursor: pointer;
    font-size: 16px;
    padding-right: 15px;
    transition: all 300ms;
}
.the_get_city_input_list_rec:hover{
    background: #0c3a72;
    font-weight: bold;
    color:white;
}
@keyframes flickerAnimation { /* flame pulses */
  0%   { opacity:1; }
  50%  { opacity:0; }
  100% { opacity:1; }
}
.animate-flicker {
    opacity:1;  
    animation: flickerAnimation 1s infinite;
}
.the_but_approve_in_idan {
    background: #5ce1e6;
    color: black;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 7px;
    cursor: pointer;
    font-family: 'hebbo_bold';
    margin-top: 30px;
    margin-bottom: 30px;
    border: 1px solid black;
    box-shadow: 1px 5px 5px #00295f70;
    }
    .the_whatsacode_idan{
        width: 100%;
    font-size: 16px;
    line-height: 24px;
    padding: 15px;
    box-sizing: border-box;
    border: 1px solid gray;
    border-radius: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
    max-width: 250px;
    }



