﻿@font-face {
    src: url(../fonts/Pe-icon-7-stroke.ttf);
    font-family: 'Pe-icon-7-stroke';
}

body {
    position: absolute;
    font-family: "proxima-soft";
    margin: 0;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    left: 0;
}

    body.menu-move {
        left: -20%;
        transition: .5s ease;
    }

    body.locked {
        overflow: hidden;
    }

a img {
    outline: none;
    text-decoration: none;
    border: none;
}

button:focus {
    outline: none;
}

.new-fixtures:after {
    content: '';
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 4px;
    background: #E84040;
    border-radius: 100%;
}

#loading-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 10;
}

.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

svg path,
svg rect {
    fill: #009DFF;
}

.error-label {
    display: block;
    color: #fff;
    font-weight: 200;
    border-radius: 3px;
    background: #FF4141;
    padding: 10px 0;
    margin-bottom: 10px;
    font-size: 14px;
}

.validation-summary-errors {
    display: block;
    color: #fff;
    font-weight: 200;
    border-radius: 3px;
    background: #FF4141;
    padding: 10px 0;
    margin-bottom: 10px;
    font-size: 14px;
}

    .validation-summary-errors > ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }


.inputError {
    border: solid 1px #FF4141 !important;
}

.close, .uni-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 60px;
    height: 60px;
    background: url('../images/svg/cross-dark.svg') no-repeat center;
    background-size: 22px;
    border: none;
    cursor: pointer;
    z-index: 1;
}

    .close.light-close {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 60px;
        height: 60px;
        background: url('../images/svg/cross.svg') no-repeat center;
        background-size: 22px;
        border: none;
        cursor: pointer;
    }

#topup-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    transform: translateY(-100%);
    width: 100%;
    height: 100%;
    background: #0B1424;
    z-index: 10;
    transition: .5s ease;
}

    #topup-wrapper.slide-down {
        transform: translateY(0);
    }

.top-backdrop {
    position: absolute;
    width: 100%;
    height: 70%;
    background: #0B1424;
    z-index: 0;
}

#topup-wrapper p {
    position: relative;
    width: 80%;
    color: #fff;
    font-weight: 300;
    text-align: center;
    margin: 10px auto;
}

.top-backdrop:after {
    content: '';
    position: absolute;
    bottom: 0;
    transform: translateY(50%);
    border-style: solid;
    border-width: 20vw 0 20vw 100vw;
    border-color: #0B1424 transparent transparent #0B1424;
}

.topup-grid {
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 50px;
    box-sizing: border-box;
}

.topup-block {
    display: inline-block;
    width: 20%;
    height: 250px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
    margin: 10px;
    vertical-align: top;
}

.paypal-topup {
    position: relative;
    display: inline-block;
    line-height: 50px;
    padding: 0 80px 0 30px;
    background: url('../images/svg/paypal.svg') #179BD7 no-repeat 80% center;
    background-size: 55px;
    border: none;
    cursor: pointer;
    border-radius: 3px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 200;
    margin-top: 50px;
    transition: .3s ease;
}

    .paypal-topup:hover {
        transform: scale(1.02);
    }

.cap-number {
    font-size: 60px;
    line-height: 62px;
    vertical-align: text-top;
}

#login-wrapper {
    position: fixed;
    top: 0;
    right: 0;
    transform: translateX(100%);
    width: 30%;
    height: 100%;
    background: url('../images/login-bg.png') #fff no-repeat bottom;
    background-size: 100%;
    z-index: 10;
    box-shadow: -2px 0 10px rgba(0, 0, 0, .1);
    transition: .5s ease;
}

    #login-wrapper.slide-in {
        transform: translateX(0);
    }

#login-tabs {
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
}

    #login-tabs > ul {
        position: relative;
        margin: 0 0 60px 0;
        padding: 0;
        list-style-type: none;
    }

        #login-tabs > ul > li {
            display: inline-block;
        }

            #login-tabs > ul > li > a {
                display: inline-block;
                padding: 0 20px;
                line-height: 50px;
                background: none;
                border: solid 1px #0B1424;
                font-size: 14px;
                font-weight: 300;
                color: #0B1424;
                text-decoration: none;
            }

                #login-tabs ul li a:focus {
                    outline: none;
                }

            #login-tabs ul li:first-child a {
                border-radius: 3px 0 0 3px;
            }

            #login-tabs ul li:last-child a {
                border-radius: 0 3px 3px 0;
            }

            #login-tabs ul li.ui-state-active a, #tabs ul li.ui-state-active a:link, #tabs ul li.ui-state-active a:visited {
                background: #0B1424;
                border: solid 1px #0B1424;
                color: #fff;
            }

.login, .reg {
    position: relative;
    width: 80%;
    box-sizing: border-box;
    text-align: center;
    margin: 0 auto;
}

#login-wrapper input {
    display: block;
    width: 100%;
    height: 45px;
    background: #fff;
    border: solid 1px #e9e9e9;
    border-radius: 3px;
    padding: 0 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
    font-family: "proxima-soft";
    font-size: 14px;
    font-weight: 200;
}

#login-wrapper h2 {
    margin-bottom: 40px;
}

.submit {
    display: inline-block;
    background: #009DFF;
    border: none;
    border-radius: 3px;
    color: #fff;
    padding: 0 50px;
    line-height: 50px;
    font-family: "proxima-soft";
    font-size: 14px;
    font-weight: 200;
    cursor: pointer;
    margin-top: 20px;
    transition: .3s ease;
}

#mobile-menu {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #0B1424;
    /*background: rgba(218, 69, 14, .9);*/
    top: 0;
    right: -100%;
    z-index: 5;
    transition: .5s ease;
}

    #mobile-menu.open {
        right: 0;
    }

    #mobile-menu .top {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100px;
        line-height: 100px;
        display: flex;
        padding: 0 20px;
    }

        #mobile-menu .top .col {
            flex-grow: 1;
        }

            #mobile-menu .top .col:first-child {
                flex-basis: 90%;
            }

            #mobile-menu .top .col:last-child {
                flex-basis: 10%;
            }

.mobile-menu-list {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: center;
}

    .mobile-menu-list li {
        display: block;
        margin-bottom: 40px;
        opacity: 0;
        transform: scale(.5);
        transition: .8s ease;
    }

        .mobile-menu-list li:last-child {
            margin-bottom: 0;
        }

        .mobile-menu-list li a {
            display: block;
            font-size: 25px;
            font-weight: 200;
            color: #fff;
            text-decoration: none;
        }

#mobile-menu.open .mobile-menu-list li {
    opacity: 1;
    transform: scale(1);
}


    #mobile-menu.open .mobile-menu-list li:nth-child(2) {
        transition-delay: .1s;
    }

    #mobile-menu.open .mobile-menu-list li:nth-child(3) {
        transition-delay: .2s;
    }

    #mobile-menu.open .mobile-menu-list li:nth-child(4) {
        transition-delay: .3s;
    }

    #mobile-menu.open .mobile-menu-list li:nth-child(5) {
        transition-delay: .4s;
    }

    #mobile-menu.open .mobile-menu-list li:last-child {
        transition-delay: .5s;
    }

.mobile-menu-list li a.topup-btn {
    display: inline-block;
    padding: 5px 10px;
    background: #fff;
    color: #0B1424;
    line-height: normal;
    font-size: 18px;
    font-weight: 300;
    text-decoration: none;
    border-radius: 3px 0 0 3px;
    border: solid 1px #fff;
}

.mobile-menu-list li .credit {
    display: inline-block;
    padding: 5px 10px;
    border: solid 1px #fff;
    line-height: normal;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    border-radius: 0 3px 3px 0;
}

.before-fold {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/landing-bg.png) no-repeat center;
    background-size: cover;
    top: 0;
    left: 0;
}

    .before-fold:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(11, 20, 36, .5);
    }

.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100px;
    line-height: 100px;
    padding: 0 20px;
    box-sizing: border-box;
    cursor: default;
    transition: .3s ease;
}

    .header.neg-header {
        height: 70px;
        line-height: 70px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
    }

    .header:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #fff;
        transform: translateY(-100%);
        transition: .3s ease;
    }

    .header.neg-header:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        transform: translateY(0);
        width: 100%;
        height: 100%;
        background: #fff;
    }

    .header.neg-header .logo {
        background: url('../images/logo-symbol.svg') no-repeat center;
        background-size: 30px;
    }

    .header.neg-header .nav li a, .header.neg-header .user-options li a {
        color: #0B1424;
    }

    .header.neg-header .topup-btn {
        background: #0B1424;
        color: #fff;
    }

    .header.neg-header .credit {
        border: solid 1px #0B1424;
        color: #0B1424;
    }

    .header.neg-header .menu-toggle .line {
        background: #0B1424;
    }

    .header.neg-header .user-options li .topup-btn {
        display: inline-block;
        padding: 5px 10px;
        background: #0B1424;
        color: #fff;
        line-height: normal;
        font-size: 14px;
        font-weight: 300;
        text-decoration: none;
        border-radius: 3px 0 0 3px;
        border: solid 1px #0B1424;
    }

.container {
    display: flex;
    position: relative;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.header .col {
    flex-grow: 1;
}

    .header .col:first-child {
        flex-basis: 5%;
    }

.logo {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url('../images/logo-symbol-white.svg') no-repeat center;
    background-size: 30px;
    vertical-align: middle;
}

.header .col:nth-child(2) {
    flex-basis: 70%;
    text-align: center;
}

.nav {
    margin: 0;
    list-style-type: none;
}

    .nav li {
        position: relative;
        display: inline-block;
        margin: 0 15px;
    }

        .nav li a {
            display: inline-block;
            padding: 0 10px;
            font-size: 14px;
            color: #fff;
            text-decoration: none;
            line-height: 40px;
            font-weight: 300;
            opacity: .7;
            transition: .3s ease;
        }

            .nav li a:hover {
                opacity: 1;
            }

        .nav li.active a {
            opacity: 1;
        }

        .nav li.active:before {
            content: '';
            position: absolute;
            width: 100%;
            height: 1px;
            background: #009DFF;
            bottom: 25%;
            left: 0;
        }

.menu-toggle {
    display: none;
    position: relative;
    width: 30px;
    height: auto;
    background: none;
    border: none;
    text-align: right;
    vertical-align: middle;
    cursor: pointer;
}

    .menu-toggle.active .line:nth-child(2) {
        opacity: 0;
    }

    .menu-toggle.active .line:first-child {
        transform: rotate(45deg);
    }

    .menu-toggle.active .line:last-child {
        transform: rotate(-45deg);
    }

.line {
    position: relative;
    width: 100%;
    height: 1px;
    background: #fff;
    margin-bottom: 5px;
    transform-origin: 2% 50%;
    transition: .3s ease;
}

    .line:last-child {
        margin-bottom: 0;
    }

.header .col:last-child {
    flex-basis: 25%;
    text-align: right;
}

.user-options {
    margin: 0;
    list-style-type: none;
    display: inline-block;
}

    .user-options li {
        display: inline-block;
        margin: 0 10px;
    }

        .user-options li a {
            color: #fff;
            text-decoration: none;
            font-weight: 200;
            font-size: 14px;
        }

        .user-options li .topup-btn {
            display: inline-block;
            padding: 5px 10px;
            background: #fff;
            color: #0B1424;
            line-height: normal;
            font-size: 14px;
            font-weight: 300;
            text-decoration: none;
            border-radius: 3px 0 0 3px;
            border: solid 1px #fff;
        }

.credit {
    display: inline-block;
    padding: 5px 10px;
    border: solid 1px #fff;
    line-height: normal;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    border-radius: 0 3px 3px 0;
}

.user-image {
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    vertical-align: middle;
}

.v-align-center {
    position: relative;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    padding: 20px;
}

h1 {
    width: 40%;
    margin: 0 auto;
    font-size: 5vmin;
    color: #fff;
    font-family: "proxima-soft";
    font-weight: 200;
    text-align: center;
    line-height: 48px;
    /*letter-spacing: -20%;*/
    text-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}

.next-fixture, .set-fixture {
    position: relative;
    width: 60%;
    height: auto;
    background: rgba(200,200,200, .1);
    padding: 40px 20px;
    margin: 20px auto 0 auto;
    text-align: center;
}

    .next-fixture .title, .set-fixture .title {
        display: inline-block;
        width: 100%;
        text-align: center;
        font-size: 16px;
        color: #fff;
        font-weight: 300;
    }

    .next-fixture .row, .set-fixture .row {
        position: relative;
        width: 100%;
        height: auto;
        padding: 20px 0;
        display: flex;
    }

        .next-fixture .row .col, .set-fixture .row .col {
            flex-grow: 1;
            text-align: center;
        }

            .next-fixture .row .col:first-child {
                text-align: right;
            }

            .next-fixture .row .col:last-child {
                text-align: left;
            }

.team-badge {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
}

    .team-badge img {
        width: 100%;
    }

.date {
    display: inline-block;
    vertical-align: middle;
}

.month {
    width: 75px;
    line-height: 30px;
    background: #FF4141;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 200;
    font-size: 10px;
    letter-spacing: 2px;
    border-radius: 3px 3px 0 0;
}

.day {
    width: 75px;
    background: #fff;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    font-weight: 200;
    font-size: 32px;
    border-radius: 0 0 3px 3px;
}

.main-btn {
    position: relative;
    display: inline-block;
    background: #009DFF;
    color: #fff;
    font-size: 14px;
    padding: 0 20px;
    line-height: 50px;
    border-radius: 3px;
    text-decoration: none;
    font-weight: 200;
    transition: .3s ease;
}

    .main-btn:hover, .submit:hover, .get-started-btn:hover {
        background: #2CAEFF;
    }

.line-lead {
    position: absolute;
    width: 1px;
    height: 200px;
    background: #009DFF;
    bottom: -10%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.line-lead-alt {
    position: absolute;
    width: 1px;
    height: 200px;
    background: #009DFF;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.line-lead.small {
    position: absolute;
    width: 1px;
    height: 80px;
    background: #009DFF;
    bottom: 20%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

    .line-lead:before, .line-lead-alt:before, .line-lead.small:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        transform: translate(-50%, -50%);
        width: 5px;
        height: 5px;
        background: #009DFF;
        border-radius: 100%;
        z-index: 2;
    }

.line-lead:after, .line-lead-alt:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
    width: 9px;
    height: 9px;
    border: solid 1px #009DFF;
    background: #0B1424;
    border-radius: 100%;
    z-index: 1;
}

.line-lead.neg {
    position: absolute;
    width: 1px;
    height: 200px;
    background: #009DFF;
    bottom: -8%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

    .line-lead.neg:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        transform: translate(-50%, -50%);
        width: 9px;
        height: 9px;
        border: solid 1px #009DFF;
        background: #fff;
        border-radius: 100%;
        z-index: 1;
    }

.after-fold {
    position: absolute;
    width: 100%;
    height: auto;
    min-height: 300px;
    background: #0B1424;
    top: 100%;
}

.leaders, .forum, .prizes, .rules, .get-started {
    position: relative;
    padding: 120px 0;
}

h2 {
    width: 40%;
    margin: 0 auto;
    font-size: 4vmin;
    color: #fff;
    font-family: "proxima-soft";
    font-weight: 200;
    text-align: center;
    line-height: 42px;
    /*letter-spacing: -20%;*/
}

h3 {
    font-size: 16px;
    font-family: "proxima-soft";
    font-weight: 300;
}

h2.dark {
    color: #0B1424;
}

#tabs {
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
    padding: 50px 0;
}

.week-select {
    position: relative;
    width: 300px;
    height: auto;
    display: flex;
    margin: 50px auto 0 auto;
    font-size: 18px;
    color: #fff;
    font-weight: 200;
    line-height: 60px;
    text-align: center;
}

    .week-select .col {
        flex-grow: 1;
    }

.next-week, .prev-week {
    position: relative;
    width: 60px;
    height: 60px;
    border: none;
    cursor: pointer;
}

.prev-week {
    background: url('../images/svg/chevron-left.svg') no-repeat center;
    background-size: 20px;
}

.next-week {
    background: url('../images/svg/chevron-right.svg') no-repeat center;
    background-size: 20px;
}

#tabs ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    #tabs ul li {
        display: inline-block;
    }

        #tabs ul li a {
            display: inline-block;
            padding: 0 20px;
            line-height: 50px;
            background: none;
            border: solid 1px #fff;
            font-size: 14px;
            font-weight: 300;
            color: #fff;
            text-decoration: none;
        }

            #tabs ul li a:focus {
                outline: none;
            }

        #tabs ul li:first-child a {
            border-radius: 3px 0 0 3px;
        }

        #tabs ul li:last-child a {
            border-radius: 0 3px 3px 0;
        }

        #tabs ul li.ui-state-active a, #tabs ul li.ui-state-active a:link, #tabs ul li.ui-state-active a:visited {
            background: #fff;
            border: solid 1px #fff;
            color: #0B0B09;
        }

#tabs-1, #tabs-2 {
    position: relative;
    width: 80%;
    height: auto;
    text-align: center;
    margin: 0 auto;
}

.score-cards {
    position: relative;
    width: 100%;
    height: 400px;
    text-align: center;
    margin-top: 20px;
}

.score-card {
    position: absolute;
    width: 320px;
    height: 380px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 20px rgba(0, 0, 0, .2);
}

    .score-card:first-child {
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        z-index: 2;
    }

    .score-card:nth-child(2) {
        top: 0;
        left: 50%;
        transform: translateX(20%) scale(.9);
        z-index: 1;
    }

    .score-card:nth-child(3) {
        top: 0;
        left: 50%;
        transform: translateX(-120%) scale(.9);
        z-index: 1;
    }

    .score-card:nth-child(4) {
        top: 0;
        left: 50%;
        transform: translateX(90%) scale(.8);
    }

    .score-card:nth-child(5) {
        top: 0;
        left: 50%;
        transform: translateX(-190%) scale(.8);
    }

.users-image {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    background: grey;
    margin: 0 auto;
}

.users-info {
    text-align: center;
    margin-top: 20px;
}

.users-name {
    display: block;
    font-weight: 300;
    font-size: 20px;
}

.users-score {
    display: block;
    font-weight: 200;
    font-size: 50px;
}

.forum-wrapper {
    position: relative;
    width: 100%;
    max-width: 700px;
    min-height: 100px;
    height: auto;
    margin: 50px auto 0 auto;
    box-sizing: border-box;
}

.forum-sample {
    position: relative;
    width: 90%;
    max-width: 700px;
    height: auto;
    margin: 50px auto 0 auto;
}

.forum-block {
    position: relative;
    display: block;
    width: 100%;
    padding: 30px 30px 40px 30px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 20px rgba(0, 0, 0, .1);
    box-sizing: border-box;
    margin-bottom: 20px;
    transition: .5s ease;
    cursor: default;
}

    .forum-block:hover {
        box-shadow: 0 1px 40px rgba(0, 0, 0, .2);
    }

.forum-user {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
}

    .forum-user .col {
        flex-grow: 1;
    }

        .forum-user .col .users-image {
            display: inline-block;
            width: 40px;
            height: 40px;
            vertical-align: middle;
            /*background: #e9e9e9!important;*/ /*removed this as it seems to override the image*/
            margin-right: 10px;
        }

        .forum-user .col .user-details {
            display: inline-block;
            vertical-align: middle;
        }

            .forum-user .col .user-details .username {
                display: block;
                font-size: 16px;
                font-weight: 300;
            }

            .forum-user .col .user-details .date-created {
                display: block;
                font-size: 14px;
                color: #B9B9B9;
                font-weight: 300;
            }

        .forum-user .col:last-child {
            text-align: right;
        }

.view-count {
    font-size: 14px;
    color: #B9B9B9;
}

.forum-message {
    margin-top: 30px;
    font-size: 22px;
    font-weight: 300;
}

    .forum-message p {
        margin-top: 0;
    }

    .forum-message a, .forum-user a {
        text-decoration: none;
        color: #000;
    }

.forum-block a:visited {
    text-decoration: none;
    color: auto;
}

.in-reply {
    margin: 0;
    padding: 0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 300;
    color: #B9B9B9;
    line-height: normal;
    letter-spacing: 1px;
}

.forum-reply {
    box-sizing: border-box;
    padding-left: 35px;
    background: url('../images/svg/skip.svg') no-repeat left;
    background-size: 25px;
}

.forum-block-ftr {
    text-align: center;
}

.reply-count {
    display: inline-block;
    padding: 15px 30px;
    font-weight: 300;
    background: #009DFF;
    color: #fff;
    border-radius: 3px;
    text-decoration: none;
}

.forum:after {
    content: '';
    border-style: solid;
    border-width: 30vh 100vw 30vh 0;
    border-color: transparent #fff #fff transparent;
}

/* Forum Overlay */
#forum-overlay {
    position: fixed;
    top: 0;
    left: 0;
    background: radial-gradient(circle, #fff 70%, rgba(255, 255, 255, .9) 95%);
    width: 100%;
    height: 100%;
    z-index: 1000;
    overflow-y: auto;
    display: none;
}

    #forum-overlay .forum-wrapper {
        margin-top: 70px;
        padding: 50px 0;
    }

    #forum-overlay .thread-outer {
        background: #fff;
        border-radius: 3px;
        box-shadow: 0 1px 20px rgba(0, 0, 0, .1);
        box-sizing: border-box;
    }

    #forum-overlay .thread {
        position: relative;
        display: block;
        width: 100%;
        padding: 30px;
        box-sizing: border-box;
        cursor: default;
        border-bottom: solid 1px #e9e9e9;
    }

.your-reply {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 30px;
    background: #FAFAFA;
    box-sizing: border-box;
}

    .your-reply textarea, .your-reply input[type="text"] {
        width: 100%;
        resize: none;
        padding: 10px 0;
        border: none;
        background: none;
        font-size: 16px;
        font-family: "proxima-soft";
    }

    .your-reply input:focus {
        outline: none;
    }

    .your-reply textarea:focus {
        outline: none;
    }

.submit-reply {
    display: none;
    padding: 10px 20px;
    font-weight: 300;
    background: #009DFF;
    font-size: 14px;
    color: #fff;
    border-radius: 3px;
    text-decoration: none;
    float: right;
}

.close-thread {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 70px;
    border: none;
    background: url('../images/svg/cross.svg') #009DFF no-repeat center;
    background-size: 20px;
    color: #fff;
    border-radius: 3px;
    margin-bottom: 20px;
    cursor: pointer;
}

.clear-fix {
    clear: both;
}

#forum-overlay .thread-reply {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 30px;
    box-sizing: border-box;
    border-bottom: solid 1px #e9e9e9;
}

.reply-user {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
}

    .reply-user .col {
        flex-grow: 1;
    }

        .reply-user .col .users-image {
            display: inline-block;
            width: 30px;
            height: 30px;
            vertical-align: middle;
            /*background: #e9e9e9!important;*/
            margin-right: 10px;
        }

#forum-overlay .reply-user .col .user-details {
    display: inline-block;
    vertical-align: middle;
}

    #forum-overlay .reply-user .col .user-details .username a {
        display: inline-block;
        font-size: 14px;
        font-weight: 300;
        text-decoration: none;
        color: #000;
    }

    #forum-overlay .reply-user .col .user-details .date-created {
        display: inline-block;
        font-size: 14px;
        color: #B9B9B9;
        font-weight: 300;
        padding-left: 5px;
    }

.thread-message {
    font-size: 16px;
    font-weight: 300;
    padding-left: 43px;
}

thread-message p {
    margin: 0;
    padding: 0;
}

.prizes {
    background: #fff;
}

.prize-grid {
    position: relative;
    width: 90%;
    margin: 60px auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
}

.prize-block {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 160px;
    padding: 30px 20px;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 2px 20px rgba(0, 0, 0, .15);
    text-align: center;
}

.prizes:after {
    content: '';
    border-style: solid;
    border-width: 30vh 0 30vh 100vw;
    border-color: transparent transparent #0B1424 #0B1424;
}

.rules-grid {
    position: relative;
    width: 90%;
    height: auto;
    text-align: center;
    margin: 20px auto 20px auto;
}

.rules-block {
    display: inline-block;
    width: 280px;
    height: 150px;
    margin: 50px;
    vertical-align: top;
}

.rules-icon {
    display: inline-block;
    width: 30px;
    height: 40px;
    vertical-align: top;
}

.rules-block:first-child .rules-icon {
    background: url('../images/svg/rules-1.svg') no-repeat center;
    background-size: 20px;
}

.rules-block:nth-child(2) .rules-icon {
    background: url('../images/svg/rules-2.svg') no-repeat center;
    background-size: 25px;
}

.rules-block:nth-child(3) .rules-icon {
    background: url('../images/svg/rules-3.svg') no-repeat center;
    background-size: 20px;
}

.rules-block:nth-child(4) .rules-icon {
    background: url('../images/svg/rules-4.svg') no-repeat center;
    background-size: 26px;
}

.rules-block:last-child .rules-icon {
    background: url('../images/svg/rules-5.svg') no-repeat center;
    background-size: 28px;
}

.rules-text {
    display: inline-block;
    text-align: left;
    width: 80%;
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    vertical-align: top;
    margin-left: 20px;
    padding: 5px 0;
}

.prize-award {
    display: block;
    font-weight: 200;
    font-size: 32px;
}

.place {
    display: block;
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px;
    color: #666;
}

footer {
    position: relative;
    width: 100%;
    height: 150px;
    text-align: center;
    z-index: 1;
    line-height: 150px;
}

    footer.neg-footer span {
        color: rgba(0, 0, 0, .5);
    }

    footer span {
        color: #fff;
        opacity: .5;
        font-weight: 300;
    }

    footer a {
        color: #fff;
        opacity: .5;
        font-weight: 300;
        text-decoration: underline;
    }

    footer.neg-footer a {
        color: rgba(0, 0, 0, .5);
    }

/* ===== RULES PAGE ===== */

.rules-hero {
    background: #0B1424;
    text-align: center;
    padding: 150px 20px 80px;
}

    .rules-hero h1 {
        font-size: 42px;
        font-weight: 300;
        color: #fff;
        margin: 0 auto 12px;
        width: auto;
        letter-spacing: -0.5px;
    }

    .rules-hero p {
        color: rgba(255,255,255,0.45);
        font-size: 15px;
        font-weight: 300;
        margin: 0;
    }

.rules-band {
    padding: 70px 20px;
}

    .rules-band--dark {
        background: #0B1424;
    }

    .rules-band--light {
        background: #f4f5f7;
    }

.rules-band__inner {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    gap: 50px;
}

.rules-band__num {
    font-size: 110px;
    font-weight: 700;
    line-height: 0.9;
    min-width: 70px;
    text-align: center;
    color: rgba(255, 255, 255, 0.25);
    user-select: none;
}

.rules-band--light .rules-band__num {
    color: rgba(11, 20, 36, 0.2);
}

.rules-band__content {
    flex: 1;
}

.rules-band__title {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 28px;
    color: #fff;
    text-align: left;
    width: 100%;
    line-height: 1.2;
}

    .rules-band--light .rules-band__title {
        color: #0B1424;
    }

.rules-band__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .rules-band__list li {
        position: relative;
        padding: 13px 0 13px 22px;
        color: rgba(255,255,255,0.65);
        font-size: 14px;
        font-weight: 300;
        line-height: 1.65;
        border-bottom: 1px solid rgba(255,255,255,0.07);
    }

        .rules-band__list li:last-child {
            border-bottom: none;
        }

        .rules-band__list li::before {
            content: '';
            position: absolute;
            left: 0;
            top: 22px;
            width: 7px;
            height: 7px;
            background: #E84040;
            border-radius: 100%;
        }

    .rules-band--light .rules-band__list li {
        color: #555;
        border-bottom: 1px solid rgba(0,0,0,0.07);
    }

        .rules-band--light .rules-band__list li:last-child {
            border-bottom: none;
        }

        .rules-band--light .rules-band__list li::before {
            background: #009DFF;
        }

.heading {
    position: relative;
    width: 100%;
    height: auto;
    top: 200px;
    padding: 0 0 200px 0;
}

#fixture-wrapper {
    position: relative;
    max-width: 980px;
    width: 100%;
    min-height: 100px;
    height: auto;
    background: #fff;
    box-shadow: 0 1px 20px rgba(0, 0, 0, .1);
    border-radius: 3px;
    margin: 140px auto 0 auto;
}

.fixture-date-header {
    padding: 12px 20px;
    background: #0B1424;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.fixture-kickoff {
    padding: 4px 20px;
    font-size: 11px;
    color: #666;
    font-weight: 400;
    background: #FAFAFA;
    border-bottom: solid 1px #F4F4F4;
    text-align: center;
}

.fixture-block {
    position: relative;
    display: flex;
    box-sizing: border-box;
    width: 100%;
    height: 100px;
    border-bottom: solid 1px #F4F4F4;
    padding: 0 20px;
}


    .fixture-block.completed-guess .team-image:before {
        content: 'Saved';
        position: absolute;
        display: inline-block;
        padding: 3px 10px;
        top: -22px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 12px;
        color: #fff;
        background: #56D86A;
        line-height: normal;
        border-radius: 3px;
    }

    .fixture-block:last-child {
        border-bottom: none;
    }

    .fixture-block .col {
        flex-grow: 1;
        line-height: 100px;
    }

        .fixture-block .col:first-child, .fixture-block .col:last-child {
            flex-basis: 30%;
        }

        .fixture-block .col:last-child {
            text-align: right;
        }

        .fixture-block .col:nth-child(2), .fixture-block .col:nth-child(3) {
            flex-basis: 10%;
            background: #FAFAFA;
            text-align: center;
        }

        .fixture-block .col:nth-child(2) {
            border-right: solid 1px #E5E5E5;
        }

        .fixture-block .col .team-image {
            position: relative;
            display: inline-block;
            width: 50px;
            height: 50px;
            /*background: url('../images/teams/swansea.png') no-repeat center;*/
            background-size: 100%;
            vertical-align: middle;
        }

        .fixture-block .col .team-name {
            display: inline-block;
            vertical-align: middle;
            line-height: normal;
            font-weight: 300;
            color: #0B1424;
            font-size: 16px;
            padding: 0 20px;
        }

.custom-select {
    display: inline-block;
    padding: 0;
    margin: 0;
    width: 70px;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    overflow: hidden;
    background: url('../images/svg/chevron-down.svg') #fff no-repeat 80% center;
    background-size: 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .1);
    vertical-align: middle;
    cursor: pointer;
}

    .custom-select select {
        padding: 5px 15px;
        width: 100%;
        border: none;
        box-shadow: none;
        background-color: transparent;
        background-image: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        font-family: "proxima-soft";
        font-size: 16px;
        font-weight: 300;
        cursor: pointer;
    }

        .custom-select select:focus {
            outline: none;
        }

.fixtures-submit {
    display: block;
    margin: 50px auto 0 auto;
}

.get-started {
    text-align: center;
}

.get-started-btn {
    display: inline-block;
    background: #009DFF;
    border: none;
    border-radius: 3px;
    color: #fff;
    padding: 0 50px;
    line-height: 50px;
    font-family: "proxima-soft";
    font-size: 14px;
    font-weight: 200;
    cursor: pointer;
    margin-top: 20px;
    transition: .3s ease;
}

.fixture-alert {
    position: fixed;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
    background: #56D86A;
    padding: 10px 40px;
    border-radius: 3px;
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    z-index: 20;
    opacity: 0;
    transition: .5s ease;
}

    .fixture-alert.alert-active {
        top: 40px;
        opacity: 1;
    }

.hover-card {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.user-card-absolute {
    display: none;
    position: absolute;
    top: 0;
    transform: translateY(-100%);
    left: 0;
    padding: 20px;
    width: 350px;
    height: auto;
    box-sizing: border-box;
    background: #fff;
    z-index: 20;
    box-shadow: 0 2px 20px rgba(0, 0, 0, .2);
    border-radius: 3px;
    text-align: center;
    opacity: 0;
}

    .user-card-absolute.hover-over {
        display: block;
        opacity: 1;
        transform: translateY(-110%);
        transition: .5s ease;
        transition-delay: 2s;
    }

    .user-card-absolute .users-image {
        display: block;
        padding: 10px;
    }

    .user-card-absolute .username {
        margin-top: 10px;
        display: block;
        font-size: 18px;
    }

    .user-card-absolute hr {
        position: relative;
        width: 100%;
        height: 1px;
        background: #e9e9e9;
        border: none;
    }

.user-card-absolute {
    color: #000;
    text-decoration: none;
}

    .user-card-absolute:after {
        content: '';
        position: absolute;
        bottom: -5px;
        left: 15px;
        width: 10px;
        height: 10px;
        background: #fff;
        box-shadow: 0 2px 20px rgba(0, 0, 0, .2);
        border-radius: 0 0 2px 0;
        transform: rotate(45deg);
    }

    .user-card-absolute:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 30px;
        height: 10px;
        background: #fff;
        z-index: 1;
    }

    .user-card-absolute .position {
        position: relative;
        width: 100%;
        height: 50px;
        display: flex;
    }

        .user-card-absolute .position .col {
            flex-grow: 1;
            text-align: center;
        }

            .user-card-absolute .position .col:first-child {
                border-right: solid 1px #e9e9e9;
            }

            .user-card-absolute .position .col .subtitle {
                display: block;
                font-size: 12px;
            }

            .user-card-absolute .position .col .act-pos {
                display: block;
                font-size: 20px;
            }

.deadline {
    position: relative;
    width: 80%;
    height: auto;
    display: flex;
    margin: 0 auto;
}

    .deadline .col {
        flex-grow: 1;
    }

.numero {
    display: block;
    font-size: 54px;
    font-weight: 200;
}

.numero-label {
    display: block;
    font-size: 22px;
    font-weight: 300;
}

.user-page-heading {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 300px;
    background: #0B1424;
    text-align: center;
    top: 0;
    padding: 200px 0 0 0;
}

    .user-page-heading .users-image {
        position: relative;
        margin-bottom: 20px;
    }

.edit-profile-btn {
    position: absolute;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url('../images/svg/gear.svg') #0B1424 no-repeat center;
    background-size: 15px;
    border-radius: 100%;
    top: 0;
    right: 0;
    border: none;
    transform: translate(20%, -20%) rotate(0);
    cursor: pointer;
    transition: .5s ease;
}

    .edit-profile-btn:hover {
        transform: translate(20%, -20%) rotate(-270deg);
    }

.user-loc {
    display: inline-block;
    padding: 10px 20px 10px 30px;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    background: url('../images/svg/location.svg') no-repeat left;
    background-size: 16px;
}

.user-team {
    display: inline-block;
    padding: 10px 20px 10px 30px;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    background: url('../images/svg/tshirt.svg') no-repeat left;
    background-size: 16px;
}

.prize-pot {
    display: inline-block;
    padding: 10px 20px 10px 30px;
    color: #fff;
    font-size: 16px;
    /*font-weight: 300;
    background: url('../images/svg/location.svg') no-repeat left;
    background-size: 16px;*/
}

.user-stats {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    max-width: 980px;
    width: 100%;
    background: #fff;
    border-radius: 3px;
    height: 120px;
    box-shadow: 0 1px 20px rgba(0, 0, 0, .1);
    display: flex;
}

    .user-stats .col {
        flex-grow: 1;
        border-right: solid 1px #e9e9e9;
        flex-basis: 33.3333%;
        height: 120px;
        text-align: center;
    }

        .user-stats .col:last-child {
            border: none;
        }

.score-label {
    display: block;
    font-size: 14px;
    color: #0B1424;
    text-transform: uppercase;
}

.score-value {
    display: inline-block;
    padding: 5px 20px;
    border-radius: 3px;
    font-size: 35px;
    font-weight: 200;
    color: #009DFF;
    margin: 10px auto 0 auto;
}

.users-page .top-backdrop:after {
    display: none;
}

#profile-wrapper {
    padding: 120px 0;
}

.recent-results {
    position: relative;
    width: 100%;
    max-width: 980px;
    margin: 50px auto;
}

    .recent-results .row {
        position: relative;
        width: 100%;
        display: flex;
        border-bottom: solid 1px #e9e9e9;
        padding: 20px 0;
    }

        .recent-results .row:first-child .col:first-child, .recent-results .row:first-child .col:nth-child(2), .recent-results .row:first-child .col:nth-child(3), .recent-results .row:first-child .col:nth-child(4), .recent-results .row:first-child .col:last-child {
            color: #0B1424;
            font-size: 16px;
            font-weight: 200;
        }

        .recent-results .row .col {
            flex-grow: 1;
            text-align: center;
            flex-basis: 20%;
        }

            .recent-results .row .col:first-child, .recent-results .row .col:nth-child(2) {
                flex-basis: 40%;
            }

            .recent-results .row .col .team-image {
                position: relative;
                display: block;
                width: 50px;
                height: 50px;
                /*background: url('../images/teams/swansea.png') no-repeat center;*/
                background-size: 100%;
                vertical-align: middle;
                margin: 0 auto 10px auto;
            }

            .recent-results .row .col .team-name {
                display: block;
                vertical-align: middle;
                line-height: normal;
                font-weight: 300;
                color: #0B1424;
                font-size: 16px;
            }

            .recent-results .row .col:nth-child(3), .recent-results .row .col:nth-child(4), .recent-results .row .col:last-child {
                font-size: 16px;
                font-weight: 200;
            }

.col-score {
    display: block;
    width: 60px;
    height: 60px;
    background: #009DFF;
    color: #fff;
    border-radius: 100%;
    text-align: center;
    line-height: 60px;
    margin: 0 auto;
}

#fix-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(11, 20, 36, .9);
    z-index: 4;
    color: #fff;
    text-align: center;
}

    #fix-overlay button, #fix-overlay a {
        margin-top: 30px;
        border: none;
        cursor: pointer;
        padding: 0 50px;
    }

.edit-profile-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(11, 20, 36, .9);
    z-index: 10;
    display: none;
}

.edit-profile-panel {
    position: fixed;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;
    background: #fff;
    overflow-y: auto;
    transform: translateX(-100%);
    transition: .5s ease;
}

.edit-profile-overlay.user-editing .edit-profile-panel {
    transform: translateX(0);
}

.edit-profile-panel .form {
    position: relative;
    width: 80%;
    height: auto;
    margin: 80px auto 0 auto;
    box-sizing: border-box;
    text-align: center;
}

.input-group {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 25px;
}

    .input-group input {
        position: relative;
        width: 100%;
        height: 45px;
        border: solid 1px #e9e9e9;
        border-radius: 3px;
        box-sizing: border-box;
        padding: 0 15px;
    }

    .input-group label {
        position: absolute;
        display: inline-block;
        background-color: #fff;
        padding: 0 10px;
        font-size: 12px;
        text-transform: uppercase;
        top: 0;
        left: 5px;
        transform: translateY(-50%);
        z-index: 1;
    }

    .input-group input:focus {
        outline: none;
        border-color: #009DFF;
    }

    .input-group .main-btn {
        border: none;
        cursor: pointer;
    }

.change-avatar {
    position: relative;
    display: inline-block;
    background: grey;
    width: 150px;
    height: 150px;
    border-radius: 100%;
}

    .change-avatar:after {
        content: '';
        position: absolute;
        width: 110%;
        height: 110%;
        border: dashed 2px #e9e9e9;
        border-radius: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 0;
    }

    .change-avatar input[type="file"] {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        border: none;
        box-shadow: none;
        background-color: transparent;
        background-image: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        cursor: pointer;
        opacity: 0;
        z-index: 1;
    }

        .change-avatar input[type="file"]:focus {
            outline: none;
        }

#results-wrapper {
    position: relative;
    max-width: 980px;
    width: 100%;
    min-height: 100px;
    height: auto;
    background: #fff;
    box-shadow: 0 1px 20px rgba(0, 0, 0, .1);
    border-radius: 3px;
    margin: 20px auto 0 auto;
}

.results-listing {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: auto;
}

.accordian-title {
    display: block;
    line-height: 70px;
    height: 70px;
    background: url('../images/svg/chevron-down.svg') no-repeat 98%;
    background-size: 15px;
    border-bottom: solid 1px #E6E6E6;
    cursor: pointer;
    padding: 0 20px;
}

.accordian-title-small {
    display: block;
    line-height: 70px;
    height: 70px;
    font-size: 12px;
    font-weight: 400px;
    background: url('../images/svg/chevron-down.svg') no-repeat 98%;
    background-size: 15px;
    border-bottom: solid 1px #E6E6E6;
    cursor: pointer;
    padding: 0 20px;
    text-transform: uppercase;
}

.ui-accordion-header-active {
    border-width: 1px;
    outline: none;
}

.ui-state-active, .ui-state-focus {
    outline: none;
}

.result-display {
    position: relative;
    display: block;
    height: auto;
    margin: 0;
}

    .result-display p {
        padding: 0;
        margin: 0;
    }

.ui-accordion-content-active {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    height: auto;
    margin: 0;
}

.ui-accordion .ui-accordion-content {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    height: auto;
    margin: 0;
    background: #F2F6FA;
}

.ui-accordion-header {
    margin: 0;
}

.inner-results .ui-accordion-header {
    position: relative;
    display: block;
    line-height: 70px;
    height: 70px;
    background: none;
    border-top: solid 1px #DADFE3;
    border-bottom: none;
    cursor: pointer;
    padding: 0 40px;
}

    .inner-results .ui-accordion-header:before {
        content: '';
        position: absolute;
        width: 5px;
        height: 5px;
        background: #009DFF;
        border-radius: 100%;
        top: 50%;
        transform: translateY(-50%);
        left: 20px;
    }

.inner-results .ui-accordion-content {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    height: auto;
    margin: 0;
    padding: 0 40px 20px 40px;
    background: #F2F6FA;
}

.inner-results .ui-accordion-header-active {
    position: relative;
    display: block;
    line-height: 70px;
    height: 70px;
    background: none;
    background-size: 15px;
    cursor: pointer;
    padding: 0 40px;
}

.result-table {
    position: relative;
    width: 100%;
    height: auto;
}

    .result-table .row {
        display: flex;
        line-height: 40px;
    }

    .result-table .col {
        flex-grow: 1;
        text-align: center;
        flex-basis: 33.3333%;
    }

    .result-table .row:first-child {
        font-size: 14px;
    }

/* ── Results page redesign ───────────────────────────────── */

.results-day-group {
    border-bottom: 1px solid #E6E6E6;
}

.results-day-group:last-child {
    border-bottom: none;
}

.results-day-header {
    background: #0B1424;
    color: #fff;
    padding: 10px 24px;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-weight: 700;
}

.match-card {
    border-bottom: 1px solid #EAEEF2;
}

.match-card:last-child {
    border-bottom: none;
}

.match-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 24px;
    background: #fff;
    gap: 16px;
}

.match-card-header .team-name {
    flex: 1;
    font-size: 15px;
    font-weight: 600;
    color: #0B1424;
}

.match-card-header .home-team {
    text-align: left;
}

.match-card-header .away-team {
    text-align: right;
}

.match-card-header .match-score {
    background: #0B1424;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 8px 20px;
    border-radius: 6px;
    white-space: nowrap;
    letter-spacing: 3px;
    flex-shrink: 0;
}

.match-guesses {
    background: #F2F6FA;
    padding: 14px 24px 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    border-top: 1px solid #EAEEF2;
}

.match-no-guesses {
    font-size: 13px;
    color: #999;
    font-style: italic;
}

.guess-group {
    background: #fff;
    border: 1px solid #E0E6ED;
    border-radius: 8px;
    overflow: hidden;
    min-width: 110px;
}

.guess-group-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 10px;
    border-bottom: 1px solid #E0E6ED;
    gap: 8px;
}

.guess-score {
    font-size: 15px;
    font-weight: 700;
    color: #0B1424;
    letter-spacing: 1px;
}

.guess-pts {
    font-size: 10px;
    font-weight: 700;
    padding: 2px 7px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

.pts-high {
    background: #27ae60;
    color: #fff;
}

.pts-mid {
    background: #009DFF;
    color: #fff;
}

.pts-zero {
    background: #D8DDE3;
    color: #777;
}

.guess-users {
    padding: 8px 10px;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.guess-user {
    font-size: 12px;
    color: #444;
    line-height: 1.4;
}

.no-results-msg {
    padding: 40px 24px;
    text-align: center;
    color: #888;
    font-size: 14px;
}

/* ── End results page redesign ───────────────────────────── */

#standings-wrapper {
    position: relative;
    max-width: 980px;
    width: 100%;
    min-height: 100px;
    height: auto;
    background: #fff;
    box-shadow: 0 1px 20px rgba(0, 0, 0, .1);
    border-radius: 3px;
    margin: 50px auto 0 auto;
    padding: 20px;
    box-sizing: border-box;
}

#forgotPassword {
    text-decoration: none;
    color: black;
    font-size: 12px;
}

    #forgotPassword:hover {
        text-decoration: underline;
    }

.standings-table {
    position: relative;
    width: 100%;
    height: auto;
}

    .standings-table .row {
        display: flex;
        line-height: 40px;
    }

    .standings-table .col {
        flex-grow: 1;
        text-align: center;
        flex-basis: 16.6666%;
        margin-bottom: 10px;
    }

    .standings-table .row:first-child {
        color: #0B1424;
        font-size: 16px;
        font-weight: 200;
    }

#popup-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 10;
    top: 0;
    display: none;
}

#popup-forgotPass {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 11;
    top: 0;
    display: none;
}

#popup-lms {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 10;
    top: 0;
    display: none;
}

.popup {
    position: relative;
    width: 60%;
    height: auto;
    min-height: 100px;
    margin: 0 auto;
    padding: 10px;
    top: 50%;
    transform: translateY(-40%);
    -webkit-transform: translateY(-40%);
    -moz-transform: translateY(-40%);
    -ms-transform: translateY(-40%);
    background-color: white;
    border-radius: 3px;
    text-align: center;
    opacity: 0;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}

#popup-wrapper.active .popup {
    opacity: 1;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    transition-delay: 0.5s;
}

#popup-forgotPass.active .popup {
    opacity: 1;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    transition-delay: 0.5s;
}

#popup-lms .popup {
    width: 80%;
    max-width: 860px;
}

#popup-lms.active .popup {
    opacity: 1;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    transition-delay: 0.5s;
}

.popup-btns {
    margin: 0;
    padding: 10px 0 10px 0;
    list-style-type: none;
}

    .popup-btns li {
        display: inline-block;
    }

        .popup-btns li a {
            display: inline-block;
            padding: 0 10px 0 10px;
            line-height: 40px;
            border: solid 1px black;
            border-radius: 3px;
        }

        .popup-btns li.confirm a {
            border-color: #2ecc71;
            color: #2ecc71;
        }

        .popup-btns li.cancel a {
            border-color: #e74c3c;
            color: #e74c3c;
        }

        .popup-btns li a .icon {
            display: inline-block;
            font-family: 'Pe-icon-7-stroke';
            vertical-align: middle;
            padding: 0 5px 0 0;
        }

        .popup-btns li a .text {
            display: inline-block;
            vertical-align: middle;
        }

div.pagerinate {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    margin: 20px auto;
}

    div.pagerinate a,
    div.pagerinate span.pagerinate-active,
    div.pagerinate span.pagerinate-ellipsis {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 34px;
        height: 34px;
        padding: 0 10px;
        border-radius: 6px;
        font-size: 13px;
        font-weight: 600;
        text-decoration: none;
        transition: background 0.15s, color 0.15s;
    }

    div.pagerinate a {
        border: 1px solid #009DFF;
        color: #009DFF;
        background: transparent;
    }

        div.pagerinate a:hover {
            background: #009DFF;
            color: #fff;
        }

    div.pagerinate span.pagerinate-active {
        background: #009DFF;
        border: 1px solid #009DFF;
        color: #fff;
        cursor: default;
    }

    div.pagerinate span.pagerinate-ellipsis {
        border: none;
        color: #888;
        cursor: default;
        min-width: 20px;
    }

/** > :first-child { margin-top: 0 !important; margin-left: 0 !important; }
* > :last-child { margin-bottom: 0 !important; margin-right: 0 !important; }*/

div.lms-profile {
    position: relative;
    float: left;
    height: 90px;
    width: 100px;
    margin: 0 0 10px 10px;
    background-color: white;
    padding: 15px 0;
    border-radius: 7px;
}

.lms-image {
    display: inline-block;
    width: 65px;
    height: 65px;
    border-radius: 100%;
    /*vertical-align: middle;*/
}

div.lms-profile a.username {
    display: inline-block;
    outline: none;
    text-decoration: none;
    border: none;
    color: black;
}

    div.lms-profile a.username:hover {
        text-decoration: underline;
    }

.kicked {
    opacity: 0.3;
    filter: alpha(opacity=30);
    zoom: 1;
}

#lms-view-all-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    transform: translateY(-100%);
    width: 100%;
    height: 100%;
    background: #0B1424;
    z-index: 10;
    transition: .5s ease;
}

    #lms-view-all-wrapper.slide-down {
        transform: translateY(0);
    }

.lms-select {
    width: 100%;
    height: 100%;
    display: block;
    color: black;
    text-decoration: none;
}

    .lms-select:hover {
        text-decoration: underline;
    }

.lms-selected {
    background-color: #009DFF;
}

div.exec {
    position: absolute;
    /*height: 75px;*/ /* this can be anything */
    /*width: 75px;*/ /* ...but maintain 1:1 aspect ratio */
    height: 100%; /* this can be anything */
    width: 100%; /* ...but maintain 1:1 aspect ratio */
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1000;
    float: left;
    margin-top: -20px;
}

    div.exec::before,
    div.exec::after {
        position: absolute;
        content: '';
        width: 100%;
        height: 4px; /* cross thickness */
        background-color: red;
    }

    div.exec::before {
        transform: rotate(45deg);
    }

    div.exec::after {
        transform: rotate(-45deg);
    }