.tournamentTabs {
    display: flex;
    background: #2B2F35;
    column-gap: 20px;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    overflow-x: auto;
}

.tournamentTabs .swiper-slide {
    padding: 0 24px;
    height: 30px;
    color: #fff;
    font-weight: 700;
    letter-spacing: .5px;
    cursor: pointer;
    white-space: nowrap
}

.tournamentTabs a,
.tournamentTabs a:visited,
.tournamentTabs a:hover,
.tournamentTabs a:active {
    color: #fff !important;
}

.tournamentTabs_active {
    border-bottom: 4px solid #C51A1B;
    border-radius: 2px;
}

.tournamentFilterTabs {
    position: relative;
    width: 100%;
    background: #fff;
}

.cornerSkewFill {
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 100%;
    background: #53555b;
    border: 8px solid #53555B;
    border-right: none;
    z-index: 9;
    cursor: pointer;
}

.tournamentFilterTabsBg {
    display: flex;
    width: fit-content;
    margin-left: 12px;
}

.tournamentFilterTabsBg .filterTab {
    background: #2B2F35;
    color: #fff;
    padding: 10px 50px;
    border: 8px solid #53555B;
    transform: skewX(-14deg);
    cursor: pointer;
}

.tournamentFilterTabsBg .filterTab:nth-child(1) {
    border-right: none;
    border-left: none;
}

.tournamentFilterTabsBg .filterTab:nth-last-child(1) {
    border-left: 1px solid #53555b;
    transform: skewX(-14deg) translateX(-1px) !important;
}

.tournamentFilterTabsBg:before {
    border-top: 100px solid red;
}

.tournamentFilterTabsBg .filterTab p {
    margin: 0;
    transform: skewX(14deg);
    font-weight: 700;
    text-align: center;
}

.filterTabActive {
    background: #C51A1B !important;
}

.tournamentOuterDiv {
    display: block;
    padding: 10px;
    overflow: hidden;
    background: #fff;
}

.tournament-wrapper {
    border: 1px solid #D4D4D4;
    background: #fff;
}

.colon {
    margin: 12px 5px 0 5px;
    color: #C51A1B;
}

.tournamentTimer {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    color: #C51A1B;
}

.tournamentTimer p {
    text-align: center;
    font-weight: normal;
}

.tournamentTimer p:nth-child(1) {
    background: rgba(197, 27, 26, .12);
    width: 40px;
    height: 40px;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
}

.betHistoryTable {
    overflow-x: auto !important;
}

.tournamentDetails {
    display: flex;
    column-gap: 10px;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    margin: 10px;
}

.describedDetails {
    width: 100%;
    display: flex;
}

.describedDetails tbody {
    width: 100%;
}

.describedDetailsRow {
    /* display: flex; */
    justify-content: space-between;
    flex-wrap: wrap;
    column-gap: 10px;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    row-gap: 10px;
    padding: 10px;
}

.tournamentTimingDetails,
.tournamentGames,
.rankPlayersScore {
    position: relative;
    flex: 1;
    min-width: 250px;
    font-weight: 14px;
    height: fit-content;
}

.tournamentTimingDetails {
    background: #fff;
}

.tournamentImg {
    width: 100%;
    height: 13.5vw;
    min-height: 136px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.timingsDetails {
    padding: 24px 12px;
    font-weight: 400;
}

.tournamentName {
    font-weight: 700;
    margin-bottom: 10px !important;
    word-wrap: break-word;
}

.startEndTimings {
    display: flex;
    column-gap: 30px;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    row-gap: 8px;
    font-size: 13px;
    flex-wrap: wrap;
}

.tournamentEndsInLabel {
    margin: 8px 0 !important;
    font-weight: 700;
}

.tournamentGames {
    background: #fff;
    width: 450px;
}

.tournamentGameSlider {
    position: relative;
    width: 100%;
    /* height: 200px; */
    overflow: hidden;
    margin: 10px 0;
}

.tournamentGameSlider .swiper-slide {
    width: 200px !important;
    /* height: 200px; */
    margin-right: 8px;
}

.tour-sliderImg {
    width: 200px;
    /* height: 160px; */
}

.tour-sliderImg img {
    width: 100%;
    height: 100%;
}

.tour-sliderFooter {
    background: #3E3E3E;
    color: #fff;
    padding: 10px 0;
    text-align: center;
}


/* .sliderNavigation {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 100px;
        z-index: 1;
        transform: translate(-50%, -50%);
        display: flex;
        justify-content: space-between;
    }
    .swiper-button-next2,
    .swiper-button-prev2 {
        display: flex;
        justify-content: center;
        align-items: center;
        background: #fff;
        width: 32px;
        height: 100%;
    } */

.swiper-button-prev2 {
    display: flex;
    background: #fff;
    width: 20px;
    height: 40px;
    position: absolute;
    z-index: 200;
    top: 50%;
    transform: translateY(-50%);
    justify-content: center;
    align-items: center;
}

.swiper-button-next2 {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    width: 20px;
    height: 40px;
    position: absolute;
    z-index: 200;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

.tournamentGameHeading {
    padding: 10px 10px 10px 20px;
    background: #2b2f35;
    margin: 0;
    color: #fff;
    font-weight: 700;
    margin: 0 !important;
}

.tournamentGameDropDowns {
    background: #fff;
    border: 1px solid #D4D4D4;
}

.triangle-arrow-left {
    border-color: #fff #2b2f35 #fff #fff;
    border-style: solid;
    border-width: 6px 6px 6px 0px;
    height: 0;
    width: 0;
}

.triangle-arrow-right {
    border-color: #fff #fff #fff #2b2f35;
    border-style: solid;
    border-width: 6px 0px 6px 6px;
    height: 0;
    width: 0;
}

.dropDownHeader {
    padding: 10px;
    background: #2b2f35;
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    column-gap: 10px;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
}

.dropDownDetails {
    padding: 10px;
}

.dropDownDetails ol {
    width: 92%;
    margin: auto;
}

.dropDownDetails li {
    padding: 5px 0;
}

.triangle-arrow {
    border-color: #fff #2b2f35 #2b2f35 #2b2f35;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    height: 0;
    width: 0;
}

.tournamentDropdownTable {
    width: 100%;
    border: 1px solid #D4D4D4;
}

.tournamentDropdownTable thead {
    background: #2b2f35;
}

.tournamentDropdownTable tr th {
    color: #fff;
    padding: 10px 0;
    text-align: center;
}

.tournamentDropdownTable tr td {
    padding: 10px 0;
    text-align: center;
}

.tournamentDropdownTableBody tr {
    border-bottom: 1px solid #D4D4D4;
}

.rankPlayersScore table {
    width: 100%;
    background: #fff;
}

.rankPlayersScoreHeader {
    background: #2b2f35;
    color: #fff;
}

.rankPlayersScoreHeader tr th,
.rankPlayersScoreDetails tr td {
    padding: 10px 0;
    text-align: center;
}

.rankPlayersScoreDetails tr {
    border-bottom: 1px solid #d4d4d4;
}


/* .rankPlayersScoreDetails tr:nth-last-child(1) {
        border-bottom: none;
    } */

.howToScoreHigh {
    /* position: absolute; */
    width: 100%;
    /* bottom: 0; */
    padding: 10px;
    margin: 0 !important;
    background: #f4f4f4;
}

.mobileDropDown {
    width: 100%;
    display: flex;
    justify-content: center;
    background: #2b2f35;
    color: #fff;
    padding: 14px;
    margin-top: 10px;
}

.triangle-arrow {
    border-color: #fff #2b2f35 #2b2f35 #2b2f35;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    height: 0;
    width: 0;
}

.leaderBoard {
    background: #fff;
}

@media (max-width: 820px) {
    .tournamentFilterTabsBg .filterTab {
        padding: 7px 16px;
    }
}

.tournamentTabs .swiper-slide {
    padding: 4px 14px;
}

@media (max-width: 600px) {
    .tournamentTabs {
        padding-top: 3px;
    }
    .tournamentFilterTabs {
        background: #f6f6f6;
    }
    .tournamentOuterDiv {
        padding: 0;
    }
    .table-wrapper {
        width: 100% !important;
        background-position: -110px center;
    }
    .betHistoryHeader {
        margin-bottom: 0 !important;
    }
    .tournamentTabs .swiper-slide {
        padding: 4px 14px;
    }
    .tournamentTable .tourMainTableHead {
        display: none;
    }
    .tournamentGameDropDowns {
        border: none;
    }
    .dropDownTrDivMobHide {
        display: none;
    }
    .mobileDropDown {
        display: flex !important;
    }
    .tournamentDetails {
        display: block;
        width: 97vw;
        margin: 10px auto;
        overflow-x: hidden;
        background: #fff;
        padding: 10px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    }
    .tournamentGames {
        width: 100%;
    }
    .tournamentImg {
        height: 47vw;
    }
    .tournamentTimingDetails,
    .tournamentGames,
    .rankPlayersScore {
        border: 1px solid #D4D4D4;
        margin-bottom: 10px;
    }
    .tournamentFilterTabsBg .filterTab {
        transform: skewX(-14deg);
    }
}

@media (max-width: 551px) {
    .tournamentFilterTabsBg .filterTab {
        transform: skewX(-14deg);
    }
    .tournamentImg {
        height: 40vw;
    }
    .describedDetailsRow {
        padding: 0;
    }
}

@media (max-width: 420px) {
    /* .tournamentFilterTabsBg .filterTab{
            transform: skewX(-22deg);
          } */
    .cornerSkewFill {
        width: 17px;
        border: 6px solid #53555B;
        border-right: none;
    }
    .tournamentFilterTabsBg .filterTab {
        border: 6px solid #53555B;
        padding: 5px 15px;
    }
}

@media (max-width: 360px) {
    .tournamentFilterTabsBg .filterTab:nth-child(1) {
        padding: 4px 10px;
    }
}
