@import url("font.css");
@import url("table.css");
@import url("myclass.css");
@import url("slider.css");
@import url("chart.css");
* {
  direction: rtl;
  font: 18px BMitra;
  font-weight: bold !important;
}
.page {
  width: 100%;
  margin: auto;
  text-align: center;
}
.flexContainer {
  width: 100vw !important;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.flexContainer > * {
  margin: 0;
}
img {
  margin: auto 2px;
  cursor: pointer;
}
textarea {
  width: 100%;
  border: none;
}
#scrollable {
  width: 100%;
  height: 450px;
  overflow-y: auto;
}
.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: #eee;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 0 10px #333;
  display: none;
  overflow-y: auto;
}
td,
th {
  text-align: center;
  vertical-align: middle;
}
.scrollform {
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
input[type="radio"],
input[type="checkbox"],
select,
label {
  cursor: pointer;
}
input[type="text"],
input[type="password"],
input[type="number"] {
  text-align: center;
}
hr {
  margin: 2px 0;
  border-bottom: 1px solid #06f7eb;
}
tr:hover {
  background: #b7ee9e;
}
.spanr {
  color: #ff0000;
  font-size: 1.2em;
}

.spanb {
  color: #0000ff;
  font-size: 1.2em;
}

.swal-wide {
  width: 75vw !important;
}
.ltr {
  direction: ltr !important;
}