.todo_inbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.todo_List {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.todo_category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100vw;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.todo_addElements {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.todo_addCategory, .todo_addTodo {
  height: 50px;
  margin: 5px;
  border-radius: 15px;
  background-color: var(--task_color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.todo_addSubmit {
  background-color: transparent;
}

.todo_color {
  background-color: transparent;
  height: 40px;
  width: 40px;
}

.todo_taskRemove {
  background-color: transparent;
}

.todo_input,
.todo .category_input {
  color: var(--font-color);
  border-radius: 0;
  border: 0;
  height: 30px;
  text-align: center;
  background-color: transparent;
}

.todo_input {
  border-radius: 15px;
}

.todo_delete {
  color: var(--font-color);
  background: -webkit-gradient(linear, left top, left bottom, from(#2b3066), to(#1d0758));
  background: linear-gradient(#2b3066, #1d0758);
  padding: 10px;
  border-radius: 10px;
  text-decoration: none;
}

.todo_closePopup {
  z-index: 30;
}

.todo_item {
  padding: 10px;
  margin: 10px;
  min-width: 300px;
  overflow: none;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  max-width: 300px;
  margin-bottom: 5px;
  border-radius: 8px;
  -webkit-filter: var(--shadow);
          filter: var(--shadow);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 1rem;
  max-height: 50px;
  color: var(--fonts);
  text-align: center;
  background-color: var(--task_color);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.todo_item:nth-child(8n+1) {
  background-color: #6b0f1a;
  background-image: linear-gradient(315deg, #6b0f1a 0%, #b91372 74%);
}

.todo_item:nth-child(8n+2) {
  background-color: #4c4177;
  background-image: linear-gradient(315deg, #4c4177 0%, #2a5470 74%);
  border-bottom: 7px red;
}

.todo_item:nth-child(8n+3) {
  background-color: #2876f9;
  background-image: linear-gradient(315deg, #2876f9 0%, #6d17cb 74%);
}

.todo_item:nth-child(8n+4) {
  background-color: #4c4177;
  background-image: linear-gradient(315deg, #4c4177 0%, #2a5470 74%);
}

.todo_item:nth-child(8n+5) {
  background-color: #ffc857;
  background-image: linear-gradient(316deg, #ffc857 0%, #3e2f5b 74%);
}

.todo_item:nth-child(8n+6) {
  background-color: #c73e1d;
  background-image: linear-gradient(315deg, #c73e1d 0%, #a23b72 37%, #2e86ab 100%);
}

.todo_item:nth-child(8n+7) {
  background-color: #972239;
  background-image: linear-gradient(315deg, #972239 0%, #db6885 74%);
}

.todo_item:nth-child(8n+8) {
  background-color: #0cbaba;
  background-image: linear-gradient(315deg, #0cbaba 0%, #380036 74%);
}

.todo button {
  -webkit-box-flex: 0;
      -ms-flex: 0;
          flex: 0;
}

.todo_addBtn {
  max-height: 60px;
  padding: 15px;
  border-radius: 50px;
  z-index: 301;
  position: -webkit-sticky;
  position: sticky;
  background: var(--task_color);
  width: 60px;
  height: 60px;
  top: 100vh;
  left: 75vw;
}

.todo_splitBtn {
  outline-offset: -5px;
}

.todo_splitBtn svg {
  inline-size: 2ch;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
  height: 100%;
}

.gui-popup {
  --shadow: 220 70% 15%;
  --shadow-strength: 1%;
  border-radius: 10px;
  position: absolute;
  inset-block-end: 80%;
  inset-inline-start: -1.5ch;
  list-style-type: none;
  background: var(--popupbg);
  padding-inline: 0;
  padding-block: 0.5ch;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 0.9em;
  -webkit-transition: opacity var(--out-speed) ease;
  transition: opacity var(--out-speed) ease;
  z-index: 700;
  background-color: #6c8683;
}

.draggable {
  position: fixed;
  width: 1%;
  max-height: 20px;
  margin: 1rem 0 0 1rem;
  background-color: #29e;
  color: white;
  border-radius: 0.75em;
  padding: 4%;
  -ms-touch-action: none;
      touch-action: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 300;
}

.visable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.completed {
  opacity: 40%;
  text-decoration: line-through;
}
/*# sourceMappingURL=todo.css.map */