section.tabSection {
    padding: 50px 0;
}

.ufcGame-section {
    padding: 10px 20px;
    background: #171515;
    border-radius: 20px;
    margin-top: 20px;
}

.tabs {
    display: flex;
    cursor: pointer;
    padding: 10px;
    flex-wrap: wrap;
}

.tab {
    padding: 10px 20px;
    border-bottom: none;
    margin-right: 5px;
    color: #ddd;
    font-weight: bold;
    font-size: 22px;
}

.tab-content {
    padding: 50px 20px 20px 20px;
    display: none;
}

.tab.active {
    color: #fece2e;
    border-bottom: 1px solid #fece2e;
}

.tab-content.active {
    display: block;
}

.ufcGameTable {
    width: 100%;
    border-spacing: 0 20px;
}

.ufcGameTable th,
.ufcGameTable td {
    text-align: center;
}

.ufcGameTable .text-left {
    text-align: left !important;
}

.flexBox {
    display: flex;
    gap: 20px;
    align-items: center;
}

td.contest-info {
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 10px;
}

th.nameTitle {
    padding-left: 20px !important;
}

/* Optional: Adding hover effect */
td.enroll-button {
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}

tr.contest-header th {
    padding: 0px 0 0px 0;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

tr.contest-container td {
    padding: 16px 0;
    margin-bottom: 15px;
}

tr.contest-container {
    border-radius: 16px !important;
    overflow: hidden;
    transition: all 0.5s ease 0s;

}

tr.contest-container:hover {
    transform: scale(1.02);
}

tr.contest-container td {
    background: #464646;

}

.ufcGameTable td {
    color: #fff;
}

img.contest-icon {
    width: 65px;
    height: 65px;
    margin-right: 0px;
}

.contest-title {
    font-size: 18px;
    font-weight: 600;
    text-wrap: auto;
}

td.contest-info.text-left {
    max-width: 220px;
    padding-left: 20px;
    padding-right: 30px;
}

td.contest-detail.countdown p {
    display: inline;
    padding: 10px 20px;
    background: #FFEEB5;
    border-radius: 5px;
    color: #0B1727;
    font-weight: 600;
    font-size: 12px;
}

td.contest-detail.price p {
    color: #FECE2E;
    font-weight: 600;
}

td.contest-detail.entries p {
    font-size: 13px;
}

td.contest-detail.date-time p {
    font-size: 12px;
}

.button.enroll-btn {
    border: 1px solid var(--base-color-brand--yellow);
    background-color: #FECE2E;
    color: var(--base-color-brand--black);
    text-align: center;
    border-radius: 6px;
    padding: 10px;
    text-decoration: none;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

img.calenderIcon {
    width: 17px;
    height: 17px;
    margin-bottom: 3px;
    margin-right: 3px;
}

img.forwardIcon {
    width: 16px;
    margin-bottom: 2px;
    margin-left: 4px;
}

/* Contest CSS */
.containerFluid {
    display: block;
    margin: 0 auto;
    width: 80vw;
}

.header76_component.blockContent {
    display: block;
    padding: 100px 0;
}

.empowerSection p.text-size-regular {
    text-align: center;
}

.empowerSection .button-group {
    justify-content: center;
}

.empowerSection {
    text-align: center;
}

.empowerSection h1.heading-3 {
    font-size: 70px;
    padding: 0px 70px;
}

.match-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
}

.match-row {
    display: flex;
    align-items: flex-start;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 10px;
    transition: background-color 0.3s;
    position: relative;
    justify-content: space-between;
}

.match-row-inner {
    display: flex;
    align-items: flex-start;
    border-radius: 0;
    padding: 0;
    width: 100%;
    flex-direction: column;
    margin-top: 26px;
}


.game-title {
    font-size: 2.2rem;
    font-weight: bold;
    color: #FFFFFF;
}

.game-title .game-time {
    font-size: 16px;
    color: #CCCCCC;
    margin-top: 5px;
    font-weight: 700;
}

.game-battle {
    display: flex;
    width: 100%;
    margin-bottom: 30px;
}

.team {
    display: flex;
    align-items: center;
    flex: 1;
    cursor: pointer;
    transition: background-color 0.3s;
    border-radius: 30px;
    padding: 30px 20px;
    background-color: #0D0D0D;
}

.team img {
    width: 100px;
    height: 100px;
    margin-right: 15px;
    border-radius: 100px;
}

.game-battle .team.home-team:last-child {
    text-align: right;
}

.game-battle .team.home-team:last-child img {
    margin-right: 0px;
    margin-left: 15px;
}

.team-info {
    flex: 1;
}

.team-name {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 7px;
    display: block;
}

.roundContest {
    font-size: 18px;
    font-weight: 500;
}

.odds {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-top: 5px;
}

.vs {
    font-size: 1.2rem;
    color: #fff;
    background: #FECE2E;
    padding: 30px;
    font-weight: 800;
    border: 0px solid;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 90px;
    height: 90px;
    border-radius: 100px;
    box-shadow: 0px 4px 4px 0px #00000040;
    color: #2F2F2F;
    top: 30px;
}

.team:hover {
    background-color: #fece2e;
}

.selected {
    background-color: #fece2e;
    color: white;
}

.selected .team-name,
.selected .roundContest,
.selected .odds {
    color: #2F2F2F;
}

.contest-image {
    display: flex;
    margin-bottom: 10px;
}

p.cash-prizes {
    font-size: 22px;
    font-weight: 800;
    margin-bottom: 10px;
}

p.teams-selected {
    font-size: 16px;
    margin-bottom: 10px;
}

.contest-stats p {
    margin-bottom: 10px;
}



.contest-image img {
    width: 100px;
    height: 100px;
    margin-right: 20px;
}

h1.contest-title {
    font-size: 26px;
}

.date {
    width: calc(100% - 120px);
}

/* Radio Button Row */
.radio-row {
    display: block;
    justify-content: space-around;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
    background: #0D0D0D;
    padding: 50px 20px;
    margin-top: 10px;
    border-radius: 40px;
}

.radioBoxes label {
    font-size: 24px;
    cursor: pointer;
    margin-right: 0;
    font-weight: 600;
    width: 33.33%;
    overflow: hidden;
    position: relative;
    background: transparent;
    z-index: 999;
    margin-bottom: 0;
    line-height: 50px;
}

.radioText label:nth-child(2) {
    border-left: 1px solid #2F2F2F;
    border-right: 1px solid #2F2F2F;
}

.radioText span {
    font-size: 18px;
    display: block;
    line-height: 20px;
    padding-bottom: 12px;
}

.roundSection {
    display: flex;
    width: 260px;
    margin: 0 auto;
    justify-content: space-between;
    margin-top: 30px;
}

.roundSection label {
    width: 40px;
    justify-content: center;
    align-items: center;
    padding: 8px;
    border: 1px solid #fff;
    border-radius: 100px;
    height: 40px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    z-index: 999999999;
    cursor: pointer;
}

.radioBoxes input[type="radio"] {
    margin-right: 10px;
    position: absolute;
    visibility: hidden;
    width: 100%;
    left: 0;
    top: 0;
    height: 250px;
}

.roundSection input[type="radio"] {
    position: absolute;
    visibility: hidden;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.radio-row input[type="radio"]:checked+.yellowBG,
.roundSection input[type="radio"]:checked+.yellowBG {
    background-color: #FECE2E;
}

.radio-row input[type="radio"]:checked~.radioText {
    color: #2F2F2F;
}

.yellowBG {
    background-color: #464646;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}

.contest-content {
    width: 1170px;
    margin: 0 auto;
    padding: 30px 20px;
    background-color: #171515;
    border-radius: 15px;
    margin-bottom: 30px;
}

.match-container-large {
    margin: 0 auto;
    padding: 0 120px;
}

section.contestSection {
    padding: 100px 0;
}

a.back-btn {
    color: #fff;
    font-weight: 600;
    margin: 30px 0 40px 0;
    display: block;
}

.game-battle {
    display: flex;
    width: 100%;
    position: relative;
    gap: 22px;
}

.borderTop {
    padding-top: 15px;
    border-top: 3px solid #fece2e;
}

.textRight {
    text-align: right;
}

span.mr-15 {
    margin-right: 15px;
    font-size: 22px;
    font-weight: 700;
}

h2.radioTitle,
.roundTitle {
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 10px;
}

.roundTitle {
    margin-top: 30px;
}

p.radioSubTitle {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.radioBoxes {
    display: flex;
    width: 450px;
    justify-content: center;
    gap: 0px;
    border-radius: 8px;
    overflow: hidden;
}

.radioBoxes {
    display: flex;
    width: 450px;
    justify-content: center;
    gap: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

p.cardPara {
    font-size: 18px;
    margin-bottom: 20px;
}

p.cardPara.error {
    color: #FF2C2C;
    width: 80%;
    margin: 0 auto;
    background: #FFF5D2;
    padding: 15px 10px;
    border-radius: 8px;
}

@media (max-width:767px) {

    .enrolled-contests,
    .marketplace {
        display: none;
    }

    .tabs {
        justify-content: space-between;
    }

    .tab {
        margin-right: 0px;
        font-size: 14px;
        width: 48%;
        padding: 10px 10px;
        background-color: #464646;
        text-align: center;
        border-radius: 8px;
    }

    .tab.active {
        background: #FECE2E;
        border-bottom: 0px solid #fece2e;
        color: #2F2F2F;
    }

    tr.contest-header {
        display: none;
    }

    section.contestSection {
        display: flex;
        flex-direction: column;
    }

    .leftContest {
        width: 100%;
        min-height: auto;
        box-shadow: none;
        margin-bottom: 20px;
    }

    .rightContest {
        width: 100%;
        padding: 80px 0 30px 0;
    }

    .match-container-large {
        padding: 0 10px;
    }

    .match-row,
    .game-battle {
        flex-direction: column;
        display: block;
        width: 100%;
    }

    .match-row-inner {
        margin-top: 0;
        display: block;
        width: 100%;
    }

    .game-title {
        width: 100%;
    }

    .vs {
        margin: 0 auto;
        border: none;
        top: 46%;
        transform: scale(1.3);
        box-shadow: 0px 4px 8px 0px #00000040;
    }

    .radio-row {
        display: block;
    }

    .radio-row label {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .team.away-team {
        padding-bottom: 90px;
        margin-top: 30px;
    }

    .team.home-team {
        padding-top: 50px;
        padding-bottom: 30px;
    }

    .game-battle .team.home-team img {
        margin-right: 0px !important;
        margin-left: 0 !important;
    }

    .radioBoxes {
        flex-direction: column;
        width: auto;
        border-radius: 0;
    }

    .radioBoxes label {
        width: 100%;
        border-radius: 8px;
    }

    .radioText {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 4px 16px;
    }

    .radioText span {
        padding-bottom: 0;
    }

    .roundSection label {
        padding: 5px 0;
    }

    p.cardPara.error {
        width: 90%;
        padding: 15px 5px;
        display: flex;
        justify-content: space-between;
        text-align: start;
        font-size: 17px;
    }

    img.errorIcon {
        margin-right: 10px;
    }
}

@media (max-width:990px) {
    .ufcGameTable {
        width: max-content;
        display: contents;
    }

    tr.contest-container {
        display: block;
        margin-top: 20px;
        background: #464646;
        padding: 0 4px 20px 4px;
    }

    .ufcGame-section {
        padding-top: 0px;
        overflow-y: visible;
    }

    td.contest-info.text-left {
        max-width: max-content;
        padding: 30px 10px 0px 10px;
        max-width: 70%;
        display: inline-block;
        background: transparent;
    }

    td.contest-detail.price {
        display: inline-block;
        width: 28%;
        background: transparent;
    }

    td.contest-detail.date-time,
    td.contest-detail.entries,
    td.enroll-button,
    td.contest-detail.countdown {
        display: inline-block;
        width: 49%;
        background: transparent !important;
        margin-bottom: 0 !important;
    }

    td.enroll-button,
    td.contest-detail.countdown {
        border-top: 1px solid #2F2F2F;
        border-radius: 0;
    }

    .contest-content {
        width: auto;
    }

    .empowerSection h1.heading-3 {
        font-size: 30px;
        padding: 0px 10px;
    }

    .team {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center !important;
        gap: 15px;
    }

    .team.home-team {
        flex-direction: column-reverse;
        margin-top: 40px;
    }

    .header76_component.blockContent {
        display: none;
    }

    section.contestSection {
        padding: 50px 20px;
    }

    .contest-content {
        padding: 30px 15px;
    }

    .radioBoxes label {
        font-size: 18px;
    }

    .radioBoxes label {
        width: 80%;
        border-radius: 8px;
        margin: 0 auto 10px auto;
    }

    .radioBoxes label {
        line-height: 40px;
    }
}