:root {
    --mainColor: #4e4c57;
    --Black_gray: #38373f;
    --orange: #ff6701;
    --yellow: #ffb200;
    --input_tab_yellow: #676767;
    --input_tab_search: #28272d;

}

@font-face {
    font-family: 'BYekan';
    src: url('../fonts/IRANSansWeb(FaNum).ttf');
    src: url('../fonts/IRANSansWeb(FaNum).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;
}


* {
    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;
}



body {
    font-family: 'BYekan', sans-serif;
    background-color: var(--mainColor);
    height: 100vh;

}

.font1 {
    font-family: 'BYekan', sans-serif;
}

.font_parvaz {
    font-family: 'parvaz', sans-serif;

}

.font_Casablanca {
    font-family: 'Casablanca', sans-serif;
}


.container-fluid {
    width: 100%;
    padding: 0px;
    display: flex;
}

.header_site {
    width: 100%;
    padding: 0px;
    display: flex;
    height: 100px;
}

.logo {
    width: 20%;
    height: 100%;
    padding: 20px;
    display: flex;
    justify-content: space-around;
}

.logo>a>img {
    width: 60px;
    height: 60px;
}

.date_online {
    width: 20%;
    height: 100%;
    padding: 34px;
    text-align: center;
}

.plan_price {
    padding: 8px;
    width: 60%;
    height: 100%;
}

.plan_price_ul {
    list-style: none;
    display: flex;
}

.work_set_time {
    width: 25px;
    height: 27px;
    position: absolute;
    left: 5px;
    top: 3px;
}

.plan_price_datail {
    background: rgb(64 62 62);
    display: flex;
    justify-content: space-around;
    height: 100%;
    border-radius: 10px;
    width: 100%;

}

.plan_price_ul>li {
    margin: auto 11px;
    padding: 7px 40px;
    background: rgb(221, 221, 221);
    height: 50%;
    border-radius: 7px;
    box-shadow: 0px 0px 7px #cbcbcb;
}

.plan_price_ul>li>a {
    text-decoration: none;
    color: #414141;
    font-size: 13px;
}

.date_now {
    font-size: 23px;
    font-weight: 600;
    color: #d5d0d0;
}

.body_fit {
    width: 100%;
    height: auto;
    padding: 10px;
     display: flex; 
    justify-content:center;
}

.body_fit_date {
    margin-top: 110px;
    background: #a3a3a3;
    width: 40%;
    border-radius: 5px;
    padding: 2px;
    position: relative;
}
.body_fit_detail {

    width: 100%;
    padding: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: auto auto 1fr 1fr 1fr 1fr auto auto;
    grid-gap: 10px;
}

.insert_work_price {

    background: #4e4c57;
    width: 39%;
    height: auto;
    top: 109px;
    border-radius: 5px;
    padding: 20px;
    min-height: 500px;

}

.close_insert_work {
    width: 32px;
    height: 32px;
    position: absolute;
    left: 20px;
    cursor: pointer;
    top: 14px;
}

.tab_list_work {
    background-color: #9b9b9b;
    padding: 7px;
    border-radius: 13px;
    display: flex;
    height: 56px;
}
.tab_list_work1 {
    background-color: #b90000;
    padding: 7px;
    border-radius: 13px;
    height: 42px;
    text-align: center;
    color: white;
}

.get_date_for_set {
    padding: 10px;
    color: white;
}

.btn_tab {
    background-color: #818181;
    margin: 0 5px;
    padding: 8px 10px;
    width: 33.3%;
    text-align: center;
    color: #ffffff;
    border-radius: 10px;
    cursor: pointer;
}

.active_link_list_work {
    background: var(--yellow);
    color: black;
}

.active_link_list_work_2 {
    padding: 15px 12px;
}



.text_insert {
    overflow: hidden;
    max-height: 300px;
    padding: 4px 20px 20px 5px;
    min-height: 100px;
    background-color: white;
    border: none;
    font-size: 14px;
    border-radius: 10px;
    width: 100%;
    resize: none;
}

.insert_list_work {
    display: flex;
    margin-top: 10px;
    justify-content: space-around;
}

.hour_set {
    margin: 5px 14px;
    text-align: center;
}

.paein_h {
    font-size: 25px;
    cursor: pointer;
    color: #ffb200;
}

.number_hr {
    font-size: 30px;
    font-weight: bold;
    color: white;
}

.bala_h {
    font-size: 25px;
    cursor: pointer;
    color: #ffb200;
}

.min_set {
    margin: 5px 14px;
    text-align: center;
}

.paein_m {
    font-size: 25px;
    cursor: pointer;
    color: #ffb200;
}

.number_min {
    font-size: 30px;
    font-weight: bold;
    color: white;
}

.text_h_m {
    font-size: 20px;
    color: white;
}

.bala_m {
    font-size: 25px;
    cursor: pointer;
    color: #ffb200;
}

.accept_list_work_btn {
    border: none;
    background-color: #00a752;
    padding: 7px 5px;
    text-align: center;
    width: 100%;
    margin: 10px 2px;
    border-radius: 8px;
    font-size: 17px;
    cursor: pointer;
    color: white;
}

.detail_show_work {
    display: grid;
    grid-template-columns: 6fr 1fr 1fr 1fr;
    grid-gap: 10px;
    justify-content: space-between;
    color: white;
    border-top: 1px dashed white;
    margin-top: 5px;
    padding: 10px;
    align-items: center;
}

.delete_insert_work {
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-right: 22px;
}

.calender_plan {

    padding: 10px;
    border: 2px solid #5e5e5e;
    border-radius: 5px;
    text-align: center;
    height: 100px;
    font-size: 12px;
    background-color: whitesmoke;
    position: relative;
    cursor: pointer;
}

.date_miladi {
    color: #045e4f;
    font-size: 11px;
    font-weight: bold;
}

.header_calender {
    height: 50px;
    width: 40%;
    position: absolute;

}

.detail_header_calender {
    background-color: var(--yellow);
    width: 100%;
    height: 100%;
    border-radius: 7px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 10px;
    cursor: pointer;
}

#date_online {
    display: flex;
}

.holiday_image {
    width: 26px;
    height: 24px;
    position: absolute;
    bottom: 42px;
    left: 4px;
}

.hoiday {
    background-color: #ffaeae !important;
}

.month_date {
    height: 50px;
    width: 40%;
    position: absolute;
    top: 165px;

}

.month_date_dtail {
    background-color: #1d8541;
    width: 100%;
    height: 100%;
    border-radius: 7px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 17px;
    color: wheat;
}


.show_month {
    background-color: aliceblue;
    position: relative;
    padding: 20px;
    z-index: 1;
    border-radius: 7px;
    margin-top: 5px;
    height: auto;
    text-align: center;

}

._year {
    cursor: pointer;
}

.show_year {
    background-color: aliceblue;
    position: relative;
    padding: 20px;
    z-index: 1;
    border-radius: 7px;
    margin-top: 5px;
    height: auto;
    text-align: center;

}

.onday {
    background-color: #ffb6f9 !important;
}

.show_month>div {
    margin: 15px 1px;
    cursor: pointer;

}

.month_year {
    cursor: pointer;
}

.month_year_1 {
    cursor: pointer;
}

.list_work {
    width: 100%;
    position: relative;
    z-index: 12;
    padding: 15px;
    height: auto;
    border-radius: 7px;
    margin-top: 5px;

}

.tag_a {
    text-decoration: none;
    color: black;
}

.date_show {
    cursor: pointer;
}

.date_show_1 {
    cursor: pointer;
}

.list_work_row {
    display: grid;
    grid-template-columns: 0.5fr 5fr 1fr 1fr;
    grid-gap: 10px;
    justify-content: space-between;
    color: white;
    text-align: center;
    background-color: #041a58;
    padding: 6px;
    border-radius: 10px;
    align-items: center;
    margin-top: 7px;
}

.ignore_work {
    width: 27px;
    height: 27px;
    cursor: pointer;
    margin: 0 20px;
}

.spinner_work {
    display: none;
    margin: 0 25.5px;
}

.accept_work {

    width: 25px;
    height: 25px;
    cursor: pointer;
    margin: 0 21px;
}

.trash_work {
    width: 25px;
    height: 25px;
    cursor: pointer;
    margin-left: 10px;
}

.input_darsad_work {
    border: none;
    background-color: #ffffff;
    width: 50px;
    height: 40px;
    border-radius: 5px;
    text-align: center;
    font-size: 18px;

}

.list_price {
    padding: 10px 20px;
}

.tab_price {
    padding: 5px;
    display: flex;
    justify-content: space-around;
    border: 2px dashed #9b9b9b;
    border-radius: 10px;
}


.income {
    cursor: pointer;
    width: 45%;
    text-align: center;
    padding: 6px 10px;
    border-radius: 10px;
    height: 35px;
}

.spent {
    height: 35px;
    width: 45%;
    text-align: center;
    padding: 6px 10px;
    border-radius: 10px;
    cursor: pointer;
}

.active_price_link {
    background: aliceblue;
}

.active_price_content {
    display: block !important;
}

.tabcontent_price {
    display: none;
}

.tab_content_list_work {
    display: none;
}

.active_content_list_work {
    display: block !important;
}

.tab_income {
    padding: 10px;
}

.tab_spent {
    padding: 10px;
}

.input_insert {
    width: 70%;
    height: 40px;
    border: none;
    border-radius: 6px;
    padding: 1px 5px;
    margin-top: 5px;
}

.btn_accept {
    border: none;
    height: 40px;
    border-radius: 6px;
    width: 28%;
    background-color: #007a3c;
    color: white;
    cursor: pointer;
}

.wid_100 {
    width: 100% !important;
}

.show_income {
    padding: 7px 3px;
    display: grid;
    grid-template-columns: 3fr 1fr 1fr;
    grid-gap: 10px;
    justify-content: space-between;
    color: white;
    text-align: center;
    border-bottom: 1px dashed white;
}

.show_word_lan {
    padding: 7px 3px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
    justify-content: space-between;
    color: white;
    text-align: center;
    border-bottom: 1px dashed white;
    justify-items: center;
align-items: center;
}

.delete_income {
    width: 20px;
    height: 20px;
    margin-right: 20px;
    cursor: pointer;
}

#income_sum_rst {
    font-size: 10px;
}

#spent_sum_rst {
    font-size: 10px;
}

.lern_language {
    padding: 5px;

}

.insert_word {
    padding: 7px 3px;
    display: grid;
    grid-template-columns: 1.5fr 1.5fr 1fr;
    grid-gap: 10px;
    align-items: flex-end;
}

.wid_auto {
    width: auto;
}

.btn_accept_zaban {
    height: 40px;
    border-radius: 6px;
    width: auto;
    background-color: #007a3c;
    color: white;
    cursor: pointer;
    text-align: center;
    padding: 9px 2px;
}

.hide_word {
    display: none;
}



.translate {
    display: none;
}

.translate_img {
    width: 40px;
    height: 25px;
    margin-right: 20px;
    cursor: pointer;
}

.img_lan {
    width: 25px;
    height: 25px;
    cursor: pointer;
}

.sub_page {
    width: 40%;
    padding: 10px;
    background-color: #3f3f3f;
    height: auto;
    border-radius: 10px;
}

.sub_image {
    width: 100%;
    height: 200px;
    border-radius: 10px;

}

.br_right {
    border-left: 4px solid yellow;
    border-radius: 10px;
}

.sub_ad {
    color: yellow;
    margin-right: 15px;
    font-weight: 500;
}
.show_call_me {
    margin-top: 10px;
    background-color: #2f3230;
    padding: 25px 10px 10px  61px;
    border-radius: 10px;
    position: relative;
    color: white;
}

.detail_sub_text {
    margin-top: 10px;
    background-color: #2f3230;
    padding: 10px;
    border-radius: 10px;

}
.date_call_me{
    position: absolute;
    left: 5px;
    top: 4px;
    font-size: 12px;
}

.detail_sub_text>ul {
    list-style: none;
    color: white;
}

.detail_sub_text>ul>li {
    margin-top: 10px;
}

.text_sub_vizegi {
    margin-right: 10px;
}

.box_sub {
    border-radius: 10px;
    background-color: #2f3230;
    height: auto;
    margin-top: 10px;
    padding: 10px;
    display: grid;
    grid-template-columns: 3fr 3fr;
    grid-gap: 10px;
}

.sub_box_detail {
    cursor: pointer;
    text-align: center;
    border-radius: 10px;
    padding: 5px;
    background-color: #706c6e;
    height: 223px;
    width: 100%;
}

.font2 {
    font-family: 'Lalezar', sans-serif;
}

.sub_box_detail_image {

    width: 100%;
    height: 70%;
    border-radius: 10px;
}

.off_sub_box {
    position: absolute;
    margin-top: 33px;
    padding: 10px;
    background: red;
    border-radius: 20px 10px 0 20px;

}

.none_pc {
    display: none;
}

.show_toman {
    font-size: 15px;
}

.btn_tab_week {
    background-color: #818181;
    margin: 0 5px;
    padding: 8px 10px;
    width: 200px;
    text-align: center;
    color: #ffffff;
    border-radius: 10px;
    cursor: pointer;
}

.tab_list_week_month {
    width: 100%;
    height: 80px;
    padding: 10px;
    border-radius: 10px;
    background-color: #28272d;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.link_w_m {
    text-decoration: none;
}

.active_week {
    background-color: var(--yellow);
    color: black;
}

.titr_wek_month {
    background-color: #303030;
    text-align: center;
    padding: 10px;
    margin: 10px 2px;
    width: 100%;
    border-radius: 10px;
    color: white;
}

.darsad_work {
    background-color: #ebfff0;
    text-align: center;
    padding: 10px;
    margin: 10px 2px;
    width: 100%;
    border-radius: 10px;
}



.daramad_work {
    background-color: #a3a3a3;
    padding: 10px;
    margin: 10px 2px;
    width: 100%;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
}

.list_week_work {
    background-color: #141a44;
    padding: 10px;
    margin: 10px 2px;
    width: 100%;
    border-radius: 10px;
    color: white;
}

.list_week_work>ul {
    list-style: none;
}

.daramad_w {
    border-radius: 10px;
    background-color: #b1ffc2;
    padding: 7px;
    color: #007e1b;
    border: 1px solid;
    margin-top: 5px;
}
.kharj_w {
    border-radius: 10px;
    background-color: #ffb1b1;
    padding: 7px;
    color: #7e0000;
    border: 1px solid;
    margin-top: 5px;
}
.mandeh_w {
    border-radius: 10px;
    background-color: #cfb1ff;
    padding: 7px;
    color: #7e0078;
    border: 1px solid;
    margin-top: 5px;
}

.tab_work_lang {
    background: aliceblue;
    padding: 10px;
    display: flex;
    justify-content: space-around;
    border-radius: 10px;
}

.btn_work_lan {
    background: #c7c7c7;
    padding: 10px;
    width: 45%;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
}

.active_work_lan {
    background-color: var(--yellow);
    color: black;
}

.list_week_lan {
    background-color: #141a44;
    padding: 10px;
    margin: 10px 2px;
    width: 100%;
    border-radius: 10px;
    color: white;

}

.content_lan_wrk {
    display: none;
}

.show_list_w_l {
    display: block !important;
}

.list_week_lan>ul {
    list-style: none;
}

.content_lan_wrk>ul>li {
text-align: center;
    justify-content: space-around;
    display: grid;
    grid-template-columns: 1fr 3fr 1.5fr .5fr;
    grid-gap: 5px;
    margin: 10px;
    border-bottom: 1px dashed white;
}

.list_word_week {
    grid-template-columns: 3fr 3fr 1fr !important;
}

.footer_mobile {
    display: none;
}

.login {
    margin-top: 108px;
}

.login>input {
    border: none;
    padding: 2px 5px;
    border-radius: 10px;
    width: 100%;
    height: 40px;
    font-size: 15px;
}

.login>button:hover {
    background-color: #006933;
    color: white;
}

.login>button {
    background-color: #00da69;
    border-radius: 10px;
    margin-top: 10px;
    border: none;
    font-size: 15px;
    width: 100%;
    height: 40px;
    cursor: pointer;
}

.insert_code {
    margin-top: 80px;
    display: none;
}

.text_code {

    display: flex;
    justify-content: center;
}

.text_code>input {
    height: 40px;
    border-radius: 10px;
    width: 15%;
    border: none;
    margin-right: 10px;
    text-align: center;
    font-size: 15px;
}

.accept_phone {
    background-color: #00da69;
    border-radius: 10px;
    margin-top: 10px;
    border: none;
    font-size: 15px;
    width: 100%;
    height: 40px;
    cursor: pointer;
}

.accept_phone:hover {
    background-color: #006933;
    color: white;
}
.delete_code_s{
    background-color: #da0000;
    border-radius: 10px;
    border: none;
    font-size: 15px;
    width: 37%;
    height: 40px;
    cursor: pointer;
    color: #ffffff;
}
#countdown{
    color: white;
}
.refresh_code{
    background-color: #11003a;
    border-radius: 10px;
    border: none;
    font-size: 15px;
    width: 37%;
    height: 40px;
    cursor: pointer;
    color: #ffffff;
    display: none;
}
.back_to_number{
    background-color: #141a44;
    border-radius: 10px;
    border: none;
    font-size: 15px;
    width: 37%;
    height: 40px;
    cursor: pointer;
    color: #ffffff;
}

.insert_code_show_phone {
    margin: 20px 2px;
    font-size: 17px;
color: white;
}

.error_1 {
    color: red;
    font-size: 10px;
    margin-right: 7px;
    display: none;
}

.error_2 {
    color: red;
    font-size: 10px;
    margin-right: 15px;
    display: none;
}

.a_profile {
    text-decoration: none;
    color: white;
}

.alert_login {
    background-color: #ffc9c9;
    text-align: center;
    padding: 10px;
    margin: 10px 2px;
    width: 100%;
    border-radius: 10px;
    color: rgb(110, 8, 8);
}

.textarea_call_me {
    overflow: hidden;
    height: 200px;
    padding: 4px 20px 20px 5px;
    min-height: 100px;
    background-color: white;
    border: none;
    font-size: 14px;
    border-radius: 10px;
    width: 100%;
    resize: none;
}

.btn_call_me {
    border: none;
    background-color: #00a752;
    padding: 7px 5px;
    text-align: center;
    width: 100%;
    margin: 10px 2px;
    border-radius: 13px;
    font-size: 17px;
    cursor: pointer;
}
.btn_call_me1 {
    border: none;
    background-color: #a70000;
    padding: 7px 5px;
    text-align: center;
    width: 100%;
    margin: 10px 2px;
    border-radius: 13px;
    font-size: 17px;
    cursor: pointer;
}

.font13px {
    font-size: 15px;
    color: white;
}

/*------------*/
.footer-p {
    background-color: #8c8c8c;
    border-radius: 20px 20px 0 0;
    height: auto;
    width: 100%;
    display: flex;
    padding: 20px;
    color: #2e2e2e;
}

.footer-p-1 {
    width: 30%;
    height: auto;
    padding: 20px;
}

.footer-p-2 {
    width: 40%;
    height: auto;
    padding: 20px;
    display: flex;
}

.footer-p-ul {
    list-style-type: none;
    width: 50%
}

.link-footer-p {
    text-decoration: none;
    color: #2e2e2e;
}

.footer-p-1>span {
    font-size: 15px;
    font-weight: 700;
}

.social-network {
    display: flex;
    text-align: center;

}

.social-network>a {
    text-decoration: none;
    color: #04414d;
}

.footer-p-end {
    width: 100%;
    height: 41px;
    background-color: #8c8c8c;
    display: flex;
    text-align: center;
    color: var(--darkGraey);
}

.footer-p-end>div {
    width: 50%;
}

.footer-p-end>div>a {
    text-decoration: none;
    color: var(--darkGraey);

}

.social-network {
    height: 100px;
    padding: 15px;
    justify-items: center;
    align-items: center;

}

.social-network>a {
    margin: 1px 10px;
}

.social-network-img {
    width: 40px;
    height: 40px;
    border-radius: 5px;
}

#download_app{
    background: #004500;
    color: white;
    height: 63px;
    border-radius: 10px;
    justify-items: center;
    text-align: center;
    padding: 10px;
    text-decoration: none;
    display: flex;
    justify-content: space-around;
    padding-top: 16px;
    position: absolute;
    top: 115px;
    left: 10px;
}
.add-to-btn {
    display: block;
    width: 100%;
    height: 50px;
    background-color: #782a00;
    border: none;
    border-radius: 10px;
    color: white;
    font-size: 17px;
    margin-bottom: 50px;
    margin-top: 5px;
    cursor: pointer;
}
.calendar {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 5px;
    margin: 0 auto;
    height: 50px;
    text-align: center;
}
.day, .header_mini {
    padding: 10px;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.day_st {
    padding: 10px;
    background-color: transparent;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.header_mini {
    background-color: #ddd;
    font-weight: bold;
    width:auto;
    font-size: 13px;
}
.today {
    background-color: #ffeb3b !important;
}
.rotate {
    transform: rotate(180deg);
    transition: transform 0.2s;
}
.input_insert_day{
    width: 100%;
    border: none;
    border-radius: 10px;
    height: 37px;
    margin-bottom: 5px;
    padding: 5px;
}
.text_day{
    width: 60%;
}

.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* 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 */
  }
  
  /* Modal Content */
  .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    border-radius: 5px;
    text-align: center;
  }
  .modal-content1 {
    margin: auto;
    padding: 20px;
    border-radius: 31px;
    background: #4369ff;
    border: none;
    font-size: 20px;
    text-align: center;
    color: white;
  }
  .modal_flex{
    display: flex;
    justify-content: space-around;
    margin-top: 14px;
  }
  .yes_del_d ,.yes_del_k ,.yes_del_w,.yes_del_word_lan{
    border: none;
    border-radius: 8px;
    background-color: rgb(0, 133, 33);color: white;
    width: 35%;
    height: 40px;
    font-family: 'BYekan';
  }
  .no_modal{
    border: none;
    border-radius: 8px;
    background-color: rgb(160, 0, 0);color: white;
    width: 35%;
    height: 40px;
    font-family: 'BYekan';
  }
  /* The Close Button */
  .close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }
  #show_date_full{
    width: 100%;
    height: 50px;
    border-radius: 5px;
    border: none;
    font-family: 'BYekan';
    font-size: 20px;
    cursor: pointer;
  }
.go_emtz{
    width: 100%;
    border: none;
    border-radius: 8px;
    background: burlywood;
    height: 50px;
    font-size: 20px;
    font-family: 'BYekan';
    margin-top: 10px;
}
.insert_work_kj{
    width: 100%;
    border: none;
    border-radius: 8px;
    background: rgb(133, 141, 245);
    height: 50px;
    font-size: 20px;
    font-family: 'BYekan';
    margin-top: 10px;
}
.show_acpt{
    margin-top: 10px;
    background: #004562;
    height: 60px;
    border-radius: 10px;
    text-align: center;
    padding-top: 15px;
    color: white;
    display: none;
}
.show_alert_01{
    margin-top: 10px;
    background: #ff3d3d;
    height: 60px;
    border-radius: 10px;
    text-align: center;
    padding-top: 15px;
    color: #ffffff;
    display: none; 
}
.of_eshtrak{
    height: 50px;
    background: transparent;
    border: none;
    color: white;
    font-size: 20px;
    width: 100%;
}
.btn_off{
    background: red;
    border: none;
    border-radius: 10px;
    font-size: 16px;
    font-weight: bold;
    color: white;
    width: 100%;
}
.btn_pardakht{
    width: 100%;
    background: green;
    border: none;
    padding: 7px;
    border-radius: 5px;
    color: white;
    font-size: 18px;
    font-weight: bold;
}

.go_pey{
    width: 100%;
    background: rgb(51, 51, 51);
    border: none;
    padding: 7px;
    border-radius: 5px;
    color: white;
    font-size: 18px;
    font-weight: bold;
    display: none;}

/* loader spiner */  
  .fa-spinner {
    animation: spin 2s linear infinite; /* ایجاد حرکت چرخشی */
  }
  #show_test_not{
    margin: 5px 0;
    background: #004a67;
    width: 100%;
    height: 56px;
    border: none;
    border-radius: 10px;
    font-size: 15px;
    font-weight: bold;
    color: white;
    font-family: 'BYekan';
  }
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

.alert_yes{
    color: green;
    font-weight: bold;
    display: none;
}
.alert_no{
    color: rgb(255, 14, 14);
    font-weight: bold;
    display: none;
}
.select_sub{
    background-color: #017111 !important;
}
#notification-btn, #notification-btn_no, #notification-btn_rest{
    display: block;
    background: #673600;
    width: 100%;
    height: 56px;
    border: none;
    border-radius: 10px;
    font-size: 15px;
    font-weight: bold;
    color: white;
    font-family: 'BYekan';
}
#spiner_l,#spiner_in,#spiner_kh,#spiner_kh1,#spiner_lan, #spiner_not,#spiner_not_no ,#spiner_not_yes,#spiner_not_test,
#spiner_f1,#spiner_f2,#spiner_f3,#spiner_f4{display: none;}

.offline_online_net{
    background-color: red;
    color: white;
    border-radius: 25px;
    width: 40%;
    height: 50px;
    padding: 10px;
    font-size: 19px;
    justify-content: space-around;
    align-items: center;
    font-weight: bold;
    display: flex;
}
#refresh_online{
    cursor: pointer;
    width: 26%;
    background: white;
    color: red;
    text-align: center;
    border-radius: 10px;
    font-size: 17px;
    height: 38px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-weight: 100;
}
.add_ccc{
    top: 235px !important;
}
.sid_h_m{
    display: flex;
    justify-content: space-around;
}
.send_not_Y_N{
    width: 100%;
    height: 36px;
    background: #341543;
    padding: 5px;
    margin-top: 6px;
    display: flex;
    justify-content:center;
    border-radius: 5px;
    color: white;
}
/*------mobile responsive------*/
@media screen and (max-width: 900px) {
    .add_ccc{
        top: 6px !important;
    }
    #refresh_online {
        width: 31%;
        border-radius: 10px;
        font-size: 13px;
    }
    .offline_online_net {
        border-radius: 11px;
        width: 100%;
        height: 50px;
        padding: 10px;
        font-size: 15px;
    }
    .footer-p-end {
        display: none;
    }


    .footer-p {
        display: none;
    }

    .none_pc {
        display: block;
    }

    .header_site {
        display: none;
    }

    .body_fit {
        display: block;
    }

    .header_calender {
        position: relative;
        width: 100%;
    }

    .month_date {
        width: 100%;
        position: relative;
        top: 6px;
    }

    .body_fit_detail {
        margin-top: 15px;
        width: 100%;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: auto auto 1fr 1fr 1fr auto auto;
        margin-bottom: 100px;
    }

    .holiday_image {
        width: 20px;
        height: 20px;
        position: absolute;
        bottom: 44px;
        left: 7px;
    }
    .send_not_Y_N{
        justify-content:space-evenly;
    }
    .insert_work_price {
        position: relative;
        width: 100%;
        top: 5px;
        padding: 3px;
    }

    .btn_tab {
        padding: 13px 10px;
        font-size: 11px;
    }

    

    .text_h_m {
        font-size: 14px;
    }

    .detail_show_work {
        font-size: 14px;
        font-weight: bold;
        background: #353434;
        margin-top: 1px;
        border-top: none;
        border-radius: 5px;
    }

    .text_insert {
        padding: 4px 7px 20px 5px;
        font-size: 14px;
        font-weight: bold;
        width: 100%;
        margin-top: 10px;
    }

    .accept_list_work_btn {
        border-radius: 5px;
        font-size: 14px;
        color: white;
        height: 42px;
    }

    .delete_insert_work {
        width: 24px;
        height: 24px;
        margin-right: 5px;
    }

    .tab_price {
        font-size: 13px;
        border: 1px dashed #ffffff;
    }

    .income {
        height: 47px;
        color: white;
    }

    .spent {
        height: 47px;
        color: white;
    }

    .active_price_link {
        color: black;
    }

    .list_price {
        padding: 10px 0px;
    }

    .show_income {
        font-size: 13px;
        font-weight: bold;
    }

    .show_toman {
        font-size: 13px;
        color: #ffb200;
        margin-right: 11px;
    }

    .insert_word {
        grid-template-columns: unset;
    }

    .get_date_for_set {
        font-size: 12px;
    }

    .list_work {
        padding: 15px 0;
    }

    .list_work_row {
        font-size: 11px;
    }

    .input_darsad_work {
        height: 30px;
        font-size: 14px;
    }


    .trash_work {
        width: 23px;
        height: 23px;

    }

    .spinner_work {
        font-size: 19px;
        margin: 0 24px;
    }


    .show_word_lan {
        font-size: 14px;
        padding: 12px 3px;
        grid-template-columns: 1.5fr 0.5fr 1.5fr 0.5fr 0.5fr;
    }

    .img_lan {
        width: 20px;
        height: 20px;
    }

    .translate_img {
        width: 40px;
        height: 20px;
    }

    .sub_page {
        width: 100%;
        font-size: 13px;
    }

    .detail_sub_text {
        font-size: 14px;
    }

    .box_sub {
        color: white;
    }

    .daramad_w {
        border-radius: 5px;
        margin-top: 5px;
        font-size: 12px;
        width: 100%;
    }
    .mandeh_w {
        border-radius: 5px;
        margin-top: 5px;
        font-size: 12px;
        width: 100%;
    }
    .kharj_w {
        border-radius: 5px;
        margin-top: 5px;
        font-size: 12px;
        width: 100%;
    }

    .list_week_work {
        font-size: 15px;
    }

    .btn_work_lan {
        font-size: 11px;
    }

    .darsad_work {
        font-size: 18px;
    }

    .list_week_lan {
        font-size: 13px;
    }

    .footer_mobile {
        display: block;
    }

    .detail_footer_mobile {
        display: flex;
        justify-content: space-around;
        text-align: center;
        background-color: rgb(39, 38, 38);
        position: fixed;
        bottom: 0;
        width: 100%;
        height: 65px;
        padding-top: 8px;
        z-index: 5;

    }

    .part_footer>a {
        text-decoration: none;
        color: white;
    }

    .part_footer>a>span {
        font-size: 10px;
    }
    .login>input {
        border: none;
        padding: 2px 5px;
        border-radius: 10px;
        width: 100%;
        height: 51px;
        font-size: 18px;
        text-align: center;

    }
    .login>button {
        background-color: #00da69;
        border-radius: 10px;
        margin-top: 60px;
        border: none;
        font-size: 17px;
        width: 100%;
        height: 50px;
        cursor: pointer;
        font-weight: bold;
        color: #ffffff;
    }
    .text_code>input {
        height: 65px;
        width: 17%;
        font-size: 30px;
        font-weight: bold;
    }
    .insert_code_show_phone {
        font-size: 17px;
        color: white;
    }
    .accept_phone {
        background-color: #00da69;
        border-radius: 10px;
        margin-top: 60px;
        border: none;
        font-size: 17px;
        width: 100%;
        height: 50px;
        cursor: pointer;
        font-weight: bold;
        color: #ffffff;
    }
    .error_2 {
        font-size: 15px;
        margin-right: 15px;
        margin-top: 10px;
    }
    .delete_code_s{
        background-color: #da0000;
        border-radius: 10px;

        border: none;
        font-size: 13px;
        width: 41%;
        height: 34px;
        cursor: pointer;
        color: #ffffff;
    }
    .refresh_code{
        background-color: #11003a;
        border-radius: 10px;
        display: none;
        border: none;
        font-size: 13px;
        width: 41%;
        height: 34px;
        cursor: pointer;
        color: #ffffff;
    }
    .back_to_number{
        background-color: #141a44;
        border-radius: 10px;

        border: none;
        font-size: 12px;
        width: 35%;
        height: 38px;
        cursor: pointer;
        color: #ffffff;
    }
    .body_fit_date{
        margin-top: 11px;
        width: 100%;
    }
    .modal-content {
        width: 100% !important;
        height: 356px !important;
    }
    .modal-content1 {
        width: 100% !important;
        height: auto;
    }
    .header_mini {
        width: auto;
        font-size: 9px;
    }
    .day, .header_mini {
        padding: 5px;
    }
    .daramad_work {
     
        display: flex;
        flex-wrap: wrap-reverse;
    }
    .go_emtz, .insert_work_kj{
        height: 39px;
    font-size: 15px;
    }
    .date_miladi {
        font-size: 9px;
    }
    .work_set_time {
        width: 20px;
        height: 23px;
        position: absolute;
        left: 2px;
        top: 1px;
    }
    .input_insert {font-size: 17px;}
    .content_lan_wrk>ul>li {
        font-size: 13px;
    }
    .show_insert_work{
        height: 331px;
        overflow: auto;
    }
    .show_acpt, .show_alert_01{
        height: auto;
        padding: 10px;
    }
    .insert_list_work {
        display: unset;
    }
    .min_set{
        margin: 5px 14px;
        text-align: center;
        width: 48%;
        background: #727272;
        border-radius: 10px;
        position: relative;
        height: 93px;
    }
    .bala_m{
        font-size: 35px;
        position: absolute;
        left: 12px;
        bottom: 12px;
    }
    .paein_m {
        font-size: 35px;
        cursor: pointer;
        color: #ffb200;
        position: absolute;
        right: 12px;
        bottom: 12px;
    }
    .number_min {
        font-size: 30px;
        font-weight: bold;
        color: white;
       margin-top: -24px;
    }

    .hour_set{
        margin: 5px 14px;
        text-align: center;
        width: 45%;
        background: #727272;
        border-radius: 10px;
        position: relative;
        height: 93px;
    }
    .bala_h{
        font-size: 35px;
        position: absolute;
        left: 12px;
        bottom: 12px;
    }
    .paein_h {
        font-size: 35px;
        cursor: pointer;
        color: #ffb200;
        position: absolute;
        right: 12px;
        bottom: 12px;
    }
    .number_hr {
        font-size: 30px;
        font-weight: bold;
        color: white;

    }
    .text_day{
        width: 100%;
        margin-top: 5px;
    }
    #download_app{
        background: #004500;
        color: white;
        height: 63px;
        border-radius: 10px;
        justify-items: center;
        text-align: center;
        padding: 10px;
        text-decoration: none;
        display: flex;
        justify-content: space-around;
        padding-top: 16px;
        position: fixed;
        top: unset;
        left: 10px;
        bottom: 69px;
    }
}