body {
  --light-gray-black: #efefef;
  --light-gray-border: #efefef;
  --gray-light-color:#292a2d;
  --white-gray-bkg:#fff;
  --text-white: #040504;
  --white-gray-light-bkg: #fff;
  --light-gray-bkg: #efefef;
  --light-gray-bkg-rgb: 239,239,239;
  --black-white: #fff;
  --white-black-rgb: 255,255,255;
  --black-white-rgb: 4,5,4;
  --light-white: #9a9999;
  --stars-border:#e1e1e1;
  --white-green:#fff;
  --green-white:#149688;
  --table-bg: 239,239,239;
  --dark-gray:#b9b8b8;
  --black-gray: #040504;
  --footer-gray-color: #b9b8b8;
}

body.dark {
  --light-gray-black: #040504;
  --light-gray-border: #2a2a2d;
  --gray-light-color: #efefef;
  --white-gray-bkg: #040504;
  --text-white: #dedada;
  --white-gray-light-bkg: #2a2a2d;
  --light-gray-bkg: #474545;
  --light-gray-bkg-rgb: 71,69,69;
  --black-white: #040504;
  --white-black-rgb: 4,5,4;
  --black-white-rgb: 255,255,255;
  --light-white: #fff;
  --stars-border:#f2f1f1;
  --white-green:#149688;
  --green-white:#fff;
  --table-bg: 20,20,20;
  --dark-gray:#474545;
  --black-gray: #4c4c4c;
  --footer-gray-color: #2a2a2d;
}

/* .main-content .main-content-header {
  border-bottom: 0.125rem solid #7d7d7d;
} */
.main-content .main-content-header-liga {
  display: flex;
  padding-left: 1rem;
  padding-top: 0.8rem;
  padding-bottom: 1rem;
  align-items: center;
  overflow: hidden;
  -webkit-box-shadow: inset 1px -53px 42px -10px rgba(201, 201, 201, 0.17);
  -moz-box-shadow: inset 1px -53px 42px -10px rgba(201, 201, 201, 0.17);
  box-shadow: inset 1px -53px 42px -10px rgba(201, 201, 201, 0.17);
  min-height: 90px;
}
.main-content .main-content-header-liga .main-content-header-liga-teams {
  padding-right: 5.5rem;
}
.main-content .main-content-header-liga .main-content-header-liga-teams div p {
  color: #9a9999;
}
.main-content .main-content-header-liga .main-content-header-liga-teams div p.winner-class {
  color: var(--text-white);
}
.main-content .main-content-header-liga .main-content-header-liga-teams .font-12 {
  margin-bottom: 0.3rem;
}
.main-content .main-content-header-liga .main-content-header-liga-teams .font-14 {
  font-family: "Poppins-Bold";
}
.main-content .main-content-header-liga .main-content-header-liga-teams > div {
  margin-bottom: 0.4rem;
  display: flex;
  align-items: center;
}
.main-content .main-content-header-liga .main-content-header-liga-teams > div > p {
  margin-bottom: 0;
  max-width: 7.5rem;
  text-transform: uppercase;
}
.main-content .main-content-header-liga .main-content-header-liga-teams > div img {
  margin-right: 0.8rem;
  max-width: 1.5rem;
  max-height: 1.5rem;
  min-width: 1.5rem;
  min-height: 1.5rem;
}
.main-content .main-content-header-liga .main-content-header-liga-teams > div span {
  margin-left: auto;
  white-space: nowrap;
}
.main-content .main-content-header-liga .own-carousel__container {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
  width: calc(100vw - 47.5rem - 1.25rem);
  overflow: hidden;
}
.main-content .main-content-header-liga .own-carousel__container .own-carousel__outer {
  padding: 0 0.5rem;
  width: 100%;
}
.main-content .main-content-header-liga .own-carousel__container .own-carousel__control {
  width: 100%;
  position: absolute;
  justify-content: space-between;
  padding: 0 0.7rem;
  display: none;
}
.main-content .main-content-header-liga .right-column {
  padding-bottom: 0 !important;
}
.main-content .main-content-header-liga .right-column a {
  width: fit-content;
}
.main-content .js-hidden {
  visibility: hidden;
}
.main-content .league-category {
  display: flex;
  gap: 1rem;
  padding-right: calc(1.25rem + 23.75rem);
  padding-left: 1.25rem;
  justify-content: space-between;
  padding-top: 1.3rem;
  padding-bottom: 0.8rem;
  min-height: 60px;
}
.main-content .league-category .btn-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 0.6rem;
  max-width: 85%;
  margin-bottom: 0;
}
.main-content .league-category .btn-container .btn-black-border {
  display: flex;
  align-items: center;
  position: relative;
}
.main-content .league-category .btn-container .btn-black-border img {
  margin-right: 0.7rem;
  height: 1.0625rem;
}
.main-content .league-category .btn-container .btn-black-border img#editorial {
  height: 1.5rem;
  background-color: white;
  padding: 0.1rem;
  border-radius: 50%;
}
.main-content .league-category .btn-container .btn-black-border#it:hover img {
  border: 0.01rem solid white;
  border-radius: 50%;
}
.main-content .league-category .btn-container .btn-black-border#general:hover img {
  filter: invert(100%) brightness(1000%);
}
.main-content .league-category .btn-container .btn-black-border:hover {
  box-shadow: 0px 2px 3.5px rgba(0, 0, 0, 0.23);
}
.main-content .league-category .btn-container .btn-black-border:hover.btn-green-border {
  transform: scale(1);
}
.main-content .league-category .btn-container .btn-black-border {
  font-size: 1rem;
  display: flex;
  align-items: center;
  position: relative;
}
.main-content .league-category .btn-container .btn-black-border .flag-container {
  margin-right: 0.7rem;
  height: 1.0625rem;
  width: 1.0625rem;
}
.main-content .league-category .btn-container .btn-black-border a {
  display: flex;
  align-items: center;
}
.main-content .league-category .btn-container .btn-black-border:hover {
  box-shadow: 0px 2px 3.5px rgba(0, 0, 0, 0.23);
}
.main-content .league-category .btn-container .btn-black-border:hover a {
  color: white;
}
.main-content .league-category .btn-container .btn-black-border:hover.btn-green-border {
  transform: scale(1);
}
.main-content .league-category .btn-green-border {
  padding: 0.6rem 1rem;
  font-size: 0.875rem;
  margin-left: auto;
  height: fit-content;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  cursor: pointer;
}
.main-content .league-category .btn-green-border i {
  margin-left: 0.3rem;
  transition: transform 0.3s ease;
}
.main-content .league-category .btn-green-border i.rotate-180 {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

.featured-stories-section {
  margin-bottom: 1rem;
}
.featured-stories-section h1,
.featured-stories-section h2 {
  text-transform: uppercase;
  margin-left: 1.25rem;
  margin-bottom: 1.4rem;
}
.featured-stories-section .wrapper {
  display: flex;
  align-items: flex-start;
}
.featured-stories-section .featured-stories {
  position: relative;
  display: flex;
  align-items: center;
}
.featured-stories-section .featured-stories .own-carousel .own-carousel__item {
  padding: 0 0.3rem 0.3rem 0.3rem;
  border-radius: 1rem;
  padding-top: 0;
}
.featured-stories-section .featured-stories .own-carousel .own-carousel__item .card-img-top {
  height: 22rem;
  width: 100%;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  border-radius: 1rem 1rem 0 0;
}
.featured-stories-section .featured-stories .own-carousel .own-carousel__item .card-body {
  position: relative;
  background-color: var(--white-gray-light-bkg);
  color: var(--text-white);
  -webkit-box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.1);
  border-radius: 0 0 1rem 1rem;
  min-height: 4.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.2rem;
  padding: 1rem 0;
  height: 5.2rem;
}
.featured-stories-section .featured-stories .own-carousel .own-carousel__item .card-body:before {
  position: absolute;
  content: "";
  width: 50%;
  height: 0.1875rem;
  background: #149688;
  top: -0.15rem;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.featured-stories-section .featured-stories .own-carousel .own-carousel__item .card-body .card-text {
  display: flex;
  text-align: center;
  line-height: 1.1875rem;
  font-weight: 500;
  font-size: 1rem;
  font-family: "Poppins-Medium";
  max-width: 90%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.featured-stories-section .featured-stories .own-carousel .own-carousel__item:hover .card-body .card-text {
  color: #149688;
}
.featured-stories-section .featured-stories .own-carousel__control {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 0.5rem;
}
.featured-stories-section .news-table-container-wrapper {
  width: 23.75rem;
  padding-right: 2.5rem;
  padding-bottom: 0.3rem;
}

.news-table-container .news-table .new-table-header {
  padding-left: 3rem;
}
.news-table-container .news-table .news .own-carousel__container {
  padding-top: 0.7rem;
}
.news-table-container .news-table .news .own-carousel__container .own-carousel__outer .own-carousel__item ul li {
  padding: 0.48rem 0;
}

.advertisement-lead-banner {
  margin-left: 1.25rem;
  margin-right: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #149688;
  padding: 0.5rem;
  border-radius: 1rem;
}
.advertisement-lead-banner h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0.0625rem solid #fff;
  width: 100%;
  padding: 1.3rem;
  border-radius: 1rem;
  margin-bottom: 0;
  color: #fff;
  font-family: "LeagueSpartan-SemiBold", sans-serif;
  font-weight: 600;
}
.advertisement-lead-banner > * {
  border: 0.0625rem solid #fff;
}

.transfer-news-section {
  padding-top: 1.2rem;
}
.transfer-news-section h2 {
  margin-bottom: 0;
}

.transfer-news-tabs {
  margin-top: -1.2rem;
  position: relative;
  border-color: var(--light-gray-border);
  border-width: 0.125rem;
}
.transfer-news-tabs li {
  background: var(--light-gray-border);
}
.transfer-news-tabs li:first-child {
  margin-left: auto;
}
.transfer-news-tabs li .nav-link {
  border: none;
  border-radius: 0;
  color: #000;
  min-width: 7.25rem;
  border-top: 0.125rem solid transparent;
  transition: background-color 0.3s ease, border-top-color 0.3s ease;
}
.transfer-news-tabs li .nav-link:hover {
  background: var(--black-white);
  border-top: 0.125rem solid #149688;
}
.transfer-news-tabs li .nav-link.active {
  position: relative;
  background: var(--black-white);
  border-top: 0.125rem solid #149688;
}
.transfer-news-tabs li .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: -0.4rem;
  left: 0;
  width: 100%;
  height: 0.5rem;
  background-color: var(--black-white);
  background-color: var(--black-white);
}

.tab-pane {
  padding-top: 0.6rem;
}
.tab-pane h3 {
  margin-bottom: 1.2rem;
}
.tab-pane .card {
  width: 32%;
  position: relative;
  border: 0;
  background: transparent;
}
.tab-pane .card:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 40%;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 30%, rgba(255, 255, 255, 0) 68%);
  z-index: 2;
  display: block;
}
.tab-pane .card .card-img-top {
  border-radius: 0;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 12.5rem;
}
.tab-pane .card .text-in-image {
  position: absolute;
  top: 0.5rem;
  left: 1rem;
  color: #fff;
  z-index: 3;
}
.tab-pane .card .card-body {
  padding: 0.5rem 0.5rem 1rem 0.5rem;
  background: transparent;
}
.tab-pane .card .card-body .card-text {
  line-height: 1.1875rem;
  font-family: "Poppins-Medium";
}
.tab-pane .card:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 0.25rem;
  background: #149688;
  bottom: 0;
  left: -2%;
}
.tab-pane .more-stories-section {
  margin-bottom: 3.3rem;
}
.tab-pane .more-stories-section h3 {
  margin-top: 1.6rem;
  margin-bottom: 1rem;
  width: 100%;
  display: block;
}
.tab-pane .more-stories-section > div {
  flex-wrap: wrap;
  align-items: stretch;
}
.tab-pane .more-stories-section .story-card {
  width: 31%;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.1875rem;
  color: var(--text-white);
}
.tab-pane .more-stories-section .story-card .card {
  position: relative;
}
.tab-pane .more-stories-section .story-card .card:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 40%;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 30%, rgba(255, 255, 255, 0) 68%);
  z-index: 2;
  display: block;
}
.tab-pane .more-stories-section .story-card img {
  margin-right: 1rem;
  height: 1rem;
}
.tab-pane .more-stories-section .story-card p {
  margin-bottom: 0;
  font-family: "Poppins-Medium";
}
.tab-pane .more-stories-section .story-card > div {
  background: rgb(244, 244, 244);
  background: linear-gradient(273deg, rgba(244, 244, 244, 0.8) 0%, rgba(16, 17, 16, 0) 38%);
  padding: 0.7rem 0.5rem 0.3rem 0;
  height: 100%;
}
.tab-pane .more-stories-section .story-card > div:hover {
  color: #149688;
}
.tab-pane .more-stories-section .story-card > div:hover img {
  filter: invert(41%) sepia(89%) saturate(421%) hue-rotate(124deg) brightness(98%) contrast(87%);
}
.tab-pane .more-stories-section .story-card > div p {
  position: relative;
}
.tab-pane .more-stories-section .story-card > div p:after {
  content: "";
  position: absolute;
  width: 13%;
  height: 0.125rem;
  background: #7d7d7d;
  bottom: -0.4rem;
  left: 0;
}
.tab-pane h2.green-line-border {
  margin-top: 1rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0.7rem;
}

.top-videos-section .top-videos-section-header {
  padding-top: 1rem;
  display: flex;
  justify-content: space-between;
  border-bottom: 0.125rem solid #149688;
  margin-left: -1.25rem;
  padding-left: 1.25rem;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
  align-items: center;
}
.top-videos-section .top-videos-section-header h2 {
  line-height: 1.5rem;
  margin-top: 0.6rem;
}
.top-videos-section .top-videos-section-header .btn-green-border {
  margin-right: 1.5rem;
  padding: 0.7rem 2.3rem;
  margin-top: auto;
}
.top-videos-section .card-video {
  width: 31.8%;
}
.top-videos-section .card-video iframe {
  aspect-ratio: 16/9;
}
.top-videos-section .card-video:after {
  display: none;
}
.top-videos-section .card-video .card-body {
  box-shadow: 0px 1px 4.5px rgba(0, 0, 0, 0.16);
  border-radius: 0 0 0.625rem 0.625rem;
}
.top-videos-section .card-video .card-body p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.fade:not(.show) {
  position: fixed;
}

.match-center-section-container {
  margin-top: 4.2rem;
}
.match-center-section-container .match-center-section .match-center-table .table-quote-hidden-content {
  gap: 1rem;
}
.match-center-section-container .match-center-section .match-center-table .table-quote-hidden-content .table-quote-hidden-content-quotes {
  margin-left: auto;
}
.match-center-section-container .match-center-section .match-center-table .table-quote-hidden-content .payment-methods {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  height: fit-content;
  margin: auto 0;
  gap: 0.3rem;
  padding: 0.3rem 0;
}
.match-center-section-container .match-center-section .match-center-table .table-quote-hidden-content .payment-methods .payment-option-container {
  width: 2.4rem;
  height: 1.6rem;
  border-radius: 0.2rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.soccer-accumulator-bonus {
  padding-top: 3rem;
}
.soccer-accumulator-bonus h3 {
  font-family: "LeagueSpartan-SemiBold";
}
.soccer-accumulator-bonus h3 img {
  height: 2rem;
  border-right: 0.25rem solid #149688;
  padding-right: 1rem;
  margin-right: 1.3rem;
}
.soccer-accumulator-bonus .bonus-description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
.soccer-accumulator-bonus .bonus-description p {
  margin-bottom: 0;
}
.soccer-accumulator-bonus .btn-green-border {
  padding-left: 2.3rem;
  padding-right: 2.3rem;
}
.soccer-accumulator-bonus .full-width-btn {
  margin-top: 3rem;
  width: 100%;
  background: #149688;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.8rem;
  text-transform: uppercase;
  font-family: "Poppins-Bold";
}
.soccer-accumulator-bonus .full-width-btn:hover {
  color: #1b1c1e;
  background: #64ffda;
}
.soccer-accumulator-bonus .green-box {
  margin-top: 4.375rem;
  background: url('../../img/bkg-gradient.svg');
  background-size: cover;
  background-repeat: no-repeat;
  padding-right: 2.6rem;
  display: flex;
  align-items: center;
  border-radius: 0.5rem;
  overflow: hidden;
}
.soccer-accumulator-bonus .green-box.green-box1 {
  margin-bottom: 2rem;
  min-height: 8rem;
}
.soccer-accumulator-bonus .green-box.green-box2 {
  margin-bottom: 2rem;
  min-height: 8rem;
}
.soccer-accumulator-bonus .green-box .left-img {
  flex-shrink: 0;
  width: 10rem;
  height: 13rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.soccer-accumulator-bonus .green-box .left-img img {
  width: 7rem;
  height: 7rem;
  object-fit: contain;
}
.soccer-accumulator-bonus .green-box .card-text {
  color: #fff;
  padding-left: 2rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  width: 100%;
}
.soccer-accumulator-bonus .green-box .card-text p {
  margin-top: 1.5rem;
  line-height: 1.3rem;
}
.soccer-accumulator-bonus .green-box .card-text .btn-white-border {
  margin-left: auto;
  margin-top: 0.7rem;
  width: fit-content;
}
.soccer-accumulator-bonus .green-box .card-text .btn-white-border:hover {
  background: #64ffda;
}

.right-column {
  gap: 0;
}
.right-column .betting-side-table {
  margin-top: 4rem;
  border: 0.0625rem solid var(--light-gray-border);
  border-radius: 0.625rem 0.625rem 0 0;
}
.right-column .betting-side-table .betting-side-table-header {
  background: #149688;
  border-radius: 0.625rem 0.625rem 0 0;
  color: #fff;
  padding: 0.4rem 0.6875rem 0.6rem 0.6875rem;
}
.right-column .betting-side-table .betting-side-table-header h3 {
  line-height: 1.875rem;
}
.right-column .betting-side-table .betting-side-table-header h3 img {
  width: 1.85rem;
  margin-right: 0.6rem;
}
.right-column .betting-side-table .betting-side-table-header.special-offers h3 img {
  margin-top: -0.7rem;
}
.right-column .betting-side-table .betting-side-table-body {
  padding: 1rem 1rem 1.2rem 1.2rem;
}
.right-column .betting-side-table .betting-side-table-body .betting-side-table-content-title {
  font-family: "Poppins-Bold";
  font-size: 0.875rem;
  margin-bottom: 1rem;
  padding-left: 2rem;
}
.right-column .betting-side-table .betting-side-table-body .betting-side-table-ul {
  font-size: 0.875rem;
  line-height: 1.05rem;
  margin-bottom: 0;
}
.right-column .betting-side-table .betting-side-table-body .betting-side-table-ul .betting-side-table-li {
  margin-bottom: 0.4rem;
  padding-left: 2rem;
  position: relative;
}
.right-column .betting-side-table .betting-side-table-body .betting-side-table-ul .betting-side-table-li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 1.5rem;
  height: 1rem;
  background-image: url("../../img/green-hook-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}

.side-football-table {
  margin-top: 2.25rem;
}

#myTabTips {
  margin-top: 4rem;
  border-bottom: 0;
}
#myTabTips .nav-item {
  background: var(--light-gray-border);
  padding: 0;
  width: 25%;
}
#myTabTips .nav-item .nav-link {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #7d7d7d;
  font-size: 0.875rem;
  margin: 0;
  border-radius: 0;
  border: 0;
  height: 100%;
}
#myTabTips .nav-item .nav-link img {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  height: 1.4375rem;
}
#myTabTips .nav-item .nav-link.active {
  border-top: 0.125rem solid #149688;
  color: #149688;
  background-color: var(--white-gray-bkg);
}
#myTabTips .nav-item .nav-link.active img {
  filter: invert(41%) sepia(89%) saturate(421%) hue-rotate(124deg) brightness(98%) contrast(87%);
}

#myTabTipsContent .tab-pane {
  border: 0.0625rem solid var(--light-gray-border);
  border-top: 0;
  padding: 1.1rem 1.1rem 0 1.1rem;
}
#myTabTipsContent ul {
  list-style: none;
}
#myTabTipsContent ul li {
  padding-left: 2rem;
  margin-bottom: 0.5rem;
  position: relative;
}
#myTabTipsContent ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 1.5rem;
  height: 1rem;
  background-image: url("../../img/green-hook-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}
#myTabTipsContent ul li a {
  display: flex;
  font-family: "Poppins-Regular";
  font-size: 0.875rem;
  line-height: 1.0625rem;
}

@media (max-width: 1399px) {
  .main-content .main-content-header-liga {
    display: flex;
    flex-direction: column;
    padding-left: 0;
  }
  .main-content .main-content-header-liga .loader-container {
    width: 100%;
    grid-column: span 2;
  }
  .main-content .main-content-header-liga .own-carousel__container {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }
  .main-content .main-content-header-liga .own-carousel__container .own-carousel__outer {
    padding-left: 5.5rem;
    padding-right: 0;
  }
  .main-content .main-content-header-liga .own-carousel__container .own-carousel__control {
    display: flex;
  }
  .main-content .league-category {
    padding-right: 1.25rem;
  }
  .main-content .featured-stories-section .wrapper {
    flex-direction: column;
    align-items: center;
    gap: 2rem;
  }
  .main-content .featured-stories-section .news-table-container-wrapper {
    width: auto;
    padding: 0 1.25rem;
  }
  .main-content .advertisement-lead-banner {
    margin-right: 1.25rem;
  }
  .main-content .transfer-zone-section {
    margin-bottom: 4rem;
  }
  .main-content .transfer-zone-section .nav-transfers-tab ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .main-content .transfer-news-section p {
    text-align: left;
  }
  .main-content .transfer-news-section .transfer-news-tabs {
    margin-top: 1rem;
  }
  .main-content .soccer-accumulator-bonus .green-box.green-box1, .main-content .soccer-accumulator-bonus .green-box.green-box2 {
    background-image: none;
    background: linear-gradient(to right, #7AE1DF, #149688);
    padding: 1rem;
  }
  .main-content .soccer-accumulator-bonus .green-box.green-box1 .left-img, .main-content .soccer-accumulator-bonus .green-box.green-box2 .left-img {
    display: none;
  }
  .main-content .soccer-accumulator-bonus .green-box.green-box1 .card-text, .main-content .soccer-accumulator-bonus .green-box.green-box2 .card-text {
    padding: 0;
    margin: 0;
  }
  .right-column {
    padding-top: 0 !important;
    gap: 3rem;
  }
  .right-column .side-football-table {
    order: 5;
  }
  .right-column #myTabTips {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .main-content .transfer-zone-section .transfer-zone-tabs {
    margin-top: 2rem;
  }
  .main-content .transfer-zone-section .transfer-zone-tabs button {
    flex: 1;
  }
  .main-content .transfer-zone-section .transfer-zone-tabs button:first-child {
    margin-left: 0;
  }
  .main-content .transfer-zone-section .nav-transfers-tab ul {
    display: flex;
  }
  .main-content .transfer-zone-section .nav-transfers-tab ul li {
    flex: 1;
  }
  .main-content .transfer-zone-section .nav-transfers-tab ul li button {
    display: flex;
    gap: 0.5rem;
    padding: 0.4rem;
    justify-content: space-around;
  }
  .main-content .transfer-zone-section .nav-transfers-tab ul li button .league-name {
    display: none;
  }
  .main-content .transfer-zone-section .nav-transfers-tab ul li button img {
    margin-right: 0;
  }
  .main-content .transfer-zone-section .nav-transfers-tab ul li button i {
    margin-left: 0;
    padding-left: 0;
  }
  .main-content .main-content-header-liga {
    grid-template-columns: auto;
    justify-content: center;
    overflow: hidden;
    max-width: 100vw;
  }
  .main-content .main-content-header-liga .loader-container {
    grid-column: span 1;
  }
  .main-content .main-content-header-liga .btn-green-border {
    grid-column: span 1;
  }
  .main-content .main-content-header-liga .own-carousel__container .own-carousel__outer {
    padding: 0;
  }
  .main-content .main-content-header-liga .own-carousel__container .own-carousel__outer .main-content-header-liga-teams {
    padding-left: 5.5rem;
  }
  .main-content .tab-pane .card {
    width: auto;
  }
  .main-content .tab-pane .more-stories-section .story-card {
    width: 100%;
  }
  .main-content .tab-pane .more-stories-section .story-card > div {
    width: 100%;
  }
  .main-content .top-videos-section .top-videos-section-header button {
    margin-right: 0;
  }
  .main-content .match-center-section .match-center-table .table-quote-hidden-content .payment-methods {
    grid-template-columns: repeat(4, 1fr);
  }
  .main-content .main-content-header-liga .own-carousel__container {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }
  .main-content .league-category {
    padding-right: 1rem;
    padding-left: 1rem;
    flex-wrap: wrap;
    overflow: hidden;
  }
  .main-content .league-category .btn-container {
    max-width: 100%;
    overflow: hidden;
  }
  .featured-stories-section .wrapper {
    overflow: hidden;
    max-width: 100%;
  }
  .featured-stories-section .news-table-container-wrapper {
    width: 100%;
    max-width: 100%;
    padding: 0 1rem;
    box-sizing: border-box;
  }
  .featured-stories-section .news-table-container-wrapper .news-table-container {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }
  .featured-stories-section .featured-stories {
    overflow: hidden;
    max-width: 100%;
  }
  .featured-stories-section .own-carousel__container {
    overflow: hidden;
    max-width: 100%;
  }
  .tab-pane .more-stories-section {
    overflow: hidden;
    max-width: 100%;
  }
  .top-videos-section {
    overflow: hidden;
    max-width: 100%;
  }
}
@media (max-width: 500px) {
  .match-center-section .match-center-table .table-quote-hidden-content {
    flex-direction: column;
    align-items: center;
    padding: 0.5rem;
  }
  .match-center-section .match-center-table .table-quote-hidden-content .table-quote-hidden-content-quotes {
    margin-left: 0;
  }
  .match-center-section .match-center-table .table-quote-hidden-content .payment-methods {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 450px) {
  .transfer-news-tabs {
    flex-direction: column;
  }
  .transfer-news-tabs li:first-child {
    margin-left: 0;
  }
  .transfer-news-tabs li .nav-link {
    width: 100%;
  }
  .transfer-news-tabs li .nav-link.active::after {
    display: none;
  }
  .main-content .transfer-zone-section .nav-transfers-tab ul li button {
    gap: 0.2rem;
    padding: 0.3rem;
  }
}

/* Live Streaming Schedule Sidebar Styles */

.live-streaming-schedule-sidebar .list-unstyled {
  margin: 0;
  list-style: none;
}

.live-streaming-schedule-sidebar .list-unstyled li {
  padding: 0.5rem 0 0.5rem 2rem;
  font-size: 0.8125rem;
  line-height: 1.3;
  position: relative;
  color: var(--text-white);
  margin-bottom: 0.5rem;
}

.live-streaming-schedule-sidebar .list-unstyled li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6rem;
  display: inline-block;
  width: 1.5rem;
  height: 1rem;
  background-image: url("../../img/green-hook-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}

/*# sourceMappingURL=home-page-style.css.map */

/* Videos tab – replace hook icon with video icon */
#videos-tab-pane ul li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding-left: 0;
}
#videos-tab-pane ul li:before {
  display: none;
}
