.cf-form-builder {
  background-color: #f3f3f3;
  border: 2px dashed #979797;
  justify-content: space-between;
  font-family: Roboto\, sans-serif;
  display: flex;
}

.cf-form-builder-preview {
  background-color: #fff;
  border: 0;
  font-family: Roboto\, sans-serif;
}

.cf-component-templates {
  flex-direction: column;
  width: 400px;
  height: 50%;
  padding: 5px;
  display: flex;
  position: sticky;
  top: 0;
}

.cf-component-templates-group {
  border: 1px dashed gray;
}

.cf-component-templates-header {
  text-align: center;
  border-bottom: 1px solid gray;
  justify-content: space-between;
  padding: 5px;
  font-weight: bold;
  display: flex;
}

.cf-component-template {
  text-align: center;
  margin: 5px;
}

.cf-component-templates-elements {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
  position: sticky;
  top: 0;
}

.cf-component-templates-elements > * {
  flex: 0 45%;
}

.cf-component-template-group-next {
  margin-right: 30px;
}

.cf-component-template-group-previous {
  margin-left: 30px;
}

.cf-component-template-group-next, .cf-component-template-group-previous {
  color: #fff;
  background-color: #2d323e;
  border: none;
}

.cf-open-preview, .cf-close-preview {
  margin: 5px;
}

.cf-editor {
  flex-direction: column;
  flex: 1;
  display: flex;
}

.cf-form {
  flex-direction: column;
  flex: 1;
  padding-bottom: 20px;
  display: flex;
}

.cf-config {
  padding: 5px;
}

.cf-config-form {
  flex-direction: column;
  display: flex;
}

.cf-config-controls {
  display: flex;
}

.cf-config-controls > * {
  margin-right: 5px;
}

.cf-component-title, .cf-component-option-value, .cf-component-condition-othercomponent-selector, .cf-component-condition-othercomponent-value {
  width: 100%;
}

.cf-section-border {
  border: 1px solid !important;
  padding: 0 !important;
}

.cf-print-row-border-pdf {
  border-bottom: 1px solid #939ea4;
  padding-bottom: 2px;
}

.cf-section {
  padding: 0 !important;
}

.cf-section, .cf-form-header {
  background-color: #fff;
  border: 1px solid #979797;
  margin: 3px;
  padding: 1px;
  display: flex;
}

.cf-section.mobile, .cf-form-header.mobile {
  flex-direction: column;
}

.cf-section-preview {
  border: 0;
}

.cf-component {
  flex-direction: column;
  flex: 1;
  margin: 5px;
  display: flex;
  padding: 10px !important;
}

.cf-component:hover, .cf-component:focus {
  cursor: default;
}

.cf-component-controls {
  display: none;
}

.cf-component:hover .cf-component-controls, .cf-component:focus .cf-component-controls {
  border-top: 2px solid;
  margin-top: 5px;
  padding-top: 10px;
  display: block;
}

.cf-section-border > .cf-component {
  border-top: 0;
  border-bottom: 0;
}

.cf-section-border .cf-component:first-child {
  border-left: 0;
}

.cf-section-border .cf-component:nth-last-child(2) {
  border-right: 0;
}

.cf-component.print-with-border-on-pdf + .cf-component.print-with-border-on-pdf {
  border-left: 0;
}

.cf-section:hover {
  cursor: move;
}

.cf-component h1 {
  margin: 0;
}

.cf-component label {
  font-weight: bold;
}

.cf-component textarea {
  resize: none;
}

.cf-component > span > input[type="radio"] + span, .cf-component > span > input[type="checkbox"] + span {
  margin-right: 5px;
}

.cf-required:after {
  content: " *";
  color: red;
}

.cf-hidden {
  display: none;
}

.cf-component-element {
  width: 100%;
}

.cf-config-section {
  background-color: #fff;
  padding: 10px;
  box-shadow: 0 2px 4px #0000001a;
}

.cf-button {
  text-transform: capitalize;
  line-height: 24px;
}

.cf-input {
  border: 1px solid gray;
}

.cf-input.mobile {
  border: 0;
}

.cf-image {
  background-size: auto 100%;
  height: 350px !important;
}

.cf-signature-pad {
  background: url("draw_pad.42744af3.svg") no-repeat;
}

.cf-vehicle-canvas {
  background: url("vehicle_canvas.15c10b68.svg") no-repeat;
}

.cf-person-canvas {
  background: url("person_canvas.a7b46c36.svg") 0 0 / contain no-repeat;
}

.cf-border-dropdown {
  background-color: #f1f1f1;
  display: flex;
}

.border-dropdown-icon {
  color: #fff;
  padding-right: 5px;
  font-size: 20px;
}

.border-dropdown-text {
  color: #fff;
  padding-right: 5px;
  font-size: 14px;
}

.border-dropdown-arrow-down {
  color: #fff;
  margin-right: 2px;
  font-size: 20px;
}

.cf-canvas-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.cf-canvas-clear {
  color: #989aa2;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  font-size: 14px;
  display: flex;
}

.cf-canvas {
  margin: 8px auto;
  display: block;
}

.cf-icon {
  vertical-align: middle;
  float: left;
  line-height: 24px;
  display: inline-flex;
}

.cf-upload-file {
  flex-direction: column;
  display: flex;
}

.cf-upload-file-name {
  border: none;
  width: 150px;
  margin-left: 10px;
}

.cf-upload-file-controls {
  display: flex;
}

.cf-upload-file-input {
  display: none;
}

.cf-upload-file-content {
  margin-top: 5px;
}

.cf-upload-file-button {
  flex: .5;
}

.cf-component-header, .cf-component-label, .cf-component-canvas {
  --min-height: auto;
  --padding-start: 0;
  --padding-end: 0;
  --inner-padding-start: 0;
  --inner-padding-end: 0;
  min-height: auto;
}

.cf-component-checkbox, .cf-component-radio-group {
  border-bottom: 1px solid #0000001a;
}

.cf-rounded-border {
  border: 1px solid #0000001a;
  border-radius: 10px;
}

.cf-icon-header {
  line-height: 15px;
}

.cf-upload-file-without-content, .cf-section-controls {
  display: none;
}

.cf-section:hover .cf-section-controls {
  border-top: 2px solid;
  margin-top: 5px;
  padding-top: 10px;
  display: block;
}

.dropbtn {
  color: gray;
  margin-top: -40px;
  padding: 5px;
  font-size: 30px;
  font-weight: 600;
}

.dropdown {
  position: relative;
  border: none !important;
}

.dropdown-content {
  z-index: 1;
  background-color: #f1f1f1;
  border: 1px solid #0000001a;
  border-radius: 10px;
  min-width: 192px;
  margin-top: -15px;
  margin-left: 20px;
  position: absolute;
  box-shadow: 0 8px 16px #0003;
}

.dropdown-content a {
  color: #000;
  padding: 2px 6px;
  font-size: 13px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #ddd;
  border: 1px solid #0000001a;
  border-radius: 10px;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown-border-items {
  z-index: 1;
  background-color: #fff;
  border: 1px solid #0000001a;
  border-radius: 10px;
  width: 220px;
  min-width: 192px;
  position: absolute;
  top: -8px;
  left: 39px;
  box-shadow: 0 8px 16px #0003;
}

.dropdown-border-items a {
  color: #000;
  padding: 2px 6px;
  text-decoration: none;
  display: block;
}

#border-dropdown-button {
  background-color: #2d323e;
  border: none;
  padding: 6px 14px;
}

.border-dropdown-button-main {
  padding-bottom: 20px;
}

.border-dropdown-button-border {
  border-bottom: 1px solid #c5c5c5;
}

.cf-component-hidefieldonpdf-row {
  vertical-align: top;
}

.cf-component-hidefieldonpdf-label-cell {
  width: 20%;
}

.cf-component-hidefieldonpdf-label-tag {
  float: right;
  color: gray;
  font-size: .9em;
}

.cf-component-hidefieldonpdf-control-cell {
  align-items: start;
  display: flex;
}

.cf-component-hidefieldonpdf-control {
  margin-right: .5rem;
}

.cf-hidefieldonpdf-note {
  color: gray;
  font-size: .9em;
}

.cf-component-hideunselectedoptionsonpdf-row {
  vertical-align: top;
}

.cf-component-hideunselectedoptionsonpdf-label-cell {
  width: 20%;
}

.cf-component-hideunselectedoptionsonpdf-label-tag {
  float: right;
  color: gray;
  font-size: .9em;
}

.cf-component-hideunselectedoptionsonpdf-control-cell {
  align-items: start;
  display: flex;
}

.cf-component-hideunselectedoptionsonpdf-control {
  margin-right: .5rem;
}

.cf-hideunselectedoptionsonpdf-note {
  color: gray;
  font-size: .9em;
}

.print-with-border-on-pdf {
  border: 1px solid;
  margin: 0;
  padding: 1rem;
}

.dropdown-border-item a {
  color: #455a64;
  font-size: 12px;
}

.all-elements-printed-with-border > .print-all-elements-check {
  display: block !important;
}

.print-all-elements-check {
  margin-right: 3px;
  display: none;
}

.all-sections-printed-with-border > .print-all-sections-check {
  display: block !important;
}

.print-all-sections-check {
  margin-right: 3px;
  display: none;
}

.dropdown-border-item a {
  display: flex;
}

.dropdown-border-items.inactive, .cf-form-builder-preview .showOnPdfOnly, .cf-form-builder-preview .isSubmissionGps {
  display: none;
}

.background-blue {
  background-color: #0671ec !important;
}

.cf-component label {
  font-size: 16px;
}

.cf-component-element {
  text-wrap: wrap;
  font-size: 15px;
}

a.cf-component-element {
  word-wrap: break-word;
  max-width: 80%;
}
/*# sourceMappingURL=formbuilder.min.css.map */
