#form-editor-custom-form-container .ant-tabs-content {
  overflow: unset;
}

#form-editor-custom-form-container .box {
  border: none;
}

#form-editor-custom-form-container input[type=checkbox]:checked {
  position: absolute;
}

#form-editor-custom-form-container #form-editor-layout {
  min-width: unset;
  min-height: unset;
  width: 100%;
}
#form-edit-with-tab-container .ant-tabs-content {
  overflow: unset;
}

#form-editor-custom-form-container .form-left-panel,
#form-editor-custom-form-container .form-middle-panel,
#form-editor-custom-form-container .form-right-panel {
  min-width: unset;
}
.calculator-rule {
  padding: 10px
}
.calculator-rule table td,
.calculator-rule-container table td{
    border: none;
}

div#form-edit-with-tab-container div.ant-tabs {
  height: 100%;
  overflow-y: auto;
}