@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Black.eot');
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Black.eot?#iefix') format('embedded-opentype'),
      /* IE6-8 */
      url('../fonts/woff2/IRANSansWeb(FaNum)_Black.woff2') format('woff2'),
      /* FF39+,Chrome36+, Opera24+*/
      url('../fonts/woff/IRANSansWeb(FaNum)_Black.woff') format('woff'),
      /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
      url('../fonts/ttf/IRANSansWeb(FaNum)_Black.ttf') format('truetype');
  }
  
  @font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Bold.eot');
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Bold.eot?#iefix') format('embedded-opentype'),
      /* IE6-8 */
      url('../fonts/woff2/IRANSansWeb(FaNum)_Bold.woff2') format('woff2'),
      /* FF39+,Chrome36+, Opera24+*/
      url('../fonts/woff/IRANSansWeb(FaNum)_Bold.woff') format('woff'),
      /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
      url('../fonts/ttf/IRANSansWeb(FaNum)_Bold.ttf') format('truetype');
  }
  
  @font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Medium.eot');
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Medium.eot?#iefix') format('embedded-opentype'),
      /* IE6-8 */
      url('../fonts/woff2/IRANSansWeb(FaNum)_Medium.woff2') format('woff2'),
      /* FF39+,Chrome36+, Opera24+*/
      url('../fonts/woff/IRANSansWeb(FaNum)_Medium.woff') format('woff'),
      /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
      url('../fonts/ttf/IRANSansWeb(FaNum)_Medium.ttf') format('truetype');
  }
  
  @font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Light.eot');
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Light.eot?#iefix') format('embedded-opentype'),
      /* IE6-8 */
      url('../fonts/woff2/IRANSansWeb(FaNum)_Light.woff2') format('woff2'),
      /* FF39+,Chrome36+, Opera24+*/
      url('../fonts/woff/IRANSansWeb(FaNum)_Light.woff') format('woff'),
      /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
      url('../fonts/ttf/IRANSansWeb(FaNum)_Light.ttf') format('truetype');
  }
  
  @font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot');
    src: url('../fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot?#iefix') format('embedded-opentype'),
      /* IE6-8 */
      url('../fonts/woff2/IRANSansWeb(FaNum)_UltraLight.woff2') format('woff2'),
      /* FF39+,Chrome36+, Opera24+*/
      url('../fonts/woff/IRANSansWeb(FaNum)_UltraLight.woff') format('woff'),
      /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
      url('../fonts/ttf/IRANSansWeb(FaNum)_UltraLight.ttf') format('truetype');
  }
  
  @font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/eot/IRANSansWeb(FaNum).eot');
    src: url('../fonts/eot/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'),
      /* IE6-8 */
      url('../fonts/woff2/IRANSansWeb(FaNum).woff2') format('woff2'),
      /* FF39+,Chrome36+, Opera24+*/
      url('../fonts/woff/IRANSansWeb(FaNum).woff') format('woff'),
      /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
      url('../fonts/ttf/IRANSansWeb(FaNum).ttf') format('truetype');
  }
body:not(i) {
    font-family: IRANSans !important;
}
h1,h2,h3,h4,h5,h6,p,div:not(.star ),a:not(.search-choice-close):not(.fa):not(.wpyarcsf--remove),li,td,t,.woocommerce-error, .woocommerce-info, .woocommerce-message{
    font-family: IRANSans !important;
}
.font-base {
    font-family: IRANSans !important;
}

 

.flex {
    display: flex
}

.aline-c {
    align-items: center
}

.just-c {
    justify-content: center
}

.flexd-cul {
    flex-direction: column
}

.justify-content-sb {
    justify-content: space-between;
}

.w-30 {
    width: 50%;
}

.w-100 {
    width: 100%
}

.title_page_wpyt {
    font-family: IRANSans !important;
    margin: 30px 15px;
}

.halft_wpyt {
    width: 48%
}

.w-25 {
    width: 25%;
}

input.wpyt_input {
    border: 1px solid #d7d7d7;
    box-shadow: 0 1px 2px #eee;
    background-color: #fff;
    color: #575757;
    outline: 0;
    transition: 50ms all ease-in-out;
    width: 100%;
    height: 37px;
    margin: 0.5rem 0;
    border-radius: 5px;
    padding-right: 10px;
}

select.wpyt_select {
    padding: 0px 15px !important;
    line-height: 32px;
    height: 32px !important;
    vertical-align: middle;
    width: 100% !important;
    margin: 0.5rem 0 20px 0 !important;
}
.box_wpyt {
    margin-top: 20px;
}
.sel2{
    position: relative;
    top: -11px;
}.sel3{
     position: relative;
     top: 2px;
 }
.sueccess{
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    display: inline-block;
    font-weight: 400;
     text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin: 0 10px;
}
.warning{
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107;
    display: inline-block;
    font-weight: 400;
     text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin: 0 10px;
}
.wpy_th_status {
    font-weight: bold !important;
    color: #ff9f43 !important;

}

.wpy_suc_status {
    font-weight: bold !important;
    color: #3867d6 !important;
}

.wpy_wa_status {
    font-weight: bold !important;
    color: #20bf6b !important;
}
.wpy_da_status{
    font-weight: bold !important;
    color: #ff0000 !important;
}
/**************** Sidebar *********************/
.wp_yar_left_sidebar_send_ticket {
    background: #fff;
    box-shadow: 0 1px 2px #eee;
    border-radius: 5px;
    margin-bottom: 15px
}

.wp_yar_left_sidebar_header {
    border-bottom: solid 1px #eee;
    margin-bottom: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 13px;
}

.wp_yar_left_sidebar_content {
    padding: 8px 13px;
}

.cret:before {
    content: "\f142";
    display: inline-block;
    font: normal 20px/1 dashicons;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none !important;
    color: #72777c;
}

.cret_t:before {
    content: "\f140";
    display: inline-block;
    font: normal 20px/1 dashicons;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none !important;
    color: #72777c;
}


.wp_yar_left_sidebar_header h4 {
    margin: 0;
    font-family: IRANSans !important;
}

.wp_yar_left_sidebar_content label {
    display: block;
}

.wp_yar_left_sidebar_content>label {
    font-weight: bold;
}

.arow {
    margin: 10px 0;
    display: block;
}

.arow label {
    display: inline-block;
}

.date-sidebar:before {
    content: "\f145";
    position: relative;
    top: -1px;
    font: normal 20px/1 dashicons;
    speak: none;
    display: inline-block;
    margin-right: -1px;
    padding-left: 3px;
    vertical-align: top;
    -webkit-font-smoothing: antialiased;
}

.date-sidebar {
    margin-bottom: 20px;
}

.date-sidebar .tit_wpyt {
    font-weight: bold;
}

/****************** Manage Ticket **************************/
.nav-tab-wrapper {
    border: 0;
    padding: 0;
}

.war__list_ticket_page {
    background: #fff;
    width: 95%;
    margin: auto;
    padding: 15px;
    box-shadow: 0 1px 2px #ccc;
    margin-top: 20px;
}

.nav-tab-wrapper a {
    background: rgba(0, 0, 0, 0);
    border-left: solid 1px #ccc;
    color: #575757;
    box-shadow: 0 1px 2px #ccc;
    border-radius: 5px 5px 0px 0px;
    border-bottom: solid 2px rgba(0, 0, 0, 0);
    font-size: 13px;
    margin-right: 0.75rem;
}
.all_ticket{
    margin-right: 0 !important;
}
.nav-tab-wrapper .all_ticket:hover {
    background: #fc5c65;
    color: #fff;
    border-bottom: solid 2px #fc5c65;
}

.nav-tab-wrapper .new_ticket:hover {
    background: #341f97;
    color: #fff;
    border-bottom: solid 2px #341f97;
}

.nav-tab-wrapper .process_ticket:hover {
    background: #f39c12;
    color: #fff;
    border-bottom: solid 2px #f39c12;
}

.nav-tab-wrapper .answered_ticket:hover {
    background: #3498db;
    color: #fff;
    border-bottom: solid 2px #3498db;
}

.nav-tab-wrapper .closed_ticket:hover {
    background: #1abc9c;
    border-bottom: solid 2px #1abc9c;
    color: #fff;
}


.all_ticket.nav-tab-active {
    color: #fc5c65;
}


.new_ticket.nav-tab-active {
    color: #000eff;
}

.process_ticket.nav-tab-active {
    color: #f39c12;
}

.answered_ticket.nav-tab-active {
    color: #3498db;
}

.closed_ticket.nav-tab-active {
    color: #1abc9c;
}

.wpyt_table {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #ccc;
}


.wpyt_table th {
    color: #32373c;
    border-left: dashed 1px #cdcdcd;
    text-align: center;
    padding: 9px 0;
    min-width: 10px;

}
.wpyt_table thead th{
    border-bottom: solid 1px #cdcdcd;
}
.wpyt_table tbody{
    min-height: 50px;
}
.wpyt_table tr th:last-child {
    border-left: 0;
}

.wpyt_table tbody tr:nth-child(even) {
    background: rgba(0, 0, 0, .05);
}


.wpyt_table tbody th {
    padding: .75rem;
    font-weight: normal;
}

.edit_ticket_wpys,.answer_ticket_wpys {
    box-shadow: 0 0 0 !important;
    border: 0 !important;
    cursor: pointer;
    color: #fa8231;
    text-decoration: none;
}

.wpyt_table tfoot,
.wpyt_table thead {
    color: #32373c;
    font-weight: bold;
}

.remove_wpyt {
    display: flex;
    justify-content: flex-end
}

.remove_wpyt .danger {
    background: red;
    color: #fff;
    border: 0;
    border-radius: 5px;
    cursor: pointer;
    padding: 7px 21px;
    margin: 20px 0 20px 20px;
    font-size: 14px;
}

.nav-tab-wrapper a:first-child {
    margin-right: 0 !important;
}
.wpyar_ticket_pagination{
    display: flex;
    justify-content: center;
}
.wpyar_ticket_pagination a{
    font-size: 16px;
    margin: 0 10px;
    color: #000;
    text-decoration: none;
}
.wpyar_ticket_pagination span{
    font-size: 16px;
    margin: 0 10px;
    color: #ff0000;
    font-weight: bold;
}
.ajax_search{
    position: relative;
    float: left;
    width: 35%;
    margin-left: 0;
}
#serch_support_wpy{

width: 100%;
}
.ajax_search ul{
    position: absolute;
    background: #fff;
    width: 100%;
    box-shadow: 0 0 3px #000;
    top: 17px;
    border-radius: 7px;
    padding: 5px 0;
    display: none;
}
.ajax_search ul li{
    padding-right: 15px;
    background: transparent;
    border: 0;
    line-height: 27px;
 }
 .ajax_search ul li a{
    border: 0;
    background: transparent;
    text-decoration: none;
    color: #000;
    font-size: 13px;
    font-weight: bold;
    box-shadow: 0 0 0 !important;
}
.not_found{
    padding: 15px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
/******************** Start  Send Ticket ***********************/
.select2-container {
    margin-top: 7px !important;
}
#send_form_ticket label{
    font-weight: bold;
}
.wp_yar_frm_send_ticket_select_receiver{
    align-items: center;
    justify-content: space-around;
    align-self: center;
}

.wp_yar_right_container_send_ticket {
    padding: 15px;
    background: #fff;
    width: 70%;
    border-radius: 5px
}

.wp_yar_frm_final_items_receiver {
    margin-right: 30px;
}


.tik_all_wpyt {
    display: flex;
    margin-right: 50px;
    align-items: center;
    margin-top: 20px;
}

.wp_yar_frm_send_ticket_select_receiver>div {
    margin-bottom: 10px;
}

.send__form {
    display: flex;
    justify-content: flex-end
}

.btn-send {
    cursor: pointer;
    border: 0;
    background: #16a085;
    color: #fff;
    border-radius: 5px;
    padding: 10px 15px;
    margin-top: 15px;
    font-size: 12px;
}
#wp-wp_yar_frm_custom_editor-editor-container{
    margin-top: 5px;
}
#wp-wp_yar_frm_custom_editor-editor-tools{
    margin-top: 10px;
}
.file__wpyt {
    margin-top: 50px;
    height: 50px;
    background: #efefef38;
    padding-right: 15px;
    display: flex;
    align-items: center;
    box-shadow: 0 1px 2px #eee;
}

/**************************** answer Ticket ********************************/
.edit_ticket_bg{padding: 15px 8px 15px 29px;font-family: IRANSans !important;}
.display_content_ticket{
    margin: 8px;
    border-radius: 8px;
}
.display_content_ticket >h3{
    border-radius: 7px 7px 0 0;
    background-color: #16a085;
    border: 1.1pt solid #12866f;
    font-size: 15px;
    padding: 10px;
    color: #fff;
    margin: 0 auto;
    font-family: IRANSans !important;
    cursor: pointer;
}
.display_content_ticket >h3 .titme_title{
  float: left;
  font-size: 13px;
}


.display_content_ticket .text_ticket{
    padding: 15px;
    font-size: 15px;
    line-height: 33px;
    text-align: justify;
    background-color: rgb(242, 255, 250);
    margin: auto;
    border-radius: 0 0 7px 7px ;
}

.info_wpyar_ticket{
    margin: 8px;
    border-radius: 8px;
}
.row_wpyt{
    display: flex;
    border: solid 1px #eee;
    vertical-align: middle;
}
.left_info{
    width: 60%;
    background: #fff;
    box-shadow: 0 0 3px#ccc;
    border-radius: 7px;
}

.left_info .name_info p,.right_info .name_info p{
    font-weight: bold;
    padding-left: 8px;
    margin: 0;
    border-left: solid 1px #eee;
    width: 120px;
    padding-right: 16px;
    height: 100%;
    line-height: 2.6;
}

.left_info .val_info p,.right_info .val_info p{
    font-weight: bold;
    color: #16a085;
    margin: 0;
    vertical-align: middle;
    height: 100%;
    line-height: 2.6;
    padding-right: 15px;
}

.right_info{
    margin-right: 20px;
    background: #fff;
    padding: 15px;
    box-shadow: 0 0 3px#ccc;
    border-radius: 7px;
    width: 40%;
}
.right_info label{
    font-weight: bold;
    width: 100%;
    display: block;
}
.answerd_this_ticket_wpyar{
    background: #fff;
    margin: 8px;
    padding: 10px 15px;
    border-radius: 8px;
    box-shadow: 0 0 3px#ccc;
}
.box_send_answered{
    margin-top: 10px;
    display: flex;
    justify-content: center;
}
 
.war_pre_answer_wp_yar >.head{
    background: #34495e;padding: 10px;border-radius: 7px;margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    cursor: pointer;
}
.war_pre_answer_wp_yar >.head p{
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
}
.war_pre_answer_wp_yar >.head p span{
    display: block;
    width: 30px;
    height: 4px;
    border-radius: 49px;
    background: #fff;
    margin-bottom: 3px;
    margin-left: 5px;
}
.war_pre_answer_wp_yar >.head p span:last-child{
    margin-bottom: 0;
}
.list_pre_Answer_wp_yar{
    padding: 5px;
    border-radius: 3px;
    box-shadow: 0 0 3px #ccc;
    display: none;
}
.insert_text_into_editor_wp{
    text-decoration: none;
    color: #000;
    background: transparent;
    border-radius: 3px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 25px;
    margin-left: 16px

}
.insert_text_into_editor_wp:hover{
    color: #000;
    background: transparent;
}
.list_pre_Answer_wp_yar li:last-child{
    margin-bottom: 0;
}
 
.list_answerd_in_dash_admin{
    padding:10px 15px;
    background: #fff;
    border-radius: 10px;
        margin-top: 30px;
}
.list_all_answered li{
    margin-bottom: 0;
}
.list_all_answered li .head_answer {
    background: #c0c0c0;
    padding: 10px 15px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    direction: rtl;
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: center;
}
.list_all_answered li .content {
    background: #fff;
    padding: 15px;
    width: 96%;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    margin: auto;
     
}
.list_all_answered li:last-child .content{
    border-bottom:solid 1px #ccc; ;
}
.list_all_answered li:nth-child(even) .head_answer{
    background:#666666 !important;
}
.list_all_answered li:nth-child(even) .content{
    background:#f4f4f4 !important;
}


/**************************** Department ********************************/
#wp_yar_name_department{
    padding-right: 8px;
    margin-bottom: 25px;
}

#wp_yar_support_department{
    padding-right: 8px;
    margin: 8px 0 25px 0;
}
/**************************** FAQ ********************************/
.right_FAQ {
    width: 40%;
    margin-top: 25px;
    margin-right: 10px;
    margin-left: 10px
}

.answer__faq label {
    margin-bottom: 10px;
}

.left_FAQ {
    width: 60%;
    background: #fff;
    box-shadow: 0 1px 2px #ccc;
    margin-top: 25px;
    padding: 8px;
    margin-left: 15px;
    border-radius: 5px
}


.li_list_question {
    border: solid 1px #cecece;
    box-shadow: 0 1px 2px #cecece;
    cursor: pointer;
    border-radius: 5px;
    margin-bottom: 20px;
    width: 100%;
}

.question_wpy_faq {
    padding: 8px 10px;
    font-size: 14px;
    justify-content: space-between;
    align-items: center;
}

.answer_wpys_faq {
    border-top: solid 1px #dbdada;
    padding: 0px 20px;
    display: none;
    text-align: justify;
}

.answer_wpys_faq p {
    line-height: 25px;
}

.department__faq {
    margin: 15px 0
}
#submit_new_faq{
    margin-top: 15px;
}
 
.remove_faq {
    color: #ff0000;
    height: 37px;
    border-radius: 7px;
    margin-left: 8px;
    font-size: 19px;
    font-weight: bold;
    display: block;
    line-height: 37px;
    cursor: pointer;
 
}
/*******  Setting Page  ***********/
#setting_form_wpyar_ticket{
    background-color: #fff;
    padding: 25px 0;
    box-shadow: 0 0 3px #ccc;
    float: right;
    width: 100%;
    height: 100%;
}
.row_settings{
    align-items: center;
    display: flex;
    margin-bottom: 35px;
    padding-right: 20px;
}
.row_settings .title{
   width: 400px;
   font-size: 16px;
   font-weight: bold;
}
.row_settings .value{
    display: flex;
    align-items: center;
}
a.general_settings{
    margin-right: 0;
}
.base_load_file{
    width: 100%;
    float: right;
    background-color: #fff;
}
.base_load_file h2{
    padding-right: 15px;
}

/************** Responsive **************/
@media screen and (max-width:991px){
    .ajax_search{
        width: 100%;
    margin-bottom: 15px;
    }
}