.frm_radio,
.frm_checkbox,
.frm_scale {
  position: relative;
}

.frm_style_formidable-style.with_frm_style .frm_radio label,
.with_frm_style .vertical_radio .frm_radio label,
.frm_style_formidable-style.with_frm_style .frm_checkbox label,
.with_frm_style .vertical_radio .frm_checkbox label,
.frm_style_formidable-style.with_frm_style .frm_scale label,
.with_frm_style .vertical_radio .frm_scale label {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  height: 44px;
  text-indent: 0;
  align-items: center;
  padding-left: 0;
  font-size: 14px;
  cursor: pointer;
}

.frm_style_formidable-style.with_frm_style .frm_radio label,
.with_frm_style .vertical_radio .frm_radio label,
.frm_style_formidable-style.with_frm_style .frm_checkbox label,
.with_frm_style .vertical_radio .frm_checkbox label {
  padding-left: 40px;
}

.with_frm_style .frm_radio input[type=radio],
.with_frm_style .frm_checkbox input[type=checkbox] {
  margin: 14px 17px 14px 10px;
  cursor: pointer;
  position: absolute !important;
  top: 0;
  margin-left: 0;
  opacity: 0;
}

.with_frm_style .frm_scale input[type=radio] {
  position: absolute;
  opacity: 0;
}

.frm_radio label::before,
.frm_checkbox label::before,
.frm_scale label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 26px;
  height: 26px;
  z-index: 2;
  background: #ffffff;
  border: 1px solid #444444;
}

.frm_radio label::before,
.frm_scale label::before {
  border-radius: 50%;
}

.frm_radio input[type=radio]:checked~label::after,
.frm_scale input[type=radio]:checked~label::after {
  content: '';
  position: absolute;
  left: 4px;
  top: 11px;
  width: 20px;
  height: 20px;
  z-index: 3;
  background: #444444;
  border-radius: 50%;
}

.frm_scale label {
  flex-direction: column;
  justify-content: center;
  width: 44px;
  padding-top: 35px;
}

.frm_scale label::before {
  left: 7px;
}

.frm_scale input[type=radio]:checked~label::after {
  left: 11px;
  top: 11px;
}

.frm_checkbox input[type=checkbox]:checked~label::after {
  content: '';
  position: absolute;
  left: 4px;
  top: 14px;
  width: 15px;
  height: 6px;
  border: solid;
  border-top-color: transparent;
  border-width: 0 0 4px 4px;
  transform: rotate(-45deg);
  z-index: 4;
}

.frm_radio input:focus~label::before,
.frm_radio input:hover~label::before,
.frm_checkbox input:focus~label::before,
.frm_checkbox input:hover~label::before,
.frm_scale input:focus~label::before,
.frm_scale input:hover~label::before {
  box-shadow: 0 0 0 1px rgba(102, 175, 233, 0.6), 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
  border-color: #66afe9;
}

.frm_style_formidable-style.with_frm_style .frm_radio .frm_screen_reader.frm_hidden,
.with_frm_style .vertical_radio .frm_radio .frm_screen_reader.frm_hidden,
.frm_style_formidable-style.with_frm_style .frm_checkbox .frm_screen_reader.frm_hidden,
.with_frm_style .vertical_radio .frm_checkbox .frm_screen_reader.frm_hidden {
  position: absolute;
}

.frm_style_formidable-style.with_frm_style .form-field {
  margin-bottom: 15px;
}

/* Successful message */
#inner-content .frm_style_formidable-style.with_frm_style .frm_message>h2,
#inner-content .frm_style_formidable-style.with_frm_style .frm_message>h3,
#inner-content .frm_success_style>h2,
#inner-content .frm_success_style>h3 {
  color: #2d522b;
}

@media only screen and (max-width:600px) {
  #form_copd .frm_third:nth-of-type(1) {
    text-align: left;
  }

  #form_copd .frm_third:nth-of-type(3) {
    padding-bottom: 1em;
    border-bottom: 1px solid #585858;
    margin-left: 0;
  }
}

/* Formidable Inline Checkboxes */
.with_frm_style .frm_inline_container .frm_primary_label,
.with_frm_style .frm_inline_container.frm_dynamic_select_container .frm_opt_container {
  display: inline-block !important;
  vertical-align: middle;
}

.frm_form_field.frm_inline_container .frm_opt_container {
  vertical-align: middle;
}

.frm_style_formidable-style.with_frm_style .frm_message .frm_message {
  background: #ffffff;
  margin-top: 25px;
}

/* Important Section */
.frm_style_formidable-style.with_frm_style .important-section {
  background: #fffacc;
  padding: 0 1.5em;
  border: 1px solid #53524c;
  border-radius: 7px;
  margin: 1em 0;
}

.frm_style_formidable-style.with_frm_style .important-section .frm_description {
  color: #444444;
  font-size: 0.8em;
}

.frm_style_formidable-style.with_frm_style .important-section .frm_required {
  color: #a50000;
  font-weight: bold;
}

#inner-content .important-section .frm_section_heading h3 {
  color: #444444;
  border: none;
}

#inner-content .important-section li:before {
  color: #444444;
}

#inner-content .important-section h4 {
  font-weight: normal;
  color: black;
  font-size: 1.2em;
  margin-bottom: 0;
}

#inner-content .important-section .frm_primary_label span {
  font-weight: 400;
  font-size: 0.95em;
}

.important-section .result {
  display: block;
  background: white;
  padding: 10px;
  border: 1px solid #eae6c0;
}


[type='file'] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  white-space: nowrap;
  width: 1px;
}

[type='file']+label {
  border-radius: 3px;
  color: #000;
  padding: 6px;
  background-color: #f0f0f0;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 10px;
}

[type='file']:focus+label,
[type='file']+label:hover {
  background-color: #f15d22;
}

[type='file']:focus+label {
  outline: 1px dotted #000;
}

.remove-file {
  margin-left: 10px;
  background: transparent;
  padding: 5px 10px;
  /* border-radius: 3px; */
  cursor: pointer;
}

.remove-file:hover {
  background: rgba(255, 91, 91, 0.07);
}

.add-file {
  margin-top: 10px;
  margin-bottom: 10px;
}

#patient_files {
  margin-top: 10px;
}

.file-upload-preview {
  margin-bottom: 10px;
}

.file-upload-preview {
  max-width: 100px;
  display: block;
}

.file-selection-item {
  margin-left: 10px;
  margin-bottom: 17px;
  display: inline-block;
}

.patient-file-uploads {
  margin-top: 15px;
}

.patient-file-uploads img {
  margin-top: 15px;
  margin-right: 10px;
}

.frm_dropzone {
  display: inline;
}

.file-preview-name {
  text-align: center;
  padding: 0;
  margin: 0;
  margin-top: -16px;
  font-size: 0.8em;
  max-width: 100px;
  overflow-wrap: break-word;
}

.d-none {
  display: none !important;
}

.subTitle {
  font-size: 12px;
  margin: 0!important;
  }

.rowTitle{
  padding:10px;
  color:white;
  margin-bottom:10px;
  clear: both;
}