﻿.eurocup2021-sec {
    background: url("../images/road-to-euro/content-bg.jpg")no-repeat top center;
    background-size: cover;
    padding: 30px 0;
    color: white;
}

    .eurocup2021-sec h1 {
        margin: 1rem auto;
        padding: 0 1rem;
        font-size: 3.5rem;
        line-height: 4rem;
        font-family: 'TimesModern-Bold';
        font-weight: normal;
        letter-spacing: 1px;
        text-align: center;
    }

    .eurocup2021-sec h3 {
        margin: 1rem auto;
        padding: 0 1rem;
        font-size: 2rem;
        line-height: 1rem;
        font-family: 'TimesModern-Bold';
        font-weight: normal;
        letter-spacing: 1px;
        text-align: center;
    }

.guess-boxes {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-gap: 1rem;
}

.guess-box {
    background-color: #8cdcff;
    color: black;
    padding: 1rem;
    height: auto;
}

.spacer {
    width: 4rem;
}

.guess-box-header > h4 {
    color: #001c4e;
    font-family: 'GillSansMTStd-Medium-FIXED';
    letter-spacing: 0.5px;
    font-weight: bold;
    font-size: 1.2rem;
}

.guess-box-header > button {
    width: auto;
    height: auto;
    color: #1c57bd;
    font-size: 0.9rem;
    font-family: 'GillSansMTStd-Medium-FIXED';
    font-weight: bold;
    letter-spacing: 0.5px;
    background-color: transparent;
    border: 0;
    outline: 0;
    cursor: pointer;
}

.editable-box > button {
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 4rem;
    margin-bottom: 0.3rem;
    padding: 0;
    border: 0;
    outline: 0;
    cursor: pointer;
}

    .editable-box button:disabled {
        cursor: default;
    }

.editable-box h4 {
    width: 9rem;
    font-size: 1rem;
    font-family: 'TimesModern-Regular';
    font-weight: normal;
    text-align: left;
    margin: auto;
}

.editable-box span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 4rem;
    height: 4rem;
    color: #fff;
    font-size: 1rem;
    font-family: 'GillSansMTStd-Medium-FIXED';
    letter-spacing: 0.5px;
    text-align: center;
    background-color: #1c57bd;
}

.editable-box section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 11rem;
    height: 4rem;
}

.editable-box figure {
    width: 3rem;
    margin: 0 1rem;
}

.editable-box img {
    width: 100%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0.2rem 0.4rem 0 rgb(0 28 78 / 20%);
    box-shadow: 0 0.2rem 0.4rem 0 rgb(0 28 78 / 20%);
    display: inline-block;
}

.preselect-boxes {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: auto;
}

    .preselect-boxes button {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 1rem;
        padding: 0;
        background-color: transparent;
        border: 0;
        outline: 0;
        cursor: pointer;
    }

    .preselect-boxes figure {
        width: 3rem;
        margin-bottom: 0.5rem;
        border: 0.1rem solid #d5dced;
        border-radius: 50%;
    }

    .preselect-boxes img {
        width: 100%;
        border-radius: 50%;
        -webkit-box-shadow: 0 0.2rem 0.4rem 0 rgb(0 28 78 / 20%);
        box-shadow: 0 0.2rem 0.4rem 0 rgb(0 28 78 / 20%);
    }

    .preselect-boxes button span {
        color: #001c4e;
        font-size: 0.9rem;
        font-family: 'TimesModern-Regular';
    }

.guess-submit-btn {
    width: 20rem;
    padding: 1.75rem 0;
    color: #fff;
    font-size: 1rem;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    background-color: #1c57bd;
    border: 0;
    outline: 0;
    text-align: center;
}

    .guess-submit-btn.disabled {
        opacity: 0.8;
        color: #666666;
        cursor: default;
    }

@media (min-width: 600px) {
    .guess-boxes {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 900px) {
    .guess-boxes {
        grid-template-columns: repeat(4, 1fr);
    }
}

/** Euro Cup 2020 v2 **/
.quarterfinal-bracket, .semifinal-bracket {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    align-items: stretch;
    margin: 4rem 0 3rem 0;
}

.final-bracket {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    align-items: stretch;
    margin: 4rem 0 3rem 0;
}

.quarter-sub-bracket, .semi-sub-bracket {
    position: relative;
    width: 100%;
    height: 30rem;
    margin: 0 2rem 2rem 2rem;
}

.final-sub-bracket {
    position: relative;
    width: 100%;
    height: 30rem;
    margin: 0 2rem 2rem 2rem;
}

.vsbox-effect {
    display: flex;
    position: absolute;
    top: 0;
    width: 100%;
    height: calc(100% - 9rem);
    overflow: hidden;
}

.vsbox-effect-left {
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: top left;
    background-blend-mode: luminosity;
    background-color: #082c69;
    opacity: 0.6;
}

.vsbox-effect-right {
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: top left;
    background-blend-mode: luminosity;
    background-color: #00235e;
    opacity: 0.6;
}

.vsbox-effect-left.selected {
    background-color: #0056a1;
    opacity: 1;
}

.vsbox-effect-left.deselected {
    opacity: 0.5;
    z-index: 2;
    pointer-events: none;
}

.vsbox-effect-right.selected {
    background-color: #0056a1;
    opacity: 1;
}

.vsbox-effect-right.deselected {
    opacity: 0.5;
    z-index: 2;
    pointer-events: none;
}

.vsbox {
    display: flex;
    position: relative;
    height: calc(100% - 9rem);
}

.vsbox-left {
    width: 50%;
    height: 100%;
}

.vsbox-left-sub {
    height: 100%;
}

    .vsbox-left-sub button {
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        width: 100%;
        height: 100%;
        background-color: transparent;
        border: 0;
        outline: 0;
        cursor: pointer;
    }

    .vsbox-left-sub-btn:hover, .vsbox-right-sub-btn:hover {
        background-color: #0f63ad;
    }

        .vsbox-left-sub button section {
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            flex-direction: column;
            -webkit-box-align: center;
            align-items: center;
        }

            .vsbox-left-sub button section figure {
                width: 9rem;
                margin-bottom: 1rem;
                border-radius: 50%;
            }

.vsbox-left-sub-btn-img {
    width: auto;
    border-radius: 50%;
    box-shadow: 0 0.3rem 0.7rem 0 rgb(0 28 78 / 50%);
}

.vsbox-left-sub-btn-span {
    color: #fff;
    font-size: 1.2rem;
    font-family: 'TimesModern-Regular';
}

.vs-middle-sec {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    width: 100%;
    height: calc(100% - 9rem);
    pointer-events: none;
    z-index: 2;
}

    .vs-middle-sec span {
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        width: 3.2rem;
        height: 3.2rem;
        margin-bottom: 2.7rem;
        color: #fff;
        font-size: 1.6rem;
        font-family: 'GillSansMTStd-Medium-FIXED';
        letter-spacing: 0.5px;
        background-color: #00235e;
        border-radius: 50%;
    }

.match-detail-sec {
    position: relative;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    height: 9rem;
    background-color: #001333;
    text-align: center;
}

.winner {
    display: block !important;
    color: #fff;
    margin-bottom: 0.25rem;
    font-weight: 500;
    font-size: 1.25rem;
    font-family: 'GillSansMTStd-Medium-FIXED';
    letter-spacing: 0.5px;
}

.score {
    display: block;
    color: #b4bbd0;
    font-size: 1.2rem;
    font-family: 'GillSansMTStd-Medium-FIXED';
}

.vsbox-left-sub-btn.disabled:hover, .vsbox-right-sub-btn.disabled:hover {
    cursor: default;
    background-color: transparent;
}

#name, #email, #contactno {
    width: 100%;
    color: black;
    padding: 14px 20px;
    border: none;
    border-radius: 4px;
    cursor: text;
    margin-bottom: 10px;
    opacity: 0.95;
    font-weight: 600;
}

.entry-submit-btn {
    background-color: #111252;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    float: none;
    font-size: 1rem;
    transition: all 0.2s;
}

    .entry-submit-btn:hover {
        background-color: #0e0f42;
        font-size: 1.1rem;
    }

#entry-submit-sec {
    background: url("../images/road-to-euro/uefa-horizontal-bg.jpg")no-repeat top center;
    background-size: cover;
    padding: 30px 15px;
    color: white;
    min-height: 500px;
}

    #entry-submit-sec label {
        margin: 0 0 0 0;
        margin-bottom: 10px;
        font-size: 1rem;
    }

@media screen and (min-width: 768px) {
    .quarter-sub-bracket, .semi-sub-bracket {
        width: calc(50% - 1rem);
    }
}

@media screen and (min-width: 440px) {
    .quarter-sub-bracket, .semi-sub-bracket {
        margin: 0 0 2rem 0;
    }

    .final-sub-bracket {
        margin: 0 0 2rem 0;
    }
}

@media (max-width: 990px) {
    #final-team1-sec .vsbox-left-sub-btn-img, #final-team2-sec .vsbox-left-sub-btn-img {
        width: 140px;
    }

    .vsbox-left-sub-btn-img {
        width: 100px;
    }
}

@media (max-width: 768px) {
    .eurocup2021-sec h1 {
        font-size: 2.8rem;
    }

    #final-team1-sec .vsbox-left-sub-btn-img, #final-team2-sec .vsbox-left-sub-btn-img {
        width: 100px;
    }

    .vsbox-left-sub-btn-img {
        width: 100px;
    }

    .winner{
        font-size: 1.1rem;
    }

    .score {
        font-size: 1.1rem;
    }

    .login-container {
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .eurocup2021-sec h1 {
        font-size: 2.2rem;
    }

    #final-team1-sec .vsbox-left-sub-btn-img, #final-team2-sec .vsbox-left-sub-btn-img {
        width: 80px;
    }

    .vsbox-left-sub-btn-img {
        width: 80px;
    }

    .winner {
        font-size: 1rem;
    }

    .score {
        font-size: 1rem;
    }
}

/** Euro20 Registration Page **/
.euro20-register-header {
    font-family: 'Times New Roman', Times, serif;
    text-align: center;
}

.euro20-register-textbox {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

    .euro20-register-textbox:focus {
        color:black;
    }

/*
#copy-btn, #sendemail-btn {
    background-color: #378b29;
    background-image: linear-gradient(155deg, #378b29 0%, #74d680 74%);
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    width: 40%;
    text-transform: uppercase;
    transition: all 0.2s;
    font-size: 0.9rem;
}

    #copy-btn:hover, #sendemail-btn:hover {
        font-size: 0.95rem;
    }*/

.euro20-register-submit-btn {
    background-color: #378b29;
    background-image: linear-gradient(155deg, #378b29 0%, #74d680 74%);
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    width: 40%;
    text-transform: uppercase;
    transition: all 0.2s;
    font-size: 0.9rem;
}

    .euro20-register-submit-btn:hover {
        font-size: 0.95rem;
    }

/** Euro20 Game Main Page **/
.player-option {
    display: inline-block;
    width: 25%;
    margin: 2px -2px;
}

.login-container {
    display: flex;
    /*justify-content: flex-end;*/
    justify-content: space-between;
}

.login-container i {
    font-size: 20px;
    margin-left: 10px;
    vertical-align: middle;
    color: gold;
}

.login-container-right {
    display: flex;
    justify-content: flex-end;
}

.login-container-right i {
    font-size: 20px;
    margin-left: 10px;
    vertical-align: middle;
    color: dodgerblue;
}

.middle-line {
    border-left: 2px solid rgba(51,110,123,0.3);
    margin-left: 10px;
    margin-right: 10px;
}

.match-submit-sec {
    position: relative;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    height: 7rem;
    background-color: #00424e;
    text-align: center;
    opacity: 1;
    transition: all 0.2s;
}
    
    .match-submit-sec:hover {
        background-color: #00284e;
        opacity: 0.8;
    }

.match-submit-txt {
    display: block !important;
    color: #fff;
    margin-bottom: 0.25rem;
    font-weight: 600;
    font-size: 1.3rem;
    font-family: 'GillSansMTStd-Medium-FIXED';
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.match-bracket {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: center;
    -webkit-box-align: stretch;
    align-items: stretch;
    margin: 4rem 0 3rem 0;
}

    .match-bracket.disabled {
        pointer-events: none;
        opacity: 0.8;
    }

.match-sub-bracket {
    position: relative;
    width: 100%;
    height: 30rem;
    margin: 0 2rem 2rem 2rem;
}

.match-vsbox-effect {
    display: flex;
    position: absolute;
    top: 0;
    width: 100%;
    height: calc(100% - 9rem);
    overflow: hidden;
}

.match-vsbox-effect-left {
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: top left;
    background-blend-mode: luminosity;
    background-color: #ececec;
    opacity: 0.6;
}

.match-vsbox-effect-right {
    width: 50%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: top left;
    background-blend-mode: luminosity;
    background-color: #d0d0d0;
    opacity: 0.6;
}

.match-vsbox-effect-left.selected {
    background-color: #00b8c7a1;
    opacity: 1;
}

.match-vsbox-effect-left.deselected {
    opacity: 0.5;
    z-index: 2;
    pointer-events: none;
}

.match-vsbox-effect-right.selected {
    background-color: #00b8c7a1;
    opacity: 1;
}

.match-vsbox-effect-right.deselected {
    opacity: 0.5;
    z-index: 2;
    pointer-events: none;
}
.match-vs-sec {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    width: 100%;
    height: calc(100% - 9rem);
    pointer-events: none;
    z-index: 2;
}

    .match-vs-sec span {
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        width: 3.2rem;
        height: 3.2rem;
        margin-bottom: 2.7rem;
        color: #fff;
        font-size: 1.6rem;
        font-family: 'GillSansMTStd-Medium-FIXED';
        letter-spacing: 0.5px;
        background-color: #006272;
        border-radius: 50%;
    }

.match-vs-sec-v2 {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    width: 100%;
    height: 2rem;
    pointer-events: none;
    z-index: 2;
}

    .match-vs-sec-v2 span {
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        width: 100%;
        height: 3.2rem;
        margin-bottom: 5.2rem;
        color: #fff;
        font-size: 1.6rem;
        font-family: 'GillSansMTStd-Medium-FIXED';
        letter-spacing: 0.5px;
        background-color: #001333;
    }

.match-draw-sec {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: absolute;
    width: 10rem;
    left: 50%;
    /*margin-top: 308px;*/
    margin-left: -80px;
    margin-top: 168px;
    z-index: 2;
}

    .match-draw-sec.selected {
        opacity: 1;
    }

        .match-draw-sec.selected a {
            background-color: #00b8c7;
            opacity: 1;
        }

    .match-draw-sec.deselected {
        opacity: 1;
    }

        .match-draw-sec.deselected a {
            background-color: #60a5ab;
            opacity: 1;
        }

    .match-draw-sec a {
        display: flex;
        flex-direction: column;
        position: absolute;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        width: 10rem;
        /*height: 3.5rem;*/
        height: 336px;
        color: #fff;
        font-size: 1.6rem;
        font-family: 'GillSansMTStd-Medium-FIXED';
        letter-spacing: 0.5px;
        background-color: #006272;
        /*border-radius: 10px 10px 0px 0px;*/
    }

    .match-draw-sec text {
        font-size: 1.4rem;
    }

        .match-draw-sec a:hover {
            background-color: dodgerblue;
        }

.match-vsbox-left-sub-btn:hover, .match-vsbox-right-sub-btn:hover {
    background-color: #00abb9a1;
    transition: all 0.2s;
}

.vsbox-match-sub-btn-span {
    color: black;
    font-size: 1.3rem;
    font-family: 'TimesModern-Regular';
    font-weight: 500;
}

.euro20-bet-submit-btn {
    background-color: #71fbd8;
    background-image: linear-gradient( 1deg, #1c4c4b82 0%, #35d23a 74%);
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    width: 40%;
    text-transform: uppercase;
    transition: 0.5s;
    font-size: 1rem;
    font-family: 'GillSansMTStd-Medium-FIXED';
    opacity: 1;
    display: inline-block;
    background-size: auto 200%;
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}

    .euro20-bet-submit-btn:hover {
        transition: all .4s ease-out;
        background-position: bottom center;
    }

.euro20-bet-textbox-1, .euro20-bet-textbox-2, .euro20-bet-textbox-3, .euro20-bet-textbox-4 {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

    .euro20-bet-textbox-1:focus, .euro20-bet-textbox-2:focus, .euro20-bet-textbox-3:focus, .euro20-bet-textbox-4:focus, {
        color: black;
    }

.saba-euro-v2 {
    background: #fff url(../images/road-to-euro/bg_saba_v2.jpg)top center;
    background-size: auto;
    padding: 30px 0 45px;
    background-repeat: repeat;
}

.guide-tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

    .guide-tab button {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
    }

        .guide-tab button:hover {
            background-color: #ddd;
        }

        .guide-tab button.active {
            background-color: #ccc;
        }

.guide-tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
    font-size: 1rem;
}

@media(max-width: 990px) {
    .player-option {
        width: 50%;
    }

    .match-draw-sec a {
        width: 8rem;
    }
}

@media(max-width: 768px) {
    .player-option {
        width: 50%;
    }

    .match-draw-sec a {
        width: 4rem; 
        font-size: 1.2rem;
        padding: 4px;
    }

    .match-draw-sec text {
        font-size: 1rem;
    }

    .vsbox-match-sub-btn-span {
        font-size: 1.2rem;
    }
}

@media (max-width: 480px) {
    .match-sub-bracket {
        margin: 0 0 2rem 0;
    }

    .euro20-bet-submit-btn {
        font-size: 0.8rem;
    }

    .hype-content {
        font-size: 15px;
    }
}

/** EURO Saba Sports - 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: #828b94;
        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: #52575d;
        }

.tourprize {
    /*background: #73aaf1;*/
    background: #343a40;
    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;
    }

    .login-container {
        flex-direction: column;
    }

    .vsbox-match-sub-btn-span {
        font-size: 1rem;
    }
}