.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 {
    min-height: 40px;
    height: auto;
    align-items: center;
  }
  .dd3-handle {
    width: 40px;
    background: var(--bs-app-bg-color);
  }
  .dd-handle {
    position: absolute;
    margin: 0;
    width: 40px;
    text-align: center;
    top: 0;
    left: 0;
    padding: 0;
    border-right: 1px solid #c5c5c5;
    font-size: 1.5rem;
    background: #fff;
    color: #c5c5c5;
    vertical-align: middle;
    height: 100%;
    display: inline-block;
    line-height: 1.5;
    cursor: move;
  }
  .dd3-handle.nodrag:before {
    content: '≡';
    color: #999;
    top: 10px;
  }
  .dd3-handle:before {
    content: '≡';
    color: #999;
  }
  .dd3-content .kt-checkbox-list {
    padding-left: 9px;
    margin-top: 1px;
  }
  .dd3-content {
    margin: 10px 0;
    background: var(--bs-app-bg-color);
  }
  .sortingColums {
    height: 15px;
    width: 15px;
    border-radius: 3px;
    position: relative;
    top: 0;
    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%
  }
  .user-table-warning{
    top: 80px;
  }
  label.form-check-label.mb-0.pb-0 {
    width: 20%;
  }
  .nodrag{
    display: block;
    width: 40px;
    height: 100%;
    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;
  }

.ui_label {
    display: inline-block;
    width: auto;
    font-size: 13px !important;
    padding: 0 15px;
    vertical-align: middle;
    min-width: 200px !important;
    width: 100%;
}
.ui_reason {
    display: inline-block;
    padding: 0 15px;
    font-size: 13px;
    white-space: nowrap;
    overflow-x: hidden;
    vertical-align: middle;
    width: auto;
    min-width: 80px !important;
    height: 100%;
    width: 25%;
    overflow: hidden;
}
.ui_detail {
    display: inline-block;
    min-width: 100px !important;
    padding: 0 15px;
    max-width: 300px;
    font-size: 13px;
    white-space: nowrap;
    text-align: center;
    text-overflow: ellipsis;
    overflow-x: hidden;
    vertical-align: middle;
    width: 100%;
}
.ui_action {
    text-align: right;
    float: right;
    display: inline-block;
    min-width: 90px !important;
    padding: 0 0 0 15px;
    font-size: 13px;
    max-width: 90px;
    white-space: nowrap;
    vertical-align: middle;
    margin: 0;
}
.text-delete_edit {
    font-size: 16px;
    line-height: 1.8;
    padding-right: 5px;
    margin-left: 5px;
    border-right: 1px solid #ddd;
}
.text-delete_edit:last-child {
    border: 0;
}
@media (max-width: 768px) {
    .ui_detail {
        min-width: 60px !important;
    }
    .ui_label {
        min-width: 130px !important;
    }
    .ui_action {
        min-width: 60px !important;
        padding: 0 0 0 5px;
    }
    li.dd-item.dd3-item {
        padding: 5px 7px;
        zoom: .6;
    }
    .dd3-handle {
      left: 7px;
      top: 15px;
    }
    .dd-handle {
      position: absolute;
      margin: 0;
      width: 34px;
      text-align: center;
      top: 1px;
      left: 1px;
      padding: 0;
      border-right: 1px solid #c5c5c5;
      font-size: 1.5rem;
      background: #fff;
      color: #c5c5c5;
      vertical-align: middle;
      height: 59%;
      display: inline-block;
      line-height: 1.8;
      cursor: move;
    }
}
@media (max-width: 991px){
  .col-lg-12 {
    padding-left: 1px;
    padding-right: 1px;
  }
}