.keno-root.loading {
    width: 100%;
    height: 100px;
}
.keno-root.loading .keno-loading{
    background: url('/v2.11/r/images/plugins/keno/keno_loader.gif') center center no-repeat;
    width: 200px;
    height: 100px;
    margin: 200px auto;
}
.keno-web #bd {
    width: 1000px;
    margin: 0 50px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.keno-web div.page-keno {
    position: relative;
    margin-left: 10%;
    width: 960px;
    height: 614px;
    box-sizing: border-box;
    border: 1px solid #555;
    padding: 1px;
    color: #fff;
    text-align: center;
    font-family: Verdana, Geneva, sans-serif;
    margin-right: 10%;
    margin: 0 auto;
    margin-top: 10px;
}
.keno-web div.page-keno div.keno-logo{
    position: absolute;
    left: 10px;
    top: 0;
    width: 120px;
    height: 38px;
    background-size: cover;
    background-image: url(/v1.030/r/images/site/icons/logo-keno.png);
    background-position: center;

}
.keno-web div.page-keno div.keno-logo.lottofive {
    width: 100px;
    background: url('/v2.11/r/images/plugins/keno/logo-lotofive.png') center center no-repeat;
    background-size: cover;
}
.keno-web div.page-keno div.keno-headerdraw{
    position: absolute;
    left: 130px;
    top: 0;
    width: 80px;
    height: 38px;
}
.keno-web div.page-keno div.keno-headerdraw span {
    padding: 1px 5px;
    border-radius: 3px;
}
.keno-web div.page-keno div {
    box-sizing: border-box;
}
.keno-web div.page-keno div.main-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 38px;
    /*background-color: #616161;*/
    color: #fff;
    font: bold 13px/38px Verdana;
    box-shadow: indianred;
}
.keno-web div.page-keno div.hd-gradient {
    background: #404040;
    background-image: linear-gradient(
        180deg,
        rgba(255, 255, 255, 0.2) 0%,
        rgba(255, 255, 255, 0.13) 10%,
        rgba(255, 255, 255, 0) 50.5%,
        rgba(0, 0, 0, 0.07) 50.6%,
        rgba(0, 0, 0, 0) 100%
    );
}
.keno-web div.page-keno div.keno-jackpot {
    position: absolute;
    top: 0;
    right: 35%;
    width: 280px;
    height: 38px;
    font: bold 18px/38px sans-serif;
    text-align:center;
}
.keno-web div.page-keno div.keno-jackpot.dd-gold{
    color:#3c2e09;
    text-shadow:0 1px #fe98;
    border-radius:4px;
    box-sizing: border-box;
    border: 1px solid #ffa3;
    background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #9f7928 30%, #8A6E2F 40%, transparent 80%),
    radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #5d4a1f 62.5%, #5d4a1f 100%);
    box-shadow:0 0 0 1px #0003, 0 2px 2px #0003;
    display: block !important
}
.keno-web div.page-keno div.main-header div.mytickets {
    position: absolute;
    top: 0;
    right: 0;
    width: 32%;
    padding-right: 30px;
    text-align: right;
}
.keno-web div.page-keno div.keno-draw-numbers {
    position: absolute;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    /*padding-left: 6px;*/
    top: 38px;
    left: 0;
    height: 50px;
    width: 68%;
    background-color: #2b2b2b;
}
.keno-web div.page-keno div.keno-draw-numbers.lottofive {
    justify-content: space-evenly;
}
.keno-web div.page-keno div.keno-draw-numbers div.draw-number {
    width: 32px;
    height: 32px;
    border-radius: 100%;
    float: left;
    margin: 10px 0px;
    text-align: center;
    background: rgb(43, 43, 43);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
    font: 10px/32px Verdana;
    color: #a1a1a1;
}
.keno-web div.page-keno  div.keno-draw-numbers div.draw-number.dropped{
    background-color: var(--c-background-odds);
    color: var(--c-text-primary);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.8), 0 -4px 10px rgba(0, 0, 0, 0.3) inset, 0 -4px 1px 6px rgba(0, 0, 120, 0.15) inset;
    font: bold 12px/30px Verdana;
    transition: 0.75s;
}
.keno-web div.page-keno div.draw-board {
    position: absolute;
    top: 88px;
    left: 0;
    width: 68%;
    height: 444px;
    padding: 12px 26px;
    background: #212121;
    box-shadow: inset 0 4px 4px -4px #0008;
}
.keno-web div.page-keno div.number {
    width: 34px;
    height: 34px;
    border-radius: 34px;
    float: left;
    margin: 6px 12px;
    text-align: center;
    background : linear-gradient(0deg, rgba(93, 93, 93, 1) 0%, rgba(71, 71, 71, 1) 100%);
    border-style : Solid;
    border-width: 0px;
    font: bold 12px/34px Verdana;
}
.keno-web div.page-keno div.number:active,
.keno-web div.page-keno div.click-btn:active,
.keno-web div.page-keno div.bet-bar div.submit-draws div.draw-mul div:active{
    background: linear-gradient(0deg, #757575 0%, #424242 100%);
}
.keno-web div.page-keno div.draw-board div.number {
    cursor: pointer;
    background-color: transparent;
    color: #fff;
    transition: 0.25s;
}
.keno-web div.page-keno div.draw-board div.number.selected {
    line-height: 30px;
    transition: 0.25s !important;
    border: 2px Solid var(--c-emphasis-a);
    box-shadow: 0 1px 0px rgba(255, 255, 255, 0.1) inset;
}
.keno-web div.page-keno div.draw-board div.number.dropped {
    background: var(--c-emphasis-a);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.8), 0 -4px 10px rgba(0, 0, 0, 0.3) inset, 0 -4px 1px 6px rgba(0, 0, 120, 0.15) inset;
    transition: 0.75s;
    color: var(--c-white);
}
.keno-web div.page-keno div.click-btn {
    background: #323232;
    box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0.2);
    border-color : #000;
    cursor: pointer;
}
.keno-web div.page-keno div.draw-markets{
    position: absolute;
    top: 482px;
    left: 0;
    height: 38px;
    line-height: 38px;
    width: 68%;
    marging: auto; 
    text-align: center;
    font: bold 12px/38px Verdana;
}
.keno-web div.page-keno div.draw-markets div.market-num{
    height: 38px;
    line-height: 38px;
    width: 38px;
    border-radius: 6px;
    margin: 0 1px;
    display: inline-block;
}
.keno-web div.page-keno div.draw-markets div.market-num.keno-all-in{
    width: 46px;
    font: 12px/38px Verdana;
}
.keno-web div.page-keno div.selections-tabs {
    position: absolute;
    top: 38px;
    right: 0;
    height: 50px;
    width: 32%;
    padding: 0 10px;
    background-color: #2b2b2b;
}
.keno-web div.page-keno div.switch-btn {
    position: absolute;
    left: 574px;
    top: 12px;
    width: 38px;
    height: 30px;
}
.keno-web div.page-keno div.switch-btn div.switch-text {
    position: absolute;
    left: 32px;
    width: 40px;
    text-align: center;
    bottom: 18px;
    font-size: 8px;
    color: #ccc;
}
.keno-web div.page-keno div.selections-tab{
    float: left;
    width: 50%;
    height: 30px;
    line-height: 30px;
    margin: 10px 0;
}
.keno-web div.page-keno div.mytickets-btns div.replay-bet {
    border-radius: 4px 0 0 4px;
}
.keno-web div.page-keno div.mytickets-btns div.clear-settled {
    border-radius: 0 4px 4px 0;
}
.keno-web div.page-keno div.tickets {
    position: absolute;
    top: 88px;
    right: 0;
    height: 444px;
    width: 32%;
    background: #181818;
}
.keno-web #keno-payouts {
    position: absolute;
    top: 88px;
    right: 0;
    height: 444px;
    width: 32%;
    background: #181818;
    text-align: center;
    overflow: auto;
}
.keno-web div.page-keno div.tickets div.clear-selections{
    font: 10px/20px Verdana;
    color: #ccc;
    width: 100%;
    height: 20px;
}
.keno-web div.page-keno div.tickets div.keno-clear-settled{
    float: left;
    padding-left: 10px;
    cursor: pointer;
}
.keno-web div.page-keno div.tickets div.keno-clear-tickets{
    float: right;
    padding-right: 10px;
    cursor: pointer;
}
.keno-web div.page-keno div.tickets div.keno-ticket-list {
    height: 100%;
    overflow: auto;
}
.keno-web div.page-keno div.tickets div.ticket-row {
    height: 68px;
    width: 96%;
    margin: 5px auto;
    text-align: center;
    clear: both;
    background-color: #424242;
    border-radius: 4px;
    color: #fff;
}
.keno-web div.page-keno div.tickets div.ticket-row div.ticket-header  {
    width: 100%;
    font: 12px/20px Verdana;
    height: 20px;
    border-radius: 4px 4px 0 0;
    background-color: #616161;
}
.keno-web div.page-keno div.tickets div.ticket-row.lost div.ticket-header {
    background-color: #f44;
}
.keno-web div.page-keno div.tickets div.ticket-row.won div.ticket-header  {
    background-color: #39B54A;
}
.keno-web div.page-keno div.tickets div.ticket-row div {
    height: 20px;
    float: left;    
}
.keno-web div.page-keno div.tickets div.ticket-row div.ticket-clear {
    width: 10%;
    height: 100%;
    float: right;
    text-align: center;
    font: bold 12px/20px Verdana;
    color: #fff;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.16);
    border-radius: 0 4px 0 0;
}
.keno-web div.page-keno div.tickets div.ticket-row div.ticket-replay {
    width: 10%;
    height: 100%;
    float: left;
    text-align: center;
    font: bold 12px/20px Verdana;
    color: #fff;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.16);
    border-radius:  4px 0 0 0;
}
.keno-web div.page-keno div.tickets div.ticket-row div.ticket-selections {
    text-indent: 3px;
    width: 80%;
    height: 100%;
    overflow: hidden;
}
.keno-web div.page-keno div.tickets div.ticket-row div.ticket-selections span.ticket-numbers{
    float: left;
    padding-left: 5px;
}
.keno-web div.page-keno div.tickets div.ticket-row div.ticket-selections span.ticket-draws{
    float: right;
    padding-right: 5px;
}
.keno-web div.page-keno div.tickets div.ticket-row div.ticket-numbers{
    width: 100%;
    text-align: center;
    font: 12px/28px Verdana;
    height: 28px;
}
.keno-web div.page-keno div.tickets div.ticket-row div.ticket-numbers span.number{
    display: inline-block;
    padding: 2px 4px;
    height: 28px;
    line-height: 28px;
    margin-right: 1px;
    box-sizing: border-box;
}
.keno-web div.page-keno div.tickets div.ticket-row div.ticket-numbers span.number-hit {
    color: #0f0;
}
.keno-web div.page-keno div.tickets div.ticket-row div.ticket-stake-row{
    width: 100%;
    height: 20px;
    font: 11px/20px Verdana;
    border-top: 1px solid #888;
    white-space: nowrap;
}
.keno-web div.page-keno div.tickets div.ticket-row div.ticket-stake-row div.ticket-stake{
    width: 40%;
    height: 100%;
    text-align: left;
    padding-left: 5px;
}
.keno-web div.page-keno div.tickets div.ticket-row div.ticket-stake-row div.ticket-payout {
    width: 60%;
    height: 100%;
    text-align: right;
    padding-right: 5px;
}
.keno-web div.page-keno div.bet-bar{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 80px;
    background-color: #5d5d5d;
    color: #fff;
    text-align: center;
}
.keno-web div.page-keno div.bet-bar div.keno-info{
    float: left;
    width: 32%;
    height: 60px;
    margin: 10px 8px;
    background-color: #323232;
    border-radius:  4px;
    font: 11px/20px Verdana;
}
.keno-web div.page-keno div.bet-bar div.keno-info div.info-title{
    width: 100%;
    height : 20px;
    font: 12px/20px Verdana;
    background-color: #212121;
    text-align: center;
}
.keno-web div.page-keno div.bet-bar div.keno-info div.next-draw-info{
    float: left;
    width: 35%;
    height: 100%;
    font: 11px/20px Verdana;
    border-right: 1px solid #000;
}
.keno-web div.page-keno div.bet-bar div.keno-info div.myticket-info{
    float: right;
    width: 65%;
    height: 100%;
    font: 10px/20px Verdana;
}
.keno-web div.page-keno div.keno-info div.draft-draws{
    float: left;
    height: 100%;
    width: 70%;
    overflow: hidden;
}
.keno-web div.page-keno div.keno-info div.draft-market{
    float: right;
    height: 100%;
    width: 30%;
    overflow: hidden;
    border-left: 1px solid #000;
}
.keno-web div.page-keno div.bet-bar div.keno-info div.draft-numbers{
    height: 20px;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #000;
    font: 9px/20px Verdana;
}
.keno-web div.page-keno div.bet-bar div.keno-info span.helper{
    height: 100%;
    width: 100%;
    font: 10px/20px Verdana;
    color: #ccc;
}
.keno-web div.page-keno div.bet-bar div.keno-info div.draft-numbers span.number {
    display: inline-block;
    height: 100%;
    width: 12px;
    margin: 0 2px;
    text-align: center;
    font: 9px/20px Verdana;
}
.keno-web div.page-keno div.bet-bar div.stake-info{
    float: left;
    width: 33%;
    height: 60px;
    margin: 10px 8px;
    background-color: #323232;
    border-radius: 6px;
}
.keno-web div.page-keno div.bet-bar div.stake-info div.stake-btn {
    float: left;
    height: 28px;
    width: 13%;
    margin: 1px 0.125%;
    /*border-color : #000;*/
    color: #fff;
    font: 12px/28px Verdana;
    cursor: pointer;
}
.keno-web div.page-keno div.bet-bar div.stake-info div.stake-btn:last-child{
    width: 20%
}
.keno-web #keno-ticket-stake {
    float: left;
    height: 30px;
    width: 33.5% !important;
    padding-right: 3%;
    border-radius: 0 4px 0 0;
    border: 1px solid #323232;
    box-shadow: inset 0 4px 12px rgba(0, 0, 0, 0.2), 0px 1px 1px rgba(255, 255, 255, 0.1);
    text-align: right;
    background : #ffffff;
    border-color : #000;
    color: #000000;
    font: italic 14px/30px Verdana;
    box-sizing: border-box;
}
.keno-web div.page-keno div.bet-bar div.submit-draws{
    float: left;
    width: 30%;
    height: 60px;
    margin: 10px 4px;
    background-color: #323232;
    border-radius: 4px;
}
.keno-web div.page-keno div.bet-bar div.submit-draws div.keno-all-in{
    float: left;
    width: 15%;
    height: 60px;
    line-height: 60px;
    border-radius: 4px 0 0 4px;
}
.keno-web div.page-keno div.bet-bar div.submit-draws div.draw-mul {
    float: left;
    width: 15%;
    height: 60px;
}
.keno-web div.page-keno div.bet-bar div.submit-draws div.draw-mul div {
    height: 30px;
    width: 100%;
    font: bold 14px/32px Verdana;
    cursor: pointer;
    box-shadow:  inset -1px -1px 0px rgba(0, 0, 0, 0.2);
}
.keno-web div.page-keno div.bet-bar div.submit-draws div.draw-show {
    float: left;
    height: 60px;
    width: 25%;
}
.keno-web div.page-keno div.bet-bar div.submit-draws div.draw-show div.draws-num {
    height: 40px;
    width: 100%;
    font: 22px/45px Verdana;
}
.keno-web div.page-keno div.bet-bar div.submit-draws div.draw-show div.draws-text {
    height: 20px;
    width: 100%;
    font: 8px/10px Verdana;
}  
.keno-web div.page-keno div.bet-bar div.submit-draws div.place-bets {
    display: block;
    float: left;
    height: 60px;
    width: 60%;
    background: var(--c-background-betslip-button-bet);
    box-shadow : 0px 2px 2px rgba(0, 0, 0, 0.15);
    border-radius: 0 4px 4px 0;
    font: 14px/24px Verdana;
    padding: 6px 0;
    cursor: pointer;
    background: var(--c-emphasis-c)
}
.keno-web div.page-keno div.bet-bar div.submit-draws div.place-bets div {
    width: 100%;
    height: 24px;
    text-align: center;
}
.keno-web div.page-keno div.bet-bar div.submit-draws div.place-bets div.submit-stake {
    height: 24px;
    font: 10px/24px Verdana;
    width: 100%;
    border-bottom-right-radius: 4px;
    overflow: hidden;
    text-align: center;
}
.keno-web div.page-keno .switch {
    position: absolute;
    left: 38px;
    top: 16px;
    width: 25px;
    height: 8px;
}
.keno-web div.page-keno .switch input {display:none;}
.keno-web div.page-keno .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: -2px;
  right: -4px;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.keno-web div.page-keno .slider:before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  left: -2px;
  bottom: -1px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
.keno-web div.page-keno input:checked + .slider {
  background-color: #2196F3;
}
.keno-web div.page-keno input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}
.keno-web input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.keno-web div.page-keno .slider.round {
  border-radius: 10px;
}
.keno-web div.page-keno .slider.round:before {
  border-radius: 50%;
}

.keno-web #keno-payouts div.payout-balls {
    background-color: #FCBE16;
    color: #000;
    height: 20px;
    font: 16px/20px Verdana;
}
.keno-web #keno-payouts div.payout-row {
    font: 12px/20px Verdana;
    display: inline-flex;
    height: 20px;
    width: 100%;
}
.keno-web #keno-payouts div.payout-row.payout-hd{
    background-color: #252525;
}
.keno-web #keno-payouts div.payout-row.row0{
    background-color: #424242;
    
}
.keno-web #keno-payouts div.payout-row.row1{
    background-color: #323232;
    
}
.keno-web #keno-payouts div.payout-row div {
    width: 50%;
}
.keno-web #keno-payouts div.payout-row span.payout-jackpot {
    color: #FCBE16;
}


/* 001 * * * * * * * * * * * * * * * * * */
/* * * * * * * GRAB SOME CSS * * * * * * */
/* * * * * * * * * * * * * * * Thrasos * */

/* Normal Button */
.keno-web .btn1 {
  text-align: center;
  background-color: #444;
  border-style: Solid;
  border-color: rgba(0, 0, 0, 0.4);
  border-width: 1px;
  border-radius: 4px;
  box-shadow: 0 1px 0px rgba(255, 255, 255, 0.1) inset;
  transition: 0.25s;
}
.keno-web .btn2 {
  text-align: center;
  background-color: var(--c-emphasis-c);
  border-style: Solid;
  border-color: rgba(0, 0, 0, 0.4);
  border-width: 1px;
  border-radius: 4px;
  box-shadow: 0 1px 0px rgba(255, 255, 255, 0.1) inset;
  transition: 0.25s;
}
.keno-web div.page-keno div.selections-tabs .selected,
.keno-web div.page-keno div.draw-markets .selected {
  background-color: var(--c-emphasis-c);
  color:#fff;
  box-shadow: 0 1px 0px rgba(255, 255, 255, 0.1) inset;
  transition: 0.25s;
}
/* Inactive Button */
.keno-web .btn1-ghost {
  text-align: center;
  background-color: #444;
  border-style: Solid;
  border-color: rgba(0, 0, 0, 0.4);
  border-width: 1px;
  border-radius: 4px;
  opacity: 0.32;
}

/* Tab L */
.keno-web .btn-tab-l,
.keno-web .btn-tab-r {
  text-align: center;
  background-color: #444;
  border-style: Solid;
  border-color: rgba(0, 0, 0, 0.4);
  border-width: 1px;
  border-radius: 8px 0 0 8px;
  box-shadow: 0 1px 0px rgba(255, 255, 255, 0.1) inset;
  transition: 0.25s;
  width: 100%;
}

.keno-web .btn-tab-r {
  border-width: 1px 1px 1px 0;
  border-radius: 0 8px 8px 0;
}

/* 002 * * * * * * * * * * * * * * * * * */
/* * * PUT ALL HOVER STATES IN HERE  * * */
@media (hover: hover) {
  .keno-web .btn1:hover,
  .keno-web .btn2:hover,
  .keno-web .btn-tab-l:hover,
  .keno-web .btn-tab-r:hover {
    background-color: #555;
    transition: 0.05s;
  }
}

/* 003 * * * * * * * * * * * * * * * * * */
/* * PUT ALL ACTIVE STATES BELOW HOVER * */
.keno-web .btn1:active,
.keno-web .btn2:active,
.keno-web .btn-tab-l:active,
.keno-web .btn-tab-r:active {
  background-color: var(--c-emphasis-c);
  color: #fff;
}
.keno-web div.keno-ticket-replay .replay-icon {
    height: 100%;
    width: 100%;
    background: url('/v2.11/r/images/plugins/common/repeat.png') center center no-repeat;
    background-size: contain;
}
.keno-web div.keno-draw-ticket .closex-icon {
    height: 100%;
    width: 100%;
    background-image: url(/v1.030/r/images/site/icons/material-symbols_close_white.svg);}