@import url(assets/css/bootstrap.min.css);
@import url(assets/css/jquery.toast.min.css);
@import url(assets/libs/daterangepicker/daterangepicker.css);
@import url(assets/libs/swiper/swiper-bundle.min.css);
@import url(assets/libs/sweetalert2/sweetalert2.min.css);
@font-face {
  font-family: 'Avenir';
  src: url(assets/fonts/Avenir-Black.ttf) format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir';
  src: url(assets/fonts/Avenir-BlackOblique.ttf) format('truetype');
  font-weight: 900;
  font-style: oblique;
}
@font-face {
  font-family: 'Avenir';
  src: url(assets/fonts/Avenir-Book.ttf) format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir';
  src: url(assets/fonts/Avenir-BookOblique.ttf) format('truetype');
  font-weight: 400;
  font-style: oblique;
}
@font-face {
  font-family: 'Avenir';
  src: url(assets/fonts/Avenir-Heavy.ttf) format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir';
  src: url(assets/fonts/Avenir-HeavyOblique.ttf) format('truetype');
  font-weight: 700;
  font-style: oblique;
}
@font-face {
  font-family: 'Avenir';
  src: url(assets/fonts/Avenir-Light.ttf) format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir';
  src: url(assets/fonts/Avenir-LightOblique.ttf) format('truetype');
  font-weight: 300;
  font-style: oblique;
}
@font-face {
  font-family: 'Avenir';
  src: url(assets/fonts/Avenir-Medium.ttf) format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir';
  src: url(assets/fonts/Avenir-MediumOblique.ttf) format('truetype');
  font-weight: 600;
  font-style: oblique;
}
@font-face {
  font-family: 'Avenir';
  src: url(assets/fonts/Avenir-Oblique.ttf) format('truetype');
  font-weight: 400;
  font-style: oblique;
}
@font-face {
  font-family: 'Avenir';
  src: url(assets/fonts/Avenir-Roman.ttf) format('truetype');
  font-weight: 500;
  font-style: normal;
}
* {
  padding: 0;
  margin: 0;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  scrollbar-width: none;
  font-size: 16px;
}
html ::-webkit-scrollbar {
  -webkit-appearance: none;
}
html ::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
body {
  --default-bg: #FFFFFF;
  --body-bg-color: #FAFAFA;
  --mobile-width: 100vw;
  --mobile-height: 100vh;
  --max-width: 87.5rem;
  --header-height: 58px;
  --header-bg-color: #008000;
  --swiper-height: 10.1875rem;
  --content-header-height: 5.4375rem;
  --footer-height: 68px;
  --league-title-height: 2.3125rem;
  --fixture-body-height: 6.5rem;
  --fixture-footer-height: 1.4375rem;
  --odds-list-height: 4rem;
  --odds-item-border-radius: 4px;
  --odds-values-width: 10rem;
  --more-odds-color: #9D9D9D;
  --drowerline-bg-color: #979797;
  --text-logo-bg-color: #33333326;
  --more-odds-item-height: 1.5rem;
  --casino-item--height: 10rem;
  --casino-item-body-height: 7.5rem;
  --casino-btn-color: #FAFAFA;
  --my-content-header-bg-color: #F6F6F6;
  --my-content-header-height: 10.625rem;
  --log-out-height: 6.25rem;
  --home-detail-home-vs-away: 11.25rem;
  --home-vs-away-body-height: 5.875rem;
  --vote-action-item-width: 6.5625rem;
  --vote-result-item-height: 2.1875rem;
  --vote-result-detail-bg-color: #00A700;
  --home-circle-bg-color: #00A700;
  --away-circle-bg-color: #F37E22;
  --x-circle-bg-color: #979797;
  --prediction-progress-height: 1.75rem;
  --home-detail-team-width: 7.1875rem;
  --home-detail-team--height: 5.125rem;
  --home-detail-odds-list-width: 11.5rem;
  --home-detail-odds-list-height: 4rem;
  --home-detail-h2h-sutitle-color: #909090;
  --home-detail-h2h-suffixitle-color: #7E7C7C;
  --home-detail-h2h-content-head-color: #777474;
  --home-detail-h2h-content-date-league-height: 3rem;
  --win-chart-left-width: 4rem;
  --win-chart-left-height: 4rem;
  --calendar-dropdown-content-width: 24.375rem;
  --betting-insights-font-family: Avenir;
  width: var(--mobile-width);
  height: calc(var(--mobile-height) - var(--footer-height));
  padding: 0 !important;
  margin: 0;
  font-family: var(--betting-insights-font-family);
}
body .row {
  padding: 0;
  margin: 0;
}
.load_list {
  margin-top: var(--league-title-height);
}
@keyframes body_spinner {
  to {
    transform: rotate(360deg);
  }
}
.load_body {
  --bs-spinner-width: 32px;
  --bs-spinner-height: 32px;
  --bs-spinner-vertical-align: -0.125rem;
  --bs-spinner-border-width: 4px;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: body_spinner;
  width: 100%;
  height: 100%;
  z-index: 100;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: black;
}
.load_body .load_body_spinner {
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}
.calendar-dropdown .calendare-button {
  color: var(--header-bg-color);
  cursor: pointer;
  background: #FAFAFA;
  border: 1px solid #E4E4E4;
  border-radius: 4px;
  width: 9.5rem;
  height: 1.5rem;
}
.calendar-dropdown .calendare-button .calendar-value {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: calc(100% - 1rem);
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1.3rem;
  padding: 2px 4px 4px 4px;
  color: #888888;
}
.calendar-dropdown .calendare-button .calendar-icon {
  right: 4px;
  top: 0.1875rem;
  height: 1rem;
  line-height: 1rem;
}
.calendar-dropdown .calendare-button .calendar-icon svg {
  width: 1rem;
  height: 1rem;
}
.calendar-dropdown .calendar-dropdown-content {
  display: none;
  z-index: 1022;
  position: absolute;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px 0px;
  border-radius: 8px;
  right: 0px;
  top: 2.0625rem;
  width: calc(var(--mobile-width) - 1.5rem);
  max-width: var(--max-width);
  margin-left: auto;
  margin-right: auto;
}
.calendar-dropdown .calendar-dropdown-content .table-calendar {
  width: 100%;
  caption-side: top;
}
.calendar-dropdown .calendar-dropdown-content .table-calendar caption {
  padding: 0;
}
.calendar-dropdown .calendar-dropdown-content .table-calendar caption .selected {
  background: var(--header-bg-color);
}
.calendar-dropdown .calendar-dropdown-content .table-calendar caption .month-slider {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  color: #ffffff;
  background: linear-gradient(#1d1d1d, #2a2a2a);
  width: 100%;
  height: 3.0625rem;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  text-transform: uppercase;
}
.calendar-dropdown .calendar-dropdown-content .table-calendar caption .month-slider .swipeable-pagings {
  height: 100%;
  display: table;
  overflow: hidden;
  table-layout: fixed;
  width: 100%;
}
.calendar-dropdown .calendar-dropdown-content .table-calendar caption .month-slider .swipeable-pagings .slider {
  height: 3.0625rem;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  will-change: transform;
  display: flex;
}
.calendar-dropdown .calendar-dropdown-content .table-calendar caption .month-slider .swipeable-pagings .slider .month-item {
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  height: 100%;
  cursor: pointer;
}
.calendar-dropdown .calendar-dropdown-content .table-calendar caption .month-slider .swipeable-pagings .slider .month-item .month-item-inner {
  flex: 1 1 0%;
  color: #ffffff;
  display: flex;
  height: 16px;
  font-size: 0.875rem;
  line-height: 17px;
  font-weight: 500;
  -webkit-box-align: center;
  align-items: center;
  margin: 10px 0px 5px;
  -webkit-box-pack: center;
  justify-content: center;
  text-transform: uppercase;
}
.calendar-dropdown .calendar-dropdown-content .table-calendar caption .month-slider .swipeable-pagings .slider .month-item .selectedMonth {
  font-weight: 800;
}
.calendar-dropdown .calendar-dropdown-content .table-calendar caption .month-slider .swipeable-pagings .slider .month-item .dash {
  height: 0.375rem;
  width: 2.75rem;
  border-radius: 5px 5px 0px 0px;
}
.calendar-dropdown .calendar-dropdown-content .table-calendar .table-calendar-header {
  background: #f1f1f1;
}
.calendar-dropdown .calendar-dropdown-content .table-calendar .table-calendar-header tr {
  width: 100%;
  height: 2rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.calendar-dropdown .calendar-dropdown-content .table-calendar .table-calendar-header tr th {
  color: #000;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 0.875rem;
  text-transform: uppercase;
  text-align: center;
}
.calendar-dropdown .calendar-dropdown-content .table-calendar .table-calendar-body tr {
  width: 100%;
  height: 2.1875rem;
  border-spacing: 0px 1em;
}
.calendar-dropdown .calendar-dropdown-content .table-calendar .table-calendar-body tr .day:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}
.calendar-dropdown .calendar-dropdown-content .table-calendar .table-calendar-body tr .day {
  width: 2.1875rem;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 0.875rem;
  cursor: pointer;
  text-align: center;
}
.calendar-dropdown .calendar-dropdown-content .table-calendar .table-calendar-body tr .day span {
  border-radius: 8px;
}
.calendar-dropdown .calendar-dropdown-content .table-calendar .table-calendar-body tr td {
  text-align: center;
}
.calendar-dropdown .calendar-dropdown-content .table-calendar .table-calendar-body tr .selected {
  font-weight: 900;
}
.calendar-dropdown .calendar-dropdown-content .table-calendar .table-calendar-body tr .selected span {
  width: 2.1875rem;
  height: 2.1875rem;
  background: var(--header-bg-color);
  border-radius: 50%;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 0px auto;
}
.calendar-dropdown .calendar-dropdown-content .table-calendar .table-calendar-body tr .disable {
  color: #9b9b9b;
  pointer-events: none;
}
.sticky-header-top {
  position: -webkit-sticky;
  position: sticky;
  top: var(--header-height);
  background-color: #fff;
  z-index: 1020;
}
.swiper {
  padding: 7px 8px;
  height: var(--swiper-height);
  margin-top: var(--header-height);
  max-width: var(--max-width);
  margin-left: auto;
  margin-right: auto;
}
.drowerline {
  width: 1px;
  background: var(--drowerline-bg-color);
  height: calc(100% - 12px);
}
.drowerline_football {
  width: 1px;
  background: var(--drowerline-bg-color);
  height: calc(100%);
}
.border_win .odds-value {
  width: 100%;
  border-radius: var(--odds-item-border-radius);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 7.9rem;
  color: #00A700;
}
.border_lose .odds-value {
  width: 100%;
  border-radius: var(--odds-item-border-radius);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 7.9rem;
  text-decoration: line-through;
}
.odds_home_is_max {
  border: 1.5px solid #00A700;
}
.odds_x_is_max {
  border: 1.5px solid #00A700;
}
.odds_away_is_max {
  border: 1.5px solid #00A700;
}
.fixture-h2h-win {
  border: 1.5px solid #00A700;
  border-radius: 4px;
}
.fixture-h2h-default {
  border: 1.5px solid #979797;
  border-radius: 4px;
}
.fixture-h2h-lose {
  border: 1.5px solid #F37E22;
  border-radius: 4px;
}
.text_logo_platform_color {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.max-odds-logo .text_logo_platform_color {
  border-top-left-radius: unset;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.app-content {
  padding-bottom: var(--footer-height);
  max-width: var(--max-width);
  margin-left: auto;
  margin-right: auto;
}
.app-content .content {
  height: 100%;
}
.app-content .content .content-header {
  height: var(--content-header-height);
  background-color: var(--default-bg);
  border-top-left-radius: var(--bs-border-radius);
  border-top-right-radius: var(--bs-border-radius);
}
.app-content .content .content-header .row {
  padding: 15px 0 0;
}
.app-content .content .content-header .home-title {
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: 0.39px;
}
.app-content .content .content-header .football-title {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  min-width: 10rem;
  font-weight: 800;
  font-size: 1.15rem;
  line-height: 1.75rem;
  letter-spacing: 0.39px;
  color: #000000;
}
.app-content .content .content-header .leagues {
  overflow-x: scroll;
  scrollbar-width: thin;
  padding-bottom: 10px;
  cursor: pointer;
}
.app-content .content .content-header .leagues .league {
  padding: 8px;
  background-color: #F0F0F0;
  border-radius: 4px;
  color: #333333;
  font-weight: 500;
  font-size: 0.875rem;
}
.app-content .content .content-header .leagues .league .league-log {
  min-width: 0.9375rem;
  width: auto;
}
.app-content .content .content-header .leagues .league .league-log img {
  max-height: 100%;
  height: 100%;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}
.app-content .content .content-header .leagues .league .league-name {
  width: auto;
  white-space: nowrap;
  font-weight: 600;
}
.app-content .content .content-header .leagues .active {
  background-color: #00A700;
  color: #FAFAFA;
}
.app-content .content .content-body {
  height: calc(100% - var(--content-header-height) - 0.625rem);
  margin-top: 1.5rem;
}
.app-content .content .content-body .leagues-list {
  height: 100%;
  padding: 0 8px;
}
.app-content .content .content-body .leagues-list .leagues-item .league-title {
  padding: 0 12px;
  font-size: 0.875rem;
  height: var(--league-title-height);
}
.app-content .content .content-body .leagues-list .leagues-item .fixtures-list .fixture-item {
  background: #F0F0F0;
  border: 1px solid #F0F0F0;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.0523656);
  border-radius: 4px;
  margin-bottom: 8px;
}
.app-content .content .content-body .leagues-list .leagues-item .fixtures-list .fixture-item .odds-list {
  width: var(--odds-values-width);
  column-gap: 0.5rem;
}
.app-content .content .content-body .leagues-list .leagues-item .fixtures-list .fixture-item .odds-list .odds-item {
  width: calc(var(--odds-values-width) / 3);
}
.app-content .content .content-body .leagues-list .leagues-item .fixtures-list .fixture-item .odds-list .odds-item .odds-value {
  font-weight: 900;
  font-size: 0.875rem;
  line-height: 1.1875rem;
  letter-spacing: 0.35px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #F0F0F0;
  color: #333333;
}
.app-content .content .content-body .leagues-list .leagues-item .fixtures-list .fixture-item .fixture-header {
  padding: 0 12px;
  height: 1.5rem;
}
.app-content .content .content-body .leagues-list .leagues-item .fixtures-list .fixture-item .fixture-header .league-log {
  height: 1rem;
  min-width: 0.9375rem;
  width: auto;
}
.app-content .content .content-body .leagues-list .leagues-item .fixtures-list .fixture-item .fixture-header .league-log img {
  max-height: 100%;
  height: 100%;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}
.app-content .content .content-body .leagues-list .leagues-item .fixtures-list .fixture-item .fixture-header .league-name {
  width: auto;
  white-space: nowrap;
  font-size: 0.75rem;
  font-weight: 800;
}
.app-content .content .content-body .leagues-list .leagues-item .fixtures-list .fixture-item .fixture-header .fixture-header-right {
  font-weight: 600;
  font-size: 0.625rem;
}
.app-content .content .content-body .leagues-list .leagues-item .fixtures-list .fixture-item .fixture-body {
  padding: 8px 12px;
  height: var(--fixture-body-height);
  background-color: #FFF;
  cursor: pointer;
}
.app-content .content .content-body .leagues-list .leagues-item .fixtures-list .fixture-item .fixture-body .fixture-body-top {
  height: 0.875rem;
}
.app-content .content .content-body .leagues-list .leagues-item .fixtures-list .fixture-item .fixture-body .fixture-body-top .fixture-body-top-right {
  width: var(--odds-values-width);
  column-gap: 15px;
}
.app-content .content .content-body .leagues-list .leagues-item .fixtures-list .fixture-item .fixture-body .fixture-body-top .fixture-body-top-right .odds-item {
  width: calc(100% / 3);
  text-align: center;
  font-weight: 600;
  font-size: 0.625rem;
  line-height: 0.875rem;
  letter-spacing: 0.25px;
  color: #333333;
}
.app-content .content .content-body .leagues-list .leagues-item .fixtures-list .fixture-item .fixture-body .fixture-body-bottom {
  height: 5.5rem;
  padding-left: 10px !important;
}
.app-content .content .content-body .leagues-list .leagues-item .fixtures-list .fixture-item .fixture-body .fixture-body-bottom .team {
  font-size: 0.75rem;
}
.app-content .content .content-body .leagues-list .leagues-item .fixtures-list .fixture-item .fixture-body .fixture-body-bottom .team .team-logo img {
  width: 2rem;
  height: 2rem;
}
.app-content .content .content-body .leagues-list .leagues-item .fixtures-list .fixture-item .fixture-body .fixture-body-bottom .team .team-name {
  padding: 0 8px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 7.9rem;
  font-weight: 700;
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 0.25px;
}
.app-content .content .content-body .leagues-list .leagues-item .fixtures-list .fixture-item .fixture-body .fixture-body-bottom .football-team {
  height: 4.25rem;
}
.app-content .content .content-body .leagues-list .leagues-item .fixtures-list .fixture-item .fixture-body .fixture-body-bottom .football-team .team-logo img {
  width: 3rem;
  height: 3rem;
}
.app-content .content .content-body .leagues-list .leagues-item .fixtures-list .fixture-item .fixture-body .fixture-body-bottom .football-team .team-home,
.app-content .content .content-body .leagues-list .leagues-item .fixtures-list .fixture-item .fixture-body .fixture-body-bottom .football-team .team-away {
  row-gap: 5px;
}
.app-content .content .content-body .leagues-list .leagues-item .fixtures-list .fixture-item .fixture-body .fixture-body-bottom .football-team .team-name {
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0.25px;
  color: #000000;
  padding: 0;
}
.app-content .content .content-body .leagues-list .leagues-item .fixtures-list .fixture-item .fixture-body .fixture-body-bottom .football-team .home-vs-away {
  font-size: 1.625rem;
  height: 2.5rem;
  width: 5rem;
  background: #FAFAFA;
  border: 1px solid #333333;
  border-radius: 4px;
  font-weight: 900;
  font-size: 1.5rem;
  letter-spacing: 0.6px;
  color: #000000;
}
.app-content .content .content-body .leagues-list .leagues-item .fixtures-list .fixture-item .fixture-body .fixture-body-bottom .odds-list {
  height: var(--odds-list-height);
  width: var(--odds-values-width);
}
.app-content .content .content-body .leagues-list .leagues-item .fixtures-list .fixture-item .fixture-body .fixture-body-bottom .odds-list .odds-item {
  width: calc(100% / 3);
  height: 100%;
  border-radius: var(--odds-item-border-radius);
}
.app-content .content .content-body .leagues-list .leagues-item .fixtures-list .fixture-item .fixture-body .fixture-body-bottom .odds-list .odds-item .text_logo,
.app-content .content .content-body .leagues-list .leagues-item .fixtures-list .fixture-item .fixture-body .fixture-body-bottom .odds-list .odds-item .odds-value {
  height: calc(100% / 2);
}
.app-content .content .content-body .leagues-list .leagues-item .fixtures-list .fixture-item .fixture-body .fixture-body-bottom .odds-list .odds-item .text_logo {
  background-color: var(--text-logo-bg-color);
  border-top-left-radius: var(--odds-item-border-radius);
  border-top-right-radius: var(--odds-item-border-radius);
  padding: 0.125rem;
}
.app-content .content .content-body .leagues-list .leagues-item .fixtures-list .fixture-item .fixture-body .fixture-body-bottom .odds-list .odds-item .text_logo img {
  width: 100%;
  height: auto;
  z-index: 1;
}
.app-content .content .content-body .leagues-list .leagues-item .fixtures-list .fixture-item .fixture-footer {
  padding: 0 12px;
  font-size: 0.75rem;
  color: var(--more-odds-color);
  min-height: 1.375rem;
}
.app-content .content .content-body .leagues-list .leagues-item .fixtures-list .fixture-item .fixture-footer .fixture-footer-head {
  height: var(--fixture-footer-height);
  cursor: pointer;
}
.app-content .content .content-body .leagues-list .leagues-item .fixtures-list .fixture-item .fixture-footer .fixture-footer-head .fixture-footer-right .odds-item {
  text-align: center;
}
.app-content .content .content-body .leagues-list .leagues-item .fixtures-list .fixture-item .fixture-footer .fixture-footer-head .fixture-footer-right .more-odds {
  font-weight: 500;
  font-size: 0.625rem;
  line-height: 0.875rem;
  letter-spacing: 0.208333px;
  color: #008000;
}
.app-content .content .content-body .leagues-list .leagues-item .fixtures-list .fixture-item .fixture-footer .fixture-footer-head .fixture-footer-right .more-collapse {
  right: -7px;
  color: #008000;
}
.app-content .content .content-body .leagues-list .leagues-item .fixtures-list .fixture-item .fixture-footer .fixture-footer-body {
  padding-bottom: 0.3125rem;
}
.app-content .content .content-body .leagues-list .leagues-item .fixtures-list .fixture-item .fixture-footer .fixture-footer-body .more-odds-item {
  height: var(--more-odds-item-height);
  margin: 0.3125rem 0 0;
}
.app-content .content .content-body .leagues-list .leagues-item .fixtures-list .fixture-item .fixture-footer .fixture-footer-body .more-odds-item .platform-text-logo {
  padding: 0.1875rem 0.75rem;
  height: 100%;
  width: 7.5rem;
  border-radius: 12px;
}
.app-content .content .content-body .leagues-list .leagues-item .fixtures-list .fixture-item .fixture-footer .fixture-footer-body .more-odds-item .platform-text-logo img {
  max-height: 100%;
  height: 100%;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}
.app-content .content .content-body .leagues-list .leagues-item .fixtures-list .fixture-item .fixture-footer .fixture-footer-body .more-odds-item .odds-list {
  height: 100%;
}
.app-content .content .content-body .leagues-list .leagues-item .fixtures-list .fixture-item .fixture-footer .fixture-footer-body .more-odds-item .odds-list .odds-item {
  height: 100%;
  text-align: center;
  border-radius: var(--odds-item-border-radius);
  background-color: var(--default-bg);
  font-weight: 600;
  font-size: 0.75rem;
  letter-spacing: 0.3px;
  color: #333333;
  cursor: pointer;
}
.app-content .content .content-body .leagues-list .leagues-item .fixtures-list .fixture-item .football-fixture-footer {
  padding: 5px 12px;
}
.app-content .content .content-body .leagues-list .leagues-item .fixtures-list .fixture-item .football-fixture-footer .fixture-footer-body {
  height: var(--more-odds-item-height);
}
.app-content .content .content-body .leagues-list .leagues-item .fixtures-list .fixture-item .football-fixture-footer .fixture-footer-body .platform-text-logo {
  padding: 0.1875rem 0.75rem;
  border-radius: 12px;
  text-align: center;
  height: 100%;
}
.app-content .content .content-body .leagues-list .leagues-item .fixtures-list .fixture-item .football-fixture-footer .fixture-footer-body .platform-text-logo img {
  max-height: 100%;
  height: 100%;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}
.app-content .content .content-body .leagues-list .leagues-item .fixtures-list .fixture-item .football-fixture-footer .fixture-footer-body .fixture-body-right {
  height: 100%;
  padding-left: 10px !important;
}
.app-content .content .content-body .leagues-list .leagues-item .fixtures-list .fixture-item .football-fixture-footer .fixture-footer-body .fixture-body-right .odds-item {
  padding: 0;
  height: 1.5rem;
  width: 3.375rem;
  background-color: var(--body-bg-color);
  border-radius: 4px;
  color: #333333;
  cursor: pointer;
}
.app-content .content .content-body .leagues-list .leagues-item .fixtures-list .fixture-item .football-fixture-footer .fixture-footer-body .fixture-body-right .odds-value {
  font-weight: 900;
  font-size: 0.875rem;
  letter-spacing: 0.35px;
}
.app-content .content .content-body .casinos-list .casino-item {
  padding: 6px 0;
}
.app-content .content .content-body .casinos-list .casino-item .card {
  height: var(--casino-item--height);
  border: none;
}
.app-content .content .content-body .casinos-list .casino-item .card .casino-item-body {
  margin-top: 0.5rem;
  height: var(--casino-item-body-height);
}
.app-content .content .content-body .casinos-list .casino-item .card .casino-item-body .casino-left {
  flex: 0 0 auto;
  width: calc(168 / 360 * 100%);
  height: 100%;
  padding-left: 8px;
  padding-right: 0px;
  overflow: clip;
}
.app-content .content .content-body .casinos-list .casino-item .card .casino-item-body .casino-right {
  flex: 0 0 auto;
  width: calc(192 / 360 * 100%);
  padding-left: 16px;
}
.app-content .content .content-body .casinos-list .casino-item .card .card-footer {
  width: 100%;
  border-radius: 0;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  padding: 4px 1rem;
  background: #F0F0F0;
  transform: matrix(1, 0, 0, -1, 0, 0);
}
.app-content .content .content-body .casinos-list .casino-item .recommended-offer {
  font-weight: 800;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  letter-spacing: 0.275px;
  color: #008000;
}
.app-content .content .content-body .casinos-list .casino-item .casino-slogan {
  font-size: 0.875rem;
  margin-bottom: 1.125rem;
  font-weight: 900;
  font-size: 1.125rem;
  line-height: 1.5625rem;
  color: #333333;
}
.app-content .content .content-body .casinos-list .casino-item .casino-end_date {
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
  font-weight: 800;
  font-size: 0.625rem;
  line-height: 0.875rem;
  letter-spacing: 0.25px;
  color: #979797;
}
.app-content .content .content-body .casinos-list .casino-item .casino-btn {
  width: 7rem;
  height: 2rem;
  font-size: 1rem;
  background-color: var(--text-logo-bg-color);
  color: var(--casino-btn-color);
  font-weight: 900;
  line-height: 1.375rem;
  text-align: center;
  letter-spacing: 0.136615px;
  border-radius: 4px;
}
.app-content .content .content-body .casinos-list .casino-item .casino-notice {
  height: 2rem;
  padding-top: 9px;
  font-weight: 500;
  font-size: 0.5625rem;
  line-height: 0.75rem;
  color: #9D9DA3;
}
.app-content .content .content-body .casinos-list .casino-item .casino-slogan,
.app-content .content .content-body .casinos-list .casino-item .casino-end_date {
  max-width: 12.5rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.results .calendar-dropdown .calendar-dropdown-content .table-calendar .table-calendar-body tr .selected span {
  border-radius: 8px;
  width: auto;
}
.results .calendar-dropdown .calendar-dropdown-content .table-calendar .table-calendar-body tr .in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}
.results .calendar-dropdown .calendar-dropdown-content .table-calendar .table-calendar-body tr .start-range span {
  border-radius: 8px 0 0 8px;
}
.results .calendar-dropdown .calendar-dropdown-content .table-calendar .table-calendar-body tr .end-range span {
  border-radius: 0 8px 8px 0;
}
.results .calendar-dropdown .calendar-dropdown-content .table-calendar .table-calendar-body tr .start-range.end-range span {
  border-radius: 8px;
}
.casino {
  margin-top: calc(var(--header-height));
  padding-bottom: var(--footer-height);
}
.my {
  margin-top: calc(var(--header-height));
  padding-bottom: var(--footer-height);
}
.my .content .my-content-header {
  border-radius: unset;
  background-color: var(--my-content-header-bg-color);
  height: var(--my-content-header-height);
}
.my .content .my-content-header .content-header-body {
  height: 100%;
  row-gap: 10px;
}
.my .content .my-content-header .content-header-body .username {
  font-weight: 800;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0.4px;
  color: #00A700;
}
.my .content .content-body .list-group {
  padding: 16px;
}
.my .content .content-body .list-group .list-group-item {
  cursor: pointer;
  border-radius: 8px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.0523656);
}
.my .content .content-body .list-group .list-group-item-after {
  color: #F0F0F0;
}
.my .content .content-body .list-group .list-group-item-after svg {
  width: 1rem;
  height: 1rem;
}
.my .content .content-body .my-icon {
  width: 2.5rem;
  height: 2.5rem;
  background-color: rgba(0, 167, 0, 0.15);
  border-radius: 8px;
  color: #00A700;
}
.my .content .content-body .log-out {
  height: var(--log-out-height);
}
.my .content .content-body .log-out .my-btn-div {
  width: 9.875rem;
  height: 2.8125rem;
}
.my .content .content-body .log-out .my-btn {
  width: 100%;
  height: 100%;
  border-radius: 4px;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.1875rem;
  letter-spacing: 0.119538px;
  border: none;
  color: #F37E22;
  background-color: rgba(243, 126, 34, 0.15);
}
.home-vs-away-v {
  height: var(--home-detail-home-vs-away);
  padding: 1.125rem 1.125rem;
  background: url(assets/images/home_vs_away_bg.svg) no-repeat;
  color: var(--casino-btn-color);
  background-color: #00A700;
  background-size: contain;
}
.home-vs-away-v .home-vs-away-v-body {
  background-color: rgba(0, 0, 0, 0.4);
  mix-blend-mode: normal;
  border-radius: 16px;
}
.home-vs-away-v .home-vs-away-header {
  column-gap: 8px;
  margin-bottom: 1.5rem;
  font-weight: 600;
  font-size: 0.625rem;
  line-height: 0.875rem;
  letter-spacing: 0.208333px;
  color: #FAFAFA;
}
.home-vs-away-v .home-vs-away-body {
  height: var(--home-vs-away-body-height);
  column-gap: 10px;
}
.home-vs-away-v .home-vs-away-body .home-vs-away-item {
  flex: 0 0 auto;
  width: calc(100% / 3);
  height: 100%;
}
.home-vs-away-v .home-vs-away-body .home-vs-away-item .team-logo {
  margin-bottom: 4px;
  margin: auto;
  height: 4rem;
  width: 4rem;
}
.home-vs-away-v .home-vs-away-body .home-vs-away-item .team-name {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.375rem;
  letter-spacing: 0.333333px;
  color: #FAFAFA;
}
.home-vs-away-v .home-vs-away-body .home-away {
  font-size: 2.25rem;
  width: 5rem;
  height: 2.5rem;
  background-color: #FFFF00;
  border-radius: 4px;
  font-weight: 900;
  font-size: 1.5rem;
  line-height: 2.0625rem;
  letter-spacing: 0.6px;
  color: #000000;
}
.home-detail {
  margin-top: calc(var(--header-height));
  padding-bottom: var(--footer-height);
}
.home-detail .vote-home-btn,
.home-detail .vote-x-btn,
.home-detail .vote-away-btn {
  --bs-btn-color: #000000;
  --bs-btn-border-color: #000000;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: transparent;
  --bs-btn-hover-border-color: #000000;
  --bs-btn-focus-shadow-rgb: 108, 117, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0AB32B;
  --bs-btn-active-border-color: #0AB32B;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000000;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #000000;
  --bs-gradient: none;
}
.home-detail .vote-btn-active {
  --bs-btn-active-bg: #0AB32B;
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-bg);
  color: #FAFAFA;
}
.home-detail .content .content-header {
  height: auto;
  border-radius: unset;
  padding-bottom: 8px;
  background-color: var(--bs-btn-active-bg);
}
.home-detail .content .content-header .home-x-away-vote {
  padding: 18px;
  padding-bottom: 6.25rem;
  background-color: rgba(0, 167, 0, 0.15);
}
.home-detail .content .content-header .home-x-away-vote .vote-title {
  height: 2.0625rem;
  font-weight: 900;
  font-size: 1.5rem;
  line-height: 2.0625rem;
  color: #00A700;
}
.home-detail .content .content-header .home-x-away-vote .vote-number-date {
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
}
.home-detail .content .content-header .home-x-away-vote .vote-number-date .vote-number,
.home-detail .content .content-header .home-x-away-vote .vote-number-date .vote-date {
  height: 0.9375rem;
  font-weight: 500;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  letter-spacing: 0.229167px;
  color: #333333;
}
.home-detail .content .content-header .home-x-away-vote .vote-action {
  margin-bottom: 0.25rem;
}
.home-detail .content .content-header .home-x-away-vote .vote-action .vote-action-item {
  flex: 0 0 auto;
  height: 100%;
  text-align: center;
}
.home-detail .content .content-header .home-x-away-vote .vote-action .vote-action-item button {
  width: var(--vote-action-item-width);
  font-size: 0.75rem;
  font-weight: 900;
}
.home-detail .content .content-header .home-x-away-vote .vote-action .vote-home button,
.home-detail .content .content-header .home-x-away-vote .vote-action .vote-away button {
  width: 7.5rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.home-detail .content .content-header .home-x-away-vote .vote-action .vote-x button {
  width: 4.5rem;
}
.home-detail .content .content-header .home-x-away-vote .vote-action-collapse {
  margin: 0px -18px;
}
.home-detail .content .content-header .home-x-away-vote .vote-action-collapse .vote-result-detail {
  background-color: var(--vote-result-detail-bg-color);
  padding: 4px 18px;
  padding-bottom: 16px;
}
.home-detail .content .content-header .home-x-away-vote .vote-action-collapse .vote-result-detail .vote-result-title {
  height: 1.6875rem;
  font-weight: 900;
  font-size: 1.25rem;
  line-height: 1.6875rem;
  letter-spacing: 0.5px;
  color: #FAFAFA;
}
.home-detail .content .content-header .home-x-away-vote .vote-action-collapse .vote-result-detail .vote-result-body .vote-result-item {
  height: var(--vote-result-item-height);
  column-gap: 0.625rem;
}
.home-detail .content .content-header .home-x-away-vote .vote-action-collapse .vote-result-detail .vote-result-body .vote-result-item .vote-result-item-title {
  height: 1rem;
  line-height: 1rem;
  font-size: 0.75rem;
  letter-spacing: 0.3px;
  color: #FAFAFA;
}
.home-detail .content .content-header .home-x-away-vote .vote-action-collapse .vote-result-detail .vote-result-body .vote-result-item .vote-result-info-item {
  height: 1.25rem;
  line-height: 1.1875rem;
  font-size: 0.875rem;
  letter-spacing: 0.35px;
  color: #000000;
}
.home-detail .content .content-header .home-x-away-vote .vote-action-collapse .vote-result-detail .vote-result-body .vote-result-item .info-center-input {
  height: 100%;
}
.home-detail .content .content-header .home-x-away-vote .vote-action-collapse .vote-result-detail .vote-result-body .vote-result-item .info-center-input input {
  height: 100%;
  font-size: 0.875rem;
  letter-spacing: 0.35px;
  font-weight: 800;
  color: #000000;
  border-radius: 3px;
  border: 1px solid var(--drowerline-bg-color);
}
.home-detail .content .content-header .home-x-away-vote .vote-action-collapse .vote-result-detail .vote-result-body .vote-result-item .info-center-input input:focus-visible {
  outline: none;
}
.home-detail .content .content-header .home-x-away-vote .vote-action-collapse .vote-result-detail .vote-result-body .vote-result-item .vote-result-item-title,
.home-detail .content .content-header .home-x-away-vote .vote-action-collapse .vote-result-detail .vote-result-body .vote-result-item .vote-result-info-item {
  font-weight: 800;
  flex: 0 0 auto;
  width: calc(100% / 3);
  height: 100%;
}
.home-detail .content .content-header .home-x-away-vote .vote-action-collapse .vote-result-detail .vote-result-body .vote-result-info .info-left .info-left-right {
  height: 100%;
  width: 80%;
  border: 1px solid var(--drowerline-bg-color);
  border-radius: 3px;
}
.home-detail .content .content-header .home-x-away-vote .vote-action-collapse .vote-result-detail .vote-result-body .vote-result-info .info-left .info-left-right .max-odds-value {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  height: 100%;
  width: calc(100%/2);
  background-color: #fff;
}
.home-detail .content .content-header .home-x-away-vote .vote-action-collapse .vote-result-detail .vote-result-body .vote-result-info .info-left .info-left-right .max-odds-logo {
  background-color: #E4E4E4;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  height: 100%;
  width: calc(100%/2);
  padding: 3px 6px;
}
.home-detail .content .content-header .home-x-away-vote .vote-action-collapse .vote-result-detail .vote-result-body .vote-result-info .info-left .info-left-right .max-odds-logo img {
  width: 100%;
  height: auto;
  z-index: 1;
}
.home-detail .content .content-header .home-x-away-vote .vote-action-collapse .vote-result-detail .vote-result-body .vote-result-info .info-center .info-center-input {
  width: 80%;
}
.home-detail .content .content-header .home-x-away-vote .vote-action-collapse .vote-result-detail .vote-result-body .vote-result-info .info-center .info-center-input input {
  width: 100%;
  border-radius: 3px;
  border: 1px solid var(--drowerline-bg-color);
}
.home-detail .content .content-header .home-x-away-vote .vote-action-collapse .vote-result-detail .vote-result-body .vote-result-info .info-right .info-right-result {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 80%;
  height: 100%;
  background-color: #fff;
  border: 1px solid var(--drowerline-bg-color);
  border-radius: 3px;
}
.home-detail .content .content-header .home-x-away-vote .vote-action-collapse .vote-result-detail .vote-result-body .vote-result-info .info-right .info-right-result span {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-detail .content .content-header .home-x-away-vote .vote-action-collapse .vote-result-detail .vote-result-body .vote-result-info .info-item-end {
  right: 0px;
  height: 1.1875rem;
  line-height: 1.1875rem;
  font-weight: 900;
  font-size: 0.875rem;
  color: #FAFAFA;
}
.home-detail .content .content-header .home-x-away-vote .vote-action-collapse .vote-result-detail .vote-result-bottem {
  font-size: 0.75rem;
  margin-top: 24px;
  background: #F37E22;
  border-radius: 4px;
}
.home-detail .content .content-header .home-x-away-vote .vote-action-collapse .vote-result-detail .vote-result-bottem button {
  color: #FAFAFA;
}
.home-detail .content .content-header .home-x-away-vote .vote-action-collapse .vote-result-detail .vote-result-bottem span {
  height: 1.375rem;
  line-height: 1.375rem;
  font-weight: 900;
  font-size: 1rem;
  letter-spacing: 0.136615px;
}
.home-detail .content .content-header .home-x-away-vote .vote-action-collapse .vote-result-detail .vote-result-bottem .vote-result-bottem-icon {
  right: 0.625rem;
  top: 0.25rem;
}
.home-detail .content .content-header .home-x-away-vote .vote-action-collapse .vote-result-detail .vote-result-bottem .vote-result-bottem-icon svg {
  width: 1rem;
  height: 1rem;
}
.home-detail .content .content-header .home-x-away-vote .vote-action-collapse .vote-prediction {
  padding: 0 18px;
}
.home-detail .content .content-header .home-x-away-vote .vote-action-collapse .vote-prediction .vote-prediction-item {
  flex: 0 0 auto;
  width: 6rem;
  height: 100%;
  border-radius: 4px;
  padding: 4px 8px;
}
.home-detail .content .content-header .home-x-away-vote .vote-action-collapse .vote-prediction .vote-prediction-item .prediction-title-text {
  height: var(--prediction-progress-height);
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.375rem;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: #FAFAFA;
}
.home-detail .content .content-header .home-x-away-vote .vote-action-collapse .vote-prediction .vote-prediction-title {
  margin-top: 12px;
  margin-bottom: 8px;
}
.home-detail .content .content-header .home-x-away-vote .vote-action-collapse .vote-prediction .vote-prediction-title .prediction-title {
  flex: 0 0 auto;
  width: 6rem;
  height: 0.875rem;
  line-height: 0.875rem;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.25px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.home-detail .content .content-header .home-x-away-vote .vote-action-collapse .vote-prediction .vote-prediction-title .prediction-home-title {
  color: var(--home-circle-bg-color);
}
.home-detail .content .content-header .home-x-away-vote .vote-action-collapse .vote-prediction .vote-prediction-title .prediction-x-title {
  color: #333333;
}
.home-detail .content .content-header .home-x-away-vote .vote-action-collapse .vote-prediction .vote-prediction-title .prediction-away-title {
  color: var(--away-circle-bg-color);
}
.home-detail .content .content-header .home-x-away-vote .vote-action-collapse .vote-prediction .vote-prediction-body .prediction-home {
  height: var(--prediction-progress-height);
  background-color: var(--home-circle-bg-color);
}
.home-detail .content .content-header .home-x-away-vote .vote-action-collapse .vote-prediction .vote-prediction-body .prediction-x {
  height: var(--prediction-progress-height);
  background-color: var(--x-circle-bg-color);
}
.home-detail .content .content-header .home-x-away-vote .vote-action-collapse .vote-prediction .vote-prediction-body .prediction-away {
  height: var(--prediction-progress-height);
  background-color: var(--away-circle-bg-color);
}
.home-detail .content .content-header .home-x-away-vote .vote-bottom-title {
  margin-top: 0.75rem;
  height: 1.1875rem;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.1875rem;
  letter-spacing: 0.291667px;
  color: #00A700;
}
.home-detail .content .content-header .home-x-away-vote .vote-bottom-title-collapse {
  margin-top: 0.75rem;
  height: 0.9375rem;
  font-weight: 400;
  font-size: 0.6875rem;
  line-height: 0.9375rem;
  letter-spacing: 0.229167px;
  color: #000000;
}
.home-detail .content .content-body {
  top: -7.375rem;
  background-color: var(--bs-btn-active-bg);
  padding: 0 8px;
}
.home-detail .content .content-body .recommend-odds {
  background-color: #fff;
}
.home-detail .content .content-body .recommend-odds .odds-title {
  height: 1.5rem;
  background: #F0F0F0;
  border: 1px solid #F0F0F0;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.0523656);
  border-radius: 4px 4px 0px 0px;
  font-weight: 800;
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 0.3px;
  color: #333333;
}
.home-detail .content .content-body .recommend-odds .odds-body-title {
  width: calc(var(--odds-values-width) + 0.75rem);
  right: 0px;
  column-gap: 8px;
  top: 2rem;
  padding-right: 12px;
}
.home-detail .content .content-body .recommend-odds .odds-body-title .odds-item {
  width: calc(100% / 3);
  height: 0.875rem;
  font-weight: 600;
  font-size: 0.625rem;
  line-height: 0.875rem;
  letter-spacing: 0.25px;
  color: #333333;
}
.home-detail .content .content-body .recommend-odds .odds-body {
  height: var(--home-detail-team--height);
  margin-top: 0.875rem;
  padding: 0 12px;
}
.home-detail .content .content-body .recommend-odds .odds-body .team {
  font-size: 0.75rem;
  width: auto;
}
.home-detail .content .content-body .recommend-odds .odds-body .team .team-home,
.home-detail .content .content-body .recommend-odds .odds-body .team .team-away {
  height: calc(100% / 2);
}
.home-detail .content .content-body .recommend-odds .odds-body .team .team-logo {
  width: 2rem;
  height: 2rem;
  text-align: center;
}
.home-detail .content .content-body .recommend-odds .odds-body .team .team-logo img {
  max-width: 100;
  max-height: 100%;
  height: 100%;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}
.home-detail .content .content-body .recommend-odds .odds-body .team .team-name {
  font-weight: 700;
  padding: 0 8px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 7.9rem;
}
.home-detail .content .content-body .recommend-odds .odds-body .odds-list {
  width: var(--odds-values-width);
  height: var(--home-detail-odds-list-height);
  column-gap: 0.5rem;
}
.home-detail .content .content-body .recommend-odds .odds-body .odds-list .odds-item {
  width: calc(100% / 3);
  height: 100%;
  border-radius: var(--odds-item-border-radius);
  cursor: pointer;
}
.home-detail .content .content-body .recommend-odds .odds-body .odds-list .odds-item .text_logo,
.home-detail .content .content-body .recommend-odds .odds-body .odds-list .odds-item .odds-value {
  height: calc(100% / 2);
}
.home-detail .content .content-body .recommend-odds .odds-body .odds-list .odds-item .text_logo {
  background-color: var(--text-logo-bg-color);
  border-top-left-radius: var(--odds-item-border-radius);
  border-top-right-radius: var(--odds-item-border-radius);
}
.home-detail .content .content-body .recommend-odds .odds-body .odds-list .odds-item .text_logo img {
  width: 100%;
  height: auto;
  z-index: 1;
}
.home-detail .content .content-body .recommend-odds .odds-body .odds-list .odds-item .odds-value {
  font-weight: 900;
  font-size: 0.875rem;
  line-height: 1.1875rem;
  letter-spacing: 0.35px;
  background-color: #F0F0F0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  color: #333333;
}
.home-detail .content .content-body .recommend-odds .odds-body-footer {
  margin: 0;
  padding: 4px 12px;
  background-color: rgba(151, 151, 151, 0.15);
}
.home-detail .content .content-body .recommend-odds .odds-body-footer .odds-body-footer-head {
  font-weight: 500;
  font-size: 0.625rem;
  line-height: 0.875rem;
  letter-spacing: 0.208333px;
}
.home-detail .content .content-body .recommend-odds .odds-body-footer .odds-body-footer-head .odds-body-footer-left {
  color: #008000;
}
.home-detail .content .content-body .recommend-odds .odds-body-footer .odds-body-footer-head .odds-body-footer-right .odds-list {
  width: var(--odds-values-width);
  column-gap: 0.5rem;
}
.home-detail .content .content-body .recommend-odds .odds-body-footer .odds-body-footer-head .odds-body-footer-right .odds-list .odds-item {
  width: calc(100% / 3);
  height: 100%;
  text-align: center;
  font-weight: 600;
}
.home-detail .content .content-body .recommend-odds .odds-body-footer .odds-body-footer-body {
  padding-bottom: 0.3125rem;
  font-size: 0.75rem;
}
.home-detail .content .content-body .recommend-odds .odds-body-footer .odds-body-footer-body .more-odds-item {
  height: var(--more-odds-item-height);
  margin: 0.3125rem 0 0;
}
.home-detail .content .content-body .recommend-odds .odds-body-footer .odds-body-footer-body .more-odds-item .platform-text-logo {
  width: 3.375rem;
  padding: 6px 0;
  height: 100%;
  width: 7.5rem;
  border-radius: 12px;
}
.home-detail .content .content-body .recommend-odds .odds-body-footer .odds-body-footer-body .more-odds-item .platform-text-logo img {
  max-height: 100%;
  height: 100%;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}
.home-detail .content .content-body .recommend-odds .odds-body-footer .odds-body-footer-body .more-odds-item .platform-name {
  font-size: 0.75rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: calc(100% - 3.375rem - var(--odds-values-width));
  height: 100%;
}
.home-detail .content .content-body .recommend-odds .odds-body-footer .odds-body-footer-body .more-odds-item .odds-list {
  height: 100%;
  width: var(--odds-values-width);
  column-gap: 0.5rem;
}
.home-detail .content .content-body .recommend-odds .odds-body-footer .odds-body-footer-body .more-odds-item .odds-list .odds-item {
  font-weight: 600;
  width: calc(100% / 3);
  height: 100%;
  text-align: center;
  border-radius: var(--odds-item-border-radius);
  height: 1.5rem;
  width: 3rem;
  background-color: var(--body-bg-color);
  border-radius: 4px;
  color: #333333;
  cursor: pointer;
}
.home-detail .content .content-body .pre-mathch-prediction {
  background-color: #fff;
  margin-top: 1rem;
}
.home-detail .content .content-body .pre-mathch-prediction .prediction-title {
  height: 1.5rem;
  background: #F0F0F0;
  border: 1px solid #F0F0F0;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.0523656);
  border-radius: 4px 4px 0px 0px;
  font-weight: 800;
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 0.3px;
  color: #333333;
}
.home-detail .content .content-body .pre-mathch-prediction .prediction-body {
  height: 9.125rem;
}
.home-detail .content .content-body .pre-mathch-prediction .prediction-body .probability {
  column-gap: 12px;
  padding: 4px 12px;
}
.home-detail .content .content-body .pre-mathch-prediction .prediction-body .probability .probability-item {
  width: 9rem;
  height: 4.75rem;
}
.home-detail .content .content-body .pre-mathch-prediction .prediction-body .probability .probability-item .probability-v {
  height: 1.75rem;
  font-weight: 900;
  font-size: 1.75rem;
  line-height: 2.375rem;
  letter-spacing: 0.7px;
  color: #333333;
}
.home-detail .content .content-body .pre-mathch-prediction .prediction-body .probability .probability-item .probability-n {
  margin-top: 0.5rem;
  height: 1.75rem;
  font-weight: 500;
  font-size: 0.625rem;
  line-height: 0.875rem;
  letter-spacing: 0.25px;
  color: #333333;
  padding: 0 22px;
}
.home-detail .content .content-body .pre-mathch-prediction .probability-prediction {
  height: 2.875rem;
  padding: 4px 8px;
}
.home-detail .content .content-body .pre-mathch-prediction .probability-prediction .probability-prediction-title {
  margin-top: 4px;
  margin-bottom: 8px;
}
.home-detail .content .content-body .pre-mathch-prediction .probability-prediction .probability-prediction-title .prediction-home-title,
.home-detail .content .content-body .pre-mathch-prediction .probability-prediction .probability-prediction-title .prediction-x-title,
.home-detail .content .content-body .pre-mathch-prediction .probability-prediction .probability-prediction-title .prediction-away-title {
  width: 6rem;
  height: 0.875rem;
  font-weight: 800;
  font-size: 0.625rem;
  line-height: 0.875rem;
  letter-spacing: 0.25px;
}
.home-detail .content .content-body .pre-mathch-prediction .probability-prediction .probability-prediction-title .prediction-home-title {
  color: #00A700;
}
.home-detail .content .content-body .pre-mathch-prediction .probability-prediction .probability-prediction-title .prediction-x-title {
  color: #333333;
}
.home-detail .content .content-body .pre-mathch-prediction .probability-prediction .probability-prediction-title .prediction-away-title {
  color: #F37E22;
}
.home-detail .content .content-body .pre-mathch-prediction .probability-prediction .probability-prediction-body {
  font-size: 0.875rem;
}
.home-detail .content .content-body .pre-mathch-prediction .probability-prediction .probability-prediction-body .prediction-item {
  border-radius: 4px;
}
.home-detail .content .content-body .pre-mathch-prediction .probability-prediction .probability-prediction-body .prediction-item .prediction-home-v,
.home-detail .content .content-body .pre-mathch-prediction .probability-prediction .probability-prediction-body .prediction-item .prediction-x-v,
.home-detail .content .content-body .pre-mathch-prediction .probability-prediction .probability-prediction-body .prediction-item .prediction-away-v {
  width: 6rem;
  height: 1.25rem;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.25rem;
  letter-spacing: 0.3px;
  color: #FAFAFA;
}
.home-detail .content .content-body .pre-mathch-prediction .probability-prediction .probability-prediction-body .prediction-home {
  background-color: var(--home-circle-bg-color);
}
.home-detail .content .content-body .pre-mathch-prediction .probability-prediction .probability-prediction-body .prediction-x {
  background-color: var(--x-circle-bg-color);
}
.home-detail .content .content-body .pre-mathch-prediction .probability-prediction .probability-prediction-body .prediction-away {
  background-color: var(--away-circle-bg-color);
}
.home-detail .content .content-body .fixture-h2h {
  margin-top: 1rem;
  background-color: #fff;
}
.home-detail .content .content-body .fixture-h2h .fixture-h2h-title {
  padding: 0 12px;
  height: 1.5rem;
  background: #F0F0F0;
  border: 1px solid #F0F0F0;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.0523656);
  border-radius: 4px 4px 0px 0px;
  line-height: 1rem;
  letter-spacing: 0.3px;
  color: #333333;
}
.home-detail .content .content-body .fixture-h2h .fixture-h2h-title .title {
  font-weight: 800;
  font-size: 0.75rem;
}
.home-detail .content .content-body .fixture-h2h .fixture-h2h-title .suffix-title {
  font-weight: 400;
  font-size: 0.5625rem;
}
.home-detail .content .content-body .fixture-h2h .fixture-h2h-subtitle {
  padding-left: 12px;
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  height: 0.75rem;
  font-weight: 400;
  font-size: 0.5625rem;
  line-height: 0.75rem;
  letter-spacing: 0.1875px;
  color: #333333;
}
.home-detail .content .content-body .fixture-h2h .fixture-h2h-body {
  padding: 0 12px;
}
.home-detail .content .content-body .fixture-h2h .fixture-h2h-body .win-chart {
  height: var(--win-chart-left-height);
}
.home-detail .content .content-body .fixture-h2h .fixture-h2h-body .win-chart .win-chart-left {
  width: 100%;
}
.home-detail .content .content-body .fixture-h2h .fixture-h2h-body .win-chart .win-chart-left,
.home-detail .content .content-body .fixture-h2h .fixture-h2h-body .win-chart .win-chart-right {
  height: 100%;
}
.home-detail .content .content-body .fixture-h2h .fixture-h2h-body .fixture-h2h-content {
  font-size: 0.625rem;
}
.home-detail .content .content-body .fixture-h2h .fixture-h2h-body .fixture-h2h-content .header {
  color: var(--home-detail-h2h-content-head-color);
  margin-bottom: 0.1875rem;
}
.home-detail .content .content-body .fixture-h2h .fixture-h2h-body .fixture-h2h-content .content {
  height: var(--home-detail-h2h-content-date-league-height);
}
.home-detail .content .content-body .fixture-h2h .fixture-h2h-body .fixture-h2h-content .content .content-left {
  width: 6rem;
  border-radius: 4px;
  background-color: rgba(0, 167, 0, 0.15);
  padding: 6px 8px;
  font-weight: 400;
  font-size: 0.625rem;
  letter-spacing: 0.208333px;
  color: #333333;
}
.home-detail .content .content-body .fixture-h2h .fixture-h2h-body .fixture-h2h-content .content .content-right {
  width: calc(100% - 6rem);
}
.home-detail .content .content-body .fixture-h2h .fixture-h2h-body .fixture-h2h-content .content .content-right .content-right-home,
.home-detail .content .content-body .fixture-h2h .fixture-h2h-body .fixture-h2h-content .content .content-right .content-right-away {
  width: 4rem;
  row-gap: 1px;
}
.home-detail .content .content-body .fixture-h2h .fixture-h2h-body .fixture-h2h-content .content .content-right .content-right-goal {
  width: 3.5rem;
  height: 2rem;
  background: #FAFAFA;
  font-weight: 500;
  font-size: 1rem;
  color: #333333;
  letter-spacing: 2px;
}
.home-detail .content .content-body .fixture-h2h .fixture-h2h-body .fixture-h2h-content .content .content-right .content-right-goal .win {
  font-weight: 900;
}
.home-detail .content .content-body .fixture-h2h .fixture-h2h-body .fixture-h2h-content .team_home-logo,
.home-detail .content .content-body .fixture-h2h .fixture-h2h-body .fixture-h2h-content .team_away-logo {
  height: 1.5rem;
}
.home-detail .content .content-body .fixture-h2h .fixture-h2h-body .fixture-h2h-content .team_home-logo img,
.home-detail .content .content-body .fixture-h2h .fixture-h2h-body .fixture-h2h-content .team_away-logo img {
  max-height: 100%;
  height: 100%;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}
.home-detail .content .content-body .fixture-h2h .fixture-h2h-body .fixture-h2h-content .league-name,
.home-detail .content .content-body .fixture-h2h .fixture-h2h-body .fixture-h2h-content .team_home-name,
.home-detail .content .content-body .fixture-h2h .fixture-h2h-body .fixture-h2h-content .team_away-name {
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.home-detail .content .content-body .fixture-h2h .fixture-h2h-body .fixture-h2h-content .team_home-name,
.home-detail .content .content-body .fixture-h2h .fixture-h2h-body .fixture-h2h-content .team_away-name {
  font-weight: 700;
  font-size: 0.625rem;
  height: 0.875rem;
  line-height: 0.875rem;
  letter-spacing: 0.208333px;
  color: #000000;
}
.football-detail {
  margin-top: calc(var(--header-height));
  padding-bottom: var(--footer-height);
}
.football-detail .content .content-header {
  height: auto;
  border-radius: unset;
  padding-bottom: 8px;
  background-color: var(--bs-btn-active-bg);
}
.football-detail .content .content-header .home-x-away-vote {
  padding: 10px;
  height: 8rem;
}
.football-detail .content .content-header .home-x-away-vote .vote-title {
  height: 2.0625rem;
  line-height: 2.0625rem;
  font-weight: 900;
  font-size: 1.5rem;
}
.football-detail .content .content-header .home-x-away-vote .vote-subtitle {
  height: 1.375rem;
  line-height: 1.375rem;
  font-weight: 900;
  font-size: 1rem;
  letter-spacing: 0.333333px;
  margin-top: 0.5rem;
}
.football-detail .content .content-header .home-x-away-vote .vote-content {
  height: 1.75rem;
  line-height: 0.875rem;
  font-weight: 400;
  font-size: 0.625rem;
  letter-spacing: 0.208333px;
  margin-top: 1rem;
}
.football-detail .content .content-header .home-x-away-vote .vote-content p {
  width: 18.25rem;
  margin: auto;
}
.football-detail .content .content-header .home-x-away-vote-win {
  background: url(assets/images/Result-Win.svg) no-repeat;
  background-size: contain;
}
.football-detail .content .content-header .home-x-away-vote-win .vote-title {
  color: #00A700;
}
.football-detail .content .content-header .home-x-away-vote-win .vote-subtitle {
  color: #000000;
}
.football-detail .content .content-header .home-x-away-vote-win .vote-content {
  color: #333333;
}
.football-detail .content .content-header .home-x-away-vote-lose {
  background: url(assets/images/Result-Loose.svg) no-repeat;
  background-size: contain;
}
.football-detail .content .content-header .home-x-away-vote-lose .vote-title {
  color: #E1435B;
}
.football-detail .content .content-header .home-x-away-vote-lose .vote-content {
  color: #333333;
}
.football-detail .content .content-body {
  margin-top: 0;
  background-color: var(--bs-btn-active-bg);
  padding: 0 8px;
}
.football-detail .content .content-body .odds-result {
  background-color: #fff;
}
.football-detail .content .content-body .odds-result .odds-title {
  height: 1.5rem;
  background: #F0F0F0;
  border: 1px solid #F0F0F0;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.0523656);
  border-radius: 4px 4px 0px 0px;
  font-weight: 800;
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 0.3px;
  color: #333333;
}
.football-detail .content .content-body .odds-result .odds-body-title {
  width: calc(var(--odds-values-width) + 0.75rem);
  right: 0px;
  column-gap: 8px;
  top: 2rem;
  padding-right: 12px;
}
.football-detail .content .content-body .odds-result .odds-body-title .odds-item {
  width: calc(100% / 3);
  height: 0.875rem;
  font-weight: 600;
  font-size: 0.625rem;
  line-height: 0.875rem;
  letter-spacing: 0.25px;
  color: #333333;
}
.football-detail .content .content-body .odds-result .odds-body {
  height: var(--home-detail-team--height);
  margin-top: 0.875rem;
  padding: 0 12px;
}
.football-detail .content .content-body .odds-result .odds-body .team {
  font-size: 0.75rem;
  width: auto;
}
.football-detail .content .content-body .odds-result .odds-body .team .team-home,
.football-detail .content .content-body .odds-result .odds-body .team .team-away {
  height: calc(100% / 2);
}
.football-detail .content .content-body .odds-result .odds-body .team .team-logo {
  width: 2rem;
  height: 2rem;
  text-align: center;
}
.football-detail .content .content-body .odds-result .odds-body .team .team-logo img {
  max-width: 100;
  max-height: 100%;
  height: 100%;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}
.football-detail .content .content-body .odds-result .odds-body .team .team-name {
  font-weight: 700;
  padding: 0 8px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 7.9rem;
}
.football-detail .content .content-body .odds-result .odds-body .odds-list {
  width: var(--odds-values-width);
  height: var(--home-detail-odds-list-height);
  column-gap: 0.5rem;
}
.football-detail .content .content-body .odds-result .odds-body .odds-list .odds-item {
  width: calc(100% / 3);
  height: 100%;
  border: 1px solid var(--drowerline-bg-color);
  border-radius: var(--odds-item-border-radius);
  cursor: pointer;
}
.football-detail .content .content-body .odds-result .odds-body .odds-list .odds-item .text_logo,
.football-detail .content .content-body .odds-result .odds-body .odds-list .odds-item .odds-value {
  height: calc(100% / 2);
}
.football-detail .content .content-body .odds-result .odds-body .odds-list .odds-item .text_logo {
  background-color: var(--text-logo-bg-color);
  border-top-left-radius: var(--odds-item-border-radius);
  border-top-right-radius: var(--odds-item-border-radius);
}
.football-detail .content .content-body .odds-result .odds-body .odds-list .odds-item .text_logo img {
  width: 100%;
  height: auto;
  z-index: 1;
}
.football-detail .content .content-body .odds-result .odds-body .odds-list .odds-item .odds-value {
  font-weight: 900;
  font-size: 0.875rem;
  line-height: 19px;
  letter-spacing: 0.35px;
  color: #333333;
}
.football-detail .content .content-body .odds-result .odds-body-footer {
  margin: 0;
  padding: 4px 12px;
  background-color: rgba(151, 151, 151, 0.15);
}
.football-detail .content .content-body .odds-result .odds-body-footer .odds-body-footer-head {
  font-weight: 500;
  font-size: 0.625rem;
  line-height: 0.875rem;
  letter-spacing: 0.208333px;
}
.football-detail .content .content-body .odds-result .odds-body-footer .odds-body-footer-head .odds-body-footer-left {
  color: #008000;
}
.football-detail .content .content-body .odds-result .odds-body-footer .odds-body-footer-head .odds-body-footer-right .odds-list {
  width: var(--odds-values-width);
  column-gap: 0.5rem;
}
.football-detail .content .content-body .odds-result .odds-body-footer .odds-body-footer-head .odds-body-footer-right .odds-list .odds-item {
  width: calc(100% / 3);
  height: 100%;
  text-align: center;
  font-weight: 600;
}
.football-detail .content .content-body .odds-result .odds-body-footer .odds-body-footer-body {
  padding-bottom: 5px;
  font-size: 0.75rem;
}
.football-detail .content .content-body .odds-result .odds-body-footer .odds-body-footer-body .more-odds-item {
  height: var(--more-odds-item-height);
  margin: 0.3125rem 0 0;
}
.football-detail .content .content-body .odds-result .odds-body-footer .odds-body-footer-body .more-odds-item .platform-text-logo {
  width: 3.375rem;
  padding: 6px 0;
  height: 100%;
  width: 7.5rem;
  border-radius: 12px;
}
.football-detail .content .content-body .odds-result .odds-body-footer .odds-body-footer-body .more-odds-item .platform-text-logo img {
  max-height: 100%;
  height: 100%;
  width: auto;
  max-width: 100%;
  object-fit: contain;
}
.football-detail .content .content-body .odds-result .odds-body-footer .odds-body-footer-body .more-odds-item .platform-name {
  font-size: 0.75rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: calc(100% - 54px - var(--odds-values-width));
  height: 100%;
}
.football-detail .content .content-body .odds-result .odds-body-footer .odds-body-footer-body .more-odds-item .odds-list {
  height: 100%;
  width: var(--odds-values-width);
  column-gap: 0.5rem;
}
.football-detail .content .content-body .odds-result .odds-body-footer .odds-body-footer-body .more-odds-item .odds-list .odds-item {
  font-weight: 600;
  width: calc(100% / 3);
  height: 100%;
  text-align: center;
  border-radius: var(--odds-item-border-radius);
  height: 1.5rem;
  width: 3rem;
  background-color: var(--body-bg-color);
  border-radius: 4px;
  color: #333333;
  cursor: pointer;
}
.betting-insights,
.terms_and_conditions,
.privacy_policy,
.about_us,
.faq,
.rersponsible_gambling {
  padding: 0.5rem;
  margin-top: calc(var(--header-height));
  padding-bottom: var(--footer-height);
}
.betting-insights {
  --bg-color: #f5f6f7;
  background-color: #fff;
  line-height: 1.75rem;
  font-family: var(--betting-insights-font-family);
}
.betting-insights ol,
.betting-insights ul {
  padding-left: 20px;
}
.betting-insights .span_bg {
  background-color: var(--bg-color, #f5f6f7);
  border: 1px solid #dee0e3;
}
.terms_and_conditions {
  background-color: #fff;
  line-height: 1.75rem;
  font-family: var(--betting-insights-font-family);
}
.terms_and_conditions ol,
.terms_and_conditions ul {
  padding-left: 20px;
}
.privacy_policy {
  background-color: #fff;
  line-height: 1.75rem;
  font-family: var(--betting-insights-font-family);
}
.privacy_policy ol,
.privacy_policy ul {
  padding-left: 20px;
}
.about_us {
  background-color: #fff;
  line-height: 1.75rem;
  font-family: var(--betting-insights-font-family);
}
.about_us ol,
.about_us ul {
  padding-left: 20px;
}
.about_us .email::after {
  margin-left: 2px;
  content: "*";
  color: #FC8181;
}
.faq {
  background-color: #fff;
  line-height: 1.75rem;
  font-family: var(--betting-insights-font-family);
}
.faq ol,
.faq ul {
  padding-left: 20px;
}
.rersponsible_gambling {
  background-color: #fff;
  line-height: 1.75rem;
  font-family: var(--betting-insights-font-family);
}
.rersponsible_gambling ol,
.rersponsible_gambling ul {
  padding-left: 20px;
}
.rersponsible_gambling .email {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
}
footer {
  height: var(--footer-height);
  background-color: var(--default-bg);
}
footer .footer-item {
  cursor: pointer;
}
footer a {
  color: var(--bs-secondary-color);
}
footer .active {
  color: #00A700;
}
@media (max-width: 411px) {
  footer {
    font-size: 0.875rem;
  }
}
@media (min-width: 412px) {
  footer {
    font-size: large;
  }
}
