.radio_item{
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  .radio_del{
    cursor: pointer;
    margin-bottom: 8px;
  }
  .next-radio-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
  }
  .next-radio-group .next-radio-wrapper:last-child{
    margin-right: 12px !important;
  }
}
.options_config{
  .item{
    border: 1px solid #DCDEE3;
    border-radius: 4px;
    padding: 4px 8px;
    margin-bottom: 5px;
    width: 100%;
    &-line{
      display: flex;
      justify-content: space-between;
      align-items: center;
      .rule_item_icon{
        cursor: pointer;
      }
    }
  }
}

.item-mr{
  margin-bottom: 5px;
}

.flex-g10{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}