.ask-form {
  padding-top: 45px;
}
.ask-form:before {
  transform: none;
}
.ask-form:after {
  display: none;
}
.ask-form .close-popup {
  width: 30px;
  height: 30px;
  background: url("/wp-content/themes/artelogic/img/icons/close_white.svg") no-repeat;
  background-size: contain;
}
.ask-form h5.send__title {
  text-align: center;
}
.ask-form .send-form {
  margin: 0 auto;
  padding-top: 30px !important;
  column-gap: 0;
}
.ask-form .send-form > .form-group {
  flex: unset;
  margin-bottom: 10px;
}
.ask-form .send-form span.custom_label {
  padding-left: 18px;
}
.ask-form .send-form .uname,
.ask-form .send-form .uemail {
  background-color: transparent;
  border-color: rgba(146, 169, 211, 0.5019607843);
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-weight: 400;
  padding-left: 19px;
  padding-right: 19px;
}
.ask-form .send-form .pdesc {
  background-color: transparent;
  padding-left: 19px;
  padding-right: 19px;
  max-height: 100px;
}
.ask-form .send-form input:-webkit-autofill,
.ask-form .send-form input:-webkit-autofill,
.ask-form .send-form input:-webkit-autofill:hover,
.ask-form .send-form input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px transparent inset;
  border-bottom: 1px solid #ccc;
}
.ask-form .send-form > .has-spinner.btn-loader.send-request.btn-active {
  margin: 20px auto 70px;
  color: var(--white);
  border-color: var(--white);
  transition: border-width, background-color 0.8s cubic-bezier(0.6, 0, 0.2, 1);
  background-color: transparent;
}
.ask-form .send-form > .has-spinner.btn-loader.send-request.btn-active:disabled {
  opacity: 0.2;
}
.ask-form .send-form > .has-spinner.btn-loader.send-request.btn-active:hover {
  color: var(--primary--color);
  background-color: var(--white);
  border-color: var(--white);
  border-width: 3px;
  animation: 1s jumpIcon;
}
.ask-form .send-form > .has-spinner.btn-loader.send-request.btn-active[disabled]:hover {
  color: var(--white);
  border-color: var(--white);
  background-color: transparent;
  border-width: 2px;
  animation: none;
}

/*# sourceMappingURL=ask-us-form.css.map */
