/* IranNet WordPress Support Draft Bridge V1.2 */

.iwp-request {
  background:
    radial-gradient(circle at 12% 15%, rgb(73 106 244 / 22%), transparent 29%),
    radial-gradient(circle at 90% 84%, rgb(74 217 167 / 12%), transparent 26%),
    linear-gradient(145deg, #081327, #0d1b37);
}

.iwp-request__layout {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 42px;
  align-items: start;
}

.iwp-request__copy {
  position: sticky;
  top: 190px;
}

.iwp-form {
  position: relative;
  border: 1px solid rgb(139 161 210 / 15%);
  border-radius: 27px;
  padding: 28px;
  background: rgb(255 255 255 / 5%);
  box-shadow: 0 30px 80px rgb(0 0 0 / 22%);
  backdrop-filter: blur(16px);
}

.iwp-honeypot {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.iwp-form__status {
  margin-bottom: 18px;
  border: 1px solid rgb(113 228 181 / 24%);
  border-radius: 14px;
  padding: 14px;
  color: #bcefd8;
  background: rgb(55 191 140 / 8%);
  font-size: 9px;
  line-height: 1.9;
}

.iwp-form__status.is-error {
  border-color: rgb(255 124 116 / 25%);
  color: #ffc3be;
  background: rgb(218 72 63 / 8%);
}

.iwp-form__status[hidden] {
  display: none !important;
}

.iwp-form__section {
  display: flex;
  align-items: center;
  gap: 13px;
  border-bottom: 1px solid rgb(139 161 210 / 12%);
  padding-bottom: 15px;
}

.iwp-form__section + .iwp-field-grid {
  margin-top: 18px;
}

.iwp-form__section-number {
  display: grid;
  width: 43px;
  height: 43px;
  place-items: center;
  border: 1px solid rgb(124 149 209 / 18%);
  border-radius: 13px;
  color: #7f90ac;
  background: rgb(255 255 255 / 3%);
  font-size: 8px;
  font-weight: 950;
}

.iwp-form__section > div {
  display: grid;
  gap: 4px;
}

.iwp-form__section strong {
  color: #fff;
  font-size: 11px;
  font-weight: 950;
}

.iwp-form__section small {
  color: #798aa6;
  font-size: 7px;
}

.iwp-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
}

.iwp-field {
  display: grid;
  gap: 8px;
}

.iwp-field--wide {
  grid-column: 1 / -1;
}

.iwp-field > span,
.iwp-issues legend {
  color: #cbd5e6;
  font-size: 8px;
  font-weight: 900;
}

.iwp-field input,
.iwp-field select,
.iwp-field textarea {
  width: 100%;
  border: 1px solid rgb(139 161 210 / 18%);
  border-radius: 13px;
  outline: 0;
  padding: 13px 14px;
  color: #fff;
  background: rgb(4 13 31 / 38%);
  font: inherit;
  font-size: 9px;
}

.iwp-field input,
.iwp-field select {
  min-height: 48px;
}

.iwp-field textarea {
  resize: vertical;
  line-height: 1.9;
}

.iwp-field select option {
  color: #101a31;
  background: #fff;
}

.iwp-field input:focus,
.iwp-field select:focus,
.iwp-field textarea:focus {
  border-color: #7892ff;
  box-shadow: 0 0 0 4px rgb(90 120 255 / 10%);
}

.iwp-field > small,
.iwp-consent-error {
  min-height: 13px;
  color: #ffaaa3;
  font-size: 7px;
}

.iwp-issues {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  border: 0;
  margin: 18px 0 0;
  padding: 0;
}

.iwp-issues legend {
  width: 100%;
  margin-bottom: 3px;
}

.iwp-issues label {
  position: relative;
}

.iwp-issues input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.iwp-issues span {
  display: inline-flex;
  min-height: 37px;
  align-items: center;
  border: 1px solid rgb(139 161 210 / 16%);
  border-radius: 999px;
  padding: 8px 12px;
  color: #8595b0;
  background: rgb(255 255 255 / 3%);
  cursor: pointer;
  font-size: 8px;
  font-weight: 850;
}

.iwp-issues input:checked + span {
  border-color: #6c8aff;
  color: #fff;
  background: rgb(77 108 244 / 18%);
}

.iwp-estimate {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 22px 0;
  border: 1px solid rgb(108 229 184 / 17%);
  border-radius: 19px;
  padding: 19px;
  background:
    radial-gradient(circle at 90% 10%, rgb(84 218 169 / 13%), transparent 38%),
    rgb(42 166 122 / 5%);
}

.iwp-estimate > span {
  display: grid;
  gap: 7px;
}

.iwp-estimate small {
  color: #7890a6;
  font-size: 7px;
  font-weight: 850;
}

.iwp-estimate strong {
  color: #76e5b5;
  font-size: 24px;
  font-weight: 950;
}

.iwp-estimate p {
  max-width: 280px;
  margin: 0;
  color: #7b8aa5;
  font-size: 7px;
  line-height: 1.8;
}

.iwp-consent {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  align-items: start;
  margin-top: 19px;
  color: #8e9db7;
  font-size: 8px;
  line-height: 1.9;
}

.iwp-consent input {
  width: 17px;
  height: 17px;
  accent-color: var(--iwp-blue);
}

.iwp-consent a {
  color: #75e3b3;
}

.iwp-submit {
  display: flex;
  width: 100%;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 0;
  border-radius: 14px;
  margin-top: 18px;
  color: #071f18;
  background: linear-gradient(135deg, #7aebb9, #4fd3ba);
  cursor: pointer;
  font: inherit;
  font-size: 11px;
  font-weight: 950;
  box-shadow: 0 16px 36px rgb(57 202 158 / 20%);
}

.iwp-submit:disabled {
  cursor: wait;
  opacity: .65;
}

.iwp-submit svg {
  width: 18px;
  height: 18px;
}

.iwp-form__footnote {
  margin: 13px 0 0;
  color: #71819d;
  font-size: 7px;
  line-height: 1.8;
  text-align: center;
}

.iwp-browser-draft-note {
  display: flex;
  gap: 12px;
  margin-top: 16px;
  border: 1px solid rgb(111 228 183 / 14%);
  border-radius: 16px;
  padding: 14px;
  color: #8ea0bd;
  background: rgb(69 203 155 / 4%);
  font-size: 8px;
  line-height: 1.9;
}

.iwp-browser-draft-note svg {
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  color: #72e2b2;
}

@media (max-width: 1050px) {
  .iwp-request__layout {
    grid-template-columns: 1fr;
  }

  .iwp-request__copy {
    position: static;
  }
}

@media (max-width: 720px) {
  .iwp-field-grid {
    grid-template-columns: 1fr;
  }

  .iwp-field--wide {
    grid-column: auto;
  }

  .iwp-estimate {
    align-items: flex-start;
    flex-direction: column;
  }

  .iwp-form {
    padding: 20px;
  }
}

/* End IranNet WordPress Support Draft Bridge V1.2 */
