            /*
            @font-face {
            font-family: rubik_italic;
            src: url(/fonts/Rubik-Italic-VariableFont_wght.ttf);
            }
            @font-face {
              font-family: rubik;
              src: url(/fonts/Rubik-VariableFont_wght.ttf);
            }
            */
            body,html{
                margin:0px;
                padding:0px;
                width:100%;
                height:100%;
                background: white;
                direction:rtl;
                font-family: "Heebo", sans-serif;
            }
            .the_small_menu{
                position: fixed;
                top:0;
                left:0;
                width:100vw;
                height:100vh;
                z-index:15;
                
            }
            .the_simple_lay_out{
                width: 100%;
                height: 100%;
                background: rgba(245, 245, 245, 0);
                display: flex;
                justify-content: center;
                align-items: center;
            }
            .the_simple_lay_out_in{
                width:98%;
                height:98%;
                background: rgba(245,245,245,1);
                display: flex;
            }
            .the_simple_lay_out_contacts{
    width: 25%;
    height: 100%;
    overflow: hidden;
    background: white;
    border-left: 2px solid lightslategray;
    z-index: 10;
            }
            .the_simple_lay_out_text_zone{
                width:75%;
                height:100%;
                overflow:hidden;
                transition: all 400ms;
            }
            .the_simple_lay_out_contacts_box_bottom{
            display: flex;
            padding: 3%;
            box-sizing: border-box;
            margin: 0%;
            position: relative;
            border-bottom: 1px solid lightgray;
            cursor: pointer;
            transition: all 300ms;
            }
            .the_simple_lay_out_contacts_box_r{
                width:20%;
            }
            .the_simple_lay_out_contacts_box_r img{
                width:60px;
                height:60px;
                border-radius: 50%;
            }
            .gray_circle{
                width:60px;
                height:60px;
                border-radius: 50%;
                background: gray;
            }
            .the_simple_lay_out_contacts_box_l{
                width:78%;
                margin-right:2%;
            }
            .the_simple_lay_out_contacts_box_l_title{
                    display: flex;
                    justify-content: space-between;
                        align-items: flex-start;
            }
            .the_simple_lay_out_contacts_box_l_title_option{
                    position: absolute;
                    left: 20px;
                    bottom: 0px;
                    cursor: pointer;
                    
            }
            .the_simple_lay_out_contacts_box_l_title_msg_count{
                position: absolute;
                left: 18px;
                bottom: 25px;
                width:20px;
                    height:20px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    font-size:12px;
                    background: #25d366;
                    color:white;
                    border-radius: 50%;
            }
            .the_simple_lay_out_contacts_box_l_title_name{
                font-weight: bold;
                font-size: 14px;
                max-width:235px;
            }
            .the_simple_lay_out_contacts_box_l_title_time{
                font-size:14px;
            }
            .textareaa_box_holder{
                    width: 45%;
    border: 1px solid white;
    padding: 5px;
    background: white;
    margin: 10px;
    position: relative;
            }
            .textareaa_box_top{
                display: flex;
                justify-content: space-between;
            }
            .the_claseerrr {
                margin-right: 50%;
                background: #d9fdd3;
            }
            .the_simple_lay_out_contacts_box{
                position: relative;
                overflow: hidden;
                width:100%;
                max-height: 80px;
                border-bottom: 1px solid rgb(238 57 162 / 17%);
                transition: all 300ms;
            }
            .the_simple_lay_out_contacts_box:hover{
                background: rgba(245,245,245,1);
            }
            .the_simple_lay_out_text_zone_all_textareaa{
                    height: calc(100vh - 130px);
                    overflow: auto;
                    background: url(/imgs/aaaabb.png);
                    padding: 15px;
                    box-sizing: border-box;
                    position: relative;
                    z-index:5;
                    display: flex;
                        flex-wrap: wrap;
            }
            .the_simple_lay_out_in_tags{
                    display: flex;
    padding: 5px;
    margin-right: 1%;
    margin-bottom: 0px;
            }
            .the_simple_lay_out_in_title{
                font-size: 30px;
    font-weight: bold;
    margin-right: 15px;
    margin-top: 0px;
            }
            .the_simple_lay_out_in_ser_input input{
                    width: 94%;
    font-size: 16px;
    line-height: 30px;
    background: #f0f2f5;
    border-radius: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    border: 1px solid white;
    padding: 5px;
    box-sizing: border-box;
    margin-right: 3%;
            }
            .the_simple_lay_out_in_tags_icon{
    background: black;
    padding-right: 5px;
    margin: 5px;
    border-radius: 3px;
    color: white;
    display: flex;
    justify-content: space-between;
    border: 1px solid lightgray;
    cursor: pointer;
    transition: all 300ms;
    align-items: center;
            }
            .textareaa_toper{
    min-height: 50px;
    background: #f0f2f5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
        box-sizing: border-box;
    box-shadow: 1px 5px 5px lightgray;
    position: relative;
    z-index:10;
            }
            .the_simple_lay_out_text_zone_all_keyboards{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    min-height: 70px;
    background: #77889938;
            }
    .the_simple_lay_out_text_zone_all_keyboards_c{
        width: 85%;
    font-size: 16px;
    line-height: 16px;
    box-sizing: border-box;
    min-height: 40px;
    resize: none;
    padding-right: 10px;
    border-radius: 3px;
    background: white;
    overflow: hidden;
    display: flex;
    align-items: anchor-center;
            }
            .the_text{
    outline: none;
    line-height: 24px;
    font-size: 16px;
    color: black;
            }
                .textareaa_box_option{
                position: absolute;
                left:5px;
                top:0px;
                opacity: 0;
                transition: all 300ms;
                cursor: pointer;
            }
            .textareaa_box_date{
                position: absolute;
                left:5px;
                bottom:3px;
                font-size:12px;
                display: flex;
            }
            .textareaa_box_owner_name{
                font-weight: bold;
            }
            .textareaa_toper_r{
                display: flex;
                align-items: center;
            }
            .textareaa_toper_txt{
                font-weight: bold;
                margin-right: 15px;
            }
            .textareaa_toper_img{
                width: 40px;
    height: 40px;
    margin-right: 15px;
    background: gray;
            }
            .textareaa_toper_img img{
                width:100%;
            }
            
            .the_simple_lay_out_text_zone_all_textareaa_box_img img,.the_simple_lay_out_text_zone_all_textareaa_box_img video{
                max-height:400px;
                width: 100%;
                object-fit:contain;
            }
            .the_small_menu_in{
                min-width: 120px;
    background: rgba(245, 245, 245, 1);
    border: 1px solid #858fef;
    padding: 7px;
    margin-top: 35px;
    border-radius: 5px;
    box-sizing: border-box;
    box-shadow: 1px 5px 5px rgb(101 94 94 / 32%);
            }
            /*
            .the_small_menu_in:before {
                    content: "";
                    position: absolute;
                    top: 100%;
                    left: 20px;
                    width: 3px;
                    border-top: 13px solid black;
                    border-left: 6px solid transparent;
                    border-right: 10px solid transparent;
              }
              */
            .the_coeoenjdjd{
            position: absolute;
            bottom: 80px;
            text-align: center;
            font-weight: bold;
            background: white;
            padding: 15px;
            width: 50%;
            box-shadow: 1px 1px 6px #c1c1c1;
            border-radius: 7px;
            border: 1px solid #80808099;
            }
            .the_coeoenjdjd_top{
                    display: flex;
    justify-content: space-between;
    background: rgba(245, 245, 245, 1);
    padding: 10px;
    box-sizing: border-box;
    margin-bottom: 10px;
    border-radius: 3px;
            }
            .the_coeoenjdjd_top_l{
                cursor: pointer;
            }
            .the_login_box{
                position: fixed;
                top:0;
                left:0;
                width:100vw;
                height:100vh;
                z-index:11111;
                background: rgba(255,255,255,0.95);
                display: flex;
                justify-content: center;
                align-items: center;
            }
            .the_login_box_in{
                    min-width: 400px;
    background: white;
    box-shadow: 1px 1px 5px gray;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
    box-sizing: border-box;
    border-radius: 3px;
            }
            .input_box{
                margin-top:15px;
            }
            .input_box_title{
                    text-align: center;
    background: gray;
    color: white;
    margin-top: 15px;
    font-weight: bold;
    border-radius: 3px;
    line-height: 30px;
    cursor: pointer;
    transition: all 300ms;
            }
            .input_box_title:hover{
                background: black;
            }
            .input_box_input input{
                width:100%;
                line-height: 20px;
                font-size:16px;
                border:1px solid gray;
                border-radius: 3px;
                padding:5px;
                box-sizing: border-box;
            }
            .input_box_main_title_ERR{
                text-align: center;
                font-weight: bold;
                color: red;
                margin-top: 15px;
            }
            .the_simple_lay_out_in_title_b{
                font-size:12px;
            }
            .textareaa_toper_option_holder{
                    text-align: left;
                    display: flex;
                    justify-content: center;
                    align-items: center;
            }
            .the_more_pad,.add_files_box{
                position: absolute;
                top:0;
                left:0;
                z-index:100;
            }
            .the_imggg_to_upload img,.the_imggg_to_upload video,.the_imggg_to_upload audio{
                    height: 100px;
                    width: 100px;
                    object-fit: cover;
            }
            .the_imggg_to_upload{
                width:150px;
            }
            .the_put_the_file{
                position: absolute;
    z-index: 110;
    bottom: 180px;
    left: 10px;
            }
            .the_more_pad{
                z-index:150;
            }
            .the_more_pad_in{
                    background: white;
    padding: 25px;
    border-radius: 5px;
    box-shadow: 1px 1px 4px #5f6368;
            }
            .the_more_pad_in_form{
                display: flex;
            }
            #the_fileraaaa{
                    width: 250px;
    background: #5f63681f;
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
            }
            #the_fileraaaa svg{
                width:40px;
                height:40px;
            }
            .activeittt svg{
                fill:blue;
            }
            .the_more_pad_in_form_title{
                font-weight: bold;
                margin-bottom:15px;
            }
            .textareaa_box_top_comment{
                background: #f5f6f6;
                padding: 11px;
                margin-top: 15px;
                margin-bottom: 5px;
                border-radius: 5px;
                box-sizing: border-box;
                color:#667781;
            }
            #the_simple_lay_out_contacts{
                    overflow: auto;
                    height: calc(100vh - 235px);
                    position: relative;
                    display: flex;
                    flex-wrap: wrap;
                    align-content: flex-start;
            }
            .the_simple_lay_out_text_zone_all{
                position: relative;
            }
            .the_nums_aa{
            background: white;
            color: black;
            font-size: 14px;
            display: flex;
            justify-content: center;
            align-items: center;
            margin-right: 10px;
            padding-right: 5px;
            padding-left: 5px;
            height: 100%;
            }
            .set_cur_active_filter{
            background: #ec6484;
            border: 1px solid #ed6485;
            }
            .the_hidden_filter{
                display: none;
            }
            .let_me_show{
                background: #d9dde1;
            }
            .let_me_show:hover{
                background: #d9dde1;
            }
            .the_simple_lay_out_text_zone_all_textareaa_box_txt{
                margin-bottom:14px;
                min-height: 30px;
                white-space: pre-line;
                overflow: hidden;
                    line-height: 20px;
            }
            .the_simple_lay_out_contacts_box_l_txt{
                    white-space: pre-line;
    max-width: 85%;
    height: 43px;
    overflow: hidden;
    font-size: 14px;
    box-sizing: border-box;
    margin-top: 3px;
            }
            .the_simple_lay_out_text_zone_all_keyboards_d{
                    opacity: 0.2;
                    transition: all 500ms;
                    cursor: pointer;
            }
            .the_simple_lay_out_text_zone_all_keyboards_d img{
                width:50px;
            }
            .the_simple_lay_out_text_zone_all_keyboards_d svg{
                fill: #3a00ffb8;
                width: 30px;
                height: 30px;
            }
            .the_simple_lay_out_text_zone_all_keyboards_d svg:hover{
                fill: #f862a5;
            }
            .the_simple_lay_out_text_zone_all_keyboards_d_show{
                transform: rotate(0deg);
                opacity: 1;
                display: flex;
                justify-content: center;
                align-items: center;
            }
            .bolderrr{
                font-weight: bold;
            }
            .the_small_menu_loadingg{
                position: fixed;
                top:0;
                left:0;
                width:100vw;
                height:100vh;
                z-index:15;
                
            }
            .the_small_menu_loadingg_in{
                min-width:120px;
                background: rgba(245,245,245,1);
                border:1px solid gray;
                padding:5px;
                margin-top:25px;
            }
            .the_small_menu_loadingg_in:before {
                    content: "";
                    position: absolute;
                    top: 100%;
                    left: 20px;
                    width: 3px;
                    border-top: 13px solid black;
                    border-left: 6px solid transparent;
                    border-right: 10px solid transparent;
              }
              .the_msg_data_hour{
                  margin-left:5px;
                  font-weight: bold;
              }
              .the_micccc img{
                      height: 50px;
    width: 30px;
    object-fit: cover;
              }
              .the_micccc svg{
                  width:30px;
                  height:30px;
                  fill: #858fef;
              }
              #the_cur_audio{
                  
              }
              .the_audio_box_holder{
                  display: none;
              }
              .the_cur_audio_open{
                      display: block;
                        background: transparent;
                        position: fixed;
                        bottom: 80px;
                        z-index: 1111;
                        left: 30px;
                        box-sizing: border-box;
                        box-shadow: 1px 5px 5px #ec648440;
                        border-radius: 15px;
              }
              .the_micccc_play svg{
                  fill:#ff0000;
              }
              .the_simple_lay_out_text_zone_all_keyboards_a svg{
                  fill:#e526f5;
              }
              .the_simple_lay_out_text_zone_all_keyboards_b svg{
                  fill:#663ef7;
              }
              .the_msg_data{
                  margin-left:5px;
                  font-size:10px;
              }
              .vi_vi_gray svg{
                  width:16px;
                  height:16px;
                  fill:gray;
              }
              .vi_vi_blue svg{
                  width:16px;
                  height:16px;
                  fill:blue;
              }
              #pick_user_spacer_uniq{
                    height: 95px;
                    width: 100%;
                    display: none;
              }
              .the_small_menu_in_holder {
                        font-size: 14px;
    line-height: 25px;
    box-sizing: border-box;
    padding-right: 0px;
    min-width: 160px;
    background: white;
    border-radius: 7px;
    padding: 10px;
                }
              .but_colors_mark_a,.but_colors_mark_b,.but_to_top_mark_e,.but_to_top_mark_d,.but_to_top_mark_c,.but_to_top_mark_f,.but_to_top_mark_i,.but_colors_mark_bb,.but_to_top_mark_g,.but_to_top_mark_gg{
                  cursor: pointer;
                  transition: all 300ms;
                  min-width:160px;
                  box-sizing: border-box;
              }
              .but_colors_mark_a:hover,.but_colors_mark_b:hover,.but_to_top_mark_e:hover,.but_to_top_mark_d:hover,.but_to_top_mark_c:hover,.but_to_top_mark_f:hover,.but_to_top_mark_i:hover,.but_colors_mark_bb:hover,.but_to_top_mark_g:hover,.but_to_top_mark_gg:hover{
                      background: #3245f1c2;
    color: white;
    padding-right: 15px;
    box-sizing: border-box;
    text-decoration: underline;
              } 
              .cheak_cheak_all_chats{
                  display: flex;
                align-items: center;
                justify-content: center;
                margin-right:7px;
              }
              .the_cheak_box_chat{
                  display: flex;
                align-items: center;
                justify-content: center;
                opacity: 0;
                margin-right:-30px;
                transition: all 300ms;
              }
              .cheak_cheak_all_chats_svg svg,.the_cheak_box_chat svg{
                  width:30px;
                  height:30px;
              }
              .the_cheak_box_chat_open{
                    opacity: 1;
                    margin-right:0px;
              }
              .textareaa_toper_option svg{
                  width: 30px;
                height: 30px;
                margin-left: 5px;
                margin-right: 5px;
                fill: #663ef7;
                cursor: pointer;
                transition: all 300ms;
                transform: rotate(0deg);
              }
              .textareaa_toper_option svg:hover{
                  transform: rotate(180deg);
              }
              .the_all_left_pop_up{
                      position: fixed;
    width: 75vw;
    height: 100vh;
    top: 0;
    left: 0;
    opacity: 0;
    background: #000000b3;
    transition: all 500ms;
    z-index: 11;
              }
              .the_all_left_pop_up_in{
                  width:250px;
                  margin-left:-250px;
                  height: 100vh;
                  transition: all 500ms;
              }
              .the_all_left_pop_up_open{
                  opacity: 1;
              }
              .the_all_left_pop_up_in_open{
                      margin-left: 0px;
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    background: white;
    text-align: right;
    padding: 30px;
    line-height: 30px;
    font-size: 18px;
              }
              .the_all_left_pop_up_in_title_top{
                      display: flex;
    column-gap: 5px;
    font-size: 16px;
    border-bottom: 1px solid gray;
    font-weight: bold;
}
              .the_all_left_pop_up_in_close{
                  cursor: pointer;
                  display: flex;
                  justify-content: space-between;
              }
              .the_options_listttt{
                      font-size: 16px;
              }
              .the_all_left_pop_up_in_close{
                  text-align:left;
              }
              .the_all_left_pop_up_in_close svg{
                  width:30px;
                  height:30px;
                  fill:#ec6484;
                  transition: all 400ms;
                  transform: rotate(0deg);
              }
              .the_all_left_pop_up_in_close svg:hover{
                  transform: rotate(180deg);
              }
              .the_options_listttt_row{
                  margin-bottom:5px;
                  margin-top:5px;
                  border-radius: 3px;
                  display: flex;
              }
              .the_audio_box_holder_top{
                      display: flex;
                      justify-content: space-between;
                      align-items: center;
              }
              .the_load_more{
                  text-align: center;
                  font-size:16px;
                  
              }
              .the_load_more_in{
                background: black;
                color: white;
                padding: 5px;
                display: inline-block;
                border-radius: 3px;
                font-size: 14px;
              }
              .the_simple_lay_out_text_zone_all_textareaa_box_img{
                  margin-top:15px;
              }
              .the_options_listttt_row_not{
                  display: none;
              }
              #users_selected{
                      width: 100%;
    font-size: 16px;
    height: 250px;
    border: 1px solid gainsboro;
    border-radius: 3px;
    box-sizing: border-box;
    padding: 2px;
              }
              .the_all_left_pop_up_in_close_spacer{
                  display: none;
              }
              .the_all_left_pop_up_in_close_spacer_open{
                  display: block;
              }
              .the_selected_area_info select{
                  width: 100%;
                font-size: 16px;
                height: 30px;
                border: 1px solid gainsboro;
                border-radius: 3px;
              }
              .the_users_piker_txt_small{
                  font-size:12px;
              }
              .the_users_piker_txt{
                  line-height: 20px;
              }
              .the_next_button{
                  background: #9925d37a;
    color: white;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    box-sizing: border-box;
    border-radius: 3px;
    box-shadow: 1px 5px 5px #00000066;
    cursor: pointer;
                    margin-bottom: 10px;
              }
              .title_aa{
                  font-size:16px;
                  border-bottom:1px solid black;
                  font-weight: bold;
              }
              .pick_panel{
                  padding: 10px;
                  background: lightgray;
              }
              .watch_panel{
                      padding: 10px;
    background: rgba(245, 245, 245, 1);
              }
              .the_Close_now{
                  position: fixed;
                  top:0;
                  left:0;
                  width:100vw;
                  height:100vh;
                  background: #4f8d4e5c;
                  display: flex;
                  justify-content: center;
                      align-items: center;
                  Z-INDEX:20;
              }
              .the_Close_now_in{
                      background: white;
    font-size: 30px;
    padding: 20px;
    border-radius: 7px;
    box-shadow: 1px 5px 5px #00000052;
              }
              .textareaa_box_holder:hover > .textareaa_box_top > .textareaa_box_option{
                  opacity: 1;
              }
              .textareaa_toper_more_bot{
                  display: flex;
                  justify-content: center;
                  align-items: center;
              }
              .textareaa_toper_back_mob{
                  display: none;
              }
              .textareaa_toper_back_mob svg{
                    width: 40px;
                    height: 40px;
                    line-height: 40px;
              }
              .textareaa_box{
                  width:100%;
                      overflow: hidden;
              }
              .replay_pick_me{
                position: fixed;
                right: 27vw;
                bottom: 90px;
                background: #052a7569;
                width: 70vw;
                z-index: 20;
              }
              .main_img_box_close{
                      text-align: center;
    margin-top: 5px;
    font-weight: bold;
    font-size: 14px;
    cursor: no-drop;
              }
              .txt_on_file{
                      padding: 5px;
    font-weight: normal;
    background: rgba(245, 245, 245, 1);
    margin-top: -5px;
    line-height: 20px;
    font-size: 16px;
    overflow: hidden;
              }
              .the_full_screen_iframe{
                      width: 100vw;
    height: 100vh;
    position: fixed;
    background: transparent;
    left: -100vw;
    top: 0;
    z-index: 30;
    transition: all 300ms;
              }
              .the_full_screen_iframe_in iframe{
    width: 100vw;
    height: 100vh;
              }
              .the_full_screen_iframe_open{
                  left:0;
              }
              .the_close_iframe_right{
                 position: absolute;
    top: 50%;
    transform: rotate(-90deg);
    right: -24px;
    background: black;
    color: white;
    padding: 10px;
    font-weight: bold;    
              }
              .textareaa_toper_more_bot_b{
                      display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    background: #911c7c9e;
    padding: 5px;
    cursor: pointer;
    color:white;
    font-weight: bold;
              }
              .textareaa_toper_more_bot_baaab svg{
    fill: white;
    width: 25px;
    height: 25px;
              }
              xmp{
                      font-family: "Heebo", sans-serif;
                      padding: 0px;
                      margin: 0px;
              }
              .the_missions_tab{
                  display: flex;
    justify-content: center;
    padding-right: 20px;
              }
              .the_missions_tab_row{
            display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    width: 100%;
    margin-left: 15px;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-bottom: 5px;
    background: rgba(245, 245, 245, 1);
              }
              .the_missions_tab_row_in{
                      display: flex;
    padding-right: 5px;
              }
              .the_missions_tab_row_count{
                      width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00a7f9;
    color: white;
    font-size: 25px;
    font-weight: bold;
              }
              .the_missions_tab_row_title{
                      font-size: 20px;
        font-weight: bold;
              }
              .the_missions_tab_row_last_mission{
                  padding-top:5px;
                  padding-bottom:5px;
              }
              
              .tab_add_three{
                  display: flex;
    justify-content: center;
    align-items: center;
    width: 15%;
              }
              .the_missions_tab_row_add svg{
                  width: 40px;
    height: 40px;
    fill: #25d366;
              }
              .the_missions_tab_row_add{
                  cursor: pointer;
              }
              .textareaa_toper_r_mission{
                  display: none;
                  padding-right: 15px;
    font-size: 20px;
    font-weight: bold;
              }
              .the_Rel_mission_adds_box{
                      width: 99%;
    display: flex;
    justify-content: space-between;
    max-height: 120px;
    align-items: center;
    background: white;
    padding: 15px;
    border-radius: 3px;
    border: 1px solid lightgray;
    font-family: "Heebo", sans-serif;
    box-sizing: border-box;
    margin-right: 0.5%;
    margin-top: -20px;
        box-shadow: 2px -8px 5px -6px #052a7521;
              }
              .add_box_holder_add_but svg{
                      width: 30px;
    height: 30px;
    fill: #052a75;
              }
              .the_Rel_mission_adds_box_title{
    font-weight: bold;
    margin-bottom: 5px;
              }
              .the_small{
                  font-size:14px;
                  font-weight: normal;
              }
              .the_main_input_box{
                  display: flex;
                      justify-content: center;
    align-items: center;
              }
              .the_main_input_box input{
                 width: 100%;
    height: 30px;
    border: 1px solid lightgray;
    padding: 5px;
    border-radius: 3px;
    box-sizing: border-box;
              }
              .the_Rel_mission_adds_box_all{
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 30px;
    background: rgba(245, 245, 245, 1);
    padding-top: 20px;
    margin-bottom: 60px;
    border: 2px solid #052a75;
    border-radius: 3px;
    position: relative;
              }
              .the_about_content{
                      width: 98%;
    background: white;
    padding: 15px;
    margin-bottom: 5px;
    border: 1px solid transparent;
    border-radius: 3px;
    box-sizing: border-box;
    margin: 1%;
              }
              .ttt_a{
                  width:35%;
              }
              .ttt_b{
                  width:35%;
              }
              .ttt_c{
                  width:15%;
              }
              .ttt_d{
                  width: 10%;
    display: flex;
    justify-content: center;
    align-items: center;
              }
              .add_box_holder_add_but{
                     display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(245, 245, 245, 1);
    padding-right: 10px;
    border-radius: 7px;
    border: 1px solid lightgray;
    padding-left: 5px;
    padding-top: 2px;
    font-weight: bold;
              }
              .add_box_holder_add_but_text{
                  margin-left:10px;
                  font-weight: bold;
              }
              .add_box_holder_add_but_text_svg{
                      justify-content: center;
    display: flex;
    align-items: center;
              }
              .the_main_input_box_list_sel{
                  position: absolute;
                  font-size:16px;
              }
              .the_main_input_box_list_sel2{
                  position: absolute;
                  font-size:16px;
              }
              .the_customer_sel_list,.nazig_list{
    font-size: 16px;
    padding: 5px;
    letter-spacing: 1.1px;
    width: 100%;
    background: white;
    border-right: 1px solid lightgray;
    border-left: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
    max-height: 150px;
    overflow: auto;
              }
              .the_customer_users_area{
                  display: flex;
                  justify-content: space-around;
              }
              .the_customer_row,.the_user_row{
                      display: flex;
    align-items: center;
    border: 2px solid #8080803d;
    padding: 5px;
    margin-top: 15px;
    background: white;
    border-radius: 7px;
    min-width: 200px;
    justify-content: space-between;
              }
              .the_user_row{
              justify-content: space-between;
              }
              .the_customer_row{
                  border: 1px solid transparent;
                  padding:5px;
              }
              .the_user_row_img{
                         width: 30px;
    height: 30px;
    background: #80808029;
    border-radius: 50%;
    margin-left: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
              }
              .the_mission_all_txt{
                  background: rgba(245, 245, 235, 1);
    padding: 5px;
    border-radius: 3px;
    border: 1px solid lightgray;
    line-height: 25px;
    font-size: 18px;
    font-weight: unset;
              }
              
              .the_mission_all{
                  width: 100%;
    margin-bottom: 15px;
    position: relative;
              }
              .the_mission_all_txt_content_all{
                background: white;
                padding: 10px;
                display: flex;
                justify-content: space-between;
                align-items: center;
              }
              .the_mission_all_txt_content{
                  width:80%;
              }
              .the_mission_all_txt_content_left{
                      width: 15%;
                    text-align: left;
                    cursor: pointer;
              }
              .the_mission_all_txt_content textarea{
                    width: 100%;
                    border: 1px solid gray;
                    border-radius: 7px;
                    min-height: 50px;
                    font-size: 18px;
                    box-sizing: border-box;
              }
              
              .the_right_user{
                  display: flex;
              }
              .the_left_user{
                  transition: all 300ms;
              }
              .the_left_user:hover{
                  cursor: pointer;
              }
              .the_left_user svg{
                  width:30px;
                  height:30px;
                  fill:black;
              }
              .the_glory_days svg{
                  fill:#00a7f9;
                      width: 35px;
                    height: 35px;
              }
              .the_timer{
                      text-align: left;
    position: absolute;
    left: 4px;
    top: 3px;
    font-size: 12px;
    background: white;
    padding: 3px;
    box-sizing: border-box;
    box-shadow: 1px 1px 4px lightgray;
    padding-right: 7px;
    padding-left: 7px;
                  
              }
              .the_mission_all_txt_buts{
                  display: none;
              }
              .the_user_row_txt_title{
                  font-size:16px;
              }
              .the_err_top_block{
                  position: fixed;
                  width:100%;
                  top:0;
                  left:0;
                  height:0px;
                  transition: all 300ms;
                  background: black;
                  color:white;
                  font-size:24px;
                      z-index: 11;
    display: flex;
    justify-content: center;
    align-items: center;
              }
              .the_err_top_block_show{
                  height:40px;
              }
              .the_mission_all_other_color{
                      background: #6d6d6d59;
              }
              .the_close_misss_builder{
                  position: absolute;
    left: -10px;
    top: -10px;
              }
              .the_close_misss_builder svg{
                      width: 30px;
    height: 30px;
    fill: #052a75c7;
    cursor: pointer;
    transition: all 300ms
              }
              .the_close_misss_builder svg:hover{
                  transform: rotate(360deg);
                  fill: #052a75;

              }
              .the_about_content_media{
              }
              .the_missions_tab_row_last_mission_aaa{
                  display: flex;
              }
              .the_missions_tab_row_last_mission_tag{
                  padding:5px;
                  margin:5px;
                  cursor: pointer;
              }
              .ttl1{
                  background: #E91E63;
    color: white;
    border-radius: 3px;
    border: 1px solid white;
    font-size: 12px;
              }
              .ttl2{
                  background: #FF9800;
    color: white;
    font-size: 12px;
    border-radius: 3px;
    border: 1px solid white;
              }
              .ttl3{
                  background: #25d366;
    color: white;
    font-size: 12px;
    border-radius: 3px;
    border: 1px solid white;
              }
              .the_media_in_img{
               width: 60px;
    height: 60px;
    border-radius: 50%;
    background: black;
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;   
              }
              .the_media{
                  display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px;
    background: white;
    border-radius: 3px;
              }
              .the_media_start{
                  width:100px;
                  height: 100px;
              }
              .the_media_start img{
                  object-fit: cover;
                  width: 100px;
                  height: 100px;
              }
              .the_media_start video{
                  object-fit: cover;
                  width: 100px;
                  height: 100px;
              }
              .the_media_in_title{
                      width: calc(100% - 120px);
    font-size: 16px;
    overflow: hidden;
    box-sizing: border-box;
              }
              .the_media_in_title_edit_mode{
                  width: calc(100% - 200px);
              }
              .the_media_in_close{
                  width:60px;
                  text-align: center;
              }
              .the_media_in_title_a{
                      font-weight: bold;
    font-size: 20px;
    line-height: 40px;
              }
              .the_media_in_close svg{
                  width:30px;
                  height:30px;
                  fill:black;
                  transition: all 300ms;
                  
              }
              .gray_box{
                  background: lightsteelblue;
                  display: flex;
                  justify-content: center;
                  align-items: center;
              }
              .the_media_in_close svg:hover{
                  cursor: pointer;
                  fill:red;
                  transform: rotate(360deg);
              }
              .the_totallll_siiizzee{
                      display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 15px;
    background: #f5f5f5;
              }
              .mission_tb{
                  width:100%;
              }
              .mission_tb_top,.mission_tb_inner{
                display: flex;
                width: 100%;
                box-sizing: border-box;
                border-bottom: 1px solid lightgray;
              }
              .aab_aa{
                  width:2%;
                  border-left:1px solid lightgray;
                  display: flex;
                  padding:10px;
                  box-sizing: border-box;
                  align-items: center;
                  justify-content: center;
              }
              .aab_a{
                  width:28%;
                  border-left:1px solid lightgray;
                  display: flex;
                  padding:10px;
                  box-sizing: border-box;
                  align-items: center;
              }
              .aab_b{
                  width:10%;
                  border-left:1px solid lightgray;
                  display: flex;
                  padding:10px;
                  box-sizing: border-box;
                  align-items: center;
              }
              .aab_c{
                  width:10%;
                  border-left:1px solid lightgray;
                  display: flex;
                  padding:10px;
                  box-sizing: border-box;
                  align-items: center;
              }
              .aab_d{
                  width:10%;
                  border-left:1px solid lightgray;
                  display: flex;
                  padding:10px;
                  box-sizing: border-box;
                  align-items: center;
              }
              .aab_e{
                  width:10%;
                  border-left:1px solid lightgray;
                  display: flex;
                  padding:10px;
                  box-sizing: border-box;
                  align-items: center;
              }
              .aab_f{
                  width:10%;
                  border-left:1px solid lightgray;
                  display: flex;
                  padding:10px;
                  flex-wrap: wrap;
                  box-sizing: border-box;
                  align-items: center;
              }
              .aab_g{
                  width:10%;
                  border-left:1px solid lightgray;
                  display: flex;
                  padding:10px;
                  box-sizing: border-box;
                  align-items: center;
              }
              .aab_h{
                  width:10%;
                  display: flex;
                  padding:10px;
                  box-sizing: border-box;
                  align-items: center;
              }
              .nazig_lineeer {
                  margin:3px;
                  padding:2px;
              }
              .the_good_approve{
                  background: #25d366;
                color: white;
                padding: 6px;
                border-radius: 20px;
                text-align: center;
                display: inline-block;
              }
              .mission_tb_inner_other_color{
                  background: rgba(245,245,245,1);
              }
              .tab_add_two{
                  width: calc(100% - 90px);
              }
              .mission_tb_top{
                  font-weight: bold;
              }
              .the_edit_msg_box{
                  position: fixed;
                  width:100%;
                  height:100%;
                  display: flex;
                  justify-content: center;
                  align-items: center;
                  z-index:100;
                  left:0;
                  top:0;
                  background: rgba(0,0,0,0.3);
              }
              .the_edit_msg_box_in{
                  background: white;
              }
              .the_edit_msg_box_in {
                background: white;
                min-width: 200px;
                text-align: center;
                border-radius: 3px;
                min-height: 150px;
            }
            .the_edit_msg_box_in_text textarea{
                min-height: 100px;
                margin-top: 15px;
                margin-bottom: 15px;
            }
            .the_Approve_edit_but{
                background: black;
                color: white;
                padding-top: 5px;
                padding-bottom: 5px;
                cursor: pointer;
            }
            .the_simple_lay_out_in_title_b select{
                    border: 1px solid transparent;
                    background: transparent;
                    outline: none;
            }
            .the_user_flag_no{
                background: #E91E63;
                color:white;
                font-size:10px;
                padding:2px;
                margin:2px;
                margin-left:5px;
                border-radius: 3px;
            }
            .the_user_flag{
                background: #25d366;
                color:white;
                font-size:10px;
                padding:2px;
                margin:2px;
                border-radius: 3px;
                margin-left:5px;
            }
            .small_txt{
                font-size:10px;
            }
            .the_simple_lay_out_contacts_box_hide{
                display: none;
            }
            .the_rrttrr{
                border-bottom:1px solid gray;
                margin-top:5px;
                cursor: pointer;
                display: flex;
                justify-content: space-between;
            }
            .the_rrttrr:hover{
                background: gray;
                color:white;
            }
            .the_nazig_boxxxxx{
                display: flex;
    background: #00a7f9;
    margin: 5px;
    padding: 5px;
    border-radius: 7px;
    color: white;
        justify-content: space-between;
    align-items: center;
            }
            #all_nazig_selected,#all_customers_selected{
                display: flex;
            }
            .the_nazig_boxxxxx_x{
                margin-right:5px;
                cursor: pointer;
            }
            .the_nazig_boxxxxx_x svg{
                fill:white;
            }
            .the_users_filter{
                display: flex;
            }
            .the_filter_menu{
                position: fixed;
    top: 105px;
    background: white;
    padding: 5px;
    border-radius: 7px;
    box-sizing: border-box;
    box-shadow: 1px 5px 10px lightgray;
            }
            .mission_tb_inner_hide{
                display: none;
            }
            .the_filter_menu_input{
                margin-top:10px;
                margin-bottom:10px;
            }
            .the_filter_menu_submit {
                text-align: center;
                padding-top: 5px;
                margin-bottom: 10px;
            }
            .the_filter_menu_close{
                text-align: left;
            }
            .the_filter_menu_close svg{
                fill:#E91E63;
                cursor: pointer;
            }
            .the_filter_menu_submit_in{
                background: #00a7f9;
                color: white;
                display: inline;
                padding: 5px;
                border-radius: 7px;
                cursor: pointer;
            }
            .topic_filter{
                width: 100%;
                box-sizing: border-box;
                line-height: 20px;
                border-radius: 7px;
                border: 1px solid gray;
                outline: none;
            }
            .the_missions_all_actions{
                display: flex;
                margin-top: 10px;
                margin-bottom: 10px;
                padding-right: 5px;
                column-gap: 20px;
            }
            .the_del_action_but{
                background: #e91e71;
                padding: 5px;
                border-radius: 7px;
                font-size: 16px;
                color: white;
                padding-right: 10px;
                padding-left: 10px;
                box-shadow: 1px 5px 5px lightgray;
                cursor: pointer;
            }
            .no_edit{
                display: none;
            }
            .the_update_missss{
                background: #00a7f9;
            }
            .ththtaa_a{
                display: flex;
            }
            .ththtaa{
               display: flex; 
            }
            .the_close_one {
                text-align: left;
                margin-top: -28px;
                margin-left: 5px;
                cursor: pointer;
            }
            .the_close_one svg{
                fill:red;
            }
            .add_customer_user_area input{
                width: 100%;
    box-sizing: border-box;
    line-height: 20px;
    border-radius: 7px;
    font-size: 14px;
    padding: 5px;
    border: 1px solid #00a7f9;
    margin-top: 15px;
    padding-right: 10px;
    box-shadow: 5px 2px 10px lightgray;
            }
            .the_update_mis_but,.the_edit_files_media_adddd{
                display: none;
            }
            .the_update_mis_but_show,.the_edit_files_media_adddd_show,.the_edit_files_media_adddd_open{
                display: block;
            }
            .the_update_mis_but{
                background: #25d366;
            }
            .the_mission_all_txt_content_left_in{
                padding: 5px;
                background: black;
                color: white;
                text-align: center;
                border-radius: 7px;
            }
            .the_reset_upodate_but{
                background: #ec6464;
            }
            .the_simple_lay_out_contacts_box_l_txt img{
                width: 60px;
    object-fit: cover;
    height: 40px;
    margin-top: 5px;
    border-radius: 3px;
            }
            .but_colors_mark_a select{
                max-width:100px;
            }
            
            
              
              
              