@import url('https://fonts.googleapis.com/css?family=Prompt&display=swap');

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  font-family: 'Prompt', sans-serif;
}
a {
  cursor: pointer !important;
}
div {
  position: relative;
}
img,
picture {
  display: block;
  width: 100%;
}

.head {
  margin: 5% 0px;
}

.group2 {
  padding: 5% 7%;
}

.group5 {
  padding-top: 6%;
}

.coach {
  padding: 7% 27% 0% 11%;
  margin-bottom: 20%;
}


.tfbutton, .ccbutton {
  width: 28%;
  height: 7.1%;
  position: absolute;
  top: 21%;
}
.ccbutton {
  left: 23%;
}
.tfbutton {
  right: 16%;
}

.howtoreg1 {
  top: 36%;
  left: 41%;
  width: 20%;
  height: 3%;
  position: absolute;
}
.howtoreg2 {
  top: 57.5%;
  left: 50%;
  width: 30%;
  height: 4%;
  position: absolute;
}
.howtoreg3 {
  bottom: 17%;
  right: 22%;
  width: 28%;
  height: 3%;
  position: absolute;
}
.notify {
  position: absolute;
  width: 44%;
  height: 35%;
  left: 28%;
  bottom: 32%;
}

.inbox {
  left: 15.6%;
}

.line {
  left: 51%;
}

.inbox, .line {
  position: absolute;
  width: 33.5%;
  height: 27%;
  top: 47%;
}

.applyButton1 {
  position: absolute;
  width: 45%;
  height: 13%;
  top: 68%;
  left: 10%;
}
.inbox1 {
  position: absolute;
  width: 12%;
  height: 11%;
  top: 85.5%;
  left: 58%;
}
.line1 {
  position: absolute;
  width: 12%;
  height: 11%;
  top: 85.5%;
  left: 71%;
}

.applyButton {
  position: absolute;
  width: 45.5%;
  height: 36%;
  left: 27.5%;
  top: 32%;
}

.reviewButton {
  position: absolute;
  width: 57%;
  height: 7%;
  left: 21%;
  top: 89.5%;
}
.footer {
  margin-bottom: 10%;
}
@media only screen and (min-width: 961px) {
  .page {
    width: 960px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 480px) {
  .notify {
    width: 90%;
    left: 5%;
    bottom: 32%;
    height: 41%;
  }

  .applyButton1 {
    width: 84.4%;
    height: 7.7%;
    top: 37.8%;
    left: 7%;
  }
  .inbox1 {
    width: 30%;
    height: 7%;
    top: 89.7%;
    left: 18%;
  }
  .line1 {
    width: 30%;
    height: 7%;
    top: 89.7%;
    left: 52.5%;
  }

  .inbox {
    top: 34%;
  }
  
  .line {
    top: 62%;
  }
  
  .inbox, .line {
    width: 88%;
    height: 22%;
    left: 6%;
}
  
  .applyButton {
    width: 84.5%;
    height: 36%;
    left: 7.8%;
    top: 34%;
  }

  .howtoreg1 {
    width: 24%;
    top: 40%;
  }

  .howtoreg2 {
    left: 40%;
    width: 34%;
    top: 60%;
  }
  .howtoreg3 {
    bottom: 16.5%;
    right: 17%;
    width: 30%;
  }

  .tfbutton, .ccbutton {
    width: 32%;
    height: 6.7%;
    top: 23.5%;
  }
  .ccbutton {
    left: 21%;
  }
  .tfbutton {
    right: 14%;
  }
  .reviewButton {
    width: 92%;
    left: 4%;
    top: 89.5%;
    height: 7%;
  }

}


.pomodoro {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  padding-top: 15px;
  padding-bottom: 25px;
}
p {
  text-align: center;
}
.flip-clock-wrapper {
  max-width: 460px;
  margin: 3em auto 2em;
  display: flex;
  justify-content: center;
}
.col-md-4 {
  display: flex;
  justify-content: center;
}
.col-md-2 {
  display: flex;
  justify-content: center;
  height: 34px;
  align-items: center;
}
.counter {
  display: flex;
  justify-content: center;
}
.clock {
  margin-top: 30px;
}
.container {
  width: 500px;
}
.middle {
  display: inline-block;
}
.countdown-title {
  background: #ED0876;
  text-align: center;
  font-size: 32px;
  color: #fff;
  padding: 20px 0;
}

.countdown-title span {
  color: #FFF;
}
.countdown {
  background-color: #ED0876;
  height: 140px;
}

@media only screen and (max-width: 480px) {

  .pomodoro {
    width: 100%;
  }
  
}

.progress-bar {
  display: flex;
  align-items: center;
  justify-content: center;
}

.progress {
  background-color: #d8d8d8;
  border-radius: 20px;
  height: 45px;
  width: 80%;
}

.progress-text-end {
  float: right;
  font-size: 22px;
  color: #fff;
}

.progress-done {
  background-image: linear-gradient(to bottom, #FFE2EE,  #FFE2EE);
  box-shadow: 0 3px 3px -5px #F2709C, 0 2px 5px #F2709C;
  border-radius: 20px;
  color: #FF0F76;
  font-weight: bold;
  font-size: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.progress-done::after {
  position: absolute;
  border-radius: 20px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-size: 100%;
  background-image: linear-gradient(45deg, #fff 25%,
                                  rgba(0,0,0,0) 25%,
                                  rgba(0,0,0,0) 50%,
                                  #fff 50%,
                                  #fff 75%,
                                  rgba(0,0,0,0) 75%,
                                  rgba(0,0,0,0));
  background-size: 30px 30px;
  opacity: 0.3;
  animation: progress-bar-after-1 0.5s infinite linear;     
}



@keyframes progress-bar-after-1 {
  0% {
    background-position: 0 100%;
  }
  100% {
    background-position: 30px 100%;
  }
}

