input:focus,
textarea:focus,
button:focus {
  outline: none;
}

input, textarea {
  font-size: 1.6rem;
}
fieldset {
  border: 0;
  padding: 0;
}

.input-checkbox {
  width: 1.7rem;
  height: 1.7rem;
  display: inline-block;
  border: 0.1rem solid rgba(61, 80, 90, 0.5);
  cursor: pointer;
  vertical-align: sub;
  min-width: 1.7rem;
  margin-right: 1rem;
  margin-top: 0.4rem;
}
.input-checkbox:before {
  display: block;
  content: '';
  width: 1rem;
  height: 1.2rem;
  transform: scale(0);
  border: solid white;
  border-width: 0 0.2rem 0.2rem 0;
  transform: rotate(45deg);
  width: 0.7rem;
  left: 0.5rem;
  top: 0.5rem;
  position: absolute;
}

input[type="checkbox"]:checked + .input-checkbox:before {
  border: solid #009ada;
  border-width: 0 0.3rem 0.3rem 0;
}


.input-radio {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 50%;
  display: inline-block;
  border: 0.1rem solid rgba(61, 80, 90, 0.5);
  cursor: pointer;
  vertical-align: sub;
}
.input-radio:before {
  display: block;
  content: '';
  background-color: rgba(0, 154, 218, 0);
  border-radius: inherit;
  width: 1.4rem;
  height: 1.4rem;
  margin: 0.3rem 0 0 0.3rem;
  transform: scale(0);
  transition: background-color 200ms, transform 200ms;
}

input[type="radio"]:checked + .input-radio:before {
  background-color: #009ada;
  transform: scale(1);
}

.input-radio-wrapper {
  flex-direction: row;
}
.input-radio-wrapper label {
  margin: 0 1.5rem 0 0.5rem;
}

.form-block {
  padding: 0 0 2rem 0;
  display: flex;
  flex-direction: column;
  color: #484D50;
}

.styled-checkbox-wrapper {
  flex-direction: row;
  position: relative;
}
.styled-checkbox-wrapper input {
  width: auto;
  margin-right: 1.3rem;
  margin-top: 0.5rem;
  margin: 0.5rem 1.3rem 0 0;
}
.styled-checkbox-wrapper label {
  font-size: 1.4rem;
  margin-top: 0.3rem;
  display: inline-block;
  padding-left: 3rem;
  text-indent: -3rem;
  margin-top: 0;
  line-height: 21px;
}
.styled-input-wrapper input,
.styled-text-area-wrapper input {
  padding: 0.7rem 1.5rem;
  margin-top: 0.5rem;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  height: 4.4rem;
  border: solid 0.0625rem rgba(72, 77, 80, 0.3);
  transition: border 200ms ease-out;
}

.styled-input-wrapper input[type="radio"] {
  display: none;
}
.styled-input-wrapper input[type="file"] {
  line-height: 1;
  padding: 0;
  border: 0;
}

.styled-checkbox-wrapper input[type="checkbox"] {
  display: none;
}

.styled-text-area-wrapper textarea {
  max-width: 100%;
  width: 100%;
  margin-top: 0.5rem;
  overflow: auto;
  height: 7.75rem;
  border: solid 0.0625rem rgba(72, 77, 80, 0.3);
}

/* The select wrapper is this */
.styled-select {
  width: 100%;
}


.styled-select-wrapper {
  position: relative;
  width: 100%;
}
.styled-select-wrapper svg {
  position: absolute;
  right: 0.5rem;
  top: calc(50% - 0.1ch);
  pointer-events: none;
  right: 1.5rem;
}

.not-valid label, .frm_blank_field label {
  color: red;
}

.not-valid input, .frm_blank_field input, 
.not-valid textarea, .frm_blank_field textarea, 
.not-valid .input-checkbox, .frm_blank_field .input-checkbox, 
.not-valid select, .frm_blank_field select {
  border: 0.1rem solid red;
}
.not-valid select, .frm_blank_field select {
  color: red;
}
/* SVG Arrow for select dropdown */
.not-valid .select-arrow, .frm_blank_field .select-arrow {
  fill: red;
}

.frm_error {
  display: none;
}

.frm_button_submit {
  margin-top: 2rem;
}

/* reCAPTCHA v2 */
.not-valid .g-recaptcha iframe {
  border: 1px solid red;
}

#dataTransferLabelWrap {
  flex-basis: 95%;
}


#pardotHiddenFieldsBlock,
#pardotStylusCheckboxBlock,
#pardotOpticalCheckboxBlock {
  position: absolute;
  width: 0; height: 0;
  overflow: hidden;
}



/* For Parts Block */
.part-add-another-block {
  opacity: 0.5;
  cursor: pointer;
}
.part-add-another-block:hover {
  opacity: 1;
}
.additional-part-blocks,
.part-add-another-block {
  display: none;
}
.additional-part-blocks.show,
.part-add-another-block.show {
  display: block;
}


/* Form Sneaky Sneak - for bots filling the form in */

.form-sneaky-sneak {
  overflow: hidden;
  position: relative;
}
.form-sneaky-sneak input {
  position: absolute;
  left: -99999px;
}


/* Form Validation Messages */

.validation-message {
  display: none;
  padding: 0 0 1rem 0;
  color: red;
}

.validation-message.validation-message-show {
  display: block;
}

.frm_dropzone .frm_upload_icon:before {
  font-size: 20px !important;
}
.frm_dropzone .frm_upload_text {
  font-size: 16px;
}
.frm_dropzone .frm_small_text {
  color:#484D50;
}

.referrer-wrapper {
  display: none;
}

.frm_error_style {
  color: red;
  margin-bottom: 2.5rem;
}

.prolith-support-intro {
  margin-bottom: 2rem;
}



@media screen and (min-width: 768px) {
  #form_technical-support-request,
  .prolith-support-intro {
    width: 70%;
    margin: 0 auto;
  }
  .prolith-support-intro {
    margin-bottom: 3rem;
  }
}


@media screen and (min-width: 1048px) {
  #form_technical-support-request,
  .prolith-support-intro {
    width: 50%;
  }
  .prolith-support-intro {
    margin-bottom: 4rem;
  }
}

@media screen and (min-width: 1480px) {
  .frm_button_submit {
    margin-top: 3rem;
  }
}
