:root {
    --mainColor: #4e4c57;
    --Black_gray: #38373f;
    --orange: #ff6701;
    --yellow: #ffb200;
    --input_tab_yellow: #676767;
    --input_tab_search: #28272d;

}

table {
    border-radius: 10px !important;
    border-collapse: collapse !important;
    border: none !important;
    background-color: transparent !important;
  }

  table td {
    border-radius: 10px !important;
    border: none !important;
    box-shadow: 0 0 0 1px #b9b9b9;
    padding: 3px;
  }
  table th:first-child {
    -moz-border-radius: 5px 0 0 0 !important;
  }
  table th:last-child {
    -moz-border-radius: 0 5px 0 0 !important;
  }
  table tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 5px !important;
  }
  table tr:last-child td:last-child {
    -moz-border-radius: 0 0 5px 0 !important;
  }
  table tr:hover td {
    background-color: #ececec !important
  }
  table tr:active td {
    background-color: #c9c9c9 !important
  }

@font-face {
    font-family: 'BBebas';
    src: url('../fonts/BebasNeue-Regular.ttf');
    src: url('../fonts/IBebasNeue-Regular.ttf') format('truetype');

    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'BYekan';
    src: url('../fonts/IRANSansWeb(FaNum).ttf');
    src: url('../fonts/IRANSansWeb(FaNum).ttf') format('truetype');

    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'b_titr';
    src: url('../fonts/B Titr Bold_0.ttf');
    src: url('../fonts/B Titr Bold_0.ttf') format('truetype');

    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'digital';
    src: url('../fonts/digital_counter_7.ttf');
    src: url('../fonts/digital_counter_7.ttf') format('truetype');

    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lalezar';
    src: url('../fonts/Lalezar-Regular.ttf');
    src: url('../fonts/Lalezar-Regular.ttf') format('truetype');

    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'parvaz';
    src: url('../fonts/W_parvaz.ttf');
    src: url('../fonts/W_parvaz.ttf') format('truetype');

    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Casablanca';
    src: url('../fonts/Far_Casablanca.ttf');
    src: url('../fonts/Far_Casablanca.ttf') format('truetype');

    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Vazir';
    src: url('../fonts/Vazir-FD-WOL.ttf');
    src: url('../fonts/Vazir-FD-WOL.ttf') format('truetype');

    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
    direction: rtl;
    /*  ---dont toche holad act---*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    user-select: none;
}

html {
    user-zoom: none;
    /*غیر فعال شدن زوم روی مرورگر  */
}

body {
    font-family: 'BYekan', sans-serif;
    background-color: white;
    height: 100vh;

}


table,
td,
th {
    border: 1px solid;
}

table {

    border-collapse: collapse;
}



.font_BBebas {
    font-family: 'BBebas', sans-serif;
}

.font_Vazir {
    font-family: 'Vazir', sans-serif;
}

.font_b_titr {
    font-family: 'b_titr', sans-serif;
}

.font_BYekan {
    font-family: 'BYekan', sans-serif;
}

.font_parvaz {
    font-family: 'parvaz', sans-serif;

}

.font_Casablanca {
    font-family: 'Casablanca', sans-serif;
}

.font_Lalezar {
    font-family: 'Lalezar', sans-serif;
}

.font_digital {
    font-family: 'digital', sans-serif;
}

.font_wight {
    font-weight: bolder;
}

.b_red {
    background-color: #ffc0c0;
    color: red;
}
.b_gray {
    background-color: #c0c0c0;
    color: rgb(39, 39, 39);
}

.b_green {
    background-color: rgb(159, 255, 159);
    color: green;
}

.all_page {
    width: 100%;
    padding: 10px;
    display: flex;
    /* کوچیک کردن صفحه */
    /*  zoom: 95%; */
    /* -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8); */
    /* بببب */

}

.f_10 {
    font-size: 10px;
}

.f_12-5 {
    font-size: 12.5px;
}

.f_15 {
    font-size: 15px !important;
}

.f_18 {
    font-size: 18px;
}

.f_20 {
    font-size: 20px;
}

.f_25 {
    font-size: 25px;
}

.f_30 {
    font-size: 30px;
}

.f_35 {
    font-size: 35px;
}

.f_40 {
    font-size: 40px;
}

.padding_20 {
    padding: 20px;
}

.input_hide {
    border: none;
    background: transparent;
    margin-right: 10px;
    font-weight: bolder;
    font-size: 15px;
    text-align: center;
}

.trim_number {
    position: absolute;
    right: 86px;
    top: -19px;
    font-size: 23px;
    color: red;
}

.show_kala_k {
    background-color: #e7e7e7;
    padding: 7px;
    border-radius: 10px;
    height: 330px;
    overflow: auto;
}

.date_h {
    width: 40%;
    height: 35px !important;
    border-radius: 10px;
    background-color: #ffffff;
    text-align: center;
    color: #080808;
    padding: 2px !important;
    font-size: 23px !important;
    display: unset !important;
    align-items: unset !important;
    font-weight: bold;
}

.show_time_h {
    width: 40%;
    height: 35px !important;
    border-radius: 10px;
    background-color: #ffffff;
    padding: 2px !important;
    text-align: center;
    color: #080808;
    font-size: 23px !important;
    font-weight: bold;
    display: unset !important;
    align-items: unset !important;
}

.c_c {
    color: white;
    background-color: red;
    cursor: pointer;
    border-bottom: 1px solid black;
    border-left: 1px solid black;
}

.trim_number1 {
    position: absolute;
    right: 164px;
    top: -19px;
    font-size: 23px;
    color: red;
}

.trim_number2 {
    position: absolute;
    right: 242px;
    top: -19px;
    font-size: 23px;
    color: red;
}

.tab_cnt {}

.sidbar {
    width: 12%;
    padding: 10px;
}

.detail_cat2 {
    width: 30%;
    padding: 10px;
}

.num_p {
    font-size: 12px;
    margin-top: -5px;
    color: #db0047;
    font-family: 'Vazir', sans-serif;
}

.wheight_qty {
    width: 20%;
    padding: 10px;
}

.factor_sale {
    width: 38%;
    padding: 10px;
}

.show_date {
    width: 45%;
    height: 20px;
    border-radius: 10px;
    background-color: #ffffff;
    padding: 16px 12px;
    align-items: center;
    display: flex;
    text-align: center;
    color: #080808;
    font-size: 17px;
}
.show_date22 {
    width: 51%;
    height: 20px;
    border-radius: 10px;
    background-color: #ffffff;
    padding: 16px 12px;
    align-items: center;
    display: flex;
    text-align: center;
    color: #080808;
    font-size: 16px;
}

#show_time {
    width: 45%;
    height: 20px;
    border-radius: 10px;
    background-color: #ffffff;
    padding: 16px 13px;
    align-items: center;
    display: flex;
    text-align: center;
    color: #080808;
    font-size: 20px;

}
#show_time22 {
    width: 45%;
    height: 20px;
    border-radius: 10px;
    background-color: #ffffff;
    padding: 16px 13px;
    align-items: center;
    display: flex;
    text-align: center;
    color: #080808;
    font-size: 20px;

}

.hmber_menu {
    text-align: center;
    background-color: #d7d7d7;
    margin-bottom: 10px;
    height: 40px;
    font-size: 32px;
    border-radius: 5px;
    color: #001ca7;
    cursor: pointer;
}

.hmber_menu1 {
    text-align: center;
    background-color: #d7d7d7;
    margin-bottom: 10px;
    height: 40px;
    font-size: 32px;
    border-radius: 5px;
    color: #001ca7;
    cursor: pointer;
    position: absolute;
    width: 10%;
}



.cat2 {
    width: 100%;
    height: 50px;
    border-radius: 10px;
    background-color: rgb(223, 223, 223);
    padding: 10px;
    text-align: center;
    cursor: pointer;
    margin-top: 10px;
    color: #1b1b1b;
    border: 1px solid;
    font-size: 24px;
}

.cat2_actve {
    background-color: rgb(49, 49, 49);
    color: white;
    border-radius: 0 10px 10px 0;
}

.cat2_detail {
    display: none;
}

.add_click {
    background: #ffbbbb;
    border-radius: 5px 0px 0px 5px;
}

.cat2_m {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 5px;
}

.cat2_m_d {
    height: auto;
    border: 1px dashed;
    border-radius: 10px;
    text-align: center;
    background-color: lightgray;
    width: 100%;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    font-family: 'b_titr', sans-serif;
}
.cat2_m_d_edit {
    height: auto;
    border: 1px dashed;
    border-radius: 10px;
    text-align: center;
    background-color: lightgray;
    width: 100%;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
    font-family: 'b_titr', sans-serif;
}

.under_bed_bes_f {
    border: 1px solid black;
    margin: 8px 0;
    border-radius: 5px;
    padding: 2px 10px;
}

.cat2_detail_active {
    display: block !important;
}

.block {
    display: block;
}

.weight {
    width: 100%;
    height: 460px;
    border: 1px dashed black;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0px 0px 8px 5px gray;
    position: relative;
}

.weight_num {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
}

.key {
    border: 2px solid rgb(43, 43, 43);
    border-radius: 5px;
    background-color: #e3e3e3;
    font-size: 25px;
    height: 45px;
    text-align: center;
    padding: 0px;
    font-weight: bolder;
    cursor: pointer;
}

.key:active {
    background: #a8ffc9;
}

.delete_text {
    border: 2px solid rgb(43, 43, 43);
    border-radius: 5px;
    background-color: #00c44b;
    font-size: 25px;
    height: 45px;
    text-align: center;
    padding: 3px;
    font-weight: bolder;
    cursor: pointer;
}

.key1 {
    border: 2px solid rgb(43, 43, 43);
    border-radius: 5px;
    background-color: #e3e3e3;
    font-size: 25px;
    height: 45px;
    text-align: center;
    padding: 0px;
    font-weight: bolder;
    cursor: pointer;
}

.key1:active {
    background: #a8ffc9;
}

.delete_text1 {
    border: 2px solid rgb(43, 43, 43);
    border-radius: 5px;
    background-color: #00c44b;
    font-size: 25px;
    height: 45px;
    text-align: center;
    padding: 3px;
    font-weight: bolder;
    cursor: pointer;
}

/* کیبورد پیش فاکتور */
.key22 {
    border: 2px solid rgb(43, 43, 43);
    border-radius: 5px;
    background-color: #e3e3e3;
    font-size: 25px;
    height: 45px;
    text-align: center;
    padding: 0px;
    font-weight: bolder;
    cursor: pointer;
}

.key22:active {
    background: #a8ffc9;
}

.delete_text22 {
    border: 2px solid rgb(43, 43, 43);
    border-radius: 5px;
    background-color: #00c44b;
    font-size: 25px;
    height: 45px;
    text-align: center;
    padding: 3px;
    font-weight: bolder;
    cursor: pointer;
}

/* کیبورد پیش فاکتور */

.close_m_1 {
    border: 2px solid rgb(43, 43, 43);
    border-radius: 5px;
    background-color: #c9002b;
    font-size: 25px;
    height: 45px;
    color: white;
    text-align: center;
    padding: 3px;
    font-weight: bolder;
    cursor: pointer;
}

.close_m_2 {
    border: 2px solid rgb(43, 43, 43);
    border-radius: 5px;
    background-color: #c9002b;
    font-size: 25px;
    height: 45px;
    color: white;
    text-align: center;
    padding: 3px;
    font-weight: bolder;
    cursor: pointer;
}

.close_m_3,.close_m_4 {
    border: 2px solid rgb(255 149 149);
    border-radius: 5px;
    background-color: #c9002b;
    font-size: 25px;
    height: 45px;
    color: white;
    text-align: center;
    padding: 3px;
    font-weight: bolder;
    cursor: pointer;
    width: 14%;
    margin: 5px;
}

.vazn {
    height: 38px;
    margin-bottom: 10px;
    border: 1px solid #a7a7a7;
    border-radius: 10px;
    font-size: 32px;
    width: 100%;
    color: rgb(255, 56, 56);
    background: black;
    padding: 10px;
    text-align: left;
}

.show_input {
    height: 53px;
    margin-bottom: 10px;
    border: 1px solid #a7a7a7;
    border-radius: 10px;
    font-size: 46px;
    width: 100%;
    color: rgb(5, 5, 5);

    padding: 10px;
    text-align: left;
}

.add_to_factor {
    width: 100%;
    border: none;
    height: 50px;
    background-color: #006627;
    margin-top: 10px;
    border-radius: 10px;
    font-size: 25px;
    color: rgb(255, 255, 255);
    cursor: pointer;
}

.add_to_k {
    width: 100%;
    border: 2px solid #252525;
    height: 45px;
    background-color: #00c44b;
    border-radius: 5px;
    font-size: 25px;
    cursor: pointer;
    padding: 5px;
}

.add_to_unf {
    width: 100%;
    border: 2px solid #252525;
    height: 45px;
    background-color: #00c44b;
    border-radius: 5px;
    font-size: 25px;
    cursor: pointer;
    padding: 5px;
}

.new_wdit_f {
    justify-content: space-between;
}

.new_wdit_f1 {
    justify-content: space-between;
}

.new_wdit_f2 {
    justify-content: space-between;
}

.edit_to_factor {
    width: 65%;
    border: none;
    height: 38px;
    background-color: #000f66;
    margin-top: 8px;
    border-radius: 5px;
    font-size: 25px;
    color: rgb(255, 255, 255);
    cursor: pointer;
}

.new_factor11 {
    width: 30%;
    border: none;
    height: 38px;
    background-color: #660008;
    margin-top: 8px;
    margin-left: 5px;
    border-radius: 5px;
    font-size: 25px;
    color: rgb(255, 255, 255);
    cursor: pointer;
}

.new_factor {
    width: 100%;
    border: none;
    height: 50px;
    background-color: #006627;
    margin-top: 10px;
    border-radius: 10px;
    font-size: 30px;
    color: rgb(255, 255, 255);
    cursor: pointer;
}

.pey_etebari {
    display: flex;
    position: relative;
    height: 60px;
    border-radius: 10px;
    background-color: rgb(226, 226, 226);
    align-items: center;
    padding: 0px 5px;
    margin-bottom: 20px;
}

.titel_page {
    display: flex;
    justify-content: space-around;
    height: 40px;
    border-radius: 5px;
    background-color: rgb(255, 133, 133);
    align-items: center;
    padding: 0px 5px;
    margin-bottom: 5px;
    font-size: 25px;
    font-weight: bold;
    color: rgb(133, 0, 0);
}

.add_to_list {
    font-size: 32px;
    color: #01ab42;
    margin-top: -2px;
    cursor: pointer;
    margin-right: 10px;
}

.search_name {
    width: 100%;
    height: 45px;
    border-radius: 5px;
    font-size: 15px;
    border: 1px solid;
    padding: 2px 8px 2px 43px;
}

.delete_text_name {
    font-size: 27px;
    position: absolute;
    color: darkgrey;
    cursor: pointer;
    left: 41px;
}

.delete_text_name22 {
    font-size: 27px;
    position: absolute;
    color: darkgrey;
    cursor: pointer;
    right: 47px;
    top: 14px;
}

.delete_text_name23 {
    font-size: 27px;
    position: absolute;
    color: darkgrey;
    cursor: pointer;
    right: 47px;
    top: 104px;
}

.delete_text_name24 {
    font-size: 27px;
    position: absolute;
    color: darkgrey;
    cursor: pointer;
    right: 47px;
    top: 151px;
}

.delete_text_name25 {
    font-size: 27px;
    position: absolute;
    color: darkgrey;
    cursor: pointer;
    right: 47px;
    top: 65px;
}

.delete_text_name26 {
    font-size: 27px;
    position: absolute;
    color: darkgrey;
    cursor: pointer;
    right: 47px;
    top: 112px;
}

.delete_text_name27 {
    font-size: 27px;
    position: absolute;
    color: darkgrey;
    cursor: pointer;
    right: 47px;
    top: 64px;
}

.search_hesa {
    font-size: 24px;
    background: rgb(0, 168, 36);
    padding: 5px;
    border-radius: 5px;
    position: absolute;
    left: 9px;
    color: white;
    cursor: pointer;
}

.search_hesa_add_kala {
    font-size: 32px;
    background: rgb(0, 168, 36);
    padding: 5px;
    border-radius: 5px;
    position: absolute;
    left: 53px;
    color: white;
    cursor: pointer;
    margin-top: 9px;
}

.requard_valid {
    border: 1px solid red !important;
    background-color: rgb(255 249 249) !important;
}

.cut_num {
    position: absolute;
    color: rgb(171 255 189);
    font-size: 25px;
    right: 142px;
    top: 18px;
    -webkit-transform: scale(1.25, 1);
}

.cut_num1 {
    position: absolute;
    color: rgb(6 6 6);
    font-size: 25px;
    right: 120px;
    top: 32px;
    -webkit-transform: scale(1.4, 1);
}

.show_s_a {
    height: auto;
    width: 100%;
    position: absolute;
    background: #c5c5c5;
    top: 57px;
    border-radius: 5px;
    z-index: 2;
    border: 1px solid gray;
    padding: 5px 10px;
    min-height: 400px;
    max-height: 600px;
    overflow: auto;
}

.click_s_h {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin: 8px 5px;
    cursor: pointer;
}

.click_s_h_no {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin: 8px 5px;
    cursor: pointer;
}

.delete_text_name1 {
    font-size: 29px;
    position: relative;
    left: 0px;
    color: darkgrey;
    cursor: pointer;
}

.detail_factore {
    border: 1px solid rgb(170, 170, 170);
    border-radius: 10px;
    height: 400px;
    padding: 10px;
    overflow: auto;
}

.row_factor {
    display: grid;
    grid-template-columns: 1.80fr 1fr 1fr 1fr 1fr;
    grid-gap: 6px;
    margin-top: 10px;
    border: 1px solid;
    border-radius: 4px;
    background-color: whitesmoke;
    height: auto;
    font-weight: normal;
    align-items: center;
    -webkit-transform: scale(1, 1.3);
}

.row_factor_titr {
    display: grid;
    grid-template-columns: 1.80fr 1fr 1fr 1fr 1fr;
    ;
    grid-gap: 10px;
    background-color: #1b1b1b;
    color: white;
    height: 29px;
    border-radius: 6px;
    align-items: center;
}

.row_factor_titr>div {
    border-right: 1px solid white;
    padding-right: 4px;
    font-size: 14px;
}

.row_factor>div {
    border-right: 1px solid rgb(0, 0, 0);
    padding-right: 4px;
    font-size: 14px;
}

.trash_factor {
    color: red;
    font-size: 18px;
    cursor: pointer;
}

.trash_factor_final {
    color: red;
    font-size: 18px;
    cursor: pointer;
}

.trash_h {
    color: red;
    font-size: 25px;
    cursor: pointer;
}

.trash_h_shakhsi {
    color: red;
    font-size: 25px;
    cursor: pointer;
}

.trash_for_del {
    color: red;
    font-size: 25px;
    cursor: pointer;
}

.trash_h_f {
    color: red;
    font-size: 24px;
    margin: 6px 0;
    cursor: pointer;
}

.trash_pish_factor_final {
    color: red;
    font-size: 18px;
    cursor: pointer;
}

.trash_hazineh {
    color: red;
    font-size: 18px;
    cursor: pointer;
}

.arow_down_e {
    position: absolute;
    left: 79px;
    font-size: 25px;
    color: dodgerblue;
    cursor: pointer;
}

.ghimat {
    position: absolute;
    color: whitesmoke;
    font-size: 12px;
    margin: 18px 6px 0 0;
}

.vazn_title {
    position: absolute;
    color: whitesmoke;
    font-size: 12px;
    margin: 10px 6px 0 0;
}

.print_khrid_kala {
    font-size: 45px;
    margin: 5px 7px 0 0;
    color: slategrey;
}

.show_total_kol {
    width: 70%;
    height: 42px;
    text-align: center;
    display: flex;
    justify-content: center;
    background-color: #e9e9e9;
    border-radius: 10px;
    font-size: 22px;
    align-items: center;
    font-family: 'b_titr', sans-serif;
}

.marj {
    width: 25%;
    height: 42px;
    text-align: center;
    display: flex;
    justify-content: space-around;
    background-color: #b1b1b1;
    border-radius: 10px;
    align-items: center;
    padding: 10px;
}

.plus_circle {
    font-size: 50px;
    margin-top: 5px;
    color: green;
    cursor: pointer;
}

.off_price {
    align-items: center;
    display: flex;
    justify-content: space-around;
    padding: 5px;
}

.delete_list_off {
    font-size: 32px;
    color: #ff1818;
    margin-top: -2px;
    cursor: pointer;
    margin-right: 10px;
}

.font13px {
    font-size: 13px;
}

.font10px {
    font-size: 10px;
}


.div:focus {
    background-color: red;
}

.input_off_t {
    height: 45px;
    border-radius: 5px;
    border: 1px solid gray;
    width: 61%;
}

.f_40 {
    font-size: 40px;
}

.search_mugudi {
    font-size: 21px;
    position: relative;
    left: 32px;
    top: 3px;
    color: #0010ff;
}

.name_factor {
    background-color: aliceblue;
    border: 1px dashed;
    padding: 5px;
    border-radius: 8px;
    display: flex;
    justify-content: space-around;
    margin-bottom: 5px;
}

.noe_pardakht {
    width: 25%;
    height: 36px;
    text-align: center;
    display: flex;
    justify-content: center;
    background-color: #00203c;
    border-radius: 5px;
    font-size: 20px;
    align-items: center;
    color: white;
    cursor: pointer;
    margin-top: 5px;
}

.under_factor {
    display: flex;
    justify-content: space-around;
    margin-top: 5px;
}

.hazineh_ezaf {
    margin-top: 10px;
    width: 100%;
    height: 45px;
    text-align: center;
    display: flex;
    justify-content: center;
    background-color: #00203c;
    border-radius: 5px;
    font-size: 23px;
    align-items: center;
    color: white;
    cursor: pointer;
}

.hazineh_ezaf1 {
    width: 100%;
    height: 38px;
    text-align: center;
    display: flex;
    justify-content: center;
    background-color: #0007e5;
    border-radius: 5px;
    font-size: 12px;
    align-items: center;
    color: white;
    cursor: pointer;
}

.noe_pardakht_detail_back {
    background-color: #1b1b1b;
    border-radius: 10px;
    height: 100%;
    width: 98%;
    padding: 10px;
    position: absolute;
    z-index: 2;
    /*  opacity: 0.95; */

    display: none;
    justify-content: center;
    align-items: center;
}

.box_1 {
    height: 550px;
    background: rgb(214, 214, 214);
    padding: 10px;
    border-radius: 5px;
    overflow: auto;
}

.box_2 {
    height: 550px;
    background: rgb(242, 242, 242);
    padding: 10px;
    border-radius: 5px;
    overflow: auto;
}

.noe_pardakht_detail {
    background-color: #b9b9b9;
    border-radius: 10px;
    height: auto;
    width: 46%;
    padding: 10px;
    opacity: 1 !important;
    text-align: center;
}

#accept_final_peyment {
    width: 100%;
    background-color: #00203c;
    border: none;
    height: 40px;
    font-size: 28px;
    border-radius: 10px;
    color: white;
    margin-top: 9px;
    cursor: pointer;
}

.close_pp {
    color: #8f8f8f;
    font-size: 25px;
    cursor: pointer;
    position: relative;
    top: 2px;
}

.close_pp1 {
    color: #d50000;
    font-size: 31px;
    cursor: pointer;
    float: left;
    margin: 11px 0px 0px 12px;
    display: none;
}


.close_input_noe_pardakht {
    color: rgb(3, 1, 108);
    font-size: 42px;
    cursor: pointer;
    border-radius: 50px;
    text-align: center;
    padding-top: 3px;
}


.noe_pardakht_detail_input {
    height: 40px;
    border-radius: 6px;
    border: 1px solid;
    font-size: 19px;
    padding-right: 5px;

}

.pardakht_f {
    cursor: pointer;
    font-size: 46px;
    color: rgb(0, 143, 44);
    float: left;
    margin: -47px 0px 0px -2px;
}

.close_pey {
    color: #8f8f8f;
    font-size: 25px;
    margin-top: -1px;
    cursor: pointer;
    position: relative;
    left: 44px;
}

.checkbox_pey {
    color: rgb(0, 104, 47);
    font-size: 25px;
    margin-top: -1px;
    cursor: pointer;
}


.noe_pardakht_detail_row {
    display: flex;
    justify-content: space-around;
    display: grid;
    grid-template-columns: 1fr 2fr 0.1fr 0.5fr 1fr;
    grid-gap: 10px;
    margin-top: 10px;
    align-items: center;
}

.noe_pardakht_detail_row_pos {
    display: flex;
    justify-content: space-around;
    display: grid;
    grid-template-columns: 1fr 2fr 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
    margin-top: 10px;
    align-items: center;
}

.sub_menu {
    width: 17%;
    background-color: #d7d7d7;
    height: auto;
    position: absolute;
    right: 179px;
    top: 18px;
    z-index: 9999999;
    border-radius: 10px;
    box-shadow: 1px 1px 8px 5px gray;
    padding: 10px;
    display: none;
}

.sub_menu>ul {
    list-style: none;
    margin-top: 28px;
    font-size: 21px;
    cursor: pointer;
    font-weight: bold;
}

.mojaz {
    background-color: red;
    border-radius: 5px;
    padding: 5px;
    width: 100%;
    font-weight: bold;
    margin-top: 5px;
    color: rgb(255, 255, 255);
    font-size: 18px;
}

.a_link {
    text-decoration: none;
    color: #1b1b1b;
}

.a_link1 {
    text-decoration: none;
    color: #1b1b1b;
    cursor: pointer;
}

.li_submenu1 {
    padding: 2px;
    border: 2px solid #a7a7a7;
    width: 100px;
    text-align: center;
    border-radius: 5px;
    width: 100%;
    margin-top: 10px;
    background-color: #a7a7a7;
    cursor: pointer;
}

.li_submenu {
    padding: 2px;
    border: 2px solid #a7a7a7;
    width: 100px;
    text-align: center;
    border-radius: 5px;
    width: 100%;
    margin-top: 10px;
    background-color: #a7a7a7;

}

.li_sub_ul {
    list-style: none;
    display: none;
    margin: -41px 215px 0px 0px;
    position: absolute;
    z-index: 3;
    width: 100%;
    background: rgb(206, 206, 206);
    padding: 5px;
    border-radius: 10px 0 0 10px;
    box-shadow: -2px 0px 10px 1px rgb(51, 51, 51)
}

.li_sub_ul>a>li {
    margin-top: 4px;
    color: #001ca7;
}

.maliat_haml {
    align-items: center;
    display: flex;
    justify-content: space-around;
    padding: 5px;
}

.add_mony_edit {
    align-items: center;
    display: flex;
    justify-content: space-around;
    padding: 5px;
}

.titel_setting {
    width: 100%;
    height: 30px;
    background: #707070;
    margin-bottom: -16px;
    padding: 2px;
}
.titel_setting_d_f {
    width: 100%;
    height: 30px;
    background: #707070;
    margin-bottom: 6px;
    padding: 2px;
    border-radius: 5px;
}

.menu_sid {
    width: 20%;
    padding: 10px;
    background: #e3e3e3;
    height: -webkit-fill-available;
    font-size: 22px;
    border-radius: 5px 0 0 5px;
}

.back_forward_url {
    font-size: 20px;
    color: white;
}

.margin_sub_index {
    margin: -41px 258px 0px 0px !important;
    width: 20% !important;
}

.back_forward_url1 {
    font-size: 29px;
    color: #494949;
    margin-top: 6px;
}

.reload_p {
    font-size: 20px;
    margin-top: 4px;
    color: white;
}

.back_t {
    text-align: center;
    background-color: #d7d7d7;
    margin-bottom: 10px;
    height: 40px;
    font-size: 24px;
    border-radius: 5px;
    color: #494949;
    cursor: pointer;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.sub_factor {
    background-color: #b3b3b3;
    height: auto;
    border-radius: 10px;
    margin-top: 5px;
    width: 100%;
    height: fit-content;
    /*  display: none;
    margin: -185px 17px 0 0;
    position: absolute;*/
}

.f_15_p {
    font-size: 15px;
}

.select_c {
    background: rebeccapurple !important;
    color: white !important;
}

.b_select_c {
    background: #686868;
    padding: 5px;
    border-radius: 5px;
    color: rgb(14, 12, 12);
    cursor: pointer;
}
#modal_by_log_out{
    font-size: 25px;
    padding: 5px 18px;
    position: absolute;
    right: 0;
    border-radius: 5px;
    border: none;
    cursor: pointer;
}

.back_black {
    background-color: black;
}

.under_f_kh {
    position: fixed;
    bottom: 12px;
    z-index: 1;
    left: 20px;
    width: 30%;
    text-align: center;
}
.insert_hesab_s_g_h,.insert_hesab_froshgah_g_h{
    margin-top: 10px;
    font-size: 25px;
    color: gray;
    cursor: pointer;
}
.nazm_h{
    margin-top: 10px;
    font-size: 25px;
    color: gray;
    cursor: pointer;
    margin-right: 77px;
}

.name_f_hesab{
    background: blue;
    border-radius: 10px;
    padding: 4px 16px;
    color: white;
    margin-bottom: 5px;
}
.maliat {
    height: 45px;
    border-radius: 5px;
    border: 1px solid gray;
    width: 61%;
}

.font20px {
    font-size: 20px;
}

.show_ect_factor_detail1 {
    text-align: center;
    font-size: 13px;
    background-color: #000000;
    width: 80%;
    height: 23px;
    margin-top: 3px;
    border-radius: 5px;
    color: white;
    padding: 0px 5px;

}

.show_ect_factor_detail {
    display: flex;
    background-color: #000000;
    width: 100%;
    height: 30px;
    margin-top: 3px;
    border-radius: 5px;
    color: white;
    padding: 0px 5px;
    justify-content: center;
}

.show_ect_factor1 {
    padding: 6px 5px 6px 82px;
    background: darkgray;
    margin-top: 5px;
    border-radius: 5px;
}

.accept_print_factor {
    background-color: #00203c;
    border: none;
    width: 25%;
    font-size: 20px;
    margin-top: 5px;
    border-radius: 5px;
    color: white;
    padding: 5px 2px;
    height: 38px;
    cursor: pointer;
}


.accept_print_factor1 {
    background-color: #00203c;
    border: none;
    width: 25%;
    font-size: 20px;
    margin-top: 5px;
    border-radius: 5px;
    color: white;
    padding: 5px 2px;
    height: 38px;
    cursor: pointer;
}

.name_shop {
    display: block;
    text-align: center;
    font-family: 'b_titr', sans-serif;
    font-size: 10px;
}

.jam_kol_sal {
    background: #bfbfbf;
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 0px;
    margin-top: 10px;
    text-align: center;
    border: 1px solid;
    border-radius: 5px;
}

.jam_kol_sal_price {
    border-right: 1px solid;
}
.search_sanad {
    background-color: #a1a4ff;
    height: 34px;
    left: 4px;
    top: 8px;
    width: 37px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.date_input {
    font-family: 'Vazir', sans-serif;
    font-weight: bold;
    height: 30px;
    border-radius: 10px;
    border: none;
    width: 55%;
}

.box_top_factor {
    width: 45%;
    display: flex;
    justify-content: space-around;
    height: 40px;
    border-radius: 10px;
    background-color: rgb(226, 226, 226);
    align-items: center;
    padding: 0px 5px;
    margin-bottom: 5px;
}

.box_top_factor1 {
    width: 80%;
    display: flex;
    justify-content: space-around;
    height: 40px;
    border-radius: 10px;
    background-color: rgb(226, 226, 226);
    align-items: center;
    padding: 0px 5px;
    margin-bottom: 5px;
}

.box_top_factor1 {
    width: 100%;
    display: flex;
    justify-content: space-around;
    height: 40px;
    border-radius: 10px;
    background-color: rgb(226, 226, 226);
    align-items: center;
    padding: 0px 5px;
    margin-bottom: 8px;
}

.box_top_factor2 {
    width: 30%;
    display: flex;
    justify-content: space-around;
    height: 40px;
    border-radius: 10px;
    background-color: rgb(226, 226, 226);
    align-items: center;
    padding: 0px 5px;
    margin-bottom: 8px;
}

.top_factor1 {
    display: flex;
    justify-content: space-around;
}

.top_factor {
    display: flex;
    justify-content: space-around;
}

.next,
.prev {
    background-color: #c3caff;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
    width: 25%;
    text-align: center;
}

.logosite {
    width: 35px;
    height: 35px;
}

.box_cat1 {
    padding: 10px;
    width: 40%;
}

.box_add {
    padding: 10px;
    width: 40%;
}

.add_kala {
    display: grid;
    grid-template-columns: 1.5fr 3fr 1fr;
    grid-gap: 3px;
    align-items: center;
    padding: 10px 8px;
    background: #d9d9d9;
    border-radius: 5px;
    height: auto;
    font-family: 'Vazir', sans-serif;
    font-size: 15px;
    font-weight: bold;
    margin: 5px 0;
}
.show_bc_kala_m{
    display: grid;
    grid-template-columns: 2fr 2fr 1fr;
    grid-gap: 3px;
    background-color: #c2c2c2;
    padding: 5px 10px;
}
.flex {
    display: flex;
}

.space_between {
    justify-content: space-between;
}
#new_barcod,
#startScannerMobile{
    height: 40px;
    font-size: 20px;
    background: burlywood;
    border: none;
    border-radius: 5px;
    font-family: 'Vazir', sans-serif;
}
.add_etebari {
    display: grid;
    grid-template-columns: 1fr 3fr 1fr;
    grid-gap: 3px;
    align-items: center;
}

.add_hesab_f {
    display: grid;
    grid-template-columns: 1fr 3fr;
    grid-gap: 3px;
    align-items: center;
    padding: 5px;
}

.math_keyboard {
    font-size: 28px;
    color: #0217ab;
    margin: 8px 19px 0 0;
    cursor: pointer;
}

.text_keyboard {
    font-size: 28px;
    color: #0217ab;
    margin: 8px 19px 0 15px;
    cursor: pointer;
}

.btn_accept {
    background-color: #006627;
    border-radius: 5px;
    border: none;
    height: 40px;
    font-size: 20px;
    font-family: 'Vazir', sans-serif;
    color: white;
    cursor: pointer;
}



.box_show {
    padding: 10px;
    width: 60%;
}

.box_show1 {
    padding: 10px;
    width: 45%;
}
.box_show2 {
    padding: 10px;
    width: 100%;
}

.tab_l_h {
    padding: 5px 28px;
    font-size: 21px;
    border-radius: 5px;
    border: 1px solid #404040;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 10px;
}

.tab_l_h_active {
    background-color: #ddd12c;
    border: none !important;
}

.tab_c_h {
    display: none;
}

.tab_c_h_active {
    display: block;
}

/*  */
.tab_l_h_f {
    padding: 5px 28px;
    font-size: 21px;
    border-radius: 5px;
    border: 1px solid #404040;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 10px;
}

.tab_l_h_f_active {
    background-color: #bcc3ff;
    border: none !important;
}

.tab_c_h_f {
    display: none;
    margin-top: 10px;
}

.tab_c_h_f_active {
    display: block;
}

/* SETTING_tab */
.tab_l_s {
    padding: 5px 28px;
    font-size: 21px;
    border-radius: 5px;
    border: 1px solid #404040;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 10px;
}

.input_check {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 14px;
    top: 7px;
}

.input_check_s {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 14px;
    top: 24px;
}

.vvan {
    background: rgb(177, 177, 177);
    border: none;
    display: flex;
    justify-content: center;
    border-radius: 5px;
    height: 30px;
    width: 45%;
    color: rgb(43, 43, 43);
    font-size: 15px;
    font-family: 'Vazir', sans-serif;
    align-items: center;
    cursor: pointer;
}

.vvan_active {
    background: rgb(1, 202, 1);
    color: rgb(255, 255, 255);
}

.tr_check {
    width: 30%;
    position: relative;
}

.tab_l_s_active {
    background-color: #2b1b1b;
    border: none !important;
    color: white;
}

.tab_c_s {
    display: none;
}

.tab_c_s_active {
    display: block;
}

/*  */
.input_table {
    height: 40px;
    width: 60%;
    font-size: 20px;
    border-radius: 5px;
    border: 1px solid;
    text-align: center;
}

.show_kol_kharid {
    display: flex;
    padding: 5px;
    border: 1px solid;
    margin: 5px 0;
    border-radius: 5px;
    background: #f1f1f1;
    font-family: 'b_titr', sans-serif;
}

.title_cat1 {
    width: 100%;
    display: flex;
    justify-content: space-around;
    height: 40px;
    border-radius: 5px;
    background-color: rgb(255, 215, 215);
    align-items: center;
    padding: 0px 5px;
    margin-bottom: 20px;
    font-size: 25px;
    color: rgb(43, 15, 15);
    font-family: 'Lalezar', sans-serif;
    position: relative;
}

.title_cat22 {
    width: 100%;
    display: flex;
    justify-content: space-around;
    height: 40px;
    border-radius: 5px;
    background-color: rgb(255, 215, 215);
    align-items: center;
    padding: 0px 5px;
    margin-bottom: 10px;
    font-size: 25px;
    color: rgb(43, 15, 15);
    font-family: 'Lalezar', sans-serif;

}

.box_search_product {
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 46px;
    border-radius: 5px;
    background-color: #cccccc;
    align-items: center;
    padding: 0px 5px;
    margin-bottom: 10px;
    font-size: 25px;
    font-family: 'Lalezar', sans-serif;
}

.input_search_pr {
    width: 81%;
    height: 35px;
    border-radius: 5px;
    border: 1px solid gray;
    font-size: 16px;
    font-family: 'Vazir', sans-serif;
    margin-top: 4px;
    padding: 0px 5px;
}

.plan_insert {
    border-radius: 5px;
    width: 100%;
    height: auto;
    padding: 5px;
    justify-content: space-between;
}

.input_insert_cat {
    margin-top: 5px;
    width: 100%;
    height: 40px;
    font-size: 18px;
    border-radius: 5px;
    border: 1px solid gray;
    padding: 0 10px;
    font-family: 'BYekan';
}
.textarea_insert_cat {
    margin-top: 5px;
    width: 100%;
    height: 120px;
    font-size: 18px;
    border-radius: 5px;
    border: 1px solid gray;
    padding: 0 10px;
    font-family: 'BYekan';
}

.input_insert_cat_1 {
    margin-right: 10px;
    height: 45px;
    font-size: 18px;
    border-radius: 5px;
    border: 1px solid;
    padding: 0 10px;
    font-family: 'BYekan';
}

.btn_accept_insert_cat1 {
    width: 25%;
    border: none;
    border-radius: 10px;
    height: 40px;
    background-color: #006627;
    color: white;
    font-size: 25px;
    margin-left: 20px;
    cursor: pointer;
}

.box_insert {
    width: 100%;
    padding: 10px;
    display: flex;
}

.box_title {
    width: 88%;
    padding: 10px;
}

.option {
    margin: 10px 0;
}

.show_insert {
    margin-top: 7px;
    grid-gap: 10px;
    background: #c9c9c9;
    border-radius: 7px;

}

.show_insert1 {
    margin-top: 7px;
    padding: 5px;
    display: grid;
    grid-template-columns: 3fr 1fr 1fr;
    grid-gap: 10px;

    text-align: center;

    align-items: center;
}


.edit_cat {
    color: green;
    font-size: 35px;
    cursor: pointer;
}

.delete_cat {
    color: rgb(180, 0, 0);
    font-size: 32px;
    cursor: pointer;
}

.title_menu {
    width: 100%;
    padding: 10px;
    display: flex;
    height: 50px;
}

.titile_insert_cat {
    background: gray;
    color: white;
    border-radius: 5px;
    padding: 10px;
    margin-top: 10px;
    text-align: center;
    font-size: 22px;
}

.table {
    width: 100%;
    text-align: center;
    background-color: white;
}

.table_head {
    background-color: #e0e0e0;
}

.table_body {
    background-color: white;
    font-size: 16px;
    font-family: 'Vazir', sans-serif;
}

.table_body>td {
    padding: 5px 0;
}

.print_pish_factor ,.print_pish_factor1,.dowunload_pdf_f{
    background: #ffcece;
    padding: 0 5px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 13px;
}
.dowunload_pdf_f{
    background: #b8ffc7;
    padding: 0 5px;
    border-radius: 5px;
    cursor: pointer;
    width: 44px;
    text-align: center;
}

/*  */
.edit_h_z {
    background-color: white;
}

.edit_h_z>td {
    padding: 5px 0;
}

.edit_h_d_z {
    background-color: white;
}

.edit_h_d_z>td {
    padding: 5px 0;
}



/*  */

.trash_icon {
    color: red;
    font-size: 20px;
    cursor: pointer;
    margin-top: 5px;
}

.icon_copy {
    color: rgb(112, 112, 112);
    font-size: 30px;
    cursor: pointer;
}

.pencil_icon {
    color: rgb(0, 175, 15);
    font-size: 25px;
    cursor: pointer;
}

.detail_icon {
    color: rgb(0, 3, 175);
    font-size: 25px;
    cursor: pointer;
}

.margin_bottom10px {
    margin-bottom: 10px;
}

.date_search {
    width: 57%;
    display: flex;
    justify-content: space-around;
    height: 60px;
    border-radius: 10px;
    background-color: rgb(226, 226, 226);
    align-items: center;
    padding: 0px 5px;
    margin-bottom: 5px;
}

.start_date {
    width: 100%;
    display: flex;
    justify-content: space-around;
    height: 60px;
    border-radius: 10px;
    background-color: rgb(226, 226, 226);
    align-items: center;
    padding: 0px 5px;
    margin-bottom: 5px;
}

.search_icon {
    padding: 5px 25px 3px 24px;
    background-color: #919191;
    border-radius: 10px;
    height: 45px;
    font-size: 25px;
    color: #c9c9c9;
    cursor: pointer;
}

.show__date_kala {
    display: grid;
    grid-template-columns: 3fr 3fr 3fr 3fr;
    grid-gap: 10px;

}

.image_search {
    width: 29px;
    height: 30px;
}

.bc_bedeh {
    margin-top: 10px;
    padding: 10px;
    border-radius: 5px;
    justify-content: space-around;
}

.new_bt {
    background-color: red;
    width: 100%;
    border-radius: 5px;
    border: none;
    height: 40px;
    font-size: 20px;
    font-family: 'Vazir', sans-serif;
    color: white;
    cursor: pointer;
}

.detail_image {
    width: 40px;
    height: 40px;
}

.width30 {
    width: 30%;
}

.width100 {
    width: 100%;
}

.width70 {
    width: 70%;
}

.width80 {
    width: 85%;
}

.detail_image {
    width: 25px;
    height: 25px;
    margin: 0 5px;
}

.height_30 {
    height: 30px !important;
}


.bord_date {
    width: 100%;
    padding: 10px;
    display: flex;
    justify-content: space-around;
    background: aliceblue;
    margin-top: 10px;
    border: 1px dashed darkgrey;
    border-radius: 10px;
    align-items: center;
}

.detail_factor_noe {
    background: #e1e1e1;
    display: flex;
    justify-content: space-around;
    margin-top: 5px;
    border-radius: 5px;
}

.back_color_red {
    background-color: #ff1111;
}

.back_color_blue {
    background-color: #1b17ff;
}

/* spinner */
.spinner {
    animation: spain 1500ms linear infinite;
}

@keyframes spain {
    to {
        transform: rotate(360deg);
    }

}

.width50 {
    width: 50%;
    padding: 5px;
}

.top_report {
    padding: 10px;
    display: flex;
    background: aliceblue;
    justify-content: space-around;
    border-radius: 5px;
    box-shadow: 0px 0px 7px 1px darkgray;
}

.print_report {
    cursor: pointer;
    width: 35px;
    height: 33px;
    position: absolute;
    left: 40px;
    margin-top: -4px;
}

.pointer {
    cursor: pointer;
}

.back_history {
    display: flex;
    justify-content: space-between;
    width: 150px;
    font-size: 26px;
    color: #414040;
    position: absolute;
    left: 30px;
}

.back_history1 {
    display: flex;
    justify-content: space-between;
    width: 150px;
    font-size: 32px;
    color: #414040;

}

.none {
    display: none;
}

/* keyboard */
#keyboard {
    display: none;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 5px;
    margin-top: 10px;
    direction: ltr;
    position: absolute;
    background-color: brown;
    padding: 10px;
    border-radius: 10px;
    z-index: 3;
}

.button {

    padding: 5px;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    cursor: pointer;
    font-size: 18px;
    border-radius: 10px;

}

.height_1 {
    border-radius: 10px;
    padding: 8px;
    background-color: rgb(138, 138, 138);
    height: 420px;
    overflow: auto;
}

.button:active {
    background-color: #b9b9b9;
}



.bottom_l {
    position: absolute;
    bottom: 250px;
}

.calculator_price {
    width: 55px;
    height: 50px;
    cursor: pointer;
}

/* login */
.login-form {
    padding: 20px;
    background-color: #f2f2f2;
    height: 100vh;
    display: flex;
}

.body-login-form {
    margin-top: 100px;
    padding: 15px;
    height: auto;
    border-radius: 15px;
    background: white;
}

.input-login {
    height: 50px;
    margin-top: 10px;
    width: 70%;
    padding: 5px 10px;
    border: none;
    background-color: lightgray;
    border-radius: 10px;
    font-size: 17px;
    font-weight: bold;
}

.captcha {
    display: flex;
    margin-top: 10px;
    padding: 10px;
    width: 100%;
}

.box-captcha {
    width: 80%;
    height: 59px;
    border: 2px dashed lightslategray;
    padding: 7px 20px;
    text-align: center;
    border-radius: 10px;
    font-size: 26px;
    user-select: none;
}

.refresh-captcha {
    text-align: center;
    width: 20%;
    padding: 10px;
    font-size: 20px;
    color: gray;
    cursor: pointer;
}
#tepar,#bivib{font-size: 14px;}
.bit {
    width: 33%;
}

.form-title {
    text-align: center;
    padding: 10px;

}

.text-captcha {
    font-family: shadow, sans-serif;
    -webkit-transform: scale(3, 1.5);
    display: inline-block;
    text-decoration: line-through;
    background: linear-gradient(to left top, transparent 47.75%, currentColor 49.5%, currentColor 50.5%, transparent 52.25%);
}

.accept-code-captcha {
    color: green;
    font-size: 9px;
}

.error-code-captcha {
    color: red;
    font-size: 9px;
}

.error-validate {
    color: red;
    font-size: 9px;
}

.wid-33 {
    width: 33%;
    padding: 10px;
}

.btn-edit-width {
    width: 100%;
    font-size: 16px;
    padding: 3px 10px;
    margin: 10px 0;
    border: none;
    background-color: #8594ff;
    border-radius: 10px;
    height: 40px;
    color: #000da3;
    cursor: pointer;
}

.btn-edit-width:hover {
    background-color: #001fff;
    color: #ffffff;
}

.show_olaviat {
    width: 12%;
    height: 39px;
    margin-top: 8px;
    border-radius: 5px;
    border: 1px solid darkgray;
}

.show_cat1 {
    width: 100%;
}

/* The Modal (background) */
.modal, .modal_03 {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 3;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
    text-align: center;
}

.modal_1 {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 3;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
    text-align: center;
}

.modal_2 {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 3;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
    text-align: center;
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
    border-radius: 10px;
}

/* The Close Button */
.close {
    color: #6b6b6b;
    border-radius: 5px;
    font-size: 40px;
    padding: 1px 16px;
    width: 30px;
    background-color: rgb(235 253 164);
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.yes_modal {
    width: 25%;
    height: 40px;
    border: none;
    background: rgb(50, 50, 255);
    color: white;
    border-radius: 5px;
    font-size: 20px;
    cursor: pointer;
}

.no_modal {
    width: 25%;
    height: 40px;
    border: none;
    background: rgb(255, 18, 18);
    color: white;
    border-radius: 5px;
    font-size: 20px;
    cursor: pointer;
}

.search_buttom {
    height: 39px;
    border: none;
    padding: 0px 20px;
    border-radius: 5px;
    background: #68b5f8;
    cursor: pointer;
}

.search_buttom_1 {
    height: 45px;
    border: none;
    padding: 0px 20px;
    border-radius: 5px;
    background: #68b5f8;
    cursor: pointer;
    margin-right: 10px;
}

.disabale_tag {
    pointer-events: none;
    background: #acffef;
    padding: 3px;
    border-radius: 6px;
}

.show_mojudi_hesab_f {
    background: #cfcfcf;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    border: 1px solid gray;
    border-radius: 10px;
    box-shadow: 0px 0px 3px 3px darkgray;
}

.input_hesab {
    height: 35px;
    border-radius: 5px;
    border: 1px solid gray;
    margin-top: 5px;
    font-size: 20px;
    padding-right: 5px;
    width: 66%;
}

.betwen_aitem {
    justify-content: space-between;
    align-items: center;
}

.justy_between {
    justify-content: space-between;
}

.justy_around {
    justify-content: space-around;
}
.justy_center {
    justify-content: center;
}

.btn_s_n {
    width: 35px;
    height: 35px;
    border: none;
    border-radius: 50%;
    background-color: #a982ff;
    font-size:30px;
    color: white;
    cursor: pointer;
    margin: 3px;
}

.btn_close_f_t {
    width: 35px;
    height: 35px;
    border: none;
    border-radius: 50%;
    background-color: #a982ff;
    font-size: 30px;
    color: white;
    cursor: pointer;
    display: none;
}

.tabale_tajmi {
    width: 100%;
    text-align: center;
    background-color: white;
}

.show_n {
    width: 100%;
    height: 60px;

    padding: 2px 20px;
    border-radius: 10px;
    margin: 0px 0px 10px 0px;
    font-size: 25px;
}

.show_kala_01 {
    background: #bfbfbf;
    height: 445px;
    border-radius: 5px;
    padding: 5px;
    overflow: auto;
}

.btn_accept_h {
    background-color: #00b51f;
    border-radius: 10px;
    border: none;
    height: 60px;
    font-size: 20px;
    font-family: 'Vazir', sans-serif;
    color: rgb(26, 26, 26);
    cursor: pointer;
}

.accept_h_f {
    width: 100%;
    margin: 10px 0;
    border-radius: 5px;
    border: 1px solid #008616;
    height: 40px;
    font-size: 20px;
    background: #00b51f;
    cursor: pointer;
    font-weight: bold;
}

.accept_h_f1 {
    width: 25%;
    font-size: 10px;
    background: rgb(150, 0, 0);
    border: none;
    border-radius: 5px;
    cursor: pointer;
    color: white;
    height: 30px;
}

.accept_h_f2 {
    width: 64%;
    font-size: 10px;
    background: rgb(146, 0, 139);
    border: none;
    border-radius: 5px;
    cursor: pointer;
    color: white;
    height: 30px;
}

.close_sandogh {
    width: 70%;
    margin: 10px 0;
    border-radius: 5px;
    border: 1px solid #012bf7;
    height: 40px;
    font-size: 20px;
    background: #6376ff;
    cursor: pointer;
    font-weight: bold;
}

.show_sandogh {
    width: 20%;
    margin: 10px 0;
    border-radius: 5px;
    border: 1px solid #f73a01;
    height: 40px;
    font-size: 20px;
    background: #ffa98f;
    color: #972300;
    font-size: 29px;
    cursor: pointer;
    font-weight: bold;
}

.close_keyboard {
    width: 100px;
    height:40px;
    background-color: red;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 5px;
}

.move_keyboard {
    width: 20%;
    height: 40px;
    background-color: rgb(243, 243, 243);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 5px;
}

/* frame */
.close_frame {
    width: 75px;
    height: 34px;
    background-color: red;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 5px;
}

.hand_move_windows {
    width: 100px;
    height: 28px;
    background-color: #b500d9;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 5px;
}

.minimiz_frame {
    width: 100px;
    height: 35px;
    background-color: rgb(54, 54, 54);
    color: white;
    display: flex;
    justify-content: center;
    padding-top: 1px;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 5px;
}

.maximize_frame {
    width: 50px;
    height: 28px;
    background-color: rgb(0, 104, 35);
    color: white;
    display: flex;
    justify-content: center;
    padding-top: 5px;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 5px;
}



.frame_top {
    position: absolute;
    width: 100% !important;
    height: 100%;
    top: 6px !important;
    z-index: 9;
    right: 0px !important;
}

.frame_minimize {
    position: absolute;
    width: 15%;
    height: 0%;
    font-size: 14px;
    font-weight: bold;
    z-index: 9;
    bottom: 70px;
}

.control_frame {
    height: 45px;
    width: 100%;
    display: flex;
    background-color: #c9c9c9;
    padding: 4px 5px 0 0;
    border-radius: 5px 5px 0 0;
    border-left: 2px solid gray;
    border-right: 2px solid gray;
    border-top: 2px solid gray;
    border-bottom: none;
    position: relative;
}

.frame {
    width: 100%;
    height: 86%;
    border-radius: 0px 0px 5px 5px;
    border-top: none;
    border-left: 2px solid gray;
    border-right: 2px solid gray;
    border-bottom: 2px solid gray;
}

.show_name_windows {
    position: absolute;
    left: 10px;
    font-weight: bold;
    background: #8aff95;
    padding: 3px;
    border-radius: 5px;
    cursor: pointer;

}

.box_keyword {
    width: 60%;
    background: #e0e0e0;
    padding: 12px;
    border-radius: 5px;
    height: 258px;
    position: absolute;
    z-index: 9999;
    bottom: 20px;
    left: 100px;
    display: none;
}

.bTn,
.arrow_down,
.arrow_left,
.arrow_top,
.arrow_right,
.keboard {
    width: 100%;
    height: 100%;
    background: #8a888d;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    font-family: 'Vazir', sans-serif;
    font-weight: bold;
    font-size: 22px;
    cursor: pointer;
}


.full_hesab_tajmi {
    display: grid;
    grid-template-columns: 3fr 3fr 3fr 1fr;
    grid-gap: 6px;
}

.bTn:active {
    background: #cfcfcf;
}

.lin_1_keyboard {
    width: 100%;
    display: grid;
    grid-template-columns: 3fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 6px;
    height: 42px;

}

.lin_2_keyboard {
    width: 100%;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 6px;
    height: 42px;
    margin: 6px 0;
}

.lin_3_keyboard {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 2fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 6px;
    height: 42px;

}

.lin_4_keyboard {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 11fr 1fr 1fr;
    grid-gap: 6px;
    height: 42px;
    margin: 6px 0;
}

.lin_math_keyboard {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 6px;
    height: 42px;
}

.lin_math_keyboard1 {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 6px;
    height: 42px;
    margin: 6px 0;
}

.lin_math_keyboard2 {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 6px;
    height: 42px;
    margin: 6px 0;
}

.top_keyboard {
    background-color: #b2b2b3;
    width: 100%;
    height:45px;
    margin-bottom: 5px;
    border-radius: 5px;
    padding: 3px 10px;
    display: flex;
    justify-content: space-between;
}

.setting {
    padding: 10px;
}

.file_icon {
    font-size: 30px;
    color: #aa1900;
    cursor: pointer;
    position: absolute;
    left: 20px;
    top: 15px;
}

.text_icon {
    display: flex;
    justify-content: center;
    align-items: center;

}

.btn_mines {
    font-size: 38px;
    width: 10%;
    border-radius: 5px;
    border: none;
    background: red;
    color: rgb(255, 255, 255);
    height: 40px;
    margin-right: 5px;
    cursor: pointer;
}

.btn_plus {
    font-size: 38px;
    width: 10%;
    border-radius: 5px;
    border: none;
    background: rgb(8, 5, 187);
    color: rgb(255, 255, 255);
    height: 40px;
    margin-left: 5px;
    cursor: pointer;
}

.input_num {
    height: 40px;
    border: 1px solid;
    border-radius: 5px;
    width: 20%;
    font-size: 25px;
    text-align: center;
    font-family: 'Vazir', sans-serif;
}

.div_num {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.index_page {
    width: 80%;
    padding: 10px;

}

.close_check {
    width: 11%;
    position: absolute;
    left: 11px;
    background-color: #009565;
    top: 10px;
    height: 35px;
    color: white;
    border-radius: 5px;
    font-size: 20px;
    cursor: pointer;
    border: none;
}

.check_index2 {
   /*  display: none; */
    position: absolute;
    z-index: 5;
    width: 97%;
    top: 88px;
}

.check_index1 {
   /*  display: none; */
    position: absolute;
    z-index: 5;
    width: 75%;
    top: 88px;
}

.image_logo {
    position: absolute;
    right: 6px;
    top: 4px;
}

.logo_s {
    width: 50px;
    height: 50px;
    border-radius: 5px;
}

.weight_setting {
    display: flex;
    justify-content: center;
    justify-items: center;
    font-size: 101px;
    color: rebeccapurple;
}

.karbar_d {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 6px;
    background: #e1e1e1;
    padding: 5px 8px;
    margin: 10px 2px;
    border-radius: 5px;
    justify-content: space-around;
}

.detail_karbar {
    width: 100%;
    height: 165px;
    background: rgb(151, 151, 151);
    border-radius: 5px;
    display: flex;
/*     justify-content: center;
    align-items: center; */
    position: relative;
    padding: 5px;
}
.detail_karbar1 {
    width: 100%;
    height: 65px;
    background: rgb(151, 151, 151);
    border-radius: 5px;
    display: flex;
/*     justify-content: center;
    align-items: center; */
    position: relative;
    padding: 5px;
}
.detail_karbar2 {
    width: 100%;
    height: 165px;
    background: rgb(151, 151, 151);
    border-radius: 5px;
    display: flex;
/*     justify-content: center;
    align-items: center; */
    position: relative;
    padding: 5px;
}
.adress_shop_t{
    border: 1px solid black;padding: 5px;border-radius: 5px;width: 100%;
}
#isert_kala_factor_bc {
    background: #c6ffd1;
    border: none;
    height: 35px;
    width: 70%;
    border-radius: 5px;
    font-size: 15px;
    cursor: pointer;
}
.btn_cardex_f {
    background: #c6ffd1;
    border: none;
    height: 35px;
    width: 70%;
    border-radius: 5px;
    font-size: 15px;
    cursor: pointer;
}
.btn_cardex_k {
    background: #ffb1be;
    border: none;
    height: 35px;
    width: 70%;
    border-radius: 5px;
    font-size: 15px;
    cursor: pointer;
}

.btn_cardex_del {
    background: #8d8d8d;
    border: none;
    height: 35px;
    width: 70%;
    border-radius: 5px;
    font-size: 15px;
    cursor: pointer;
}
#get_data_kala{
    font-size: 20px;
    width: 100%;
    height: 40px;
    margin-top: 10px;
    border-radius: 8px;
}
.drag_drap{
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 10px;
}
.square {
    width: 31%;
    height: auto;
    background-color: rgb(207, 207, 207);
    margin: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: move;
    border: 1px dashed #000;
    border-radius: 10px;
    padding: 2px;
}
.print_show {
    display: none;
}

.flex_m {
    display: contents;
}

.font_last_login {
    font-size: 15px;
}

.image_back_index {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.image_back_index1 {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.pionat {
    width: 45%;
    background-color: #b3b3b3;
    padding: 10px;
    border-radius: 5px;
    position: relative;
    margin: 10px 200px 0 0;
}

.btn_cls {
    width: 7%;
}

.relative {
    position: relative;
}

.pc_none {
    display: none !important;
}
.visit_cart_shoe{
    height: 300px;
    background-color: whitesmoke;
    border: 3px solid darkgray;
    border-radius: 10px;
    padding: 30px;
    position: relative;
    width: 100%;

}
.name_s_shop{
    font-size: 40px;
    font-weight: bolder;
    font-family: 'Vazir', sans-serif;
}
.name_s_user{
    font-size: 40px;
    font-weight: bolder;
    font-family: 'Vazir', sans-serif;
}
.name_s_phone{
    font-size: 30px;
    font-weight: bolder;
    font-family: 'Lalezar', sans-serif;
}
.logo_visit_card{
    width: 138px;
    height: 138px;
    position: absolute;
    left: 10px;
    top: 10px;
}
.scanBarcodeMobile{
    position: absolute;
    top: 11px;
    z-index: 1;
    left: 158px;
    font-size: 30px;
    border: none;
    padding: 0 5px;
    border-radius: 5px;
}
.scanBarcodepc{
    position: absolute;
    top: 11px;
    z-index: 1;
    left: 158px;
    font-size: 30px;
    border: none;
    padding: 0 5px;
    border-radius: 5px;
}
/* بارکد */
.show_barcod{
    padding: 20px;
    background-color: #e1e1e1;
    border-radius: 5px;
    display: none;
    align-items: center;
}
.barcode-container {
    display: inline-block;
    margin: 10px;
    text-align: center;
    
}

#interactive {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: white;
    left: 0;
    display: none;
    z-index: 99;
    overflow: hidden;
}

#interactive video {
    width: 100%;
    height: 60%;
    border-radius: 10px;
}

#targetArea {
    position: absolute;
    border: 2px dashed red;
    width: 50%;
    height: 50%;
    top: 20%;
    left: 25%;
    pointer-events: none;
}

#lin_code {
    border-top: 2px solid green;
    position: absolute;
    width: 100%;
    top: 50%;
    display: flex;
}
.show_check_index{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 6px;
}
.show_check_index_1{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 6px;
    position: absolute;
    width: 95%;
    top: 85px;
}
.check_index_v{
    background-color: #d7d5d7;
    border-radius: 8px;
    height: auto;
    padding: 10px;
    position: relative;
}
.div_check{
    padding: 5px;
    background: #ffffff;
    border-radius: 5px;
    color: #002615;
    margin-bottom: 5px;
}
.div_check_date{
    text-align: center;
    padding: 5px;
    background: rgb(253, 0, 0);
    border-radius: 5px;
    color: white;
    margin-bottom: 5px;
    width: 70%;
}
.road_img_g{
    width: 85px;
    height: 85px;
    margin: 101px;
}
.vist_card_image{
    display: flex;
    
}
.hide_sharing.hidden {
    display: none;
}
.show_sharing {
    display: none;
}
.show_sharing.show {
    display: block !important;
}
.none_pc{display: none !important;}
.menu_for_mobile{display: none;}
.von{
    position: absolute;
    left: 5px;
    top: 5px;
    font-size: 13px;
    color: green;
}
.btn_chart_1{
    background-color: #002e06; 
  color: #afffda;
  border: none;
  color: white;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 15px;
  cursor: pointer;
  border-radius: 10px;
}
/*------mobile responsive------*/
@media screen and (max-width: 900px) {
    .delete_text_name23,
    .delete_text_name25,
    .delete_text_name24,
    .delete_text_name26,
    .delete_text_name27,
    .delete_text_name22,
    .cut_num,
    #clear_date,
    .back_t {
        display: none;
    }
    .none_pc {
        display: block !important;
    }
    .pc_none,
    .vist_card_image 
    {
        display: inline-block !important;
    }

    .none_mobile {
        display: none !important;
    }

    .font_last_login {
        font-size: 11px;
        height: auto !important;
    }

    .quyi {
        display: flex;
    }

    .image_back_index {
        position: absolute;
        left: 0;
        z-index: -1;
    }

    .click_s_h {
        font-size: 15px;
    }

    .image_back_index1 {
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
    }

    .bit {
        width: 0;
    }

    .wid-33 {
        width: 100%;
        padding: 10px;
    }

    .menu_sid {
        display: none;
        width: 76%;
        font-size: 18px;
    }

    .menu_sid>ul {
        list-style: none;
    }

    .margin_sub_index {
        margin: -26px 191px 0px 0px !important;
        width: 45% !important;
    }

    .all_page {
        width: 100%;
        padding: 10px;
        display: unset;
    }

    .box_search_product {
        position: absolute;
        top: 207px;
        width: 66%;
        left: 12px;
    }

    .sidbar {
        width: 31%;
        padding: 5px;
        margin-top: 166px;
        height: 288px;
        overflow: auto;
    }

    .flex_m {
        display: flex;
    }

    .detail_cat2 {
        width: 68%;
        padding: 10px;
        margin-top: 216px;
        height: 250px;
        overflow: auto;
    }

    .cat2_m_d {
        min-height: 38px;
        font-size: 15px;
        padding-top: 7px;
        height: auto;
    }
    .cat2_m_d_edit {
        min-height: 38px;
        font-size: 15px;
        padding-top: 7px;
        height: auto;
    }

    .cat2 {
        width: 100%;
        height: auto;
        border-radius: 10px;
        background-color: rgb(223, 223, 223);
        padding: 10px;
        text-align: center;
        cursor: pointer;
        margin-top: 10px;
        color: #1b1b1b;
        border: 1px solid;
        font-size: 15px;
    }

    .cat2_m {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 5px;
    }

    .cat2_actve {
        background-color: rgb(49, 49, 49);
        color: white;
        border-radius: 0 10px 10px 0;
    }

    .wheight_qty {
        width: 100%;
        padding: 10px;
    }

    .row_factor_titr>div {
        font-size: 10px;
    }

    #show_s_pr {
        display: grid;
        grid-template-columns: 1fr 1fr !important;
        grid-gap: 5px;
        margin-bottom: 5px;
    }

    .box_keyword {
        display: none !important;
    }

    .frame_minimize {
        position: absolute;
        width: 44%;
    }

    .show_name_windows {
        font-size: 12px;
    }

    .control_frame {
        height: 40px;
    }

    .close_frame {
        width: 50px;
    }

    .input_insert_cat {
        width: 100% !important;
        font-size: 14px !important;
    }
    .textarea_insert_cat {
        width: 100% !important;
        font-size: 14px !important;
    }

    .btn_accept_insert_cat1 {
        width: 40%;
        border-radius: 5px;
        height: 33px;
        font-size: 18px;
    }

 

    .delete_cat {
        font-size: 17px;
    }

    .modal-content {
        width: 95% !important;
    }

    .titile_insert_cat {
        font-size: 11px;
    }

    .box_insert {
        display: unset;
    }

    .box_add {
        width: 100%;
    }

    .box_show {
        width: 100%;
    }

    .search_mugudi {
        font-size: 21px;
        position: absolute;
        left: 20px;
        top: 64px;
        color: #0010ff;
    }

    .sub_menu {
        width: 47%;
        right: 8px;
        top: 65px;
    }

    .hmber_menu1 {
        width: 35%;
        height: 41px;
        top: 11px;
    }
    .hmber_menu{
        position: absolute;
    width: 28%;
    top: 8px;
    }

    .li_sub_ul {
        margin: -32px 181px 0px 0px;
    }

    .sub_menu>ul {
        margin-top: 0px;
        font-size: 19px;
    }

    .a_link1 {
        height: 46px;
        padding-top:10px;
    }

    #show_time,
    .show_date {
        font-size: 12px !important;
        padding: 15px 5px !important;
        width: 20%;
        background-color:transparent;
    }

    .row_factor {
        margin-top: 6px;
        -webkit-transform: scale(1, 1);
        min-height: 33px;
        padding: 5px 0 5px 0;
    }
    .titel_setting_d_f{display: none;}

    .pionat {
        width: 100%;
        background-color: #b3b3b3;
        padding: 10px;
        border-radius: 5px;
        position: relative;
        margin: 10px 0px 0 0;
    }

    .btn_cls {
        width: 15%;
    }

    .f_15_p {
        font-size: 11px;
    }

    .noe_pardakht_detail {
        width: 100%;
    }

    .noe_pardakht_detail_row {
        grid-template-columns: 1fr 2fr 0 1fr;
        gap: 5px;
    }

    .b_select_c {
        margin-left: 5px;
    }

    .yes_modal {
        width: 44%;
        font-size: 13px;
    }

    .noe_pardakht_detail_back {
        position: fixed;
        top: 0;
    }

    .box_2 {
        height: 550px;
        padding: 10px;
        border-radius: 5px;
        overflow-x: auto;
        font-size: 12px;
    }

    .table_body {
        background-color: white;
        font-size: 11px;
    }

    a.pcalBtn {
        position: absolute;
        left: 17px;
    }

    .search_buttom {
        height: 34px;
        position: absolute;
        left: 4px;
        top: 8px;
    }

    .box_cat1 {
        padding: 10px;
        width: 100%;
    }

    .search_hesa_add_kala {
        left: 24px !important;
    }

    .btn_cardex_f {
        font-size: 11px;
    }

    .table_head {
        font-size: 11px;
    }

    .btn_cardex_k {
        font-size: 12px;
    }

    .btn_cardex_del {
        font-size: 12px;
    }

    .show_total_kol {
        height: 28px;
        font-size: 20px;
    }

    .noe_pardakht {
        height: 30px;
        font-size: 18px;
    }

    .weight {
        height: auto;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 10px;
        width: 98%;
        left: 4px;
        position: absolute;
        top: 54px;
        box-shadow: unset;
        padding: 5px;
    }

    .hazineh_ezaf {
        height: 34px;
        font-size: 17px;
    }

    

    .show_s_a {
        min-height: 184px;
        max-height: 300px;
        overflow: auto;
    }

    .maliat {
        font-size: 18px !important;
    }

    .input_off_t {
        font-size: 18px !important;
    }

    .marj {
        width: 25%;
        height: 34px;
        padding: 5px;
        font-size: 12px;
    }

    .add_kala {
        grid-template-columns: 1fr 3fr .05fr;
    }

    .pey_etebari {
        width: 95% !important;
        margin: 0px 9px 20px 0px;
    }

    .plus_circle {
        display: none;
    }

    .box_top_factor2 {
        width: 93%;
        margin-top: -36px;
        margin-right: 10px;
    }

    .none_flex_m {
        display: unset !important;
    }

    .batunaz {
        width: 100%;
        position: absolute;
        left: 0;
        top: 32px;
    }

    .batunaz1 {
        width: 100%;
        position: absolute;
        left: 0;
        top: 68px;
    }

    div.picker td {
        width: 34px;
    }

    .detail_factore {
        height: auto;
    }

    .factor_sale {
        width: 100%;
        padding: 3px;
        background: darkgrey;
    }

    .show_kala_k {
        height: auto;
        margin-bottom: 100px;
    }

    .margin_top_m_150 {
        margin-top: 125px !important;
    }

    .under_f_kh {
        position: relative;
        bottom: 0;
        z-index: 1;
        left: -2px;
        width: 100%;
        text-align: center;
    }

    .fix_botom_m {
        position: fixed !important;
        bottom: 61px;
        left: 0;
        width: 100%;
        z-index: 3;
        background: #f1b6ff;
    }

    .show_n {
        font-size: 13px !important;
        display: flex;
    }

    .full_hesab_tajmi {
        display: unset;
    }

    .tab_l_h {
        padding: 2px 11px;
        font-size: 15px;
    }

    .tab_l_h_f {
        padding: 2px 11px;
        font-size: 18px;
    }

    .wid_100_m {
        width: 100% !important;
    }

    .wid_50_m {
        width: 50% !important;
    }

    .input_insert_cat_1 {
        width: 96% !important;
        margin-top: 5px;
        border: 1px solid #4b4b4b;
        height: 46px;
    }

    .search_buttom_1 {
        position: absolute;
        left: 10px;
        top: 8px;
        height: 40px;
    }

    .font_c_m {
        font-size: 12px;
    }

    .tab_l_s {
        padding: 5px 7px;
        font-size: 13px;
    }
.row_setting_g{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 4px;
    background: gainsboro;
    padding: 5px;
    border-radius: 5px;
}
    .input_check {
        width: 12px;
        height: 12px;
        position: absolute;
        left: 3px;
        top: 3px;
    }

    .tr_check>label {
        font-size: 12px;
    }
    .name_f_hesab{
        font-size: 12px;
    }
    .karbar_d {
        display: unset;
    }

    .noe_pardakht_detail_input {
        width: 85% !important;
    }

    .detail_karbar {
        margin-top: 10px;
        height: 168px;
    }
    .detail_karbar1 {
        margin-top: 10px;
        height: 68px;
    }
    .detail_karbar2 {
        margin-top: 10px;
        height: 81px;
    }

  /*   .delete_text_name23 {
        top: 64px;
    } */

    .margin_top_30px {
        margin-top: 12px !important;

    }

    .back_history {
        display: flex;
        justify-content: space-between;
        width: 82px;
        font-size: 17px;
        color: #414040;
        position: absolute;
        left: 6px;
    }

    .m_f_t {
        font-size: 14px;
        position: absolute;
        right: 6px;
    }

    .box_1 {
        height: auto;
    }

    .edit_h_d_z>td {
        font-size: 10px;
    }

    .back_history1 {
        display: flex;
        justify-content: space-evenly;
        width: 150px;
        font-size: 20px;
        color: #414040;
        position: absolute;
        left: 4px;
    }

    .m_date_s {
        position: absolute;
        top: -144px;
        right: 79px;
        width: 67%;
        z-index: 2;
    }
    .ghimat {
        margin: 22px 20px 0 0;
    }
    .vazn_title {
        margin: 67px 15px 0 0;
    }
    .vazn_title_m{
        left: 121px;
    }
    .vazn_title_kl{
        right: 6px;
    }
    .vazn {
        text-align: left !important;
        padding: 0 5px !important;
        font-size: 27px;
        margin-bottom: 0;
        font-family: 'Vazir', sans-serif !important;
    }
    .title_cat22 {
        position: absolute;
        top: 7px;
        width: 98%;
        right: 3px;
    }
    .input_search_pr{
        width: 80%;
        font-size: 15px;
        padding: 0px 5px;
    }
    input.pdate{
        text-align: right !important;
        width: 61% !important;
    }
    .show_date22{
    width: 30%;
    padding: 16px 11px;
    font-size: 9px;
    background-color: transparent;
    }
    div.picker table {
        width: 250px !important;
    }
    div.picker a.weekday {
        padding: 7px 0px !important;
        font-size: 20px !important;
    }
    .new_factor11 {
        height: 34px;
        margin-top: 0px;
        font-size: 17px;
    }
    .edit_to_factor {
        height: 34px;
        font-size: 18px;
        margin-top: 0px;
    }
    .li_sub_ul>a>li {
        margin-bottom: 5px;
        height: 45px;
        padding-top: 10px;
    }
    .li_submenu{
        height: 45px;
        font-size: 20px;
        padding-top: 8px;
    }
    .li_submenu1 {
        height: 45px;
        padding-top: 8px;
    }
    .print_pish_factor{
        font-size: 11px;
    }
    .show_check_index{
        display: unset;
    }
    .div_check_date {
        font-size: 10px;
        height: 40px;
    }
    .close_check {
        width: 19%;
        height: 40px;
    }
    .check_index_v{
        margin-top: 5px;
    }
    .show_check_index_1{
        display: unset;
        position: absolute;
        width: 100%;
        left: 0;
        top: 60px;
    }
    #tepar,#bivib{font-size: 12px;}
    .name_factor {height: 37px;}
    .grd_gap_3{
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 10px;
    }
    #print_insert_share,#print_edit_share {
        background-color: #00203c;
        border: none;
        width: 66%;
        font-size: 20px;
        margin-top: 5px;
        border-radius: 5px;
        color: white;
        padding: 5px 2px;
        height: 38px;
        cursor: pointer;
    }
    #modal_by_log_out {
        height: 40px;
        top: 1px;
        font-size: 20px;
        padding: 5px 13px;
        position: absolute;
        right: 0;
        border-radius: 5px;
        border: none;
        cursor: pointer;
    }
 
    
    .no_modal {
        font-size: 13px;
    }
    .box_show1 {
        padding: 10px;
        width: 100%;
    }
    .box_show2 {
        padding: 10px;
        width: 100%;
    }
    .show_name_windows{
        font-size: 11px;
             background:transparent;
    }
    .minimiz_frame{
        height: 30px;
    }
    .close_frame {
        height: 30px;
    }
    .reload_p {
    font-size: 15px;}
    .back_forward_url {
    font-size: 15px;margin-top: 5px;}
    .search_sanad {
        background-color: #a1a4ff;
        height: 34px;
        position: absolute;
        left: 63px;
        top: 5px;
        width: 37px;
        border: none;
        border-radius: 5px;
    }
    .show_ect_factor_detail1{
        width: 105%;
    }
    .next, .prev {font-size: 12px;}
    .f_20{font-size:12px;}
    .image_search{
        margin-left: 37px;
    }
    .menu_for_mobile{
        position: fixed;
        bottom: 0;
        left: 0;
        height: 59px;
        width: 100%;
        background-color: #b3b3b3;
        display: flex;
        justify-content: space-around;
        align-items: center;
        text-align: center;
        font-size: 21px;
        z-index: 999;
    }
    .mobile_text_footer{
        font-size: 10px;
    }
    .a_link_m{
        text-decoration: none;
        color: #141414;
    }
    .w_f{width: 20%;}
    .w_f:hover{
        background-color: #6b6b6b;
        color: #080808;
        border-radius: 5px;
    }
    .name_m_f{        
        text-align: right;
        padding: 5px 10px 15px 5px;
        background: lightgrey;
        margin-top: 5px;
        border-radius: 5px;
       position: relative;
    }
    .alink_menu_s_f{
        width: 100%;
        background: #b4abb8;
        border-radius: 5px;
        text-align: center;
        padding: 5px;
        margin-bottom: 5px;
        color: #303030;
    }
    .text_line_none{text-decoration: none;}
    .move-left{
    position: absolute;
    left: 5px;
     top: 5px;
    }
    .move-right{
        position: absolute;
        right: 5px;
         top: 5px;
        }
    .start_date {
        height: 46px;
    }
    .btn_accept{
        height: 35px !important;
        font-size: 20px;
    }
    .von{
        position: absolute;
        left: 5px;
        top: -4px;
        font-size: 13px;
        color: green;
    }
    .share_hesab_pardakht{
        font-size: 30px;
        margin: 5px;
        color: #0081ff;
        position: absolute;
        left: 15px;
    }
    .f_18{font-size: 14px;}
    #search_enteghal_h_f{
        height: 41px;
    font-size: 17px;
    margin-bottom: 10px;
    }
    .accept_h_f {
        width: 50%;
        margin: 10px 0;
        border-radius: 5px;
        border: none;
        height: 37px;
        font-size: 17px;
        background: #a7a7a7;
        color: #1a1a1a;
    }
    .title_cat1 {
        width: 97%;
        height: 50px;
        position: absolute;
        right: 4px;
        top: 4px;
    }
    .share_hesab_tajmi{
        font-size: 30px;margin: 5px;color: #0081ff;
    }

}