.table.tournament-detail-winning-table > tbody > tr:nth-of-type(odd) {
    background-color: #262a35;
}

.table.tournament-detail-winning-table {
    color: inherit;
    text-transform: capitalize;
    font-size: .9rem;
}

    .table.tournament-detail-winning-table .thead-dark th {
        color: #ffb400;
        background-color: transparent;
        border: none !important;
        /*padding-left: 16px;
        padding-right: 16px;*/
        text-transform: uppercase;
        font-size: 12px;
    }

        .table.tournament-detail-winning-table .thead-dark th:first-child {
            padding-left: 0;
        }

    .table.tournament-detail-winning-table tbody .text-center {
        color: #ffb400;
    }

    .table.tournament-detail-winning-table td, .table.tournament-detail-winning-table th {
        padding: 6px 10px 5px 10px;
        vertical-align: top;
        /*border-top: 1px solid rgba(255, 255, 255, .07) !important;*/
        border: 0;
        box-shadow: 0 0 black;
    }

    .table.tournament-detail-winning-table tbody th {
        font-weight: normal;
    }

.tournaments-item-timer-circle {
    width: 70px;
    height: 70px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #14181f;
    color: #ffb400;
    border: solid 1px #ffb400;
    border-radius: 50%;
}

    .tournaments-item-timer-circle span:first-child {
        font-size: 25px;
        line-height: 0.8;
    }

.tournaments-item-timer .dots {
    color: #ffb400;
    font-size: 44px;
    font-weight: bold;
    padding: 0 6px;
}

.tournaments-container, .tournament-detail-content-container {
    /* background: URL('../images/tournaments-container-bg.png') repeat-x #0d1015;
    padding-bottom: 115px;*/
    background: URL('../images/Ton_Doygunluk-1.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

/*.page-header-big {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    margin: 70px auto 50px;
    text-transform: uppercase;
    background: rgb(232, 164, 1);
    background: linear-gradient(0deg, rgba(232, 164, 1, 1) 46%, rgba(200, 147, 19, 1) 51%);
    text-align: center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}*/
.tournament-content-container-inner-item {
    display: none;
}

#tournament-content-container-inner-item_2 .tournaments-item, #tournament-content-container-inner-item_3 .tournaments-item {
    margin-top: 30px;
    background-color: rgba(26,30,39,0.8)
}

.tournament-detail-content-container .tournament-content-container-inner-item .card-tournament-detail-1 {
    margin-top: 0;
}

.tournament-content-container-inner-item.show {
    width: 100%;
    max-width: 100%;
    display: block;
    /*overflow-x: hidden;*/
}

.tournaments-item {
    /*background: #152033;*/
    border-radius: 20px;
    padding: 8px 8px 0px;
    color: #9aa4b5;
    /*margin-top: 15px;*/
    margin-bottom: 80px;
}

    .tournaments-item h5 {
        font-size: 16px;
        margin: 0;
    }

    .tournaments-item .tournaments-item-sub {
        background: #1a1e27;
        border-radius: 20px;
        text-align: center;
        width: 100%;
        height: 100%;
        padding: 0 10px;
    }

.tournaments-item-image {
    width: 245px;
    height: 245px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin: -135px auto 0;
    /*border: solid 1px #37445e;*/
    display: inline-block;
    /*padding: 9px;
    border-radius: 50%;
    background-clip: content-box;*/
    line-height: 1.5;
}

.tournaments-item-name {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    text-transform: capitalize;
    margin-bottom: 5px;
}

.tournament-detail-content-container .tournaments-item {
    margin-bottom: 30px;
}

.tournaments-item-start-time {
    margin: 0 auto;
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .tournaments-item-start-time h1 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 900;
        margin: 0;
    }

.tournaments-item-sub ul.list-group li.list-group-item {
    border-top: none;
    border-left: none;
    border-right: none;
}

.tournaments-item-prize {
    padding: 0 15px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}

.tournaments-item-prize-pool {
    width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 2px;
}

    .tournaments-item-prize-pool .prize-pool {
        width: 30px;
        height: 30px;
        background: #ffb400;
        border-radius: 50%;
        margin-bottom: 4px;
        color: #1a1e27;
        display: flex;
        justify-content: center;
        align-items: center;
        /*  position: relative;
        -webkit-box-shadow: 0px -5px 0px 0px #293b5a;
        -moz-box-shadow: 0px -5px 0px 0px #293b5a;
        box-shadow: 0px -5px 0px 0px #293b5a;*/
    }

        .tournaments-item-prize-pool .prize-pool p {
            margin: 0;
            /*position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);*/
            font-family: 'Montserrat', sans-serif;
            font-weight: 900;
            font-size: 20px;
        }

    .tournaments-item-prize-pool .amount-pool {
        /* max-width: 100%;*/
        background: #ffb400;
        color: #1a1e27;
        border-radius: 20px;
        font-family: 'Montserrat', sans-serif;
        font-weight: bold;
        font-size: 17px;
        margin-left: 10px;
        padding-left: 8px;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        height: 30px;
    }

.tournaments-item-prize-pool {
    font-size: 16px;
    opacity: .6
}

    .tournaments-item-prize-pool:nth-child(1) .prize-pool p, .tournaments-item-prize-pool:nth-child(2) .prize-pool p, .tournaments-item-prize-pool:nth-child(3) .prize-pool p {
        font-size: 24px;
    }

    .tournaments-item-prize-pool:nth-child(1), .tournaments-item-prize-pool:nth-child(2), .tournaments-item-prize-pool:nth-child(3) {
        opacity: 1;
    }

        .tournaments-item-prize-pool:nth-child(1) .amount-pool {
            width: calc(100% - 40px);
        }

        .tournaments-item-prize-pool:nth-child(2) .amount-pool {
            width: calc(100% - 50px);
        }

        .tournaments-item-prize-pool:nth-child(3) .amount-pool {
            width: calc(100% - 60px);
        }

    .tournaments-item-prize-pool:nth-child(4) .amount-pool {
        width: calc(100% - 70px);
        font-size: 16px;
    }

    .tournaments-item-prize-pool:nth-child(5) .amount-pool {
        width: calc(100% - 80px);
        font-size: 16px;
    }

    .tournaments-item-prize-pool:nth-child(6) .amount-pool {
        width: calc(100% - 90px);
        font-size: 16px;
    }

    .tournaments-item-prize-pool:nth-child(7) .amount-pool {
        width: calc(100% - 100px);
        font-size: 16px;
    }

     .tournaments-item-prize-pool:nth-child(8) .amount-pool {
        width: calc(100% - 110px);
        font-size: 15px;
    }

   .tournaments-item-prize-pool:nth-child(9) .amount-pool {
        width: calc(100% - 120px);
        font-size: 13px;
    }

    .tournaments-item-prize-pool:nth-child(10) .amount-pool {
        width: calc(100% - 130px);
        font-size: 13px;
    }

.card-tournament-detail-1 .card-header {
    margin-bottom: 0;
}

#clockdiv {
    margin-top: 40px;
}


#cash-race_games_container .slots-list-item {
    background-color: #191d24;
}

.tournament-detail-prize-container_2 {
    opacity: .6;
}

    .tournament-detail-prize-container_2 .tournament-detail-prize-container_2--item .amount-pool {
        width: calc(100% - 130px) !important;
        height: 30px;
        font-size: 16px;
    }

    .tournament-detail-prize-container_2 .tournament-detail-prize-container_2--item:nth-child(1) .amount-pool {
        width: calc(100% - 70px) !important;
        height: 30px;
        font-size: 16px;
    }

    .tournament-detail-prize-container_2 .tournament-detail-prize-container_2--item:nth-child(2) .amount-pool {
        width: calc(100% - 80px) !important;
        height: 30px;
        font-size: 16px;
    }

    .tournament-detail-prize-container_2 .tournament-detail-prize-container_2--item:nth-child(3) .amount-pool {
        width: calc(100% - 90px) !important;
        height: 30px !important;
        font-size: 16px !important;
    }

    .tournament-detail-prize-container_2 :nth-child(4) .amount-pool {
        width: calc(100% - 100px) !important;
        height: 30px;
        font-size: 16px;
    }

    .tournament-detail-prize-container_2 .tournament-detail-prize-container_2--item:nth-child(5) .amount-pool {
        width: calc(100% - 110px) !important;
        height: 30px;
        font-size: 16px;
    }

    .tournament-detail-prize-container_2 :nth-child(6) .amount-pool {
        width: calc(100% - 120px) !important;
        height: 30px;
        font-size: 16px;
    }

    .tournament-detail-prize-container_2 :nth-child(7) .amount-pool {
        width: calc(100% - 130px) !important;
        height: 30px;
        font-size: 16px;
    }

.tournaments-item-providers {
    border-bottom: 1px solid #4c4f56;
}

.cashrace_games_container .slots-list-item {
    background-color: transparent !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 5px 0;
    padding: 0;
}

    .cashrace_games_container .slots-list-item:hover {
        cursor: pointer;
    }

    .cashrace_games_container .slots-list-item .slots-list-item-img {
        width: 56px;
        height: 56px;
        border-radius: 50%;
        object-fit: cover;
    }

.cashrace_games_container .slots-list-item-title {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-left: 10px;
}

.cashrace_games_container h5 {
    width: 98px;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: start;
    display: unset !important;
}

.cashrace_games_container .slots-list-item-title-provider {
    width: 98px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: start;
    display: unset !important;
}

.cashrace_games_container .slots-list-item-title-provider {
    width: unset;
}
/*.tournaments-item-sub-2 {
    max-width: 260px;
    padding: 0;
}*/
.tournament-detail-prize-container_1 .amount-pool {
    position: relative;
    overflow: hidden;
}

    .tournament-detail-prize-container_1 .amount-pool img {
        position: absolute;
        top: 0;
        right: 0
    }

.page-header-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    list-style-type: none;
    justify-content: center !important;
    /*padding: 0;*/
}

    .page-header-list li {
        margin: 30px 30px 35px 30px;
        padding: 4px 0;
        border-bottom: 1px solid #7a849c;
        transition: .3s;
    }

        .page-header-list li:hover, .page-header-list li.active {
            cursor: pointer;
            color: #fff;
            border-color: #ffb400;
        }

.tournaments-item-providers {
    position: relative;
    padding: 20px 0 15px 0;
    margin: 0 10px;
}

    .tournaments-item-providers .owl-carousel {
        width: 394px;
        margin: auto;
        z-index: 3;
    }

        .tournaments-item-providers .owl-carousel .owl-item img {
            width: 20px;
            height: 20px;
            object-fit: contain;
        }

        .tournaments-item-providers .owl-carousel .item:hover {
            cursor: pointer;
        }

.cashrace_games_container {
    height: 360px;
    overflow-y: auto;
}

.cashrace_games_container_inner {
    width: 100%;
    height: min-content;
    margin: 0;
    padding: 5px 10px;
    /* overflow-y: scroll;*/
}

.cashrace_games_container::-webkit-scrollbar {
    width: 7px;
}

.cashrace_games_container::-webkit-scrollbar-track {
    background: #14181f;
}

.cashrace_games_container::-webkit-scrollbar-thumb {
    background: #1b1f28;
    border-radius: 5px;
}

    .cashrace_games_container::-webkit-scrollbar-thumb:hover {
        background: #5b6378;
    }

.cashrace_games-pevious {
    position: absolute;
    left: 0;
    z-index: 10;
    background: red;
}

.cashrace_games-next {
    position: absolute;
    right: 0;
    z-index: 10;
}

.cashrace_games_container .slots-list-item-container {
    width: auto;
    height: min-content;
    display: inline-flex;
}

.cashrace_games_container .slot_play-button {
    display: inline-flex;
}

.cashrace_games_container .tournaments-providers-slider-arrows img {
    width: 21px;
}

.tournaments-providers-slider-arrows {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
}

    .tournaments-providers-slider-arrows button {
        background-color: transparent;
        border: 0;
        outline: none;
    }

        .tournaments-providers-slider-arrows button img {
            width: 8px;
        }

.tournaments-item.next-tournament {
    background: #331525;
}

    .tournaments-item.next-tournament .tournaments-item-sub {
        background: #2a111c;
    }

    .tournaments-item.next-tournament .tournaments-item-prize-pool .prize-pool {
        background: #331525;
        -webkit-box-shadow: 0px -5px 0px 0px #451d32;
        -moz-box-shadow: 0px -5px 0px 0px #451d32;
        box-shadow: 0px -5px 0px 0px #451d32;
    }

.tournaments-item-detail-btn {
    color: #9aa4b5;
    font-weight: bold;
}

    .tournaments-item-detail-btn:hover {
        color: #fff;
    }

.tournaments-item-timer {
    font-weight: bold;
    font-size: 19px;
    padding: .20rem 1.5rem;
    margin: 0 auto 20px;
    min-width: 225px;
    display: -webkit-inline-box;
    justify-content: center;
    align-items: center;
}

/* .tournaments-item-timer .fa {
        margin: 5px 8px 0;
    }

    .tournaments-item-timer .hours {
        margin-left: 8px;
    }*/

.tournament-detail-header {
    height: 340px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.tournament-detail-content-container {
    /*background: #0d1015;*/
    color: #9aa4b5;
}

.tournament-detail-content-container-inner {
    /*top: -65px;*/
    position: relative;
}

.tournament-detail-parent {
    text-align: center;
    background: #14192c;
    border-radius: 100px;
    padding: 15px 0px 5px;
}

.tournament-detail-sub {
    background: #192236;
    border-radius: 100px;
    height: 105px;
    position: relative;
}

.tournament-detail-sub-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

    .tournament-detail-sub-inner h3 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 900;
        text-transform: capitalize;
        margin: 0;
    }

.card.card-tournament-detail-1 {
    background: #1a1e27;
}

    .card.card-tournament-detail-1 .card-body {
        background: #1a1e27;
    }

    .card.card-tournament-detail-1 .card-header .card-card-tournament-detail-1-icon {
        border: solid 1px #ffb400;
        width: 63px;
        height: 63px;
        margin: 0 auto;
        text-align: center;
        color: #ffb400;
        border-radius: 50%;
        padding-top: 12px;
        font-size: 28px;
    }

.cashraces__join-btn {
    font-size: 16px;
}

    .cashraces__join-btn.disabled {
        opacity: 1;
        background: no-repeat;
        color: #ffb400;
        line-height: 22px;
    }

.cashraces__join-btn path.three {
    animation: color_anim 1s infinite 0.2s;
}

.cashraces__join-btn path.one {
    transform: translateX(0%);
    animation: color_anim 1s infinite 0.6s;
}

.cashraces__join-btn path.two {
    transform: translateX(0%);
    animation: color_anim 1s infinite 0.4s;
}

.tournaments-item-buttons-container {
    margin: 15px auto 5px;
    width: 100%;
}

    .tournaments-item-buttons-container .btn {
        margin-bottom: 5px;
        width: calc(100% - 90px);
    }



.cashraces__current-ranking-modal .tournaments-item-prize-pool .amount-pool .amount-pool-inner {
    width: 472px;
    margin: 0;
}

    .cashraces__current-ranking-modal .tournaments-item-prize-pool .amount-pool .amount-pool-inner .username {
        width: 154px;
        padding: 0 5px;
    }

    .cashraces__current-ranking-modal .tournaments-item-prize-pool .amount-pool .amount-pool-inner .point {
        text-align: right;
        padding: 0;
    }

    .cashraces__current-ranking-modal .tournaments-item-prize-pool .amount-pool .amount-pool-inner .prize {
        width: 150px;
        text-align: right;
        padding: 0;
        font-weight: bolder;
    }

.cashraces__current-ranking-modal .tournaments-item-prize-pool .prize-pool p {
    font-size: 16px;
}

.cashraces__current-ranking-modal .tournaments-item-prize-pool .amount-pool {
    font-size: 14px;
}

.cashraces__current-ranking-modal .tournaments-item-prize-pool:nth-child(1) .amount-pool {
    background-image: url(/Content/images/tournament-prize-1.png);
    background-repeat: no-repeat;
    background-position: 100% 0px;
}

.cashraces__current-ranking-modal .tournaments-item-prize-pool:nth-child(2) .amount-pool {
    background-image: url(/Content/images/tournament-prize-2.png);
    background-repeat: no-repeat;
    background-position: 100% 6px;
}

.cashraces__current-ranking-modal .tournaments-item-prize-pool:nth-child(3) .amount-pool {
    background-image: url(/Content/images/tournament-prize-3.png);
    background-repeat: no-repeat;
    background-position: 100% 10px;
}


@keyframes color_anim {
    0% {
        fill: white;
    }

    50% {
        fill: black;
    }

    100% {
        fill: white;
    }
}

/* responsive*/
@media screen and (max-width: 1200px) {
    .tournaments-item-sub a {
        font-size: 12px !important;
    }

    .cashraces__open-current-rank-popup-btn {
        font-size: 12px!important;
    }

    .cashraces__join-btn {
        font-size: 13px;
    }

    .cashraces__join-btn svg {
        height: 20px;
        width: 20px;
    }

    .tournaments-item-prize-pool .amount-pool {
        font-size: 16px;
    }

    .tournament-detail-content-container .tournaments-item-start-time div {
        font-size: 14px !important;
    }

    .tournaments-item-start-time {
        width: 100%;
    }

    .tournaments-item-timer-circle {
        width: 50px;
        height: 50px;
    }

        .tournaments-item-timer-circle span:first-child {
            font-size: 22px;
        }

        .tournaments-item-timer-circle span:last-child {
            font-size: 12px !important;
        }

    .tournaments-item-prize-pool:nth-child(9) .amount-pool, .tournaments-item-prize-pool:nth-child(8) .amount-pool, .tournaments-item-prize-pool:nth-child(10) .amount-pool, .tournaments-item-prize-pool:nth-child(7) .amount-pool, .tournaments-item-prize-pool:nth-child(6) .amount-pool, .tournaments-item-prize-pool:nth-child(5) .amount-pool, .tournaments-item-prize-pool:nth-child(4) .amount-pool {
        width: calc(100% - 70px);
        font-size: 12px;
    }

    .card-body-custom-promotion .promotion-slider {
        width: 80%;
        height: 100%;
    }

    .card-body-custom-promotion .owl-stage-outer {
        width: 198px;
        height: 100%;
        margin: auto
    }

    .card-body-custom-promotion .owl-theme .owl-nav.disabled + .owl-dots {
        /*bottom: -15px;*/
        display: none !important;
    }

    .cashrace_games_container h5 {
        width: 85px;
    }
}

@media screen and (max-width: 1190px) {
    .tournaments-item-providers .owl-carousel {
        width: 60%;
    }
}

@media screen and (max-width: 1024px) {
    .tournaments-item-providers .owl-carousel {
        width: 270px;
    }

        .tournaments-item-providers .owl-carousel .owl-item {
            display: flex;
            justify-content: center;
        }

    .tournament-content-container-inner-item .card-tournament-detail-1 {
        margin-top: 0;
    }

    .page-header-list {
        justify-content: space-between;
        margin-bottom: 35px;
    }

        .page-header-list li {
            margin: 30px 7px 0 7px;
        }
    /*
    #cash-race_games_container {
        display: none;
    }*/

    .tournaments-item-timer-circle {
        width: 50px;
        height: 50px;
    }

        .tournaments-item-timer-circle span:first-child {
            font-size: 22px;
        }

        .tournaments-item-timer-circle span:last-child {
            font-size: 10px !important;
        }

    .tournaments-item-start-time {
        width: 100%;
    }

        .tournaments-item-start-time div {
            font-size: 14px !important;
        }
}

@media screen and (max-width: 991px) {
    .cashrace_games_container {
        margin: 10px 0 20px 0;
        padding: 0;
    }

        .cashrace_games_container h5 {
            width: 130px;
        }

    .tournaments-item-start-time {
        width: 45%;
    }

    .tournament-detail-content-container .tournaments-item {
        margin-bottom: 0;
    }

    .tournament-detail-content-container .tournament-content-container-inner-item .card-tournament-detail-1 {
        margin-bottom: 0 !important;
        border: 0;
    }

    .tournaments-item {
        border-radius: 20px 20px 0 0;
    }

    .card-tournament-detail-1:nth-child(1), .card-tournament-detail-1:nth-child(2), .card-tournament-detail-1:nth-child(3) {
        border-radius: 0;
    }

    .card-tournament-detail-2 {
        border-radius: 0 0 20px 20px !important;
    }

    .tournament-detail-prize-container {
        max-width: 100%;
    }

    .tournament-detail-prize-container_1 {
        max-width: 300px;
        margin: auto;
    }

    .tournament-detail-prize-container_2 {
        max-width: 365px;
        margin: 18px auto auto auto;
    }

        .tournament-detail-prize-container_2 :nth-child(1) .amount-pool {
            width: calc(100% - 40px);
            font-size: 14px;
        }

    .tournaments-container .tournaments-item .mb-2 {
        margin: 0 !important;
    }

    .tournaments-container .tournaments-item .tournaments-item-sub {
        border-radius: 20px 20px 0 0;
    }

    .tournaments-container .tournaments-item .tournaments-item-sub-3 {
        border-radius: 0 0 20px 20px !important;
    }
}

@media (max-width: 768px) {

    .tournaments-item-providers .owl-carousel .owl-item img {
        width: 35px;
        height: 35px;
    }

    .cashraces__crm-info-amount {
        margin-top: 0;
    }

    .cashraces__crm-body {
        background-size: initial;
        background-position: center top;
    }

    .cashraces__crm-ranking-container .tournaments-item-prize-pool.tournaments-item-prize-header .prize-pool {
        height: 23px;
    }

    .cashraces__crm-ranking-container .tournaments-item-prize-pool .prize-pool {
        height: 23px;
        width: 23px;
        margin-bottom: 0;
    }

    .cashraces__crm-ranking-container .tournaments-item-prize-pool .prize-pool p {
        font-size: 16px;
    }

    .cashraces__crm-info {
        padding-bottom: 22px;
    }

    .cashraces__crm-popup-banner {
        margin: 90px auto 0;
        display: block;
        max-width: 100%;
    }

    .cashraces__current-ranking-modal .tournaments-item-prize-pool .amount-pool {
        font-size: 12px!important;
        width: calc(100% - 35px) !important;
        height: 25px;
    }

    .cashraces__crm-close-modal {
        right: 2px;
        top: -31px;
    }

    .cashraces__current-ranking-modal .tournaments-item-prize-pool:nth-child(1) .amount-pool,
    .cashraces__current-ranking-modal .tournaments-item-prize-pool:nth-child(2) .amount-pool,
    .cashraces__current-ranking-modal .tournaments-item-prize-pool:nth-child(3) .amount-pool {
        background-image: none !important;
    }

    .cashraces__current-ranking-modal .tournaments-item-prize-pool .prize-pool {
        width: 24px;
        height: 24px;
    }
}

@media (max-width: 767px) {
    .tournament-detail-prize-container {
        max-width: 300px;
    }

    .tournament-detail-prize-container_2 {
        max-width: 300px;
        margin: 0 -15px;
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
    }

        .tournament-detail-prize-container_2 :nth-child(1) .amount-pool {
            width: calc(100% - 70px);
        }
}

@media (max-width: 600px) {
    .owl-carousel .item {
        width: 35px !important;
    }

    .tournaments-item-providers .owl-carousel .owl-item img {
        width: 35px;
        height: 35px;
    }

    .tournaments-item-providers .owl-carousel {
        width: 240px;
    }

    .td-value-for-bonus {
        font-size: 9px !important;
        width: 50%;
    }

    .tournaments-item-start-time {
        width: 70%;
    }

    .page-header-list {
        justify-content: unset;
        padding-left: 7px;
    }

    .page-header-big {
        padding: 0;
    }
}

@media (max-width: 450px) {

    .hide-450-down {
        display: none;
    }

    .card-winners-item .card .card-body .card-winners-item-btn {
        display: none;
    }

    .tournaments-item-start-time {
        width: 95%;
    }

    .tournaments-item-timer-circle {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 400px) {
    .tournaments-item-providers .owl-carousel .owl-item {
        width: 40px !important
    }

    .page-header-list {
        font-size: 12px;
        display: flex;
        justify-content: center;
    }

    /* .tournaments-item-providers .owl-carousel {
        width: 210px;
    }*/
}

@media (max-width: 330px) {
    .tournaments-item-providers .owl-carousel {
        width: 200px;
    }

        .tournaments-item-providers .owl-carousel .owl-stage-outer {
            height: 35px;
        }
}
