@font-face {
  font-family: 'iransens';
  src: url('fonts/iransens.woff');
  src: url('fonts/iransens.woff') format('FontName-opentype'),
  url('fonts/iransens.woff') format('woff'),
  url('fonts/iransens.woff') format('truetype');
  font-weight: initial;
  font-style: normal;
}

html , body {
  font-family: 'iransens' !important;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  direction: rtl;
}

.swal2-icon:before {
  height: 113% !important;
}

.kt-portlet__body .table {
  direction: ltr;
}

.kt-portlet__body .table thead th, .kt-portlet__body .table tfoot th {
  font-weight: bold;
  text-align: center;
}

.kt-portlet__body .table tbody td {
  text-align: center;
}

.kt-header{ background-color:#1d2f5a;}
.kt-header__topbar-item {width:200px;}
#packing_products_table th:nth-child(4), #products_table th:nth-child(4){
    width: 200px;
}

#total_remained{font-size:16px; color:#313131; font-weight:bold;}