/*!************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/match-center-critical.scss ***!
  \************************************************************************************************************************************************************************/
@charset "UTF-8";
body .scroll-to-top {
  z-index: 5;
}

.match-center {
  font-family: "Kanit", sans-serif;
  margin-bottom: 20px;
}
.match-center .predictions p {
  margin: unset;
}
.match-center__top:has(.mc-tabs--default) + .predictions {
  margin-top: 30px;
}
.match-center__header {
  background-color: var(--hero-background);
  padding-block: 30px;
  margin-bottom: 24px;
  color: var(--hero-text-color);
}
.match-center__header a {
  color: var(--hero-link-color);
}
.match-center__header a:hover {
  color: var(--hero-link-color-hover);
}
@media (max-width: 834px) {
  .match-center__header {
    padding: 8px 0 16px;
    margin-bottom: 16px;
  }
}
.match-center__header .match-center__description {
  padding: 0;
}
.match-center__title {
  font-family: "Kanit", sans-serif;
  padding: 16px 0 8px;
  font-size: 32px;
}
@media (min-width: 769px) {
  .match-center__title {
    font-size: 42px;
  }
}
.match-center__title:last-child {
  padding-bottom: 0;
}
@media (max-width: 834px) {
  .match-center__title {
    font-size: 30px;
    line-height: 45.6px;
    font-weight: 600;
  }
}
.match-center__description {
  padding: 32px 0;
}
@media (max-width: 834px) {
  .match-center__description {
    padding: 16px 0;
  }
}
.match-center__description, .match-center__description > .container {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.match-center__description > *:not(:last-child), .match-center__description > .container > *:not(:last-child) {
  margin-bottom: 16px;
}
.match-center__description > :where(h1, h2, h3, h4, h5, h6), .match-center__description > .container > :where(h1, h2, h3, h4, h5, h6) {
  margin-bottom: 20px;
}
.match-center__description > h1, .match-center__description > .container > h1 {
  font-size: 34px;
  line-height: 48px;
  font-weight: 700;
}
.match-center__description > h2, .match-center__description > .container > h2 {
  font-size: 30px;
  line-height: 45.6px;
  font-weight: 700;
}
.match-center__description > h3, .match-center__description > .container > h3 {
  font-size: 24px;
  line-height: 38.4px;
  font-weight: 700;
}
.match-center__description > ul, .match-center__description > ol, .match-center__description > .container > ul, .match-center__description > .container > ol {
  margin-left: 20px;
}
.match-center__leagues {
  margin-top: 8px;
}
.match-center .mc-periods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.match-center .mc-periods__link {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  border: none;
  letter-spacing: -0.03em;
  min-width: 200px;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  border-radius: var(--border-radius-small);
  background-color: var(--inactive-tab);
  color: var(--inactive-tab-text-color);
  text-align: center;
}
.match-center .mc-periods__link.active-link {
  background-color: var(--active-tab);
  color: var(--active-tab-text-color);
}
.match-center .mc-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
  margin-bottom: 20px;
}
.match-center .mc-tabs--default {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.match-center .mc-tabs__link {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 17px 24px;
  background-color: transparent;
  border: none;
  letter-spacing: -0.03em;
  min-width: 200px;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  border-radius: var(--border-radius);
  background-color: var(--inactive-tab);
  color: var(--inactive-tab-text-color);
  width: 100%;
  text-align: center;
}
.match-center .mc-tabs__link.active-link {
  background-color: var(--active-tab);
  color: var(--active-tab-text-color);
}
@media (max-width: 340px) {
  .match-center .mc-tabs__link {
    padding: 17px 22px;
  }
}
.match-center .mc-tabs__group {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 5px;
}
.match-center .mc-tabs__group--sport {
  position: relative;
}
@media (min-width: 769px) {
  .match-center .mc-tabs__group--sport {
    grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
  }
  .match-center .mc-tabs__group--sport::before {
    display: none;
  }
}
.match-center .mc-tabs__group--sport::before {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 1px;
  border-top: 1px solid currentColor;
  opacity: 0.1;
}
.match-center .mc-tabs__group--sport > .mc-tabs__tab {
  border-radius: var(--border-radius);
  font-size: 14px;
}
.match-center .mc-tabs__tab {
  border: 0px;
  outline: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 9.5px;
  border-radius: var(--border-radius-large);
  -webkit-box-shadow: var(--shadow);
          box-shadow: var(--shadow);
  background-color: var(--inactive-tab);
  color: var(--inactive-tab-text-color);
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: var(--letter-spacing);
  white-space: nowrap;
  text-transform: capitalize;
}
@media (min-width: 769px) {
  .match-center .mc-tabs__tab {
    font-size: 20px;
  }
}
.match-center .mc-tabs__tab.active-tab {
  background-color: var(--active-tab);
  color: var(--active-tab-text-color);
}
.match-center__nothing-found-message {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity var(--transition-duration);
  transition: opacity var(--transition-duration);
}
.match-center__nothing-found-message--show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}
.match-center .live-badge {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  color: var(--hero-live-color);
}
.match-center .live-badge::after {
  content: "●";
  position: relative;
  display: inline-block;
}
.match-center .mc-leagues__list,
.match-center .mc-filters {
  position: relative;
  overflow-x: scroll;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  list-style: none;
  padding: 0 0 10px;
  margin: 0 0 -10px;
  overflow-x: auto;
}
.match-center .mc-leagues__list::-webkit-scrollbar-track,
.match-center .mc-filters::-webkit-scrollbar-track {
  background-color: #EAECF0;
  border-radius: 3px;
}
.match-center .mc-leagues__list::-webkit-scrollbar,
.match-center .mc-filters::-webkit-scrollbar {
  height: 4px;
  background-color: #F5F5F5;
}
.match-center .mc-leagues__list::-webkit-scrollbar-thumb,
.match-center .mc-filters::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #667085;
}
.match-center .mc-leagues__item {
  margin: 0;
  padding: 0;
}
.match-center .mc-leagues__item:before, .match-center .mc-leagues__item:after {
  content: none;
}
.match-center .mc-leagues__item.league:has(a.active):not(:last-child) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.match-center .mc-leagues__item.league:has(a.active):not(:last-child):after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: var(--main-border-color);
  display: block;
  position: relative;
}
.match-center .mc-leagues__link,
.match-center .mc-filter {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: var(--filters-text-color);
  padding: 4px 16px;
  background: var(--filters-background);
  border-radius: var(--rad);
  white-space: nowrap;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  border-radius: var(--border-radius-small);
  cursor: pointer;
}
.match-center .mc-leagues__link.active,
.match-center .mc-filter.active {
  color: var(--filters-text-color-active);
  background: var(--filters-background-active);
}
.match-center .mc-leagues__link.active svg,
.match-center .mc-filter.active svg {
  display: block;
  pointer-events: none;
}
.match-center .mc-leagues__link.active svg path,
.match-center .mc-filter.active svg path {
  stroke: var(--filters-text-color-active);
}
.match-center .mc-leagues__link svg,
.match-center .mc-filter svg {
  display: none;
}
.match-center img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.match-center .mc-accent-button {
  display: block;
  padding: 11px;
  background: var(--accent-btn-bg);
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  text-decoration: none;
  color: var(--accent-btn-text);
  border-radius: var(--accent-btn-radius);
  border: var(--accent-btn-border-width) solid var(--accent-btn-bg);
  -webkit-transition: 250ms all;
  transition: 250ms all;
}
.match-center .mc-accent-button:hover {
  background: var(--accent-btn-bg-hover);
  color: var(--accent-btn-text-hover);
}

.match-center.match-center-block * {
  margin: 0;
}
.match-center.match-center-block .match-center__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.match-center:not(.match-center-block) .predictions__header {
  font-size: 30px;
  line-height: 45.6px;
  font-weight: 700;
  font-family: "Kanit", sans-serif;
}

.match-center .predictions {
  display: grid;
  row-gap: 34px;
  margin-top: 50px;
}
.match-center .predictions__header {
  width: 100%;
  font-family: "Kanit", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.72px;
  text-transform: capitalize;
  margin-block: 0px 10px;
}
@media (min-width: 769px) {
  .match-center .predictions__header {
    font-size: 28px;
  }
}
@media (max-width: 834px) {
  .match-center .predictions__header {
    margin-bottom: 24px;
  }
}
.match-center .predictions__header:after {
  content: none;
}
.match-center .predictions__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 32px;
}
@media (max-width: 1100px) {
  .match-center .predictions__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 750px) {
  .match-center .predictions__wrapper {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
@media (max-width: 834px) {
  .match-center .predictions {
    margin-top: 48px;
  }
}
.match-center .prediction-card {
  border: 1px solid var(--main-border-color);
  background-color: var(--main-card-bg-color);
  border-radius: var(--rad);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 100%;
}
.match-center .prediction-card:has(.prediction-card__badge) .prediction-card__header {
  padding-top: 54px;
}
.match-center .prediction-card__badge-wrapper {
  position: absolute;
  top: 16px;
  left: 0;
}
.match-center .prediction-card__badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  background: -webkit-gradient(linear, right top, left top, from(var(--prediction-card-badge-bg-1)), to(var(--prediction-card-badge-bg-2)));
  background: linear-gradient(270deg, var(--prediction-card-badge-bg-1) 0%, var(--prediction-card-badge-bg-2) 100%);
  padding: 4px 3px 4px 0;
  color: #fff;
  text-align: center;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  line-height: 20px;
  position: relative;
  height: 34px;
}
.match-center .prediction-card__badge:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 34px;
  background: var(--prediction-card-badge-bg-1);
  position: absolute;
  top: 0;
  right: -9px;
  -webkit-clip-path: polygon(56% 0, 75% 0%, 100% 50%, 75% 100%, 56% 100%);
          clip-path: polygon(56% 0, 75% 0%, 100% 50%, 75% 100%, 56% 100%);
}
.match-center .prediction-card__badge:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 45px;
  -webkit-clip-path: path("M15 0C12.384 2.09642e-05 10.7566 5.84575e-05 9.50897 0.000123402C7.85927 0.000209277 6.17943 0.334913 4.90529 1.3828C0.801222 4.75809 0 10.5672 0 24.4424V38.4831L4.63731 36.134L9.5 33.9999H15.0124V31.4999L15.0126 24.9999C15.0126 14.6897 15.0075 9.4333 15.0038 5.60758C15.0017 3.50695 15.0001 1.83768 15 0ZM17.2618 33.9999L50 34H91V33.9999H53.9047H17.2618Z");
          clip-path: path("M15 0C12.384 2.09642e-05 10.7566 5.84575e-05 9.50897 0.000123402C7.85927 0.000209277 6.17943 0.334913 4.90529 1.3828C0.801222 4.75809 0 10.5672 0 24.4424V38.4831L4.63731 36.134L9.5 33.9999H15.0124V31.4999L15.0126 24.9999C15.0126 14.6897 15.0075 9.4333 15.0038 5.60758C15.0017 3.50695 15.0001 1.83768 15 0ZM17.2618 33.9999L50 34H91V33.9999H53.9047H17.2618Z");
  background: var(--prediction-card-badge-bg-2);
  position: absolute;
  top: 0;
  left: -15px;
}
.match-center .prediction-card__badge img {
  height: 24px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.match-center .prediction-card__badge-bg-part {
  display: inline-block;
  width: 15px;
  height: 19px;
  -webkit-clip-path: path("M15 0.560547V19.6539C13.076 19.6046 8.57062 19.2816 4.33327 16.8974C2.23716 15.7175 0.863269 14.4967 0 13.5002V0.560547H15Z");
          clip-path: path("M15 0.560547V19.6539C13.076 19.6046 8.57062 19.2816 4.33327 16.8974C2.23716 15.7175 0.863269 14.4967 0 13.5002V0.560547H15Z");
  background: var(--prediction-card-badge-bg-2);
  position: absolute;
  bottom: -12px;
  left: -15px;
  -webkit-filter: brightness(50%);
          filter: brightness(50%);
}
.match-center .prediction-card__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 1;
}
.match-center .prediction-card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  padding: 18px 16px 8px;
}
.match-center .prediction-card__name {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: var(--main-text-color-main);
  text-align: center;
  margin: 0;
}
.match-center .prediction-card__name a {
  text-decoration: none;
  color: inherit;
}
.match-center .prediction-card__title {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: var(--main-text-color-sub);
  margin: 0;
}
.match-center .prediction-card__title svg path {
  stroke: var(--main-text-color-sub);
}
.match-center .prediction-card__date {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: var(--main-text-color-main);
  width: 100%;
  margin-bottom: 4px;
  position: relative;
}
.match-center .prediction-card__date time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.match-center .prediction-card .prediction-teams__team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.match-center .prediction-card .prediction-teams__team:not(:last-child) {
  margin-bottom: 12px;
}
.match-center .prediction-card .prediction-teams__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  padding: 4px;
  width: 24px;
  background-color: var(--main-team-logo-bg);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.match-center .prediction-card .prediction-teams__name {
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
  color: var(--main-text-color-main);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.match-center .prediction-card .prediction-teams__name svg path {
  fill: var(--main-active-team-icon);
}
.match-center .prediction-card .prediction-teams__info {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  text-align: center;
  color: var(--main-text-color-sub);
}
.match-center .prediction-card .prediction-teams__result {
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  color: var(--main-text-color-main);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: end;
}
.match-center .prediction-card .prediction-teams__description {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: var(--main-text-color-sub);
  margin-top: 16px;
}
.match-center .prediction-card__live, .match-center .prediction-card__results, .match-center .prediction-card__upcoming {
  padding: 12px 16px;
  border-top: 1px solid var(--main-border-color);
  height: 100%;
}
.match-center .prediction-card__live:not(:last-child), .match-center .prediction-card__results:not(:last-child), .match-center .prediction-card__upcoming:not(:last-child) {
  border-bottom: 1px solid var(--main-border-color);
}
.match-center .prediction-card__upcoming {
  padding: 8px 16px;
  margin-top: auto;
  height: initial;
}
.match-center .prediction-card__upcoming .prediction-teams {
  display: grid;
  gap: 8px;
  grid-template-columns: 1fr auto 1fr;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px;
}
.match-center .prediction-card__upcoming .prediction-teams__team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin-bottom: 0;
}
.match-center .prediction-card__upcoming .prediction-teams__name {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
}
.match-center .prediction-card__upcoming .prediction-teams__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  padding: 16px;
  width: 69px;
  background-color: var(--main-team-logo-bg);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.match-center .prediction-card__upcoming .prediction-teams__time {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: var(--main-text-color-main);
}
.match-center .prediction-card__match-details {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 8px;
  padding: 8px 16px 16px;
}
.match-center .prediction-card__match-details .links-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.match-center .prediction-card__match-details__link {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: var(--filters-text-color);
  background: var(--filters-background);
  border-radius: var(--rad);
  padding: 4px;
  text-decoration: none;
  width: 100%;
  text-align: center;
}
.match-center .prediction-card__match-details .make-bet-btn {
  width: 100%;
  padding: 10px;
  outline: none;
  margin: 0;
  text-align: center;
}
.match-center .prediction-card__odds-wrapper {
  z-index: 2;
  display: grid;
  gap: 16px;
  padding: 12px 16px;
}
.match-center .prediction-card__odds-wrapper .odds-cell {
  background: var(--odds-center-coef-bg, #F2F4F7);
  border-radius: 8px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.match-center .prediction-card__odds-wrapper .odds-cell .value {
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  color: var(--odds-center-coef-subtext, #000000);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.match-center .prediction-card__odds-wrapper .odds-cell .coef {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: var(--odds-center-market-name, #000000);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.match-center .prediction-card__odds-wrapper .odds-cell.has-coef .coef {
  color: var(--odds-center-coef-text, #000000);
}
.match-center .prediction-card__odds-wrapper .odds-cell.has-coef:hover {
  background: var(--odds-center-coef-bg-hover, #EAECF0);
}
.match-center .prediction-card__odds-wrapper .odds-cell.has-coef:hover .value {
  color: var(--odds-center-coef-subtext-hover, rgb(255, 255, 255));
}
.match-center .prediction-card__odds-wrapper .odds-cell.has-coef:hover .coef {
  color: var(--odds-center-coef-text-hover, rgb(255, 255, 255));
}
.match-center .prediction-card__odds-wrapper .main-odds {
  display: grid;
  gap: inherit;
  grid-template-columns: 1fr 1fr;
}
.match-center .prediction-card__odds-wrapper .main-odds .bk-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  grid-column: 1/3;
}
.match-center .prediction-card__odds-wrapper .main-odds .bk-info_logo {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2px;
  background-color: var(--site-color, transparent);
  border-radius: 50%;
}
.match-center .prediction-card__odds-wrapper .main-odds .bk-info_title {
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  color: var(--odds-center-team-name);
}
.match-center .prediction-card__odds-wrapper .main-odds .odds-cell {
  padding: 12px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.match-center .prediction-card__odds-wrapper .main-odds .odds-cell .value {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.match-center .prediction-card__odds-wrapper .additional-odds {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: inherit;
}
.match-center .prediction-card__odds-wrapper .additional-odds .odds-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 62px;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
  row-gap: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.match-center .prediction-card__odds-wrapper .additional-odds .odds-column__title {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: var(--odds-center-market-name);
  grid-column: 1/3;
  text-align: center;
}
.match-center .prediction-card__odds-wrapper .additional-odds .odds-column .odds-cell {
  padding: 8px;
  display: grid;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  height: 100%;
}
.match-center .prediction-card__odds-wrapper .additional-odds .odds-column .odds-cell:not(.has-coef) .value {
  display: none;
}
.match-center .prediction-card__odds-wrapper .odds-btn {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 10px 18px;
  border: none;
  margin: 0;
  width: 100%;
  text-align: center;
}
.match-center .prediction-card__odds-wrapper .odds-btn_disabled {
  background: #F2F4F7;
  border-color: #F2F4F7;
  color: #475467;
  pointer-events: none;
}
@media (max-width: 750px) {
  .match-center .prediction-card .prediction-card__title {
    text-align: center;
  }
  .match-center .prediction-card .prediction-card__upcoming .prediction-teams {
    padding: 0 9px;
  }
}
@media (max-width: 340px) {
  .match-center .prediction-card .prediction-card__upcoming .prediction-teams {
    padding: 0;
  }
}
.match-center .prediction-card.prediction-card__accent {
  border: 1px solid var(--accent-card-color, var(--main-border-color));
  background-color: var(--accent-card-color, var(--main-card-bg-color));
}
.match-center .prediction-card.prediction-card__accent .prediction-card__date,
.match-center .prediction-card.prediction-card__accent .prediction-card__name,
.match-center .prediction-card.prediction-card__accent .prediction-card__title,
.match-center .prediction-card.prediction-card__accent .prediction-teams__name,
.match-center .prediction-card.prediction-card__accent .prediction-teams__result,
.match-center .prediction-card.prediction-card__accent .prediction-teams__time,
.match-center .prediction-card.prediction-card__accent .prediction-teams__info,
.match-center .prediction-card.prediction-card__accent .prediction-card__match-details__link,
.match-center .prediction-card.prediction-card__accent .prediction-card__profit-title,
.match-center .prediction-card.prediction-card__accent .prediction-card__profit-winner {
  color: var(--accent-card-text-color, var(--main-text-color-main));
}
.match-center .prediction-card.prediction-card__accent .prediction-card__profit-winner:before {
  background: var(--accent-card-text-color, var(--main-text-color-main));
}
.match-center .prediction-card.prediction-card__accent .prediction-card__accent__logo {
  pointer-events: none;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
  max-width: 82px;
  margin-right: auto;
}
.match-center .prediction-card.prediction-card__accent .prediction-teams__name svg path,
.match-center .prediction-card.prediction-card__accent .prediction-card__title svg path {
  stroke: var(--accent-card-text-color, var(--main-text-color-main));
}
.match-center .prediction-card.prediction-card__accent .prediction-teams__name svg path {
  fill: var(--accent-card-text-color, var(--main-text-color-main));
}
.match-center .prediction-card.prediction-card__accent .prediction-card__live,
.match-center .prediction-card.prediction-card__accent .prediction-card__upcoming,
.match-center .prediction-card.prediction-card__accent .prediction-card__results {
  border-color: var(--accent-card-border-color, var(--main-border-color));
}
.match-center .prediction-card.prediction-card__accent .prediction-teams__icon {
  background-color: var(--accent-card-text-color, var(--main-team-logo-bg));
}
.match-center .prediction-card.prediction-card__accent .prediction-card__match-details__link {
  background: transparent;
  border: 1px solid var(--accent-card-text-color, transparent);
}
.match-center .prediction-card.prediction-card__accent .make-bet-btn {
  background: var(--accent-card-text-color, var(--accent-btn-bg));
  color: var(--accent-card-color, var(--main-card-bg-color));
}
.match-center .prediction-card__profit-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.match-center .prediction-card__profit-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
}
.match-center .prediction-card__profit-title {
  color: var(--main-text-color-main);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  line-height: 150%;
}
.match-center .prediction-card__profit-winner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  color: var(--main-text-color-main);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  line-height: normal;
}
.match-center .prediction-card__profit-winner:before {
  content: "";
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
  height: 24px;
  background: var(--main-text-color-main);
  -webkit-clip-path: path("M22.4507 20.6236C22.3848 20.7377 22.2901 20.8324 22.1761 20.8982C22.062 20.964 21.9327 20.9987 21.801 20.9986H3.80099C3.6694 20.9985 3.54017 20.9638 3.42626 20.8979C3.31235 20.832 3.21778 20.7373 3.15205 20.6233C3.08631 20.5093 3.05172 20.38 3.05176 20.2485C3.05179 20.1169 3.08645 19.9876 3.15224 19.8736C4.58005 17.4052 6.78036 15.6352 9.34818 14.7961C8.07802 14.04 7.09119 12.8878 6.53923 11.5166C5.98727 10.1453 5.90069 8.63077 6.29281 7.20554C6.68492 5.78031 7.53404 4.5232 8.70976 3.62726C9.88549 2.73132 11.3228 2.24609 12.801 2.24609C14.2792 2.24609 15.7165 2.73132 16.8922 3.62726C18.0679 4.5232 18.9171 5.78031 19.3092 7.20554C19.7013 8.63077 19.6147 10.1453 19.0628 11.5166C18.5108 12.8878 17.524 14.04 16.2538 14.7961C18.8216 15.6352 21.0219 17.4052 22.4497 19.8736C22.5157 19.9876 22.5505 20.1169 22.5507 20.2485C22.5509 20.3802 22.5164 20.5095 22.4507 20.6236Z");
          clip-path: path("M22.4507 20.6236C22.3848 20.7377 22.2901 20.8324 22.1761 20.8982C22.062 20.964 21.9327 20.9987 21.801 20.9986H3.80099C3.6694 20.9985 3.54017 20.9638 3.42626 20.8979C3.31235 20.832 3.21778 20.7373 3.15205 20.6233C3.08631 20.5093 3.05172 20.38 3.05176 20.2485C3.05179 20.1169 3.08645 19.9876 3.15224 19.8736C4.58005 17.4052 6.78036 15.6352 9.34818 14.7961C8.07802 14.04 7.09119 12.8878 6.53923 11.5166C5.98727 10.1453 5.90069 8.63077 6.29281 7.20554C6.68492 5.78031 7.53404 4.5232 8.70976 3.62726C9.88549 2.73132 11.3228 2.24609 12.801 2.24609C14.2792 2.24609 15.7165 2.73132 16.8922 3.62726C18.0679 4.5232 18.9171 5.78031 19.3092 7.20554C19.7013 8.63077 19.6147 10.1453 19.0628 11.5166C18.5108 12.8878 17.524 14.04 16.2538 14.7961C18.8216 15.6352 21.0219 17.4052 22.4497 19.8736C22.5157 19.9876 22.5505 20.1169 22.5507 20.2485C22.5509 20.3802 22.5164 20.5095 22.4507 20.6236Z");
}
.match-center .prediction-card__profit {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 34px;
  padding: 4px 15px;
  border-radius: 5px;
  background: #34c759;
  color: rgb(255, 255, 255);
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  line-height: normal;
}

.match-center-block {
  margin-top: 16px;
}
.match-center-block .predictions:first-child {
  margin-top: 0;
}
.match-center-block.half-size .predictions__wrapper {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, max(300px, 50% - 24px)), 1fr));
}
.match-center-block.half-size .predictions__wrapper .prediction-card {
  max-width: 100%;
}

.disable-block {
  border: 1px solid var(--placeholder-border-color);
  background: var(--placeholder-background);
  border-radius: var(--rad);
  padding: 16px;
  display: grid;
  grid-template-columns: 68px 1fr;
  gap: 16px;
}
@media (max-width: 375px) {
  .disable-block {
    margin: 16px 0 26px;
  }
}
.disable-block__icon {
  background-repeat: no-repeat;
  background-size: calc(100% - 16px);
  background-position: center;
  width: 68px;
  height: 68px;
  padding: 8px;
}
.disable-block__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
.disable-block__title {
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
  color: var(--placeholder-text-color-main);
}
.disable-block__text {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: var(--placeholder-text-color-sub);
}

.match-center .mc-calendar {
  border-bottom: 1px solid var(--main-border-color);
}
.match-center .mc-calendar__nav {
  position: relative;
  overflow-x: scroll;
  overflow-y: auto;
  overflow-x: auto;
  padding-bottom: 8px;
}
.match-center .mc-calendar__nav::-webkit-scrollbar-track {
  background-color: #EAECF0;
  border-radius: 3px;
}
.match-center .mc-calendar__nav::-webkit-scrollbar {
  height: 4px;
  background-color: #F5F5F5;
}
.match-center .mc-calendar__nav::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #667085;
}
.match-center .mc-calendar__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  gap: 8px;
  padding: 0 8px;
  margin: 0;
}
.match-center .mc-calendar__item {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  border: 1px solid transparent;
  border-radius: 8px;
  min-width: 45px;
  height: 50px;
  color: var(--calendar-text-color);
  word-spacing: 100vw;
  display: block;
  padding: 5px 7px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  margin: 0;
}
.match-center .mc-calendar__item:before, .match-center .mc-calendar__item:after {
  content: none;
}
.match-center .mc-calendar__item:first-line {
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  color: var(--calendar-number-color);
}
.match-center .mc-calendar__item.active-date {
  border: 1px solid var(--calendar-border-color);
}
