button[data-setter] {
  outline: none;
  background: transparent;
  border: none;

  font-weight: 300;
  font-size: 18px;
  width: 25px;
  height: 30px;
  color: #ffe44f;
  cursor: pointer;
}

button[data-setter]:hover {
  opacity: 0.5;
}

.timmer {
  width: 300px;
  height: 300px;
  margin: auto;
}

.setters {
  position: absolute;
  left: 85px;
  top: 75px;
}

.minutes-set {
  float: left;
  margin-right: 28px;
}

.seconds-set {
  float: right;
}

.controlls {
  position: absolute;
  left: 5px;
  top: 10%;
  padding: 15%;
  width: 100%;
  text-align: center;
}

.display-remain-time {
  margin-top: -5px;
  font-weight: 600;
  font-size: 2.5rem;
  color: #00ff00;
}

#pause {
  outline: none;
  background: transparent;
  border: none;
  margin-top: -20px;
  width: 50px;
  height: 50px;
  position: relative;
  display: none;
  display: inline-block;
}

.play::before {
  display: block;
  content: "";
  position: absolute;
  top: 8px;
  left: 16px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 22px solid #ffe44f;
}

.pause::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 12px;
  width: 15px;
  height: 30px;
  background-color: transparent;
  border-radius: 1px;
  border: 5px solid #ffe44f;
  border-top: none;
  border-bottom: none;
}

#pause:hover {
  opacity: 0.8;
}

.e-c-base {
  fill: none;
  stroke: #00ff00;
  stroke-width: 7px;
}

.e-c-progress {
  fill: none;
  stroke: #2e2e2e;
  stroke-width: 8px;
  transition: stroke-dashoffset 0.7s;
}

.e-c-pointer {
  fill: #fff;
  stroke: #00ff00;
  stroke-width: 2px;
}

#e-pointer {
  transition: transform 0.7s;
}
