#fbdataapp {
    color: #000;
    font-size: 16px;
    position: relative;
}

.fbschedule-date {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 1rem;
}

.d-btn {
    padding: 5px 15px;
    background: #f3f3f3;
    margin-right: 10px;
    border-radius: 3px;
    color: #000;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2;
}
.d-btn.active, .d-btn:hover {
    background: var(--fb-primary-color);
    color: #fff;
}

.football-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f3f3f3;
    padding: 7px 10px;
}
.fhead-left {
    display: flex;
    align-items: center;
    margin: 0 !important;
    line-height: 1.3em !important;
    font-size: 1.1em !important;
    font-weight: 600;
    font-size: 17px;
}
.fhead-left a {
    width: 300px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-decoration: none;
    color: inherit;
    overflow: hidden;
}
.fhead-left a:hover {
    color: var(--fb-primary-color);
}
.fhead-right a {
    font-size: 14px;
    margin: 0 6px;
    color: var(--fb-primary-color);
    text-decoration: underline;
}
.logo-club {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 4px;
    object-fit: cover;
    margin: 0 5px;
}

.football-match {
    display: flex;
    align-items: center;
    line-height: 1em;
    border-bottom: 1px solid #e7e7e7;
    padding: 10px;
    position: relative;
    background: #fff;
}
.columns-time {
    width: 110px;
    font-size: .95em;
}
.columns-match-wrp {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.columns-match-wrp.small {
    flex-direction: column;
}
.columns-match {
    flex: 4;
}
.columns-other {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.row-teams {
    display: flex;
    align-items: center;
}
.columns-club {
    flex-basis: 42%;
    max-width: 42%;
}
.row-teams .columns-club {
    text-align: right;
    line-height: 1.3em;
}

.name-club {
    display: flex;
    flex-flow: row;
    flex-basis: 100%;
    width: 100%;
    align-items: center;
    color: #000;
    position: relative;
    overflow: hidden;
}
.name-club.strong {
    font-weight: 600;
}

.name-club.club1 {
    justify-content: flex-end;
}

img.logo-club {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 4px;
    object-fit: cover;
    margin: 0 5px;
}

img.logo-club.small {
    width: 20px;
    height: 20px;
}

.columns-number {
    flex-basis: 45px;
    text-align: center;
    margin: 0 8px;
    cursor: pointer;
}

.columns-number-h2h {
    flex-basis: 45px;
    text-align: center;
    margin: 0 8px;
    cursor: pointer;
}

span.soccer-scores {
    border-radius: 3px;
    padding: 2px 7px;
    background: var(--fb-primary-color);
    color: #fff;
    font-size: .95em;
    font-weight: 500;
    width: 100%;
    display: block;
    white-space: nowrap;
}

.row-teams .columns-club:last-child {
    text-align: left;
}

.name-club.club2 {
    padding-left: 40px;
}

.club2 .logo-club {
    left: 0;
    position: absolute;
}

.fb-tool-btn {
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    border-radius: 24px;
    width: 44px;
    text-align: center;
    background: #f2f2f2;
    display: inline-block;
    font-weight: bold;
    margin: 5px;
}

a.fb-predict {
    color: #319362;
}

a.fb-odd {
    color: orange;
}
a.fb-live {
    color: red;
}
.fbbackdrop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 998;
    background: rgba(0,0,0, 0.3);
    display: none;
    width: 100%;
    height: 100%;
}
.fbbackdrop.open {
    display: block;
}

.fbdata-league, .fbdata-country, .fbdata-fixture {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    max-width: 720px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 6px;
    z-index: 999;
}

.fbdata-fixture-vs-elapse {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #666;
}
.fbdata-fixture-vs-elapse span:nth-child(2) {
    color: red;
}
/* .fbdata-fixture {
    display: block;
} */
.fbdata-league-body {
    max-height: 75vh;
    overflow-y: auto;
    padding: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
}

.fbdata-league.open, .fbdata-country.open, .fbdata-fixture.open {
    display: block;
    overflow: hidden;
}

.fbdata-league-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 10px;
    border-bottom: 1px solid #ccc;
}

.fbdata-league-header span {
    font-weight: 600;
    font-size: 19px;
}
.fbdata-league-header .fb-close {
    font-weight: 700;
    font-size: 24px;
    cursor: pointer;
}

.fbdata-league-item {
    display: flex;
    align-items: center;
    padding: 5px;
    cursor: pointer;
    border-radius: 4px;
}

.fbdata-league-item:hover {
    background: #e2e2e2;
}

.checkbox {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    background:#fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    color: white;
    font-weight: 700;
    border: 1px solid #1677ff;
}

.checkbox span {
    visibility: hidden;
}

.checkbox.checked {
    background: #1677ff;
}

.checkbox.checked span {
    visibility: visible;
}
.fbdata-footer {
    padding: 5px 10px;
    display: flex;
    align-items: center;
    box-shadow: 0px 0 5px rgba(0, 0, 0, 0.5);
}
.fbdata-btn {
    border: none;
    padding: 5px 10px;
    border-radius: 4px;
    font-weight: 600;
    color: #fff;
    width: 100px;
    white-space: nowrap;
    font-size: 16px !important;
}
button.fbdata-all {
    background: #12ae3a !important;
    margin-right: 10px;
}
button.fbdata-cancel {
    background: #d31820 !important;
    margin-right: auto;
}
button.fbdata-filter {
    background: #1677ff !important;
}
.fbdata-btn:hover {
    opacity: 0.8;
    border: none;
    color: #fff;
}

.tabnav {
    width: 100%;
    float: left;
    border-bottom: solid 1px #fff;
    font-size: 14px;
}
.tablink {
    background: #e5e5e5;
    float: left;
    text-align: center;
    color: #666;
    font-weight: bold;
    cursor: pointer;
    padding: 10px 16px;
    border-right: solid 1px #fff;
}
.tablink:first-child {
    border-radius: 16px 0 0 0;
}
.tablink:last-child {
    border-radius: 0 16px 0 0;
}
.tablink.active {
    background: var(--fb-primary-color);
    color: #fff;
}

.fbblink {
    font-size: 20px;
    color: red;
    animation: blind .5s linear infinite;
}

.fbdata-fixture-vs {
    display: grid;
    grid-template-columns: 2fr 1fr 2fr;
    grid-gap: 10px;
    width: 100%;
    margin-bottom: 1rem;
}
.fbdata-team {
    display: flex;
    align-items: center;
}
.fbdata-team.fbleft {
    justify-content: flex-start;
}
.fbdata-team.fbright {
    justify-content: flex-end;
}
.fbdata-item-img {
    width: 80px;
}
.fbdata-item-img.fbleft {
    margin-right: 1rem;
}
.fbdata-item-img.fb-right {
    margin-right: 0;
}

.fbdata-item-img img {
    width: auto;
    height: 80px;
    display: block;
    border: solid 1px #eaeaea;
    max-width: 100%;
}

.fbdata-item-text {
    font-size: 18px;
    text-align: left;
    font-weight: bold;
}

.fbdata-item-text.fbleft{
    margin-right: 0;
}

.fbdata-item-text.fbright {
    margin-right: 1rem;
}

.fbdata-fixture-body {
    height: 75vh;
    overflow-y: auto;
    padding: 10px;
}
.match-update {
    background-image: linear-gradient(to top, rgba(75,75,86,0), #4b4e56);
    height: 43vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 100%;
}
.fbdata-score {
    text-align: center;
    font-size: 48px;
    font-weight: bold;
    color: var(--fb-primary-color);
    line-height: 64px;
}
.fbdata-fixture-vs-info {
    padding: 10px 0;
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 1rem;
}
.fbdata-fixture-vs-info-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
    align-items: center;
    color: #666;
    font-size: 14px;
}
.info-left {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.info-right {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.info-left img, .info-right img {
    height: 14px;
    width: 14px;
}
.info-left img {
    margin-left: 0.5rem;
}
.info-right img {
    margin-right: 0.5rem;
}

.fbdata-fixture-tab {
    background: #f1f1f1;
    width: 100%;
    float: left;
    -webkit-overflow-scrolling: touch;
    position: relative;
    overflow-y: hidden;
    overflow-x: auto;
    white-space: nowrap;
    display: flex;
    margin-bottom: 1rem;
}
.fbdata-fixture-tab-item {
    display: table-cell;
    padding: 10px;
    text-align: center;
    border-left: solid 1px #e0e0e0;
    border-bottom: solid 2px #f1f1f1;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.2s;
}

.fbdata-fixture-tab-item-hidden {
    color: #66666691;
}

.fbdata-fixture-tab-item:first-child, .fbdata-fixture-tab-item-hidden:first-child {
    border-left: 0;
}

.fbdata-fixture-tab-item.active, .fbdata-fixture-tab-item-hidden.active {
    border-bottom: solid 2px #05b349;
}

.fbdata-fixture-tab-item:hover {
    border-bottom: solid 2px #05b349;
    color: #05b349;
}

/* Copy */

.boxs_info {
    float: left;
    width: 100%;
    padding-bottom: 15px;
}

.boxs_info table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    font-size: 14px;
}

.boxs_info table td {
    border: none;
    padding: 1px;
}

.tdcellleft {
    width: 50%;
    border-right: solid 1px #eaeaea !important;
}

.item_cell {
    padding: 6px 0;
    float: left;
    width: 100%;
    position: relative;
    padding-left: 30px;
    padding-right: 32px;
}

.item_cell:nth-child(1n+1) {
    padding-right: 40px;
}

.img_cell {
    position: absolute;
    left: 0;
    top: 8px;
}

.img_cell img {
    height: 16px;
    width: 16px;
    max-width: 100%;
}

.text_cell {
    line-height: 20px;
    text-align: left;
}
.time_cell {
    position: absolute;
    right: 12px;
    width: auto;
    top: 8px;
}

.dot_cell {
    position: absolute;
    right: -8px;
    background: #d3d3d3;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    top: 11px;
    z-index: 99;
}

.img_cell.fixcel2 {
    right: 0;
    left: auto;
}
.text_cell.fixcel2 {
    text-align: right;
    padding-left: 12px;
}
.time_cell.fixcel2 {
    left: 12px;
}
.dot_cell.fixcel2 {
    left: -8px;
}
/* Copy */

.statistic-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 1rem;
}
.statistic-item-name {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
}
.statistic-item-info {
    display: grid;
    grid-template-columns: 1fr 10fr 1fr;
    width: 100%;
}
.statistic-item-info-vs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}
.statistic-item-info-vs-item {
    height: 0.6rem;
    width: 100%;
    background: #f1f1f1;
    display: flex;
}
.statistic-item-info-number {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
}
.fbstnumber {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 6px;
    border: 1px solid var(--fb-primary-color);
}
.fbstnumber.fbright {
    border: 1px solid #97c94b;
}
.statistic-item-info-vs-item.fbstleft {
    justify-content: flex-end;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.statistic-item-info-vs-item.fbstright {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.statistic-item-info-vs-item-percent {
    height: 0.6rem;
    background: #05b349;
}
.statistic-item-info-vs-item-percent.fbstleft {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.statistic-item-info-vs-item-percent.fbstright {
    background: #97c94b;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.fbstatusstop {
    color: red;
}
@keyframes blind {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.progress {
    height: 0.4rem;
    background-color: #e9ecef;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.progress-bar {
    width: 100%;
    background: linear-gradient(90deg,#ffd33d,#0fe101 17%,#44e526 34%,#89edbf 51%,#ffd33d 68%,#2db978 85%,#198754);
    background-size: 300% 100%;
    animation: progress 2s linear infinite;
}


/* Copy Lineup */
.lineup {
    float: left;
    width: 100%;
    margin: 16px 0;
    text-align: center;
}
.team {
    display: inline-block;
    width: 100%;
    max-width: 480px;
    position: relative;
    border: solid 1px #e0e0e0;
    border-radius: 12px;
    overflow: hidden;
}

.team-head {
    float: left;
    width: 100%;
    padding: 12px;
    position: relative;
}

.team-name {
    float: left;
}
.club-logo-img {
    float: left;
    height: 24px;
    width: 24px;
    margin-right: 16px;
}

.club-logo-text {
    display: grid;
    font-size: 16px;
    font-weight: bold;
}

.f-right-text {
    float: right;
}

.team-body {
    position: relative;
    width: 100%;
    float: left;
    height: 720px;
    background: url(https://bongda24h.vn/images/BackgroundLineUp/CMS_DoiHinhRaSan_2Doi_03.jpg) repeat-y;
    background-size: 100% 720px;
    background-color: #6d9b50;
}

.team-content {
    height: 50%;
    display: flex;
    position: relative;
    line-height: normal;
    z-index: 20;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    padding: 0.5rem;
}
.Pitch-Row {
    align-items: flex-start;
    display: flex;
}
.Pitch-item {
    flex: 1 1;
}

.team-player {
    display: grid;
    place-items: center;
    text-align: center;
}

.team-player-img {
    display: flex;
    flex: 1 1;
    justify-content: center;
    text-align: center;
    position: relative;
    cursor: pointer;
}
.team-player-img:hover .player-pic {
    visibility: visible;
    opacity: 1;
}
.player-pic {
    position: absolute;
    top: -20px;
    right: -35px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s;
}
.player-pic img {
    max-width: 100%;
    object-fit: contain;
    width: 45px;
    height: 45px;
    border-radius: 100%;
}
.player-pic .player-rate {
    font-weight: 700;
    border-radius: 4px;
}

.team-ao {
    width: 2rem;
    height: 2rem;
    fill: #333;
    display: inline-block;
    text-align: center;
}

.team-number {
    align-items: center;
    display: flex;
    height: 2rem;
    width: 2rem;
    justify-content: center;
    font-weight: bold;
    font-size: .85rem;
    position: absolute;
    color: #fff;
}
.icon_f {
    position: absolute;
    width: 14px;
    right: -7px;
    bottom: -4px;
}
.icon_f.ic_bong {
    left: -5px;
    top: -5px;
}
.icon_f.ic_the_vang, .icon_f.ic_the_do {
    right: -5px;
    top: -5px;
}
.text-name {
    display: flex;
    justify-content: center;
    margin-top: 0.25rem;
    padding: 0 3px;
    text-align: center;
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    line-height: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.boxs-statistic, .lineup, .fbdatastanding, .headtohead {
    display: none;
}


/* Copy Lineup */

/* Loading */
.fbdataloading {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 1rem;
}
.lds-dual-ring {
    display: inline-block;
    width: 40px;
    height: 40px;
  }
  .lds-dual-ring:after {
    content: " ";
    display: block;
    width: 32px;
    height: 32px;
    margin: 8px;
    border-radius: 50%;
    border: 3px solid #05b349;
    border-color: #05b349 transparent #05b349 transparent;
    animation: lds-dual-ring 1.2s linear infinite;
  }

  @keyframes lds-dual-ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  


  .lds-ring {
    display: none;
    position: relative;
    width: 20px;
    height: 20px;
    margin-right: 8px;
  }
  .lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    margin: 8px;
    border: 3px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
  }
  .lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
  }
  .lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
  }
  .lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
  }
  @keyframes lds-ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  

/* Loading */

/* Copy Standing */

.box-bxh {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 24px;
}


.huongdan {
    margin-bottom: 12px;
    color: #666;
    font-size: 14px;
    display: none;
}

.table-scrol-x {
    overflow-x: auto;
    white-space: nowrap;
    float: left;
    width: 100%;
}
.table-scrol-x table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    font-size: 14px;
}

.table-bxh td {
    font-size: 14px;
    position: relative;
    border: 0;
    border-bottom: solid 1px #eaeaea;
    padding: 12px 3px;
    vertical-align: top;
    text-align: center;
}
.table-bxh tr.active {
    background: #f9ebce;
}
.table-bxh tr:hover {
    background: #f0f0f0;
}
.ranknum {
    display: inline-block;
    color: #fff;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 100%;
}
.w-stt {
    width: 7%;
    min-width: 40px;
}

.w-ten-clb {
    width: 33%;
    text-align: left;
}
.table-bxh th {
    font-size: 14px;
    font-weight: normal;
    background: #f0f0f0;
    border: 0;
    border-bottom: solid 1px #eaeaea;
    padding: 12px 6px;
    vertical-align: top;
    position: relative;
}

.bang-abc {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #e0e0e0;
    width: 100%;
    display: grid;
    place-items: center;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.link-clb {
    display: block;
    text-align: left;
    padding-left: 30px;
    position: relative;
}

.bxhclb-icon {
    height: 24px;
    width: 24px;
    float: left;
    position: absolute;
    top: -1px;
    border-radius: 100%;
    left: 0;
}

.bg-color {
    background: #333;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
}

.bgred {
    background: #ed4349;
}

.bggreen {
    background: #37b349;
}
.bgyelow {
    background: #ffae00;
}

.fblock {
    overflow: hidden;
}

.color-info {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 6px;
    font-size: 14px;
    color: #666;
}
.itemcolor {
    display: inline-block;
    position: relative;
    margin-bottom: 6px;
    margin-right: 12px;
}

.bgcolor {
    display: inline-block;
    height: 10px;
    width: 10px;
    border-radius: 100%;
    margin-right: 5px;
}

.color-info ul {
    margin: 6px 0 10px 0;
    float: left;
}

.ul-item li {
    list-style: none;
    display: inline-block;
    margin-right: 24px;
}

.ul-item li span {
    margin-right: 6px;
}
.table-bxh tr td:nth-child(2)::after, .table-bxh tr th:nth-child(2)::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: -1px;
    width: 30px;
    transform: translateX(100%);
    transition: box-shadow 0.3s;
    content: '';
    pointer-events: none;
}
.fbsticky.shadow::after {
    box-shadow: inset 10px 0 8px -8px rgb(0 0 0 / 15%);
}

table.fbdata-fixture-odd td,  table.fbdata-fixture-odd tr, table.fbdata-fixture-odd th{
    margin: 0;
    padding: 0;
    border: none;
    vertical-align: top;
    font-size: 14px;
    padding: 2px;
}
table.fbdata-fixture-odd th {
    font-weight: 600;
    border: 1px solid #fff;
    background: #5574a7;
    color: #fff;
}
table.fbdata-fixture-odd td {
    border: 1px solid #fff;
}


table.fbdata-fixture-odd tr td:nth-child(1) {
    border-right: none;
}
table.fbdata-fixture-odd tr td:nth-child(2) {
    border-right: none;
    border-left: none;
}
table.fbdata-fixture-odd tr td:nth-child(3) {
    border-left: none;
}
table.fbdata-fixture-odd tr td:nth-child(4) {
    border-right: none;
}
table.fbdata-fixture-odd tr td:nth-child(5) {
    border-left: none;
    border-right: none;
}
table.fbdata-fixture-odd tr td:nth-child(6) {
    border-left: none;
}

.fbdataodd {
    display: grid;
    grid-gap: 1px;
}
.fbdataodd span {
    text-align: center;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
    line-height: 1.4;
    cursor: pointer;
    border-radius: 4px;
    font-weight: 500;
}

.fbdataodd span .oddtxt {
    flex: 1;
    color: #000 !important;
    padding: 0;
}
.fbdataodd span .trendup, .fbdataodd span .trenddown {
    width: 15px;
    padding: 0;
}


.fbfour {
    grid-template-columns: 1fr 1fr;
}
.fbfour span:nth-child(1), .fbfour span:nth-child(3), .fbthree span:nth-child(3){
    color: #b50000;
}
.fbfour span:nth-child(2):hover, .fbfour span:nth-child(4):hover, .fbthree span:hover {
   background: #fff;
}
.fbthree {
    grid-template-columns: 1fr;
}

table.fbdata-fixture-odd td {
    background: #c6d4f1;
}
table.fbdata-fixture-odd tr:nth-child(even) td {
    background: #ebebeb;
}
table.fbdata-fixture-odd tr:hover td {
    background: #f5eeb8; 
 }

.no-odd {
    width: 100%;
    text-align: center;
    background: #c6d4f1;
    padding: 10px;
    font-weight: 600;
}

.fbdata-odd-tbl {
    width: 100%;
    display: none;
    overflow-x: auto;
}
@media screen and (max-width: 960px) {
    .huongdan {
        display: block;
    }
    .th-data::before {
        content: attr(data-name) "";
        display: block;
    }
    .hi_m {
        display: none;
    }
    .link-clb {
        padding-left: 26px;
    }
    .bxhclb-icon {
        height: 20px;
        width: 20px;
    }
}

@media screen and (max-width: 800px) {
    .table-bxh tr td:first-child {
        position: -webkit-sticky;
        position: sticky;
        left: 0;
        z-index: 999;
        background: #fff;
    }
    .table-bxh tr td:nth-child(2) {
        position: -webkit-sticky;
        position: sticky;
        left: 40px;
        z-index: 999;
        background: #fff;
    }
    .table-bxh tr th:first-child {
        position: -webkit-sticky;
        position: sticky;
        left: 0;
        z-index: 999;
        background: #f0f0f0;
    }
    .table-bxh tr th:nth-child(2) {
        position: -webkit-sticky;
        position: sticky;
        left: 40px;
        z-index: 999;
        background: #f0f0f0;
    }
}

.fbdatabetmodal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    max-width: 420px;
    background: #fff;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    border-radius: 6px;
    z-index: 999;
}

.fbdatabetmodal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    border-bottom: 1px solid #37b349;
}
.fbdatabetmodal-header span {
    font-size: 18px;
    font-weight: 600;
}


.fbdatabetmodal-header .fbdatabetmodal-close {
    font-size: 24px;
    font-weight: 600;
    cursor: pointer;
}
.fbdatabetmodal-body {
    padding: 10px;
}
.fbdatabetinfo {
    margin-bottom: 0.6rem;
}
.fbdatabetinfo input {
    outline: none !important;
    padding: 4px !important;
    border: 1px solid #ccc !important;
    flex: 1;
    transition: all 0.2s;
    line-height: 1.4;
    background-color: transparent;
}
.fbdatabetinfo input:focus {
    border-color: var(--fb-primary-color) !important;
}
.fbdatabetinfo.fbbet {
    display: flex;
    align-items: center;

}
.fbdatabetinfo .fbdatabetamount {
    margin-right: 10px;
}
.fbdatabetmodal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 10px;
}
.bet-cancel {
    padding: 5px 10px;
    background-color: orange;
    border-radius: 4px;
    color: #fff;
    margin-right: 10px;
    width: 85px;
    text-align: center;
    cursor: pointer;
}
.bet-submit {
    padding: 5px 10px;
    background-color: #37b349;
    border-radius: 4px;
    color: #fff;
    width: 85px;
    text-align: center;
    cursor: pointer;
    display: flex;
    justify-content: center;
}

.bet-submit:hover {
    opacity: 0.8;
}

@media screen and (max-width: 568px) {
    table.fbdata-fixture-odd td, table.fbdata-fixture-odd tr, table.fbdata-fixture-odd th {
        font-size: 13px;
    }
    .fbdataodd span {
        font-size: 12px;
    }
    .fboddtime span, .fboddmatch span {
        font-size: 12px;
    }
}

@media screen and (max-width: 359px) {
    .table-bxh th {
        font-size: 13px;
    }
}


/* Copy Standing */

@keyframes progress {
    0% {
        background-position: 100%
    }

    100% {
        background-position: 0
    }
}



@media only screen and (max-width: 960px) {
    .tablink {
        display: table-cell;
        padding: 8px;
        float: none;
        font-size: 13px;
    }
    .tabnav {
        display: table;
        width: 100%;
    }
}

@media screen and (max-width: 568px) {
    .columns-other {
        justify-content: center;
    }
    .fbdata-all {
        margin-right: 0;
    }
    .fbdata-cancel {
        margin-right: 0;
    }
    .fbdata-footer {
        justify-content: space-around;
    }
    /* .fbdata-league-body {
        maxheight: 68vh;
        grid-template-columns: 1fr;
    } */

    .football-match {
        flex-direction: column;
    }
    .columns-match-wrp {
        order: 1;
        flex-direction: column;
    }
    .columns-time {
        order: 2;
        width: 100%;
        margin-top: 10px;
        text-align: center;
        font-weight: 600;
    }
    .fbdata-team {
        flex-direction: column;
    }
    .fbdata-team.fbleft, .fbdata-team.fbright {
        justify-content: center;
    }
    .fbdata-item-img.fbleft {
        margin: 0;
    }
    .fbdata-item-text.fbright {
        margin: 0;
        order: 2;
    }
    .fbdata-item-img.fbright {
        order: 1;
    }

    .fbdata-item-img img {
        height: 60px;
    }
    .fbdata-item-img {
        width: 60px;
    }
    .fbdata-item-text {
        font-size: 16px;
        margin-top: 0.6rem;
    }
    .fbdata-score {
        font-size: 28px;
    }
    .info-left {
        text-align: right;
    }
    .info-right {
        text-align: left;
    }
    .fhead-left a {
        width: 200px;
    }
}

.tlk-table table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    font-size: 14px;
}


.fbodd-league {
    display: flex;
    align-items: center;
    background: #f3f3f3;
    padding: 2px;
    font-weight: 600;
}

.tlk-table table thead tr td {
    font-weight: 600;
    border: 1px solid #e3e3e3;
    background: #5574a7;
    color: #fff;
    padding: 2px;
    text-align: center;
    font-size: 14px;
}
.tlk-table table td {
    vertical-align: top;
    border: 1px solid #c1c1c1;
    background: #dae5fc;
    padding: 2px;
}
.tlk-table table tr.row-head td {
    padding: 0;
}
.tlk-table.live table thead tr td {
    font-weight: 600;
    border: 1px solid #e3e3e3;
    background: #5574a7;
    color: #fff;
    padding: 2px;
    text-align: center;
    font-size: 14px;
}
.tlk-table.live table td {
    vertical-align: top;
    border: 1px solid #c1c1c1;
    background: #f9d5d5;
}

.tlk-table table tbody tr td:first-child {
    width: 45px;
    vertical-align: middle;
    text-align: center;
    font-weight: 500;
}
.tlk-table table tbody tr td:nth-child(2) {
    width: 165px;
    overflow: hidden;
}
.tlk-table table tbody tr.row-0 td {
    background: #c6d4f1;
}
.tlk-table table tbody tr.row-1 td {
    background: #ebebeb;
}
.fboddtime, .fboddmatch {
    display: flex;
    flex-direction: column;
}
.fboddmatch span {
    display: flex;
    padding: 2px;
    line-height: 1.4;
    font-weight: 500;
}
.fboddmatch span.fbstrong {
    color: #b50000;
}

.tlk-table table tbody tr td:nth-child(3), .tlk-table table tbody tr td:nth-child(6) {
    border-right: none;
}
.tlk-table table tbody tr td:nth-child(4),  .tlk-table table tbody tr td:nth-child(7) {
    border-right: none;
    border-left: none;
}
.tlk-table table tbody tr td:nth-child(5), .tlk-table table tbody tr td:nth-child(8) {
    border-left: none;
}

.tlk-table table tbody tr:hover td {
    background: #f5eeb8;
}
.tlk-table {
    width: 100%;
    overflow-y: auto;
}
#fbtlk {
    font-size: 16px;
    position: relative;
}
.trendup {
    color: green !important;
    font-size: 8px !important;
    padding-left: 5px !important;
    background: transparent !important;
}
.trenddown {
    color: red !important;
    font-size: 8px !important;
    padding-left: 5px !important;
    background: transparent !important;
}

.fbdataodd .fbdataoddlive{
    background: #ffe7e7;
}
.fbdataodd .fbcolor {
    background: #ffe7e7;
}

.fbdataodd span[data-main="1"], .fbdataodd .fboddup, .fbdataodd .fboddown {
    -webkit-animation: blinkbg 2s infinite;  /* Safari 4+ */
    -moz-animation: blinkbg 2s infinite;  /* Fx 5+ */
    -o-animation: blinkbg 2s infinite;  /* Opera 12+ */
    animation: blinkbg 2s infinite;  /* IE 10+, Fx 29+ */
}

@-webkit-keyframes blinkbg {
    0%, 49% {
      background-color: #ffe7e7;
    }
    50%, 100% {
      background: transparent;
    }
}

.fb-history-tbl {
    font-size: 15px;
    color: #000;
    border-collapse: collapse;
    width: 100%;
}
.fb-history-tbl th {
    background: #5574a7;
    color: #fff;
}
.fb-history-tbl td, .fb-history-tbl th {
    padding: 5px;
    line-height: 1;
}
.fb-history-tbl td {
    background: #f0f0f0;
    border: 1px solid #e7e7e7;
}
.fb-history-tbl tr td:nth-child(2) {
    border-right: none;
}
.fb-history-tbl tr td:nth-child(3) {
    border-right: none;
    border-left: none;
}
.fb-history-tbl tr td:nth-child(4) {
    border-left: none;
}
/* .fb-history-tbl tr:nth-child(even) td {
    background: #f9d5d5;
} */

.fb-history-tbl td div p {
    margin-bottom: 5px;
}

.fb-history-tbl .bet-match-info p strong {
    font-weight: 600;
}
.fb-history-tbl tbody tr td:not(:first-child) {
    text-align: center;
}
.bet-status {
    display: inline-block;
    padding: 5px 8px;
    border-radius: 4px;
    font-size: 14px;
    background: #ADE792;
}
.bet-status.loss {
    background: #D61355;
    color: #fff;
}
.bet-status.draw {
    background: #FCE22A;
    color: #000;
}
.bet-status .pending {
    background: #865DFF;
}
.fb-bet-tips {
    font-size: 16px;
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
    grid-gap: 10px;
}
@media screen and (min-width: 768px) {
    .fb-bet-tips {
        grid-template-columns: 1fr 1fr;
    }
}
.tip-item {
    padding: 5px;
    border-radius: 4px;
    background: #ececec;
}
.tip-team, .tip-vs {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.tip-team div, .tip-vs span.tip-time {
    font-weight: 600;
    text-align: center;
}
.tip-team div {
    width: 100px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.tip-item-header {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
}

.tip-team img {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    border: 2px solid #c1c1c1;
    margin-bottom: 8px;
    padding: 5px;
}
.tip-item-footer {
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.more-tip {
    margin-top: 8px;
    color: #1e73be;
    text-decoration: underline;
    cursor: pointer;
}
.fbbettip {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    max-width: 720px;
    background: #fff;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    border-radius: 6px;
    z-index: 999;
}
.fbbettip.open {
    display: block;
}

.fbtipmodal {
    font-size: 16px;
    border-collapse: collapse;
    border: none;
    width: 100%;
}
.fbtipmodal td, .fbtipmodal th {
    padding: 0;
    line-height: 1;
    padding: 8px;
    border: 1px solid #c1c1c1;
}
.tip-body-modal {
    padding: 5px;
}
.tip-header-modal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 10px;
    /* border-bottom: 1px solid #ccc; */
}

.tip-header-modal span {
    font-weight: 600;
    font-size: 19px;
}

.tip-header-modal .fb-close {
    font-weight: 700;
    font-size: 24px;
    cursor: pointer;
}
.tip-userinfo {
    position: relative;
}
.tip-userinfo .tipusername {
    display: block;
    width: 100%;
    cursor: pointer;
    color: #1677ff;
    text-decoration: underline;
    padding: 5px;
}
.tip-userinfo span:hover + .userinfodrop {
    display: block;
}
.userinfodrop {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 220px;
    padding: 5px;
    background: #e6e6e6;
    color: black;
    z-index: 99;
    border-radius: 4px;
}
.userinfodrop div {
    padding: 5px;
}

.performance span {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 2px;
}

.performance span.perform-L {
    background: red;
}
.performance span.perform-D {
    background: yellow;
}
.performance span.perform-W {
    background: green;
}

.need-login {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    max-width: 420px;
    background: #fff;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    border-radius: 6px;
    z-index: 999;
    padding: 20px;
}

.need-login .fbdatabetmodal-close {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 24px;
    font-weight: 600;
    cursor: pointer;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.need-login-body {
    padding: 10px;
    text-align: center;
    font-weight: 600;
}
.bet-order-tab {
    display: flex;
    margin-bottom: 0.5rem;
}
.bet-order-tab-item {
    padding: 5px 8px;
    margin: 2px;
    border-radius: 2px;
    background: #ebe9eb;
    color: #252525;
    cursor: pointer;
    transition: all 0.2s;
}
.bet-order-tab-item.active, .bet-order-tab-item:hover {
    background: #5574a7;
    color: #fff;
}
.no-bet-pending {
    text-align: center;
    font-weight: 600;
    padding: 20px;
    background: #ddd;
    border-radius: 2px;
}

.fbuser-profile {
    display: inline-block;
    padding: 5px;
    position: relative;
    border: 1px solid transparent;
}

.fbuser-ava {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.fbuser-ava .fbname{
    width: 130px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 3px;
    text-align: right;
    font-weight: 600;
    color: #000;
}
.fbuser-ava span {
    font-size: 12px;
}

.fbuser-dropdown {
    position: absolute;
    top: 0;
    right: 50%;
    left: 50%;
    width: 230px;
    display: block;
    font-size: 14px;
    color: #000;
    background: #e0e0e0;
    border-radius: 3px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s;
    transform: translate(-50%, 0%);
    height: 0;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 0.3rem;
}

.fbuser-profile.active .fbuser-dropdown {
    z-index: 9999;
    visibility: visible;
    top: calc(100% + 12px);
    opacity: 1;
    height: 330px;
}

.fbuser-profile.active {
    border: 1px dashed #949494;
}
.fb-performance {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border-bottom: 1px solid #ccc;
}
.fb-performance-circle {
    display: flex;
    align-items: center;
    justify-content: center;
}
.fb-performance-text {
    color: #757575;
    font-size: 10px;
    text-transform: uppercase;
}

.fb-performance-circle span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 2px;
}
span.perform0 {
    background-color: #FFD966;
}
span.perform1 {
    background-color: #82CD47;
}
span.perform-1 {
    background-color: #DF2E38;
}
.fb-profit {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 5px;
    background: #fff;
}
.fb-profit-r, .fb-profit-percent {
    flex: 1;
}
.fb-profit-r-amount, .fb-bet-item-right-top {
    font-weight: 600;
    color: #000;
    font-size: 19px;
    text-align: center;
}
.fb-profit-text, .fb-bet-item-right-down {
    color: #757575;
    text-align: center;
    font-size: 10px;
    text-transform: uppercase;
}
.fb-bet-item {
    display: flex;
    padding: 5px;
    border-bottom: 1px solid #ccc;
    background: #fff;
}
.fb-bet-item-dt {
    flex: 1;
    display: flex;
}
.fb-bet-item-left {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.fb-bet-item-right {
    flex: 1;
}
.fb-bet-item-left img {
    width: 27px;
}
.fb-bet-item:last-child {
    border: none;
}
.fbarrow-up {
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #e0e0e0;
    position: absolute;
    top: -12px;
    right: 50%;
    left: 50%;
    transform: translate(-50%, 0);
}
.fbuser-dropdownbody {
    padding: 5px;
}

.fbltd-slider-item {
    display: flex;
    flex-direction: column;
    background: #ebe9eb;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
    padding: 10px;
    font-size: 15px;
    height: 260px;
}
.fbltd-slider-item-time, .fbltd-slider-item-hour {
    margin-bottom: 8px;
    text-align: center;
}
.fbltd-slider-item-time {
    font-weight: 600;
}

.fbltd-slider-item-hour {
    font-size: 13px;
}
.fbltd-slider-vs {
    display: flex;
    align-items: center;
    justify-content: center;
}
.fbltd-slider-team img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 2px solid #ccc;
}

.fbltd-slider-goals {
    height: 40px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #7e7e7e;
    margin: 0 8px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    border-radius: 4px;
}
.fbltd-slider-vs {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.fbltd-slider-vs-text {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}
.fbltd-slider-title {
    font-weight: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}
.fbltd-slider-team {
    display: flex;
    align-items: center;
    justify-content: center;
}
.fbltd-widget-item {
    width: 100%;
}
.fbltd-widget-item-head {
    display: flex;
    align-items: center;
    background: #ddd;
    padding: 5px;
}

.fbltd-widget-item-head-img {
    width: 25px;
    height: 25px;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    padding: 2px;
    background: #fff;
    margin-right: 10px;
}

.fbltd-widget-item-head-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.fbltd-widget-item-head-league {
    font-weight: 700;
    color: #383838;
    width: 100%;
    max-width: 320px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.fbltd-widget-item-match {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 8px 0;
    background: #fff;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
}
.fbltd-widget-item-match-wrp {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fbltd-widget-item-match-team {
    width: 30px;
    height: 30px;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    padding: 2px;
    background: #fff;
    margin-right: 10px;
}

.fbltd-widget-item-match-team img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.fbltd-widget-item-match-vs {
    padding: 2px 8px;
    margin: 0 8px;
    background: var(--fbwg-primary-color);
    color: #fff;
    border-radius: 5px;
    font-weight: bold;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fbltd-widget-item-match-left, .fbltd-widget-item-match-right {
    display: flex;
    flex-direction: column;
    flex: 2;
}
.fbltd-widget-item-match-mid {
    flex: 1;
}

.fbltd-widget-item-match-left {
    align-items: flex-end;
}
.fbltd-widget-item-match-right {
    align-items: flex-start;
}
.fbltd-widget-item-match-team {
    margin-bottom: 5px;
}
.fbltd-widget-item-match-teamname {
    font-weight: 600;
    width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.fbltd-widget-item-match-datetime .columns-time {
    text-align: center;
}
.fbltd-widget-item-match-left .fbltd-widget-item-match-teamname {
    text-align: right;
}
.fbuser-balance {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.fb-readmore-mask {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: end;
    justify-content: center;
    background-image: linear-gradient(360deg, #fff 20%, transparent);
}
.fb-readmore-btn {
    padding: 5px 15px;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
}

.predict-macao-item {
    display: flex;
    flex-direction: column;
}

.predict-macao-item-info {
    display: grid;
    grid-template-columns: 1fr 3fr 1fr;
}

.pmi-vs {
    display: flex;
}

.pmi-vs-left, .pmi-vs-right {
    flex: 1;
}

.pmi-vs-mid {
    width: 40px;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pmi-vs-left-meta {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    flex: 1;
}

.pmi-vs-right-meta {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1;
}

.pmi-vs-left, .pmi-vs-right {
    align-items: center;
    display: flex;
}

.pmi-vs-left-image {
    margin-left: 10px;
    width: 30px;
}
.pmi-vs-right-image {
    margin-right: 10px;
    width: 30px;
}
.pmi-league-time {
    font-size: 12px;
}

.pmi-vs-left-meta-name, .pmi-vs-right-meta-name {
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.predict-macao {
    background: #fff;
    color: #000;
}

.predict-macao-item {
    margin-bottom: 10px;
}

.pmi-vs-left-meta-per, .pmi-vs-right-meta-per {
    display: flex;
}
.pmi-vs-left-meta-per span + span, .pmi-vs-right-meta-per span + span {
    margin-left: 4px;
}

span.perform-D {
    color: blue;
    font-weight: 600;
}
span.perform-W {
    color: green;
    font-weight: 600;
}
span.perform-L {
    color: red;
    font-weight: 600;
}

.predict-macao-item-info {
    margin-bottom: 8px;
    background-color: #f7f7f7;
    padding: 3px;
}

.predict-text {
    font-weight: 600;
}

@media screen and (max-width: 512px) {
    .league-fake {
        display: none;
    }

    .predict-macao-item-info {
        grid-template-columns: 1fr;
    }
    .pmi-vs {
        order: 1;
    }
    .pmi-league {
        order: 2;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .pmi-league-time {
        font-size: 15px;
        margin-left: 8px;
    }
}