.style-4::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

.popup {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}

.style-4::-webkit-scrollbar {
  width: 8px;
  background-color: #BBBBBB;
}

.style-4::-webkit-scrollbar-thumb {
  background-color: #414141;
  border: 2px solid #BBBBBB;
}

#match-list-box {
  /* padding: 7px; */
  /* background: white; */
  justify-content: space-between;
  border-radius: 4px;
  /* height: 90px; */
  box-sizing: border-box;
}

.pd-18-15 {
  padding: 13px 15px !important;
}
.pd-10-13 {
    padding: 10px 13px !important;
}

.filter-23 {
  width: 163px;
}
.filter-23 .select-league {
  width: 100%;
}
.filter-23 .select2-selection {
  background-color: #E6E6E6;
  border: none;
  height: 34px;
  border-radius: 4px;
}
.filter-23 .select2-selection .select2-selection__rendered {
  line-height: 34px;
  padding: 0 12px;
}
.filter-23 .select2-selection .select2-selection__rendered span {
  display: flex;
  align-items: center;
  font-size: 12px;
  width: 100%;
  max-width: 88%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.filter-23 .select2-selection .select2-selection__rendered span img {
  margin-right: 8px;
}
.filter-23 .select2.select2-container,
.filter-23 .select2-selection {
  outline: none;
}
.filter-23 .select2-selection__arrow {
  position: relative;
  height: 100% !important;
}
.filter-23 .select2-selection__arrow::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 31%;
  background-image: url(../../../images/icon_arrow_down.svg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 9px;
}
.filter-23 .select2-selection__arrow b {
  display: none;
}

input.select2-search__field {
  outline: none;
}

img.img-flag {
  width: 14px;
  height: 14px;
  -o-object-fit: contain;
     object-fit: contain;
}

.select2-results__option span {
  display: flex;
  align-items: center;
  font-size: 12px;
}
.select2-results__option span img {
  margin-right: 8px;
}

.carousel-23 {
  width: calc(100% - 163px - 14px);
}
.carousel-23 .owl-item {
  height: 100%;
}
.carousel-23 .math-item {
  padding: 8px 12px;
  width: 184px;
  text-align: left;
  cursor: pointer;
  height: 76px;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 4px;
  display: inline-block;
  text-decoration: unset;
}
.carousel-23 .math-item.on {
  background: #FFEFD8;
  pointer-events: none;
}
.carousel-23 .math-item .time {
  text-align: center;
  font-size: 10px;
  font-weight: 400;
  margin-bottom: 6px;
}
.carousel-23 .math-item .time.al-left {
  text-align: left;
}
.carousel-23 .math-item .club {
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 5px;
}
.carousel-23 .math-item .club img {
  width: 14px;
  height: 14px;
  -o-object-fit: cover;
     object-fit: cover;
}
.carousel-23 .math-item .club span {
  color: #070F03;
  font-size: 10px;
  font-weight: 600;
  line-height: 14px;
  margin-left: 4px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.carousel-23 .math-item .club span.score {
  margin: 0 15px 0 0;
}

.al-fs {
  align-items: flex-start;
}

.tab-custom.d-flex {
  width: 100%;
  justify-content: space-between;
}
.tab-custom.d-flex .tab-item {
  color: #717171;
  width: 33.3333333333%;
  text-align: center;
  padding-bottom: 4px;
  border-bottom: 1px solid #BBBBBB;
  height: 25px;
  transition: 0.175s all linear;
  font-size: 12px;
  line-height: 25px;
  cursor: pointer;
}
.tab-custom.d-flex .tab-item.active {
  border-color: #414141;
  pointer-events: none;
  color: #070F03;
}
.tab-custom.d-flex .tab-item.active img {
  filter: brightness(0.7) contrast(1) hue-rotate(90deg) saturate(1) !important;
}

#game-rate .matchDetail .scoring-rate .rateOfScored .fx-comparision .fx-data-right .fx-c2,
#game-rate .matchDetail .scoring-rate .rateOfScored .fx-c-3,
#game-rate .matchDetail .scoring-rate .rateOfScored .fx-comparision .fx-data-left .fx-c2 {
  color: #070F03 !important;
}
#game-rate .who-win-number {
  position: relative;
}
#game-rate .who-win-number:after {
  content: "";
  width: 100%;
  left: 0;
  bottom: 0;
  background: #E6E6E6;
  position: absolute;
  height: 6px;
  z-index: 8;
  border-radius: 100px;
}
#game-rate .who-win-bar {
  position: relative;
  z-index: 9;
}
#game-rate .loading {
  position: relative;
}
#game-rate .loading::after {
  position: absolute;
  content: "";
  inset: 0px;
  border: 10px solid #f6f7f8;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 800px 104px;
}

.dark #game-rate .loading::after {
  border-color: #2c2c2c;
  background: #2c2c2c; /* Màu nền tối */
  background: linear-gradient(to right, #444444 8%, #555555 18%, #444444 33%); /* Gradient cho phù hợp với nền tối */
}

#game-rate .popover-noti {
  font-size: 12px;
  font-weight: 600;
}
#game-rate .fx-tb-a li .fx-td-data {
  background-color: #fff !important;
  vertical-align: middle;
  border-radius: 3px;
  height: 13px;
}
#game-rate .fx-tb-a li .fx-td-data div {
  height: 7px;
  bottom: 3px;
  position: absolute;
  border-radius: 2px;
  margin: 0px 3px;
}
#game-rate ul#barCompareList {
  padding-top: 53px;
}
#game-rate ul#barCompareList .title-s {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #070F03;
}
#game-rate .bar {
  width: 100%;
}
#game-rate .bar .options {
  padding: 10px 0 30px;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
}
#game-rate .bar .options #strengthOptions {
  background-color: #F2F2F2;
  border-radius: 60px;
}
#game-rate .bar .options li {
  background: none;
  transition: 0.175s all linear;
  height: 27px;
  padding: 0;
  width: 100px;
  line-height: 27px;
  text-align: center;
}
#game-rate .bar .options li.on {
  background: #005030;
  font-weight: 500;
  color: white;
}
#game-rate .info-strength {
  display: flex;
}
#game-rate .info-strength .radar {
  width: 40%;
}
#game-rate .info-strength .radar .container {
  width: 100%;
}
#game-rate .info-strength .options-content {
  width: 60%;
  display: inline-block;
}
#game-rate .txtinnside {
  margin-bottom: 2px;
}
#game-rate .txtinnside span {
  font-size: 14px;
  font-weight: 500;
  color: #070F03;
}
#game-rate .fli {
  margin-bottom: 30px;
}
#game-rate .team-table-title, #game-rate .team-h1.tzp {
  display: none;
}
#game-rate .fx-tb-a li {
  margin-bottom: 15px;
}
#game-rate .matchDetail .all-block #team-tech-detail .fx20 .stat {
  padding: 30px 0 0;
}
#game-rate .matchDetail .all-block .content .fx-title {
  position: relative;
}
#game-rate .matchDetail .all-block .content .fx-title::before, #game-rate .matchDetail .all-block .content .fx-title::after {
  content: "";
  height: 1px;
  bottom: 0;
  position: absolute;
  left: 0;
  background-color: #C99717;
  width: 50%;
}
#game-rate .matchDetail .all-block .content .fx-title::after {
  background-color: #15D2D2;
  left: unset;
  right: 0;
}
#game-rate .matchDetail .all-block .content .fx-title .fx-title-name {
  margin: 0;
  padding-bottom: 5px;
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  color: #070F03;
}
#game-rate #matchStatistics, #game-rate #matchScoreStatistics {
  padding-bottom: 32px;
}
#game-rate .matchDetail .scoring-rate .rateOfScored .fx-c-3 span {
  color: #070F03 !important;
  font-weight: 500;
}
#game-rate .matchDetail .scoring-rate li.fx-tab-on, #game-rate .matchDetail .scoring-rate li.fx-tab-on2 {
  position: relative;
  padding-left: 45px;
}
#game-rate .matchDetail .scoring-rate li.fx-tab-on::after, #game-rate .matchDetail .scoring-rate li.fx-tab-on2::after {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: calc(50% - 22px);
  transform: translate(-50%, -50%);
  background-image: url(../../../images/game-rate/Football_green.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
#game-rate span.timer-minute, #game-rate .timer-second {
  background: #070F03;
  color: white;
  width: 20px;
  height: 23px;
  /* font-family: Inter; */
  font-size: 14px;
  font-weight: 600;
  line-height: 23px;
  text-align: center;
  display: inline-block;
  border-radius: 4px;
}
#game-rate .wrap {
  flex-wrap: wrap;
}
#game-rate .odds-container * {
  box-sizing: border-box;
}
#game-rate .box-template {
  background: white;
  border-radius: 8px;
  padding: 10px 11px;
}
#game-rate .core-container {
  width: 252px;
  height: 100%;
  padding: 10px 10px 15px 10px;
  border-radius: 4px;
  background: #fff;
  margin-bottom: 8px;
  display: block;
}
#game-rate .container-sp {
  display: none;
}
#game-rate .core-custom-select {
  margin-right: 0 !important;
}
#game-rate .core-custom-select .custom-select {
  padding-right: 0 !important;
}
#game-rate .table-score-container {
  margin-top: 14px;
  border-collapse: separate;
  border-spacing: 1px 7px;
}
#game-rate .table-score-container .odds-number {
  min-width: 50px;
  height: 22px;
  font-size: 12px;
}
#game-rate .table-score-container .odds-name {
  font-size: 14px;
  color: #414141;
}
#game-rate .table-score-container .odds-title {
  font-size: 20px;
  color: #070F03;
}
#game-rate .btn-live-chanel {
  background: #2B7E5D;
  height: 28px;
  width: 100%;
  font-size: 18px;
  color: #fff;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  gap: 5px;
  line-height: 1.4;
  cursor: pointer;
}
#game-rate .b-290 {
  width: 290px;
}
#game-rate .b-264 {
  width: 264px;
}
#game-rate .b-252 {
  width: 252px;
}
#game-rate .b-594 {
  width: 594px;
}
#game-rate .b-608 {
  width: 598px;
}
#game-rate .bh-335 {
  height: 343px;
}
#game-rate .bh-252 {
  height: 252px;
}
#game-rate .bh-392 {
    height: 392px;
}
#game-rate .bh-283 {
  height: 283px;
}
#game-rate .bh-245 {
  height: 245px;
}
#game-rate .bh-299d5 {
  height: 299.5px;
}
#game-rate .bh-355 {
  height: 355px;
}
#game-rate .bh-124 {
  height: 124px;
}
#game-rate .bh-194 {
  height: 194px;
}
#game-rate .bh-177 {
  height: 177px;
}
#game-rate .bh-177.odds3in1 {
  height: 210px;
}
#game-rate iframe {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  border-radius: 4px;
}
#game-rate .who-win {
  margin-bottom: 16px;
}
#game-rate .mt-2 {
  margin-top: 16px;
}

body #game-rate .matchDetail .scoring-rate .fx-data-left .fx-c-l.home-bg, body .matchDetail #team-tech-detail .stat-bar.fr,
body #game-rate .matchDetail .scoring-rate .fx-data-right .fx-c-r.away-bg, body .matchDetail #team-tech-detail .stat-bar.fl {
  margin: 0 3px;
}

#game-rate ul.fx-tab {
  display: flex;
  justify-content: center;
  padding-bottom: 25px;
}
#game-rate ul.fx-tab .middle-line {
  width: 116px;
}
#game-rate .gScoredLi, #game-rate .hScoredLi, #game-rate .stat-bar-wrapper {
  position: relative;
  background-color: #fff;
  vertical-align: middle;
  border-radius: 3px;
}
#game-rate .fx-comparision.scoreComp {
  margin-right: 76px;
}
#game-rate .fx-comparision.missComp {
  margin-left: 76px;
}
#game-rate span.text-uppercase {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  color: #070F03;
  text-transform: uppercase;
  margin-right: 6px;
}

@media screen and (max-width: 1024px) {
    #game-rate span.remove-text-uppercase {
        text-transform: unset !important;
        font-weight: 500 !important;
    }
    #game-rate .popover-noti-game-rate {
        font-family: 'Inter';
        font-size: 10px;
        font-weight: 400;
        line-height: 18px;
    }
}

#game-rate .container {
  max-width: 1228px !important;
}
#game-rate img {
  max-width: 100%;
}
#game-rate .section {
  border-radius: 4px;
  background: #fff;
}
#game-rate .w-33 {
  width: 33px !important;
}
#game-rate .odds-badge {
  width: auto;
  height: 27px;
  padding: 0 12px;
  border-radius: 4px;
  line-height: 27px;
  display: flex;
  align-items: center;
  color: white;
  background-color: rgba(236, 85, 20, 1);
}
#game-rate .dont-miss{
    font-family: 'Inter';
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    text-align: center;
    color: #1C1C1C !important;
    background: #F0F0F0 !important;
}
#game-rate .odds-badge img {
  margin-right: 2px;
  width: 12px;
  height: 12px;
  -o-object-fit: cover;
     object-fit: cover;
}
#game-rate .ws-select {
  border: none;
  color: #414141;
  font-size: 12px;
  width: auto;
  padding: 0;
  padding-right: 11px;
  background-position: center right;
  outline: none;
  background-color: unset !important;
  background-image: url(../../../images/game-rate/select_arrow_down.svg);
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right;
  outline: none;
  box-shadow: none;
  width: auto;
}
#game-rate .ws-select.ws-select-underline {
  border-bottom: 1px solid #414141;
  border-radius: 0;
}
#game-rate .hot-match {
  padding-bottom: 10px;
}
#game-rate .hot-match .hot-match-title h2 {
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0.4rem;
  margin: 0;
}
#game-rate .hot-match .hot-match-title .dropdown {
  padding: 0.4rem;
}
#game-rate .hot-match .hot-match-title .dropdown .btn {
  border-bottom: 1px solid #fff;
  border-radius: 0;
}
#game-rate .hot-match .hot-match-meta {
  padding-left: 0.625rem;
}
#game-rate .hot-match .hot-match-meta .hot-match-meta-item {
  padding: 0 10px;
  border-right: 1px solid #080808;
}
#game-rate .hot-match .hot-match-meta .hot-match-meta-item:first-child {
  padding-left: 0;
}
#game-rate .hot-match .hot-match-meta .hot-match-meta-item:last-child {
  border: none;
}
#game-rate .hot-match .hot-match-meta .hot-match-meta-item img {
  width: 0.625rem;
  filter: invert(100%);
}
#game-rate .hot-match .hot-match-meta .hot-match-meta-item span {
  color: #080808;
  font-size: 12px;
}
#game-rate .hot-match .hot-match-teams .hot-match-team {
  width: 50%;
  color: #070F03;
  text-align: center;
}
#game-rate .hot-match .hot-match-teams .hot-match-team img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
#game-rate .hot-match .hot-match-teams .hot-match-team span {
  font-size: 10px;
  color: #070F03;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  margin-top: 3px;
}
#game-rate .hot-match .hot-match-teams .hot-match-team::after {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border-right: 7px solid #fff;
}
#game-rate .match-team-left-snd, #game-rate .match-team-right-snd {
  text-align: center;
  width: calc((100% - 48px) / 2);
}
#game-rate .match-team-left-snd .match-team-img, #game-rate .match-team-right-snd .match-team-img {
  width: 18px;
  height: 18px;
  margin: 6px auto 4px;
}
#game-rate .match-team-left-snd .match-team-title, #game-rate .match-team-right-snd .match-team-title {
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
  color: #414141;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* number of lines to show */
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
#game-rate .match-team-middle-snd .match-team-time-snd {
  width: 48px;
  display: flex;
  justify-content: space-between;
}
#game-rate .match-team-middle-snd .match-team-time-snd .timer-minute, #game-rate .match-team-middle-snd .match-team-time-snd .timer-second {
  background: none;
  color: #414141;
  width: unset;
  height: unset;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  display: inline-block;
}
#game-rate .match-team-middle-snd .match-team-time-snd .timer-sep {
  margin: 0 3px;
  font-size: 17px;
}
#game-rate .hot-match .hot-match-teams .hot-match-team:last-child::after {
  left: 0;
  top: 0;
  bottom: 0;
  border-left: 7px solid #fff;
  border-right: 0;
}
#game-rate .news .news-title h2 {
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0.4rem;
  margin: 0;
}
#game-rate .news .news-title img {
  filter: invert(100%);
}
#game-rate .news .news-content {
  overflow-y: auto;
  height: auto;
  padding-top: 0;
  max-height: 235px;
  padding-top: 10px;
}
#game-rate .news .news-content .news-content-item {
  position: relative;
  padding-bottom: 0.5rem;
  transition: all 0.3s ease 0s;
}
#game-rate .news .news-content .news-content-item:hover {
  text-decoration: none;
}
#game-rate .news .news-content .news-content-item:hover .news-content-item-title, #game-rate .news .news-content .news-content-item:hover .news-content-item-time {
  color: #FFB800 !important;
}
#game-rate .news .news-content .news-content-item:hover .news-content-item-icon {
  background: #FFB800 !important;
}
#game-rate .news .news-content .news-content-item:after {
  content: "";
  width: 1px;
  border-left: 1px dashed #c5c5c5;
  top: 0.85rem;
  left: 2px;
  position: absolute;
  height: 100%;
}
#game-rate .news .news-content .news-content-item:last-child:after {
  display: none;
}
#game-rate .news .news-content .news-content-item .news-content-item-icon {
  margin-top: 0;
  transition: all 0.3s ease 0s;
  background: #070F03;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  display: block;
  padding: 0;
}
#game-rate .news .news-content .news-content-item .news-content-item-time {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-align: left;
  color: #717171;
  width: 23px;
  margin: 0 8px 0 6px;
  text-align: left;
}
#game-rate .news .news-content .news-content-item .news-content-item-title {
  font-size: 10px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  color: #717171;
}
#game-rate .news .news-content .news-content-item:hover .news-content-item-icon,
#game-rate .news .news-content .news-content-item.active .news-content-item-icon {
  background: #080808;
}
#game-rate .news .news-content .news-content-item:hover .news-content-item-time,
#game-rate .news .news-content .news-content-item:hover .news-content-item-title,
#game-rate .news .news-content .news-content-item.active .news-content-item-time,
#game-rate .news .news-content .news-content-item.active .news-content-item-title {
  color: #080808;
}
#game-rate .news .news-content .news-content-item:hover:after,
#game-rate .news .news-content .news-content-item.active:after {
  border-left: 1px dashed #080808;
}
#game-rate .match {
  padding-top: 0;
  background: var(--body-bg);
  background-size: cover;
  border-radius: 0.25rem;
  overflow: hidden;
  position: relative;
}
#game-rate .match .match-info {
  position: absolute;
  width: auto;
  top: 18px;
  left: 45px;
  z-index: 9;
}
#game-rate .match .timer-sep {
  color: white;
  font-size: 17px;
  line-height: 17px;
}
#game-rate .match .match-header {
  font-size: 12px;
  color: #080808;
}
#game-rate .match .match-header .match-league {
  font-weight: 700;
}
#game-rate .match .match-header img {
  width: 12px;
}
#game-rate .match .match-teams {
  margin-top: 0rem;
  font-size: 0.875rem;
  color: #080808;
}
#game-rate .match .match-teams .match-team-info .match-team-img {
  z-index: 9;
}
#game-rate .match .match-teams .match-team-info .match-team-img img {
  width: 3rem;
}
#game-rate .match .match-teams .match-team-info .match-team-title {
  padding: 10px 2.5rem;
  background: #222;
  border-radius: 3rem;
  color: #fff;
}
#game-rate .match .match-teams .match-team-info .match-team-title.home-name {
  background: #0089f1;
}
#game-rate .match .match-teams .match-team-info .match-team-title.away-name {
  background: #d64444;
}
#game-rate .match .match-teams .match-team-subinfo {
  font-size: 12px;
  font-style: italic;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#game-rate .match-team-left, #game-rate .match-team-right {
  width: 28px;
}
#game-rate .match-team-middle {
  margin: 0 8px;
}
#game-rate .match .match-teams .match-team-left .match-team-info .match-team-title {
  margin-right: -2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#game-rate .match .match-teams .match-team-right .match-team-info .match-team-title {
  margin-left: -2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#game-rate .match .match-teams .match-team-right .match-team-subinfo {
  font-size: 12px;
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#game-rate .match .match-teams .match-team-middle .match-team-time {
  color: #080808;
  font-weight: 700;
  display: flex;
  align-items: center;
}
#game-rate .match .match-teams .match-team-middle .match-team-time-info {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#game-rate .match .match-content {
  position: relative;
  height: 100%;
}
#game-rate iframe {
  width: 100%;
  height: 100%;
}
#game-rate .match .match-content .match-player {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
}
#game-rate .match .match-content .match-player .match-card {
  width: 10px;
  height: 0.675rem;
  border-radius: 1px;
}
#game-rate .match .match-content .match-player .match-card.card-red {
  background: red;
}
#game-rate .match .match-content .match-player .match-card.card-yellow {
  background: #f9c82d;
}
#game-rate .match .match-content .match-player .match-energy {
  width: 100%;
  height: 10px;
  border: 1px solid #ffa801;
  border-radius: 3px;
}
#game-rate .match .match-content .match-player .match-energy .match-energy-bar {
  border-radius: 3px;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, #ff000c, #ffa801);
  transition: all 0.3s ease 0s;
}
#game-rate .match .match-content .match-player .match-player-number {
  position: relative;
}
#game-rate .match .match-content .match-player .match-player-number .match-player-number-item {
  position: absolute;
  top: 3px;
  right: 0;
  left: 0;
  margin: 0 auto;
  color: #1f1f1f;
  font-size: 0.625rem;
  font-weight: bold;
  text-align: center;
}
#game-rate .match .match-content .img-match {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
#game-rate .match .match-content .match-content-iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
#game-rate .who-win {
  background: #fff;
  background-size: cover;
  padding: 10px;
}
#game-rate .who-win .who-win-title img {
  width: 1.5625rem;
}
#game-rate .who-win .who-win-title span {
  font-size: 1rem;
  font-weight: bold;
  color: #080808;
  line-height: 1.2;
}

#game-rate .who-win .who-win-content .who-win-table {
  width: 100%;
}
#game-rate .who-win .who-win-content .who-win-table tr td {
  padding-bottom: 0.5rem;
}
#game-rate .who-win .who-win-content .who-win-table tr td .bg-purple {
  background: #FFB800;
  color: #fff;
}
#game-rate .who-win .who-win-content .who-win-table tr td .who-win-name.who-win-draw {
  background: #0C4FCF;
  color: #fff;
}
#game-rate .who-win .who-win-content .who-win-table tr td .bg-blue {
  background: #07ADF5;
  color: #fff;
}
#game-rate .who-win .who-win-content .who-win-table tr td .bg-white {
  background: #fff;
  color: #080808;
}
#game-rate .who-win .who-win-content .who-win-table tr td:first-child {
  width: 75px;
}
#game-rate .who-win .who-win-content .who-win-table tr td:last-child {
  padding-left: 7px;
}
#game-rate .who-win .who-win-content .who-win-table tr td .who-win-name {
  border-radius: 4px;
  width: 75px;
  height: 26px;
  text-align: left;
  padding: 0 8px;
}
#game-rate .who-win .who-win-content .who-win-table tr td .who-win-name img {
  width: 14px;
  height: 14px;
  margin-right: 6px;
  -o-object-fit: contain;
     object-fit: contain;
}
#game-rate .who-win .who-win-content .who-win-table tr td .who-win-name img {
  width: 12px;
}
#game-rate .who-win .who-win-content .who-win-table tr td .who-win-name span {
  font-size: 12px;
  font-weight: bold;
}

.who-win-table .who-win-bar{
  border-radius: 100px;
}

.who-win-home .who-win-name,
.who-win-home .who-win-bar{
  background: #07ADF5;
  color: #fff;
}

.who-win-away .who-win-name,
.who-win-away .who-win-bar{
  background: #E4A80F;
  color: #fff;
}

.who-win-draw .who-win-name{
  background: #F2F2F2;
  color: #414141;
}

.who-win-draw .who-win-bar{
  background: #717171;
}

#game-rate .who-win-number .percentage {
  display: block;
  width: 100%;
}
#game-rate .who-win .who-win-content .who-win-table tr td .who-win-number span {
  font-size: 10px;
  color: #080808;
  font-weight: 500;
  margin-top: 7px;
}
#game-rate .who-win .who-win-content .who-win-table tr td .who-win-number .who-win-bar {
  transition: all 1s ease 0s;
  margin-top: 0;
  height: 6px;
}

#game-rate .odds-note .odds-note-icon {
  width: 12px;
  height: 12px;
  background: #0d9f1c;
  border-radius: 100%;
}
#game-rate .odds-note .odds-note-content {
  font-size: 0.875rem;
  color: #fff;
}
#game-rate .odds-content {
  overflow: hidden;
}
#game-rate .odds {
  padding: 0.4rem;
}
#game-rate .odds .custom-options {
  height: 165px;
  overflow: auto;
  scrollbar-width: none;
}
#game-rate .odds .custom-options::-webkit-scrollbar-track {
  background-color: #DDDDDD;
}
#game-rate .odds .custom-options::-webkit-scrollbar {
  width: 8px;
}
#game-rate .odds .custom-options::-webkit-scrollbar-thumb {
  background-color: #A2A2A2;
  border: 2px solid #DDDDDD;
  border-radius: 30px;
  overflow: hidden;
}
#game-rate .odds .odds-title {
  color: #080808;
  font-size: 1rem;
}
#game-rate .odds .odds-title img {
  width: 12px;
}
#game-rate .odds .odds-actions .odds-badge {
  line-height: 1.7;
  transition: all 0.3s ease 0s;
  padding: 10px 1rem;
  border-radius: 10rem;
  background: #414141;
  color: #f9c82d;
  font-size: 12px;
}
#game-rate .odds .odds-actions .odds-badge.badge-red {
  color: #fff;
  background-color: #d64444;
}
#game-rate .odds .odds-actions .odds-badge img {
  max-width: 12px;
  max-height: 12px;
}
#game-rate .odds .odds-actions .odds-badge:hover {
  background: #f9c82d;
  color: #414141;
}
#game-rate .odds .odds-actions .odds-badge:hover img {
  filter: brightness(0) saturate(100%);
}
#game-rate .odds .odds-content.scroll {
  overflow-x: auto;
  width: 100%;
}
#game-rate .odds .odds-content .odds-table {
  width: 100%;
}
#game-rate .odds .odds-content .odds-table tr th {
  text-align: center;
  color: #080808;
  font-size: 12px;
}
#game-rate .odds .odds-content .odds-table tr td {
  text-align: center;
  padding: 0.2rem;
  /* overflow: hidden; */
  width: 46px !important;
  min-width: 46px;
  max-width: 46px;
}
#game-rate .odds .odds-content .odds-table tr td .odds-name {
  font-size: 14px;
  color: #414141;
}
#game-rate .odds-number {
  position: relative;
  background: #FFF5E7;
  border-radius: 0.25rem;
  transition: all 0.3s ease 0s;
  font-size: 12px;
  color: #282828;
  cursor: pointer;
  width: 46px;
  height: 26px;
  line-height: 26px;
  padding: 0;
  position: relative;
  text-align: center;
}

.best-odds .hadicap-body td{
  padding: 0 !important;
}

#game-rate .odds-number.inside-box{
  height: 22px;
  line-height: 22px;
}
#game-rate .odds-number::after {
  content: "";
  width: 9px;
  height: 9px;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: -3px;
  right: -3px;
  border-radius: 50%;
  overflow: hidden;
  display: none;
  z-index: 2;
}
#game-rate .odds-number.odds-up {
  background: #C9FFE9;
  color: #282828;
}
#game-rate .odds-number.odds-up::after {
  background-image: url(../../../../images/icon-arrow-up-light-v2.svg?v=5);
  background-color: var(--bg-odds-arrow-up-light);
  display: block;
}
#game-rate .odds-number.odds-up img {
  position: absolute;
  right: 0;
  top: -0.45rem;
  width: 1rem;
}
#game-rate .odds-number.odds-down {
  background: #FFDBD8;
  color: #282828;
}

#game-rate .odds-number.odds-down::after {
  background-image: url(../../../../images/icon-arrow-down-light-v2.svg?v=5);
  background-color: var(--bg-odds-arrow-down-light);
  display: block;
}
#game-rate .odds-number.odds-down img {
  position: absolute;
  right: 0;
  top: -0.45rem;
  width: 1rem;
}
#game-rate #top-tools {
  background: #2e3633;
  position: relative;
  z-index: 9999;
}
#game-rate #top-tools .top-tools-c {
  max-width: 1060px;
  line-height: 36px;
  height: 36px;
  margin: 0 auto;
  color: #fff;
  position: relative;
  z-index: 9999;
}
#game-rate #top-tools .top-tools-c .top-tools-left {
  float: left;
  position: relative;
  z-index: 9999;
}
#game-rate #top-tools .top-tools-c .top-tools-left .Choose-tool {
  float: left;
  display: inline-block;
  margin-right: 15px;
  position: relative;
  cursor: pointer;
  font-size: 12px;
  position: relative;
  z-index: 9999;
}
#game-rate #top-tools .top-tools-c .top-tools-left .Choose-tool #selectedTimeZone {
  font-size: 12px;
  position: relative;
  z-index: 9999;
}
#game-rate #top-tools .top-tools-c .top-tools-left .Choose-tool i {
  display: inline-block;
  content: "";
  top: 2px;
  transition: 0.2s;
  width: 0;
  height: 0;
  vertical-align: middle;
  margin-left: 4px;
  border-top: 5px solid #fff;
}
#game-rate #top-tools .top-tools-c .top-tools-left .Choose-tool ul {
  padding: 10px;
  background-color: #212121;
  position: absolute;
  left: 0;
  top: 44px;
  z-index: 9999;
  animation: popover 0.2s ease-in-out;
  border-radius: 6px;
  white-space: nowrap;
}
#game-rate #top-tools .top-tools-c .top-tools-left .Choose-tool ul::before {
  position: absolute;
  display: block;
  content: "";
  border-bottom: 8px solid #212121;
  left: 20px;
  top: -8px;
}
#game-rate #top-tools .top-tools-c .top-tools-left .Choose-tool ul li {
  height: 26px;
  line-height: 26px;
  padding: 0 5px;
}
#game-rate #top-tools .top-tools-c .top-tools-left .Choose-tool.on i {
  transform: rotate(180deg);
}
#game-rate #top-tools .top-tools-c .top-tools-left .Choose-tool #ddlTimeZone {
  width: 20rem;
}
#game-rate #top-tools .top-tools-c .top-tools-left .Choose-tool #ddlTimeZone li {
  float: left;
  width: 68px;
  border-radius: 2px;
}
#game-rate #top-tools .top-tools-c .top-tools-left .theme-div {
  margin-top: 6px;
  float: left;
}
#game-rate #top-tools .top-tools-c .top-tools-left .theme-div input {
  display: none;
}
#game-rate #top-tools .top-tools-c .top-tools-left .theme-div .theme {
  cursor: pointer;
}
#game-rate #top-tools .top-tools-c .top-tools-left .theme-div .theme input[type=radio],
#game-rate #top-tools .top-tools-c .top-tools-left .theme-div .theme input[type=checkbox] {
  margin: 2px 5px 0 0;
  vertical-align: -2px;
  cursor: pointer;
}
#game-rate #top-tools .top-tools-c .top-tools-left .theme-div .theme > input[type=checkbox]:checked + .theme-style:before {
  left: 50%;
  background-image: url(../../../images/dark.png);
  background-repeat: no-repeat;
  background-color: #fff;
}
#game-rate #top-tools .top-tools-c .top-tools-left .theme-div .theme .theme-style {
  height: 24px;
  width: 48px;
  background-color: #444;
  border-radius: 20px;
  display: inline-block;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  float: right;
  vertical-align: middle;
  background-image: url(../../../images/theme.png);
  background-repeat: no-repeat;
}
#game-rate #top-tools .top-tools-c .top-tools-left .theme-div .theme .theme-style::before {
  display: block;
  content: "";
  height: 22px;
  position: absolute;
  width: 22px;
  background-color: #fff;
  border-radius: 20px;
  left: 0.1em;
  top: 0.1em;
  background-image: url(../../../images/light.png);
  background-repeat: no-repeat;
  transition: all 0.3s ease-in-out;
}
#game-rate .header-main {
  background-color: #397f19;
  position: relative;
  z-index: 1;
}
#game-rate .header-main #headerTop {
  background-repeat: no-repeat;
  background-position: top;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
#game-rate .header-main #headerTop .headerTop {
  max-width: 1060px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  height: 60px;
}
#game-rate .header-main #headerTop .headerTop #logoSpan {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 10px;
}
#game-rate .header-main #headerTop .headerTop .loginBox {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 2px;
  top: 10px;
}
#game-rate .header-main #headerTop .headerTop .loginBox #login_icon a {
  display: block;
}
#game-rate .header-main #headerTop .headerTop .loginBox #login_icon a .sign_in_btn {
  position: absolute;
  right: 0;
  width: 90px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
  line-height: 34px;
  border: 1px solid #fff;
  border-radius: 3px;
  cursor: pointer;
}
#game-rate .header-main #fulltab #newtop {
  max-width: 1060px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
#game-rate .header-main #fulltab #newtop #menu {
  width: 100%;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 2px;
  position: absolute;
  top: -50px;
  left: 20%;
  z-index: 999999;
  margin-left: 10px;
}
#game-rate .header-main #fulltab #newtop #menu .nav-menu1 {
  background-color: #397f19;
}
#game-rate .header-main #fulltab #newtop #menu .nav-menu1 .navbar .navbar-list {
  padding: 0;
}
#game-rate .header-main #fulltab #newtop #menu .nav-menu1 .navbar .navbar-list .navbar-list-item a {
  font-size: 1rem;
  color: #fff;
  opacity: 0.75;
  font-weight: bold;
  font-size: 1rem;
}
#game-rate .header-main #fulltab #newtop #menu .nav-menu1 .navbar .navbar-list .navbar-list-item:after {
  display: none;
}
#game-rate .header-main #fulltab #newtop #menu .nav-menu1 .navbar .navbar-list .navbar-list-item:hover img,
#game-rate .header-main #fulltab #newtop #menu .nav-menu1 .navbar .navbar-list .navbar-list-item.active img {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7484%) hue-rotate(38deg) brightness(97%) contrast(98%);
}
#game-rate .header-main #fulltab #newtop #menu .nav-menu1 .navbar .navbar-list .navbar-list-item:hover a,
#game-rate .header-main #fulltab #newtop #menu .nav-menu1 .navbar .navbar-list .navbar-list-item.active a {
  color: #fff;
}
#game-rate .header-main #fulltab #newtop #menu .nav-menu1 .navbar .navbar-list .navbar-list-item:hover a:after,
#game-rate .header-main #fulltab #newtop #menu .nav-menu1 .navbar .navbar-list .navbar-list-item.active a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  transition: all 0.3s ease 0s;
  width: 100%;
  opacity: 1;
}
#game-rate .header-main #fulltab #newtop .menuTop1 {
  max-width: 1060px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
#game-rate .header-main #fulltab #newtop .menuTop1 .menu-gold ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  background-color: #43951e;
}
#game-rate .header-main #fulltab #newtop .menuTop1 .menu-gold ul li a {
  color: #fff;
  display: inline-block;
  width: 100% !important;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  position: relative;
  cursor: pointer;
}
#game-rate .match-team-time {
  color: #f9c82d;
  font-size: 2rem;
  font-weight: 700;
}
#game-rate .bottom .bottom-item {
  padding-top: 26px;
}
#game-rate .bottom-item .bottom-item-title {
  font-size: 20px;
  text-align: left;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-transform: capitalize;
  color: #fff;
  font-weight: bold;
}
#game-rate .bottom.bottom-item .bottom-item-content {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
#game-rate .img-footer {
  width: 20px;
  filter: brightness(0) saturate(100%) invert(98%) sepia(100%) saturate(0%) hue-rotate(96deg) brightness(104%) contrast(101%);
}
#game-rate .bottom-item .bottom-item-content ul li a:hover {
  color: #f60;
  text-decoration: underline;
  cursor: pointer;
}
#game-rate .bottom .bottom-item .bottom-item-content ul li {
  list-style: none;
  margin-bottom: 10px;
}
#game-rate .bottom .bottom-item .bottom-item-content ul {
  padding: 0;
  margin: 0;
  margin-top: 20px;
}
#game-rate .menu-wrapper,
#game-rate .menu a {
  width: 100%;
}
#game-rate .menu::after {
  content: "";
  clear: both;
  display: block;
}
#game-rate .menu a {
  display: block;
  padding: 10px;
  box-sizing: border-box;
  text-decoration: none;
  font-size: 20px;
}
#game-rate .menu li {
  position: relative;
}
#game-rate .menu > li {
  float: left;
}
#game-rate .menu ul li + li {
  border-top: 1px solid #fff;
}
#game-rate .menu ul {
  position: absolute;
}
#game-rate .menu > li ul,
#game-rate .menu ul ul {
  opacity: 0;
  transition: all 0.2s ease-in;
  z-index: -1;
  visibility: hidden;
}
#game-rate .menu > li ul {
  top: 130%;
  left: 0;
}
#game-rate .menu ul ul {
  left: 130%;
  top: 0;
}
#game-rate .menu ul a {
  width: 250px;
}
#game-rate .menu > li:hover > ul {
  top: 100%;
  opacity: 1;
  z-index: 1;
  visibility: visible;
}
#game-rate .menu ul > li:hover > ul {
  left: 100%;
  opacity: 1;
  z-index: 1;
  visibility: visible;
}
#game-rate .menu-gold li {
  width: 14.285%;
}
#game-rate .menu-gold a:hover {
  background-color: #285912;
  color: #fff;
}
#game-rate h1 {
  text-align: center;
  margin-top: 20px;
  color: #fff;
  font-size: 40px;
}
#game-rate .crumbs {
  /*width: 1060px;*/
  color: #999;
  font-size: 12px;
  line-height: 20px;
  margin: 5px auto;
  display: flex;
  align-items: center;
}
#game-rate .crumbs a.off {
  color: #307b06;
}
#game-rate .crumbs h1 {
  flex: 1;
  font-size: 12px;
  font-weight: 600;
  margin: 0 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  text-align: left;
}
#game-rate .crumbs a.off {
  color: #307b06;
  font-weight: 600;
  margin: 0 5px;
  flex: 0 0 auto;
}
#game-rate [data-theme=light] {
  --color-bg: #e5e5e5;
  --color-fg: #000000 ;
}
#game-rate [data-theme=dark] {
  --color-bg: #000000;
  --color-fg: #ffffff ;
}
#game-rate button {
  font-size: 2rem;
  font-weight: bold;
  padding: 0.5rem 1rem;
  transition: all var(--global-transition-time) ease-in-out;
  border-radius: 2rem;
  cursor: pointer;
  color: var(--color-fg);
  background-color: var(--color-bg);
  border: 0.25rem solid var(--color-fg);
}
#game-rate .switch {
  display: inline-block;
}
#game-rate .switch input {
  display: none;
}
#game-rate .switch label {
  display: block;
  width: 60px;
  height: 30px;
  padding: 3px;
  border-radius: 15px;
  border: 2px solid #fff;
  cursor: pointer;
  transition: 0.3s;
}
#game-rate .switch label::after {
  content: "";
  display: inherit;
  width: 20px;
  height: 20px;
  border-radius: 12px;
  background: #fff;
  transition: 0.3s;
  left: 0px;
}
#game-rate .switch input:checked ~ label {
  border-color: #fff;
}
#game-rate .switch input:checked ~ label::after {
  translate: 30px 0;
  background: #fff;
}
#game-rate .switch input:disabled ~ label {
  opacity: 0.5;
  cursor: not-allowed;
}
#game-rate h2 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 30px;
}
#game-rate .checkbox {
  opacity: 0;
  position: absolute;
}
#game-rate .checkbox-label {
  background-color: #111;
  width: 50px;
  height: 26px;
  border-radius: 50px;
  position: relative;
  padding: 5px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#game-rate .fa-moon {
  color: #f1c40f;
}
#game-rate .fa-sun {
  color: #f39c12;
}
#game-rate .checkbox-label .ball {
  background-color: #fff;
  width: 22px;
  height: 22px;
  position: absolute;
  left: 2px;
  top: 2px;
  border-radius: 50%;
  transition: transform 0.2s linear;
}
#game-rate .checkbox:checked + .checkbox-label .ball {
  transform: translateX(24px);
}
#game-rate .support {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
#game-rate .support a {
  color: #292c35;
  font-size: 32px;
  backface-visibility: hidden;
  display: inline-block;
  transition: transform 0.2s ease;
}
#game-rate .support a:hover {
  transform: scale(1.1);
}
#game-rate .bottom {
  background-color: #000;
  display: flex;
  justify-content: space-between;
  width: 960px;
  height: auto;
  margin: 0 auto;
  padding-top: 15px;
}
#game-rate .bottom .description {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
#game-rate .bottom .bottom-item {
  padding-top: 26px;
}
#game-rate .info {
  margin: 0 auto 10px auto;
  max-width: 1060px;
  padding: 10px;
  width: 100%;
}
#game-rate .ic_headerTop {
  filter: brightness(0) saturate(100%) invert(68%) sepia(1%) saturate(408%) hue-rotate(13deg) brightness(92%) contrast(88%);
  width: 1rem;
}
#game-rate .select::before {
  content: "";
  position: absolute;
  right: 8px;
  top: 55%;
  margin-top: -4px;
  width: 0;
  height: 0;
  border-top: 5px solid #fff;
}
#game-rate .ic_header_color {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7451%) hue-rotate(154deg) brightness(101%) contrast(90%);
}
#game-rate .header-all {
  display: flex;
  gap: 1.5rem;
}
#game-rate select#gender option[value=male] {
  background-image: url(./images/logo.svg);
}
#game-rate select#gender option[value=female] {
  background-image: url(female.png);
}
#game-rate select#gender option[value=others] {
  background-image: url(others.png);
}
#game-rate .select-mobile {
  height: 28px;
  width: 90px;
  border-radius: 17px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  padding-left: 0.5rem;
}
#game-rate .select-mobile:focus-visible {
  outline: none;
}
#game-rate .img-mobile {
  height: 40px;
  width: 107px;
  margin-top: 5px;
}
#game-rate .bottom-item {
  padding-top: 26px;
}
#game-rate .bottom-item .bottom-item-title {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-transform: capitalize;
}
#game-rate .bottom-item .bottom-item-content {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
#game-rate .bottom-item .bottom-item-content ul {
  padding: 0;
  margin: 0;
  margin-top: 1.25rem;
}
#game-rate .bottom-item .bottom-item-content ul li {
  list-style: none;
  margin-bottom: 0.625rem;
}
#game-rate .bottom-item .bottom-item-content ul li a {
  color: #fff;
  text-decoration: none;
  display: flex;
  gap: 0.625rem;
}
#game-rate footer .text-footer {
  font-size: 0.65rem;
  text-align: start;
  color: #fff;
  font-weight: 400;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
#game-rate .newMark {
  position: absolute;
  right: 0;
  top: 0;
  height: 14px;
  line-height: 14px;
  font-size: 12px;
  font-weight: normal;
  background: #fb2b1c;
  color: #fff;
  padding: 0 3px 2px 3px;
  border-radius: 6px 0 6px 3px;
  z-index: 7;
}
#game-rate #tile {
  float: left;
  width: 100%;
}
#game-rate body .fx-tb-a li .fx-td-data {
  background: #e5e5e5;
}
#game-rate .home-bg {
  background: #FFB800 !important;
}
#game-rate .fx-c-l.home-bg {
  background: #07ADF5 !important;
}
#game-rate .radar .home_score {
  color: #0089f1 !important;
  display: none;
}
#game-rate .radar .guest_score {
  color: #d64444 !important;
  display: none;
}
#game-rate .guest-bg {
  background: #d64444 !important;
}
#game-rate .speaker {
  height: 30px;
  width: 30px;
  position: relative;
  overflow: hidden;
  display: block;
}
#game-rate .out-bm {
  position: relative;
}
#game-rate .out-bm:hover::after {
  opacity: 0;
  visibility: hidden;
}
#game-rate .out-bm::after {
  content: "";
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: 0.175s all linear;
}
#game-rate .btm {
  margin-top: 8px;
  height: 208px;
  max-height: 208px;
  overflow: auto;
}
#game-rate .btm .team-h1, #game-rate .btm .ky_tit {
  display: none;
}
#game-rate .btm td {
  font-size: 10px;
  background: #F2F2F2;
  border-bottom: 3px solid white !important;
}
#game-rate .btm td span {
  display: none;
}
#game-rate .btm td img {
  margin: auto;
}
#game-rate .btm td b {
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  color: #C8930C;
}
#game-rate .btm-item {
  background: #F2F2F2;
  margin-bottom: 2px;
  align-items: center;
  height: 28px;
}
#game-rate .btm-item .mdl {
  width: 20px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  color: #C8930C;
}
#game-rate .btm-item .lft, #game-rate .btm-item .rgt {
  width: calc((100% - 20px) / 2);
  padding: 0 8px;
  color: #717171;
  font-size: 10px;
}
#game-rate .btm-item .lft .card, #game-rate .btm-item .rgt .card {
  width: 10px;
  height: 12px;
  border-radius: 1px;
  color: white !important;
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
  text-align: center;
  display: inline-block;
}
#game-rate .btm-item .lft .card.red, #game-rate .btm-item .rgt .card.red {
  background-color: #D31B1B;
}
#game-rate .btm-item .lft .card.yellow, #game-rate .btm-item .rgt .card.yellow {
  background-color: #BFAC00;
}
#game-rate .speaker span {
  display: block;
  width: 6px;
  height: 8px;
  background: #222;
  margin: 11px 0 0 2px;
}
#game-rate .speaker span:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 12px 8px 15px;
  left: -13px;
  top: 7px;
}
#game-rate .speaker span:before {
  transform: rotate(45deg);
  border-radius: 0 50px 0 0;
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  border-style: double;
  border-color: #222;
  border-width: 7px 7px 0 0;
  left: 16px;
  top: 10px;
  transition: all 0.2s ease-out;
}
#game-rate .speaker:hover span:before {
  transform: scale(0.8) translate(-3px, 0) rotate(42deg);
}
#game-rate .speaker.mute span:before {
  transform: scale(0.5) translate(-15px, 0) rotate(36deg);
  opacity: 0;
}
@media screen and (max-width: 991px) {
  #game-rate .ahc-odds,
  #game-rate .ehc-odds {
    margin-top: 0;
  }
  #game-rate nav .navbar .navbar-list .navbar-list-item {
    padding: 0 1rem;
  }
}
@media screen and (max-width: 912px) {
  #game-rate nav .navbar .navbar-list .navbar-list-item {
    padding: 0 0.5rem;
  }
}
@media screen and (max-width: 817px) {
  #game-rate nav .navbar .navbar-list .navbar-list-item {
    padding: 0 0.1rem;
  }
}
#game-rate .fix-content {
  z-index: 999999;
  margin: 0 auto;
  top: 0;
  width: 100%;
  max-width: 1060px;
  text-align: center;
  background: linear-gradient(90deg, #5e2200 0%, #013667 100%);
  color: #fff;
}
#game-rate .fix-content .fix-header {
  max-width: 1060px;
  width: 100%;
  margin: 0 auto;
}
#game-rate .fix-content .fix-header .fix-league {
  font-weight: bold;
  font-size: 1rem;
  color: #fff;
  padding: 0.5rem 0;
}
#game-rate .fix-content .fix-header .fix-time {
  font-size: 12px;
  color: #7c7c7c;
}
#game-rate .fix-content .fix-header .share-icon {
  height: 28px;
  width: 28px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px;
}
#game-rate .fix-content .fix-header .share-icon:hover img {
  filter: brightness(0) saturate(100%) invert(75%) sepia(67%) saturate(497%) hue-rotate(355deg) brightness(97%) contrast(100%);
}
#game-rate .fix-content .fix-container {
  padding-bottom: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
#game-rate .fix-content .fix-container .match-team-subinfo {
  font-weight: 400;
  font-size: 12px;
  font-style: italic;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#game-rate .fix-content .fix-container .match-team-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#game-rate .ic_star_header {
  padding-right: 0.5rem;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7484%) hue-rotate(38deg) brightness(97%) contrast(98%);
}
#game-rate .ic_header_mobile {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px;
}
@media screen and (max-width: 768px) {
  #game-rate .match .match-content {
    margin-top: 0;
  }
  #game-rate footer .logo {
    width: 50%;
    text-align: center;
    margin: 0 auto;
  }
}
#game-rate .row {
  --bs-gutter-x: 0.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
}
.col-game-rate-show-mobile{
    display: none;
}
.section-container-tablet,
.odds-responsive-tablet-active,
.oddsDoubleChance-tablet,
.oddsCorner-tablet{
    display: none;
    /*margin: unset !important;*/
}
@media only screen and (min-width: 1001px) and (max-width: 1208px) {
    #game-rate .odds-container-mobile .crumbs{
        width: auto !important;
    }
    #game-rate .odds-container-mobile{
        width: 100% !important;
    }
    .match-list-box-mobile{
        width: auto !important;
    }
    .col-tablet-full{
        width: 100% !important;
    }
    #game-rate-core-container .team-right,
    #game-rate-core-container .team-left{
        width: 50% !important
    }
    #game-rate .row {
        gap: 16px;
        flex-direction: row;
    }
    .col-game-rate-hide-mobile{
        display: none;
    }
    .col-game-rate-show-mobile{
        display: block;
    }
    #match-list-box, #game-rate .odds-container, #game-rate .match-detail-mobile{
        width: calc(100% - 20px) !important
    }
    .al-fs-mobile{
        width: 100% !important;
        margin-top: 56px;
    }
    .box-infmtch-mobile{
        width: 100% !important;
    }
    .odds-responsive-tablet,
    #game-rate .odds-container .odds-responsive-tablet{
        display: none !important;
    }
    .odds-responsive-tablet-active{
        display: block;
    }
    .odds-corner-responsive-tablet{
        width: 100% !important;
    }
    .oddsDoubleChance-tablet,
    .oddsCorner-tablet{
        display: block;
        height: 210px !important;
    }

    #matchScoreStatistics .rateOfScored {
        grid-template-columns: repeat(1, minmax(100px, 1fr));
    }
    #game-rate .fx-comparision {
        margin: auto 0 !important;
    }
    #matchScoreStatistics .middle-line {
        display: none;
    }
    .rateOfScored .fx-comparision{
        width: 100% !important;
    }

    #game-rate ul.fx-tab {
        width: 100% !important;
    }

    .fx-tab span {
        width: 245px !important;
    }

    body .matchDetail .scoring-rate li.fx-tab-on,
    body .matchDetail .scoring-rate li.fx-tab-on2 {
        width: initial;
    }

    body .matchDetail .scoring-rate li.fx-tab-on,
    body .matchDetail .scoring-rate li.fx-tab-on2 {
        padding: 8px 0 9px 16px;
    }

    #gScoredBtn1 {
        width: 200px;
    }

    #matchScoreStatistics .active {
        background: #5B1905 !important;
        color: white !important;
    }

    #matchScoreStatistics .active::after {
        filter: brightness(0) invert(1) !important;
    }

    #hScoredBtn1,
    #gScoredBtn1 {
        pointer-events: initial !important;
    }

    .section-responsive {
        width: calc(33% - 8px) !important;
        margin-top: 0 !important;
    }
    .row-container-tablet{
        margin-top: 16px !important;
    }
    #main .odds-container .box-infmtch-tablet-responsive{
        display: none !important;
    }
    #main .odds-container .section12-tablet-responsive{
        display: none !important;
    }
    .section-container-tablet{
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        width: 100%;
        gap: 16px;
    }
    .section-container-tablet .section{
        height: unset !important;
    }
    .section-container-tablet .section .btm{
        height: 339px !important;
        max-height: 339px !important;
    }
    .filter-23 .select2.select2-container, .filter-23 .select2-selection{
        width: 100% !important;
    }
}
@media (min-width: 992px) {
  #game-rate .d-lg-block {
    display: block !important;
  }
  #game-rate .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  #game-rate .col-lg-6 {
    flex: 0 0 auto;
    width: 596px;
  }
  #game-rate .d-lg-none {
    display: none !important;
  }
}
@media (min-width: 768px) {
  #game-rate .d-md-flex {
    display: flex !important;
  }
}

#homepage .game-rate .live-mobile-title {
  display: none;
  gap: 4px;
  padding-top: 12px;
  padding-bottom: 12px;
  color: #070F03;
  text-align: center;
  /* H3-14px/medium */
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
}
#homepage .game-rate #game-rate {
  position: relative;
  margin-bottom: 20px;
}
#homepage .game-rate #game-rate .ov.page-text-live {
  height: 200px;
}
#homepage .game-rate #game-rate .live-channel {
  position: relative;
}
#homepage .game-rate #game-rate .live-channel .text-des {
  color: var(--Monotone-Grey-700, var(--MonotoneGrey-700, #717171));
  font-family: Inter;
  font-size: 10px;
  font-style: italic;
  font-weight: 400;
  line-height: 18px; /* 180% */
  margin-top: 10px;
  margin-bottom: 4px;
}
#homepage .game-rate #game-rate .live-channel ul {
  display: flex;
  align-items: center;
  gap: 5.4px;
  overflow-x: auto;
  scrollbar-width: none;
  position: relative;
  max-width: 496px;
}
#homepage .game-rate #game-rate .live-channel ul li {
  color: var(--New-Color-04, #337359);
  font-family: Inter;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px; /* 140% */
  text-transform: capitalize;
  display: flex;
  height: 26px;
  justify-content: center;
  align-items: center;
  border-radius: 60px;
  border: 1px solid #99B9AC;
  padding: 0 10px;
  white-space: nowrap;
  box-sizing: border-box;
  cursor: pointer;
}
#homepage .game-rate #game-rate .live-channel ul li.active {
  color: var(--New-Color-05, var(--dneil-main, #005030));
  border: 1px solid #005030;
  font-weight: 600;
}
#homepage .game-rate #game-rate .live-channel ul li:nth-last-of-type(1) {
  padding: 0 12px;
  display: flex;
  width: 85px;
  height: 26px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border-radius: 4px;
  background: #2B7E5D;
  border: 1px solid #2B7E5D;
  box-shadow: 0px 0px 8px 0px rgba(38, 37, 37, 0.1);
  color: #E6E6E6;
  position: sticky;
  right: 0;
}
#homepage .game-rate #game-rate .live-channel ul li:nth-last-of-type(1):before {
  content: "";
  width: 10px;
  position: absolute;
  left: -10px;
  top: -1px;
  bottom: 0;
  height: 26px;
  background-color: #E6E6E6;
}
#homepage .game-rate #game-rate .live-channel #btn-first-live {
  display: flex;
}
#homepage .game-rate #game-rate .live-channel #btn-first-live-mobile {
  display: none;
  color: #E6E6E6;
  font-family: Inter;
  font-size: 10px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 180% */
  width: 100%;
  height: 30px;
  align-items: center;
  justify-content: center;
  gap: 4px;
  background: #2B7E5D;
  border: 1px solid #2B7E5D;
  margin-top: 8px;
  box-sizing: border-box;
  border-radius: 4px;
  box-shadow: 0px 0px 8px 0px rgba(38, 37, 37, 0.1);
}
#homepage .game-rate #live #tr_upper-live-title td {
  background-color: #F2F2F2;
}
#homepage .game-rate #live #tr_upper-live-title .upper-live-title-football span {
  font-weight: 500;
}
#homepage .game-rate #live .btn-live {
  border-radius: 4px;
  background-color: #2B7E5D;
  box-shadow: 0px 0px 8px 0px rgba(38, 37, 37, 0.1);
  display: flex;
  width: 40px;
  height: 26px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  position: absolute;
  right: 0px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}
#homepage .game-rate #live .btn-live-mobile {
    position: unset !important;
    width: 18px !important;
    height: 18px !important;
    border-radius: 60px !important;
    margin-right: unset !important;
}

body.dark #homepage .game-rate .live-mobile-title {
  color: #FFFFFF;
}
body.dark #homepage .game-rate #game-rate .live-channel .text-des {
  color: var(--Monotone-Grey-700, var(--MonotoneGrey-700, #E6E6E6));
}
body.dark #homepage .game-rate #game-rate .live-channel ul li {
  color: var(--New-Color-04, #99B9AC);
  border: 1px solid #005030;
}
body.dark #homepage .game-rate #game-rate .live-channel ul li.active {
  color: var(--New-Color-05, var(--dneil-main, #10E18D));
  border: 1px solid #10E18D;
  font-weight: 600;
}
body.dark #homepage .game-rate #game-rate .live-channel ul li:nth-last-of-type(1) {
  background: #13553A;
  border: 1px solid #13553A;
  box-shadow: 0px 0px 8px 0px rgba(38, 37, 37, 0.1);
  color: #E6E6E6;
}
body.dark #homepage .game-rate #game-rate .live-channel ul li:nth-last-of-type(1):before {
  background-color: #000000;
}
body.dark #homepage .game-rate #game-rate .live-channel #btn-first-live-mobile {
  background: #13553A;
  border: 1px solid #13553A;
  color: #E6E6E6;
}
body.dark #homepage .game-rate #live #tr_upper-live-title td {
  background-color: #1A1A1A;
}
body.dark #homepage .game-rate #live .btn-live {
  background-color: #13553A;
}

#game-rate .b-608 .pd-18-15 {
  padding: 11px 12px !important
}

@media only screen and (max-width: 1024px) {
  #homepage .game-rate .live-mobile-title {
    display: flex;
  }
  #homepage .game-rate #game-rate {
    flex-direction: column;
    gap: 0;
    margin-bottom: 0;
  }
  #homepage .game-rate #game-rate .box-infmtch {
    width: calc(100% - 28px);
    margin-top: 8px;
  }
  #homepage .game-rate #game-rate .ov {
    width: 100%;
  }
  #homepage .game-rate #game-rate .odds-mobile-item-container{
      flex-wrap: wrap;
  }
  #homepage .game-rate #game-rate #tableCore .live-channel {
    position: absolute;
    bottom: -1px;
    width: 100%;
  }
  #homepage .game-rate #game-rate .live-channel #btn-first-live-mobile {
    display: flex;
  }
  #homepage .game-rate #game-rate .live-frame {
    margin-left: 0;
    width: 100%;
    height: 100%;
  }
  #game-rate .bh-335{
    height: auto;
  }
  #homepage .game-rate #game-rate .live-frame .match {
    height: auto;
    margin-bottom: 12px;
  }

  #homepage .game-rate #game-rate .core-container {
    width: auto;
    display: none;
  }
  #homepage .game-rate #game-rate .container-sp {
    display: block;
    margin-bottom: 0;
    position: relative;
    padding: 0;
    width: 100%;
  }
  #homepage .game-rate #game-rate .container-sp .odds-title {
    font-size: 10px;
    gap: 5px;
  }
  #game-rate #tableCore #tableCoreSP.core-container .home-match-time{
    display: none;
  }

  #game-rate .odds-number::after{
    content: "";
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 50%;
    right: 5%;
    border-radius: 50%;
    transform: translateY(-50%);
  }

  #homepage .game-rate #live .btn-live {
    width: 55px;
    height: 26px;
    top: unset;
    left: unset;
    right: 6px;
    bottom: 9px;
  }

  #homepage .game-rate #game-rate{
    display: grid !important;
    grid-template-columns: 371px 1fr;
    gap: 16px;
  }
  #homepage .game-rate #game-rate .live-frame{
    grid-row: span 2;
    height: 200px;
  }
  #homepage .game-rate #game-rate #tableCore{
    grid-column: 2;
  }
  #min .game-rate-core-container{
    margin-bottom: 0;
  }
  #homepage .game-rate #game-rate .d-lg-none{
    display: block !important;
  }

  #game-rate .match .match-content {
    height: 199px;
  }
  .live-w-content-time{
    text-align: center;
  }
}
.dark #match-list-box {
  background: #080808;
}
.dark #game-rate .hot-match .hot-match-teams .hot-match-team span,
.dark #game-rate .who-win .who-win-content .who-win-table tr td .who-win-number span,
.dark #game-rate span.text-uppercase, .dark #game-rate .match-team-middle-snd .match-team-time-snd .timer-minute, .dark #game-rate .match-team-middle-snd .match-team-time-snd .timer-second,
.dark #game-rate .match-team-left-snd .match-team-title, .dark #game-rate .match-team-right-snd .match-team-title {
  color: white;
}
.dark .carousel-23 .math-item .club span {
  color: #E6E6E6;
}
.dark .filter-23 .select2-selection, .dark .select2-dropdown.select2-dropdown--below {
  background-color: #0F0400;
  border-color: transparent;
}
.dark .select2-search__field {
  background: #414141;
  border: none;
}
.dark #game-rate .box-template, .dark #game-rate .who-win, .dark #game-rate .section {
  background: #1A1A1A;
}
.dark #game-rate .core-container {
  background: #1A1A1A;
}
.dark #game-rate .odds-name {
  color: #FFFFFF;
}
.dark #game-rate .news .news-content .news-content-item .news-content-item-time,
.dark #game-rate .news .news-content .news-content-item .news-content-item-title,
.dark #game-rate .btm-item .lft, .dark #game-rate .btm-item .rgt,
.dark .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #D4D4D4;
}
.dark .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
.dark .select2-container--default .select2-results__option--selected {
  background-color: #1A1A1A;
  color: white;
}
.dark #game-rate .news .news-content .news-content-item .news-content-item-icon {
  background: #D4D4D4;
}
.dark #game-rate .who-win .who-win-content .who-win-table tr td .bg-purple {
  background: #C99717;
}
.dark #game-rate .who-win .who-win-content .who-win-table tr td .who-win-name.who-win-draw {
  background: #0C4FCF;
}
.dark #game-rate .who-win .who-win-content .who-win-table tr td .bg-blue {
  background: #15D2D2;
}
.dark #game-rate .btm-item {
  background: #070F03;
}
.dark #game-rate .out-bm::after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(0, 0, 0));
}
.dark #game-rate .ws-select {
  color: #EBEBEB;
}
.dark #game-rate .odds .odds-content .odds-table tr th,
.dark #game-rate .odds .odds-content .odds-table tr td .odds-name,
.dark #game-rate .matchDetail .all-block .content .fx-title .fx-title-name,
.dark #game-rate .txtinnside span {
  color: #BBBBBB;
}
.dark #game-rate .odds-badge {
  background-color: #13553A;
}
.dark #game-rate .odds-badge.lighter {
  background-color: #13553A;
}
.dark #game-rate .odds-number.odds-up {
  background: #224C3B !important;
  color: #fff;
}
.dark #game-rate .odds-number.odds-down {
  background: #5B2526 !important;
  color: #fff;
}
.dark #game-rate .odds-number {
  background: #372A21;
  color: #fff;
}
.dark #game-rate .dont-miss {
    background: #262626 !important;
    color: white !important;
}
.dark #game-rate .dont-miss img{
    filter: brightness(100);
}
.dark #game-rate .odds-number.odds-up::after {
  background-image: url(../../../../images/icon-arrow-up-dark-v2.svg?v=5);
  background-color: var(--bg-odds-arrow-up-dark);
  display: block;
}
.dark #game-rate .odds-number.odds-down::after {
  background-image: url(../../../../images/icon-arrow-down-dark-v2.svg?v=5);
  background-color: var(--bg-odds-arrow-down-dark);
  display: block;
}
.dark #game-rate .gScoredLi, .dark #game-rate .hScoredLi, .dark #game-rate .stat-bar-wrapper,
.dark #game-rate .fx-tb-a li .fx-td-data {
  background-color: #2D2D2D !important;
}
.dark .fx-tab .middle-line {
  background-color: unset;
}
.dark #game-rate .matchDetail .scoring-rate li.fx-tab-on::after, .dark #game-rate .matchDetail .scoring-rate li.fx-tab-on2::after {
  filter: brightness(0) invert(1);
}
.dark #game-rate .bar .options #strengthOptions {
  background: linear-gradient(90deg, #292929 0%, #10160E 100%);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15) inset, 0px -4px 4px 0px rgba(55, 55, 55, 0.15) inset;
}
.dark #game-rate .red {
  color: #761B1C !important;
}
.dark #game-rate .btm td {
  background: #070F03;
  border-bottom: 3px solid #1A1A1A !important;
}
.dark #game-rate .no-item-found:after {
  background-color: #1a1a1a;
}
.dark #game-rate .matchDetail .scoring-rate .rateOfScored .fx-comparision .fx-data-right .fx-c2,
.dark #game-rate .matchDetail .scoring-rate .rateOfScored .fx-c-3,
.dark #game-rate .matchDetail .scoring-rate .rateOfScored .fx-comparision .fx-data-left .fx-c2 {
  color: #BBBBBB !important;
}
.dark #game-rate .tab-custom.d-flex .tab-item {
  color: #BBBBBB;
  border-color: #070F03;
}
.dark #game-rate .tab-custom.d-flex .tab-item.active {
  color: #FFFFFF;
  border-color: #D4D4D4;
}
.dark #game-rate .tab-custom.d-flex .tab-item.active img {
  filter: brightness(0) invert(1) !important;
}
.dark #game-rate .btm tr:nth-child(2n+1) td {
  background: #0F0F0F;
}
.dark #game-rate .who-win-number:after {
  background: #000000;
}
.dark .carousel-23 .owl-item:hover .math-item,
.dark .carousel-23 .math-item.on {
  background: #1F0801;
  pointer-events: none;
}

.section .odds .bh-177 .pd-18-15 {
  padding: 9px 11px !important;
}


@media only screen and (max-width: 768px) {
  #game-rate .match .match-content {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }
  #homepage .game-rate #game-rate{
    display: flex !important;
  }
  #homepage .game-rate #game-rate .live-frame{
    height: auto;
  }
  #homepage .game-rate #game-rate{
    gap: 0;
  }
  #min .game-rate-core-container {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 500px) {
  #game-rate .match .match-content{
      height: 180px;
      padding-bottom: 0;
  }
}


/*Tooltip*/

.custom-tooltip {
    position: relative;
    display: inline-block;
}

.tooltip-icon {
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease;
}

.custom-tooltip:hover .tooltip-icon {
    transform: scale(1.2);
}

.tooltip-text {
    visibility: hidden;
    width: 278px;
    background-color: #B27B17;
    color: #ffffff;
    text-align: left;
    border-radius: 4px;
    padding: 8px;
    font-size: 12px;
    line-height: 18px;
    position: absolute;
    z-index: 9999;
    top: -98px;
    left: 7px;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.tooltip-text span {
    font-weight: 600;
    display: block;
    margin-bottom: 4px;
}

    /* Hiển thị tooltip khi hover */
.custom-tooltip:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

/* Tạo mũi tên phía dưới tooltip */
.tooltip-text::after {
    content: '';
    position: absolute;
    top: 100%; /* Đặt mũi tên ở dưới tooltip */
    left: 50%;
    margin-left: -9px; /* Căn giữa mũi tên */
    border-width: 9px; /* Kích thước mũi tên */
    border-style: solid;
    border-color: #B27B17 transparent transparent transparent; /* Màu mũi tên khớp với nền */
}

.highlight-odds {
    background: #15754F !important;
    color: #ffffff;
    position: relative;
}

.highlight-odds-new {
    background: rgba(236, 85, 20, 1) !important; /* Màu mới khi có kèo ngon */
}

.odds-tooltip {
    position: absolute;
    display: inline-block;
    top: -123px;
    right: -72px;

}
.odds-tooltip::after {
    content: '';
    position: absolute;
    top: 100%; /* Đặt mũi tên ở dưới tooltip */
    left: 50%;
    margin-left: -9px; /* Căn giữa mũi tên */
    border-width: 9px; /* Kích thước mũi tên */
    border-style: solid;
    border-color: #B27B17 transparent transparent transparent; /* Màu mũi tên khớp với nền */
}
.tooltip-box {
    background-color: #B27B17;
    padding: 8px;
    border-radius: 4px;
    min-width: 270px;
    max-width: 262px;
}

.tooltip-box h4 {
    font-size: 12px;
    color: #fff;
}
#game-rate .odds-badge .tooltip-box{
    font-size: 12px;
    line-height: 140%;
}

#game-rate .odds-badge .tooltip-box h4{
    font-size: 12px;
    line-height: 150%;
    margin-bottom: 4px;
}
#game-rate .odds-badge .tooltip-box h4 b{
    font-weight: 700;
    text-transform: uppercase;
}


#game-rate .odds-badge .note {
    line-height: 120%;
}

.tooltip-row {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    border-radius: 4px;
    padding: 4px;
    background: rgba(242, 242, 242, 0.20);
}
.tooltip-row {
    margin-bottom: 4px;
}
.tooltip-row .value {
    font-weight: 700;
    color: #FF0;
    font-size: 12px;
}

.note {
    font-size: 10px;
    font-style: italic;
    color: #d1d1d1;
}


/* Tinh tien*/
.game-calc {
    display: flex;
    flex-direction: column;
    gap: 7.5px;
    align-items: start;

}
.game-calc .odds-name {
    font-size: 14px;
}
.calc-title {
    display: flex;
    align-items: center;
    gap: 5px;
}
.calc-title span {
    color: #DC3E0F;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    /*line-height: 190%; !* 38px *!*/
}
.dark .calc-title span {
    color: #FF3A00;
}
.calc-live {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}
.calc-live-text {
    color: #BD0D0D;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    height: 20px;
    border-radius: 2px;
    background: rgba(189, 13, 13, 0.10);
    padding: 0 10px;
}
.dark .calc-live-text {
    color: #F30909;
}
.calc-live-league {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    max-width: 60%;

}
.calc-live-league .current-league{
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 12px;
  position: relative;
  cursor: pointer;
}
.calc-live-league .full-text {
    display: none;
    position: absolute;
    top: -30px;
    left: 16px;
    width: auto;
    padding: 5px 10px;
    white-space: nowrap;
    font-size: 12px;
    z-index: 999;
    color: #fff;
    border-radius: 3px;
    background-color: #444;
    box-shadow: 0 0 6px #444;
    text-align: center;
}
.calc-live-league:hover .full-text {
    display: block;
}
.calc-odds {
    display: flex;
    border-radius: 4px;
    background-color: #F2F2F2;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}
.calc-money {
    display: flex;
    width: 264px;
    height: 30px;
    padding: 6px 30px 7px 6px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: 4px;
    border: 1px solid #609580;
    text-align: right;
    direction: ltr;

    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    text-transform: capitalize;
}
.calc-money::placeholder {
    text-align: left;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
}
.dark .calc-money {
    background-color: transparent !important;
}
.calc-money-number {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 3px;
}
.preset-amounts {
    display: flex;
    height: 26px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}
#game-rate .amount-btn-active {
    display: flex;
    padding: 5px 6px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 2px;
    background: #005030 !important;
    color: #fff !important;
    font-size: 12px;
    font-weight: 600;
}
#game-rate .amount-btn{
    display: flex;
    padding: 5px 6px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 2px;
    background: rgba(16, 234, 146, 0.08);
    color: #005030;
    font-weight: 600;
    font-size: 12px;
    font-family: 'Inter';
}
.potential-win {
    display: flex;
    height: 30px;
    padding: 6px 6px 7px 6px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: 4px;
    background: linear-gradient(90deg, #0051FF 0%, #003099 100%);
}
.no-item-found {
    z-index: 0;
}

.best-odds {
    width: 268px;
}

.win-amount {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 800;
    line-height: 14px; /* 100% */
    text-transform: capitalize;
}
.potential-win-text {
    color: #FFF;
    text-align: right;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px; /* 116.667% */
}
.calling-odds {
    display: flex;
    height: 30px;
    line-height: 30px;
    padding: 8px 10px 9px 10px;
    justify-content: center;
    align-items: center;
    gap: 6px;
    align-self: stretch;
    border-radius: 4px;
    background: #15754F;
}
.calling-odds span {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 14px; /* 100% */
    text-transform: capitalize;
}
.suggest-odds-info {
    display: flex;
    padding: 9px 6px 10px 6px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: 4px;
    border: 1px solid #EDD0D0;
    background:  #FFF;
    color: #CF1818;
    font-size: 11px;
}
.input-group {
    display: flex;
    width: 100%;
    position: relative;
}
.input-group-append {
    position: absolute;
    right: -6px;
    display: flex;
    align-items: center;
    height: 100%;
}
.best-odds .now {
    border: 1px red solid;
}
.calc-odds-name {
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.dark .calc-odds {
    background: #2D2D2D;
}
.dark .calc-money {
    color: #BBBBBB;
}
.dark .calc-money input {
    background-color: transparent !important;
}
.dark #game-rate .amount-btn{
    background: rgba(145, 255, 211, 0.16);
    color: #13DC8C;
}
.dark #game-rate .amount-btn.amount-btn-active{
  background: #15B173 !important;
}
.dark .text-rcm{
  border: 1px solid #7B6A6A;
background: #2D2D2D;
color: #FF6200;
}
.form-control:focus {
    outline: none !important;
    box-shadow: none !important;
}
.calc-money::-webkit-inner-spin-button,
.calc-money::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.calc-money {
    -moz-appearance: textfield;
}
.calc-live-best-company-text {
    color: #C61717;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.calc-live-best-company {
    display: flex;
    align-items: center;
    gap: 2px;
}
.calc-live-best-company img:hover {
    cursor: pointer;
}
.calc-live-best-company-text {
    position: relative;
}
.calc-live-best-company-text span {
    position: absolute;
    top: 0;
}

.tooltip-text {
    visibility: hidden;
    height: 92px;
    width: 278px;
    background-color: #B27B17;
    color: #ffffff;
    text-align: left;
    border-radius: 4px;
    padding: 8px;
    font-size: 12px;
    line-height: 18px;
    position: absolute;
    z-index: 9999;
    top: -98px;
    left: 7px;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.tooltip-text span {
    font-weight: 600;
    display: block;
    margin-bottom: 4px;
}

/* Hiển thị tooltip khi hover */
.custom-tooltip:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}

/* Tạo mũi tên phía dưới tooltip */
.tooltip-text::after {
    content: '';
    position: absolute;
    top: 100%; /* Đặt mũi tên ở dưới tooltip */
    left: 50%;
    margin-left: -7px; /* Căn giữa mũi tên */
    border-width: 7px; /* Kích thước mũi tên */
    border-style: solid;
    border-color: #B27B17 transparent transparent transparent; /* Màu mũi tên khớp với nền */
}
.dark .odds-company{
  background: #2D2D2D;

}
.dark .odds-company-desc{
  background: rgba(255, 0, 0, 0.11);
}
.dark .btn.clear-input-btn img{
  filter: brightness(4.5);
}
.odds-company {
    display: flex;
    padding: 6px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 7px;
    align-self: stretch;
    border-radius: 4px;
    background: #F5F5F5;
}
.tab-main {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    align-self: stretch;
}
.tab-main-item {
    display: flex;
    padding: 7px 4px;
    justify-content: space-between;
    align-items: center;
    flex: 1 0 0;
    border-radius: 4px;
    background: #EF1010;
    color: #fff;
    position: relative;
    cursor: pointer;
}
.tab-main-item.active::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 6px solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.tab-main .tab-main-item {
    background-color: #809088;
}
.dark .tab-main .tab-main-item {
    background-color: #34493F;
}

.tab-main .tab-main-item.active {
    background-color: #EF1010;;
}
.tab-main .tab-main-item.active::before{
    border-top-color: #EF1010;;
}

.tab-main .tab-main-item.g.active {
    background-color: #13A45E;
}
.tab-main .tab-main-item.g.active::before{
    border-top-color: #13A45E;
}

.dark .tab-main .tab-main-item.g.active {
    background-color: #15D377;
}
.dark .tab-main .tab-main-item.g.active::before{
    border-top-color: #15D377;
}

.tab-main-item {
    display: flex;
    padding: 7px 4px;
    justify-content: space-between;
    align-items: center;
    flex: 1 0 0;
    border-radius: 4px;
    background: #EF1010;
    color: #fff;
    height: 24px;
}
.item-odds-type {
    color: #EDEDED;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.item-percentage {
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.tab-main-1 {
    display: flex;
    padding: 7px 8px;
    justify-content: space-between;
    align-items: center;
    flex: 1 0 0;
    gap: 4px;
    width: 100%;
}
.odds-company-desc {
    display: flex;
    padding: 4px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: 4px;
    background: #F9E8E8;
}
.odds-company-desc span {
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.odds-company-desc .odds-first {
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.odds-company-desc .odds-goal {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.odds-company-desc .odds-down {
    color: #E6700F;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.odds-table-detail {
    display: flex;
    align-items: center;
    gap: 6px;
    align-self: stretch;
}
.best-odds .odds-table {
    width: 100%;
}

#game-rate .odds-number.inside-box::after{
    top: 50%;
    right: 4px;
    transform: translateY(-50%);
}

#game-rate .odds-number.inside-box{
  font-weight: 600;
}

#game-rate .best-odds .odds-number {
    width: 100%;
}
.amount-selected {
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px; /* 100% */
    text-transform: capitalize;
    margin-right: -10px;
}
.calc-live-league {
    position: relative;
}
.img-info:hover .tooltip-info{
    visibility: visible;
    opacity: 1;
}
.parent-tips{
    position: relative;
}
.tooltip-info {
    position: absolute;
    top: -45px;
    left: -75px;
    z-index: 9;
    width: 168px;
    padding: 4px;
    gap: 4px;
    border-radius: 4px;
    background: #B27B17;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    color: #FAFAFA;
    visibility:  hidden;
}
.tooltip-info::after {
    content: '';
    position: absolute;
    top: 100%; /* Đặt mũi tên ở dưới tooltip */
    left: 50%;
    margin-left: -7px; /* Căn giữa mũi tên */
    border-width: 7px; /* Kích thước mũi tên */
    border-style: solid;
    border-color: #B27B17 transparent transparent transparent; /* Màu mũi tên khớp với nền */
}

/* Khi hover vào icon, hiển thị tooltip */
.calc-live-best-company:hover .tooltip-info {
    visibility: visible;
    opacity: 1;
}

/* Style icon */
.img-info {
    width: 12px;
    height: 12px;
    cursor: pointer;
}
.tooltip-info span {
    font-weight: 600;
    display: inline;
}
.text-rcm{
  border-radius: 4px;
  border: 1px solid #EDD0D0;
  padding: 6px 6px;
  color: #B51818;
  text-align: center;
  font-size: 11px;
  font-style: normal;
  line-height: 13px;
}
.odds-tooltip {
    animation: shake-scale 1.5s ease-in-out 4;
}
@media screen and (max-width: 768px) {
    .best-odds {
        width: 100%;
    }
    .form-control {
        width: 100%;
    }
    .input-amount {
        width: 100%;
    }
}
.animated-svg .dot {
    animation: pulse 1.5s infinite ease-in-out;
}

.animated-svg .dot-1 { animation-delay: 0s; }
.animated-svg .dot-2 { animation-delay: 0.2s; }
.animated-svg .dot-3 { animation-delay: 0.4s; }

@keyframes pulse {
    0%, 100% { transform: scale(1); opacity: 0.3; }
    50% { transform: scale(1.3); opacity: 1; }
}
.calc-live-league img {
    width: 18px;
}

.calling-odds .load-wrapp{
    padding-bottom: 10px;
}

@keyframes loadingB {
0% {
    width: 15px;
}
50% {
    width: 35px;
}
100% {
    width: 15px;
}
}

@keyframes loadingC {
0% {
    transform: translate(0, 0);
}
50% {
    transform: translate(0, 8px);
}
100% {
    transform: translate(0, 0);
}}



.line {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 15px;
    background-color: rgba(0, 255, 118, 1)
}


.load-2 .line {
    border-radius: 8px;
    background: #224C3B !important;
}
.dark .load-2 .line {
    border-radius: 8px;
    background: #B8EFD8 !important;
}


.load-2 .line:nth-last-child(1) {
    animation: loadingB 1.5s 1s infinite;
}
.load-2 .line:nth-last-child(2) {
    animation: loadingB 1.5s 0.5s infinite;
}
.load-2 .line:nth-last-child(3) {
    animation: loadingB 1.5s 0s infinite;
}

/* Đảm bảo các phần tử .line có trạng thái ban đầu */
.load-3 .line:nth-last-child(1) {
    animation: loadingC 1s 0.1s linear infinite;
    background-color: rgba(0, 255, 118, 0.3);

}
.load-3 .line:nth-last-child(2) {
    animation: loadingC 1s 0.2s linear infinite;
    background-color: rgba(0, 255, 118, 0.6);
}
.load-3 .line:nth-last-child(3) {
    animation: loadingC 1s 0.3s linear infinite;
    background-color: rgba(0, 255, 118, 1);
}


.game-calc-none {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    flex-shrink: 0;
}

.game-calc-none .content {

}
.game-calc-none .odds-info {
    display: flex;
    height: 300px;
    padding: 6px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    align-self: stretch;

    border-radius: 4px;
    background: #f4f4f4;
}
.dark .game-calc-none .odds-info {
    background: linear-gradient(270deg, #2F2F2F 0%, #2F2F2F 100%);
}

.game-calc-none .logo-1 {
    width: 214px;
    height: 36px;
    margin-top: 24px;
}

.game-calc-none .soccer-ball {
    height: 144px;
    position: relative;
    display: flex;
    flex-direction: column;
}

@keyframes bounce {
    0%   { transform: translateY(0); }
    20%  { transform: translateY(-144px); }
    40%  { transform: translateY(0); }
    60%  { transform: translateY(-110px); }
    80%  { transform: translateY(0); }
    90%  { transform: translateY(-50px); }
    100% { transform: translateY(0); }
}


.ball {
    width: 83px;
    height: 83px;
    bottom: 50px;
    animation: bounce 2s infinite cubic-bezier(0.28, 0.84, 0.42, 1);
}

@keyframes bounce {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(68px);
    }
    100% {
        transform: translateY(0);
    }
}

.game-calc-none .ball img {
    height: 120px;
    left: 50%; /* Căn giữa theo chiều ngang */
    /*animation: bounce 1.5s infinite; !* Áp dụng animation: tên, thời gian, lặp vô hạn *!*/
}
.text-wait {
    color: var(--Monotone-700, #686868);
    leading-trim: both;
    text-edge: cap;
    font-family: Inter;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    margin-top: 10px;
}
.dark .text-wait {
    color: #A8A8A8;
}
.odds-wait {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    align-self: stretch;

}
.no-click {
    cursor: not-allowed;
}
.visible-tip {
    visibility: visible !important;
}

#game-rate .toggle-btn {
    padding: 0;
    display: flex;
    text-align: center;
    margin: 0 auto;
    align-items: center;
    gap: 2px;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #20BE7F;
    margin-top: 6px;
    leading-trim: both;
    text-edge: cap;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 166.667% */
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.toggle-icon {
    display: inline-block;
    width: 12px; /* Điều chỉnh kích thước phù hợp */
    height: 12px;
    background-size: contain;
    transition: transform 0.3s ease;
}

.toggle-icon.rotated {
    transform: rotate(180deg);
}

#game-rate .matchDetail .all-block .content .fx-title {
  position: relative;
}


/*1x2*/
.tab-main .tab-main-item.eu {
    background-color: #809088;
}
.dark .tab-main .tab-main-item.eu {
    background-color: #34493F;
}

.tab-main .tab-main-item.eu.home.active {
    background-color: #EF1010;
}
.tab-main .tab-main-item.eu.home.active::before {
    border-top-color: #EF1010;
}

.tab-main .tab-main-item.eu.draw.active {
    background-color: #E4AC14;
}
.tab-main .tab-main-item.eu.draw.active::before {
    border-top-color: #E4AC14;
}
.tab-main .tab-main-item.eu.guest.active {
    background-color: #13A45E;
}
.tab-main .tab-main-item.eu.guest.active::before {
    border-top-color: #13A45E;
}
.dark .tab-main .tab-main-item.eu.guest.active {
    background-color: #15D377;
}
.dark .tab-main .tab-main-item.eu.guest.active::before {
    border-top-color: #15D377;
}
/*End 1x2*/
