﻿* {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    outline: none;
    font-size: 1em;
    text-decoration: none;
    font-family: Tahoma, Geneva, sans-serif;
}

.lucky6 div {
    font-family: system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
}

.ajs-button:focus {
    outline: -webkit-focus-ring-color auto 1px !important;
}

.clear {
    clear: both;
}

table {
    border: 0;
    border-collapse: collapse;
    width: 100%;
}

    table td {
        vertical-align: top;
    }

body {
    position: relative;
    font-size: 11px;
    font-family: Tahoma;
}

a, input {
    outline: 0;
    text-decoration: none;
}

#container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    min-width: 1000px;
}

#content {
    display: table;
    max-width: 1260px;
    min-width: 1000px;
    min-height: 600px;
    width: 100%;
    margin: 0 auto;
}

.contentLeft {
    vertical-align: top;
    width: 230px;
}

    .contentLeft > div {
        padding: 0 5px 5px 0;
        min-height: 100px;
    }

.contentMain {
    display: table-cell;
    vertical-align: top;
    width: 100%;
}

.main-loader-sports {
    padding: 150px 0;
}

.main-content-sports {
    display: none;
}

.main-loader-hilo {
    padding: 238px 0;
}

.noGameHilo {
    padding: 10px;
    line-height: 1.42857143;
    font-size: 12px;
    font-weight: bold;
}

.contentRight {
    position: relative;
    width: 275px;
    display: table-cell;
    vertical-align: top;
    min-width: 275px;
}

    .contentRight > .inner {
        width: 270px;
        padding: 0 0 5px 5px;
        position: relative;
    }

    .contentRight .fixedInnerToTop {
        position: fixed;
        top: 5px;
        z-index: 1;
    }

    .contentRight .fixedInnerToBottom {
        position: absolute;
        bottom: 0;
        z-index: 1;
    }

.blur2 {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
}

.grayGradient {
    position: relative;
    display: block;
    font-family: Tahoma;
    font-size: 12px;
    line-height: 12px;
    height: auto;
    float: left;
    padding: 0;
    font-weight: bold;
}

.loader {
    margin: 0 auto;
    width: 16px;
    height: 16px;
    border: 4px solid #ffc607;
    border-top: 4px solid #0b1422;
    border-bottom: 4px solid #0b1422;
    border-radius: 50%;
    animation: loader-spin 1s linear infinite;
}

.loaderSmall {
    float: right;
    padding: 1px;
    width: 12px;
    height: 12px;
    border: 2px solid #ffc607;
    border-top: 2px solid #0b1422;
    border-bottom: 2px solid #0b1422;
    border-radius: 50%;
    animation: loader-spin 1s linear infinite;
    user-select: none;
    box-sizing: border-box;
}

@keyframes loader-spin {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.msgBox {
    position: absolute;
    top: -5px;
    right: 2px;
    text-align: center;
    padding: 2px 5px;
    font-size: 10px;
    font-weight: normal;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.envelope {
    display: block;
    width: 30px;
    height: 19px;
    background-image: url("../Images/spritesheet.png");
    background-position: -11px -1853px;
    background-repeat: no-repeat;
    cursor: pointer;
}

#dialog {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    position: absolute;
}

    #dialog .content {
        z-index: 9;
        width: 800px;
        margin: 80px auto;
        padding: 20px;
    }

    #dialog .menu {
        height: 40px;
        line-height: 40px;
        text-align: center;
        position: relative;
        text-decoration: none;
        display: block;
        cursor: pointer;
    }

        #dialog .menu a {
            display: block;
        }

        #dialog .menu .item {
            float: left;
            cursor: pointer;
            font-size: 14px;
            width: 20%;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }

            #dialog .menu .item:first-child {
                border-left: 0;
            }

            #dialog .menu .item:nth-last-child(-n+2) {
                border-right: 0;
            }

            #dialog .menu .item > ul {
                display: none;
                position: absolute;
                width: calc(20% - 1px);
                padding-top: 1px;
            }

            #dialog .menu .item:hover > ul {
                display: block;
            }

            #dialog .menu .item:first-child > .inner {
                border-left: none;
            }

            #dialog .menu .item:last-child > .inner {
                border-right: none;
            }

    #dialog .close {
        position: absolute;
        right: -12px;
        top: -12px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        font-weight: bold;
        cursor: pointer;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

    #dialog .body {
        margin-top: 10px;
    }

    #dialog iframe {
        width: 100%;
        min-height: 600px;
    }

.modalbox-title-bar {
    height: 30px;
    line-height: 30px;
    position: relative;
    z-index: 200;
}

.modalbox-title {
    font-size: 14px;
    padding-right: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
}

.modal-close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 11px 0 15px;
    font-size: 12px;
    cursor: pointer;
}

.moveToTop {
    position: fixed;
    height: 50px;
    width: 50px;
    right: 30px;
    bottom: 60px;
    text-indent: 100%;
    background-color: #000000;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    -o-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    overflow: hidden;
    z-index: 1;
    cursor: pointer;
}

    .moveToTop .arrow {
        display: block;
        height: 100%;
        background-size: 30%;
        background-repeat: no-repeat;
        background-position: 50%;
        background-image: url('../../Images/arrow-up.svg');
        -webkit-filter: invert(1);
        filter: invert(1);
    }

#header {
    width: 100%;
    margin: 0 auto;
    min-width: 1000px;
    z-index: 10;
}

.headerTop {
    position: relative;
    display: block;
    height: 80px;
}

    .headerTop .inner {
        position: relative;
        max-width: 1260px;
        margin: 0 auto;
        height: 100%;
    }

        .headerTop .inner:after {
            content: '';
            clear: both;
        }

    /*Logo*/
    .headerTop .mainLogo {
        position: relative;
        float: left;
        width: 50%;
        height: 80px;
        z-index: 1;
    }

        .headerTop .mainLogo a {
            display: inline-block;
            height: 100%;
        }

            .headerTop .mainLogo a img {
                margin: 15px 0;
                padding: 0 10px;
                height: 50px;
            }

    /*Login Block*/
    .headerTop .loginBlock {
        position: relative;
        float: right;
        padding: 24px 0;
        width: 50%;
        height: 32px;
        line-height: 30px;
        text-align: right;
    }

        .headerTop .loginBlock .headerNavDivider {
            display: inline-block;
            vertical-align: middle;
            margin-right: 10px;
            width: 1px;
            height: 14px;
        }

        .headerTop .loginBlock .gift {
            position: relative;
            display: inline-block;
            top: 5px;
            width: 18px;
            height: 18px;
            font-size: 18px;
            background-repeat: no-repeat;
            background-image: url(../../Images/gift.svg);
            -webkit-animation: tilt-shaking 2s infinite;
            animation: tilt-shaking 2s infinite;
            cursor: pointer;
        }

        .headerTop .loginBlock .btn {
            display: inline-block;
            vertical-align: middle;
            font-size: 12px;
            line-height: 12px;
            margin-right: 10px;
            cursor: pointer;
        }

            .headerTop .loginBlock .btn.blueGradient {
                margin-right: 2px;
            }

            .headerTop .loginBlock .btn .yellowText {
                padding-right: 5px;
            }

            .headerTop .loginBlock .btn.registerButton,
            .headerTop .loginBlock .btn.depositButton {
                padding: 9px 10px;
                font-weight: bold;
            }

            .headerTop .loginBlock .btn.lostPass {
                text-decoration: underline;
                font-size: 10px !important;
                cursor: pointer;
            }

            .headerTop .loginBlock .btn#txtUsername,
            .headerTop .loginBlock .btn#txtPassword {
                margin-right: 10px;
                padding: 0;
                width: 90px;
                height: 30px;
                font-size: 10px;
                text-indent: 5px;
            }

            .headerTop .loginBlock .btn.loginButton {
                padding: 8px;
                font-weight: bold;
            }

            .headerTop .loginBlock .btn.messages {
                position: relative;
                margin-right: 0;
                font-weight: bold;
            }

        .headerTop .loginBlock a:hover .envelope {
            background-position: -42px -1853px;
        }

/*Deposit Type*/
#header .headerTop .depositType {
    cursor: pointer;
    display: none;
    position: absolute;
    top: 40px;
    right: 130px;
    z-index: 3;
    border-radius: 5px;
}

    #header .headerTop .depositType::after {
        display: block;
        position: absolute;
        content: "";
        right: 65px;
        top: -12px;
        margin-top: -7px;
    }

    #header .headerTop .depositType div a {
        display: block;
        position: relative;
        padding: 10px;
        font-size: 14px;
        text-decoration: none;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #header .headerTop .depositType div:last-child a {
        border-bottom: none;
    }

    #header .headerTop .depositType div a .paymentmethodicons {
        display: inline-block;
        vertical-align: middle;
        width: 72px;
        height: 44px;
        margin-right: 5px;
        background: url(../../Payments/Images/providers.Png) no-repeat;
    }

        #header .headerTop .depositType div a .paymentmethodicons.paymentmethods_paypal {
            background-position: 0px -44px;
        }

        #header .headerTop .depositType div a .paymentmethodicons.paymentmethods_payostar {
            background-position: 0px -264px;
        }

/*My Account Menu*/
#userAccount {
    z-index: 3;
}

    #userAccount > a {
        display: none;
    }

    #userAccount li {
        position: relative;
        z-index: 5;
    }

        #userAccount li a {
            display: block;
        }

    #userAccount span {
        display: block;
        text-align: left;
        padding: 0 5px;
    }

        #userAccount span:after {
            width: 0;
            height: 0;
            border: 0.313em solid transparent;
            border-bottom: none;
            content: '';
            vertical-align: middle;
            display: inline-block;
            position: relative;
            right: -0.313em;
        }

    /* first level */
    #userAccount > ul {
        height: 100%;
    }

        #userAccount > ul > li > a {
            height: 100%;
            padding: 0 5px;
            font-size: 12px;
            line-height: 28px;
            text-align: center;
            cursor: pointer;
        }

            #userAccount > ul > li > a > i {
                margin-top: 15px;
            }

    /* second level */
    #userAccount li ul {
        display: none;
        position: absolute;
        top: 100%;
        width: 100%;
    }

    #userAccount li:hover ul {
        display: block;
    }

    #userAccount li ul a {
        line-height: 30px;
        height: 30px;
        cursor: pointer;
    }

    #userAccount li ul span {
        padding-left: 10px;
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

        #userAccount li ul span:after {
            display: none;
        }

/*Header Middle*/
#header .headerMiddle {
    position: relative;
    display: block;
    height: 41px;
    text-align: left;
    overflow: hidden;
}

    #header .headerMiddle .inner {
        position: relative;
        max-width: 1260px;
        margin: 0 auto;
    }

        #header .headerMiddle .inner #navigation {
            margin-left: 250px;
        }

.headerMiddle .navLink {
    display: inline-block;
    position: relative;
    height: 42px;
    line-height: 42px;
    padding: 0 15px;
    font-size: 14px;
    cursor: pointer;
}

    .headerMiddle .navLink.new-icon:before {
        content: "New";
        position: absolute;
        top: -15px;
        font-size: 10px;
        right: 3px;
        color: #ffdf1b;
        -webkit-animation: pulse-new 2s infinite;
        animation: pulse-new 2s infinite;
    }

    .headerMiddle .navLink .radialGradientOnHover {
        position: absolute;
        display: none;
        margin: 0 auto;
        left: 0;
        right: 0;
        bottom: 0;
        height: 4px;
    }

    .headerMiddle .navLink:hover .radialGradientOnHover {
        display: none;
    }

    .headerMiddle .navLink.selected .radialGradientOnHover {
        display: block;
    }

/*Singup Button*/
.headerMiddle #singUp.greenPulseBtn {
    position: absolute;
    display: block;
    top: 4px;
    right: 9px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-family: Tahoma;
    font-size: 10px;
    line-height: 10px;
    text-decoration: none;
}

    .headerMiddle #singUp.greenPulseBtn .greenPulseTextWrap {
        position: relative;
        display: block;
        padding: 7px 25px 7px 25px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }

    .headerMiddle #singUp.greenPulseBtn .pulseCurtain {
        position: absolute;
        display: block;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        -moz-animation: green-pulse 2s infinite ease-in-out;
        -webkit-animation: green-pulse 2s infinite ease-in-out;
        -o-animation: green-pulse 2s infinite ease-in-out;
        animation: green-pulse 2s infinite ease-in-out;
    }

    .headerMiddle #singUp.greenPulseBtn:hover .pulseCurtain {
        -moz-animation: stop-green-pulse 2s infinite;
        -webkit-animation: stop-green-pulse 2s infinite;
        -o-animation: stop-green-pulse 2s infinite;
        animation: stop-green-pulse 2s infinite;
    }

    .headerMiddle #singUp.greenPulseBtn .greenPulseTextWrap .greenPulseText {
        position: relative;
        display: block;
        font-family: 'MyriadPro-BoldSemiCn';
        font-size: 18px;
        line-height: 18px;
    }

/*Header Bottom*/
#header .headerBottom {
    position: relative;
    display: block;
    max-width: 1260px;
    margin: 5px auto;
    height: 27px;
}

    #header .headerBottom .btn {
        display: block;
        float: left;
        padding: 6px 10px;
        font-size: 12px;
        line-height: 12px;
        font-weight: bold;
        text-transform: capitalize;
        cursor: pointer;
    }

        #header .headerBottom .btn img {
            vertical-align: middle;
            height: 14px;
            background-image: url(../Images/spritesheet.png);
            background-repeat: no-repeat;
        }

        #header .headerBottom .btn span {
            vertical-align: middle;
            margin-left: 3px;
        }

    #header .headerBottom .headerNavDivider {
        position: relative;
        display: block;
        float: left;
        margin: 7px 0 0 0;
        width: 1px;
        height: 14px;
        margin-right: 1px;
    }

    #header .headerBottom .floatLeft {
        position: relative;
        display: block;
        float: left;
        z-index: 2;
    }

    #header .headerBottom .floatRight {
        position: relative;
        display: block;
        float: right;
        z-index: 2;
    }

/*Language Menu & OddsMode Menu*/
.optionSelector {
    position: relative;
    float: left;
    font-weight: bold;
}

    .optionSelector > a {
        display: none;
    }

    .optionSelector li {
        position: relative;
        z-index: 100;
    }

        .optionSelector li a {
            display: block;
        }

    .optionSelector i.lang {
        background: url('../../Images/flags16.png');
        width: 16px;
        height: 16px;
        display: inline-block;
        vertical-align: middle;
    }

    .optionSelector i.lang1 {
        background-position: 0 -432px;
    }

    .optionSelector i.lang2 {
        background-position: 0 -1457px;
    }

    .optionSelector i.lang3 {
        background-position: 0 -1152px;
    }

    .optionSelector i.lang4 {
        background-position: 0 -1920px;
    }

    .optionSelector i.lang5 {
        background-position: 0 -1424px;
    }

    .optionSelector i.lang6 {
        background-position: 0 -3552px;
    }

    .optionSelector i.lang7 {
        background-position: 0 -1328px;
    }

    .optionSelector i.lang8 {
        background-position: 0 -1632px;
    }

    .optionSelector i.lang9 {
        background-position: 0 -3088px;
    }

    .optionSelector i.lang10 {
        background-position: 0 -1824px;
    }

    .optionSelector i.lang17 {
        background-position: 0 -2432px;
    }

    .optionSelector i.odds {
        background-image: url('../Images/spritesheet.png');
        width: 20px;
        height: 16px;
        display: inline-block;
        vertical-align: middle;
    }

    .optionSelector i.type0 {
        background-position: -12px -1903px;
    }

    .optionSelector i.type1 {
        background-position: -47px -1903px;
    }

    .optionSelector i.type2 {
        background-position: -79px -1903px;
    }

    .optionSelector i.sort {
        background-image: url('../Images/spritesheet.png');
        width: 18px;
        height: 16px;
        background-position: -128px -885px;
        display: inline-block;
        vertical-align: middle;
    }

    .optionSelector i.mode0 {
        background-position: -53px -884px;
    }

    .optionSelector i.mode1 {
        background-position: -94px -884px;
    }

    .optionSelector span {
        display: inline-block;
        text-align: left;
        padding: 0 6px;
    }

        .optionSelector span:after {
            width: 0;
            height: 0;
            border: 0.313em solid transparent;
            border-bottom: none;
            content: '';
            vertical-align: middle;
            display: inline-block;
            position: relative;
            right: -0.313em;
        }

    /* first level */
    .optionSelector > ul {
        height: 100%;
    }

        .optionSelector > ul > li > a {
            height: 100%;
            padding: 0 10px;
            font-size: 12px;
            line-height: 27px;
            text-align: center;
            cursor: pointer;
        }

            .optionSelector > ul > li > a > i.News {
                font-style: normal;
            }

        .optionSelector > ul.time > li a {
            font-size: 10px;
            height: 27px;
            line-height: 27px;
        }

    /* second level */
    .optionSelector li ul {
        display: none;
        position: absolute;
        top: 100%;
    }

        .optionSelector li ul#otherDates {
            right: 0;
        }

    .optionSelector li:hover ul {
        display: block;
    }

    .optionSelector li ul a {
        padding: 0 15px;
        line-height: 30px;
        height: 30px;
        cursor: pointer;
        white-space: nowrap;
    }

    .optionSelector li ul span {
        white-space: nowrap;
        -ms-text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

        .optionSelector li ul span:after {
            display: none;
        }

/*Lost Login iFrane*/

.lostlogin-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 8;
}

.lostlogin-close {
    position: absolute;
    left: calc(50% + 235px);
    top: 203px;
    z-index: 10;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

    .lostlogin-close span {
        padding: 5px 10px;
    }

iframe.iLostLogin {
    position: absolute;
    left: calc(50% - 250px);
    top: 200px;
    z-index: 9;
    width: 520px !important;
    min-height: 276px !important;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
#footer {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    min-width: 1000px;
    font-family: Tahoma;
}

.mainFooter {
    width: 100%;
    height: auto;
    padding: 10px 0 20px;
    margin-top: 5px;
}

    .mainFooter .inner {
        max-width: 1260px;
        margin: 0 auto;
        overflow: hidden;
    }

        /*Payment Methods*/
        .mainFooter .inner .payments {
            width: 100%;
            height: auto;
            padding: 22px 0;
            text-align: center;
            overflow: hidden;
        }

            .mainFooter .inner .payments .item {
                display: inline-block;
                height: 30px;
                margin: 0 4px;
                cursor: pointer;
                filter: invert(60%);
                opacity: 0.3;
                background-image: url('../../Images/footer_icons.png');
                background-repeat: no-repeat;
            }

                .mainFooter .inner .payments .item:hover {
                    opacity: 1;
                    -webkit-transition: opacity .5s;
                    transition: opacity .5s;
                }

.icon-visa {
    width: 41px;
    background-position: 0 0;
}

.icon-visa-electron {
    width: 36px;
    background-position: -41px 0;
}

.icon-mastercard {
    width: 35px;
    background-position: -78px 0;
}

.icon-maestro {
    width: 34px;
    background-position: -114px 0;
}

.icon-skrill {
    width: 41px;
    background-position: -194px 0;
}

.icon-neteller {
    width: 50px;
    background-position: -235px 0;
}

.icon-paypal {
    width: 55px;
    background-position: -652px 0;
}

.icon-upay {
    width: 70px;
    background-position: -755px -37px;
}

.icon-bitcoin {
    width: 70px;
    background-position: -849px -34px;
}

.icon-bank {
    width: 72px;
    background-position: -471px 0;
}

.icon-mastercard-sc {
    width: 60px;
    background-position: -1021px -1px;
}

.icon-visa-verified {
    width: 48px;
    background-position: -1081px 0;
}

.icon-cash {
    width: 48px;
    background-position: -1030px -30px;
}

.icon-cash2 {
    width: 40px;
    background-position: -1092px -30px;
}

/* Links */
.mainFooter .inner .links {
    width: 100%;
    height: 100%;
    padding: 22px 0;
    overflow: hidden;
}

.mainFooter .inner .infoContent {
    float: left;
    width: 25%;
}

.mainFooter .inner .wrapper {
    margin: 0 10px;
}

.mainFooter .infoContent h3 {
    font-size: 12px;
    padding: 0;
    margin: 0 0 13px 0;
}

.mainFooter .infoContent a {
    font-size: 11px;
    text-decoration: none;
    line-height: 19px;
    cursor: pointer;
}

.mainFooter .inner .text {
    width: 100%;
    height: 100%;
    padding: 22px 0;
    overflow: hidden;
}

    .mainFooter .inner .text:last-child {
        border-bottom: 0;
    }

    .mainFooter .inner .text p {
        text-align: justify;
    }

    .mainFooter .inner .text img {
        float: left;
        margin-right: 10px;
    }

#cookies {
    position: relative;
    display: block;
    padding: 25px;
    text-align: justify;
}

    #cookies .logo {
        margin: 0 auto;
        text-align: center;
    }

        #cookies .logo img {
            width: 200px;
        }

    #cookies h2 {
        display: inline-block;
        vertical-align: middle;
        font-size: 2.2em;
    }

    #cookies img {
        display: inline-block;
        width: 30px;
        margin-right: 10px;
        vertical-align: middle;
    }

    #cookies ol {
        font-size: 1.2em;
    }

    #cookies .note {
        font-family: 'wf_segoe-ui_normal','Segoe UI','Segoe WP',Helvetica,Tahoma,Arial,sans-serif;
        font-weight: 300;
        font-size: 13px;
        line-height: 18px;
    }

.buttonPosition .greenPulseBtn {
    display: block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid transparent;
    text-decoration: none;
}

    .buttonPosition .greenPulseBtn .greenPulseTextWrap {
        position: relative;
        display: block;
        width: 155px;
        padding: 7px 25px 7px 25px;
        margin: 10px auto;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }

    .buttonPosition .greenPulseBtn .pulseCurtain {
        position: absolute;
        display: block;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: -3px;
        -moz-animation: green-pulse 2s infinite ease-in-out;
        -webkit-animation: green-pulse 2s infinite ease-in-out;
        -o-animation: green-pulse 2s infinite ease-in-out;
        animation: green-pulse 2s infinite ease-in-out;
    }

    .buttonPosition .greenPulseBtn:hover .pulseCurtain {
        -moz-animation: stop-green-pulse 2s infinite;
        -webkit-animation: stop-green-pulse 2s infinite;
        -o-animation: stop-green-pulse 2s infinite;
        animation: stop-green-pulse 2s infinite;
    }

    .buttonPosition .greenPulseBtn .greenPulseTextWrap .greenPulseText {
        position: relative;
        display: block;
        font-family: 'MyriadPro-BoldSemiCn';
        font-size: 14px;
        font-weight: bold;
        line-height: 27px;
        text-transform: uppercase;
    }

.subNavigationWrap {
    position: relative;
    display: block;
    padding: 1px 0;
    height: 0;
    overflow: hidden;
}

@media (max-width: 1000px) {
    .subNavigationWrap {
        display: none;
    }
}

.icons:not(.lucky6 .icons) {
    background-image: url('../Images/spritesheet.png');
    background-repeat: no-repeat;
    display: inline-block;
}

.icons-Banking {
    width: 14px;
    height: 14px;
    background-position: -10px -10px;
}

.icons-EventView {
    width: 14px;
    height: 14px;
    background-position: -10px -43px;
}

.icons-sound {
    width: 14px;
    height: 14px;
    background-position: -17px -1882px;
}

.icons-muted-sound {
    width: 14px;
    height: 14px;
    background-position: -48px -1882px;
}

.icons-Overview {
    width: 14px;
    height: 14px;
    background-position: -10px -78px;
}

.icons-PromotionSmall {
    width: 14px;
    height: 14px;
    background-position: -10px -112px;
}

.icons-accepted {
    width: 20px;
    height: 20px;
    background-position: -10px -146px;
}

.icons-affiliates {
    width: 41px;
    height: 30px;
    background-position: -10px -186px;
}

.icons-arrowDown {
    width: 12px;
    height: 7px;
    background-position: -10px -236px;
}

.icons-arrowLeft {
    width: 7px;
    height: 12px;
    background-position: -10px -263px;
}

.icons-arrow_closed {
    width: 22px;
    height: 22px;
    background-position: -10px -295px;
}

.icons-arrow_open {
    width: 22px;
    height: 22px;
    background-position: -10px -337px;
}

.icons-arrow_right {
    width: 15px;
    height: 23px;
    background-position: -10px -379px;
}

.icons-arrow_rounded {
    width: 18px;
    height: 20px;
    background-position: -10px -422px;
}

.icons-betSlip_x {
    width: 8px;
    height: 7px;
    background-position: -10px -482px;
}

.betSlip .summary .bottom .reset:hover .icons-betSlip_x {
    background-position: -27px -482px;
}

.icons-btn_LiveChat {
    width: 93px;
    height: 23px;
    background-position: -10px -509px;
}

.icons-casino {
    width: 41px;
    height: 30px;
    background-position: -10px -552px;
}

.icons-corner {
    width: 26px;
    height: 12px;
    background-position: -10px -602px;
}

.icons-facebook {
    width: 33px;
    height: 35px;
    background-position: -10px -634px;
}

.icons-games-closed {
    width: 13px;
    height: 10px;
    background-position: -8px -690px;
    padding: 1px;
    -moz-background-origin: content-box;
    -webkit-background-origin: content-box;
    background-origin: content-box;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.icons-games-opened {
    width: 13px;
    height: 10px;
    background-position: -11px -719px;
    padding: 1px;
    -moz-background-origin: content-box;
    -webkit-background-origin: content-box;
    background-origin: content-box;
}

.icons-gamsLiveBtn {
    width: 150px;
    height: 22px;
    background-position: -11px -751px;
}

.icons-googlep {
    width: 34px;
    height: 35px;
    background-position: -10px -793px;
}

.icons-iconResults {
    width: 24px;
    height: 15px;
    background-position: -10px -847px;
}

.icons-liveChat {
    width: 17px;
    height: 14px;
    background-position: -10px -884px;
}

.icons-liveChatHover {
    width: 17px;
    height: 14px;
    background-position: -11px -513px;
}

.icons-live_betting {
    width: 41px;
    height: 30px;
    background-position: -11px -918px;
}

.icons-live_results {
    width: 41px;
    height: 30px;
    background-position: -7px -968px;
}

.mainFooter ul li span.icons {
    width: 22px;
    height: 22px;
    margin: 0 3px;
    vertical-align: middle;
    cursor: pointer;
    opacity: 0.3;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

.mainFooter ul li:hover span.icons {
    opacity: 1;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transition: -webkit-filter .5s, filter .5s, opacity .5s;
    transition: filter .5s, opacity .5s;
}

.icons-logo1 {
    background-position: -100px -1061px;
}

.icons-logo2 {
    background-position: -53px -1109px;
}

.icons-logo3 {
    background-position: -100px -1109px;
}

.icons-logo4 {
    background-position: -54px -1061px;
}

.icons-logo5 {
    width: 60px;
    height: 42px;
    margin-right: 10px;
    background-position: -60px -1204px;
    vertical-align: middle;
    float: left;
    opacity: 0.3;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}

    .icons-logo5:hover {
        opacity: 1;
        -webkit-filter: grayscale(0);
        filter: grayscale(0);
        transition: opacity .5s, filter .5s;
    }

.icons-logo6 {
    background-position: -147px -1109px;
}

.icons-logo7 {
    background-position: -147px -1061px;
}

.icons-magnifier {
    width: 10px;
    height: 10px;
    background-position: -10px -1261px;
}

.icons-mobile {
    width: 41px;
    height: 30px;
    background-position: -6px -1293px;
}

.icons-promotions {
    width: 41px;
    height: 30px;
    background-position: -10px -1374px;
}

.icons-quickBets {
    width: 80px;
    height: 80px;
    background-position: -10px -1424px;
    margin-top: 30%;
}

.icons-rejected {
    width: 20px;
    height: 20px;
    background-position: -10px -1524px;
}

.icons-results {
    width: 41px;
    height: 30px;
    background-position: -10px -1564px;
}

.icons-star-big {
    width: 17px;
    height: 34px;
    background-position: -10px -1614px;
}

.icons-star-medium {
    width: 16px;
    height: 33px;
    background-position: -10px -1668px;
}

.icons-statistics {
    width: 41px;
    height: 30px;
    background-position: -6px -1721px;
}

.icons-twittter {
    width: 34px;
    height: 35px;
    background-position: -10px -1771px;
}

.icons-scout {
    background-position: -10px -1825px;
}

.icons-statistic {
    background-position: -10px -1825px;
}

.icons-statistic-disabled {
    background-position: -10px -1825px;
}

.message-box {
    display: block;
    width: auto;
    position: relative;
    margin: 0;
    padding: 0 10px 0 10px;
    font-size: 11px;
    font-weight: 700;
    line-height: 28px;
}

.contentRight .sideBlock {
    position: relative;
    margin-bottom: 5px;
}

    .contentRight .sideBlock .sideBlockHead {
        position: relative;
        padding: 0 10px;
        height: 30px;
        line-height: 30px;
        cursor: pointer;
        font-weight: bold;
    }

    .contentRight .sideBlock .sideToHide.hiloHide {
        display: none;
    }

.contentRight .image .sideBlock .sideBlockBody {
    position: relative;
    height: 113px;
}

    .contentRight .image .sideBlock .sideBlockBody .sideBlockIcon {
        position: absolute;
        display: block;
        width: 100%;
        height: 113px;
        bottom: 0;
        left: 0;
        background-size: 100%;
        background-position: 0 0;
        background-repeat: no-repeat;
    }

    .contentRight .image .sideBlock .sideBlockBody .sideBlockContent {
        position: relative;
        width: 100%;
        height: 100%;
    }

/*Casino*/
.contentRight .image.casino .sideBlock .sideBlockBody .sideBlockIcon {
    background-image: url(../../Images/casino.JPG);
}

.contentRight .image.casino .sideBlock .sideBlockBody .sideBlockContent {
    transition: .3s ease-out;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.7);
}

.contentRight .image.casino .sideBlock .sideBlockBody:hover .sideBlockContent {
    visibility: visible;
    opacity: 1;
}

.contentRight .image.casino .sideBlock .sideBlockBody .sideBlockContent a {
    position: absolute;
    top: calc(50% - 10px);
    left: calc(50% - 33px);
    cursor: pointer;
}

.contentRight .image.casino .sideBlock .sideBlockBody .sideBlockContent .LiveChatBtn {
    display: inline-block;
    color: #fdd101;
    max-width: 115px;
    border: 1px solid;
    padding: 3px 7px;
    font-weight: bold;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    z-index: 9;
}

/* Important Note*/
.seoBlock {
    display: block;
    width: auto;
    position: relative;
    margin: 10px 0 0 0;
}

    .seoBlock .seoContentHead {
        display: block;
        height: 28px;
        padding: 0 10px 0 10px;
        font-size: 11px;
        font-weight: bold;
        line-height: 28px;
        color: #ffffff;
        background-color: #666;
    }

    .seoBlock .seoContent {
        display: block;
        padding: 10px;
        font-size: 11px;
        background: -webkit-linear-gradient(#f7f7f7,#ebebeb);
        background: -moz-linear-gradient(#f7f7f7,#ebebeb);
        background: -ms-linear-gradient(#f7f7f7,#ebebeb);
        background: -o-linear-gradient(#f7f7f7,#ebebeb);
        background: linear-gradient(#f7f7f7,#ebebeb);
        filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#f7f7f7', endColorStr='#ebebeb', GradientType=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(startColorStr='#f7f7f7', endColorStr='#ebebeb', GradientType=0)";
        color: #333;
        text-align: justify;
    }
/* Stats Page */
#overlay {
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

#statsDialog {
    width: 95%;
    margin: 0 auto;
    max-width: 1200px;
    min-width: 1000px;
    top: 100px;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 1;
    position: fixed;
    z-index: 1002;
}

    #statsDialog .closeButton {
        cursor: pointer;
        display: block;
        height: 28px;
        position: absolute;
        right: -14px;
        top: -14px;
        width: 28px;
        z-index: 102;
    }

    #statsDialog iframe {
        display: block;
        height: 100%;
        width: 100%;
    }

.rightText {
    text-align: right;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: block;
}

/* Print Dialog */
#printDialog {
    -moz-background-clip: padding-box;
    -moz-border-radius: 6px;
    -webkit-background-clip: padding-box;
    -webkit-border-radius: 6px;
    background-clip: padding-box;
    border-radius: 6px;
    left: 50%;
    margin-left: -200px;
    outline: 0;
    position: absolute;
    top: 20px;
    width: 330px;
    z-index: 101;
}

    #printDialog .modal-title {
        float: left;
        font-size: 16px;
        margin: 0;
    }

    #printDialog .close {
        padding: 0;
        color: #000;
        background: transparent;
        float: right;
        font-size: 22px;
        font-weight: bold;
        line-height: 1;
        text-shadow: 0 1px 0 #fff;
        border: 0;
        -webkit-appearance: none;
        filter: alpha(opacity=20);
        opacity: .2;
        cursor: pointer;
    }

    #printDialog .modal-footer {
        border-top: 1px solid #e5e5e5;
        padding: 10px;
        text-align: right;
    }

    #printDialog .btn {
        -moz-border-radius: 4px;
        -moz-user-select: none;
        -ms-user-select: none;
        -webkit-border-radius: 4px;
        -webkit-user-select: none;
        border-radius: 4px;
        cursor: pointer;
        display: inline-block;
        font-size: 16px;
        font-weight: normal;
        line-height: 1.2;
        margin-bottom: 0;
        padding: 2% 5%;
        text-align: center;
        user-select: none;
        vertical-align: middle;
        white-space: nowrap;
    }

    #printDialog .btn-primary {
        background-color: #fdd101;
        color: #333;
        font-weight: bold;
    }

/*Popup Container*/
.modal-header {
    min-height: 16px;
    padding: 10px;
}

    .modal-header .close {
        margin-top: -2px;
    }

.modal-title {
    font-size: 16px;
    margin: 0;
}

.modal-body {
    padding: 10px;
    position: relative;
}

.modal-footer {
    padding: 10px;
    text-align: right;
}

.print .btn {
    -moz-border-radius: 4px;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-border-radius: 4px;
    -webkit-user-select: none;
    background-image: none;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.2;
    text-align: center;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    box-sizing: border-box;
}

.print .close {
    filter: alpha(opacity=20);
    float: right;
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
    opacity: .2;
    -webkit-appearance: none;
    background: transparent;
    border: 0;
    cursor: pointer;
    padding: 0;
}

    .print .close:hover,
    .print .close:focus {
        cursor: pointer;
        filter: alpha(opacity=50);
        opacity: .5;
        text-decoration: none;
    }

.print.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.print .sr-only-focusable:active,
.print .sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/* #region Search */
.searchBox {
    position: relative;
    height: 22px;
    padding: 1px;
    -moz-background-origin: border-box;
    -webkit-background-origin: border-box;
    background-origin: border-box;
    -moz-background-clip: border-box;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    margin-bottom: 5px;
}

.contentLeft .searchBox:before {
    content: ".";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    height: 24px;
    -moz-background-origin: border-box;
    -webkit-background-origin: border-box;
    background-origin: border-box;
    -moz-background-clip: border-box;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    text-align: center;
}

.searchBox .searchText {
    display: block;
    position: relative;
    margin: 0;
    padding: 4px 0 4px 10px;
    font-size: 12px;
    height: auto;
}

.searchBox .searchBtn {
    display: block;
    position: absolute;
    top: 6px;
    right: 6px;
    background-color: transparent;
    text-indent: -9999px;
    cursor: pointer;
}

.searchBox > div {
    position: absolute;
    top: 25px;
    left: 0;
    width: auto;
    max-width: 305px;
    min-width: 305px;
    z-index: 3;
}

.searchBox .stInfo {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.searchBox > div > div:last-child .odd,
.searchBox > div > div:last-child .even {
    border-bottom: none;
    border-top: none;
}

.searchBox .searchResult .CaTo {
    padding-left: 5px;
    overflow: hidden !important;
    -ms-text-overflow: ellipsis !important;
    -o-text-overflow: ellipsis !important;
    text-overflow: ellipsis !important;
}

    .searchBox .searchResult .CaTo .dateTime,
    .searchBox .searchResult .CaTo .tourCat {
        display: inline-block;
        vertical-align: middle;
    }

    .searchBox .searchResult .CaTo .liveicon {
        display: inline-block;
        width: 35px;
        height: 13px;
        vertical-align: middle;
        font-size: 6px;
        background-image: url(../../Images/live.svg);
        background-repeat: no-repeat;
        background-position: 0 -8px;
        background-size: 5em 5em;
    }

    .searchBox .searchResult .CaTo .dateTime span {
        display: inline-block;
        vertical-align: middle;
        padding-right: 5px;
    }

.searchBox .threeChars {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    align-items: center;
    width: 6em;
    height: 2em;
    padding-left: .8em;
    padding-right: .8em;
    transition: top .2s ease-in-out, opacity .2s ease-in-out;
    opacity: 0;
    background: #000;
    background-size: 1.6em;
    font-size: .8em;
    z-index: 2;
    cursor: pointer;
}

.searchBox:hover .threeChars {
    top: -2em;
    opacity: 1;
}

.searchBox .odd {
    font-size: 12px;
    padding: 10px;
    line-height: 12px;
    cursor: pointer;
}

.searchBox .even {
    font-size: 12px;
    padding: 10px;
    line-height: 12px;
    cursor: pointer;
}

.searchBox .iconS {
    float: left;
}

    .searchBox .iconS .iconImg {
        width: 22px;
        height: 20px;
        display: block;
        background-repeat: no-repeat;
        background-image: url('../../Images/sportsSprite.png');
    }

.searchBox .teams {
    padding-left: 5px;
    padding-bottom: 2px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*#endregion */

/* #region sports icons */
.icon:not(.lucky6 .icon) {
    content: '';
    position: absolute;
    display: block;
    left: 4px;
    top: 5px;
    width: 22px;
    height: 20px;
    background-repeat: no-repeat;
    background-image: url('/Images/sportsSprite.png');
}
/*Football*/
.sp1 {
    background-position: 0 -20px;
}
/*Basketball*/
.sp2 {
    background-position: 0 -40px;
}
/*Tennis*/
.sp3 {
    background-position: 0 -60px;
}
/*Ice Hockey*/
.sp4 {
    background-position: 0 -138px;
}
/*American Football*/
.sp5 {
    background-position: 0 -99px;
}
/*Motor Sports*/
.sp6 {
    background-position: 0 -340px;
}
/*Baseball*/
.sp7 {
    background-position: 0 -859px;
}
/*Voleyball*/
.sp8 {
    background-position: 0 -280px;
}
/*Handboll*/
.sp9 {
    background-position: 0 -799px;
}
/*Rugby Union*/
.sp10 {
    background-position: 0 -219px;
}
/*Rugby League*/
.sp11 {
    background-position: 0 -240px;
}
/*Boxing*/
.sp12 {
    background-position: 0 -359px;
}
/*Cricket*/
.sp13 {
    background-position: 0 -399px;
}
/*Chess*/
.sp14 {
    background-position: 0 -1099px;
}
/*Darts*/
.sp15 {
    background-position: 0 -299px;
}
/*Golf*/
.sp16 {
    background-position: 0 -80px;
}
/*Snooker*/
.sp17 {
    background-position: 0 -259px;
}
/*Futsal*/
.sp18 {
    background-position: 0 -460px;
}
/*Table Tennis*/
.sp19 {
    background-position: 0 -479px;
}
/*Badminton*/
.sp20 {
    background-position: 0 -600px;
}
/*E-Sports*/
.sp21 {
    background-position: 0 -1204px;
}
/*Water Polo*/
.sp22 {
    background-position: 0 -159px;
}
/*Bandy*/
.sp23 {
    background-position: 0 -420px;
}
/*Field Hockey*/
.sp24 {
    background-position: 0 -860px;
}
/*Floorball*/
.sp25 {
    background-position: 0 -440px;
}
/*Aussie Rules*/
.sp26 {
    background-position: 0 -559px;
}
/*Combat Sports*/
.sp27 {
    background-position: 0 -359px;
}
/*Bowls*/
.sp28 {
    background-position: 0 -840px;
}
/*Gaelic Football*/
.sp29 {
    background-position: 0 -280px;
}
/*Beach Football*/
.sp30 {
    background-position: 0 -521px;
}
/*Beach Voleyball*/
.sp31 {
    background-position: 0 -160px;
}
/*Netball*/
.sp32 {
    background-position: 0 -980px;
}
/*Lacrosse*/
.sp33 {
    background-position: 0 -860px;
}
/*Curling*/
.sp34 {
    background-position: 0 -940px;
}
/*Softball*/
.sp35 {
    background-position: 0 -120px;
}
/*Squash*/
.sp36 {
    background-position: 0 -60px;
}
/*Sumo*/
.sp37 {
    background-position: 0 -1040px;
}
/*Horse Racing*/
.sp38 {
    background-position: 0 -1140px;
}
/*Indoor Football*/
.sp39 {
    background-position: 0 -20px;
}
/*Politics*/
.sp41 {
    background-position: 0 -720px;
}
/*#endregion */

.luckySix .content {
    position: relative;
}

#luckySix .information {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    position: relative;
    padding: .5rem .5rem;
    border: 1px solid transparent;
    font-size: 12px;
}

/*#region Momentum*/
.TopNavContainer {
    display: flex;
    justify-content: center;
    background: #3a3a3a;
}

    .TopNavContainer.hide {
        display: none;
    }

    .TopNavContainer .StatButtons_Button {
        font-size: 13px;
        line-height: 30px;
        padding: 0 10px;
        cursor: pointer;
        color: #c3c3c3;
    }

    .TopNavContainer .StatButtons_Button-active {
        border-bottom: 1px solid var(--stats-color-1);
    }

.momentum {
    display: none;
    padding: 10px;
    width: 100%;
    max-height: 273px;
    box-sizing: border-box;
    background-color: var(--momentum-color);
    -ms-overflow-style: none;
    overflow-x: hidden;
    overflow-y: auto;
}

    .momentum::-webkit-scrollbar {
        display: none;
    }

    .momentum.show {
        display: block;
    }

    .momentum .row {
        display: flex;
        align-items: center;
        margin-bottom: 5px;
        height: 30px;
        line-height: 30px;
    }

        .momentum .row.team2 {
            flex-direction: row-reverse;
        }

        .momentum .row > div {
            flex: 1;
            height: 100%;
        }

        .momentum .row .info {
            display: flex;
        }

        .momentum .row.team1 .info {
            justify-content: flex-end;
            border-right: 1px solid var(--stats-color-1);
        }

        .momentum .row.team2 .info {
            justify-content: flex-start;
            flex-direction: row-reverse;
            border-left: 1px solid var(--stats-color-2);
        }

        .momentum .row .info__summary {
            text-align: center;
            font-size: 12px;
            color: #b7b7b7;
        }

        .momentum .row .info .text {
            display: block;
            width: 100%;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .momentum .row.team1 .info .text {
            text-align: right;
        }

        .momentum .row .info .momentum__icon img {
            margin: 5px;
            height: 20px;
        }

        .momentum .row.team1 .info .momentum__icon img {
            transform: rotateY(180deg);
        }

        .momentum .row .time {
            width: 50px;
            flex: 0 0 50px;
            text-align: center;
            font-weight: 700;
            color: #b7b7b7;
        }

/*#endregion*/

/*#region goal animation*/
.gr_ .evts .evt div.bet_score .result {
    display: inline-block;
    position: relative;
}

    .gr_ .evts .evt div.bet_score .result .container-goal-score {
        right: 4px;
    }

    .gr_ .evts .evt div.bet_score .result .inner-goal-score {
        margin-top: 8px;
        padding: 0 4px;
    }

    .gr_ .evts .evt div.bet_score .result .score-text {
        font-size: 11px;
    }

    .gr_ .evts .evt div.bet_score .result .displacement {
        line-height: 14px;
        position: relative;
        z-index: 2;
    }

.container-goal-score {
    position: absolute;
    right: 8px;
    width: 42px;
    line-height: 42px;
    font-size: 11px;
    color: #3a3a3a;
    overflow: hidden;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
}

.sv .container-goal-score {
    right: 4px;
}

.inner-goal-score {
    position: absolute !important;
    display: inline-block;
    margin-top: 5px;
    padding: 0px 8px;
    border-radius: 2px;
    animation: inner-goal-score-animation 5.35s ease-out;
    animation-delay: .2s;
    opacity: 0;
}

.sv .inner-goal-score {
    margin-top: 0;
    padding: 0 5px;
}

.score-text {
    display: inline-block;
    font-size: 27px;
    font-weight: 500;
    transform: translateY(-100%);
    animation-name: score-text-animation;
    animation-duration: 6s;
    animation-iteration-count: 1;
    animation-delay: .75s;
    animation-timing-function: cubic-bezier(0, 1, 0.85, 1);
    opacity: 0;
}

.sv .score-text {
    font-size: 11px;
}

.displacement {
    line-height: 28px;
    z-index: 2;
}

.sv .displacement {
    line-height: 14px;
    position: relative;
}

@keyframes inner-goal-score-animation {
    0% {
        opacity: 0;
        transform: translate3d(100%,0,0);
    }

    5% {
        opacity: 1;
        transform: translateZ(0);
    }

    90% {
        opacity: 1;
        transform: translateZ(0);
    }

    100% {
        opacity: 0;
        transform: translateZ(0);
    }
}

@keyframes score-text-animation {
    0% {
        opacity: 0;
    }

    5% {
        opacity: 1;
        transform: translateY(0);
    }

    80% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 1;
    }
}
/*#endregion*/

@-webkit-keyframes pulse-new {
    0% {
        transform: scale(1);
    }

    70% {
        transform: scale(0.85);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes pulse-new {
    0% {
        transform: scale(1);
    }

    70% {
        transform: scale(0.85);
    }

    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes tilt-shaking {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(10deg);
    }

    50% {
        transform: rotate(0eg);
    }

    75% {
        transform: rotate(-10deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@keyframes tilt-shaking {
    0% {
        transform: rotate(0deg);
    }

    25% {
        transform: rotate(10deg);
    }

    50% {
        transform: rotate(0eg);
    }

    50% {
        transform: rotate(-10deg);
    }

    100% {
        transform: rotate(0deg);
    }
}
