.single-campaign .wd-page-content {
  background-color: #f3f3f3 !important;
  font-family: IRANSansXFaNum !important;
}

[class^=sca__col],
[class*=" sca__col"] {
  padding: 0 12px !important;
  width: 100% !important;
  flex: 0 0 auto !important;
}


.swiper-visible {
  overflow: visible !important;
}
.swiper-visible .swiper-slide-visible > * {
  opacity: 1 !important;
  transform: scale(1) !important;
}
@media only screen and (max-width: 767px) {
  .swiper-slide > * {
    opacity: 1 !important;
    transform: scale(1) !important;
  }
}

.sca__container {
  margin: 0 auto !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 12px !important;
}
@media only screen and (min-width: 576px) {
  .sca__container {
    max-width: 540px !important;
  }
}
@media only screen and (min-width: 768px) {
  .sca__container {
    max-width: 720px !important;
  }
}
@media only screen and (min-width: 992px) {
  .sca__container {
    max-width: 960px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .sca__container {
    max-width: 1140px !important;
  }
}
@media only screen and (min-width: 1400px) {
  .sca__container {
    max-width: 1320px !important;
  }
}
.sca__row {
  display: flex !important;
  flex-wrap: wrap !important;
  margin: 0 -12px !important;
  row-gap: 24px !important;
}
.sca__col__right {
  max-width: 40% !important;
}
.sca__col__left {
  max-width: 60% !important;
}
.sca__col__1\/2 {
  max-width: 50% !important;
}
@media only screen and (max-width: 991px) {
  .sca__col__right, .sca__col__left {
    max-width: 100% !important;
  }
}
@media only screen and (max-width: 767px) {
  .sca__col__1\/2 {
    max-width: 100% !important;
  }
}
.sca__full-info, .sca__description, .sca__support {
  background-color: #fff !important;
  border-radius: 24px !important;
}
.sca__full-info {
  padding: 40px 40px 34px !important;
}
.sca__full-info-image {
  width: 100% !important;
  border-radius: 24px !important;
  margin-bottom: 16px !important;
}
.sca__full-info-title {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #1e1d1d !important;
  margin-bottom: 32px !important;
}
.sca__full-info-progress {
  background-color: #f2f2f2 !important;
  width: 100% !important;
  height: 8px !important;
  border-radius: 8px !important;
  margin-bottom: 24px !important;
  position: relative !important;
}
.sca__full-info-progress-bar {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  background-color: #179be2 !important;

  height: 100% !important;
  border-radius: inherit !important;
}
.sca__full-info-progress-bar span {
  width: 34px !important;
  height: 18px !important;
  position: absolute !important;
  bottom: 100% !important;
  left: 0 !important;
  transform: translate(-8px, -7px) !important;
  background-color: #179be2 !important;
  border-radius: 6px !important;
  font-size: 12px !important;
  line-height: 18px !important;
  font-weight: bold !important;
  color: #ebebeb !important;
  text-align: center !important;
}
.sca__full-info-progress.completed .sca__full-info-progress-bar,
.sca__full-info-progress.completed .sca__full-info-progress-bar span {
  background-color: #1AD468 !important;
}
.sca__full-info-progress.completed .sca__full-info-progress-bar span {
  transform: translateY(-7px) !important;
}
.sca__full-info-progress.infinite {
  max-width: calc(100% - 32px) !important;
}
.sca__full-info-progress.infinite::before, .sca__full-info-progress.infinite::after {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  right: 100% !important;
  width: 8px !important;
  height: 8px !important;
  border-radius: 50% !important;
  background-color: #D91D8C !important;
}
.sca__full-info-progress.infinite::before {
  transform: translateX(-8px) !important;
}
.sca__full-info-progress.infinite::after {
  transform: translateX(-24px) !important;
}
.sca__full-info-progress.infinite .sca__full-info-progress-bar {
  background-color: #D91D8C !important;
}
.sca__full-info-progress.infinite .sca__full-info-progress-bar span {
  display: none !important;
}
.sca__full-info-total {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
    padding-right: 0 !important;
  margin-right: 0 !important;
}
.sca__full-info-total li {
  padding: 16px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  border-radius: 12px !important;
  background-color: #f8f8f8 !important;
}
.sca__full-info-total li .title {
  font-size: 12px !important;
  line-height: 18px !important;
  color: #1e1d1d !important;
  font-weight: 400 !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}
.sca__full-info-total li .title svg {
  width: 24px !important;
  height: 24px !important;
  color: #179be2 !important;
}
.sca__full-info-total li .value {
  font-size: 13px !important;
  line-height: 20px !important;
  font-weight: 600 !important;
  color: #1e1d1d !important;

}
@media only screen and (max-width: 991px) {
  .sca__full-info {
    padding: 32px 24px 24px !important;
  }
}
.sca__description {
  padding: 24px 32px 40px !important;
  margin-bottom: 24px !important;
}
.sca__description-title {
  font-size: 16px !important;
  line-height: 24px !important;
  font-weight: 600 !important;
  color: #1e1d1d !important;
  margin-bottom: 16px !important;
}
.sca__description-text {
  font-size: 12px !important;
  line-height: 20px !important;
  color: #494949 !important;
  text-align: justify !important;
}
.sca__support {
  padding: 30px 56px 40px !important;
}
.sca__support-title {
  font-size: 18px !important;
  line-height: 28px !important;
  color: #179be2 !important;
  font-weight: 800 !important;
  margin-bottom: 24px !important;
}
@media only screen and (max-width: 1199px) {
  .sca__support {
    padding: 30px 32px 40px !important;
  }
}
@media only screen and (max-width: 767px) {
  .sca__support {
    padding: 24px 24px 30px !important;
  }
}
.sca__input {
  width: 100% !important;
  height: 56px !important;
  background-color: #fff !important;
  border: 1px solid #c4c4c4 !important;
  border-radius: 14px !important;
  transition: all 0.3s linear !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  color: #7c7c7c !important;
  padding: 0 16px !important;
}
.sca__input:focus {
  border-color: #179be2 !important;
  box-shadow: 0 0 0 4px rgba(23, 155, 226, 0.2) !important;
}
.sca__form .sca__row {
  margin: 0 -7px 24px !important;
}
.sca__form .sca__col__1\/2 {
  padding: 0 7px !important;
}
.sca__quantity {
  padding: 24px !important;
  background-color: #f3f3f3 !important;
  border-radius: 14px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
}
.sca__quantity-btn {
  width: 40px !important;
  height: 40px !important;
  border-radius: 8px !important;
  background-color: #fff !important;
  color: #000 !important;
  flex: 0 0 auto !important;
}
.sca__quantity-value {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  position: relative !important;
  max-width: calc(100% - 106px) !important;
}
.sca__quantity-value input {
  height: 40px !important;
  text-align: left !important;
  color: #1e1d1d !important;
  min-width: 50px !important;
  max-width: 100% !important;
  direction: ltr !important;
  padding: 0 !important;
}
.sca__quantity-value input, .sca__quantity-value-text {
  font-size: 20px !important;
  font-weight: 700 !important;
}
.sca__quantity-value-text {
  position: absolute !important;
  opacity: 0 !important;
  visibility: hidden !important;
  top: 0 !important;
  left: 0 !important;
}
.sca__quantity-value .rial {
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 600 !important;
  color: #1e1d1d !important;
}
@media only screen and (max-width: 575px) {
  .sca__quantity-value input, .sca__quantity-value-text {
    font-size: 14px !important;
  }
  .sca__quantity-value .rial {
    font-size: 10px !important;
    line-height: 14px !important;
  }
}
.sca__quantity__boxs {
  margin: 16px -10px 0 !important;
  display: flex !important;
  flex-wrap: wrap !important;
  row-gap: 20px !important;
}
.sca__quantity__boxs__col {
  padding: 0 10px !important;
  width: 100% !important;
  max-width: 25% !important;
  flex: 0 0 auto !important;
}
.sca__quantity__boxs__item {
  background-color: #f3f3f3 !important;
  border: 1px solid #f3f3f3 !important;
  border-radius: 14px !important;
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 600 !important;
  color: #7c7c7c !important;
  cursor: pointer !important;
  padding: 33px 8px !important;
  text-align: center !important;
  transition: all 0.3s ease-in-out !important;
  height: 100% !important;
}
.sca__quantity__boxs__item.active {
  background-color: #e9f7ff !important;
  border-color: #179be2 !important;
  color: #179be2 !important;
}
@media only screen and (max-width: 575px) {
  .sca__quantity__boxs {
    margin: 16px -5px 0 !important;
    row-gap: 10px !important;
  }
  .sca__quantity__boxs__col {
    padding: 0 5px !important;
    max-width: 50% !important;
  }
}
.sca__btn {
  padding: 18px !important;
  border-radius: 14px !important;
  transition: all 0.3s ease-in-out !important;
  text-align: center !important;
  cursor: pointer !important;
  display: block !important;
}
.sca__btn-primary {
  background-color: #179be2 !important;
  color: #fff !important;
}
.sca__btn-primary:hover, .sca__btn-primary:focus, .sca__btn-primary:active {
  background-color: #0f6898 !important;
}
.sca__support__btn {
  width: 100% !important;
  max-width: 293px !important;
  margin: 24px auto 0 0 !important;
}
@media only screen and (max-width: 991px) {
  .sca__support__btn {
    max-width: 100% !important;
  }
}

.sca__other-scanning {
  margin-top: 15px !important;
}
.sca__other-scanning-heading {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  margin-bottom: 48px !important;
}
.sca__other-scanning-heading-title {
  font-size: 26px !important;
  line-height: 40px !important;
  font-weight: 700 !important;
  color: #1e1d1d !important;
}
.sca__other-scanning-heading-btns {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
}
.sca__other-scanning-heading .swiper-button-prev, .sca__other-scanning-heading .swiper-button-next {
  position: relative !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  width: auto !important;
  height: auto !important;
  transform: unset !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out !important;
  color: #000 !important;
}
.sca__other-scanning-heading .swiper-button-prev::after, .sca__other-scanning-heading .swiper-button-next::after {
  content: none !important;
}
.sca__other-scanning-heading .swiper-button-prev:hover, .sca__other-scanning-heading .swiper-button-next:hover {
  color: #179be2 !important;
}
.sca__other-scanning-item {
  background-color: #fff !important;
  box-shadow: 0px 8px 24px rgba(73, 80, 97, 0.1) !important;
  border-radius: 24px !important;
  padding: 24px !important;
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
}
.sca__other-scanning-item .image img {
  width: 100% !important;
  height: 160px !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-position: center center !important;
     object-position: center center !important;
  border-radius: 16px !important;
}
.sca__other-scanning-item .title {
  font-size: 14px !important;
  line-height: 20px !important;
  max-height: 48px !important;
  overflow: hidden !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  line-clamp: 2 !important;
  -webkit-line-clamp: 2 !important;
  color: #1e1d1d !important;
  margin: 18px 0 !important;
}
.sca__other-scanning-item .target-amount,
.sca__other-scanning-item .supporter {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
}
.sca__other-scanning-item .target-amount .text,
.sca__other-scanning-item .supporter .text {
  font-size: 12px !important;
  line-height: 18px !important;
  color: #1e1d1d !important;
  font-weight: 400 !important;
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
}
.sca__other-scanning-item .target-amount .text svg,
.sca__other-scanning-item .supporter .text svg {
  color: #179be2 !important;
}
.sca__other-scanning-item .target-amount .amount {
  font-size: 13px !important;
  line-height: 20px !important;
  color: #1e1d1d !important;
  font-weight: 500 !important;
}
.sca__other-scanning-item .sca__progress {
  margin: 36px 0 25px !important;
  width: 100% !important;
  height: 6px !important;
  border-radius: 8px !important;
  background-color: #f2f2f2 !important;
  position: relative !important;
}
.sca__other-scanning-item .sca__progress-bar {
  border-radius: 8px !important;
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  height: 100% !important;
  background-color: #179be2 !important;
}
.sca__other-scanning-item .sca__progress-bar span {
  position: absolute !important;
  bottom: 100% !important;
  left: 0 !important;
  transform: translate(-13px, -5px) !important;
  width: 30px !important;
  height: 16px !important;
  border-radius: 8px !important;
  background-color: #179be2 !important;
  font-size: 11px !important;
  line-height: 16px !important;
  color: #ebebeb !important;
  font-weight: 700 !important;
  text-align: center !important;
}
.sca__other-scanning-item .sca__progress.completed .sca__progress-bar,
.sca__other-scanning-item .sca__progress.completed .sca__progress-bar span {
  background-color: #1ad468 !important;
}
.sca__other-scanning-item .sca__progress.completed .sca__progress-bar span {
  transform: translateY(-5px) !important;
}
.sca__other-scanning-item .sca__progress.infinite {
  max-width: calc(100% - 16px) !important;
}
.sca__other-scanning-item .sca__progress.infinite::before, .sca__other-scanning-item .sca__progress.infinite::after {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  right: 100% !important;
  width: 4px !important;
  height: 4px !important;
  background-color: #d91d8c !important;
  border-radius: 50% !important;
}
.sca__other-scanning-item .sca__progress.infinite::before {
  transform: translateX(-4px) !important;
}
.sca__other-scanning-item .sca__progress.infinite::after {
  transform: translateX(-12px) !important;
}
.sca__other-scanning-item .sca__progress.infinite .sca__progress-bar {
  background-color: #d91d8c !important;
}
.sca__other-scanning-item .sca__progress.infinite .sca__progress-bar span {
  display: none !important;
}
.sca__other-scanning-item .supporter .link {
  font-size: 13px !important;
  line-height: 20px !important;
  color: #179be2 !important;
  font-weight: 700 !important;
}
@media only screen and (max-width: 1199px) {
  .sca__other-scanning-item {
    padding: 14px 14px 16px !important;
  }
  .sca__other-scanning-item .target-amount .text,
  .sca__other-scanning-item .supporter .text {
    font-size: 11px !important;
    line-height: 16px !important;
  }
  .sca__other-scanning-item .target-amount .text svg,
  .sca__other-scanning-item .supporter .text svg {
    width: 16px !important;
    height: 16px !important;
  }
  .sca__other-scanning-item .supporter .link {
    font-size: 12px !important;
    line-height: 18px !important;
  }
  .sca__other-scanning-item .supporter .link svg {
    width: 16px !important;
    height: 16px !important;
  }
  .sca__other-scanning-item .sca__progress-bar span {
    transform: translate(-8px, -5px) !important;
  }
}
@media only screen and (max-width: 767px) {
  .sca__other-scanning-heading-title {
    font-size: 20px !important;
    line-height: 32px !important;
  }
}


 .sca__quantity-value input[type='text']{

    border: unset !important;
}
.sca__quantity :is(.btn,.button,button,[type=submit],[type=button]) {
    position: unset !important;
    display: unset !important;
    align-items: unset !important;
    justify-content: unset !important;
    gap: unset !important;
    outline: unset !important;
    vertical-align: unset !important;
    text-align: unset !important;
    text-decoration: unset !important;
    text-shadow: unset !important;
    line-height: unset !important;
    color: unset !important;
    border: unset !important;
    box-shadow: unset !important;
    text-transform: unset !important;
    font-weight: unset !important;
    font-family: unset !important;
    font-style: unset !important;
    padding: 7px !important;
    min-height: unset !important;
    font-size: unset !important;
}
.sca__other-scanning-item .target-amount, .sca__other-scanning-item .supporter {
    font-family: 'IRANSansXFaNum' !important;
}
.sca__other-scanning-item .sca__progress.completed .sca__progress-bar span {
    font-family: 'IRANSansXFaNum' !important;
}
.sca__other-scanning-item .sca__progress-bar span{
    font-family: 'IRANSansXFaNum' !important;
}
.sca__callback-result.sca__success {
    font-family: 'IRANSansXFaNum' !important;
}
.error-message {
    color: red;
    font-size: 14px;
    margin-top: 10px;
    padding: 10px;
    border: 1px solid red;
    border-radius: 5px;
}
.sca__other-scanning-item .title {
    font-size: 16px !important;
    font-weight: 700 !important;
}
.sca__full-info-total li .title {
    margin-bottom: 0 !important;
}