.dark main {
  background-color: #121212;
}
.dark footer {
  background-color: #121212;
}
.dark footer .legal p {
  color: white;
}
.dark footer .legal a {
  color: white;
  border-right: 1px solid white;
}
.dark ul li {
  background-color: #201f1e;
  color: white;
  border: 1px solid #201f1e;
}
.dark ul li.checked {
  color: white;
}
.dark ul li.checked::before {
  border-color: white;
}
.dark .header {
  background-color: #121212;
  color: white;
}
.dark input {
  background-color: #201f1e;
  color: #757575;
}
.dark #due-date {
  background-color: #201f1e;
  color: #757575;
}
.dark .modal .modal-content {
  background-color: #201f1e;
  color: white;
}
.dark .modal .modal-content input {
  background: #121212;
  border: none;
  border-right: 0px;
  color: white;
}
.dark .modal.edit .modal-content {
  background-color: #201f1e;
}
.dark .modal.edit #edit-category {
  font-weight: 300;
  color: white;
  padding: 0px;
  border: none;
  padding: 0 10px;
  color: #757575;
  background: #121212 !important;
}
.dark .modal.edit input {
  color-scheme: dark;
  border: none;
  color: #757575;
  background: #121212;
}
.dark select {
  background-color: #201f1e !important;
  color: white;
}
.dark .add-tasks input {
  color-scheme: dark;
  background-color: #201f1e !important;
}
.dark #empty {
  color: white;
}

.modal .holder {
  display: flex;
}
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}
.modal .save {
  padding: 10px;
  width: 100px;
  background: #1475ff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: white;
  float: right;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 0;
}
.modal .save :hover {
  background-color: #151515;
}
.modal .modal-content {
  color: black;
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  width: 50%;
}
.modal input {
  float: inherit;
  font-weight: 300;
  border: 1px solid #efefef;
  flex-grow: 1;
  padding-left: 10px;
  background-color: transparent;
  color: black;
}
.modal input::-moz-placeholder {
  font-weight: 300;
}
.modal input::placeholder {
  font-weight: 300;
}
.modal #edit-due-date {
  max-width: 130px;
  flex-grow: 0;
}
.modal #edit-category {
  font-weight: 300;
  border: none;
  color: #757575;
  padding: 0 10px;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}
.modal #edit-task {
  border-right: none;
}
.modal #edit-due-date {
  border-left: none;
  border-right: none;
}
.modal .close-modal {
  float: right;
  font-weight: bold;
  float: right;
  cursor: pointer;
}
.modal.edit input {
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  color: #757575;
  background-color: white;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  .add-tasks {
    flex-direction: column !important;
  }
  .add-tasks > *:not(:last-child) {
    margin-bottom: 10px !important;
  }
  p {
    font-size: 12px;
  }
  h2 {
    font-size: 18px;
  }
  .line-logo {
    top: 45% !important;
    width: 35% !important;
    left: 35% !important;
  }
  .main img {
    display: none;
  }
  .modal .modal-content {
    width: 80%;
  }
  #date {
    padding-top: 10px;
  }
  #due-date {
    max-width: 100% !important;
  }
  .task {
    width: 85%;
    display: block;
  }
  .top-bar {
    padding: 10px 40px !important;
  }
  ul li .date {
    display: block;
    margin-bottom: 5px;
  }
  ul li .category {
    margin-left: 0px !important;
  }
}
* {
  font-family: "Cal Sans UI", ui-sans-serif, system-ui, sans-serif;
}

body {
  margin: 0;
  box-sizing: border-box;
}

footer {
  background-color: #faf9f8;
}
footer .legal p {
  font-size: 10px;
  font-weight: 300;
  color: #333;
}
footer .legal {
  padding: 30px 40px;
  font-size: 10px;
  color: #333;
  font-weight: 300;
}
footer .legal .disclaimer {
  font-size: 8px;
  display: block;
  margin-top: 10px;
}
footer .legal a {
  color: #333;
  text-decoration: none;
  border-right: 1px solid #333;
  margin-right: 5px;
  padding-right: 8px;
}
footer .legal a:hover {
  text-decoration: underline;
}
footer .legal a:last-child {
  border: none;
  margin: 0;
  padding: 0;
}

ul {
  margin-right: 40px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
ul .close-holder {
  align-content: center;
}
ul .action-holder {
  display: flex;
  align-items: center;
  gap: 5px;
}
ul li {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  position: relative;
  padding: 12px 8px 12px 8px;
  list-style-type: none;
  background: white;
  color: #292827;
  font-weight: 300;
  font-size: 13px;
  transition: 0.2s;
  border-radius: 3px;
  border: 1px solid #efefef;
  box-shadow: 0px 0.3px 0.9px rgba(0, 0, 0, 0.1), 0px 1.6px 3.6px rgba(0, 0, 0, 0.1);
  /* make the list items unselectable */
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
ul li.overdue {
  background: #fff1f1;
  color: #292827;
  border: #fff1f1;
}
ul li.checked {
  color: #605e5c;
  padding: 12px 8px 12px 35px;
}
ul li.checked .task-holder::before {
  content: "check";
  font-family: "Material Symbols Outlined";
  position: absolute;
  left: 7px;
  top: 0;
  font-size: 24px;
  display: flex;
  align-items: center;
  height: 100%;
}
ul li.checked .task {
  text-decoration: line-through;
}
ul li .task {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 5px;
}
ul li .date {
  font-size: 10px;
  margin-top: 5px;
  color: #757575;
}
ul li .category {
  font-size: 10px;
  margin-top: 5px;
  color: #757575;
  border: 1px solid;
  padding: 2px 4px 2px 4px;
  border-radius: 10px;
  margin-left: 5px;
}
ul li .category.personal {
  color: #03dac5;
}
ul li .category.work {
  color: #bc86fc;
}
ul li .category.home-improvement {
  color: #f64740;
}
ul li .category.education {
  color: #0041a1;
}
ul li .category.shopping {
  color: #e1badd;
}
ul li .category.health-and-wellness {
  color: #3700b3;
}
ul li .category.financial {
  color: #cfc7b9;
}
ul li .category.social {
  color: #9aadc7;
}
ul li .category.travel {
  color: #a8eff0;
}
ul li .category.miscellaneous {
  color: #b7c8a6;
}

@font-face {
  font-family: "Cal Sans UI";
  src: url("https://static.skuflic.com/fonts/Cal-Sans/CalSansUI-Variable.woff2") format("woff2-variations");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}
.container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex: 1;
  background-color: #faf9f8;
}

h2 {
  text-align: left;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 0px;
}

h4 {
  text-align: left;
  font-weight: 300;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 5px;
}

p {
  margin-top: 5px;
  text-align: left;
  font-weight: 200;
  font-size: 14px;
}

.main {
  display: flex;
  gap: 15px;
}
.main img {
  width: 80px;
}

.header {
  gap: 15px;
  background-color: #eff1f7;
  padding: 40px;
  color: #202020;
  min-height: 160px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
  position: relative;
}
.header .add-tasks {
  display: flex;
  flex-direction: row;
}
.header .add-tasks input {
  color: #202020;
  margin: 0;
  border: none;
  border-radius: 0;
  flex-grow: 1;
  padding: 10px;
  font-size: 13px;
  font-weight: 300;
  font-family: "Cal Sans UI", ui-sans-serif, system-ui, sans-serif;
  background: white;
}
.header .add-tasks input::-moz-placeholder {
  font-size: 13px;
  font-weight: 300;
  font-family: "Cal Sans UI", ui-sans-serif, system-ui, sans-serif;
}
.header .add-tasks input::placeholder {
  font-size: 13px;
  font-weight: 300;
  font-family: "Cal Sans UI", ui-sans-serif, system-ui, sans-serif;
}
.header .add-tasks #due-date {
  max-width: 130px;
  color: #757575;
}
.header .add-tasks #category {
  color: #757575;
}
.header .add-tasks select {
  border: 0px;
  margin: 0px;
  height: inherit;
  padding: 0px;
  font-size: 13px;
  font-weight: 300;
  font-family: "Cal Sans UI", ui-sans-serif, system-ui, sans-serif;
  min-height: 35px;
  background: white;
}
.header .add-tasks button {
  padding: 9.5px;
  border: 0;
  background: #1475ff;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  color: white;
  text-align: center;
  cursor: pointer;
  transition: 0.3s;
  border-radius: 0;
  min-width: 150px;
}
.header .add-tasks button:hover {
  background-color: #121212;
}
.header .change-name {
  cursor: pointer;
  text-decoration: underline;
}

.change-name {
  cursor: pointer;
  text-decoration: underline;
}

.loading {
  width: 100vw;
  height: 100vh;
  position: fixed;
  background-color: #eff1f7;
  z-index: 999;
  color: #1475ff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loading .percentage {
  font-size: 20vw;
  margin: 0;
  padding: 0;
  text-align: center;
  opacity: 0.1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.post {
  cursor: pointer;
}

#date {
  display: block;
}

#greeting {
  display: inline;
}

.material-symbols-outlined {
  vertical-align: middle;
  font-size: 18px;
}

.top-bar {
  align-items: center;
  background-color: #1475ff;
  color: white;
  display: flex;
  font-size: 11px;
  font-weight: 200;
  justify-content: space-between;
  padding: 2px 40px;
  text-align: left;
  z-index: 10;
}
.top-bar p {
  margin: 0 !important;
  font-size: 11px;
  font-weight: 300;
}
.top-bar .close {
  cursor: pointer;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0) saturate(7500%) hue-rotate(47deg) brightness(112%) contrast(114%);
  margin-bottom: 0px;
}
.top-bar a {
  color: white;
}

#empty {
  text-align: center;
  font-size: 3rem;
  font-weight: 300;
  opacity: 0.2;
  color: #292827;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#empty h1 {
  margin: 0;
  text-align: inherit;
}
#empty p {
  margin: 0;
  text-align: inherit;
  font-size: 2rem;
}/*# sourceMappingURL=style.css.map */