#happy-form-builder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f2f2f2;
  z-index: 999;
}
#happy-form-builder * {
  box-sizing: border-box;
}
#happy-form-builder input[type=checkbox], #happy-form-builder input[type=radio] {
  margin: 0;
}
#happy-form-builder input.readonly, #happy-form-builder input[readonly], #happy-form-builder textarea.readonly, #happy-form-builder textarea[readonly] {
  background-color: unset;
}
#happy-form-builder img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#happy-form-builder textarea#happy-text-editor-area {
  width: 100%;
}
#happy-form-builder .wp-switch-editor {
  height: unset;
}
#happy-form-builder h1, #happy-form-builder h2, #happy-form-builder h3, #happy-form-builder h4, #happy-form-builder h5, #happy-form-builder h6 {
  padding: unset;
  margin: 0;
}
#happy-form-builder .happy-editor-element {
  border: 1px solid #ccc;
  border-radius: 3px;
  overflow: hidden;
}
#happy-form-builder .happy-editor-toolbar {
  padding: 5px;
  background-color: #f2f2f2;
}
#happy-form-builder .happy-placeholder {
  position: absolute;
  background-color: #f2f2f2;
  border-radius: 3px;
  border: dashed 1px #555555;
}

html.happy-full-screen {
  padding-top: 0 !important;
}
html.happy-full-screen #wpadminbar, html.happy-full-screen #adminmenuwrap, html.happy-full-screen .happy-icon-maximize {
  display: none;
}
html.happy-full-screen #wpcontent, html.happy-full-screen #wpfooter {
  margin-left: 0;
}
html.happy-full-screen #happy-form-sidebar {
  top: 0;
}

html:not(.happy-full-screen) .happy-icon-maximize-off {
  display: none;
}

#happy-form-builder-preview input[type=text],
#happy-form-builder-preview input[type=number],
#happy-form-builder-preview input[type=email],
#happy-form-builder-preview input[type=tel],
#happy-form-builder-preview input[type=url],
#happy-form-builder-preview input[type=search],
#happy-form-builder-preview input[type=date],
#happy-form-builder-preview input[type=time],
#happy-form-builder-preview select,
#happy-form-builder-preview textarea {
  background-color: white;
  border: 1px solid #ced4da;
  box-shadow: unset;
  border-radius: 4px;
  padding: 0.6180469716em;
  line-height: 1.5;
  min-height: 40px;
}
#happy-form-builder-preview input[type=text]:focus,
#happy-form-builder-preview input[type=number]:focus,
#happy-form-builder-preview input[type=email]:focus,
#happy-form-builder-preview input[type=tel]:focus,
#happy-form-builder-preview input[type=url]:focus,
#happy-form-builder-preview input[type=search]:focus,
#happy-form-builder-preview input[type=date]:focus,
#happy-form-builder-preview input[type=time]:focus,
#happy-form-builder-preview select:focus,
#happy-form-builder-preview textarea:focus {
  background-color: white;
  outline-width: 1px;
}
#happy-form-builder-preview input[type=date] {
  height: 40px;
}
#happy-form-builder-preview input[type=file] {
  cursor: pointer;
  border: dashed 1.75px black;
  background-color: #FFF3E4;
  min-height: 115px;
  position: relative;
  width: 100%;
}
#happy-form-builder-preview input[type=file]::before {
  content: "Choose file";
  display: flex;
  color: #000000;
  background-color: #fff;
  border-color: #000000;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  font-size: 16px;
  text-align: center;
}
#happy-form-builder-preview .mce-toolbar-grp .mce-container-body {
  background-color: #FFF3E4;
}

/*# sourceMappingURL=form-builder.css.map */
