#scrollIframe {
  /*# sourceMappingURL=style.css.map */
}
#scrollIframe .style-4::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}
#scrollIframe .popup {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
}
#scrollIframe .style-4::-webkit-scrollbar {
  width: 8px;
  background-color: #bbb;
}
#scrollIframe .style-4::-webkit-scrollbar-thumb {
  background-color: #414141;
  border: 2px solid #bbb;
}
#scrollIframe #match-list-box {
  /* padding: 7px;
   */
  /* background: white;
   */
  justify-content: space-between;
  border-radius: 4px;
  /* height: 90px;
   */
  box-sizing: border-box;
}
#scrollIframe .pd-18-15 {
  padding: 13px 15px !important;
}
#scrollIframe .pd-10-13 {
  padding: 10px 13px !important;
}
#scrollIframe .filter-23 {
  width: 163px;
}
#scrollIframe .filter-23 .select-league {
  width: 100%;
}
#scrollIframe .filter-23 .select2-selection {
  background-color: #e6e6e6;
  border: none;
  height: 34px;
  border-radius: 4px;
}
#scrollIframe .filter-23 .select2-selection .select2-selection__rendered {
  line-height: 34px;
  padding: 0 12px;
}
#scrollIframe .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;
}
#scrollIframe .filter-23 .select2-selection .select2-selection__rendered span img {
  margin-right: 8px;
}
#scrollIframe .filter-23 .select2.select2-container, #scrollIframe .filter-23 .select2-selection {
  outline: none;
}
#scrollIframe .filter-23 .select2-selection__arrow {
  position: relative;
  height: 100% !important;
}
#scrollIframe .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;
}
#scrollIframe .filter-23 .select2-selection__arrow b {
  display: none;
}
#scrollIframe input.select2-search__field {
  outline: none;
}
#scrollIframe img.img-flag {
  width: 14px;
  height: 14px;
  -o-object-fit: contain;
  object-fit: contain;
}
#scrollIframe .select2-results__option span {
  display: flex;
  align-items: center;
  font-size: 12px;
}
#scrollIframe .select2-results__option span img {
  margin-right: 8px;
}
#scrollIframe .carousel-23 {
  width: calc(100% - 163px - 14px);
}
#scrollIframe .carousel-23 .owl-item {
  height: 100%;
}
#scrollIframe .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;
}
#scrollIframe .carousel-23 .math-item.on {
  background: #ffefd8;
  pointer-events: none;
}
#scrollIframe .carousel-23 .math-item .time {
  text-align: center;
  font-size: 10px;
  font-weight: 400;
  margin-bottom: 6px;
}
#scrollIframe .carousel-23 .math-item .time.al-left {
  text-align: left;
}
#scrollIframe .carousel-23 .math-item .club {
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 5px;
}
#scrollIframe .carousel-23 .math-item .club img {
  width: 14px;
  height: 14px;
  -o-object-fit: cover;
  object-fit: cover;
}
#scrollIframe .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;
}
#scrollIframe .carousel-23 .math-item .club span.score {
  margin: 0 15px 0 0;
}
#scrollIframe .al-fs {
  align-items: flex-start;
}
#scrollIframe .tab-custom.d-flex {
  width: 100%;
  justify-content: space-between;
}
#scrollIframe .tab-custom.d-flex .tab-item {
  color: #717171;
  width: 33.3333333333%;
  text-align: center;
  padding-bottom: 4px;
  border-bottom: 1px solid #bbb;
  height: 25px;
  transition: 0.175s all linear;
  font-size: 12px;
  line-height: 25px;
  cursor: pointer;
}
#scrollIframe .tab-custom.d-flex .tab-item.active {
  border-color: #414141;
  pointer-events: none;
  color: #070f03;
}
#scrollIframe .tab-custom.d-flex .tab-item.active img {
  filter: brightness(0.7) contrast(1) hue-rotate(90deg) saturate(1) !important;
}
#scrollIframe #game-rate .matchDetail .scoring-rate .rateOfScored .fx-comparision .fx-data-right .fx-c2, #scrollIframe #game-rate .matchDetail .scoring-rate .rateOfScored .fx-c-3, #scrollIframe #game-rate .matchDetail .scoring-rate .rateOfScored .fx-comparision .fx-data-left .fx-c2 {
  color: #070f03 !important;
}
#scrollIframe #game-rate .who-win-number {
  position: relative;
}
#scrollIframe #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;
}
#scrollIframe #game-rate .who-win-bar {
  position: relative;
  z-index: 9;
}
#scrollIframe #game-rate .loading {
  position: relative;
}
#scrollIframe #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, #eee 8%, #ddd 18%, #eee 33%);
  background-size: 800px 104px;
}
#scrollIframe .dark #game-rate .loading::after {
  border-color: #2c2c2c;
  background: #2c2c2c;
  /* Màu nền tối */
  background: linear-gradient(to right, #444 8%, #555 18%, #444 33%);
  /* Gradient cho phù hợp với nền tối */
}
#scrollIframe #game-rate .popover-noti {
  font-size: 12px;
  font-weight: 600;
}
#scrollIframe #game-rate .fx-tb-a li .fx-td-data {
  background-color: #fff !important;
  vertical-align: middle;
  border-radius: 3px;
  height: 13px;
}
#scrollIframe #game-rate .fx-tb-a li .fx-td-data div {
  height: 7px;
  bottom: 3px;
  position: absolute;
  border-radius: 2px;
  margin: 0px 3px;
}
#scrollIframe #game-rate ul#barCompareList {
  padding-top: 53px;
}
#scrollIframe #game-rate ul#barCompareList .title-s {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #070f03;
}
#scrollIframe #game-rate .bar {
  width: 100%;
}
#scrollIframe #game-rate .bar .options {
  padding: 10px 0 30px;
  width: -moz-max-content;
  width: max-content;
  margin: auto;
}
#scrollIframe #game-rate .bar .options #strengthOptions {
  background-color: #f2f2f2;
  border-radius: 60px;
}
#scrollIframe #game-rate .bar .options li {
  background: none;
  transition: 0.175s all linear;
  height: 27px;
  padding: 0;
  width: 100px;
  line-height: 27px;
  text-align: center;
}
#scrollIframe #game-rate .bar .options li.on {
  background: #005030;
  font-weight: 500;
  color: white;
}
#scrollIframe #game-rate .info-strength {
  display: flex;
}
#scrollIframe #game-rate .info-strength .radar {
  width: 40%;
}
#scrollIframe #game-rate .info-strength .radar .container {
  width: 100%;
}
#scrollIframe #game-rate .info-strength .options-content {
  width: 60%;
  display: inline-block;
}
#scrollIframe #game-rate .txtinnside {
  margin-bottom: 2px;
}
#scrollIframe #game-rate .txtinnside span {
  font-size: 14px;
  font-weight: 500;
  color: #070f03;
}
#scrollIframe #game-rate .fli {
  margin-bottom: 30px;
}
#scrollIframe #game-rate .team-table-title, #scrollIframe #game-rate .team-h1.tzp {
  display: none;
}
#scrollIframe #game-rate .fx-tb-a li {
  margin-bottom: 15px;
}
#scrollIframe #game-rate .matchDetail .all-block #team-tech-detail .fx20 .stat {
  padding: 30px 0 0;
}
#scrollIframe #game-rate .matchDetail .all-block .content .fx-title {
  position: relative;
}
#scrollIframe #game-rate .matchDetail .all-block .content .fx-title::before, #scrollIframe #game-rate .matchDetail .all-block .content .fx-title::after {
  content: "";
  height: 1px;
  bottom: 0;
  position: absolute;
  left: 0;
  background-color: #c99717;
  width: 50%;
}
#scrollIframe #game-rate .matchDetail .all-block .content .fx-title::after {
  background-color: #15d2d2;
  left: unset;
  right: 0;
}
#scrollIframe #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;
}
#scrollIframe #game-rate #matchStatistics, #scrollIframe #game-rate #matchScoreStatistics {
  padding-bottom: 32px;
}
#scrollIframe #game-rate .matchDetail .scoring-rate .rateOfScored .fx-c-3 span {
  color: #070f03 !important;
  font-weight: 500;
}
#scrollIframe #game-rate .matchDetail .scoring-rate li.fx-tab-on, #scrollIframe #game-rate .matchDetail .scoring-rate li.fx-tab-on2 {
  position: relative;
  padding-left: 45px;
}
#scrollIframe #game-rate .matchDetail .scoring-rate li.fx-tab-on::after, #scrollIframe #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;
}
#scrollIframe #game-rate span.timer-minute, #scrollIframe #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;
}
#scrollIframe #game-rate .wrap {
  flex-wrap: wrap;
}
#scrollIframe #game-rate .odds-container * {
  box-sizing: border-box;
}
#scrollIframe #game-rate .box-template {
  background: white;
  border-radius: 4px;
  padding: 14px 13px;
}
#scrollIframe #game-rate .core-container {
  width: 252px;
  height: 100%;
  padding: 10px 10px 15px 10px;
  border-radius: 4px;
  background: #fff;
  margin-bottom: 8px;
  display: block;
}
#scrollIframe #game-rate .container-sp {
  display: none;
}
#scrollIframe #game-rate .core-custom-select {
  margin-right: 0 !important;
}
#scrollIframe #game-rate .core-custom-select .custom-select {
  padding-right: 0 !important;
}
#scrollIframe #game-rate .table-score-container {
  margin-top: 14px;
  border-collapse: separate;
  border-spacing: 1px 7px;
}
#scrollIframe #game-rate .table-score-container .odds-number {
  min-width: 50px;
  height: 22px;
  font-size: 12px;
}
#scrollIframe #game-rate .table-score-container .odds-name {
  font-size: 14px;
  color: #414141;
}
#scrollIframe #game-rate .table-score-container .odds-title {
  font-size: 20px;
  color: #070f03;
}
#scrollIframe #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;
}
#scrollIframe #game-rate .b-290 {
  width: 290px;
}
#scrollIframe #game-rate .b-264 {
  width: 264px;
}
#scrollIframe #game-rate .b-252 {
  width: 252px;
}
#scrollIframe #game-rate .b-594 {
  width: 594px;
}
#scrollIframe #game-rate .b-608 {
  width: 598px;
}
#scrollIframe #game-rate .bh-335 {
  height: 343px;
}
#scrollIframe #game-rate .bh-252 {
  height: 252px;
}
#scrollIframe #game-rate .bh-392 {
  height: 392px;
}
#scrollIframe #game-rate .bh-283 {
  height: 283px;
}
#scrollIframe #game-rate .bh-245 {
  height: 245px;
}
#scrollIframe #game-rate .bh-299d5 {
  height: 299.5px;
}
#scrollIframe #game-rate .bh-355 {
  height: 355px;
}
#scrollIframe #game-rate .bh-124 {
  height: 124px;
}
#scrollIframe #game-rate .bh-194 {
  height: 194px;
}
#scrollIframe #game-rate .bh-177 {
  height: 177px;
}
#scrollIframe #game-rate .bh-177.odds3in1 {
  height: 210px;
}
#scrollIframe #game-rate iframe {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  border-radius: 4px;
}
#scrollIframe #game-rate .who-win {
  margin-bottom: 16px;
}
#scrollIframe #game-rate .mt-2 {
  margin-top: 16px;
}
#scrollIframe #game-rate .matchDetail .scoring-rate .fx-data-left .fx-c-l.home-bg, #scrollIframe .matchDetail #team-tech-detail .stat-bar.fr, #scrollIframe #game-rate .matchDetail .scoring-rate .fx-data-right .fx-c-r.away-bg, #scrollIframe .matchDetail #team-tech-detail .stat-bar.fl {
  margin: 0 3px;
}
#scrollIframe #game-rate ul.fx-tab {
  display: flex;
  justify-content: center;
  padding-bottom: 25px;
}
#scrollIframe #game-rate ul.fx-tab .middle-line {
  width: 152px;
}
#scrollIframe #game-rate .gScoredLi, #scrollIframe #game-rate .hScoredLi, #scrollIframe #game-rate .stat-bar-wrapper {
  position: relative;
  background-color: #fff;
  vertical-align: middle;
  border-radius: 3px;
}
#scrollIframe #game-rate .fx-comparision.scoreComp {
  margin-right: 76px;
}
#scrollIframe #game-rate .fx-comparision.missComp {
  margin-left: 76px;
}
#scrollIframe #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) {
  #scrollIframe #game-rate span.remove-text-uppercase {
    text-transform: unset !important;
    font-weight: 500 !important;
  }
  #scrollIframe #game-rate .popover-noti-game-rate {
    font-family: 'Inter';
    font-size: 10px;
    font-weight: 400;
    line-height: 18px;
  }
}
#scrollIframe #game-rate .container {
  max-width: 1228px !important;
}
#scrollIframe #game-rate img {
  max-width: 100%;
}
#scrollIframe #game-rate .section {
  border-radius: 4px;
  background: #fff;
}
#scrollIframe #game-rate .w-33 {
  width: 33px !important;
}
#scrollIframe #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: #15754f;
}
#scrollIframe #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;
}
#scrollIframe #game-rate .odds-badge img {
  margin-right: 2px;
  width: 12px;
  height: 12px;
  -o-object-fit: cover;
  object-fit: cover;
}
#scrollIframe #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;
}
#scrollIframe #game-rate .ws-select.ws-select-underline {
  border-bottom: 1px solid #414141;
  border-radius: 0;
}
#scrollIframe #game-rate .hot-match {
  padding-bottom: 10px;
}
#scrollIframe #game-rate .hot-match .hot-match-title h2 {
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0.4rem;
  margin: 0;
}
#scrollIframe #game-rate .hot-match .hot-match-title .dropdown {
  padding: 0.4rem;
}
#scrollIframe #game-rate .hot-match .hot-match-title .dropdown .btn {
  border-bottom: 1px solid #fff;
  border-radius: 0;
}
#scrollIframe #game-rate .hot-match .hot-match-meta {
  padding-left: 0.625rem;
}
#scrollIframe #game-rate .hot-match .hot-match-meta .hot-match-meta-item {
  padding: 0 10px;
  border-right: 1px solid #080808;
}
#scrollIframe #game-rate .hot-match .hot-match-meta .hot-match-meta-item:first-child {
  padding-left: 0;
}
#scrollIframe #game-rate .hot-match .hot-match-meta .hot-match-meta-item:last-child {
  border: none;
}
#scrollIframe #game-rate .hot-match .hot-match-meta .hot-match-meta-item img {
  width: 0.625rem;
  filter: invert(100%);
}
#scrollIframe #game-rate .hot-match .hot-match-meta .hot-match-meta-item span {
  color: #080808;
  font-size: 12px;
}
#scrollIframe #game-rate .hot-match .hot-match-teams .hot-match-team {
  width: 50%;
  color: #070f03;
  text-align: center;
}
#scrollIframe #game-rate .hot-match .hot-match-teams .hot-match-team img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
  object-fit: contain;
}
#scrollIframe #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;
}
#scrollIframe #game-rate .hot-match .hot-match-teams .hot-match-team::after {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  border-right: 7px solid #fff;
}
#scrollIframe #game-rate .match-team-left-snd, #scrollIframe #game-rate .match-team-right-snd {
  text-align: center;
  width: calc((100% - 48px) / 2);
}
#scrollIframe #game-rate .match-team-left-snd .match-team-img, #scrollIframe #game-rate .match-team-right-snd .match-team-img {
  width: 18px;
  height: 18px;
  margin: 6px auto 4px;
}
#scrollIframe #game-rate .match-team-left-snd .match-team-title, #scrollIframe #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;
}
#scrollIframe #game-rate .match-team-middle-snd .match-team-time-snd {
  width: 48px;
  display: flex;
  justify-content: space-between;
}
#scrollIframe #game-rate .match-team-middle-snd .match-team-time-snd .timer-minute, #scrollIframe #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;
}
#scrollIframe #game-rate .match-team-middle-snd .match-team-time-snd .timer-sep {
  margin: 0 3px;
  font-size: 17px;
}
#scrollIframe #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;
}
#scrollIframe #game-rate .news .news-title h2 {
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0.4rem;
  margin: 0;
}
#scrollIframe #game-rate .news .news-title img {
  filter: invert(100%);
}
#scrollIframe #game-rate .news .news-content {
  overflow-y: auto;
  height: auto;
  padding-top: 0;
  max-height: 235px;
  padding-top: 10px;
}
#scrollIframe #game-rate .news .news-content .news-content-item {
  position: relative;
  padding-bottom: 0.5rem;
  transition: all 0.3s ease 0s;
}
#scrollIframe #game-rate .news .news-content .news-content-item:hover {
  text-decoration: none;
}
#scrollIframe #game-rate .news .news-content .news-content-item:hover .news-content-item-title, #scrollIframe #game-rate .news .news-content .news-content-item:hover .news-content-item-time {
  color: #ffb800 !important;
}
#scrollIframe #game-rate .news .news-content .news-content-item:hover .news-content-item-icon {
  background: #ffb800 !important;
}
#scrollIframe #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%;
}
#scrollIframe #game-rate .news .news-content .news-content-item:last-child:after {
  display: none;
}
#scrollIframe #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;
}
#scrollIframe #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;
}
#scrollIframe #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;
}
#scrollIframe #game-rate .news .news-content .news-content-item:hover .news-content-item-icon, #scrollIframe #game-rate .news .news-content .news-content-item.active .news-content-item-icon {
  background: #080808;
}
#scrollIframe #game-rate .news .news-content .news-content-item:hover .news-content-item-time, #scrollIframe #game-rate .news .news-content .news-content-item:hover .news-content-item-title, #scrollIframe #game-rate .news .news-content .news-content-item.active .news-content-item-time, #scrollIframe #game-rate .news .news-content .news-content-item.active .news-content-item-title {
  color: #080808;
}
#scrollIframe #game-rate .news .news-content .news-content-item:hover:after, #scrollIframe #game-rate .news .news-content .news-content-item.active:after {
  border-left: 1px dashed #080808;
}
#scrollIframe #game-rate .match {
  padding-top: 0;
  background: var(--body-bg);
  background-size: cover;
  border-radius: 0.25rem;
  overflow: hidden;
  position: relative;
}
#scrollIframe #game-rate .match .match-info {
  position: absolute;
  width: auto;
  top: 18px;
  left: 45px;
  z-index: 9;
}
#scrollIframe #game-rate .match .timer-sep {
  color: white;
  font-size: 17px;
  line-height: 17px;
}
#scrollIframe #game-rate .match .match-header {
  font-size: 12px;
  color: #080808;
}
#scrollIframe #game-rate .match .match-header .match-league {
  font-weight: 700;
}
#scrollIframe #game-rate .match .match-header img {
  width: 12px;
}
#scrollIframe #game-rate .match .match-teams {
  margin-top: 0rem;
  font-size: 0.875rem;
  color: #080808;
}
#scrollIframe #game-rate .match .match-teams .match-team-info .match-team-img {
  z-index: 9;
}
#scrollIframe #game-rate .match .match-teams .match-team-info .match-team-img img {
  width: 3rem;
}
#scrollIframe #game-rate .match .match-teams .match-team-info .match-team-title {
  padding: 10px 2.5rem;
  background: #222;
  border-radius: 3rem;
  color: #fff;
}
#scrollIframe #game-rate .match .match-teams .match-team-info .match-team-title.home-name {
  background: #0089f1;
}
#scrollIframe #game-rate .match .match-teams .match-team-info .match-team-title.away-name {
  background: #d64444;
}
#scrollIframe #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;
}
#scrollIframe #game-rate .match-team-left, #scrollIframe #game-rate .match-team-right {
  width: 28px;
}
#scrollIframe #game-rate .match-team-middle {
  margin: 0 8px;
}
#scrollIframe #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;
}
#scrollIframe #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;
}
#scrollIframe #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;
}
#scrollIframe #game-rate .match .match-teams .match-team-middle .match-team-time {
  color: #080808;
  font-weight: 700;
  display: flex;
  align-items: center;
}
#scrollIframe #game-rate .match .match-teams .match-team-middle .match-team-time-info {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#scrollIframe #game-rate .match .match-content {
  position: relative;
  height: 100%;
}
#scrollIframe #game-rate iframe {
  width: 100%;
  height: 100%;
}
#scrollIframe #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;
}
#scrollIframe #game-rate .match .match-content .match-player .match-card {
  width: 10px;
  height: 0.675rem;
  border-radius: 1px;
}
#scrollIframe #game-rate .match .match-content .match-player .match-card.card-red {
  background: red;
}
#scrollIframe #game-rate .match .match-content .match-player .match-card.card-yellow {
  background: #f9c82d;
}
#scrollIframe #game-rate .match .match-content .match-player .match-energy {
  width: 100%;
  height: 10px;
  border: 1px solid #ffa801;
  border-radius: 3px;
}
#scrollIframe #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;
}
#scrollIframe #game-rate .match .match-content .match-player .match-player-number {
  position: relative;
}
#scrollIframe #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;
}
#scrollIframe #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;
}
#scrollIframe #game-rate .match .match-content .match-content-iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
#scrollIframe #game-rate .who-win {
  background: #fff;
  background-size: cover;
  padding: 10px;
}
#scrollIframe #game-rate .who-win .who-win-title img {
  width: 1.5625rem;
}
#scrollIframe #game-rate .who-win .who-win-title span {
  font-size: 1rem;
  font-weight: bold;
  color: #080808;
  line-height: 1.2;
}
#scrollIframe #game-rate .who-win .who-win-content .who-win-table {
  width: 100%;
}
#scrollIframe #game-rate .who-win .who-win-content .who-win-table tr td {
  padding-bottom: 0.5rem;
}
#scrollIframe #game-rate .who-win .who-win-content .who-win-table tr td .bg-purple {
  background: #ffb800;
  color: #fff;
}
#scrollIframe #game-rate .who-win .who-win-content .who-win-table tr td .who-win-name.who-win-draw {
  background: #0c4fcf;
  color: #fff;
}
#scrollIframe #game-rate .who-win .who-win-content .who-win-table tr td .bg-blue {
  background: #07adf5;
  color: #fff;
}
#scrollIframe #game-rate .who-win .who-win-content .who-win-table tr td .bg-white {
  background: #fff;
  color: #080808;
}
#scrollIframe #game-rate .who-win .who-win-content .who-win-table tr td:first-child {
  width: 75px;
}
#scrollIframe #game-rate .who-win .who-win-content .who-win-table tr td:last-child {
  padding-left: 7px;
}
#scrollIframe #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;
}
#scrollIframe #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;
}
#scrollIframe #game-rate .who-win .who-win-content .who-win-table tr td .who-win-name img {
  width: 12px;
}
#scrollIframe #game-rate .who-win .who-win-content .who-win-table tr td .who-win-name span {
  font-size: 12px;
  font-weight: bold;
}
#scrollIframe .who-win-table .who-win-bar {
  border-radius: 100px;
}
#scrollIframe .who-win-home .who-win-name, #scrollIframe .who-win-home .who-win-bar {
  background: #07adf5;
  color: #fff;
}
#scrollIframe .who-win-away .who-win-name, #scrollIframe .who-win-away .who-win-bar {
  background: #e4a80f;
  color: #fff;
}
#scrollIframe .who-win-draw .who-win-name {
  background: #f2f2f2;
  color: #414141;
}
#scrollIframe .who-win-draw .who-win-bar {
  background: #717171;
}
#scrollIframe #game-rate .who-win-number .percentage {
  display: block;
  width: 100%;
}
#scrollIframe #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;
}
#scrollIframe #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;
}
#scrollIframe #game-rate .odds-note .odds-note-icon {
  width: 12px;
  height: 12px;
  background: #0d9f1c;
  border-radius: 100%;
}
#scrollIframe #game-rate .odds-note .odds-note-content {
  font-size: 0.875rem;
  color: #fff;
}
#scrollIframe #game-rate .odds-content {
  overflow: hidden;
}
#scrollIframe #game-rate .odds {
  padding: 0.4rem;
}
#scrollIframe #game-rate .odds .custom-options {
  height: 165px;
  overflow: auto;
  scrollbar-width: none;
}
#scrollIframe #game-rate .odds .custom-options::-webkit-scrollbar-track {
  background-color: #ddd;
}
#scrollIframe #game-rate .odds .custom-options::-webkit-scrollbar {
  width: 8px;
}
#scrollIframe #game-rate .odds .custom-options::-webkit-scrollbar-thumb {
  background-color: #a2a2a2;
  border: 2px solid #ddd;
  border-radius: 30px;
  overflow: hidden;
}
#scrollIframe #game-rate .odds .odds-title {
  color: #080808;
  font-size: 1rem;
}
#scrollIframe #game-rate .odds .odds-title img {
  width: 12px;
}
#scrollIframe #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;
}
#scrollIframe #game-rate .odds .odds-actions .odds-badge.badge-red {
  color: #fff;
  background-color: #d64444;
}
#scrollIframe #game-rate .odds .odds-actions .odds-badge img {
  max-width: 12px;
  max-height: 12px;
}
#scrollIframe #game-rate .odds .odds-actions .odds-badge:hover {
  background: #f9c82d;
  color: #414141;
}
#scrollIframe #game-rate .odds .odds-actions .odds-badge:hover img {
  filter: brightness(0) saturate(100%);
}
#scrollIframe #game-rate .odds .odds-content.scroll {
  overflow-x: auto;
  width: 100%;
}
#scrollIframe #game-rate .odds .odds-content .odds-table {
  width: 100%;
}
#scrollIframe #game-rate .odds .odds-content .odds-table tr th {
  text-align: center;
  color: #080808;
  font-size: 12px;
}
#scrollIframe #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;
}
#scrollIframe #game-rate .odds .odds-content .odds-table tr td .odds-name {
  font-size: 14px;
  color: #414141;
}
#scrollIframe #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;
}
#scrollIframe #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;
}
#scrollIframe #game-rate .odds-number.odds-up {
  background: #c9ffe9;
  color: #282828;
}
#scrollIframe #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;
}
#scrollIframe #game-rate .odds-number.odds-up img {
  position: absolute;
  right: 0;
  top: -0.45rem;
  width: 1rem;
}
#scrollIframe #game-rate .odds-number.odds-down {
  background: #ffdbd8;
  color: #282828;
}
#scrollIframe #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;
}
#scrollIframe #game-rate .odds-number.odds-down img {
  position: absolute;
  right: 0;
  top: -0.45rem;
  width: 1rem;
}
#scrollIframe #game-rate #top-tools {
  background: #2e3633;
  position: relative;
  z-index: 9999;
}
#scrollIframe #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;
}
#scrollIframe #game-rate #top-tools .top-tools-c .top-tools-left {
  float: left;
  position: relative;
  z-index: 9999;
}
#scrollIframe #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;
}
#scrollIframe #game-rate #top-tools .top-tools-c .top-tools-left .Choose-tool #selectedTimeZone {
  font-size: 12px;
  position: relative;
  z-index: 9999;
}
#scrollIframe #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;
}
#scrollIframe #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;
}
#scrollIframe #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;
}
#scrollIframe #game-rate #top-tools .top-tools-c .top-tools-left .Choose-tool ul li {
  height: 26px;
  line-height: 26px;
  padding: 0 5px;
}
#scrollIframe #game-rate #top-tools .top-tools-c .top-tools-left .Choose-tool.on i {
  transform: rotate(180deg);
}
#scrollIframe #game-rate #top-tools .top-tools-c .top-tools-left .Choose-tool #ddlTimeZone {
  width: 20rem;
}
#scrollIframe #game-rate #top-tools .top-tools-c .top-tools-left .Choose-tool #ddlTimeZone li {
  float: left;
  width: 68px;
  border-radius: 2px;
}
#scrollIframe #game-rate #top-tools .top-tools-c .top-tools-left .theme-div {
  margin-top: 6px;
  float: left;
}
#scrollIframe #game-rate #top-tools .top-tools-c .top-tools-left .theme-div input {
  display: none;
}
#scrollIframe #game-rate #top-tools .top-tools-c .top-tools-left .theme-div .theme {
  cursor: pointer;
}
#scrollIframe #game-rate #top-tools .top-tools-c .top-tools-left .theme-div .theme input[type=radio], #scrollIframe #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;
}
#scrollIframe #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;
}
#scrollIframe #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;
}
#scrollIframe #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;
}
#scrollIframe #game-rate .header-main {
  background-color: #397f19;
  position: relative;
  z-index: 1;
}
#scrollIframe #game-rate .header-main #headerTop {
  background-repeat: no-repeat;
  background-position: top;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
#scrollIframe #game-rate .header-main #headerTop .headerTop {
  max-width: 1060px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  height: 60px;
}
#scrollIframe #game-rate .header-main #headerTop .headerTop #logoSpan {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 10px;
}
#scrollIframe #game-rate .header-main #headerTop .headerTop .loginBox {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 2px;
  top: 10px;
}
#scrollIframe #game-rate .header-main #headerTop .headerTop .loginBox #login_icon a {
  display: block;
}
#scrollIframe #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;
}
#scrollIframe #game-rate .header-main #fulltab #newtop {
  max-width: 1060px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
#scrollIframe #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;
}
#scrollIframe #game-rate .header-main #fulltab #newtop #menu .nav-menu1 {
  background-color: #397f19;
}
#scrollIframe #game-rate .header-main #fulltab #newtop #menu .nav-menu1 .navbar .navbar-list {
  padding: 0;
}
#scrollIframe #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;
}
#scrollIframe #game-rate .header-main #fulltab #newtop #menu .nav-menu1 .navbar .navbar-list .navbar-list-item:after {
  display: none;
}
#scrollIframe #game-rate .header-main #fulltab #newtop #menu .nav-menu1 .navbar .navbar-list .navbar-list-item:hover img, #scrollIframe #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%);
}
#scrollIframe #game-rate .header-main #fulltab #newtop #menu .nav-menu1 .navbar .navbar-list .navbar-list-item:hover a, #scrollIframe #game-rate .header-main #fulltab #newtop #menu .nav-menu1 .navbar .navbar-list .navbar-list-item.active a {
  color: #fff;
}
#scrollIframe #game-rate .header-main #fulltab #newtop #menu .nav-menu1 .navbar .navbar-list .navbar-list-item:hover a:after, #scrollIframe #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;
}
#scrollIframe #game-rate .header-main #fulltab #newtop .menuTop1 {
  max-width: 1060px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
#scrollIframe #game-rate .header-main #fulltab #newtop .menuTop1 .menu-gold ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  background-color: #43951e;
}
#scrollIframe #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;
}
#scrollIframe #game-rate .match-team-time {
  color: #f9c82d;
  font-size: 2rem;
  font-weight: 700;
}
#scrollIframe #game-rate .bottom .bottom-item {
  padding-top: 26px;
}
#scrollIframe #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;
}
#scrollIframe #game-rate .bottom.bottom-item .bottom-item-content {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
#scrollIframe #game-rate .img-footer {
  width: 20px;
  filter: brightness(0) saturate(100%) invert(98%) sepia(100%) saturate(0%) hue-rotate(96deg) brightness(104%) contrast(101%);
}
#scrollIframe #game-rate .bottom-item .bottom-item-content ul li a:hover {
  color: #f60;
  text-decoration: underline;
  cursor: pointer;
}
#scrollIframe #game-rate .bottom .bottom-item .bottom-item-content ul li {
  list-style: none;
  margin-bottom: 10px;
}
#scrollIframe #game-rate .bottom .bottom-item .bottom-item-content ul {
  padding: 0;
  margin: 0;
  margin-top: 20px;
}
#scrollIframe #game-rate .menu-wrapper, #scrollIframe #game-rate .menu a {
  width: 100%;
}
#scrollIframe #game-rate .menu::after {
  content: "";
  clear: both;
  display: block;
}
#scrollIframe #game-rate .menu a {
  display: block;
  padding: 10px;
  box-sizing: border-box;
  text-decoration: none;
  font-size: 20px;
}
#scrollIframe #game-rate .menu li {
  position: relative;
}
#scrollIframe #game-rate .menu > li {
  float: left;
}
#scrollIframe #game-rate .menu ul li + li {
  border-top: 1px solid #fff;
}
#scrollIframe #game-rate .menu ul {
  position: absolute;
}
#scrollIframe #game-rate .menu > li ul, #scrollIframe #game-rate .menu ul ul {
  opacity: 0;
  transition: all 0.2s ease-in;
  z-index: -1;
  visibility: hidden;
}
#scrollIframe #game-rate .menu > li ul {
  top: 130%;
  left: 0;
}
#scrollIframe #game-rate .menu ul ul {
  left: 130%;
  top: 0;
}
#scrollIframe #game-rate .menu ul a {
  width: 250px;
}
#scrollIframe #game-rate .menu > li:hover > ul {
  top: 100%;
  opacity: 1;
  z-index: 1;
  visibility: visible;
}
#scrollIframe #game-rate .menu ul > li:hover > ul {
  left: 100%;
  opacity: 1;
  z-index: 1;
  visibility: visible;
}
#scrollIframe #game-rate .menu-gold li {
  width: 14.285%;
}
#scrollIframe #game-rate .menu-gold a:hover {
  background-color: #285912;
  color: #fff;
}
#scrollIframe #game-rate h1 {
  text-align: center;
  margin-top: 20px;
  color: #fff;
  font-size: 40px;
}
#scrollIframe #game-rate .crumbs {
  width: 1060px;
  color: #999;
  font-size: 12px;
  line-height: 20px;
  margin: 5px auto;
  display: flex;
  align-items: center;
}
#scrollIframe #game-rate .crumbs a.off {
  color: #307b06;
}
#scrollIframe #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;
}
#scrollIframe #game-rate .crumbs a.off {
  color: #307b06;
  font-weight: 600;
  margin: 0 5px;
  flex: 0 0 auto;
}
#scrollIframe #game-rate [data-theme=light] {
  --color-bg: #e5e5e5;
  --color-fg: #000;
}
#scrollIframe #game-rate [data-theme=dark] {
  --color-bg: #000;
  --color-fg: #fff;
}
#scrollIframe #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);
}
#scrollIframe #game-rate .switch {
  display: inline-block;
}
#scrollIframe #game-rate .switch input {
  display: none;
}
#scrollIframe #game-rate .switch label {
  display: block;
  width: 60px;
  height: 30px;
  padding: 3px;
  border-radius: 15px;
  border: 2px solid #fff;
  cursor: pointer;
  transition: 0.3s;
}
#scrollIframe #game-rate .switch label::after {
  content: "";
  display: inherit;
  width: 20px;
  height: 20px;
  border-radius: 12px;
  background: #fff;
  transition: 0.3s;
  left: 0px;
}
#scrollIframe #game-rate .switch input:checked ~ label {
  border-color: #fff;
}
#scrollIframe #game-rate .switch input:checked ~ label::after {
  translate: 30px 0;
  background: #fff;
}
#scrollIframe #game-rate .switch input:disabled ~ label {
  opacity: 0.5;
  cursor: not-allowed;
}
#scrollIframe #game-rate h2 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 30px;
}
#scrollIframe #game-rate .checkbox {
  opacity: 0;
  position: absolute;
}
#scrollIframe #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;
}
#scrollIframe #game-rate .fa-moon {
  color: #f1c40f;
}
#scrollIframe #game-rate .fa-sun {
  color: #f39c12;
}
#scrollIframe #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;
}
#scrollIframe #game-rate .checkbox:checked + .checkbox-label .ball {
  transform: translateX(24px);
}
#scrollIframe #game-rate .support {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
#scrollIframe #game-rate .support a {
  color: #292c35;
  font-size: 32px;
  backface-visibility: hidden;
  display: inline-block;
  transition: transform 0.2s ease;
}
#scrollIframe #game-rate .support a:hover {
  transform: scale(1.1);
}
#scrollIframe #game-rate .bottom {
  background-color: #000;
  display: flex;
  justify-content: space-between;
  width: 960px;
  height: auto;
  margin: 0 auto;
  padding-top: 15px;
}
#scrollIframe #game-rate .bottom .description {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
#scrollIframe #game-rate .bottom .bottom-item {
  padding-top: 26px;
}
#scrollIframe #game-rate .info {
  margin: 0 auto 10px auto;
  max-width: 1060px;
  padding: 10px;
  width: 100%;
}
#scrollIframe #game-rate .ic_headerTop {
  filter: brightness(0) saturate(100%) invert(68%) sepia(1%) saturate(408%) hue-rotate(13deg) brightness(92%) contrast(88%);
  width: 1rem;
}
#scrollIframe #game-rate .select::before {
  content: "";
  position: absolute;
  right: 8px;
  top: 55%;
  margin-top: -4px;
  width: 0;
  height: 0;
  border-top: 5px solid #fff;
}
#scrollIframe #game-rate .ic_header_color {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7451%) hue-rotate(154deg) brightness(101%) contrast(90%);
}
#scrollIframe #game-rate .header-all {
  display: flex;
  gap: 1.5rem;
}
#scrollIframe #game-rate select#gender option[value=male] {
  background-image: url(./images/logo.svg);
}
#scrollIframe #game-rate select#gender option[value=female] {
  background-image: url(female.png);
}
#scrollIframe #game-rate select#gender option[value=others] {
  background-image: url(others.png);
}
#scrollIframe #game-rate .select-mobile {
  height: 28px;
  width: 90px;
  border-radius: 17px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  padding-left: 0.5rem;
}
#scrollIframe #game-rate .select-mobile:focus-visible {
  outline: none;
}
#scrollIframe #game-rate .img-mobile {
  height: 40px;
  width: 107px;
  margin-top: 5px;
}
#scrollIframe #game-rate .bottom-item {
  padding-top: 26px;
}
#scrollIframe #game-rate .bottom-item .bottom-item-title {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-transform: capitalize;
}
#scrollIframe #game-rate .bottom-item .bottom-item-content {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}
#scrollIframe #game-rate .bottom-item .bottom-item-content ul {
  padding: 0;
  margin: 0;
  margin-top: 1.25rem;
}
#scrollIframe #game-rate .bottom-item .bottom-item-content ul li {
  list-style: none;
  margin-bottom: 0.625rem;
}
#scrollIframe #game-rate .bottom-item .bottom-item-content ul li a {
  color: #fff;
  text-decoration: none;
  display: flex;
  gap: 0.625rem;
}
#scrollIframe #game-rate footer .text-footer {
  font-size: 0.65rem;
  text-align: start;
  color: #fff;
  font-weight: 400;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
#scrollIframe #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;
}
#scrollIframe #game-rate #tile {
  float: left;
  width: 100%;
}
#scrollIframe #game-rate .fx-tb-a li .fx-td-data {
  background: #e5e5e5;
}
#scrollIframe #game-rate .home-bg {
  background: #ffb800 !important;
}
#scrollIframe #game-rate .fx-c-l.home-bg {
  background: #07adf5 !important;
}
#scrollIframe #game-rate .radar .home_score {
  color: #0089f1 !important;
  display: none;
}
#scrollIframe #game-rate .radar .guest_score {
  color: #d64444 !important;
  display: none;
}
#scrollIframe #game-rate .guest-bg {
  background: #d64444 !important;
}
#scrollIframe #game-rate .speaker {
  height: 30px;
  width: 30px;
  position: relative;
  overflow: hidden;
  display: block;
}
#scrollIframe #game-rate .out-bm {
  position: relative;
}
#scrollIframe #game-rate .out-bm:hover::after {
  opacity: 0;
  visibility: hidden;
}
#scrollIframe #game-rate .out-bm::after {
  content: "";
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: 0.175s all linear;
}
#scrollIframe #game-rate .btm {
  margin-top: 8px;
  height: 208px;
  max-height: 208px;
  overflow: auto;
}
#scrollIframe #game-rate .btm .team-h1, #scrollIframe #game-rate .btm .ky_tit {
  display: none;
}
#scrollIframe #game-rate .btm td {
  font-size: 10px;
  background: #f2f2f2;
  border-bottom: 3px solid white !important;
}
#scrollIframe #game-rate .btm td span {
  display: none;
}
#scrollIframe #game-rate .btm td img {
  margin: auto;
}
#scrollIframe #game-rate .btm td b {
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  color: #c8930c;
}
#scrollIframe #game-rate .btm-item {
  background: #f2f2f2;
  margin-bottom: 2px;
  align-items: center;
  height: 28px;
}
#scrollIframe #game-rate .btm-item .mdl {
  width: 20px;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  color: #c8930c;
}
#scrollIframe #game-rate .btm-item .lft, #scrollIframe #game-rate .btm-item .rgt {
  width: calc((100% - 20px) / 2);
  padding: 0 8px;
  color: #717171;
  font-size: 10px;
}
#scrollIframe #game-rate .btm-item .lft .card, #scrollIframe #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;
}
#scrollIframe #game-rate .btm-item .lft .card.red, #scrollIframe #game-rate .btm-item .rgt .card.red {
  background-color: #d31b1b;
}
#scrollIframe #game-rate .btm-item .lft .card.yellow, #scrollIframe #game-rate .btm-item .rgt .card.yellow {
  background-color: #bfac00;
}
#scrollIframe #game-rate .speaker span {
  display: block;
  width: 6px;
  height: 8px;
  background: #222;
  margin: 11px 0 0 2px;
}
#scrollIframe #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;
}
#scrollIframe #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;
}
#scrollIframe #game-rate .speaker:hover span:before {
  transform: scale(0.8) translate(-3px, 0) rotate(42deg);
}
#scrollIframe #game-rate .speaker.mute span:before {
  transform: scale(0.5) translate(-15px, 0) rotate(36deg);
  opacity: 0;
}
@media screen and (max-width: 991px) {
  #scrollIframe #game-rate .ahc-odds, #scrollIframe #game-rate .ehc-odds {
    margin-top: 0;
  }
  #scrollIframe #game-rate nav .navbar .navbar-list .navbar-list-item {
    padding: 0 1rem;
  }
}
@media screen and (max-width: 912px) {
  #scrollIframe #game-rate nav .navbar .navbar-list .navbar-list-item {
    padding: 0 0.5rem;
  }
}
@media screen and (max-width: 817px) {
  #scrollIframe #game-rate nav .navbar .navbar-list .navbar-list-item {
    padding: 0 0.1rem;
  }
}
#scrollIframe #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;
}
#scrollIframe #game-rate .fix-content .fix-header {
  max-width: 1060px;
  width: 100%;
  margin: 0 auto;
}
#scrollIframe #game-rate .fix-content .fix-header .fix-league {
  font-weight: bold;
  font-size: 1rem;
  color: #fff;
  padding: 0.5rem 0;
}
#scrollIframe #game-rate .fix-content .fix-header .fix-time {
  font-size: 12px;
  color: #7c7c7c;
}
#scrollIframe #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;
}
#scrollIframe #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%);
}
#scrollIframe #game-rate .fix-content .fix-container {
  padding-bottom: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
#scrollIframe #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;
}
#scrollIframe #game-rate .fix-content .fix-container .match-team-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#scrollIframe #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%);
}
#scrollIframe #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) {
  #scrollIframe #game-rate .match .match-content {
    margin-top: 0;
  }
  #scrollIframe #game-rate footer .logo {
    width: 50%;
    text-align: center;
    margin: 0 auto;
  }
}
#scrollIframe #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));
}
#scrollIframe .col-game-rate-show-mobile {
  display: none;
}
#scrollIframe .section-container-tablet, #scrollIframe .odds-responsive-tablet-active, #scrollIframe .oddsDoubleChance-tablet, #scrollIframe .oddsCorner-tablet {
  display: none;
  /*margin: unset !important;
  */
}
@media only screen and (min-width: 1001px) and (max-width: 1208px) {
  #scrollIframe #game-rate .odds-container-mobile .crumbs {
    width: auto !important;
  }
  #scrollIframe #game-rate .odds-container-mobile {
    width: 100% !important;
  }
  #scrollIframe .match-list-box-mobile {
    width: auto !important;
  }
  #scrollIframe .col-tablet-full {
    width: 100% !important;
  }
  #scrollIframe #game-rate-core-container .team-right, #scrollIframe #game-rate-core-container .team-left {
    width: 50% !important;
  }
  #scrollIframe #game-rate .row {
    gap: 16px;
    flex-direction: row;
  }
  #scrollIframe .col-game-rate-hide-mobile {
    display: none;
  }
  #scrollIframe .col-game-rate-show-mobile {
    display: block;
  }
  #scrollIframe #match-list-box, #scrollIframe #game-rate .odds-container, #scrollIframe #game-rate .match-detail-mobile {
    width: calc(100% - 20px) !important;
  }
  #scrollIframe .al-fs-mobile {
    width: 100% !important;
    margin-top: 56px;
  }
  #scrollIframe .box-infmtch-mobile {
    width: 100% !important;
  }
  #scrollIframe .odds-responsive-tablet, #scrollIframe #game-rate .odds-container .odds-responsive-tablet {
    display: none !important;
  }
  #scrollIframe .odds-responsive-tablet-active {
    display: block;
  }
  #scrollIframe .odds-corner-responsive-tablet {
    width: 100% !important;
  }
  #scrollIframe .oddsDoubleChance-tablet, #scrollIframe .oddsCorner-tablet {
    display: block;
    height: 210px !important;
  }
  #scrollIframe #matchScoreStatistics .rateOfScored {
    grid-template-columns: repeat(1, minmax(100px, 1fr));
  }
  #scrollIframe #game-rate .fx-comparision {
    margin: auto 0 !important;
  }
  #scrollIframe #matchScoreStatistics .middle-line {
    display: none;
  }
  #scrollIframe .rateOfScored .fx-comparision {
    width: 100% !important;
  }
  #scrollIframe #game-rate ul.fx-tab {
    width: 100% !important;
  }
  #scrollIframe .fx-tab span {
    width: 245px !important;
  }
  #scrollIframe .matchDetail .scoring-rate li.fx-tab-on, #scrollIframe .matchDetail .scoring-rate li.fx-tab-on2 {
    width: initial;
  }
  #scrollIframe .matchDetail .scoring-rate li.fx-tab-on, #scrollIframe .matchDetail .scoring-rate li.fx-tab-on2 {
    padding: 8px 0 9px 16px;
  }
  #scrollIframe #gScoredBtn1 {
    width: 200px;
  }
  #scrollIframe #matchScoreStatistics .active {
    background: #5b1905 !important;
    color: white !important;
  }
  #scrollIframe #matchScoreStatistics .active::after {
    filter: brightness(0) invert(1) !important;
  }
  #scrollIframe #hScoredBtn1, #scrollIframe #gScoredBtn1 {
    pointer-events: initial !important;
  }
  #scrollIframe .section-responsive {
    width: calc(33% - 8px) !important;
    margin-top: 0 !important;
  }
  #scrollIframe .row-container-tablet {
    margin-top: 16px !important;
  }
  #scrollIframe #main .odds-container .box-infmtch-tablet-responsive {
    display: none !important;
  }
  #scrollIframe #main .odds-container .section12-tablet-responsive {
    display: none !important;
  }
  #scrollIframe .section-container-tablet {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
    gap: 16px;
  }
  #scrollIframe .section-container-tablet .section {
    height: unset !important;
  }
  #scrollIframe .section-container-tablet .section .btm {
    height: 339px !important;
    max-height: 339px !important;
  }
  #scrollIframe .filter-23 .select2.select2-container, #scrollIframe .filter-23 .select2-selection {
    width: 100% !important;
  }
}
@media (min-width: 992px) {
  #scrollIframe #game-rate .d-lg-block {
    display: block !important;
  }
  #scrollIframe #game-rate .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  #scrollIframe #game-rate .col-lg-6 {
    flex: 0 0 auto;
    width: 596px;
  }
  #scrollIframe #game-rate .d-lg-none {
    display: none !important;
  }
}
@media (min-width: 768px) {
  #scrollIframe #game-rate .d-md-flex {
    display: flex !important;
  }
}
#scrollIframe #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% */
}
#scrollIframe #homepage .game-rate #game-rate {
  position: relative;
  margin-bottom: 20px;
}
#scrollIframe #homepage .game-rate #game-rate .ov.page-text-live {
  height: 200px;
}
#scrollIframe #homepage .game-rate #game-rate .live-channel {
  position: relative;
}
#scrollIframe #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;
}
#scrollIframe #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;
}
#scrollIframe #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;
}
#scrollIframe #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;
}
#scrollIframe #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;
}
#scrollIframe #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;
}
#scrollIframe #homepage .game-rate #game-rate .live-channel #btn-first-live {
  display: flex;
}
#scrollIframe #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);
}
#scrollIframe #homepage .game-rate #live #tr_upper-live-title td {
  background-color: #f2f2f2;
}
#scrollIframe #homepage .game-rate #live #tr_upper-live-title .upper-live-title-football span {
  font-weight: 500;
}
#scrollIframe #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;
}
#scrollIframe #homepage .game-rate #live .btn-live-mobile {
  position: unset !important;
  width: 18px !important;
  height: 18px !important;
  border-radius: 60px !important;
  margin-right: unset !important;
}
#scrollIframe body.dark #homepage .game-rate .live-mobile-title {
  color: #fff;
}
#scrollIframe body.dark #homepage .game-rate #game-rate .live-channel .text-des {
  color: var(--Monotone-Grey-700, var(--MonotoneGrey-700, #e6e6e6));
}
#scrollIframe body.dark #homepage .game-rate #game-rate .live-channel ul li {
  color: var(--New-Color-04, #99b9ac);
  border: 1px solid #005030;
}
#scrollIframe 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;
}
#scrollIframe 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;
}
#scrollIframe body.dark #homepage .game-rate #game-rate .live-channel ul li:nth-last-of-type(1):before {
  background-color: #000;
}
#scrollIframe body.dark #homepage .game-rate #game-rate .live-channel #btn-first-live-mobile {
  background: #13553a;
  border: 1px solid #13553a;
  color: #e6e6e6;
}
#scrollIframe body.dark #homepage .game-rate #live #tr_upper-live-title td {
  background-color: #1a1a1a;
}
#scrollIframe body.dark #homepage .game-rate #live .btn-live {
  background-color: #13553a;
}
#scrollIframe #game-rate .b-608 .pd-18-15 {
  padding: 11px 12px !important;
}
@media only screen and (max-width: 1024px) {
  #scrollIframe #homepage .game-rate .live-mobile-title {
    display: flex;
  }
  #scrollIframe #homepage .game-rate #game-rate {
    flex-direction: column;
    gap: 0;
    margin-bottom: 0;
  }
  #scrollIframe #homepage .game-rate #game-rate .box-infmtch {
    width: calc(100% - 28px);
    margin-top: 8px;
  }
  #scrollIframe #homepage .game-rate #game-rate .ov {
    width: 100%;
  }
  #scrollIframe #homepage .game-rate #game-rate .odds-mobile-item-container {
    flex-wrap: wrap;
  }
  #scrollIframe #homepage .game-rate #game-rate #tableCore .live-channel {
    position: absolute;
    bottom: -1px;
    width: 100%;
  }
  #scrollIframe #homepage .game-rate #game-rate .live-channel #btn-first-live-mobile {
    display: flex;
  }
  #scrollIframe #homepage .game-rate #game-rate .live-frame {
    margin-left: 0;
    width: 100%;
    height: 100%;
  }
  #scrollIframe #game-rate .bh-335 {
    height: auto;
  }
  #scrollIframe #homepage .game-rate #game-rate .live-frame .match {
    height: auto;
    margin-bottom: 12px;
  }
  #scrollIframe #homepage .game-rate #game-rate .core-container {
    width: auto;
    display: none;
  }
  #scrollIframe #homepage .game-rate #game-rate .container-sp {
    display: block;
    margin-bottom: 0;
    position: relative;
    padding: 0;
    width: 100%;
  }
  #scrollIframe #homepage .game-rate #game-rate .container-sp .odds-title {
    font-size: 10px;
    gap: 5px;
  }
  #scrollIframe #game-rate #tableCore #tableCoreSP.core-container .home-match-time {
    display: none;
  }
  #scrollIframe #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%);
  }
  #scrollIframe #homepage .game-rate #live .btn-live {
    width: 55px;
    height: 26px;
    top: unset;
    left: unset;
    right: 6px;
    bottom: 9px;
  }
  #scrollIframe #homepage .game-rate #game-rate {
    display: grid !important;
    grid-template-columns: 371px 1fr;
    gap: 16px;
  }
  #scrollIframe #homepage .game-rate #game-rate .live-frame {
    grid-row: span 2;
    height: 200px;
  }
  #scrollIframe #homepage .game-rate #game-rate #tableCore {
    grid-column: 2;
  }
  #scrollIframe #min .game-rate-core-container {
    margin-bottom: 0;
  }
  #scrollIframe #homepage .game-rate #game-rate .d-lg-none {
    display: block !important;
  }
  #scrollIframe #game-rate .match .match-content {
    height: 199px;
  }
  #scrollIframe .live-w-content-time {
    text-align: center;
  }
}
#scrollIframe .dark #match-list-box {
  background: #080808;
}
#scrollIframe .dark #game-rate .hot-match .hot-match-teams .hot-match-team span, #scrollIframe .dark #game-rate .who-win .who-win-content .who-win-table tr td .who-win-number span, #scrollIframe .dark #game-rate span.text-uppercase, #scrollIframe .dark #game-rate .match-team-middle-snd .match-team-time-snd .timer-minute, #scrollIframe .dark #game-rate .match-team-middle-snd .match-team-time-snd .timer-second, #scrollIframe .dark #game-rate .match-team-left-snd .match-team-title, #scrollIframe .dark #game-rate .match-team-right-snd .match-team-title {
  color: white;
}
#scrollIframe .dark .carousel-23 .math-item .club span {
  color: #e6e6e6;
}
#scrollIframe .dark .filter-23 .select2-selection, #scrollIframe .dark .select2-dropdown.select2-dropdown--below {
  background-color: #0f0400;
  border-color: transparent;
}
#scrollIframe .dark .select2-search__field {
  background: #414141;
  border: none;
}
#scrollIframe .dark #game-rate .box-template, #scrollIframe .dark #game-rate .who-win, #scrollIframe .dark #game-rate .section {
  background: #1a1a1a;
}
#scrollIframe .dark #game-rate .core-container {
  background: #1a1a1a;
}
#scrollIframe .dark #game-rate .odds-name {
  color: #fff;
}
#scrollIframe .dark #game-rate .news .news-content .news-content-item .news-content-item-time, #scrollIframe .dark #game-rate .news .news-content .news-content-item .news-content-item-title, #scrollIframe .dark #game-rate .btm-item .lft, #scrollIframe .dark #game-rate .btm-item .rgt, #scrollIframe .dark .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #d4d4d4;
}
#scrollIframe .dark .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable, #scrollIframe .dark .select2-container--default .select2-results__option--selected {
  background-color: #1a1a1a;
  color: white;
}
#scrollIframe .dark #game-rate .news .news-content .news-content-item .news-content-item-icon {
  background: #d4d4d4;
}
#scrollIframe .dark #game-rate .who-win .who-win-content .who-win-table tr td .bg-purple {
  background: #c99717;
}
#scrollIframe .dark #game-rate .who-win .who-win-content .who-win-table tr td .who-win-name.who-win-draw {
  background: #0c4fcf;
}
#scrollIframe .dark #game-rate .who-win .who-win-content .who-win-table tr td .bg-blue {
  background: #15d2d2;
}
#scrollIframe .dark #game-rate .btm-item {
  background: #070f03;
}
#scrollIframe .dark #game-rate .out-bm::after {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #000);
}
#scrollIframe .dark #game-rate .ws-select {
  color: #ebebeb;
}
#scrollIframe .dark #game-rate .odds .odds-content .odds-table tr th, #scrollIframe .dark #game-rate .odds .odds-content .odds-table tr td .odds-name, #scrollIframe .dark #game-rate .matchDetail .all-block .content .fx-title .fx-title-name, #scrollIframe .dark #game-rate .txtinnside span {
  color: #bbb;
}
#scrollIframe .dark #game-rate .odds-badge {
  background-color: #13553a;
}
#scrollIframe .dark #game-rate .odds-badge.lighter {
  background-color: #13553a;
}
#scrollIframe .dark #game-rate .odds-number.odds-up {
  background: #224c3b !important;
  color: #fff;
}
#scrollIframe .dark #game-rate .odds-number.odds-down {
  background: #5b2526 !important;
  color: #fff;
}
#scrollIframe .dark #game-rate .odds-number {
  background: #372a21;
  color: #fff;
}
#scrollIframe .dark #game-rate .dont-miss {
  background: #262626 !important;
  color: white !important;
}
#scrollIframe .dark #game-rate .dont-miss img {
  filter: brightness(100);
}
#scrollIframe .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;
}
#scrollIframe .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;
}
#scrollIframe .dark #game-rate .gScoredLi, #scrollIframe .dark #game-rate .hScoredLi, #scrollIframe .dark #game-rate .stat-bar-wrapper, #scrollIframe .dark #game-rate .fx-tb-a li .fx-td-data {
  background-color: #2d2d2d !important;
}
#scrollIframe .dark .fx-tab .middle-line {
  background-color: unset;
}
#scrollIframe .dark #game-rate .matchDetail .scoring-rate li.fx-tab-on::after, #scrollIframe .dark #game-rate .matchDetail .scoring-rate li.fx-tab-on2::after {
  filter: brightness(0) invert(1);
}
#scrollIframe .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;
}
#scrollIframe .dark #game-rate .red {
  color: #761b1c !important;
}
#scrollIframe .dark #game-rate .btm td {
  background: #070f03;
  border-bottom: 3px solid #1a1a1a !important;
}
#scrollIframe .dark #game-rate .no-item-found:after {
  background-color: #1a1a1a;
}
#scrollIframe .dark #game-rate .matchDetail .scoring-rate .rateOfScored .fx-comparision .fx-data-right .fx-c2, #scrollIframe .dark #game-rate .matchDetail .scoring-rate .rateOfScored .fx-c-3, #scrollIframe .dark #game-rate .matchDetail .scoring-rate .rateOfScored .fx-comparision .fx-data-left .fx-c2 {
  color: #bbb !important;
}
#scrollIframe .dark #game-rate .tab-custom.d-flex .tab-item {
  color: #bbb;
  border-color: #070f03;
}
#scrollIframe .dark #game-rate .tab-custom.d-flex .tab-item.active {
  color: #fff;
  border-color: #d4d4d4;
}
#scrollIframe .dark #game-rate .tab-custom.d-flex .tab-item.active img {
  filter: brightness(0) invert(1) !important;
}
#scrollIframe .dark #game-rate .btm tr:nth-child(2n+1) td {
  background: #0f0f0f;
}
#scrollIframe .dark #game-rate .who-win-number:after {
  background: #000;
}
#scrollIframe .dark .carousel-23 .owl-item:hover .math-item, #scrollIframe .dark .carousel-23 .math-item.on {
  background: #1f0801;
  pointer-events: none;
}
#scrollIframe .section .odds .bh-177 .pd-18-15 {
  padding: 9px 11px !important;
}
@media only screen and (max-width: 768px) {
  #scrollIframe #game-rate .match .match-content {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }
  #scrollIframe #homepage .game-rate #game-rate {
    display: flex !important;
  }
  #scrollIframe #homepage .game-rate #game-rate .live-frame {
    height: auto;
  }
  #scrollIframe #homepage .game-rate #game-rate {
    gap: 0;
  }
  #scrollIframe #min .game-rate-core-container {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 500px) {
  #scrollIframe #game-rate .match .match-content {
    height: 180px;
    padding-bottom: 0;
  }
}
 