.mt-15 {
    margin-top: 15px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mr-10 {
    margin-right: 10px;
}
.clear-fix {
    clear: both;
}

.font-khmer {
    font-family: 'Khmer OS Battambang', 'Khmer OS System' !important;
}

.text-left {
    text-align: left;
}
.main-content {
    width: 100%;
    min-width: 1100px;
}

.main-content .header-bar {
    width: 100%;
    min-width: 1100px;
    overflow: hidden;
    height: 85px;
    background-color: #eeeeee;
    padding: 10px 0px;
}
.main-content .left-header {
    float: left;
    width: 175px;
}

.main-content .center-header {
    float: left;
    width: calc(100% - 290px);
}

.main-content .right-header {
    float: right;
    width: 115px;
}

.header-bar .logo img {
    width: 50%;
}
.header-bar .logout .button {
    margin-top: 12px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    padding: 20px;
    background-color: #9a0000;
    border: none;
    border-radius: 12px;
}

.header-bar .center-header .topbar {
    height: 50px;
}

.header-bar .center-header .topbar .left-topbar {
    float: left;
    text-align: left;
    width: 50%;
}

.header-bar .center-header .topbar .right-topbar {
    float: right;
    text-align: right;
    width: 50%;
}

.topbar .left-topbar label,
.topbar .left-topbar span {
    line-height: 50px;
}

.right-topbar .list-menu {
    list-style-type: none;
    float: right;
    padding: 15px 0px;
}

.right-topbar .list-menu li {
    float: left;
    line-height: 20px;
    padding: 0px 7px;
    border-left: 1px solid #ccc;
}

.right-topbar .list-menu li:first-child {
    border-left: none;
}

.center-header .slide-text {
    line-height: 30px;
    background-color: #ffffff;
}


/* Navbar CSS */

.navbar-header {
    height: 40px;
    background-color: #dae3ef;
}

.navbar-header .list-menu {
    list-style-type: none;
}

.navbar-header .list-menu li.item {
    float: left;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    padding: 0px 15px;
    color: #236ba0;
}

.navbar-header .list-menu li a {
    text-decoration: none;
}

.navbar-header .list-menu a.active li,
.navbar-header .list-menu li:hover {
    color: #ffffff;
    background-color: #236ba0;
}


/* End Navbar CSS */


/* Footer Bar CSS */

.footer-bar {
    position: fixed;
    bottom: 0;
    width: 100%;
    min-width: 1100px;
    height: 25px;
    background-color: #dce1e5;
    border-top: 1px solid #879ed4;
}

.footer-bar .left-sidebar,
.footer-bar .right-sidebar {
    float: left;
    width: calc(50% - 30px);
    height: 25px;
    padding: 0px 15px;
}

.footer-bar .right-sidebar {
    line-height: 25px;
    text-align: right;
}

.footer-bar .right-sidebar span {
    font-size: 12px;
    color: #4778b3;
    font-weight: bold;
}


/* End Footer Bar CSS */


/* Sub Navbar CSS */

.sub-navbar {
    height: 30px;
    background-color: #236ba0;
}

.sub-navbar .list-menu {
    list-style-type: none;
}

.sub-navbar .list-menu li.item {
    float: left;
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
    padding: 0px 15px;
    color: #ffffff;
}

.sub-navbar .list-menu a.active li,
.sub-navbar .list-menu li:hover {
    color: #f8931d;
}


/* End Sub Navbar CSS */


/* CSS Content Game */

.content-game {
    min-width: 1100px;
    margin-top: 145px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 25px;
    overflow-y: auto;
}

.content-game.has-submenu {
    margin-top: 175px;
}

.content-game .left-sidebar {
    float: left;
    position: absolute;
    height: calc(100% - 200px);
    width: 300px;
    /* background-color: #eeeeee; */
    margin-right: 15px;
}

.content-game .right-sidebar {
    float: left;
    margin-left: 315px;
    width: calc(100% - 315px);
}


/* End CSS Content Game */


/* CSS Left Sidebar Game */

.menu-item-sidebar {
    list-style-type: none;
}

.menu-item-sidebar.dt li:nth-child(2n + 1):not(:first-child) {
    background-color: #f5f5f5;
}

.menu-item-sidebar.dt .sub-item li:first-child {
    font-weight: bold;
    background-color: #e0e0e0;
}

.menu-item-sidebar .item {
    height: 35px;
    line-height: 35px;
    padding: 0px 10px;
}

.menu-item-sidebar .item.header-item {
    background-color: #e9e9f3;
}

.menu-item-sidebar .item.header-item span {
    font-weight: bold;
    color: #333333;
}

.menu-item-sidebar .left-item {
    float: left;
    width: 60%;
}

.menu-item-sidebar .right-item {
    float: right;
    text-align: right;
    font-weight: bold;
    width: 40%;
    height: 35px;
}

.menu-item-sidebar .col-item {
    float: left;
    width: 35%;
    text-align: left;
    height: 35px;
}

.menu-item-sidebar .col-item:first-child,
.menu-item-sidebar .col-item:last-child {
    float: left;
    width: 15%;
    text-align: left;
    height: 35px;
}

.menu-item-sidebar .col-item:nth-child(3) {
    color: #777777;
    font-weight: bold;
}

.menu-item-sidebar .col-item:last-child {
    text-align: right;
    color: #293780;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}

.menu-item-sidebar .col-item:last-child:hover {
    text-decoration: underline;
    color: #333333;
}

.menu-item-sidebar .right-item .data-item i.material-icons {
    line-height: 35px;
    cursor: pointer;
}

.menu-item-sidebar .right-item .data-item i.material-icons:hover {
    color: #293780;
    text-shadow: 0px 0px 3px #cccccc;
}


/* End CSS Left Sidebar Game */


/* CSS Content Game Keno */

.content-game-keno {
    float: left;
    width: 779px;
    height: 620px;
    border: 2px solid #66940a;
    background-color: #484848;
}

.content-game-keno,
.modal-bet {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -khtml-user-select: none;
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently supported by Chrome and Opera */
}
.content-game-keno .logo{
    text-align: center;
}

.content-game-keno .logo img {
    height: 60px;

}

.content-game-keno .content-result {
    width: 779px;
    height: 214px;
    margin-left: 1px;
    margin-top: 1px;
    clear: both;
}

.content-game-keno .content-result .col-parent-result {
    float: right;
    width: 36.9px;
    margin-right: 2px;
    height: auto;
}

.content-game-keno .title-content {
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9c730+0,fef200+53,f9c730+100 */
    background: #f9c730;
    /* Old browsers */
    background: -moz-linear-gradient( top, #f9c730 0%, #c3bc23 53%, #f9c730 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient( top, #f9c730 0%, #c3bc23 53%, #f9c730 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient( to bottom, #f9c730 0%, #c3bc23 53%, #f9c730 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f9c730', endColorstr='#f9c730', GradientType=0);
    /* IE6-9 */
}

.btn-logout {
    cursor: pointer;
}

.btn-logout:focus {
    outline: none;
}

.content-game-keno .row .content-game-left {
    float: left;
    width: 370.5px;
    height: 366px;
}

.content-game-keno .row .content-game-left .main-title .logo {
    float: left;
    width: 148px;
    height: 60px;
    background-color: #bc1e2d;
}

.content-game-keno .row .content-game-left .main-title .info-before-card {
    float: left;
    width: 220.5px;
    height: 60px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9c730+0,fef200+53,f9c730+100 */
    background: #f9c730;
    /* Old browsers */
    background: -moz-linear-gradient( top, #f9c730 0%, #c3bc23 53%, #f9c730 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient( top, #f9c730 0%, #c3bc23 53%, #f9c730 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient( to bottom, #f9c730 0%, #c3bc23 53%, #f9c730 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f9c730', endColorstr='#f9c730', GradientType=0);
    /* IE6-9 */
}

.content-game-keno .row .content-game-right .box-content-right .info-after-card {
    text-align: center;
    line-height: 30px;
    width: 100%;
    height: 30px;
    margin-bottom: 2px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b21e2c+0,cc4949+50,b21e2c+100 */
    background: #b21e2c;
    /* Old browsers */
    background: -moz-linear-gradient( top, #b21e2c 0%, #cc4949 50%, #b21e2c 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient( top, #b21e2c 0%, #cc4949 50%, #b21e2c 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient( to bottom, #b21e2c 0%, #cc4949 50%, #b21e2c 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#b21e2c', endColorstr='#b21e2c', GradientType=0);
    /* IE6-9 */
}

.content-game-keno .row .content-game-right .box-content-right .info-after-card span {
    color: #ffffff;
    font-size: 14px;
}

.content-game-keno .row .content-game-right .box-content-right .info-after-card .title-card {
    float: left;
    width: calc(55% - 10px);
    line-height: 30px;
    padding-left: 10px;
    text-align: left;
}

.content-game-keno .row .content-game-right .box-content-right .info-after-card .title-card span {
    font-weight: bold;
}

.content-game-keno .row .content-game-right .box-content-right .info-after-card .time-now {
    float: left;
    width: calc(45% - 10px);
    line-height: 30px;
    padding-right: 10px;
    text-align: right;
}

.content-game-keno .row .content-game-right .box-content-right .info-after-card .time-now span {
    font-weight: bold;
}

.content-game-keno .row .content-game-right .box-content-right .box-over-under {
    width: 296px;
    height: 150px;
    margin-top: 2px;
}

.content-game-keno .row .content-game-right .box-content-right .box-over-under .box-bet {
    float: left;
    width: 142.5px;
    height: 146px;
    background-color: #ffffff;
    border: 2px solid #fac831;
    margin-right: 2px;
    text-align: center;
}


/*  */

.content-game-keno .row .content-game-right .box-content-right .box-over-under .box-bet.bet:hover {
    background-color: #a9a7bf;
    cursor: pointer;
}

.content-game-keno .row .content-game-right .box-content-right .box-over-under .box-bet.active {
    -webkit-animation: box_number_animation 2s;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-iteration-count: 2;
    /* Safari 4.0 - 8.0 */
    animation: box_number_animation 2s;
    animation-iteration-count: 2;
    background: #a9a7bf;
}

.content-game-keno .row .content-game-right .box-content-right .box-over-under .box-bet.bet:hover .label-text,
.content-game-keno .row .content-game-right .box-content-right .box-over-under .box-bet.bet:hover .label-text.blue {
    background-color: #812043 !important;
}

.content-game-keno .row .content-game-right .box-content-right .box-over-under .box-bet.active .label-text {
    -webkit-animation: box_number_animation 2s;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-iteration-count: 2;
    /* Safari 4.0 - 8.0 */
    animation: box_number_animation 2s;
    animation-iteration-count: 2;
    background: #812043;
}

.content-game-keno .row .content-game-right .box-bet-range-number.bet:hover .label-title {
    background: #ccbcc2;
    cursor: pointer;
}

.content-game-keno .row .content-game-right .box-bet-range-number.bet:hover .detail-bet {
    background-color: #a9a7bf !important;
    cursor: pointer;
}

.content-game-keno .row .content-game-right .box-bet-range-number.active .label-title {
    -webkit-animation: box_number_animation 2s;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-iteration-count: 2;
    /* Safari 4.0 - 8.0 */
    animation: box_number_animation 2s;
    animation-iteration-count: 2;
    background-color: #812043;
}

.content-game-keno .row .content-game-right .box-bet-range-number.active .detail-bet {
    -webkit-animation: box_number_animation 2s;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-iteration-count: 2;
    /* Safari 4.0 - 8.0 */
    animation: box_number_animation 2s;
    animation-iteration-count: 2;
    background: #812043;
}


/*  */

.content-game-keno .row .content-game-right .box-content-right .box-over-under .box-bet:last-child {
    margin-right: 0px;
}

.content-game-keno .row .content-game-right .box-content-right .box-over-under .box-bet .label-text {
    height: 100px;
    line-height: 100px;
    background-color: #bc1e2d;
}

.content-game-keno .row .content-game-right .box-content-right .box-over-under .box-bet .label-text span {
    color: #ffffff;
    font-size: 55px;
}

.content-game-keno .row .content-game-right .box-content-right .box-over-under .box-bet .label-range-number span {
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
}

.content-game-keno .row .content-game-right .box-content-right .box-over-under .box-bet .label-refund-price span {
    color: #bc1e2d;
    font-size: 16px;
    font-weight: bold;
    line-height: 21px;
}

.content-game-keno .row .content-game-left .main-title .info-before-card span {
    font-weight: bold;
    color: #be1c31;
    font-size: 15px;
}

.content-game-keno .row .content-game-left .main-title .info-before-card .row:first-child {
    margin-top: 5px;
}

.content-game-keno .row .content-game-left .main-title .info-before-card .col-left {
    float: left;
    width: calc(65% - 15px);
    height: 25px;
    line-height: 25px;
    padding-left: 15px;
}

.content-game-keno .row .content-game-left .main-title .info-before-card .col-right {
    float: left;
    width: calc(35% - 15px);
    height: 25px;
    line-height: 25px;
    padding-right: 15px;
}

.content-game-keno .row .content-game-left .rang-number {
    float: left;
    margin-top: 5px;
}

.content-game-keno .row .content-game-left .rang-number .number {
    float: left;
    text-align: center;
    line-height: 36px;
    width: 36px;
    height: 36px;
    margin-right: 1px;
    margin-bottom: 1px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e0e1e5+0,f1f1f1+51,e0e1e5+100 */
    background: #e0e1e5;
    /* Old browsers */
    background: -moz-linear-gradient( top, #e0e1e5 0%, #f1f1f1 51%, #e0e1e5 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient( top, #e0e1e5 0%, #f1f1f1 51%, #e0e1e5 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient( to bottom, #e0e1e5 0%, #f1f1f1 51%, #e0e1e5 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e0e1e5', endColorstr='#e0e1e5', GradientType=0);
    /* IE6-9 */
}

.content-game-keno .row .content-game-left .rang-number .number.active {
    -webkit-animation: box_number_animation 2s;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-iteration-count: 1;
    /* Safari 4.0 - 8.0 */
    animation: box_number_animation 2s;
    animation-iteration-count: 1;
    background: #bc1e2d;
    color: #ffffff;
}

.content-game-keno .row .content-game-left .rang-number .number.active {
    -webkit-animation: box_number_animation 2s;
    /* Safari 4.0 - 8.0 */
    -webkit-animation-iteration-count: 1;
    /* Safari 4.0 - 8.0 */
    animation: box_number_animation 2s;
    animation-iteration-count: 1;
    background: #236ba0;
    color: #ffffff;
}


/* Safari 4.0 - 8.0 */

@-webkit-keyframes box_number_animation {
    from {
        opacity: 1;
    }
    50% {
        opacity: 0.3;
    }
    to {
        opacity: 1;
    }
}

@keyframes box_number_animation {
    from {
        opacity: 1;
    }
    50% {
        opacity: 0.3;
    }
    to {
        opacity: 1;
    }
}

.content-game-keno .row .content-game-left .rang-number .number:nth-child(10n) {
    margin-right: 0px;
}

.content-game-keno .row .content-game-left .rang-number .number span {
    font-size: 16px;
    font-weight: bold;
}

.content-game-keno .row .content-game-right {
    float: left;
    width: 408.5px;
    height: 366px;
}

.content-game-keno .row .content-game-right .box-bet-range-number {
    float: left;
    width: 80px;
    height: 92px;
    margin-top: 1px;
    margin-right: 2px;
}

.content-game-keno .row .content-game-right .box-bet-range-number:last-child {
    margin-right: 0px;
}

.content-game-keno .row .content-game-right .box-bet-range-number .label-title {
    height: 45px;
    text-align: center;
    line-height: 45px;
    font-weight: bold;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e0e1e5+0,f1f1f1+51,e0e1e5+100 */
    background: #e0e1e5;
    /* Old browsers */
    background: -moz-linear-gradient( top, #e0e1e5 0%, #f1f1f1 51%, #e0e1e5 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient( top, #e0e1e5 0%, #f1f1f1 51%, #e0e1e5 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient( to bottom, #e0e1e5 0%, #f1f1f1 51%, #e0e1e5 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e0e1e5', endColorstr='#e0e1e5', GradientType=0);
    /* IE6-9 */
}

.content-game-keno .row .content-game-right .box-result-number {
    float: left;
    width: 105px;
    height: 220px;
    border: 2px solid #fac831;
    margin-bottom: 3px;
    margin-right: 3px;
}

.content-game-keno .row .content-game-right .box-result-number .box-loading-icon {
    text-align: center;
    height: 58px;
    line-height: 58px;
    color: #ffffff;
    background: -moz-linear-gradient(90deg, rgba(39, 34, 98, 1) 0%, rgba(46, 49, 146, 1) 50%, rgba(98, 87, 232, 1) 100%);
    /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(98, 87, 232, 1)), color-stop(50%, rgba(46, 49, 146, 1)), color-stop(100%, rgba(39, 34, 98, 1)));
    /* safari4+,chrome */
    background: -webkit-linear-gradient(90deg, rgba(39, 34, 98, 1) 0%, rgba(46, 49, 146, 1) 50%, rgba(98, 87, 232, 1) 100%);
    /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(90deg, rgba(39, 34, 98, 1) 0%, rgba(46, 49, 146, 1) 50%, rgba(98, 87, 232, 1) 100%);
    /* opera 11.10+ */
    background: -ms-linear-gradient(90deg, rgba(39, 34, 98, 1) 0%, rgba(46, 49, 146, 1) 50%, rgba(98, 87, 232, 1) 100%);
    /* ie10+ */
    background: linear-gradient(0deg, rgba(39, 34, 98, 1) 0%, rgba(46, 49, 146, 1) 50%, rgba(98, 87, 232, 1) 100%);
    /* w3c */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#6257e8', endColorstr='#272262', GradientType=0);
    /* ie6-9 */
}

.content-game-keno .row .content-game-right .box-result-number .box-loading-icon img {
    margin-top: 5px;
}

.content-game-keno .row .content-game-right .box-result-number .time-bet {
    margin-top: 2px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9c730+0,fef200+53,f9c730+100 */
    background: #f9c730;
    /* Old browsers */
    background: -moz-linear-gradient( top, #f9c730 0%, #c3bc23 53%, #f9c730 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient( top, #f9c730 0%, #c3bc23 53%, #f9c730 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient( to bottom, #f9c730 0%, #c3bc23 53%, #f9c730 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f9c730', endColorstr='#f9c730', GradientType=0);
    /* IE6-9 */
}

.content-game-keno .row .content-game-right .box-result-number .time-bet span {
    color: #000000;
    font-size: 26px;
    font-weight: bold;
}

.content-game-keno .row .content-game-right .box-result-number .time-bet.red span {
    color: #ff0000;
}

.content-game-keno .row .content-game-right .box-result-number .result-number {
    text-align: center;
    margin-top: 2px;
    height: 120px;
    line-height: 120px;
    color: #ffffff;
    font-weight: 700;
}

/* .content-game-keno .row .content-game-right .box-result-number .result-number-background {
    background: #1579e0;
    background: -moz-linear-gradient(top, #1579e0 0%, #dfe0ea 50%, #1579e0 100%);
    background: -webkit-linear-gradient(top, #1579e0 0%, #dfe0ea 50%, #1579e0 100%);
    background: linear-gradient(to bottom, #1579e0 0%, #dfe0ea 50%, #1579e0 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1579e0', endColorstr='#1579e0', GradientType=0);
} */

.content-game-keno .row .content-game-right .box-result-number .result-number-background-randing {
    background: rgb(255, 119, 0);
    background: -moz-linear-gradient(0deg, rgba(255, 119, 0, 1) 0%, rgba(255, 248, 0, 1) 100%)!important;
    background: -webkit-linear-gradient(0deg, rgba(255, 119, 0, 1) 0%, rgba(255, 248, 0, 1) 100%);
    background: linear-gradient(0deg, rgba(255, 119, 0, 1) 0%, rgba(255, 248, 0, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ff7700", endColorstr="#fff800", GradientType=1);
}

.content-game-keno .row .content-game-right .box-result-number .result-number span {
    font-size: 18px;
}

.content-game-keno .row .content-game-right .box-result-number .result-number .result-number-random {
    position: absolute;
    background: #a71f2d;
    width: 55px;
    height: 55px;
    padding: 10px;
    border-radius: 50%;
    font-size: 40px;
    margin: 23px 15px;
    line-height: 55px;
}

.content-game-keno .row .content-game-right .box-result-number .result-number .random-number span {
    font-size: 40px;
}

.content-game-keno .row .content-game-right .box-result-number .result-number .random-index-box {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #a71f2d;
    border-radius: 3px;
    margin: 3px 0px 0px 3px;
}

.content-game-keno .row .content-game-right .box-result-number .result-number .random-index-box span {
    line-height: 20px;
    font-size: 12px;
    display: block;
}

.content-game-keno .row .content-game-right .box-content-right {
    float: left;
    width: 296px;
    height: 224px;
    margin-bottom: 3px;
}

.content-game-keno .row .content-game-right .box-bet-range-number .detail-bet {
    padding-top: 7px;
    height: 40px;
    background-color: #a71f2d;
    text-align: center;
}

.content-game-keno .row .content-game-right .box-bet-range-number .detail-bet .range-title-number {
    display: block;
    color: #fdf200;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
}

.content-game-keno .row .content-game-right .box-bet-range-number .detail-bet .refund-title-price {
    display: block;
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
}

.content-game-keno .row .content-game-right .box-bet-range-number .detail-bet .refund-title-price span{
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
}

.content-game-keno .row .content-game-right .box-bet-range-number .label-title span {
    color: #a71f2d;
    font-size: 25px;
}

.content-game-keno .title-content span {
    font-size: 20px;
    color: #ff0000;
}

.content-game-keno .col-parent-result .col-result {
    float: left;
    width: 37.9px;
    height: 34.5px;
    border-right: 1px solid #fbc56b;
    border-bottom: 1px solid #fbc56b;
    background-color: #fff7bc;
}

.content-game-keno .content-result .result {
    float: left;
    margin-top: 2px;
    margin-left: 3.5px;
    text-align: center;
    color: #ffffff;
    width: 30.5px;
    height: 30.5px;
    border-radius: 50%;
}

.content-game-keno .content-result .result.yellow {
    background-color: #c5c500;
}

.content-game-keno .content-result .result.orange {
    background-color: #ffa500;
}

.content-game-keno .content-result .result.blue {
    background-color: #0000ff;
}

.content-game-keno .content-result .result.green {
    background-color: #006900;
}

.content-game-keno .content-result .result.red {
    background-color: #ff0000;
}

.content-game-keno .content-result .result span {
    font-size: 20px;
}


/* End CSD Content Game Keno */


/* CSS Modal Bet */

.modal-bet {
    float: left;
    width: 783px;
    height: 623px;
    background-color: #33333333;
    position: absolute;
    margin-top: 15px;
}

.modal-bet.hide {
    display: none;
}

.modal-bet .content-modal {
    width: 309px;
    height: 345px;
    background-color: #ffffff;
    border-radius: 7px;
    box-shadow: 0px 0px 15px #000000;
    margin-top: calc(40% - 255px);
}

.modal-bonus-win {
    float: left;
    width: 783px;
    height: 623px;
    background-color: #33333333;
    position: absolute;
    margin-top: 15px;
}

.modal-bonus-win.hide {
    display: none;
}

.modal-bonus-win .content-modal {
    width: 230px;
    height: 230px;
    background-color: #ffffff;
    border-radius: 7px;
    box-shadow: 0px 0px 15px #000000;
    margin-top: calc(40% - 255px);
    animation: shake 0.5s;
    animation-iteration-count: infinite;
}
.wrap-bonus{
    /* text-align: center; */
}
.header-text-bonus{
    font-weight: bold;
    color: gold;
    font-size: 20px;
    /* font-family: 'sans-serif'; */
}
.text-bonus{
    font-weight: bold;
    color: #d4d4d4;
    font-size: 22px;
    padding-top: 10px;
    /* font-family: 'sans-serif'; */
}
.text-bonus-balance{
    font-weight: bold;
    color: #00008e;
    font-size: 40px;
    padding-top: 10px;
    /* font-family: 'sans-serif'; */
}
.content-modal .title-bar {
    height: 40px;
    line-height: 40px;
    padding: 0px 10px;
    background-color: #236ba0;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.content-modal .title-bar .content-left,
.content-modal .title-bar .content-right {
    float: left;
    width: 50%;
}

.content-modal .title-bar .content-left span.card-id {
    font-weight: bold;
    color: #ffffff;
}

.content-modal .title-bar .content-right {
    text-align: right;
}

.content-modal .title-bar .content-right span.close-tab {
    font-weight: bold;
    color: #ffffff;
    background-color: #bc1e2d;
    padding: 5px 15px;
    border-radius: 3px;
    cursor: pointer;
}

.content-modal .content-detail .content-left,
.content-modal .content-detail .content-right {
    float: left;
    width: calc(50% - 20px);
    padding: 3px 10px;
    text-align: center;
}

.content-modal .content-detail .content-center {
    float: left;
    width: calc(100% - 20px);
    padding: 3px 10px;
    text-align: center;
}

.content-modal .content-detail .row span {
    line-height: 20px;
    font-weight: bold;
}

.content-modal .content-bet {
    background-color: #236ba0;
    height: 173px;
    margin: 0px 10px;
    border-radius: 7px;
}

.content-modal .content-bet .content-left,
.content-modal .content-bet .content-right {
    float: left;
    width: calc(50% - 20px);
    text-align: center;
    padding: 10px;
}

.content-modal .content-bet .content-left {
    text-align: left;
    color: #ffffff;
    line-height: 25px;
}

.content-modal .content-bet .content-right input {
    width: calc(100% - 10px);
    border: 1px solid #333333;
    padding: 5px;
}

.content-modal .content-bet .button-bet {
    float: left;
    width: 55px;
    height: 55px;
    line-height: 55px;
    margin: 3px 8.5px;
    background-color: #a71f2d;
    color: #ffffff;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 2px 2px 3px #fef200;
}

.content-modal .content-bet .button-bet span {
    font-size: 20px;
    font-weight: bold;
}

.content-modal .form-button .content-left,
.content-modal .form-button .content-right {
    float: left;
    width: calc(50% - 20px);
    padding: 0px 10px;
    text-align: center;
}

.content-modal .form-button button {
    width: 80px;
    height: 25px;
    line-height: 25px;
    font-weight: bold;
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
}

.content-modal .form-button button.btn-bet {
    background-color: #2e3192;
    border: 1px solid #2e3192;
}

.content-modal .form-button button.btn-reset {
    background-color: #a71f2d;
    border: 1px solid #a71f2d;
}


/* End CSS Modal Bet */


/* Sub Content Navbar */

.sub-content-navbar {
    height: 35px;
    line-height: 35px;
    padding: 0px 15px;
    background-color: #eeeeee;
}

.sub-content-navbar .date-report,
.sub-content-navbar .data-report,
.sub-content-navbar .bet-type-report,
.sub-content-navbar .button-report {
    float: left;
    margin-right: 15px;
}

.sub-content-navbar .date-report .react-datepicker-ignore-onclickoutside,
.sub-content-navbar .date-report .react-datepicker__input-container input {
    padding: 5px 14px;
    border-radius: 3px;
    border: 1px solid #cccccc;
    width: 90px;
}

.sub-content-navbar .date-report .react-datepicker-wrapper {
    margin-right: 5px;
}

.sub-content-navbar .date-report .react-datepicker-wrapper:last-child {
    margin-right: 0px;
}

.sub-content-navbar .date-report select,
.sub-content-navbar .data-report select,
.sub-content-navbar .bet-type-report select {
    padding: 4px 10px;
    border-radius: 3px;
    border: 1px solid #cccccc;
    width: 120px;
}

.sub-content-navbar .button-report button,
.container .breadcrumb .btn-add,
.bg-overlay .nyro_table_content_white .button_nyro {
    margin: 0px 5px;
    color: #ffffff;
    background-color: #236ba0;
    border: 1px solid #236ba0;
    padding: 5px;
    border-radius: 3px;
    box-shadow: 0px 0px 2px #fbc56b;
    text-decoration: none;
    cursor: pointer;
}

.bg-overlay table tr.one_column {
    text-align: center;
}

.sub-content-navbar .data-report input {
    width: 120px;
    line-height: 27px;
    padding: 0px 5px;
    border-radius: 5px;
    border: 1px solid #dddddd;
}

.sub-content-navbar .data-report input.date-picker {
    width: 160px;
}


/* End Sub Content Navbar */


/* Container */

.container {
    padding: 15px;
}

.container .data-table {
    width: 100%;
}

.container .data-table,
.container .data-table th,
.container .data-table td {
    border-collapse: collapse;
    border: 1px solid #ccc;
    text-align: center;
}

.container .data-table th {
    line-height: 30px;
    background-color: #236ba0;
    color: #ffffff;
}

.container .data-table td {
    line-height: 25px;
}

.container .data-table td .link {
    cursor: pointer;
    font-weight: bold;
    color: #2e3192;
    text-decoration: underline;
}

.container .data-table tfoot tr {
    background-color: #dddddd;
}

.container .data-table tbody tr:nth-child(2n) {
    background-color: #f5f5f5;
}

.container .data-table tr.label-title td {
    font-weight: bold;
    color: #2e3192;
}

.container .data-table .red,
.content-detail .content-center .red {
    color: #b21e2c;
}

.container .data-table .blue {
    color: #2e3192;
}

.container .foot-pagination {
    margin: 10px 0px 20px 0px;
    height: 35px;
    line-height: 35px;
    text-align: center;
}

.container .foot-pagination .group-button {
    margin-left: 15px;
    display: inline-block;
}

.container .foot-pagination .group-button .btn-pagination {
    margin: 0px 5px;
    color: #ffffff;
    background-color: #236ba0;
    border: 1px solid #236ba0;
    padding: 5px 15px;
    border-radius: 3px;
    box-shadow: 0px 0px 2px #fbc56b;
    cursor: pointer;
    /* font-size: 12px; */
}

.container .foot-pagination .group-button .txt-pagination {
    width: 35px;
    margin: 0px 5px;
    padding: 0px 5px;
    line-height: 25px;
    border-radius: 3px;
    border: 1px solid #cccccc;
    text-align: center;
}


/* End Container */


/* Rule CSS */

.rule {
    padding: 15px 15px 0px 15px;
}

.rule>.title {
    display: block;
    font-weight: bold;
    margin-bottom: 10px;
    text-decoration: underline;
}

.rule p {
    text-indent: 25px;
}

.rule .content-left,
.rule .content-right {
    float: left;
    width: calc(50% - 10px);
}

.rule .content-left {
    margin-right: 10px;
}

.rule .content-right {
    margin-left: 10px;
}


/* End Rule CSS */

.react-datepicker__header {
    margin-top: 0px !important;
    padding-top: 0px !important;
}

/* .bg-login {
    background: url("../images/bg-login.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
} */

.content-login {
    padding-top: 40px;
    width: 100%;
}

.content-login .form-bg {
    max-width: 1170px;
    width: 100%;
}

.content-login .bg-game-header {
    float: left;
}

.content-login .form-bg .row {
    display: block;
}

.content-login .form-bg .game-item {
    float: left;
    width: 32.5%;
    margin: 0px 4px;
}
.content-login .form-bg .game-item:first-child {
    margin-left: 0px !important;
}

.content-login .form-bg .game-item:last-child {
    margin-right: 0px !important;
}

.content-login .form-login {
    position: absolute;
    margin-top: 60px;
    margin-left: 60px;
    border-radius: 10px;
    width: 340px;
    height: 460px;
    padding: 20px;
    background-color: #ffffffd6;
}

.content-login .form-login {
    text-align: center;
}

.content-login .content-form-login .form-group {
    margin: 15px 0px;
}

.content-login .content-form-login .form-group label {
    display: block;
    text-align: left;
    width: calc(100% - 30px);
    padding: 0px 15px;
    font-weight: bold;
    font-size: 16px;
    color: #555555;
}

.content-login .content-form-login .form-group input {
    display: block;
    width: calc(100% - 30px);
    font-size: 14px;
    padding: 12px 15px;
    border-radius: 18px;
    border: 0px;
    margin-top: 7px;
    background-color: #525252d4;
    color: #ffffff;
    font-weight: bold;
}

.content-login .content-form-login .form-group input[type="checkbox"] {
    float: left;
    display: inline-block;
    width: 25px;
    margin-top: 2px;
}

.content-login .content-form-login .form-group span {
    text-align: left;
    font-weight: bold;
    color: #555555;
    font-size: 16px;
}

.content-login .content-form-login .form-group .btn-submit {
    margin: 5px 0px;
    width: 100%;
    height: 40px;
    background-color: #0060f3;
    border: none;
    border-radius: 18px;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    cursor: pointer;
}

.content-login .form-login .title-content h1 {
    font-size: 25px;
    margin: 10px 0px;
    color: #4a4a4a;
}

.content-login input:focus,
.content-login select:focus,
.content-login textarea:focus,
.content-login button:focus {
    outline: none;
}

.date-picker {
    line-height: 27px;
    padding: 0px 5px;
    border-radius: 5px;
    border: 1px solid #dddddd;
}

.hidden {
    display: none;
}

.content-game-keno .row .content-game-right .box-result-number .time-bet .total-text {
    color: #ffffff !important;
}

.content-game-keno .row .content-game-right .box-result-number #total-result {
    margin-top: 2px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: linear-gradient( to bottom, #bc1e2d 0%, #e84040 53%, #bc1e2d 100%);
    background: -moz-linear-gradient( to bottom, #bc1e2d 0%, #e84040 53%, #bc1e2d 100%);
    background: -webkit-linear-gradient( to bottom, #bc1e2d 0%, #e84040 53%, #bc1e2d 100%);
}

.container .breadcrumb {
    width: calc(100% - 12px);
    padding: 5px 5px;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    background-color: #eee;
    margin-bottom: 10px;
}


/* Dialog CSS */

.modal-add-dialog {
    position: fixed;
    overflow-y: auto;
    z-index: 20;
    left: calc(30%);
    top: 200px;
    width: 40%;
    height: auto;
}

.modal-success {
    position: fixed;
    overflow-y: auto;
    z-index: 20;
    left: calc(40%);
    top: 250px;
    width: 25%;
    height: auto;
}

.modal-add-dialog.result {
    left: calc(50% - 391.5px);
    top: 20%;
    width: 783px;
    overflow-x: hidden;
    overflow-y: hidden;
}

.modal-add-dialog.result .content-game-keno {
    background-color: #ffffff;
    height: 384px;
}

#divFullModal .content-game-keno .header-content {
    background: #3c5aa0;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    height: 21px;
    line-height: 21px;
    margin-bottom: 2px;
}

#divFullModal .content-game-keno .title-left {
    float: left;
    padding-left: 5px;
}

#divFullModal .content-game-keno .close-result {
    float: right;
    padding: 0px 15px;
    background-color: #ff0000;
    cursor: pointer;
}

.title-content.none-cursor {
    cursor: default !important;
}

.bg-overlay {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    background: black;
    background: rgba(0, 0, 0, 0.2);
}

.bg-overlay table tr {
    line-height: 30px;
}

.bg-overlay table tr td input,
.bg-overlay table tr td select,
.bg-overlay table tr td textarea {
    padding: 4px 10px;
    border-radius: 3px;
    border: 1px solid #cccccc;
}

.bg-overlay table tr td:first-child {
    padding-left: 15px;
}

.nyro_table4_auto {
    font-size: 13px;
    width: 100%;
    border: 5px solid #dae4eb;
    background-color: #ffffff;
}

.nyro_table_header2 {
    background: #3c5aa0;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    height: 21px;
    line-height: 21px;
}

#divFullModal input#member_id,
#divFullModal input#agent_id,
#divFullModal input#master_id,
#divFullModal input#senior_id {
    width: 50px;
}

.red {
    color: #ff0000;
}

#divDepositCurrency #nyro_table_header {
    text-align: left !important;
    padding-left: 15px !important;
}

.form-change-password {
    margin-top: 10px;
    font-size: 13px;
    height: 120px;
    float: left;
    width: 40%;
    border: 5px solid #dae4eb;
    background-color: #ffffff;
}

.form-change-password .nyro_table_header2,
.form-change-password tr td,
.form-pick-number .nyro_table_header2,
.form-pick-number tr td {
    line-height: 25px;
}

.form-change-password .nyro_table_header2,
.form-change-password tr td:first-child,
.form-pick-number .nyro_table_header2,
.form-pick-number tr td:first-child {
    padding-left: 15px;
}

.form-change-password .nyro_table_content_white .button_nyro {
    margin: 0px 5px;
    color: #ffffff;
    background-color: #236ba0;
    border: 1px solid #236ba0;
    padding: 5px;
    border-radius: 3px;
    box-shadow: 0px 0px 2px #fbc56b;
    text-decoration: none;
    cursor: pointer;
}

.form-change-password .nyro_table_content_white .button_nyro:first-child,
.form-pick-number .nyro_table_content_white .button_nyro:first-child {
    margin-left: 0px;
}


/* End Dialog CSS */


/* Edit Style CSS */

.content-game-keno .content-result {
    margin-left: 0px !important;
}

.content-game-keno .row .content-game-right .box-content-right .box-over-under .box-bet .label-text.blue {
    background-color: #2d3091 !important;
}

.content-game-keno .row .content-game-right .box-bet-range-number .detail-bet {
    background-color: #e69d9d !important;
}

.content-game-keno .row .content-game-right .box-bet-range-number .detail-bet .range-title-number {
    color: #000000 !important;
}

.content-game-keno .row .content-game-right .box-bet-range-number .detail-bet .refund-title-price {
    color: #000000 !important;
}

.content-game-keno .col-parent-result .col-result {
    float: left;
    width: 36.9px !important;
    height: 33.5px !important;
    background-color: #eadfcd !important;
    border-top: 1px solid #897757;
    border-left: 1px solid #897757;
    border-right: 1px solid #fff !important;
    border-bottom: 1px solid #fff !important;
    background-origin: border-box;
}

.content-game-keno .content-result .result {
    margin-top: 1.5px !important;
    margin-left: 3px !important;
}

.content-game-keno .content-result .result span {
    font-size: 18px !important;
}

.content-game-keno .row .content-game-right .box-result-number .result-number .result-number-random {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1f3b08+0,a50000+65,890200+98 */
    /* background: #1f3b08 !important; */
    /* Old browsers */
    /* background: -moz-radial-gradient(center, ellipse cover, #1f3b08 0%, #a50000 65%, #890200 98%) !important; */
    /* FF3.6-15 */
    /* background: -webkit-radial-gradient(center, ellipse cover, #1f3b08 0%, #a50000 65%, #890200 98%) !important; */
    /* Chrome10-25,Safari5.1-6 */
    /* background: radial-gradient(ellipse at center, #1f3b08 0%, #a50000 65%, #890200 98%) !important; */
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /* filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1f3b08', endColorstr='#890200', GradientType=1) !important; */
    /* IE6-9 fallback on horizontal gradient */
    background-image: url("../images/bg-result.png");
}

.text-danger {
    color: #E42828!important;
}

.btn-login:focus {
    outline: none;
}

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

.text-upper {
    text-transform: uppercase;
}

.text_blue {
    color: #00008e!important;
}

.text_red {
    color: #9a0000;
}

.select {
    padding: 4px 10px;
    border-radius: 3px;
    border: 1px solid #cccccc;
    width: 120px;
}

.content-game-keno .content-result .result.num-yellow {
    background-color: #efc60d;
}

.content-game-keno .content-result .result.num-blue {
    background-color: #110de6;
}

.content-game-keno .content-result .result.num-green {
    background-color: #12710d;
}

.content-game-keno .content-result .result.num-coffee {
    background-color: #79071b;
}

.content-game-keno .content-result .result.num-pink {
    background-color: #ff6882;
}
.content-game-keno .content-result .result.num-gold {
    background-color: gold;
}

.red-cycle {
    background: rgb(255, 0, 0);
    background: -moz-radial-gradient(circle, rgba(255, 0, 0, 0) 40%, rgba(156, 0, 0, 1) 45%, rgba(156, 0, 0, 1) 95%, rgba(255, 0, 0, 0) 95%);
    background: -webkit-radial-gradient(circle, rgba(255, 0, 0, 0) 40%, rgba(156, 0, 0, 1) 45%, rgba(156, 0, 0, 1) 95%, rgba(255, 0, 0, 0) 95%);
    background: radial-gradient(circle, rgba(255, 0, 0, 0) 40%, rgba(156, 0, 0, 1) 45%, rgba(156, 0, 0, 1) 95%, rgba(255, 0, 0, 0) 95%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#ff0000", endColorstr="#ff0000", GradientType=1);
}

.blue-cycle {
    background: rgb(0, 0, 205);
    background: -moz-radial-gradient(circle, rgba(0, 0, 205, 0) 40%, rgba(0, 0, 142) 45%, rgba(0, 0, 142, 1) 95%, rgba(0, 0, 255, 0) 95%);
    background: -webkit-radial-gradient(circle, rgba(0, 0, 205, 0) 40%, rgba(0, 0, 142) 45%, rgba(0, 0, 142, 1) 95%, rgba(0, 0, 255, 0) 95%);
    background: radial-gradient(circle, rgba(0, 0, 205, 0) 40%, rgba(0, 0, 142) 45%, rgba(0, 0, 142, 1) 95%, rgba(0, 0, 255, 0) 95%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#0000cd", endColorstr="#0000ff", GradientType=1);
}

.content-game-keno .content-result .result .num-font {
    line-height: 30.5px;
}

.mt-2 {
    margin-top: 20px;
}

.img-center {
    padding-top: 25px;
}

.padding-git {
    padding-top: 10px;
}


/* End Edit Style CSS */


/* Update Color */

.content-game-keno .row .content-game-left .main-title .logo {
    background: #05108a;
    background: -moz-linear-gradient(top, #2d83af 0%, #2880ad 50%, #2e7fb5 100%);
    background: -webkit-linear-gradient(top, #2d83af 0%, #2880ad 50%, #2e7fb5 100%);
    background: linear-gradient(to bottom, #2d83af 0%, #2880ad 50%, #2e7fb5 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#05108a', endColorstr='#05108a', GradientType=0);
}

.content-game-keno .row .content-game-left .main-title .info-before-card {
    background: #959595;
    /* Old browsers */
    background: -moz-linear-gradient(top, #959595 1%, #e1e1e1 50%, #959595 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #959595 1%, #e1e1e1 50%, #959595 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #959595 1%, #e1e1e1 50%, #959595 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /* IE6-9 */
}

.content-game-keno .row .content-game-right .box-result-number .box-loading-icon {
    background: #2b82ae;
    background: -moz-linear-gradient(top, #2b82ae 0%, #0b628e 100%);
    background: -webkit-linear-gradient(top, #2b82ae 0%, #0b628e 100%);
    background: linear-gradient(to bottom, #2b82ae 0%, #0b628e 100%);
}

.content-game-keno .title-content {
    background: #c5c5c5;
    background: -moz-linear-gradient(top, #c05622 0%, #f58f5d 50%, #bd531f 100%);
    background: -webkit-linear-gradient(top, #c05622 0%, #f58f5d 50%, #bd531f 100%);
    background: linear-gradient(to bottom, #c05622 0%, #f58f5d 50%, #bd531f 100%);
}

.content-game-keno .row .content-game-right .box-bet-range-number .detail-bet {
    background-color: #f1cece !important;
}

.content-game-keno .row .content-game-right .box-result-number #total-result {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#bd1e2d+0,e63e3f+50,bd1e2d+100 */
    background: #bd1e2d;
    /* Old browsers */
    background: -moz-linear-gradient(top, #bd1e2d 0%, #e63e3f 50%, #bd1e2d 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #bd1e2d 0%, #e63e3f 50%, #bd1e2d 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #bd1e2d 0%, #e63e3f 50%, #bd1e2d 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#bd1e2d', endColorstr='#bd1e2d', GradientType=0);
    /* IE6-9 */
}

.content-game-keno .row .content-game-right .box-result-number .result-number-background-randing {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fff700+0,ff7700+100 */
    background: #fff700;
    /* Old browsers */
    background: -moz-linear-gradient(top, #fff700 0%, #ff7700 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fff700 0%, #ff7700 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fff700 0%, #ff7700 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fff700', endColorstr='#ff7700', GradientType=0);
    /* IE6-9 */
}

.content-game-keno .row .content-game-right .box-content-right .box-over-under .box-bet .label-text.blue {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0f00fe+0,5a41ec+50,0f00fe+100 */
    background: #0f00fe;
    /* Old browsers */
    background: -moz-linear-gradient(top, #0f00fe 0%, #5a41ec 50%, #0f00fe 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #0f00fe 0%, #5a41ec 50%, #0f00fe 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #0f00fe 0%, #5a41ec 50%, #0f00fe 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0f00fe', endColorstr='#0f00fe', GradientType=0);
    /* IE6-9 */
}

.content-game-keno .row .content-game-right .box-content-right .box-over-under .box-bet .label-text {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#990000+0,df1e1e+50,990000+100 */
    background: #990000;
    /* Old browsers */
    background: -moz-linear-gradient(top, #990000 0%, #df1e1e 50%, #990000 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #990000 0%, #df1e1e 50%, #990000 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #990000 0%, #df1e1e 50%, #990000 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#990000', endColorstr='#990000', GradientType=0);
    /* IE6-9 */
}

.content-game-keno .row .content-game-right .box-content-right .info-after-card {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6f0404+0,8f2d2d+50,6f0404+100 */
    background: #236ba0;
    /* Old browsers */
    /* background: -moz-linear-gradient(top, #6f0404 0%, #8f2d2d 50%, #6f0404 100%); */
    /* FF3.6-15 */
    /* background: -webkit-linear-gradient(top, #6f0404 0%, #8f2d2d 50%, #6f0404 100%); */
    /* Chrome10-25,Safari5.1-6 */
    /* background: linear-gradient(to bottom, #6f0404 0%, #8f2d2d 50%, #6f0404 100%); */
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    /* filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#6f0404', endColorstr='#6f0404', GradientType=0); */
    /* IE6-9 */
}

.content-game-keno .rang-color {
    background: #e0d906;
    background: -moz-linear-gradient(to bottom, #f89260 0%, #b94f1b 100%);
    background: -webkit-linear-gradient(to bottom, #f89260 0%, #b94f1b 100%);
    background: linear-gradient(to bottom, #f89260 0%, #b94f1b 100%);
}

.content-game-keno .title-content span {
    font-size: 20px;
    color: #000000;
}

.content-game-keno .row .content-game-left .main-title .info-before-card span {
    color: #000000;
}

.khmer-font-size {
    font-size: 13px;
    padding: 2px 15px!important;
}

.text-blue {
    color: #00008e;
}

select {
    font-size: 14px;
}

.content-game-keno .row .content-game-right .box-bet-range-number .detail-bet .refund-title-price {
    color: #bc1e2d!important;
}

.text-marquee{
    width:100% !important;
}

.content-game ul li, .content-game ul li ul li{
    list-style-type: none;
}

.print-ticket{

    text-align: right;
    color: #293780;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;

}

.print-ticket:hover{

    text-decoration: underline;
    color: #333333;

}
.text-red{
    color: #9a0000;
}
#check-print{
    float:right;
    margin-top: 12px;
}

.content-game-keno.content-right{
    margin-left: 10px;
    width: 584px;
    background-color: transparent;
}

#result-over-under{
    width: 584px !important;
}

.content-logo{
    height: 366px;
    text-align: center;
}

.content-logo img{
    height: 366px;
}
.form-pick-number{

    margin-top: 10px;
    font-size: 13px;
    width: 40%;
    height: 120px;
    float: left;
    border: 5px solid #dae4eb;
    background-color: #ffffff;
    clear: left;

}
.button_nyro{

    margin: 10px 0;
    color: #ffffff;
    background-color: #2e3192;
    border: 1px solid #2e3192;
    padding: 5px;
    border-radius: 3px;
    box-shadow: 0px 0px 2px #fbc56b;
    text-decoration: none;
    cursor: pointer;

}

.form-result{

    margin:10px 0 0 5%;
    font-size: 13px;
    width: 90%;
    height: 650px;
    border: 5px solid #dae4eb;
    background-color: #ffffff;
    display: inline-block;
    clear: right;

}

.form-result .nyro_table_header2 {
    background: #3c5aa0;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    width: 100%;
    text-align: center;
    float: left;
}
.btn-pick-result{

    width: 12%;
    height:227.5px;
    float: left;
    margin: 20px 0 0 3.75%;
    border:2px solid #dae4eb;

}
.btn-refresh-container{
    margin-top: 20px;
    width: 80px;
    margin-left: calc(50% - 40px);
    float: left;
    clear: left;
    background-color:#3c5aa0;
    color: #ffffff;
    text-align: center;
    cursor: pointer;

}
.btn-refresh-container:focus{
    outline: none;
}
.refresh-icon{
    line-height: 40px;
}
.btn-pick-result .top{
    cursor: pointer;
    color: #a71f2d;
    text-align: center;
    height: 122.5px;
    background: linear-gradient( to bottom, #e0e1e5 0%, #f1f1f1 51%, #e0e1e5 100%);
}
.btn-pick-result .mid{
    height: 52.5px;
    background-color: #f1cece;
    text-align: center;
}
.btn-pick-result .bottom{
    height: 52.5px;
    background-color: #3c5aa0;
    text-align: center;
    color: #ffffff;
}
.text-percent{
    font-size: 20px;
    line-height: 52.5px;
    font-weight: bold;
}
.text-pick-result{
    line-height: 122.5px;
    font-size: 50px;
    font-weight: bold;
}
.hidden-pick-menu{
    display: none!important;
}
.active-pick-result{
    background: #acb962!important;
}
/* .bet-price{

    font-size: 30px;
    color: #3c5aa0;

} */
.sb_container{
    margin-top:20px;
    height: 175px;
    width: 100%;
    float: left;
}
.sb_container .sub_sb{
    width: 64%;
    height: 100%;
}
.sb_container .sub_sb .sub_sb_element{
    height: 100%;
    width: 33.33%;
    float: left;
    margin: 0;
    border:0;

}
.sb_container .sub_sb .sub_sb_element .sub_b_top, .sb_container .sub_sb .sub_sb_element .sub_s_top{

    height: 50%;
    width: 60%;
    background: linear-gradient( to bottom, #e0e1e5 0%, #f1f1f1 51%, #e0e1e5 100%);
    line-height: 87.5px;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    color: #a71f2d;

}
.sb_container .sub_sb .sub_sb_element .sub_b_mid, .sb_container .sub_sb .sub_sb_element .sub_s_mid{

    height: 25%;
    width: 60%;
    background-color: #f1cece;
    line-height: 43.75px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;


}
.sb_container .sub_sb .sub_sb_element .sub_b_bot, .sb_container .sub_sb .sub_sb_element .sub_s_bot{

    height: 25%;
    width: 60%;
    background-color: #3c5aa0;
    color:#ffffff;
    line-height: 43.75px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;

}
.sb_container .sub_sb .sub_sb_element .sub_s_top_jp{

    height: 100%;
    width: 70%;
    border-radius: 50%;
    background: linear-gradient( to bottom, #e0e1e5 0%, #f1f1f1 51%, #e0e1e5 100%);
    line-height: 175px;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    vertical-align: center;
    color: #a71f2d;
    cursor: pointer;
    background-image: url("../images/star.jpg");
    background-size: 100%;

}
.form-result .winlose_pick{
    margin-top: 20px;
    background: #f1cece;
    padding: 5px;
    line-height: 30px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0px 0px 2px #fbc56b;
    font-size: 18px;
    font-weight: bold;
    width: 180px;
    height: 30px;
    float: left;
    margin-left: calc(50% - 90px);

}
.three_com{

    width:calc(234% - 2px);
    border-right: 2px solid #dae4eb;
    border-bottom: 2px solid #dae4eb;

}
.three_b_com{
    height: 122.5px;
}
.green{
   color: #006900;
}

/* Add Style */

.content-login .form-login{
    width: 1000px;
}

.form-login .logo{
    float: left;
    width: 40%;
}

.content-form-login{
    float: left;
    width: 60%;
}

.content-login .form-login{
    height: 340px;
}

.content-login .content-form-login .form-group input{
    border-radius: 5px;
}

.content-login .content-form-login .form-group .btn-submit{
    float: left;
    width: 48%;
    border-radius: 5px;
}

.btn-submit#clear{
    background-color: red;
}

.btn-submit#clear{
    margin-right: 2%;
}

.btn-submit#login{
    margin-left: 2%;
}

.bg-login{
    background-color: #b10000;
}
.graph-content{
    background: #c5c5c5!important;
    background: -moz-linear-gradient(top, #c5c5c5 0%, #e7e7e7 50%, #c5c5c5 100%)!important;
    background: -webkit-linear-gradient(top, #c5c5c5 0%, #e7e7e7 50%, #c5c5c5 100%)!important;
    background: linear-gradient(to bottom, #c5c5c5 0%, #e7e7e7 50%, #c5c5c5 100%)!important;
}


.ex .header-bar {
    width: 100%;
    min-width: 1100px;
    overflow: hidden;
    height: 85px;
    background: rgb(254,81,0);
    background: linear-gradient( 180deg, rgb(248 80 80) 0%, rgb(131 8 8) 100%);
    padding: 10px 0px;
}

.ex .header-bar .logout .button {
    margin-top: 12px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    padding: 20px;
    background: rgb(254,81,0);
    background: linear-gradient(180deg, rgba(254,81,0,1) 0%, rgba(236,155,4,1) 100%);
    border: 2px solid #fff;
    border-radius: 12px;
}
.ex .navbar-header {
    height: 40px;
    background: rgb(254,81,0);
    background: linear-gradient(180deg, rgba(254,81,0,1) 0%, rgba(236,155,4,1) 100%);
}
.ex .navbar-header .list-menu a.active li, .ex .navbar-header .list-menu li:hover {
    color: #ffffff;
    background-color: #a71e1e;
}
.ex .navbar-header .list-menu li.item {
    float: left;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    padding: 0px 15px;
    color: #fff;
}
.ex .sub-content-navbar .button-report button, .ex .container .breadcrumb .btn-add, .bg-overlay .nyro_table_content_white .button_nyro {
    margin: 0px 5px;
    color: #ffffff;
    background: rgb(254,81,0);
    background: linear-gradient(180deg, rgba(254,81,0,1) 0%, rgba(236,155,4,1) 100%);
    padding: 5px;
    border-radius: 2px;
    text-decoration: none;
    cursor: pointer;
}
.ex .container .data-table th {
    line-height: 30px;
    background: rgb(254,81,0);
    background: linear-gradient(180deg, rgba(254,81,0,1) 0%, rgba(236,155,4,1) 100%);
    color: #ffffff;
}
.ex .container .foot-pagination .group-button .btn-pagination {
    margin: 0px 5px;
    color: #ffffff;
    background: rgb(254,81,0);
    background: linear-gradient(180deg, rgba(254,81,0,1) 0%, rgba(236,155,4,1) 100%);
    padding: 5px 15px;
    border-radius: 3px;
    box-shadow: 0px 0px 2px #fbc56b;
    cursor: pointer;
    /* font-size: 12px; */
}
.ex .sub-navbar {
    height: 30px;
    background-color: #c80505;
}
.ex .sub-navbar .list-menu a.active li, .sub-navbar .list-menu li:hover {
    color: #fff200;
}
.ex .form-change-password {
    margin-top: 10px;
    font-size: 13px;
    height: 120px;
    float: left;
    width: 40%;
    border: 2px solid #ee9404;
    background-color: #ffffff;
}
.ex .form-change-password .nyro_table_content_white .button_nyro {
    margin: 0px 5px;
    color: #ffffff;
    background: rgb(254,81,0);
    background: linear-gradient(180deg, rgba(254,81,0,1) 0%, rgba(236,155,4,1) 100%);
    padding: 5px;
    border-radius: 3px;
    box-shadow: 0px 0px 2px #fbc56b;
    text-decoration: none;
    cursor: pointer;
}
.ex .nyro_table_header2 {
    background: #fd5600;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    height: 21px;
    line-height: 21px;
}
.ex .button_nyro {
    margin: 10px 0;
    color: #ffffff;
    background:  linear-gradient(180deg, rgba(254,81,0,1) 0%, rgba(236,155,4,1) 100%);
    border: 1px solid  #fd5600;
    padding: 5px;
    border-radius: 3px;
    box-shadow: 0px 0px 2px #fbc56b;
    text-decoration: none;
    cursor: pointer;
}
.ex .sb_container .sub_sb .sub_sb_element .sub_b_bot, .sb_container .sub_sb .sub_sb_element .sub_s_bot {
    height: 25%;
    width: 60%;
    background-color: #fd5600;
    color: #ffffff;
    line-height: 43.75px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.ex .btn-pick-result .bottom {
    height: 52.5px;
    background-color: #fd5600;
    text-align: center;
    color: #ffffff;
}
.ex .btn-refresh-container {
    margin-top: 20px;
    width: 80px;
    margin-left: calc(50% - 40px);
    float: left;
    clear: left;
    background-color: #fd5600;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
}

.firework .container {
    padding: 0px;
    z-index: 9;
    opacity: 0.7;
}
.firework{
    width: 100%;
}

.navbar-header .list-menu a.active li {
    color: #ffffff;
    background-color: #236ba0;
}

.content-game-keno .row .content-game-right .box-result-number .time-bet {
    margin-top: 2px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #f9c730;
    background: -moz-linear-gradient( to bottom, #d16835 0%, #f18b58 53%, #d86338 100%);
    background: -webkit-linear-gradient( to bottom, #d16835 0%, #f18b58 53%, #d86338 100%);
    background: linear-gradient( to bottom, #d16835 0%, #f18b58 53%, #d86338 100%);
}

.content-game-keno .row .content-game-right .box-result-number .time-bet span {
    color: #ffffff
}

.bg-login {
    background-color: #ca2424;
}
.form-balance-win {
    margin-top: 10px;
    font-size: 13px;
    width: 40%;
    height: 150px;
    float: left;
    border: 5px solid #dae4eb;
    background-color: #ffffff;
    clear: left;
}
.bonus{
    animation-name: blinking;
    animation-duration: 1s;
    -webkit-animation-name: blinking; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
    -webkit-animation-iteration-count: infinite; 
    -webkit-animation-timing-function: cubic-bezier(1.0,0,0,1.0);
    outline: 7px solid #fac831;
    animation-iteration-count: infinite;
    position: relative;
}

@keyframes blinking {
    0% {
        outline-color: transparent;
      }
    50% {
        outline-color: gold;
    }
    100% {
        outline-color: transparent; 
    }
}
  @-webkit-keyframes blinking {
    0% {
        outline-color: transparent;
      }
    50% {
        outline-color: gold;
    }
    100% {
        outline-color: transparent; 
    }
}

@keyframes shake {
    0% { transform: translate(1px, 1px) rotate(0deg); }
    10% { transform: translate(-1px, -2px) rotate(-1deg); }
    20% { transform: translate(-3px, 0px) rotate(1deg); }
    30% { transform: translate(3px, 2px) rotate(0deg); }
    40% { transform: translate(1px, -1px) rotate(1deg); }
    50% { transform: translate(-1px, 2px) rotate(-1deg); }
    60% { transform: translate(-3px, 1px) rotate(0deg); }
    70% { transform: translate(3px, 1px) rotate(-1deg); }
    80% { transform: translate(-1px, -1px) rotate(1deg); }
    90% { transform: translate(1px, 2px) rotate(0deg); }
    100% { transform: translate(1px, -2px) rotate(-1deg); }
  }