.card-todo[data-v-7b69e2e3] {
  margin-bottom: 10px;
  border-radius: 5px;
}
.card-todo[data-v-7b69e2e3]:first-child {
  margin-top: 10px;
}
.card-todo .todo-box[data-v-7b69e2e3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 15px;
}
.card-todo .todo-icon[data-v-7b69e2e3] {
  margin-right: 15px;
}
.card-todo .todo-icon img[data-v-7b69e2e3] {
  width: 39px;
  height: 39px;
}
.card-todo .todo-info[data-v-7b69e2e3] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.card-todo .todo-info .todo-row[data-v-7b69e2e3] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.card-todo .todo-info .todo-row .todo-item[data-v-7b69e2e3] {
  font-size: 13px;
  color: rgba(51, 51, 51, 0.6);
  line-height: 24px;
}
.card-todo .todo-info .todo-row .todo-item a[data-v-7b69e2e3] {
  color: rgba(25, 137, 250, 0.7);
}
.no-result-title[data-v-7b69e2e3] {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.7);
  margin-top: 30px;
  text-align: center;
}
.todo-count[data-v-7b69e2e3] {
  font-size: 14px;
  margin-bottom: 10px;
}

