.keno-holder {
    max-width: 960px;
    margin: 0 auto;
    display: inline-block;
    /* background-color: #111a29; */
    padding: 10px;
    width: 100%;
    margin-top: 20px;
    border-radius: 5px;
    box-shadow: 0 10px 50px #00000047;
}

.lastbets-tabs {
    margin: 10px auto;
    text-align: center;
    padding: 20px 10px;
    position: relative;
    z-index: 1;
    max-width: 960px;
    width: 100%;
    overflow-y: hidden;
    margin-bottom: 0;
    text-align: center;
}

.lastbets-tabs span {
    display: inline-block;
    font-weight: 200;
    color: rgba(255, 255, 255, 0.38);
    cursor: pointer;
    /* border-radius: 3px; */
    font-size: 12px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    padding: 3px 13px;
}

.lastbets-tabs span.active {
    color: #ffffff;
    /* background: #0087f7; */
    background: -webkit-linear-gradient(to right, #0087f7, #006beb);
    /* background: linear-gradient(to right, #0087f7, #006beb); */
    border-bottom: 2px solid;
}

.lastbets-tabs span:hover {
}

.result-box {
}

.result-box p {
    text-align: center;
    font-family: Roboto;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 0;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.result-box p.green-win {
    background-color: #212121;
    color: #CDDC39;
}

.result-box p.red-lose {
    background-color: #212121;
    color: #ff6060;
}

.bet-tables {
    display: none;
    width: 100%;
}

.bet-tables.active {
    display: inline-block;
    text-align: center;
}

#autobet-options .auto-bet-form {
    background-color: #333237;
    color: #fff;
    font-family: Roboto;
    padding: 10px;
    border-bottom: 2px solid #2b2a2f;
    min-height: 130px;
}

#autobet-options .auto-bet-form > span {
    display: inline-block;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    text-align: center;
    padding: 10px 0;
    font-weight: 600;
    border-radius: 3px;
}

#autobet-options .auto-bet-form .if-success {
    color: #63a11b;
}

#autobet-options .auto-bet-form .if-lose {
    color: #f22413;
}

#autobet-options .auto-bet-form .checkbox {
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    font-size: 14px;
}

#autobet-options .auto-bet-form .pad-no {
    line-height: 20px;
    text-align: center;
}

#autobet-options .auto-bet-form input[type="text"] {
    border: none;
    padding: 4px;
    border-radius: 2px;
    background-color: rgba(0, 0, 0, 0.52);
    color: #fff;
    font-family: Roboto;
}

.verify-bet {
    text-decoration: underline;
    text-align: center !important;
    cursor: pointer;
}

.verify-bet-modal p {
    margin: 5px 0;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.90) !important;
}

.verify-bet-modal p b {
    display: block;
    font-size: 12px;
    line-break: strict;
    max-width: 100%;
    word-break: break-all;
    color: #ffffff9e;
    font-weight: 400;
}

.more-options {
    display: inline-block;
    margin-top: 10px;
    padding: 6px 4px;
    border-radius: 2px;
    /* background-color: #212121; */
    width: 100%;
}

.more-options span {
    display: inline-block;
    background-color: #2121215e;
    color: #fff;
    font-family: "Segoe UI Classic", Tahoma;
    float: left;
    width: 32.5%;
    margin: 0 0.4%;
    text-align: center;
    padding: 5px 0;
    border-radius: 3px;
    font-size: 12px;
    cursor: pointer;
}

.more-options span:hover {
    opacity: 0.7;
}

.more-options span.bonus-button {
    background-color: #8bc34a70;
}

.keno-numbers {
    max-width: 480px;
    display: inline-block;
    border-radius: 7px;
    overflow: hidden;
    padding: 0 8px;
    text-align: center;
    float: left;
    height: 320px;
}

.keno-numbers span {
    width: 54px;
    height: 54px;
    display: inline-block;
    padding: 14px;
    text-align: center;
    background-color: #26364d;
    margin: 4px 2px;
    color: #ffffff;
    font-weight: 600;
    line-height: 29px;
    border-radius: 49px;
    cursor: pointer;
    box-shadow: 0 0 5px 1px #0000001a;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    float: left;
    font-size: 22px;
    box-shadow: 0 4px 0 -1px #334662;
    position: relative;
}

.keno-numbers span:hover {
    opacity: 0.8;
    background-color: #0e4390;
    box-shadow: 0 5px 0 -1px #2963b8;
    position: relative;
    top: -1px;
}

.keno-numbers span.selected {
    color: #ffffff;
    opacity: 1;
    background: #005295;
    box-shadow: 0 4px 0 -1px #166cb3;
}

.keno-numbers span.won {
    color: #ffffff;
    opacity: 0.4;
    background: #b22318;
    box-shadow: 0 4px 0 -1px #e2655b;
}

.keno-numbers .won.selected {
    color: #ffffff;
    opacity: 1;
    background: #679631;
    box-shadow: 0 4px 0 -1px #9eb97e;
}

.keno-numbers .won:before {
    content: " ";
    position: absolute;
    width: 78%;
    height: 78%;
    background-color: #26364d;
    top: 12%;
    left: 11%;
    border-radius: 50%;
    box-shadow: 0 0 10px #00000080 inset;
}

.keno-numbers .won.selected:before {
    content: " ";
    position: absolute;
    width: 78%;
    height: 78%;
    background-color: #26364d;
    top: 12%;
    left: 11%;
    border-radius: 50%;
    box-shadow: 0 0 10px #00000080 inset;
}

.keno-numbers span b {
    position: relative;
}

.keno-payouts {
    width: 100%;
    margin: 0;
    display: inline-block;
    margin-top: 0;
    max-width: 160px;
    float: right;
    min-height: 320px;
}

.keno-payouts .payout {
    color: rgba(255, 255, 255, 0.32);
    display: inline-block;
    font-size: 12px;
    padding: 2px 6px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35);
    width: 100%;
    position: relative;
    margin: 0;
    float: left;
    text-align: left;
    line-height: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
}

.keno-payouts .payout:last-child {
    border-bottom: none;
}

.keno-payouts .payout:hover {
    background-color: #FF9800;
    z-index: 2;
    cursor: pointer;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    color: #000;
    border-radius: 2px;
    border-color: #ff9800;
    text-shadow: none;
}

.keno-payouts .payout:hover b {
    font-size: 14px;
    font-weight: 600;
}

.keno-payouts .payout:hover span {
    color: #000;
    font-weight: 800;
}

.keno-payouts .payout.won {
    border-bottom: none;
    box-shadow: none;
    background: #ffffff29;
    border-radius: 3px;
    z-index: 1;
    position: relative;
    color: #8BC34A;
    text-shadow: none;
    padding-top: 0;
    margin-top: 0;
    line-height: 16px;
    position: relative;
    top: 2px;
    text-shadow: none;
    font-weight: 600;
    margin-bottom: 5px;
    padding-bottom: 0;
}

.keno-payouts .payout.won span {
    color: #8BC34A;
    font-size: 14px;
}

.keno-payouts .payout.won b {
    font-size: 15px;
    line-height: 10px;
    color: #ffffffd4;
    font-weight: 800;
    position: relative;
    top: 4px;
}

.keno-payouts .payout b {
    /* display: block; */
    padding: 0;
    font-weight: 500;
    float: right;
}

.keno-payouts .payout span {
    display: inline-block;
    width: 100%;
    color: #fff;
    letter-spacing: 0.3px;
    /* font-weight: 800; */
    color: #ffffff33;
    font-size: 12px;
    text-shadow: none;
}

.game-table {
    text-align: center;
}

.game-table .keno-tabs {
    max-width: 240px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    float: left;
    height: 320px;
    border-right: 1px solid #131b28;
    padding-right: 10px;
}

.game-table .keno-tabs .tabs-holder {
    display: inline-block;
    width: 100%;
}

.game-table .keno-tabs .tabs-holder span {
    display: inline-block;
    width: 50%;
    float: left;
    text-align: center;
    padding: 12px;
    color: #ffffff94;
    font-size: 12px;
    text-transform: uppercase;
    font-family: Roboto;
    cursor: pointer;
    background-color: #2f3545;
    box-shadow: 0 1px 0 #ffffff1c;
}

.game-table .keno-tabs .tabs-holder span.active {
    background-color: #454e64;
    box-shadow: none;
}

.game-table .tab-content {
    display: none;
    width: 100%;
    text-align: left;
}

.game-table .tab-content.active {
    display: inline-block;
}

.keno-input {
    display: inline-block;
    width: 50%;
    float: left;
    padding: 10px;
    position: relative;
    background-color: #00000059;
    border-radius: 4px;
}

.keno-input .over-input {
    position: absolute;
    bottom: 20px;
    right: 20px;
    color: #ffffff91;
    font-size: 12px;
    font-weight: 400;
    text-shadow: 1px 1px 2px #0000007d;
}

.keno-input > span {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    color: #ffffffad;
}

.keno-input > input {
    display: inline-block;
    width: 100%;
    border: none;
    outline: none;
    border-radius: 2px;
    padding: 7px 10px;
    background-color: #ffffff14;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    margin-top: 5px;
    position: relative;
    font-family: 'Titillium Web', sans-serif;
}

.keno-input > input:disabled {
    color: #ffffff52 !important;
}

.keno-input.bet-input input {
    padding-left: 35px;
}

.keno-input .action-buttons {
    float: right;
    position: relative;
    top: 0px;
    height: 14px;
}

.keno-input .action-buttons span {
    font-size: 10px;
    text-transform: uppercase;
    padding: 4px 7px;
    background-color: #ffffff14;
    color: #ffffff8c;
    border-radius: 2px;
    cursor: pointer;
    float: left;
    margin-left: 4px;
}

.keno-input .action-buttons span:hover {
    color: #fff;
}

.keno-input img {
    width: 22px;
    position: absolute;
    bottom: 18px;
    left: 17px;
    opacity: 0.5;
}

.auto-win-loss {
    display: inline-block;
    width: 100%;
    border: none;
    outline: none;
    border-radius: 2px;
    padding: 2px;
    background-color: #2f3545;
    color: #fff;
    font-family: Roboto;
    font-weight: 500;
    font-size: 16px;
    margin-top: 5px;
    box-shadow: 0 1px 0 #ffffff17;
    position: relative;
}

.auto-win-loss i {
    position: absolute;
    top: 11px;
    right: 9px;
    font-size: 12px;
    color: #ffffff73;
}

.auto-win-loss .radio {
    background-color: #fff0;
    border: none;
    color: #fff;
    outline: 0;
    float: left;
    font-family: Roboto;
    text-transform: uppercase;
    width: 25%;
    font-size: 12px;
    font-weight: 500;
    line-height: 29px;
    cursor: pointer;
    text-shadow: 1px 1px 2px #0000005c;
    border-radius: 2px;
}

.auto-win-loss .radio.active {
    background: #444c63;
    background: -webkit-linear-gradient(to bottom right, #444c63, #313647);
    background: linear-gradient(to bottom right, #444c63, #313647);
    box-shadow: 0 7px 10px #00000069;
}

.auto-win-loss input {
    border: none;
    background-color: #454e64;
    border-radius: 2px;
    outline: none;
    padding: 5px;
    float: right;
    width: 49%;
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-family: Roboto;
    font-size: 17px;
    line-height: 21px;
}

.auto-win-loss input:disabled {
}

.auto-speed {
    display: inline-block;
    width: 100%;
    border: none;
    outline: none;
    border-radius: 2px;
    padding: 2px;
    background-color: #2f3545;
    color: #fff;
    font-family: Roboto;
    font-weight: 500;
    font-size: 16px;
    margin-top: 5px;
    box-shadow: 0 1px 0 #ffffff17;
    position: relative;
}

.auto-speed b {
}

.auto-speed .radio {
    background-color: #fff0;
    border: none;
    color: #fff;
    outline: 0;
    float: left;
    font-family: Roboto;
    text-transform: uppercase;
    width: 33.33%;
    font-size: 12px;
    font-weight: 500;
    line-height: 29px;
    cursor: pointer;
    text-shadow: 1px 1px 2px #0000005c;
    border-radius: 2px;
}

.auto-speed .radio.active {
    background: #444c63;
    background: -webkit-linear-gradient(to bottom right, #444c63, #313647);
    background: linear-gradient(to bottom right, #444c63, #313647);
    box-shadow: 0 7px 10px #00000069;
}

.autobet {
    display: inline-block;
    width: 100%;
    background: #97a7f8;
    background: -webkit-linear-gradient(to bottom right, #97a7f8, #888bf9);
    background: linear-gradient(to bottom right, #97a7f8, #888bf9);
    border-radius: 3px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.48);
    padding: 17px;
    color: #0000006b;
    font-weight: 600;
    text-shadow: 1px 1px #ffffff2b;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border-top: 1px solid #ffffff5e;
    text-align: left;
    width: 70%;
    margin-bottom: 15px;
}

.autobet:hover {
    opacity: 0.7;
}

.autobet b {
    display: block;
    font-size: 29px;
    color: #fff;
    text-shadow: 1px 1px #0000002b;
}

.autobet i {
    position: absolute;
    right: -12px;
    top: 10px;
    font-size: 100px;
}

.bet {
    width: 100%;
    text-align: center;
    display: inline-block;
    color: #ffffff;
    background: #20964d;
    background: -webkit-linear-gradient(to right, #20964d, #649d22);
    background: linear-gradient(to right, #20964d, #649d22);
    font-size: 22px;
    line-height: 41px;
    border-radius: 3px;
    box-shadow: 0 4px 20px #00000014;
    text-transform: uppercase;
    font-weight: 800;
    cursor: pointer;
    margin: 10px 0;
    text-shadow: 1px 1px 0 #1f5e35;
    font-family: "Open Sans";
}

.bet:hover {
    opacity: 0.8;
}

/************************************/
/************************************/
.choose-balance {
    width: 100%;
    max-width: 680px;
    margin: 0 auto 20px;
    overflow-y: overlay;
    padding: 3px;
    background-color: #2f3545;
    border-radius: 2px;
    box-shadow: 0 1px 0 #ffffff14;
    display: block;
}

.choose-balance .radio {
    background-color: #fff0;
    border: none;
    color: #fff;
    outline: 0;
    float: left;
    font-family: Roboto;
    text-transform: uppercase;
    width: 49%;
    font-size: 12px;
    font-weight: 500;
    line-height: 29px;
    cursor: pointer;
    text-shadow: 1px 1px 2px #0000005c;
    border-radius: 2px;
}

.choose-balance .radio.active {
    background: #444c63;
    background: -webkit-linear-gradient(to bottom right, #444c63, #313647);
    background: linear-gradient(to bottom right, #444c63, #313647);
    box-shadow: 0 7px 10px #00000069;
}

.choose-balance .radio:hover {
}

.choose-balance .choose-balance-holder {
    width: 49%;
    float: right;
    position: relative;
    display: inline-block;
    height: 31px;
    background-color: #0000007d;
    border-radius: 3px;
}

.choose-balance .choose-balance-holder p {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #fff;
    border: none;
    font-weight: 600;
    font-family: Roboto;
    font-size: 16px;
    line-height: 31px;
    border-radius: 2px;
    margin: 0;
}

.choose-balance button:nth-child(2) {
    display: none;
}

.choose-balance.active button {
    width: 33%;
}

.choose-balance.active button:nth-child(2) {
    display: inline-block;
}

.choose-balance.active .choose-balance-holder {
    width: 33%;
}

.choose-balance .choose-balance-holder img {
    position: absolute;
    width: 24px;
    left: 5px;
    top: 3px;
}

.choose-balance .choose-balance-holder b {
    position: absolute;
    top: 5px;
    right: 8px;
    font-size: 14px;
    color: #fff;
}

/************************************/
.statistics {
    width: 100%;
    max-width: 680px;
    display: block;
    margin: 0 auto;
    overflow-y: visible;
    margin-bottom: 26px;
    height: 34px;
    padding: 0 10px;
}

.statistics span {
    display: inline-block;
    text-transform: uppercase;
    float: left;
    font-size: 12px;
    font-weight: 500;
    color: #f1f1f1;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #00000030;
    text-align: left;
    text-shadow: 0 5px 30px #000;
}

.statistics span b {
    display: block;
    color: #fff;
}

/************************************/
.play-buttons {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
}

.play-buttons span {
    font-size: 11px;
    display: inline-block;
    line-height: 20px;
    padding: 2px 15px;
    margin: 0 5px 0 0;
    border-radius: 4px;
    color: rgba(255, 255, 255, 0.84);
    cursor: pointer;
    text-align: center;
    float: left;
    background-color: #0f151f;
}

.play-buttons span:hover {
    background-color: #ffffff21;
}

.play-buttons span:last-child {
    border-right: none;
}

@media screen and (max-width: 992px) {
    .lastbets-tabs span {
        padding: 0 20px;
        width: auto;
    }

    .table-item {
        padding: 10px 10px;
    }
}

@media screen and (max-width: 768px) {
    .keno-numbers span {
        width: 35px;
        height: 35px;
        line-height: 35px;
        padding: 0;
    }

    .keno-numbers span.won.selected {
        transform: scale(1.3);
    }

    .keno-numbers span.won {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 16px;
    }

    .game-table .keno-tabs {
        max-width: 100%;
        border-right: none;
        height: auto;
        width: 100%;
    }

    .keno-numbers {
        margin: 0 auto;
        display: block;
        float: none;
        max-width: 332px;
        height: auto;
        margin-bottom: 10px;
    }

    .keno-payouts {
        float: left;
        max-width: 100%;
        min-height: auto;
    }
}