.dd-handle, .dd3-content {
  -webkit-border-radius: 0px;
  border-radius: 3px;
}
.dd3-content .kt-checkbox, .dd3-content .mt-radio {
  margin-bottom: 0;
}
.dd3-content .kt-checkbox-list, .dd3-content .mt-radio-list {
  padding: 0;
}
.dd3-content {
  height: 40px;
}
.dd3-handle {
  width: 40px;
  background: var(--bs-app-bg-color);
}
.dd-handle {
  height: 40px;
}
.dd3-handle:before {
  content: '≡';
  top: 10px;
  color: #999;
}
.dd3-content .kt-checkbox-list {
  padding-left: 9px;
  margin-top: 1px;
}
.dd3-content {
  margin: 10px 0;
  padding-top: 3px !important;
  background: var(--bs-app-bg-color);
}
.sortingColums {
  height: 18px;
  width: 18px;
  border-radius: 3px;
  position: relative;
  top: 3px;
  left: 0;
}
form#frm_export_segemnt h3 {
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  .page-content-wrapper .page-content {
    min-height: 780px;
    overflow-x: hidden;
  }
}
.kt-checkbox-list {
  padding: 0;
  padding-left: 10px;
}
.kt-checkbox-list .kt-checkbox:last-child {
  margin-bottom: 0;
  margin-top: 1px;
}
#nestable_list_campaign{
  width: 100%
}
label.form-check-label {
  width: 20%;
}
.form-check-label {
    min-width: 10% !important;
  }
.nodrag{
  display: block;
  height: 40px;
  margin: 0;
  cursor: no-drop;
  padding: 5px 10px;
  color: #333;
  text-decoration: none;
  font-weight: 400;
  background: #fafafa;
  border-radius: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.form-check {
  min-height: 2.6rem;
}
.dd3-handle:before{
  font-size: 20px !important;
}
.icon-size2 {
  font-size: 18px;
  line-height: 1.8;
}
.form-check:not(.form-switch) .form-check-input[type=checkbox] {
  background-size: 64% !important;
}
.ui_label {
  display: inline-block;
  min-width: 15%;
  max-width: 15%;
  padding: 0 15px;
  text-overflow: ellipsis;
  overflow-x: hidden;
  white-space: nowrap;
  vertical-align: middle;
  margin-left: 30px;
}
.pe-none {
  pointer-events: none;
  opacity: .4;
}