/* START: main-page */

.main-page {
  border-radius: 7px;
  background-size: 100%;
  margin-bottom: 16px;
}

.main-page .sports-bars {
  border-bottom: 1px solid #ffffff17;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 12px 11px 18px;
  overflow: auto;
  white-space: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 0px;
  position: relative;
  background: unset;
}

.main-page .sports-bars-bk::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #0D193E 0%, #193377 48%, #081948 100%);
}

.main-page .sports-bars .btn-livescore {
  width: 145px;
  height: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  background: #1B1D21;
  border: 1px solid #3A3A3A;
  border-radius: 25px;
  padding-top: 7px;
  padding-bottom: 7px;
  background-repeat: no-repeat;
}

.main-page .sports-bars .btn-livescore:has(input:checked) {
    background: #131517;
}

.main-page .sports-bars .btn-livescore svg.lv-svg-active {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.main-page .sports-bars .btn-livescore svg.lv-svg-active {
  display: none;
}

.main-page .sports-bars .btn-livescore span {
  z-index: 2;
}
.main-page .sports-bars .btn-livescore span.pc, .main-page .sports-bars .btn-livescore span.sp {
    color: #9BFFAB;
    font-size: 13px;
    font-family: Raleway;
    font-weight: 700;
    line-height: 18px;
    word-wrap: break-word;
    padding-left: 8px;
}

.main-page .sports-bars ul {
  list-style: none;
  width: 100%;
  display: flex;
  gap: 10px;
  margin: 0;
  flex: 0 0 calc(100% - 145px);
  border-bottom: none;
}

.main-page .sports-bars ul li {
  position: relative;
}

.main-page .sports-bars ul li:last-child::after {
  width: 0;
}

.main-page .sports-bars ul li button {
  background: transparent;
  border: none;
  color: #DCF6F6;
  text-shadow: 0px 0.92px 3.678px rgba(0, 0, 0, 0.24);
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  gap: 5px;
  font-weight: 600;
  min-width: 125px;
  height: 39px;
  outline: 0;
  border-radius: 6px;
  margin-bottom: 0px !important;
}

.main-page .sports-bars ul li button span {
  line-height: 0;
}

@media (max-width: 1199px) {
  .page_bars {
    background: url(../images/home/main-page-bg.svg) no-repeat center / cover;
  }
}

@media (max-width: 768px) {
  .main-page .sports-bars {
    padding: 12px 6px;
    margin-bottom: 12px;
  }

  .main-page .sports-bars ul li::after {
    right: -12px;
  }
}

@media (max-width: 768px) {
  .main-page .sports-bars .btn-livescore {
    width: unset;
    font-size: 12px;
    background-size: 100%;
    padding-bottom: 7px;
    background-position: center;
    background-image: unset;
    background-color: transparent;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 15px;
    }
    .main-page .sports-bars .btn-livescore span.pc,
    .main-page .sports-bars .btn-livescore span.sp {
        padding-left: 3px;
        font-size: 9px;
    }
}

@media (max-width: 576px) {

  .main-page .sports-bars ul {
    flex: 0 0 calc(100% - 80px);
  }


  .main-page .sports-bars {
    display: grid;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 490px) {
  .main-page .sports-bars ul li button {

    padding: 0px;
  }
}

@media (max-width: 424px) {
  .main-page .sports-bars ul {
    gap: 6px;
  }

  .main-page .sports-bars ul li::after {
    width: 0;
  }

  .main-page .sports-bars ul li button {
    font-size: 9px;
  }
}

@media (max-width: 390px) {
  .page_bars {
    background: url(../images/home/main-page-bg.svg) no-repeat center / cover;
  }

}

@media (max-width: 380px) {

  .gmd-match__goal-scoring img,
  span.gmd-match__corner-ball img {
    display: none;
  }
}

@media (max-width: 360px) {}

.filter-tab-wrapper {
  padding: 16px 12px 20px 12px;
}

.main-page .list-filter {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  list-style: none;
  gap: 12px;
  padding: 0 6px;

}

.main-page .list-filter li a, .match__settings button.settings-btn {
  min-width: auto;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
  font-weight: 700;
  line-height: 18px;
  white-space: nowrap;
  text-decoration: none;
  color: #fff;
  font-family: Raleway;
  font-size: 13px !important;
  border-radius: 25px;
  border: 1px solid #464648;
  background: #191920;
  padding: 0 15px 0 8px;
}

.main-page .list-filter li a .num {
  font-family: 'Oswald';
  background: #223DB6;
  color: #ffffff;
  font-weight: 600;
  border-radius: 38px;
  width: 27px;
  height: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 11px;
}

.main-page .list-filter li a.now .num {
  background: #202229;
}

.main-page .sports-bars ul li button {
  color: #fff;
  background: url(../images/home/bg-tab.svg) no-repeat center;
  background-size: 100%;
}

.main-page .sports-bars ul li button.active {
  background: url(../images/home/bg-tab-active.svg) no-repeat center;
  background-size: 100%;
}


@media (max-width: 992px) {
  .main-page .list-filter {
    max-width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    padding: 0 0 6px 0;
    margin-bottom: 12px;
  }
}

/* END: main-page */

/* START: switch */
.switch {
  align-items: center;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  justify-content: space-between;
  line-height: 20px;
  margin-bottom: 0;
}

.switch input {
  display: none;
}

.switch .switch-style {
  background: #3e3e3e;
  border-radius: 30px;
  cursor: pointer;
  display: inline-block;
  height: 18px;
  width: 32px;
  position: relative;
  transition: all 0.3s ease-in-out;
  margin-right: 5px;
}

.switch .switch-style:before {
  background-color: #fff;
  border-radius: 50%;
  content: "";
  display: block;
  height: 14px;
  width: 14px;
  left: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}

.switch>input[type="checkbox"]:checked+.switch-style {
  background: linear-gradient(93deg, #50A748 12.13%, #18FF02 101.78%);
}

.switch>input[type="checkbox"]:checked+.switch-style:before {
  left: 16px;
}

/* END: switch */

/* START: match-settings */
.match__settings {
  display: flex;
  justify-content: flex-end;
  padding-right: 6px;
}

@media (max-width: 1199px) {
  .row.ft__rows {
    display: flex;
    flex-direction: column;
  }

  .main-page .sports-bars ul {
    gap: 5px;
  }
}

@media (max-width: 991px) {
  .match__settings {
    justify-content: flex-start;
  }
}

/* START: grid-matches */
.grid-matches_wrapper {
  margin-top: 16px;
}

.grid-matches {
  display: grid;
  column-gap: 23px;
  row-gap: 15px;
  grid-template-columns: repeat(2, 1fr);
}

.main-grid-match a {
  text-decoration: none;
}

.main-grid-match a.odds-comp img {
  width: 65px;
  height: auto;
  object-fit: contain;
}

#tennis a.odds-comp img {
  width: auto;
  max-width: 73px;
}

.gmd-tournament-header {
  align-items: center;
  color: #fff;
  display: grid;
  grid-template-columns: 1fr 127px 1fr;
  padding: 9px 15px 5px 15px;
  text-align: center;

  .gmd-match-league {
    text-align: left;
    color: #828B98;
    text-transform: uppercase;
    font-size: 11px;

    .gmd-comp_logo {
      height: 14px;
      width: 14px;
      object-fit: contain;
    }
  }

  .gmd-elapsed-time {
    text-align: center;
    background-image: url(../images/home/elapsed.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 6px;
    margin-top: -17px;

    .gmd-e_minutes {
      border-radius: 6px;
      font-size: 13px;
      font-weight: bold;
      padding: 5px 15px;
    }

    p.gmd-e_minutes {
      margin-bottom: 0;
    }
  }


}
.gmd-match-date span {
  /* background: linear-gradient(180deg, rgba(0, 31, 59, 0.5) 0%, rgba(0, 25, 49, 0.5) 50%, rgba(26, 31, 43, 0.5) 100%); */
  background-image: url(../images/home/bg-match-time.svg);
  padding: 5px 12px !important;
  border-radius: 30px;
  /* box-shadow: inset 0px 0px 0 2px rgb(35 47 71 / 80%); */
  margin-bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
}
.gmd-match-date {
  text-align: right;
}
.gmd-content_match {
  align-items: start;
  color: #fff;
  display: grid;
  grid-template-columns: 1fr 85px 1fr;
  padding: 0 .5rem .8rem;
  text-align: center;
  align-items: center;
}

.gmd-team {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 11px;
  flex: 1;
}

.gmd-team p {
  margin-bottom: 0 !important;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 120px;
}

.gmd-home_team {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 11px;
  padding-right: 24px;

  p {
    margin-bottom: 0 !important;
    text-align: right;
  }
}

.gmd-away_team {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 11px;
  padding-left: 24px;

  p {
    margin-bottom: 0 !important;
    text-align: left;
  }
}


.gmd-score-box {
  display: flex;
  font-weight: 500;
  gap: .3rem;
  justify-content: space-evenly;
  padding: 5px;
  border-radius: 6px;
  background: linear-gradient(125deg, #1553EF 0%, #0C3089 27.66%, #0C1A4C 68.97%);
  position: relative;
}

.gmd-score-box::before {
    content: '';
    border-radius: 6px;
    background: linear-gradient(125deg, #0C2F88 0%, #3B538D 51%, #05236D 100%);
    bottom: 0;
    left: 0;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    padding: 1px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
}


.gmd-match-footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 6px;
  padding: 1px;
  background: linear-gradient(180deg, rgba(35, 59, 83, 0.2) 46.01%, rgba(5, 75, 105, 1) 62.35%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: xor;
  pointer-events: none;
}


.gmd-match-footer__flag {
  display: flex;
  gap: 8px;
}

.gmd-match__goal-scoring {
  background: #071F69;
  border-radius: 38px;
  gap: 6px;
  color: #fff;
  padding: 3px 10px;

  .gmd-ht {
    color: #00C44D;
  }
}

span.gmd-match__corner-ball {
  background: #071F69;
  border-radius: 38px;
  gap: 6px;
  padding: 3px 10px;
  color: #fff;
}



.gmd-match-footer__odds {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-end;
  height: 32px;
}

.gmd-match__odds {
  color: #8D92A2;
  font-family: 'Roboto';
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  position: relative;
  min-width: 105px;
}

.gmd-match__odds::before {
  content: '';
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 1px;
  height: 24px;
  opacity: 0.3;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, #FFF 54.5%, rgba(255, 255, 255, 0.00) 100%);
}

.gmd-match__odds::after {
  content: '';
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 1px;
  height: 24px;
  opacity: 0.3;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.00) 0%, #FFF 54.5%, rgba(255, 255, 255, 0.00) 100%);
}

.gmd-match__odds-item {
  display: flex;
  justify-content: space-between;
  line-height: 16px;
  gap: 15px;
  position: relative;
}

.gmd-match__odds-item p {
  margin-bottom: 0;
}

.gmd-match__odds-item .up {
  color: #0CC956;
}

.gmd-match__odds-item .down {
  color: #FF0000;
}

.gmd-match__odds-item .odds_neut {
  color: #1A83FF;
}

.gmd-team .team-logo-group img {
  height: 40px;
  width: 40px;
  -o-object-fit: contain;
  object-fit: contain;
  padding: 2px;
}
.team-logo-group .team-logo-1 {
  margin-left: -14px;
}

.team-logo-group-bg img {
  border-radius: 50px;
  background: #FFF;
}
@media (max-width: 1300px) {
  .gmd-team p {
    width: 100px;
  }
}

@media (max-width: 1140px) and (min-width: 992px) {

  .gmd-match__goal-scoring,
  span.gmd-match__corner-ball {
    font-size: 11px;
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 576px) {
  .gmd-team .team-logo-group img {
    height: 36px;
    width: 36px;
  }

  #match .gmd-team .team-logo-group {
    flex-direction: column;
  }

  .gmd-team .team-logo-group .team-logo-1 {
    margin-left: 0;
    margin-top: -10px;
  }

  .gmd-match__goal-scoring,
  span.gmd-match__corner-ball {
    font-size: 10px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .gmd-match-footer {
    padding: 3px;
  }

  .gmd-match-footer__odds {
    gap: 3px;
  }

  span.gmd-match__corner-ball {
    padding: 3px 3px;
  }

  .gmd-match__odds-item {
    line-height: 12px;
  }

  .gmd-home_team,
  .gmd-away_team {
    padding: 10px;
  }

  .gmd-away_team,
  .gmd-home_team {
    p {
      margin-bottom: 0 !important;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      width: 90px;
    }
  }

  .gmd-home_team,
  .gmd-away_team {
    padding: 5px;
  }

  .gmd-match__goal-scoring,
  span.gmd-match__corner-ball {
    background-color: transparent;
    /* #071F69 */
  }

  .gmd-match__goal-scoring {
    gap: 4px;
  }

  .gmd-match__goal-scoring.d-flex.align-items-center img {
    display: none;
  }

  .gmd-match-footer {
    grid-template-columns: 0.75fr 60px 1fr;
  }

  .gmd-match__odds {
    min-width: 90px;
  }

  a.odds-comp img {
    width: 50px;
  }

  .gmd-match-footer__odds {
    justify-content: flex-end;
  }

  .gmd-away_team,
  .gmd-home_team {
    p {
      margin-bottom: 0 !important;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      width: 55px;
    }
  }
}

@media (max-width: 467px) {
  .gmd-match-footer {
    grid-template-columns: .65fr 60px 1fr;
    padding: 5px;
    margin: .25rem .5rem .5rem .5rem;
  }

  .gmd-away_team,
  .gmd-home_team {
    p {
      margin-bottom: 0 !important;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      width: 75px;
    }
  }
}

@media (max-width: 390px) {
  .gmd-tournament-header {
    & .gmd-match-date {
      span {
        padding: 5px 10px;
      }
    }
  }

  .gmd-tournament-header {
    padding: 7px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .gmd-match-footer__odds {
    flex-direction: row-reverse;
    gap: 5px;
  }

  .gmd-home_team,
  .gmd-away_team {
    padding: 5px;
  }

  .gmd-match-footer__flag {
    gap: 0;
    background: #071F69;
    border-radius: 20px;
  }

  .gmd-match__goal-scoring,
  span.gmd-match__corner-ball {
    background-color: transparent;
    /* #071F69 */
  }

  .gmd-match__goal-scoring {
    gap: 4px;
  }

  .gmd-match__goal-scoring.d-flex.align-items-center img {
    display: none;
  }

  .gmd-match-footer {
    grid-template-columns: 0.75fr 60px 1fr;
  }

  .gmd-match__odds {
    min-width: 90px;
  }

  a.odds-comp img {
    width: 50px;
  }

  .gmd-match-footer__odds {
    justify-content: flex-start;
  }

  .gmd-away_team,
  .gmd-home_team {
    p {
      width: 45px;
    }
  }
}

@media (max-width: 992px) {
  .grid-matches {
    grid-template-columns: 1fr;
  }
}

/* END: grid-matches */



/* Additional CSS */

.toggle-btn {
  background: none;
  border: none;
  color: #BBBBBB;
  /* background-color: #122A33; */
  border: 1px solid transparent;
  border-radius: 38px;
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}

.blv-count {
  display: flex;
  align-items: center;
  gap: 5px;
}

span.blv-arrow {
  color: white;
}

.gmd-match-footer__streamer.active span.blv-arrow {
  color: #BBBBBB;
}

.no-blv img {
  filter: grayscale(100%);
}

.no-blv .blv-count {
  display: none;
}

.toggle-btn:hover,
.gmd-match-footer__streamer.active .toggle-btn {
  border: none !important;
  box-shadow: none !important;
  background-color: none !important;
}

.gmd-match-footer__streamer.active .toggle-btn.no-blv {
  border: 1px solid transparent;
  background-color: transparent;
}

button.toggle-btn span {
  font-size: 12px;
}

.toggle-btn:focus {
  outline: none;
}

@media (max-width: 991px) {

  span.gmd-match__corner-ball {
    padding: 3px 10px;
  }

  .gmd-match__goal-scoring {
    padding: 3px 10px;
  }

  .gmd-match-footer__streamer.active .extra-info {
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    width: 85px;
    background: #071F69;
    border-radius: 6px;
    padding: 5px 7px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;
  }

  .extra-info_one {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 3px;
  }

  .gmd-match-footer__flag,
  button.toggle-btn span {
    font-size: 11px;
  }
}

@media (max-width: 576px) {
  .gmd-match-footer__flag {
    gap: 0;
    background: #071F69;
    border-radius: 20px;
    width: 80%;
    justify-content: center;
    margin: 0 auto;
  }

  span.gmd-match__corner-ball {
    padding: 3px 10px 3px 3px;
  }

  .gmd-match__goal-scoring {
    padding: 3px 3px 3px 10px;
  }
}

@media (max-width: 490px) {
  .main-page .sports-bars ul li button {
    font-size: 10px;
  }
}

@media (max-width: 480px) {
  .gmd-match-footer__flag {
    width: fit-content;
  }

  .gmd-match-footer {
    margin: .25rem .25rem .5rem .25rem;
  }

  .gmd-match-footer__flag,
  button.toggle-btn span {
    font-size: 10px;
  }
}

@media (max-width: 454px) {
  .gmd-match-footer {
    padding: 5px;
    grid-template-columns: 70px 1fr 1fr;
  }
}

@media (max-width: 367px) {
  .main-page .sports-bars ul {
    justify-content: center;
    padding-right: 0;
  }

  .main-page .sports-bars ul {
    gap: 0;
  }

  .main-page .sports-bars ul li button {
    background: unset;
  }
}

/*
.gmd-match-league .text-ellipsis {
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}
*/
.gmd-tournament-header {
  .gmd-match-league {
    display: flex;
    gap: 6px;
    align-items: center;
  }
}

.redirectPopup {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 73%;
  z-index: 1;
}

.grid-matches__item {
  position: relative;
  border-radius: 8px;
}

.grid-match {
  border-radius: 8px;
}


.extra-info_one svg {
  width: 24px;
  height: 24px;
}

.extra-info_one span {
  color: #BBB;
  margin-top: 4px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}

/* HOT MATCH */
.grid-match--is-hot {
  border: 1px solid #FF0000;
}

/*
.grid-match--is-hot .gmd-score-box {
background: linear-gradient(90deg, #d10000 0%, #2915a1 100%);
}
.grid-match--is-hot .gmd-match-footer {
background: linear-gradient(80.02deg, rgb(251 2 2 / 40%) 46.01%, rgb(245 22 22 / 38%) 62.35%);\
}
.grid-match--is-hot .gmd-match-footer::before {
background: linear-gradient(180deg, rgba(35, 59, 83, 0.2) 46.01%, rgb(105 5 5) 62.35%);
}
*/
@media only screen and (max-width : 480px) {
  .gmd-match-league .text-ellipsis {
    width: 100px;
  }

  .gmd-tournament-header {
    grid-template-columns: 1fr 110px 1fr;
  }
}

/* Fix temp */

@media only screen and (max-width : 768px) {
  .main-page .sports-bars {
    display: flex;
    gap: 15px;
  }

  .gmd-match-footer__streamer.active .extra-info {
    align-items: flex-start !important;
  }

  /* matches mobiles */
  .grid-matches__item .gmd-content_match img {
    width: 40px;
  }

  .grid-matches__item .gmd-home_team p,
  .grid-matches__item .gmd-away_team p {
    font-size: 13px;
  }
}

/*Top Match*/
.teambox__status {
  color: #00FF4B;
}

.gmd-match-league span {
    color: #828B98;
    font-size: 11px;
    font-family: Roboto;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 14px;
    word-wrap: break-word
}

.gmd-match-date span {
  font-size: 12px;
  color: #D6CFCC;
  line-height: 20px;
}

/* Recent Changes */
.gmd_home-score, .gmd_away-score {
  padding: 4px 8px;
}
.gmd-content_match {
  align-items: start;
  display: flex;
  /* grid-template-columns: 1fr 85px 1fr; */
  padding: 0 .5rem .8rem;
  text-align: center;
  align-items: center;
  font-size: 13px;
  color: #FFF;
  line-height: 20px;
  font-family: 'Roboto';
}

.gmd-mid_score {
  width: max-content;
}



@media only screen and (max-width: 480px) {
  .gmd-match-league .text-ellipsis {
    width: 90px;
  }

  .gmd-home_team {
    padding-right: 5px;
  }

  .gmd-away_team {
    padding-left: 5px;
  }
}

.gmd-match__odds-item {
  display: flex;
  justify-content: space-around;
  line-height: 16px;
  gap: 10px;
  position: relative;
  text-align: center;
}

.gmd-match__odds-item p {
  margin-bottom: 0;
  flex: 1;
}

.gmd-score-box.grid-match__vs.t_vs_num {
  margin-inline: 0;

}

.gmd-score-box.grid-match__vs {
  margin-inline: 20px;
  min-width: 45px;
  min-height: 32px;
}

/* MOBILE SHORT LEAGUE */
.gmd-match-league .text-ellipsis {
  position: relative;
  display: inline-block;
  text-wrap: nowrap;
  white-space: nowrap;
}

.gmd-match-league .text-ellipsis::after {
  content: attr(data-attr);
  display: none;
}

@media (max-width: 767px) {
  .gmd-match-league .text-ellipsis {
    color: transparent;
    position: relative;
  }

  .gmd-match-league .text-ellipsis::after {
    display: inline;
    position: absolute;
    left: 0;
    top: 0;
    color: #828B98;
  }
}

/* MOBILE SHORT LEAGUE */

/* MORE BLV */
.gmd-match-footer__streamer.active .extra-info:has(.extra-info_one:nth-child(3)) {
  flex-direction: column;
  position: absolute;
  top: 100%;
  left: 0;
  width: 85px;
  background: #071F69;
  border-radius: 6px;
  padding: 5px 7px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}

.gmd-match-footer__streamer.active .extra-info:has(.extra-info_one:nth-child(3)) .extra-info_one {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 3px;
}

.gmd-match-footer__streamer.active .extra-info:has(.extra-info_one:nth-child(3)) {
  align-items: flex-start;
}

/* matches__filter-leagues */
.matches__filter--leagues .sl-leagues {
  position: relative;
  width: 100%;
  margin: 0;
}

.custom-dropdown-trigger {
  background-color: #191920;
  color: white;
  padding: 8px 16px;
  border-radius: 25px;
  font-size: 13px;
  cursor: pointer;
  border: 1px solid #464648;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.custom-dropdown-trigger img {
  display: none;
}

.custom-dropdown-content {
  display: none;
  position: absolute;
  top: 38px;
  right: 0;
  min-width: 200px;
  width: max-content;
  z-index: 999;
  border-radius: 6px;
  background: #141516;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.50);
  border: 1px solid #ffffff1c;
}

.custom-dropdown-content .custom-dropdown-head {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ffffff1c;
  padding: 13px 15px;
}

.custom-dropdown-content .custom-dropdown-head span {
  color: #00FF4B;
  text-shadow: 0px 0.92px 3.678px rgba(0, 0, 0, 0.24);
  font-family: Oswald;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
}

.custom-dropdown-content .custom-dropdown-head .custom-dropdown-close {
  cursor: pointer;
}

.custom-dropdown-list {
  max-height: 450px;
  overflow: auto;
}

.show-dropdown {
  display: block;
}

.custom-dropdown-option {
  color: white;
  padding: 13px 15px;
  cursor: pointer;
  font-size: 13px;
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid transparent;
  border-bottom: 1px solid #ffffff1c;
}

.custom-dropdown-option .league-name {
  display: flex;
  align-items: center;
  gap: 10px;
}

.custom-dropdown-option img {
  height: 16px;
  width: 16px;
  object-fit: contain;
}

.custom-dropdown-option .count {
  font-family: Roboto;
  font-weight: 700;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.custom-dropdown-option:hover,
.custom-dropdown-option.active {
  border-top: 1px solid #006590;
  border-bottom: 1px solid #006590;
  color: #00FF4B;
  background: linear-gradient(270deg, rgba(11, 13, 12, 0.32) 42.28%, rgba(22, 53, 89, 0.20) 50.82%);
}

.custom-dropdown-option:hover .count svg g,
.custom-dropdown-option.active .count svg g {
  opacity: 1;
}

.custom-dropdown-option:hover .count svg path,
.custom-dropdown-option.active .count svg path {
  fill: #00FFFD;
}

.custom-dropdown-trigger::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 6px;
  height: 6px;
  border: solid #00eb1f;
  border-width: 0 2px 2px 0;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}

.custom-dropdown-trigger span {
  width: 120px;
  text-overflow: ellipsis;
  text-wrap: nowrap;
  overflow: hidden;
  white-space: nowrap;
  font-size: 13px;
  font-weight: bold;
  line-height: 18px;
  font-family: 'Raleway';
}

@media (max-width: 576px) {
  .custom-dropdown-trigger {
    padding: 8px 20px;
  }

  .custom-dropdown-content {
    width: 100%;
    top: 45px;
  }
}

/* END: matches__filter-leagues */
.sport-loading {
  font-family: 'Roboto';
  border-collapse: collapse;
  border: 1px solid #343940;
  width: 320px;
  text-align: center;
  padding: 12px;
  margin: 0 auto;
  color: white;
  position: relative;
  right: -50%;
}

@media (max-width: 767px) {
  .sport-loading {
    right: unset;
    position: static;
  }
}

.grid-match__footer-tennis {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  gap: 12px;
}

.grid-match__footer-tennis .t-incident-tennis {
  width: 200px;
  gap: 4px;
}

.grid-match__footer-tennis .t-incident-tennis-5 {
  width: 260px;
}

.grid-match__footer-tennis .t-incident-tennis .tib-row-head {
  display: none;
}

.grid-match__footer-tennis .grid-pt {
  color: #B8D891;
  text-align: center;
  font-family: Roboto;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
}

.grid-match__footer-tennis .grid-pt div {
  height: 24px;
  display: flex;
  align-items: center;
}

.grid-match__footer-tennis .grid-pt .grid-pt-home {
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  #basketball .grid-match__vs {
    transform: scale(0.8);
  }
	.grid-match__vs {
    transform: scale(0.8);
  }
  #basketball .grid-match__status {
    min-width: 58px;
  }
}

/* sports-bars */
@media (max-width: 767px) {
  .main-page .sports-bars ul li {
    width: unset !important;
    min-width: unset !important;
  }

  .main-page .sports-bars ul li button {
      min-width: auto;
      height: 44px;
      max-width: max-content;
      padding-inline: 4px
  }

  .main-page .sports-bars ul li button.active,
  .main-page .sports-bars ul li button:focus {
    background-size: cover;
  }

  .sports-bars .nav-link.active:before {
    width: 24px;
    top: 0px;
  }

  .main-page .sports-bars ul li button.active,
  .main-page .sports-bars ul li button:focus {
    /* border: 1px solid #3C4459; */
    /* background: linear-gradient(0deg, #242C3F 0%, rgba(34, 42, 73, 0.20) 76.25%); */
  }
}

/* New style */
.menu-top-nha-cai a {
  background: linear-gradient(102deg, #B3421E -7.82%, #8F1512 110.99%) !important;
  fill: linear-gradient(102deg, #B3421E -7.82%, #8F1512 110.99%) !important;
}

.menu-cuoc-8xbet a {
  background: unset !important;
  padding: 0 !important;
}

.menu-cuoc-8xbet a img {
  height: 36px;
}

.main-page .sports-bars {
  margin-bottom: 0;
}

.page_bars {
  border-radius: 12px 12px 0px 0px !important;
  position: relative;
  border: 1px solid #25252B;
  background: #25252B;
  border-bottom: none;
}

.filter-tab-wrapper {
  border-radius: 0 0 10px 10px !important;
  border: 1px solid #25252B;
  background: #25252B;
  border-top: none;
}

.grid-match {
  background-color: #232323 !important;
}

#football .grid-match {
  background: url(../images/home/bg-match-football.svg) lightgray 50% / cover no-repeat;
}

@media screen and (min-width: 1299px) {
    #football .grid-match {
        max-height: 140px;
    }
}

#tennis .grid-match {
  background: url(../images/home/bg-match-tennis.png) lightgray 50% / cover no-repeat;
  background-size: cover;
}

#basketball .grid-match {
  background: url(../images/home/bg-match-basketball.png) lightgray 50% / cover no-repeat;
  background-size: cover;
}

#badminton .grid-match {
  background: url(../images/home/bg-match-badminton.png) lightgray 50% / cover no-repeat;
  background-size: cover;
}

#volleyball .grid-match {
  background: url(../images/home/bg-match-volleyball.png) lightgray 50% / cover no-repeat;
  background-size: cover;
}

/* Football Footer */
.grid-match__footer-football {
  display: none;
  justify-content: center;
  margin-bottom: 10px;
}

.grid-match__footer-football .grid-match--flag {
  justify-content: space-between;
}

/* Match Flag Container */
.grid-match--flag {
  font-family: 'Roboto';
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  padding: 6px 14px;
  gap: 10px;
  border-radius: 24px;
  background: #0B0B0B;
}
.grid-match--flag .grid-match__goal {
    color: #989FAA;
}
.grid-match__h2h-vs {
  gap: 4px;
  align-items: center;
}
.grid-match__h2h-vs img {
  height: 14px;
  width: 14px;
  object-fit: contain;
}
/* Goal Scoring Section */
.grid-match__goal-scoring {
  display: flex;
  align-items: center;
  gap: 4px;
}

.grid-match__goal-scoring span {
  color: #00C44D;
}

.grid-match__goal-scoring .grid-match__half-court {
  color: #989FAA;
}

/* Corner Ball Section */
.grid-match__corner-ball {
  display: flex;
  align-items: center;
  gap: 6px;
}

.grid-match__corner-ball .icon {
  display: inline-block;
  vertical-align: middle;
}

/* Yellow Card Section */
.grid-match__yellow-ball {
  display: flex;
  align-items: center;
  gap: 6px;
}

/* Common Icon Styles */
.icon.fs-12 {
  font-size: 12px;
}

/* Score Display */
.corner-goal,
.yellow-cards {
  color: #989FAA;
}

/* Responsive */
@media screen and (max-width: 1200px) {
  .grid-match--flag {
    padding: 6px 10px;
  }

  .grid-match__h2h-vs img {
    height: 10px;
    width: 10px;
  }

  .grid-match__footer-football {
    display: flex;
  }
}

@media (max-width: 576px) {
  .grid-match--flag {
    font-size: 11px;
    padding: 4px 10px;
  }
}

@media screen and (max-width: 390px) {
  .grid-match--flag {
    gap: 3px;
  }
  .grid-match__h2h-vs {
    gap: 2px;
  }
  .grid-match__h2h-vs img {
    height: 9px;
    width: 9px;
  }
}
/* Match Footer */
.grid-match__footer {
  border-radius: 7px;
  position: relative;
  height: 50px;
  padding: 0 23px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* top: 0px; */
}

.grid-match__footer::before {
  content: '';
  position: absolute;
  /* background: url(../images/border-match-footer.svg) no-repeat top; */
  width: 100%;
  height: 37px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-size: contain;
}

.grid-match__footer::after {
  content: '';
  opacity: 1;
  background: #35363E;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 100%;
  height: 1px;
}

/* Footer Sections */
.grid-match__footer-left {
  flex: 1;
  display: flex;
  z-index: 2;
}

.grid-match__footer-center {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.grid-match__footer-right {
  flex: 1;
  z-index: 2;
}



/* Score Elements */
.grid-match__goal-scoring {
  gap: 6px;
}

.grid-match__goal-scoring span {
  color: #00C44D;
}

.grid-match__half-court {
  color: #fff;
}

.grid-match__corner-ball,
.grid-match__yellow-ball {
  gap: 6px;
  align-items: center;
}

/* Responsive */
@media (max-width: 1200px) {
  .grid-match__footer .grid-match__footer-left {
    display: none;
  }
}

@media (max-width: 992px) {
  .grid-match__footer {
    padding: 10px;
  }
}

@media (max-width: 575px) {
  .grid-match__footer-right svg {
    width: 52px;
  }
}

/* Match Odds Container */
.grid-match__odds {
  color: #8D92A2;
  font-family: 'Roboto';
  font-size: 11px;
  font-weight: 400;
  line-height: 16px;
  position: relative;
  min-width: 105px;
}

/* Odds Item Row */
.grid-match__odds-item {
  display: flex;
  justify-content: space-between;
  line-height: 16px;
  gap: 15px;
  position: relative;
}

/* Individual Odds Value */
.grid-match__odds-item p {
  color: #8D92A2;
  font-family: 'Roboto';
  font-size: 11px;
  margin: 0;
  position: relative;
  display: flex;
  flex: 1;
  justify-content: center;
}

/* Separator Lines */
div[odds]:not([odds=""]) .grid-match__odds::before,
div[odds]:not([odds=""]) .grid-match__odds::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 1px;
  height: 24px;
  opacity: 0.3;
  background: linear-gradient(360deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 55%, rgba(255, 255, 255, 0) 100%);
}

div[odds]:not([odds=""]) .grid-match__odds::before {
  left: 30px;
}

div[odds]:not([odds=""]) .grid-match__odds::after {
  right: 30px;
}

/* Hide Empty Odds */
div[odds=""] .grid-match__odds {
  opacity: 0 !important;
}

/* Odds Status Colors */
.grid-match__odds-item .down {
  color: #FF0000;
}

.grid-match__odds-item .up {
  color: #00C44D;
}

/* Responsive */
@media (max-width: 575px) {
  .grid-match__odds {
    min-width: inherit;
  }

  .grid-match__odds,
  .grid-match__odds-item p {
    font-size: 10px !important;
  }

  .grid-match__odds-item {
    gap: 10px;
  }

  div[odds]:not([odds=""]) .grid-match__odds::before,
  div[odds]:not([odds=""]) .grid-match__odds::after {
    display: none;
  }

  .grid-match__odds-item p {
    text-align: center;
    white-space: nowrap;
  }
}

/* Commentator Container */
.grid-match__footer-center {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  z-index: 2;
}

/* Main Commentator Link */
.commentator {
  color: #BBB;
  font-family: 'Roboto';
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 5px;
}

/* Commentator More Dropdown */
.commentator-more .commentator-toggle-btn {
  background: none;
  border: 1px solid transparent;
  border-radius: 38px;
  color: #bbbbbb;
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  z-index: 2;
  position: relative;
}

.commentator-more .commentator-toggle-btn::after {
  display: none;
}

/* Left Line Separator */
.commentator-more .commentator-toggle-btn .line-left {
  position: absolute;
  left: -6px;
  top: 0;
}

/* Counter Badge */
.commentator-more .blv-count {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
}

.commentator-more .blv-count span {
  font-size: 11px;
  line-height: 10px;
}

/* Dropdown Menu */
.commentator-more .commentator-list {
  width: 100px;
  background: #303030;
  border-radius: 6px;
  padding: 6px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.commentator-more .commentator-list a {
  margin-bottom: 6px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.commentator-more .commentator-list a:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

/* Hide First Commentator in List */
.commentator-more .commentator-list .commentator-item_0 {
  display: none !important;
}

.main-page .sports-bars ul li button.active,
.main-page .sports-bars ul li button:focus,
.main-page .sports-bars ul li button:hover {
  color: #00FFFD !important;
}

.main-page .sports-bars ul li button span {
  line-height: normal;
  font-size: 14px;
  color: #9C9C9C;
}
.main-page .sports-bars ul li button.active span {
    color: #FFF;
}
.gmd-elapsed-time {
  position: relative;

}

p#gmd_minutes {
  z-index: 1;
  position: relative;
}

.progress-bar {
  background: linear-gradient(98deg, #1bc543 -.71%, #18b100 90.18%);
  border-bottom-left-radius: 1.25rem !important;
  border-bottom-right-radius: 1.25rem !important;
  border-top-left-radius: 2px !important;
  border-top-right-radius: 0 !important;
  clip-path: polygon(0 0, 100% 0, calc(100% - .8125rem) 100%, .8125rem 100%);
  height: 26px;
  left: 10px;
  top: 2px;
  position: absolute;
  min-width: 30%;
  max-width: 100px;
}

/* Responsive */
@media (max-width: 575px) {
  .commentator {
    font-size: 10px;
  }

  .commentator svg {
    width: 34px !important;
    height: 34px !important;
  }

  .filter-tab-wrapper {
    margin-top: -12px;
  }
}

/*BLV*/
.gmd-match-footer__streamer {
  display: flex;
  gap: 5px;
  align-items: center;
  color: #bbbbbb;
  justify-content: flex-end;
}

/* BLV toggle */
.extra-info {
  display: none;
  flex-direction: row;
  gap: 5px;
}

.toggle-btn {
  position: relative;
  background: none;
  border: none;
  color: #bbbbbb;
  /* background-color: #122A33; */
  border: none;
  border-radius: 38px;
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}

.toggle-btn::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 1px;
  height: 24px;
  opacity: 0.3;
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0) 0%,
      #fff 54.5%,
      rgba(255, 255, 255, 0) 100%);
}

.blv-count {
  display: flex;
  align-items: center;
  gap: 5px;
}

span.blv-arrow {
  color: #BBBBBB;
}

.gmd-match-footer__streamer.active span.blv-arrow {
  color: #2C73F2;
}

/* .gmd-match-footer__streamer.active span:first-child {
display: none;
} */
.gmd-match-footer:has(.no-blv),
.gmd-match-footer:has(.int-blv) {
  grid-template-columns: 1fr 1fr 1fr;
}

.gmd-match-footer__streamer:has(.no-blv),
.gmd-match-footer__streamer:has(.int-blv) {
  justify-content: center;
}

.toggle-btn.no-blv:has(img) {
  pointer-events: none;
  margin-bottom: 0;
}

.no-blv .blv-count {
  display: none;
}

.toggle-btn.no-blv::after {
  display: none;
}

.toggle-btn:hover,
.gmd-match-footer__streamer.active .toggle-btn {
  /* border: 1px solid #00461D; */
  border: none;
  background: transparent;
}

.gmd-match-footer__streamer.active .toggle-btn img,
.gmd-match-footer__streamer.active .toggle-btn span:first-child {
  display: none;
}

.gmd-match-footer__streamer.active .toggle-btn.no-blv {
  border: 1px solid transparent;
  background-color: transparent;
}

button.toggle-btn span {
  font-size: 12px;
}

.toggle-btn:focus {
  outline: none;
}

.gmd-match-footer__streamer.active .extra-info {
  display: flex;
  align-items: center;
}

/* BLV toggle */
.btn-load-fixtures {
  background: #1A1D23;
  border-radius: 6px;
  width: 100%;
  display: block;
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  color: #009B3A;
  padding: 12px 20px;
  position: relative;
}

.gmd-match-footer__streamer a {
  color: transparent !important;
}

.main-page .list-filter li a.active {
  background: url(../images/home/button-tab-active.png) no-repeat center;
  color: #56FBC3;
  border:none;
  position: relative;
}

.main-page .list-filter li a.active::before {
    content: '';
    border-radius: 100px;
    background: linear-gradient(0, #006590, transparent);
    bottom: 0;
    left: 0;
    -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0, #fff));
    -webkit-mask: linear-gradient(#fff, #fff 0) content-box, linear-gradient(#fff, #fff 0);
    mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0, #fff));
    mask: linear-gradient(#fff, #fff 0) content-box, linear-gradient(#fff, #fff 0);
    -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    padding: 1.2px;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
}

.main-page .list-filter li.live_indicator-bg a {
  background: url(../images/home/button-tab-live.png) no-repeat center !important;
  border: none !important;
  min-width: 100px;
}
span.num {
  min-width: 27px;
}
div#match-child-1 {
  display: none !important;
}
.tib-column-value span {
  font-size: 11px !important;
}
@media (max-width: 768px) {
  .grid-match__goal {
    margin-top: 2px;
  }
  .main-page .sports-bars ul li button {
    flex-direction: column;

  }

  .main-page .sports-bars ul li::after {
    display: none;
  }

  .main-page .sports-bars ul {
    justify-content: flex-start
  }

  .main-page .sports-bars ul li button span {
    font-size: 9px;
    margin-top: 5px;
    color: #9C9C9C;
  }

  .page_bars {
    margin-bottom: 10px;
  }

  ul.list-filter {
    margin-bottom: 0 !important;
  }
  .main-page .sports-bars ul li {
    margin-right: 0px;
}
  .gmd-elapsed-time {
    margin-top: -10px !important;
  }
  .progress-bar {
      left: 0px !important;
  }
}

@media (min-width: 769px) {
  .sports-bars-mobile {
    display: none;
  }
}

@media (max-width: 360px) {
  .gmd-match__goal-scoring {
    padding: 3px 5px;
  }

  .gmd-match-footer {
    grid-template-columns: 0.5fr 60px 1fr;
  }
}
.grid-match--flag-h2h {
  gap: 5px;
}
.gmd-match-footer__streamer.active {
  position: relative;
}
.gmd-match-footer__streamer.active .extra-info {
    display: flex;
    align-items: flex-start;
    position: absolute;
    top: 27px;
    flex-direction: column;
    left: -3px;
    background: #040b23;
    padding: 4px;
    border-radius: 6px;
    min-width: 100px;
    z-index: 1000;
}

@media screen and (max-width: 991px) {
    #matches__filter--leagues-football {
        margin-top: 10px;
    }
}
.title_box_h1 {
    line-height: 20px;
    font-size: 20px;
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: bold;
}
.sport-playing {
    background: #941b13;
    color: #fff;
    padding-inline:3px;border-radius: 7px;
    position: absolute;
    top: -3px;
    right: -1px;
    font-size: 9px;
    line-height: 16px;
    display: none
}
.sport-playing.is-sport-playing {
    display: inline-block
}
@media only screen and (max-width: 992px) {
    .sport-playing {
        color:#941b13;
        border-radius: 100%;
        width: 7px;
        height: 7px;
        text-indent: -999px;
        top: 6px!important;
        right: -4px!important
    }
}