@font-face {
  font-family: 'BYekan';
  src: url('./BYekan.eot?#') format('eot'),
    /* IE6�8 */
    url('./BYekan.woff') format('woff'),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('./BYekan.ttf') format('truetype');
  /* Saf3�5, Chrome4+, FF3.5, Opera 10+ */
}

*,
html,
body {
  direction: rtl;
  font-family: 'BYekan', sans-serif, Arial !important;

}

.bg {
  background-image: url("bg.jpeg");

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.InputAdornment p {
  font-size: 12px;
}

.MuiButton-root .MuiOutlinedInput-root {
  font-family: 'BYekan', sans-serif, Arial !important;
}

.rtl-pxia4q-MuiTable-root {
  min-width: unset !important;
}

.rtl-1ua6o06 {
  min-width: unset !important;
}

.borderdtbltr {
  border: 1px solid #6e707e;
  border-radius: 15px;
  margin: 5px;
}
.borderdtbltr1 {
  border: 1px solid #96a0e6;
  border-radius: 15px;
  margin: 5px;
} 

.muirtl-14q1aaz-MuiTable-root {
  min-width: unset !important;
}

.tblhrader {
  border-bottom: 1px solid #6e707e;
  background-color: #89CCE9;
  border-radius: 15px;
  cursor: pointer;
  padding: 10px;
}
.lkjDVC{
  min-width: 100px !important;
}
.tblhrader1 {
  border-bottom: 1px solid #6e707e;
  background-color: #EDE0D0;
  border-radius: 15px;
  cursor: pointer;
  padding: 10px;
}

.tblhrader2 {
  border-bottom: 1px solid #6e707e;
  background-color: #DBE3F6;
  border-radius: 15px;
  cursor: pointer;
  padding: 10px;
}

.tblrow {
  padding: 10px;
}

.muirtl-158qfdl-MuiToolbar-root-MuiTablePagination-toolbar,
.MuiTablePagination-selectLabel {
  display: none;
  width: 0 !important;
}


.googleMapsApp {
  font-family: sans-serif;
  text-align: center;
  height: 100vh;
}

.kiHXWb {
  border: 1px solid #89CCE9 !important;
}

.App-map {
  height: 100%;
  width: 100%;
}

fieldset {
  padding: 5px;
  border-radius: 8px;
}

td,
th {
  font-size: 0.9rem !important;
  padding: 2px !important;
  text-align: center !important;
}

td svg {
  margin-right: 5px !important;
}

.custom-file-input~.custom-file-label::after {
  content: "choose file" !important;
}

.was-validated .custom-file-input:valid~.custom-file-label,
.custom-file-input.is-valid~.custom-file-label {
  border-color: #1cc88a;
}

.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip,
.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip {
  display: block;
}

.was-validated .custom-file-input:valid:focus~.custom-file-label,
.custom-file-input.is-valid:focus~.custom-file-label {
  border-color: #1cc88a;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(28, 200, 138, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(28, 200, 138, 0.25);
}

.input-group>.custom-file {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group>.custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus~.custom-file-label {
  border-color: #bac8f3;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(78, 115, 223, 0.25);
}

.custom-file-input:disabled~.custom-file-label {
  background-color: #eaecf4;
}

.custom-file-input:lang(en)~.custom-file-label::after {
  content: "Browse";
}

.custom-file-input~.custom-file-label[data-browse]::after {
  content: attr(data-browse);
}


.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6e707e;
  background-color: #fff;
  border: 1px solid #89CCE9;
  border-radius: 0.35rem;

  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #6e707e;
  content: "Browse";
  background-color: #eaecf4;
  border-left: inherit;
  border-radius: 0 0.35rem 0.35rem 0;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {

  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    -webkit-transition: none;
    transition: none;
  }
}