@font-face {
  font-family: "yekanbakh";
  src: url("./../fonts/yekan-bakh/Fonts/FaNum/Yekan-Bakh-FaNum-04-Regular.ttf") format("eot"), url("./../fonts/yekan-bakh/Fonts/FaNum/Yekan-Bakh-FaNum-04-Regular.eot") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "yekanbakhFat";
  src: url("./../fonts/yekan-bakh/Fonts/FaNum/Yekan-Bakh-FaNum-08-Fat.eot") format("eot"), url("./../fonts/yekan-bakh/Fonts/FaNum/Yekan-Bakh-FaNum-08-Fat.ttf") format("woff"), url("./../fonts/yekan-bakh/Fonts/FaNum/Yekan-Bakh-FaNum-08-Fat.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "yekanbakhBold";
  src: url("./../fonts/yekan-bakh/Fonts/FaNum/Yekan-Bakh-FaNum-06-Bold.eot") format("eot"), url("./../fonts/yekan-bakh/Fonts/FaNum/Yekan-Bakh-FaNum-06-Bold.ttf") format("woff"), url("./../fonts/yekan-bakh/Fonts/FaNum/Yekan-Bakh-FaNum-06-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "yekanbakhHeavy";
  src: url("./../fonts/yekan-bakh/Fonts/FaNum/Yekan-Bakh-FaNum-07-Heavy.eot") format("eot"), url("./../fonts/yekan-bakh/Fonts/FaNum/Yekan-Bakh-FaNum-07-Heavy.ttf") format("woff"), url("./../fonts/yekan-bakh/Fonts/FaNum/Yekan-Bakh-FaNum-07-Heavy.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "yekanbakhMedium";
  src: url("./../fonts/yekan-bakh/Fonts/FaNum/Yekan-Bakh-FaNum-05-Medium.eot") format("eot"), url("./../fonts/yekan-bakh/Fonts/FaNum/Yekan-Bakh-FaNum-05-Medium.ttf") format("woff"), url("./../fonts/yekan-bakh/Fonts/FaNum/Yekan-Bakh-FaNum-05-Medium.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.font-bold {
  font-family: yekanBakhBold;
}

.gray-300 {
  color: #e1e3ea;
}

.gray-700 {
  color: #5e6278;
}

.gray-800 {
  color: #3f4254;
}

.primary-light {
  color: #eef6ff;
}

.primary {
  color: #3699ff;
}

button {
  box-shadow: none;
  outline: none;
}
button:is(:focus, :hover) {
  box-shadow: none;
  outline: none;
}

i {
  display: flex;
  align-items: center;
  justify-content: center;
}

a {
  text-decoration: none;
  transition: 0.3s;
}
* {
  box-sizing: border-box !important;
}

ul {
  margin: 0;
  list-style-type: none;
  padding: 0;
}

input:focus {
  outline: none;
  box-shadow: none;
}

body {
  font-family: yekanBakh;
  direction: rtl;
}

.search-page-wrapper {
  border: 1px solid #ccc;
  border-radius: 10px;
  margin-top: 50px;
  padding: 40px;
}
@media screen and (max-width: 575px) {
  .search-page-wrapper {
    width: 100%;
    height: 100%;
    margin: 0;
    border: none;
    padding: 30px 0;
  }
}

.search-page-headding {
  font-size: 25px;
  font-weight: 800;
}
@media screen and (max-width: 991px) {
  .search-page-headding {
    font-size: 20px;
  }
}
@media screen and (max-width: 575px) {
  .search-page-headding {
    font-size: 17px;
  }
}

.search-input-wrapper {
  gap: 20px;
}

.search-stuff-wrapper {
  gap: 40px;
}

.input-title-stuff-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.input-title-stuff-wrapper label {
  padding-left: 20px;
  font-size: 14px;
}
.input-title-stuff-wrapper .search-stuff {
  flex: 1;
}
.input-title-stuff-wrapper input,
.input-title-stuff-wrapper select {
  text-align: right;
  padding: 0px 10px;
  box-sizing: border-box;
  height: 40px;
  border-radius: 7px;
  background-color: transparent;
  border: 1px solid #ccc;
  font-size: 16px;
  font-weight: 500;
  color: #888;
  transition: 0.3s;
}
.input-title-stuff-wrapper input::-moz-placeholder, .input-title-stuff-wrapper select::-moz-placeholder {
  font-size: 13px;
}
.input-title-stuff-wrapper input::placeholder,
.input-title-stuff-wrapper select::placeholder {
  font-size: 13px;
}
.input-title-stuff-wrapper input:hover,
.input-title-stuff-wrapper select:hover {
  border: 1px solid #ccc;
  outline: none;
}
.input-title-stuff-wrapper input:focus,
.input-title-stuff-wrapper select:focus {
  border: 1px solid #ccc;
  outline: none;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  transition: 0.3s;
}
.input-title-stuff-wrapper input:target,
.input-title-stuff-wrapper select:target {
  border: 1px solid #ccc;
  outline: none;
}
@media screen and (max-width: 575px) {
  .input-title-stuff-wrapper input,
  .input-title-stuff-wrapper select {
    font-size: 13px;
  }
}
.input-title-stuff-wrapper input {
  color: #000;
}/*# sourceMappingURL=SearchStuffId.css.map */