﻿* {
    padding: 0px;
    margin: 0px;
    border: 0px;
    outline: none;
    list-style: none;
}

::selection {
    background: transparent;
}

button:hover, button:active, button:focus {
    cursor: pointer !important;
    outline: none !important;
}

body {
    /*font-family: 'Roboto', sans-serif;*/
    /*font-size: 14px;*/
}

.wrapper {
    position: relative;
    height: 100vh;
}

h1 {
    font-size: 25px !important;
    font-weight: normal;
}

h2 {
    font-size: 18px !important;
    font-weight: normal;
}

button:hover {
    cursor: pointer;
}
/************************Layout Common*************************/
.text-white {
    color: white;
}

.text-black {
    color: black;
}

.text-yellow {
    color: #e5c119;
}

.text-red {
    color: #f20621;
}

.border-grey {
    border: solid #7f7f7f;
}

.gradient-black {
    background: rgb(68,68,68);
    background: linear-gradient(180deg, rgba(68,68,68,1) 0%, rgba(21,21,21,1) 47%);
}

.gradient-blue {
    background: rgb(6,125,144);
    background: linear-gradient(180deg, rgba(6,125,144,1) 0%, rgba(9,204,237,1) 180%);
}

.bg-grey {
    background: #151515;
}

.bg-orange {
    background: #de5a19 !important;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.round-radius {
    /*border-radius: 10px;*/
}

.btn-green {
    background: rgb(60,196,94);
    background: linear-gradient(180deg, rgba(60,196,94,1) 0%, rgba(32,151,61,1) 100%);
}

.btn-red {
    background: rgb(238,56,78);
    background: linear-gradient(180deg, rgba(238,56,78,1) 0%, rgba(225,54,73,1) 100%);
}

.btn-white {
    background: rgb(153,154,156);
    background: linear-gradient(180deg, rgba(153,154,156,1) 0%, rgba(115,124,131,1) 100%);
}

/**********************login-popup***************************/
/*.login-popup .modal-header, .login-popup .modal-header .close {
    height: 43px !important;
    padding: 0px 15px !important;
}

.login-popup .modal-body {
    margin-top: 0px !important;
}*/

.menu_icon_w {
    position: relative;
    z-index: 10;
}
/************************************************************/
.main-loading {
    width: 100%;
    height: 100%;
    top: 0px;
    z-index: 1001;
    position: absolute;
    background: hsla(0, 0%, 0%, 0.60);
}

    .main-loading > .fa-spinner {
        color: #de5a19;
        font-size: 4em;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.main {
    width: calc(100% - 230px);
    height: 100%;
    display: flex;
    flex-direction: row;
    /*position: absolute;*/
    transition: 0.3s;
}

    .main.active {
        width: 100%;
    }

    .main > div {
        width: 50%;
    }

        .main > div:first-child {
            position: relative;
            overflow: hidden;
        }

.wrapper h2 {
    padding: 5px 10px;
    text-shadow: 0px 2px 4px black;
}

    .wrapper h2 i {
        font-size: 18px !important;
        margin: 1px 2px 0px 0px;
        float: left;
    }
/*******************************************************************************/
.vgl_bet_Details_popup_heading {
    color: white !important;
    background: #292929 !important;
    height: 58px !important;
    font-size: 22px !important;
    line-height: 57px !important;
}

vgl_content {
    border: 1px solid #444444 !important;
}

.vgl_head td {
    font-size: 14px !important;
    padding: 5px !important;
}
/******************************Recent Results **********************************/
.recent-results > h2 {
    position: absolute;
    top: -34px;
}

    .recent-results > h2:hover, .recent-results > h2:active, .right-aside > h2:hover, .right-aside > h2:active {
        cursor: pointer !important;
        filter: contrast(1.25) !important;
    }

.recent-results {
    width: 100%;
    border-width: 1px;
    /* height: 193px; */
    position: relative;
    transition: 0.3s;
    /*border-radius: 0 0 10px 0px;*/
    /* overflow: hidden; */
    bottom: 0;
    background: #191919 !important;
}

    .recent-results.active {
        top: 100px;
        position: absolute;
        height: calc(100% - 100px);
    }

        .recent-results.active > .ul-list {
            height: 100%;
            overflow: auto;
        }

        .recent-results.active > h2 > i:before {
            content: "\f063"
        }

    .recent-results > .ul-list {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-content: baseline;
        margin: 0;
        overflow: hidden;
        height: auto;
    }

        .recent-results > .ul-list > li {
            padding: 4px 5px;
            box-sizing: border-box;
            display: flex;
            flex: auto;
            align-items: center;
            justify-content: center;
            background: #282828;
            justify-content: space-around;
            margin: 3px 2px;
            border: 2px solid transparent;
        }

            .recent-results > .ul-list > li:hover, .recent-results > .ul-list > li:active {
                cursor: pointer !important;
                border: 2px solid #77681f;
            }

            .recent-results > .ul-list > li.active {
                background: #77681f !important;
                border: 2px solid #77681f !important;
            }

            .recent-results > .ul-list > li > i {
                font-size: 16px;
            }

            .recent-results > .ul-list > li > span {
                font-size: 14px;
                width: 40%;
                text-align: center;
            }

                .recent-results > .ul-list > li > span:last-child {
                    font-size: 14px;
                    font-weight: bold;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    width: 31px;
                    height: 33px;
                    color: black !important;
                    background: url(https://cdn2-5e15.kxcdn.com/VirtualSkinfiri/Images/NewDesign/ball.png) no-repeat;
                }
/******************************All Draws **********************************/
.container-right {
    display: flex;
    flex-direction: column;
    margin: 0 4px;
    border: 1px solid #7f7f7f;
    /*border-radius: 10px;*/
}

.tab-container {
    width: 100%;
    padding: 0px;
    border-width: 1px;
    /* margin-top: 23px; */
    position: relative;
    /*box-shadow: 0px -20px 0px #363636;*/
}

    .tab-container .fa-spinner {
        color: #de5a19;
        font-size: 3em;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .tab-container .custom-message {
        display: block;
        font-size: 14px;
        color: red;
        text-align: center;
        margin-top: -14px !important;
        font-weight: bold !important;
        position: absolute;
        top: 50%;
        width: 100%;
        left: 0px;
        padding: 10px 0px;
        border: 1px solid #7f7f7f;
        border-right: 0px;
        border-left: 0px;
        background: rgba(21, 21, 21, 0.95);
    }

.view-reults .custom-message {
    margin-top: 0px !important;
}
/* .tab-container:before {
 content: "";
 margin-top: -20px;
 width:100%;
 height: 40px;
 left: -1px;
 z-index:0;
 border: 1px solid #7f7f7f;
 border-bottom:transparent;
 border-top-left-radius: 10px;
 border-top-right-radius: 10px;
 position: absolute;
 z-index:0;
} */
.tab-container > form {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

    .tab-container > form > button:first-child {
        /*border-radius: 10px 0 0 0;*/
        padding-right: 45px;
    }

    .tab-container > form > button:last-child {
        transform: skewX(30deg);
        margin-left: -30px;
    }

        .tab-container > form > button:last-child > span {
            transform: skewX(-30deg);
            display: block;
        }

    .tab-container > form > .tab-btn {
        position: relative;
        color: white;
        font-weight: bold;
        font-size: 14px !important;
        padding: 8px 10px;
        margin-top: 0px;
        border: 1px solid #7f7f7f !important;
        background: #0a0a0a;
    }

        .tab-container > form > .tab-btn:before {
        }


        /*.tab-container > form > .tab-btn:first-child {
                border-right: transparent;
            }*/

        /*.tab-container > form > .tab-btn:nth-child(2) {
                padding: 10px;
                margin-left: -3px;
            }*/

        .tab-container > form > .tab-btn.active {
            background: #de5a19;
        }

.tab-container .tab-content {
    display: flex;
    flex-direction: column;
    padding: 15px 0px;
    height: calc(100% - 30px);
    /*margin-top:35px;*/
}

    .tab-container .tab-content > .pagination {
        display: flex;
        padding-right: 45px;
        padding-bottom: 0;
        justify-content: flex-end;
    }

.tab-container > .tab-content > .pagination > button {
    font-size: 14px;
    color: white;
    background: black;
    border: 1px solid white;
    /*border-radius: 25px;*/
    display: flex;
    align-items: center;
    margin: 0px 2px;
    padding: 0px 10px;
}

    .tab-container > .tab-content > .pagination > button i {
        font-size: 25px;
        padding: 2px 3px;
        background: white;
        color: black;
    }

    .tab-container > .tab-content > .pagination > button:first-child i {
        margin: 0px 5px 0px -10px;
    }

    .tab-container > .tab-content > .pagination > button:first-child > .fa-chevron-circle-left:before {
        content: "\f053";
    }

    .tab-container > .tab-content > .pagination > button:nth-child(2) i {
        margin: 0px -10px 0px 5px;
    }

    .tab-container > .tab-content > .pagination > button:last-child > .fa-chevron-circle-right:before {
        content: "\f054" !important;
    }

.tab-container > .tab-content .all-draw {
    display: flex;
    height: calc(100% - 20px);
    padding: 10px 0px;
    flex-direction: row;
}
    /****************************** Col-1**********************************/
    .tab-container > .tab-content .all-draw > .sub-div:first-child {
        width: 200px;
        text-align: center;
    }

        .tab-container > .tab-content .all-draw > .sub-div:first-child > span:first-child {
            font-size: 18px;
            display: block;
        }

        .tab-container > .tab-content .all-draw > .sub-div:first-child > .disc {
            height: 130px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: url(https://cdn2-5e15.kxcdn.com/VirtualSkinfiri/Images/NewDesign/draw-round.png) no-repeat center;
            background-size: contain;
            margin: 1px 0px 3px;
            animation: discmove 1s infinite;
            filter: drop-shadow(2px 4px 6px black);
        }

            .tab-container > .tab-content .all-draw > .sub-div:first-child > .disc:hover {
                cursor: pointer;
            }

            .tab-container > .tab-content .all-draw > .sub-div:first-child > .disc > span {
                width: 60px;
                height: 60px;
                display: flex;
                align-items: center;
                justify-content: center;
                border-radius: 180px;
                font-size: 20px;
                font-weight: bold;
                color: black;
                border: 3px solid #191717;
                box-shadow: 0px 5px 5px #2f2f2f;
                background: rgb(255,255,255);
                background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(213,206,176,1) 73%);
            }

                .tab-container > .tab-content .all-draw > .sub-div:first-child > .disc > span.active {
                    animation-name: mymove;
                    animation-duration: 1s;
                    animation-timing-function: ease-out;
                    animation-delay: 0;
                    animation-direction: alternate;
                    animation-iteration-count: infinite;
                    animation-fill-mode: none;
                    animation-play-state: running;
                    font-size: 24px;
                }

    .tab-container > .tab-content .all-draw > .sub-div:nth-child(2) > .ul-list > li.active > span:first-child {
        border: none;
        border-right: 2px solid #e5c119;
        color: #fff;
    }

    .tab-container > .tab-content .all-draw > .sub-div:nth-child(2) > .ul-list li.active {
        background: #de5a19;
        border-color: #e5c119;
    }

@keyframes mymove {
    from {
        transform: scale(1);
        background: rgb(255,255,255);
        background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(213,206,176,1) 73%);
    }

    to {
        transform: scale(1.50);
        background: rgb(255,255,255);
        background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(229,193,25,1) 73%);
    }
}

.tab-container > .tab-content .all-draw > .sub-div:first-child > span:nth-of-type(2) {
    font-size: 14px;
    background: #0a0a0a;
    border-width: 1px;
    padding: 5px 10px;
    /* border-radius: 15px; */
    display: inline-block;
    white-space: nowrap;
    z-index: 1;
    position: relative;
}

    .tab-container > .tab-content .all-draw > .sub-div:first-child > span:nth-of-type(2).active {
        background-color: #de5a19 !important;
        border-color: #e4c01a !important;
    }

.tab-container > .tab-content .all-draw > .sub-div {
    width: 100%;
}

    .tab-container > .tab-content .all-draw > .sub-div:first-child > span:nth-of-type(2) > span {
        background: #e5c119;
        padding: 4px 5px;
        margin-right: -9px;
        cursor: pointer;
    }

    .tab-container > .tab-content .all-draw > .sub-div:last-child {
        margin-top: 15px;
    }
    /****************************** Col-2**********************************/
    .tab-container > .tab-content .all-draw > .sub-div:nth-child(2) > .ul-list {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

        .tab-container > .tab-content .all-draw > .sub-div:nth-child(2) > .ul-list li {
            width: calc(33.33% - 10px);
            display: flex;
            margin: 0px 2px 10px;
            background: #333232;
            /* padding: 10px 0px; */
            border: 2px solid #545454;
            /*border-radius: 180px;*/
            overflow: hidden;
        }

.fadeIn {
    -webkit-animation: fadeIn 1s linear forwards;
    animation: fadeIn 1s linear forwards;
    opacity: 0;
}

@-webkit-keyframes fadeIn {
    50% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    100% {
        opacity: 1;
    }
}

.tab-container > .tab-content .all-draw > .sub-div:nth-child(2) > .ul-list li:hover,
.tab-container > .tab-content .all-draw > .sub-div:nth-child(2) > .ul-list li:active {
    cursor: pointer;
}

.tab-container > .tab-content .all-draw > .sub-div:nth-child(2) > .ul-list > li > span {
    width: 50%;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .tab-container > .tab-content .all-draw > .sub-div:nth-child(2) > .ul-list > li > span > i {
        margin-right: 3px;
        margin-top: -3px;
    }

    .tab-container > .tab-content .all-draw > .sub-div:nth-child(2) > .ul-list > li > span:first-child {
        width: 35px;
        height: 30px;
        font-weight: bold;
        border: 1px solid #e5c119;
        /*border-radius: 180px;*/
    }

    .tab-container > .tab-content .all-draw > .sub-div:nth-child(2) > .ul-list > li > span:nth-child(3) {
        width: calc(50% + 10px);
        background: #e5c119;
        padding: 0px 5px;
        /*border-top-left-radius: 90px;
                    border-bottom-left-radius: 90px;*/
    }

        .tab-container > .tab-content .all-draw > .sub-div:nth-child(2) > .ul-list > li > span:nth-child(3):hover {
            cursor: pointer;
        }

.view-reults {
    height: calc(281px) !important;
    padding-top: 0px !important;
    /*height: calc(100% - 30px)!important;*/
    height: 86vh !important;
}

    .view-reults > .ul-list {
        /*display: flex;
        flex-direction: row;
        flex-wrap: wrap;*/
        overflow-y: scroll !important;
        /* height: calc(100% - 100px) !important;*/
        /*padding-bottom: 40px;*/
        margin-top: 60px;
    }

        .view-reults > .ul-list > li:first-child {
            width: 100%;
            padding: 5px 0px;
            background: #2d2d2d;
            border-width: 1px;
            padding: 5px 0px;
            background-color: transparent;
            border: none !important;
            top: 0px;
            position: absolute;
        }

            .view-reults > .ul-list > li:first-child form {
                display: flex;
                flex-direction: row;
                margin-left: 30% !important;
                padding: 10px;
                background: #2d2d2d !important;
                border: 1px solid #7f7f7f !important;
            }

            .view-reults > .ul-list > li:first-child input {
                width: 100% !important;
                font-size: 12px;
                height: 30px;
                text-align: left;
                color: white;
                background: #1e1e1e;
                border-radius: 5px;
                padding: 0px 5px;
                margin: 0px 5px;
                border: 1px solid #767676;
            }

            .view-reults > .ul-list > li:first-child > form > button {
                /*width: 72%;*/
                padding: 0px;
                text-transform: uppercase;
                font-size: 12px;
                font-weight: bold;
                margin: 0px 5px;
                padding: 0px 10px;
                box-shadow: 0px 2px 2px #635e5e
            }

        .view-reults > .ul-list > li:nth-child(1n+2) {
            width: calc(25% - 6px);
            margin: 2px;
            float: left;
            text-align: center;
            border: 1px solid #7f7f7f;
        }

        .view-reults > .ul-list > li > label:first-child {
            background: #2d2d2d;
            margin: 0px !important;
            padding: 2px 0px !important;
        }

        .view-reults > .ul-list > li label {
            padding: 3.5px 0px !important;
            display: block;
        }

        .view-reults > .ul-list > li > form {
            display: flex;
            border-bottom: 1px solid #585858;
        }

            .view-reults > .ul-list > li > form > label {
                font-size: 12px;
                width: 100%;
                display: flex;
                align-items: center;
                justify-content: center;
                margin-bottom: 0px !important;
            }

                .view-reults > .ul-list > li > form > label:first-child {
                    border-right: 1px solid #585858;
                }

            .view-reults > .ul-list > li > form:last-child > label > div {
                width: 32px;
                height: 32px;
                display: flex;
                align-items: center;
                justify-content: center;
                background: url(https://cdn2-5e15.kxcdn.com/VirtualSkinfiri/Images/NewDesign/draw.png) no-repeat center;
                background-size: contain;
            }

            .view-reults > .ul-list > li > form:last-child > label {
                padding: 4px 0px !important;
            }

                .view-reults > .ul-list > li > form:last-child > label > div > span {
                    width: 20px;
                    height: 20px;
                    font-size: 12px;
                    font-weight: bold;
                    background: white;
                    padding: 2px;
                    border-radius: 50px;
                }
/****************************** Select Draw **********************************/
.select-Draws {
    height: 100%;
    display: flex;
    /* position: absolute; */
    flex-direction: column;
    border-width: 1px;
    margin-top: -45px;
    overflow: hidden;
}
    /****************************** Col-1 **********************************/
    .select-Draws > .sub-div:first-child {
        display: flex;
        justify-content: flex-end;
    }

        .select-Draws > .sub-div:first-child > .button {
            display: flex;
            align-items: center;
            font-size: 16px;
            font-weight: 400;
            padding: 5px 10px;
            margin: 0px 1px;
            position: relative;
            background: url(https://cdn2-5e15.kxcdn.com/VirtualSkinfiri/Images/NewDesign/btn.png);
            border: 2px solid #7f7f7f;
            /*border-radius: 15px 15px 0px 0px;*/
        }

            .select-Draws > .sub-div:first-child > .button:hover, .select-Draws > .sub-div:first-child > .button:focus, .select-Draws > .sub-div:first-child > .button:active {
                filter: contrast(1.5);
                cursor: pointer !important;
            }

            .select-Draws > .sub-div:first-child > .button.active {
                filter: sepia(1) drop-shadow(2px 4px 6px black);
            }

            .select-Draws > .sub-div:first-child > .button:last-child.active span {
                font-weight: bold !important;
                /*color: black !important;*/
            }

            .select-Draws > .sub-div:first-child > .button.active > span {
                color: white !important;
            }

            .select-Draws > .sub-div:first-child > .button:last-child {
                /*background: url(https://cdn2-5e15.kxcdn.com/VirtualSkinfiri/Images/NewDesign/btn-yellow.png);*/
                /*margin-left: 5px;*/
            }

            .select-Draws > .sub-div:first-child > .button > i {
                display: flex;
                align-items: center;
                justify-content: center;
                width: 30px;
                height: 30px;
                margin-right: 5px;
                background: black;
                /*border-radius: 180px;*/
                border: 1px solid #e6c423;
            }
    /****************************** Col-2 **********************************/
    .select-Draws > .sub-div:nth-child(2) {
        height: calc(100% - 45px);
        border-width: 1px;
        margin: 0 -1px -1px;
    }

.select-Draws {
    position: relative;
}

    .select-Draws .fa-spinner {
        color: #de5a19;
        font-size: 4em;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .select-Draws > .sub-div:nth-child(2) > .ul-list {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        height: 100%;
        padding: 10px;
        overflow: auto;
    }

        .select-Draws > .sub-div:nth-child(2) > .ul-list > li:nth-child(1n) {
            width: 14.28%;
            display: flex;
            align-items: center;
            justify-content: center;
            /* padding: 10px;*/
            /* background: url(https://cdn2-5e15.kxcdn.com/VirtualSkinfiri/Images/NewDesign/heart.png) no-repeat center;
    background-size:65%; */
            min-height: 65px;
        }

        .select-Draws > .sub-div:nth-child(2) > .ul-list > li:nth-child(1n+2) > div {
            min-width: 90px;
            height: 83px;
            position: relative;
            justify-content: center;
            background: url(https://cdn2-5e15.kxcdn.com/VirtualSkinfiri/Images/NewDesign/spritesheet.png) no-repeat top left;
            background-position-x: 2px;
        }

            .select-Draws > .sub-div:nth-child(2) > .ul-list > li:nth-child(1n+2) > div > span {
                position: absolute;
                top: 50%;
                left: 50%;
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 18px;
                font-weight: bold;
                width: 32px;
                height: 32px;
                text-align: center;
                color: black;
                background: white;
                border-radius: 180px;
                z-index: 1;
                transform: scale(0.9) translate(-50%,-50%);
                box-shadow: 0px 5px 10px #00000059;
            }

        .select-Draws > .sub-div:nth-child(2) > .ul-list > li:hover, .select-Draws > .sub-div:nth-child(2) > .ul-list > li:active {
            cursor: pointer;
            filter: contrast(1.25);
        }
        /*****************************Active*************************************/
        .select-Draws > .sub-div:nth-child(2) > .ul-list > li.active:nth-child(1n+2) > div {
            background-position-x: -88px;
        }

        /*****************************Sold out*************************************/
        /*        .select-Draws > .sub-div:nth-child(2) > .ul-list > li.sold-out:nth-child(1n+2) > div {
            background-position-x: -178px;
        }*/
        .select-Draws > .sub-div:nth-child(2) > .ul-list > li.VS_sold_out:nth-child(1n+2) > div {
            background-position-x: -178px;
        }

        .select-Draws > .sub-div:nth-child(2) > .ul-list > li.VS_sold_out_orange:nth-child(1n+2) > div {
            background-position-x: -268px;
        }

        .select-Draws > .sub-div:nth-child(2) > .ul-list > li.sold-out span {
            width: unset;
            height: unset;
            font-size: 18px;
        }
        /******************************************************************/
        .select-Draws > .sub-div:nth-child(2) > .ul-list > li:first-child {
            width: 28%;
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            align-items: initial;
            background: none;
            position: relative;
            top: -10px;
            left: -10px;
            filter: contrast(1);
            padding: 0;
        }

            .select-Draws > .sub-div:nth-child(2) > .ul-list > li:first-child > .sub-div {
                display: flex;
                flex-direction: column;
                position: absolute;
            }



                .select-Draws > .sub-div:nth-child(2) > .ul-list > li:first-child > .sub-div label:first-child {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    position: relative;
                    padding: 8px 20px 8px 10px;
                    font-size: 18px;
                    background: url(https://cdn2-5e15.kxcdn.com/VirtualSkinfiri/Images/NewDesign/btn.png) no-repeat;
                    background-size: 100%;
                    /*border-top-left-radius: 10px;
                    border-bottom-left-radius: 10px;*/
                    border: 2px solid #7f7f7f;
                    margin: 0 0 1px 0;
                }

                .select-Draws > .sub-div:nth-child(2) > .ul-list > li:first-child > .sub-div > label:first-child > span {
                    width: 45px;
                    height: 45px;
                    display: flex;
                    font-size: 16px;
                    position: absolute;
                    right: -30px;
                    align-items: center;
                    justify-content: center;
                    /*border-radius: 180px;*/
                    margin-left: 10px;
                    background: black;
                    border: 1px solid #e5c119;
                }

                .select-Draws > .sub-div:nth-child(2) > .ul-list > li:first-child > .sub-div > label:nth-child(2) {
                    width: fit-content;
                    font-size: 14px;
                    background: #0a0a0a;
                    border-width: 1px;
                    padding: 5px 10px;
                    /*border-radius: 15px;*/
                    margin-left: 10px;
                    /*position: absolute;*/
                    left: 0px;
                    bottom: -30px;
                }

                    .select-Draws > .sub-div:nth-child(2) > .ul-list > li:first-child > .sub-div > label:nth-child(2) > i {
                        margin-right: 5px;
                    }
/****************************************************************/
.right-aside {
    width: 230px;
    right: 0px;
    top: 34px;
    position: absolute;
    z-index: 1;
    height: calc(100% - 30px);
    border-width: 1px;
    transition: 0.3s;
    /*border-radius: 10px 0 0 10px;*/
    border-right: none;
}
/************************* newPshaview (Header / Footer less Layout) ******************************/
.newPshaview .container-right, .newPshaview .container-left, .right-aside {
    height: 100% !important;
}
    /********************************************************/

    .right-aside .fa-spinner {
        color: #de5a19;
        font-size: 4em;
        position: absolute;
        top: 50%;
        left: calc(50% - 33px);
    }

    .right-aside.active {
        right: -230px;
    }

    .right-aside > h2 {
        width: 100%;
        margin-top: 0;
        margin-left: 0px;
        transition: 0.3s;
        /*border-radius: 10px 0 0 0;*/
    }

    .right-aside label {
        margin-bottom: 0px;
    }

    .right-aside > h2 > i {
        margin-right: 13px;
        position: relative;
    }

        .right-aside > h2 > i:before {
            font-size: 20px;
        }

    .right-aside.active > h2 {
        width: calc(100% + 30px);
        margin-left: -45px;
        border-radius: 2px;
    }

        .right-aside.active > h2 > i:before {
            /*content: "\f060";*/
        }

    .right-aside > h2 > i > small {
        color: white;
        background: red;
        font-size: 10px;
        font-weight: bold;
        width: 18px;
        height: 18px;
        line-height: 17px;
        left: 9px;
        top: -6px;
        position: absolute;
        /* padding: 4px 0px; */
        text-align: center;
        border-radius: 50px;
    }

    .right-aside.active > h2 > i > small {
        /*left: 0px;*/
    }

    .right-aside > .ul-list.bett-slips {
        background: #444444;
        /*max-height: 40vh;*/
        max-height: calc(60vh - 160px);
        overflow: scroll;
        margin-bottom: -8px !important;
    }

        .right-aside > .ul-list.bett-slips > li {
            display: flex;
            flex-direction: row;
            background: rgb(42,41,41);
            background: linear-gradient(180deg, rgba(42,41,41,1) 0%, rgba(42,42,42,1) 55%, rgba(84,84,84,1) 100%);
            border: 3px solid #2a2929;
            /*border-radius: 20px;*/
            box-shadow: 0px 2px 2px black;
            margin: 5px 5px 0px;
            overflow: hidden;
        }

            .right-aside > .ul-list.bett-slips > li > div {
                flex: auto;
            }

                .right-aside > .ul-list.bett-slips > li > div:first-child {
                    width: 40px;
                    padding: 0px 5px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    background: url(https://cdn2-5e15.kxcdn.com/VirtualSkinfiri/Images/NewDesign/draw.png) no-repeat center;
                    background-size: contain;
                }

                    .right-aside > .ul-list.bett-slips > li > div:first-child > span:first-child {
                        font-size: 12px;
                        width: 20px;
                        text-align: center;
                        height: 20px;
                        font-weight: bold;
                        background: white;
                        padding: 2px;
                        border-radius: 50px
                    }

                .right-aside > .ul-list.bett-slips > li > div:nth-child(2) {
                    display: flex;
                    flex-direction: column;
                }

                .right-aside > .ul-list.bett-slips > li > div > form {
                    padding: 2px 5px;
                }

                    .right-aside > .ul-list.bett-slips > li > div > form:nth-child(2) {
                        display: flex;
                        align-items: center;
                        justify-content: center;
                    }

                        .right-aside > .ul-list.bett-slips > li > div > form:nth-child(2) input[type="number"],
                        .right-aside > .ul-list.bett-slips > li > div > form:nth-child(2) input[type="text"] {
                            width: 100%;
                            font-size: 12px;
                            height: 25px;
                            text-align: right;
                            color: white;
                            background: #1e1e1e;
                            /*border-radius: 5px;*/
                            padding: 0px 5px;
                            border: 1px solid #767676;
                        }

                        .right-aside > .ul-list.bett-slips > li > div > form:nth-child(2) > label {
                            font-size: 12px;
                            background: #25ddfc;
                            padding: 2px 5px;
                            margin: 0px 5px;
                            border-radius: 5px;
                        }

                .right-aside > .ul-list.bett-slips > li > div:last-child {
                    width: 50px;
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                    justify-content: center;
                    background: rgb(28,27,27);
                    background: linear-gradient(90deg, rgba(28,27,27,1) 0%, rgba(56,56,56,1) 55%);
                    border-left: 1px solid #7f7f7f;
                }

                    .right-aside > .ul-list.bett-slips > li > div:last-child > button {
                        font-size: 10px;
                        padding: 4px 5px;
                        border-radius: 50px;
                        border: 1px solid white;
                        background: #f33b50;
                    }

                    .right-aside > .ul-list.bett-slips > li > div:last-child > label {
                        height: 50%;
                        font-size: 12px;
                        display: flex;
                        align-items: center;
                        justify-content: center;
                    }
    /****************Stake******************/
    .right-aside > .sub-div.stake {
        display: flex;
        flex-direction: column;
        height: calc(80px + 10px);
        margin-top: 10px;
    }

        .right-aside > .sub-div.stake > form {
            display: flex;
            height: 50%;
            background: rgb(68,68,68);
            background: linear-gradient(180deg, rgba(68,68,68,1) 0%, rgba(21,21,21,1) 100%);
        }

            .right-aside > .sub-div.stake > form:nth-child(2) {
                padding: 5px 0px;
            }

            .right-aside > .sub-div.stake > form > label, .right-aside > .sub-div.stake > form > span {
                display: flex;
                flex: auto;
                align-items: center;
                justify-content: center;
                flex: auto;
            }

            .right-aside > .sub-div.stake > form:nth-child(2) > label, .right-aside > .sub-div.stake > form:nth-child(2) > span {
                width: 33.33%;
                flex: none;
                overflow: hidden;
            }

                .right-aside > .sub-div.stake > form:nth-child(2) > label:last-child {
                    font-size: 18px;
                }

                .right-aside > .sub-div.stake > form:nth-child(2) > span:nth-child(2) > input {
                    width: 100%;
                    height: 30px;
                    padding: 0px 5px;
                    color: white;
                    background: #1e1e1e;
                    border: 1px solid #767676;
                    text-align: center;
                    /*border-radius: 5px;*/
                }

                    .right-aside > .sub-div.stake > form:nth-child(2) > span:nth-child(2) > input:focus {
                        color: white;
                    }

    .right-aside > .custom-btns {
        text-align: center;
    }

        .right-aside > .custom-btns button {
            font-size: 14px;
            color: white;
            font-weight: bold;
            padding: 10px;
            /*border-radius: 5px;*/
            margin-top: 5px;
            text-shadow: 0px 2px 2px #635e5e;
        }

    .right-aside .custom-message {
        display: flex;
        font-size: 12px;
        font-weight: bold !important;
        height: 27px;
        text-align: center;
        align-items: center;
        justify-content: center;
        color: red;
        margin-top: 10px;
        padding: 0px 10px;
    }
/****************************************************************/
.anim-canvas {
    /*min-width: 907px;*/
    height: calc(100% - 193px);
    background: black;
}
/********************************CancelSlip popup end********************************/
/*CancelSlip popup*/

.cancelSlip_popup_w {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% - 40px);
    background-color: rgba(0,0,0,0.8);
    z-index: 10000;
    overflow: auto;
}

    .cancelSlip_popup_w.custom-popup {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
        background: hsla(0, 0%, 0%, 0.60);
        z-index: 1001;
    }

.cancelSlip_popup {
    max-width: 760px;
    transform: translate(-50%,0);
    position: absolute;
    left: 50%;
    top: 10%;
    padding: 20px;
    z-index: 14;
    border: 1px solid #292929;
    max-height: 500px;
    overflow-y: scroll;
}

.cancelSlip_popup_w .CancelSlipBtn {
    width: 100px;
    padding: 8px;
    float: right;
    margin: 5px 0;
    border-radius: 4px;
    background-color: #d15600 !important;
    cursor: pointer;
    text-align: center;
}

.cancelSlip_popup h3 {
    text-align: center;
    font-size: 22px;
    margin: 0 0 10px 0;
    color: #ff6900;
}

.sacn_table_w.active {
    width: calc(100% - 230px);
}

/*.sacn_table_w.active {
        width: 100%;
    }*/

.sacn_table_w_Slip table {
    width: 100%;
    font-size: 12px;
    border: 1px solid #171717;
    border-right: none;
}

    .sacn_table_w_Slip table th {
        color: #d15600;
        height: 35px;
        vertical-align: middle;
        background-color: #25282a;
        border-right: 1px solid #171717;
    }

    .sacn_table_w_Slip table td {
        color: #fff;
        text-align: center;
        height: 35px;
        vertical-align: middle;
        background-color: #292929;
        border-right: 1px solid #171717;
        border-top: 1px solid #171717;
    }

/********************************draggable button********************************/
.draggable-button {
    background-color: rgba(84, 84, 84, 0.7) !important;
    width: 80px;
    height: 80px;
    border: 1px solid #545454;
    border-radius: 5px;
    text-align: center;
    padding: 10px;
    position: fixed;
    bottom: 50px;
    right: 20px;
    z-index: 9999;
}

    .draggable-button .bet-number {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: white;
        margin: 0px auto 5px;
        line-height: 40px;
    }

        .draggable-button .bet-number span {
            color: red;
            font-size: 20px;
        }

    .draggable-button label {
        color: white;
        font-size: 12px;
        font-weight: normal;
    }
/********************************Quick bet Popup********************************/

.popup-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1000;
    background: hsla(0, 0%, 0%, 0.80);
    display: flex;
    overflow: auto
}

    .popup-bg > .popup-media .fa-spinner {
        color: #de5a19;
        font-size: 4em;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .popup-bg > .popup-media {
        width: 750px;
        background: #151515;
        border-width: 1px;
        margin: auto;
        position: relative;
        overflow: hidden;
        padding-bottom: 20px;
    }

.popup-media i {
    margin-right: 5px;
}

.popup-bg > .popup-media > .popup-header {
    background: #e5c119;
    overflow: auto;
    padding: 10px 5px;
}

    .popup-bg > .popup-media > .popup-header h1 {
        font-size: 20px !important;
        position: relative;
        top: 5px;
        margin: 0 12px;
    }

    .popup-bg > .popup-media > .popup-header > label {
        font-size: 18px;
        margin: 0;
        margin-left: 20px;
        background: black;
        border-width: 1px;
        padding: 2px 5px;
        border-radius: 5px;
        line-height: 24px;
    }

        .popup-bg > .popup-media > .popup-header > label > span {
            font-size: 22px;
        }

    .popup-bg > .popup-media > .popup-header .close-btn {
        font-size: 20px;
        color: white;
        padding: 8px 9px;
        background: black;
        border-radius: 180px;
    }

.popup-bg > .popup-media > .popup-content {
    padding: 20px 0px;
}

    .popup-bg > .popup-media > .popup-content > .sub-div {
        display: flex;
        flex-direction: row;
        background: #292929;
        padding: 5px 0px;
    }

        .popup-bg > .popup-media > .popup-content > .sub-div > div {
            flex: auto;
            flex-direction: row;
        }

            .popup-bg > .popup-media > .popup-content > .sub-div > div:first-child > span {
                font-size: 20px;
                width: 150px;
                margin-left: 22px;
            }

                .popup-bg > .popup-media > .popup-content > .sub-div > div:first-child > span > i {
                    margin-right: 10px;
                }

        .popup-bg > .popup-media > .popup-content > .sub-div > .pick {
            display: flex;
            align-items: center;
            flex-direction: row;
        }

            .popup-bg > .popup-media > .popup-content > .sub-div > .pick > label {
                display: flex;
                font-size: 20px;
                width: 20%;
                padding: 10px 0px;
                margin: 5px;
                align-items: center;
                justify-content: center;
                border: 1px solid #e5c119;
                color: white;
                border-radius: 5px;
                cursor: pointer;
            }

                .popup-bg > .popup-media > .popup-content > .sub-div > .pick > label.active {
                    background: #e5c119;
                    color: black;
                    border-color: #ffffff;
                }

            .popup-bg > .popup-media > .popup-content > .sub-div > .pick > .refresh-btn {
                color: white;
                background: #f33b50;
                padding: 15px;
                border-radius: 180px;
                margin: 0px 10px;
            }

        .popup-bg > .popup-media > .popup-content > .sub-div > .draw-time {
            display: flex;
            flex: 1;
            align-items: center;
            justify-content: flex-end;
            padding: 10px 0px;
        }

            .popup-bg > .popup-media > .popup-content > .sub-div > .draw-time > label {
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 18px;
                background: #0a0a0a;
                border-width: 2px;
                padding: 5px 10px;
                border-radius: 15px;
                margin-right: 10px;
            }

    .popup-bg > .popup-media > .popup-content > .ul-list {
        display: flex;
        flex-wrap: wrap;
        margin: 10px;
        max-height: 30vh;
        overflow: auto;
    }

        .popup-bg > .popup-media > .popup-content > .ul-list li {
            display: flex;
            flex-direction: row;
            width: calc(50% - 12px);
            margin: 5px;
            background: rgb(42,41,41);
            background: linear-gradient(180deg, rgba(42,41,41,1) 0%, rgba(42,42,42,1) 55%, rgba(84,84,84,1) 100%);
            border: 1px solid #545454;
            border-radius: 10px;
        }

        .popup-bg > .popup-media > .popup-content > .ul-list > li .sub-div {
            flex: auto;
            display: flex;
            align-items: center;
        }

        .popup-bg > .popup-media > .popup-content > .ul-list > li > .sub-div:first-child > span {
            font-size: 14px;
            font-weight: bold;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 31px;
            height: 33px;
            margin-left: 5px;
            color: black !important;
            background: url(https://cdn2-5e15.kxcdn.com/VirtualSkinfiri/Images/NewDesign/ball.png) no-repeat;
        }

        .popup-bg > .popup-media > .popup-content > .ul-list > li > .sub-div:first-child > input[type="number"],
        .popup-bg > .popup-media > .popup-content > .ul-list > li > .sub-div:first-child > input[type="text"] {
            width: calc(60% - 20px);
            margin: 10px;
            font-size: 12px;
            height: 25px;
            text-align: right;
            color: white;
            background: #1e1e1e;
            border-radius: 5px;
            padding: 0px 5px;
            border: 1px solid #767676;
        }

        .popup-bg > .popup-media > .popup-content > .ul-list > li > .sub-div:nth-child(2) {
            justify-content: space-around;
        }

            .popup-bg > .popup-media > .popup-content > .ul-list > li > .sub-div:nth-child(2) > label {
                font-size: 12px;
                background: #25ddfc;
                padding: 2px 5px;
                margin: 0px 5px;
                border-radius: 5px;
            }

            .popup-bg > .popup-media > .popup-content > .ul-list > li > .sub-div:nth-child(2) > button {
                font-size: 10px;
                padding: 4px 5px;
                border-radius: 50px;
                border: 1px solid white;
                background: #f33b50;
            }
    /************************************stake**************************************/

    .popup-bg > .popup-media > .popup-content > .sub-div.stake {
        display: flex;
        flex-direction: column;
        justify-content: center;
        border-width: 1px;
        margin: 10px;
        ;
    }

        .popup-bg > .popup-media > .popup-content > .sub-div.stake form {
            display: flex;
        }

        .popup-bg > .popup-media > .popup-content > .sub-div.stake > form:first-child {
            padding: 5px 0px;
            background: rgb(68,68,68);
            background: linear-gradient(180deg, rgba(68,68,68,1) 0%, rgba(21,21,21,1) 100%);
        }

        .popup-bg > .popup-media > .popup-content > .sub-div.stake > form > label {
            color: white;
            display: flex;
            align-items: center;
            text-align: center;
            justify-content: center;
            flex: auto;
            padding: 5px 0px;
        }

        .popup-bg > .popup-media > .popup-content > .sub-div.stake > form:nth-child(2) {
            padding: 5px 0px;
            background: rgb(68,68,68);
            background: linear-gradient(180deg, rgba(68,68,68,1) 0%, rgba(21,21,21,1) 100%);
        }

            .popup-bg > .popup-media > .popup-content > .sub-div.stake > form:nth-child(2) > label:nth-child(3) {
                font-size: 25px;
                color: #e5c119;
                position: relative;
            }

        .popup-bg > .popup-media > .popup-content > .sub-div.stake > form > input[type="number"],
        .popup-bg > .popup-media > .popup-content > .sub-div.stake > form > input[type="text"] {
            width: calc(25% - 5px);
            font-size: 14px;
            height: 30px;
            text-align: right;
            color: white;
            background: #1e1e1e;
            border-radius: 5px;
            padding: 0px 5px;
            border: 1px solid #767676;
            margin: 5px 0px;
        }

    .popup-bg > .popup-media > .popup-content > .popup-footer {
        text-align: center;
    }

        .popup-bg > .popup-media > .popup-content > .popup-footer > button {
            font-size: 20px;
            color: white;
            font-weight: bold;
            padding: 10px 20px;
            border-radius: 5px;
            margin: 5px 2px 0px;
            text-shadow: 0px 2px 2px #635e5e;
        }

    .popup-bg > .popup-media > .popup-content .custom-message {
        display: block;
        padding: 5px 0px;
        color: red;
        text-align: center;
    }
/* *******************************Media Screens********************************/

@media (min-width:1758px) {
    .recent-results > .ul-list > li {
        width: calc(25% - 4px);
        flex: unset;
    }

    .tab-container > .tab-content .all-draw > .sub-div:nth-child(2) > .ul-list li {
        width: calc(33.33% - 10px);
        flex: unset;
    }
}

@media (max-width:1758px) and (min-width:1350px) {
    .recent-results > .ul-list > li {
        width: calc(33.33% - 6px);
        flex: unset;
    }

    .select-Draws > .sub-div:nth-child(2) > .ul-list > li:nth-child(1n+2) > div:hover {
        background-position-x: -88px;
    }

    /* .tab-container > .tab-content  .all-draw > .sub-div:nth-child(2) > .ul-list li {
        width: calc(50% - 10px);
        flex: unset;
    } */

}

@media (max-width:1550px) and (min-width:320px) {
    .main {
        width: 100%;
    }

    .right-aside {
        right: -230px;
    }

        .right-aside.active {
            right: 0;
        }

        .right-aside > h2 {
            margin-left: -40px;
            border-radius: 2px;
        }

        .right-aside.active > h2 {
            margin-left: 0px;
            border-radius: 10px 0 0 0;
        }

        .right-aside > h2 > i:before {
            /*content: "\f060";*/
        }

        .right-aside.active > h2 > i:before {
            /*content: "\f061";*/
        }
}

@media (max-width:1450px) and (min-width:1350px) {
    .main > .container-left {
        width: 45%;
    }

    .main > .container-right {
        width: 55%;
    }
}

@media (max-width:970px) and (min-width:320px) {
    /*.select-Draws > .sub-div:nth-child(2) > .ul-list > li:nth-child(1n),
    .select-Draws > .sub-div:nth-child(2) > .ul-list > li.active,
    .select-Draws > .sub-div:nth-child(2) > .ul-list > li.sold-out {
        min-height: 85px !important;
    }*/

    .select-Draws > .sub-div:nth-child(2) > .ul-list > li:nth-child(1n) {
        padding: 5px;
    }
}

@media (max-width:1350px) and (min-width:970px) {

    .select-Draws > .sub-div:nth-child(2) > .ul-list > li:nth-child(1n) {
        width: 9.09%;
        height: 100px;
    }

    .view-reults {
        height: 450px !important;
    }

    .select-Draws > .sub-div:nth-child(2) > .ul-list > li:first-child {
        width: 270px;
        height: 54px;
        position: absolute;
        left: 0px;
        top: -65px;
        background: rgb(68,68,68);
        background: linear-gradient(180deg, rgba(68,68,68,1) 0%, rgba(21,21,21,1) 47%);
        border: 1px solid #7f7f7f;
        border-top-right-radius: 15px;
    }

        .select-Draws > .sub-div:nth-child(2) > .ul-list > li:first-child > .sub-div {
            flex-direction: row;
            align-items: center;
        }

    .select-Draws > .sub-div:nth-child(2) > .ul-list > li > span {
        font-size: 18px;
        width: 30px;
        height: 30px;
    }

    .select-Draws > .sub-div:nth-child(2) > .ul-list > li:first-child > .sub-div label:first-child {
        font-size: 14px;
    }

    .select-Draws > .sub-div:nth-child(2) > .ul-list > li:first-child > .sub-div > label:nth-child(2) {
        position: relative;
        bottom: -1px;
    }

    .select-Draws > .sub-div:nth-child(2) > .ul-list > li:first-child > .draw-number {
        padding-top: 8px;
    }
}

.allDrowbut_mb {
    display: none !important;
}

@media (min-width:1350px) {
    /**********************************************/
    .betdetails_w .table_grid_H_w ul li:nth-child(7), .betdetails_w .table_grid_C_w ul li:nth-child(7), .betdetails_w .table_grid_H_w ul li:nth-child(2), .betdetails_w .table_grid_C_w ul li:nth-child(2) {
        width: 150px !important;
        flex: auto !important;
    }
    /**********************************************/
}

@media (max-width:1350px) and (min-width:320px) {

    /*.wrapper {
        overflow-y: scroll;
    }*/
    .popup-bg {
        z-index: 13;
    }

    .allDrowbut_mb {
        display: block !important;
    }

    /*.allDrowbut_mb > span:first-child {
            font-size: 24px;
            color: red;
        }*/

    .main {
        display: block;
        /*background: red;*/
        position: relative;
        overflow: auto;
        height: calc(100vh - 140px);
    }

    .container-left, .container-right {
        overflow: unset !important;
    }

    .container-right {
        margin: 0;
    }

    .select-Draws > .sub-div:nth-child(2) {
        margin: 0;
        border-radius: 0;
        border: none;
    }

        .select-Draws > .sub-div:nth-child(2) > .ul-list > li:first-child {
            border-left: none;
        }

    .anim-canvas {
        width: 100%;
        height: calc(100% + 45px);
        /* background: green; */
    }
    /********** Left ***************/
    .main > .container-left {
        width: 100%;
        height: auto !important;
        min-height: 320px;
        /* display: none; */
        background-color: grey;
    }

    .virtual-jackpot > iframe {
        transform: scale(1.15) !important;
    }


    .tab-container .tab-content, .tab-container > .tab-content .all-draw {
        height: auto;
    }

    .recent-results {
        height: calc(100% + 30px);
        width: 230px;
        top: 112px;
        /* top: 94px; */
        left: -230px;
        transition: 0.3s;
        position: absolute;
        /* position: fixed; */
        z-index: 11;
    }

    /************************* newPshaview (Header / Footer less Layout) ******************************/
    .newPshaview .recent-results {
        top: 34px !important;
    }

    /***********************************************************************************************/

    .recent-results.active {
        top: 95px;
        position: fixed;
        left: 0px;
        z-index: 2;
        height: calc(100% - 142px);
        border-radius: 0 10px 0 0;
    }

    .recent-results > h2 {
        width: calc(100% + 40px);
        position: relative;
        top: 0px;
        border-radius: 2px;
    }

    .recent-results.active > h2 {
        width: 100%;
        transition: 0.3s;
        border-radius: 0 10px 0 0;
    }

    .recent-results > h2 > i {
        float: right;
    }

        .recent-results > h2 > i:before {
            content: "\f061";
        }

    .recent-results.active > h2 > i:before {
        content: "\f060";
    }

    .recent-results > .ul-list {
        max-height: 91%;
        overflow: auto;
    }

    .virtual-jackpot {
        width: 100%;
    }
    /* .virtual-jackpot > .sub-div:first-child > form > label {
       background-size: unset;
    } */
    /************Right*************/
    .main > .container-right {
        width: 100%;
        /* z-index: 2; */
        position: relative;
        flex-direction: column-reverse;
        border: none;
        height: auto !important;
        margin-top: 45px;
    }

    .select-Draws > .sub-div:nth-child(2) > .ul-list > li:nth-child(1n+2) > div {
        min-height: 50px;
    }

    .tab-container {
        margin-top: 0px;
        box-shadow: none;
        padding: 0 5px;
        border-top: 1px solid #333232;
        border-radius: 0;
    }

        .tab-container > form > button:first-child {
            border-radius: 0;
            border-left: none !important;
        }
        /*.tab-container.active {
            position: absolute;
            background-color: #111216;
            z-index: 11;
            top: 0;
            display: inline;
            margin-top: 50px;
            height: 100%;
        }*/
        .tab-container:before {
            display: none;
        }

        .tab-container > form {
            /*top: 18px;*/
        }

    .view-reults > .ul-list > li:first-child form {
        margin-top: 45px !important;
        margin-left: unset !important;
    }

    .tab-container > .tab-content .all-draw > .sub-div:nth-child(2) > .ul-list li {
        width: calc(33.33% - 10px);
        flex: unset;
    }

    /* .virtual-jackpot > .sub-div:first-child {
        width: 100%;
    } */
    .select-Draws {
        position: unset;
        overflow: unset
    }

        .select-Draws > .sub-div:nth-child(2) > .ul-list > li:first-child > .sub-div > label:nth-child(2) {
            margin-left: 40px;
        }
    /* .virtual-jackpot > .sub-div:first-child > form {
        width: 90%;
        height: 50px;
    }
    .virtual-jackpot > .sub-div:first-child > form > label {
        width: calc(200px - 60px);
        padding-left: 60px;
        justify-content: flex-start;
        background-position:left;
    } */

}

@media (max-width:1366px) and (min-width:320px) {
    .right-aside {
        height: calc(100% + 10px);
        z-index: 50;
    }
}

@media (max-width:790px) and (min-width:320px) {
    .select-Draws > .sub-div:nth-child(2) > .ul-list > li:nth-child(1n),
    .select-Draws > .sub-div:nth-child(2) > .ul-list > li.active,
    .select-Draws > .sub-div:nth-child(2) > .ul-list > li.sold-out {
        background-size: contain;
    }

    .select-Draws > .sub-div:nth-child(2) > .ul-list > li:first-child {
        width: 40%;
    }

    .select-Draws > .sub-div:nth-child(2) > .ul-list > li:nth-child(1n+2) {
        width: 20%;
    }

    .select-Draws > .sub-div:first-child > .button {
        font-size: 12px;
        /*padding: 0px 5px;*/
    }

    .select-Draws > .sub-div:nth-child(2) > .ul-list > li:first-child > .sub-div label:first-child {
        font-size: 12px;
    }

    .select-Draws > .sub-div:nth-child(2) > .ul-list > li:first-child > .sub-div > label:first-child > span {
        font-size: 14px;
        width: 40px;
        height: 40px;
        right: -30px;
    }

    .select-Draws > .sub-div:nth-child(2) > .ul-list > li:first-child > .sub-div > label:nth-child(2) {
        font-size: 12px;
        padding: 5px;
    }

    .tab-container > form > .tab-btn {
        font-size: 14px;
    }

    .tab-container > form > .tab-btn {
        padding: 10px;
    }

        .tab-container > form > .tab-btn:nth-child(2) {
            padding: 10px;
        }

    .tab-container > .tab-content .all-draw {
        flex-direction: column;
        padding: 0px;
    }

        .tab-container > .tab-content .all-draw > .sub-div:first-child {
            width: 100%;
            /*height: 50px;*/
            display: flex;
            margin: 10px 0px;
            flex-direction: row;
            align-items: center;
            justify-content: center;
        }

        .tab-container > .tab-content .all-draw > .sub-div:nth-child(2) > .ul-list {
            justify-content: center;
        }

        .tab-container > .tab-content .all-draw > .sub-div:first-child > .disc {
            width: 120px;
            margin: 0px 10px;
            /*height: unset;*/
        }

            .tab-container > .tab-content .all-draw > .sub-div:first-child > .disc > span {
                width: 40px;
                height: 40px;
                font-size: 14px;
            }
}

@media (max-width:600px) and (min-width:420px) {
    .tab-container > .tab-content .all-draw > .sub-div:nth-child(2) > .ul-list li {
        width: calc(50% - 10px);
    }
}

@media (max-width:600px) and (min-width:320px) {
    .container-left {
        max-height: 290px !important;
        min-height: inherit !important;
    }
}

@media (max-width:480px) and (min-width:320px) {

    .main > .container-right {
        margin-top: 65px !important;
    }

    .tab-container .custom-message {
        /* top: -67% !important; */
        z-index: 10;
    }

    .select-Draws > .sub-div:first-child > .button {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-right: 0px;
        height: 71px;
    }

        .select-Draws > .sub-div:first-child > .button:first-child span {
            display: flex;
            height: 100%;
            align-items: center;
            justify-content: center;
        }

        .select-Draws > .sub-div:first-child > .button > i {
            margin: 5px 0px;
        }

        .select-Draws > .sub-div:first-child > .button:last-child {
            background-size: cover;
        }

    .select-Draws > .sub-div:nth-child(2) > .ul-list > li > div > span {
        width: 25px !important;
        height: 25px !important;
        font-size: 14px !important;
    }

    .tab-container > form {
        top: 0px;
    }

    /*.tab-container > .tab-content > .pagination > button i {
        font-size: 22px;
    }*/

    /*.tab-container > .tab-content > .pagination > button {
        font-size: 12px;
    }*/

    .tab-container .tab-content > .pagination {
        padding-bottom: 0px;
        margin-top: 34px;
    }

    .tab-container > .tab-content .all-draw > .sub-div:nth-child(2) > .ul-list li {
        width: calc(100% - 10px);
    }

    .view-reults > .ul-list > li:nth-child(1n+2) {
        width: calc(50% - 6px);
    }

    .view-reults > .ul-list > li:first-child form {
        margin-left: 0px;
        margin-top: 57px;
    }

    .popup-bg > .popup-media > .popup-content > .sub-div > .draw-time > label {
        position: absolute;
        font-size: 12px;
        top: 45px;
        width: 69px;
        right: 0px;
        margin-right: 0px;
    }

    .select-Draws > .sub-div:first-child > .button > i {
        position: absolute;
        top: 0px;
        margin-top: -18px;
    }

    .select-Draws > .sub-div:nth-child(2) > .ul-list > li:first-child > .sub-div > label:nth-child(2) {
        margin-left: unset;
        /*margin-top: -10px;*/
    }

    .tab-container.active {
        margin-top: 89px;
    }

    .select-Draws > .sub-div:nth-child(2) {
        height: unset !important;
    }

    .right-aside > .sub-div.stake {
        height: calc(70px + 10px);
    }

    .right-aside > .custom-btns button {
        font-size: 12px;
        padding: 5px 10px;
    }

    .tab-container .tab-content, .tab-container > .tab-content {
        padding: 15px 0px 30px !important;
    }

    .cancelSlip_popup .id_date_wrapper {
        padding-right: 5px 0px !important;
    }

        .cancelSlip_popup .id_date_wrapper div span {
            width: 70% !important;
            float: left;
        }

            .cancelSlip_popup .id_date_wrapper div span:nth-child(odd) {
                width: 30% !important;
            }

    .select-Draws > .sub-div:nth-child(2) > .ul-list > li:first-child > .sub-div > label:first-child > span {
        margin-right: -10px !important;
    }

    .view-reults > .ul-list {
        /*  overflow-y: unset !important;*/
        height: calc(100% - 100px) !important;
    }

    .select-Draws > .sub-div:nth-child(2) > .ul-list > li:nth-child(1n+2) > div {
        min-width: 76px;
        height: 73px;
        position: relative;
        justify-content: center;
        background: url(https://cdn2-5e15.kxcdn.com/VirtualSkinfiri/Images/NewDesign/spritesheet.png) no-repeat top left;
        background-position-x: 2px;
        background-size: cover;
    }

    .select-Draws > .sub-div:nth-child(2) > .ul-list > li.active:nth-child(1n+2) > div {
        background-position-x: -71px;
    }
    /**/
    .select-Draws > .sub-div:nth-child(2) > .ul-list > li.sold-out:nth-child(1n+2) > div {
        background-position-x: -144px;
    }

    .select-Draws > .sub-div:nth-child(2) > .ul-list > li.VS_sold_out:nth-child(1n+2) > div {
        background-position-x: -144px;
    }

    .select-Draws > .sub-div:nth-child(2) > .ul-list > li.VS_sold_out_orange:nth-child(1n+2) > div {
        background-position-x: -217px;
    }
}

@media (max-width:762px) and (min-width:320px) {
    .popup-bg > .popup-media > .popup-header > h1 {
        font-size: 18px !important;
        padding-top: 8px;
    }

    .popup-bg > .popup-media > .popup-header > label,
    .popup-bg > .popup-media > .popup-content > .sub-div > div:first-child > span,
    .popup-bg > .popup-media > .popup-content > .sub-div > .pick > label {
        font-size: 14px;
    }

    .popup-bg > .popup-media > .popup-content > .sub-div > .pick > .refresh-btn {
        padding: 10px;
    }


    .popup-bg > .popup-media > .popup-content > .ul-list > li {
        width: 100%;
    }

        .popup-bg > .popup-media > .popup-content > .ul-list > li > .sub-div:first-child > input[type="number"] {
            width: calc(50% - 20px);
        }

    .popup-bg > .popup-media > .popup-content > .sub-div > div:first-child > span {
        width: 118px;
        margin-left: 10px;
    }
}




html {
    overflow: initial;
}

.main_w {
    width: 100% !important
}

@media only screen and (max-height: 768px) {
    .select-Draws > .sub-div:nth-child(2) > .ul-list > li:nth-child(1n) {
        padding: 5px;
    }

    .sub-div > label:nth-child(2) {
        margin-top: -26px;
        z-index: 2;
    }

    .select-Draws > .sub-div:nth-child(2) > .ul-list > li:first-child > .sub-div label:first-child {
        font-size: 14px;
        padding: 8px 20px 8px 10px;
    }

    .select-Draws > .sub-div:nth-child(2) > .ul-list > li:first-child > .sub-div > label:nth-child(2) {
        position: unset !important;
        margin-top: 2px;
        font-size: 12px;
    }

    .select-Draws > .sub-div:nth-child(2) > .ul-list > li:first-child > .sub-div > label:first-child > span {
        width: 40px;
        height: 40px;
        font-size: 14px;
        margin-top: -2px;
    }

    .select-Draws > .sub-div:nth-child(2) > .ul-list > li:first-child > .sub-div > label:first-child > span {
        right: -22px !important;
        top: 1px;
    }
}






/******************************Virtual Jackpot**********************************/
.virtual-jackpot > iframe {
    width: 100%;
    transform: scale(1.5);
    margin-top: 55px;
}

#v_jackpot_W {
    position: relative;
    background-color: #000;
    /*border: 1px solid #7f7f7f;*/
    /*border-radius: 10px 10px 0 0;*/
    overflow: hidden;
}

.virtual-jackpot {
    width: 1920px;
    transform-origin: left top;
    position: absolute;
    left: calc(50% + 5px);
    top: 0;
    overflow: hidden;
}

#v_jackpot_W.active {
    position: fixed;
    width: 100% !important;
    height: 100% !important;
    left: 0;
    top: 0;
    z-index: 1000;
}

    #v_jackpot_W.active .virtual-jackpot {
        position: absolute !important;
        width: 100% !important;
        height: 100% !important;
        left: 0 !important;
        top: 0 !important;
        transform: scale(1) translate(0, 0) !important
    }

    #v_jackpot_W.active iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        transform: scale(1);
    }

.barcode_w {
    width: calc(100% - 230px) !important;
    position: relative;
}

@media only screen and (max-width: 1550px) {
    .barcode_w {
        width: 100% !important;
        z-index: 111;
    }
}

@media screen and (max-width: 1351px) {
    .view-reults > .ul-list {
        margin-top: 108px;
    }

    .recent-results > .ul-list > li {
        width: 100%;
    }

    .recent-results > h2 {
        top: -110px;
    }

    .recent-results.active > h2 {
        top: unset !important;
    }
}

.select-draw-container ul li:after, .select-draw-container ul li:before {
    transform: translate(-50%,-50%) scale(0);
    transition: 0.5s;
    border-radius: 0;
    pointer-events: none;
}

.select-draw-container ul li:hover:after {
    width: 60px !important;
    height: 60px !important;
    background-image: url(https://cdn2-5e15.kxcdn.com/betting/WebPortal/Images/skinfiriBetIcon.png);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) scale(0.6);
    transform-origin: center;
    z-index: 3;
    content: '';
    margin-top: 3px;
    margin-left: 2px;
}

.select-draw-container ul li:hover:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) scale(1);
    z-index: 2;
    width: 50px !important;
    height: 50px !important;
    background-color: #ffffff;
    border-radius: 100%;
    margin-top: 3px;
    margin-left: 2px;
}

.select-draw-container ul li:nth-child(1):hover:after, .select-draw-container ul li:nth-child(1):hover:before {
    display: none !important
}

.select-draw-container ul li:nth-child(2):after {
    background-position: -17px -9px
}

.select-draw-container ul li:nth-child(2):hover:after {
    content: 'test';
}

.select-draw-container ul li:nth-child(3):after {
    background-position: -90px -10px
}

.select-draw-container ul li:hover label {
    content: 'test';
    color: #000;
    text-align: center;
    display: flex !important;
    position: absolute;
    min-width: 100%;
    padding: 3px;
    background-color: #10c8f2;
    color: #000;
    justify-content: center;
    top: 85%;
    line-height: 12px;
    left: 0;
    font-size: 10px;
    z-index: 11;
    border-radius: 2px;
    white-space: nowrap;
}

.select-draw-container ul li:nth-child(4):after {
    background-position: -164px -8px
}

.select-draw-container ul li:nth-child(5):after {
    background-position: -237px -8px
}

.select-draw-container ul li:nth-child(6):after {
    background-position: -311px -9px
}

.select-draw-container ul li:nth-child(7):after {
    background-position: -382px -11px
}

.select-draw-container ul li:nth-child(8):after {
    background-position: -457px -8px
}

.select-draw-container ul li:nth-child(9):after {
    background-position: -530px -7px
}

.select-draw-container ul li:nth-child(10):after {
    background-position: -603px -5px
}

.select-draw-container ul li:nth-child(11):after {
    background-position: -677px -8px
}

.select-draw-container ul li:nth-child(12):after {
    background-position: -750px -9px
}

.select-draw-container ul li:nth-child(13):after {
    background-position: -822px -9px
}

.select-draw-container ul li:nth-child(14):after {
    background-position: -896px -8px
}

.select-draw-container ul li:nth-child(15):after {
    background-position: -968px -10px
}

.select-draw-container ul li:nth-child(16):after {
    background-position: -1044px -7px
}

.select-draw-container ul li:nth-child(17):after {
    background-position: -1115px -8px
}

.select-draw-container ul li:nth-child(18):after {
    background-position: -1188px -7px
}

.select-draw-container ul li:nth-child(19):after {
    background-position: -1268px -10px
}

.select-draw-container ul li:nth-child(20):after {
    background-position: -1334px -10px
}

.select-draw-container ul li:nth-child(21):after {
    background-position: -1408px -8px
}

.select-draw-container ul li:nth-child(22):after {
    background-position: -1481px -6px
}

.select-draw-container ul li:nth-child(23):after {
    background-position: -1556px -9px
}

.select-draw-container ul li:nth-child(24):after {
    background-position: -1626px -11px
}

.select-draw-container ul li:nth-child(25):after {
    background-position: -1697px -8px
}

.select-draw-container ul li:nth-child(26):after {
    background-position: -1771px -9px
}

.select-draw-container ul li:nth-child(27):after {
    background-position: -1845px -10px
}

.select-draw-container ul li:nth-child(28):after {
    background-position: -1919px -9px
}

.select-draw-container ul li:nth-child(29):after {
    background-position: -1992px -6px
}

.select-draw-container ul li:nth-child(30):after {
    background-position: -2065px -10px
}

.select-draw-container ul li:nth-child(31):after {
    background-position: -2139px -8px
}

.select-draw-container ul li:nth-child(32):after {
    background-position: -2210px -7px
}

.select-draw-container ul li:nth-child(33):after {
    background-position: -2282px -8px
}

.select-draw-container ul li:nth-child(34):after {
    background-position: -2358px -8px
}
.tab-content .uib-datepicker-popup {
    width: auto !important;
}
.right-aside > .sub-div.stake > form > label{         
                text-align: center;
                font-size: 13px;
                padding: 0 2px;
            }