@font-face {
  font-family: "YEKANBAKH";
  src:
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url("./YEKANBAKH.ttf")
    format("truetype");
  font-weight: normal;
  font-style: normal;
}

body {
  margin: 0;
}

html {
  direction: rtl;
  font-family: YEKANBAKH;
  text-align: center;
}

.btn {
  direction: rtl;
  font-family: YEKANBAKH;
  padding: 5px;
  margin: 5px;
  min-width: 100px;
  font-size: 20px;
}

.inpetText {
  direction: rtl;
  font-family: YEKANBAKH;
  padding: 5px;
  margin: 30px 5px;
  min-width: 200px;
  font-size: 20px;
}

.slide {
  padding: 20px 0;
}

.slide.sattari {
  background-color: #ffe500;
}

.h1 {
  font-size: 26px;
  font-weight: bold;
  line-height: 40px;
}
.h2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 40px;
}

.h1_ {
  font-size: 18px;
  font-weight: bold;
  color: red;
}

.tableWrap {
  width: 380px;
  margin: 0 auto;
}

.table {
  border: 8px solid #231f20;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  border-bottom: none;
}

.tr {
  display: flex;
  align-items: stretch;
  height: 90px;
}
.tr:not(:first-child) {
  border-top: 8px solid #231f20;
}

.clinic .tr {
  height: 80px;
}

.td1 {
  display: inline-block;
  width: 22%;
}
.td2 {
  display: flex;
  width: 78%;
}
.td {
  text-align: center;
  line-height: 75px;
  font-size: 30px;
  width: 100%;
  border-right: 2px dashed #231f20;
}

.iconWrap {
  font-weight: bold;
  line-height: 15px;
  font-size: 15px;
  padding-top: 4px;
}

.bird .iconWrap {
  padding-top: 0;
}

.clinic .iconWrap {
  padding-top: 33px;
}

.icon {
  max-width: 76%;
  display: block;
  margin: 0 auto 5px;
}

.icon.noMargin {
  margin: 0 auto;
}

.logoWrap {
  position: relative;
}

.logo {
  height: 146px;
  display: block;
}

.dayOfWeek {
  display: inline-block;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 57%;
  background-color: #231f20;
  height: 45px;
  font-size: 26px;
  line-height: 40px;
}

.tdClock,
.tdDoctor {
  cursor: pointer;
  display: block;
  width: 100%;
  min-height: 20px;
  line-height: 20px;
  font-weight: bold;
  font-size: 19px;
  margin-top: 10%;
  overflow: visible;
}

.editForm {
  position: fixed;
  background-color: darkslateblue;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10;
}

/* .mainWrap.showForm {
  overflow: hidden;
  height: 100vh;
} */

.mainWrap:not(.showForm) .editForm {
  position: none;
  visibility: hidden;
  z-index: -1;
}

.editFormWrap {
  position: fixed;
  top: 22%;
  width: 100%;
}

.editMe {
  display: block;
  cursor: pointer;
  min-height: 20px;
}
