.icon-match{
    position: absolute;
    top: 0px;
    left: 115px;
  }
  
  .hm-leaderboard-wrapper {
    width: 100%;
    margin-bottom: 15px;
  }
  .hm-leaderboard-wrapper--title {
    display: flex;
    padding-left : 10px;
    /* font-weight: bold; */
  }
  .hm-leaderboard-header-content {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .hm-leaderboard-header-nav {
    align-items: center;
    display: flex;
    width: 100%;
  }
  .hm-leaderboard-title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /* padding: 10px; */
    padding-left : 0;
    padding-right : 30px;
    font-size: large;
    font-weight: bold;
  }
  .hm-leaderboard-title {
    color: #fff;
  }
  .hm-leaderboard-title img {
    max-width: 17px;
    position: absolute;
    top: 0;
    right: 15px;
  }
  /* NAV */
  .hm-leaderboard-nav {
    margin-top: 15px;
  }
  .hm-leaderboard-nav-menu {}
  .hm-leaderboard-nav-menu-item {
    margin-right: 10px;
  }
  .hm-leaderboard-nav-menu-item-link {
    color: #fff!important;
    text-decoration: none;
    padding: 0.5rem 1rem !important;
  }
  .hm-leaderboard-nav-menu-item-link.active, .hm-leaderboard-nav-menu-item-link:hover {
    color: #fff!important;
    background: #a53c84!important;
    padding: 0.5rem 1rem !important;
    border-radius: 10px;
  }
  .hm-layarscore-img {
    width: 100px;
  }
  /* Content */
  .hm-leaderboard-content {
    /* background: #061b2c;
    border: 2px solid #1accde; */
    border-radius: 5px;
    padding: 10px;
    padding-right:20px;
  }
  
  .hm-leaderboard-display {
    overflow: hidden;
  }
  .hm-leaderboard-display-wrapper {
    width: 100%;
  }
  .hm-leaderboard-display-item {
    color: #000;
    width: 100%;
  }
  .hm-leaderboard-display-item-title {
    background: #5d5c5c;
  
    position: relative;
    padding: 10px;
    padding-right: 30px;
    font-size: 12px;
    border-radius: 5px 5px 0 0;
    color: #fff;
  }
  .hm-leaderboard-display-item-title-sch {}
  .hm-leaderboard-display-item-title-time {}
  .hm-leaderboard-display-item-title-tip {
    color: #fff!important;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 16px;
  }
  .hm-leaderboard-display-item-title-tip a {
    color: #fff!important;
    font-size:25px;
  }
  /* CONTENT IMG */
  .hm-leaderboard-display-item-img {
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .hm-leaderboard-display-item-img-content {
    width: 100%;
    height: 130px;
  }
  /* CONTENT */
  .hm-leaderboard-display-item-content {
    position: relative;
  }
  .hm-leaderboard-display-item-content-detail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 12px;
  }
  /* CONTENT DETAIL MATCH */
  .hm-leaderboard-display-item-content-detail-match {
  color: #fff;
  position: relative;
  z-index: 2;
  padding: 5px 0;
  }
  .hm-leaderboard-display-item-content-detail-match-badge {
  position: relative;
  padding: 5px;
  padding-left: 50px;
  font-size: 12px;
  }
  .hm-leaderboard-display-item-content-detail-match-badge-content {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  }
  .hm-leaderboard-display-item-content-detail-match-badge-content--tf {
  color: #fff!important;
  background: #62bb47;
  }
  .hm-leaderboard-display-item-content-detail-match-badge-content--ts {
  color: #fff!important;
  background: #ff0000;
  }
  /* CONTENT DETAIL CHANCE */
  .hm-leaderboard-display-item-content-detail-chance {
    display: flex;
    position: relative;
    z-index: 2;
  }
  .hm-leaderboard-display-item-content-detail-chance-item {
    width: 100%;
    padding: 5px;
  }
  .hm-leaderboard-display-item-content-detail-chance-item-wrapper {
    background: #fff;
    border-radius: 15px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    position: relative;
    height: 25px;
  }
  .hm-leaderboard-display-item-content-detail-chance-item-wrapper > p {
    margin: 0;
    font-size: 10px;
  }
  /* .hm-leaderboard-display-item-content-detail-chance-item-wrapper .left-position{
    position: absolute;
    left: 10px;
  }
  .hm-leaderboard-display-item-content-detail-chance-item-wrapper .right-position{
    position: absolute;
    right: 10px;
  } */
  .hm-leaderboard-display-item-content-detail-chance {}
  /* CONTENT SUBMIT */
  .hm-leaderboard-display-item-content-submit {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 2;
  }
  .hm-leaderboard-display-item-content-submit-wrapper {
    position: relative;
  }
  .hm-leaderboard-display-item-content-submit-btn {
    text-decoration:none;
    color: #fff!important;
    background: linear-gradient(to bottom, #25bd61 0%, #1c7d42 100%);
    border: none!important;
    width: 100%;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 0 0 4px 4px!important;
    padding: 5px 10px!important;
    font-size: 12px!important;
  }
  .hm-leaderboard-display-item-content-submit-btn:hover {
    color: #fff!important;
    background: linear-gradient(180deg , #496d0a 0%, #1b8a49 100%);
  }
  /* Custom */
  .hm-leaderboard-display-item-content-submit-t-2 {
    background: rgba(0,0,0,0.5);
  }
  .hm-leaderboard-display-item-content-submit-t-2 > .hm-leaderboard-display-item-content-submit-wrapper {
    padding: 5px;
  }
  .hm-leaderboard-display-item-content-submit-t-2 > .hm-leaderboard-display-item-content-submit-wrapper > .hm-leaderboard-display-item-content-submit-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: unset;
    border-radius: 0 0 5px 0!important;
  }
  .hm-leaderboard-display-item-content-detail-chance-item-wrapper > b{
    margin: 0 5px;
  }
  .hotmatch__head__promo-container {
    position: absolute;
    top: 56%;
    right: 19%;
  }

  .hotmatch__head__promo-tag-bg {
      background: none;
      z-index: 1;
      min-height: 50px;
      width: 100px;
      position: absolute;
      top: -15px;
      left: -25px;
      font-size: 10px;
      padding: 2px 5px 2px 5px;
      mix-blend-mode: lighten;
  }


  .hotmatch__head__promo-tag {
      background: radial-gradient(circle, rgba(238, 66, 77, 1) 0%, rgba(229, 62, 74, 1) 20%, rgba(173, 29, 54, 1) 97%, rgba(219, 91, 102, 1) 100%);
      border-radius: 20px;
      text-align: center;
      font-size: 10px;
      padding: 2px 5px;
      position: relative;
      z-index: 2;
  }

  .hotmatch__head__promo-tag a {
      color: #fff;
      text-decoration: none;
  }
  .hotmatch__body__marquee__container {
    z-index: 10;
    background: #AE0306;
    overflow: hidden;
    font-size: 12px;
    /* top: 50px; */
    color: #fff;
  }
  .no-promo-padding {
    padding-bottom: 25px;
  }

.hm-match-card {
  background: #050505;
  border-radius: 4px;
  color: #111;
  min-height: 260px;
  overflow: hidden;
  position: relative;
}
.hm-match-card__bg {
  height: 100%;
  left: 0;
  object-fit: cover;
  opacity: .45;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.hm-match-card__head {
  align-items: center;
  background: transparent;
  display: flex;
  gap: 8px;
  min-height: 43px;
  padding: 8px;
  position: relative;
  z-index: 1;
}
.hm-match-card__icon {
  align-items: center;
  background: #1d1d1d;
  border-radius: 50%;
  display: flex;
  flex: 0 0 22px;
  height: 22px;
  justify-content: center;
  overflow: hidden;
  width: 22px;
}
.hm-match-card__icon img {
  height: 100%;
  object-fit: cover;
  opacity: .45;
  width: 100%;
}
.hm-match-card__league {
  color: #fff;
  flex: 1;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}
.hm-match-card__time {
  color: #6f7786;
  flex: 0 0 auto;
  font-size: 11px;
  white-space: nowrap;
}
.hm-match-card__tip a {
  align-items: center;
  background: #9ba3af;
  border-radius: 50%;
  color: #fff!important;
  display: flex;
  font-size: 11px;
  height: 18px;
  justify-content: center;
  text-decoration: none;
  width: 18px;
}
.hm-match-card__promo {
  background: #b70407;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  text-align: center;
  position: relative;
  z-index: 1;
}
.hm-match-card__promo--empty {
  visibility: hidden;
}
.hm-match-card .hotmatch__head__promo-container {
  left: auto;
  right: 48px;
  top: 28px;
}
.hm-match-card .hotmatch__head__promo-tag-bg {
  display: block;
}
.hm-match-card .hotmatch__head__promo-tag-bg img {
  display: block;
  height: 50px;
  object-fit: contain;
  width: 100px;
}
.hm-match-card .hotmatch__head__promo-tag {
  background: #c4161c;
  border-radius: 8px;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  padding: 2px 8px;
}
.hm-match-card__teams {
  align-items: center;
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr auto 1fr;
  min-height: 64px;
  padding: 11px 8px 8px;
  position: relative;
  z-index: 1;
}
.hm-match-card__team {
  align-items: center;
  display: flex;
  gap: 8px;
  min-width: 0;
}
.hm-match-card__team--away {
  justify-content: flex-end;
}
.hm-match-card__team-name {
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hm-match-card__badge {
  align-items: center;
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex: 0 0 32px;
  font-size: 13px;
  font-weight: 800;
  height: 32px;
  justify-content: center;
  width: 32px;
}
.hm-match-card__badge--home {
  background: #62bb47;
}
.hm-match-card__badge--away {
  background: #ff0015;
}
.hm-match-card__vs {
  color: #8b94a1;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}
.hm-match-card__markets {
  padding: 2px 8px 8px;
  position: relative;
  z-index: 1;
}
.hm-match-card__market-title {
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  line-height: 14px;
  text-align: center;
}
.hm-match-card__market-row {
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 4px;
}
.hm-match-card__pill {
  align-items: center;
  background: #fff;
  border-radius: 16px;
  color: #5b6470;
  display: flex;
  font-size: 9px;
  height: 22px;
  justify-content: space-between;
  min-width: 0;
  padding: 0 8px;
}
.hm-match-card__pill span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hm-match-card__pill b {
  color: #26313d;
  flex: 0 0 auto;
  font-size: 9px;
  margin-left: 6px;
}
.hm-match-card__submit {
  padding: 5px 8px 8px;
  position: relative;
  z-index: 1;
}
