.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-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: #000;
  }
  .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: #000!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: #8f0000!important;
    padding: 0.5rem 1rem !important;
    border-radius: 10px;
  }
  /* 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%;
    padding: 0px 15px;
  }
  .hm-leaderboard-display-item {
    color: #000;
    width: 100%;
  }
  .hm-leaderboard-display-item-title {
    background: #8f0000!important;
  
    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: #000;
  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-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;
    position: absolute;
    top: 56%;
    right: 19%;
    font-size: 10px;
    padding: 2px 5px 2px 5px;
  }
  .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;
  }