/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 12 2025 | 11:31:57 */
span.quform-option-text {
  text-transform: capitalize;
  font-size: 18px;
  line-height: 30px;
}

div.quform-options.quform-cf.quform-options-inline.quform-options-simple {
  font-size: 44px;
}

div.quform-spacer {
  padding: 0px;
}

input.quform-field.quform-field-radio {
  width: 25px;
  height: 25px;
  margin: 0;
  vertical-align: middle;
}


.quform-options-simple .quform-option,
.quform-options-simple label {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  line-height: 1.2;
  gap: 5px;
  cursor: pointer;
  padding-bottom: 0;
}

.quform-options.quform-cf.quform-options-inline.quform-options-simple
.quform-option {
  position: relative;
  display: inline-block;
}

.quform-options.quform-cf.quform-options-inline.quform-options-simple
input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #555;
  border-radius: 3px;
  background: #fff;
  position: absolute;
  left: 14px; /* was 10px → moved right for more space from edge */
  top: 48%;
  transform: translateY(-50%);
  cursor: pointer;
}

.quform-options.quform-cf.quform-options-inline.quform-options-simple
input[type="checkbox"]:checked {
  background-color: #fff;
  border-color: #000;
}

.quform-options.quform-cf.quform-options-inline.quform-options-simple
input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 4px;
  width: 6px;
  height: 12px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* Label button styling */
.quform-options.quform-cf.quform-options-inline.quform-options-simple
input[type="checkbox"] + .quform-option-label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 6px 16px 6px 40px; 
  border: 1px solid #ccc;
  border-radius: 8px;
  margin-right: 10px;
  margin-bottom: 8px;
  cursor: pointer;
}

label.quform-label-text {
  letter-spacing: 0px;
}
.quform-label-1_3{
  display: none;
}

.quform-label-1_58{
  display: none;
}

input.quform-field.quform-field-text {
  border: solid 1px #ABABAB;
  border-radius: 10px;
  background-color: #fff;
  height: 50px;
  padding-left: 15px;
  color: #000;
  font-weight: bold;
}

.quform-field-date.quform-field-1_16 {
    border: solid 1px #ABABAB;
  border-radius: 10px;
  background-color: #fff;
  height: 50px;
  padding-left: 15px;
  color: #000;
  font-weight: bold;
}

textarea.quform-field {
    border: solid 1px #ABABAB;
  border-radius: 10px;
  background-color: #fff;
  padding-left: 15px;
  color: #000;
  font-weight: bold;
}

input.quform-field.quform-field-email.quform-field-1_26 {
      border: solid 1px #ABABAB;
  border-radius: 10px;
  background-color: #fff;
  height: 50px;
  padding-left: 15px;
  color: #000;
  font-weight: bold;
}

._custom-contact-information{
  margin-top: 20px;
}
.quform-label-1_59{
  display: none;
}
input[type='radio'] {
    accent-color: #000!important;
}