﻿/*! 
Project:
Live Roulette

Version: 
1.1.10

Developer: 
Selvaprakasam Chellamuthu

Notes:


Warning:
"***** Do not change anything manually in this file *****"
*/
.lv-sc-mn-roulette .lv-as-rt-roulette, .lv-sc-mn-roulette .lv-as-lf-roulette {
    position: absolute;
    top: 0;
    width: 30%;
    z-index: 1;
    min-width: 285px;
    background-color: #100f17;
    height: 100%;
    transition: .3s ease-in-out;
    transition-property: transform
}

.lv-sc-mn-roulette .in.lv-as-rt-roulette, .lv-sc-mn-roulette .in.lv-as-lf-roulette {
    transform: translateX(0);
    z-index: 2
}

    .lv-sc-mn-roulette .in.lv-as-rt-roulette .btn-lr-toggle, .lv-sc-mn-roulette .in.lv-as-lf-roulette .btn-lr-toggle {
        background: #fff
    }

.lv-sc-mn-roulette .lv-as-rt-roulette .btn-lr-toggle, .lv-sc-mn-roulette .lv-as-lf-roulette .btn-lr-toggle {
    width: 35px;
    height: 35px;
    background: rgba(255,255,255,.4);
    color: #17252f;
    position: absolute;
    text-align: center;
    font-size: 1.5em;
    line-height: 35px
}

@media screen and (min-width: 375px) {
    .lv-sc-mn-roulette .lv-as-rt-roulette, .lv-sc-mn-roulette .lv-as-lf-roulette {
        min-width: 340px
    }
}

@media(min-width: 1280px) {
    .lv-sc-mn-roulette .lv-as-rt-roulette, .lv-sc-mn-roulette .lv-as-lf-roulette {
        position: relative;
        width: 25%;
        min-width: 25%;
        background: rgba(255,255,255,.02)
    }
}

@media(min-width: 1440px) {
    .lv-sc-mn-roulette .lv-as-rt-roulette, .lv-sc-mn-roulette .lv-as-lf-roulette {
        width: 22%;
        min-width: 22%
    }
}

.lv-sc-mn-roulette .lv-as-rt-roulette .ti-head, .lv-sc-mn-roulette .lv-as-lf-roulette .ti-head {
    background: #17252f;
    color: #d6ebfb
}

    .lv-sc-mn-roulette .lv-as-rt-roulette .ti-head [type=button], .lv-sc-mn-roulette .lv-as-lf-roulette .ti-head [type=button] {
        border: 1px solid #647079
    }

        .lv-sc-mn-roulette .lv-as-rt-roulette .ti-head [type=button]:hover, .lv-sc-mn-roulette .lv-as-lf-roulette .ti-head [type=button]:hover, .lv-sc-mn-roulette .lv-as-rt-roulette .ti-head [type=button]:focus, .lv-sc-mn-roulette .lv-as-lf-roulette .ti-head [type=button]:focus {
            background-color: #1f3240
        }

    .lv-sc-mn-roulette .lv-as-rt-roulette .ti-head ul li, .lv-sc-mn-roulette .lv-as-lf-roulette .ti-head ul li {
        border-radius: 25em;
        cursor: pointer
    }

        .lv-sc-mn-roulette .lv-as-rt-roulette .ti-head ul li.active, .lv-sc-mn-roulette .lv-as-lf-roulette .ti-head ul li.active {
            background: #0f181e
        }

        .lv-sc-mn-roulette .lv-as-rt-roulette .ti-head ul li:hover:not(.active), .lv-sc-mn-roulette .lv-as-lf-roulette .ti-head ul li:hover:not(.active) {
            background: #142028
        }

.lv-win-bet-amount {
    position: fixed;
    width: 100vw;
    z-index: 103;
    height: 100vh;
    overflow: hidden;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,.65)
}

    .lv-win-bet-amount > div h3, .lv-win-bet-amount > div h4 {
        font-weight: bold;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        position: absolute
    }

        .lv-win-bet-amount > div h3:nth-child(2), .lv-win-bet-amount > div h4:nth-child(2) {
            color: #d5ad6d;
            text-shadow: 0px 0px 0 #c38d38,-1px 1px 0 #b98635,-2px 2px 0 #b48334,-3px 3px 0 #b08033,-4px 4px 0 #ac7d31,-5px 5px 0 #a77930
        }

        .lv-win-bet-amount > div h3:first-child, .lv-win-bet-amount > div h3:nth-child(3), .lv-win-bet-amount > div h4:first-child, .lv-win-bet-amount > div h4:nth-child(3) {
            background: linear-gradient(transparent, transparent),linear-gradient(to bottom, #d5ad6d 0%, #d5ad6d 26%, #e2ba78 35%, #a37e43 45%, #91703b 61%, #d5ad6d 100%);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            z-index: 2;
            color: #d5ad6d
        }

    .lv-win-bet-amount > div h3 {
        font-size: 9vw;
        margin-top: -4vw
    }

    .lv-win-bet-amount > div h4 {
        font-size: 5vw;
        margin-top: 5vw
    }

    .lv-win-bet-amount.show > .box {
        max-width: 80vw;
        max-height: 70vh;
        opacity: 1
    }

    .lv-win-bet-amount .before, .lv-win-bet-amount .after {
        left: 0;
        top: 0;
        position: absolute;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        box-shadow: 0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff,0 0 #fff;
        -webkit-animation: 1s bang ease-out infinite backwards,1s gravity ease-in infinite backwards,5s position linear infinite backwards;
        animation: 1s bang ease-out infinite backwards,1s gravity ease-in infinite backwards,5s position linear infinite backwards
    }

    .lv-win-bet-amount .after {
        -webkit-animation-delay: 1.25s,1.25s,1.25s;
        animation-delay: 1.25s,1.25s,1.25s;
        -webkit-animation-duration: 1.25s,1.25s,6.25s;
        animation-duration: 1.25s,1.25s,6.25s
    }

.IsSignalrConnected {
    z-index: 103;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,.5);
    position: fixed;
    left: 0;
    top: 0
}

    .IsSignalrConnected > div {
        width: 320px;
        height: 200px;
        background-color: #000;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        border-radius: 2px;
        text-align: center;
        border: 1px solid #544700;
        padding: 56px 20px 45px
    }

        .IsSignalrConnected > div > button {
            width: 100px;
            height: 35px;
            text-align: center;
            padding: 0;
            border: 1px solid #d5c511;
            background-color: #ffd800;
            border-radius: 2px;
            margin-top: 15px
        }

.fullscreen_window {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,.28);
    z-index: 999;
    display: none
}

    .fullscreen_window > div {
        background: #000;
        border: 1px solid rgba(255,255,255,.45);
        padding: 20px;
        font-size: 1rem;
        pointer-events: none
    }

    .fullscreen_window.show {
        display: flex
    }

.lv-sc-mn-roulette {
    background: #0b0a12;
    position: relative;
    max-width: 100vw;
    z-index: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .lv-sc-mn-roulette.lv-md-portrait .lv-sc-md-roulette {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        overflow-x: hidden
    }

    .lv-sc-mn-roulette .cp-black {
        background: #000
    }

    .lv-sc-mn-roulette .cp-red {
        background: red
    }

    .lv-sc-mn-roulette .cp-green {
        background: green
    }

    .lv-sc-mn-roulette .lv-sc-md-roulette {
        z-index: 0;
        max-width: 100vw;
        position: relative
    }

        .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table {
            height: 55%;
            position: relative;
            max-height: 1000px;
            transition: max-height .5s ease-out
        }

            .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .result-number {
                position: absolute;
                transform: translateY(-50%);
                top: 50%;
                z-index: 5;
                opacity: 0;
                box-shadow: 0px 2px 7px #000
            }

                .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .result-number.show {
                    -webkit-animation: 5s win-popup linear;
                    animation: 5s win-popup linear
                }

@-webkit-keyframes win-popup {
    0% {
        transform: scale(1) translateY(-50%);
        left: 20%;
        opacity: 0
    }

    10% {
        transform: scale(2.5) translateY(-50%);
        left: 15%;
        opacity: 1
    }

    90% {
        transform: scale(2.5) translateY(-50%);
        left: 85%;
        opacity: 1;
        top: 50%
    }

    100% {
        transform: scale(1) translateY(-50%);
        left: 0;
        top: 10%;
        opacity: 0
    }
}

@keyframes win-popup {
    0% {
        transform: scale(1) translateY(-50%);
        left: 20%;
        opacity: 0
    }

    10% {
        transform: scale(2.5) translateY(-50%);
        left: 15%;
        opacity: 1
    }

    90% {
        transform: scale(2.5) translateY(-50%);
        left: 85%;
        opacity: 1;
        top: 50%
    }

    100% {
        transform: scale(1) translateY(-50%);
        left: 0;
        top: 10%;
        opacity: 0
    }
}

.lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table #idPrtTable {
    background: rgba(255,255,255,.02);
    position: relative
}

    .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table #idPrtTable.table-disable {
        cursor: not-allowed
    }

        .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table #idPrtTable.table-disable * {
            pointer-events: none !important
        }

    .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table #idPrtTable.table-win-chip label.chip_selected {
        pointer-events: none;
        box-shadow: 0px 0px 7px #fff;
        border-radius: 50%;
        -webkit-animation: 1.2s rotate linear infinite backwards;
        animation: 1.2s rotate linear infinite backwards
    }

@-webkit-keyframes rotate {
    from {
        transform: translate(-50%, -50%) rotate(0deg)
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

@keyframes rotate {
    from {
        transform: translate(-50%, -50%) rotate(0deg)
    }

    to {
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

.lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table #idPrtTable.table-win-chip label.chip_selected span {
    -webkit-animation: 1.2s anti-rotate linear infinite backwards;
    animation: 1.2s anti-rotate linear infinite backwards
}

@-webkit-keyframes anti-rotate {
    from {
        transform: translateX(-50%) rotate(0deg)
    }

    to {
        transform: translateX(-50%) rotate(-360deg)
    }
}

@keyframes anti-rotate {
    from {
        transform: translateX(-50%) rotate(0deg)
    }

    to {
        transform: translateX(-50%) rotate(-360deg)
    }
}

.lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table #idPrtTable.table-win-chip > div > div label.chip_selected {
    -webkit-animation: 1.2s rotate-gr linear infinite backwards;
    animation: 1.2s rotate-gr linear infinite backwards
}

@-webkit-keyframes rotate-gr {
    from {
        transform: translateY(-50%) rotate(0deg)
    }

    to {
        transform: translateY(-50%) rotate(360deg)
    }
}

@keyframes rotate-gr {
    from {
        transform: translateY(-50%) rotate(0deg)
    }

    to {
        transform: translateY(-50%) rotate(360deg)
    }
}

.lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table #idPrtTable #idCldTable {
    width: 940px;
    height: 415px;
    position: absolute;
    left: 50%;
    transform-origin: top left;
    transition: .5s all ease-out
}

.lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table #idPrtTable.ready-complete-bet {
    cursor: not-allowed
}

    .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table #idPrtTable.ready-complete-bet .lv-bet-mtable > div > div:first-child * {
        opacity: .75;
        pointer-events: none
    }

    .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table #idPrtTable.ready-complete-bet .lv-bet-mtable > div > div:last-child .split-bet {
        opacity: .4;
        pointer-events: none
    }

    .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table #idPrtTable.ready-complete-bet .lv-bet-mtable > div > div:last-child .complete-bet {
        cursor: pointer
    }

    .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table #idPrtTable.ready-complete-bet .lv-bet-mtable > table tr {
        opacity: .65;
        pointer-events: none
    }

        .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table #idPrtTable.ready-complete-bet .lv-bet-mtable > table tr[class^=type] {
            opacity: 1;
            pointer-events: all;
            cursor: -webkit-grab;
            cursor: grab
        }

            .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table #idPrtTable.ready-complete-bet .lv-bet-mtable > table tr[class^=type] td span:not(:nth-child(2)) {
                pointer-events: none
            }

            .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table #idPrtTable.ready-complete-bet .lv-bet-mtable > table tr[class^=type] td:last-child {
                opacity: .65;
                pointer-events: none
            }

.lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table #idPrtTable .approved-message {
    position: absolute;
    font-size: 1.8vw;
    background: rgba(0,143,0,.9);
    border-radius: .5vw;
    color: #fafafa;
    left: 50%;
    white-space: nowrap;
    top: 120%;
    padding: .6vw 1vw;
    transform: translate(-50%, -50%);
    box-shadow: 0px 2px 7px rgba(0,0,0,.75);
    opacity: 0;
    transition: .2s all ease-in-out;
    z-index: 999
}

@media(max-width: 767px) {
    .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table #idPrtTable .approved-message {
        font-size: 2.5vw
    }
}

.lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table #idPrtTable .approved-message.show {
    opacity: 1;
    top: 50%
}

.lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table #idPrtTable .error-message {
    background-color: #c00;
    color: #fff;
    padding: .3rem .6rem;
    border-radius: 5px;
    position: absolute;
    bottom: -50px;
    left: 50%;
    z-index: 99;
    transform: translate(-50%, -50%);
    opacity: 0;
    box-shadow: 0px 2px 42px rgba(0,0,0,.6);
    transition: .2s all ease-in-out;
    max-width: 90vw;
    white-space: pre-wrap
}

    .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table #idPrtTable .error-message.show {
        bottom: 50%;
        opacity: 1
    }

.lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table table tr td label.chip_selected, .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .lv-bet-mtable > div > div.col-9 > div label.chip_selected, .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .split-bet label.chip_selected {
    position: absolute;
    font-size: 8px;
    background: url(https://cdn2-5e15.kxcdn.com/betting/WebPortal/Images/LiveRoulette/8_chips.png);
    top: 50%;
    left: 50%;
    background-size: auto 100%;
    transform: translate(-50%, -50%);
    z-index: 2;
    line-height: 26px;
    text-align: center;
    transition: .2s all linear;
    cursor: pointer;
    color: #fff;
    box-shadow: 0px 2px 4px #000;
    border-radius: 25em;
    width: 26px;
    height: 26px
}

    .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table table tr td label.chip_selected span, .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .lv-bet-mtable > div > div.col-9 > div label.chip_selected span, .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .split-bet label.chip_selected span {
        position: absolute;
        left: 50%;
        transform: translateX(-50%)
    }

    .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table table tr td label.chip_selected:hover, .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .lv-bet-mtable > div > div.col-9 > div label.chip_selected:hover, .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .split-bet label.chip_selected:hover {
        transform: scale(1.2) translate(-50%, -50%)
    }

        .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table table tr td label.chip_selected:hover span, .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .lv-bet-mtable > div > div.col-9 > div label.chip_selected:hover span, .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .split-bet label.chip_selected:hover span {
            background: #9a9a9a;
            padding: .1em .3em;
            border-radius: 3px;
            box-shadow: inset 0 0 11px 1px #000;
            top: -20px;
            font-size: 1.1em;
            border: 1px solid #5f5f5f;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            display: inline-block;
            color: #fff;
            transition: .5s all ease-in-out
        }

            .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table table tr td label.chip_selected:hover span:after, .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .lv-bet-mtable > div > div.col-9 > div label.chip_selected:hover span:after, .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .split-bet label.chip_selected:hover span:after {
                content: "";
                position: absolute;
                width: 0;
                height: 0;
                border: 6px solid transparent;
                border-top-color: #5f5f5f;
                bottom: -12px;
                left: 50%;
                transform: translateX(-50%)
            }

    .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table table tr td label.chip_selected.chip1, .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .lv-bet-mtable > div > div.col-9 > div label.chip_selected.chip1, .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .split-bet label.chip_selected.chip1 {
        background-position: -26px 0
    }

    .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table table tr td label.chip_selected.chip2, .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .lv-bet-mtable > div > div.col-9 > div label.chip_selected.chip2, .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .split-bet label.chip_selected.chip2 {
        background-position: -52px 0
    }

    .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table table tr td label.chip_selected.chip3, .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .lv-bet-mtable > div > div.col-9 > div label.chip_selected.chip3, .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .split-bet label.chip_selected.chip3 {
        background-position: -78px 0
    }

    .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table table tr td label.chip_selected.chip4, .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .lv-bet-mtable > div > div.col-9 > div label.chip_selected.chip4, .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .split-bet label.chip_selected.chip4 {
        background-position: -104px 0
    }

    .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table table tr td label.chip_selected.chip5, .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .lv-bet-mtable > div > div.col-9 > div label.chip_selected.chip5, .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .split-bet label.chip_selected.chip5 {
        background-position: -130px 0
    }

    .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table table tr td label.chip_selected.chip6, .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .lv-bet-mtable > div > div.col-9 > div label.chip_selected.chip6, .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .split-bet label.chip_selected.chip6 {
        background-position: -156px 0
    }

    .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table table tr td label.chip_selected.chip7, .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .lv-bet-mtable > div > div.col-9 > div label.chip_selected.chip7, .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .split-bet label.chip_selected.chip7 {
        background-position: -182px 0
    }

.lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .split-bet {
    position: relative
}

.lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .lv-bet-mtable {
    position: relative
}

    .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .lv-bet-mtable .svg-spl-path, .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .lv-bet-mtable table tr td:not(.border-0) {
        cursor: -webkit-grab;
        cursor: grab
    }

        .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .lv-bet-mtable .svg-spl-path:active, .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .lv-bet-mtable table tr td:not(.border-0):active {
            cursor: -webkit-grabbing;
            cursor: grabbing
        }

    .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .lv-bet-mtable.chip-cursor-1 .svg-spl-path, .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .lv-bet-mtable.chip-cursor-1 table tr td:not(.border-0) {
        cursor: pointer;
        cursor: url("https://cdn2-5e15.kxcdn.com/betting/WebPortal/Images/roulette/cr1.png"),auto
    }

    .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .lv-bet-mtable.chip-cursor-1.lv-spr-bet-table .svg-spl-path, .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .lv-bet-mtable.chip-cursor-1.lv-spr-bet-table table tr td:not(.border-0) {
        cursor: pointer;
        cursor: url("https://cdn2-5e15.kxcdn.com/betting/WebPortal/Images/LiveRoulette/cr1.png"),auto
    }

    .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .lv-bet-mtable.chip-cursor-2 .svg-spl-path, .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .lv-bet-mtable.chip-cursor-2 table tr td:not(.border-0) {
        cursor: pointer;
        cursor: url("https://cdn2-5e15.kxcdn.com/betting/WebPortal/Images/LiveRoulette/cr2.png"),auto
    }

    .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .lv-bet-mtable.chip-cursor-2.lv-spr-bet-table .svg-spl-path, .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .lv-bet-mtable.chip-cursor-2.lv-spr-bet-table table tr td:not(.border-0) {
        cursor: pointer;
        cursor: url("https://cdn2-5e15.kxcdn.com/betting/WebPortal/Images/LiveRoulette/cr2.png"),auto
    }

    .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .lv-bet-mtable.chip-cursor-3 .svg-spl-path, .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .lv-bet-mtable.chip-cursor-3 table tr td:not(.border-0) {
        cursor: pointer;
        cursor: url("https://cdn2-5e15.kxcdn.com/betting/WebPortal/Images/LiveRoulette/cr3.png"),auto
    }

    .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .lv-bet-mtable.chip-cursor-3.lv-spr-bet-table .svg-spl-path, .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .lv-bet-mtable.chip-cursor-3.lv-spr-bet-table table tr td:not(.border-0) {
        cursor: pointer;
        cursor: url("https://cdn2-5e15.kxcdn.com/betting/WebPortal/Images/LiveRoulette/cr3.png"),auto
    }

    .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .lv-bet-mtable.chip-cursor-4 .svg-spl-path, .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .lv-bet-mtable.chip-cursor-4 table tr td:not(.border-0) {
        cursor: pointer;
        cursor: url("https://cdn2-5e15.kxcdn.com/betting/WebPortal/Images/roulette/cr4.png"),auto
    }

    .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .lv-bet-mtable.chip-cursor-4.lv-spr-bet-table .svg-spl-path, .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .lv-bet-mtable.chip-cursor-4.lv-spr-bet-table table tr td:not(.border-0) {
        cursor: pointer;
        cursor: url("https://cdn2-5e15.kxcdn.com/betting/WebPortal/Images/LiveRoulette/cr4.png"),auto
    }

    .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .lv-bet-mtable.chip-cursor-5 .svg-spl-path, .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .lv-bet-mtable.chip-cursor-5 table tr td:not(.border-0) {
        cursor: pointer;
        cursor: url("https://cdn2-5e15.kxcdn.com/betting/WebPortal/Images/LiveRoulette/cr5.png"),auto
    }

    .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .lv-bet-mtable.chip-cursor-5.lv-spr-bet-table .svg-spl-path, .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .lv-bet-mtable.chip-cursor-5.lv-spr-bet-table table tr td:not(.border-0) {
        cursor: pointer;
        cursor: url("https://cdn2-5e15.kxcdn.com/betting/WebPortal/Images/LiveRoulette/cr5.png"),auto
    }

    .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .lv-bet-mtable.chip-cursor-6 .svg-spl-path, .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .lv-bet-mtable.chip-cursor-6 table tr td:not(.border-0) {
        cursor: pointer;
        cursor: url("https://cdn2-5e15.kxcdn.com/betting/WebPortal/Images/LiveRoulette/cr6.png"),auto
    }

    .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .lv-bet-mtable.chip-cursor-6.lv-spr-bet-table .svg-spl-path, .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .lv-bet-mtable.chip-cursor-6.lv-spr-bet-table table tr td:not(.border-0) {
        cursor: pointer;
        cursor: url("https://cdn2-5e15.kxcdn.com/betting/WebPortal/Images/LiveRoulette/cr6.png"),auto
    }

    .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .lv-bet-mtable > div > div.col-9 {
        position: relative
    }

        .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .lv-bet-mtable > div > div.col-9 > div {
            position: absolute;
            top: 50%;
            left: 8%;
            flex-wrap: wrap;
            width: 74.5%;
            transform: translateY(-50%)
        }

            .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .lv-bet-mtable > div > div.col-9 > div, .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .lv-bet-mtable > div > div.col-9 > div * {
                pointer-events: none
            }

                .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .lv-bet-mtable > div > div.col-9 > div label {
                    pointer-events: all
                }

                .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .lv-bet-mtable > div > div.col-9 > div > div {
                    position: relative
                }

                    .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .lv-bet-mtable > div > div.col-9 > div > div > label.chip_selected {
                        left: 3%;
                        z-index: 3;
                        transform: translateY(-50%)
                    }

                        .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .lv-bet-mtable > div > div.col-9 > div > div > label.chip_selected:hover {
                            transform: scale(1.2) translateY(-50%)
                        }

                    .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .lv-bet-mtable > div > div.col-9 > div > div > div {
                        min-height: 20px
                    }

                        .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .lv-bet-mtable > div > div.col-9 > div > div > div > span {
                            position: absolute
                        }

                    .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .lv-bet-mtable > div > div.col-9 > div > div:first-child {
                        order: 1
                    }

                    .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .lv-bet-mtable > div > div.col-9 > div > div:nth-child(2) {
                        order: 3
                    }

                    .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .lv-bet-mtable > div > div.col-9 > div > div:nth-child(3) {
                        order: 4
                    }

                    .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .lv-bet-mtable > div > div.col-9 > div > div:last-child {
                        order: 2
                    }

                    .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .lv-bet-mtable > div > div.col-9 > div > div:nth-child(1), .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .lv-bet-mtable > div > div.col-9 > div > div:nth-child(4) {
                        flex: 0 0 28%;
                        max-width: 28%
                    }

                    .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .lv-bet-mtable > div > div.col-9 > div > div:nth-child(3), .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .lv-bet-mtable > div > div.col-9 > div > div:nth-child(2) {
                        flex: 0 0 22%;
                        max-width: 22%
                    }

                .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .lv-bet-mtable > div > div.col-9 > div:last-child {
                    height: 100%;
                    left: 0;
                    top: 0;
                    transform: scale(0.84);
                    transform-origin: top left;
                    left: 5%;
                    width: 90%
                }

                    .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .lv-bet-mtable > div > div.col-9 > div:last-child > span > span {
                        position: absolute;
                        transform: scale(1.2)
                    }

    .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .lv-bet-mtable > div > div.col-2 > div > div {
        min-height: 40px
    }

        .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .lv-bet-mtable > div > div.col-2 > div > div.complete-bet {
            position: relative;
            cursor: pointer;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 15em;
            height: 3em;
            border-top: 1px solid #0e0e11;
            border-radius: 3px;
            background: #0d6707;
            border-radius: 2px;
            box-shadow: 0 1px 0 rgba(255,255,255,.05),0 0 1px rgba(255,255,255,.1),inset 0 1px 2px rgba(0,0,0,.2);
            transition: all .1s ease;
            z-index: 1;
            text-transform: uppercase;
            text-align: center;
            line-height: 1.2;
            text-shadow: 0 -1px 1px rgba(0,0,0,.5);
            font-size: 117%
        }

            .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .lv-bet-mtable > div > div.col-2 > div > div.complete-bet span {
                position: relative;
                z-index: 2
            }

            .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .lv-bet-mtable > div > div.col-2 > div > div.complete-bet:before {
                position: absolute;
                top: 2px;
                right: 3px;
                bottom: 3px;
                left: 3px;
                padding: .5em 0 0;
                border-radius: 2px;
                background: linear-gradient(to bottom, #138e22, #073501);
                box-shadow: inset 0 1px 0 rgba(255,255,255,.05),inset 0 0 1px rgba(255,255,255,.1),0 4px 6px rgba(0,0,0,.85),0 1px 2px rgba(0,0,0,.9);
                color: #dedede;
                font-weight: normal;
                font-size: 117%;
                text-shadow: 0 -1px 1px rgba(0,0,0,.5);
                text-decoration: none;
                text-transform: uppercase;
                text-align: center;
                letter-spacing: .08em;
                line-height: 1.2;
                content: "";
                z-index: 0
            }

            .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .lv-bet-mtable > div > div.col-2 > div > div.complete-bet:hover:before {
                box-shadow: inset 0 1px 0 rgba(255,255,255,.05),inset 0 0 1px rgba(255,255,255,.1),0 2px 3px rgba(0,0,0,.85),0 0px 1px rgba(0,0,0,.9)
            }

            .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .lv-bet-mtable > div > div.col-2 > div > div.complete-bet.active {
                background: #671d07
            }

                .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .lv-bet-mtable > div > div.col-2 > div > div.complete-bet.active span {
                    z-index: -1
                }

                .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .lv-bet-mtable > div > div.col-2 > div > div.complete-bet.active:before {
                    content: "";
                    background: linear-gradient(to bottom, #ff3b0e, #822a00);
                    box-shadow: inset 0 1px 3px rgba(0,0,0,.3),inset 0 0 2px rgba(0,0,0,.6),0 1px 0 #333;
                    font-family: fontawesome
                }

        .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .lv-bet-mtable > div > div.col-2 > div > div:first-child {
            border-right: 2px solid #fff0c3
        }

        .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .lv-bet-mtable > div > div.col-2 > div > div.split-bet {
            background-color: #e59710;
            border: 2px solid #fff0c3;
            display: flex;
            align-items: center;
            position: relative;
            cursor: -webkit-grab;
            cursor: grab
        }

            .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .lv-bet-mtable > div > div.col-2 > div > div.split-bet:active {
                cursor: -webkit-grabbing;
                cursor: grabbing
            }

            .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .lv-bet-mtable > div > div.col-2 > div > div.split-bet > span {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                text-align: center;
                width: 100%
            }

            .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .lv-bet-mtable > div > div.col-2 > div > div.split-bet img {
                max-width: 100%;
                transform: scaleY(1.7)
            }

            .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .lv-bet-mtable > div > div.col-2 > div > div.split-bet.gr_red {
                background: #ea3f2e;
                background: radial-gradient(ellipse at center, #ea3f2e 0%, #c01200 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$light", endColorstr="$dark", GradientType=1 )
            }

            .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .lv-bet-mtable > div > div.col-2 > div > div.split-bet.gr_black {
                background: #2e2e2e;
                background: radial-gradient(ellipse at center, #2e2e2e 0%, #000000 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$light", endColorstr="$dark", GradientType=1 )
            }

.lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .group-table {
    width: 100%
}

    .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .group-table .win-path {
        -webkit-animation: .5s spl-win-path ease-out infinite backwards;
        animation: .5s spl-win-path ease-out infinite backwards
    }

@-webkit-keyframes spl-win-path {
    to {
        fill: #5e5e5e
    }
}

@keyframes spl-win-path {
    to {
        fill: #5e5e5e
    }
}

.lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .group-table.type-Orphans .svg-cell-2 {
    fill: #f6ca7e
}

.lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .group-table.type-Tierssmallseries .svg-cell-1 {
    fill: #f6ca7e
}

.lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .group-table.type-Zerospiel .svg-cell-4 {
    fill: #f6ca7e
}

.lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .group-table.type-Voison .svg-cell-3, .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .group-table.type-Voison .svg-cell-4 {
    fill: #f6ca7e
}

.lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .group-table .cls-1, .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .group-table .cls-2 {
    fill: #fff0c3
}

.lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .group-table .cls-19 {
    fill: #e59710
}

.lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .group-table .cls-20 {
    fill: url(#aar-gradient)
}

.lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .group-table .cls-21 {
    fill: url(#aar-gradient-2)
}

.lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .group-table .cls-20, .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .group-table .cls-21 {
    cursor: pointer
}

    .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .group-table .cls-20:hover, .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .group-table .cls-21:hover {
        opacity: .75
    }

.lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .group-table .cls-1, .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .group-table .cls-3, .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .group-table .cls-7 {
    stroke: #7d4900;
    stroke-miterlimit: 10
}

.lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .group-table .cls-1 {
    opacity: .8
}

.lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .group-table .cls-3 {
    fill: none
}

.lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .group-table .cls-4 {
    fill: #111
}

.lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .group-table .cls-5 {
    fill: #7d4900
}

.lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .group-table .cls-6, .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .group-table .cls-7 {
    fill: #e59710;
    cursor: -webkit-grab;
    cursor: grab
}

    .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .group-table .cls-6:active, .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .group-table .cls-7:active {
        cursor: -webkit-grabbing;
        cursor: grabbing
    }

    .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .group-table .cls-6.active, .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .group-table .cls-7.active {
        fill: #f8d496
    }

.lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .group-table .cls-10, .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .group-table .cls-11, .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .group-table .cls-12, .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .group-table .cls-13, .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .group-table .cls-14, .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .group-table .cls-15, .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .group-table .cls-16, .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .group-table .cls-8, .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .group-table .cls-9 {
    font-size: 23.85px;
    pointer-events: none
}

.lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .group-table .cls-8 {
    fill: #30ef07;
    stroke: #20a300
}

.lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .group-table .cls-10, .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .group-table .cls-11, .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .group-table .cls-12, .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .group-table .cls-13, .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .group-table .cls-14, .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .group-table .cls-15, .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .group-table .cls-8, .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .group-table .cls-9 {
    stroke-linejoin: round;
    stroke-width: .5px
}

.lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .group-table .cls-13, .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .group-table .cls-8, .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .group-table .cls-9 {
    letter-spacing: .02em
}

.lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .group-table .cls-10, .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .group-table .cls-11, .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .group-table .cls-9 {
    fill: #141212;
    stroke: #000
}

.lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .group-table .cls-10, .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .group-table .cls-15 {
    letter-spacing: .02em
}

.lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .group-table .cls-11, .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .group-table .cls-14 {
    letter-spacing: .02em
}

.lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .group-table .cls-12, .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .group-table .cls-13, .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .group-table .cls-14, .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .group-table .cls-15 {
    fill: #ea0617;
    stroke: #c1272d
}

.lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .group-table .cls-12 {
    letter-spacing: .01em
}

.lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .group-table .cls-16 {
    fill: #fff
}

.lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .group-table .cls-17 {
    letter-spacing: -0.04em
}

.lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .group-table .cls-18 {
    letter-spacing: -0.13em
}

.lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .group-table .cls-22 {
    font-size: 25px;
    fill: #000
}

.lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .group-table .cls-23 {
    font-size: 13px
}

.lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .group-table .svg-spl-txt {
    pointer-events: none
}

.lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .group-table .svg-spl-path {
    pointer-events: all
}

    .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .group-table .svg-spl-path:hover {
        fill: #666
    }

.lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table table {
    border-collapse: collapse;
    table-layout: fixed;
    margin: 0
}

    .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table table tr td {
        border: 2px solid;
        border-color: #fff0c3;
        background: #e59710;
        vertical-align: middle;
        font-size: 1em;
        line-height: 1.5;
        padding: .1em .2em;
        position: relative
    }

        .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table table tr td > div {
            border-radius: 50%;
            padding: 1em .8em;
            font-size: 1.1em
        }

        .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table table tr td.border-0 {
            background: transparent
        }

        .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table table tr td img {
            max-width: 90%;
            transform: scale(1.3, 1.7)
        }

        .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table table tr td:not(.border-0) {
            box-shadow: inset 0px 0px 2px #000
        }

            .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table table tr td:not(.border-0).win-number {
                background: #ffd400;
                position: relative
            }

                .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table table tr td:not(.border-0).win-number:before {
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    left: 0;
                    top: 0;
                    content: "";
                    display: block;
                    border: 3px dashed #000;
                    -webkit-animation: .5s win-number ease-out infinite backwards;
                    animation: .5s win-number ease-out infinite backwards
                }

@-webkit-keyframes win-number {
    from {
        border: 4px dashed #fff;
        transform: scale(1.1)
    }

    to {
        border: 3px dashed #000;
        transform: scale(0.9)
    }
}

@keyframes win-number {
    from {
        border: 4px dashed #fff;
        transform: scale(1.1)
    }

    to {
        border: 3px dashed #000;
        transform: scale(0.9)
    }
}

.lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table table tr td:not(.border-0):active {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table table tr td:not(.border-0).group {
    padding: .75rem
}

.lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table table tr td:not(.border-0).group, .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table table tr td:not(.border-0):last-child {
    color: #000;
    font-size: 1.1em
}

    .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table table tr td:not(.border-0).group.win-path, .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table table tr td:not(.border-0):last-child.win-path {
        -webkit-animation: .5s group-win-path ease-out infinite backwards;
        animation: .5s group-win-path ease-out infinite backwards
    }

@-webkit-keyframes group-win-path {
    to {
        background: #f8d496
    }
}

@keyframes group-win-path {
    to {
        background: #f8d496
    }
}

.lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table table tr td:not(.border-0).group:hover, .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table table tr td:not(.border-0):last-child:hover {
    background: #f1ad37
}

.lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table table tr td:not(.border-0):not(.group):not(:last-child).active:before, .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table table tr td:not(.border-0):not(.group):not(:last-child):hover:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 2px dashed #fff
}

.lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table table tr td > span {
    z-index: 1;
    position: absolute;
    width: 50%;
    height: 50%
}

    .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table table tr td > span:hover {
        border-radius: 50%;
        border: 2px dotted #fff;
        z-index: 5
    }

    .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table table tr td > span:nth-child(2) {
        top: 25%;
        left: 25%
    }

    .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table table tr td > span:nth-child(3) {
        top: 25%;
        left: calc(-25% - 2px)
    }

    .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table table tr td > span:nth-child(4) {
        top: calc(-25% - 2px);
        left: 25%
    }

    .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table table tr td > span:nth-child(5) {
        top: calc(-25% - 2px);
        left: calc(-25% - 2px)
    }

    .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table table tr td > span:nth-child(6) {
        bottom: calc(-25% - 2px);
        right: 25%
    }

    .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table table tr td > span:nth-child(7) {
        bottom: calc(-25% - 2px);
        right: calc(-25% - 2px)
    }

.lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table table tr td:last-child > span {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

    .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table table tr td:last-child > span:hover {
        border: none;
        border-radius: 0
    }

.lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table table tr td.gr_green {
    background: url(https://cdn2-5e15.kxcdn.com/betting/WebPortal/Images/roulette/rectangle.svg) no-repeat;
    border: none;
    background-size: cover;
    padding-left: .7em
}

    .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table table tr td.gr_green > div {
        background: #089d00;
        background: radial-gradient(ellipse at center, #089d00 0%, #056800 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$light", endColorstr="$dark", GradientType=1 )
    }

    .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table table tr td.gr_green > span:nth-child(3) {
        width: 50%;
        height: 20%;
        top: 89%;
        left: 79%
    }

.lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table table tr td.gr_red > div {
    background: #ea3f2e;
    background: radial-gradient(ellipse at center, #ea3f2e 0%, #c01200 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$light", endColorstr="$dark", GradientType=1 )
}

.lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table table tr td.gr_black > div {
    background: #2e2e2e;
    background: radial-gradient(ellipse at center, #2e2e2e 0%, #000000 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$light", endColorstr="$dark", GradientType=1 )
}

.lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table table tr.type-Orphans > td.active.bet-19 > span:nth-child(3), .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table table tr.type-Orphans > td.active.bet-20 > span:nth-child(3), .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table table tr.type-Orphans > td.active.bet-27 > span:nth-child(2), .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table table tr.type-Orphans > td.active.bet-38 > span:nth-child(3), .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table table tr.type-Orphans > td.active.bet-3 > span:nth-child(3) {
    border: 2px dotted #fff;
    border-radius: 100%
}

.lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table table tr.type-Snake > td.active > span:nth-child(2) {
    border: 2px dotted #fff;
    border-radius: 100%
}

.lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table table tr.type-Tierssmallseries > td.active.bet-10 > span:nth-child(3), .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table table tr.type-Tierssmallseries > td.active.bet-12 > span:nth-child(3), .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table table tr.type-Tierssmallseries > td.active.bet-16 > span:nth-child(3), .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table table tr.type-Tierssmallseries > td.active.bet-21 > span:nth-child(4), .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table table tr.type-Tierssmallseries > td.active.bet-30 > span:nth-child(4), .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table table tr.type-Tierssmallseries > td.active.bet-32 > span:nth-child(3) {
    border: 2px dotted #fff;
    border-radius: 100%
}

.lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table table tr.type-Zerospiel > td.active.bet-1 > span:nth-child(3), .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table table tr.type-Zerospiel > td.active.bet-22 > span:nth-child(2), .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table table tr.type-Zerospiel > td.active.bet-25 > span:nth-child(3), .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table table tr.type-Zerospiel > td.active.bet-5 > span:nth-child(3) {
    border: 2px dotted #fff;
    border-radius: 100%
}

.lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table table tr.type-Voison > td.active.bet-14 > span:nth-child(5), .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table table tr.type-Voison > td.active.bet-25 > span:nth-child(3), .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table table tr.type-Voison > td.active.bet-29 > span:nth-child(3), .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table table tr.type-Voison > td.active.bet-34 > span:nth-child(3), .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table table tr.type-Voison > td.active.bet-36 > span:nth-child(5), .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table table tr.type-Voison > td.active.bet-5 > span:nth-child(3), .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table table tr.type-Voison > td.active.bet-7 > span:nth-child(3) {
    border: 2px dotted #fff;
    border-radius: 100%
}

.lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .lv_icon-section .lv_chip_list {
    display: flex;
    align-items: center;
    justify-content: center
}

    .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .lv_icon-section .lv_chip_list .lv_bt_chip_list .lv_chip {
        position: relative;
        margin: .5em;
        border-radius: 50%;
        cursor: pointer;
        transition: .15s linear
    }

        .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .lv_icon-section .lv_chip_list .lv_bt_chip_list .lv_chip:first-child {
            margin-left: 1.8em
        }

            .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .lv_icon-section .lv_chip_list .lv_bt_chip_list .lv_chip:first-child:hover, .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .lv_icon-section .lv_chip_list .lv_bt_chip_list .lv_chip:first-child.active {
                margin-left: 1.7em
            }

        .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .lv_icon-section .lv_chip_list .lv_bt_chip_list .lv_chip:last-child {
            margin-right: 1.8em
        }

            .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .lv_icon-section .lv_chip_list .lv_bt_chip_list .lv_chip:last-child:hover, .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .lv_icon-section .lv_chip_list .lv_bt_chip_list .lv_chip:last-child.active {
                margin-right: 1.7em
            }

        .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .lv_icon-section .lv_chip_list .lv_bt_chip_list .lv_chip:hover {
            transform: scale(1.4);
            margin: .5rem .7em
        }

        .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .lv_icon-section .lv_chip_list .lv_bt_chip_list .lv_chip.active:before {
            content: "";
            width: calc(100% + 4px);
            height: calc(100% + 4px);
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background-image: url(https://cdn2-5e15.kxcdn.com/betting/WebPortal/Images/roulette/sl-border.png);
            background-size: cover
        }

        .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .lv_icon-section .lv_chip_list .lv_bt_chip_list .lv_chip.nearchip {
            transform: scale(1.2)
        }

        .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .lv_icon-section .lv_chip_list .lv_bt_chip_list .lv_chip img {
            width: 25px;
            border-radius: 25em
        }

        .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .lv_icon-section .lv_chip_list .lv_bt_chip_list .lv_chip span {
            line-height: 1.2em;
            font-size: 8px;
            position: absolute;
            top: 26%;
            left: 50%;
            font-weight: bold;
            transform: translateX(-50%)
        }

    .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .lv_icon-section .lv_chip_list .confirm-btn {
        background: #df5c00;
        padding: 4px 10px;
        border-radius: 3px;
        margin-left: 25px;
        font-size: 14px
    }

        .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .lv_icon-section .lv_chip_list .confirm-btn i {
            display: none
        }

        .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .lv_icon-section .lv_chip_list .confirm-btn:hover {
            background: #ac4700
        }

.lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .lv_icon-section .lv_op_icon {
    width: 45px;
    height: 45px;
    cursor: pointer;
    background-image: url(https://cdn2-5e15.kxcdn.com/betting/WebPortal/Images/roulette/actions.png);
    background-repeat: no-repeat;
    background-size: auto 100%
}

    .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .lv_icon-section .lv_op_icon:hover {
        opacity: .9
    }

    .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .lv_icon-section .lv_op_icon:active {
        transform: scale(0.8)
    }

    .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .lv_icon-section .lv_op_icon.clear-all {
        background-position: -135px 0
    }

    .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .lv_icon-section .lv_op_icon.double {
        background-position: -45px 0
    }

    .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .lv_icon-section .lv_op_icon.clear {
        background-position: -90px 0
    }

    .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table .lv_icon-section .lv_op_icon.replay {
        background-position: 0 0
    }

.lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-video {
    height: 45%;
    position: relative;
    top: 0;
    background: url(https://cdn2-5e15.kxcdn.com/betting/WebPortal/Images/LiveRoulette/video_bg.png);
    background-size: cover;
    background-position: center center
}

    .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-video .status-message {
        position: absolute;
        top: 0;
        background-color: rgba(10,194,10,.7);
        pointer-events: none
    }

        .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-video .status-message h6 {
            text-shadow: 2px 2px 0px #000
        }

        .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-video .status-message > span {
            pointer-events: all
        }

        .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-video .status-message.show {
            -webkit-animation: 1s hide-status linear;
            animation: 1s hide-status linear;
            -webkit-animation-delay: 4s;
            animation-delay: 4s;
            -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards
        }

        .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-video .status-message.yellow {
            background-color: rgba(221,221,9,.7)
        }

        .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-video .status-message.orange {
            background-color: rgba(216,133,9,.7)
        }

        .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-video .status-message.red {
            background-color: rgba(211,14,14,.7)
        }

@-webkit-keyframes hide-status {
    0% {
        transform: rotateX(0deg)
    }

    100% {
        transform: rotateX(90deg);
        opacity: 0
    }
}

@keyframes hide-status {
    0% {
        transform: rotateX(0deg)
    }

    100% {
        transform: rotateX(90deg);
        opacity: 0
    }
}

.lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-video .status-message > span {
    position: absolute;
    padding: 5px;
    right: 0;
    top: 0;
    cursor: pointer
}

.lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-video .lv-video-sc {
    display: flex;
    align-items: center;
    height: calc(100% - 45px)
}

    .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-video .lv-video-sc .lv-video {
        position: relative;
        transform-origin: top;
        transition: .4s all linear
    }

        .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-video .lv-video-sc .lv-video:not(.in) #playerDiv {
            filter: blur(2px);
            position: relative
        }

        .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-video .lv-video-sc .lv-video:not(.in):before {
            /*content: "paused";*/
            content: attr(data);
            position: absolute;
            left: 0;
            top: 50%;
            width: 100%;
            height: 30px;
            background-color: rgba(255,255,255,.2);
            transform: translateY(-50%);
            z-index: 1;
            text-align: center;
            font-size: 22px;
            line-height: 30px;
            text-transform: uppercase;
            color: #fff;
            text-shadow: 0px 1px 1px #000
        }

        .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-video .lv-video-sc .lv-video.expand {
            z-index: 1;
            transform: scale(1.7)
        }

            .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-video .lv-video-sc .lv-video.expand > div {
                z-index: -1
            }

        .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-video .lv-video-sc .lv-video .expand-icon {
            position: absolute;
            bottom: 12px;
            right: 12px;
            background: rgba(255,255,255,.2);
            width: 25px;
            height: 25px;
            text-align: center;
            line-height: 25px;
            border-radius: 3px;
            box-shadow: 0px 2px 6px rgba(0,0,0,.7)
        }

            .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-video .lv-video-sc .lv-video .expand-icon:hover {
                background-color: rgba(255,255,255,.3)
            }

        .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-video .lv-video-sc .lv-video > div {
            background: #214664;
            box-shadow: 0px 7px 15px rgba(0,0,0,.7);
            position: relative
        }

            .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-video .lv-video-sc .lv-video > div .table-head {
                position: absolute;
                bottom: .5rem;
                left: 50%;
                transform: translateX(-50%);
                background: linear-gradient(to left, transparent, rgba(0, 0, 0, 0.8) 20%, rgba(0, 0, 0, 0.8) 80%, transparent);
                z-index: 1;
                padding: 0px 15px;
                text-transform: uppercase;
                white-space: nowrap
            }

            .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-video .lv-video-sc .lv-video > div #playerDiv {
                box-shadow: 0px 2px 7px rgba(0,0,0,.5);
                pointer-events: none;
                max-width: calc(90vw - 30px);
                max-height: 82vh
            }

                .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-video .lv-video-sc .lv-video > div #playerDiv #middleView-playerDiv {
                    display: none
                }

    .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-video .lv-video-sc .video-options {
        flex-direction: column
    }

        .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-video .lv-video-sc .video-options > span {
            background: rgba(255,255,255,.15);
            border-radius: 4px;
            text-align: center;
            width: 30px;
            height: 30px;
            padding: 7px 0;
            margin-bottom: 5px;
            cursor: pointer;
            box-shadow: 0px 2px 4px rgba(0,0,0,.3)
        }

            .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-video .lv-video-sc .video-options > span:hover {
                background: rgba(255,255,255,.25)
            }

            .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-video .lv-video-sc .video-options > span.off {
                position: relative
            }

                .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-video .lv-video-sc .video-options > span.off:before {
                    content: "";
                    position: absolute;
                    width: 70%;
                    height: 3px;
                    background: #c00;
                    transform: rotate(-45deg);
                    left: 5px;
                    top: 13px;
                    opacity: .7
                }

.lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-video .change-table {
    position: absolute;
    right: 15px;
    bottom: 62px;
    padding: 6px 10px;
    background-color: rgba(255,255,255,.15);
    border-radius: 4px;
    box-shadow: 0px 2px 4px rgba(0,0,0,.3);
    cursor: pointer;
    z-index: 1
}

    .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-video .change-table:hover {
        background-color: rgba(255,255,255,.3)
    }

.lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-video .bet-chips .bet-actions {
    background-image: url(https://cdn2-5e15.kxcdn.com/betting/WebPortal/Images/LiveRoulette/bet_action.png);
    background-size: auto 100%;
    display: inline-block;
    width: 42px;
    height: 42px;
    cursor: pointer
}

    .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-video .bet-chips .bet-actions.action-0 {
        background-position-x: -0px
    }

    .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-video .bet-chips .bet-actions.action-1 {
        background-position-x: -42px
    }

    .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-video .bet-chips .bet-actions.action-2 {
        background-position-x: -84px
    }

    .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-video .bet-chips .bet-actions.action-3 {
        background-position-x: -126px
    }

    .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-video .bet-chips .bet-actions:active {
        transform: scale(0.9)
    }

.lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-video .bet-chips .chip-box {
    z-index: 0
}

    .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-video .bet-chips .chip-box > div {
        position: relative
    }

        .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-video .bet-chips .chip-box > div .bet-chip {
            background-image: url(https://cdn2-5e15.kxcdn.com/betting/WebPortal/Images/LiveRoulette/8_chips.png);
            background-size: auto 100%;
            display: inline-block;
            text-align: center;
            color: #fff;
            line-height: 38px;
            font-size: 10px;
            z-index: 2;
            transition: transform .2s ease;
            cursor: pointer;
            box-shadow: 0px 2px 5px #000;
            border-radius: 25rem;
            width: 38px;
            height: 38px
        }

            .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-video .bet-chips .chip-box > div .bet-chip.chip-0 {
                background-position-x: -0px
            }

            .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-video .bet-chips .chip-box > div .bet-chip.chip-1 {
                background-position-x: -38px
            }

            .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-video .bet-chips .chip-box > div .bet-chip.chip-2 {
                background-position-x: -76px
            }

            .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-video .bet-chips .chip-box > div .bet-chip.chip-3 {
                background-position-x: -114px
            }

            .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-video .bet-chips .chip-box > div .bet-chip.chip-4 {
                background-position-x: -152px
            }

            .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-video .bet-chips .chip-box > div .bet-chip.chip-5 {
                background-position-x: -190px
            }

            .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-video .bet-chips .chip-box > div .bet-chip.chip-6 {
                background-position-x: -228px
            }

            .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-video .bet-chips .chip-box > div .bet-chip.chip-7 {
                background-position-x: -266px
            }

            .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-video .bet-chips .chip-box > div .bet-chip.active {
                box-shadow: 0px 0px 7px #ead127;
                border-radius: 50%
            }

            .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-video .bet-chips .chip-box > div .bet-chip:last-child:after {
                content: "";
                display: block;
                position: absolute;
                pointer-events: none;
                transition: left 0.5s ease-in-out;
                background: rgba(255,255,255,.16);
                width: 46px;
                height: 46px;
                top: -4px;
                left: .5%;
                border-radius: 5px;
                z-index: -1;
                box-shadow: 0px 2px 3px rgba(0,0,0,.8)
            }

        .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-video .bet-chips .chip-box > div.chips-6 .bet-chip:nth-child(1).active ~ .bet-chip:last-child:after {
            left: calc(1%)
        }

        .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-video .bet-chips .chip-box > div.chips-6 .bet-chip:nth-child(1):hover ~ .bet-chip:last-child:after {
            left: calc(1%) !important
        }

        .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-video .bet-chips .chip-box > div.chips-6 .bet-chip:nth-child(2).active ~ .bet-chip:last-child:after {
            left: calc(17.6666666667%)
        }

        .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-video .bet-chips .chip-box > div.chips-6 .bet-chip:nth-child(2):hover ~ .bet-chip:last-child:after {
            left: calc(17.6666666667%) !important
        }

        .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-video .bet-chips .chip-box > div.chips-6 .bet-chip:nth-child(3).active ~ .bet-chip:last-child:after {
            left: calc(34.3333333333%)
        }

        .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-video .bet-chips .chip-box > div.chips-6 .bet-chip:nth-child(3):hover ~ .bet-chip:last-child:after {
            left: calc(34.3333333333%) !important
        }

        .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-video .bet-chips .chip-box > div.chips-6 .bet-chip:nth-child(4).active ~ .bet-chip:last-child:after {
            left: calc(51%)
        }

        .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-video .bet-chips .chip-box > div.chips-6 .bet-chip:nth-child(4):hover ~ .bet-chip:last-child:after {
            left: calc(51%) !important
        }

        .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-video .bet-chips .chip-box > div.chips-6 .bet-chip:nth-child(5).active ~ .bet-chip:last-child:after {
            left: calc(67.6666666667%)
        }

        .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-video .bet-chips .chip-box > div.chips-6 .bet-chip:nth-child(5):hover ~ .bet-chip:last-child:after {
            left: calc(67.6666666667%) !important
        }

        .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-video .bet-chips .chip-box > div.chips-6 .bet-chip.active:after {
            left: calc(84.3333333333%)
        }

        .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-video .bet-chips .chip-box > div.chips-6 .bet-chip:hover:after {
            left: calc(84.3333333333%) !important
        }

        .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-video .bet-chips .chip-box > div.chips-7 .bet-chip:nth-child(1).active ~ .bet-chip:last-child:after {
            left: calc(1%)
        }

        .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-video .bet-chips .chip-box > div.chips-7 .bet-chip:nth-child(1):hover ~ .bet-chip:last-child:after {
            left: calc(1%) !important
        }

        .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-video .bet-chips .chip-box > div.chips-7 .bet-chip:nth-child(2).active ~ .bet-chip:last-child:after {
            left: calc(15.2857142857%)
        }

        .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-video .bet-chips .chip-box > div.chips-7 .bet-chip:nth-child(2):hover ~ .bet-chip:last-child:after {
            left: calc(15.2857142857%) !important
        }

        .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-video .bet-chips .chip-box > div.chips-7 .bet-chip:nth-child(3).active ~ .bet-chip:last-child:after {
            left: calc(29.5714285714%)
        }

        .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-video .bet-chips .chip-box > div.chips-7 .bet-chip:nth-child(3):hover ~ .bet-chip:last-child:after {
            left: calc(29.5714285714%) !important
        }

        .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-video .bet-chips .chip-box > div.chips-7 .bet-chip:nth-child(4).active ~ .bet-chip:last-child:after {
            left: calc(43.8571428571%)
        }

        .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-video .bet-chips .chip-box > div.chips-7 .bet-chip:nth-child(4):hover ~ .bet-chip:last-child:after {
            left: calc(43.8571428571%) !important
        }

        .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-video .bet-chips .chip-box > div.chips-7 .bet-chip:nth-child(5).active ~ .bet-chip:last-child:after {
            left: calc(58.1428571429%)
        }

        .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-video .bet-chips .chip-box > div.chips-7 .bet-chip:nth-child(5):hover ~ .bet-chip:last-child:after {
            left: calc(58.1428571429%) !important
        }

        .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-video .bet-chips .chip-box > div.chips-7 .bet-chip:nth-child(6).active ~ .bet-chip:last-child:after {
            left: calc(72.4285714286%)
        }

        .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-video .bet-chips .chip-box > div.chips-7 .bet-chip:nth-child(6):hover ~ .bet-chip:last-child:after {
            left: calc(72.4285714286%) !important
        }

        .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-video .bet-chips .chip-box > div.chips-7 .bet-chip.active:after {
            left: calc(86.7142857143%)
        }

        .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-video .bet-chips .chip-box > div.chips-7 .bet-chip:hover:after {
            left: calc(86.7142857143%) !important
        }

        .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-video .bet-chips .chip-box > div.chips-8 .bet-chip:nth-child(1).active ~ .bet-chip:last-child:after {
            left: calc(1%)
        }

        .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-video .bet-chips .chip-box > div.chips-8 .bet-chip:nth-child(1):hover ~ .bet-chip:last-child:after {
            left: calc(1%) !important
        }

        .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-video .bet-chips .chip-box > div.chips-8 .bet-chip:nth-child(2).active ~ .bet-chip:last-child:after {
            left: calc(13.5%)
        }

        .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-video .bet-chips .chip-box > div.chips-8 .bet-chip:nth-child(2):hover ~ .bet-chip:last-child:after {
            left: calc(13.5%) !important
        }

        .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-video .bet-chips .chip-box > div.chips-8 .bet-chip:nth-child(3).active ~ .bet-chip:last-child:after {
            left: calc(26%)
        }

        .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-video .bet-chips .chip-box > div.chips-8 .bet-chip:nth-child(3):hover ~ .bet-chip:last-child:after {
            left: calc(26%) !important
        }

        .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-video .bet-chips .chip-box > div.chips-8 .bet-chip:nth-child(4).active ~ .bet-chip:last-child:after {
            left: calc(38.5%)
        }

        .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-video .bet-chips .chip-box > div.chips-8 .bet-chip:nth-child(4):hover ~ .bet-chip:last-child:after {
            left: calc(38.5%) !important
        }

        .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-video .bet-chips .chip-box > div.chips-8 .bet-chip:nth-child(5).active ~ .bet-chip:last-child:after {
            left: calc(51%)
        }

        .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-video .bet-chips .chip-box > div.chips-8 .bet-chip:nth-child(5):hover ~ .bet-chip:last-child:after {
            left: calc(51%) !important
        }

        .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-video .bet-chips .chip-box > div.chips-8 .bet-chip:nth-child(6).active ~ .bet-chip:last-child:after {
            left: calc(63.5%)
        }

        .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-video .bet-chips .chip-box > div.chips-8 .bet-chip:nth-child(6):hover ~ .bet-chip:last-child:after {
            left: calc(63.5%) !important
        }

        .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-video .bet-chips .chip-box > div.chips-8 .bet-chip:nth-child(7).active ~ .bet-chip:last-child:after {
            left: calc(76%)
        }

        .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-video .bet-chips .chip-box > div.chips-8 .bet-chip:nth-child(7):hover ~ .bet-chip:last-child:after {
            left: calc(76%) !important
        }

        .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-video .bet-chips .chip-box > div.chips-8 .bet-chip.active:after {
            left: calc(88.5%)
        }

        .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-video .bet-chips .chip-box > div.chips-8 .bet-chip:hover:after {
            left: calc(88.5%) !important
        }

@media(max-width: 575px) {
    .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-video .bet-chips .chip-box {
        width: 100%;
        justify-content: flex-start !important;
        height: 50px;
        padding-top: 4px;
        overflow-x: auto
    }
}

@media(max-width: 575px)and (max-width: 370px) {
    .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-video .bet-chips .chip-box > div {
        position: relative;
        transform: scale(0.9)
    }
}

@media(min-width: 1440px) {
    .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-video .bet-chips .chip-box {
        padding-right: 123px
    }
}

.lv-sc-mn-roulette .lv-sc-md-roulette #lv-bet-chip-cursor {
    position: fixed;
    background: url(https://cdn2-5e15.kxcdn.com/betting/WebPortal/Images/LiveRoulette/8_chips.png);
    background-size: auto 100%;
    overflow: hidden;
    font-size: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
    pointer-events: none;
    color: #fff;
    width: 26px;
    height: 26px
}

@media(max-width: 1279px) {
    .lv-sc-mn-roulette .lv-sc-md-roulette #lv-bet-chip-cursor {
        display: none;
        visibility: hidden
    }
}

.lv-sc-mn-roulette .lv-sc-md-roulette #lv-bet-chip-cursor.chip1 {
    background-position: -26px 0
}

.lv-sc-mn-roulette .lv-sc-md-roulette #lv-bet-chip-cursor.chip2 {
    background-position: -52px 0
}

.lv-sc-mn-roulette .lv-sc-md-roulette #lv-bet-chip-cursor.chip3 {
    background-position: -78px 0
}

.lv-sc-mn-roulette .lv-sc-md-roulette #lv-bet-chip-cursor.chip4 {
    background-position: -104px 0
}

.lv-sc-mn-roulette .lv-sc-md-roulette #lv-bet-chip-cursor.chip5 {
    background-position: -130px 0
}

.lv-sc-mn-roulette .lv-sc-md-roulette #lv-bet-chip-cursor.chip6 {
    background-position: -156px 0
}

.lv-sc-mn-roulette .lv-sc-md-roulette #lv-bet-chip-cursor.chip7 {
    background-position: -182px 0
}

.lv-sc-mn-roulette .lv-as-lf-roulette {
    left: 0;
    transform: translateX(-100%)
}

    .lv-sc-mn-roulette .lv-as-lf-roulette .btn-lr-toggle {
        right: 0;
        transform: translateX(100%)
    }

    .lv-sc-mn-roulette .lv-as-lf-roulette section {
        height: calc(100% - 35px);
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        -ms-scroll-snap-type: mandatory;
        scroll-snap-type: mandatory
    }

        .lv-sc-mn-roulette .lv-as-lf-roulette section .sc-result {
            height: calc(100% - 96px)
        }

            .lv-sc-mn-roulette .lv-as-lf-roulette section .sc-result .draw-results {
                max-height: calc(100% - 28px);
                overflow-y: scroll;
                -webkit-overflow-scrolling: touch
            }

            .lv-sc-mn-roulette .lv-as-lf-roulette section .sc-result .last-draw-result {
                color: #d6ebfb
            }

                .lv-sc-mn-roulette .lv-as-lf-roulette section .sc-result .last-draw-result .result-number {
                    box-shadow: 0px 0px 4px rgba(255,255,255,.35)
                }

                .lv-sc-mn-roulette .lv-as-lf-roulette section .sc-result .last-draw-result .last-slip-details {
                    color: #8b89a0;
                    border: 1px solid #5b596b;
                    cursor: pointer
                }

                    .lv-sc-mn-roulette .lv-as-lf-roulette section .sc-result .last-draw-result .last-slip-details:hover, .lv-sc-mn-roulette .lv-as-lf-roulette section .sc-result .last-draw-result .last-slip-details:focus {
                        background: #1c1e24
                    }

            .lv-sc-mn-roulette .lv-as-lf-roulette section .sc-result .search-div {
                position: relative
            }

                .lv-sc-mn-roulette .lv-as-lf-roulette section .sc-result .search-div input {
                    background: #111216;
                    border: 1px solid #423f54;
                    color: #c4c2d4;
                    padding: 3px 5px;
                    width: 50%;
                    max-width: calc(50% - 33px)
                }

                    .lv-sc-mn-roulette .lv-as-lf-roulette section .sc-result .search-div input::-moz-placeholder {
                        color: #423f54
                    }

                    .lv-sc-mn-roulette .lv-as-lf-roulette section .sc-result .search-div input::placeholder, .lv-sc-mn-roulette .lv-as-lf-roulette section .sc-result .search-div input:-moz-placeholder, .lv-sc-mn-roulette .lv-as-lf-roulette section .sc-result .search-div input::-webkit-input-placeholder {
                        color: #423f54
                    }

                .lv-sc-mn-roulette .lv-as-lf-roulette section .sc-result .search-div > button, .lv-sc-mn-roulette .lv-as-lf-roulette section .sc-result .search-div > span {
                    height: 27px;
                    width: 32px;
                    text-align: center
                }

                .lv-sc-mn-roulette .lv-as-lf-roulette section .sc-result .search-div > span {
                    display: inline-block;
                    padding: 5px
                }

                    .lv-sc-mn-roulette .lv-as-lf-roulette section .sc-result .search-div > span:hover + label {
                        opacity: 1;
                        top: 100%;
                        pointer-events: all
                    }

                .lv-sc-mn-roulette .lv-as-lf-roulette section .sc-result .search-div > button {
                    background: #df5c00;
                    border: 1px solid #ac4700;
                    color: #fff
                }

                .lv-sc-mn-roulette .lv-as-lf-roulette section .sc-result .search-div > label {
                    position: absolute;
                    right: 0;
                    opacity: 0;
                    top: 200%;
                    display: flex;
                    flex-direction: column;
                    background: #423f54;
                    pointer-events: none
                }

                    .lv-sc-mn-roulette .lv-as-lf-roulette section .sc-result .search-div > label:hover {
                        opacity: 1;
                        top: 100%;
                        pointer-events: all
                    }

                    .lv-sc-mn-roulette .lv-as-lf-roulette section .sc-result .search-div > label span {
                        cursor: pointer
                    }

                        .lv-sc-mn-roulette .lv-as-lf-roulette section .sc-result .search-div > label span:hover {
                            background: #373445
                        }

            .lv-sc-mn-roulette .lv-as-lf-roulette section .sc-result .result-list > li {
                background: rgba(255,255,255,.03);
                border: 1px solid #272437;
                border-radius: 4px
            }

                .lv-sc-mn-roulette .lv-as-lf-roulette section .sc-result .result-list > li .rs-li-tab > div {
                    color: #fff8d2
                }

                    .lv-sc-mn-roulette .lv-as-lf-roulette section .sc-result .result-list > li .rs-li-tab > div span {
                        color: rgba(234,209,39,.85)
                    }

                    .lv-sc-mn-roulette .lv-as-lf-roulette section .sc-result .result-list > li .rs-li-tab > div.rs-icons > span {
                        width: 27px;
                        text-align: center;
                        height: 22px;
                        padding: 3px;
                        display: inline-block;
                        color: #fff
                    }

                        .lv-sc-mn-roulette .lv-as-lf-roulette section .sc-result .result-list > li .rs-li-tab > div.rs-icons > span:last-child {
                            background-color: rgba(255,255,255,.05);
                            cursor: pointer
                        }

                            .lv-sc-mn-roulette .lv-as-lf-roulette section .sc-result .result-list > li .rs-li-tab > div.rs-icons > span:last-child:hover {
                                background-color: rgba(255,255,255,.1)
                            }

                .lv-sc-mn-roulette .lv-as-lf-roulette section .sc-result .result-list > li .accordion-content {
                    max-height: 800px;
                    transition: .5s all linear;
                    overflow: hidden
                }

                    .lv-sc-mn-roulette .lv-as-lf-roulette section .sc-result .result-list > li .accordion-content.ng-hide {
                        max-height: 0;
                        display: block !important;
                        opacity: 0
                    }

                    .lv-sc-mn-roulette .lv-as-lf-roulette section .sc-result .result-list > li .accordion-content h6 {
                        font-size: 12px;
                        color: #df5c00;
                        text-align: center
                    }

                    .lv-sc-mn-roulette .lv-as-lf-roulette section .sc-result .result-list > li .accordion-content ul {
                        padding-left: 15px
                    }

                        .lv-sc-mn-roulette .lv-as-lf-roulette section .sc-result .result-list > li .accordion-content ul li {
                            padding: 4px 0;
                            position: relative
                        }

                            .lv-sc-mn-roulette .lv-as-lf-roulette section .sc-result .result-list > li .accordion-content ul li:before {
                                position: absolute;
                                content: "";
                                width: 8px;
                                height: 8px;
                                border-radius: 50%;
                                background-color: #df5c00;
                                left: -15px;
                                top: 8px
                            }

.lv-sc-mn-roulette .lv-as-rt-roulette {
    right: 0;
    transform: translateX(100%)
}

    .lv-sc-mn-roulette .lv-as-rt-roulette .btn-lr-toggle {
        left: 0;
        transform: translateX(-100%)
    }

    .lv-sc-mn-roulette .lv-as-rt-roulette .status-message {
        background: rgba(255,255,255,.1);
        border: 1px solid rgba(255,255,255,.3);
        font-weight: bold
    }

    .lv-sc-mn-roulette .lv-as-rt-roulette .current_draw {
        color: #d6ebfb;
        height: calc(100% - 80px)
    }

        .lv-sc-mn-roulette .lv-as-rt-roulette .current_draw .head-info {
            background-color: rgba(0,0,0,.1);
            border: 1px solid rgba(255,255,255,.05)
        }

            .lv-sc-mn-roulette .lv-as-rt-roulette .current_draw .head-info h6 {
                font-size: 1.3em
            }

        .lv-sc-mn-roulette .lv-as-rt-roulette .current_draw .table-responsive {
            max-height: calc(100% - 30px);
            overflow-y: scroll;
            -webkit-overflow-scrolling: touch
        }

        .lv-sc-mn-roulette .lv-as-rt-roulette .current_draw .stake-box input {
            background: #111216;
            border: 1px solid #423f54;
            color: #c4c2d4;
            padding-left: 5px;
            border-radius: 2px;
            margin-bottom: 4px
        }

        .lv-sc-mn-roulette .lv-as-rt-roulette .current_draw .buttons-box button {
            width: 48%
        }

            .lv-sc-mn-roulette .lv-as-rt-roulette .current_draw .buttons-box button.btn-primary {
                background: #df5c00;
                border-color: #c65100
            }

                .lv-sc-mn-roulette .lv-as-rt-roulette .current_draw .buttons-box button.btn-primary:hover {
                    background: #c65100
                }

                .lv-sc-mn-roulette .lv-as-rt-roulette .current_draw .buttons-box button.btn-primary:focus {
                    box-shadow: 0 0 0 .2rem rgba(223,92,0,.25)
                }

        .lv-sc-mn-roulette .lv-as-rt-roulette .current_draw .current_ac_btn .col {
            text-align: center;
            padding: .6rem
        }

            .lv-sc-mn-roulette .lv-as-rt-roulette .current_draw .current_ac_btn .col:first-child {
                background: #515151
            }

            .lv-sc-mn-roulette .lv-as-rt-roulette .current_draw .current_ac_btn .col:last-child {
                background: #a22326
            }

        .lv-sc-mn-roulette .lv-as-rt-roulette .current_draw table.table {
            margin-top: .5rem
        }

            .lv-sc-mn-roulette .lv-as-rt-roulette .current_draw table.table td {
                padding: .35rem .75rem
            }

                .lv-sc-mn-roulette .lv-as-rt-roulette .current_draw table.table td input {
                    padding: 0 8px 0 8px;
                    text-align: center;
                    margin: 0;
                    background-color: #363636;
                    border: 1px solid #363636;
                    box-shadow: inset 0 0 22px rgba(0,0,0,.7);
                    height: 30px;
                    color: #fff;
                    margin-bottom: 8px
                }

        .lv-sc-mn-roulette .lv-as-rt-roulette .current_draw table.current_item_list {
            width: 100%
        }

            .lv-sc-mn-roulette .lv-as-rt-roulette .current_draw table.current_item_list .bet-item {
                background: rgba(255,255,255,.05);
                border-radius: 7px;
                margin: 3px 0;
                box-shadow: 0px 2px 5px rgba(0,0,0,.4)
            }

            .lv-sc-mn-roulette .lv-as-rt-roulette .current_draw table.current_item_list .main td:first-child, .lv-sc-mn-roulette .lv-as-rt-roulette .current_draw table.current_item_list .main th:first-child, .lv-sc-mn-roulette .lv-as-rt-roulette .current_draw table.current_item_list thead td:first-child, .lv-sc-mn-roulette .lv-as-rt-roulette .current_draw table.current_item_list thead th:first-child {
                width: 40%
            }

            .lv-sc-mn-roulette .lv-as-rt-roulette .current_draw table.current_item_list .main td:last-child, .lv-sc-mn-roulette .lv-as-rt-roulette .current_draw table.current_item_list .main th:last-child, .lv-sc-mn-roulette .lv-as-rt-roulette .current_draw table.current_item_list thead td:last-child, .lv-sc-mn-roulette .lv-as-rt-roulette .current_draw table.current_item_list thead th:last-child {
                width: 7%
            }

            .lv-sc-mn-roulette .lv-as-rt-roulette .current_draw table.current_item_list .main td:nth-child(4), .lv-sc-mn-roulette .lv-as-rt-roulette .current_draw table.current_item_list .main th:nth-child(4), .lv-sc-mn-roulette .lv-as-rt-roulette .current_draw table.current_item_list thead td:nth-child(4), .lv-sc-mn-roulette .lv-as-rt-roulette .current_draw table.current_item_list thead th:nth-child(4) {
                width: 17%
            }

            .lv-sc-mn-roulette .lv-as-rt-roulette .current_draw table.current_item_list .main td:nth-child(2), .lv-sc-mn-roulette .lv-as-rt-roulette .current_draw table.current_item_list .main th:nth-child(2), .lv-sc-mn-roulette .lv-as-rt-roulette .current_draw table.current_item_list thead td:nth-child(2), .lv-sc-mn-roulette .lv-as-rt-roulette .current_draw table.current_item_list thead th:nth-child(2) {
                width: 20%
            }

            .lv-sc-mn-roulette .lv-as-rt-roulette .current_draw table.current_item_list .main td:nth-child(3), .lv-sc-mn-roulette .lv-as-rt-roulette .current_draw table.current_item_list .main th:nth-child(3), .lv-sc-mn-roulette .lv-as-rt-roulette .current_draw table.current_item_list thead td:nth-child(3), .lv-sc-mn-roulette .lv-as-rt-roulette .current_draw table.current_item_list thead th:nth-child(3) {
                width: 15%
            }

            .lv-sc-mn-roulette .lv-as-rt-roulette .current_draw table.current_item_list td, .lv-sc-mn-roulette .lv-as-rt-roulette .current_draw table.current_item_list th {
                padding: 2px 6px;
                font-weight: 400
            }

            .lv-sc-mn-roulette .lv-as-rt-roulette .current_draw table.current_item_list tbody tr.main {
                background: rgba(0,0,0,.1)
            }

                .lv-sc-mn-roulette .lv-as-rt-roulette .current_draw table.current_item_list tbody tr.main:not(:first-child) {
                    border-top: 2px solid #7a3010
                }

                .lv-sc-mn-roulette .lv-as-rt-roulette .current_draw table.current_item_list tbody tr.main td:nth-child(3) {
                    color: #df5c00
                }

                .lv-sc-mn-roulette .lv-as-rt-roulette .current_draw table.current_item_list tbody tr.main td:last-child {
                    color: #c01200;
                    text-align: center
                }

                .lv-sc-mn-roulette .lv-as-rt-roulette .current_draw table.current_item_list tbody tr.main td input {
                    background-color: #363636;
                    border: 1px solid #312d2d;
                    box-shadow: inset 0 0 22px rgba(0,0,0,.7);
                    border-radius: 2px;
                    color: #fff;
                    padding: 0 5px;
                    height: 20px
                }

            .lv-sc-mn-roulette .lv-as-rt-roulette .current_draw table.current_item_list tbody tr.sub {
                border-bottom: 1px solid #000
            }

                .lv-sc-mn-roulette .lv-as-rt-roulette .current_draw table.current_item_list tbody tr.sub td:nth-child(3) {
                    color: #df5c00
                }

                .lv-sc-mn-roulette .lv-as-rt-roulette .current_draw table.current_item_list tbody tr.sub td span {
                    padding: 2px 4px;
                    border-radius: 2px;
                    display: inline-block;
                    text-align: center;
                    box-shadow: inset 0 0 6px 2px rgba(183,183,183,.3);
                    max-width: 20px
                }

                    .lv-sc-mn-roulette .lv-as-rt-roulette .current_draw table.current_item_list tbody tr.sub td span.gr_green {
                        background: #078600;
                        background: radial-gradient(ellipse at center, #078600 0%, #056800 100%);
                        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$light", endColorstr="$dark", GradientType=1 )
                    }

                    .lv-sc-mn-roulette .lv-as-rt-roulette .current_draw table.current_item_list tbody tr.sub td span.gr_red {
                        background: #ec2a19;
                        background: radial-gradient(ellipse at center, #ec2a19 0%, #c01200 100%);
                        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$light", endColorstr="$dark", GradientType=1 )
                    }

                    .lv-sc-mn-roulette .lv-as-rt-roulette .current_draw table.current_item_list tbody tr.sub td span.gr_black {
                        background: #1b1b1b;
                        background: radial-gradient(ellipse at center, #1b1b1b 0%, #000000 100%);
                        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$light", endColorstr="$dark", GradientType=1 )
                    }

.lv-sc-statistics {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.75);
    z-index: 1051;
    transform: translateY(100%);
    transition: .3s all ease;
    opacity: 0
}

    .lv-sc-statistics.in {
        transform: translateY(0);
        opacity: 1
    }

    .lv-sc-statistics .pop-slider {
        background: rgba(0,0,0,.8);
        border-top: 1px solid #252525;
        transition: 1s all linear;
        overflow: hidden;
        max-width: 1170px;
        border: 1px solid #4c4c4c;
        max-height: 100%;
        display: flex;
        flex-direction: column
    }

        .lv-sc-statistics .pop-slider > div {
            max-height: calc(100% - 37px);
            overflow-y: scroll;
            -webkit-overflow-scrolling: touch
        }

            .lv-sc-statistics .pop-slider > div.lv_statitics .status-borad > div > div > div {
                padding: 7px
            }

                .lv-sc-statistics .pop-slider > div.lv_statitics .status-borad > div > div > div:first-child {
                    color: #ead127;
                    padding-bottom: 3px
                }

                .lv-sc-statistics .pop-slider > div.lv_statitics .status-borad > div > div > div:last-child {
                    border: 1px solid #636363;
                    background-color: rgba(255,255,255,.15);
                    min-height: 34px
                }

                    .lv-sc-statistics .pop-slider > div.lv_statitics .status-borad > div > div > div:last-child img {
                        max-height: 18px;
                        position: relative;
                        transform: scale(1.2)
                    }

            .lv-sc-statistics .pop-slider > div.lv_statitics table th, .lv-sc-statistics .pop-slider > div.lv_statitics table td {
                padding: 7px
            }

            .lv-sc-statistics .pop-slider > div.lv_statitics table th {
                color: #ead127;
                padding-bottom: 3px
            }

            .lv-sc-statistics .pop-slider > div.lv_statitics table td {
                border: 1px solid #636363;
                background-color: rgba(255,255,255,.15)
            }

                .lv-sc-statistics .pop-slider > div.lv_statitics table td img {
                    max-height: 20px
                }

            .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-wrap {
                height: 415.974px;
                overflow: hidden;
                position: relative;
                width: 415.974px;
                max-width: 100vw;
                max-height: 100vw
            }

            .lv-sc-statistics .pop-slider > div.lv_statitics .roulette {
                bottom: auto;
                left: 50%;
                position: absolute;
                right: auto;
                top: 50%;
                height: 780px;
                margin-top: -390px;
                margin-left: -390px;
                transform: scale(0.5333);
                width: 780px
            }

@media(max-width: 460px) {
    .lv-sc-statistics .pop-slider > div.lv_statitics .roulette {
        transform: scale(0.4333)
    }
}

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections, .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-numbers {
    bottom: auto;
    left: 0;
    position: absolute;
    right: auto;
    top: 0;
    -webkit-animation: init 1s;
    animation: init 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    background: rgba(255,255,255,.7);
    border-radius: 50%;
    height: 100%;
    overflow: hidden;
    transform: rotateZ(-300deg);
    width: 100%;
    z-index: 8
}

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections {
    height: 639.6px;
    margin-left: 70.2px;
    margin-top: 70.2px;
    width: 639.6px
}

    .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections:after {
        bottom: 0;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
        border-radius: 50%;
        box-shadow: 0 0 0 15px rgba(0,0,0,.2) inset;
        content: "";
        z-index: 9999
    }

    .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div {
        bottom: 50%;
        left: 50%;
        position: absolute;
        right: auto;
        top: auto;
        height: 0;
        width: 0
    }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div > div {
            bottom: auto;
            left: auto;
            position: absolute;
            right: auto;
            top: auto;
            z-index: 1
        }

            .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div > div:before {
                bottom: 50%;
                left: 50%;
                position: absolute;
                right: auto;
                top: auto;
                -webkit-animation: rouletteSectionInit 1 .3s ease-out;
                animation: rouletteSectionInit 1 .3s ease-out;
                -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards;
                border-style: solid;
                border-color: transparent;
                border-top-color: #000;
                border-top-width: 340.08px;
                border-right-width: 29px;
                border-bottom-width: 0;
                border-left-width: 29px;
                content: "";
                display: block;
                margin-left: -29px;
                transform-origin: center bottom;
                transform: scale(0)
            }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div:nth-child(odd) > div:before {
            border-top-color: rgba(231,41,49,.6)
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div:nth-child(even) > div:before {
            border-top-color: rgba(30,30,30,.6)
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div.origin > div:before {
            border-top-color: rgba(140,198,63,.6)
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div.hot > div:before {
            border-top-color: #c01200
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div.cold > div:before {
            border-top-color: #41baff
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div.level-0 div:before {
            border-top-width: 0px;
            border-right-width: 0px;
            border-left-width: 0px;
            margin-left: -0px
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div.level-1 div:before {
            border-top-width: 3.2px;
            border-right-width: 0.26px;
            border-left-width: 0.26px;
            margin-left: -0.26px
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div.level-2 div:before {
            border-top-width: 6.4px;
            border-right-width: 0.52px;
            border-left-width: 0.52px;
            margin-left: -0.52px
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div.level-3 div:before {
            border-top-width: 9.6px;
            border-right-width: 0.78px;
            border-left-width: 0.78px;
            margin-left: -0.78px
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div.level-4 div:before {
            border-top-width: 12.8px;
            border-right-width: 1.04px;
            border-left-width: 1.04px;
            margin-left: -1.04px
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div.level-5 div:before {
            border-top-width: 16px;
            border-right-width: 1.3px;
            border-left-width: 1.3px;
            margin-left: -1.3px
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div.level-6 div:before {
            border-top-width: 19.2px;
            border-right-width: 1.56px;
            border-left-width: 1.56px;
            margin-left: -1.56px
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div.level-7 div:before {
            border-top-width: 22.4px;
            border-right-width: 1.82px;
            border-left-width: 1.82px;
            margin-left: -1.82px
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div.level-8 div:before {
            border-top-width: 25.6px;
            border-right-width: 2.08px;
            border-left-width: 2.08px;
            margin-left: -2.08px
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div.level-9 div:before {
            border-top-width: 28.8px;
            border-right-width: 2.34px;
            border-left-width: 2.34px;
            margin-left: -2.34px
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div.level-10 div:before {
            border-top-width: 32px;
            border-right-width: 2.6px;
            border-left-width: 2.6px;
            margin-left: -2.6px
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div.level-11 div:before {
            border-top-width: 35.2px;
            border-right-width: 2.86px;
            border-left-width: 2.86px;
            margin-left: -2.86px
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div.level-12 div:before {
            border-top-width: 38.4px;
            border-right-width: 3.12px;
            border-left-width: 3.12px;
            margin-left: -3.12px
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div.level-13 div:before {
            border-top-width: 41.6px;
            border-right-width: 3.38px;
            border-left-width: 3.38px;
            margin-left: -3.38px
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div.level-14 div:before {
            border-top-width: 44.8px;
            border-right-width: 3.64px;
            border-left-width: 3.64px;
            margin-left: -3.64px
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div.level-15 div:before {
            border-top-width: 48px;
            border-right-width: 3.9px;
            border-left-width: 3.9px;
            margin-left: -3.9px
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div.level-16 div:before {
            border-top-width: 51.2px;
            border-right-width: 4.16px;
            border-left-width: 4.16px;
            margin-left: -4.16px
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div.level-17 div:before {
            border-top-width: 54.4px;
            border-right-width: 4.42px;
            border-left-width: 4.42px;
            margin-left: -4.42px
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div.level-18 div:before {
            border-top-width: 57.6px;
            border-right-width: 4.68px;
            border-left-width: 4.68px;
            margin-left: -4.68px
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div.level-19 div:before {
            border-top-width: 60.8px;
            border-right-width: 4.94px;
            border-left-width: 4.94px;
            margin-left: -4.94px
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div.level-20 div:before {
            border-top-width: 64px;
            border-right-width: 5.2px;
            border-left-width: 5.2px;
            margin-left: -5.2px
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div.level-21 div:before {
            border-top-width: 67.2px;
            border-right-width: 5.46px;
            border-left-width: 5.46px;
            margin-left: -5.46px
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div.level-22 div:before {
            border-top-width: 70.4px;
            border-right-width: 5.72px;
            border-left-width: 5.72px;
            margin-left: -5.72px
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div.level-23 div:before {
            border-top-width: 73.6px;
            border-right-width: 5.98px;
            border-left-width: 5.98px;
            margin-left: -5.98px
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div.level-24 div:before {
            border-top-width: 76.8px;
            border-right-width: 6.24px;
            border-left-width: 6.24px;
            margin-left: -6.24px
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div.level-25 div:before {
            border-top-width: 80px;
            border-right-width: 6.5px;
            border-left-width: 6.5px;
            margin-left: -6.5px
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div.level-26 div:before {
            border-top-width: 83.2px;
            border-right-width: 6.76px;
            border-left-width: 6.76px;
            margin-left: -6.76px
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div.level-27 div:before {
            border-top-width: 86.4px;
            border-right-width: 7.02px;
            border-left-width: 7.02px;
            margin-left: -7.02px
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div.level-28 div:before {
            border-top-width: 89.6px;
            border-right-width: 7.28px;
            border-left-width: 7.28px;
            margin-left: -7.28px
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div.level-29 div:before {
            border-top-width: 92.8px;
            border-right-width: 7.54px;
            border-left-width: 7.54px;
            margin-left: -7.54px
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div.level-30 div:before {
            border-top-width: 96px;
            border-right-width: 7.8px;
            border-left-width: 7.8px;
            margin-left: -7.8px
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div.level-31 div:before {
            border-top-width: 99.2px;
            border-right-width: 8.06px;
            border-left-width: 8.06px;
            margin-left: -8.06px
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div.level-32 div:before {
            border-top-width: 102.4px;
            border-right-width: 8.32px;
            border-left-width: 8.32px;
            margin-left: -8.32px
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div.level-33 div:before {
            border-top-width: 105.6px;
            border-right-width: 8.58px;
            border-left-width: 8.58px;
            margin-left: -8.58px
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div.level-34 div:before {
            border-top-width: 108.8px;
            border-right-width: 8.84px;
            border-left-width: 8.84px;
            margin-left: -8.84px
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div.level-35 div:before {
            border-top-width: 112px;
            border-right-width: 9.1px;
            border-left-width: 9.1px;
            margin-left: -9.1px
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div.level-36 div:before {
            border-top-width: 115.2px;
            border-right-width: 9.36px;
            border-left-width: 9.36px;
            margin-left: -9.36px
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div.level-37 div:before {
            border-top-width: 118.4px;
            border-right-width: 9.62px;
            border-left-width: 9.62px;
            margin-left: -9.62px
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div.level-38 div:before {
            border-top-width: 121.6px;
            border-right-width: 9.88px;
            border-left-width: 9.88px;
            margin-left: -9.88px
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div.level-39 div:before {
            border-top-width: 124.8px;
            border-right-width: 10.14px;
            border-left-width: 10.14px;
            margin-left: -10.14px
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div.level-40 div:before {
            border-top-width: 128px;
            border-right-width: 10.4px;
            border-left-width: 10.4px;
            margin-left: -10.4px
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div.level-41 div:before {
            border-top-width: 131.2px;
            border-right-width: 10.66px;
            border-left-width: 10.66px;
            margin-left: -10.66px
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div.level-42 div:before {
            border-top-width: 134.4px;
            border-right-width: 10.92px;
            border-left-width: 10.92px;
            margin-left: -10.92px
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div.level-43 div:before {
            border-top-width: 137.6px;
            border-right-width: 11.18px;
            border-left-width: 11.18px;
            margin-left: -11.18px
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div.level-44 div:before {
            border-top-width: 140.8px;
            border-right-width: 11.44px;
            border-left-width: 11.44px;
            margin-left: -11.44px
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div.level-45 div:before {
            border-top-width: 144px;
            border-right-width: 11.7px;
            border-left-width: 11.7px;
            margin-left: -11.7px
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div.level-46 div:before {
            border-top-width: 147.2px;
            border-right-width: 11.96px;
            border-left-width: 11.96px;
            margin-left: -11.96px
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div.level-47 div:before {
            border-top-width: 150.4px;
            border-right-width: 12.22px;
            border-left-width: 12.22px;
            margin-left: -12.22px
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div.level-48 div:before {
            border-top-width: 153.6px;
            border-right-width: 12.48px;
            border-left-width: 12.48px;
            margin-left: -12.48px
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div.level-49 div:before {
            border-top-width: 156.8px;
            border-right-width: 12.74px;
            border-left-width: 12.74px;
            margin-left: -12.74px
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div.level-50 div:before {
            border-top-width: 160px;
            border-right-width: 13px;
            border-left-width: 13px;
            margin-left: -13px
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div.level-51 div:before {
            border-top-width: 163.2px;
            border-right-width: 13.26px;
            border-left-width: 13.26px;
            margin-left: -13.26px
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div.level-52 div:before {
            border-top-width: 166.4px;
            border-right-width: 13.52px;
            border-left-width: 13.52px;
            margin-left: -13.52px
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div.level-53 div:before {
            border-top-width: 169.6px;
            border-right-width: 13.78px;
            border-left-width: 13.78px;
            margin-left: -13.78px
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div.level-54 div:before {
            border-top-width: 172.8px;
            border-right-width: 14.04px;
            border-left-width: 14.04px;
            margin-left: -14.04px
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div.level-55 div:before {
            border-top-width: 176px;
            border-right-width: 14.3px;
            border-left-width: 14.3px;
            margin-left: -14.3px
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div.level-56 div:before {
            border-top-width: 179.2px;
            border-right-width: 14.56px;
            border-left-width: 14.56px;
            margin-left: -14.56px
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div.level-57 div:before {
            border-top-width: 182.4px;
            border-right-width: 14.82px;
            border-left-width: 14.82px;
            margin-left: -14.82px
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div.level-58 div:before {
            border-top-width: 185.6px;
            border-right-width: 15.08px;
            border-left-width: 15.08px;
            margin-left: -15.08px
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div.level-59 div:before {
            border-top-width: 188.8px;
            border-right-width: 15.34px;
            border-left-width: 15.34px;
            margin-left: -15.34px
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div.level-60 div:before {
            border-top-width: 192px;
            border-right-width: 15.6px;
            border-left-width: 15.6px;
            margin-left: -15.6px
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div.level-61 div:before {
            border-top-width: 195.2px;
            border-right-width: 15.86px;
            border-left-width: 15.86px;
            margin-left: -15.86px
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div.level-62 div:before {
            border-top-width: 198.4px;
            border-right-width: 16.12px;
            border-left-width: 16.12px;
            margin-left: -16.12px
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div.level-63 div:before {
            border-top-width: 201.6px;
            border-right-width: 16.38px;
            border-left-width: 16.38px;
            margin-left: -16.38px
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div.level-64 div:before {
            border-top-width: 204.8px;
            border-right-width: 16.64px;
            border-left-width: 16.64px;
            margin-left: -16.64px
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div.level-65 div:before {
            border-top-width: 208px;
            border-right-width: 16.9px;
            border-left-width: 16.9px;
            margin-left: -16.9px
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div.level-66 div:before {
            border-top-width: 211.2px;
            border-right-width: 17.16px;
            border-left-width: 17.16px;
            margin-left: -17.16px
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div.level-67 div:before {
            border-top-width: 214.4px;
            border-right-width: 17.42px;
            border-left-width: 17.42px;
            margin-left: -17.42px
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div.level-68 div:before {
            border-top-width: 217.6px;
            border-right-width: 17.68px;
            border-left-width: 17.68px;
            margin-left: -17.68px
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div.level-69 div:before {
            border-top-width: 220.8px;
            border-right-width: 17.94px;
            border-left-width: 17.94px;
            margin-left: -17.94px
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div.level-70 div:before {
            border-top-width: 224px;
            border-right-width: 18.2px;
            border-left-width: 18.2px;
            margin-left: -18.2px
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div.level-71 div:before {
            border-top-width: 227.2px;
            border-right-width: 18.46px;
            border-left-width: 18.46px;
            margin-left: -18.46px
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div.level-72 div:before {
            border-top-width: 230.4px;
            border-right-width: 18.72px;
            border-left-width: 18.72px;
            margin-left: -18.72px
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div.level-73 div:before {
            border-top-width: 233.6px;
            border-right-width: 18.98px;
            border-left-width: 18.98px;
            margin-left: -18.98px
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div.level-74 div:before {
            border-top-width: 236.8px;
            border-right-width: 19.24px;
            border-left-width: 19.24px;
            margin-left: -19.24px
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div.level-75 div:before {
            border-top-width: 240px;
            border-right-width: 19.5px;
            border-left-width: 19.5px;
            margin-left: -19.5px
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div.level-76 div:before {
            border-top-width: 243.2px;
            border-right-width: 19.76px;
            border-left-width: 19.76px;
            margin-left: -19.76px
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div.level-77 div:before {
            border-top-width: 246.4px;
            border-right-width: 20.02px;
            border-left-width: 20.02px;
            margin-left: -20.02px
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div.level-78 div:before {
            border-top-width: 249.6px;
            border-right-width: 20.28px;
            border-left-width: 20.28px;
            margin-left: -20.28px
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div.level-79 div:before {
            border-top-width: 252.8px;
            border-right-width: 20.54px;
            border-left-width: 20.54px;
            margin-left: -20.54px
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div.level-80 div:before {
            border-top-width: 256px;
            border-right-width: 20.8px;
            border-left-width: 20.8px;
            margin-left: -20.8px
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div.level-81 div:before {
            border-top-width: 259.2px;
            border-right-width: 21.06px;
            border-left-width: 21.06px;
            margin-left: -21.06px
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div.level-82 div:before {
            border-top-width: 262.4px;
            border-right-width: 21.32px;
            border-left-width: 21.32px;
            margin-left: -21.32px
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div.level-83 div:before {
            border-top-width: 265.6px;
            border-right-width: 21.58px;
            border-left-width: 21.58px;
            margin-left: -21.58px
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div.level-84 div:before {
            border-top-width: 268.8px;
            border-right-width: 21.84px;
            border-left-width: 21.84px;
            margin-left: -21.84px
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div.level-85 div:before {
            border-top-width: 272px;
            border-right-width: 22.1px;
            border-left-width: 22.1px;
            margin-left: -22.1px
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div.level-86 div:before {
            border-top-width: 275.2px;
            border-right-width: 22.36px;
            border-left-width: 22.36px;
            margin-left: -22.36px
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div.level-87 div:before {
            border-top-width: 278.4px;
            border-right-width: 22.62px;
            border-left-width: 22.62px;
            margin-left: -22.62px
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div.level-88 div:before {
            border-top-width: 281.6px;
            border-right-width: 22.88px;
            border-left-width: 22.88px;
            margin-left: -22.88px
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div.level-89 div:before {
            border-top-width: 284.8px;
            border-right-width: 23.14px;
            border-left-width: 23.14px;
            margin-left: -23.14px
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div.level-90 div:before {
            border-top-width: 288px;
            border-right-width: 23.4px;
            border-left-width: 23.4px;
            margin-left: -23.4px
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div.level-91 div:before {
            border-top-width: 291.2px;
            border-right-width: 23.66px;
            border-left-width: 23.66px;
            margin-left: -23.66px
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div.level-92 div:before {
            border-top-width: 294.4px;
            border-right-width: 23.92px;
            border-left-width: 23.92px;
            margin-left: -23.92px
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div.level-93 div:before {
            border-top-width: 297.6px;
            border-right-width: 24.18px;
            border-left-width: 24.18px;
            margin-left: -24.18px
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div.level-94 div:before {
            border-top-width: 300.8px;
            border-right-width: 24.44px;
            border-left-width: 24.44px;
            margin-left: -24.44px
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div.level-95 div:before {
            border-top-width: 304px;
            border-right-width: 24.7px;
            border-left-width: 24.7px;
            margin-left: -24.7px
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div.level-96 div:before {
            border-top-width: 307.2px;
            border-right-width: 24.96px;
            border-left-width: 24.96px;
            margin-left: -24.96px
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div.level-97 div:before {
            border-top-width: 310.4px;
            border-right-width: 25.22px;
            border-left-width: 25.22px;
            margin-left: -25.22px
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div.level-98 div:before {
            border-top-width: 313.6px;
            border-right-width: 25.48px;
            border-left-width: 25.48px;
            margin-left: -25.48px
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div.level-99 div:before {
            border-top-width: 316.8px;
            border-right-width: 25.74px;
            border-left-width: 25.74px;
            margin-left: -25.74px
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div:after {
            bottom: 0;
            left: 0;
            position: absolute;
            right: auto;
            top: auto;
            background: #1e1e1e;
            content: "";
            display: block;
            height: 390px;
            transform-origin: center bottom;
            transform: rotateZ(4.65deg);
            width: 2px;
            z-index: 3
        }

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-numbers {
    -webkit-animation: initReverse 1s;
    animation: initReverse 1s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    height: 100%;
    transform: rotateZ(300deg);
    width: 100%;
    z-index: 7
}

    .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-numbers > div {
        bottom: 50%;
        left: 50%;
        position: absolute;
        right: auto;
        top: auto;
        height: 0;
        width: 0
    }

        .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-numbers > div:before {
            bottom: 50%;
            left: 50%;
            position: absolute;
            right: auto;
            top: auto;
            border-style: solid;
            border-color: transparent;
            border-top-width: 397.8px;
            border-right-width: 34px;
            border-bottom-width: 0;
            border-left-width: 34px;
            content: "";
            display: block;
            margin-left: -34px;
            transform-origin: center bottom
        }

    .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-numbers div:nth-child(odd):before {
        border-top-color: #e72931
    }

    .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-numbers div:nth-child(even):before {
        border-top-color: #1e1e1e
    }

    .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-numbers div.origin:before {
        border-top-color: #8cc63f
    }

    .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-numbers section > span {
        bottom: auto;
        left: 50%;
        position: absolute;
        right: auto;
        top: 50%;
        -webkit-animation: fadeIn .5s;
        animation: fadeIn .5s;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        color: #fff;
        font-size: 32px;
        height: 0;
        line-height: 2.1;
        margin-left: -20px;
        opacity: 0;
        text-align: center;
        width: 40px;
        z-index: 999
    }

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div:nth-child(1) {
    transform: rotateZ(9.7297297297deg)
}

    .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div:nth-child(1) > div:before {
        -webkit-animation-delay: 0.0666666667s;
        animation-delay: 0.0666666667s
    }

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-numbers > div:nth-child(1) {
    transform: rotateZ(9.7297297297deg)
}

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-numbers section > span:nth-child(1) {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    transform: rotateZ(9.7297297297deg) translateY(-392.34px)
}

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div:nth-child(2) {
    transform: rotateZ(19.4594594595deg)
}

    .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div:nth-child(2) > div:before {
        -webkit-animation-delay: 0.1333333333s;
        animation-delay: 0.1333333333s
    }

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-numbers > div:nth-child(2) {
    transform: rotateZ(19.4594594595deg)
}

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-numbers section > span:nth-child(2) {
    -webkit-animation-delay: 0.55s;
    animation-delay: 0.55s;
    transform: rotateZ(19.4594594595deg) translateY(-392.34px)
}

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div:nth-child(3) {
    transform: rotateZ(29.1891891892deg)
}

    .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div:nth-child(3) > div:before {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s
    }

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-numbers > div:nth-child(3) {
    transform: rotateZ(29.1891891892deg)
}

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-numbers section > span:nth-child(3) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    transform: rotateZ(29.1891891892deg) translateY(-392.34px)
}

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div:nth-child(4) {
    transform: rotateZ(38.9189189189deg)
}

    .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div:nth-child(4) > div:before {
        -webkit-animation-delay: 0.2666666667s;
        animation-delay: 0.2666666667s
    }

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-numbers > div:nth-child(4) {
    transform: rotateZ(38.9189189189deg)
}

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-numbers section > span:nth-child(4) {
    -webkit-animation-delay: 0.65s;
    animation-delay: 0.65s;
    transform: rotateZ(38.9189189189deg) translateY(-392.34px)
}

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div:nth-child(5) {
    transform: rotateZ(48.6486486486deg)
}

    .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div:nth-child(5) > div:before {
        -webkit-animation-delay: 0.3333333333s;
        animation-delay: 0.3333333333s
    }

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-numbers > div:nth-child(5) {
    transform: rotateZ(48.6486486486deg)
}

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-numbers section > span:nth-child(5) {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    transform: rotateZ(48.6486486486deg) translateY(-392.34px)
}

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div:nth-child(6) {
    transform: rotateZ(58.3783783784deg)
}

    .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div:nth-child(6) > div:before {
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s
    }

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-numbers > div:nth-child(6) {
    transform: rotateZ(58.3783783784deg)
}

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-numbers section > span:nth-child(6) {
    -webkit-animation-delay: 0.75s;
    animation-delay: 0.75s;
    transform: rotateZ(58.3783783784deg) translateY(-392.34px)
}

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div:nth-child(7) {
    transform: rotateZ(68.1081081081deg)
}

    .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div:nth-child(7) > div:before {
        -webkit-animation-delay: 0.4666666667s;
        animation-delay: 0.4666666667s
    }

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-numbers > div:nth-child(7) {
    transform: rotateZ(68.1081081081deg)
}

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-numbers section > span:nth-child(7) {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    transform: rotateZ(68.1081081081deg) translateY(-392.34px)
}

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div:nth-child(8) {
    transform: rotateZ(77.8378378378deg)
}

    .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div:nth-child(8) > div:before {
        -webkit-animation-delay: 0.5333333333s;
        animation-delay: 0.5333333333s
    }

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-numbers > div:nth-child(8) {
    transform: rotateZ(77.8378378378deg)
}

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-numbers section > span:nth-child(8) {
    -webkit-animation-delay: 0.85s;
    animation-delay: 0.85s;
    transform: rotateZ(77.8378378378deg) translateY(-392.34px)
}

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div:nth-child(9) {
    transform: rotateZ(87.5675675676deg)
}

    .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div:nth-child(9) > div:before {
        -webkit-animation-delay: 0.6s;
        animation-delay: 0.6s
    }

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-numbers > div:nth-child(9) {
    transform: rotateZ(87.5675675676deg)
}

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-numbers section > span:nth-child(9) {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    transform: rotateZ(87.5675675676deg) translateY(-392.34px)
}

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div:nth-child(10) {
    transform: rotateZ(97.2972972973deg)
}

    .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div:nth-child(10) > div:before {
        -webkit-animation-delay: 0.6666666667s;
        animation-delay: 0.6666666667s
    }

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-numbers > div:nth-child(10) {
    transform: rotateZ(97.2972972973deg)
}

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-numbers section > span:nth-child(10) {
    -webkit-animation-delay: 0.95s;
    animation-delay: 0.95s;
    transform: rotateZ(97.2972972973deg) translateY(-392.34px)
}

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div:nth-child(11) {
    transform: rotateZ(107.027027027deg)
}

    .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div:nth-child(11) > div:before {
        -webkit-animation-delay: 0.7333333333s;
        animation-delay: 0.7333333333s
    }

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-numbers > div:nth-child(11) {
    transform: rotateZ(107.027027027deg)
}

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-numbers section > span:nth-child(11) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    transform: rotateZ(107.027027027deg) translateY(-392.34px)
}

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div:nth-child(12) {
    transform: rotateZ(116.7567567568deg)
}

    .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div:nth-child(12) > div:before {
        -webkit-animation-delay: 0.8s;
        animation-delay: 0.8s
    }

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-numbers > div:nth-child(12) {
    transform: rotateZ(116.7567567568deg)
}

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-numbers section > span:nth-child(12) {
    -webkit-animation-delay: 1.05s;
    animation-delay: 1.05s;
    transform: rotateZ(116.7567567568deg) translateY(-392.34px)
}

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div:nth-child(13) {
    transform: rotateZ(126.4864864865deg)
}

    .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div:nth-child(13) > div:before {
        -webkit-animation-delay: 0.8666666667s;
        animation-delay: 0.8666666667s
    }

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-numbers > div:nth-child(13) {
    transform: rotateZ(126.4864864865deg)
}

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-numbers section > span:nth-child(13) {
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
    transform: rotateZ(126.4864864865deg) translateY(-392.34px)
}

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div:nth-child(14) {
    transform: rotateZ(136.2162162162deg)
}

    .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div:nth-child(14) > div:before {
        -webkit-animation-delay: 0.9333333333s;
        animation-delay: 0.9333333333s
    }

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-numbers > div:nth-child(14) {
    transform: rotateZ(136.2162162162deg)
}

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-numbers section > span:nth-child(14) {
    -webkit-animation-delay: 1.15s;
    animation-delay: 1.15s;
    transform: rotateZ(136.2162162162deg) translateY(-392.34px)
}

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div:nth-child(15) {
    transform: rotateZ(145.9459459459deg)
}

    .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div:nth-child(15) > div:before {
        -webkit-animation-delay: 1s;
        animation-delay: 1s
    }

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-numbers > div:nth-child(15) {
    transform: rotateZ(145.9459459459deg)
}

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-numbers section > span:nth-child(15) {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
    transform: rotateZ(145.9459459459deg) translateY(-392.34px)
}

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div:nth-child(16) {
    transform: rotateZ(155.6756756757deg)
}

    .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div:nth-child(16) > div:before {
        -webkit-animation-delay: 1.0666666667s;
        animation-delay: 1.0666666667s
    }

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-numbers > div:nth-child(16) {
    transform: rotateZ(155.6756756757deg)
}

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-numbers section > span:nth-child(16) {
    -webkit-animation-delay: 1.25s;
    animation-delay: 1.25s;
    transform: rotateZ(155.6756756757deg) translateY(-392.34px)
}

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div:nth-child(17) {
    transform: rotateZ(165.4054054054deg)
}

    .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div:nth-child(17) > div:before {
        -webkit-animation-delay: 1.1333333333s;
        animation-delay: 1.1333333333s
    }

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-numbers > div:nth-child(17) {
    transform: rotateZ(165.4054054054deg)
}

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-numbers section > span:nth-child(17) {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
    transform: rotateZ(165.4054054054deg) translateY(-392.34px)
}

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div:nth-child(18) {
    transform: rotateZ(175.1351351351deg)
}

    .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div:nth-child(18) > div:before {
        -webkit-animation-delay: 1.2s;
        animation-delay: 1.2s
    }

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-numbers > div:nth-child(18) {
    transform: rotateZ(175.1351351351deg)
}

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-numbers section > span:nth-child(18) {
    -webkit-animation-delay: 1.35s;
    animation-delay: 1.35s;
    transform: rotateZ(175.1351351351deg) translateY(-392.34px)
}

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div:nth-child(19) {
    transform: rotateZ(184.8648648649deg)
}

    .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div:nth-child(19) > div:before {
        -webkit-animation-delay: 1.2666666667s;
        animation-delay: 1.2666666667s
    }

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-numbers > div:nth-child(19) {
    transform: rotateZ(184.8648648649deg)
}

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-numbers section > span:nth-child(19) {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
    transform: rotateZ(184.8648648649deg) translateY(-392.34px)
}

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div:nth-child(20) {
    transform: rotateZ(194.5945945946deg)
}

    .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div:nth-child(20) > div:before {
        -webkit-animation-delay: 1.3333333333s;
        animation-delay: 1.3333333333s
    }

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-numbers > div:nth-child(20) {
    transform: rotateZ(194.5945945946deg)
}

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-numbers section > span:nth-child(20) {
    -webkit-animation-delay: 1.45s;
    animation-delay: 1.45s;
    transform: rotateZ(194.5945945946deg) translateY(-392.34px)
}

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div:nth-child(21) {
    transform: rotateZ(204.3243243243deg)
}

    .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div:nth-child(21) > div:before {
        -webkit-animation-delay: 1.4s;
        animation-delay: 1.4s
    }

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-numbers > div:nth-child(21) {
    transform: rotateZ(204.3243243243deg)
}

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-numbers section > span:nth-child(21) {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    transform: rotateZ(204.3243243243deg) translateY(-392.34px)
}

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div:nth-child(22) {
    transform: rotateZ(214.0540540541deg)
}

    .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div:nth-child(22) > div:before {
        -webkit-animation-delay: 1.4666666667s;
        animation-delay: 1.4666666667s
    }

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-numbers > div:nth-child(22) {
    transform: rotateZ(214.0540540541deg)
}

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-numbers section > span:nth-child(22) {
    -webkit-animation-delay: 1.55s;
    animation-delay: 1.55s;
    transform: rotateZ(214.0540540541deg) translateY(-392.34px)
}

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div:nth-child(23) {
    transform: rotateZ(223.7837837838deg)
}

    .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div:nth-child(23) > div:before {
        -webkit-animation-delay: 1.5333333333s;
        animation-delay: 1.5333333333s
    }

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-numbers > div:nth-child(23) {
    transform: rotateZ(223.7837837838deg)
}

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-numbers section > span:nth-child(23) {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
    transform: rotateZ(223.7837837838deg) translateY(-392.34px)
}

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div:nth-child(24) {
    transform: rotateZ(233.5135135135deg)
}

    .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div:nth-child(24) > div:before {
        -webkit-animation-delay: 1.6s;
        animation-delay: 1.6s
    }

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-numbers > div:nth-child(24) {
    transform: rotateZ(233.5135135135deg)
}

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-numbers section > span:nth-child(24) {
    -webkit-animation-delay: 1.65s;
    animation-delay: 1.65s;
    transform: rotateZ(233.5135135135deg) translateY(-392.34px)
}

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div:nth-child(25) {
    transform: rotateZ(243.2432432432deg)
}

    .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div:nth-child(25) > div:before {
        -webkit-animation-delay: 1.6666666667s;
        animation-delay: 1.6666666667s
    }

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-numbers > div:nth-child(25) {
    transform: rotateZ(243.2432432432deg)
}

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-numbers section > span:nth-child(25) {
    -webkit-animation-delay: 1.7s;
    animation-delay: 1.7s;
    transform: rotateZ(243.2432432432deg) translateY(-392.34px)
}

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div:nth-child(26) {
    transform: rotateZ(252.972972973deg)
}

    .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div:nth-child(26) > div:before {
        -webkit-animation-delay: 1.7333333333s;
        animation-delay: 1.7333333333s
    }

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-numbers > div:nth-child(26) {
    transform: rotateZ(252.972972973deg)
}

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-numbers section > span:nth-child(26) {
    -webkit-animation-delay: 1.75s;
    animation-delay: 1.75s;
    transform: rotateZ(252.972972973deg) translateY(-392.34px)
}

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div:nth-child(27) {
    transform: rotateZ(262.7027027027deg)
}

    .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div:nth-child(27) > div:before {
        -webkit-animation-delay: 1.8s;
        animation-delay: 1.8s
    }

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-numbers > div:nth-child(27) {
    transform: rotateZ(262.7027027027deg)
}

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-numbers section > span:nth-child(27) {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
    transform: rotateZ(262.7027027027deg) translateY(-392.34px)
}

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div:nth-child(28) {
    transform: rotateZ(272.4324324324deg)
}

    .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div:nth-child(28) > div:before {
        -webkit-animation-delay: 1.8666666667s;
        animation-delay: 1.8666666667s
    }

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-numbers > div:nth-child(28) {
    transform: rotateZ(272.4324324324deg)
}

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-numbers section > span:nth-child(28) {
    -webkit-animation-delay: 1.85s;
    animation-delay: 1.85s;
    transform: rotateZ(272.4324324324deg) translateY(-392.34px)
}

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div:nth-child(29) {
    transform: rotateZ(282.1621621622deg)
}

    .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div:nth-child(29) > div:before {
        -webkit-animation-delay: 1.9333333333s;
        animation-delay: 1.9333333333s
    }

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-numbers > div:nth-child(29) {
    transform: rotateZ(282.1621621622deg)
}

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-numbers section > span:nth-child(29) {
    -webkit-animation-delay: 1.9s;
    animation-delay: 1.9s;
    transform: rotateZ(282.1621621622deg) translateY(-392.34px)
}

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div:nth-child(30) {
    transform: rotateZ(291.8918918919deg)
}

    .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div:nth-child(30) > div:before {
        -webkit-animation-delay: 2s;
        animation-delay: 2s
    }

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-numbers > div:nth-child(30) {
    transform: rotateZ(291.8918918919deg)
}

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-numbers section > span:nth-child(30) {
    -webkit-animation-delay: 1.95s;
    animation-delay: 1.95s;
    transform: rotateZ(291.8918918919deg) translateY(-392.34px)
}

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div:nth-child(31) {
    transform: rotateZ(301.6216216216deg)
}

    .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div:nth-child(31) > div:before {
        -webkit-animation-delay: 2.0666666667s;
        animation-delay: 2.0666666667s
    }

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-numbers > div:nth-child(31) {
    transform: rotateZ(301.6216216216deg)
}

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-numbers section > span:nth-child(31) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    transform: rotateZ(301.6216216216deg) translateY(-392.34px)
}

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div:nth-child(32) {
    transform: rotateZ(311.3513513514deg)
}

    .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div:nth-child(32) > div:before {
        -webkit-animation-delay: 2.1333333333s;
        animation-delay: 2.1333333333s
    }

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-numbers > div:nth-child(32) {
    transform: rotateZ(311.3513513514deg)
}

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-numbers section > span:nth-child(32) {
    -webkit-animation-delay: 2.05s;
    animation-delay: 2.05s;
    transform: rotateZ(311.3513513514deg) translateY(-392.34px)
}

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div:nth-child(33) {
    transform: rotateZ(321.0810810811deg)
}

    .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div:nth-child(33) > div:before {
        -webkit-animation-delay: 2.2s;
        animation-delay: 2.2s
    }

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-numbers > div:nth-child(33) {
    transform: rotateZ(321.0810810811deg)
}

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-numbers section > span:nth-child(33) {
    -webkit-animation-delay: 2.1s;
    animation-delay: 2.1s;
    transform: rotateZ(321.0810810811deg) translateY(-392.34px)
}

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div:nth-child(34) {
    transform: rotateZ(330.8108108108deg)
}

    .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div:nth-child(34) > div:before {
        -webkit-animation-delay: 2.2666666667s;
        animation-delay: 2.2666666667s
    }

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-numbers > div:nth-child(34) {
    transform: rotateZ(330.8108108108deg)
}

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-numbers section > span:nth-child(34) {
    -webkit-animation-delay: 2.15s;
    animation-delay: 2.15s;
    transform: rotateZ(330.8108108108deg) translateY(-392.34px)
}

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div:nth-child(35) {
    transform: rotateZ(340.5405405405deg)
}

    .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div:nth-child(35) > div:before {
        -webkit-animation-delay: 2.3333333333s;
        animation-delay: 2.3333333333s
    }

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-numbers > div:nth-child(35) {
    transform: rotateZ(340.5405405405deg)
}

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-numbers section > span:nth-child(35) {
    -webkit-animation-delay: 2.2s;
    animation-delay: 2.2s;
    transform: rotateZ(340.5405405405deg) translateY(-392.34px)
}

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div:nth-child(36) {
    transform: rotateZ(350.2702702703deg)
}

    .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div:nth-child(36) > div:before {
        -webkit-animation-delay: 2.4s;
        animation-delay: 2.4s
    }

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-numbers > div:nth-child(36) {
    transform: rotateZ(350.2702702703deg)
}

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-numbers section > span:nth-child(36) {
    -webkit-animation-delay: 2.25s;
    animation-delay: 2.25s;
    transform: rotateZ(350.2702702703deg) translateY(-392.34px)
}

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div:nth-child(37) {
    transform: rotateZ(360deg)
}

    .lv-sc-statistics .pop-slider > div.lv_statitics .roulette-sections > div:nth-child(37) > div:before {
        -webkit-animation-delay: 2.4666666667s;
        animation-delay: 2.4666666667s
    }

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-numbers > div:nth-child(37) {
    transform: rotateZ(360deg)
}

.lv-sc-statistics .pop-slider > div.lv_statitics .roulette-numbers section > span:nth-child(37) {
    -webkit-animation-delay: 2.3s;
    animation-delay: 2.3s;
    transform: rotateZ(360deg) translateY(-392.34px)
}

@-webkit-keyframes rouletteSectionInit {
    0% {
        transform: scale(0)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes rouletteSectionInit {
    0% {
        transform: scale(0)
    }

    100% {
        transform: scale(1)
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes init {
    0% {
        transform: rotateZ(-300deg)
    }

    100% {
        transform: rotateZ(0deg)
    }
}

@keyframes init {
    0% {
        transform: rotateZ(-300deg)
    }

    100% {
        transform: rotateZ(0deg)
    }
}

@-webkit-keyframes initReverse {
    0% {
        transform: rotateZ(300deg)
    }

    100% {
        transform: rotateZ(0deg)
    }
}

@keyframes initReverse {
    0% {
        transform: rotateZ(300deg)
    }

    100% {
        transform: rotateZ(0deg)
    }
}

.lv-sc-statistics .pop-slider > div.lv_statitics .range-slider {
    width: 100%
}

    .lv-sc-statistics .pop-slider > div.lv_statitics .range-slider .range-slider-range {
        -webkit-appearance: none;
        width: calc(100% - (73px));
        height: 10px;
        border-radius: 5px;
        background: #898989;
        outline: none;
        padding: 0;
        margin: 0
    }

        .lv-sc-statistics .pop-slider > div.lv_statitics .range-slider .range-slider-range::-webkit-slider-thumb {
            -webkit-appearance: none;
            appearance: none;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            background: #1abc9c;
            cursor: pointer;
            -webkit-transition: background .15s ease-in-out;
            transition: background .15s ease-in-out
        }

            .lv-sc-statistics .pop-slider > div.lv_statitics .range-slider .range-slider-range::-webkit-slider-thumb:hover {
                background: #1abc9c
            }

        .lv-sc-statistics .pop-slider > div.lv_statitics .range-slider .range-slider-range:active::-webkit-slider-thumb {
            background: #1abc9c
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .range-slider .range-slider-range::-moz-range-thumb {
            width: 20px;
            height: 20px;
            border: 0;
            border-radius: 50%;
            background: #1abc9c;
            cursor: pointer;
            -moz-transition: background .15s ease-in-out;
            transition: background .15s ease-in-out
        }

            .lv-sc-statistics .pop-slider > div.lv_statitics .range-slider .range-slider-range::-moz-range-thumb:hover {
                background: #1abc9c
            }

        .lv-sc-statistics .pop-slider > div.lv_statitics .range-slider .range-slider-range:active::-moz-range-thumb {
            background: #1abc9c
        }

        .lv-sc-statistics .pop-slider > div.lv_statitics .range-slider .range-slider-range:focus::-webkit-slider-thumb {
            box-shadow: 0 0 0 3px #fff,0 0 0 6px #1abc9c
        }

    .lv-sc-statistics .pop-slider > div.lv_statitics .range-slider .range-slider-value {
        display: inline-block;
        position: relative;
        width: 60px;
        color: #fff;
        line-height: 20px;
        text-align: center;
        border-radius: 3px;
        background: #1abc9c;
        padding: 5px 10px;
        margin-left: 8px;
        font-size: 1.2em
    }

        .lv-sc-statistics .pop-slider > div.lv_statitics .range-slider .range-slider-value:after {
            position: absolute;
            top: 8px;
            left: -7px;
            width: 0;
            height: 0;
            border-top: 7px solid transparent;
            border-right: 7px solid #1abc9c;
            border-bottom: 7px solid transparent;
            content: ""
        }

    .lv-sc-statistics .pop-slider > div.lv_statitics .range-slider ::-moz-range-track {
        background: #898989;
        border: 0
    }

    .lv-sc-statistics .pop-slider > div.lv_statitics .range-slider input::-moz-focus-inner, .lv-sc-statistics .pop-slider > div.lv_statitics .range-slider input::-moz-focus-outer {
        border: 0
    }

.lv-sc-statistics .pop-slider > div.table-selection > div label {
    cursor: pointer;
    background-color: rgba(255,255,255,.05);
    border-radius: 4px
}

    .lv-sc-statistics .pop-slider > div.table-selection > div label img {
        opacity: .8;
        max-width: 100%;
        border: 10px solid rgba(255,255,255,.25);
        border-radius: 4px
    }

    .lv-sc-statistics .pop-slider > div.table-selection > div label .head i {
        color: rgba(255,255,255,.25)
    }

    .lv-sc-statistics .pop-slider > div.table-selection > div label:hover {
        background-color: rgba(255,255,255,.15)
    }

        .lv-sc-statistics .pop-slider > div.table-selection > div label:hover img {
            opacity: 1
        }

        .lv-sc-statistics .pop-slider > div.table-selection > div label:hover .head i {
            color: #fff
        }

.lv-sc-statistics .pop-slider > div.table-selection > div.active label {
    background-color: rgba(255,255,255,.15);
    pointer-events: none
}

    .lv-sc-statistics .pop-slider > div.table-selection > div.active label img {
        opacity: 1
    }

    .lv-sc-statistics .pop-slider > div.table-selection > div.active label .head i {
        color: #df5c00
    }

.lv-sc-statistics .pop-slider h5 {
    background: #363636;
    text-align: center;
    line-height: 36px;
    font-size: 18px;
    border-bottom: 1px solid #111216;
    position: relative
}

    .lv-sc-statistics .pop-slider h5 .sidebar_close {
        position: absolute;
        width: 30px;
        height: 30px;
        cursor: pointer;
        top: 2px;
        right: 20px;
        background: rgba(255,255,255,.2);
        border-radius: 50%;
        line-height: 30px
    }

        .lv-sc-statistics .pop-slider h5 .sidebar_close:hover {
            background: rgba(255,255,255,.4)
        }

.st_num h6 {
    color: #d55900;
    font-size: 16px
}

.st_num > div > div > span {
    min-width: 4em;
    line-height: 30px;
    text-align: center;
    border: 1px solid #252525;
    margin-right: 1px;
    background: rgba(0,0,0,.3)
}

    .st_num > div > div > span.title {
        margin-right: 3px;
        font-size: 14px
    }

    .st_num > div > div > span.gr_green {
        background: #089d00;
        background: radial-gradient(ellipse at center, #089d00 0%, #056800 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$light", endColorstr="$dark", GradientType=1 )
    }

    .st_num > div > div > span.gr_red {
        background: #ea3f2e;
        background: radial-gradient(ellipse at center, #ea3f2e 0%, #c01200 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$light", endColorstr="$dark", GradientType=1 )
    }

    .st_num > div > div > span.gr_black {
        background: #2e2e2e;
        background: radial-gradient(ellipse at center, #2e2e2e 0%, #000000 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$light", endColorstr="$dark", GradientType=1 )
    }

.mobile-divice.lv-mb-landscope.lv-mb-Expanded ._iframeW {
    display: none
}

.mobile-divice.lv-mb-landscope .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-video .change-table {
    right: calc(100% - 78px);
    bottom: -70px;
    transform: rotate(-90deg);
    white-space: nowrap
}

.mobile-divice.lv-mb-Expanded .lv-mn-games {
    height: 100vh
}

.mobile-divice.lv-mb-portrait .lv-win-bet-amount > div h3 {
    font-size: 9vh;
    margin-top: -4vh
}

.mobile-divice.lv-mb-portrait .lv-win-bet-amount > div h4 {
    font-size: 5vh;
    margin-top: 8vh
}

.mobile-divice.lv-mb-portrait .lv-win-bet-amount.show > .box {
    width: 80vh;
    height: 70vw;
    transform: rotate(90deg)
}

.mobile-divice .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-video {
    height: 95px;
    min-height: 50px
}

@media(max-width: 575px) {
    .mobile-divice .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-video .bet-chips {
        position: relative;
        top: -48px;
        justify-content: flex-start;
        padding-left: 26px
    }
}

.mobile-divice .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-video .lv-video-sc {
    z-index: 1000;
    display: block
}

    .mobile-divice .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-video .lv-video-sc .lv-video {
        position: fixed;
        z-index: 101;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        height: 100vh !important;
        max-width: 0;
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        transition: .2s all ease-in-out;
        background-color: rgba(0,0,0,.7)
    }

        .mobile-divice .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-video .lv-video-sc .lv-video.in {
            max-width: 100vw;
            max-height: 100vh;
            opacity: 1
        }

        .mobile-divice .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-video .lv-video-sc .lv-video > div {
            height: auto !important
        }

            .mobile-divice .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-video .lv-video-sc .lv-video > div > span {
                display: block !important;
                color: rgba(255,255,255,.5);
                position: absolute;
                top: 36px;
                right: 35px;
                font-size: 2.3em;
                transform: translate(80%, -80%);
                width: 32px;
                height: 32px;
                background: rgba(0,0,0,.5);
                text-align: center;
                line-height: 32px;
                border-radius: 25em
            }

    .mobile-divice .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-video .lv-video-sc .video-options {
        flex-direction: row
    }

        .mobile-divice .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-video .lv-video-sc .video-options > span.live:before {
            display: none
        }

        .mobile-divice .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-video .lv-video-sc .video-options > span.live > i {
            animation-duration: 1.2s;
            -webkit-animation-duration: 1.2s;
            animation-iteration-count: infinite;
            -webkit-animation-iteration-count: infinite;
            -webkit-animation-name: csopacity;
            animation-name: csopacity
        }

@-webkit-keyframes csopacity {
    0% {
        opacity: 1
    }

    50% {
        opacity: .1
    }

    100% {
        opacity: 1
    }
}

@keyframes csopacity {
    0% {
        opacity: 1
    }

    50% {
        opacity: .1
    }

    100% {
        opacity: 1
    }
}

.mobile-divice .lv-sc-mn-roulette .lv-sc-md-roulette .lv-mn-sc-table {
    height: calc(100vh - 95px)
}

.mobile-divice .lv-sc-mn-roulette.lv-md-portrait .lv-mn-sc-table {
    height: auto;
    padding-top: 25px
}

    .mobile-divice .lv-sc-mn-roulette.lv-md-portrait .lv-mn-sc-table #idPrtTable .approved-message {
        font-size: 1.2rem;
        padding: .6rem 1rem;
        transform: rotate(90deg);
        left: 30%
    }

.mobile-divice .lv-sc-mn-roulette.lv-md-portrait .lv-mn-sc-video {
    height: 100px
}

    .mobile-divice .lv-sc-mn-roulette.lv-md-portrait .lv-mn-sc-video .status-message {
        top: unset;
        bottom: -27px;
        -webkit-animation: none;
        animation: none
    }

        .mobile-divice .lv-sc-mn-roulette.lv-md-portrait .lv-mn-sc-video .status-message span {
            visibility: hidden
        }

    .mobile-divice .lv-sc-mn-roulette.lv-md-portrait .lv-mn-sc-video .change-table {
        right: 40px
    }

@media(max-width: 575px) {
    .mobile-divice .lv-sc-mn-roulette.lv-md-portrait .lv-mn-sc-video .change-table {
        right: 14px;
        bottom: -66px
    }

    .mobile-divice .lv-sc-mn-roulette.lv-md-portrait .lv-mn-sc-video .bet-chips {
        justify-content: space-around;
        padding-left: 0
    }
}

@media(min-width: 600px)and (max-width: 1023px) {
    .change-table:not(.mobile-divice .change-table) {
        right: 0px;
        transform: rotate(90deg) translate(-50%, -50%)
    }
}

.modal.in {
    display: block
}

.modal .modal-dialog {
    max-height: 90vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    pointer-events: all !important
}

.modal .helpWpopup {
    background-color: #000;
    max-height: 90vh;
    max-width: 90vw;
    border: 2px solid #4c4c4c;
    overflow: auto;
    color: #fff;
    position: relative
}

    .modal .helpWpopup img {
        border-bottom: 2px solid rgba(76,76,76,.5);
        max-width: 100%
    }

    .modal .helpWpopup .helpWpopupclose {
        position: absolute;
        right: 5px;
        top: 5px;
        color: #fff;
        font-size: 1.3rem;
        z-index: 9;
        background: rgba(255,0,0,.4);
        border-radius: 50%;
        width: 27px;
        height: 27px;
        line-height: 26px;
        opacity: .8;
        cursor: pointer;
        text-align: center
    }

        .modal .helpWpopup .helpWpopupclose.fa-times-circle:before {
            content: ""
        }

        .modal .helpWpopup .helpWpopupclose:hover {
            opacity: 1;
            background-color: red
        }

    .modal .helpWpopup .details-left-sec tr th {
        padding: 11px;
        color: #ff6a00
    }

    .modal .helpWpopup ul {
        margin: 0;
        padding: 0
    }

    .modal .helpWpopup li {
        list-style: none;
        padding: 7px 10px
    }

    .modal .helpWpopup .details-left-sec {
        width: 100%;
        float: left;
        border-right: 1px solid #000;
        background: #000
    }

        .modal .helpWpopup .details-left-sec tr:nth-child(odd) {
            background: #1b1b1b
        }

        .modal .helpWpopup .details-left-sec tr:nth-child(even) {
            background: #111
        }

        .modal .helpWpopup .details-left-sec tr td {
            padding: 5px;
            font-size: 11px
        }

            .modal .helpWpopup .details-left-sec tr td span {
                color: #fbfa78;
                margin: 0 10px
            }

            .modal .helpWpopup .details-left-sec tr td i {
                cursor: pointer
            }

                .modal .helpWpopup .details-left-sec tr td i:hover {
                    color: #fbfa78
                }

        .modal .helpWpopup .details-left-sec tr.help-multi-multiplier > td {
            padding: 0
        }

            .modal .helpWpopup .details-left-sec tr.help-multi-multiplier > td div {
                max-height: 0;
                overflow: hidden;
                transition: .2s all linear
            }

                .modal .helpWpopup .details-left-sec tr.help-multi-multiplier > td div table tr td {
                    padding: 5px;
                    font-size: 11px
                }

                    .modal .helpWpopup .details-left-sec tr.help-multi-multiplier > td div table tr td span {
                        color: #fbfa78;
                        margin: 0 10px
                    }

                .modal .helpWpopup .details-left-sec tr.help-multi-multiplier > td div table tr th {
                    padding: 5px;
                    color: #ff6a00;
                    position: relative
                }

                    .modal .helpWpopup .details-left-sec tr.help-multi-multiplier > td div table tr th .hide {
                        width: 15px;
                        height: 15px;
                        border-radius: 50%;
                        background: rgba(255,255,255,.8);
                        font-size: 14px;
                        position: absolute;
                        right: 10px;
                        top: 2px;
                        color: red;
                        cursor: pointer
                    }

                        .modal .helpWpopup .details-left-sec tr.help-multi-multiplier > td div table tr th .hide:hover {
                            background: #fff
                        }

                .modal .helpWpopup .details-left-sec tr.help-multi-multiplier > td div table tr:nth-child(even) {
                    background: #111
                }

        .modal .helpWpopup .details-left-sec tr.help-multi-multiplier.active > td {
            padding: 5px
        }

            .modal .helpWpopup .details-left-sec tr.help-multi-multiplier.active > td div {
                max-height: 350px
            }

.modal .help_menu_details {
    width: 100%;
    padding: 0;
    border: 1px solid #000
}

    .modal .help_menu_details li {
        padding: 18px;
        height: 100px;
        overflow: auto;
        color: #fbfa78
    }

        .modal .help_menu_details li span {
            margin: 0
        }

            .modal .help_menu_details li span.draw-desc {
                color: #fff
            }

        .modal .help_menu_details li:nth-child(even) {
            background: #111
        }

        .modal .help_menu_details li:nth-child(odd) {
            background: #1b1b1b
        }

@-webkit-keyframes bang {
    to {
        box-shadow: -109px 49.3333333333px #fd0,31px 15.3333333333px #09ff00,162px -287.6666666667px #0051ff,-136px 9.3333333333px #3c00ff,-130px -175.6666666667px #0fa,-210px -246.6666666667px #ff5e00,217px -269.6666666667px #ffd900,212px -38.6666666667px #48ff00,27px -415.6666666667px #0400ff,-153px -117.6666666667px #cf0,-211px -24.6666666667px #5100ff,95px -112.6666666667px #00fff7,-34px -325.6666666667px #ffae00,-84px -229.6666666667px #ff00c8,-215px -193.6666666667px #bfff00,244px -179.6666666667px #ff005e,228px -146.6666666667px #8cff00,114px 53.3333333333px #ff00a6,137px 55.3333333333px #ff0084,28px 18.3333333333px #e6ff00,-80px -69.6666666667px #8400ff,-140px -174.6666666667px #d0f,-157px -38.6666666667px #ae00ff,238px -197.6666666667px #bfff00,-30px -100.6666666667px #f50,-97px -229.6666666667px #fd0,150px -315.6666666667px #00ffbf,-63px -389.6666666667px #f20,-234px -413.6666666667px #f70,230px -354.6666666667px #00ff84,-211px -352.6666666667px #ff003c,14px -378.6666666667px #4dff00,23px -375.6666666667px #f03,118px -218.6666666667px #ff0084,-235px -380.6666666667px #00ff59,115px -364.6666666667px #ff0080,210px 16.3333333333px #b0f,-10px -154.6666666667px #0004ff,217px -64.6666666667px #00c4ff,-100px 43.3333333333px #5e00ff,-127px -158.6666666667px #0bf,-75px -274.6666666667px #37ff00,-164px -360.6666666667px #d5ff00,186px 77.3333333333px #fffb00,203px -361.6666666667px #ff009d,79px -206.6666666667px #cf0,-118px -281.6666666667px #00ffe1,65px -81.6666666667px #ff0,99px -313.6666666667px #00ff84,32px -331.6666666667px #0d00ff,-25px 1.3333333333px #f0e
    }
}

@keyframes bang {
    to {
        box-shadow: -109px 49.3333333333px #fd0,31px 15.3333333333px #09ff00,162px -287.6666666667px #0051ff,-136px 9.3333333333px #3c00ff,-130px -175.6666666667px #0fa,-210px -246.6666666667px #ff5e00,217px -269.6666666667px #ffd900,212px -38.6666666667px #48ff00,27px -415.6666666667px #0400ff,-153px -117.6666666667px #cf0,-211px -24.6666666667px #5100ff,95px -112.6666666667px #00fff7,-34px -325.6666666667px #ffae00,-84px -229.6666666667px #ff00c8,-215px -193.6666666667px #bfff00,244px -179.6666666667px #ff005e,228px -146.6666666667px #8cff00,114px 53.3333333333px #ff00a6,137px 55.3333333333px #ff0084,28px 18.3333333333px #e6ff00,-80px -69.6666666667px #8400ff,-140px -174.6666666667px #d0f,-157px -38.6666666667px #ae00ff,238px -197.6666666667px #bfff00,-30px -100.6666666667px #f50,-97px -229.6666666667px #fd0,150px -315.6666666667px #00ffbf,-63px -389.6666666667px #f20,-234px -413.6666666667px #f70,230px -354.6666666667px #00ff84,-211px -352.6666666667px #ff003c,14px -378.6666666667px #4dff00,23px -375.6666666667px #f03,118px -218.6666666667px #ff0084,-235px -380.6666666667px #00ff59,115px -364.6666666667px #ff0080,210px 16.3333333333px #b0f,-10px -154.6666666667px #0004ff,217px -64.6666666667px #00c4ff,-100px 43.3333333333px #5e00ff,-127px -158.6666666667px #0bf,-75px -274.6666666667px #37ff00,-164px -360.6666666667px #d5ff00,186px 77.3333333333px #fffb00,203px -361.6666666667px #ff009d,79px -206.6666666667px #cf0,-118px -281.6666666667px #00ffe1,65px -81.6666666667px #ff0,99px -313.6666666667px #00ff84,32px -331.6666666667px #0d00ff,-25px 1.3333333333px #f0e
    }
}

@-webkit-keyframes gravity {
    to {
        transform: translateY(200px);
        opacity: 0
    }
}

@keyframes gravity {
    to {
        transform: translateY(200px);
        opacity: 0
    }
}

@-webkit-keyframes position {
    0%,19.9% {
        margin-top: 10%;
        margin-left: 40%
    }

    20%,39.9% {
        margin-top: 40%;
        margin-left: 30%
    }

    40%,59.9% {
        margin-top: 20%;
        margin-left: 70%
    }

    60%,79.9% {
        margin-top: 30%;
        margin-left: 20%
    }

    80%,99.9% {
        margin-top: 30%;
        margin-left: 80%
    }
}

@keyframes position {
    0%,19.9% {
        margin-top: 10%;
        margin-left: 40%
    }

    20%,39.9% {
        margin-top: 40%;
        margin-left: 30%
    }

    40%,59.9% {
        margin-top: 20%;
        margin-left: 70%
    }

    60%,79.9% {
        margin-top: 30%;
        margin-left: 20%
    }

    80%,99.9% {
        margin-top: 30%;
        margin-left: 80%
    }
}

/*# sourceMappingURL=live-roulette.min.css.map */
