body {
  font-family: 'IRANSans', Tahoma, Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 16px;
  padding-top: 4.5rem;
}
.bootbox .modal-header {
  display: block;
}
.tooltip > .tooltip-inner {
  font-family: 'IRANSans', Tahoma, Arial, Helvetica, sans-serif;
  font-size: 14px;
}
::-webkit-input-placeholder {
  text-align: right;
  direction: rtl;
}
:-moz-placeholder {
  text-align: right;
  direction: rtl;
}
::-moz-placeholder {
  text-align: right;
  direction: rtl;
}
:-ms-input-placeholder {
  text-align: right;
  direction: rtl;
}
.table .thead-dark a {
  color: #fff;
}
.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  padding-top: 50px;
  margin: auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
input[type=email],
input[type=password],
#password,
input.number,
.ltr {
  direction: ltr;
}
.row-order,
.row-miscellaneous,
.row-transaction,
.row-stock,
.row-user {
  cursor: pointer;
}
.btn-w-100 {
  min-width: 100px;
}
.chart-container {
  direction: ltr;
  position: relative;
  height: 500px;
  width: 100%;
  margin-bottom: 20px;
}
.chart-container.chart-small {
  height: 300px;
}