@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap");

.ispc{
  display: block !important;
  @media screen and (max-width: 639px) {
    display: none !important;
  }
}
.ismb{
  display: none !important;
  @media screen and (max-width: 639px) {
    display: block !important;
  }
}
body:not(.fsNewsPage--detail, .fsNewsPage--mostRead) .topMenuSpecific__item--active {
  color: var(--color-primary);
  position: relative;
}
body:not(.theme--dark) {
  --color-primary: #d70e1a;
}
body:not(.fsNewsPage--detail, .fsNewsPage--mostRead) .topMenuSpecific__item--active:before {
  background-color: #d70e1a;
}
.wcl-wrapper_OlIBf {
  border-radius: 5px;
}
.footer__block {
  height: 71px;
}
.breadcrumb--article {
  padding: 0;
  margin-bottom: 20px;
}
.wcl-article_Qco4e:hover [role="heading"] {
  text-decoration: none;
  color: #d70e1a;
}
._myContainer_E1892yl_5_S {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
}
._myContainer_E1892yl_5_S {
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
}
/* Toggle Styles */
.toggle-container {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

body:not(.theme--dark) .title-item,
body:not(.theme--dark) .section__mainTitle,
body:not(.theme--dark) .wcl-news-heading-03_OUzDC,
body:not(.theme--dark) .wcl-news-heading-09_HXtNf,
body:not(.theme--dark) .wcl-headline_buFBe,
body:not(.theme--dark) .container-title,
body:not(.theme--dark) .title-link,
body:not(.theme--dark) .fsNewsArticle__headlineText{
  color: #222222;
}
.title-item,
.section__mainTitle,
.wcl-news-heading-03_OUzDC,
.wcl-news-heading-09_HXtNf,
.wcl-headline_buFBe,
.container-title,
.title-link,
.fsNewsArticle__headlineText{
  font-family: "Merriweather";
  /* font-size: 20px; */
  line-height: 150%;
  margin-bottom: 5px;
  font-weight: 700;
}


@media (min-width: 992px) {
.title-item,
.section__mainTitle,
.wcl-news-heading-03_OUzDC,
.wcl-news-heading-09_HXtNf,
.wcl-headline_buFBe,
.container-title,
.title-link,
.fsNewsArticle__headlineText{
  font-size: 20px;
}
}

@media(max-width: 767px) {
  .news-list .wcl-picture_4hHfP {
    height: 90px !important;
  }
}

@media(max-width:992px){
  .news-list .wcl-headline_buFBe{
    font-size: 15px;
  }
}

.footerContainer{
  margin-top: 20px;
}

.brand--flashscore {
    --radius-image-desktop: 4px !important; 
}


.extraContent .extraContent__text,
.footerContainer .selfPromo__boxItem{
  color:#555e61;
}

.section__mainTitle{
  font-size: 18px;
}

body {
  font-family: "Arial" !important;
  line-height: 19px;
}

body:not(.theme--dark) {
  font-weight: 300;
  color: #757575;
}

body:not(.theme--dark) .desc-item,
body:not(.theme--dark) .content-item,
body:not(.theme--dark) .section__mainTitleLink,
body:not(.theme--dark) .description{
  font-family: "Arial";
  font-size: 14px;
}

body:not(.theme--dark) .section__subTitle a{
  color: #222222;
}

.section__mainTitle svg{
  color:red !important;
}

.selfPromo__box--apps .selfPromo__boxContent {
  margin-top: 59px;
}

.section__mainTitleLink{
  font-weight: 300;
}

.wcl-news-heading-08_bNlM- {
    font-size: 15px;
}

.wcl-news-heading-09_HXtNf{
  font-size: 14px;
}

.breadcrumb{
  display: flex;
  align-items: center;
}

.breadcrumb__item{
  display: flex !important;
}

#scroll-to-top {
  display: none;
}

#hamburger-menu {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  background: none;
}

#hamburger-menu input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  border-radius: 8px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  background: #0f2d37;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  transition: 0.4s;
}

/* added codes */
.slider::after {
  /* You can change the below icon with yours preferable one */
  content: "✹";
  font-size: 20px;
  position: absolute;
  z-index: 2;
  left: 8px;
  top: 7px;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #00141e; /* Color for dark mode background */
}

input:checked + .slider:before {
  transform: translateX(26px);
}

/* added codes */
input:checked + .slider::after {
  transform: translateX(26px);
  content: "☾";
  left: 10px;
}
#hamburger-menu::after {
  display: none;
}
.seoTop__content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.selfPromo__mainGroup {
  display: grid;
  gap: 0 16px;
  padding: 30px 16px 0px;
  font-size: 15px;
}
.lgdark {
  display: none;
}
.lglight {
  display: block;
}
.theme--dark .lgdark {
  display: block;
}
.theme--dark .lglight {
  display: none;
}
.seoAdWrapper {
  position: relative;
  z-index: 9;
}
.news-list .wcl-picture_4hHfP {
  aspect-ratio: 48 / 27 !important;
  border-radius: 3px !important;
  height: 144px;
  object-fit: cover;
  width: 100%;
}


body.theme--dark .mainContent__content .image-box img, body:not(theme--dark) .mainContent__content .image-box img,
.mainContent__content .image-box img, body:not(theme--dark) .mainContent__content .image-box img {
height: auto;
width: 100%;
object-fit: cover;
aspect-ratio: 48 / 27 !important;
}
.mainContent__content .image-box{
border-radius: 0
}

body .lsidDialog__content {
  margin: auto;
  margin-bottom: 35px;
}

@media screen and (max-width: 639px) {

  h2.lsidDialog__headline{
    font-size: 21px;
    padding: 0 0 12ox;
    text-align: center;
  }
  .seoTop h1
    {
      display: none !important;
    }
    .seoTop span {
      margin-top: 3px;
      /* margin-bottom: 3px; */
      margin-left: 12px;
    }
  
  #hamburger-menu {
    width: 34px;
    grid-area: header__menu;
  }
  input:checked + .slider::after {
    transform: translateX(0);
    content: "☾";
    left: 10px;
  }

  .hasFsNews .header__content {
    padding: 0 12px;
    grid-column-gap: 0;
    overflow: inherit;
    grid-template:
      " . . . . . . . " 8px
      " header__logo header__gift . header__search . header__user header__menu " 32px
      " . . . . . . . " 8px
      " header__items header__items header__items header__items header__items header__items header__items " 6px / 1fr min-content 8px 32px 8px 32px min-content;
  }



  .seoTop__content {
    justify-content: space-between;
    padding: 5px;
    padding-right: 12px;
    background: #001e28;
  }
  #hamburger-menu {
    margin-left: 8px;
    width: 32px;
    height: 32px;
  }
  .hasFsNews .header__logoWrapper {
    grid-area: header__logo;
    /* margin-top: -20px; */
  }
  .slider::after {
    content: "✹";
    font-size: 20px;
    position: absolute;
    z-index: 2;
    left: 7px;
    top: 7px;
    transition: 0s;
  }
  input:checked + .slider:before {
    transform: translateX(0px);
  }
  .selfPromo__mainGroup {
    padding-top: 0;
  }
}

#list-package {
  padding: 66px 20px;
  display: flex;
  gap: 25px;
  flex-wrap: wrap;
}
.package-card {
  width: calc(33.33% - 21px);
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
  overflow: hidden;
  margin-bottom: 10px;
  transition: box-shadow 0.2s;
  border: 1px solid #eee;
  display: flex;
  flex-direction: column;
  min-height: 300px;
}
.package-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}
.package-header {
  background: url(../images/bk-pack.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  padding: 15px 20px;
  text-align: left;
  letter-spacing: 1px;
}
.package-body {
  padding: 20px 12px 25px 12px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.package-title {
  font-size: 14px;
  color: #021e29;
  font-weight: 700;
}
.package-price {
  color: var(--TEXT, #021e29);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 15px;
}
.package-duration {
  font-size: 16px;
  color: #555;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}
.package-features {
  list-style: none;
  padding: 0;
  margin: 0px;
  color: var(--TEXT, #021e29);
  font-family: "LivesportFinderLatin";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: -4px;
}
.package-info {
  display: flex;
  align-items: start;
  gap: 8px;
  margin-bottom: 10px;
}
.package-features li {
  font-size: 16px;
  color: #444;
  margin-bottom: 6px;
  position: relative;
}
.btn-buy {
  background: #fff;
  color: #cf1f2b;
  border: 1px solid var(--RED, #cf1f2b);
  border-radius: 8px;
  padding: 8px 0;
  font-weight: bold;
  width: 100%;
  transition: background 0.2s, color 0.2s;
  cursor: pointer;
  font-size: 18px;
}
.btn-buy:hover {
  background: #cf1f2b;
  color: #fff;
}
.zone__label{
  text-align: center;
}
.fsNewsPage .extraContent{
  margin-bottom: 10px;
  margin-top: 50px;
}
.topMenuSpecific__dropdown{
  right: unset;
  left: 576px;
  display: none;
  gap: 0;
  @media screen and (max-width: 639px) {
    right: unset;
    left: 51px;
    top: 46px;
  }
}
.topMenuSpecific__dropdown.show{
  display: flex;
}


@media screen and (max-width: 639px) {
  #list-package {
    padding: 36px 20px;
  }
  .package-card {
    width: 100%;
  }
  body:not(.background-add-on) .topMenuSpecific {
    border-bottom: 1px solid var(--color-combination-12) !important;
  }
  .selfPromo__box--apps .selfPromo__boxContent{
    width: 100% !important;
  }
  .selfPromo__mainGroup {
    padding: 0px 16px 10px !important;
  }
  .footer__content{
    padding: 10px 16px !important;
  }
  .wcl-dialog_Nx94z.wcl-isBottomSticked--middle_CfJjW {
    height: fit-content !important;
    border-radius: 10px;
    width: calc(100% - 30px);
  }
  .seoAdWrapper{
    position: relative;
    z-index: 22222;
  }
}

.wcl-bar_myS-3 {
  min-height: 50px;
}

.the-article-author {
  position: relative;
  text-align: right;
  margin-bottom: 16px;
  width: 100%;
}
.tag-author {
  display: inline-block;
  font-size: 15px;
}
.fsNewsArticle__content a.name-author {
  display: inline-block;
  margin-right: 20px;
  position: relative;
  font-size: 15px;
  font-weight: bold;
  color: var(--color-combination-2);;
  text-decoration: none;
}
.name-source {
  display: inline-block;
}
.link-source {
  display: inline-block;
  font-weight: normal;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  padding-left: 16px;
}
.link-source-content {
  display: none;
  position: absolute;
  font-size: 11px;
  color: #fff;
  padding-bottom: 10px;
  right: 0;
  transform: translateY(-30px);
  -webkit-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  bottom: 0;
}
.bg_link {
  width: 270px;
  line-height: 1.4;
  background: rgba(0, 0, 0, .9);
  padding: 10px;
  border-radius: 3px;
  float: left;
  position: relative;
  top: 18px;
}
.link-source-detail {
  float: left;
  width: 100%;
}
.arrow-down {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid rgba(0, 0, 0, .9);
  position: absolute;
  bottom: -6px;
  right: 16px;
}
.link-btn:hover .link-source-content {
  display: block;
}
.link-source-title {
  float: left;
  padding: 5px 0;
  display: inline-block;
}
.link-source-copy {
  float: right;
  cursor: pointer;
  padding: 5px 0;
  display: inline-block;
}
.link-source-copy:hover {
  cursor: pointer;
}
.fsNewsArticle p.emb-bdp{
  width: 80%;
  margin: 0 auto 18px;
  padding-bottom: 45%;
  position: relative;
}

.emb-bdp iframe{
  position: absolute;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 639px) {
  .responsive .container__mainInner {
      grid-template:
      " myMenu liveTable bannerZone" 1fr
      " sideMenu liveTable bannerZone" auto / auto minmax(0, 1fr) auto !important;
  }
  .wcl-wrapper_OlIBf {
    border-radius: 0px;
  }
  footer .selfPromo__boxTitle{
    margin: 25px 0 12px;
  }
}

/* start style box nhan dinh  */
.grid-container {
  display: grid;
  grid-template: ". mainContent ." minmax(auto, 1fr) / var(--width-spacer) minmax(0, 1fr) var(--width-spacer);
  padding: 20px 0 0;
  --width-spacer: 15px;
}

.container-title {
  display: flex;
  align-items: center;
  gap: 0 5px;
}


body.theme--dark .container-title {
  color: #fff;
}


body:not(theme--dark) .container-title {
  color: #011e28;
}

.container-title:hover {
color: #d70e1a !important;
}

@media(max-width: 639px) {
  .grid-container {
      padding: 10px 0 !important;
  }
}

body.theme--dark .mainContent {
  grid-area: mainContent;
  background-color: #00141e;
  /* padding: 28px; */
  border-radius: 5px;
}

body:not(theme--dark) .mainContent {
  grid-area: mainContent;
  background-color: #fff;
  padding: 28px;
  border-radius: 5px;
}

@media(max-width: 639px) {
  .mainContent h2 {
      padding: 0 12px;
  }
}

@media(max-width: 639px) {
  .mainContent {
      grid-area: mainContent;
      background-color: #00141e;
      padding: 15px 0;
      border-radius: 5px;
  }
}

.mainContent__content {
  padding: 24px 0 0px 0;
  display: grid;
  grid-template-columns: 4fr 3fr;
  gap: 0 30px;
}

@media(max-width: 639px) {
  .mainContent__content {
      grid-template-columns: 1fr;
      grid-template-columns: 1fr;
      gap: 20px 0;
      padding: 14px 12px 0px 12px;
  }
}

.mainContent__content .list-post {
  list-style-type: none;
  margin-top: 0;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: -10px;
}

.mainContent__content .list-post .list-post__item {
  border-bottom: solid 1px #E6E6E6;
  padding: 12px 0;
}

body:not(theme--dark) .mainContent__content .list-post .list-post__item .date {
  color: #4f4f4f;
  margin: 0;
}


body.theme--dark .mainContent__content .list-post .list-post__item .date {
  margin: 0;
  color: #fff
}

body.theme--dark .mainContent__content .list-post .list-post__item .title-link {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

body:not(theme--dark) .mainContent__content .list-post .list-post__item .title-link {
  color: #222222;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.mainContent__content .list-post .list-post__item .title-link:hover {
  color: #CF1F2B !important;
}

.mainContent__content .list-post .list-post__item:first-child {
  padding-top: 0;
  display: flex;
  flex-flow: column;
  gap: 12px 0;
}

.mainContent__content .list-post .list-post__item:last-child {
  border-bottom: unset;
  padding-bottom: 0;
}

.mainContent__content .image-box {
  overflow: hidden;
  border-radius: 5px;
}
body.theme--dark .footerContainer,
body.theme--dark .selfPromo{
  background: #00141e;
}
body.theme--dark .footer__block {
  background-color: #010a0f;
}
body.theme--dark .mainContent__content .image-box img,
body:not(theme--dark) .mainContent__content .image-box img {
  /* height: 100%; */
  width: 100%;
  object-fit: cover;
}
.badge-vip-post {
  display: inline-block;
  padding: .2em .2em;
  font-size: 75%;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
  background-color: #dc3545 !important;
  color: #fff !important;
  font-size: 11px !important;
  vertical-align: middle;
}
.section__mainTitle a{
  color: var(--color-combination-2);
}
@media(max-width: 639px) {

  body:note(theme--dark) .mainContent__content .image-box img,
  body.theme--dark .mainContent__content .image-box img {
      height: 300px;
      width: 100%;
      object-fit: cover;
  }
}


@media(max-width: 480px) {
  .mainContent__content .image-box img {
      height: 220px;
      width: 100%;
      object-fit: cover;
  }
}

body.theme--dark .mainContent__content .title {
  color: #00141e;
}

body:not(theme--dark) .mainContent__content .title {
  color: #fff;
  font-size: 20px !important;
  font-family: "Merriweather";
  font-style: normal;
  font-weight: 700 !important;
  line-height: normal;
}

.mainContent__content .description {
  margin-top: 4px;
}

.mainContent__content .description {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

body.theme--dark .mainContent__content .description {
  color: #fff;
  /* 125% */
}

body:not(theme--dark) .mainContent__content .description {
  color: #4f4f4f;
}

body:not(theme--dark) .mainContent__content .list-post {
  color: #fff
}

body.theme--dark .mainContent__content .list-post {
  color: #00141e
}

@media (max-width: 600px) {
  .grid-container {
    grid-template: "mainContent" 1fr / 1fr;
      padding: 10px;
      --width-spacer: 10px;
      /* Giảm khoảng cách trên màn hình nhỏ */
  }
  body:not(theme--dark) .mainContent {
    padding: 15px 0px;
  }
}
/* end style box nhan dinh  */

/* fix content  details */
.fsNewsArticle__content table{
  color: #000;
  margin-bottom: 1em;
  border-top: solid 1px #222;
  border-right: solid 1px #222;
}
.fsNewsArticle__content table td{
  border-left: solid 1px #222;
  border-bottom: solid 1px #222;
  padding: 5px;
}
.fsNewsArticle__content table td p{
  margin-bottom: 0;
}
/* end content  details */

/* style header  */
.header {
  position: relative;
  z-index: 4;
}

body .dialog-box {
  background-color: #fff;
  align-content: start;
  border-radius: 12px;
  display: grid;
  grid-auto-flow: row;
  z-index: 999;
  position: absolute;
  top: 70px;
  right: -20px;
  width: 210px;
  transform: translateX(-50%);
  overflow: hidden;
  @media screen and (max-width: 639px){
    top: 45px;
    right: -53px;
  }
}

body.theme--dark .dialog-box {
  background-color: #010a0f;
}


.list {
  padding-left: 0;
  list-style-type: none;
  margin: 0;
  padding: 8px 0px;
}

body.theme--dark .dialog-box .list__item {
  padding: 10px 30px;
  color: #fff;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}

body:not(theme--dark) .dialog-box .list__item {
  padding: 10px 30px;
  color: #010a0f;
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  cursor: pointer;
}

.list__item p {
  display: flex;
  align-items: center;
  gap: 0 14px;
  justify-content: space-between;
  margin: 3px 0;
}

body.theme--dark .dialog-box .list__item:hover {
  background-color: #011e28;
}

body:not(theme--dark) .dialog-box .list__item:hover,
body:not(theme--dark) .dialog-box .list__item:hover button {
  background-color: #011e28;
  color: #fff;
}

form {
  margin: 0;
}

.btn-logout {
  width: 100%;
  background-color: transparent;
  padding: 0;
  border: unset;
  cursor: pointer;
  display: flex;
  gap: 0 15px;
  justify-content: flex-start !important;
}

/* body:not(theme--dark) .btn-logout:hover {
  color: #fff;
} */

body:not(theme--dark) .btn-logout {
  color: #0f2d37;
}

body.theme--dark .btn-logout {
  color: #fff;
}
/* end style header  */