.gwd-report-form {
  --gwd-report-bg: #120f0d;
  --gwd-report-accent: #ffc52e;
  --gwd-report-text: #e3e3e3;
  --gwd-report-pattern: none;

  position: relative;
  width: 100%;
  overflow: hidden;
  color: var(--gwd-report-text);
  isolation: isolate;
}

.gwd-report-form__body {
  position: relative;
  z-index: 2;
  margin: 0;
}

.gwd-report-form__field {
  margin: 0 0 30px;
}

.gwd-report-form__label {
  display: block;
  margin: 0 0 10px;
  color: var(--gwd-report-text) !important;
  font-weight: 400;
  line-height: 1.35;
}

input[type="text"].gwd-report-form__control {
  height: 60px;
}

.gwd-report-form__control {
  display: block;
  width: 100%;
  height: 98px;
  margin: 0;
  padding-left: 15px !important;
  padding-right: 15px !important;
  color: #fff;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  border-radius: 15px !important;
  outline: none;
  background: #00000033 !important;
  box-shadow: none;
  backdrop-filter: blur(2px);
  border: 1px solid #bcbcbc66 !important;
  -webkit-backdrop-filter: blur(2px);
  transition:
    border-color 0.25s ease,
    box-shadow 0.25s ease,
    background-color 0.25s ease;
}

.gwd-report-form__control::placeholder {
  color: rgba(255, 255, 255, 0.46);
  opacity: 1;
}

.gwd-report-form__control:hover {
  border-color: rgba(255, 255, 255, 0.56);
}

.gwd-report-form__control:focus {
  color: #fff;
  border-color: rgba(255, 197, 46, 0.9);
  background: rgba(7, 7, 7, 0.4);
  box-shadow:
    0 0 0 3px rgba(255, 197, 46, 0.12),
    inset 0 0 20px rgba(255, 197, 46, 0.025);
}

.gwd-report-form__textarea {
  min-height: 200px;
  height: 200px;
  padding-top: 20px;
  padding-bottom: 20px;
  resize: vertical;
}

.gwd-report-form__footer {
  display: flex;
  justify-content: flex-end;
}

.gwd-report-form__submit {
  margin-right: 7px;
  margin-bottom: 7px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 45px;
  padding: 12px 43px;
  overflow: visible;
  color: #050505;
  font-family: inherit;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-transform: none;
  letter-spacing: -0.04em;
  border: 1px solid #17120b;
  border-radius: 0;
  outline: 2px solid var(--gwd-report-accent);
  outline-offset: 2px;
  background: linear-gradient(
    180deg,
    #ffd66f 0%,
    var(--gwd-report-accent) 100%
  );
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.48),
    0 7px 24px rgba(0, 0, 0, 0.24);
  cursor: pointer;
  transition:
    transform 0.2s ease,
    filter 0.2s ease,
    box-shadow 0.2s ease,
    opacity 0.2s ease;
}

.gwd-report-form__submit::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -1px;
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 14px solid #17120b;
  transform: translateY(-50%);
}

.gwd-report-form__submit::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -1px;
  width: 0;
  height: 0;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-right: 14px solid #17120b;
  transform: translateY(-50%);
}

.gwd-report-form__submit-text {
  position: relative;
  z-index: 2;
}

.gwd-report-form__submit:hover {
  color: #050505;
  filter: brightness(1.06);
  transform: translateY(-2px);
}

.gwd-report-form__submit:disabled {
  opacity: 0.7;
  cursor: wait;
  transform: none;
}

.gwd-report-form__notice {
  position: relative;
  z-index: 3;
  margin: 0 0 28px;
  padding: 15px 20px;
  font-size: 16px;
  border: 1px solid;
  border-radius: 8px;
}

.gwd-report-form__notice[hidden] {
  display: none;
}

.gwd-report-form__notice--success {
  color: #d9ffd9;
  border-color: rgba(83, 209, 95, 0.6);
  background: rgba(30, 119, 43, 0.22);
}

.gwd-report-form__notice--error {
  color: #ffdede;
  border-color: rgba(224, 74, 74, 0.65);
  background: rgba(142, 30, 30, 0.22);
}

@media screen and (max-width: 849px) {
  .gwd-report-form {
    padding: 28px 20px 34px;
  }

  .gwd-report-form__field {
    margin-bottom: 35px;
  }

  .gwd-report-form__control {
    height: 78px;
    padding-right: 25px;
    padding-left: 25px;
    border-radius: 12px;
  }

  .gwd-report-form__textarea {
    min-height: 250px;
    height: 250px;
    padding-top: 24px;
  }

  .gwd-report-form__submit {
    min-width: 250px;
    min-height: 64px;
  }
}

@media screen and (max-width: 549px) {
  .gwd-report-form {
    padding: 24px 15px 28px;
  }

  .gwd-report-form__field {
    margin-bottom: 28px;
  }

  .gwd-report-form__label {
    margin-bottom: 10px;
    font-size: 17px;
  }

  .gwd-report-form__control {
    height: 62px;
    padding-right: 18px;
    padding-left: 18px;
    font-size: 16px;
    border-radius: 10px;
  }

  .gwd-report-form__textarea {
    min-height: 190px;
    height: 190px;
    padding-top: 18px;
  }

  .gwd-report-form__footer {
    display: block;
  }

  .gwd-report-form__submit {
    width: 100%;
    min-width: 0;
    min-height: 58px;
    font-size: 24px;
  }
}
