/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 29 2025 | 12:28:29 */
body .wpforms-field-html,
#wpforms-form-1461 > div.wpforms-submit-container .wpforms-submit.button {
  display: none;
}

body .wpforms-field-container .wpforms-submit-container {
  margin-top: 24px !important;
}

body .wpforms-field-container .wpforms-page #wpforms-submit-containerphone1461 input {
  height: 0px;
  visibility: hidden;
}

body .wpforms-field-container .wpforms-page #wpforms-submit-containerphone1461 input.active {
  height: 40px;
  visibility: visible;
  width: 100%;
}

#mo_verify-containerphone1461input {
  max-width: unset;
  width: 100%;
}

.phone-number-field input.disabled,
.resend-sms-number.disable {
  cursor: unset;
  pointer-events: none;
  opacity: .4;
  width: 100%;
  text-align: center;
}

body #wpforms-submit-containerphone1461 .change-phone-number {
  height: 40px;
  background-color: transparent;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  border-radius: 12px;
  font-weight: 600;
  border: 1px solid #ba0901;
  color: #ba0901;
  width: 100%;
}

#wpforms-submit-containerphone1461 {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-direction: column-reverse;
}

div.wpforms-container-full .wpforms-page-button:not(:hover):not(:active) {
  border-radius: 12px;
  background-color: #ba0901;		
}

#wpforms-1461-field_139-container input.wpforms-submit {
  border-radius: 12px;
  background-color: #ba0901;	
}

#wpforms-1461-field_139-container input.wpforms-submit.disabled {
  opacity: .4;
  pointer-events: none;
}

.change-phone-number{
  border-radius: 12px;
}

.phone-number-field #wpforms-submit-containerphone1461 .wpforms-submit {
  border-radius: 12px;	
  /* 	background: #f93c00; */
}

.wpforms-container .wpforms-submit-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -175%);
  margin-left: 0px !important;
}

@media screen and (max-width: 767px) {
  #wpforms-submit-containerphone1461 {
    flex-direction: column;
    gap: 16px;
  }

  #wpforms-submit-containerphone1461 input,
  #wpforms-submit-containerphone1461 button {
    width: 100%;
  }

  #wpforms-1461-field_139-container input.wpforms-submit {
    width: 100%;
    font-size: 12px;
  }
}