﻿/** Year End Grand Tournament **/
.saba-container {
    max-width: 1080px;
    margin: auto;
}

.ye-tour-banner img {
    width: 100%;
}

.ye-tour-banner.mobile {
    display: none;
}

.year-end-bonus {
    padding: 100px 0 60px;
}

.yeb-wrap {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
}

.speical-bonus {
    position: relative;
    color: #9f9f9f;
    font-weight: 700;
    font-size: 24px;
}

    .speical-bonus::before {
        content: url("../images/year-end-tour/border-deco-yellow.png");
        display: block;
        position: absolute;
        left: -40px;
        top: -52px;
    }

.period-wrap {
    font-size: 15px;
    padding: 4px 0 20px;
}

ol.how-tournament {
    padding-left: 17px;
}

.nav-tabs.nav-yebtour {
    border-bottom: none;
}

    .nav-tabs.nav-yebtour .nav-item {
        margin-right: 2px;
        width: 160px;
        text-align: center;
        font-size: 17px;
    }

    .nav-tabs.nav-yebtour .nav-link {
        border: none;
        background: #572e0d;
        color: #faae3f;
        font-weight: 600;
        padding: 10px 15px;
        font-size: 18px;
    }

        .nav-tabs.nav-yebtour .nav-item.show .nav-link, .nav-tabs.nav-yebtour .nav-link.active {
            color: #572e0d;
            background: #faae3f;
        }

.tourprize-yeb {
    background: linear-gradient(to bottom, rgba(250,175,63,1) 0%, rgba(250,175,63,1) 12%, rgba(255,251,122,1) 100%);
    color: #572e0d;
    padding: 10px 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.yeb-tour-wrap {
    font-size: 17px;
    overflow: auto;
}

table.yebtour-table {
    color: #646464;
    text-align: center;
}

    table.yebtour-table tr:nth-child(odd) {
        background: rgba(52,58,64,0.08);
    }

    table.yebtour-table tr td, table.yebtour-table tr th {
        padding: 5px 3px;
        font-weight: 500;
    }

    table.yebtour-table.winner tr td {
        padding: 3px 3px;
    }

    table.yebtour-table tr td:nth-child(odd), table.yebtour-table tr th:nth-child(odd) {
        background: rgba(52,58,64,0.15);
    }

    table.yebtour-table tr.title-winner {
        background: rgba(52,58,64,0.25) !important;
    }

    table.yebtour-table tr.winner-table th {
        font-weight: 600;
    }

table.tour-table {
    /*color: #4876b1;*/
    color: #272727;
    text-align: center;
}

    table.tour-table tr:nth-child(odd) {
        /*background: rgba(83,151,239,0.1);*/
        background: rgba(52,58,64,0.08);
    }

    table.tour-table tr td, table.tour-table tr th {
        padding: 5px 3px;
        font-weight: 500;
    }

    table.tour-table.sbwinner tr td {
        padding: 3px 3px;
        font-size: 15px;
    }

    table.tour-table tr td:nth-child(odd), table.tour-table tr th:nth-child(odd) {
        /*background: rgba(83,151,239,0.15);*/
        background: rgba(52,58,64,0.15);
    }

    table.tour-table tr.title-winner {
        /* background: rgba(83,151,239,0.3) !important;*/
        background: rgba(52,58,64,0.25) !important;
    }

    table.tour-table tr.winner-table th {
        font-weight: 600;
    }

@media(max-width: 991px) {
    .year-end-bonus {
        padding: 30px 0 60px;
    }

    .speical-bonus::before {
        content: none;
    }
}

@media(max-width: 600px) {
    .ye-tour-banner.desktop {
        display: none;
    }

    .ye-tour-banner.mobile {
        display: block;
    }

    .yeb-tour-wrap {
        font-size: 15px;
    }

    .nav-tabs.nav-yebtour .nav-link {
        font-size: 16px;
    }

    .nav-tabs.nav-yebtour .nav-item {
        width: 49%;
    }
}

@media (max-width: 480px) {
    table.tour-table {
        font-size: 14px;
        line-height: 1.3;
    }
}
