@keyframes FadeIn {
  from {
    background-color: #a9e39c;
    box-shadow: inset 0 0 7px 3px #ffffff;
    border-radius: 15px;
  }
  to {
    background-color: white;
    border-radius: 15px;
  }
}
/* || GENERAL TAGS || */
html {
  scroll-behavior: smooth;
}

html, body {
  margin: 0px;
  padding: 0px;
  background-color: #e8f0ff96;
}

@media screen and (max-width: 599px) {
  h2 {
    font-size: 20px;
    margin-bottom: 2px;
  }
}

h3 {
  color: #129490;
  margin-bottom: 10px;
  margin-top: 20px;
}

p {
  margin-top: 10px;
}

table, tr, th, td {
  border-width: 2px;
  border-color: black;
}
@media screen and (max-width: 599px) {
  table, tr, th, td {
    font-size: 8px;
    margin: 0px;
    padding: 0px;
  }
}

table {
  width: 100%;
  max-width: 900px;
}
@media screen and (max-width: 599px) {
  table {
    width: 100%;
    max-width: 500px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 599px) {
  table {
    width: 100%;
  }
}

body {
  font-family: Helvetica;
  font-size: 20px;
}

select[name=subOptimalTimeDays], select[name=optimalTimeDays] {
  width: 35;
  height: 30;
  border-radius: 10px;
  border: solid 2px #129490;
  font-size: 14px;
}

select#icon {
  width: 100px;
  height: 30px;
  border-radius: 10px;
  border: solid 2px #129490;
  font-size: 14px;
}

select#priority {
  width: 120px;
  height: 30px;
  border-radius: 10px;
  border: solid 2px #129490;
  font-size: 14px;
}

.home_section {
  padding: 20px 30px 20px 30px;
  display: flex;
  flex-direction: column;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 20px;
  color: #0A2342;
  background-color: white;
  margin: 68px 50px 30px 50px;
  border-radius: 40px;
  border: solid 3px #129490;
}
@media screen and (max-width: 1000px) and (min-width: 599px) {
  .home_section {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 15px;
    margin: 10px 5px;
    margin-top: 83px;
  }
}
@media screen and (max-width: 599px) {
  .home_section {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    margin: 10px 8px;
    margin-top: 83px;
  }
}

section {
  margin-top: 61px;
}
@media screen and (max-width: 1000px) and (min-width: 599px) {
  section {
    margin-top: 80px;
  }
}
@media screen and (max-width: 599px) {
  section {
    margin-top: 80px;
  }
}

section, footer {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
}
@media screen and (max-width: 1000px) and (min-width: 599px) {
  section, footer {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 599px) {
  section, footer {
    padding-left: 10px;
    padding-right: 10px;
  }
}

hr {
  border-style: solid;
  border-color: #bebebe;
}

article {
  border-width: 2px;
  border-color: grey;
  border: solid;
  margin: 20px;
  margin-left: 0px;
  padding: 10px;
  padding-left: 20px;
  border-radius: 20px;
}
@media screen and (max-width: 599px) {
  article {
    border-radius: 15px;
    padding: 5px 5px 5px 8px;
  }
}

div {
  display: flex;
}

@media screen and (max-width: 599px) {
  img {
    height: 25px;
    width: 25px;
  }
}

.main_box_focus_today {
  margin-top: 61px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
@media screen and (max-width: 599px) {
  .main_box_focus_today {
    flex-direction: column;
  }
}

.focus_box {
  width: 90%;
  margin-top: 5px;
}

.track-check-box {
  border-radius: 20px;
  min-width: 40px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
@media screen and (max-width: 599px) {
  .track-check-box {
    min-width: 35px;
    height: 35px;
    width: 35px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 599px) {
  .track-check-box {
    min-width: 35px;
    height: 35px;
    width: 35px;
  }
}
.track-check-box--today-separator {
  margin-left: 10px;
}
.track-check-box--today-separator:hover {
  background-color: #d4d4d4;
}

.track_task_action {
  padding-left: 5px;
  min-width: 300px;
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: default;
}
@media screen and (max-width: 599px) {
  .track_task_action {
    min-width: 60px;
    font-size: 12px;
    padding-left: 4px;
    max-width: 60px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 599px) {
  .track_task_action {
    padding-left: 5px;
    min-width: 170px;
    max-width: 170px;
  }
}

.track_category__icon {
  width: 50px;
  height: 50px;
  -webkit-filter: drop-shadow(0px 0px 0.5px black);
  filter: drop-shadow(0px 0px 0.5px black);
}
@media screen and (max-width: 599px) {
  .track_category__icon {
    width: 25px;
    height: 25px;
  }
}
.track_category__block {
  border-top: solid 3px #9ecdcd;
  margin: 3px 0px;
  border-radius: 3px;
}

.focus_task_icon {
  width: 40px;
  height: 40px;
  margin-left: 10px;
  -webkit-filter: drop-shadow(0px 0px 0.5px black);
  filter: drop-shadow(0px 0px 0.5px black);
}
@media screen and (max-width: 599px) {
  .focus_task_icon {
    width: 25px;
    height: 25px;
  }
}

.focus_reward_icon {
  width: 32px;
  height: 32px;
  margin: 4px;
}
@media screen and (max-width: 599px) {
  .focus_reward_icon {
    width: 20px;
    height: 20px;
    margin: 2px;
  }
}

.focus_task_checkbox {
  border-radius: 20px;
  min-width: 60px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  border: solid 2px #428381;
  background-color: #10868336;
  box-shadow: inset 0px 0px 3px #68d4d0;
}
@media screen and (max-width: 599px) {
  .focus_task_checkbox {
    min-width: 50px;
    width: 18px;
    height: 18px;
  }
}
.focus_task_checkbox:hover {
  opacity: 1;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  background-color: #3f807e;
  box-shadow: none;
}
.focus_task_checkbox--done {
  background-color: #70d25b;
}
.focus_task_checkbox--done:hover {
  background-color: #ad3140;
}

.focus_urgent_box {
  padding-left: 10px;
  border: none;
  background-color: white;
  border: solid 3px #129490;
  margin-top: 2px;
  margin-bottom: 8px;
}
@media screen and (max-width: 599px) {
  .focus_urgent_box {
    font-size: 15px;
    margin: 5px;
    border: solid 2px #129490;
  }
}
.focus_urgent_box__rewards {
  display: flex;
  flex-direction: column;
  overflow: auto;
  max-height: 150px;
  min-height: 100px;
  border-left: solid 5px;
  border-radius: 10px;
  border-color: #70d25b;
  background: #57bd8326;
  margin: 0px;
}

.focus_urgent_text {
  margin-block-start: 10px;
  margin-left: 5px;
}
@media screen and (max-width: 599px) {
  .focus_urgent_text {
    margin-block-start: 5px;
    margin-left: 5px;
    margin-block-end: 5px;
  }
}

.focus_task_box {
  border: none;
  justify-content: space-between;
}

.focus_task_text {
  align-self: center;
  padding-left: 20px;
}
@media screen and (max-width: 599px) {
  .focus_task_text {
    padding-left: 5px;
    font-size: 12px;
    margin: 3px;
  }
}
.focus_task_text--done {
  color: grey;
  text-decoration-line: line-through;
}

.indicator {
  background-color: gainsboro;
}
.indicator--true {
  background-color: #70d25b;
}
.indicator--true:hover {
  opacity: 1;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  filter: brightness(85%);
}
.indicator--false {
  background-color: #aaaaaa;
}
.indicator--false:hover {
  opacity: 1;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  cursor: pointer;
  filter: brightness(85%);
}

.header {
  display: flex;
  background-color: #0A2342;
  width: 100%;
  color: white;
  flex-direction: row;
  opacity: 95%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
}
@media screen and (max-width: 599px) {
  .header {
    flex-direction: column;
  }
}
@media screen and (max-width: 1000px) and (min-width: 599px) {
  .header {
    flex-direction: column;
  }
}
.header__nav {
  display: flex;
  flex-direction: row;
  width: 75%;
  height: auto;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media screen and (max-width: 599px) {
  .header__nav {
    width: 100%;
    justify-content: end;
    height: 30px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 599px) {
  .header__nav {
    width: 100%;
    justify-content: end;
    height: 30px;
  }
}
@media screen and (max-width: 599px) {
  .header__nav--login {
    display: none;
  }
}
@media screen and (max-width: 1000px) and (min-width: 599px) {
  .header__nav--login {
    display: none;
  }
}
.header__heading {
  margin: 0px 30px;
  width: 25%;
  font-size: 35px;
  font-weight: 600;
  text-align: center;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  .header__heading {
    font-size: 25px;
    margin: 0px;
    width: 100%;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1000px) and (min-width: 599px) {
  .header__heading {
    font-size: 25px;
    margin: 0px;
    width: 100%;
    justify-content: space-between;
  }
}
.header__heading__link {
  text-decoration: none;
  color: #E8F0FF;
  padding-top: 10px;
  padding-bottom: 10px;
  white-space: nowrap;
}
@media screen and (max-width: 599px) {
  .header__heading__link {
    font-size: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 60px;
    width: 100%;
  }
}
@media screen and (max-width: 1000px) and (min-width: 599px) {
  .header__heading__link {
    font-size: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 60px;
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .header__heading__link--login {
    height: 70px;
    align-content: center;
  }
}
@media screen and (max-width: 1000px) and (min-width: 599px) {
  .header__heading__link--login {
    height: 70px;
    align-content: center;
  }
}

.nav {
  text-align: center;
  padding-inline-start: 0px;
  height: 100%;
  display: flex;
  flex-direction: row;
  margin: 0px;
  width: 85%;
  justify-content: flex-start;
}
@media screen and (max-width: 599px) {
  .nav {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) and (min-width: 599px) {
  .nav {
    width: 100%;
  }
}
.nav--right {
  flex-direction: row;
  justify-content: center;
  width: 15%;
}
@media screen and (max-width: 599px) {
  .nav--right {
    display: none;
  }
}
@media screen and (max-width: 1000px) and (min-width: 599px) {
  .nav--right {
    display: none;
  }
}
.nav__link {
  color: #DCD6F7;
  list-style: none;
  padding-right: 15px;
  padding-left: 15px;
  font-size: 15px;
  border-radius: 2px;
  text-decoration: none;
  display: flex;
  align-items: center;
  height: 100%;
  cursor: pointer;
  padding-bottom: 4px;
  padding-top: 2px;
  min-width: 30px;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  .nav__link {
    font-size: 12px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 599px) {
  .nav__link {
    font-size: 12px;
  }
}
@media screen and (max-width: 450px) {
  .nav__link {
    font-size: 10px;
    padding-right: 5px;
    padding-left: 5px;
  }
}
.nav__link--fullheight-icon {
  height: 80px;
  width: 100%;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  .nav__link--login_registration {
    font-size: 18px;
  }
}
.nav__link:hover {
  color: white;
  background-color: #108683;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.nav__link--active {
  color: white;
  background-color: #129490;
  border-bottom: 4px solid #C6EBBE;
  padding-bottom: 0px;
}
.nav__icon {
  margin-right: 8px;
  min-width: 24px;
}
@media screen and (max-width: 599px) {
  .nav__icon {
    margin-right: 5px;
    max-width: 15px;
  }
}
@media screen and (max-width: 450px) {
  .nav__icon {
    margin-right: 5px;
    max-width: 15px;
  }
}
.nav__mobile-icons {
  display: none;
  flex-direction: row;
  align-items: center;
  margin-right: 10px;
}
@media screen and (max-width: 599px) {
  .nav__mobile-icons {
    display: flex;
  }
}
@media screen and (max-width: 1000px) and (min-width: 599px) {
  .nav__mobile-icons {
    display: flex;
  }
}
.nav__mobile-icons i {
  stroke: #E8F0FF;
}
.nav__mobile-icons button, .nav__mobile-icons a {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.nav__user-avatar {
  color: #E8F0FF;
  border: solid 1.5px;
  border-radius: 20px;
  width: 100%;
  justify-content: center;
  padding: 4px 5px 3px 3px;
  display: flex;
  flex-direction: row;
  margin-right: 10px;
  align-items: center;
  box-sizing: border-box;
}
@media screen and (max-width: 599px) {
  .nav__user-avatar {
    font-size: 12px;
    padding: 5px 0px;
    margin-right: 8px;
    border: solid 1px;
  }
}

li {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  height: 100%;
  list-style-type: none;
  text-align: center;
  flex-direction: column;
}

.img {
  padding: 40px;
}

.centered {
  text-align: center;
}

input {
  width: 150;
  min-height: 30px;
  margin: 1px 5px 5px 5px;
  border-radius: 10px;
  border: solid 1px grey;
  padding: 5px;
}
@media screen and (max-width: 599px) {
  input {
    width: 100%;
  }
}
input:focus-visible {
  outline-color: #129490;
}

.fixed_placeholder::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: black;
  opacity: 1;
  /* Firefox */
}

input[type=submit] {
  border: 0 none;
  cursor: pointer;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
input[type=submit]:focus-visible {
  outline-color: #129490;
}

/* We dont want the automatic arrows on the fields */
/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

label {
  color: #555555;
  font-style: italic;
}
@media screen and (max-width: 599px) {
  label {
    font-size: 12px;
  }
}

div.head {
  background-color: #C6EBBE;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  width: 100%;
  height: 100px;
  padding-top: 5px;
  padding-bottom: 10px;
  /* (img-height / img-width * container-width) */
  /* (853 / 1280 * 100) */
}

div.block {
  display: inline;
}

.categories_box {
  width: 50%;
  padding: 0px 5px 10px 10px;
}

.categories_box_selection {
  width: 30%;
  padding: 0px 5px 10px 10px;
}
@media screen and (max-width: 599px) {
  .categories_box_selection {
    width: 40%;
  }
}

.category_box {
  border: solid;
  border-width: 1px;
  border-color: #d6cdff;
  background-color: white;
  box-shadow: 2px 2px 5px #c6ebbe;
  margin: 10px 10px 10px 10px;
  cursor: pointer;
}
@media screen and (max-width: 1000px) and (min-width: 599px) {
  .category_box {
    margin: 4px;
  }
}
@media screen and (max-width: 599px) {
  .category_box {
    margin: 4px;
  }
}
.category_box__icon {
  width: 30px;
  height: 30px;
  float: left;
  margin-right: 10px;
}
@media screen and (max-width: 599px) {
  .category_box__icon {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }
}
.category_box__name {
  font-size: 15px;
}
@media screen and (max-width: 599px) {
  .category_box__name {
    font-size: 12px;
  }
}
.category_box__priority {
  font-size: 10px;
}
.category_box--add {
  width: 60%;
  font-size: 13px;
  padding: 10px 10px 10px 20px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .category_box--add {
    padding: 4px 10px;
  }
}
.category_box--add--link {
  text-decoration: none;
  color: black;
}
.category_box--add--link:hover {
  color: white;
}
.category_box:hover {
  background-color: #C6EBBE;
  color: black;
  border-color: #70d25b;
}
.category_box--selected {
  background-color: #C6EBBE;
}

.custom_button {
  border: solid;
  border-width: 1px;
  border-color: #c8c8c8;
  background-color: white;
  box-shadow: 3px 3px 2px #e5e5e5;
  margin: 3px 10px 10px 10px;
  width: 50%;
  font-size: 20px;
  padding: 10px;
  border-radius: 20px;
}
@media screen and (max-width: 599px) {
  .custom_button {
    margin: 2px 5px;
    width: 80%;
    font-size: 12px;
    padding: 5px;
    border-radius: 15px;
  }
}
.custom_button:hover {
  background-color: #C6EBBE;
  color: white;
}

.category_main_box {
  display: flex;
  justify-content: space-between;
  border: solid;
  border-width: 2px;
  border-color: #d6cdff;
  background-color: white;
  box-shadow: 2px 2px 5px #c6ebbe;
  margin: 5px 10px;
}
@media screen and (max-width: 599px) {
  .category_main_box {
    margin: 2px;
  }
}
.category_main_box_information {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 5px 10px;
}
.category_main_box__icon {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding: 5px;
  margin-left: 30px;
}
@media screen and (max-width: 599px) {
  .category_main_box__icon {
    margin-left: 0px;
  }
}
.category_main_box__icon_dropdown_box {
  display: flex;
  border: solid;
  border-radius: 10px;
  margin: 2px;
  padding: 5px;
  background: #ffffff;
  border-color: #008480;
  flex-wrap: wrap;
  max-width: 100px;
  font-size: 14px;
  max-width: 90px;
  width: 150px;
}
.category_main_box__icon_dropdown_box--opened {
  filter: drop-shadow(1px 1px 2px #008480);
  position: absolute;
  max-width: 140px;
  width: 140px;
  background: #109490a8;
  border-radius: 25px;
  padding-top: 10px;
  padding-left: 10px;
  justify-content: center;
}
.category_main_box__icon_dropdown_box--closed {
  display: flex;
  overflow: hidden;
  min-width: 120px;
  text-wrap: nowrap;
  font-style: italic;
  color: grey;
}
.category_main_box__icon_dropdown_box--closed:hover {
  background-color: #c6ebbe4f;
}
.category_main_box__icon_dropdown {
  max-width: 30px;
  min-width: 30px;
}
.category_main_box__icon_dropdown_wrapper {
  max-width: 200px;
  min-width: 120px;
  height: 34px;
}
.category_main_box__icon_dropdown:hover {
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  filter: drop-shadow(0px 0px 5px #c6ebbe);
  max-width: 33px;
  min-width: 33px;
}
.category_main_box__name {
  font-size: 20px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 599px) {
  .category_main_box__name {
    font-size: 12px;
  }
}
.category_main_box__priority {
  font-size: 18px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 599px) {
  .category_main_box__priority {
    font-size: 12px;
  }
}
.category_main_box--modification {
  justify-content: center;
  box-shadow: 0px 0px 10px #129490;
}

.category_modification_box {
  justify-content: space-evenly;
}
@media screen and (max-width: 599px) {
  .category_modification_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    flex-wrap: nowrap;
  }
}

.category_modification_form_container {
  display: flex;
  flex-direction: column;
}

.category_label {
  color: #008480;
  font-size: 18px;
}
@media screen and (max-width: 599px) {
  .category_label {
    font-size: 12px;
  }
}

.category_name {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (max-width: 599px) {
  .category_name {
    font-size: 12px;
  }
}

.category_priority {
  margin-bottom: 10px;
  margin-top: 4px;
}
@media screen and (max-width: 599px) {
  .category_priority {
    font-size: 12px;
    margin: 0px;
  }
}

.task_iteration_container {
  display: flex;
  flex-direction: column;
}

.task_name {
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (max-width: 599px) {
  .task_name {
    font-size: 12px;
  }
}

.task_label {
  color: #008480;
  font-size: 18px;
}
@media screen and (max-width: 599px) {
  .task_label {
    font-size: 12px;
  }
}

.task_action {
  margin-bottom: 10px;
  margin-top: 4px;
}
@media screen and (max-width: 599px) {
  .task_action {
    font-size: 12px;
  }
}

.task_frequency {
  margin-top: 4px;
  white-space: nowrap;
}
@media screen and (max-width: 599px) {
  .task_frequency {
    font-size: 12px;
  }
}

.task_main_box {
  display: flex;
  justify-content: space-between;
  border: solid;
  border-width: 2px;
  border-color: #d6cdff;
  background-color: white;
  box-shadow: 2px 2px 5px #c6ebbe;
  margin: 5px 10px;
  padding: 15px 10px 15px 25px;
}
@media screen and (max-width: 599px) {
  .task_main_box {
    padding: 10px;
    margin: 2px;
  }
}
.task_main_box_frequency_section {
  display: block;
  margin-left: 25px;
}
@media screen and (max-width: 599px) {
  .task_main_box_frequency_section {
    font-size: 12px;
    margin: 0px;
  }
}
.task_main_box--add-button {
  padding: 15px;
  margin-left: 40px;
  margin-right: 40px;
  justify-content: center;
  cursor: pointer;
}
@media screen and (max-width: 599px) {
  .task_main_box--add-button {
    font-size: 12px;
    margin: 0px 40px;
    padding: 5px;
  }
}
.task_main_box--add-button__link {
  text-decoration: none;
  color: black;
}
.task_main_box--add-button__link:hover {
  color: white;
}
.task_main_box--add-button:hover {
  background-color: #C6EBBE;
}
.task_main_box--modification {
  box-shadow: 0px 0px 8px #129490;
  flex-direction: column;
}

.task_modification_form {
  margin-block-end: 0;
}

.category_modification_form {
  margin-block-end: 0;
  width: 100%;
}

.task_modification_title {
  color: #616161;
  margin-bottom: 10px;
  font-style: italic;
  justify-content: center;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .task_modification_title {
    font-size: 12px;
  }
}

.task_modification_options {
  display: flex;
  justify-content: space-evenly;
  margin-top: 10px;
  flex-wrap: wrap;
  font-size: 20px;
}
@media screen and (max-width: 599px) {
  .task_modification_options {
    font-size: 15px;
    margin-top: 5px;
  }
}

.task_modification_option_cancel {
  border: solid 2px #707681;
  padding: 4px 8px;
  border-radius: 15px;
  width: 90px;
  justify-content: center;
  background-color: #878787;
  color: white;
  align-items: center;
  cursor: pointer;
  margin: 5px 15px;
  font-size: 18px;
}
.task_modification_option_cancel:hover {
  box-shadow: 0px 0px 6px #434384;
  background-color: #646464;
}

.task_modification_option_save {
  border: solid 2px #6cdd9c;
  padding: 4px 8px;
  border-radius: 15px;
  width: 90px;
  justify-content: center;
  background-color: #6cdd9c;
  color: white;
  align-items: center;
  box-sizing: unset;
  cursor: pointer;
  margin: 5px 15px;
  font-size: 18px;
}
.task_modification_option_save:hover {
  box-shadow: 0px 0px 6px #008137;
  background-color: #3bda7d;
}

.rules_main_box {
  display: flex;
  justify-content: center;
}
.rules_main_box__title {
  margin-top: 10px;
  margin-bottom: 8px;
  color: #0b2342;
  margin-left: 10px;
  font-size: 25px;
}
.rules_main_box__description {
  font-size: 18px;
  margin-bottom: 15px;
  color: #0a5451;
  font-style: italic;
  margin-left: 15px;
}

.track_box {
  display: flex;
  justify-content: center;
  background-color: #fcfdff;
  border: solid 3px #129490;
  border-radius: 40px;
  padding: 10px;
  flex-direction: column;
  align-items: center;
  margin-top: 15px;
}
.track_box__title {
  font-size: 20px;
  font-weight: 600;
  margin-left: 50;
  color: #293e59;
}

.small-input {
  max-width: 30px;
}
@media screen and (max-width: 599px) {
  .small-input {
    max-width: 15%;
    margin: 2px;
    padding: 2px;
    min-height: 20px;
    border-radius: 8px;
  }
}
.small-input:focus-visible {
  outline-color: #129490;
}

.long-input {
  width: 300px;
}
@media screen and (max-width: 599px) {
  .long-input {
    width: 100%;
  }
}
.long-input:focus-visible {
  outline-color: #129490;
}

.dashboard_box {
  display: flex;
  flex-direction: column;
  width: 40%;
}
@media screen and (max-width: 599px) {
  .dashboard_box {
    width: 100%;
  }
}

.dashboard_header {
  display: flex;
  align-content: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  margin: 30px 0px 10px 20px;
  font-size: 30px;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .dashboard_header {
    font-size: 20px;
    margin: 20px 0px 10px 20px;
  }
}

.dashboard_body {
  padding: 20px;
  border: solid 2px;
  border-radius: 0px 80px 60px 0px;
  background: #081c35;
  margin-right: 30px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
}
@media screen and (max-width: 599px) {
  .dashboard_body {
    border: solid 1px;
    padding: 5px;
    width: 100%;
    align-self: center;
  }
}

.dashboard_category_box {
  margin: 8px;
  min-width: 50px;
  width: 50px;
  min-height: 50px;
  border-radius: 50px;
  padding-top: 2px;
  padding-left: 5px;
  border: none;
}
@media screen and (max-width: 1000px) and (min-width: 599px) {
  .dashboard_category_box {
    margin: 4px;
    min-width: 40px;
    width: 40px;
    min-height: 40px;
    padding: 2px;
  }
}
@media screen and (max-width: 599px) {
  .dashboard_category_box {
    width: 25px;
    min-width: 25px;
    min-height: 25px;
    height: 25px;
    margin: 2px 4px;
    padding: 1px;
  }
}
.dashboard_category_box__icon {
  width: 55px;
  height: 55px;
  float: left;
  margin-right: 10px;
  -webkit-filter: drop-shadow(0px 0px 0.5px black);
  filter: drop-shadow(0px 0px 0.5px black);
}
@media screen and (max-width: 1000px) and (min-width: 599px) {
  .dashboard_category_box__icon {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 599px) {
  .dashboard_category_box__icon {
    margin-right: 0px;
    width: 25px;
    height: 25px;
  }
}

.modification_box {
  width: 70%;
}
@media screen and (max-width: 599px) {
  .modification_box {
    width: 65%;
  }
}

.footer {
  padding: 100px 0px 0px 0px;
  bottom: 0;
  width: 100%;
  /* Height of the footer*/
  height: 80px;
}
.footer_text {
  display: flex;
  justify-content: center;
  font-size: 18px;
}
@media screen and (max-width: 599px) {
  .footer_text {
    font-size: 12px;
  }
}

.options {
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 599px) {
  .options {
    width: 10%;
  }
}

.options_button {
  font-family: serif;
  height: 30px;
  justify-content: center;
  font-weight: bold;
  font-size: 25px;
  color: darkslategrey;
  width: 35px;
  z-index: 5;
  cursor: pointer;
}
@media screen and (max-width: 599px) {
  .options_button {
    font-size: 20px;
    width: auto;
    height: 20px;
  }
}
.options_button:hover {
  color: #a4df97;
}

.options_content {
  left: -100px;
  border-radius: 8px;
  display: none;
  position: absolute;
  background-color: #f3f3f3cf;
  min-width: 140px;
  box-shadow: 2px 4px 8px 0px rgba(0, 0, 0, 0.2);
  padding: 8px 0px;
}
@media screen and (max-width: 599px) {
  .options_content {
    min-width: 50px;
    background-color: #f3f3f3db;
    left: -50px;
  }
}

.options_text {
  color: black;
  padding: 10px 13px;
  font-size: 16px;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  .options_text {
    padding: 2px 5px;
    font-size: 12px;
  }
}
.options_text:hover {
  background-color: #c8c8c8;
}
.options_text--delete {
  width: 80px;
  max-width: 80px;
  white-space: nowrap;
  margin: 0px 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 100%;
  margin: 0px;
}
.options_text--delete:hover {
  background-color: pink;
}
@media screen and (max-width: 599px) {
  .options_text--delete {
    width: 40px;
    min-width: 100%;
    margin: 0px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 599px) {
  .options_text--delete {
    width: 60px;
    max-width: 60px;
  }
}
.options_text__reward {
  width: 80px;
  max-width: 80px;
  white-space: nowrap;
  margin: 0px 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 20px;
  min-width: 30%;
}
.options_text__reward:hover {
  background-color: pink;
}

.show {
  display: block;
}

.error_message {
  color: red;
  width: fit-content;
  font-size: 15px;
  text-align: center;
  background-color: #ffefef;
  font-style: italic;
  border: solid #ff6f6f 1px;
  border-radius: 20px 2px 35px 10px;
  margin: 5px 5px 2px 2px;
  padding: 2px 12px 2px 4px;
  display: flex;
  font-weight: 500;
}

.error_message_login_registration {
  color: red;
  border: solid #ff6f6f 1px;
  border-radius: 20px 2px 40px 10px;
  margin: 5px 5px 2px 2px;
  padding: 2px 15px 2px 5px;
  text-align: center;
  background-color: #ffe5e5;
  font-style: italic;
  font-size: small;
  width: 90%;
}

/* KEEP ALIVE MODAL CLASSES START */
.dialog_options_box {
  justify-content: space-evenly;
  font-size: 20px;
  height: 30%;
}

.dialog_option {
  justify-content: center;
  padding: 5px;
  position: relative;
  cursor: pointer;
}
.dialog_option--danger:hover {
  color: red;
}

.dialog_text {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
}

.blur {
  width: 100%;
  height: 200%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(3px);
  z-index: 75;
}

.centerpoint {
  top: 50%;
  left: 50%;
  position: absolute;
}

.dialog {
  position: relative;
  width: 300px;
  margin-left: -200px;
  height: 100px;
  margin-top: -100px;
  padding: 50px;
  font-size: 20px;
  justify-content: space-between;
  background-color: white;
  border: 3px solid #C6EBBE;
  box-shadow: 0px 0px 5px 1px #C6EBBE;
  z-index: 100;
  text-align: center;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
}
@media screen and (max-width: 599px) {
  .dialog {
    height: auto;
    padding: 10px;
    width: 250px;
    margin-left: -50%;
    margin-top: -50%;
  }
}
.dialog--keep-alive {
  z-index: 115;
}

.disable-scrolling {
  margin: 0;
  height: 100%;
  overflow: hidden;
}

.hide {
  display: none;
}

/* ^^^^^ KEEP ALIVE MODAL CLASSES END ^^^^^^  */
.track_animation {
  animation: FadeIn 2.5s ease-in-out forwards;
}

.logout_form {
  display: initial;
  margin-block-end: 0px;
  height: 100%;
}

.logout_button {
  border-radius: 2px;
  background-color: initial;
  cursor: pointer;
  border: none;
}
@media screen and (max-width: 599px) {
  .logout_button {
    margin-right: 0px;
  }
}
@media screen and (max-width: 450px) {
  .logout_button {
    padding-right: 0px;
  }
}

.login_registration_section {
  justify-content: flex-start;
  align-self: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
}
@media screen and (max-width: 599px) {
  .login_registration_section {
    margin-right: 5px;
  }
}

.login_form_container, .registration_form_container {
  display: flex;
  flex-direction: column;
  width: 250px;
  background-color: white;
  border: solid 2px #abe69e;
  border-radius: 10px;
}
@media screen and (max-width: 599px) {
  .login_form_container, .registration_form_container {
    width: 90%;
  }
}

.login_form_box, .registration_form_box {
  align-self: center;
  margin: 10px 20px;
  display: flex;
  flex-direction: column;
  width: 80%;
  align-items: center;
  align-content: center;
}

.login_form_label, .registration_form_label {
  text-align: center;
  margin: 10px;
}
@media screen and (max-width: 599px) {
  .login_form_label, .registration_form_label {
    font-size: 20px;
  }
}

.login_form_input, .registration_form_input {
  width: 80%;
}
@media screen and (max-width: 599px) {
  .login_form_input, .registration_form_input {
    min-height: 40px;
    font-size: 20px;
    width: 90%;
  }
}
.login_form_input:focus-visible, .registration_form_input:focus-visible {
  outline-color: #129490;
}

.login_form_button, .registration_form_button {
  border: solid 1px grey;
  border-radius: 20px;
}
@media screen and (max-width: 599px) {
  .login_form_button, .registration_form_button {
    margin-top: 10px;
    font-size: 25px;
    width: 75%;
  }
}
.login_form_button:hover, .registration_form_button:hover {
  background-color: grey;
  color: white;
}

@media screen and (max-width: 599px) {
  .only-desktop {
    display: none;
  }
}

@media screen and (max-width: 1000px) and (min-width: 599px) {
  .only-tablet {
    display: none;
  }
}

.feedback_section {
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  margin: auto;
  margin-top: 100px;
  padding: 30px;
  border: solid 2px #70d25b;
  border-radius: 20px;
  background-color: #d6cdff70;
}
@media screen and (max-width: 1000px) and (min-width: 599px) {
  .feedback_section {
    width: 80%;
    height: 200px;
  }
}
@media screen and (max-width: 599px) {
  .feedback_section {
    width: 80%;
    padding: 15px;
    height: 250px;
  }
}

.feedback_title {
  padding: 10px 20px;
  font-weight: 600;
}
@media screen and (max-width: 599px) {
  .feedback_title {
    font-size: 18px;
  }
}

.feedback_input {
  resize: none;
  width: 100%;
  height: 150px;
  font-size: 15px;
  font-family: helvetica;
  border-radius: 10px;
  padding: 8px;
  border: #428381;
  outline-color: #129490;
}
@media screen and (max-width: 599px) {
  .feedback_input {
    font-size: 12px;
  }
}

.feedback_button {
  padding: 5px 20px;
  border: solid 2px #0a2342;
  margin: 10px 20px;
  border-radius: 20px;
  cursor: pointer;
}
.feedback_button:hover {
  background-color: #0a2342;
  color: white;
}

.profile_instructions__customised_instructions {
  resize: none;
  width: 100%;
  height: 150px;
  font-size: 15px;
  font-family: helvetica;
  border-radius: 10px;
  padding: 8px;
  margin: 5px 10px;
  border: solid 2px #428381;
  outline-color: #129490;
}
@media screen and (max-width: 599px) {
  .profile_instructions__customised_instructions {
    font-size: 12px;
  }
}

/*INVESTIGAR COMO FUNCIONA ESTO*/
/*
span{
    flex:20%;
}*/
/* CSS SECTION */
.reward_form {
  margin: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 70%;
  background-color: white;
  border-color: #d5cdff;
  padding: 2px;
  -webkit-filter: drop-shadow(0px 0px 5px #8fc5c9);
}
.reward_form__title {
  font-size: 18px;
  display: flex;
  justify-content: center;
  margin: 5px 0px;
}

.form {
  width: 80%;
  margin: 15 auto;
  text-align: left;
}

.form__label {
  display: flex;
  margin-bottom: 0.5em;
}

.form__input {
  width: 100%;
  padding: 0.5em;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.form__input--time {
  min-width: 40px;
  width: 70%;
}

.form__button {
  background-color: #0A2342;
  color: white;
  padding: 0.5em 1em;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.reward-list {
  width: 90%;
  margin: auto;
  border: 1px solid #333;
  border-radius: 4px;
  background-color: #103d73;
  color: white;
  opacity: 0.8;
  /* make the box 80% opaque */
  padding: initial;
  padding-left: 20px;
  border-radius: 30px;
  padding-bottom: 20px;
}

.reward-list__title {
  padding: 0.5em;
  border-bottom: 1px solid #006699;
  border-radius: 4px 4px 0 0;
  text-align: center;
  margin: 0px 0px;
  font-size: 24px;
  font-weight: 500;
}

.reward-item {
  display: flex;
  align-items: center;
  padding: 2px;
  border-bottom: 1px solid #006699;
  box-sizing: border-box;
  justify-content: space-between;
}
.reward-item__right-box {
  width: 50%;
  min-width: 50%;
  max-width: 50%;
  display: flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: space-evenly;
}
.reward-item__label {
  margin-right: 1em;
  font-weight: bold;
  margin-left: 10px;
}
.reward-item__text {
  box-sizing: border-box;
  max-width: 55%;
}
.reward-item__value {
  flex-grow: 1;
}

.reward-item:last-child {
  border-bottom: none;
}

.delete_reward_button {
  background: #920000;
  border-radius: 20px;
  font-weight: 500;
  color: white;
}

@media (max-width: 600px) {
  .reward-item {
    font-size: small;
  }

  .reward-item__label {
    font-weight: normal;
  }
}
/*getting started generated by ai*/
.welcome {
  text-align: center;
  display: flex;
  flex-direction: column;
}

.welcome h2 {
  color: #113d73;
  margin: 5px;
}

.welcome p {
  font-size: 18px;
  font-style: italic;
  color: #113d73;
  margin-left: 15px;
  margin-bottom: 5px;
}

.getting-started {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-around;
  margin: 5px 0 10px 0;
}

@media screen and (max-width: 599px) {
  .getting-started {
    flex-direction: column;
  }
}
.getting-started-left {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin: 20px 0px;
  width: 60%;
}

@media screen and (max-width: 599px) {
  .getting-started-left {
    width: 100%;
  }
}
.getting_started__paragraph {
  margin: 0px 0px 0px 15px;
}

.smart {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  background-color: #aee0de;
  width: 40%;
  max-width: 250px;
  min-width: 182px;
  padding: 20px 20px 10px 20px;
  border-radius: 50px;
  box-shadow: 2px 2px 3px #0a2342;
  margin: 15px;
}

.smart div {
  font-size: 18px;
  font-weight: bold;
  color: #113d73;
}

.smart ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 5px;
  display: flex;
  flex-direction: column;
}

.smart li {
  font-size: 20px;
  display: flex;
  flex-direction: row;
  justify-content: left;
}

.smart strong {
  font-size: 25px;
}

/*schedule part*/
.schedule_progress {
  justify-content: center;
}

.step {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.step__circle {
  height: 20px;
  width: 50px;
  background-color: #cacaca;
  border-radius: 30px 1px;
  align-items: center;
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.step__circle:hover {
  background-color: #8f8f8f;
}
.step__circle:hover .step__circle__unchecked {
  background-color: #8f8f8f;
}
.step__circle--activated {
  background-color: #52ec52;
}
.step__circle--activated:hover {
  background-color: #41d741;
}
.step__circle__check_icon {
  width: 30px;
  height: 30px;
  filter: invert(1) drop-shadow(0.5px 0.5px 1px #15da15);
}
.step__circle__unchecked {
  width: 5px;
  height: 5px;
  border-radius: 8px;
  background: #bdbdbd;
  border: solid 2.5px grey;
}
.step__circle__unchecked:hover {
  background-color: #8f8f8f;
}
.step__text {
  font-size: 14px;
  font-style: italic;
  color: #555555;
  box-sizing: border-box;
  padding-left: 0px;
  text-align: center;
}
.step__text--activated {
  font-weight: 600;
  color: darkgreen;
}

.bar_box {
  box-sizing: border-box;
  width: 200px;
  justify-content: center;
}
@media screen and (max-width: 1000px) and (min-width: 599px) {
  .bar_box {
    width: 70px;
  }
}
@media screen and (max-width: 599px) {
  .bar_box {
    width: 15px;
  }
}
.bar_box__line {
  width: 200px;
  background-color: #cacaca;
  position: relative;
  height: 4px;
  border-radius: 20px 3px;
  margin-left: -25px;
  margin-right: -25px;
  margin-top: 8px;
}
@media screen and (max-width: 1000px) and (min-width: 599px) {
  .bar_box__line {
    width: 100px;
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (max-width: 599px) {
  .bar_box__line {
    width: 100px;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.bar_box__line--activated {
  border-color: darkgreen;
  background-color: lightgreen;
}

.schedule_box {
  display: flex;
  flex-direction: column;
  width: 95%;
  align-items: center;
  margin: auto;
  padding: 20px 0px;
  background-color: white;
  border: solid 3px #109490;
}
.schedule_box__form {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.schedule_box__options {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .schedule_box__options {
    flex-direction: column;
  }
}
.schedule_box__button {
  background-color: #103d73;
  color: #f7f7f7;
  font-size: 20px;
  appearance: none;
  padding: 0.5em 0.5em;
  border-radius: 18px;
  cursor: pointer;
  margin: 15px 0px 0px 0px;
  border: solid 2px #0a9490;
  width: 110px;
  justify-content: center;
}
.schedule_box__button:hover {
  background-color: #175aaa;
}
.schedule_box__button--secondary {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  height: 13px;
  background: white;
  color: #103d73;
  border-radius: 30px;
  font-size: 20px;
  flex-wrap: nowrap;
  white-space: nowrap;
  margin-top: 15px;
  width: 200px;
}
.schedule_box__button--secondary:hover {
  background-color: #006699;
  color: white;
}
.schedule_box__schedule {
  display: flex;
  margin: 0px;
  flex-direction: column;
  width: 100%;
  background-color: #bfdfdd;
  border-top: solid 3px #a0cfce;
  padding: 10px 0px;
}
.schedule_box__schedule__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  margin-right: 10px;
}
.schedule_box__schedule__title {
  margin-left: 15px;
  margin-bottom: 10px;
  color: #103d73;
  font-weight: 600;
}
.schedule_box__schedule_description {
  width: 100%;
  font-size: 15px;
  margin-left: 10px;
}
.schedule_box__schedule_description--done {
  text-decoration: line-through;
  color: gray;
}
.schedule_box__schedule_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: white;
  margin: 3px;
  box-shadow: 2px 2px 5px #bdb5e1;
  border-radius: 10px;
}
.schedule_box__schedule_controls {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  margin: 0px 0px 5px 0px;
  color: #113d73;
  white-space: nowrap;
}
.schedule_box__schedule_controls__starting_time_box {
  width: 50px;
  background-color: #f9f9f9;
  border-radius: 5px;
  border: solid 1px lightgrey;
  height: 20px;
  cursor: pointer;
  margin: 0px;
}
.schedule_box__schedule_controls__starting_time_box_text {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px auto;
}
.schedule_box__schedule_controls__button {
  text-decoration: underline;
  cursor: pointer;
  margin: 0px 5px;
}
.schedule_box__schedule_controls__button:hover {
  color: #7aaeae;
}
.schedule_box__schedule_button {
  display: flex;
  justify-content: center;
  border: solid 2px #113d73;
  border-radius: 10px;
  width: 100px;
  height: 20px;
  font-size: 12px;
  margin: 0px 0px 5px 10px;
  align-items: center;
  color: #113d73;
  cursor: pointer;
}
.schedule_box__schedule_button:hover {
  background-color: #113d73;
  color: #bfdfdd;
}

.schedule_item_left_box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.schedule_item_delete_hover {
  background-color: #ffd8d8;
}

.schedule_item_edit_hover {
  background-color: #d4ecf7;
}

.button_up {
  font-size: 16px;
  appearance: none;
  text-decoration: none;
  width: 25px;
  height: 25px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button_up__img {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 4px;
}
.button_up__img:hover {
  -webkit-filter: opacity(40%) drop-shadow(0px 0px 1px #beafff);
  filter: opacity(40%) drop-shadow(0px 0px 1px #beafff);
}

.button_down {
  appearance: none;
  text-decoration: none;
  width: 25px;
  height: 25px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 4px;
}
.button_down__img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.button_down__img:hover {
  -webkit-filter: opacity(40%) drop-shadow(0px 0px 1px #beafff);
  filter: opacity(40%) drop-shadow(0px 0px 1px #beafff);
}

.button_delete {
  display: flex;
  text-decoration: none;
  width: 20px;
  height: 20px;
  border-radius: 15px;
  color: white;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
}
.button_delete__bin {
  height: 25px;
  width: 25px;
}
.button_delete__bin:hover {
  -webkit-filter: brightness(120%);
}

.button_edit {
  display: flex;
  text-decoration: none;
  width: 40px;
  min-width: 35px;
  border-radius: 15px;
  color: #113d73;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  font-size: 15px;
  border: solid 1px;
  margin-left: auto;
}
.button_edit:hover {
  color: white;
  background-color: #113d73;
  border-color: #113d73;
}

.schedule_form {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 0px;
  padding-top: 10px;
  border-top: solid 5px #0a949073;
  background: white;
  background: white;
  width: 100%;
}
.schedule_form--active_session {
  border-bottom: solid 5px #0a949073;
  padding-bottom: 10px;
  margin-bottom: 0px;
}
.schedule_form__input {
  width: 50px;
  height: 30px;
  border-radius: 15px;
  border: solid 1.5px #109490;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 15px;
  margin: 5px 2px 5px 4px;
}
.schedule_form__input--text {
  width: 60%;
  min-width: 60%;
  text-align: start;
  padding-left: 10px;
}
@media screen and (max-width: 599px) {
  .schedule_form__input--text {
    width: 100%;
  }
}
.schedule_form__line {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
  flex-wrap: wrap;
}
.schedule_form__line__time {
  display: flex;
  align-items: center;
}
.schedule_form__line__buttons {
  display: flex;
  align-items: center;
}
.schedule_form__button {
  background-color: #103d73;
  color: #f7f7f7;
  font-size: 16px;
  appearance: none;
  padding: 0.5em 1em;
  border-radius: 18px;
  cursor: pointer;
  margin: 10px 0px 0px 0px;
  border: solid 2px #0a9490;
  display: flex;
  justify-content: center;
  white-space: nowrap;
}
.schedule_form__button:hover {
  background-color: #175aaa;
}
.schedule_form__add_button {
  margin: 2px 3px;
  margin-left: 5px;
  background-color: #113d73;
  color: white;
  border-radius: 10px;
  font-size: 12;
  padding: 0px 5px;
  height: 28px;
  width: 45px;
  min-width: 45px;
  min-height: 28px;
  cursor: pointer;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  border-color: #25d9ce;
  border-width: 4px;
}
.schedule_form__add_button:hover {
  background-color: #154b8e;
}
.schedule_form__add_button--preset {
  font-size: 14px;
  white-space: nowrap;
  width: auto;
  min-width: 80px;
  background-color: white;
  color: #557299;
  border-color: #113d73;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  font-style: italic;
  text-decoration: underline 2px;
  border-radius: 10px;
  padding-bottom: 0px;
  height: 5px;
  max-height: 5px;
  box-sizing: border-box;
  margin: 0px 0px 0px 0px;
  font-weight: 500;
}
.schedule_form__add_button--preset:hover {
  background-color: #113d73;
  color: white;
}
.schedule_form__add_button--modify-activity {
  border-width: 3px;
  color: white;
  width: 100px;
}
.schedule_form__add_button--cancel-modification {
  border-width: 1px;
  background-color: #6b6b6b;
  color: white;
  width: 80px;
  border-radius: 20px;
  text-decoration: none;
}
.schedule_form__add_button--cancel-modification:hover {
  background-color: #424242;
}
.schedule_form__add_button--delete-preset {
  font-size: 12px;
  width: auto;
  max-height: 5px;
  height: 5px;
  background-color: white;
  color: #d60000;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid;
  box-sizing: border-box;
}
.schedule_form__add_button--delete-preset:hover {
  background-color: #d46060;
  color: white;
}
.schedule_form--edit_activity {
  background-color: #8eadbc8a;
}

.schedule_view {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin: 20px 0px;
  width: 100%;
  background-color: #e5faf8;
  border-top: solid 2px #04aea9;
  border-bottom: solid 2px #04aea9;
  font-size: 17px;
  box-sizing: border-box;
  padding-left: 5%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.schedule_view__item {
  margin: 2px;
  display: flex;
  align-items: center;
}
.schedule_activity_text--done {
  text-decoration: line-through;
  color: gray;
}
.schedule_activity_checkbox {
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  display: inline-block;
  cursor: pointer;
  margin-left: 10px;
  border-radius: 10px;
  background-color: #e8f0ff96;
}
.schedule_activity_checkbox--done {
  background-color: #8bc34a;
}

.preset_box {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  border-top: solid 5px #a0cfce;
  border-bottom: solid 5px #a0cfce;
  margin-top: -5px;
  padding: 10px 0px;
}
.preset_box__title {
  font-size: 22px;
  margin: 5px;
  color: #476692;
}
.preset_box__iteration_container {
  width: 100%;
  display: flex;
  justify-content: center;
}

.preset__form {
  width: 60%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin: 0px;
  font-size: 18px;
  border-top: solid 1px #a0cfce;
  border-bottom: solid 1px #a0cfce;
  padding: 0px 5px;
  border-radius: 5px;
}
@media screen and (max-width: 1000px) and (min-width: 599px) {
  .preset__form {
    width: 80%;
  }
}
@media screen and (max-width: 599px) {
  .preset__form {
    width: 100%;
  }
}
.preset__form__right-box {
  width: auto;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.preset__description--span {
  font-style: italic;
  color: #103d73;
  font-size: 16px;
}

.schedule_title {
  align-self: center;
  font-weight: 600;
  margin-bottom: 5px;
}

.scrollable-dropdown {
  display: flex;
  overflow-y: auto;
  height: 180px;
  flex-wrap: wrap;
}

.scrollable-dropdown::-webkit-scrollbar-thumb:hover {
  background-color: #a5c69e;
}

.scrollable-dropdown::-webkit-scrollbar-thumb {
  background-color: #c6ebbe;
  border-radius: 10px;
}

.scrollable-dropdown::-webkit-scrollbar-track {
  background-color: #108683;
  width: 10px;
  border-radius: 5px;
}

.scrollable-dropdown::-webkit-scrollbar {
  width: 12px;
}

.draggable {
  background-color: #f9f9f9;
  cursor: move;
  transition: transform 0.3s;
}

.draggable.dragging {
  opacity: 50%;
  transform: rotate(0.5deg);
}

.placeholder {
  height: 10px;
  visibility: visible;
  background-color: transparent;
  border: none;
}

.custom-tooltip {
  position: relative;
  cursor: pointer;
  color: #103d73;
}
.custom-tooltip__text {
  visibility: hidden;
  width: 100px;
  background-color: #0a2342;
  color: #e8f0ff;
  text-align: center;
  border-radius: 8px;
  padding: 4px 6px;
  position: absolute;
  bottom: 120%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.2s;
  font-size: 12px;
}
.custom-tooltip:hover .custom-tooltip__text {
  visibility: visible;
  opacity: 1;
}

.flex-responsive {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 599px) {
  .flex-responsive {
    flex-direction: column;
  }
}

.schedule_live {
  position: relative;
  padding-left: 60px;
  background-color: #e5faf8;
  font-size: 17px;
  padding: 20px 0;
}
.schedule_live__timeline {
  position: relative;
  display: flex;
  flex-direction: column;
}
.schedule_live__line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  background: linear-gradient(to bottom, transparent 0%, #0a6b68 10%, #9ffbc3 90%, transparent 100%);
}
.schedule_live__item {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
  position: relative;
}
.schedule_live__item--done .schedule_live__checkbox {
  background-color: #0d948f;
  border-color: #229996;
}
.schedule_live__item--done .schedule_live__text {
  text-decoration: line-through;
  color: #093d3b !important;
}
.schedule_live__item--past .schedule_live__text {
  color: #e76f51;
}
.schedule_live__item--current .schedule_live__text {
  font-weight: bold;
  font-size: 20px;
  font-weight: bold;
  color: #0d948f;
}
.schedule_live__circle-placeholder {
  width: 16px;
  height: 16px;
  margin-left: -8px;
  margin-right: 15px;
}
.schedule_live__circle {
  width: 16px;
  height: 16px;
  background-color: #52ec52;
  border-radius: 50%;
  flex-shrink: 0;
  margin-left: -8px;
  margin-right: 15px;
  animation: pulse 2s infinite;
}
.schedule_live__content {
  display: flex;
  align-items: center;
}
.schedule_live__checkbox {
  min-width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  display: inline-block;
  cursor: pointer;
  margin: 0px 10px;
  border-radius: 10px;
  background-color: #f8fffe;
}
.schedule_live__checkbox--done {
  background-color: #8bc34a;
}
.schedule_live__text {
  font-size: 16px;
}

/* Pulsing animation for active circle */
@keyframes pulse {
  0% {
    box-shadow: 0 0 5px 2px #52ec52;
  }
  50% {
    box-shadow: 0 0 20px 8px #52ec52;
  }
  100% {
    box-shadow: 0 0 5px 2px #52ec52;
  }
}

/*# sourceMappingURL=style.css.map */
