* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: yekan;
}

@font-face {
  font-family: yekan;
  src: url(../fonts/yekan.woff);
}
@font-face {
  font-family: iran-sans200;
  src: url(../fonts/IRANSansWeb200.woff);
}
@font-face {
  font-family: iran-sans300;
  src: url(../fonts/IRANSansWeb300.woff);
}
@font-face {
  font-family: iran-sans400;
  src: url(../fonts/IRANSansWeb400.woff);
}
@font-face {
  font-family: iran-sans500;
  src: url(../fonts/IRANSansWeb500.woff);
}
@font-face {
  font-family: iran-sans600;
  src: url(../fonts/IRANSansWeb600.woff);
}
@font-face {
  font-family: iran-sans900;
  src: url(../fonts/IRANSansWeb900.woff);
}

body {
  background-color: whitesmoke;
}

.active {
  width: 696px !important;
  background-color: rgba(0, 0, 0, 0.2) !important;
  visibility: visible;
}

@media (max-width: 600px) {
  .active {
    width: 70% !important;
    height: auto;
  }
}

.active p,
.active h3,
.active button,
.active img {
  visibility: visible !important;
}

.hidden {
  display: none;
}

.inputRule {
  display: inline-block;
  height: 48px;
  width: 110px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  padding: 10px 16px 0 16px;
  color: rgba(0, 0, 0, 0.8);
  position: relative;
  margin-right: 20px;
  border-radius: 5px;
  top: -2px;
}

.inputRule label {
  position: absolute;
  z-index: 2;
  background-color: #ffff;
  right: 10px;
  top: -11px;
  font-size: 13px;
}

.SelectOption {
  display: block;
  width: 95%;
  height: 48px;
  margin-top: 15px !important;
  margin-left: 10px !important;
  align-items: center;
  justify-content: center;
}

.lkNeEN {
  width: 100% !important;
  font-size: 15px !important;
  color: rgba(0, 0, 0, 0.8) !important;
}
