@import url('https://fonts.googleapis.com/css2?family=Overpass:wght@400;700;900&display=swap');body {
    font-family: Overpass
}


header {
    background-color: #102226!important
}

.sport-bg {
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
    padding-bottom: 80px
}

.sport-bg::-webkit-scrollbar {
    display: none
}

.contentWrapper {
    position: relative;
    max-width: 1200px;
    margin: auto
}

.sport-main-container {
    margin-bottom: 50px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.sport-menu-row {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    background-color: #000;
    text-align: center;
    height: 60px
}

.sport-menu-row>div {
    position: relative;
    width: 150px;
    height: 100%;
    font-size: 18px;
    font-family: Overpass;
    font-weight: 900;
    cursor: pointer;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center
}

.sport-menu-row>div>img {
    margin-left: 10px;
    height: 24px
}

.sport-menu-row>div.active {
    color: #FFD800;
    text-decoration: underline
}

.sport-menu-row>div.active .end-label {
    background-color: #0F3232
}

.sport-menu-row>div .running-label {
    position: absolute;
    left: 50%;
    bottom: 1px;
    width: auto;
    padding: 3px 5px;
    font-size: 14px;
    line-height: 14px;
    background-color: #C39433;
    border-radius: 2px;
    transform: translateX(-50%)
}

.sport-prediction-tab {
    display: none;
    color: #FFF;
    background-color: #E4E5E6
}

.sport-prediction-tab.active {
    display: block
}

.prize-pool-banner {
    padding: 22px 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%
}

.prize-pool-current {
    font-size: 32px;
    font-weight: 900
}

.prize-pool-amount {
    color: #FFD800;
    font-family: Overpass;
    font-weight: 900;
    font-size: 50px;
    line-height: 60px
}

.prize-pool-amount>span {
    margin-left: 10px
}

.prize-pool-update {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 23px
}

.prediction-duration {
    background-color: #3C3C3C;
    font-family: Overpass;
    font-size: 18px;
    font-weight: 400;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    padding: 0 40px
}

.sport-big-title {
    color: #000;
    font-family: Overpass;
    font-weight: 700;
    font-size: 30px;
    line-height: 37px;
    text-align: center;
    margin: 16px 0 30px
}

.sport-how-to-play-step {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%
}

.sport-how-to-play-step>div {
    background-color: #FFF;
    color: #000;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.sport-step-content {
    text-align: center;
    position: relative;
    margin: 0 10px;
    width: 280px;
    height: 280px
}

.sport-step-content>img {
    width: 110px;
    height: 110px;
    margin: 12px 0
}

.sport-step-content .step-txt {
    font-family: Overpass;
    font-weight: 900;
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 2px
}

.sport-step-content .desc {
    font-family: Overpass;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px
}

.sport-step-content .desc>span {
    text-decoration: underline;
    text-transform: uppercase;
    font-family: Overpass;
    font-weight: 900;
    font-size: 16px;
    line-height: 18px;
    color: #646464;
    cursor: pointer
}

.ov-cta-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 50px 0 31px
}

.ov-cta-row .cta-btn {
    height: 60px;
    width: 350px;
    font-size: 18px;
    font-family: Overpass;
    font-weight: 900;
    border-radius: 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center
}

.ov-cta-row .sport-play-now {
    color: #000;
    background-color: #FFD800;
    margin-right: 25px
}

.ov-cta-row .sport-faq-trigger {
    color: #FFF;
    background-color: #000;
    margin-left: 25px
}

.sport-tnc .sport-tnc-trigger {
    padding: 0 0 30px;
    color: #000;
    font-size: 18px;
    line-height: 23px;
    font-family: Overpass;
    border: unset;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    text-decoration: underline
}

.sport-tnc-content {
    display: none;
    padding: 30px 55px;
    background-color: #fff;
    color: #000;
    font-family: Overpass;
    font-weight: 400;
    font-size: 16px;
    text-align: left
}

.sport-tnc-title {
    margin-top: 20px;
    font-family: Overpass;
    font-weight: 900
}

.prediction-rank-header {
    min-height: 120px;
    background-color: #1E1E1E;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 23px 0 22px
}

.prediction-rank-header .rank-summary-wrap {
    padding: 20px 25px;
    border: 4px solid rgba(228,229,230,.5);
    border-radius: 15px
}

.currentUserRank {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 30px;
    color: #FFF;
    background-color: #646464;
    font-size: 14px;
    font-weight: 900;
    border-radius: 5px
}

.currentUserRank.toprank {
    color: #000;
    background-color: #FFD800
}

.currentUserRank .currentUserRank-icon {
    display: none
}

.currentUserRank.toprank .currentUserRank-icon {
    display: block
}

.currentUserRank>span {
    padding: 0 5px
}

.prediction-rank-header .sport-user-name {
    color: #FFF;
    font-size: 20px;
    font-weight: 900
}

.prediction-rank-header .history-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 30px;
    margin: 0 5px;
    color: #000;
    background-color: #E4E5E6;
    font-size: 14px;
    font-weight: 900;
    border-radius: 1rem;
    cursor: pointer
}

.prediction-rank-header .predict-share-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 30px;
    margin: 0 5px;
    color: #FFF;
    background-color: #646464;
    font-size: 14px;
    font-weight: 900;
    border-radius: 1rem;
    text-align: center;
    cursor: pointer
}

.sport-event-slider {
    width: 40%;
    height: 193px;
}

.sport-event-slider .bx-wrapper {
    height: 100%;
    margin-bottom: 0px !important;
}

.sport-event-slider .bx-wrapper img {
    max-width: 100% !important;
    border-radius: 0.5rem;
    cursor: pointer;
}

.sport-event-slider .bx-pager {
    bottom: 14px;
}

.invicible-banner {
    width: 40%;
    cursor: pointer
}

.user-info-points {
    margin-top: 15px;
    padding: 10px 0;
    color: #FFF;
    background-color: #3C3C3C;
    font-size: 12px;
    border-radius: 10px;
    text-align: center
}

.user-info-points>div {
    width: calc(100% / 3)
}

.accUserPrize,.accUserBooster {
    cursor: pointer
}

.numberOfPoint,.numberOfPrize {
    font-size: 16px;
    font-weight: 900
}

.numberOfBooster {
    color: #FFD800;
    font-size: 16px;
    font-weight: 900;
    text-decoration: underline
}

.numberOfBooster.beforelogin {
    color: #FFF;
    text-decoration: none
}

.prediction-container {
    padding: 30px 150px
}

#prediction-matchDate {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 70%;
    margin: 0 auto;
    text-align: center
}

#prediction-matchDate>div {
    padding: 10px 0;
    width: 23%;
    color: #000;
    background-color: #FFF;
    font-size: 16px;
    line-height: 20px;
    border-radius: 10px;
    cursor: pointer
}

#prediction-matchDate>div.active {
    color: #FFD800;
    background-color: #000;
    border: 2px solid
}

.dayTxt {
    font-weight: 900
}

#matchDetail {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
    color: #000
}

.predicationMatchRow-bg {
    position: relative;
    width: 435px;
    margin-bottom: 20px;
    background-color: #FFF;
    border-radius: 10px
}

.predicationMatchRow-bg.warning .team-box {
    border: 3px solid #F00
}

.predicationMatchRow-bg.warning .matchSubmitButton {
    border: 3px solid #F00
}

.predicationMatchRow-bg.warning .select-team-text {
    display: block
}

.predicationMatchRow-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(30 30 30 / 50%);
    border-radius: 10px;
    z-index: 1
}

.predicationMatchRow-header {
    display: flex;
    align-items: center;
    height: 35px;
    color: #FFF;
    background-color: #000;
    font-size: 12px;
    line-height: 12px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px
}

.predicationMatchRow-match-date {
    width: 70%;
    padding: 0 20px
}

.predicationMatchRow-match-num {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 30%;
    height: 100%;
    padding: 0 10px;
    background-color: #3C3C3C;
    border-top-right-radius: 10px
}

.predicationMatchRow-match-num .infoPopup {
    font-size: 18px;
    cursor: pointer
}

.predicationMatchRow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 70%;
    margin: 0 auto;
    padding: 10px 0;
    text-align: center
}

.teamOneRow,.teamTwoRow,.predictionVS {
    display: flex;
    width: calc(100% / 3 - 8px);
    flex-direction: column;
    position: relative;
    justify-content: center;
    align-items: center
}

.teamOne,.teamTwo {
    font-size: .9rem;
    font-weight: 900;
    text-transform: uppercase;
    white-space: nowrap
}

.predictionVS {
    font-size: 2.4rem;
    font-weight: 900
}

.predictionScore {
    position: absolute;
    margin-top: 20%;
    left: 50%;
    transform: translateX(-50%);
    padding: 6px 16px;
    color: #FFF;
    background-color: #3C3C3C;
    font-size: 12px;
    line-height: 14px;
    font-weight: 900;
    letter-spacing: 2px;
    border-radius: 10px
}

.team-box {
	z-index:1;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    color: #FFF;
    background-color: #E4E5E6;
    border-radius: 100%;
    cursor: pointer
}

.team-box.active {
    background-color: #000;
    border: 4px solid #FFD800
}

.predicationMatchRow-bg.tbc .team-box {
    cursor: default
}

.predicationMatchRow .countryFlag {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 75%;
    height: 75%;
    overflow: hidden
}

.matchHandicap {
    margin-top: 5px
}

.matchHandicap .handicapTxt {
    font-size: 1rem;
    line-height: 1rem;
    font-weight: 900
}

.matchTotalBet {
    margin-top: 5px;
    font-size: .8rem;
    white-space: nowrap
}

.matchTotalBet-red {
    color: #F00;
    font-weight: 900
}

.matchTotalBet-green {
    color: #019D10;
    font-weight: 900
}

.matchTotalBet-grey {
    color: #0004D;
    font-weight: 900
}

.betRow {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 12px 20px;
    background-color: #1E1E1E;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.select-team-text {
    display: none;
    padding-right: 20px;
    color: red;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700
}

.matchGoldButton {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 100px;
    padding: 10px 20px;
    background: #FFD800;
    font-size: 16px;
    line-height: 16px;
    font-weight: 900;
    border-radius: 20px;
    white-space: nowrap;
    cursor: pointer
}

.matchWhiteButton {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 100px;
    padding: 10px 20px;
    color: #000;
    background: #FFF;
    font-size: 16px;
    line-height: 16px;
    font-weight: 900;
    border-radius: 20px;
    cursor: default
}

.matchSubmitButton {
    opacity: .5
}

.matchSubmitButton.active {
    opacity: 1
}

.matchBetBoostIcon {
    height: 30px;
    margin-right: 20px
}

.matchKickoffText {
    margin: 0 1rem;
    color: #FFF;
    font-size: .9rem
}

.matchKickoffTime {
    padding: 8px 1rem;
    color: #FFF;
    background-color: #646464;
    font-size: .9rem;
    line-height: .9rem;
    border-radius: 5px
}

.matchTeamResult {
    color: #FFD800;
    font-size: 14px;
    line-height: 16px
}

.matchTeamResult>span {
    font-weight: 900
}

.leaderboard-rank-header {
    min-height: 120px;
    background-color: #1E1E1E;
    color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 23px 0 22px
}

.leaderboard-rank-header .rank-summary-wrap {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 8px 20px;
    border: 4px solid rgba(228,229,230,.5);
    border-radius: 15px
}

.leaderboard-rank-header .rank-label {
    height: 30px;
    width: 130px;
    background-color: #FFD800;
    border-radius: 5px;
    color: #000;
    font-family: Overpass;
    font-weight: 900;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-right: 25px
}

.leaderboard-rank-header .rank-label>span {
    margin-left: 3px
}

.leaderboard-rank-header .sport-user-name {
    padding-right: 20px;
    color: #FFF;
    font-size: 20px;
    font-weight: 900;
    border-right: 1px solid #fff
}

.leaderboard-rank-header .sport-user-point {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 15px;
    margin-right: 56px;
    font-size: 14px
}

.leaderboard-rank-header .sport-user-point>span {
    font-size: 18px;
    line-height: 22px;
    font-weight: 900
}

.leaderboard-rank-header .history-btn {
    height: 35px;
    width: 100px;
    background-color: #E4E5E6;
    border-radius: 100px;
    color: #000;
    font-family: Overpass;
    font-weight: 900;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.leaderboard-tbl-header {
    background-color: #000;
    color: #fff;
    text-align: center;
    min-height: 100px;
    padding: 17px 0 19px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.leaderboard-tbl-header .tbl-title {
    color: #FFF;
    font-family: Overpass;
    font-weight: 900;
    font-size: 35px;
    line-height: 44px;
    letter-spacing: 0
}

.leaderboard-disclaimer-myr,.leaderboard-disclaimer-usd {
    color: rgba(255,255,255,.35);
    font-size: 17px;
    font-style: italic
}

.leaderboard-countdown,.leaderboard-countdown-ended {
    font-weight: 900
}

.leaderboard-month-select {
    font-weight: 900;
    cursor: pointer
}

.leaderboard-monthpicker {
    display: none;
    position: absolute;
    top: 30px;
    right: 0;
    padding: 10px 5px;
    width: 250px;
    color: #000;
    background-color: #FFF;
    text-align: center;
    border-radius: 10px;
    z-index: 1
}

.leaderboard-monthpicker-row-year {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 900
}

.leaderboard-monthpicker-prev,.leaderboard-monthpicker-next {
    margin: 0 5px;
    cursor: pointer
}

.leaderboard-monthpicker-row-month {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap
}

.leaderboard-monthpicker-row-month>div {
    width: 25%;
    padding: 5px 10px;
    cursor: pointer
}

.leaderboard-monthpicker-row-month>div.disabled {
    opacity: .2;
    cursor: not-allowed
}

.leaderboard-monthpicker-row-month>div.selected {
    font-weight: 900;
    border: 1px solid #707070;
    border-radius: 5px
}

#leaderboard1,#leaderboard2 {
    padding-bottom: 10px;
    color: #000;
    text-align: center
}

.rankingTable-header {
    display: flex;
    justify-items: center;
    align-items: center;
    width: 100%;
    height: 50px;
    padding: 10px 0;
    font-size: 18px;
    font-weight: 900;
    background-color: #FFD800
}

.sportRankingTable {
    margin: auto;
    background-color: #FFF
}

#leaderboard1 .rankingTable-header div,#leaderboard1 .sportRankingTableRow div {
    width: 20%
}

#leaderboard2 .rankingTable-header div,#leaderboard2 .sportRankingTableRow div {
    width: 17%
}

#leaderboard2 .rankingTable-header div:nth-child(1),#leaderboard2 .sportRankingTableRow div:nth-child(1) {
    width: 14%
}

#leaderboard2 .rankingTable-header div:nth-child(2),#leaderboard2 .sportRankingTableRow div:nth-child(2) {
    width: 18%
}

.sportRankingTableRow {
    position: relative;
    display: flex;
    justify-items: center;
    align-items: center;
    padding: 8px 0;
    font-size: 16px
}

.sportRankingTableRow:nth-child(odd) {
    background-color: #E4E5E6
}

.leaderboard-rank1 {
    font-size: 18px;
    font-weight: 900
}

.leaderboard-top3 {
    font-size: 18px;
    font-weight: 900
}

.sportRankingTableRow.myRank {
    color: #FFD800;
    background-image: linear-gradient(to right,#000,#3C3C3C)
}

.sportRankingTableRow.myRank::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #FFD800
}

.sportViewTipster {
    font-size: 16px;
    font-weight: 400;
    text-decoration: underline;
    cursor: pointer
}

.modal-backdrop.show {
    z-index: 1051
}

.sport-main-container .modal {
    z-index: 1052
}

.sport-main-container .modal-header {
    padding: 10px 0;
    font-size: 30px;
    font-weight: 900;
    font-family: Overpass
}

.sport-main-container .modal-content,.sport-main-container .modal-body {
    margin: 0
}

#sport-FAQ-popup .modal-dialog {
    max-width: 700px
}

.sportFaqContent {
    padding: 1rem 2.5rem 2rem;
    font-size: 18px
}

.sportFaqContent>span {
    font-weight: 900
}

.sportFaqQuestion {
    margin-left: 16px;
    text-indent: -16px;
    letter-spacing: 0;
    color: #000;
    font-weight: 900
}

.sportFaqAnswer {
    margin-left: 20px;
    margin-bottom: 25px;
    text-indent: -20px
}

.sportFaqQuestion b,.sportFaqAnswer b {
    font-family: Overpass;
    font-weight: 900
}

.sportFaqAnswer table {
    margin-top: 5px;
    margin-left: -16px;
    color: #FFF;
    border: 1px solid;
    font-family: Overpass;
    font-weight: 400;
    font-size: 18px;
    text-align: center
}

.sportFaqAnswer table th,.sportFaqAnswer table td {
    padding: 10px;
    font-size: 14px;
    text-indent: 0;
    text-align: center
}

.sport-gold-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    color: #000;
    background-color: #FFD800;
    border: 0;
    font-size: 1.1rem;
    line-height: 1.1rem;
    font-weight: 900;
    border-radius: 2rem;
    text-align: center;
    cursor: pointer
}

.sport-white-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 40px;
    background-color: transparent;
    border: 2px solid #FFD800;
    color: #000;
    font-size: 1.1rem;
    line-height: 1.1rem;
    font-weight: 900;
    border-radius: 2rem;
    text-align: center;
    cursor: pointer
}

.sport-popup-gold-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    min-height: 50px;
    margin: auto;
    padding: 10px 0;
    color: #000;
    background-color: #FFD800;
    font-size: 18px;
    font-weight: 900;
    border-radius: 2rem;
    text-align: center;
    cursor: pointer
}

.sport-popup-grey-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    min-height: 50px;
    margin: auto;
    padding: 10px 0;
    color: #FFF;
    background-color: #646464;
    font-size: 18px;
    font-weight: 900;
    border-radius: 2rem;
    text-align: center;
    cursor: pointer
}

.sport-popup-black-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    min-height: 50px;
    margin: auto;
    padding: 10px 0;
    color: #FFF;
    background-color: #000;
    font-size: 18px;
    font-weight: 900;
    border-radius: 2rem;
    text-align: center;
    cursor: pointer
}

.login-popup-content {
    padding: 20px 50px 30px;
    font-size: 18px;
    font-weight: 900;
    text-align: center
}

.currency-rate {
    font-size: 28px;
    font-weight: 900
}

.share-platform {
    width: 65px;
    margin: 0 10px;
    cursor: pointer
}

.share-copy-text {
    width: 75%;
    height: 39px;
    padding: 5px;
    font-size: 14px;
    font-weight: 400;
    overflow: hidden;
    border: 1px solid #000;
    white-space: nowrap
}

.share-copy-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25%;
    height: 39px;
    color: #000;
    background-color: #FFD800;
    font-size: 16px;
    cursor: pointer
}

#myHistory-nav .modal-content,#tipster-nav .modal-content {
    padding: 10px 50px;
    color: #000;
    background-color: #E4E5E6
}

.myHistory-title,.tipster-title {
    margin: 10px 0 20px;
    font-size: 30px;
    font-weight: 900;
    text-align: center
}

.myHistory-info,.tipster-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    padding: 10px 20px;
    color: #FFF;
    background-color: #1E1E1E;
    border-radius: 1rem
}

.myHistory-info-row,.tipster-info-row {
    width: 50%
}

.myHistory-info-text,.tipster-info-text {
    font-size: 16px;
    white-space: nowrap
}

.myHistory-rank,.myHistory-point,.tipster-rank,.tipster-point {
    font-size: 16px;
    font-weight: 900
}

.myHistory-rank .currentUserRank-icon,.tipster-rank .currentUserRank-icon {
    display: none
}

.myHistory-predict-btn,.tipster-predict-btn {
    width: 30%;
    padding: 6px 0;
    color: #000;
    background-color: #FFD800;
    font-size: 16px;
    font-weight: 900;
    text-align: center;
    border-radius: 2rem;
    cursor: pointer
}

.myHistory-recent-title,.tipster-recent-title {
    width: 100%;
    margin: 20px auto;
    font-size: 14px;
    font-weight: 900
}

.myHistory-reset,.tipster-reset {
    display: none;
    margin-left: 10px;
    color: rgb(0 0 0 / 50%);
    font-weight: 900;
    cursor: pointer
}

.myHistory-recent-row,.tipster-recent-row {
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.myHistory-recent-box,.tipster-recent-box {
    width: 31%;
    padding: 5px 0;
    background-color: #FFF;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    border-radius: 10px;
    cursor: pointer
}

.myHistory-recent-box.active,.tipster-recent-box.active {
    color: #FFD800;
    background-color: #000;
    border: 2px solid
}

.myHistory-recent-status,.tipster-recent-status {
    font-weight: 900
}

.myHistory-table,.tipster-table {
    padding-bottom: 20px;
    background-color: #E4E5E6
}

.myHistory-table-header,.tipster-table-header {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    background-color: #FFD800;
    font-size: 18px;
    font-weight: 900;
    text-align: center;
    white-space: nowrap
}

.myHistory-table-body,.tipster-table-body {
    background-color: #F1F1F1
}

.myHistory-table-data,.tipster-table-data {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    padding: 12px 0;
    font-size: 14px;
    line-height: 16px
}

.myHistory-table-data.show:nth-child(even),.tipster-table-data.show:nth-child(even) {
    background-color: #FFF
}

.myHistory-table-data>div:nth-child(1),.tipster-table-data>div:nth-child(1) {
    width: 30%;
    padding: 0 20px
}

.myHistory-table-data>div:nth-child(2),.tipster-table-data>div:nth-child(2) {
    width: 18%
}

.myHistory-table-data>div:nth-child(3),.tipster-table-data>div:nth-child(3) {
    width: 22%
}

.myHistory-table-data>div:nth-child(4),.tipster-table-data>div:nth-child(4) {
    width: 15%;
    text-align: center
}

.myHistory-table-data>div:nth-child(5),.tipster-table-data>div:nth-child(5) {
    width: 15%;
    color: #FFF;
    font-size: .75rem;
    font-weight: 900
}

.myHistory-table-league,.tipster-table-league {
    color: rgba(0,0,0,.3)
}

.myHistory-table-score,.tipster-table-score {
    font-weight: 900
}

.myHistory-table-result,.tipster-table-result {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    text-transform: uppercase;
    border-radius: 5px
}

.table-result-w {
    background-image: url(../images/sport-prediction-v2/result-win.png)
}

.table-result-hw {
    background-image: url(../images/sport-prediction-v2/result-half-win.png)
}

.table-result-d {
    background-image: url(../images/sport-prediction-v2/result-draw.png)
}

.table-result-l {
    background-image: url(../images/sport-prediction-v2/result-lose.png)
}

.table-result-hl {
    background-image: url(../images/sport-prediction-v2/result-half-lose.png)
}

.myHistory-table-kickoff,.tipster-table-kickoff {
    width: 30%!important;
    padding-right: 20px;
    display: flex;
    align-items: end;
    flex-direction: column
}

.myHistory-table-kickoff-time,.tipster-table-kickoff-time {
    margin: 2px 0;
    padding: 10px 20px;
    color: #FFF;
    background-color: #646464;
    line-height: 8px;
    border-radius: 5px
}

.myHistory-table-boost,.tipster-table-boost {
    width: 35px
}

.myHistory-table-pagination,.tipster-table-pagination,.leaderboard-table-pagination {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 20px 40px;
    font-size: 16px
}

.myHistory-table-page-box,.tipster-table-page-box,.leaderboard-table-page-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin: 0 10px;
    background-color: #FFF;
    font-size: 16px;
    line-height: 0;
    font-weight: 700;
    border-radius: 5px;
    cursor: pointer
}

.booster-step-bg {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding: 10px;
    background-color: #F1F1F1;
    border-radius: 15px
}

.booster-step-bg img {
    width: 86px
}

.booster-step-desc {
    margin-left: 10px;
    font-size: 17px;
    line-height: 22px;
    text-align: left
}

.booster-step-num {
    font-size: 26px;
    line-height: 45px;
    font-weight: 900
}

.sport-popup-gold-btn>span,.sport-popup-grey-btn>span {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400
}

.generalTable {
    border-left: 15px solid #3C3C3C;
    border-right: 15px solid #3C3C3C
}

.generalTable tr {
    color: white;
    background-color: #3C3C3C;
    font-weight: 400
}

.generalTable:nth-child(2) {
    border-left: 15px solid #646464;
    border-right: 15px solid #646464
}

.teamB-table tr {
    color: white;
    background-color: #646464
}

#handicapModal table.generalTable tr td.col1,#handicapModal table.generalTable tr td.col2 {
    width: 25%
}

.generalTable thead tr td {
    padding: 10px 4px;
    text-align: center
}

.generalTable tbody tr td {
    padding: 10px 4px;
    text-align: center;
    width: 25%;
    position: relative;
    text-transform: capitalize
}

.generalTable tbody tr:not(:first-child) {
    border-top: 1px solid #FFF
}

.generalTable .winWrap {
    color: #FFD800;
    font-weight: 900
}

.generalTable .loseWrap,.generalTable .drawWrap {
    font-weight: 900
}

.sport-popup-box {
    padding: 30px 50px;
    background-color: #FFF;
    font-size: 18px;
    text-align: center;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px
}

.sportConfirmPopup-match-detail {
    line-height: 1.4rem;
    font-weight: 400
}

#sportConfirmPopup-booster .sport-popup-gold-btn>span,#sportConfirmPopup-booster .sport-popup-grey-btn>span {
    font-size: .8rem;
    line-height: .8rem;
    font-weight: 400
}

.booster-remain {
    font-weight: 900
}

.invicible-modal-body {
    position: relative;
    padding-bottom: 30px;
    color: #1e1e1e;
    background-color: #E4E5E6;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px
}

.invicible-content {
    background-color: #FFF;
    padding: 20px 20px;
    font-size: 16px;
    line-height: 18px
}

.invicible-title {
    font-size: 18px;
    font-weight: 900;
    text-decoration: underline
}

.invicible-tnc {
    font-size: 14px
}

/* sport event page */
.sport-breadcrumb {
    margin-bottom: 20px;
    font-size: 16px;
}

.sport-breadcrumb>a {
    color: #FFFFFF;
}

.sport-events {
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 15px;
    background-color: #E4E5E6;
    border-radius: 20px;
}

.sport-event-banner {
    width: 100%;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.sport-event-content {
    display: none;
    color: #000000;
    background-color: #FFF;
    margin: 30px 30px 0;
    padding: 25px 40px;
    font-size: 18px;
}

.sport-event-title {
    font-size: 22px;
    font-weight: 900;
}

.sport-streak-timeline {
    position: relative;
    display: flex;
    margin: 30px 0;
}

.sport-streak-bg {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 15px;
    background-image: linear-gradient(to right, #FFD800 0%, #E4E5E6 0%);
    border-radius: 2rem;
    z-index: 0;
}

.sport-streak-bg-1 {
    background-image: linear-gradient(to right, #FFD800 10%, #E4E5E6 0%);
}

.sport-streak-bg-2 {
    background-image: linear-gradient(to right, #FFD800 20%, #E4E5E6 0%);
}

.sport-streak-bg-3 {
    background-image: linear-gradient(to right, #FFD800 30%, #E4E5E6 0%);
}

.sport-streak-bg-4 {
    background-image: linear-gradient(to right, #FFD800 40%, #E4E5E6 0%);
}

.sport-streak-bg-5 {
    background-image: linear-gradient(to right, #FFD800 50%, #E4E5E6 0%);
}

.sport-streak-bg-6 {
    background-image: linear-gradient(to right, #FFD800 60%, #E4E5E6 0%);
}

.sport-streak-bg-7 {
    background-image: linear-gradient(to right, #FFD800 70%, #E4E5E6 0%);
}

.sport-streak-bg-8 {
    background-image: linear-gradient(to right, #FFD800 80%, #E4E5E6 0%);
}

.sport-streak-bg-9 {
    background-image: linear-gradient(to right, #FFD800 90%, #E4E5E6 0%);
}

.sport-streak-bg-10 {
    background-image: linear-gradient(to right, #FFD800 100%, #E4E5E6 0%);
}

.sport-streak-box-container {
    position: relative;
    display: flex;
    justify-content: flex-end;
    width: 10%;
    z-index: 1;
}

.sport-streak-claim-dot {
    position: absolute;
    top: 0;
    right: 0;
    width: 15px;
    height: 15px;
    background-color: #FF0000;
    border-radius: 2rem;
}

.sport-streak-box {
    width: 50px;
    height: 50px;
    background-color: #FFFFFF;
    font-size: 30px;
    font-weight: 900;
    line-height: 50px;
    border-radius: 2rem;
    border: 4px solid #E4E5E6;
    text-align: center;
}

.sport-streak-box.claimable {
    border: 4px solid #FFD800;
}

.sport-streak-box-claim {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 15px;
    color: #000000;
    background-color: #FFD800;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
    border-radius: 2rem;
    cursor: pointer;
}

.sport-streak-box-claimed {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 15px;
    color: #FFFFFF;
    background-color: #646464;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
    border-radius: 2rem;
}

.sport-streak-claim {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 400px;
    height: 50px;
    margin: 0 auto;
    background-color: #FFD800;
    font-weight: 900;
    border-radius: 20px;
    cursor: pointer;
}

.sport-streak-divider {
    margin: 30px 0;
    width: 100%;
    border-bottom: 2px dashed #707070;
}

.sport-event-show,
.sport-event-hide {
    margin-top: 15px;
    color: #000000;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}

.sport-event-show:hover,
.sport-event-hide:hover {
    text-decoration: underline;
}

.winning-streak-amount {
    font-size: 40px;
    font-weight: 900;
}



.leaderboard-table-pagination {
    justify-content: space-between;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: -10px !important;
}

.row-selection, .page-info, .pagination-controls {
    display: flex;
    align-items: center;
    gap: 5px;
}

.row-selection {
    margin-left: 1rem !important;
    margin-right: -1rem !important;
}

.page-info {
    font-size: 14px;
    font-weight: bold;
}

.pagination-controls {
    margin-left: -3.5rem !important;
    margin-right: 3.5rem !important;
    gap: 15px;
}

.paging-row {
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.leaderboard-table-page-icon {
    cursor: pointer;
    font-size: 18px;
    transition: color 0.3s;
}

.leaderboard-table-page-icon:hover {
    color: #555;
}


@media screen and (max-width: 1100px) {
    .row-selection {
        margin-left: 0.5rem !important;
        margin-right: 0px !important;
    }

    .pagination-controls {
        margin-left: -3rem !important;
        margin-right: 3rem !important;
    }
}

@media screen and (max-width: 1000px) {
    .pagination-controls {
        margin-left: -2.5rem !important;
        margin-right: 2.5rem !important;
    }
}

@media screen and (max-width: 900px) {
    .pagination-controls {
        margin-left: -2rem !important;
        margin-right: 2rem !important;
    }
}

@media screen and (max-width: 800px) {
    .pagination-controls {
        margin-left: -1.5rem !important;
        margin-right: 1.5rem !important;
    }
}

@media screen and (max-width: 666px) {
    .row-selection {
        margin-left: 0.5rem !important;
        margin-right: 0px !important;
    }

    .pagination-controls {
        margin-left: 0px !important;
        margin-right: 0.5rem !important;
    }
}