.hotmatch-matches,
.hotmatch-matches-tab {
  display: flex;
}

.hotmatch-matches {
  flex-direction: column;
  gap: 10px;

}
.hotmatch-matches-tab {
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  position: relative;
}
.hotmatch-matches-tab-item a img {
  height: 25px;
  padding: 5px 10px;
}
.hotmatch-matches-tab-item.active a img {
  filter: unset;
}
.hotmatch-matches-tab-content {
  position: relative;
  width: calc(100% - 40px);
  height: 168px;
  overflow: hidden;
  padding: 5px 20px;
}
.hotmatch-matches-tab-content-item {
  position: relative;
  width: 100%;
  height: 0;
}
.hotmatch-matches-tab-content-item.active {
  height: 172px;
}

.hmtci-content {
  position: relative;
  background-color: #262626;
  padding: 15px 10px 10px;
  border-radius: 15px;
}
body.white .hmtci-content {
  background-color: #f2f2f2;
}
.hmtci-content .hmtci-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 125px;
}
.hmtci-content:not(.slick-initialized) .hmtci-item:not(:first-child) {
  display: none;
}
.hmtci-content .hmtci-item > div {
  display: grid;
  grid-template-columns: 1fr 100px 1fr;
  flex-grow: 1;
}
.hmtci-content .hmtci-item > div:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-grow: 0;
}
.hmtci-content .hmtci-item > div:last-child a {
  width: 100%;
  text-align: center;
}
.hmtci-item .hmtci-team {
  height: 65px;
}
.hmtci-content .hmtci-item > div:last-child a,
.hmtci-item .hmtci-button:before,
.hmtci-item .hmtci-button:hover:before {
  border-radius: 5px;
}
.hmtci-item .hmtci-team > div,
.hmtci-item .hmtci-team-date > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  text-align: center;
}
.hmtci-item .hmtci-team-date > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-top: 10px
}
.hmtci-item .hmtci-team-date > div span:first-child {
  font-weight: 600;
}
.hmtci-item > div span {
  flex-grow: 1;
  color: #ffffff;
}
body.white .hmtci-item > div span {
  color: #000000;
}
.hmtci-item > div span,
.hmtci-item .hmtci-team-date > div span {
  font-size: 14px;
}
.hmtci-item .hmtci-bets .hmtci-bets-odds {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.hmtci-item .hmtci-bets .hmtci-bets-odds > div {
  border: 1px solid #303030;
  flex: 1;
  background-color: #1f1f1f;
  padding: 10px;
  align-items: center;
  justify-content: center;
  display: flex;
  border-radius: 5px;
  font-size: 12px;
  color: #cc001b;
  font-weight: 600;
}
.hmtci-item .hmtci-bets .hmtci-bets-odds > div:first-child,
body.white .hmtci-item .hmtci-bets .hmtci-bets-odds > div:first-child {
  background-color: inherit;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.hmtci-item .hmtci-bets .hmtci-bets-odds > div:nth-child(2) {
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.hmtci-item .hmtci-bets .hmtci-bets-odds > div:last-child {
  margin-left: 5px;
  color: #2a8fbc;
}
body.white .hmtci-item .hmtci-bets .hmtci-bets-odds > div {
  border-color: #d3d3d3;
  background-color: #ffffff;
}

/*------ OVERRIDE */
.slick-dots {
  height: 20px;
  bottom: -22px;
}
.slick-arrow {
  margin: 0 20px;
  top: 42%;
}
.slick-dots li {
  margin: 0;
}
.slick-dots li button:before,
.slick-arrow:before {
  content: none;
}
.slick-arrow.slick-prev img {
  transform: scaleX(-1);
}
.slick-dots li button {
  height: 10px;
  width: 10px;
  padding:0;
  margin: 5px;
  background: url(/_static/home/btm/img/dot.png?v=1) no-repeat;
  background-position: -11px 0;
}
.slick-dots li.slick-active button {
  background: url(/_static/home/btm/img/dot.png?v=1) no-repeat;
  background-position: 0 0;
}
.slick-dotted.slick-slider {
  margin-bottom: 0;
}