.embed_form .frm_forms .frm-show-form .frm_error_style {
  color: red;
  font-family: "Roboto", Arial, sans-serif !important;
  font-size: 16px;
  font-weight: 600;
  padding: 20px 0 0 30px;
}
.embed_form .frm_forms .frm-show-form .frm_form_fields fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
.embed_form .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
}
.embed_form .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .frm_form_field {
  width: 100%;
  margin-top: 10px;
}
.embed_form .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .frm_form_field.frm_half {
  width: 100%;
  min-width: 100%;
  margin-left: auto;
}
@media (min-width: 768px) {
  .embed_form .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .frm_form_field.frm_half {
    width: 49%;
    min-width: 49%;
  }
}
.embed_form .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_single_upload {
  max-width: 100%;
}
.embed_form .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_multi_upload {
  max-width: 100%;
}
.embed_form .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_description {
  color: #000;
  font-family: "Roboto", Arial, sans-serif !important;
  font-size: 14px;
  margin-bottom: 5px;
  text-align: center;
}
.embed_form .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .frm_form_field .frm_error {
  color: red;
  font-family: "Roboto", Arial, sans-serif !important;
  font-size: 14px;
}
.embed_form .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .frm_primary_label {
  display: none;
}
.embed_form .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .frm_required_field {
  position: relative;
}
.embed_form .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .frm_required_field .frm_error {
  position: absolute;
  top: 13px;
  right: 16px;
}
.embed_form .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .call_time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  margin-top: 20px;
}
.embed_form .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .call_time .frm_primary_label {
  display: block;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}
.embed_form .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .call_time .frm_opt_container {
  margin-left: 20px;
}
.embed_form .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .call_time .frm_opt_container label {
  font-size: 18px;
}
.embed_form .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .nachricht textarea {
  height: 100px;
}
.embed_form .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .col_1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  min-width: 100%;
}
@media (min-width: 768px) {
  .embed_form .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .col_1 {
    width: 69%;
    min-width: 69%;
  }
}
.embed_form .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .col_1 .list {
  width: 100%;
  min-width: 100%;
}
@media (min-width: 768px) {
  .embed_form .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .col_1 .list {
    width: 47%;
    min-width: 47%;
  }
}
.embed_form .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .col_1 .qr {
  width: 100%;
  min-width: 100%;
}
@media (min-width: 768px) {
  .embed_form .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .col_1 .qr {
    width: 47%;
    min-width: 47%;
  }
}
.embed_form .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .col_2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  width: 100%;
  min-width: 100%;
}
@media (min-width: 768px) {
  .embed_form .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .col_2 {
    width: 29%;
    min-width: 29%;
  }
}
.embed_form .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container img {
  width: 100%;
}
.embed_form .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container input, .embed_form .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container button, .embed_form .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container select, .embed_form .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container textarea {
  font-family: "Roboto", Arial, sans-serif !important;
}
.embed_form .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container input[type=text],
.embed_form .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container input[type=tel],
.embed_form .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container input[type=email],
.embed_form .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container input[type=number],
.embed_form .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container select,
.embed_form .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container textarea {
  box-sizing: border-box;
  background: #f2f9fa;
  color: #000;
  min-height: 45px;
  border: 1px solid #c7c7c7;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 5px 15px;
  width: 100%;
  margin-bottom: 10px;
  font-size: 14px;
  cursor: pointer;
}
@media (min-width: 650px) {
  .embed_form .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container input[type=text],
.embed_form .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container input[type=tel],
.embed_form .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container input[type=email],
.embed_form .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container input[type=number],
.embed_form .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container select,
.embed_form .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container textarea {
    padding: 15px 25px;
    font-size: 18px;
  }
}
.embed_form .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container textarea {
  padding: 15px !important;
}
.embed_form .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.embed_form .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container input[type=checkbox].checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border: 1px solid #6DABC9;
  z-index: 99;
}
.embed_form .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container input:focus-visible,
.embed_form .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container textarea:focus-visible {
  border: 1px solid #6DABC9;
  outline: none;
}
.embed_form .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container p {
  font-size: 14px;
}
@media (min-width: 650px) {
  .embed_form .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container p {
    font-size: 18px;
  }
}
.embed_form .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container input::-webkit-input-placeholder,
.embed_form .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container textarea::-webkit-input-placeholder,
.embed_form .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container select::-webkit-input-placeholder {
  color: #c2c2c2;
  font-size: 14px;
}
@media (min-width: 650px) {
  .embed_form .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container input::-webkit-input-placeholder,
.embed_form .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container textarea::-webkit-input-placeholder,
.embed_form .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container select::-webkit-input-placeholder {
    font-size: 18px;
  }
}
.embed_form .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container input:-moz-placeholder,
.embed_form .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container textarea::-moz-placeholder,
.embed_form .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container select::-moz-placeholder {
  color: #c2c2c2;
  font-size: 14px;
}
@media (min-width: 650px) {
  .embed_form .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container input:-moz-placeholder,
.embed_form .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container textarea::-moz-placeholder,
.embed_form .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container select::-moz-placeholder {
    font-size: 18px;
  }
}
.embed_form .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container input::-moz-placeholder,
.embed_form .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container textarea::-moz-placeholder,
.embed_form .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container select::-moz-placeholder {
  color: #c2c2c2;
  font-size: 14px;
}
@media (min-width: 650px) {
  .embed_form .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container input::-moz-placeholder,
.embed_form .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container textarea::-moz-placeholder,
.embed_form .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container select::-moz-placeholder {
    font-size: 18px;
  }
}
.embed_form .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container input::-ms-input-placeholder,
.embed_form .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container textarea::-ms-input-placeholder,
.embed_form .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container select::-ms-input-placeholder {
  color: #c2c2c2;
  font-size: 14px;
}
@media (min-width: 650px) {
  .embed_form .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container input::-ms-input-placeholder,
.embed_form .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container textarea::-ms-input-placeholder,
.embed_form .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container select::-ms-input-placeholder {
    font-size: 18px;
  }
}
.embed_form .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .ds_1 {
  width: 100%;
  font-size: 13px;
  color: #c2c2c2;
  line-height: 1.4;
}
.embed_form .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .ds_1 label {
  font-family: "Roboto", Arial, sans-serif !important;
  color: #c2c2c2;
  font-weight: 400;
  font-size: 13px;
}
.embed_form .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .ds_1 .frm_error {
  right: auto;
  top: -14px;
}
.embed_form .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .ds_2 {
  font-size: 13px;
  color: #c2c2c2;
  line-height: 1.4;
  font-family: "Roboto", Arial, sans-serif !important;
  font-weight: 400;
  padding-left: 25px;
  margin-top: 0;
}
.embed_form .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .ds_2 p {
  font-size: 13px;
  font-family: "Roboto", Arial, sans-serif !important;
  font-weight: 400;
  color: #c2c2c2;
  line-height: 1.4;
  text-decoration: none;
}
.embed_form .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .ds_2 a {
  font-size: 13px;
  font-family: "Roboto", Arial, sans-serif !important;
  font-weight: 600;
  color: #fc0;
  line-height: 1.4;
  text-decoration: none;
  border-bottom: 1px dotted #c2c2c2;
}
.embed_form .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .frm_submit {
  display: contents;
  width: 100%;
}
.embed_form .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .frm_submit button[type=submit] {
  position: relative;
  cursor: pointer;
  line-height: 1;
  text-decoration: none;
  margin-top: 10px;
  padding: 10px 30px;
  font-family: "Roboto", Arial, sans-serif !important;
  font-weight: 700;
  font-size: 18px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  color: #000;
  text-transform: uppercase;
  background: none;
  border: none;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.embed_form .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .frm_submit button[type=submit]:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fd5;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  z-index: -2;
}
.embed_form .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .frm_submit button[type=submit]:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #fc0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  transition: all 0.3s;
  z-index: -1;
}
.embed_form .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .frm_submit button[type=submit]:hover {
  cursor: pointer;
  color: #fff;
}
.embed_form .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .frm_submit button[type=submit]:hover:before {
  width: 100%;
}
.embed_form .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .emk_accept {
  font-size: 13px;
  color: #c2c2c2;
  line-height: 1.4;
}
.embed_form .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .emk_accept label {
  font-family: "Roboto", Arial, sans-serif !important;
  color: #c2c2c2;
  font-weight: 400;
  font-size: 13px;
}
.embed_form .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .emk_accept .frm_error {
  right: auto;
  top: -14px;
}
.embed_form .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .frm_upload_text {
  font-size: 20px;
  font-weight: 600;
}
.embed_form .frm_forms .frm-show-form .frm_form_fields fieldset .frm_fields_container .frm_small_text {
  font-family: "Roboto", Arial, sans-serif !important;
  font-size: 15px;
  font-weight: 400;
}
.embed_form .frm_forms .frm_message {
  color: #fff !important;
  background: #6DABC9;
  padding: 5px;
  font-family: "Roboto", Arial, sans-serif !important;
  font-size: 18px;
  font-weight: 600 !important;
}
.embed_form .frm_forms [role=status] p {
  color: #fff !important;
  background: #6DABC9;
  padding: 5px;
  font-family: "Roboto", Arial, sans-serif !important;
  font-size: 18px;
  font-weight: 600 !important;
}
.embed_form .frm_forms .vertical_radio .frm_description {
  font-family: "Roboto", Arial, sans-serif !important;
  font-size: 16px !important;
  margin-top: 8px !important;
}
.embed_form .frm_forms .dz-image img {
  object-fit: contain;
}
.embed_form .frm_forms .frm_dropzone .dz-message {
  border: 1px solid #c7c7c7;
  background: #f2f9fa;
}
.embed_form .frm_forms .frm_dropzone .frmsvg {
  display: none;
}
.embed_form .frm_forms .frm_dropzone .frm_upload_icon {
  display: none;
}
.embed_form .frm_forms .frm_dropzone .upload_icon {
  margin: 0 auto;
  display: block;
  width: 100px;
  height: 80px;
}
.embed_form .frm_forms .frm_dropzone .upload_icon:before {
  display: block;
  width: 100px;
  height: 100px;
  content: url("./img_system/form-upload-cloud.svg");
  position: relative;
  z-index: 5;
}
.embed_form .frm_forms .frm_dropzone .dz-preview {
  border-bottom: none;
  padding: 5px 0;
}
.embed_form .frm_forms .frm_dropzone .dz-preview .dz-image {
  display: none;
}
.embed_form .frm_forms .frm_dropzone .dz-preview .dz-column {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
}
.embed_form .frm_forms .frm_dropzone .dz-preview .dz-column .dz-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  height: 30px;
  z-index: 2;
  color: #fff;
  font-size: 18px;
  font-family: "Roboto", Arial, sans-serif !important;
  margin: 0;
  padding: 0 20px;
}
.embed_form .frm_forms .frm_dropzone .dz-preview .dz-column .dz-details .dz-filename {
  width: 65%;
  min-width: 65%;
  font-size: 14px;
}
@media (min-width: 768px) {
  .embed_form .frm_forms .frm_dropzone .dz-preview .dz-column .dz-details .dz-filename {
    width: 80%;
    min-width: 80%;
    font-size: 18px;
  }
}
.embed_form .frm_forms .frm_dropzone .dz-preview .dz-column .dz-details .dz-size {
  width: 20%;
  min-width: 20%;
  font-size: 12px;
}
@media (min-width: 768px) {
  .embed_form .frm_forms .frm_dropzone .dz-preview .dz-column .dz-details .dz-size {
    width: 10%;
    min-width: 10%;
    font-size: 14px;
  }
}
.embed_form .frm_forms .frm_dropzone .dz-preview .dz-column .dz-details .dz-remove svg {
  display: none;
}
.embed_form .frm_forms .frm_dropzone .dz-preview .dz-column .dz-details .dz-remove:before {
  content: url("./img_system/form-trash.svg");
  position: absolute;
  height: 30px;
  width: 30px;
  background: #94cce6;
  padding: 7px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  top: 0;
  right: 0;
  z-index: 3;
}
.embed_form .frm_forms .frm_dropzone .dz-preview .dz-column .dz-progress {
  position: absolute;
  background: #fff;
  height: 30px;
  width: 90%;
  z-index: 1;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media (min-width: 540px) {
  .embed_form .frm_forms .frm_dropzone .dz-preview .dz-column .dz-progress {
    width: 92%;
  }
}
@media (min-width: 768px) {
  .embed_form .frm_forms .frm_dropzone .dz-preview .dz-column .dz-progress {
    width: 95%;
  }
}
.embed_form .frm_forms .frm_dropzone .dz-preview .dz-column .dz-progress .dz-upload {
  background: #94cce6;
  transition-duration: 1s;
}
.embed_form .col_left,
.embed_form .col_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  min-width: 100%;
}
@media (min-width: 980px) {
  .embed_form .col_left,
.embed_form .col_right {
    width: 49%;
    min-width: 49%;
  }
}
.embed_form .ui-datepicker * {
  font-family: "Roboto", Arial, sans-serif !important;
}
.embed_form .ui-datepicker-header {
  background: #fd5 !important;
}
.embed_form .frm-datepicker thead {
  background: #fc0 !important;
}
.embed_form .frm-datepicker thead tr {
  color: #fff !important;
}
.embed_form .frm_fields_container select {
  outline: none;
}
.embed_form .frm_radio label {
  position: relative;
  padding-left: 25px;
  font-weight: normal;
  color: #000;
  font-family: "Roboto", Arial, sans-serif !important;
  display: inline-block;
}
.embed_form .frm_radio label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.embed_form .frm_radio label .checkstyle_svg {
  position: absolute;
  top: 5px;
  left: 0;
  height: 16px;
  width: 16px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border: 1px solid #fc0;
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  /* Firefox */
  -moz-transition: all 300ms ease;
  /* WebKit */
  -o-transition: all 300ms ease;
  /* Opera */
  transition: all 300ms ease;
  /* Standard */
}
.embed_form .frm_radio label input:checked ~ .checkstyle_svg {
  top: 5px;
  left: 0;
  height: 16px;
  width: 16px;
  -webkit-transition: all 300ms ease;
  /* Firefox */
  -moz-transition: all 300ms ease;
  /* WebKit */
  -o-transition: all 300ms ease;
  /* Opera */
  transition: all 300ms ease;
  /* Standard */
}
.embed_form .frm_radio label .checkstyle_svg:after {
  content: "";
  position: absolute;
  display: none;
}
.embed_form .frm_radio label input:checked ~ .checkstyle_svg:after {
  display: block;
}
.embed_form .frm_radio label .checkstyle_svg:after {
  top: 2px;
  left: 2px;
  width: 10px;
  height: 10px;
  background: #fc0;
  border-radius: 50%;
}
.embed_form .frm_checkbox {
  padding-left: 0;
}
.embed_form .frm_checkbox label {
  position: relative;
  padding-left: 35px !important;
  text-indent: 0 !important;
  font-weight: normal;
  color: #000;
  font-family: "Roboto", Arial, sans-serif !important;
  display: inline-block;
}
.embed_form .frm_checkbox label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.embed_form .frm_checkbox label .checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 20px;
  width: 20px;
  border: 2px solid #6DABC9;
  border-radius: 4px;
  background: #fff;
}
.embed_form .frm_checkbox label input:checked ~ .checkmark {
  bottom: 2px;
  left: 0;
  height: 20px;
  width: 20px;
}
.embed_form .frm_checkbox label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.embed_form .frm_checkbox label input:checked ~ .checkmark:after {
  display: block;
}
.embed_form .frm_checkbox label .checkmark:after {
  left: 4px;
  bottom: 2px;
  width: 7px;
  height: 20px;
  border: 2px solid #6DABC9;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.embed_form .frm_style_formidable-style.with_frm_style .frm_rootline input {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #efefef;
  border: 2px solid #000;
  font-size: 27px;
  color: #000;
}
.embed_form .frm_style_formidable-style.with_frm_style .frm_rootline input:hover {
  width: 50px;
  height: 50px;
}
.embed_form .frm_page_bar .frm_rootline_single input {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.embed_form .frm_style_formidable-style.with_frm_style .form-field {
  margin-bottom: 5px;
}

body {
  background-image: none;
  background-color: #fff;
}
