@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@700&family=Pragati+Narrow&display=swap');

body {
  user-select: none;
  display: flex;
  margin: 0;
  padding-top: 0;
  background-color: #222831;
  font-family: 'Pragati Narrow', sans-serif;
}
.absolute {
  position: absolute;
}
.bg {
  margin: auto;
  margin-top: -10px;
  position: relative;
  min-width: 550px;
  z-index: -1;
}
.timer-bg {
  top: 162px;
  left: 152px;
  width: 250px;
  border-radius: 50%;
}
.cycle-tracker {
  top: 285px;
  left: 257px;
  font-size: 1.2rem;
  font-weight: 900;
  user-select: none;
}
.image-bg {
  width: 100%;
}
.image-tasks {
  top: 412px;
  left: 45px;
  width: 20.5%;
  border-radius: 22px;
}
.start-here{
  top: 435px;
  left: -20px;
  border-radius: 18px;
/*   width: 70px; */
/*   height: 30px; */
  color: white;
  opacity: 0;
}
.btn {
  position: absolute;
  cursor: pointer;
  &:hover {
    box-sizing: border-box;
    border: 1px solid #101010;
  }
  &:active {
    scale: 0.98;
    box-shadow: 0 0 30px yellow;
  }
}
.time-set_up {
  top: 288px;
  left: 43px;
  border-radius: 50%;
  width: 20%;
}
.go_to_skool {
  top: 168px;
  left: 43px;
  border-radius: 50%;
  width: 20%;
  -webkit-animation: spinRight 10s linear infinite;
  animation: spinRight 10s linear infinite;
}
a {
  font-size: 50px;
  color: red;
  z-index: 999;
}

.circle{
  position: absolute;
  cursor: pointer;
  box-shadow: 0 0 25px black;
  &:active{
    box-shadow: 0 0 30px yellow;
  }
}


.one, .two {
	width: 55px;
  height: 55px;
  top: 50px;
  left: 70px;
	background:linear-gradient(to bottom, #FFE4B4 35%, #808080 100%);
/* 	background-color:#ededed; */
	border-radius: 50%;
	border:5px solid #132120;
	color:#3a8a9e;
	font-family:Georgia;
	font-size:17px;
	text-decoration:none;
	text-shadow:0px 1px 13px #e1e2ed;
  z-index: 4;
}

.one:hover, .two:hover  {
	background:linear-gradient(to bottom, #bab1ba 5%, #ededed 100%);
	background-color:#bab1ba;
}
.two {
  top: 25px;
  left: 240px;
  z-index: 2;
  display: flex;
}
.one p, 
.two p {
  font-size: 0.8rem;
  color: #d06d43;
  text-align: center;
  margin: 1.3em 0;
}
a {
  text-decoration: none;
}
.two p {
  margin-left: 1.3em;
  margin-top: 0.9em;
  
}

.pipe-blow {
  top: 45px;
  left: 392px;
  width: 115px;
  border-radius: 20px;
}
.tine-pluck {
  top: 410px;
  left: 393px;
  width: 115px;
  border-radius: 20px;
  margin-bottom: 0;
  margin-top: auto;
}
.piano-sound {
  width: 21%;
  top: 158px;
  left: 395px;
  border-radius: 50%;
  z-index: 4;
}
.hit-high {
  width: 21%;
  top: 283px;
  left: 399px;
  border-radius: 50%;
  -webkit-animation: spin 5s linear infinite;
  animation: spin 5s linear infinite;
}
.unsplash{
  top: 422px;
  left: 302px;
  width: 70px;
  height: 70px;
  box-sizing: border-box;
  box-shadow: 0 0 30px black;
  border-radius: 50%;
  cursor: pointer;
}
        
.minutes-arrow {
  width: 10%;
  top: 215px;
  left: 247px;
  transform-origin: 55% 75%;
  rotate: 0deg;
  z-index: 2;
}
.seconds-arrow {
  width: 10%;
  top: 200px;
  left: 247px;
  transform-origin: 55% 75%;
  rotate: 0deg;
  z-index: 2;
}
.faker-color {
  border-radius: 50%;
  width: 8%;
  top: 65px;
  left: 171px;
  &:hover{
    border: 3px solid beige;
  }
}
.play {
  top: 118px;
  left: 144px;
  width: 15%;
  border-radius: 120px 120px 0 0;
  rotate: -35deg;
}
.pause {
  border-radius: 50%;
  top: 98px;
  left: 243px;
  width: 12%;
}
.stop {
  border-radius: 120px 120px 0 0;
  top: 118px;
  left: 323px;
  width: 15%;
  rotate: 35deg;
}
.theme {
  top: 48px;
  left: 343px;
  width: 4.5%;
}
.yellow {
  top: 60px;
}
.green {
  top: 70px;
}
.black {
  top: 82px;
}
.red {
  top: 96px;
}
p.timer {
  top: 315px;
  left: 245px;
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
  color: #0F1A1A;
}
p.break{
  top: 333px;
  left: 255px;
}
.hidden {
  display: none;
}
.transparent {
  opacity: 0;
}
.visible {
  opacity: 1;
}

.modal, .time_setup_modal {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 2;
  font-family: 'Pragati Narrow', sans-serif;
  min-width: 500px;
}

.finished{
  color: grey;
}
.trash-table {
  border: 5px dashed #010916;
  border-radius: 0.5em;
  padding: 2em 3em;
  margin: 0;
}

.form {
  position: relative;
  min-width: 550px;
  margin: 1em auto;
  width: 80%;
  background-color: rgba(176, 176, 158, 1);
  border: 5px solid #010916;
  border-radius:1.5em;
}

.input {
 color: #000;
 width: 80%;
 font-size: 1.2rem;
 background-color: transparent;
 box-sizing: border-box;
 padding-inline: 1.5em;
 padding-block: 0.7em;
 border: none;
 border-radius: 1em 1em 0 0 ;
 border-bottom: 1px solid rgba(221, 221, 221, 0.69);
 margin-bottom: 1em;
 font-family: 'Pragati Narrow', sans-serif;
 letter-spacing: 0.2em;
}

input:hover {
 background: #4985e01f;
}

input:focus {
 outline: none;
}
.task-generator{
  height: 55px;
  font-family: 'Pragati Narrow', sans-serif;
  font-size: 1.2rem;
  background: transparent;
  border: none;
  top: 15%;
  margin-left: 15px;
  cursor: pointer;
  &:hover {
    font-weight: bold;
  }
}
h1 {
  margin: 0;
}
span{
  margin: 0 0 0 10px;
  color: grey;
  text-align: center;
  letter-spacing: 2px;
}
.list-container{
  width: 80%;
  margin: 2em auto;
  display: flex;
  margin-bottom: 2em;
  min-width: 550px;
}
.message-pending{
  text-align: center;
}
.started-container, .finished-container{
  padding: 0.8em;
  background: white;
  border: 5px solid #010916;
  border-radius:1.5em;
}
.started-container {
  width: 50%;
  margin-right: 0.5em;
  background-color: Chartreuse;
}
.finished-container {
  width: 50%;
}
.trash {
  position: absolute;
  bottom: 5px;
  right: 0;
  cursor: pointer;
}

ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-items: stretch;
    justify-content: center;
    margin-top: 1em;
    padding: 16px;
    list-style-type: none;
}

ul li {
    position: relative;
    box-shadow: 0px 1px 4px  rgba(0, 0, 0, 0.2);
    flex-grow: 1;
    padding: 15px;
    border-radius: 20px;
    font-size: 20px;
    user-select: none;
    border: 3px solid #1a212d;
    border-top: 26px solid #d06d43;
    border-left: 16px solid #d06d43;
    border-radius:0.5em;
    max-width: 90%;
    margin-top: 1.5em;
    &:hover {
      background-color: #dbddb4;
      color: IndianRed;
      user-select: none;
    }

}

ul li:active {
  background-color: #d2d6df;
  cursor: pointer;
}
.started-list li {
  cursor: pointer;
}
.finished-list li{
  color: #333;
  border-color: grey;
}

.close-btn, .close-btn-time {
  width: 5%;
  top: 4%;
  left: 2%;
  cursor: pointer;
}

.current-task {
  position:absolute;
  margin: 95% auto 0;
  text-align: center;
  font-size: 2rem;
  color: white;
  width: 100%;
  text-shadow: 0 0 20px white;
  user-select: none;
/*   opacity: 0; */
}
.pomodoroCalc,
.shortCalc,
.longCalc,
.cyclesCalc {
  position:absolute;
  display: flex;
  flex-direction: column;
  top: 5%;
  left: 20%;
  > p {
    font-size: 2rem;
    text-shadow: 1px 1px 19px lightyellow;
    margin: 0;
    text-align: center;
    color: white;
    letter-spacing: 2px;
  }
  
}
.shortCalc,
.cyclesCalc {
  left: 60%;
}
.longCalc,
.cyclesCalc {
  top: 65%;
}
.cyclesCalc div,
.pomodoroCalc div,
.shortCalc div,
.longCalc div {
  display: flex;
}
.cyclesCalc input,
.pomodoroCalc input,
.shortCalc input,
.longCalc input,
.save {
  width: 65px;
  height: 65px;
  text-align: center;
  font-size: 2rem;
  margin: 0;
  border-radius: 50%;
  font-family: 'Pragati Narrow', sans-serif;
  font-weight: bold;
  border: 5px solid #0E0E0E;
  background:linear-gradient(to bottom, #FFE4B4 30%, #353535 90%);
}
.dec {
  rotate: 180deg;
}
.save {
  position: absolute;
  top: 45%;
  left: 42%;
  width: 100px;
  height: 100px;
  color: lightgrey;
  border-top: 26px solid #222831;
  border-bottom: 6px solid grey;
  border-left: 1px solid yellow;
  border-right: 15px solid #3F2A1B;
  cursor: pointer;
  background:linear-gradient(to bottom right, FireBrick 30%, #1a0000 90%);
  -webkit-animation: spin 6s linear infinite;
  animation: spin 6s linear infinite;
  &:active {
    opacity: 0.9;
    color: grey;
    text-shadow: 1px 1px 2px black inset;
  }
}


@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(-360deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(-360deg); }
}
@-webkit-keyframes spinRight {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes spinRight {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.shake {
  animation-name: shake;
  animation-iteration-count: infinite;
}

@keyframes shake {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }

  20%, 60% {
    transform: translate3d(-2px, -2px, -2px);
  }

  40%, 80% {
    transform: translate3d(2px, 2px, 2px);
  }
}
