.main-header[data-v-4e37abc3] {
  text-align: center;
}
.main-header h1[data-v-4e37abc3] {
  font-size: 100px;
  color: #ff8c00;
  opacity: 0.8;
  font-weight: 100;
  margin: 20px;
}

#footer {
  margin-top: 40px;
  text-align: center;
  color: #bfbfbf;
  font-size: 10px;
  text-shadow: 0 1px 0 #999;
}

.todo-item[data-v-5be3c13f] {
  position: relative;
  background-color: #fff;
  font-size: 24px;
  border-bottom: 1px solid rgba(0,0,0,0.06);
}
.todo-item:hover button[data-v-5be3c13f]:after {
  content: '×';
}
.todo-item label[data-v-5be3c13f] {
  white-space: pre-line;
  word-break: break-all;
  padding: 15px 60px 15px 15px;
  margin-left: 45px;
  display: block;
  line-height: 1.2;
  transition: color 0.4s;
}
.todo-item.completed label[data-v-5be3c13f] {
  color: #d9d9d9;
  text-decoration: line-through;
}
.todo-item input[data-v-5be3c13f] {
  text-align: center;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}
.todo-item input[data-v-5be3c13f]:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCIgdmlld0JveD0iLTEwIC0xOCAxMDAgMTM1Ij48Y2lyY2xlIGN4PSI1MCIgY3k9IjUwIiByPSI1MCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZWRlZGVkIiBzdHJva2Utd2lkdGg9IjMiLz48L3N2Zz4=);
}
.todo-item input[data-v-5be3c13f]:checked:after {
  content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0MCIgaGVpZ2h0PSI0MCIgdmlld0JveD0iLTEwIC0xOCAxMDAgMTM1Ij48Y2lyY2xlIGN4PSI1MCIgY3k9IjUwIiByPSI1MCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjYmRkYWQ1IiBzdHJva2Utd2lkdGg9IjMiLz48cGF0aCBmaWxsPSIjNWRjMmFmIiBkPSJNNzIgMjVMNDIgNzEgMjcgNTZsLTQgNCAyMCAyMCAzNC01MnoiLz48L3N2Zz4=);
}
.todo-item button[data-v-5be3c13f] {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 40px;
  height: 40px;
  margin: auto 0;
  font-size: 30px;
  color: #cc9a9a;
  margin-bottom: 11px;
  transition: color 0.2s ease-out;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 0;
  cursor: pointer;
  outline: none;
}

.helper[data-v-1d5873fa] {
  font-weight: 100;
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
  line-height: 30px;
  background-color: #fff;
  font-size: 14px;
  font-smoothing: antialiased;
}
.left[data-v-1d5873fa],
.clear[data-v-1d5873fa],
.tabs[data-v-1d5873fa] {
  padding: 0 10px;
  box-sizing: border-box;
  font-weight: bold;
}
.left[data-v-1d5873fa],
.clear[data-v-1d5873fa] {
  width: 150px;
}
.left[data-v-1d5873fa] {
  text-align: left;
}
.clear[data-v-1d5873fa] {
  text-align: right;
  cursor: pointer;
}
.tabs[data-v-1d5873fa] {
  width: 200px;
  display: flex;
  justify-content: space-around;
}
.tabs *[data-v-1d5873fa] {
  display: inline-block;
  padding: 0 10px;
  cursor: pointer;
  border: 1px solid rgba(175,47,47,0);
}
.tabs *.selected[data-v-1d5873fa] {
  border-color: rgba(175,47,47,0.5);
  border-radius: 10px;
}

.real-app[data-v-227086a5] {
  width: 600px;
  margin: auto;
  box-shadow: 0 0 5px #666;
}
.add-input[data-v-227086a5] {
  position: relative;
  margin: 0;
  width: 100%;
  font-size: 24px;
  font-family: inherit;
  font-weight: inherit;
  line-height: 1.4em;
  border: 0;
  outline: none;
  color: inherit;
  padding: 6px;
  border: 1px solid #999;
  box-shadow: inset 0 -1px 5px 0 rgba(0,0,0,0.2);
  box-sizing: border-box;
  font-smoothing: antialiased;
  padding: 16px 16px 16px 60px;
  border: none;
  box-shadow: inset 0 -2px 1px rgba(0,0,0,0.03);
}

#app[data-v-40ced958] {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#app #cover[data-v-40ced958] {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #999;
  opacity: 0.1;
  z-index: -1;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
body {
  background: url(bg01-trans.png) no-repeat;
  background-size: cover;
  font-size: 14px;
  color: #4d4d4d;
  font-weight: 300;
}

