body {
    background-color: #12151a;
    /* background-color: rgb(187, 89, 2); */
}
/*@import url('https://fonts.googleapis.com/css?family=Lobster');*/
/*Keno*/
@font-face {
    font-family: Bernardmtcondenced;
    src: url('/files/fonts/BernardMTCondenced.TTF');
}
@font-face {
    font-family: Armfrankenstein;
    src: url('/files/fonts/Armfrankenstein.ttf');
}
@font-face {
    font-family: TahomaBold;
    src: url('/files/fonts/tahomabd.ttf');
}
@font-face {
    font-family: OdudaBold;
    src: url('/files/fonts/Oduda-Bold-Demo.otf');
}

@font-face {
    font-family: square721;
    src: url('/files/fonts/square-721-bold-condensed-bt.ttf');
}
@font-face {
    font-family: NotoSans Bold;
    src: url('/files/fonts/NotoSans-Bold.ttf');
}
@font-face {
    font-family: NotoSans Italic;
    src: url('/files/fonts/NotoSans-Italic.ttf');
}
@font-face {
    font-family: NotoSans Redgular;
    src: url('/files/fonts/NotoSans-Regular.ttf');
}
@font-face {
    font-family: Wof;
    src: url('/files/fonts/Casino.ttf');
}
@font-face {
    font-family: Wof;
    src: url('/files/fonts/Casino.ttf');
}
.gameTitle {
    text-align: center;
    padding: 12px 0;
}
.gameTitle p {
    text-transform: uppercase;
    color: #ffffff;
    font: 30px 'NotoSans Redgular';
    font-weight: 700;
}

.row.center-align{
    background-color: #0c0e12;
    min-height: 110px;
    position: relative;
    margin: 0;
}
.animatedBalls {
    width: 95.31%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 2.345%;
    display: table !important;
    vertical-align: middle !important;
}

/* currentJackpot */

html {
    font-size: 1vw;
}

.current-jackpot {
    width: 100%;
    padding: 35px 105px;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* font-family: 'Roboto', sans-serif; */
    background-color: #0f1a2e;
    background-image: url("../img/newKeno/kenoImg/currentJackpot/bg1.png"), url("../img/newKeno/kenoImg/currentJackpot/bg2.png"), url("../img/newKeno/kenoImg/currentJackpot/Group1.png"), url("../img/newKeno/kenoImg/currentJackpot/Group4.png"), url("../img/newKeno/kenoImg/currentJackpot/Group5.png");
    background-position: 0 0, 0 0, center, center, center;
    background-size: 100%, 90%, 90%, 90%, 90%;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
}

.current-jackpot__title {
    margin-bottom: 1.2rem;
    font-size: 1.5rem;
    font-weight: 800;
    color: #ffffff;
}

.current-jackpot__sum {
    font-size: 4rem;
    font-weight: 900;
    color: #FFE198;
    background: #FFE198;
    background: -webkit-linear-gradient(to bottom, #FFE198 0%, #f3a91c 100%);
    background: -moz-linear-gradient(to bottom, #FFE198 0%, #f3a91c 100%);
    background: linear-gradient(to bottom, #FFE198 0%, #f3a91c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.current-jackpot__currency {
    margin: 1rem 0 1.2rem;
    font-size: 2.5rem;
    font-weight: 900;
    background: #FFE198;
    background: -webkit-linear-gradient(to bottom, #FFE198 0%, #f3a91c 100%);
    background: -moz-linear-gradient(to bottom, #FFE198 0%, #f3a91c 100%);
    background: linear-gradient(to bottom, #FFE198 0%, #f3a91c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.current-jackpot__subtitle {
    font-size: 3rem;
    font-weight: 900;
    color: #53cffc;
}

.current-jackpot__last-winner {
    margin: 1.1rem 0 0.5rem;
    font-size: 1.8rem;
    font-weight: 900;
    color: #80aa65;
}

.current-jackpot__date {
    font-size: 2rem;
    font-weight: 900;
    color: #53cffc;
}

/*Jackpot*/

.jackpot-container {
    position: fixed;
    z-index: 1001;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
}

.jackpot {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;

    max-width: 65.6%;
    background-color: #0f1a2e;
    padding: 54px 20px;
    border-radius: 30px;
    background-image: url("../img/newKeno/kenoImg/jackpot/bg1.png"), url("../img/newKeno/kenoImg/jackpot/bg2.png");
    background-position: 0 0, 0 0;
    background-repeat: no-repeat, no-repeat;
    background-size: 100% 100%, 100% 100%;
    border: 2px solid #f3a91c;
    box-shadow: 0 0 9px 5px rgba(10, 9, 11, 0.55);
}

.jackpot-name {
    width: 41.5%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jackpot-name__img {
    width: 100%;
    height: auto;
    object-position: center;
}

.jackpot__title {
    margin: 1.5rem 0;
    font-size: 2.5rem;
    font-weight: 900;
    letter-spacing: 2px;
    color: #FFE198;
    background: #FFE198;
    background: -webkit-linear-gradient(to bottom, #FFE198 0%, #f3a91c 100%);
    background: -moz-linear-gradient(to bottom, #FFE198 0%, #f3a91c 100%);
    background: linear-gradient(to bottom, #FFE198 0%, #f3a91c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.jackpot__sum {
    width: 100%;
    height: 8.2rem;
    font-size: 5rem;
    font-weight: 900;
    text-align: center;
    letter-spacing: 2px;
    color: #ffffff;
    background-image: url("../img/newKeno/kenoImg/jackpot/vector .png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: 0 0;
}

.jackpot__subtitle {
    font-size: 3.5rem;
    font-weight: 900;
    color: #53cffc;
}

.jackpot-ticket {
    margin-top: 2.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jackpot-ticket__icon {
    margin-right: 20px;
    width: 10.15%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.jackpot-ticket__img {
    width: 100%;
    height: auto;
}

.jackpot-ticket__id {
    font-size: 3rem;
    font-weight: 900;
    color: #ffffff;
}


.keno.row{
    width: calc(100% - 20px);
    margin: 10px 10px 0;
}
.kenoLeft{
    float: left;
    width: 55%;
}
.kenoRight{
    width: 45%;
    float: left;
}
/*.animatedBalls a {*/
    /*margin-top: 20px;*/
    /*font-size: 28px;*/
    /*font-family: 'NotoSans Redgular';*/
    /*width: 4.56%!important;*/
    /*margin: 0.22%;*/
    /*height: 57px !important ;*/
    /*/!*width:auto;*!/*/
/*}*/
/*.btn-large{*/
    /*line-height: 47px !important;*/
/*}*/
.cont2 {
    cursor: pointer;
    float: left!important;
    display: inline-table;
    position: relative;
    width: 4.6% !important;
    border-radius:50%;
    background-color: #0040ff;
    margin-right: 0.32%;
    font-weight: bolder;
}
.cont2:last-child{
    margin-left: 0;
}
.cont2:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.cont3 {
    text-align: center;
    position: absolute;
    width: 100% !important;
    color: #fffefe;
    font-size: 28px;
    font-family: 'NotoSans Redgular';
    top: 50%;
    transform: translateY(-50%);
}
.cont1 {
    cursor: pointer;
    display: inline-table;
    position: relative;
    width: 9% !important;
    border-radius:50%;
    background-color: #353e4d;
    margin: 0.47%;
}
.cont1:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.cont {
    text-align: center;
    position: absolute;
    width: 100% !important;
    color: #718eff;
    font-size: 30px;
    font-family: 'NotoSans Redgular';
    top: 50%;
    transform: translateY(-50%);
    font-weight: bolder;
}
.cont4 {
    cursor: pointer;
    display: inline-table;
    position: relative;
    width: 4.76% !important;
    border-radius:50%;
    background-color: #353e4d;
    margin-right: 0.24%;
    color:rgb(178, 202, 255);
}
.cont4:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}
.cont5 {
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100% !important;
    color: #8697b3;
    font-size: 23px;
    font-family: 'NotoSans Redgular';

}
.btn-floating.btn-large.waves-effect.waves-light.teal.lighten-2.right{
    line-height: 57px !important;
}
/*.kenoPlace a {*/
    /*font-size: 24px;*/
    /*font-family: 'NotoSans Redgular';*/
    /*width: 9%!important;*/
    /*height: 49px !important;*/
    /*margin: 0.47%;*/
/*}*/
#myProgress {
    position: relative;
    width: 100%;
    height: 12px;
    background-color: #0c0e12 !important;
}
.progressBar p{
    text-transform: uppercase;
    color: #ffffff;
    font: 24px 'NotoSans Redgular';
    text-align: left;
    margin-bottom: 10px;
}

#myBar {
    position: absolute;
    width: 0%;
    height: 100%;
    background-color: #14cc14;
}
.wheelmyBar {
    position: absolute;
    width: 0%;
    height: 100%;
    background-color: #14cc14 !important;
}
#wheelmyBar {
    position: absolute;
    width: 0%;
    height: 100%;
    background-color: #ff0000;
}
.woodenBoard #myProgress {
    margin-top: 130px;
    margin-left: 30px;
    width: calc(100% - 20px);
}

.woodenBoard .myProgress1 {
    margin-top: 417px !important;
    width: calc(100% - 17px) !important;
    margin-left: 0 !important;
}
.kenoPlace div.active {
    background-color: #ffffff!important;
}

.kenoPlace div.active p {
    color: black;
}
.teal.lighten-2 {
    background-color: #0040ff!important;
}
div.right{
    float: none !important;
    text-align: center !important;
}

.right .keno-name-betunit {
    float: left;
    color: white;
    width: 25%;
    font-size: 35px;
    padding: 20px 10px 0;
    text-align: left;
}

.right .keno-draw-time {
    float: right;
    width: 75%;
    color: white;
}

.right .keno-draw-time p {
    float: right;
    display: block;
    padding: 15px 20px 0 0;
    font-size: 25px;
    font-style: italic;
    color: rgb(178, 202, 255);
}

.right .keno-draw-time p .bigger {
    font-size: 35px;
    color:white;
}

.time{
    width: 33.93%;
    margin: 0 auto;
    font: 29px 'NotoSans Redgular' !important;
    color: #14cc14;
    display: block;
    background-color: #0c0e12;
    padding: 5px 0;
    border-radius: 5px;
}

.kenoChoices table.striped>tbody>tr {
    font-weight: bold;
}

.kenoChoices table.striped>tbody>tr:nth-child(odd) {
    background-color: #090a0d;
    font-family: 'NotoSans Redgular';;
}
.kenoChoices table.striped>tbody>tr:nth-child(even) {
    background-color: #0c0e12;
    font-family: 'NotoSans Redgular';
}
.kenoHistory table.striped>tbody>tr:nth-child(odd),.kenoHistory table.striped>tbody>tr:nth-child(even){
    background-color: #12151a;
    font-family: 'NotoSans Redgular';
}
.kenoHistory table.striped>tbody>tr:first-child {
    height: 26px;
    max-height: 26px;
}
.kenoHistory table.striped>tbody>tr.ng-scope {
    height: 36px;
    max-height: 36px;
}
.kenoHistory {
    min-height: 271px;
}
.kenoChoices {
    position: relative;
    margin-top: 0px;
    /*padding-top: 20px;*/
    /*width: 92%;*/
    /*margin: 0 auto;*/
}
.kenoChoices h3 {
    text-align: center;
    color: #ffffff;
    margin-bottom: 5px;
    text-transform: uppercase;
    font: 15px 'NotoSans Redgular';
    font-weight: bold;
}
.kenoChoices td {
    font-size: 20px;
    border: 2px solid #12151a;
    color: rgb(178, 202, 255);
    padding: 3px;
}
.kenoHistory {
    padding-top: 3px;
}
.kenoHistory span {
    margin-bottom: 6px;
    margin-right: 0.24%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    width: 4.76%;
    padding: 6px 0;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    background-color: #090a0d;
}
.kenoHistory td {
    font-size: 15px;
    /*font-weight: bold;*/
    color: #99adcc;
    padding: 3px;
    vertical-align: middle;
}
.kenoHistory td:first-child {
    font-size: 15px;
}
.kenoChoices td:first-child {
    font-size: 15px;
    font-weight: bold;
    color: #7e8fa8;
    background-color: #12151a;
}
.kenoChoices th {
    font-size: 15px;
    font-family: 'NotoSans Redgular';
    color: #7e8fa8;
    font-weight: bold;
}
.matches {
    position: absolute;
    top: 52%;
    left: -14px;
    text-align: center;
    transform: rotate(270deg);
}
.kenoChoices .matches p,.kenoHistory p {
    text-align: center;
    font: 15px 'NotoSans Redgular';
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
}
.col.s12.gameTitle.blue-grey.darken-4{
    background-color: #000000 !important;
}

/*Keno end*/
/*WOF*/
.wofBoard {
    background: url(/files/img/wofBg.jpg) top center no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    width: 1366px;
    height: 768px;
    left:25px;
    /* top:25px; */
    transform-origin: 0% 0%;
}
#wofBoard1 {
    background: #3a682a;
}
.kenoBoard {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    width: 1366px;
    height: 768px;
    left:25px;
    top:0;
    transform-origin: 0% 0%;
}
/*.woodenBoard {*/
    /*background: url("/files/img/purty_wood.png") top center repeat;*/
    /*height: 500px;*/
    /*padding-top: 30px;*/
/*}*/
.woodenBoard table {
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
}
.woodenBoard table tr {
    padding: 5px 0;
}
.woodenBoard table thead tr {
    background-color: #0b3c16;
}
.woodenBoard table thead th {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    padding: 10px 0;
    font-family: TahomaBold;
}
.woodenBoard table tbody tr {
    background-color: #ffffff;
}
.woodenBoard table tbody tr:first-child td {
    border-top:none;
}
.woodenBoard table tbody tr:last-child td {
    border-bottom: none;
}
.woodenBoard table tbody tr td:last-child {
    border-right:none;
}
.woodenBoard table tbody tr.filterFirstRow td{
    border-right: 1px solid #e6e6e6;
}
.woodenBoard table tbody tr.filterSecondRow td {
    border-right: 1px solid #e6e6e6;
}
.woodenBoard table tbody tr td:first-child {
    border-left:none;
}
.woodenBoard table tbody tr td {
    border: 1px solid #e6e6e6;
    color: #808080;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 0;
    text-align: center;
    vertical-align: middle;
    font-family: square721;
}
.woodenBoard .odds-section table tbody tr td:nth-child(2n) {
    color: #ff0000;
}
.woodenBoard table tbody tr td:first-child {
    color: #18191a;
    font-family: TahomaBold;
}


.bigBall {
    background: transparent !important;
    left: 204px;
    top: 204px;
    font-size: 55px;
    width: 67px !important;
    text-align: center !important;
    font-family: square721;
}
.bigBall1 {
    background: transparent !important;
    left: 144px;
    top: 205px;
    font-size: 71px;
    width: 119px !important;
    text-align: center !important;
    font-family: "Wof";
}
.bigBall.blackBall {
    color : #000000;
}
.bigBall.redBall {
    color: #ff0000;
}
.bigBall.greenBall {
    color : #00ff00;
}
#foo-wheel.rotation {
    -webkit-transition: all 10000ms cubic-bezier(0.000, 1, 0.970, 0.990); /* older webkit */
    -webkit-transition: all 10000ms cubic-bezier(0.000, 1.120, 0.970, 0.990);
    -moz-transition: all 10000ms cubic-bezier(0.000, 1.120, 0.970, 0.990);
    -o-transition: all 10000ms cubic-bezier(0.000, 1.120, 0.970, 0.990);
    transition: all 10000ms cubic-bezier(0.000, 1.120, 0.970, 0.990); /* custom */
}

.wof-container * {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    font-family: square721;
}

.wof-container {
    margin: 120px 0px 0 0;
    width: 80%;
    /* background-color: #2f7019; */
    overflow: visible;
    display: inline-block;
    float: left;
    min-width: 590px;
    max-width: 600px;
    z-index: 2;
}
.wof-container .tableFirstColumn, .wof-container .tableDiv {
    float: left;
}
.odds-section {
    margin-top: 38px;
}

.odds-section table {
    margin-bottom: 6px;
}

.woodenBoard td {
    border-radius: 0;
}

.odds-section td:nth-child(2n+1), .odds-section th {
    color: #18191a;
    font-family: square721 !important;
}

.woodenBoard .main-wrapper {
    margin-bottom: 6px;
}

.wof-container .tableFirstColumn {
    background-color: #2f7019;
    width: 47px;
    border-bottom-left-radius: 107px;
    border-top-left-radius: 107px;
    border: 1px solid #ffffff;
    border-right: 0px;
}
.wof-container .tableFirstColumn div span {
    display: block;
    /*padding: 90px 0px;*/
    padding: 100.5px 0;
    text-align: center;
}
.wof-container .tableFirstColumnItem {
    /*cursor: pointer;*/
}
.wof-container .tableFirstColumnItem:last-child {
    padding-bottom: 1px;
    border-bottom-left-radius: 107px;
    border-top-left-radius: 107px;
}
.wof-container .tableDiv {
    width: calc(100% - 50px);
}
.wof-container table{
    width: 100%;
}
.wof-container table, .wof-container tbody, .wof-container tr, .wof-container td{
    /*padding: 35px 0;*/
    padding: 10px 0;
    border: 1px solid #ffffff;
    text-align: center;
    vertical-align: middle;
    border-collapse: collapse;
}

.woodenBoard .wof-history-table table tbody tr td {
    padding: 5px 0;
}

.woodenBoard .wof-curr-draw table tbody tr td {
    padding: 5px 0;
}

.woodenBoard .wof-curr-draw table tbody tr td.wof-curr-draw-time {
    line-height: 25px;
}

.wof-container td{
    position: relative;
    background-color: #2f7019;
    width: 7%;
}
.wof-container span{
    color: #ffffff;
}
.wof-container .tableItemOval {
    border: 2px solid #2f7019;
    background-color: #ff0c00;
    border-radius: 110px/130px;
    width: 50%;
    height: 48px;
    margin-left: 25%;
    /*margin-top: 10px;*/
}
.wof-container .blackColor {
    background-color: #18191a;
}
.wof-container .tableItemOval:hover {
    /*border: 2px solid #ffffff !important;*/
    cursor: pointer;
}
.wof-container .divTransform1 {
    background-color: #18191a;
    width: 34%;
    height: 25px;
    -ms-transform: rotate(7deg); /* IE 9 */
    -webkit-transform: rotate(7deg); /* Chrome, Safari, Opera */
    transform: rotate(18deg) skewX(-47deg);
    margin-left: 33%;
}
.wof-container .divTransform2 {
    background-color: #ff0c00;
    width: 34%;
    height: 25px;
    -ms-transform: rotate(7deg); /* IE 9 */
    -webkit-transform: rotate(7deg); /* Chrome, Safari, Opera */
    transform: rotate(18deg) skewX(-47deg);
    margin-left: 33%;
}
.wof-container .filterFirstRow td {
    padding: 15px 0 !important;
    cursor: pointer;
}
.wof-container .filterSecondRow td {
    padding: 0 !important;
    cursor: pointer;
}
.wof-numbers {
    overflow: hidden;
    padding: 10px;
    width: 150px;
    float: right;
}
.wof-history table {overflow: hidden}
.wof-history tr, .wof-history thead, .wof-history tbody  { display: block; float: left; }
.wof-history th, .wof-history  td { display: block; padding: 8px !important; }
.wof-history {
    width: 60%;
    border: 1px solid #ccc;
    text-align: center;
    max-height: 300px;
    float: left;
    margin: 20px;
    margin-left: 20px;
    position: relative;
    overflow: hidden;
}
.filterRightRow span.num-btn {
    padding-top: 0px;
}
.wof-container .filterRightRow {
    cursor: pointer;
}
.wof-container span.k {
    height: 10px;
    width: 10px;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
    z-index: 1000;
    background: #2f7019;
    top: calc(50% - 5px);
}
.wof-container .num-btn {
    display: block;
    height: calc(100% - 15px);
    padding-top: 17px;
}
.wof-container span.km {
    right: 0;
    margin-right: -5.5px;
}
.wof-container span.kt{
    right: 0;
    top: 0;
    margin-top: -7px;
    margin-right: calc(50% - 5.5px);
}
.wof-container span.ktr {
    right: 0;
    top: 0;
    margin-right: -5.5px;
    margin-top: -7px;
}
.wof-container span.ktl {
    top: 0;
    left: 0;
    margin-top: -7px;
    margin-left: -11%;
}
@media (max-width: 1140px) {
    .wof-container span.kt {
        margin-right: 35%;
    }
}

.woodenBoard .numBoard {
    padding: 0;
}

.wofPlace {
    float: left;
}
.wof-container  svg {
    width: 70%;
    margin: 0px 15%;
    height: 50px;
}
.filterFirstRow .num-btn, .filterSecondRow .num-btn {
    padding-top: 0px!important;
}

.woodenBoard .wofCurrentJp {
    position: absolute;
    left: 0;
    top: 0;
    width: 35%;
    z-index: 2;
    background: rgba(0,0,0,0.8);
}

.woodenBoard .wofCurrentJp table th {
    COLOR: #fec108;
    font-size: 1.8rem;
    padding: 20px;
    font-family: Bernardmtcondenced;
    text-align: center;
    background-color: transparent;
}

.woodenBoard .wofCurrentJp tr{
    background-color: transparent;
}

.woodenBoard .wofCurrentJp td {
    border: none;
    font-family: Bernardmtcondenced !important;
}

.woodenBoard .wofCurrentJp td.jackpotsum {
    font-weight: bold;
    font-size: 4rem !important;
    line-height: 3rem !important;
    text-align: center;
    -webkit-box-shadow: 0 0 40px #fec108;
    border-radius: 50px;
    COLOR: #fec108;
}

.woodenBoard .wofCurrentJp td.jackpotcurrency {
    font-weight: bold;
    font-size: 2rem !important;
    line-height: 2rem !important;
    text-align: center;
    font-family: Bernardmtcondenced;
    COLOR: #fec108;
}

.wheel-inner {
    z-index: 1;
    margin-top: 87px;
    height: 340px;
}

@media only screen and (min-width: 993px) {
    .woodenBoard .container {
        width: 100%;
        max-width: 1313px;
        margin: 0 0 14px 30px;
    }
}

.td_header {
    width: 100px;
}
.td_stat {
    width: 30px;
}
.painted-ball {
    border-radius: 50%;
    background: #ffffff;
    color: #ffffff;
    padding: 5px;
    text-align: center;
    width: 25px;
    height: 25px;
    position: relative;
    display: inline-block;
}
.painted-ball1 {
    border-radius: 9px;
    background: #ffffff;
    color: #ffffff;
    padding: 5px 0 5px 0;
    text-align: center;
    width: 21px;
    height: 25px;
    position: relative;
    display: inline-block;
}

.greenBall {
    background-color: #00ff00;
}

.blackBall {
    background-color: #000000;
}

.redBall {
    background-color: #ff0000;
}
.hideTab{
    display: none
}
/*home*/
.home{
    font-family: sans-serif;
    font-weight: bold;
}
.waves-effect.waves-light.btn.btn-large{
    width: 80%;
}
.home .row{
    width: 80%;
}
/*pick five*/


.fiveContainer{
    padding: 0;
    display: flex;
    background-image: url("/files/img/pick_five_background.png");
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    transform-origin: 0% 0%;
}
.fiveContainer span.division {
    font-size: 35px;
    line-height: 35px;
    display: block;
    position: relative;
    top: 5px;
}
.fiveContainer th.division {
    padding: 0;
    line-height: 35px;
}
.fiveContainer .leftColumn, .midColumn, .rightColumn{
    float: left;
}
.fiveContainer .leftColumn{
    width: 20%;
    margin-top: 0px;
    background-color: #007313;
    margin-right: 4.5%;
    overflow: hidden;
    max-height: 768px;
}
.fiveContainer .midColumn{
    position: relative;
    margin-top: 15px;
    width: 40%;
    margin-right: 4.5%;
}
.fiveContainer .rightColumn{
    width: 30%;
    margin-top: 10px;
}
.fiveContainer .jackpot{
    width: 100%;
    background-color: #007313;
    border-radius: 10px;
    margin-bottom: 25px;
}
.fiveContainer .jackpot p{
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
    color: #dcb63e;
    font-size: 40px;
    font-family: NotoSans Bold;
}
.fiveContainer .jackpot p span{
    color: #ffffff;
    font-size: 40px;
    font-family:NotoSans Bold;
}
.fiveContainer .jackpot p img{
    width: 40%;
    height: auto;
    margin-bottom: -5px;
}
.fiveContainer .nextDraw {
    z-index: 35;
    position: absolute;
    width: 100%;
}
.fiveContainer .nextDraw p, .fiveContainer .nextDraw h1, .fiveContainer .nextDraw h2 {
    text-align: center;
}
.fiveContainer hr{
    width: 70%;
}
.fiveContainer .nextDraw h1{
    padding-top: 50px;
    padding-bottom: 30px;
    font-size: 30px;
    font-family: NotoSans Redgular;
    color: #ffffff;
}
.fiveContainer .nextDraw h2{
    padding-bottom: 30px;
    font-size: 30px;
    font-family: NotoSans Redgular;
    color: #ffe14c;
}
.fiveContainer .nextDraw p{
    padding-top: 30px;
    font-size: 30px;
    font-family: NotoSans Redgular;
    color: #ffffff;
}
.fiveContainer .logo{
    margin-top: 25px;
    width: 40%;
    background-color: #1a1f26;
    border-radius: 5px;
    margin-left: 30%;
    z-index: 35;
    position: absolute;
    top: 500px;
}
.fiveContainer .logo div:first-child{
    background-color: #007313;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center;
    font-size: 20px;
    font-family: NotoSans Bold;
    color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
}
.fiveContainer .logo div:last-child{
    text-align: center;
    font-size: 20px;
    font-family: NotoSans Italic;
    color: #ffe14c;
    padding-top: 10px;
    padding-bottom: 10px;
}
.fiveContainer .opacity{
    border-radius: 10px;
    position: absolute;
    background-color: #130e1c;
    opacity: 0.4;
    height: 80%;
    width: 100%;
    z-index: 1;
}
.fiveContainer table thead tr th{
    color: #ffffff;
    padding-top: 16px;
    padding-bottom: 16px;
    font-family: NotoSans Bold;
    font-size: 20px;
    text-align: center;
    background-color: #1a1f26;
    border-radius: 0 !important;
}
.fiveContainer table thead tr th:first-child{
    background-color: #00400b;
}
.fiveContainer .secondTable tbody tr td:last-child{
    background-color: #090a0d;
    padding-left: 10px;
    color: #ffffff;
    font-family: NotoSans Bold ;
    font-size: 20px;
}
.fiveContainer table tbody tr td{
    background-color: #090a0d;
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 2px solid #000000;
    border-radius: 0 !important;
}
.fiveContainer table tbody tr td:first-child{
    background-color: #007313;
    text-align: center;
    width: 20%;
    color: #ffe14c;
    font-family: NotoSans Redgular;
    font-size: 20px;
    vertical-align: middle;
}
.fiveContainer .lastBorder{
    border-bottom: none;
}
.fiveContainer .firstTable{
    margin-top: 5px;
}
.fiveContainer .firstTable td span {
    position: relative;
    display: block;
    width: 75%;
    height: auto;
    margin-left: 10.5%;
    font-family: NotoSans Redgular;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin-top: -33.5px;
    margin-bottom: 10px;
    line-height: 16px;
}
.fiveContainer .secondTable {
    margin-top: 5px;
    margin-bottom: 5px;
}
.fiveContainer table tbody tr td img{
    width: 75%;
    height: auto;
    margin-left: 6.425px;
    /*opacity: 0;*/
    z-index: -1;
}
.fiveContainer .leftTable {
    margin: 0 50px;
    width: calc(100% - 100px);
    margin-top: 770px;
    display: none;
}
.fiveContainer .leftTable tbody tr td {
    border: none;
    padding: 0 2px 40px;
}
.fiveContainer .leftTable tbody tr img {
    width: 100%;
    margin: 0;
    padding: 0;
}
.fiveContainer .leftTable td span {
    display: block;
    width: 100%;
    height: auto;
    font-family: NotoSans Bold;
    color: #fff;
    font-size: 55px;
    text-align: center;
    margin-top: -95px;
    padding-right: 2px;
}


.ticker-container {
    width: 100%;
    background: darkblue;
    color: white;
    line-height: 45px;
    font-size: 35px;
    overflow: hidden;
}
.ticker-text {
    height: 150%;
    white-space:nowrap;
    display:inline-block;
}

.live-wrapper {
    position: relative;
}

.wof-header{
    height: 81px;
    background-color: #0b3c16;
    display: flex;
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 26px;
    align-items: center;
}
.midLeft{
    width: 476px;
}
.barabanCont{
    position: relative
}
.fooWheel{
    width: 372px;
    left: 18.5px;
    top: 56px;
    position: absolute;
}

#foo-wheel1{
    width: 408px;
    top: 38px;
    position: absolute;
}
.wofTitle span, .wofJackpotTitle span, .amountText{
    font-family: 'Wof';
    font-size: 56px;
    background: -webkit-linear-gradient(transparent, transparent),
    -webkit-linear-gradient(left,
            #e39610 0%,
            #e39610 25%,
            #e3e958 50%,
            #e39610 75%,
            #e39610 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}
.amountText{
    font-family: 'Wof';
    font-size: 27px;
    letter-spacing: 1px;
    background: -webkit-linear-gradient(transparent, transparent),
    -webkit-linear-gradient(left,
            #e39610 0%,
            #e3e958 15%,
            #e39610 20%,
            #e39610 25%,
            #e3e958 30%,
            #e39610 40%,
            #e39610 45%,
            #e3e958 50%,
            #e39610 60%,
            #e39610 65%,
            #e3e958 70%,
            #e39610 80%,
            #e39610 85%,
            #e3e958 90%,
            #e39610 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}
.amountLine{
    display: flex;
}
.wofJackpotTitle{
}
.wofJackpotTitle span{
    font-size: 20px;
    float: left
}
.topRow{
    display: flex;
    flex-direction: row;
}
.drawRow{
    font-family: sans-serif;
    justify-content: flex-end;
}
.topColumn{
    display: flex;
    flex-direction: column;
}
.new-odds-section{
    font-family: sans-serif;
    float: left;
    margin-top: 70px;
    width: 257px;
    margin-left: 20px;
}
.colTwo{
    border-left: 2px solid #ffbd1d;
    border-right: 2px solid #ffbd1d;
    padding-left: 8px;
    padding-right: 8px;
}
.colFour{
    border-left: 2px solid #ffbd1d;
    padding-left: 8px;
}
.colOne, .colThree{
    color: #ffbd1d;
    background-color: #225220;
    font-size: 12px;
    line-height: 25px;
}
.colTwo, .colFour{
    color: #fff;
    background-color: #225220;
    font-size: 12px;
    line-height: 25px;
    text-align: center;
}
.tableRow{
    justify-content: space-around;
    background-color: #225220;
    padding-top: 10px;
    padding-bottom: 10px;
}
.contentHeader{
    background-color: #0b3c16;
    color: #fff;
    justify-content:  center;
    padding-top: 8px;
    padding-bottom: 8px;
}
.drawHeader{
    background-color: #0b3c16;
    color: #fff;
    justify-content:  center;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 5px;
}
.statisticsRow{
    font-family: sans-serif;
    background-color: #0b3c16;
    padding: 0 15px
}
.drawHistory{
    color: #FFF;
    margin-left: 5px;
}
.numbersCombosTop{
    padding-left: 8px;
    padding-right: 8px;
    background-color: #225220;
}
.cent{
    text-align: center;
}
.numbersCombosBottom{
    color: #fff;
    padding-left: 8px;
    padding-right: 8px;
    background-color: #225220;
    margin-top: 5px;
}
.statsBorder{
    border-bottom: 2px solid #ffbd1d;
}
.lessRow > div:nth-child(2),.lessRow > div:nth-child(3),.lessRow > div:nth-child(4),.lessRow > div:nth-child(5),.lessRow > div:nth-child(6){
    border-left: 2px solid #ffbd1d;
    padding-left: 8px;
    padding-bottom: 10px;
}
.mostRow > div:nth-child(2),.mostRow > div:nth-child(3),.mostRow > div:nth-child(4),.mostRow > div:nth-child(5),.mostRow > div:nth-child(6){
    border-left: 2px solid #ffbd1d;
    padding-left: 8px;
}
.lessRow > div:nth-child(1), .mostRow > div:nth-child(1){
    font-family: sans-serif;
}
.onlyWidth{
    width: 45px;
}
.historyDraw{
    border-bottom: 2px solid #ffbd1d;
    padding: 10px 11px 3px 15px;
}
.statsNum{
    background-color: #0b3c16;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding: 10px 0 5px 0;
}
.statsFreq{
    background-color: #0b3c16;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding: 5px 0 10px 0;
    color: #fff
}
.statsNum > div:nth-child(1){
    color: #ffbd1d;
    width: 80px;
}
.statsFreq > div:nth-child(1){
    color: #ffbd1d;
    width: 80px;
}
.statsFreq > div{
    width: 22px;
    text-align: center;
}
.historySector{
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 3px 0 7px 0;
    font-family: "Wof";
}
.ffamily{
    font-family: "Wof";
}
.pad > div{
    width: calc(100% / 9);
    display: flex;
    justify-content: center;
    align-items: center;
}
.pad1 > div{
    width: calc(100% / 9);
    display: flex;
    justify-content: center;
    align-items: center;
}
.pad > div:nth-child(1), .pad1 > div:nth-child(1){
    justify-content: flex-start;
    border-right: 2px solid #ffbd1d;
    margin-right: 15px;
    width: 75px;
    display: flex;
    padding-left: 13px;
    font-size: 13px;
}
.pad > div:nth-child(1){
    margin-top: 10px
}
.pad1 > div:nth-child(1){
    margin-bottom: 10px
}
.numbersCombos{
    justify-content: space-around;
    color: #ffbd1d;
    border-bottom: 2px solid #ffbd1d;
    margin-top: 5px;
    background-color: #225220;
    padding-top: 8px;
    padding-bottom: 8px;
}
.lessRow{
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-top: 10px;
    font-family: "Wof";
}
.mostRow{
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-bottom: 10px;
    font-family: "Wof";
}
.numberBoard{
    display: flex;
    margin-top: 82px;
}
.padLeft{
    padding: 0 15px;
}
.wofBoardLeft{
    background-color: #0b3c16;
    border-left: 2px solid #ffbd1d;
    border-top: 2px solid #ffbd1d;
    border-bottom: 2px solid #ffbd1d;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: 'Wof';
    font-size: 30px;
    padding-left: 11px;
    padding-right: 11px;
    height: 188px;
}
.numRowOne{
    display: flex;
    flex-direction: row;
    font-family: 'Wof';
    color: #fff;
    font-size: 25px;
    background-color: #0b3c16;
    border-top: 2px solid #ffbd1d;
}
.numRowOne > div {
    border-left: 2px solid #ffbd1d;
    border-bottom: 2px solid #ffbd1d;
    padding: 6px 5px 6px 1px;
}
.numRowOne > div > div {
    background-color: #ff0c00;
    border-radius: 40px;
    margin-left: 5%;
    margin-right: 5%;
    border: 0.4px solid #ffbd1d;
    height: 48px;
    width: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.numRowTwo{
    display: flex;
    flex-direction: row;
    font-family: 'Wof';
    color: #fff;
    font-size: 25px;
    background-color: #0b3c16;
}
.numRowTwo > div {
    border-left: 2px solid #ffbd1d;
    border-bottom: 2px solid #ffbd1d;
    padding: 6px 5px 6px 1px;
}
.numRowTwo > div > div {
    background-color: #ff0c00;
    border-radius: 40px;
    margin-left: 5%;
    margin-right: 5%;
    border: 0.4px solid #ffbd1d;
    height: 48px;
    width: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.numRowThree{
    display: flex;
    flex-direction: row;
    font-family: 'Wof';
    color: #fff;
    font-size: 25px;
    background-color: #0b3c16;
}
.numRowThree > div {
    border-left: 2px solid #ffbd1d;
    border-bottom: 2px solid #ffbd1d;
    padding: 6px 5px 6px 1px;
}
.numRowThree > div > div {
    background-color: #ff0c00;
    border-radius: 40px;
    margin-left: 5%;
    margin-right: 5%;
    border: 0.4px solid #ffbd1d;
    height: 48px;
    width: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.numRowFour{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    font-family: sans-serif;
    color: #fff;
    font-size: 14px;
    background-color: #0b3c16;
    border-left: 2px solid #ffbd1d;
    border-right: 2px solid #ffbd1d;
    margin-right: -2px;
    height: 40px;
}
.numRowFour > div {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.leftRightBorder{
    border-left: 2px solid #ffbd1d;
    border-right: 2px solid #ffbd1d;
}
.numRowFive{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    font-family: sans-serif;
    color: #fff;
    font-size: 14px;
    background-color: #0b3c16;
    border: 2px solid #ffbd1d;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    margin-right: -2.2px;
    height: 40px;
}
.numRowFive > div{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.wofBoardRight{
    background-color: #0b3c16;
    border: 2px solid #ffbd1d;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    color: #ffbd1d;
    font-family: sans-serif;
    font-size: 18px;
    height: 188px;
}
.wofBoardRight div{
    width: 35px;
    height: 63px;
    margin-top: -0.7px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.styleB{
    border-top: 2px solid #ffbd1d;
    border-bottom: 2px solid #ffbd1d;
}
.leftBorder{
    border-left: 2px solid #ffbd1d;
}
.qyap{
    width: 50px;
}
.bgBlack{
    background-color: #000 !important;
}
.colorYellow{
    color: #ffbd1d
}
.colorWhite{
    color: #fff
}
.drawWidth{
    width: 170px;
    display: flex;
    flex-direction: column;
    text-align: center;
}
.drawColor{
    background-color: #225220;
    margin-top: 5px;
    line-height: 33px;
}
.drawColorHistory{
    background-color: #225220;
    margin-top: 5px;
}
.jackpotTextWhite{
    font-family: sans-serif;
    font-size: 9px;
}
.jackpotTextWhite1{
    font-family: sans-serif;
    font-size: 13px;
    margin-top: 5px;
}
.jackpotImg{
    width: 233px;
    height: 152px;
    background-image: url(/files/img/WOF_Jackpot_Frame.png);
    background-size: 100%;
    background-repeat: no-repeat;
    margin-top: 81px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 15px;
}

.btn-video {height: 120px;
    width: 180px;
    background-color: black;
    border: solid 3px white;
}
.btn-video:hover {
    background-color: #143b66;
}
/*.live-wrapper div.event-wrapper {*/
/*transition: 1s linear all;*/
/*left: 0;*/
/*display: block;*/
/*position: relative;*/
/*}*/
/*.live-wrapper div.event-wrapper.ng-hide-add, .live-wrapper div.event-wrapper.ng-hide-remove {*/
/*display: block !important;*/
/*}*/
/*.live-wrapper div.event-wrapper.ng-hide-add {*/
/*left: -100%;*/
/*}*/
/*.live-wrapper div.event-wrapper.ng-hide-remove {*/
/*left:0;*/
/*}*/
