.live-comments-container {
    width: 100%;
    background: #1f1f1f;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    height: 33px;  
    float: left;
    display: inline-block
}
.live-comments-container.active {
    height: 225px;
    overflow: scroll;
    padding-bottom: 20px;
}
.live-comments-list {
    width: 100%;
    height: 34px;
    line-height: 34px;
    border-bottom: 1px solid #454545;
    width: 94%;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    font-size: 11px;
    color: #dcdcdc;
    font-family: 'CrystalBetUni-Medium';

}

.live-comments-list.first {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 4;
    background: #1f1f1f;
    position: readonly;
}
.live-comments-list.first:after {
    content: '';
    display: block;
    position: absolute;
    background: url(img/common/new/Sports/arrow-down2.svg);
    width: 15px;
    height: 8px;
    background-size: 15px 8px;
    opacity: 0.5;
    right: 5px;
    top: 15px;
}
.live-comments-container.active .live-comments-list.first:after {
    transform: rotate(180deg);
}


.live-comments-list-ico {
    float: left;
    width: 35px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    padding-top: 0px;
    box-sizing: border-box;
    position: relative;
}
.live-comments-list-ico div {
    position: absolute;
    background: url(../../Content/Images/live/Comments/Other.svg);
    width: 15px;
    height: 15px;
    top: calc(50% - 9px);
    left: calc(50% - 7.5px);    
}
.live-comments-list-ico img {
    
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #1f1f1f;
    border: none;
}

.live-comments-list-time {
    float: left;
    height: 23px;
    width: 50px;
    line-height: 36px;
    box-sizing: border-box;
}
.live-comments-list-comment {
    float: left;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 25px;
    width: calc(100% - 90px);
    line-height: 34px;
    box-sizing: border-box;
}

 /*start race to*/
 .live-raceto-container {
    display: none;
 }
  .raceto {
    width: 100%;
    
    box-sizing: border-box;
    position: relative;
    /*overflow: hidden;*/
    height: 133px;
  }
  .racetodropdown {
    width: 100px;
    border: 1px solid #fff;
    border-radius: 3px;
    position: absolute;
    cursor: pointer;
    left: 15px;
    top: 20px;
    z-index: 1;

  }
  .racetodropdown.active {

  }


  .racetodropdown-selected {
    width: 100%;
    height: 25px;
    box-sizing: border-box;
    padding-left: 10px;
    line-height: 25px;
    font-size: 11px;
    color: #fff;
    font-family: 'CrystalBetUni-Medium';
    position: relative;
  }
  .racetodropdown-selected:after {
    content: '';
    position: absolute;
    background: url(img/common/new/image.png) no-repeat;
    background-position: -66px -150px;
    width: 12px;
    height: 7px;
    right: 5px;
    top: calc(50% - 3.5px);    
  }
  .racetodropdown.active  .racetodropdown-selected:after {
    transform: rotate(180deg);
  }



  .racetodropdown-container-value {
    width: 100%;
    height: 25px;
    box-sizing: border-box;
    padding-left: 10px;
    line-height: 25px;
    font-size: 11px;
    color: #fff;
    font-family: 'CrystalBetUni-Medium';
    border-top: 1px solid #fff;
  }
  .racetodropdown-container-value:hover {
    background: #383838;
  }
  .racetodropdown-container {
    display: none;
  }
  .racetodropdown.active .racetodropdown-container {
    display: block;
  }
  .raceto-teams {
    position: absolute;
    left: 15px;
    top: 60px;
    color: #fff;
    font-size: 12px;
    font-family: 'CrystalBetUni-Medium';
  }
  .raceto-teams div {
    height: 25px;
    line-height: 25px;
    width: 136px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .raceto-teams div:first-child {
    color: #fde054;
  }
  .raceto-right {
    
    width: 220px;
    height: 133px;
    position: relative;
    float: right;
    box-sizing: border-box;
    padding: 0 15px;
  }


  .raceto-right-top {
    width: 100%;
    height: 60px;
    position: relative;
  }
  .raceto-arrow {
    position: absolute;

    width: 33px;
    height: 33px;
    top: calc(50% - 6.5px);
  }
  .raceto-arrow:after {
    content: '';
    position: absolute;
    background: url(img/common/new/image.png) no-repeat;
    background-position: -66px -150px;
    width: 12px;
    height: 7px;
    top: calc(50% - 3.5px);
    left: calc(50% - 6px); 
    opacity: 0.3;   
  }
  .raceto-arrow.left:after {
    transform: rotate(90deg);
  }
  .raceto-arrow.right:after {
    transform: rotate(-90deg);
  }
  .raceto-arrow.left {
    left: 0px;
  }
  .raceto-arrow.right {
    right: 0px;
  }
  .raceto-arrow.disabled:after {
    opacity: 0.5;
  }
  .raceto-arrow.active {
    cursor: pointer;
    
  }
  .raceto-arrow.active:after {
    opacity: 1;
  }
  .raceto-arrow-value {
    position: absolute;
    width: 50px;
    text-align: center;
    box-sizing: border-box;
    padding-left: 20px;
    left: calc(50% - 25px);
    height: 13px;
    top: calc(50% - 6.5px);
    font-size: 12px;
    color: #fff;
    font-family: 'CrystalBetUni-Medium';
  }
  .raceto-arrow-value:after {
    content: '';
    position: absolute;
    background: url(img/common/new/image.png) no-repeat;
    background-position: -88px -150px;
    width: 15px;
    height: 13px;
    left: 0px;
    top: 2px;    
  }


  .raceto-right-progress-container {
    width: 100%;
    height: 16px;
    overflow: hidden;
    position: relative;
    border-radius: 3px;
    margin-bottom: 10px;
  }
  .raceto-right-progress-container div {
    position: absolute;
    left: 0;
    height: 16px;
    top: 0;
    min-width: 15px;
    border-radius: 3px;
    text-align: right;
    box-sizing: border-box;
    line-height: 16px;
    font-size: 12px;
    color: #000000;
    font-family: 'CrystalBetUni-Medium';
    padding-right: 5px;
    
  }
  .raceto-right-progress-container.team1 div {
    background: #fde054;
  }
  .raceto-right-progress-container.team2 div {
    background: #fff;
  }
  /*end race to*/

  /*live statistic*/
  #live-tab-statistics {
    width: 100%;

    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    height: 170px !important;
    padding-top: 11px;
  }
    #main .live-stats-container.live_game {
        height: 170px !important;
    }

#live-tab-statistics .progress-bar-circle .background {
    background-color: rgb(88, 88, 88);
}

  #live-tab-statistics .progress-bar-circle:after {
    display: none;
  }
  #live-tab-statistics .circle-position-bet {
    background: #333;
    color: #fff;
  }
  #live-tab-statistics .progress-bar-circle-div-span {
    background-color: #333333;
  }
  #live-tab-statistics .progress-bar-circle-div-span div {
      position: absolute;
      bottom: -5px;
      left: -3px;
      font-size: 13px;
      font-family: 'CrystalBetUni-Medium';
      color: #ffffff;
    }

  .live-tab-statistics-corner.left {
    float: left;  
  }
  .live-tab-statistics-corner.right {
    float: right;  
  }

  .live-tab-statistics-corner {
    width: 245px;
    height: 133px;
    display: none;
    position: relative;
    text-align: center;
  }
  .live-tab-statistics-corner-name {
    width: 100%;
    text-align: center;
    font-size: 10px;
    color: #fff;
    font-family: 'CrystalBetUni-Medium';
    margin-top: 100px;
  }
  #live-tab-statistics .progress-bar-circle {
      position: relative;
      height: 50px;
      width: 50px;
      cursor: pointer;
      /* margin-left: 10px !important; */
      margin-left: calc(50% - 25px) !important;
      margin-top: 43px !important;
  }
  #live-tab-statistics .position {
      float: left;
      margin: initial;
  }

 .right.live-tab-statistics-corner-title {
    text-align: right;
    right: 25px;
    left: initial;
    color: #fff;
  }

  .right.live-tab-statistics-corner-title:after {
    left: initial;
    right: -10px;
    background: #fff;

  }

  .live-tab-statistics-corner-title {
    position: absolute;
    width: 37%;
    text-align: left;
    height: 14px;
    line-height: 14px;
    font-size: 11px;
    color: #fae252;
    font-family: 'CrystalBetUni-Medium';
    left: 25px;
    top: 15px;
        white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .live-tab-statistics-corner-title:after {
    content: '';
    width: 4px;
    height: 100%;
    position: absolute;
    background: #fae252;
    border-radius: 3px;
    left: -10px;
  }
  .live-tab-statistics-middle {
    width: 90%;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    padding-top: 5px;
  }

  .live-tab-statistics-middle-line {
    width: 100%;
    height: 37px;
    position: relative;
    box-sizing: border-box;

  }
  .live-tab-statistics-middle-line-inp {
    background: none;
    border: none;
    outline: none;
    width: 35px;
    height: 17px;
    font-size: 12px;
    font-family: 'CrystalBetUni-Medium';
    text-align: center;
    float: left;
    color: #fff;
    box-sizing: border-box;
  }
  .live-tab-statistics-middle-line-inp.right {
    text-align: right;
  }
  .live-tab-statistics-middle-line-progress-container {
    float: left;
    width: calc(100% - 70px);
    height: 3px;
    position: relative;
    margin-top: 7px;
    box-sizing: border-box;
  }
  .live-tab-statistics-middle-line-progress-container-left {
    height: 3px;
    border-radius: 3px;
    background: #fae252;
    position: absolute;
    left: 0;
    width: 49%;
  }
  .live-tab-statistics-middle-line-progress-container-right {
    height: 3px;
    border-radius: 3px;
    background: #ffffff;
    position: absolute;
    right: 0;
    width: 49%;
  }
  .live-tab-statistics-middle-title {
    width: 100%;
    text-align: center;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
    font-family: 'CrystalBetUni-Medium';
    color: #fff;
    box-sizing: border-box;
  }

  .live-tab-statistics-middle-line-progress-new-container-left {
    width: 49%;
    float: left;
    height: 3px;
    border-radius: 3px;
    background: rgba(255,255,255,0.3);
    position: relative;
  }
  .live-tab-statistics-middle-line-progress-new-container-left div {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 3px;
    height: 3px;
    background: #fae252;

  }
  .live-tab-statistics-middle-line-progress-new-container-right {
    width: 49%;
    float: right;
    height: 3px;
    border-radius: 3px;
    background: rgba(255,255,255,0.3);
    position: relative;
  }
  .live-tab-statistics-middle-line-progress-new-container-right div {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 3px;
    height: 3px;
    background: #fff;

  }  
  /*end live statistic*/