@font-face {
  font-family: "iransans22";
  src: url("../fonts/woff2/IRANSansWeb(FaNum)_Medium.woff2") format("woff2"), url("../fonts/woff2/IRANSansWeb(FaNum)_Light.woff2") format("woff2"), url("../fonts/woff2/IRANSansWeb_Bold.woff2") format("woff2"), url("../fonts/woff2/IRANSansWeb(FaNum)_Black.woff2") format("woff2");
}
body {
  direction: rtl;
  font-family: "iransans22", sans-serif;
  font-weight: 500;
  background-color: transparent;
}

.persian-datepicker {
  font-family: "iransans22" !important;
}
.persian-datepicker .pdp-header {
  background-color: #0b1f3f !important;
  color: #fff !important;
}

.aa-search-box {
  font-family: "iransans22", sans-serif;
  font-size: 14px;
}
.aa-search-box__input {
  font-family: inherit !important;
}

.aa-search-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 0;
}
.aa-search-box__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  background-color: #fff;
  border-radius: 16px;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 30px 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  justify-content: center;
}
.aa-search-box__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.aa-search-box__label {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  margin-bottom: 8px;
}
.aa-search-box__input-wrapper {
  position: relative;
  width: 220px;
}
.aa-search-box__input-wrapper .aa-search-box__input {
  width: 100%;
  height: 60px;
  border-radius: 10px;
  border: 1px solid #ccc;
  padding: 10px 40px;
  resize: none;
  font-size: 14px;
  color: #333;
  background-color: #fff;
  line-height: 38px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  text-align: right;
}
.aa-search-box__input-wrapper .aa-search-box__icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 22px;
  height: 22px;
  cursor: pointer;
}
.aa-search-box__input-wrapper .aa-search-box__icon--calendar {
  left: 10px;
}
.aa-search-box__input-wrapper .aa-search-box__icon--search {
  right: 54px;
}
.aa-search-box__input-wrapper--search .aa-search-box__input--search {
  background-color: #0b1f3f;
  color: #fff;
  text-align: center;
  font-weight: 500;
  cursor: pointer;
  border: none;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.aa-search-box__input-wrapper--search .aa-search-box__input--search::-webkit-input-placeholder {
  color: #fff;
}
.aa-search-box__input-wrapper--search .aa-search-box__input--search::-moz-placeholder {
  color: #fff;
}
.aa-search-box__input-wrapper--search .aa-search-box__input--search:-ms-input-placeholder {
  color: #fff;
}
.aa-search-box__input-wrapper--search .aa-search-box__input--search::-ms-input-placeholder {
  color: #fff;
}
.aa-search-box__input-wrapper--search .aa-search-box__input--search::placeholder {
  color: #fff;
}
.aa-search-box__input-wrapper--search .aa-search-box__input--search:hover {
  background-color: rgb(7.2094594595, 20.3175675676, 41.2905405405);
}
@media (max-width: 992px) {
  .aa-search-box__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .aa-search-box__input-wrapper {
    width: 100%;
  }
  .aa-search-box__input-wrapper--search {
    width: 100%;
  }
}/*# sourceMappingURL=main.css.map */