/* === General Layout === */

.lead-form, .merchant-upload-wrapper {
    /* max-width: 900px; */
    margin: 30px auto;
    background: #fff;
    border-radius: 8px;
    padding: 30px 40px;
    /* box-shadow: 0 2px 10px rgba(0,0,0,0.1); */
}

/* === Buttons === */
.cta, .action-button {
    background: #00d578 !important;
    color: #fff !important;
    border: none;
    border-radius: 4px !important;
    padding: 10px 25px !important;
    cursor: pointer;
    font-weight: 600;
    transition: background 0.3s ease !important;
	min-height: 0px !important;
}

.custom-option-radio > label {
    margin-left: 6px;
}

.cta:hover, .action-button:hover {
    background: #25a83b;
}



/* Base form group layout */
.form-group {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }
  
  /* Each option */
  .custom-option {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    position: relative;
    padding: 10px 13px 0px 14px;
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    background: #fff;
    /* cursor: pointer; */
    transition: all 0.2s ease;
    font-family: "Inter", system-ui, sans-serif;
    font-size: 15px !important;
    color: #1f2937 !important;
    width: 100%;
  }
  
  .custom-option:hover {
    border-color: #6366f1;
    background: #f9fafb;
  }
  
  /* Hide default inputs */
  .custom-option input[type="radio"],
  .custom-option input[type="checkbox"] {
    appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid #cbd5e1;
    border-radius: 50%;
    margin: 0;
    cursor: pointer;
    position: relative;
    transition: all 0.2s ease;
  }
  
  /* Checkbox version (square) */
  .custom-option input[type="checkbox"] {
    border-radius: 5px;
  }
  
  /* Selected (checked) state */
  .custom-option input[type="radio"]:checked,
  .custom-option input[type="checkbox"]:checked {
    border-color: #6366f1;
    background-color: #6366f1;
    box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.15);
  }
  
  /* Add checkmark for checkbox */
  .custom-option input[type="checkbox"]:checked::after {
    content: "✓";
    color: white;
    font-size: 12px;
    position: absolute;
    top: 1px;
    left: 3px;
  }
  
  /* Label next to the input */
  .custom-label {
    user-select: none;
    margin-bottom: 9px;
  }

  .nice-select {
    margin-bottom: 20px;
}


.custom-option-radio {
    display: inline-flex;
    padding: 7px 10px;
    background: #fff;
    transition: all 0.2s ease;
    font-family: "Inter", system-ui, sans-serif;
    font-size: 15px !important;
    color: #1f2937 !important;
}


.form-error {
  color: #d93025;
  font-size: 13px;
  margin-top: 4px;
  display: block;
}

.input-error {
  border-color: #d93025 !important;
  box-shadow: 0 0 3px rgba(217, 48, 37, 0.3);
}

.dropzone{
	margin-top: 30px !important;
	border: 1px dashed #00d578 !important;
}
.dropzone, .dropzone a {
    color: #d45b2d !important;
    font-weight: 600;
    text-transform: uppercase;
}

label .fa{
	font-size: 40px;
	margin-right: 10px;
}

label span{
	vertical-align: super
}

label#download-app{
	text-align: center;
}

span.required{
	color: #d45b2d;
}

.dropzone.dz-started .dz-message {
	display: block!important;
	margin: 1em 0 0!important;
}

.dropzone .dz-preview {
	width: 80px
}

.dropzone .dz-preview .dz-details .dz-size,
.dropzone .dz-preview .dz-remove,
.dropzone .dz-preview .dz-details {
	font-size: 12px!important;
}
.dropzone .dz-preview .dz-image {
  width: 80px!important;
  height: 80px!important;
}

.dropzone-label{
  float: none !important;
}

.dropzone .fallback {
  display: none !important;
}

.file-size-note > a {
  color: red;
}

.dropzone-label > span > a {
  color: red;
}

.dz-message > p {
  font-weight: 600 !important;
  font-size: 12px !important;
  line-height: 19px !important;
}

.page-id-5422 .pinside40 {
    padding: 0px !important;
}

.page-id-5419 .pinside40 {
  padding: 0px !important;
}

.page-id-5420 .pinside40 {
  padding: 0px !important;
}

.page-id-5421 .pinside40 {
  padding: 0px !important;
}

.page-id-5423 .pinside40 {
  padding: 0px !important;
}