@import url(fonts/font-face.css);

h6,
h5,
span,
td,
button,
input,
label,
p,
li,
legend,
.MuiTypography-root,
.MuiSelect-select,
.MuiOutlinedInput-input,
.rtl-1v994a0,
.MuiSnackbarContent-message,
.MuiAlert-message {
  font-family: "IRANSans" !important;
}

.rtl-kpvtq1-MuiTooltip-tooltip {
  font-family: "IRANSans" !important;
}

#pdfdiv {
  text-align: left;
}

.Toastify__toast-body {
  font-family: "IRANSans" !important;
  direction: rtl;
}

.dx-icon:before .dx-pages-count .pageTitle .rtl-1v994a0 .dx-checkbox div.dx-datagrid-rowsview {
  font-family: 'DXIcons' !important;
}

/*Checked icon override*/
.dx-checkbox-checked .dx-checkbox-icon:before {
  /* content: "\f006";
  color: green; */
  font-family: 'DXIcons' !important;
}

.dx-icon-clear:before {
  font-family: 'DXIcons' !important;
}

.dx-datagrid {
  font: 14px;
  font-weight: 900;
  color: black;
}

.dx-datagrid .columns {
  font-weight: 900;
  color: black;
}

#customers {
  font-family: "IRANSans";
  text-align: right;
  border-collapse: separate;
  width: 100%;
}

#customers td,
#customers th {
  border: 1px solid #ddd;
  padding: 8px;
  font-size: 13px;
}

#customers tr:nth-child(even) {
  background-color: #f0f0f0;
}

#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: right;
  font-size: 14px;
  background-color: #e8e6e6;
  color: rgb(31, 31, 31);
}