@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;500;700;800&display=swap');

li {
    list-style-type: disc;
    list-style-position: inside;
}

body {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
    /* background-color: #0A1B4E; */
}

.layer {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

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 {
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    flex-grow: 1;
}

header .match {
    position: relative;
    width: 100%;
}

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

header .background {
    z-index: -1;
    background: url(/images/war/background.jpg) center;
    /* width: 1920px;
    left: calc(100% - 1920px); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.foreground1 {
    position: absolute;
    width: 18%;
    bottom: -48px;
    right: 1%;
    display: none;
}

.foreground2 {
    position: absolute;
    left: 51%;
    width: 28%;
    bottom: -43px;
    z-index: 2;
}

.headerDisclaimer {
    position: relative;
    margin: 0 auto;
    width: 100%;
    top: 44px;
}
.headerDisclaimerMobile {
    display: none;
}
@media (min-width: 1900px) {

    header .background {
        background-size: cover;
        width: 100%;
        left: 0;
    }

}

header .background:after {
    content: '';
    /* background-color: rgba(2, 21, 77, .65); */
}

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

.mobile-br {
    display: none;
}

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

.match .tournament {
    text-transform: uppercase;
}

.match .day, .match .hour {
    font-weight: bold;
    text-transform: uppercase;
}

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

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

.match .info .teams {
    font-size: 24px;
    font-weight: 400;
}

.match .info .teams h1 {
    font-weight: bolder;
}

.match .info .teams h1[data-highlight="true"] {
    color: #FFCD00;
    font-size: 60px;
    margin-bottom: 0px;
    margin-top: 120px;
    
}
.match .info .teams h1[data-highlight="false"] {
    margin-top: 0px;
}
.match .info .teams h2[data-highlight="true"] {
    color: #FFCD00;
    font-size: 48px;
    margin-bottom: 0px;
    margin-top: 0px;
    font-weight: 700;
    
}
.match .info .teams p {
    text-transform: none;
    font-weight: 400;
    padding: 27px 2em;
    margin:  0 0 53px;
    position: relative;
    z-index: 3;
    bottom: 125px;
}

.main-content {
    margin-bottom: 2em;
    padding: 0 13.7em;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 90%, rgba(0, 0, 0, 0) 100%);
}

.prediction-list {
    font-weight: bold;
}

.match .info .specs {
    padding: 1.34em 14.8em;
    background: transparent;
    display: flex;
    justify-content: flex-end;
    gap: 5px;
}

.match .info .specs .call-to-action {
    width: unset;
    margin: 0;
    font-size: 16px;
    pointer-events: none;
    border-radius: 50px;
    background: #003595;
    color: #fff;
}

.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 .team .name {
    font-weight: 800;
    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;
    text-transform: uppercase;
}

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

.match .poll {
    position: relative;
    transform: scale(1.3);
    z-index: 2;
    bottom: 160px;
}

.match .poll h3 {
    font-size: 22px;
    font-weight: 700;
    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: 40px;
    font-size: 40px;
    left: 10%;
    top: 3%;
    position: absolute;
}

.main-logo {
    width: 611px;
    max-width: 100%;
    margin: -20px 39% 0px 0;
    position: relative;
    z-index: 1;
    transform: scale(0.75);
    bottom: 68px;
}

.main-logo-mobile {
    width: 611px;
    max-width: 100%;
    margin: -20px 0 36px 0;
    position: relative;
    z-index: 1;
    display: none;
}

.match .bookmaker {
    flex: 0 1 285px;
    box-sizing: border-box;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    margin-right: -33px;
    margin-left: -33px;
}

.match .bookmaker .info {
    padding: 0.6em 0.6em 0px 0.6em;
    font-size: 28px;
    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="false"] .odd {
    border-color: transparent;
    border-style: solid;
    border-width: 9px 7px;
    color: rgba(10, 28, 78, 0.5);
    background-clip: padding-box;
}

.match .bookmaker .call-to-action {
    font-size: 36px;
    padding: 10px 15px;
    margin: 0 auto;
    font-weight: 700;
    white-space: pre-wrap;
    width: 165px;
    z-index: 1;
}

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

.match .bookmaker .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 auto;
    margin: 0 auto;
    width: 195px;
    margin-bottom: 7px;
    padding: 10px 0;
}

.match .bookmaker[data-bookmaker="413"] .logo {
    background: #003694;
}

.match .bookmaker[data-bookmaker="128"] .logo {
    background: #0A1B4E;
}

.match .bookmaker .odd {
    display: none;
}

.match .logo img {
    width: 150px;
}

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

.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;
}

footer {
    background-color: #003595;
    font-weight: 400;
    position: fixed;
    bottom: 0px;
    width: 100%;
    position: relative;
    padding: 1.5em 0em;
    bottom: 122px;
    z-index: 10;
}

footer .center {
    padding: 1.5em 1.8em;
    max-width: 1579px;
}

footer .privacy {
    font-weight: 700;
}

footer .right img {
    height: 50px;
}

footer .warning {
    max-width: 300px;
    text-align: right;
}

.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;
}

.prediction-list {
    /* font-weight: 500; */
    text-transform: none;
}

@media (max-width: 1650px) {
    img.main-logo {
        width: 478px;
        margin-bottom: 0.6em;
        margin-top: -0.5em;
        margin-right: 10em;
    }
    img.main-logo-mobile {
        width: 590px;
        margin-bottom: 0.6em;
        margin-top: -0.5em;
        margin-right: 3em;
        display: none;
    }
    .match .info .teams p.main-content {
        color: #FFF;
        text-align: center;
        font-family: Montserrat;
        font-size: 24px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: -0.12px;
        margin-top: 18px;
        padding: 66px 6em;
    }
    .match .info div.teams {
        margin-top: 1em;
    }
}

@media (max-width: 1024px) {

    header .background {
        background: url(/images/war/backgroundTablet.png) center;
        background-size: cover;
        width: 100%;
        left: unset;
        z-index: -1;
    }

    .brDesktop {
        display: none;
    }

    .foreground1 {
        display: unset;
        width: 118%;
        z-index: 1;
        top: 74px;
        right: 5%;
    }

    .foreground2 {
        bottom: 45px;
        left: 42%;
        width: 62%;
        z-index: 2;
        transform:scale(0.9);
    }

    .headerDisclaimer {
        display: none;
    }
    .headerDisclaimerMobile {
        display: block;
        font-size: 14px;
    }

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

    .match .info .top-logo {
        left: 3%;
    }

    .main-logo {
        margin-top: 1em;
    }
    .main-logo-mobile {
        margin-top: 1em;
    }
    .main-content {
        padding: 0 1.7em;
    }
    .br-main-content {
        display: none;
    }
    .match .info .teams p.main-content {
        font-size: 18px;
        padding: 66px 4em;
        width: 82%;
        margin: 0 auto 32px;
    }

    footer {
        position: relative;
        width: auto;
        padding: 0.5em 1em 1.5em 1em;
        bottom: 90px;
    }

    footer .right .warning {
        max-width: 300px;
        text-align: center;
        order: 2;
    }

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

    footer .right{
        display: flex;
        flex-flow: column nowrap;
        margin: 0;
    }

    footer .center {
        margin: 0
    }

    footer .logo,
    footer .disclaimer a {
        display: block;
        margin: 0 auto 1.8em;
        height: 30px;
    }

    footer .disclaimer span {
        display: block;
        margin: 0 auto 0.5em;
        text-align: center;
    }

    footer .disclaimer a {
        text-decoration: underline;
        text-align: center;
    }

    footer .right img {
        display: block;
        margin: 1em auto 0;
        height: 58px;
        order: 1
    }

    .match .poll{
        bottom: 110px;
    }
}

@media (max-width: 599px) {

    header .background {
        background: url(/images/war/backgroundMobile.png) center;
        background-size: cover;
        width: 100%;
        left: unset;
        z-index: -1;
        background-repeat: no-repeat;
    }

    .foreground1 {
        width: 146%;
        top: 79px;
        left: -156px;
    }

    .foreground2 {
        content: url(/images/war/ragazzaMobile.png);
    }

    .match .info .top-logo {
        height: 25px;
        left: 25px;
        top: 15px;
    }

    img.main-logo {
        transform: scale(0.65);
        margin: 0;
        right: 65px;
        bottom: 60px;
    }

    img.main-logo-mobile {
        width: 130px;
        margin-top: -39px;
        display: unset;
        margin-bottom: -183px;
        margin-right: 12px;
    }

    .desktop-br {
        display: none;
    }

    .mobile-br {
        display: block;
    }

    .match .info .specs .call-to-action {
        width: unset;
        margin: 0;
        font-size: 16px;
        pointer-events: none;
        padding: 0.6em 1.8em;
    }

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

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

    .match .info .teams h2[data-highlight="true"] {
        font-size: 21px;  
    }

    .match .info .teams h1 {
        font-size: 18px;
    }

    .match .info .teams p.main-content {
        font-size: 15px;
        width: 100%;
        padding: 30px 3px;
        margin-top: 40px;
        background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.95) 90%, rgba(0, 0, 0, 0) 100%);
        bottom: 120px;
    }

    .brDesktop {
        display: none;
    }

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

    .match .poll {
        padding: 0 10px;
        bottom: 115px;
    }

    .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: center;
        align-items: center;
        font-size: 18px;
        line-height: 30px;
    }

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

    .match .bookmaker[data-highlight="true"] .odd {
        border-width: 2px;
    }

    .match .bookmaker[data-highlight="false"] .odd {
        border-width: 2px;
    }

    .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;
    }

    .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;
    }

    .match .info .teams {
        display: block;
        padding: 0 0.6em;
    }

    .match .bookmaker {
        padding: 0 2em;
        font-size: 16px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0px 0px -14px 0px;
    }

    .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-around;
        border-radius: 5px;
        padding: 0.6em 0.6em 8px 0.6em;
    }

    .match .bookmaker .info .call-to-action {
        display: block;
        margin: 0 5px;
        flex: 0 0 auto;
        width: auto;
        font-size: 22px;
        white-space: pre-line;
        width: 42%;
        font-weight: bolder;
        padding: 15px 0.5em;
    }

    .match .bookmaker .info .odd {
        margin: 0 0.5em;
        padding: 10px 5%;
        font-size: 20px;
    }

    .match .bookmaker .logo {
        margin-bottom: 0;
        flex: 0 0 auto;
        margin: unset;
        width: unset;
        padding: 5px 10px;
    }

    .match .best-odds {
        padding: 0;
        margin-bottom: 3em;
        display: flex;
        flex-flow: wrap;
    }

    .match .logo img {
        height: 43px;
        width: 100px;
    }

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

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

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

    .match .info .teams h1[data-highlight="true"] {
        font-size: 50px;
        margin-top: 45px;
    }

    .prediction-list {
        font-size: 16px;
    }
}