/*Hotmatch countdown*/
.htcd-container {
  position: relative;
  margin: 0 auto;
  height: 72px;
  width: 100%;
  display: none;
}
.htcd-container.htcd-container-ct {
  height: 100px;
  /*height: 90px;*/
}
.htcd-container.htcd-has-coming {
  height: 114px;
}
.htcd-container * {
  color: #fff !important;
}
.htcd-container .htcd-timer * {
  color: #64C8F5 !important;
}
.htcd-container .white_size_14px {
  color: #C8C8C8 !important;
}

body.white .htcd-container * {
  color: #fff !important;
}
body.white .htcd-container .htcd-timer * {
  color: #28282D !important;
}

.htcd-content {
  margin: 15px auto 10px;
  width: 1280px;
  height: 72px;
  background: url('/_static/hotmatch/img/Countdown-BG-BURNLEY-Dark.png') top center no-repeat;
  display: flex;
  justify-content: center;
  flex: 1;
  align-items: center;
}
body.white .htcd-content {
  background: url('/_static/hotmatch/img/Countdown-BG-BURNLEY-Light.png') top center no-repeat;
}
.htcd-content.htcd-ct.htcd-ng {
  height: 100px;
  /*height: 90px;*/
  gap: 40px;
}
.htcd-content:hover {
  cursor: pointer;
}
.htcd-content .htcd-home,
.htcd-content .htcd-away {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100%/3);
}
.htcd-content .htcd-home {
  justify-content: flex-end;
  padding-right: 20px;
}
.htcd-content .htcd-away {
  justify-content: flex-start;
  padding-left: 20px;
}
.htcd-content .htcd-home *,
.htcd-content .htcd-away * {
  margin: 0 10px;
}
.htcd-timer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
}
.htcd-timer > div {
  display: block;
  background: url(/_static/hotmatch/img/Separator.png) no-repeat center left;
  min-width: 60px;
  text-align: center;
  padding: 0 5px;
}
/*.htcd-content.htcd-ct.htcd-ng .htcd-timer > div {
  background: none;
}*/
.htcd-timer div span:first-child {
  font-weight: bolder;
}
.htcd-timer > div:first-child {
  background: transparent;
}
.htcd-content.htcd-ct.htcd-ng .htcd-timer > div:after {
  /* content: ""; */
  position: absolute;
  top: 22px;
  margin-left: 33px;
  height: 30px;
  width: 1px;
  background-color: #b3b3b3;
}
.htcd-content.htcd-ct.htcd-ng .htcd-timer > div:last-child:after {
  content: unset;
}
body.white .htcd-content.htcd-ct.htcd-ng .htcd-timer > div:after {
  background-color: #fff;
}
.htcd-timer > div * {
  display: block;
  text-align: center;
}
.htcd-timer > div .white_size_24px {
  font-size: 35px;
}
.htcd-content.htcd-ct.htcd-ng .htcd-timer .htcd-timer > div .white_size_24px {
  font-size: 40px;
}
.htcd-content.htcd-ct.htcd-ng .htcd-timer .htcd-timer > div .white_size_14px {
  font-size: 13px;
}
.htcd-timer.htcd-play img {
  margin: 0 15px;
}
.htcd-timer.htcd-play .white_size_24px {
  font-size: 26px;
}
.htcd-timer.htcd-play .htcd-arrow {
  width: 24px;
  height: 12px;
  margin: 0 15px;
}
.htcd-timer.htcd-play .htcd-arrow.htcd-arrow-right {
  background: url('/_static/hotmatch/img/Arrow-Right.png') no-repeat center left;
}
.htcd-timer.htcd-play .htcd-arrow.htcd-arrow-left {
  background: url('/_static/hotmatch/img/Arrow-Left.png') no-repeat center right;
}
.htcd-next {
  background: url('/_static/hotmatch/img/Countdown-BG-CPFC2122.png') top center no-repeat;    
  position: relative;
  bottom: 10px;
  width: 960px;
  height: 42px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.htcd-next .htcd-next-container {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.htcd-next > div:nth-child(3) {
  flex-grow: 5;
}
.htcd-next .htcd-coming-up {
  text-align: center;
  width: 158px;
}
.htcd-next .htcd-next-games {
  display: flex;
  align-items: center;
  padding: 0 40px;
  position: relative;
  left: -81px;
}
.htcd-next .htcd-next-games.first-match {
  justify-content: flex-end;
}
.htcd-next .htcd-next-games.second-match {
  justify-content: flex-start;
}
.htcd-next .htcd-next-games.first-match,
.htcd-next .htcd-next-games.second-match {
  flex: 2 1 auto;
  left: 0;
}
.htcd-next .htcd-next-games-separator {
  background: url('/_static/hotmatch/img/separator.jpg') no-repeat top center;
  height: 42px;
  width: 2px;
}
.htcd-next-games .htcd-next-game {
  display: flex;
  align-items: center;
}
.htcd-next-games .htcd-next-game > * {
  padding: 0 5px;
}
.htcd-next-games .htcd-next-game img {
  height: 30px;
  width: 30px;
}
.htcd-next-games .htcd-next-game:last-child {
  flex-direction: row-reverse;
}
.htcd-next-games span {
  padding: 0 3px;
}
.htcd-timer .htcd-timer-item {
  padding: 0 4px;
}
.htcd-bullet:after {
  content: "•";
}
.htcd-timer-round {
  text-align: center;
}

/* Change Set 2022-11-16 Qatar */
/*.htcd-content .htcd-home,
.htcd-content .htcd-home *,
.htcd-content .htcd-away,
.htcd-content .htcd-away *,
.htcd-timer > div * {
  font-family: "QatarBold";
}
.htcd-timer > div .white_size_24px {
  font-size: 40px;
  line-height: 40px;
}
.htcd-container .htcd-timer *,
body.white .htcd-container *,
body.white .htcd-container .htcd-timer * {
  color: #fff !important;
} 
.htcd-container .htcd-timer > div .white_size_14px {
  color: #00cfb7 !important;
}*/