@font-face {
  font-family: IRANYekan;
  src: url(/assets/fonts/IRANYekan.woff);
}

@font-face {
  font-family: ui-icons;
  src: url(/assets/fonts/ui-icons.woff2);
}

.fontfa{
  font-family: 'IRANYekan', Open Sans, sans-serif !important; 	
}

.cursorPointer {
  cursor: pointer;	
}

.alignCenter {
  text-align: center;	
}

.disableEdt {
   user-select: none;
   -moz-user-select: none;
   -khtml-user-select: none;
   -webkit-user-select: none;
   -o-user-select: none;
   pointer-events:none;  
   background-color: #f1f1f1;
}

.btn-edt {
  border-radius: 0px !important;
  border-top-left-radius: 1px !important;
  border-bottom-left-radius: 1px !important;  
}

.mynumber,.myprice {
  text-align: center;	
  direction: ltr;
}

.tab-icon-blue {
  color: #23c6c8;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 16px;		
}

.tab-icon-green {
  color: #1ab394;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 16px;		
}

.tab-icon-check {
  color: green;
  font-size: 16px;
  margin-right: 10px;	
}

.grayText {
  color: #676a6c;
}

.rightAlign {
  text-align: right;	
}

.info-box-item {
    padding: 5px;
	padding-right: 10px;
    padding-left: 10px;
    border-radius: 8px;
    margin-bottom: 10px !important;
}

.color1 {
    background-color: #6ac8c9;
}

.color2 {
    background-color: #67c5b2;
}

.color3 {
    background-color: #f5c28b;
}

@media all and (min-width: 480px) {
    .deskContent {display:block !important;}
    .phoneContent {display:none !important;}
	.footerHeight {height:64px !important;}
	.footer-text-div {width: 67% !important;}
}

@media all and (max-width: 579px) {
    .deskContent {display:none !important;}
    .phoneContent {display:block !important;}
	.footerHeight {height:94px !important;}
	.footer-text-div {width: 100% !important; text-align: center; }
}


.form-lbl {
  padding-left: 0px !important;
  padding-right: 0px !important; 
  /*width: 20%;  */
  text-align: right;
  width: 100%;
  max-width: 100% !important;
  float: right;
}

.form-edt {
  margin-bottom: 10px;
  height: auto;
  /*width: 80%;*/
  /*padding-right: 5px;
  padding-left: 0px;*/
}

.form-edt-inline,.form-edt-inline:focus {
  display: inline;
  float: left;
  /*margin-left: 15px;*/
}

.form-lbl-inline {
  padding-right: 8px;	
  padding-left: 0px;
  width: auto;
  margin-top: 10px;
}

.back-gray {
  background-color: #f1f1f1;
  border: 1px solid #d5d5d5;
}

.back-gray:focus {
  background-color: #f1f1f1;	
  border-radius: 3px;
}

.icon-btn {
  margin-left: 5px;	
}

.textCenter {
  text-align: center;
  background-color: white !important;  
}

.ltr {
  direction: ltr;	
}

.left-edt {
  text-align: left !important;
  direction: ltr;  
}

.td-center {
  vertical-align: middle !important;	
}

.mytr { height: 80px; }
.mytd { vertical-align: middle !important; border: 1px solid #15385a; text-align: center; color: white;}
.mytdname { vertical-align: middle !important; border: 1px solid #15385a; width: 600px; text-align: center; color: white;}

.orderClass0 {
  background-color: #03000e3d;
}

.orderClass1 {
  background-color: #6a00453d;
}

.orderClass2 {
  background-color: #aabf003d;
}

.orderClass3 {
  background-color: #0091d73d;
}

.orderClass4 {
  background-color: #00d7113d;
}

.orderClass5 {
  background-color: #d700003d;
}

.orderClassGray {
  background-color: #03000e08;
}

.modal-footer-btn {margin-left: 6px;
  margin-right: 8px;
  width: 90px;
}	

.modal-footer-btn-icon {
  margin-left: 10px;
}

.frameSup {
  border: none !important;
  overflow-y: auto !important;
  height: 80vh !important;
  width: 100% !important;
  margin-top: 20px !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  background-position: center !important;
  background-color: black !important;	
}

.circle-color {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  display: inline-block;
}

.grid-btn {
  width: 90px; 
  margin: 2px;	
}

.treeCaptB {
  color:#3fa33f; 	
}

.treeCaptC {
  color:#ed6363; 	
}

.treeCaptRoot {
  color:#6f6fe1; 	
}

.mynumber,.myprice {
  text-align: center;	
  direction: ltr;
}

.check-ok {
  color: #1ab394;	
}

.check-nok {
  color: #ed5565;	
}

.c-price__discount-oval {
    background-color: #fb3449;
    font-weight: 700;
    color: #fff;
    border-radius: 20px;
    padding: 1px 10px 1px;
    letter-spacing: 0;
    margin-bottom: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-block;
	float: left;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px !important;
    font-size: 1.143rem;
    line-height: 1.375;
    margin-right: 8px;
    min-width: 35px;
    height: 17px;
}

.delprice {
    float: left;
    color: gray;
    margin-top: 10px;
}

.del-text {
  background-color: unset; 
  color: darkgray;	
}

.pg-footer {
  /*margin-bottom: -39px !important;*/
  position: fixed !important;	
  /*margin-right: -23px !important;
  margin-left: -26px !important;*/
  padding: 10px !important;
  text-align: left !important;
}

.item-trash {
  color: #f37d8a;
  cursor: pointer;
  font-size: 24px;
}

.item-edit {
  color: #7db2f3;
  cursor: pointer;
  font-size: 24px;
  margin-right: 5px;
}

.item-text {
  color: #878686;	
}

.item-tbody>tr>td {
  vertical-align: middle !important;	
}

.item-img-canvas {
  width: 50px;
  height: 50px; 
}

/*--------------------tooltip------------------*/

.wrapper-tooltip1 {
text-transform: uppercase;
background: #ececec;
color: #555;
cursor: help;
font-family: "Gill Sans", Impact, sans-serif;
font-size: 20px;
margin: 100px 75px 10px 75px;
padding: 15px 20px;
position: relative;
text-align: center;
width: 200px;
-webkit-transform: translateZ(0); /* webkit flicker fix */
-webkit-font-smoothing: antialiased; /* webkit text rendering fix */
}

.wrapper-tooltip .tooltip {
background: #ed5565;
    bottom: 100%;
    color: #fff;
    display: block;
    left: 24%; 
    /* margin-bottom: 15px; */
    opacity: 0;
    padding: 20px;
    pointer-events: none;
    position: sticky;
    width: 100%;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
	cursor: pointer;
    margin-top: -60px;
}

/* This bridges the gap so you can mouse into the tooltip without it disappearing */
.wrapper-tooltip .tooltip:before {
bottom: -20px;
content: " ";
display: block;
height: 20px;
left: 0;
position: absolute;
width: 100%;
}

/* CSS Triangles - see Trevor's post */
.wrapper-tooltip .tooltip:after {
border-left: solid transparent 10px;
border-right: solid transparent 10px;
border-top: solid #ed5565 10px;
bottom: -10px;
content: " ";
height: 0;
left: 50%;
margin-left: -13px;
position: absolute;
width: 0;
}

.wrapper-tooltip .tooltip {
opacity: 1;
pointer-events: auto;
-webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
   -o-transform: translateY(0px);
    transform: translateY(0px);
}

.wrapper-tooltip .tooltip-hide {
  display: none;
}

/* IE can just show/hide with no transition */
.lte8 .wrapper-tooltip .tooltip {
/*display: none;*/
}

.lte8 .wrapper-tooltip:hover .tooltip {
/*display: block;*/
}

/*--------------------tooltip------------------*/

/*--------------------draglist------------------*/
proBox {
  max-width: 400px;
  list-style: none;
  margin: 50px auto;
  text-align: left;
  /*padding-left: 0;*/
  background-color: rgba(255, 255, 255, 0.3);
  padding: 15px 10px 10px 10px;
  border-radius: 5px;
}

.no-swipe {
  /*background-color: steelblue;*/
  color: white;
  font-weight: 100;
  letter-spacing: 0.1em;
  padding: 10px;
  margin: 5px 0;
  border-radius: 2px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.handle {
  float: left;
  /*width: 15%;*/
  height: 100%;
  text-align: right;
  color: lightgray;
  cursor: move;
  /*cursor: grab;
  &:active {
    cursor: grabbing;
  }*/
}

.slip-swiping-container {
  overflow-x: hidden;
}

.slip-reordering {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
}
/*--------------------draglist------------------*/

.proTd:active {

}

.textAreaStyle {
  text-align: justify;
  width: 100%;
  height: 200px;
  line-height: 25px;
  padding: 15px;	
}

.raychat {
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url(../img/raychat.png) no-repeat;
	margin-left: 7px;
	margin-bottom: -8px;
	margin-right: 6px;
}

.hantana {
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url(../img/hantana.png) no-repeat;
	margin-left: 7px;
	margin-bottom: -8px;
	margin-right: 6px;
}

.postco {
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url(../img/post.png) no-repeat;
	margin-left: 7px;
	margin-bottom: -8px;
}

/* Tooltip container */
.helptooltip {
  position: relative;
  display: inline-block;
  margin-right: 5px;
  margin-left: 15px;
  /*border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.helptooltip .helptooltiptext {
  visibility: hidden;
  width: 286px;
  background-color: #ddfddc;
  color: #646464;
  text-align: justify;
  padding: 10px;
  border-radius: 6px;
  border: 2px solid #4eb142;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 10000000;
  margin-right: -20px;
}

/* Show the tooltip text when you mouse over the tooltip container */
.helptooltip:hover .helptooltiptext {
  visibility: visible;
}

.helptooltipicon {
	font-size: 18px;
	cursor: pointer;
	color: #66ad65;
	position: relative;	
	vertical-align: middle;
}

.borderDiv {
  border: 1px solid #ccc !important;
  border-radius: 10px;	
  padding: 10px;
  margin-top: 20px;
}

.ship-item-trash {
  float: left;
  margin-top: 8px;
  margin-left: 10px;
}

.ship-item-day {
  margin-right: 10px;
  margin-left: -14px;
  margin-bottom: 14px;	
}

.ship-item-newbtn {
  float: right; 
  margin-top: 10px;	
}

.payment-img {
  display: inline-block;
  width: 128px;
  height: 28px;
  margin-left: 30px;
  vertical-align: middle;  
}

.zarinpal-img {
  background: url(../img/payment/zarinpal.jpg) no-repeat;
}

.zibal-img {
  background: url(../img/payment/zibal.jpg) no-repeat;
}

.mellat-img {
  background: url(../img/payment/mellat.jpg) no-repeat;
}

.form-btn {
  display: inline;	
}

.logo-settings {
    width: 100px;
    height: 100px;
    object-fit: contain;
    margin-right: 45px;	
}

.logo-canvas-settings {
    width: 100px;
    height: 100px;
    margin-bottom: -45px;
    margin-right: 30px;	
}

.social-icon {
  width: 20px;
  height: 20px;
  background-image: url(../img/social.png);
  display: inline-block;
}

.whatsapp-ico {
  background-position: -100px 0;
}

.instagram-ico {
  background-position: 0 0;	
}

.telegram-ico {
  background-position: -60px 0;	
}

.aparat-ico {
  background-position: -80px 0;	
}

.linkedin-ico {
  background-position: -40px 0;	
}

.facebook-ico {
  background-position: -20px 0;	
}

.home-content-colorEdt {
  text-align: center;
  float: right;
  margin-right: 10px;
  width: auto;	
}

.discountCircle {
    font-size: 20px !important;
    color: #fb3449 !important;
    background-color: #fb3449 !important;
    border-radius: 20% !important;
    
	
    width: 46px;
    height: 23px;
    /*position: absolute;*/
    margin-top: 2px;
	margin-left: 10px;
	margin-right: 10px;
}

.discountCircle p {
  color: white;
  text-align: center;
  font-size: 16px;  
}

.homebtn-widget {
  width: calc(100vw / 8) !important;
  height: 85px !important;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;  
  cursor: pointer;
}

.homebtn-row {
  text-align: center !important;	
}

.homebtn-ico-div {
  display: block !important;
  max-width: unset !important;	
}

.homebtn-ico {
  font-size: 157% !important;
}

.homebtn-text {
  font-size: calc(100vh / 27) !important;
  text-align: center;
  width: 100%;
}



.wallet-card-section {
  position: relative;
}

.wallet-card-section:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  content: "";
  display: block;
  height: 140px;
  background: #18a6899e;
  border-radius: 10px;
}

.wallet-card {
  background: #ffffff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.09);
  border-radius: 10px;
  padding: 20px 24px;
  position: relative;
  z-index: 1;
}

.wallet-card .balance {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  height: 100px;
}

.wallet-card .balance .left {
  padding-right: 10px;
  line-height: 16px;
  text-align: right;
}

.wallet-card .balance .right {
  padding: 0;
}

.wallet-card .balance .right .button {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1em;
  color: #6236FF;
  background: rgba(98, 54, 255, 0.1);
  width: 50px;
  height: 64px;
  font-size: 26px;
  border-radius: 10px;
}

.wallet-card .balance .right .button:hover {
  background: #6236FF !important;
  color: #fff !important;
}

.wallet-card .balance .title {
  color: #27173E;
  font-weight: 500;
  display: block;
  margin-bottom: 8px;
}

.wallet-card .balance .total {
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1em;
  font-size: 32px;
}

.wallet-card .wallet-footer {
  border-top: 1px solid #DCDCE9;
  padding-top: 20px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.wallet-card .wallet-footer .item {
  flex: 1;
  text-align: center;
}

.wallet-card .wallet-footer .item a {
  display: block;
}

.wallet-card .wallet-footer .item a:active {
  transform: scale(0.94);
}

.wallet-card .wallet-footer .item .icon-wrapper {
  background: #6236FF;
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: #fff;
  font-size: 24px;
  margin-bottom: 14px;
}

.wallet-card .wallet-footer .item strong {
  display: block;
  color: #27173E;
  font-weight: 500;
  font-size: 11px;
  line-height: 1.2em;
}

.logoBank {
  width: 48px; 
  height: 48px; 
  pointer-events: none; 
  user-select: none;
  display: inline-block;  
}

.textbox-icon {
  color: #23c6c8;
  vertical-align: sub;  
  direction: ltr;
}

.textbox-btn {
  width: 40px;	
}

.textbox-switch {
  background-color: #fff;
  border: 1px solid #E5E6E7;
  padding-inline: 5px;  
}

.mathLink {
  text-align: right !important;	
}

.mathLink i {
  margin-left: 10px;
  direction: ltr;  
}

.mathLinkImg {
  background-repeat: no-repeat; 
  background-size: 25px; 
  background-position: center;	
}

.mathLinkA {
  background-position: right;
  padding: 3px 15px !important;
  margin-right: -7px;
}

.likeico {
  background-image: url(/img/ico/like.png);	
}

.nlikeico {
  background-image: url(/img/ico/nlike.png);	
}

.abico {
  background-image: url(/img/ico/ab.png);	
}

.bcico {
  background-image: url(/img/ico/bc.png);	
}

.bankIco {
  background-repeat: no-repeat; 
  background-size: 25px;
  background-position: center;		
}

.page-toolbox {
  background-color: #f5f5f5;
  border-color: #e7eaec;	
  padding: 25px;
  margin-bottom: unset;
}

.title-btns-div {
 display: inline-block; 
 float: left; 
 margin-top: -8px;	
}

.title-btns {
    width: 45px;
    height: 45px;
    padding: 0px;
    border-radius: 100% !important;
    font-size: 20px;
}

.title-btns i {
  padding-top: 5px;	
}

.title-btns1 {
    width: 53px;
    height: 53px;
    padding: 0px;
    font-size: 20px;
    border-radius: 5%;
    float: left;
    margin-right: 5px;
}

@media all and (min-width: 950px) { /*desktop*/
  .modal-work {
    bottom: 0;
    left: 0;
    right: 0;
    height: 90%;
    display: flex;	
  }
}

@media all and (max-width: 1200px) {
  .modal-work {
    max-width: 100%;
    margin: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    display: flex;	
  }
}

.modal-full {
    max-width: 100%;
    margin: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    display: flex;	
}

.modal-filter {
    max-width: 100%;
    margin: 0;
	top: 20%;
    bottom: 0;
    height: 80%;
    display: flex;	
}

.modal-backfade {
  background-color:rgba(0, 0, 0, 0.5);	
}

.unselectable {
    user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-webkit-touch-callout: none;
	-o-user-select: none;
	-moz-user-select: none;
	
	position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;

	pointer-events:none;
}

.maximizework {
  float: right;
  margin-top: 2px;
  cursor: pointer;  
}

:root {
  --dt-row-selected: 10, 0, 0;
}

table.dataTable tbody td.selected, table.dataTable tbody th.selected, table.dataTable tbody tr.selected {
    color: black !important;
}

table.dataTable tbody>tr.selected, table.dataTable tbody>tr>.selected {
    background-color: unset !important;
}

.notifCircle {
    font-size: 8px !important;
    color: red !important;
    background-color: red !important;
    border-radius: 50% !important;
    margin-top: -8px !important;
    padding-top: unset !important;
    position: absolute !important;
}

thead {
  background-color: #bdc9e9b3 !important;
  box-shadow: inset 0.2em 0.2em 0.2em 0 rgba(255, 255, 255, 0.5), inset -0.2em -0.2em 0.2em 0 rgba(0, 0, 0, 0.5);
  font-weight: bold !important;
  color: #525252;
}

.pdf-frame {
  border: none !important;
  overflow-y: auto !important;
  height: 92vh !important;
  width: 100% !important;
  background-repeat: no-repeat !important;
  background-attachment: fixed !important;
  background-position: center !important;

}