.builder-input {
  margin-bottom: 0.1vh;
  width: 250px;
  height: 30px;
}
.builder-element-actions {
  display: inline-flex;
  float: right;
  justify-content: space-between;
  margin-right: 12px;
}
.builder-element-actions.builder-grid-elem {
  margin-right: 32px;
}
.builder-element-actions * {
  margin: 0px 5px;
}
.builder-element-actions :first-child {
  margin-left: 0px !important;
}
.builder-action {
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  font-size: 14px;
}
.builder-action.delete {
  color: #FF0408;
}
.builder-action.edit {
  color: #FFA401;
}
.builder-action.move {
  color: rgba(0, 0, 0, 0.6);
}
.builder-action.duplicate {
  color: #27AE5F;
}
.builder-action.mask {
  color: #5A97CE;
}
.builder-buttons {
  text-align: center;
  margin-top: 30px;
  display: flex;
  gap: 16px;
  justify-content: center;
}
.builder-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  margin-top: 10px;
  margin-bottom: 10px;
}

.builder-title__red {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: red;
  margin-top: 10px;
  margin-bottom: 10px;
}

.angular-ui-tree-nodes:focus {
  outline: 0;
}
.angular-ui-tree-node {
  margin: 5px 0 5px 0 !important;
}
.angular-ui-tree-drag {
  z-index: 10050 !important;
}
.neo-demat .angular-ui-tree-nodes {
  padding-left: 0px !important;
}
.row.dd3-content.group {
  height: auto;
}
.dd-handle.dd3-handle.group:before{
  color: #878787;
}
.dd-handle.dd3-handle:before {
  padding-bottom: 9px;
  position: relative;
  top: unset;
}
.dd-handle.dd3-handle.group {
  background-color: white;
}
.dd-handle.dd3-handle {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.neo-demat .dd3-content {
  padding: 9px 10px 9px 50px !important;
  line-height: normal !important;
}
/* .row.dd3-content {
  margin: 8px 20px;
} */
.iconpicker-popover {
  z-index: 99999 !important;
}

.form-title {
  background-color: white;
  margin: 20px 0px;
  padding: 6px 20px;
}

.form-title span {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 22px;
  line-height: 30px;
  color: #666666;
}

@media screen and (max-width: 991px) {
  .builder-buttons {
    flex-direction: column;
  }
}
