

@font-face {
    font-family: iransans;
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/iransans/eot/IRANSansWeb(FaNum)_Black.eot');
    src: url('../fonts/iransans/eot/IRANSansWeb(FaNum)_Black.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../fonts/iransans/woff2/IRANSansWeb(FaNum)_Black.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/iransans/woff/IRANSansWeb(FaNum)_Black.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/iransans/ttf/IRANSansWeb(FaNum)_Black.ttf') format('truetype');
}
@font-face {
    font-family: iransans;
    font-style: normal;1
font-weight: bold;
    src: url('../fonts/iransans/eot/IRANSansWeb(FaNum)_Bold.eot');
    src: url('../fonts/iransans/eot/IRANSansWeb(FaNum)_Bold.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../fonts/iransans/woff2/IRANSansWeb(FaNum)_Bold.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/iransans/woff/IRANSansWeb(FaNum)_Bold.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/iransans/ttf/IRANSansWeb(FaNum)_Bold.ttf') format('truetype');
}
@font-face {
    font-family: iransans;
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/iransans/eot/IRANSansWeb(FaNum)_Medium.eot');
    src: url('../fonts/iransans/eot/IRANSansWeb(FaNum)_Medium.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../fonts/iransans/woff2/IRANSansWeb(FaNum)_Medium.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/iransans/woff/IRANSansWeb(FaNum)_Medium.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/iransans/ttf/IRANSansWeb(FaNum)_Medium.ttf') format('truetype');
}
@font-face {
    font-family: iransans;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/iransans/eot/IRANSansWeb(FaNum)_Light.eot');
    src: url('../fonts/iransans/eot/IRANSansWeb(FaNum)_Light.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../fonts/iransans/woff2/IRANSansWeb(FaNum)_Light.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/iransans/woff/IRANSansWeb(FaNum)_Light.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/iransans/ttf/IRANSansWeb(FaNum)_Light.ttf') format('truetype');
}
@font-face {
    font-family: iransans;
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/iransans/eot/IRANSansWeb(FaNum)_UltraLight.eot');
    src: url('../fonts/iransans/eot/IRANSansWeb(FaNum)_UltraLight.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../fonts/iransans/woff2/IRANSansWeb(FaNum)_UltraLight.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/iransans/woff/IRANSansWeb(FaNum)_UltraLight.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/iransans/ttf/IRANSansWeb(FaNum)_UltraLight.ttf') format('truetype');
}
@font-face {
    font-family: iransans;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/iransans/eot/IRANSansWeb(FaNum).eot');
    src: url('../fonts/iransans/eot/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../fonts/iransans/woff2/IRANSansWeb(FaNum).woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/iransans/woff/IRANSansWeb(FaNum).woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/iransans/ttf/IRANSansWeb(FaNum).ttf') format('truetype');
}

:root {
    --first: #00509d;
    --second: #fdc500;
    --third: #000000;
    --fourth: #FFFFFF;
}

* {
    padding: 0;
    margin: 0 auto;
    box-sizing: border-box;
}
body{
    font-family: IRANSans;
    direction: rtl;
    font-weight: 500;
}


.LoginSection {
    float: right;
    width: 100%;
    height: 100vh;
    align-content: center;
    background: radial-gradient(circle, var(--first), rgb(1 35 93) 100%);
}
.LoginSection .LoginBox {
    width: 100%;
    margin: 0;
    /* box-shadow: -20px -20px 40px #fff, 20px 20px 40px #f2f2f2, inset 20px 20px 40px #f4f4f4; */
    padding: 20px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-direction: column-reverse;
}
.LoginSection .LoginBox .box_Login_Intro {
    float: right;
    width: 100%;
    background: #fff43e00;
    border-radius: 6px;
    padding: 16px;
    align-content: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #00326c7a;
    backdrop-filter: blur(18px);
    padding: 24px;
}
.LoginSection .LoginBox .row {
    width: 50%;
}
.LoginSection .LoginBox .box_Login_Intro #LoginLog {
    float: right;
    width: 200px;
    margin: 0 25% 17px;
}
.LoginSection .LoginBox .box_Login_Intro h2 {
    float: right;
    width: 100%;
    text-align: center;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}
.LoginSection .LoginBox .box_Login_Intro p {
    float: right;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    margin: -13px 0 20px 0;
    color: #fff;
}
.LoginSection .LoginBox form {
    /* float: right; */
    width: 100%;
    display: block;
    align-content: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.form-control {
    float: right;
    width: 100%;
    font-size: 13px;
    height: 44px;
    /*border-bottom: 3px solid var(--second);*/
    color: var(--first);
}
.form-group {
    float: right;
    width: 98%;
    margin: 0 1% 10px;
}

.btn {
    float: right;
    width: 100%;
    background: var(--green);
    color: #fff;
    padding: 10px 0;
    font-size: 15px;
    font-weight: 400;
}
.btn:hover {
    opacity: 0.9;
    color: #fff;
}

nav {
    position: fixed;
    right: 0;
    top: 0;
    width: 250px;
    height: 100%;
    background: #ffffff;
    box-shadow: 0 -13px 21px #e6e6e6;
    padding: 60px 10px;
    overflow: auto;
    transition: 0.5s;
}
.DashboardSection {
    float: right;
    width: 100%;
    min-height: 100vh;
    background: #f0f0f0;
}
nav #DashboardLogo {
    float: right;
    width: 80%;
    margin: 0 10%;
}

nav .List_Of_Menu {
    float: right;
    width: 100%;
    margin: 20px 0 0 0;
}
nav .List_Of_Menu ul {
    float: right;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}
nav .List_Of_Menu ul li {
    float: right;
    width: 100%;
}
nav .List_Of_Menu ul li a {
    float: right;
    color: var(--first);
    fill: var(--first);
    padding: 16px;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    width: 100%;
    align-items: center;
    text-align: right !important;
    position: relative;
    text-decoration: none;
}
.page-template-financial .form-group.half {
    width: 100%;
}
.List_Of_Menu ::before {
    font-size: 24px;
}
nav .List_Of_Menu ul li a svg {
    width: 20px;
    height: 20px;
    float: right;
    margin: 0 0 0 8px;
}
nav .List_Of_Menu ul li a span {
    float: right;
    font-size: 14px;
    font-weight: normal;
    text-align: right !important;
    margin-right: 8px;
}
i.las.la-tachometer-alt {
    margin: 0;
    padding: 0;
}
.MenuListDashboard i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
}
nav .List_Of_Menu ul li ul {
    background: #fafafa;
    display: none;
}
nav .List_Of_Menu ul li ul.active {
    display: block;
}

.main {
    float: right;
    width: 100%;
    padding: 40px 250px 40px 50px;
}
.main .content {
    float: right;
    background: #fff;
    box-shadow: -20px -20px 40px #fff,20px 20px 40px #f2f2f2,inset 20px 20px 40px #f4f4f4;
    padding: 40px;
    border-radius: 24px;
    width: 100%;
    position: relative;
}
.content.blur::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.8;
    right: 0;
    top: 0;
}
.List_Of_Menu i {
    margin: 0;
    padding: 0;
}
.main .content .title {
    float: right;
    width: 100%;
    font-size: 20px;
    text-align: right;
    color: var(--first);
    border-bottom: 2px dashed #e1e1e1;
    padding: 0 10px 10px;
}
.la-angle-down:before {
    content: '\f107';
    font-size: 12px;
}
.MenuListDashboard .la-angle-down:before{
    display: none !important;
}
.List_Of_Menu .sub_menu {
    padding-right: 12px !important;
}
.table.ListTable {
    float: right;
    width: 100%;
    border: 1px solid #eee;
    border-radius: 6px;
    margin: 13px 0 0 0;
}
.table.ListTable th {
    background: var(--first);
    color: #fff;
    font-size: 13px;
    text-align: center;
    font-weight: normal;
    padding: 20px 40px;
    width: 100px;
}
.table.ListTable td {
    text-align: right;
    color: #333;
    font-weight: normal;
    padding: 16px 0;
    font-size: 13px;
    text-align: center;
}
.form-group.third {
    width: 31%;
}
.form-group label {
    text-align: right;
    float: right;
    width: 100%;
    font-size: 14px;
}
.main .content form {
    float: right;
    width: 100%;
    margin: 10px 0;
    padding: 10px;
}
.form-group.half {
    width: 48%;
}

.form-control.half {
    width: 48%;
    margin: 0 1%;
}

.form-group .Img_selector {
    float: right;
    width: 100%;
    border: 1px solid #EEE;
    position: relative;
}
.form-group .Img_selector .thumb {
    width: 150px;
    height: 150px;
    float: right;
    background-color: #F5F5F5;
    background-size: cover;
    background-position: center;
}
.form-group .Img_selector .box_upload {
    float: right;
    width: calc(100% - 150px);
    height: 150px;
    display: inline-grid;
    align-content: center;
    text-align: center;
    background: #FAFAFA;
    position: relative;
}
.form-group .Img_selector .box_upload svg {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    fill: #3dd598;
}
.form-group .Img_selector .box_upload span {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    margin: 4px 0 0 0;
    color: #3dd598;
}
.form-group .Img_selector .box_upload input {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9;
    opacity: 0;
    cursor: pointer;
}

.MessageLog {
    position: fixed;
    width: 100%;
    background: #eee;
    height: 60px;
    bottom: -100px;
    right: 0;
    z-index: 99999;
    text-align: center;
    display: inline-grid;
    align-content: center;
    align-items: center;
    transition: 0.5s;
}
.MessageLog.active {
    bottom: 0;
    transition: 0.5;
}
.MessageLog.s {
    background: #76c160;
    color: #fff;
}
.MessageLog.e {
    background: #ff0039;
    color: #fff;
}
.table.ListTable td a {
    background: var(--second);
    color: #000;
    font-size: 9px;
    padding: 5px 18px;
    border-radius: 6px;
    text-decoration: none;
}
.Show_Order.table {
    float: right;
    width: 100%;
    text-align: right;
}
.Show_Order.table th {
    background: var(--second);
    font-weight: normal;
    border: none;
    font-size: 15px;
    border-bottom: 1px solid;
}
.Show_Order.table td {
    font-size: 15px;
    font-weight: normal;
    border-bottom: 1px solid var(--first);
    width: 25%;
}
.checkbox-technician label {
    width: 25%;
}
#DetailAjax {
    float: right;
    width: 100%;
    border: 2px solid #eee;
    padding: 10px;
    border-radius: 6px;
}
.form-group.checkbox-technician {
    margin: 28px 16px;
}
#DetailAjax > span {
    float: right;
    width: 100%;
    margin: 0 0 10px 0;
    text-align: right;
    font-size: 20px;
    color: var(--first);
    border-bottom: 1px solid #eee;
    padding: 5px;
}
.form-group.two {
    width: 18%;
}
#DetailAjax .form-group.two {
    border: 1px solid var(--first);
    padding: 10px 10px 3px 10px;
    border-radius: 6px;
}

.Ticket_list {
    float: right;
    width: 100%;
    border: 2px solid #eee;
    padding: 20px;
    text-align: right;
    border-radius: 6px;
}
.Ticket_list span {
    float: right;
    width: 100%;
    font-size: 17px;
    color: var(--first);
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}
.MenuListDashboard {
    float: revert;
    width: 100%;
}
.ResendCode {
    float: right;
    width: 100%;
    text-align: right;
    margin: 20px 0 0 0;
    font-size: 14px;
    color: #222;
    border: none !important;
    padding: 10px 0;
}
.ResendCode span {
    float: right;
    color: #fff;
}
.MenuListDashboard ul {
    float: right;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}

.MenuListDashboard ul li {
    float: right;
    width: 23%;
    margin: 10px 1% 10px;
}

.MenuListDashboard ul li ul {
    display: none;
}

.MenuListDashboard ul li a {
    float: right;
    width: 100%;
    height: 150px;
    border: 1px solid #eee;
    display: inline-grid;
    align-items: center;
    align-content: center;
    background: var(--second);
    border-radius: 6px;
    color: #000;
    fill: #000;
    text-decoration: none;
}

.MenuListDashboard ul li a svg {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 auto 12px;
}

.MenuListDashboard ul li a:hover {
    background: var(--first);
    color: #fff;
    fill: #fff!important;
}

.MenuListDashboard ul li a:hover g {
    fill: #fff!important;
}

.Box_Access {
    float: right;
    width: 100%;
    text-align: right;
    border: 2px solid #eee;
    padding: 10px;
    border-radius: 6px;
    margin: 5px 0 10px;
}
.Box_Access .Title {
    float: right;
    width: 100%;
    color: var(--first);
    border-bottom: 1px solid;
    padding: 5px;
    margin: 0 0 10px;
}
.Box_Access .form-group .desc {
    font-size: 12px;
    font-weight: normal;
}
.Box_Access .form-group {
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 6px;
    height: 45px;
}
.user-right img {
    width: 64px;
    height: 64px;
    border-radius: 72px;
}
.detail_user {
    float: right;
    text-align: right;
    padding: 8px;
    margin: 40px 0 0 0;
    display: flex;
    align-items: center;
    width: 100%;
    flex-direction: column;

}
.BackToLogin {
    float: left;
    background: #000;
    color: #fff;
    padding: 4px 12px;
    border-radius: 6px;
    margin: 0;
    width: 70px;
    margin-right: calc(100% - 80px);
    font-size: 13px;
    text-align: center;
    margin-top: -38px;
}
.detail_user img.img-style {
    width: 40px;
    padding-left: 8px;
}
.detail_user .name {
    float: right;
    width: 100%;
    color: var(--first);
    font-weight: 600;
    font-size: 15px;
    line-height: 40px;
}
.detail_user .side {
    display: inline-block;
    background: var(--second);
    color: #000;
    font-size: 11px;
    padding: 4px 14px;
    font-weight: normal;
    border-radius: 6px;
    margin: 4px 0 0 0;
}

.main .content form > span {
    float: right;
    width: 100%;
    text-align: right;
    font-size: 20px;
    color: var(--first);
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    margin: 0 0 8px 0;
}
#Tech_DetailAjax , #internal_Tech_DetailAjax {
    float: right;
    width: 100%;
    border: 1px solid #eee;
    border-radius: 6px;
}
#Tech_DetailAjax label ,  #internal_Tech_DetailAjax label {
    float: right;
    width: 100%;
    height: 50px;
    display: inline-grid;
    align-content: center;
    background: #eee;
    border-radius: 6px;
    margin: 11px 0 0 0;
    position: relative;
}
#Tech_DetailAjax label input ,  #internal_Tech_DetailAjax label input {
    float: right;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    cursor: pointer;
}
#Tech_DetailAjax label.active ,  #internal_Tech_DetailAjax label.active {
    background: var(--second);
}
#Tech_DetailAjax .done_Btn {
    background-color: #28a745 !important;
    color: #fff;
}
#Tech_DetailAjax .cancel_Btn {
    background-color: #ff3030;
    color: #fff;
}
#Tech_DetailAjax .Sub_Btn {
    font-size: 9px;
}
.InvoiceMaker label {
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    height: auto !important;
}
.box_status_return {
    float: right;
    width: 100%;
    text-align: right;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 6px;
    display: none;
}
#Tech_DetailAjax .box_status_return label {
    float: right;
    width: 100%;
    height: auto;
    margin: 0 0 6px 0;
    background: transparent;
}
.box_status_return.active {
    display: block;
}
.list_tech_financial.show_in_mobile_techfin {
    display: none;
} 
.InvoiceMaker {
    float: right;
    width: 100%;
    background: #ffffc6;
    padding: 20px;
    border: 3px solid var(--first);
    border-radius: 6px;
    margin: 7px 0 7px 0;
}
.InvoiceMaker .header_invoice {
    float: right;
    width: 100%;
    border-bottom: 1px dashed var(--first);
}
.InvoiceMaker label {
    float: right !important;
    width: auto !important;
}
.InvoiceMaker .value {
    float: right;
    width: auto;
    color: var(--first);
    font-weight: bold;
    margin: -2px 8px 0 0;
}

.List_Of_piece {
    float: right;
    width: 100%;
    margin: 10px 0 10px 0;
}
.List_Of_piece ul {
    float: right;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}
.List_Of_piece ul li {
    float: right;
    width: 33.3%;
    text-align: center;
    padding: 10px;
    border: 1px solid var(--first);
    margin: 0;
}
.List_Of_piece ul.head_in li {
    background: var(--first);
    color: #fff;
    font-weight: normal;
}
.invoice_box_temp {
    display: none;
}
.List_Of_piece .add_box_temp {
    float: right;
    width: 100%;
    background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgb(65, 65, 65) 50%, rgb(172, 172, 172) 100%);
    text-align: center;
    padding: 15px;
    margin: 11px 0 0 0;
    border-radius: 6px;
    cursor: pointer;
    color: #fff;
}
.List_Of_piece .add_box_temp:hover {
    background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgb(65, 65, 65) 21%, rgb(172, 172, 172) 100%);
}
.List_Of_piece .place_box_temp {
    float: right;
    width: 100%;
}
.other_price {
    float: right;
    width: 100%;
    margin: 15px 0 0 0;
    border: 3px solid var(--first);
    padding: 14px;
    border-radius: 6px;
}

.TotalInvoice {
    float: right;
    width: 100%;
    margin: 12px 0 9px 0;
    border: 4px solid var(--second);
}
.TotalInvoice table {
    float: right;
    width: 100%;
    text-align: center;
}
.TotalInvoice table th {
    background: var(--second);
    text-align: center;
    width: 30%;
    font-size: 13px;
    font-weight: normal;
    padding: 14px;
    border-bottom: 1px solid #eee;
}
.TotalInvoice table td {
    width: 70%;
    text-align: right;
    padding: 12px;
    border-bottom: 1px solid #ccc;
}
.TotalInvoice table td i {
    font-style: normal;
    font-size: 16px;
}
.TotalInvoice table td b {
    font-weight: normal;
    font-size: 13px;
}

.Wallet_Detail {
        float: right;
    width: 100%;
    border: 1px solid var(--second);
    padding: 10px;
    border-radius: .25rem;
    margin: 12px 0 16px 0;
    /* background: var(--second); */
    gap: 10px;
    display: flex
;
    flex-direction: row;
    justify-content: center;
}
.Wallet_Detail .Your_wallet {
    float: right;
    width: 100%;
    text-align: center;
    font-size: 12px;
    font-weight: normal;
    /* background: #f5f5f5; */
    border-radius: 5px;
    background-color: #6bd96b;
    display:flex;
    flex-direction:column;
    padding: 5px;
}
.Wallet_Detail .Your_wallet i {
    font-style: normal;
    font-size: 20px;
    margin: 0 0 0 5px;
    color: var(--first);
}
.Wallet_Detail .Your_Debt {
   float: right;
    width: 100%;
    text-align: center;
    font-weight: normal;
    font-size: 12px;
    border-radius: 5px;
    padding: 10px;
    display: flex
;
    background: var(--second);
    flex-direction: column;
}
.Wallet_Detail .Your_Debt i {
        font-style: normal;
    font-weight: bold;
    font-size: 14px;
    margin: 0 0 0 4px;
}

.Charge_Wallet {
    float: right;
    width: 100%;
    list-style: none;
    padding: 10px;
    margin: 0;
    cursor: pointer;
}
.Charge_Wallet li {
    float: right;
    width: 18%;
    margin: 0 1%;
}
.Charge_Wallet li a {
    float: right;
    width: 100%;
    background: #fefefe;
    height: 65px;
    text-align: center;
    display: inline-grid;
    align-content: center;
    border: 1px solid #eee;
    border-radius: 6px;
    text-decoration: none;
    color: #fff;
    background: var(--first);
}
.Charge_Wallet li a:hover {
    background: var(--second);
}

.ShowTicket {
    float: right;
    width: 100%;
    border: 2px solid var(--first);
    border-radius: 6px;
    padding: 20px;
}
.ShowTicket .form-group.third {
    border-bottom: 1px dashed var(--first);
    padding: 10px;
}
.ShowTicket .form-group.third label {
    float: right;
    width: auto;
    text-align: right;
}
.ShowTicket .form-group.third span {
    float: right;
    margin: -2px 8px 0 0;
    color: var(--first);
}
.ShowTicket .ticket_content {
    float: right;
    width: 100%;
    text-align: right;
    border: #fff;
    box-shadow: 0 0 10px #eee;
    padding: 20px;
    border-radius: 6px;
}
.ShowTicket .Signature {
    background: var(--second);
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
}
.ShowTicket .Signature .name {
    display: inline-block;
    border-left: 1px solid #eee;
    padding: 0 6px;
    margin: 0 0 0 3px;
}

.DownloadBox {
    display: block;
    width: 100%;
    margin: 0 0 8px 0;
}
.DownloadBox a {
    background: var(--first);
    color: #fff;
    font-size: 13px;
    padding: 10px 17px;
    margin: 0 0 4px 0;
    display: inline-block;
    border-radius: 5px;
    text-decoration: none;
}
.ReplayTicket {
    float: right;
    width: 100%;
    padding: 20px;
    border: 2px solid var(--first);
    border-radius: 6px;
    margin: 14px 0 0 0;
}

.other_text a {
    float: right;
    width: 100%;
    margin: 10px 0 0 0;
    color: #ff0039;
    border: 1px solid;
    padding: 10px;
    border-radius: 6px;
    font-size: 13px;
    text-decoration: none;
}
.btn.e {
    background: #ff0039;
}
.btn.s {
    background: #00bd00;
}

.select2-container--default .select2-results > .select2-results__options li {
    text-align: right;
    font-size: 14px;
    padding: 10px;
}
.select2.select2-container .select2-selection.select2-selection--single {
    height: 46px;
    border-bottom: 3px solid var(--second);
    align-content: center;
    align-items: center;
    display: inline-grid;
    width: 100%;
    font-family: IRANSans;
    font-size: 13px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    right: auto;
    left: 3px;
    top: 11px;
}
.select2-container--default .select2-results > .select2-results__options li {
    text-align: right;
    font-size: 14px;
    padding: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    right: auto !important;
    left: 3px;
    top: 11px !important;
}
.select2-container--default .select2-results > .select2-results__options li {
    text-align: right;
    font-size: 14px;
    padding: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
    right: 11px;
    position: absolute;
    font-size: 20px;
}

.dataOFTechnician {
    float: right;
    width: 100%;
    background: var(--second);
    margin: 0 0 15px 0;
    padding: 10px;
    border-radius: 6px;

}
.dataOFTechnician table {
    float: right;
    width: 100%;
    text-align: right;
}
.dataOFTechnician table th {
    width: 25%;
    border-bottom: 1px solid #fff;
    padding: 10px;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
}
.dataOFTechnician table td {
    width: 25%;
    text-align: center;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    font-size: 20px;
    color: #fff;
}
.dataOFTechnician table tr td:nth-child(4) {
    border-left: 0;
}
.select2.select2-container {
    width: 100% !important;
}

.ListOfTicketOrder {
    float: right;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}
.ListOfTicketOrder li {
    float: right;
    width: 100%;
}
.ListOfTicketOrder li a {
    float: right;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,.13);
    margin: 15px 0;
    padding: 19px;
    border-radius: 6px;
    display: inline-flex;
    align-content: center;
    align-items: center;
}
.ListOfTicketOrder li a span {
    float: right;
    width: 20%;
    border: 0;
    font-size: 13px;
    border-right: 1px solid #eee;
    padding: 0 10px;
    color: #000;
}
.ListOfTicketOrder li a span:first-child {
    width: 40%;
    border: 0;
}
.ListOfTicketOrder li a span b {
    font-weight: normal;
}
.ListOfTicketOrder li a span i {
    font-weight: 500;
    font-style: normal;
    font-size: 15px;
}
.ListOfTicketOrder li a span.btnShow {
    background: var(--second);
    text-align: center;
    padding: 9px;
    border-radius: 6px;
    font-weight: normal;
}
.ListOfTicketOrder li a:hover {
    background: var(--second);
    color: #fff !important;
    text-decoration: none;
}
.dataOFTechnician.error {
    background: #fe5959;
}
.table.ListTable td .minus {
    background: #ff0039;
    color: #fff;
    font-size: 13px;
    padding: 5px 10px;
    border-radius: 6pc;
    font-size: 11px;
}
.table.ListTable td .plus {
    background: green;
    color: #fff;
    font-size: 13px;
    padding: 5px 10px;
    border-radius: 6pc;
    font-size: 9px;
}
.Payment {
    float: right;
    width: 100%;
    background: #ff0039;
    text-align: center;
    color: #fff;
    padding: 40px 10px;
    border-radius: 6px;
    margin: 0 0 14px 0;
    font-size: 17px;
}
.Payment.success {
    background: #429f42;
}

.filter {
    float: right;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 10px 0 10px 0;
}
.filter li {
    margin: 0;
    padding: 0;
    background: transparent !important;
    box-shadow: none !important;
    float: right;
    width: auto !important;
}
.filter li a:hover, .filter li.active a {
    border-bottom: 4px solid var(--second);
    color: var(--first);
}
.table.filter_tbl tr {
    visibility: collapse;
}
.table.filter_tbl tr.active {
    visibility: visible;
}

.dontEdit {
    position: relative;
}
.dontEdit::after {
    position: absolute;
    content: "غیر قابل ویرایش";
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    background: rgba(0,0,0,0.8);
    border: 1px solid;
    border-radius: 6px;
    font-size: 15vh;
    color: rgba(255,255,255,0.7);
    text-align: center;
    display: inline-grid;
    align-content: center;
    cursor: not-allowed;
    opacity: 0.6;
}
#request_invoice {
    float: right;
    width: 100%;
    border: 2px solid var(--first);
    border-radius: 6px;
    padding: 16px;
}
#request_invoice h3 {
    float: right;
    width: 100%;
    text-align: right;
    font-size: 21px;
    font-weight: ;
    color: var(--first);
    border-bottom: 1px solid #eee;
    padding: 0 0 10px;
}
#request_invoice .Have_invoice {
    float: right;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 6px 0 21px 0;
}
#request_invoice .Have_invoice li {
    float: right;
    width: ;
    width: 48%;
    margin: 0 1%;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.12);
    padding: 17px;
    border-radius: 6px;
    position: relative;
}
#request_invoice .Have_invoice li input {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}
#request_invoice .Have_invoice li.yes:hover , #request_invoice .Have_invoice li.yes.active {
    background: green;
    color: #fff;
}
#request_invoice .Have_invoice li.no:hover, #request_invoice .Have_invoice li.no.active {
    background: #ff0039;
    color: #fff;
}

#request_invoice .next_step {
    float: right;
    width: 100%;
    margin: 8px 0;
    display: none;
}
#request_invoice .next_step.active{
    display: block;
}
#request_invoice .next_step .Type_Of_send_invoice {
    float: right;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 10px 0;
}
#request_invoice .next_step .Type_Of_send_invoice li {
    float: right;
    width: 31.3%;
    margin: 0 1%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.15);
    text-align: center;
    padding: 19px;
    border-radius: 6px;
    color: var(--first);
    font-size: 15px;
    position: relative;
}
#request_invoice .next_step .Type_Of_send_invoice li input {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    cursor: pointer;
    opacity: 0;
}
#request_invoice .next_step .Type_Of_send_invoice li:hover, #request_invoice .next_step .Type_Of_send_invoice li.active {
    background: var(--second);
    color: #fff;
}

.next_step_two {
    float: right;
    width: 100%;
}
.next_step_two .form-group {
    display: none;
}
.next_step_two .form-group.active {
    display: block;
}

.SearchBox {
    float: right;
    width: 100%;
    position: relative;
}
.SearchBox .titleBox {
    float: right;
    width: 100%;
    text-align: right;
    background: #eee;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    color: var(--first);
    margin: 6px 0 6px 0;
    cursor: pointer;
}
.SearchBox #SearchList {
    width: 100%;
    display: none;
    background: #f7f7f7;
    border: 1px solid #eee;
    padding: 14px 0 0 0;
    margin: -6px 0 0 0;
}
.SearchBox #SearchList.active {
    display: block;
}
nav .MobileMenu{
    display: none;
}

.ListOfTicketOrder.desc {
    margin-top:30px;
}
.ListOfTicketOrder.desc li a {
    display: block !important;
    text-align: right;
    color: #000;
    font-weight: normal;
}
.ListOfTicketOrder.desc li a span {
    width: auto;
    border: 0;
    float: none !important;
    background: var(--second);
    color: #000;
    font-size: 13px;
    border-radius: 6px;
    padding: 6px;
}
.addPlaceObjectionslist {
    float: left;
    width: 30%;
    background: var(--second);
    text-align: center;
    margin: 0 0 11px 0;
    padding: 10px;
    border-radius: 6px;
    font-size: 13px;
    cursor: pointer;
}


#PopUpCustomerList .customerList {
    float: right;
    width: 100%;
}
#PopUpCustomerList .customerList h1 {
    float: right;
    width: 100%;
    background: var(--second);
    font-size: 20px;
    text-align: center;
    padding: 15px;
    color: #000;
    font-weight: 500;
}
#PopUpCustomerList .customerList .List_of_customer {
    float: right;
    width: 100%;
    padding: 10px;
}
#PopUpCustomerList .customerList .List_of_customer .listCustomerFound {
    list-style: none;
    padding: 0;
    margin: 0;
}
#PopUpCustomerList .customerList .List_of_customer .listCustomerFound .customerItem {
    float: right;
    width: 100%;
    text-align: right;
    border: 1px dashed #ccc;
    padding: 10px;
}
#PopUpCustomerList .customerList .List_of_customer .itemCustomer {
    float: right;
    width: 50% !important;
    border-left: 2px solid var(--second);
    padding: 10px;
    border-bottom: 2px solid var(--second);
}
#PopUpCustomerList .customerList .List_of_customer .itemCustomer:nth-child(2) {
    border-left: 0;
}
#PopUpCustomerList .customerList .List_of_customer .itemCustomer:nth-child(4) {
    border: 0;
}
#PopUpCustomerList .customerList .List_of_customer .itemCustomer span {
    font-size: 14px;
    color: var(--first);
}
#PopUpCustomerList .customerList .List_of_customer .itemCustomer b {
    font-size: 15px;
    color: #000;
    font-weight: 500;
}
#PopUpCustomerList .customerList .List_of_customer .itemCustomer:nth-child(3) {
    border-bottom: 0;
}
#PopUpCustomerList .customerList .List_of_customer .listCustomerFound .customerItem .list_of_order_customer {
    float: right;
    width: 100%;
    border: 1px solid #eee;
    text-align: center;
    margin: 10px 0 0 0;
    background: #fdfdfd;
}
#PopUpCustomerList .customerList .List_of_customer .listCustomerFound .customerItem .list_of_order_customer h3 {
    font-size: 18px;
    margin: 0 0 0 0;
    padding: 10px;
    color: var(--first);
    cursor: pointer;
}
#PopUpCustomerList .customerList .List_of_customer .listCustomerFound .customerItem .list_of_order_customer .body_list_order_customer {
    float: right;
    width: 100%;
    display: none;
}
#PopUpCustomerList .customerList .List_of_customer .listCustomerFound .customerItem .list_of_order_customer.active .body_list_order_customer {
    display: block;
}

#PopUpCustomerList .customerList .List_of_customer .listCustomerFound .customerItem .SelectCustomerItem {
    float: left;
    width: 100%;
    background: var(--first);
    text-align: center;
    color: #fff;
    padding: 10px;
    margin: 11px 0 0;
    font-size: 14px;
    border-radius: 6px;
    cursor: pointer;
}
#PopUpCustomerList .customerList .List_of_customer .listCustomerFound .customerItem .SelectCustomerItem:hover {
    opacity: 0.8;
}

li {
}
#PopUpCustomerList .customerList .List_of_customer .listCustomerFound .customerItem .list_of_order_customer .body_list_order_customer .order_list_item_customer {
    float: right;
    width: 100%;
    list-style: none;
    padding: 10px;
    height: 300px;
    overflow: auto;
}
#PopUpCustomerList .customerList .List_of_customer .listCustomerFound .customerItem .list_of_order_customer .body_list_order_customer .order_list_item_customer li {
    float: right;
    width: 100%;
    border: 1px dashed #eee;
    padding: 5px;
    margin: 0 0 10px;
    display: flex;
}
#PopUpCustomerList .customerList .List_of_customer .listCustomerFound .customerItem .list_of_order_customer .body_list_order_customer .order_list_item_customer li .item_order {
    border-left: 1px solid #ccc;
    padding: 5px;
    width: 100%;
}
#PopUpCustomerList .customerList .List_of_customer .listCustomerFound .customerItem .list_of_order_customer .body_list_order_customer .order_list_item_customer li .item_order span {
    width: 100%;
    text-align: center;
    font-size: 13px;
    display: block;
    color: var(--first);
}
#PopUpCustomerList .customerList .List_of_customer .listCustomerFound .customerItem .list_of_order_customer .body_list_order_customer .order_list_item_customer li .item_order b {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: normal;
}
#PopUpCustomerList .customerList .List_of_customer .listCustomerFound .customerItem .list_of_order_customer .body_list_order_customer .order_list_item_customer li .item_order:last-child {
    border: 0;
}

.returnOrderStatus {
    float: left;
    width: 100%;
    margin: 10px 0 10px 0;
}
.returnOrderStatus .returnBTN {
    float: left;
    background: #ff0039;
    color: #fff;
    font-size: 13px;
    padding: 20px 20px;
    border-radius: 5px;
    cursor: pointer;
}
.returnOrderStatus #ReturnOrderAjax {
    float: right;
    width: 100%;
    border: 2px solid #ff0039;
    padding: 20px;
    border-radius: 6px;
    display: none;
}
.returnOrderStatus #ReturnOrderAjax h3 {
    float: right;
    width: 100%;
    text-align: right;
    font-size: 20px;
    font-weight: 500;
    border-bottom: 1px solid #eee;
    color: var(--first);
    padding: 10px;
}
.returnOrderStatus.active #ReturnOrderAjax {
    display: block;
}

#PopUpOrderReturn h1 {
    float: right;
    width: 100%;
    text-align: center;
    background: var(--second);
    font-size: 23px;
    padding: 10px;
}
#PopUpOrderReturn p {
    float: right;
    width: 100%;
    padding: 20px;
    text-align: right;
    font-size: 17px;
}
.next_step_two #DownloadInvoice {
    float: left;
    background: #ff0039;
    color: #fff;
    font-size: 13px;
    padding: 10px 20px;
    margin: 0 0 14px 0;
    border-radius: 6px;
    cursor: pointer;
    text-decoration: none;
}

.itemOrderBox {
    float: right;
    width: 100%;
    margin: 16px 0;
    border-radius: 6px;
    position: relative;
    background: #fefefe;
    box-shadow: 0 0 20px rgba(0,0,0,0.12);
    padding: 20px;
}
.filter li a {
    float: right;
    width: 100%;
    text-align: center;
    text-decoration: none;
    color: #000;
    padding: 10px !important;
    border-bottom: 3px solid #eee;
    padding: 12px 24px !important;
    font-size: 13px;
    font-weight: normal;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 24px !important;
    padding-right: 20px !important;
}
.select2-container--default .select2-selection--single .select2-selection__clear {

    float: left !important;
}

.itemOrderBox .n_invoice {
    position: absolute;
    right: 0;
    width: 151px;
    font-size: 10px;
    background: #ff0039;
    color: #fff;
    text-align: center;
    top: -13px;
    padding: 5px 0;
    border-radius: 6px;
}
.itemOrderBox.active{
    display: block;
}
.itemOrderBox .header_order {
    float: right;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}
.itemOrderBox .header_order li {
    float: right;
    width: 23%;
    text-align: right;
    padding: 0;
    border-bottom: 1px solid #eee;
    height: 48px;
    margin: 4px 8px;
}
.itemOrderBox .header_order li span {
    font-size: 13px;
    color: var(--first);
}
.itemOrderBox .header_order li b {
    display: contents;
    font-size: 14px;
    padding: 4px 6px;
    font-weight: 500;
    border-radius: 6px;
    height: 36px;
    overflow: hidden;
    line-height: 1;
    margin: 0 0 -5px 0;
    max-width: 139px;
}
.order_internal_style {
    width: 100% !important;
    display: flex;
}
.order_internal_style a {
    display: flex;
    width: 58px;
    float: left;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
}
.order_internal_style .print {
    width: 80px;
    font-size: 13px;
    display: flex;
    align-content: center;
    align-items: center;
}
.itemOrderBox a {
    float: right;
    background: var(--second);
    color: #000;
    font-size: 13px;
    padding: 8px 24px;
    border-radius: 6px;
    text-decoration: none;
    margin: 8px 24px 8px 0;
    font-weight: normal;
}
.itemOrderBox a.view {
    float: left;
    background: var(--first);
    color: #fff;
    top: 59px;
}
.itemOrderBox:hover {
    background: #fafafa;
    border-color: var(--first);
}
.itemOrderBox .edit {
    margin-right: 0 !important;
}
.crmMessage {
    float: right;
    width: 100%;
    margin: 15px 0 10px 0;
    border: 2px solid #eee;
    border-radius: 6px;
    padding: 10px;
}
.crmMessage .desc {
    float: right;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 12px 0 0 0;
}
.crmMessage .desc li {
    float: right;
    width: 100%;
}
.crmMessage .desc li a {
    float: right;
    width: 100%;
    text-align: right;
    display: flex;
    align-content: center;
    background: #ffff;
    box-shadow: 0 0 10px #eee;
    border-radius: 6px;
    padding: 15px;
    margin: 12px 0;
    align-items: center;
    flex-direction: column-reverse;
}
.box_status_return .form-group {
    width: 96%;
}
.crmMessage .desc li a .contentDescription {
    float: right;
    width: 100%;
    margin: 0;
    background: var(--first);
    padding: 20px;
    color: #fff;
    border-radius: 0 0 6px 6px;
}
.crmMessage .desc li a .contentDescription h3 {
    float: right;
    width: 100%;
    font-size: 18px;
    margin: 0 0 5px 0;
    color: #fff;
}
.crmMessage .desc li a .contentDescription p {
    float: right;
    width: 100%;
    font-size: 15px;
    color: #eee;
    font-weight: normal;
    line-height: 2;
}
.crmMessage .desc li a .DetailDescription {
    float: left;
    width: 100%;
    text-align: right;
    display: flex;
    background: var(--second);
    border-radius: 6px 6px 0 0;
    padding: 2px;
}
.crmMessage .desc li a .DetailDescription .item_list {
    float: right;
    width: 100%;
    border-bottom: 1px solid #eee;
    padding: 5px 0;
    text-align: center;
}
.crmMessage .desc li a .DetailDescription .item_list span {
    color: #000;
    font-size: 13px;
    font-weight: normal;
}
.crmMessage .desc li a .DetailDescription .item_list b {
    font-size: 14px;
    font-weight: 500;
    color: var(--first);
}
.FourceChoseTec.active {
    display: block;
}
.FourceChoseTec {
    float: left;
    background: var(--teal);
    color: #fff;
    font-size: 13px;
    padding: 14px 44px;
    border-radius: 50px;
    margin: 0 0 10px 0;
    cursor: pointer;
    display: none;
}

.messageCRM {
    float: left;
    position: relative;
    margin: 0 0 15px 0;
    z-index: 999;
}
.messageCRM .CrmBTnMessage {
    float: left;
    width: 200px;
    background: var(--teal);
    text-align: center;
    color: #fff;
    font-size: 14px;
    padding: 10px;
    border-radius: 50px;
    cursor: pointer;
}
.messageCRM .CrmListMessage {
    float: right;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 10px #ccc;
    /*position: absolute;*/
    top: 100%;
    padding: 23px;
    border-radius: 10px;
    z-index: 999;
    display: none;
}
.messageCRM .CrmListMessage .btn {
    float: left;
    width: 50%;
}
.messageCRM .CrmListMessage a {
    float: right;
    width: 40%;
    background: #ccc;
    text-align: center;
    color: #000;
    padding: 7px;
    border-radius: 6px;
}
.messageCRM .CrmListMessage.active {
    display: block;
}

.messageCRM.note {
    float: right;
}
.messageCRM.note .CrmBTnMessage {
    float: right;
    background: #369;
}

staticBackdropLabel h1 {
}
#ExitPanel h1 {
    float: right;
    width: 100%;
    text-align: center;
    font-size: 30px;
    margin: 30px 0 0 0;
    color: var(--first);
}
#ExitPanel .ExitSistem {
    float: right;
    width: 50%;
    list-style: none;
    text-align: center;
    display: flex;
    margin: 40px 25% 40px 0;
}
#ExitPanel .ExitSistem li {
    float: right;
    width: 48%;
    margin: 0 1%;
}
#ExitPanel .ExitSistem li a {
    background: var(--teal);
    width: 100%;
    float: right;
    color: #fff;
    font-size: 13px;
    padding: 14px 0;
    border-radius: 50px;
    text-decoration: none;
}
#ExitPanel .ExitSistem li a.no {
    background: #ff0039;
}
.filter li i {
    float: left;
    font-style: normal;
    width: 34px;
    height: 20px;
    display: inline-grid;
    align-content: center;
    background: #e0e0e0;
    border-radius: 6px;
    margin: 0 8px 0 0;
    font-size: 13px;
}

#AllowNagetiveInvoice {
    float: right;
    width: 100%;
    border: 2px solid #ff0039;
    border-radius: 6px;
    padding: 19px;
}
#AllowNagetiveInvoice h2 {
    float: right;
    width: 100%;
    text-align: right;
    font-size: 25px;
    font-weight: 500;
    color: var(--first);
    border-bottom: 1px solid #eee;
    padding: 10px;
}
#AllowNagetiveInvoice .selectStatusInput {
    float: right;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 10px 0 15px 0;
    display: flex;
}
#AllowNagetiveInvoice .selectStatusInput li {
    float: right;
    width: 50%;
    margin: 0 auto;
    text-align: center;
}
#AllowNagetiveInvoice .selectStatusInput li label {
    float: right;
    width: 98%;
    background: #e7e7e7;
    margin: 0 1%;
    border-radius: 6px;
    padding: 20px 0;
    position: relative;
}
#AllowNagetiveInvoice .selectStatusInput li label input {
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    right: 0;
    cursor: pointer;
    opacity: 0;
}
#AllowNagetiveInvoice .selectStatusInput li label:hover , #AllowNagetiveInvoice .selectStatusInput li label.active {
    background: #ff0039;
    color: #fff;
}
#AllowNagetiveInvoice .selectStatusInput li.yes label:hover , #AllowNagetiveInvoice .selectStatusInput li.yes label.active {
    background: green;
}
.table.ListTable tr.dont_allow td {
    background: #ffe9e9;
}

.contactListTechnician {
    position: fixed;
    right: 202px;
    top: 0;
    z-index: 999;
    height: 100%;
}
.contactListTechnician .ContactList {
    position: absolute;
    right: 0;
    top: 50px;
    width: 650px;
    background: #ffffff;
    box-shadow: 0 0 10px #ccc;
    padding: 30px;
    border-radius: 6px;
    display: none;
    height: 100%;
}
.contactListTechnician .icon {
    width: 80px;
    height: 80px;
    background: var(--teal);
    border-radius: 50%;
    display: inline-grid;
    align-content: center;
    border: 3px solid #fff;
    box-shadow: 0 0 10px #ccc;
    color: #fff;
    fill: #fff;
    cursor: pointer;
}
.contactListTechnician .icon svg {
    display: inline-block;
    width: 20px;
    height: 20px;
}
.contactListTechnician .icon span {
    display: inline-block;
    font-size: 10px;
    margin: 0px auto 0;
}
.contactListTechnician .ContactList #searchTech {
    float: right;
    width: 100%;
}
.contactListTechnician .ContactList .tech_list {
    float: right;
    width: 100%;
    list-style: none;
    padding: 0 0 0 0;
    margin: 10px 0 0 0;
    max-height: 80%;
    overflow: auto;
}
.Cart-Technician-style {
    width: 40%;
}
.technician-info-cart .style-technician-info-cart {
    display: flex;
    width: 80%;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}
.style-technician-info-cart li {
    background: #F5E5AE;
    padding: 4px;
    margin: 4px 6px;
    border-radius: 6px;
    font-size: 14px;
}
.style-technician-info-cart li:nth-child(2n) {
    background: #BFDAF3;
}
.contactListTechnician .ContactList .tech_list li {
    float: right;
    width: 100%;
    padding: 20px;
    text-align: right;
    font-size: 14px;
    background-color: #fdc50017;
    border-radius: 8px;
    margin: 6px 0;
}
.contactListTechnician .ContactList .tech_list li span {
    float: right;
}
.contactListTechnician .ContactList .tech_list li b {
    float: left;
    color: var(--first);
    font-weight: normal;
    font-size: 15px;
}
.contactListTechnician.active .ContactList {
    display: block;
}

.paginition {
    float: right;
    width: 100%;
    list-style: none;
    text-align: center;
    padding: 0;
    margin: 30px 0 9px 0;
}
.paginition li {
    display: inline-block;
}
.paginition li a {
    float: right;
    width: 40px;
    height: 40px;
    box-shadow: 0 0 10px #eee;
    display: inline-grid;
    align-content: center;
    border-radius: 5px;
    margin: 0 6px;
    color: var(--first);
    font-size: 14px;
    text-decoration: none;
}
.paginition li a.active , .paginition li a:hover {
    background: var(--first);
    color: #fff;
}
#ConvertToEcxel {
    float: right;
    background: var(--teal);
    text-align: center;
    color: #fff;
    font-size: 13px;
    padding: 10px 57px;
    border-radius: 50px;
    margin: 0 11px 0 0;
    position: relative;
    z-index: 1;
    cursor: pointer;
    text-decoration: none;
    font-weight: normal;
}
.table.ListTable td .minus.yellow {
    background: var(--second);
}

.select2-container--default .select2-selection--multiple {
    border: 1px solid #ccc!important;
    border-bottom: 4px solid var(--second)!important;
    min-height: 47px!important;
    text-align: center!important;
    font-size: 14px!important;
    font-family: iransans !important;
    font-weight: 600 !important;
}
.select2-container--default .select2-search--inline .select2-search__field {
    text-align: center!important;
    font-weight: 500!important;
    color: #666!important;
    font-family: iransans !important;
}
td .objection {
    background: var(--first);
    color: #fff;
    font-size: 9px;
    margin: 2px 2px;
    border-radius: 4px;
    padding: 2px 8px;
    float: right;
    font-weight: 400;
}
.style-Btn-CallLog td {
    border-bottom: none !important;
}
#CallLog  {
    width: 180px !important;
    float: right;
    color: #fff;
    background-color: #28a745;
    margin: 8px;
    padding: 18px;
    border-radius: 8px;
    font-size: 13px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
}

#CallLog:hover {
    text-decoration: none;
}

#PaymentNowTechModal .modal-content {
    padding: 30px;
}
#PaymentNowTechModal .modal-content h1 {
    float: right;
    width: 100%;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #ff0039;
}
#CallLog .las {
    font-size: 24px;
}
#PaymentNowTechModal .modal-content p {
    float: right;
    width: 100%;
    text-align: center;
    margin: 10px 0 22px 0;
    color: #000;
}
#PaymentNowTechModal .modal-content .paymentNowModalbtn {
    display: inline-block;
    background: var(--teal);
    color: #fff;
    font-size: 13px;
    padding: 15px 50px;
    border-radius: 5px;
}
.AddTOShaygan {
    float: right;
    width: 100%;
    background: #fff;
    padding: 20px;
    border-radius: 6px;
    margin: 0 0 30px 0;
    border: 2px solid var(--first);
    display: none;
}
body.page-template-in_order .AddTOShaygan {
    display: block;
}
.AddTOShaygan #SaveToShaygan {
    float: right;
    width: 100%;
    display: flex;
    align-content: center;
    align-items: center;
}
.AddTOShaygan #SaveToShaygan h1 {
    width: 200%;
    margin: 0 0 0 0;
    text-align: right;
    font-size: 18px;
}
.AddTOShaygan #SaveToShaygan select {
    margin: 0 0 0px 14px;
}
.unsync {
    background: #ff0039;
    color: #fff !important;
    font-size: 13px;
    border-radius: 6px;
    padding: 2px 6px;
}
.sync {
    background: var(--teal);
    color: #fff !important;
    font-size: 13px;
    border-radius: 6px;
    padding: 2px 6px;
}

.list_of_status {
    float: right;
    width: 100%;
    list-style: none;
    padding: 0;
    display: flex;
}
.list_of_status li {
    float: right;
    width: 98%;
    text-align: center;
    margin: 0 1%;
    background: #fff;
    box-shadow: 0 0 10px #eee;
    padding: 15px 0;
    border-radius: 6px;
    font-size: 13px;
    cursor: pointer;
}
#device_image_ajax h3 {
    float: right;
    width: 100%;
    text-align: right;
    font-size: 22px;
    color: var(--first);
    margin: 0 0 12px 0;
    border-bottom: 1px solid #eee;
    padding: 6px;
}
.DownloadIMG {
    float: right;
    width: 100%;
    background: #ff0039;
    text-align: center;
    color: #fff!important;
    font-size: 13px;
    padding: 10px;
    margin: 11px 0 0 0;
    border-radius: 6px;
}
#PopUpCustomerList .customerList .List_of_customer .listCustomerFound .customerItem .list_of_order_customer .body_list_order_customer .order_list_item_customer .view {
    background: var(--first);
    color: #fff;
    font-size: 11px;
    font-weight: normal;
    padding: 5px 10px;
    border-radius: 5px;
    display: inline-block;
    margin: 5px 0 0 0;
}

.itemOrderBox .header_order li span.back {
    background: #ff0039;
    color: #fff !important;
    font-size: 12px;
    font-weight: normal;
    padding: 4px 5px;
    display: block;
    border-radius: 6px;
}
.itemOrderBox .header_order li.backOrder b {
    padding: 0;
}
.img_for_orders {
    float: right;
    width: 100%;
}
.ThumbDevice {
    width: 100%;
    height: 200px;
    float: right;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #A6A6A6;
    padding: 10px;
    border-radius: 6px;
}
.paginition li.sep_min {
    width: 50px;
    height: 39px;
    top: -18px;
    position: relative;
    display: inline-grid;
    align-content: center;
    font-size: 30px;
    color: #999;
}
nav .List_Of_Menu ul li .sub_menu.zero_sub > li > a {
    background: var(--first);
    color: #fff;
    padding-right: 20px;
}

.Notificition {
    text-align: center;
    display: flex;
    flex-direction: column;
    width: 50%;
    background: #ff0039;
    border-radius: 6px;
    padding: 10px;
}
@media only screen and (max-width: 600px) {
 .Notificition {
   
    width: 100%;
}
}
.Notificition .head_not {
    float: right;
    width: 100%;
    text-align: right;
    padding: 10px;
    background: var(--second);
    border-radius: 5px;
}
.Notificition .head_not h2 {
    font-size: 20px;
    margin: 0;
    text-align: center;
}
.Notificition .body_not {
    float: right;
    width: 100%;
    padding: 20px 10px;
    text-align: right;
    color: #fff;
}
.Notificition .body_not h3 {
    float: right;
    width: 100%;
    font-size: 17px;
    border-bottom: 1px solid #eee;
    padding: 10px;
}
.Notificition .body_not p {
    float: right;
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    line-height: 2.6;
    margin: 0 0 0 0;
}
.Notificition .body_not span {
    float: right;
    width: 100%;
    background: #d90f48;
    font-size: 13px;
    padding: 10px;
    border-radius: 6px;
    line-height: 2;
    font-weight: nn;
}
.Notificition .body_not b {
    float: right;
    width: 100%;
    text-align: center;
    font-size: 14px;
    margin: 16px 0 0 0;
    border-top: 1px solid #de0018;
    padding: 20px 0 0 0;
    font-weight: 600;
}

.Log_Return {
    float: right;
    width: 100%;
    padding: 15px;
    border: 1px solid var(--first);
    border-radius: 6px;
}
.Log_Return .log_detail {
    float: right;
    width: 100%;
    text-align: right;
    padding: 5px 10px;
    border-bottom: 1px solid #eee;
}
.Log_Return .log_detail b {
    float: right;
    font-size: 13px;
}
.Log_Return .log_detail span {
    float: left;
    font-size: 14px;
    color: var(--first);
}
.Log_Return .log_detail span #download_img {
    float: left;
    padding: 4px 17px;
    margin: 0;
    background: var(--first);
    color: #fff;
    font-size: 11px;
    font-weight: normal;
}

.Log_Return label {
    font-size: 10px;
}
.Log_Return .InvoiceMaker .value {
    font-size: 12px;
}
.Log_Return .head_in {
    display: flex;
}
.Log_Return .List_Of_piece ul {
    display: flex;
}

.Box_filter_order {
    float: right;
    width: 100%;
    background: #fff;
    border-radius: 6px;
    box-shadow: -20px -20px 40px #fff,20px 20px 40px #f2f2f2,inset 20px 20px 40px #f4f4f4;
    padding: 10px;
    border: 1px solid #eee;
    margin: 7px 0 5px 0;
}
.Box_filter_order #SearchBoxBTN {
    float: right;
    background: var(--second);
    padding: 10px 65px;
    border-radius: 50px;
    font-size: 13px;
    cursor: pointer;
}
.Box_filter_order .filter {
    float: right;
    width: auto;
    margin: 0;
}
.Box_filter_order .filter a {
    background: var(--first);
    color: #fff;
    margin: ;
    border-radius: 31px;
    padding: 10px 30px !important;
    border: 0 !important;
    display: block;
}
.Box_filter_order .filter a:hover , .Box_filter_order .filter .active a {
    background: var(--second);
    color: #000;
}
.Box_filter_order .filter li {
    margin: 0 6px 0 0;
}
.Box_filter_order #SearchBoxBTN:hover {
    background: var(--first);
    color: #fff;
}
#SearchList {
    padding: 28px;
}

.filter.tech_filter {
    width: auto;
}
#tech_search {
    float: left;
    width: auto;
    display: flex;
    width: 274px;
    margin: 0 0 0 0;
}
#tech_search .form-control {
    width: 200%;
    float: right;
    border: 1px solid #ccc !important;
    border-radius: 0 5px 5px 0;
}
#tech_search .btn {
    float: right;
    border-radius: 5px 0 0 5px;
    font-size: 13px;
}

.search_title {
    float: right;
    width: 100%;
    text-align: right;
    position: relative;
    margin: 0 0px 18px 0;
}
.search_title:after {
    position: absolute;
    content: "";
    width: 100%;
    border-top: 2px dashed var(--second);
    right: 0;
    top: 50%;
}
.search_title span {
    float: right;
    font-size: 18px;
    background: #fff;
    position: relative;
    z-index: 9;
    padding: 0 12px;
    color: var(--first);
}
.box_of_search {
    float: right;
    width: 100%;
    padding: 20px;
    border-radius: 6px;
    position: relative;
    margin: 0 0 33px 0;
    background: #f7f7f7;
}
.form-group.fived {
    width: 23%;
}
.box_of_search::after {
    position: absolute;
    content: "";
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #f7f7f7;
    right: 19px;
    top: -10px;
}


.Status_search {
    float: right;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}
.Status_search li {
    float: right;
    margin: 0;
    width: 100%;
}
.Status_search li label {
    float: right;
    width: 96%;
    border: 1px solid #ccc;
    margin: 0 2%;
    text-align: center;
    border-radius: 50px;
    padding: 13px 0;
    position: relative;
    font-size: 14px;
}
.Status_search li label input {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}
.Status_search li label:hover , .Status_search li label.active {
    background: var(--second);
    color: #000;
    border: 1px solid var(--second);
}

.Status_search#archive_filter {
    width: 50%;
}
.Status_search#return_search {
    width: 25%;
}
#SearchList .btn {
    margin-bottom: 60px;
}
.Status_search#no_tech {
    width: 25%;
}

.diviader {
    float: right;
    width: 40%;
    margin: 0;
    padding: 0;
    padding: 0 2px;
}
.diviader.main {
    width: 60%;
}

.Short_view_option {
    float: right;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0 0 0px 0;
    display: flex;
}
.Short_view_option.second {
    margin: 0 0 21px 0;
}
.Short_view_option li {
    width: 99%;
    margin: 0 0.5% 12px;
    padding: 10px;
    border-radius: 6px;
    height: 117px;
    display: flex;
    align-content: center;
    align-items: center;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    background: #f4f4f4;
    border: 1px solid #eee;
}
.Short_view_option li i {
    font-style: normal;
    font-size: 24px;
    color: var(--first);
    margin: 0 0 7px 0;
    font-weight: 800;
    letter-spacing: -1px;
}
.Short_view_option li span {
    font-size: 11px;
}

.list_of_invoice {
    float: left;
    width: 100%;
    list-style: none;
    display: flex;
    background: #fff;
    box-shadow: 0 0 10px #eee;
    padding: 16px;
    border-radius: 8px;
    margin: 0;
    font-size: 15px;
    align-items: center;
    align-content: center;
}
.list_of_invoice li b {
    color: #ff8800;
    font-size: 16px;
}
.list_of_invoice li {
    width: 100%;
    text-align: center;
    border-left: 1px solid var(--first);
    padding: 0 10px;
    font-size: 12px;
    display: flex;
    flex-direction: column;
}
.list_of_invoice li:nth-child(8), .list_of_invoice li:nth-child(7), .list_of_invoice li:nth-child(6), .list_of_invoice li:nth-child(5) {
    width: 70%;
    margin: 0;
    font-size: 12px;
    text-align: center;
}
/*.list_of_invoice li:nth-child(1) {*/
/*    width: 10%;*/
/*}*/
/*.list_of_invoice li:nth-child(5) {*/
/*    width: 100%;*/
/*}*/
.list_of_invoice.header {
    background: var(--first);
    color: #fff;
}
.list_of_invoice li:nth-child(10) {
    width: 64%;
    display: block;
}
/*.list_of_invoice li:nth-child(3) {*/
/*    width: 50%;*/
/*}*/
.list_of_invoice li:nth-child(4) {
    width: 100%;
}
.list_of_invoice.header li:nth-child(10) {
    width: 70%;
}
.list_of_invoice.header li:nth-child(3) {
    width: 70%;
}
.list_of_invoice.header li:nth-child(4) {
    width: 90%;
}
.list_of_invoice.header li {
    border-left: 1px solid #eee;
    font-size: 12px !important;
}
.list_of_invoice li:last-child {
    border-left: 0 !important;
    /*width: 50%;*/
}
.list_of_invoice a {
    display: inline-block;
    background: var(--second);
    width: auto;
    color: #000;
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 4px;
    margin: 4px 0 0 0;
    text-decoration: none;
}

.description_invoice {
    width: 100%;
    text-align: center;
    float: right;
    margin: -17px 0 16px 0;
    background: var(--second);
    border-radius: 0 0 6px 6px;
    display: flex;
    justify-content: center;
    align-content: center;
    font-size: 12px;
    padding: 8px 0;
    position: relative;
}
ul.list_of_invoice.header.fin.hide_in_desktop {
    display: none !important;
}

.description_invoice::after {
    position: absolute;
    content: "";
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid var(--second);
    top: -9px;
}

.description_invoice a {
    margin: 0 0 0 6px;
    width: auto;
    color: var(--first);
}
.description_invoice span {
    margin: 0;
}
.price_char {
    float: right;
    width: 100%;
    text-align: center;
    background: #fdc50021;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    border-radius: 6px;
}

.list_of_invoice.total {
    background: var(--first);
    color: #fff;
}
.list_of_invoice.total li {
    width: 100%;
    font-size: 14px;
}

.Notificition.Image {
    background: #ccc;
    color: #000;
    margin: 0 0 10px 0;
}
.Notificition.Image p , .Notificition.Image label {
    color: #000;
}
.Notificition.Image span {
    background: transparent;
}
.list_of_invoice.header.fin {
    padding: 16px;
    margin: 0 0 -8px 0;
    background: #CCC;
    color: #000;
    font-size: 12px;
}

.description_invoice .order_desc {
    float: right;
    width: 100%;
    list-style: none;
    padding: 0;
    display: flex;
    margin: 3px 0 3px 0;
    color: #444;
    font-size: 14px;
}

.filter_option_div {
    float: right;
    width: 100%;
    background: #fff;
    box-shadow: -20px -20px 40px #fff,20px 20px 40px #f2f2f2,inset 20px 20px 40px #f4f4f4;
    border-radius: 6px;
    padding: 16px;
    margin: 0 0 24px 0;
    display: flex;
    align-items: center;
}
.filter_option_div .filter {
    margin: 0;
}
.filter_option_div .form-group {
    margin: 0 1%;
}
.filter_option_div input, .filter_option_div select , .select2.select2-container .select2-selection.select2-selection--single {
    border-radius: 34px;
    border: 1px solid #ccc;
    text-align: center;
    font-size: 13px;
}

#select2-technicianSearch-container {

    width: 100%;
    text-align: left;
    font-size: 11px;
    padding: 0 0px 0 0;
    white-space: break-spaces;
    width: 147px;
    height: 30px;
    overflow: hidden;

}

.List_of_detail {
    float: right;
    width: 100%;
    margin: 28px 0 0 0;
}
.List_of_detail .list_of_invoice li:nth-child(1) {
    width: 100%;
}
.filter_option_div .btn {
    width: 200px;
    height: 48px;
    margin: 0;

}
.filter_option_div .filter li a {
    font-size: 14px;
    padding: 10px 15px !important;
}
.filter_option_div.costlist .btn {
    height: 44px;
}

.description_invoice.GreenBold {
    background: var(--teal);
    font-weight: 700;
    color: #fff;
    font-size: 13px;
    width: 20%;
    float: left;
    position: relative;
    top: 14px;
    margin-bottom: 24px;
}
.description_invoice.GreenBold a {
    color: #fff;
}
.description_invoice.GreenBold:after {
    border-bottom: 10px solid var(--teal);
    display: none;
}
.list_of_invoice.GreenBold .plus {
    color: var(--teal);
}
.description_invoice.OrangeBold {
    background: var(--orange);
    display: none;
}
.page-template-financial .description_invoice.OrangeBold {
   display: none !important;
}
.description_invoice.OrangeBold a {
    color: #fff;
}
.description_invoice.OrangeBold:after {
    border-bottom: 10px solid var(--orange);
}
.list_of_invoice.OrangeBold .minus {
    color: var(--orange);
}
.list_of_data .View-Tech {
    height: 28px;
}
.disabled_edit {
    position: relative;
}
.disabled_edit:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    background: rgba(0,0,0,0.3);
    border-radius: 8px;
    filter: blur(1px);
}
.count_fin {
    float: right;
    position: relative;
    margin: 0px 0 0 0;
    background: var(--light);
    width: 25px;
    height: 24px;
    text-align: center;
    display: inline-grid;
    align-content: center;
    border-radius: 50px;
    right: 0;
    border: 1px solid #ccc;
    font-size: 13px;
    top: 0;
}
.customer_view_order {
    float: right;
    width: 100%;
    min-height: 100vh;
    background: #f9f9f9;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:20px 0;
}
.customer_view_order .box_order {
    width: 500px;
    text-align: center;
}
.customer_view_order .box_order img {
    width: 126px;
    display: block;
    margin: 0 auto 10px;
}
.customer_view_order .box_order h2 {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    color: var(--first);
}
.customer_view_order .box_order .Box_show_order {
    width: 100%;
    display: inline-block;
    background: #fff;
    box-shadow: 0 0 10px #eee;
    border-radius: 6px;
    padding: 22px;
}
.customer_view_order .box_order .Box_show_order .ShowDetailOreder {
    width: 100%;
    float: right;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.customer_view_order .box_order .Box_show_order .ShowDetailOreder li {
    width: 50%;
    float: right;
    border: 1px solid #eee;
    padding: 13px;
    text-align: right;
    font-size: 13px;
    color: #333;
    line-height: 2;
}
.customer_view_order .box_order .Box_show_order .ShowDetailOreder li b {
    color: var(--first);
    font-size: 13px;
    font-weight: normal;
}

.customer_view_order .box_order .Box_show_order .ShowDetailOreder li .technican_cart {
    float: right;
    width: 100%;
    height: 85px;
    background-color: #eee;
    display: inline-grid;
    align-content: center;
    text-align: center;
    border-radius: 6px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.customer_view_order .box_order .Box_show_order .footer_order {
    float: right;
    width: 100%;
    border: 1px solid #eee;
    padding: 20px;
    text-align: right;
    font-size: 12px;
}
.customer_view_order .box_order .Box_show_order .footer_order b {
    width: 100%;
    display: block;
    color: #ff0039;
}

.User_Register_show_invoice {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 999;
    display: flex;
    align-items: center;
}
.User_Register_show_invoice .box_register {
    width: 500px;
    border: ;
}
.User_Register_show_invoice .box_register h2 {
    float: right;
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: var(--first);
    margin: 0 0 15px 0;
    font-weight: 600;
}
.customer_view_order .box_order .Box_show_order .ShowDetailOreder li.full {
    width: 100%;
}
.itemOrderBox a.print {
    top: -16px;
    background: var(--teal);
    color: #fff;
}
.itemOrderBox a.final {
    top: 95px;
    background: #ff0035;
    color: #fff;
}

#SendImageOrder {
    float: right;
    width: 100%;
    border: 1px solid #eee;
    border-radius: 6px;
    padding: 20px;
}
#SendImageOrder h4 {
    float: right;
    width: 100%;
    text-align: right;
    color: var(--first);
    font-size: 18px;
    border-bottom: 1px solid #eee;
    padding: 0 0 10px 0;
}
#SendImageOrder .add_image_order_internal {
    float: left;
    background: var(--second);
    color: #000;
    font-size: 13px;
    padding: 10px 37px;
    border-radius: 50px;
    margin: 11px 0 11px 0;
    cursor: pointer;
}
.placeholder_image_order {
    float: right;
    width: 100%;
}

form#Qc_Start {
    float: right;
    width: 100%;
    display: flex;
    align-items: center;
}
form#Qc_Start h1 {
    width: 100%;
    text-align: right;
    font-size: 20px;
    color: var(--first);
}
.list_of_invoice.OrangeBold .minus.green {
    color: green;
}
.customer_view_order.print_invoice .box_order {
    width: 800px;
}

form#send_recive_status {
    float: right;
    width: 100%;
    display: flex;
    align-items: center;
}
form#send_recive_status h1 {
    width: 100%;
    text-align: right;
    font-size: 20px;
    color: var(--first);
}

.list_of_img {
    float: right;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 10px 0 10px 0;
}
.list_of_img li {
    float: right;
}
.list_of_img li a {
    float: right;
    background: var(--teal);
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    padding: 12px 42px;
    border-radius: 50px;
    margin: 0 0 0 11px;
    text-decoration: none;
}

body.page-template-in_order .InvoiceMaker {
    position: relative;
}
body.page-template-in_order .InvoiceMaker.cantedit:after {
    position: absolute;
    content: ;
    content: "";
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 999;
}
.unsync.orange {
    background: var(--second);
}

span.to {
    background: #fdc500;
    color: #000 !important;
    font-size: 12px !important;
    font-weight: normal;
    padding: 0 11px;
    border-radius: 50px;
}
span.to.buy {
    background: #00509d;
    color: #fff !important;
}

.LIst_OF_Order_user {
    float: left;
    background: var(--warning);
    padding: 11px 51px;
    font-size: 13px;
    border-radius: 50px;
    margin: 0 0 0 10px;
    cursor: pointer;
}

.LIst_OF_Order_user i {
    display: inline-block;
    background: #000;
    color: #fff;
    min-width: 20px;
    text-align: center;
    border-radius: 50px;
    font-style: normal;
}
.ShowCUstomerOrder .SelectCustomerItem {
    display: none;
}
.ShowCUstomerOrder .item_order input {
    display: none !important;
}

.filter_data_fin {
    float: right;
    width: 100%;
    text-align: right;
    margin: 0 0 0 0;
}
.filter_data_fin label {
    float: right;
    width: 100%;
    font-weight: normal;
    font-size: 13px;
    margin: 0 10px 4px 0;
}
.filter_data_fin select {
    width: 200px;
    margin: 0 10px 22px 0;
}

.multiple_element .form-control {
    width: 49%;
    margin: 0 0.5%;
}
.form-group.half.multiple_element {
    width: 79%;
}
.order_desc li.warning {
    background: #ff0039;
    color: #fff;
    padding: 3px 10px;
    border-radius: 50px;
}

.default_price {
    float: right;
    width: 100%;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.default_price li {
    width: 100%;
    font-size: 10px;
    border: 1px solid #eee;
    text-align: center;
    margin: 0 1px;
    padding: 2px 5px;
    border-radius: 6px;
    cursor: pointer;
}


.table.ListTable td .AvgPer {
    display: inline-block;
    background: var(--second);
    color: #181818;
    font-size: 11px !important;
    padding: 2px 10px;
    border-radius: 5px;
    cursor: pointer;
}

.HappyCallCustomer {
    float: right;
    background: var(--second);
    color: #333;
    font-size: 13px;
    padding: 11px 24px;
    border-radius: 50px;
    cursor: pointer;
    margin: 0 0 0 11px;
}

.hcList {
    float: right;
    width: 100%;
    padding: 30px;
}
.hcList h1 {
    float: right;
    width: 100%;
    font-size: 25px;
    color: var(--first);
    text-align: right;
    margin: 0 0 9px 0;
    border-bottom: 1px solid #eee;
    padding: 0 0 8px 0;
}
.hcList .ListOfCustomerHappyCall {
    float: right;
    width: 100%;
    text-align: right;
    display: flex;
    align-items: center;
    border-bottom: 1px dashed #ccc;
    margin: 10px 0;
    padding: 10px 0;
}
.hcList .ListOfCustomerHappyCall span {
    float: right;
    margin: 0;
    width: 34%;
}
.hcList .ListOfCustomerHappyCall .Input {
    margin: 0 28px 0 0;
    width: 100%;
}
.hcList .ListOfCustomerHappyCall .Input label {
    font-size: 12px;
}

.table.ListTable td .AvgPer b {
    font-size: 16px;
    line-height: 0;
    position: relative;
    top: 4px;
    color: #999;
}
.table.ListTable td .AvgPer b.active {
    color: #000;
}

.box_star_hc_customer .star b {
    margin: 0 4px 0 0 !important;
    padding: 0 !important;
    position: relative;
    top: 3px;
    color: #999;
    font-size: 19px !important;
    height: 11px !important;
}
.box_star_hc_customer .star {
    display: inline-block;
}
.box_star_hc_customer .star b.active {
    color: var(--yellow);
}

.HappyCalltech {
    float: right;
    background: var(--yellow);
    color: #181818;
    font-size: 13px;
    padding: 11px 25px;
    border-radius: 50px;
    margin: 0 6px 0 0;
}


.customerList {
    float: right;
    width: 100%;
    padding: 23px;
}
.customerList h1 {
    text-align: right;
    font-size: 20px;
    color: var(--first);
}
.SelectTypeUser {
    float: right;
    background: var(--teal);
    font-size: 13px;
    color: #fff;
    padding: 11px 20px;
    border-radius: 50px;
    margin: 0 7px 0 0;
    cursor: pointer;
}


.SelectType {
    float: right;
    width: 100%;
    padding: 25px;
}
.SelectType h1 {
    float: right;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: var(--first);
}
.SelectType #SelectTypeUserFOrmAJax {
    float: right;
    width: 100%;
    padding: ;
}
.SelectType #SelectTypeUserFOrmAJax .SelectTypeUserSwitch {
    float: right;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 25px 0 25px 0;
    display: flex;
}
.SelectType #SelectTypeUserFOrmAJax .SelectTypeUserSwitch li {
    border: 2px solid #ccc;
    width: 100%;
    text-align: center;
    margin: 0 2%;
    padding: 10px 0;
    border-radius: 50px;
    position: relative;
    cursor: pointer;
}
.SelectType #SelectTypeUserFOrmAJax .SelectTypeUserSwitch li input {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}
.SelectType #SelectTypeUserFOrmAJax .SelectTypeUserSwitch li.black {
    background: #000;
    color: #fff;
}
.SelectType #SelectTypeUserFOrmAJax .SelectTypeUserSwitch li.gold {
    background: gold;
}
.SelectType #SelectTypeUserFOrmAJax .SelectTypeUserSwitch li:hover , .SelectType #SelectTypeUserFOrmAJax .SelectTypeUserSwitch li.active {
    border: 2px solid red;
}

.typeUser {
    display: inline-block;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 50px;
    padding: 3px 6px;
    font-size: 9px !important;
    color: #000 !important;
    margin: 0px 5px 0 0;
}
.typeUser.black {
    background: #000;
    color: #fff;
    border: 0;
}
.typeUser.gold {
    background: gold;
    border: 0;
}
.Img_selector .box_upload svg {
    width: 24px !important;
}
.pagination {
    float: right;
    width: 100%;
    justify-content: center;
    margin: 16px 0;
}
.pagination span , .pagination a {
    margin: 0 9px;
    border: 0;
    text-align: center;
    padding: 9px 18px;
    font-size: 13px;
    border-radius: 6px;
}
.pagination span {
    background: #eee;
}
.pagination a {
    background: var(--second);
    color: #000 !important;
    text-decoration: none;
}


.containerInput {
    display: flex;
    justify-content: center;
    align-items: center;
}

.containerInput .input {
    width: 50px;
    border: none;
    margin: 0 5px;
    text-align: center;
    font-size: 22px;
    height: 50px;
    border-radius: 6px;
    background: #ffffffd6;
}

.containerInput .input:focus {
    border-bottom: 3px solid orange;
    outline: none;
}
.CartDashboard .profile-cart-tech {
    background-image: url(https://crm.tamironline.com/wp-content/uploads/2024/10/Frame-10.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin: 24px 0;
}
.containerInput .input:nth-child(1) {
    cursor: pointer;
    pointer-events: all;
}
.CartDashboard .content {
    background: #F2F2F2;
    border: 2px solid var(--first);
}
.CartDashboard .title-tech-cart {
    color: #00509D;
    font-size: 20px;
    text-align: center;
    font-weight: 600;
}
.containerInput #inputs {
    display: flex;
    flex-direction: row-reverse;
}
#DashboardLogo-cartTech {
    width: 15%;
    height: auto;
}
.technician-info-cart img {
    width: 110px;
    height: 110px;
    border-radius: 150px;
    display: flex;
    padding: 14px;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.technician-info-cart p {
    text-align: center;
}
.technician-info-cart li {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
#DashboardLogo-cartTech {
    width: 145px;
    height: auto;
}
#DashboardLogo-cartTech .profile-cart-tech {
    margin: 24px 0;
}
.order_internal_style a {
    width: 50px;
    font-size: 14px;
    display: flex;
    align-items: center;
    align-content: center;
    padding: 6px !important;
    margin: 0;
}

.list_of_data {
    float: right;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    border: 1px solid #eee;
    background: #fff;
    align-items: center;
}
.list_of_data_tech.show_horizental {
    padding-left: 44px !important;

}
.list_of_data.hide_in_desktop {
    display: none;
}
.list_of_data li {
    width: 40%;
    text-align: center;
    padding: 16px 4px;
    font-size: 12px !important;
    font-weight: normal;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;

}
.Box_filter_order .filter {
    display: none !important;
}
.list_of_data.head li {
    background: #00509d;
    color: #ffff;
}
.content ul .Address {
    width: 100%;
}

.list_of_data .edit, .list_of_data .view {
    display: inline;
    background: var(--green);
    color: #fff;
    font-size: 10px;
    padding: 8px;
    border-radius: 5px;
    margin: 0;
    text-decoration: none;
    display: flex;
    align-items: center;
    width: 80px;
    align-content: center;
    justify-content: center;
    margin-left: 8px;
}
.page-template-Tech_order .view.View-Tech {
    width: 142px !important;
}

.list_of_data .view {
    background: var(--second);
}
.list_of_data li .status.pend {
    background: #0c88b4;
}
.list_of_data li .cancel {
    background: #ff3d3d !important;
}
.list_of_data li .status.done {
    background: var(--green);
}
.list_of_data li .status.dopened {
    background: #fff972;
}
.list_of_data li .status.sync {
    background: #992cff;
}
.list_of_data li .status {
    display: inline-block;
    background: var(--secondary);
    color: #fff;
    font-size: 11px;
    padding: 2px 8px;
    border-radius: 5px;
}

.action_status {
    display: inline-block;
    /*background: #464646;*/
    color: #fff;
    font-size: 11px;
    font-weight: normal;
    /*padding: 4px 0px 4px;*/
    border-radius: 50px;
    width: 90px;
    text-align: center;
}
.action_status.O {
}
.action_status.D {
    background: var(--green);
}
.action_status.R {
    background: var(--primary);
}
.action_status.P {
    background: var(--danger);
}
#desc2 span {
    font-size: 12px;
    color: var(--danger);
    margin: 7px 0 -8px 0;
    float: right;
    width: 100%;
}

#cancel {
}
#cancel .form-group {
    padding: 10px 0px;
    border-bottom: 1px solid #eee;
    margin: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
}
#cancel .form-group input {
    position: relative;
    margin: 0;
}
#cancel  label {
    font-size: 16px;
    width: 100%;
    text-align: right;
    color: var(--blue);
}
.form-group {
}
#cancel .form-group span {
    margin: 0 8px 0 0;
    font-size: 14px;
    font-weight: normal;
    color: var(--font-family-sans-serif);
}
#cancel .form-group:last-child {
    display: flex;
    flex-direction: column;
    justify-content: start;
}
#cancel .form-group:last-child span {
    width: 100%;
    text-align: right;
    color: var(--danger);
    font-size: 15px;
    margin: 0 0 6px 0;
}
#cancel .form-group:last-child textarea {
    height: 100px;
    border-radius: 6px;
    background: #f1f1f1;
}

#Tech_DetailAjax label span {
    float: right;
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
#Tech_DetailAjax label span b {
    font-size: 10px;
    font-weight: normal;
}

.InvoiceMaker .header_invoice {
    display: none;
}
.InvoiceMaker {
    background: #fff7e4;
    border: 2px dashed var(--blue);
    border-radius: 6px;
    padding: 0 6px;
}
.List_Of_piece .add_box_temp {
    color: #000;
    text-align: right;
    font-size: 12px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    color: var(--danger);
    background: transparent;
    justify-content: start;
    margin: 3px 0 11px 0;
    cursor: pointer;
}
.List_Of_piece .add_box_temp:hover {
    background: transparent;
}
.other_price {
    border: 0;
    background: #fff;
    margin: 0 0 7px 0;
    border: 1px solid #ccc;
}
.other_price label {
    font-size: 13px;
    font-weight: normal;
    margin: 0 0 3px 0 !important;
    float: right;
    width: 100%;
}
.TotalInvoice {
    border: 1px solid #ccc;
}
.TotalInvoice table th {
    font-size: 10px;
    padding: 0 8px 0 0;
    text-align: right;
    width: 46% !important;
}
.TotalInvoice table td {
    padding: 4px 6px;
    font-size: 13px;
}
.TotalInvoice table tr:last-child th {
    background: var(--success);
    color: var(--second);
}

.img_for_orders {
    width: 98%;
    margin: 0 1%;
    padding: 14px 11px 0;
}
.img_for_orders .Img_selector {
    height: 57px;
}
.img_for_orders .thumb {
    height: 50px !important;
    width: 50px !important;
}
.img_for_orders .box_upload {
    width: calc(100% - 50px) !important;
    height: 50px !important;
    font-size: 13px;
}
.img_for_orders span {
    font-size: 10px !important;
    color: #999 !important;
}
.description_invoice {
    background: transparent;
    margin: 7px 0 0 0;
}
.description_invoice:after {
    display: none;
}

.List_Of_piece .add_box_temp i {
    margin: 0 0 0 4px;
    font-size: 20px;
}

.img_for_orders label {
    float: right !important;
    width: 100% !important;
    font-size: 13px;
}
.img_for_orders p {
    font-size: 11px;
    text-align: justify;
    color: var(--danger);
    line-height: 2;
}


.messageCRM.note {
    display: none;
}
.crmMessage .desc li a {
    display: flex;
    flex-direction: column;
    padding: 0;
    border: 2px solid #b1b1b1;
    margin: 0 0px 7px 0;
}
.crmMessage .desc li a .contentDescription {
    background: transparent;
    box-shadow: none;
    border-radius: 6px 6px 0 0;
    padding: 0 10px;
    height: auto;
}
.crmMessage .desc li a .contentDescription h3 {
    color: #000;
    font-size: 13px;
    padding: 7px 0 0 0;
}
.crmMessage .desc li a .contentDescription p {
    float: right;
    width: 100%;
    font-size: 13px;
    color: #000;
    margin: 0;
}
.crmMessage .desc li a .DetailDescription {
    background: transparent;
    border-radius: 0 0 6px 6px;
    display: block;
    transition: ;
}
.crmMessage .desc li a .DetailDescription span {
    display: none;
}
.crmMessage .desc li a .DetailDescription {
}
.crmMessage .desc li a .DetailDescription .item_list {
    float: right;
    width: auto !important;
    border: 0;
}
.crmMessage .desc li a .DetailDescription b {
    font-size: 11px !important;
    background: var(--second);
    color: #333 !important;
    border-radius: 50px;
    padding: 0 10px;
    margin: 0 4px;
    border: 0 !important;
}

.description_invoice p {
    font-size: 10px !important;
    width: 100%;
    fll: ;
    float: right;
    text-align: justify;
    font-size: 12px;
    color: var(--danger);
    margin: 6px 0 9px 0;
    line-height: 2;
}
#Tech_DetailAjax .form-group.three {
    width: 31%;
}
.form-group.two {
    width: 48%;
}
.HeadInvoice {
    float: right;
    width: 100%;
    padding: 0;
    position: relative;
}
.HeadInvoice .DetailInvoiceSerial {
    float: left;
    width: 202px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.HeadInvoice .DetailInvoiceSerial li {
    float: right;
    width: 100%;
}
.HeadInvoice .DetailInvoiceSerial li span {
    float: right;
    font-size: 12px;
    padding: 4px 0;
}
.HeadInvoice .DetailInvoiceSerial li b {
    float: left;
    width: 100px;
    border: 1px solid #d3d3d3;
    text-align: center;
    font-size: 13px;
    font-weight: normal;
    padding: 3px 0;
}
.HeadInvoice .DetailInvoiceSerial li:last-child b {
    border-bottom: 0;
}

.TitleInvoice {
    float: right;
    width: 100%;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 22px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.HeadInvoice .DetailInvoiceSerial li b span {
    width: 100%;
    text-align: center;
    color: red;
}
.HeadInvoice .DetailInvoiceSerial li b span.payment {
    color: green;
}
.content.InvoiceCustomer .PaymentNotification {
    text-align: center;
}
.content.InvoiceCustomer .PaymentOrderWithCustomer {
    border-radius: 6px;
    text-align: center;
    padding: 11px 0;
}
.content.InvoiceCustomer .ComplateProfile.green {
    width: 100%;
    margin: 18px 0 0;
    padding: 10px 0;
    background: var(--bs-teal);
}

.content.InvoiceCustomer #Final_official_payment_bill_form {
    float: right;
    width: 100%;
    margin: 0 0;
    padding: 0;
}
.content.InvoiceCustomer #Final_official_payment_bill_form .btn {
    float: right;
    width: 100%;
    margin: 15px 0 0;
    border-radius: 6px;
    background: var(--bs-teal);
    font-size: 15px;
}


.EditInvoiceFund {
    display: inline-block;
    cursor:pointer;
    font-size: 19px;
    position: relative;
    top: 4px;
    left: 3px;
}

.InvoiceTable {
    float: right;
    width: 100%;
    border: 1px solid #bfbfbf;
    background: #fff;
    padding: 0;
}
.InvoiceTable .head {
    float: right;
    width: 100%;
    background: #eee;
    text-align: center;
    padding: 4px;
    border-bottom: 1px solid #afafaf;
    font-size: 15px;
}
.InvoiceTable .Detail_side {
    float: right;
    width: 100%;
    padding: 0;
    list-style: none;
    margin: 0;
}
.InvoiceTable .Detail_side li {
    float: right;
    width: 100%;
    padding: 6px 11px;
}
.InvoiceTable .Detail_side li.third {
    width: 33.3%;
}
.InvoiceTable .Detail_side li.half {
    width: 50%;
}
.InvoiceTable .Detail_side li span {
    font-size: 15px;
}

.InvoiceTable .Detail_side li b {
    font-size: 14px;
    font-family: IRANSans;
    font-weight: normal;
}
.InvoiceTableRecord {
    float: right;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: nowrap;
}
.InvoiceTableRecord li {
    width: 100%;
    text-align: center;
    border-left: 1px solid #eee;
    padding: 14px 0px;
    border-bottom: 1px solid #e6e6e6;
}
.InvoiceTableRecord li:first-child {
    width: 30%;
}
.InvoiceTableRecord li:first-child span {
    transform: rotate(-90deg);
    float: right;
    width: 100%;
    text-align: center;
    font-size: 13px;
}

.InvoiceTableRecord.TotalInvoiceRecord li:first-child {
    width: 70%;
}
.InvoiceTableRecord.TotalInvoiceRecord li:last-child {
    width: 30%;
}
.InvoiceTableRecord.TotalInvoiceRecord.Final {
    background: #f0f0f0;
}

.HeadInvoice {
    float: right;
    width: 100%;
    padding: 0;
    position: relative;
}
.HeadInvoice .DetailInvoiceSerial {
    float: left;
    width: 202px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.HeadInvoice .DetailInvoiceSerial li {
    float: right;
    width: 100%;
}
.HeadInvoice .DetailInvoiceSerial li span {
    float: right;
    font-size: 12px;
    padding: 4px 0;
}
.HeadInvoice .DetailInvoiceSerial li b {
    float: left;
    width: 100px;
    border: 1px solid #d3d3d3;
    text-align: center;
    font-size: 13px;
    font-weight: normal;
    padding: 3px 0;
}
.HeadInvoice .DetailInvoiceSerial li:last-child b {
    border-bottom: 0;
}

.TitleInvoice {
    float: right;
    width: 100%;
    text-align: center;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 22px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.HeadInvoice .DetailInvoiceSerial li b span {
    width: 100%;
    text-align: center;
    color: red;
}
.HeadInvoice .DetailInvoiceSerial li b span.payment {
    color: green;
}
.content.InvoiceCustomer .PaymentNotification {
    text-align: center;
}
.content.InvoiceCustomer .PaymentOrderWithCustomer {
    border-radius: 6px;
    text-align: center;
    padding: 11px 0;
}
.content.InvoiceCustomer .ComplateProfile.green {
    width: 100%;
    margin: 18px 0 0;
    padding: 10px 0;
    background: var(--bs-teal);
}

.content.InvoiceCustomer #Final_official_payment_bill_form {
    float: right;
    width: 100%;
    margin: 0 0;
    padding: 0;
}
.content.InvoiceCustomer #Final_official_payment_bill_form .btn {
    float: right;
    width: 100%;
    margin: 15px 0 0;
    border-radius: 6px;
    background: var(--bs-teal);
    font-size: 15px;
}


.InvoiceCustomer {
    float: right;
    width: 100%;
    padding: 22px 30px;
}
.InvoiceTable.buyer {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.InvoiceTable.buyer .head {
    width: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    writing-mode: vertical-rl;
    padding: 18px 0;
    transform: rotate(180deg);
    border: 0 !important;
    font-size: 14px;
    color: #444;
}
.InvoiceTable .Detail_side li {
    text-align: right;
    font-family: IRANSans;
    padding: 10px 23px;
}


.InvoiceTableRecord .desc {
    width: 100% !important;
    text-align: right;
    font-size: 13px;
    margin: 0 !important;
    padding: 17px 10px 0;
    line-height: 2;
    color: #666;
    font-weight: normal;
}

.InvoiceLogoANDPDF {
    float: right;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
.InvoiceLogoANDPDF .Logo {
    width: 50%;
    text-align: right;
    margin: 0;
}
.InvoiceLogoANDPDF .SavePDF {
    width: 50%;
    margin: 0;
    text-align: left;
}
.InvoiceLogoANDPDF .SavePDF .CTA_Save_PDF {
    float: left;
    background: var(--green);
    color: #fff;
    font-size: 13px;
    padding: 9px 40px;
    border-radius: 7px;
}


.totalInvoiceSection {
    float: right;
    width: 100%;
    text-align: center;
    margin: 10px 0;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 0 0px;
}
.totalInvoiceSection .TotalInvoiceHead {
    background: var(--first);
    color: #fff;
    padding: 14px 0;
    font-weight: normal;
    font-size: 13px;
    border-radius: 6px 6px 0 0;
}
.totalInvoiceSection .TotalInvoiceBody {
    float: right;
    width: 100%;
    padding: 9px;
}
.List_Of_piece ul li {
    width: 50%;
}

.InvoiceTableRecord li {
    font-size: 14px;
   
    font-weight: normal;
}
.signature_invoice{
    width: 60% !important;
}
.signature_invoice img {
    width: 28%;
}
.page-template-tech_generate_invoice .container {
    width: 1200px !important;
}


li.actionLi {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
li.actionLi > div {
    background: var(--green);
    width: 30px;
    height: 30px;
    display: flex;
    align-self: center;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
}
li.actionLi > div.delete_financialBTN {
    background: var(--red);
    margin: 0 6px 0 0;
}

.PlaceOForm {
    float: right;
    width: 100%;
    padding: 20px;
}
.PlaceOForm h2 {
    float: right;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: var(--first);
    border-bottom: 1px solid #eee;
    padding: 0 0 10px 0;
}

.table.ListTable td .download {
    display: none;
}

.contactListTechnician .ContactList:after {
    position: absolute;
    float: left;
    content: url('https://crm.tamironline.com/wp-content/uploads/2024/10/search-3.png');
    top: 40px;
    left: 48px;
}
.Short_view_option .first {
    background-color: var(--primary);
    color: #fff;
}
.Short_view_option .first i {
    color: #fff;
}
.Short_view_option .fine {
    background-color: var(--danger);
    color: #fff;
}
.Short_view_option .fine i {
    color: #fff;
}
.list_of_invoice .O a {
    width: 90px;
    height: 24px;
    border-radius: 24px;
}

.saveAsDraft {
    width: 100%;
    margin: 12px 0 0 0;
    float: right;
    text-align: center;
    padding: 10px;
    background: var(--second);
    border-radius: 50px;
    cursor: pointer;
}
.DraftMesage {
    float: right;
    width: 100%;
    text-align: center;
    background: var(--red);
    color: #fff;
    padding: 10px 0;
    margin: 0 0 9px 0;
    font-weight: normal;
}
#searchFilter-style {
    width: 40%;
    float: right;
    display: block;
}
#form-tech-financial-list .form-group.third {
    width: 20%;
}
#form-tech-financial-list .btn {
    width: 72px;
    margin: 20px 0 0 0;
}
.list_of_data_orders {
    width: 100%;
    float: right;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    background: var(--first);
    align-items: center;
    color: #fff;
}

.list_of_data_orders li {
    width: 40%;
    text-align: center;
    padding: 16px 4px;
    font-size: 12.5px;
    font-weight: normal;
    display: flex;
    align-content: center;
    justify-content: center;
}
.list_of_data.show_horizental.show_in_mobile_techfin {
    display: none;
}

#tech_search_filter {
    flex-direction: row;
    display: flex;
}
#tech_search_filter .form-control {
    margin: 0 4px;
}
.page-template-in_order .List_Of_piece ul li {
    width: 33%;
}
.show_in_mobile_techfin ul {
    display: flex;
    flex-direction: row !important;
    width: 100%;
    font-size: 11px;
}

.action_status.I {
    color: black;
    background-color: #fff33b;
}
table tr.red td:nth-child(3) {
    background: #ffacac;
}
table tr.green td:nth-child(3) {
    background: #9aff9a;
}
.default_price li {
    width: 19%;
    font-size: 15px;
    margin: 0 0 5px 1%;
}

.SendSMSForDeliverCustomer {
    float: right;
    width: 100%;
    background: var(--blue);
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 50px;
    margin: 10px 0 0 0;
    font-weight: normal;
    cursor: pointer;
}
.list_of_data li:nth-last-child(1) {
    border-left: none !important;
}
div.MenuListDashboard li:first-child {
    display:none;
}

.cancel_Btn.TransferBTN {
  background: var(--wp--preset--color--vivid-purple) !important;
  font-size: 13px;
}


.list_of_show_decline_report {
    float: right;
    width: 100%;
    padding: 25px;
}
.list_of_show_decline_report .report_monthly {
    float: right;
    width: 100%;
}
.list_of_show_decline_report .report_monthly .month_show {
    float: right;
    width: 100%;
    text-align: right;
    border-bottom: 1px dashed #ccc;
}
.list_of_show_decline_report .report_monthly table {
    width: 100%;
    border: ;
    margin: 10px 0;
    float: right;
}
.list_of_show_decline_report .report_monthly table th {
    text-align: right;
    width: ;
    font-size: ;
    font-weight: normal;
    background: #eee;
    padding: 11px;
}
.list_of_show_decline_report .report_monthly table td {
    text-align: right;
    padding: 10px;
    border-bottom: 1px solid #eee;
    font-weight: normal;
    font-size: 13px;
}

.show_report_dec {
    float: left;
    background: var(--blue);
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    padding: 8px 20px;
    border-radius: 50px;
    cursor: pointer;
}