.w-fill {
  width: -webkit-fill-available;
}
.w-fit {
  width: fit-content;
}
.w-max {
  width: max-content;
}

.fs-8 {
  font-size: 0.87rem;
}
.fs-7 {
  font-size: 0.75rem;
}
.fw-8{
  font-weight: 800;
}
.col-9a{
  color: #9A9A9A;
}
.form-control {
  padding: 0.56rem 0.75rem !important;
  border-radius: 0.625rem !important;
  border: 1px solid #eaeaea !important;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05) !important;
}
.form-control:active,
.form-control:focus {
  box-shadow: none;
  border-color: #39c501 !important;
}
.box.active {
  border: 1px solid #39c501 !important;
}

.form-control::placeholder {
  color: #757575;
  font-size: 0.75rem;
  font-weight: 300;
}
.poya {
  padding-left: 1.9775rem;
  padding-right: 1.9775rem;
  display: flex;
  align-items: center;
  border-radius: 0.625rem;
  background: black;
}

.div-box {
  padding: 0.625rem 0.6875rem;
  border-radius: 1.25rem;
  border: 1px solid var(--Neutral-Neutral-100, #e6e6e6);
  background: #fff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}
.div-box-1 {
  position: relative;
  padding: 0.5625rem 0.75rem;
  border-radius: 0.9375rem;
  background: #f7f7f7;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}
.div-box-1::after{
  content: '';
  background-image:url('../images/carttocart-register/flash.svg') ;
  position: absolute;
  height: 77px;
  width: 81px;
  left: 41%;
  top: 61px;

}
.div-box-2{
  padding: 0.5625rem 0.75rem;
  border-radius: 0.9375rem;
  background: #f7f7f7;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}
.mg {
  height: 2.5625rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.375rem 0.8125rem;
  border-radius: 0.625rem;
  background: var(--Bank-Bank-5, #39c501);
}
.mg:hover {
  background: #2f9905;
}
/* ///////چت جی بی تی */
.mn {
  border: unset;
  outline: unset;
}
.ss {
  border: unset;
  outline: unset;
  margin-right: 5rem !important;
}
.ss::placeholder {
  font-size: 0.87rem;
  font-weight: 400;
}
.mn::placeholder {
  font-size: 0.87rem;
  font-weight: 400;
}

@media (max-width: 1173px) {
  .mn {
    width: 5rem;
  }
  .ss {
    margin-right: 4rem !important;
    width: 5rem;
  }
}
@media (max-width: 1048px) {
  .first {
    width: 100% !important;
  }
}
@media (max-width: 389px) {
  .fs-78{
    font-size: 0.7rem !important;
  }
  .div-box-1::after {
    content: '';
    background-image: url(../images/carttocart-register/flash.svg);
    position: absolute;
    height: 77px;
    width: 81px;
    left: 34%;
    top: 54px;
}
}
