@import url("/Engine/Fonts/Fonts.css");
html * {
  outline: none !important;
}
html textarea {
  resize: none;
}
html select {
  line-height: 17px;
}
body {
  direction: rtl;
  font-family: IranSans !important;
  color: #747474;
}
input {
  font-family: IranSans !important;
  /*font-size: 13px !important;*/
  /**/
}
a,
a:hover,
a:focus {
  text-decoration: none !important;
  cursor: pointer;
  outline: none !important;
}
.Logo {
  position: relative;
  height: 150px;
  background: url('/Images/Vitangy.png') no-repeat center center;
  background-size: contain;
}
.LDirection {
  direction: ltr;
}
.text-nowrap {
  white-space: nowrap!important;
}
.text-decoration-line-through {
  text-decoration: line-through red;
}
