/*! 
Project:
Live Games

Version: 
1.0.3

Developer: 
Selvaprakasam Chellamuthu

Warning:
"***** Do not change anything manually in this file *****"
*/

.lv-mn-games {
    background-color: #111216;
    margin-top: 34px;
    height: calc(100vh - 140px)
}

@media(min-width: 992px) {
    .lv-mn-games {
        margin-bottom: 46px
    }
}

.full_screen_body_add_class_JS .lv-mn-games {
    height: calc(100vh - 80px)
}

.lv-mn-games .lv-gm-sc-tabs .lv-gm-tab > li > div > span:before, .lv-mn-games .lv-gm-sc-tabs .lv-gm-tab > li:before, .lv-mn-games .lv-gm-sc-tabs .lv-gm-tab > li.active.new:after, .lv-mn-games .lv-gm-sc-tabs .lv-gm-tab > li.new:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.lv-mn-games .lv-gm-sc-tabs {
    border-bottom: 1px solid #18191f
}

    .lv-mn-games .lv-gm-sc-tabs .lv-gm-tab {
        list-style: none;
        max-width: 100vw;
        overflow-x: auto
    }

        .lv-mn-games .lv-gm-sc-tabs .lv-gm-tab > li {
            position: relative;
            overflow: hidden;
            cursor: pointer
        }

            .lv-mn-games .lv-gm-sc-tabs .lv-gm-tab > li.new:after {
                content: "NEW";
                background: #ead127;
                width: 50%;
                font-size: .65em;
                text-align: center;
                transform: rotate(-45deg) translateY(-210%);
                color: #000;
                font-weight: bold
            }

            .lv-mn-games .lv-gm-sc-tabs .lv-gm-tab > li:hover {
                background: #18191f
            }

            .lv-mn-games .lv-gm-sc-tabs .lv-gm-tab > li.active {
                background-color: #ac4700;
                cursor: default
            }

                .lv-mn-games .lv-gm-sc-tabs .lv-gm-tab > li.active.new:after {
                    content: "NEW";
                    background: #ead127;
                    width: 50%;
                    font-size: .65em;
                    text-align: center;
                    transform: rotate(-45deg) translateY(-210%);
                    color: #000;
                    font-weight: bold
                }

            .lv-mn-games .lv-gm-sc-tabs .lv-gm-tab > li:before {
                background: #363636;
                width: 2px;
                height: 80%;
                left: unset;
                right: -1px;
                z-index: 9
            }

            .lv-mn-games .lv-gm-sc-tabs .lv-gm-tab > li > .gm-icon {
                display: inline-block;
                width: 25px;
                height: 25px;
                background-image: url(../images/live-games/roulette/lv-gm-tabs.png);
                background-size: auto 100%
            }

            .lv-mn-games .lv-gm-sc-tabs .lv-gm-tab > li.lv-game-0 > .gm-icon {
                background-position-x: -0px
            }

            .lv-mn-games .lv-gm-sc-tabs .lv-gm-tab > li.lv-game-0.active > .gm-icon {
                background-position-x: -25px
            }

            .lv-mn-games .lv-gm-sc-tabs .lv-gm-tab > li.lv-game-1 > .gm-icon {
                background-position-x: -50px
            }

            .lv-mn-games .lv-gm-sc-tabs .lv-gm-tab > li.lv-game-1.active > .gm-icon {
                background-position-x: -75px
            }

            .lv-mn-games .lv-gm-sc-tabs .lv-gm-tab > li.lv-game-2 > .gm-icon {
                background-position-x: -100px
            }

            .lv-mn-games .lv-gm-sc-tabs .lv-gm-tab > li.lv-game-2.active > .gm-icon {
                background-position-x: -125px
            }

            .lv-mn-games .lv-gm-sc-tabs .lv-gm-tab > li > div > div {
                line-height: 1em
            }

            .lv-mn-games .lv-gm-sc-tabs .lv-gm-tab > li > div > span {
                font-size: .7em;
                border-radius: 1em;
                padding: .15em .45em .15em 1.2em;
                border: 1px solid #515151;
                color: #6b6b6b;
                position: relative;
                text-transform: uppercase
            }

                .lv-mn-games .lv-gm-sc-tabs .lv-gm-tab > li > div > span:before {
                    left: 3px;
                    background: #515151;
                    width: 5px;
                    height: 5px;
                    border-radius: 50%
                }

                .lv-mn-games .lv-gm-sc-tabs .lv-gm-tab > li > div > span.live {
                    background: #000;
                    border-color: red;
                    color: red
                }

                    .lv-mn-games .lv-gm-sc-tabs .lv-gm-tab > li > div > span.live:before {
                        background: red
                    }

.lv-mn-games .lv-gm-sc-tab-content {
    height: 100%
}

.lv-mn-games ul {
    list-style: none
}

.lv-mn-games ul, .lv-mn-games h1, .lv-mn-games h2, .lv-mn-games h3, .lv-mn-games h4, .lv-mn-games h5, .lv-mn-games h6 {
    padding: 0;
    margin: 0
}

.lv-mn-games .vw-100 {
    width: 100vw !important
}

.lv-mn-games .vh-100 {
    height: 100vh !important
}

.lv-mn-games *:focus {
    outline: none
}

.lv-mn-games .disabled {
    opacity: .7;
    pointer-events: none
}

.lv-mn-games [type=button] {
    cursor: pointer
}

.lv-mn-games .color-primary {
    color: #df5c00 !important
}

.lv-mn-games .color-secondary {
    color: #ead127 !important
}

.lv-mn-games .btn-danger {
    background-color: #d8081c;
    border-color: #a90212
}

    .lv-mn-games .btn-danger:hover {
        background-color: #a70616
    }

.newPshaview .lv-mn-games {
    height: calc(100vh - 35px)
}

@media(min-width: 992px) {
    .newPshaview .lv-mn-games {
        margin-bottom: 0px
    }
}

.mobile-divice .main_w {
    max-width: 100vw
}

.mobile-divice.lv-mb-Expanded .nav_menu_right_slide_mb, .mobile-divice.lv-mb-Expanded .menu_bar_w, .mobile-divice.lv-mb-Expanded .footer_w {
    display: none
}

.mobile-divice.lv-mb-Expanded .lv-mn-games {
    margin-top: 0;
    height: calc(100vh)
}

    .mobile-divice.lv-mb-Expanded .lv-mn-games .lv-gm-sc-tabs {
        display: none
    }

    .mobile-divice.lv-mb-Expanded .lv-mn-games .lv-gm-sc-tab-content {
        height: 100%
    }

.IsSignalrConnected {
    z-index: 100;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    position: absolute;
    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
        }
/*# sourceMappingURL=live-games.min.css.map */
