.cookieTimer {
  display: flex;
  justify-content: center;
  text-align: center;
  white-space: nowrap;
  padding: .25rem 1rem;
  border: 2px solid transparent;
}

.cookieTimer#Match {

}

.cookieTimer .time {
  position: relative;
  font-family: 'Titillium Web', sans-serif;
  font-size: 3rem;
  line-height: 1.2;
  text-align: right;
  color: #f0506e;
  width: auto;
  padding: 0 1rem;
  z-index: 999;
  white-space: nowrap
}

.cookieTimer#Match .time,
.cookieTimer#second .time {
  font-size: 3rem;
  line-height: 1.2;
  color: var(--font-color);
}

.cookieTimer .name {
  display: inline-block;
  font-family: 'Titillium Web', sans-serif;
  font-size: 3rem;
  line-height: 1.2;
  text-transform: capitalize;
  white-space: nowrap
}

.timerFlash {
  background: #f0506e99;
  color: #fff;
}
