.pnotify-countdown {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  display: flex;
  justify-content: center;
  align-items: center
}

.pnotify-countdown-top {
  top: auto;
  bottom: 100%
}

.pnotify-countdown-left {
  top: 0;
  right: 100%;
  left: auto;
  height: 100%;
  width: .5em
}

.pnotify-countdown-right {
  top: 0;
  left: 100%;
  height: 100%;
  width: .5em
}

.pnotify-countdown-bar {
  position: absolute;
  top: 0;
  left: 0;
  transition: width .1s linear
}

.pnotify-countdown-reverse .pnotify-countdown-bar {
  top: auto;
  left: auto;
  right: 0;
  bottom: 0
}