.flex-b{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex-s{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  .next-checkbox-wrapper {
    margin: 0 0 0 5px;
  }
}

.rule_item{
  margin-bottom: 5px;
  &_edit{
    cursor: pointer;
    width: 22px;
  }
  &_ctrl{
    width: 100%;
    margin-bottom: 5px;
  }
  &_switch{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    margin-bottom: 5px;
  }
}