
body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    visibility: visible !important;    
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main {
    flex: 1 0 auto;
}

img[data-src=""] {
    display: none !important;
}

img[data-src]:not(.loaded) {
    visibility: hidden !important;
}

img[data-src].error {
    display: none !important;
}

.top-bar {
    background: #02154D;
}

.top-bar .logo img {
    display: block;
    height: 36px;
    width: auto;
}

.top-bar .strip {
    height: 80px;
    box-sizing: border-box;
    padding: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .match {
    position: relative;
}

header .background,
header .background:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

header .background {
    z-index: 0;
    width: calc(100% + 12px);
    left: -6px;
}
.uniforms {
    display: none;
}
header .background:after {
    content: '';
    background-color: rgba(2, 21, 77, .65);
}

.match {
    text-align: center;
    border-radius: 0;
    padding: 0;
}

.match .info {
    background: transparent;
    box-shadow: none;
    position: relative;
    z-index: 1;
    padding: 0;
}

.match .tournament {
    font-weight: bold;
}

.match .tournament .name {
    padding-left: .3em;
}

.match .date {
    font-size: 12px;
}

.match .info .teams {
    margin-top: 1.6em;
    font-size: 40px;
    font-weight: 800;
    text-transform: uppercase;
}

.match .info .specs {
    padding: 1.34em 1.8em;
}

.match .info .specs .headerDisclaimer {
    display: none;
}

.match .teams .divider {
    margin: 0.3em 0.6em;
    color: #FFCD00;
    vertical-align: text-bottom;
    font-size: .75em;
    flex: 0 0 auto;
    top: 0.06em;
    position: relative;
}

.match .teams .team {
    display: flex;
    align-items: center;
    flex: 1 1 0;
}

.match .teams .first {
    justify-content: flex-end;
}

.match .teams .second {
    justify-content: flex-start;
}

.match .teams .flag {
    height: 48px;
    width: auto;
}

.match .team.first .flag,
.match .team.second .flag.mobile  {
    margin-right: .4em;
}

.match .team.second .flag:not(.mobile) {
    margin-left: .4em;
}

.match .team .name {
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.match .poll .team .name {
    display: block;
    max-width: 140px;
    font-size: 16px;
}

.match .poll .winner {
    color: #FFCD00;
}

.match .teams {
    display: flex;
    justify-content: center;
    align-items: center;
}

.match .teams .crest.circle{
    display: none;
}

.match .poll {
    margin-top: 5em;
}

.match .poll h3 {
    font-size: 26px;
    font-weight: bold;
    margin: 0 0 0.4em;
}

.match .poll h3 {
    opacity: 0;
    transform: translateY(1em);
    will-change: transform, opacity;
}

.match .poll.ready h3 {
    opacity: 1;
    transform: translateY(0);
    transition-property: transform, opacity;
    transition-duration: 1.4s;
    transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}

.match .best-odds {
    align-items: stretch;
    padding: 0 1.8em;
    margin-bottom: 4em;
}

.match .info .top-logo {
    height: 50px;
    margin-top: 1.6em;
    font-size: 40px;
}

.match .bookmaker {
    flex: 0 1 350px;
    box-sizing: border-box;
    display: flex;
    flex-flow: column nowrap;
}

.match .bookmaker .info {
    padding: 0.6em 1em;
    border-width: 3px;
    border-style: solid;
    background: rgba(10, 27, 78, 0.75);
    border-color: #293969;
    font-size: 30px;
    font-weight: 700;
    flex: 1 1 auto;
    display: flex;
    flex-flow: column nowrap;
}

.match .bookmaker .info .call-to-action {
    display: none;
}

.match .bookmaker[data-highlight="true"] .info {
    border-color: #FFCD00;
    color: #FFCD00;
}

.match .bookmaker .call-to-action {
    font-size: 1em;
    padding: 1em 1.2em;
    margin: 1em 20px 0;
    font-weight: 600;
}

.match .bookmaker[data-highlight="false"] .call-to-action {
    visibility: hidden;
}

.match .bookmaker .logo {
    margin-bottom: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
}

.match .bookmaker[data-highlight="true"] .logo {
    cursor: pointer;
}

.match .bookmaker[data-highlight="true"] .odd {
    cursor: pointer;
}

.table .td a[data-bookmaker-id="128"],
.table .td a[data-bookmaker-id="413"],
.table .td a[data-bookmaker-id="627"],
.table .td a[data-bookmaker-id="576"] {
    cursor: pointer;
}

.match .logo img {
    max-width: 100%;
    max-height: 100%;
}

.match .second.team .flag.mobile {
    display: none;
}

.match .bookmaker:not(:last-child) {
    margin-right: 1em;
}

.match .call-to-action {
    font-size: 21px;
    font-weight: 800;
    text-transform: uppercase;
    color: #0A1B4E;
    background-color: #FFCD00;
    display: inline-block;
    padding: 1.3em 2.8em;
    line-height: 1;
    margin: 1.68em 0;
    cursor: pointer;
}

.match .bookmaker[data-highlight="false"] .call-to-action {
    visibility: visible;
    background-color: #293969;
    color: #536087b3;
    pointer-events: none;
}

.match .variations-warning {
    margin-bottom: 0.6em;
}

h2.title {
    background: #0A1B4E;
    font-size: 18px;
    text-transform: none;
    border-radius: 0;
    line-height: 1;
    padding: 1.18em 1.2em;
}

h2.title span {
    padding-left: 0;
}

.table .thead {
    background: #293969;
    font-size: 14px;
    color: #fff;
}

.table .tbody .tr {
    align-items: stretch;
    background: #f9f9f9;
}

.table .td {
    padding: 0.92em;
}

.table .th {
    padding: 0.8em 1.4em;
    font-weight: 400;
}

.table .tbody {
    border: 0;
}

.table .th:first-child, .table .td:first-child {
    width: 210px;
}

.table .tbody .tr:not(:last-child) {
    border-bottom: 5px solid #fff;
}

.table .filler {
    flex-grow: 1;
    width: 0;
    padding: 0;
}

footer {
    background-color: #0A1B4E;
    font-weight: 400;
}

footer .center {
    padding: 1.5em 1.8em;
}

footer .privacy {
    font-weight: 700;
}

@keyframes bounceInUp {
    from,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: ease-out;
    }
    from {
        opacity: 0;
        transform: translate3d(0, 50px, 0);
    }
    50% {
        transform: translate3d(0, -5px, 0);
    }
    to {
        transform: translate3d(0, 0, 0);
    }
}

.match .poll .question .best-odd {
    animation-name: bounceInUp;
    animation-fill-mode: backwards;
    animation-play-state: paused;
    animation-duration: .6s;
}

.match .poll.ready .question .best-odd {
    animation-play-state: running;
}

.match .poll .question .best-odd:nth-child(1) {
    animation-delay: .6s;
}

.match .poll .question .best-odd:nth-child(2) {
    animation-delay: .9s;
}

.match .poll .question .best-odd:nth-child(3) {
    animation-delay: 1.2s;
}

.bookmakers .td img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: contain;
    border-radius: 4px;
}

.bookmakers .odd {
    background: #fff;
    border: 1px solid #e2e2e2;
    color: #0A1B4E;
    border-radius: 4px;
    padding: 0.82em 1.2em;
    font-size: 24px;
    font-weight: 700;
}

.bookmakers .odd.best {
    background: #28D270;
    color: #fff;
}

body:not([data-crests]) .team .crest {
    display: none;
}

.match .team .crest svg {
    width: 31px;
    height: 40px;
}

.match .teams .crest {
    margin-top: 10px;
}

.match .team .crest.left {
    margin-right: 10px;
}

.match .team .crest.right {
    margin-left: 10px;
}

.match .team .crest.right.mobile {
    display: none;
}

@media (max-width: 599px) {

    .match .info .specs {
        font-size: 10px;
        padding: 1.5em 2em;
    }

    .match .info .teams {
        margin-top: 1.3em;
    }

    .match .info .poll h3 {
        margin-bottom: 1em;
        font-size: 16px;
        line-height: 24px;
    }

    .match .poll {
        margin-top: 2.85em;
        padding: 0 10px;
    }

    .match .plot {
        top: 0;
    }

    .match .solution .teams {
        justify-content: space-between;
        margin: 0 0 1em;
        padding: 0;
    }

    .match .solution .data {
        margin-bottom: 1.8em;
    }

    .match .info .plot {
        margin: 0;
        width: 100%;
    }

    .match .info .solution .teams .team {
        flex: 0 0 auto;
    }

    .bookmakers {
        margin: 1.6em 0;
        padding: 0 0.6em;
    }

    .match .tournament svg {
        height: 1.8em;
        width: auto;
    }

    .match .teams {
        align-items: flex-start;
        padding: 0 1em;
    }

    .match .teams .team {
        justify-content: flex-start;
        align-items: center;
        font-size: 18px;
        line-height: 30px;
    }

    .match .teams .flag {
        margin: 0;
    }

    .bookmakers .td img {
        max-width: none !important;
        max-height: 38px;
    }

    .table .th:first-child, .table .td:first-child {
        width: 42%;
    }

    .bookmakers {
        padding: 0;
        margin: 1.6em 1.2em;
    }

    .match .bookmaker:not(:last-child) {
        margin-right: 0;
        margin-bottom: 5px;
    }

    .bookmakers .odd {
        font-size: 12px;
    }

    .table .td {
        padding: 0.4em .2em;
    }

    .table .td:first-child {
        padding: .4em 0 0.4em .4em;
    }

    .table .th {
        padding: 0.5em 0.3em;
    }

    .top-bar .hamburger {
        display: none;
    }

    footer .center,
    footer .privacy,
    footer .left,
    footer .right {
        display: block;
        margin: 0;
    }

    footer .logo,
    footer .disclaimer span,
    footer .disclaimer a,
    footer .right img {
        display: block;
        margin: 0 auto 1.8em;
    }

    footer .warning {
        text-align: center;
    }

    .match .info .teams {
        padding: 0 1.4em;
        flex-flow: row wrap;
    }

    .match .teams .first {
        margin-bottom: 10px;
        flex-flow: row nowrap;
        width: 300px;
        margin-left: 15%;
    }

    .match .bookmaker {
        padding: 0.5em 1em;
        font-size: 16px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .match .bookmaker > .call-to-action {
        display: none;
    }

    .match .bookmaker .info {
        width: 100%;
        box-sizing: border-box;
        display: flex;
        flex-flow: row nowrap;
        font-size: 16px;
        align-items: center;
        justify-content: space-between;
        border-radius: 5px;
    }

    .match .bookmaker .info .call-to-action {
        display: block;
        margin: 0;
        flex: 0 0 auto;
        width: auto;
        font-size: 10px;
        white-space: pre-line;
        width: 42%;
        font-weight: bolder;
        border-radius: 5px;
    }

    .match .bookmaker .info .odd {
        margin: 0 1em;
        font-size: 20px;
    }

    .match .bookmaker .logo {
        margin-bottom: 0;
        flex: 0 0 auto;
    }

    .match .best-odds {
        padding: 0;
    }

    .match .logo img {
        height: 40px;
    }

    .match .teams .divider {
        flex: 1 0 auto;
        font-size: 16px;
    }

    .match .teams .second {
        flex-flow: row nowrap;
        width: 300px;
        margin-left: 15%;
    }

    .match .team .crest {
        height: 20px;
        padding-right: 0.2em;
        margin: 0 !important;
    }

    .match .team .crest svg{
        width: 19px;
        height: 21px;
    }

    body[data-crests] .match .team .crest.shield.right.mobile {
        display: block;
    }

    .match .team .crest.right:not(.mobile) {
        display: none;
    }

    .match .call-to-action {
        margin: 5px 0 20px;
        font-size: 14px;
        white-space: nowrap;
        width: 100%;
        box-sizing: border-box;
    }

    .match .variations-warning {
        font-size: 10px;
    }

    .flex-break {
        flex-basis: 100%;
        width: 0;
    }
}

#odd-balance, #odd-balance option {
    color: white;
    background: #0160ae;
    border-radius: 4px;
    border: 1px solid transparent;
    padding: 5px;
    font-weight: bold;
    letter-spacing: .5px;
    box-shadow: 0 5px 7px #000;
}
.logo-qatar {
    display: none;
}

.bookmaker .logo img {
    transform: scale(.6);
}
.bookmaker[data-bookmaker="413"] .logo img {
    transform: scale(.9);
}
.bookmaker[data-bookmaker="128"] .logo img {
    transform: scale(.9);
}

@media (min-width:1281px) {
    .table .th:first-child, .table .td:first-child{
        width:300px;
    }
    .bookmakers .td img{
        width:210px;
    }
    .bookmakers .td img[data-bookmaker-id="413"] {
        width:284px;
    }
}