.form-layout {
  max-width: 500px;
  width: 100%;
  border-radius: 8px;
  margin: 0 auto;
}

/* .search-form {
  width: 400px;
}



.login-form input,
.register-form input {
  width: 100%;
}

.register-form .helptext,
.register-form ul li {
  font-size: 12px;
  display: block;
  opacity: 0.7;
  margin-top: 4px;
}
.edit-profile-form .form-check {
  display: flex;
  align-items: center;
  gap: 28px;
}

form label {
  font-weight: 700;
  margin: 0.5rem 0;
}

.edit-profile-form .form-check-label {
  margin-right: 4px;
}
.edit-profile-form .form-check-label::after {
  content: " عکس";
}

@media screen and (max-width: 800px) {
  .search-form {
    width: unset;
  }
} */
#id_payment_method {
  margin-bottom: 16px;
  display: grid;
  gap: 12px;
}
@media screen and (max-width: 500px) {
  .form-layout {
    max-width: 320px;
  }
}
