﻿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;
}

.tournament-content-container-inner-item{
    color: white
}

.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: #3dc6f3;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin: 0;
    border-radius: 8px;
    font-size: 18px;
    /* height: 30px; */
    padding: 5px 27px;
    border: none;
}

    .btn-yellow-full:hover {
        background-color: #3dc6f3;
    }

    .btn-yellow-full:active, .btn-yellow-full:focus-visible {
        background-color: #3dc6f3;
    }

.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;
    padding-top: 0px;
}

.text-start-time {
    font-size: 12px;
    color: #ffffffb8;
/*    line-height: 17.6px;*/
    width: 73px;
    text-align: right;
}

.tournaments-item-start-time h5 {
    /*opacity: 0.5;*/
    font-size: 12px;
    margin: 0;
}

.prize-pool-col h5 {
    border-bottom: 0 !important;
    opacity: 1 !important;
}

.tournaments-item-timer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*    margin: auto;*/
    background-image: none;
    width:100%
}
.tournaments-item-timer-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.tournaments-item-image {
    max-width: 580px;
    width: 100%;
    height: 190px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 25%;
    border-radius: 10px;
    margin-top: 12px;
}

.tournament-start-end-time {
    /* padding: 20px;*/
    height: 40px;
    margin: 0 20px 20px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 0 10px;
    flex-direction: column;
    border-top: 1px solid;
}

.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 span:first-child {
    padding-right: 0px;
}

.tournaments-item-timer-circle span {
    align-content: center;
    text-align: center;
    font-family: RobotoRegular;
    padding: 2px 2px 0 0;
}

.blue-text {
    align-items: center;
    font-size: 25px;
    border: 2px solid #3dc6f3;
    border-radius: 8px;
    background-color: transparent;
    color: #3dc6f3;
    font-weight: 400;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0px 8px 0px 9px;
}
.tournament_details-btn {
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.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;
    border-radius: 10px;
    background: #252627;
    width: 100%;
}
.empty-category-placeholder {
    height: 33.6px;
    margin: 10px 0px 0px 6px;
}

.tournamentDiv2 .tournaments-item-title {
    text-align: center;
    font-size: 27px;
    font-weight: 500;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(61, 63, 66);
    border-radius: 9.6px;
    background-color: rgb(61, 63, 66);
    text-align: center;
    font-size: 13px;
    font-family: gilroy-regular;
    text-transform: capitalize;
    padding: 0px 20px;
    border-radius: 9.6px;
    margin: 10px 0px 0px 6px;
}

    .tournamentDiv2 .tournament-topcashrace {
        padding: 0 10px;
        display: flex;
        justify-content: center;
    }

    .tournamentDiv2 .prize-pool-col {
        text-align: center;
        line-height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 20px;
    }

        .tournamentDiv2 .prize-pool-col .prize-pool-title {
            font-size: 25px;
        }

        .tournamentDiv2 .prize-pool-col .prize-pool-currency {
            font-size: 35px;
        }

    .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;
    color: #3dc6f3;
}

.progress-bar {
    background-color: #EE9A1B !important;
    border-radius: 50rem;
}

.progress {
    background-image: url('/Content/img/progressbar-bg.png');
    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 {
        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: 35px;
    }

    .dots {
        height: 45px;
    }

    .tournamentDiv2 .tournaments-item-title {
        font-size: 20px;
    }
    .empty-category-placeholder {
        height: 20.6px;
        margin: 10px 0px 0px 6px;
    }
    .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;
        }
}

@media (max-width: 768px) {
    .tournaments-item-start-time h5 {
        font-size: 12px;
    }

    .btn-yellow-full span {
        font-size: 15px;
    }

    .prize-pool-col h5 {
        font-size: 17px;
    }

    .text-start-time {
        font-size: 12px;
    }

    .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;
    }
    .tournament-start-end-time {
        align-items: center !important;
    }
    .tournaments-item .tournamentDiv2 {
        margin: 15px 0 !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: 219px;
    }

    .text-start-time {
        font-size: 11px;
    }

    .tournaments-item-start-time h5 {
        font-size: 11px;
    } 
}
@media screen and (max-width:497px){
    .ns-breadcrumb1, .breadcrumbs-tabs, .breadcrumbs-tabs__list {
        padding: 0;
    } 
}
@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 screen and (max-width:362px) {
    .breadcrumbs-tabs__list a {
        padding: 0 4px;
    }
}
@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;
    }
}

@media screen and (max-width:320px){
    .blue-text {
        padding: 0px 7px 0px 4px;
    }
}