@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: #FFFFFF;
    background-color: #000000;
    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: #FFFFFF;
    background-color: rgba(228, 229, 230, 0.85);
}

#ov-tab.sport-prediction-tab {
    background-position-y: 240px;
}

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

/* Overview tab */

.prize-pool-banner {
    height: 200px;
    padding: 22px 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 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: #0014C8;
    font-family: Overpass;
    font-size: 18px;
    font-weight: 400;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    padding: 0px 40px;
}

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

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

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

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

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

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

.sport-step-content .desc {
    color: #6C6C6C;
    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: #000000;
    cursor: pointer;
}

.ov-cta-row {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 50px 0px 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,
.ov-cta-row .learn-to-win-btn {
    color: #000000;
    background-color: #FFD800;
    margin-right: 25px;
}

.ov-cta-row .sport-faq-trigger,
.ov-cta-row .check-winner-btn {
    color: #FFFFFF;
    background-color: #000000;
    margin-left: 25px;
}

.sport-tnc .sport-tnc-trigger {
    padding: 0px 0px 30px;
    color: #000000;
    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: #ffffff;
    color: #000000;
    font-family: Overpass;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
}

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

/* end Overview tab */

/* prediction tab */
.prediction-rank-header {
    min-height: 120px;
    background-image: linear-gradient(to bottom, #0014C8, #005BAA);
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 23px 0px 22px;
}

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

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

.currentUserRank.toprank {
    color: #000000;
    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: #FFFFFF;
    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: #000000;
    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: #000000;
    background-color: #FFD800;
    font-size: 14px;
    font-weight: 900;
    border-radius: 1rem;
    text-align: center;
    cursor: pointer;
}

.sport-event-slider {
    position: relative;
    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;
    cursor: pointer;
}

#slider-event-pager {
    position: absolute;
    bottom: 10px;
    display: flex;
    justify-content: center;
    width: 100%;
}

#slider-event-pager a {
    margin: 0 5px;
    width: 13px;
    height: 13px;
    background-color: #153DDB;
    border: 1px solid #707070;
    border-radius: 1rem;
    cursor: pointer;
    opacity: 0.5;
}

#slider-event-pager a.active {
    background-color: #FFD800;
    opacity: 1;
}

.invincible-banner {
    width: 100%;
    cursor: pointer;
}

.user-info-points {
    margin-top: 15px;
    padding: 10px 0px;
    color: #FFFFFF;
    background-color: #000844;
    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: #FFFFFF;
    text-decoration: none;
}

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

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

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

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

.dayTxt {
    font-weight: 900;
}

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

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

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

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

.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: 2;
}

.predicationMatchRow-header {
    position: relative;
    display: flex;
    align-items: center;
    height: 35px;
    color: #FFFFFF;
    background-color: #0014C8;
    font-size: 12px;
    line-height: 12px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    z-index: 2;
}

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

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

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

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

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

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

.predictionVS {
    position: absolute;
    top: 55px;
    left: -5%;
    width: 110%;
    height: 40px;
    font-size: 36px;
    font-weight: 900;
    line-height: 48px;
    color: #FFFFFF;
    background-image: linear-gradient(to right, #000000 50.5%, #02BA5E 40%, #02BA5E 100%);
}

.predictionVS::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -20px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0) #000000;
    border-width: 20px 20px 20px 0;
    width: 0;
    height: 0;
}

.predictionVS::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -20px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0) #02BA5E;
    border-width: 20px 0 20px 20px;
    width: 0;
    height: 0;
}

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

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

.team-box.active {
    color: #FFFFFF !important;
    background-color: #000000;
    border: 4px solid #FFD800;
}

.team-box input[type="radio"] {
    display: none;
}

.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: 14px;
    margin-bottom: 2px;
    line-height: 16px;
}

.matchHandicap::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: -0.5rem;
    border-style: solid;
    border-color: #000000 rgba(0, 0, 0, 0);
    border-width: 0 6px 6px 6px;
}

.matchHandicap .handicapTxt {
    font-weight: 900;
}

.matchTotalBet {
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    white-space: nowrap;
}

.matchTotalBet-amt {
    color: #000000;
    font-weight: 900;
}

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

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

.matchTotalBet i {
    display: none;
    color: #FF0000;
    margin-right: 0.2rem;
}

.matchTotalBet i.active {
    display: inline-block;
}

.betRow {
    position: relative;
    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;
    z-index: 2;
}

.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: #000000;
    background: #FFFFFF;
    font-size: 16px;
    line-height: 16px;
    font-weight: 900;
    border-radius: 20px;
    cursor: default;
}

.matchSubmitButton {
    opacity: 0.5;
}

.matchSubmitButton.active {
    opacity: 1;
}

.matchBetBoostIcon {
    margin-right: 0.5rem;
    height: 25px;
}

.matchLiveIcon,
.matchComingIcon {
    display: none;
    position: absolute;
    left: 20px;
    height: 22px;
}

.matchKickoffText {
    margin: 0 0.5rem;
    color: #FFFFFF;
    font-size: 0.9rem;
}

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

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

.matchTeamResult.lose-scenario {
    color: #FFFFFF;
}

.matchTeamResult>span {
    font-weight: 900;
}

/* End prediction tab */

/* Leaderboard tab */
.leaderboard-rank-header {
    min-height: 120px;
    background-color: #000844;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 23px 0px 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, 0.5);
    border-radius: 15px;
}

.leaderboard-rank-header .rank-label {
    height: 30px;
    width: 130px;
    background-color: #FFD800;
    border-radius: 5px;
    color: #000000;
    font-family: Overpass;
    font-weight: 900;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    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: #FFFFFF;
    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: #000000;
    font-family: Overpass;
    font-weight: 900;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

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

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

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

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

.leaderboard-month-select,
.myHistory-month-select {
    position: relative;
    font-weight: 900;
    float: right;
    cursor: pointer;
}

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

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

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

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

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

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

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

#leaderboard1,
#leaderboard2 {
    padding-bottom: 10px;
    color: #000000;
    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: #FFFFFF;
}

#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, #000000, #3C3C3C);
}

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

.sportRankingTableRow>div>img {
    margin-right: 0.4rem;
    width: 30px;
    height: 30px;
}

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

/* End Leaderboard tab */

/* Prediction(Ended) tab */
.prediction-end-container {
    position: relative;
    padding: 35px 0 50px;
    color: #000000;
    background-color: rgba(228, 229, 230, 0.85);
    background-image: url(../images/sport-prediction-v3/euro-countdown-bg.png);
    background-position: left bottom -40px;
    background-repeat: no-repeat;
    background-size: 580px;
    text-align: center;
}

.prediction-end-container .subheader {
    font-size: 28px;
    line-height: 28px;
    font-weight: 700;
}

.prediction-end-container .header {
    font-size: 48px;
    font-weight: 900;
}

.prediction-end-container .countdown-wrap {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 550px;
    height: calc(550px / 700* 190);
    margin: 0 auto 15px;
    color: #fff;
    background-image: url(../images/sport-prediction-v3/euro-countdown-box.png);
    background-size: 100%;
    background-repeat: no-repeat;
    font-size: 18px;
}

.prediction-end-container .countdown-wrap>div {
    padding-top: 18px;
    width: 18%;
    text-align: center;
}

.prediction-end-container .countdown-wrap>div.countdown-wrap-title {
    position: absolute;
    top: 0;
    width: 100%;
    padding-top: 12px;
}

.prediction-end-container .countdown-wrap .count {
    font-weight: 900;
    font-size: 48px;
    line-height: 48px;
    text-align: center;
}

.prediction-end-container .nextPred-note {
    margin: 0.5rem 0px 1.5rem;
    font-size: 18px;
    text-align: center;
}

.prediction-end-container .nextPred-note span {
    font-size: 48px;
    font-weight: 900;
    text-align: center;
}

.prediction-end-container .pred-btn {
    width: 100%;
    margin-bottom: 20px;
    padding: 10px 25px;
    font-size: 1rem;
    font-weight: 900;
    border-radius: 2rem;
    text-align: center;
    cursor: pointer;
}

.prediction-end-container .learn-to-win-btn {
    position: relative;
    z-index: 1;
    color: #000;
    background-color: #ffd800;
}

.prediction-end-container .check-winner-btn {
    position: relative;
    z-index: 1;
    color: #fff;
    background-color: #1e1e1e;
}

/* End Ended Prediction(Ended) tab */

/* modal popup */
.modal-backdrop.show {
    z-index: 1051;
}

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

.sport-main-container .modal-header {
    padding: 15px 0;
    font-size: 30px;
    line-height: 30px;
    font-weight: 900;
    font-family: Overpass;
    text-align: center;
}

.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;
    height: 670px;
    overflow-y: scroll;
}

.sportFaqContent::-webkit-scrollbar {
    width: 8px
}

.sportFaqContent::-webkit-scrollbar-track {
    background-color: #F5F5F5
}

.sportFaqContent::-webkit-scrollbar-thumb {
    background-color: #E4E5E6;
    border-radius: 1rem
}

.sportFaqContent>span {
    font-weight: 900;
}

.sportFaqQuestion {
    margin-left: 16px;
    text-indent: -16px;
    letter-spacing: 0px;
    color: #000000;
    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: #FFFFFF;
    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: 0px;
    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: #000000;
    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: #FFFFFF;
    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: #FFFFFF;
    background-color: #000000;
    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: 400;
    text-align: center;
}

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

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

.share-copy-text {
    display: flex;
    align-items: center;
    width: 75%;
    height: 40px;
    padding: 5px;
    font-size: 14px;
    font-weight: 400;
    overflow: hidden;
    border: 1px solid #000000;
    white-space: nowrap;
}

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

#myHistory-nav .modal-content,
#tipster-nav .modal-content {
    padding: 10px 50px;
    color: #000000;
    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: #FFFFFF;
    background-color: #000844;
    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: 36%;
    padding: 6px 0;
    color: #000000;
    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;
}

.myHistory-recent-box,
.tipster-recent-box {
    width: 31%;
    margin-right: 1rem;
    padding: 10px 0;
    background-color: #FFFFFF;
    font-size: 18px;
    line-height: 24px;
    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: #FFFFFF;
}

.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: #FFFFFF;
    font-size: 0.75rem;
    font-weight: 900;
}

.myHistory-table-league,
.tipster-table-league {
    color: rgba(0, 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-v3/result-win.png);
}

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

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

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

.table-result-hl {
    background-image: url(../images/sport-prediction-v3/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: #FFFFFF;
    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: space-between;
    font-size: 16px;
}

.myHistory-table-pagination>div,
.tipster-table-pagination>div,
.leaderboard-table-pagination>div {
    display: flex;
}

.leaderboard-table-page-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    font-size: 20px;
    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: #FFFFFF;
    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: 900;
}

.sportConfirmPopup-date {
    font-weight: 400;
}

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

.booster-remain {
    font-weight: 900;
}

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

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

.invincible-title {
    font-size: 18px;
}

.invincible-progress-count {
    font-size: 3rem;
    font-weight: 900;
}

.invincible-progress-bar {
    margin-bottom: 1.4rem;
    width: 100%;
    height: 13px;
    background-color: #646464;
    border-radius: 1rem;
}

.invincible-progress-bar-perc {
    height: 100%;
    background-color: #FFD800;
    border-radius: 1rem;
}

.invincible-tnc-title {
    margin: 30px 0 0;
    font-size: 18px;
    font-weight: 900;
    text-decoration: underline;
}

.invincible-tnc {
    margin: 30px 0 50px;
    font-size: 16px;
}

/* 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;
}