@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");

@font-face {
  font-family: "iransans-regular";
  src: url(../fonts/iran_sans/eot/IRANSansX-Regular.eot),
    url(../fonts/iran_sans/ttf/IRANSansX-Regular.ttf),
    url(../fonts/iran_sans/woff/IRANSansX-Regular.woff),
    url(../fonts/iran_sans/woff2/IRANSansX-Regular.woff2);
  font-weight: normal;
}

@font-face {
  font-family: "iransans-bold";
  src: url(../fonts/iran_sans/eot/IRANSansX-Bold.eot),
    url(../fonts/iran_sans/ttf/IRANSansX-Bold.ttf),
    url(../fonts/iran_sans/woff/IRANSansX-Bold.woff),
    url(../fonts/iran_sans/woff2/IRANSansX-Bold.woff2);
  font-weight: bold;
}

@font-face {
  font-family: "iransans-medium";
  src: url(../fonts/iran_sans/eot/IRANSansX-Medium.eot),
    url(../fonts/iran_sans/ttf/IRANSansX-Medium.ttf),
    url(../fonts/iran_sans/woff/IRANSansX-Medium.woff),
    url(../fonts/iran_sans/woff2/IRANSansX-Medium.woff2);
  font-weight: bold;
}

/* !=======================================Default Style!======================================= */

html {
  font-size: 62.5%;
}

* {
  outline: none;
  color: #0000008f;
}

body {
  font-family: "iransans-regular";
}

button {
  background-color: transparent;
  border: none;
}

a {
  color: #0000008f;
  text-decoration: none;
  transition: all 0.4s ease;
}

i {
  transition: all 0.4s ease;
}
ul {
  list-style: none;
}
a:hover {
  color: #000;
}

input {
  border: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}
button {
  padding: 0;
  margin: 0;
}

.bi {
  display: flex;
  align-items: center;
}

/* !=======================================End Default Style!======================================= */

/* !=======================================Header Style!======================================= */
.header {
  padding: 0.8rem 6rem;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 2px 0px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 9999;
}

.header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__right {
  display: flex;
  align-items: center;
}

.header__logo-img {
  width: 4.8rem;
  height: 4.8rem;
}

.header__city {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  font-family: "iransans-bold";
  margin: 0 2rem;
  transition: all 0.4s ease;
  padding: 1rem 1.3rem;
  border-radius: 0.3rem;
}

.header__city *,
.header__category-btn * {
  transition: all 0.4s ease;
}

.header__city:hover,
.header__category-btn:hover {
  background-color: rgba(0, 0, 0, 0.04);
}

.header__city:hover *,
.header__category-btn:hover * {
  color: #000;
}

.header__city-icon {
  font-size: 1.6rem;
}

.header__city-title {
  margin-right: 0.8rem;
}

.header__left {
  display: flex;
  align-items: center;
  position: relative;
}

.header__left-link {
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  cursor: pointer;
  margin: 0 1.5rem;
  font-family: "iransans-medium";
  padding: 1rem 1.3rem;
  border-radius: 0.3rem;
}

.header__category-menu section {
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08),
    0 -8px 32px -4px rgba(0, 0, 0, 0.04), 0 16px 24px -6px rgba(0, 0, 0, 0.04);
  border-radius: 0 0.5rem 0.5rem 0;
  height: 50rem;
  position: relative;
  display: none;
  z-index: 0;
  background-color: #fff;
}
.header__category-menu {
  position: absolute;
  top: 5.2rem;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
}
.header__category-menu-right {
  width: 22%;
  padding: 2.5rem 2rem;
}
.header__category-menu-btn {
  display: flex;
  cursor: pointer;
  align-items: center;
  font-size: 1.2rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0.7rem;
  border-radius: 0.3rem;
}
.header__category-menu-btn:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.header__category-menu-btn-icon {
  margin-left: 0.5rem;
}
.haeder__category-menu-list {
  margin: 1rem 0;
  position: relative;
  padding-right: 0;
  padding-left: 0;
}
.header__category-menu-item:hover .header__category-dropdown {
  visibility: visible;
  opacity: 1;
}
.header__category-menu-link {
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: space-between;
  font-size: 1.2rem;
  padding: 1rem 0.5rem;
  border-radius: 0.3rem;
}
.header__category-menu-link:hover {
  background-color: rgba(0, 0, 0, 0.06);
}
.header__category-menu-link-right {
  display: flex;
  align-items: center;
}
.header__category-menu-icon {
  margin-left: 0.5rem;
}
.header__category-menu-arrow-icon {
  font-size: 1rem;
}
.header__category-dropdown {
  width: 1055px;
  background-color: #fff;
  border-radius: 0.5rem 0 0 0.5rem;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  margin: 2.7rem 0;
  display: grid;
  grid-template-columns: auto auto auto;
  transition: all 0.4s ease;
}
.header__category-dropdown-list {
  margin: 2rem 0;
}
.header__category-dropdown-title {
  font-size: 1.2rem;
  cursor: pointer;
  color: #000;
  font-family: "iransans-medium";
  margin-bottom: 1rem;
  display: block;
}
.header__category-dropdown-title:hover {
  color: #a62626;
}

.header__category-dropdown-link {
  display: block;
  cursor: pointer;
  font-size: 1.2rem;
  padding: 0.5rem 0;
}
.header__category-dropdown-link:hover {
  color: #a62626;
}
.header__category-menu-item:nth-child(1) .header__category-dropdown {
  visibility: visible;
  opacity: 1;
}

/* End Header Category Menu */
.header__searchbar {
  display: flex;
  align-items: center;
  z-index: 1;
  position: relative;
}

/* Searchbar Dropdown */
.header__searchbar-dropdown section {
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0 0 0.3rem 0.3rem;
  padding: 2rem 0;
  z-index: 99999;
  position: relative;
}
.header__searchbar-dropdown {
  position: absolute;
  top: 3.8rem;
  width: -webkit-fill-available !important;
  opacity: 0;
  visibility: hidden;
}
.header__searchbar-dropdown-title {
  display: block;
  font-size: 1.4rem;
  margin: 1rem 0;
  padding: 0 1.5rem;
}
.header__searchbar-dropdown-list {
  display: flex;
  flex-wrap: wrap;
  padding-right: 0;
  margin: 0 0.8rem;
}
.header__searchbar-dropdown-link {
  display: block;
  font-size: 1.2rem;
  padding: 0.7rem 1rem;
  margin: 0.5rem 0.7rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2rem;
}
.header__searchbar-dropdown-link:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
/* End Searchbar Dropdown */
.header__form {
  height: 3.8rem;
  width: 40rem;
  z-index: 999;
  position: relative;
  background: white;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.header__form-input {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.04);
  border-radius: 0.3rem;
  color: #0000008f;
  padding: 0.5rem 3.5rem 0.5rem 1rem;
  z-index: 99999;
  position: relative;
  font-size: 1.2rem;
}
.header__searchbar-icon {
  font-size: 1.4rem;
  position: absolute;
  right: 1rem;
}
.header__left {
  display: flex;
  align-items: center;
  position: relative;
}

.header__left-link:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.header__left-link:hover .header__left-icon {
  color: #000;
}

/* Drop Down */
.header__left-dropdown {
  position: absolute;
  top: 4rem;
  background-color: #fff;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.08),
    0 -8px 32px -4px rgba(0, 0, 0, 0.04), 0 16px 24px -6px rgba(0, 0, 0, 0.04);
  border-radius: 0.3rem;
  width: 22rem;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s ease;
}
.header_dropdown button::after {
  display: none !important;
}
.header_dropdown button:focus,
.header_dropdown button:active {
  color: black !important;
  background-color: white !important;
  border-color: white;
  outline: 0;
  box-shadow: none;
}
.header_dropdown button:hover .bi {
  color: black;
}
.header_dropdown .dropdown-menu {
  width: 220px;
}
.header_dropdown button:hover {
  background-color: rgba(0, 0, 0, 0.04);
  color: black;
}
.header_dropdown button {
  background: white !important;
  color: unset !important ;
  border: 0;
  display: flex;
  align-items: center;
  font-size: 1.2rem;
  cursor: pointer;
  margin: 0 1.5rem;
  font-family: "iransans-medium";
  padding: 1rem 1.3rem;
  border-radius: 0.3rem;
}
.header_dropdown .dropdown-menu {
  padding: 0 !important;
}
.header_dropdown-item_account div {
  text-align: right;
}
.header_dropdown-item_account .header__left-dropdown-link {
  padding-bottom: 1rem;
  padding-top: 1rem;
  align-items: flex-start;
}
.header__left-dropdown-item p:last-child {
  border: 0;
  margin-bottom: 0;
}
.header__left-dropdown-item:last-child a {
  border: 0;
}
.header__left-dropdown-link {
  display: flex;
  padding: 1.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  cursor: pointer;
  align-items: center;
  font-size: 1.2rem;
  color: #000;
}
.header__left-dropdown-list {
  padding: 0;
  list-style: none;
}
.header__left-dropdown-link:hover {
  background-color: rgba(0, 0, 0, 0.04);
}

.header__left-dropdown-icon {
  color: #000;
  margin-left: 1rem;
  font-size: 1.4rem;
}

/* End Drop Down */
.header__left-icon.bi-person {
  font-size: 1.8rem;
  margin-left: 0.7rem;
}

.header__left-icon.bi-chat {
  font-size: 1.4rem;
  margin-left: 0.7rem;
}

.header__left-btn {
  font-size: 1.4rem;
  font-family: "iransans-bold";
  background-color: #a62626;
  color: #fff;
  border-radius: 0.3rem;
  padding: 0.8rem 1.3rem;
}

/* !=======================================End Header Style!======================================= */

/* !=======================================Login Modal Style!======================================= */
.login-modal {
  position: fixed;
  margin: auto;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  visibility: hidden;
  width: 100%;
  opacity: 0;
  z-index: 99999;
  transition: all 0.4s ease;
}
.login-modal section {
  z-index: 99999;
  position: relative;
  flex-direction: column;
  width: 49rem;
  margin: 10rem auto;
  padding-bottom: 2rem;
  box-shadow: 0 8px 48px 8px rgba(0, 0, 0, 0.04),
    0 12px 16px -8px rgba(0, 0, 0, 0.12), 0 24px 32px 4px rgba(0, 0, 0, 0.08);
  border-radius: 0.5rem;
  background-color: #fff;
  justify-content: space-between;
}
.login-modal__header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.5rem 3rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12);
}
.login-modal__title {
  font-size: 1.8rem;
  color: #000;
  font-family: "iransans-medium";
}
.login-modal__header-btn {
  padding: 0.7rem;
  transition: all 0.4s ease;
  border-radius: 50%;
}
.login-modal__header-btn:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.login-modal__icon {
  font-size: 2.3rem;
}
.login-modal__main {
  padding: 4rem 3rem;
}
.login-modal__main-title {
  font-size: 1.6rem;
  color: #000;
  font-family: "iransans-medium";
  margin-bottom: 3rem;
  display: block;
}
.login-modal__main-notic {
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.login-modal__form-wrapper {
  position: relative;
  margin: 1.5rem 0;
}
.login-modal__input::placeholder {
  text-align: right;
}
.login-modal__input {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
  text-align: left;
  padding: 0.8rem 2rem 0.8rem 6rem;
  direction: ltr;
  font-size: 1.5rem;
}
.login_modal_step_2 .login-modal__footer {
  gap: 10px;
}
.login_modal_step_2 .login-modal__footer button:nth-child(1) {
  background-color: white;
  color: #a62626;
  border: 1px solid #a62626;
}
.login_modal_step_2 .login-modal__condition span {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.04);
  border: none;
  border-radius: 2px;
  display: inline-flex;
  font-weight: 400;
  cursor: pointer;
  outline: none;
  border-radius: 100px;
  font-size: 1.4rem;
  margin-right: auto;
  display: block;
  width: max-content;
  padding: 6px 12px;
}
.login_modal_step_2 .login-modal__input {
  padding-left: 2rem !important;
}
.login-modal__form-text {
  position: absolute;
  top: 0.7rem;
  left: 0.9rem;
  color: #000;
  font-size: 1.2rem;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 0.4rem 1rem;
  border-radius: 2rem;
}
.login-modal__condition {
  font-size: 1.4rem;
}
.login-modal__condition-link {
  color: #a62626;
}
.login-modal__condition-link:hover {
  color: #a62626;
}
.step-1-login-form__error,
.step-2-login-form__error {
  color: red;
  font-size: 1.2rem;
  margin-top: 4px;
  display: block;
}
.login_modal_step_2 {
  display: none;
}
.active_step_2 .login_modal_step_2 {
  display: block !important;
}
.active_step_2 .login_modal_step_1 {
  display: none !important;
}
.req_new_code_btn {
  display: none;
}
.request_timer {
  display: flex;
  font-size: 1.5rem;
  gap: 2rem;
  margin-left: 3rem;
}
.login-modal__footer {
  padding: 1rem 3rem;
  box-shadow: 0 -1px 2px 0 rgba(0, 0, 0, 0.12);
  display: flex;
  align-items: end;
  justify-content: flex-end;
}
.login-modal__footer-btn {
  font-size: 1.6rem;
  color: #fff;
  background-color: #a62626;
  padding: 1rem 2.5rem;
  border-radius: 0.3rem;
  font-family: "iransans-bold";
}
/* !=======================================End Login Modal Style!======================================= */

/* !=======================================city Modal Style!======================================= */
.city-modal {
  position: fixed;
  margin: auto;
  right: 0;
  top: 0;
  bottom: 3rem;
  left: 0;
  width: 49rem;
  visibility: hidden;
  z-index: 99999;
  padding-top: 5rem;
  opacity: 0;
  transition: all 0.4s ease;
}
.city-modal section {
  height: 95%;
  z-index: 99999;
  border-radius: 0.5rem;
  position: relative;
  box-shadow: 0 8px 48px 8px rgba(0, 0, 0, 0.04),
    0 12px 16px -8px rgba(0, 0, 0, 0.12), 0 24px 32px 4px rgba(0, 0, 0, 0.08);

  background-color: #fff;
  transition: all 0.4s ease;
}
.city-modal__header-wrapper {
  padding: 2.5rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12);
}

.city-modal__title-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.city-modal__title {
  font-size: 1.8rem;
  color: #000;
  font-family: "iransans-bold";
}

.city-modal__btn {
  font-size: 1.2rem;
  color: #a62626;
  border-radius: 2rem;
  padding: 0.2rem 1rem;
}

.city-modal__btn:hover {
  background-color: rgba(166, 38, 38, 0.1);
}

.city-modal__selected {
  display: flex;
  padding: 0.5rem 0;
  overflow-x: scroll;
  scrollbar-color: rgba(0, 0, 0, 0.12) #fff;
  scrollbar-width: thin;
}
.delete_cities {
  display: none;
}
.city-modal__selected::-webkit-scrollbar {
  height: 0.5rem;
  background-color: #fff;
}

.city-modal__selected::-webkit-scrollbar-button {
  display: none;
}

.city-modal__selected::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.12);
  border-radius: 2rem;
}

.city-modal__selected-item {
  display: flex;
  align-items: center;
  white-space: nowrap;
  cursor: pointer;
  width: fit-content;
  border: 1px solid #a62626;
  background-color: rgba(166, 38, 38, 0.1);
  border-radius: 2rem;
  padding: 0.4rem 1rem;
  margin-left: 1.5rem;
}

.city-modal__selected-text {
  color: #a62626;
  font-size: 1.4rem;
}

.city-modal__selected-btn {
  margin-right: 1rem;
  padding: 0rem;
}

.city-modal__selected-btn:hover {
  background-color: rgba(166, 38, 38, 0.1);
  border-radius: 50%;
}

.city-modal__selected-icon {
  color: #a62626;
  font-size: 1.7rem;
}

.city-modal__searchbar {
  position: relative;
}

.city-modal__input {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.2rem;
  font-size: 1.6rem;
  padding: 0.8rem 4rem 0.8rem 1rem;
  transition: all 0.4s ease;
}

.city-modal__input:focus {
  border: 1px solid #a62626;
}

.city-modal__icon {
  font-size: 1.6rem;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.3rem;
}

.city-item input,
.select-all-city input {
  position: absolute;
  left: 0;
  opacity: 0;
  top: 0;
  width: 100%;
  cursor: pointer;
  height: 100%;
}
.city-item div,
.select-all-city div {
  width: 15px;
  height: 15px;
  content: "";
  position: absolute;
  cursor: pointer;
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  left: 4px;
  border: 1px solid black;
  border-radius: 3px;
}
.city-item .active,
.select-all-city .active {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9JzMwMHB4JyB3aWR0aD0nMzAwcHgnICBmaWxsPSIjZmZmZmZmIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgdmVyc2lvbj0iMS4xIiB4PSIwcHgiIHk9IjBweCI+PHRpdGxlPmljb25fYnlfUG9zaGx5YWtvdjEwPC90aXRsZT48ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz48ZyBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48ZyBmaWxsPSIjZmZmZmZmIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyNi4wMDAwMDAsIDI2LjAwMDAwMCkiPjxwYXRoIGQ9Ik0xNy45OTk5ODc4LDMyLjQgTDEwLjk5OTk4NzgsMjUuNCBDMTAuMjI2Nzg5MSwyNC42MjY4MDE0IDguOTczMTg2NDQsMjQuNjI2ODAxNCA4LjE5OTk4Nzc5LDI1LjQgTDguMTk5OTg3NzksMjUuNCBDNy40MjY3ODkxNCwyNi4xNzMxOTg2IDcuNDI2Nzg5MTQsMjcuNDI2ODAxNCA4LjE5OTk4Nzc5LDI4LjIgTDE2LjU4NTc3NDIsMzYuNTg1Nzg2NCBDMTcuMzY2ODIyOCwzNy4zNjY4MzUgMTguNjMzMTUyOCwzNy4zNjY4MzUgMTkuNDE0MjAxNCwzNi41ODU3ODY0IEw0MC41OTk5ODc4LDE1LjQgQzQxLjM3MzE4NjQsMTQuNjI2ODAxNCA0MS4zNzMxODY0LDEzLjM3MzE5ODYgNDAuNTk5OTg3OCwxMi42IEw0MC41OTk5ODc4LDEyLjYgQzM5LjgyNjc4OTEsMTEuODI2ODAxNCAzOC41NzMxODY0LDExLjgyNjgwMTQgMzcuNzk5OTg3OCwxMi42IEwxNy45OTk5ODc4LDMyLjQgWiI+PC9wYXRoPjwvZz48L2c+PC9nPjwvc3ZnPg==");
  background-image: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9JzMwMHB4JyB3aWR0aD0nMzAwcHgnICBmaWxsPSIjZmZmZmZmIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgdmVyc2lvbj0iMS4xIiB4PSIwcHgiIHk9IjBweCI+PHRpdGxlPmljb25fYnlfUG9zaGx5YWtvdjEwPC90aXRsZT48ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz48ZyBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48ZyBmaWxsPSIjZmZmZmZmIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyNi4wMDAwMDAsIDI2LjAwMDAwMCkiPjxwYXRoIGQ9Ik0xNy45OTk5ODc4LDMyLjQgTDEwLjk5OTk4NzgsMjUuNCBDMTAuMjI2Nzg5MSwyNC42MjY4MDE0IDguOTczMTg2NDQsMjQuNjI2ODAxNCA4LjE5OTk4Nzc5LDI1LjQgTDguMTk5OTg3NzksMjUuNCBDNy40MjY3ODkxNCwyNi4xNzMxOTg2IDcuNDI2Nzg5MTQsMjcuNDI2ODAxNCA4LjE5OTk4Nzc5LDI4LjIgTDE2LjU4NTc3NDIsMzYuNTg1Nzg2NCBDMTcuMzY2ODIyOCwzNy4zNjY4MzUgMTguNjMzMTUyOCwzNy4zNjY4MzUgMTkuNDE0MjAxNCwzNi41ODU3ODY0IEw0MC41OTk5ODc4LDE1LjQgQzQxLjM3MzE4NjQsMTQuNjI2ODAxNCA0MS4zNzMxODY0LDEzLjM3MzE5ODYgNDAuNTk5OTg3OCwxMi42IEw0MC41OTk5ODc4LDEyLjYgQzM5LjgyNjc4OTEsMTEuODI2ODAxNCAzOC41NzMxODY0LDExLjgyNjgwMTQgMzcuNzk5OTg3OCwxMi42IEwxNy45OTk5ODc4LDMyLjQgWiI+PC9wYXRoPjwvZz48L2c+PC9nPjwvc3ZnPg==);
  padding: 9px;
  background-color: #a62626;
  border: 0;
}

.city-modal__cities input + span:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: 2px solid #333; /* رنگ border مورد نظر را انتخاب کنید */
  box-sizing: border-box;
}

.city-checkbox:checked + span:before {
  background: #333; /* رنگ پس زمینه مورد نظر را انتخاب کنید */
}
.city-modal__cities {
  padding: 0 3.5rem;
  overflow-y: scroll;
  height: 31rem;
  scrollbar-width: none;
}

.city-modal__cities-list {
  margin-bottom: 3rem;
  padding: 0;
}
.city-modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.31);
}
.city-modal__cities::-webkit-scrollbar {
  width: 0;
}
.city_modal_all_province .bi {
  font-size: 3rem;
}
.city_modal_all_province {
  align-items: center;
  display: flex;
  gap: 10px;
  cursor: pointer;
  font-size: 1.6rem;
  flex-direction: row-reverse;
  justify-content: right;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 1.7rem 0;
}
.city-modal__cities-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.6rem;
  color: #000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 1.7rem 0;
  position: relative;
  cursor: pointer;
}
.city-modal__cities-item span {
  z-index: -999;
}
.city-modal__cities-checkbox {
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 0.3rem;
  accent-color: #a62626;
  cursor: pointer;
}

.city-modal__cities-arrow-icon {
  font-size: 1.8rem;
}

.city-modal__footer {
  box-shadow: 0 -1px 2px 0 rgba(0, 0, 0, 0.12);
  background-color: #fff;
  position: absolute;
  bottom: 0;
  border-bottom-left-radius: 5%;
  border-bottom-right-radius: 5%;
  right: 0;
  left: 0;
}

.city-modal__footer-wrapper {
  display: flex;
  align-items: center;
  padding: 2rem 2.5rem;
  /* height: 7rem; */
}

.city-modal__btn-footer {
  width: 50%;
  padding: 1.3rem 0;
  margin: 0 0.6rem;
  border-radius: 0.3rem;
  font-size: 1.6rem;
}

.city-modal__close {
  border: 1px solid rgba(0, 0, 0, 0.5);
  transition: all 0.4s ease;
}

.city-modal__close:hover {
  background-color: rgba(0, 0, 0, 0.06);
  color: #000;
}

.city-modal__accept {
  background-color: #f5f5f5;
  cursor: default !important;
  pointer-events: none;
}

.city-modal__accept--active {
  background-color: #a62626;
  color: #fff;
  font-family: "iransans-bold";
}

#city_modal_error {
  display: none;
  margin-top: 2rem;
  font-size: 1.4rem;
}
/* !=======================================End city Modal Style!======================================= */

/* !=======================================Overlay Modal Style!======================================= */
.overlay {
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
.header__category-menu--active .overlay {
  opacity: 1 !important;
  visibility: visible !important;
  right: 0 !important;
  z-index: 999 !important;
  top: 65px;
}
.header__category-menu--active section {
  z-index: 99999;
  display: flex !important;
}
.header__searchbar-dropdown--active .overlay {
  opacity: 1 !important;
  visibility: visible !important;
  right: 0 !important;
  z-index: 100 !important;
}
.login-modal--active .overlay {
  opacity: 1 !important;
  visibility: visible !important;
  right: 0 !important;
  z-index: 9999 !important;
}
/* !=======================================End Overlay Modal Style!======================================= */

/* !=======================================Active Class Style!======================================= */
/* به city-modal اد بشه */
.city-modal--active {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}
/* به header__left-dropdown اد بشه */
.header__left-dropdown--active,
.header__category-menu--active,
.header__searchbar-dropdown--active,
.login-modal--active {
  visibility: visible !important;
  opacity: 1 !important;
}

/* باید به sidebar__menu-link اد بشه */
.sidebar__menu-link--active,
.sidebar__menu-link--active * {
  color: #a62626 !important;
}

.sidebar__menu-link--active:hover,
.sidebar__menu-link--active *:hover {
  color: #a62626;
}
/* !=======================================End Active Class Style!======================================= */

/* !=======================================Footer Style!======================================= */
.footer {
  padding: 2rem 0;
  margin-top: 8rem;
}
.footer__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__right {
  display: flex;
  align-items: center;
}
.footer__links {
  margin-right: 3rem;
}
.footer__link {
  position: relative;
  margin: 0 1rem;
}
.footer__link::before {
  content: "";
  position: absolute;
  right: -1rem;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
.footer__link:first-child::before {
  display: none;
}
.footer__social-media {
  display: flex;
  gap: 20px;
}
.footer__social-media-link {
  margin-right: 2rem;
}
.footer__social-media-icon {
  font-size: 1.6rem;
}
/* !=======================================End Footer Style!======================================= */

.swal-footer {
  text-align: center;
}

/* !=======================================Loading!======================================= */
#loading {
  margin: 0 auto;
  margin-top: 270px;
  width: 36px;
  height: 36px;
  position: relative;
  z-index: 99999;
  border: 3px solid rgb(222 3 3);
  border-radius: 50%;
  border-top-color: #e6e6e6;
  animation: spin 1s ease-in-out infinite;
  -webkit-animation: spin 1s ease-in-out infinite;
}
#loading-container {
  position: fixed;
  top: 65px;
  z-index: 99999;
  background-color: white;
  width: 100%;
  height: 100vh;
}
.active-login-loader {
  display: block !important;
  background: transparent !important;
}

.pagination-items {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10%;
  border: 3px solid #a62626;
  margin:3rem auto;
  padding: 0;
  gap: 3px;
  border-radius: 10px;
  background-color: #e6e6e6;
overflow: hidden;
}
.pagination-items li{
  font-size: 1.5rem;
  width: 100%;
  background-color: #e6e6e6;
  border: 0;
}
.pagination-items li.active{
  background-color: #a62626;
}
.pagination-items li a{
  width: 100%;
    display: flex;
  align-items: center;
  justify-content:center;

}
.pagination-items li.active a{
  color: #fff;
}


@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
/* !=======================================Loading!======================================= */
