@font-face {
  font-family: moonlineA_1;
  src: url("Helvetica Moonline A_1.ttf");
}
@font-face {
  font-family: moonlineB_2;
  src: url("Helvetica Moonline B_2.ttf");
}
@font-face {
  font-family: moonlineC_3;
  src: url("Helvetica Moonline C_2.ttf");
}

.pr {
    position: relative !important;
}

body{
    font-family: moonlineB_2;    
    font-size:12px;
	color: #000;
	background: #ffffff;
	direction: rtl;
}
.at-item > .dropup {
    margin: 0 !important;
}
.moonlineA_1{
  font-family: moonlineA_1;    
}
.moonlineC_3{
    font-family: moonlineC_3;    
}
.moonlineB_2{
    font-family: moonlineB_2;    
}
*{
    font-family: moonlineC_3;
    font-size:16px;
}
small{
    font-family: moonlineB_2;
}
li{
	list-style: none;
}
a,a:hover{
	text-decoration: none;
}


.loading {
  position: fixed;
  z-index: 999;
  height: 100px;
  width: 100px;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}

.at-item {
    width: 130px;
    text-align: center;
    cursor: pointer;
    border-radius: 15px 0;
    border: solid 1px #001682;
    margin: 7px;
    background-color: #0000007a;
    animation-name: flip-in-diagonal-bl;
    animation-duration: 1s;
    animation-timing-function: ease;
    animation-delay: 0s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: none;
}
@keyframes flip-in-diagonal-bl {
  0%{
    -webkit-transform: rotate3d(1,1,0,80deg);
    transform: rotate3d(1,1,0,80deg);
    opacity: 0;
  }
  100%{
    -webkit-transform: rotate3d(1,1,0,0deg);
    transform: rotate3d(1,1,0,0deg);
    opacity: 1;
  }
}
img.addp.imgdfo {
    width: 55px;
    display: inline-block;
}
i.dcv {
    position: absolute;
    left: 4px;
    font-size: 27px;
    top: 3px;
	cursor:pointer;
}
div.form-control {
    margin: 6px;
    width: 96%;
}
.ereor {
    position: absolute;
    left: 15px;
    top: 8px;
    height: 35px;
    width: 185px;
    color: #F00;
    font-size: 10px;
	display:none;
}
.tybn {
    height: 38px;
    width: 40px;
    padding: 5px 5px;
}
.tybn i {
    font-size: 24px;
}
.formsty{
	margin: 4px 0;
    background: #0000004a;
    color: #FFF;
    width: 80%;
    display: inline-block;
    border-radius: 100px;
    padding: 1px;
}
.swal-text {
    text-align: center !important;
}
b.inform {
    position: absolute;
    left: -5px;
    top: -5px;
    font-size: 20px;
    cursor: pointer;
    z-index: 20;
    color: #6cffeb;
    border-radius: 100%;
    border: solid 2px #000;
}
.formTitle {
    background: #ceffce;
    padding: 9px;
    border: solid 2px #00b258;
    margin: 5px 0;
    border-radius: 10px;
	border-style: dashed;
}
.kokan {
    position: relative;
    background: #ffffcb;
    display: inline-block;
    width: 100px;
    margin: 5px;
    font-size: 10px;
    padding: 5px 5px 5px 25px;
    border-radius: 5px;
    border: solid 1px #ffc107;
	height: 28px;
}
.vbNm{
	position: fixed;
    left: -3px;
    background: #b4ddff;
    width: 46px;
    height: 75px;
    padding: 15px 0;
    border-radius: 0 10px 10px 0;
    border: solid 1px #000;
}
.vbNm i {
	font-size: 25px;
    color: #000;
    cursor: pointer;
    display: block;
    margin: 7px 0;
}
.vbNm i:hover {
    color: #fff;
}
.formTBN {
    background: #e9fffe;
    padding: 9px;
    border: solid 2px #88d9ff;
    margin: 5px 0;
    border-radius: 10px;
    border-style: dashed;
}
div#main {
    text-align: center;
    color: #000;
    padding: 0px;
    position: relative;
    max-height: 82vh;
    margin-top: 90px;
    overflow: auto;
}
.nav-link {
    color: rgb(0 0 0) !important;
}
div.at-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    flex-wrap: wrap;
}
.at-item img {
    width: 100%;
    padding: 7px;
}
.foxetop {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.hedxwar{
    position: absolute;
    width: 100%;
    display: table;
    bottom: 0;
}
b.TtghB {
    position: absolute;
    top: 2px;
    left: 50px;
}
.fthr{
	background: #ffc800 !important;
}
.at-item p {
    color: #000;
    text-shadow: #fff 0 0 2px;
    margin: 0;
    background: #f8ffbb;
    border-radius: 0px 0px 15px 0;
}


.models {
  animation-name: rotate-in-tr-anticlock;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-iteration-count: 1;
  animation-direction: normal;
  animation-fill-mode: none;
}

@keyframes rotate-in-tr-anticlock {
  0%{
    -webkit-transform: scale(.2);
    transform: scale(.2);
  }
  100%{
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.modelf {
    background: #FFF;
    height: 100%;
    overflow-y: auto;
    position: relative;
    border-radius: 10px;
    width: 100%;
    color: #000;
    text-align: center;
    border: solid 1px;
}
.models {
    z-index: 100;
    max-height: 95%;
    overflow-y: auto;
}

.loading{
  z-index: 1000;
}
.loading, .models {
  position: fixed;
  height: 100px;
  width: 100px;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}
div#modeltitle {
    background: #e4e4e4;
    border-radius: 10px 10px 0px 0;
    padding: 10px;
}

.modal-login {
	color: #636363;
	width: 350px;
}
.modal-login .modal-content {
	padding: 20px;
	border-radius: 5px;
	border: none;
    margin: 0;
}
.modal-login .modal-header {
	border-bottom: none;
	position: relative;
	justify-content: center;
}
.modal-login h4 {
	text-align: center;
	font-size: 26px;
}
.modal-login  .form-group {
	position: relative;
}
.modal-login i {
	position: absolute;
	left: 13px;
	top: 11px;
	font-size: 18px;
}
.modal-login .form-control {
	padding-left: 40px;
}
.modal-login .form-control:focus {
	border-color: #00ce81;
}
.modal-login .form-control, .modal-login .btn {
	min-height: 40px;
	border-radius: 3px; 
}
.modal-login .hint-text {
	text-align: center;
	padding-top: 10px;
}
.modal-login .close {
	position: absolute;
	top: -5px;
	right: -5px;
}
.modal-login .btn, .modal-login .btn:active {	
	border: none;
	line-height: normal;
}
.modal-login .btn:hover, .modal-login .btn:focus {
	background: #00bf78 !important;
}
.modal-login .modal-footer {
	background: #ecf0f1;
	border-color: #dee4e7;
	text-align: center;
	margin: 0 -20px -20px;
	border-radius: 0 0 10px 10px;
	font-size: 13px;
	justify-content: center;
}
.modal-login .modal-footer a {
	color: #999;
}
.modelf i.fa.fa-remove {
    position: absolute;
    right: 5px;
    color: red;
    font-size: 20px;
    cursor: pointer;
}
.modelbg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0,0,0,0.3);
}
.addp {
    font-size: 45px;
    color: #3c4156;
    cursor: pointer;
    z-index: 1;
	margin: 0 15px;
}
.card-text {
    position: relative;
}
p.protitle {
    margin: 0;
    padding: 3px 3px;
    height: 60px;
    border-top: solid 1px #d4d4d4;
    background: #e6e6e6;
    font-size: 14px;
}

.modal-login {
	color: #636363;
	width: 350px;
}
.modal-login .modal-header {
	border-bottom: none;
	position: relative;
	justify-content: center;
}
.modal-login h4 {
	text-align: center;
	font-size: 26px;
}
.modal-login  .form-group {
	position: relative;
}
.modal-login i {
	position: absolute;
	left: 13px;
	top: 11px;
	font-size: 18px;
}
.modal-login .form-control {
	padding-left: 28px;
}
.modal-login .form-control:focus {
	border-color: #00ce81;
}
.modal-login .form-control, .modal-login .btn {
	min-height: 40px;
	border-radius: 3px; 
}
.modal-login .hint-text {
	text-align: center;
	padding-top: 10px;
}
.modal-login .close {
	position: absolute;
	top: -5px;
	right: -5px;
}
.modal-login .btn, .modal-login .btn:active {	
	border: none;
	background: #00ce81 !important;
	line-height: normal;
}
.modal-login .btn:hover, .modal-login .btn:focus {
	background: #00bf78 !important;
}
.modal-login .modal-footer {
	background: #ecf0f1;
	border-color: #dee4e7;
	text-align: center;
	margin-bottom: 20px;
	border-radius: 0 0 10px 10px;
	font-size: 13px;
	justify-content: center;
}
.modal-login .modal-footer a {
	color: #999;
}
.trigger-btn {
	display: inline-block;
	margin: 100px auto;
}
.modal-content {
    margin: 0;
    padding: 23px 22px 42px 22px;
    height: 100vh;
    border: none;
    background: #FFF;
}
.lang {
    background: #777;
    color: #FFF;
    padding: 3px 15px;
    border-radius: 8px;
    cursor: pointer;
}
.mobiphon{
    height: 100vh;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 20;
}
.lang.activ {
    background: #0089ca;
}
.imglod{
    z-index: 1;
    position: relative;
    border-radius: 100%;
}
.serchop{
    width: 66%;
    padding: 0 0;
    display: inline;
    min-height: 20px !important;
    height: 29px;
}
.hedbazr{
    background: #ffd2dc;
    padding: 30px 5px 5px 5px;
}
.srchok{
    display: inline;
    position: relative;
}
i.fas.fa-search.srch {
    position: absolute;
    font-size: 13px;
    margin: -5px 0 0 -5px;
    cursor: pointer;
}
.eclipse-slides {
    height: 130px;
    border-radius: 5px;
    background: #e4e4e4;
    font-size: 50px;
    text-align: center;
    color: #000000;
    z-index: 1;
}
.modal-body {
    padding: 5%;
    overflow-y: auto;
    background: #f5f5f5;
}
.prodacto {
    background: #FFF;
    width: 46%;
    margin: 5px 2px;
    display: inline-block;
}
.prodimg{
    position: relative;
    overflow: hidden;
    height: 155px;
}
.prodimg img{
  position: absolute;
  top: -9999px;
  left: -9999px;
  right: -9999px;
  bottom: -9999px;
  height: 100%;
  margin: auto;
}
.prodimgsl{
    position: relative;
    overflow: hidden;
    height: 155px; 
}
.prodimgsl img{
  position: absolute;
  top: -9999px;
  left: -9999px;
  right: -9999px;
  bottom: -9999px;
  width: 100%;
  margin: auto;
}
.toprod{
    text-align: center;
    margin-top: 3px;
}
.detilepro {
    height: 60px;
}
.modelcl {
    position: absolute;
    right: 5px;
    top: 5px;
    color: #F00;
    cursor: pointer;
	font-size: 25px;
}
div#modelbody {
    padding: 0 2%;
}
.card-text input, .card select {
    padding: 0px 5px;
    margin: 5px 3%;
    height: 40px;
    width: 94%;
}
b.fas.fa-sync.tgh {
    position: absolute;
    left: 7px;
    font-size: 30px;
    top: 5px;
    cursor: pointer;
    color: #ff006a;
}
span#bayoerore {
    position: absolute;
    top: 20%;
    font-size: 10px;
    left: 11px;
    color: #F00;
    width: 69px;
}
.viewdiv {
    position: relative;
    margin: 1%;
}
.viewtit {
    padding-right: 26%;
	height: max-content;
	min-height: 35px;
}
.addcont {
    position: fixed;
    left: 0;
    width: 150px;
    height: max-content;
    top: 55px;
}
.mssit {
    width: 100px;
    font-size: 11px;
    text-align: center;
    margin: 5px 4px;
    background: #6680ff;
    color: #FFF;
}
.addnefld {
    font-size: 10px;
    height: 28px !important;
}
span.jbn {
    background: #003aa0;
    font-size: 10px;
    color: #FFF;
    padding: 4px;
	width: 100px;
    display: inline-block;
    border-radius: 5px;
}
.styled-table {
    border-collapse: collapse;
    margin: 0;
    width: 100%;
    font-size: 0.9em;
}
.styled-table thead tr {
    background-color: #000000;
    color: #ffffff;
}
.form-control.viewtit b i {
    font-size: 20px;
	width: 30px;
    margin-top: 4px;
    margin-left: 10px;
}
span.ragaze {
    position: absolute;
    left: 7px;
    font-size: 12px;
    color: #FFF;
    border-radius: 5px;
    background: #003aa0;
    padding: 3px 13px;
}
span.jopi {
    width: 110px;
    color: #000;
    font-size: 15px;
    background: #e2fffe;
    display: inline-block;
}
.form-control.viewtit b {
    position: absolute;
    right: 2px;
    top: 1px;
	font-size: 13px;
	height: 96%;
    background: #fffb81;
    width: 25%;
    padding: 0 10px 6px 0;
	color: #000;
    text-align: right;
    border-radius: 0 5px 5px 0;
}
table {
    border-collapse: collapse;
}
.styled-table td {
    padding: 5px;
	border: solid 1px #000000;
	text-align: center;
	color: #000;
	vertical-align: sub;
	font-size: 12px;
}
.customersin th {
    padding: 3px 1px !important;
    border: none !important;
}
.customersin td {
    border-left: none;
    border-right: none !important;
}
th.bl, td.bl{
    border-left: solid 1px !important;
}
.customersin {
    width: 100%;
}
td > div {
    width: 1em;
	height: 80px;
}

td > div > div {
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg) !important;
    transform: rotate(-90deg);
	font-size: 11px;
}
.styled-table th {
    padding: 12px 15px;
	text-align: center;
}
.styled-table tbody tr {
    border-bottom: 1px solid #dddddd;
    background: #ffffff7a;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}
.styled-table tbody tr.active-row {
    font-weight: bold;
    color: #009879;
}
.styled-table tbody tr:hover {
    background: #64ffa2;
}
details {
    position: relative;
    text-align: right;
}
.bofop{
	text-align: center;
}
.adoico {
    position: absolute;
    left: 0;
    top: 0;
	z-index: 7;
}
td.nwekf {
    position: relative;
}
td.nwekf i {
    position: absolute;
    left: 2px;
    z-index: 2;
    top: 0;
	cursor: pointer;
}
td.nawtit {
    font-size: 10px;
    position: relative;
	padding-right: 30px;
}
td.nawtit i {
    position: absolute;
    right: 5px;
    top: 5px;
	cursor: pointer;
}
.adoico i {
    font-size: 25px;
    cursor: pointer;
}
.botomeminue {
    background: #fff;
    width: max-content;
    padding: 5px;
    border-radius: 10px 10px 0 0;
    height: 55px;
    position: fixed;
    right: 5px;
    bottom: 0;
}
.at-item i {
    font-size: 90px;
    background: -webkit-linear-gradient(#89ffde, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #FFF;
    margin: 10px 0;
}
.zanyarifarman {
    background: #ffffffbd;
    width: 50vw;
    height: 79vh;
    border: solid 1px #9dc1ff;
    margin: 5px;
    display: inline-block;
    overflow-y: scroll;
    border-radius: 6px;
	position: relative;
}
.zanyarixezank {
    background: #ffffffbd;
    width: 23vw;
    height: 40vh;
    border: solid 1px #9dc1ff;
    margin: 5px;
    display: inline-block;
    overflow-y: scroll;
    border-radius: 6px;
	position: relative;
}
.zanyarimndala {
    background: #ffffffbd;
    width: 23vw;
    height: 40vh;
    border: solid 1px #9dc1ff;
    margin: 5px;
    display: inline-block;
    overflow-y: scroll;
    border-radius: 6px;
	position: relative;
}
.zanyarifrmana {
    position: absolute;
    left: 5px;
    top: 0;
    background: #ffffffbd;
    width: 47vw;
    height: 38vh;
    border: solid 1px #9dc1ff;
    margin: 5px;
    display: inline-block;
    overflow-y: scroll;
    border-radius: 6px;
}
.viewdiv i.fa-pen-square {
	position: absolute;
    left: 5px;
    top: 5px;
    cursor: pointer;
	color: #00b941;
    font-size: 29px;
}
.toptit{
	background: #f5ff9f;
	position: relative;
}
.toptit i {
    position: absolute;
    right: 3px;
    color: #00b941;
    top: 2px;
    cursor: pointer;
    font-size: 20px;
}
.nasrinp.tyb {
    max-width: 47%;
    padding: 8px 0;
    display: inline-block;
}
.chbox {
    position: absolute;
    right: 2px;
    top: 2px;
    height: 20px;
    width: 20px;
}
.xnns {
    font-size: 10px;
    padding: 4px !important;
	position: relative;
    border: solid 1px;
}
.xnns i {
    position: absolute;
    top: 2px;
    right: 25%;
    cursor: pointer;
    font-size: 20px;
}
hr{
    margin: 2px 0;
    border-top: solid 1px #000;
}
.basho{
	background: #fffcef;
    border-radius: 9px;
    padding: 6px 0;
    border: solid 1px;
	position: relative;
    cursor: pointer;
}
.serchbox {
    background: #fff;
    width: max-content;
    padding: 5px;
    border-radius: 10px 10px 0 0;
    height: 55px;
    position: fixed;
    left: 5px;
    bottom: 0;
}
.serchbox .divserc {
    position: relative;
}
.divserc i {
    position: absolute;
    left: 5px;
    top: 25%;
}
td.fredt {
    padding: 0;
	position: relative;
}
.fredt i {
    position: absolute;
    font-size: 29px;
    top: 2px;
    cursor: pointer;
    right: 20%;
}
ul{
	padding: 0;
}
li.musiti {
    background: #dcdcdc;
    margin: 5px;
    padding: 5px;
}
.donm {
    display: inline-block;
    padding: 2px 10px;
    background: #cef0ff;
    margin: 4px;
    border-radius: 8px;
}
.donm span {
    background: #00048c;
    color: #FFF;
    padding: 3px 7px;
    margin: 0 7px;
}
.pasl {
    width: 100%;
    padding: 3px;
    height: 20px;
    font-size: 13px;
    background: #d8ff00;
}
.inpmuch{
    padding: 0 10px;
    height: 27px;
}
.plgt {
    width: 100%;
    padding: 3px;
    height: 20px;
    font-size: 13px;
    background: #ff94a3;
}
.pmaw {
    width: 100%;
    padding: 3px;
    height: 20px;
    font-size: 13px;
    background: #94ffd3;
}
td {
    position: relative;
    color: #000;
}
input.chtdbx {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 1px;
    left: 1px;
}
.customers {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.customers td, .customers th {
  border: 1px solid #000;
  padding: 5px 2px;
  color: #000;
  font-size: 10px;
  text-align: center;
}
.customers td{
   line-height: 10px;
}
.wacin{
	padding: 5px;
    font-size: 24px;
    margin: 3%;
    height: 40px;
    width: 94%;
}
.cvbn td, .cvbn th {
    padding: 10px 2px;
    font-size: 15px;
	height: 32px;
	border: solid 1px;
}
.rotate {
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  width: 1.5em;
  height: 100px;
}
.rotate div {
     -moz-transform: rotate(-90.0deg);  /* FF3.5+ */
       -o-transform: rotate(-90.0deg);  /* Opera 10.5 */
  -webkit-transform: rotate(-90.0deg);  /* Saf3.1+, Chrome */
             filter:  progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083);  /* IE6,IE7 */
         -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)"; /* IE8 */
         margin-left: -10em;
         margin-right: -10em;
		 font-size: inherit;
}
.tabhead td, .tabhead th{
	line-height: 15px;
    border: none;
}
b.fas.fa-users.tgh {
    position: absolute;
    left: 50px;
    color: #007ac1;
    top: 5px;
    font-size: 30px;
	cursor: pointer;
}
.numtext { mso-number-format:\@; }
.inpuoto{
	position: absolute;
    top: 0;
    text-align: center;
    left: 0;
    background: #ffe1d9;
    height: 100%;
    border: none;
}
.aslok {
    font-size: 8px;
	color:red;
	display: inherit;
}
.ejmxwar{
	background: #c4ffbd  !important;
    color: #000  !important;
	padding: 2px !important;
}
.customers tr:nth-child(even){background-color: #dcfcff;}

.customers tr:hover {background-color: #ddd;}

.customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #c5c5c5;
    color: black;
}
li.musiti.ui-sortable-handle div {
    display: inline-block;
    margin: 0 3%;
}
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
::-webkit-scrollbar-thumb {
  background: #888; 
}
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
.harkhold {
    background: #d5d5d5;
    margin: 4px;
    padding: 4px;
}
.harakaka {
    display: inline-block;
    width: 50%;
}
input.inpmizano, .bcvo {
    width: 100%;
    font-size: 10px;
	margin: 0;
    display: inline-block;
}
.bVty span {
    position: absolute;
    left: 19px;
    direction: ltr;
}
.activoo {
    position: absolute;
    right: 26%;
    display: inline-block;
    width: 25px;
    top: 0;
}
i.gorinkan {
	position: absolute;
    top: 24px;
    left: 8px;
    color: #00a61c;
    font-size: 22px;
    cursor: pointer;
}
i.addcvb {
    position: absolute;
    top: 25px;
    left: 8px;
    color: #00a61c;
    cursor: pointer;
}
.navbar-toggler {
    background: #8a8a8a !important;
}
.BodyCover {
    padding: 5px 0;
}
table.tabwasl {
    width: 100%;
}
.tabwasl tr th {
    background: #d8d8d8;
    border: solid 1px #8b8b8b;
    padding: 5px 2px;
}
.tabwasl tr td {
    border: solid 2px;
    border-style: dashed;
    padding: 5px;
}

.fro_items {
    height: 72vh;
    overflow-y: auto;
}
a.nav-link {
    text-align: center;
}
.adds {
    display: flex;
    background: #d8d8d8;
    padding: 11px 8px;
    border-radius: 11px;
}
div#iconzder {
    height: 35px;
    position: absolute;
    width: 35px;
    left: 5px;
    top: 4px;
}
div#iconzder i {
    font-size: 26px;
    padding: 5px;
}
.cardakan p {
    font-size: 13px;
    margin: 0;
}
.cardakan {
    display: inline-block;
    width: 120px;
    background: #dcfdff;
    margin: 5px 0;
    border-radius: 9px;
    padding: 5px;
    cursor: pointer;
}
.cardakan.addnoq {
    background: #ffd3ee;
    color: #ff0000;
}
.boxnawrst {
    background: #0005;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1000;
    top: 0;
    display: grid;
    align-items: center;
    justify-content: center;
}
div#box_nawrs {
    background: #ffffff;
    border-radius: 8px;
    padding: 10px;
    text-align: center;
    display: grid;
    align-items: center;
}
.boxnawrst > div > i.fa-times-circle {
    position: absolute;
    right: -9px;
    font-size: 26px;
    top: -7px;
    background: #FFF;
    border-radius: 100%;
    color: #F00;
    cursor: pointer;
}
.sfrakan {
    display: flex;
    justify-content: space-evenly;
    padding: 11px 0;
}
.sfr_itm {
    width: 33%;
    background: #e7e7e7;
    border-radius: 6px;
    line-height: 20px;
    padding: 4px 0 0 0;
}
tr#waslKash {
    background: #b3ffc9;
}
i.fas.fa-times-circle.delwaslxera {
    font-size: 21px;
    position: absolute;
    left: 12%;
    top: 12%;
    cursor: pointer;
    color: #F00;
}
@media print {  
.noprint {
    display: none !important;
}
}

@media only screen and (max-width: 600px) {
.adds {display: grid;}
.fro_items {height: 63vh;}
.adds * {font-size: 12px;padding: 5px;height: 24px;line-height: 15px;}
}


