.div_odpocet {
  position: fixed;
  left: 10px;
  bottom: 10px;
  width: 150px;
  margin: 0 auto;
  z-index: 99999;
}

.circle {
	background-color: rgb(0 0 54 / 75%);
	border-radius: 5rem;
}

.controlls {
  position: absolute;
  left: 25px;
  top: 15px;
  text-align: center;
}

.display-remain-time {
  font-family: 'Roboto';
  font-weight: 100;
  font-size: 45px;
  line-height: normal;
  color: #F7958E;
}

.e-c-base {
  fill: none;
  stroke: #B6B6B6;
  stroke-width: 4px
}

.e-c-progress {
  fill: none;
  stroke: #F7958E;
  stroke-width: 4px;
  transition: stroke-dashoffset 0.7s;
}

.e-c-pointer {
  fill: #FFF;
  stroke: #F7958E;
  stroke-width: 2px;
}

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