﻿body {
    background-image: url('/Content/img/cahsraces-background.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
/*.tournaments-item{
    max-width: 581px;
    width: 100%;
    max-height: 620px;
    height: 100%;
    margin: auto;
}*/
.tournaments-item-sub {
    width: 100%;
    height: 328px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: relative;
    z-index: 1;
}

    .tournaments-item-sub.tournaments-item-sub-2 {
        flex-direction: column;
        justify-content: center;
    }

        .tournaments-item-sub.tournaments-item-sub-2 h5 {
            width: 100%;
            background-color: #151b20;
            color: #fff;
            font-family: RobotoBold;
            font-size: 13pt;
            text-align: center;
            text-transform: uppercase;
            border-radius: 9px;
            padding: 20px 0;
            margin: 0;
        }

.btn-yellow-full {
    background-color: #EE9A1B;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin: 0;
    border-radius: 24px;
    font-size: 18px;
    height: 30px;
    padding: 0 27px;
}

    .btn-yellow-full:hover {
        background-color: #EE9A1B;
        
    }

    .btn-yellow-full:active, .btn-yellow-full:focus-visible {
        background-color: #EE9A1B;
    }

    .tournaments-item-prize {
        width: 100%;
        height: 269px;
        background-color: #2b363f;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        border-radius: 9px;
        padding: 30px 0;
    }

.tournaments-item-prize-pool {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 3px 10px;
    border-radius: 6px;
}

    .tournaments-item-prize-pool .prize-pool {
        width: 28px;
        height: 28px;
        background: #000;
        border-radius: 50%;
        margin-right: 8px;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }

.prize-pool p {
    margin: 0;
}

.tournaments-item-prize-pool:nth-child(1), .tournaments-item-prize-pool:nth-child(2),
.tournaments-item-prize-pool:nth-child(3), .tournaments-item-prize-pool:nth-child(4), .tournaments-item-prize-pool:nth-child(5) {
    margin-right: 0;
}

.tournaments-item-prize-pool .amount-pool {
    background-color: #ebb50d;
    height: 34px;
    color: #151b20;
    display: flex;
    align-items: center;
    font-family: RobotoBold;
    font-size: 13pt;
    border-radius: 6px;
    padding: 0 20px;
}

    .tournaments-item-prize-pool .amount-pool span {
        line-height: 1;
    }

.tournaments-item-prize-pool:nth-child(4) .amount-pool, .tournaments-item-prize-pool:nth-child(5) .amount-pool,
.tournaments-item-prize-pool:nth-child(9) .amount-pool, .tournaments-item-prize-pool:nth-child(10) .amount-pool {
    background-color: #237989;
}

.tournaments-item-prize-pool:nth-child(1) .amount-pool {
    width: 198px;
}

.tournaments-item-prize-pool:nth-child(2) .amount-pool {
    width: 184px;
}

.tournaments-item-prize-pool:nth-child(3) .amount-pool {
    width: 176px;
}

.tournaments-item-prize-pool:nth-child(4) .amount-pool {
    width: 165px;
}

.tournaments-item-prize-pool:nth-child(5) .amount-pool {
    width: 157px;
}

.tournaments-item-prize-pool:nth-child(6) .amount-pool {
    width: 144px;
}

.tournaments-item-prize-pool:nth-child(7) .amount-pool {
    width: 134px;
}

.tournaments-item-prize-pool:nth-child(8) .amount-pool {
    width: 128px;
}

.tournaments-item-prize-pool:nth-child(9) .amount-pool {
    width: 120px;
}

.tournaments-item-prize-pool:nth-child(10) .amount-pool {
    width: 114px;
}

.tournaments-item-sub-inner {
    border-radius: 6px;
}

.tournaments-item-start-time {
    /*font-size: 14px;*/
    display: flex;
    align-items: baseline;
    gap: 5px;
}
.text-start-time { 
    font-size: 12px;
    color: #684004;
    line-height:1.1rem;
}
.tournaments-item-start-time h5 {
    /*opacity: 0.5;*/
    font-size: 12px;
    margin: 0;
}

.prize-pool-col h5 {
    border-bottom: 0 !important;
    opacity: 1 !important;
    color: #EE9A1B;
}

.tournaments-item-timer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
/*    margin: auto;*/
}

.tournaments-item-timer-circle {
    margin: 0 4px;
}

.tournaments-item-image {
    max-width: 580px; 
    width: 100%;
    height: 190px; 
    background-repeat: no-repeat;
    background-size: cover; 
    background-position: 100% 25%; 
}
.tournament-start-end-time {
    /* padding: 20px;*/
    background-color: #ed991b;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    height: 40px;
    margin: 0 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
}

.tournaments-item-timer-circle {
    width: 30px;
    height: 60px;
    display: flex;
    justify-content: center;
   /* color: #ffb400;
    border: 1px solid #ffffff71;
    border-radius: 12px;*/
}

    .tournaments-item-timer-circle span {
        align-content: center;
        text-align: center;
        font-family: RobotoRegular;
        padding: 2px 2px 0 0;
    }
.yellow-text {
    align-items: center;
    font-size: 40px;
    border: 2px solid #fff;
    border-radius: 11px;
    background-color: #EE9A1B;
    color: #fff;
    font-weight:400;
}
.text-white {
    color: #fff;
    /*opacity: 0.5;*/
}

/*.tournaments-item-timer-circle span:first-child {
    font-size: 24pt;
    font-family: Roboto-Black;
    line-height: 0.8;
}*/

.Centerize_Tags {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 35px 0;
}

    .Centerize_Tags .CashRace_Tags {
        background-color: #237989;
        display: flex;
        align-items: center;
        font-size: 9.92pt;
        font-family: Roboto-Black;
        border-radius: 3px;
        border: 0;
        padding: 20px;
        margin: 0 5px;
        cursor: pointer;
    }

        .Centerize_Tags .CashRace_Tags::after {
            display: inline-block;
            margin-left: 0.255em;
            vertical-align: 0.255em;
            content: "";
            border-top: 0.7em solid;
            border-right: 0.5em solid transparent;
            border-bottom: 0;
            border-left: 0.5em solid transparent;
            transform: rotate(-90deg);
            margin-left: 20px;
        }

        .Centerize_Tags .CashRace_Tags:hover {
            background-color: #13535f !important;
        }

        .Centerize_Tags .CashRace_Tags:nth-child(odd) {
            background-color: #ebb50d;
            color: #151b20;
        }

.CashRace_Tags_Active {
    background-color: #13535f !important;
}

.tournamentDiv2 {
    display: flex;
    flex-direction: column;
    background-image: url("/Content/img/tournament-newbg.webp");
    border-radius: 10px;
    border: solid 2px #ed991b;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .tournamentDiv2 .tournaments-item-title {
        text-align: center;
        font-size: 27px;
        font-weight: 500;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .tournamentDiv2 .tournament-topcashrace {
        padding: 0 10px;
        display: flex;
        justify-content: center;
    }

    .tournamentDiv2 .prize-pool-col {
        text-align:center;
        line-height:20px;
    }

        .tournamentDiv2 .prize-pool-col .prize-pool-title {
            font-size: 33px;
        }

        .tournamentDiv2 .prize-pool-col .prize-pool-currency {
            font-size: 40px;
        }
    .tournamentDiv2 .progress-tracker_details {
        display: flex;
        align-items: center;
        position: relative;
        top: 18px;
        justify-content: space-between;
        gap:10px;
    }
        .tournamentDiv2 .progress-tracker_details .progress-tracker {
            width:70%;
            position:relative;
        }
            .tournamentDiv2 .progress-tracker_details .progress-tracker .progress-bar-cup {
                background: #ee9a1b;
                border-radius: 50%;
                height: 40px;
                width: 40px;
                position: absolute;
                display: flex;
                justify-content: center;
                align-items: center;
                top: -5px;
                box-shadow: 0px 0px 3px 0px #915d1d;
                margin-left: -20px;
            }
                .tournamentDiv2 .progress-tracker_details .progress-tracker .progress-bar-cup img{
                    height:29px;
                }
                .bottomCashRaceSide {
                    background-color: #1B1D21;
                }
.timeLeftContainer {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    text-align: center;
    overflow: hidden;
}
.timeLeftTimer{
    display: flex;
}
.dots{
    align-content: center;
    height: 55px;
    font-size:40px;
}

.progress-bar {
    background-color: #EE9A1B !important;
    border-radius: 50rem;
}
.progress {
    background-image: url('/Content/img/progressbar-bg.webp');
    height: 30px;
    border: solid 1px #EE9A1B;
    border-radius: 24px;
}

.tournaments_header {
    background-image: url(/Content/img/tournament_header-img.webp);
    height: 200px;
    background-repeat: round;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
    .tournaments_header p {
        font-size: 40px;
        margin: 0 0 4px 0;
    }
@media(min-width :1200px){
    .tournamentDiv2 .tournaments-item-title {
        height: 73px;
        line-height: 2.1rem;
        font-size: 20px;
    }
}
@media (max-width :1200px) {
    .yellow-text {
        font-size: 30px;
    }

    .tournaments-item-timer-circle {
        width: 23px;
        height: 50px;
    }

    .tournamentDiv2 .prize-pool-col .prize-pool-currency {
        font-size: 40px;
    }

    .dots {
        height: 45px;
    }

    .tournamentDiv2 .tournaments-item-title {
        font-size: 20px;
        height: 73px;
    }

    .tournamentDiv2 .progress-tracker_details .progress-tracker .progress-bar-cup {
        height: 45px;
        width: 45px;
        top: -7px;
    }

        .tournamentDiv2 .progress-tracker_details .progress-tracker .progress-bar-cup img {
            height: 30px;
        }
    .tournamentDiv2 .tournaments-item-title {
        height: 75px;
    }
}
@media (max-width: 768px) {
    .tournaments-item-start-time h5{
        font-size:17px;
    }
    .btn-yellow-full span {
        font-size: 15px;
        
    }
    .prize-pool-col h5{
        font-size:17px;
    }
    .text-start-time{
        font-size: 17px;
    }
    .tournamentDiv2 .prize-pool-col .prize-pool-title {
    font-size: 25px;
    }
    tournamentDiv2 .prize-pool-col .prize-pool-currency {
        font-size: 30px;
    }
    .tournaments_header {
        background-image: url("/Content/img/mobile-tournament_header-img.webp");
        background-size: cover;
        background-repeat: no-repeat;
    }
        .tournaments_header p {
            font-size: 25px;
            padding: 0px 10px;
            line-height: 1.8rem;
        }
    .cashrace-box{
        width:100% !important;
    }

}
@media (max-width: 550px) {
    /*.tournaments-item-timer-circle {
        max-width:87px;
        width: 100%;
        padding: 0 5px;
    }*/
    .timeLeftContainer{
        padding: 0 5px;
        overflow: hidden;
    }
    .tournaments-item-image {
        height: 160px;
    }
    .text-start-time {
        font-size: 11px;
    }
    .tournaments-item-start-time h5 {
        font-size: 11px;
    }   
}
@media (max-width: 400px){
    .tournaments_header{
        background-repeat:no-repeat;
    }
    .tournaments_header p {
        font-size: 26px;
    }
    .text-start-time {
        font-size: 10px;
    }
    .tournaments-item-start-time h5 {
        font-size: 10px;
    }
    .btn-yellow-full span {
        font-size: 15px;
    }
    .tournamentDiv2 .progress-tracker_details .progress-tracker .progress-bar-cup {
        height: 40px;
        width: 40px;
        top: -5px;
    }
        .tournamentDiv2 .progress-tracker_details .progress-tracker .progress-bar-cup img{
            height:25px;
        }

}

@media (max-width: 1400px) {
    .cashrace-box {
        width: 50%;
    }
}

@media (max-width: 990px) and (min-width: 768px) {
    .cashrace-box {
        width: 100%;
    }
    .tournament-start-end-time {
        margin: 0 56px 20px;
        width: 580px;
    }
}
