@-webkit-keyframes moveInFromTop {
  0% {
    -webkit-transform: translateY(-3rem);
            transform: translateY(-3rem);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes moveInFromTop {
  0% {
    -webkit-transform: translateY(-3rem);
            transform: translateY(-3rem);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes moveInFromBottom {
  0% {
    -webkit-transform: translateY(5rem);
            transform: translateY(5rem);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes moveInFromBottom {
  0% {
    -webkit-transform: translateY(5rem);
            transform: translateY(5rem);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
}

body {
  font-size: inherit;
  line-height: 1.5;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.new-user {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Lato", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  border: none;
  letter-spacing: .2rem;
  padding: .5rem;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}

.theme {
  position: absolute;
  right: 3rem;
  top: .5rem;
  border: none;
  border-radius: 50%;
}

.enter-btn {
  font-family: "Lato", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: .2rem;
  padding: .5rem;
  -webkit-transform: translateY(7rem);
          transform: translateY(7rem);
  border-radius: 8px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}

.back {
  font-family: "Lato", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: .2rem;
  border-radius: 8px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem;
}

.theme-change {
  border: none;
  border-radius: 50%;
  position: absolute;
  right: 3rem;
  top: .5rem;
}

.profile-btn {
  font-family: "Lato", sans-serif;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: .2rem;
  padding: .5rem;
  -webkit-transform: translateY(7rem);
          transform: translateY(7rem);
  border-radius: 8px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
  border: none;
}

.list-save {
  font-family: "Lato", sans-serif;
  font-size: 1.6rem;
  letter-spacing: .3rem;
  padding: .5rem;
  background-color: #e0e0e0;
  color: #424242;
  border-radius: 8px;
  border: none;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
  -webkit-box-shadow: 5px 5px 10px 5px rgba(97, 97, 97, 0.5);
          box-shadow: 5px 5px 10px 5px rgba(97, 97, 97, 0.5);
}

.list-save:hover {
  background-color: #424242;
  color: #f5f5f5;
}

.modal-edit {
  font-family: "Lato", sans-serif;
  font-size: 1.6rem;
  letter-spacing: .3rem;
  padding: .5rem;
  background-color: #e0e0e0;
  color: #424242;
  border-radius: 8px;
  border: none;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
  -webkit-box-shadow: 5px 5px 10px 5px rgba(97, 97, 97, 0.5);
          box-shadow: 5px 5px 10px 5px rgba(97, 97, 97, 0.5);
}

.modal-edit:hover {
  background-color: #424242;
  color: #f5f5f5;
}

.enter-card {
  min-width: 25rem;
  min-height: 25rem;
  position: relative;
  border-radius: 8px;
  -webkit-box-shadow: 5px 5px 10px 5px rgba(66, 66, 66, 0.5);
          box-shadow: 5px 5px 10px 5px rgba(66, 66, 66, 0.5);
}

.new-profile {
  width: 25rem;
  height: 25rem;
  margin: 0 auto;
  position: relative;
  border-radius: 8px;
  -webkit-box-shadow: 5px 5px 10px 5px rgba(66, 66, 66, 0.5);
          box-shadow: 5px 5px 10px 5px rgba(66, 66, 66, 0.5);
}

.start {
  width: 100vw;
  height: 100vh;
}

.start .start-main {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

.start .start-main .quote {
  font-family: "Lato", sans-serif;
  font-size: 2rem;
  letter-spacing: .3rem;
  font-weight: bold;
  -webkit-animation-name: moveInFromTop;
          animation-name: moveInFromTop;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-name: .3s;
          animation-name: .3s;
}

.start .start-main .enter-profile {
  margin: 1rem 0;
  display: inline-block;
  -webkit-animation-name: moveInFromBottom;
          animation-name: moveInFromBottom;
  -webkit-animation-duration: .8s;
          animation-duration: .8s;
  -webkit-animation-delay: .3s;
          animation-delay: .3s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

.start .start-main .enter-profile .enter-header {
  font-size: 1.6rem;
  font-family: "Lato", sans-serif;
  letter-spacing: .3rem;
}

.start .start-main .enter-profile .enter-input {
  -webkit-transform: translateY(5rem);
          transform: translateY(5rem);
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 8px;
  height: 3rem;
  letter-spacing: .2rem;
}

.start .start-main .enter-profile .enter-input:hover {
  outline: none;
  border-bottom: 2px #f5f5f5 solid;
}

.start .start-main .new-profile {
  display: none;
  position: relative;
}

.start .start-main .new-profile .profile-input {
  -webkit-transform: translateY(5rem);
          transform: translateY(5rem);
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 8px;
  height: 3rem;
  letter-spacing: .2rem;
}

.start .start-main .new-profile .profile-input:hover {
  outline: none;
  border-bottom: 2px #f5f5f5 solid;
}

.todolist {
  text-align: center;
  font-size: "Lato", sans-serif;
}

.todolist .list {
  text-align: center;
  width: 80%;
  margin: 0 auto;
  padding: 2rem 0;
}

.todolist .list .list-content {
  font-size: 1.6rem;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  height: 60vh;
  text-align: center;
  border-radius: 8px;
  background-color: #e0e0e0;
  -webkit-box-shadow: 5px 5px 10px 5px rgba(97, 97, 97, 0.5);
          box-shadow: 5px 5px 10px 5px rgba(97, 97, 97, 0.5);
}

.todolist .display-modal {
  display: none;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  padding: 2rem 0 1rem;
}

.todolist .display-modal h1 {
  font-size: 1.6rem;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  text-align: center;
}

.todolist .display-modal .modal {
  display: block;
  max-width: 30rem;
  margin: 0 auto;
  padding: 1rem 0;
}

.todolist .display-modal .modal .modal-content {
  font-size: 1.6rem;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  height: 60vh;
  text-align: center;
  border-radius: 8px;
  background-color: #e0e0e0;
}

.todolist .socials {
  display: block;
  text-align: center;
}

.todolist .socials a {
  color: #f5f5f5;
  padding: .3rem;
}

.todolist .portfolio {
  font-size: 1.6rem;
  color: #f5f5f5;
  letter-spacing: .3rem;
}

.todolist .portfolio a {
  font-size: 1.6rem;
  color: #f5f5f5;
  letter-spacing: .3rem;
  word-spacing: .2rem;
}

.todolist .footer {
  font-size: 1rem;
  color: #f5f5f5;
}

.todolist .footer i {
  color: red;
}

.display {
  display: block !important;
}

.none {
  display: none !important;
}

.todolist {
  width: 100vw;
  height: 100vh;
  display: none;
}

.start-dark {
  background: -webkit-gradient(linear, left top, right top, from(#616161), to(#424242)) !important;
  background: linear-gradient(to right, #616161, #424242) !important;
  color: #f5f5f5 !important;
  color: #f5f5f5;
}

.dark-new__user {
  background: -webkit-gradient(linear, left top, right top, from(#616161), to(#424242)) !important;
  background: linear-gradient(to right, #616161, #424242) !important;
  color: #f5f5f5 !important;
}

.dark-new__user:hover {
  background: -webkit-gradient(linear, left top, right top, from(#eeeeee), to(#e0e0e0)) !important;
  background: linear-gradient(to right, #eeeeee, #e0e0e0) !important;
  color: #424242 !important;
}

.dark-enter__btn {
  background: -webkit-gradient(linear, left top, right top, from(#616161), to(#424242)) !important;
  background: linear-gradient(to right, #616161, #424242) !important;
  color: #f5f5f5 !important;
  border: #212121 2px solid !important;
}

.dark-enter__btn:hover {
  background: -webkit-gradient(linear, left top, right top, from(#eeeeee), to(#e0e0e0)) !important;
  background: linear-gradient(to right, #eeeeee, #e0e0e0) !important;
  color: #424242 !important;
  border: #fafafa 2px solid;
}

.dark-profile__btn {
  background: -webkit-gradient(linear, left top, right top, from(#616161), to(#424242)) !important;
  background: linear-gradient(to right, #616161, #424242) !important;
  color: #f5f5f5 !important;
}

.dark-profile__btn:hover {
  background: -webkit-gradient(linear, left top, right top, from(#eeeeee), to(#e0e0e0)) !important;
  background: linear-gradient(to right, #eeeeee, #e0e0e0) !important;
  color: #424242 !important;
}

.dark-back {
  background: -webkit-gradient(linear, left top, right top, from(#616161), to(#424242)) !important;
  background: linear-gradient(to right, #616161, #424242) !important;
  color: #f5f5f5 !important;
}

.dark-back:hover {
  background: -webkit-gradient(linear, left top, right top, from(#eeeeee), to(#e0e0e0)) !important;
  background: linear-gradient(to right, #eeeeee, #e0e0e0) !important;
  color: #424242 !important;
}

.dark-todolist {
  background: -webkit-gradient(linear, left top, left bottom, from(#616161), color-stop(50%, #424242), color-stop(50%, #388e3c), color-stop(#2e7d32), to(#1b5e20)) !important;
  background: linear-gradient(to bottom, #616161 0%, #424242 50%, #388e3c 50%, #2e7d32, #1b5e20) !important;
  color: #f5f5f5 !important;
}

.start-light {
  background: -webkit-gradient(linear, left top, right top, from(#eeeeee), to(#e0e0e0));
  background: linear-gradient(to right, #eeeeee, #e0e0e0);
  color: #424242;
  color: #424242;
}

.light-border {
  border: 3px #212121 solid;
}

.light-new__user {
  background: -webkit-gradient(linear, left top, right top, from(#eeeeee), to(#e0e0e0));
  background: linear-gradient(to right, #eeeeee, #e0e0e0);
  color: #424242;
}

.light-new__user:hover {
  background: -webkit-gradient(linear, left top, right top, from(#616161), to(#424242));
  background: linear-gradient(to right, #616161, #424242);
  color: #f5f5f5;
}

.light-enter__btn {
  background: -webkit-gradient(linear, left top, right top, from(#eeeeee), to(#e0e0e0));
  background: linear-gradient(to right, #eeeeee, #e0e0e0);
  color: #424242;
  border: #fafafa 2px solid;
}

.light-enter__btn:hover {
  background: -webkit-gradient(linear, left top, right top, from(#616161), to(#424242));
  background: linear-gradient(to right, #616161, #424242);
  color: #f5f5f5;
  border: #212121 2px solid;
}

.light-back {
  background: -webkit-gradient(linear, left top, right top, from(#eeeeee), to(#e0e0e0));
  background: linear-gradient(to right, #eeeeee, #e0e0e0);
  color: #424242;
}

.light-back:hover {
  background: -webkit-gradient(linear, left top, right top, from(#616161), to(#424242));
  background: linear-gradient(to right, #616161, #424242);
  color: #f5f5f5;
}

.light-profile__btn {
  background: -webkit-gradient(linear, left top, right top, from(#eeeeee), to(#e0e0e0));
  background: linear-gradient(to right, #eeeeee, #e0e0e0);
  color: #424242;
  border: #fafafa 2px solid;
}

.light-profile__btn:hover {
  background: -webkit-gradient(linear, left top, right top, from(#616161), to(#424242));
  background: linear-gradient(to right, #616161, #424242);
  color: #f5f5f5;
  border: #212121 2px solid;
}

.light-todolist {
  background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), color-stop(50%, #e0e0e0), color-stop(50%, #388e3c), color-stop(#2e7d32), to(#1b5e20));
  background: linear-gradient(to bottom, #eeeeee 0%, #e0e0e0 50%, #388e3c 50%, #2e7d32, #1b5e20);
  color: #424242;
}
/*# sourceMappingURL=main.css.map */