* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  background: #f4f6f9;
}

.main-container {
  background: #ffffff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.07);
  border-radius: 14px;
  width: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.4s;
  padding-bottom: 2em;
}

.calendar-info {
  width: 100%;
  padding-left: 0.5rem;
  padding-right: 0.2rem;
}

.calendar-info h2 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #474c52;
}

.head-container {
  width: 100%;
  border-bottom: 1px solid #eeeff3;
}

.calendar__img--left {
  width: 100%;
  height: 22.5rem;
  padding-left: 0.5rem;
}

.calendar__img--left__img {
  width: 100%;
  padding-top: 1rem;
  padding-right: 1rem;
  object-fit: fit;
  height: 100%;
}

.month {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  color: #474c52;
  text-align: center;
  margin-top: 2px;
}

.month p {
  margin: 0;
  padding: 0;
}

.year {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  color: #afb1b6;
  text-align: center;
  margin-bottom: 1px;
  /* margin: 0;
    padding: 0; */
}

.year p {
  margin: 0;
  padding: 0;
}

.week-container {
  width: 100%;
  /* height: 50px; */
  border-bottom: 1px solid #eeeff3;
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
}

.day-of-week {
  /* margin: 0;
    padding: 0; */
  flex: 1;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  color: #afb1b6;
  text-align: center;
}

.day-of-week p {
  margin: 6px;
  padding: 0;
}

.days-container {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  row-gap: 10px;
  width: 100%;
}

.day-container {
  display: flex;
  flex-direction: column;
  border: 1px solid #eeeff3;
  min-height: 80px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.hidden {
  display: none;
}

.day-container-day {
  visibility: hidden;
  font-family: "Open Sans", sans-serif;
  /* font-size: 0.7em; */
  color: #afb1b6;
  text-align: right;
  font-weight: 700;
}

.task {
  margin: 2px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 7px;
  padding-right: 7px;
  background: #5c91ff;
  box-shadow: 3px 5px 15px rgba(63, 123, 249, 0.2);
  border-radius: 4px;
  font-family: "Open Sans", sans-serif;
  font-size: 7px;
  color: #ffffff;
  text-align: left;
  font-weight: 700;
}

.task:hover {
  color: #ffffff;
  background: #1560fd;
  box-shadow: 3px 5px 15px rgba(21, 96, 253, 0.2);
  transition: all 0.7s ease;
}

.task-selected,
.task-selected--after-notification,
.task-selected--after-notification-closed {
  box-shadow: 3px 5px 15px rgba(63, 123, 249, 0.2);
  text-decoration: line-through;
  transition: all 0.7s ease;
}

.timer {
  width: 100%;
  /* height: 50px; */
  border-bottom: 1px solid #eeeff3;
  display: flex;
  flex-direction: row;
  text-align: center;
  justify-content: center;
  /* margin: 0;
    padding: 0; */
  font-size: 1.5em;
  margin: 0;
  padding: 0;
  color: #474c52;
}

.timer p {
  margin: 0;
  padding: 5px;
}

.words-task {
  display: grid;
  justify-items: center;
  align-items: center;
  padding-bottom: 2em;
  transition: transform 0.4s;
  /* justify-content: center; */
  /* align-items: center; */
}

.open {
  display: flex;
  flex-direction: column;
  gap: 1em;
}

.close {
  display: none !important;
}

.timer-new {
  border-bottom: 0px !important;
}

.none-visability {
  display: none;
  visibility: hidden;
}

#timer-text-2 {
  display: none;
  visibility: hidden;
}

#timer-text-1 {
  display: none;
  visibility: hidden;
}

.text-rules {
  width: 100%;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-size: 12px;
  padding-left: 5em;
  padding-right: 5em;
  box-sizing: border-box;
}

.window-task {
  background: #ffffff;
  border-radius: 14px;
  width: 100%;
  min-height: 100vh;
}

#main-info-btn {
  margin-top: 15px;
}

.d {
  /* font-family: 'Open Sans', sans-serif;
    font-style: normal;
    color: #474C52; */
  font-size: 7px;
}

.days-container-2 {
  display: flex;
  flex-direction: row;
  /* justify-content: center;
    align-items: center; */
  /* flex: 1; */
  /* width: 100%; */
}

.day-container-2 {
  flex: 1;
  border: 1px solid #eeeff3;
  height: 30px;
  padding-right: 3px;
  padding-left: 3px;
  transition: all 0.4s;
  /* width: 300px; */
}

.day-container-2:hover {
  background: #5c91ff;
  color: white;
  transition: all 0.4s;
}

.cal-p {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-size: 15px;
  margin-left: 10px;
}

#input-container h1 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-size: 25px;
}

select {
  height: 30px;
}

.right {
  padding-left: 0.1em;
}

.right-info {
  width: 100%;
}

.notes-box {
  display: grid;
  grid-template-columns: auto;
  row-gap: 1em;
}

.notes {
  width: 100%;
  background-color: #f4f6f9;
  border: 0;
  border-bottom: 2px solid lightgrey;
}

*:focus {
  outline: none !important;
}

.right-info h2 {
  margin-left: 10px;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #474c52;
}

#toast-container>.toast-info {
  background-color: #ffffff;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAIAAADYYG7QAAAABmJLR0QA/wD/AP+gvaeTAAACHUlEQVRYhWM0mXGbYTABpoF2ADoYdRAhwEKhflYmxgxTIS813v//Gbbd/jzz9Lvf//4PpIPSTYXiDAQh7HgDQQYGhikn31JiIKVR5q3Gi8z1UeOj0EBKHSTChRLGwlzMFBpIvoNEuVgidAUwxSN0BChxFiMZBaMYN0uGqZC3Gh8TI3YF//4zbL75aeaZd6+//qG5g+wUuBscxXnZCAftt9//mg682nvvC0nmkxZlEToCPe6SxLiGgYGBi5Wp3VUiVJufVg5yVeYpshbBEUvYASMDQ4m1qLMSD/UdJMrFUmErRpJroBYwMtTYi4lxE1vgEeugPEthPnYysyQPG1OWmTA1HSTGzeJCSrBjAncVHnEeogKJKAe5qfCw4MrixAEWJkYiUxJRDjKV5qLENTBDOIlRRpSDFAXYKHMMAwMDg5IgUYYQ5SBBTkprKAYGBiFO6qUhDhaKEhBJhgy6FuOogwiBUQcRAqMOIgRGHUQIjDqIECDsoDQTIWpZlmNOuN1IwEFpJkKpxlRzULyBIEE34XMQdV0DAQTdhNNBtHANBOB3E04H0cg1EBAPG8HBBIMul+FsVprOvENPd8DB0AkhYsDBJCUuVnQvffn1z3H+PbLNpCiETj39jkXwyTdKzKTIQVNOvv308x+yyKeff6ecGrhBz4cffkWtebTn3pevv/59/fVv370vCeufPP74mxIzyRnSoykYdLls1EGEAABAK3ADvwC6qQAAAABJRU5ErkJggg==) !important;
}

#toast-container>div {
  opacity: 1;
  box-shadow: none;
  border-radius: 0;
}

#toast-container>div:hover {
  box-shadow: none;
  opacity: initial;
}

.toast-close-button {
  color: black;
}

.toast-close-button:focus,
.toast-close-button:hover {
  opacity: 1;
}

.blink {
  -webkit-animation: blinker 2s linear infinite;
  animation: blinker 2s linear infinite;
}

@keyframes blinker {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes blinker {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes moved {
  0% {
    right: 50%;
  }

  100% {
    right: 1em;
  }
}

@-webkit-keyframes moved {
  0% {
    right: 20em;
  }

  100% {
    right: 1em;
  }
}

.grid {
  display: grid;
}

.grid--center {
  display: grid;
  justify-items: center;
  align-items: center;
}

.main-grid-template {
  grid-template-columns: 17% 66% 17%;
}

.notification {
  position: fixed;
  bottom: 1em;
  right: 1em;
  width: 17rem;
  height: 4rem;
  background-color: white;
  display: flex;
}

.notification:hover {
  cursor: pointer;
}

.icon-container {
  width: 20%;
  height: 100%;
  background-color: rgb(3, 119, 227);
  display: grid;
  justify-items: center;
  align-items: center;
}

.notification--text {
  display: grid;
  justify-items: center;
  align-items: center;
  width: 100%;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
}

.notification-close {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
}

.animate--blink {
  -webkit-animation: blinker 0.5s linear infinite;
  animation: blinker 0.5s linear infinite;
}

.animate--moving {
  -webkit-animation: moved 1s linear;
  animation: moved 1s linear;
}

.welcome-form {
  display: grid;
  grid-template-columns: auto;
  justify-items: center;
  align-items: center;
}

.window-task-remember-words {
  display: grid;
  justify-items: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: auto;
  min-height: 100vh;
}

.window-task-finish {
  padding: 0 2em;
  box-sizing: border-box;
}

hr {
  width: 100%;
}

button {
  width: fit-content;
}

.finish-button {
  margin-top: 2em;
}

.ask__image__container {
  position: relative;
}

.ask__image__number {
  position: absolute;
  top: 5px;
  left: 5px;
  color: white;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
  font-size: 1.5em;
  font-weight: bold;
}

.ask__images {
  display: grid;
  grid-template-columns: repeat(4, max-content);
}

.range-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  place-items: center;
}

.range-labels {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 10px;
  /* Adjust padding as needed */
  box-sizing: border-box;
}

#temp {
  width: 100%;
}

.range-labels span {
  position: relative;
  top: -10px;
  /* Adjust to position labels above the slider */
}

@keyframes popFadeIn {
  0% {
    opacity: var(--opacity-start);
    transform: scale(var(--scale-start));
  }

  100% {
    opacity: var(--opacity-end);
    transform: scale(var(--scale-end));
  }
}

body {
  --opacity-start: 0.8;
  --opacity-end: 1;
  --scale-start: 0.95;
  --scale-end: 1;
  --animation-duration: 1s;
}

.animate__popFadeIn {
  animation-name: popFadeIn;
  animation-duration: var(--animation-duration);
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}