.screen_the_width input,.screen_the_height input{
    max-width:100px;
}
.screen_the_height{
    margin-right:10px;
    margin-left:10px;
}
.the_dynamic_sale_editor{
    position: fixed;
    width:100%;
    height:100%;
    left:0;
    top:0;
    background: white;
    z-index: 11;
    color: black;
    font-family: 'Assistant';
}
.the_dynamic_sale_editor_in{
    box-sizing: border-box;
    padding:10px;
}
.dyn_sale_box_mid_buts{
    width:10%;
    min-height: calc(100vh - 375px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.dyn_sale_box_view{
    width:90%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 375px);
}
.dyn_sale_box_view_in{
    width:745px;
    height:225px;
    border:1px solid black;
    box-shadow: 1px 1px 5px lightgray;
    overflow: hidden;
    position: relative;
}
.sale_dyn_rec{
    width:100px;
    height:100px;
    position: absolute;
    z-index:1;
    direction: ltr;
}
.sale_dyn_rec img{
    width:100px;
    height:100px;
}
.ui-resizable-handle{
    width:5px;
    height:5px;
    position: absolute;
    border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 2px;
}
.the_gog_touch_app{
    position: absolute;
    right:0;
    margin-top: -10px;
    margin-right: -10px;
}
.the_gog_touch_app_settings{
    position: absolute;
    left:0;
    margin-top: -10px;
    margin-left: -10px;
    opacity: 0;
}
.ui-resizable-n{
    top:-5px;
    left:50%;
    transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
    display: none !important;
}
.ui-resizable-s{
    bottom:-5px;
    left:50%;
    transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
   opacity: 0;
}
.ui-resizable-e{
    top:50%;
    right:-5px;
    transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  display: none !important;
}
.ui-resizable-w{
    top:50%;
    left:-5px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
   opacity: 0;
}
.pop_menu_dyn{
    position: absolute;
    right:200px;
    top:100px;
    z-index:100;
}
.pop_menu_dyn_in{
    padding: 20px;
    background: black;
    border-radius: 20px;
    box-sizing: border-box;
}
.pop_menu_dyn_input{
    margin-bottom:5px;
}
.pop_menu_dyn_input input,.pop_menu_dyn_input select{
    font-size: 16px;
    padding: 5pxpx;
    width: 100%;
    box-sizing: border-box;
}
.pop_menu_dyn_close{
    text-align: center;
}
.pop_menu_dyn_close svg{
    fill:white;
    width:30px;
    height:30pz;
}
.the_gog_touch_app_all{
    padding: 0px;
    position: absolute;
    border: 0px double transparent;
    width: 100%;
    height: 100%;
    transition: all 300ms;
}
.the_gog_touch_app_all:hover{
    border: 0px double rgba(245, 245, 245, 0.5);
}
.the_gog_touch_app_all:hover > .the_gog_touch_app_settings{
    opacity: 1;
}
.the_gog_touch_app_all:hover > .simple_box > .ui-resizable-s{
    opacity: 1;
}
.the_gog_touch_app_all:hover > .simple_box > .ui-resizable-w{
    opacity: 1;
}
.the_gog_touch_app_all:hover > a >  .the_item_to_do_pos > .ui-wrapper > .ui-resizable-s{
    opacity: 1;
}
.the_gog_touch_app_all:hover > a > .the_item_to_do_pos > .ui-wrapper > .ui-resizable-w{
    opacity: 1;
}
.the_gog_touch_app_all:hover > .the_input_txt > .ui-resizable-s{
    opacity: 1;
}
.the_gog_touch_app_all:hover > .the_input_txt > .ui-resizable-w{
    opacity: 1;
}
.txt_typerrraa{
    width: 150px;
    height: 60px;
    text-align: center;
    border:1px solid transparent;
}
.txt_typerrraa:hover{
    background: rgba(245,245,245,0.8);
    border:1px solid graytext;
}
.del_cur_reccc{
    background: #dc3545;
    color: white;
    text-align: center;
    line-height: 20px;
    margin-top: 15px;
    font-weight: bold;
}
.sale_dyn_rec > .the_gog_touch_app_all > .the_input_txt{
    border:none;
    outline: none;
    font-size:20px;
    background: transparent;
    text-align: center;
}
.simple_box{
    width:100px;
    height:100px;
    background: black;
}
.the_layers_menu{
    position: absolute;
    bottom: 0;
    right: 0px;
    background: rgba(245,245,245,1);
    color: black;
    border-radius: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
}
.the_layers_menu_in_rec{
        font-size: 18px;
    line-height: 20px;
    padding: 0px;
    min-width: 200px;
    padding-right: 0px;
    border-bottom: 2px solid white;
}
.pop_menu_dyn_input_title{
    font-weight: bold;
    color:white;
}
.the_layers_menu_in_rec_l{
    margin-right:5px;
}
.cur_drag_me{
    background: rgba(0,0,0,0.3);
    color:white;
}
.the_layers_menu_in{
    overflow: auto;
    height: 300px;
}
.the_close_all_x svg{
    height:40px;
    width:40px;
    cursor: pointer;
}
.view_m_but_holder{
    position: absolute;
    left: calc(50% - 164px);
}
.view_m_but_holder,.dyn_sale_box_top{
    text-align: center;
}
.view_m_but{
margin-right:15px;
display: inline-block;
vertical-align: bottom;
}
.view_m_but svg{
    height:40px;
    width:40px;
}
.view_now_active svg{
    fill:#ff8e00;
}
.dyn_sale_box_mid{
    background: rgba(245,245,245,0.4);
}
.dyn_sale_box_mid_buts_in > .input_but {
        background: rgba(245,245,245,1);
    font-size: 14px;
    border: 1px solid lightgray;
    line-height: 20px;
    width: 100%;
    cursor: pointer;
    color: black;
    font-family: 'Assistant';
    margin-bottom: 10px;
    box-sizing: border-box;
    padding: 0px;
    text-align: right;
    border-radius: 3px;
    padding-right: 0px;
    text-align: center;
}
.dyn_sale_box_mid_buts_in{
    width:100%;
}
.save_the_banner {
    background: #0074D9;
    color: white;
    font-family: 'Assistant_bold';
    padding: 5px;
    border-radius: 4px;
    line-height: 30px;
    margin-top: 5px;
    margin-right: 5px;
    padding-right: 15px;
    padding-left: 15px;
    cursor: pointer;
}
.banner_title_m_title{
    margin-right:15px;
}
.banner_title_m_title input {
    border: none;
    border-bottom: 2px solid #0074D9;
    padding: 5px;
    box-sizing: border-box;
    width: 100%;
    font-size: 18px;
    font-family: 'Assistant_bold';
    line-height: 30px;
}
.the_input_txt{
    font-size: 20px;
    font-family: 'Assistant_ExtraBold';
    color:black;
}
.txt_typerrraa2{
    width:150px;
    height:40px;
}
.the_opcity_effect{
    opacity: 0;
}
.the_opcity_effect_open{
    opacity: 1;
}
.the_menu_all{
    position: absolute;
    top:60px;
    right:10px;
    width:150px;
    background: white;
    border:1px solid gray;
    
}
.the_layers_menu_in_rec_l input{
    border: 1px solid transparent;
    border-bottom: 1px solid blue;
    width: 100%;
    box-sizing: border-box;
    padding-right: 5px;
    font-size: 16px;
    font-family: 'Assistant_bold';
    line-height: 24px;
    margin-right: 5px;
}
.the_layers_menu_in_rec_l3{
    margin-right:5px;
    margin-left:10px;
    cursor: pointer;
}
.the_layers_menu_in_rec_l2{
    margin-right:5px;
    cursor: pointer;
}
.the_layers_menu_in_rec_l3 svg{
    fill:red;
}
.freeze_butttt{
    opacity: 0.2;
}
.freeze_active{
    opacity: 1;
}
.txt_title_menuss,.txt_title_menuss2 {
    margin-left: 10px;
    font-size: 14px;
    line-height: 24px;
}
.txt_title_menuss2 select{
    width:40px;
    font-size:16px;
    line-height: 24px;
    box-sizing: border-box;
    border:1px solid gray;
}
.list_the_banners svg{
    width:40px;
    height:40px;
    cursor: pointer;
}
.the_parsi_sale_wiget{
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    background: white;
    z-index: 11;
}
.pick_size_banner{
    border: 1px solid black;
    padding: 5px;
    margin: 5px;
    border-radius: 5px;
    cursor: pointer;
}
.the_layers_menu_in_rec_l_sel{
    margin-right:15px;
}
.the_layers_menu_in_rec_l_sel select{
    border: 1px solid transparent;
    border-bottom: 1px solid blue;
    width: 60px;
    box-sizing: border-box;
    padding-right: 5px;
    font-size: 16px;
    font-family: 'Assistant_bold';
    line-height: 24px;
    padding-bottom: 3px;
}
.prods_results_zone{
    max-height: 250px;
    overflow: auto;
}
.the_liner_time{
        width: 71%;
    display: flex;
    justify-content: space-between;
    margin-right: auto;
    margin-left: 5%;
    position: relative;
    direction: ltr;
    border-bottom: 2px solid black;
    padding-bottom: 2px;
    margin-bottom: 5px;
}
.the_drag_eye_but{
        position: absolute;
    
    top: -20px;
    height: 380px;
    width: 2px;
    background: red;
    cursor: pointer;
    transition: all 200ms;
}
.the_drag_eye_but{
    transition: none;
}
.the_drag_eye_but svg{
    margin-left:-12px;
    cursor: pointer;
}
.the_inner_unit_time{
        width: 71%;
    direction: ltr;
    display: flex;
    justify-content: space-between;
    position: relative;
    font-size: 16px;
}
.the_unit_handler_recs {
    height: 25px!important;
    width: 20px;
    background: rgba(0,0,0,0.3);
    position: absolute;
    left: 0;
    top: 0;
}
.ui-resizable-handle {
    padding: 2px;
    right: -2px;
    bottom: 1px;
}
.the_ststst_a{
    width:20%;
}
.the_ststst_b{
    width:5%;
}
.the_ststst_a input{
    width:80px;
}
.the_animation_effect{
    opacity: 0;
    transition: all 300ms;
}
.the_unit_handler_recs:hover > .the_animation_effect{
    opacity: 1;
}
.the_effect_menu{
    position: fixed;
    width:200px;
    height:200px;
    top:0;
    left:0;
    background: white;
    z-index:10;
}
.the_effect_menu_row{
    width:50%;
}
.the_update_button_title{
    line-height: 25px;
}
.the_update_button{
    color: red;
    text-align: center;
}
.the_update_button_close{
    color: red;
    text-align: center;
}
.the_effect_menu_in{
    position: relative;
    height: 100%;
    box-shadow: 4px 6px 10px lightslategray;
    border-bottom-right-radius: 25px;
}
.the_update_button_title{
        text-align: center;
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    background: lightgrey;
}
.tttt_the_top{
    margin-bottom:15px;
    margin-top:15px;
}
.the_update_button{
    position: absolute;
    bottom: 0;
    width:100%;
    left:0;
}
.the_effect_menu_row_a select{
    box-sizing: border-box;
    width:100%;
}
.the_update_button{
    font-weight: bold;
    text-align: center;
    background: #0074D9;
    color:white;
    font-size:18px;
}