﻿/** Eurocup Wbet - 31/5/2021 **/
.video-wrap.mobile {
    display: none;
}

.saba-euro {
    background: #fff url(../images/saba/bg_saba.jpg)no-repeat top center;
    background-size: auto;
    padding: 30px 0 45px;
    font-size: 18px;
}

.saba-container {
    max-width: 1080px;
    margin: auto;
}

.saba-logo {
    position: relative;
    margin-top: 50px;
    margin-bottom: 10px;
}

    .saba-logo::before {
        content: url(../images/saba/border-deco.png);
        display: block;
        position: absolute;
        left: -47px;
        top: -38px;
    }

.draw-title {
    color: #9f9f9f;
    font-weight: 700;
    font-size: 24px;
}

.period-text {
    font-size: 14px;
    margin: 4px 0;
}

.nav-tabs.nav-tournament {
    border-bottom: none;
}

    .nav-tabs.nav-tournament .nav-item {
        margin-right: 2px;
        width: 200px;
        text-align: center;
    }

    .nav-tabs.nav-tournament .nav-link {
        border: none;
        /*background: linear-gradient(to bottom, rgba(83,164,240,0.7) 0%, rgba(85,90,235,0.7) 100%);*/
        background: #496582;
        color: #fff;
        font-weight: 600;
        padding: 10px 15px;
        font-size: 18px;
    }

        .nav-tabs.nav-tournament .nav-item.show .nav-link, .nav-tabs.nav-tournament .nav-link.active {
            color: #fff;
            /*background: linear-gradient(to bottom, rgba(83,164,240,1) 0%, rgba(85,90,235,1) 100%);*/
            background: #0b2b55;
        }

.tourprize {
    /*background: #73aaf1;*/
    background: #0b204a;
    color: #fff;
    padding: 10px 20px;
    font-weight: 600;
}

.tourn-wrap {
    overflow: auto;
}

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;
    }

.match-category {
    font-size: 1.6rem;
    font-family: 'GillSansMTStd-Medium-FIXED';
    font-weight: 600;
}

@media (max-width: 1080px) {
    .saba-logo::before {
        content: none;
    }

    .saba-logo {
        margin-top: 0px;
    }
}

@media (max-width: 600px) {
    .video-wrap.mobile {
        display: block;
    }

    .video-wrap.desktop {
        display: none;
    }
}

@media (max-width: 480px) {
    .saba-euro {
        font-size: 15px;
    }

    table.tour-table {
        font-size: 14px;
        line-height: 1.3;
    }

    .nav-tabs.nav-tournament .nav-item {
        margin: 0;
        width: 50%;
        text-align: center;
    }

    .nav-tabs.nav-tournament .nav-link {
        font-size: 17px;
    }

    .draw-title {
        font-size: 20px;
    }

    .tourprize {
        text-align: center;
    }

    .match-category {
        font-size: 1.3rem;
    }
}

/** Dynamic Event Details Page **/

.event-details-sec {
    background: #fff url(../images/gs_event-bg.jpg)no-repeat top center;
    background-size: auto;
    padding: 30px 0 45px;
    font-size: 18px;
}

.event-details-title {
    color: #505050;
    font-weight: 700;
    font-size: 24px;
}

.event-details-date {
    font-weight: 500;
}

@media (max-width: 480px) {
    .event-details-sec {
        font-size: 15px;
    }

    .event-details-title {
        font-size: 20px;
    }
}

/** End Dynamic Event Details Page **/