.pp-custom-as-form .pp-custom-button-padding {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.pp-custom-as-form .row-fields .input.col-6 {
  margin-top: 15px;
}
@media (max-width: 900px) {
  .pp-custom-as-form .row-fields .input.col-6 {
    width: 100% !important;
    flex-basis: 100% !important;
  }
}
.pp-custom-as-form .first-pp-element {
  margin-bottom: 15px;
}
.pp-custom-as-form .field-error {
  display: none;
  margin: -14px 0 0 32px;
  color: #ff8a8a;
  font-size: 13px;
  font-weight: 500;
  line-height: 20px;
}
.pp-custom-as-form .select-field {
  appearance: none;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 9L12 15L18 9' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 32px center;
  padding-left: 20px;
  padding-right: 72px;
}
.pp-custom-as-form .field,
.pp-custom-as-form .select-field,
.pp-custom-as-form textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  background: #000;
  color: #c6c6c6;
  font: 500 16px/27px "Inter Tight", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  outline: none;
}
.pp-custom-as-form .topic-dropdown {
  position: relative;
  width: 100%;
  z-index: 5;
}
.pp-custom-as-form .topic-dropdown.is-open {
  z-index: 20;
}
.pp-custom-as-form .topic-native {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}
.pp-custom-as-form .topic-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: auto;
  min-height: 48px;
  text-align: left;
  background-image: none;
  gap: 16px;
  padding-right: 72px;
  transition: border-color 0.18s ease;
}
.pp-custom-as-form .field:focus, .pp-custom-as-form .select-field:focus, .pp-custom-as-form .topic-custom-input:focus, .pp-custom-as-form textarea:focus {
  border-color: rgba(255, 255, 255, 0.35) !important;
}
.pp-custom-as-form .topic-label {
  flex: 1 1 auto;
  min-width: 0;
  overflow-wrap: anywhere;
}
.pp-custom-as-form .topic-icon {
  position: absolute;
  top: 50%;
  right: 32px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
}
.pp-custom-as-form .topic-icon svg {
  position: absolute;
  inset: 0;
  width: 24px;
  height: 24px;
  opacity: 1;
  transition: opacity 0.18s ease, transform 0.18s ease;
}
.pp-custom-as-form .topic-icon .topic-clear-icon {
  opacity: 0;
  transform: scale(0.86);
  pointer-events: none;
}
.pp-custom-as-form .topic-dropdown.is-open:not(.has-value) .topic-arrow-icon {
  transform: rotate(180deg);
}
.pp-custom-as-form .topic-dropdown.has-value .topic-arrow-icon {
  opacity: 0;
  transform: scale(0.86);
  pointer-events: none;
}
.pp-custom-as-form .topic-dropdown.has-value .topic-clear-icon {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}
.pp-custom-as-form .topic-menu {
  position: absolute;
  top: calc(100% + 24px);
  left: 0;
  z-index: 30;
  width: 100%;
  padding: 44px 46px 38px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  background: #000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}
.pp-custom-as-form .topic-dropdown.is-open .topic-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.pp-custom-as-form .topic-options {
  display: flex;
  flex-direction: column;
  gap: 31px;
}
.pp-custom-as-form .topic-option {
  display: flex;
  align-items: center;
  gap: 31px;
  color: #c6c6c6;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
}
.pp-custom-as-form .topic-option span {
  color: #fff !important;
}
.pp-custom-as-form .topic-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.pp-custom-as-form .topic-radio {
  width: 35px;
  height: 35px;
  flex: 0 0 35px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  background: #111;
  transition: border-color 0.18s ease, background-color 0.18s ease;
}
.pp-custom-as-form .topic-radio::after {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
  opacity: 0;
  transform: scale(0.7);
  transition: opacity 0.18s ease, transform 0.18s ease;
}
.pp-custom-as-form .topic-option input:checked + .topic-radio {
  border-color: #3557ff;
  background: #3557ff;
}
.pp-custom-as-form .topic-option input:checked + .topic-radio::after {
  opacity: 1;
  transform: scale(1);
}
.pp-custom-as-form .topic-custom {
  margin-top: 27px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(-6px);
  transition: max-height 0.22s ease, opacity 0.18s ease, transform 0.18s ease;
}
.pp-custom-as-form .topic-dropdown.is-custom .topic-custom {
  max-height: 140px;
  opacity: 1;
  transform: translateY(0);
}
.pp-custom-as-form .topic-custom-field {
  position: relative;
}
.pp-custom-as-form .topic-custom-input {
  width: 100%;
  height: 56px;
  padding: 14px 64px 14px 27px;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  border-radius: 12px;
  background: #111;
  color: #c6c6c6;
  font: 500 16px/27px "Inter Tight", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  outline: none;
  transition: border-color 0.18s ease;
}
.pp-custom-as-form .topic-custom-input::placeholder {
  color: #8c8c8c;
  opacity: 1;
}
.pp-custom-as-form .topic-save {
  width: 145px;
  height: 55px;
  margin-top: 27px;
  border: 0;
  border-radius: 45px;
  background: #fff;
  color: #0b0b0b;
  cursor: pointer;
  font: 600 16px/150% "Inter Tight", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.pp-custom-as-form .topic-custom-clear {
  position: absolute;
  top: 50%;
  right: 27px;
  width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-50%) scale(0.86);
  transition: opacity 0.18s ease, transform 0.18s ease;
}
.pp-custom-as-form .topic-custom-clear svg {
  width: 24px;
  height: 24px;
  display: block;
}
.pp-custom-as-form .topic-custom-field.has-text .topic-custom-clear {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(-50%) scale(1);
}

/*# sourceMappingURL=style-a.css.map */
