pre {
    color: #fff !important;
}
.clear-both {
    clear: both;
}
.underline {
    text-decoration: underline;
}
.container {
    position: relative;
    height: 100%;
    padding-bottom: 10px;
}
.cursor-pointer {
    cursor: pointer;
}
.header {
    padding: 10px 0px !important;
}
.player_info a {
    color: white;
}
.player_info i {
    color: rgb(253 253 0 / 60%);
}
.player_info button i {
    color: rgb(253 253 0 / 80%);
}
.btn-logout, .back-home, .betlist, .statement, .btn-home, .cancellist, .droplist {
    background-color: #009000 !important;
    border-color: #28a745 !important;
}
.btn-logout:hover, .back-home:hover, .betlist:hover, .statement:hover, .btn-home:hover, .cancellist:hover, .droplist:hover {
    color: rgb(253 253 0 / 60%) !important;
}
.back-home {
    position: absolute;
    z-index: 1;
    bottom: 5px;
    left: 5px;
}
.back-home i {
    font-size: 26px;
}
.game-content {
    width: 100%;
    min-height: 600px;
    color: #161616;
    padding: 0 10px;
    /*background: #ccc;*/
    /*border-radius: 10px;*/
}
.main-contain {
    background-image: linear-gradient(155deg, rgb(1 32 1 / 50%), rgb(0 0 0 / 90%));
    border-top: 2px solid #28a745;
    border-bottom: 2px solid #28a745;
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    height: 600px;
    margin: auto;
    /*position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);*/
    font-size: 20px;
}
.main-contain a {
    color: #fff;
}
ul.pagination li a {
    color: #000;
}
ul.pagination li .page-link {
    padding: 5px 10px;
    font-size: 14px;
}
.main-contain hr {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid hsl(134deg 61% 41% / 50%);
}
.sidebar-left-hidden .main-contain {
    border-left: 6px solid #28a745;
    padding-left: 6px;
}
.sidebar-left-hidden .main-contain .main-menu {
    max-width: 0;
    min-width: 0;
}
.main-contain .main-menu {
    max-width: 260px;
    min-width: 260px;
    text-align: center;
    padding: 0;
    transition: all 0.5s;
}
.main-contain .menu-content {
    min-width: calc(100% - 260px);
}
ul.main-menu li a {
    padding: 10px 0;
    white-space: nowrap;
    display: block;
}
.main-menu-toggle {
    position: absolute;
    background-color: #28a745;
    color: rgb(253 253 0 / 60%);
    padding: 6px 12px;
    border-radius: 50px;
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
    z-index: 1;
    cursor: pointer;
}
.sidebar-left-hidden .main-menu-toggle {
    text-indent: 15px;
}
.menu-content {
    background-color: #ecf7e4;
    color: #212529;
    height: 600px;
    /*padding: 25px;*/
    padding: 10px 10px;
}
.menu-title {
    padding-left: 15px;
}
.sidebar-left-hidden .menu-title {
    padding-left: 25px;
}
.main-menu-list.active {
    color: rgb(253 253 0 / 60%) !important;
    background-color: #0b3713 !important;
    border-radius: unset !important;
    font-weight: bold;
}
.main-menu-list:hover {
    color: rgb(253 253 0 / 60%);
    text-decoration: none;
}
.menu-body table {
    text-align: center;
    font-size: 14px;
    white-space: nowrap;
}
.login-form {
    width: 600px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    border-top: 2px solid #28a745;
    border-bottom: 2px solid #28a745;
    border-radius: 10px;
    overflow: hidden;
}
.login-form .form-control {
    background-color: rgb(0 0 0 / 0%) !important;
    /*border: unset;*/
    border: 1px solid #ccc;
    border-left: unset;
    /*box-shadow: inset 0px 0px 3px 1px rgb(147 104 21);*/
    box-shadow: unset;
    border-radius: 50px;
}
.form-control#inputUsername {
    background: url(../images/icon_avatar.png) no-repeat 18px center;
    padding-left: 50px !important;
    padding: 5px;
}
.form-control#inputPassword {
    background: url(../images/icon_locked.png) no-repeat 18px center;
    padding-left: 50px !important;
    padding: 5px;
}
.validation-img {
    position: absolute;
    right: 12px;
    top: 50%;
}
.form-group {
    position: relative;
}
/*.login-form .input-group-text{
    background-color: #fdd250;
    border: unset;
    box-shadow: inset 0px 0px 6px 2px #6c4100;
    color: #6c4100;
}*/

.login-form .title {
    text-transform: uppercase;
}
.login-form .logo img {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
}
.login-form .btn {
    color: #fff;
    border: unset;
    font-weight: bold;
    border-radius: 50px;
    margin-top: 30px;
    line-height: 2;
}
.login-form .btn-login {
    background-image: linear-gradient(to bottom, #900000, #530202);
    color: #fff;
}
.login-form .btn-back {
    background-image: linear-gradient(to bottom, #707070, #4f4f4f);
    color: #fff;
}
.login-form label {
    color: black;
}
.login-form .form-control:focus {
    border: unset !important;
    box-shadow: 0 0 3px 3px rgb(1 110 3 / 30%) !important;
}
.form-content {
    padding: 20px;
}
.bg-left {
    background-image: linear-gradient(155deg, #000000, #012001);
}
.player_info a:hover {
    text-decoration: none;
    color: #f58221;
}
.player_info ul {
    padding: 0;
    margin: 0;
    color: #fff;
}
.player_info ul li {
    list-style: none;
    display: inline-block;
    margin: 0 5px;
    font-weight: 600;
}
.player_info ul li a {
    padding: 3px 10px;
}
#menu .nav-result li a .txt_menu:hover {
    color: #f58221;
}
.no_padding {
    padding: 0px !important;
}
.tb-loading {
    width: 100%;
    position: absolute;
    text-align: center;
    margin-top: 45px;
    z-index: 999;
}
.nav-page ul.pagination {
    float: left;
    font-size: 14px;
    -webkit-user-select: none;
    /* Chrome all / Safari all */
    -moz-user-select: none;
    /* Firefox all */
    -ms-user-select: none;
    /* IE 10+ */
    user-select: none;
    /* Likely future */
}
.nav-page input.go-to-page {
    height: 25px;
    padding: 0 5px;
    border: 1px solid #e5e5e5;
    font-weight: 300;
}
.nav-page span.current-page, .nav-page span.total-page {
    font-weight: bold;
}
.nav-page a.page-link {
    padding: 2px 6px !important;
}
.pagination .disabled .page-link {
    background-color: #e8e8e8 !important;
}
/*custom report page*/

.wrapper .container {
    max-width: 1200px;
}
#dropdown-draw-type .dropdown-draw-type, #dropdown-company .dropdown-company, #dropdown-left-right .dropdown-left-right {
    background-color: #fff;
    width: 100%;
    text-align: left;
    border-color: #abd48f;
    padding: 3.8px 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
#dropdown-draw-type .dropdown-draw-type:hover, #dropdown-company .dropdown-company:hover, #dropdown-left-right .dropdown-left-right:hover {
    color: #666;
}
#dropdown-draw-type .dropdown-menu, #dropdown-left-right .dropdown-menu {
    min-width: 200px !important;
}
#dropdown-company .dropdown-menu {
    min-width: 500px !important;
}
#dropdown-company input[type='checkbox'] {
    height: 20px;
    flex: unset;
}
#dropdown-draw-type input[type='checkbox'], #dropdown-company input[type='checkbox'] {
    width: auto;
}
button.btn.btn-sm.btn-secondary.btn-check, button.btn.btn-sm.btn-secondary.btn-check-all {
    background: white;
}
button.btn.btn-sm.btn-secondary.btn-check.checked, button.btn.btn-sm.btn-secondary.btn-check-all.checked {
    color: #5e07ff;
}
.main-contain .form-inline label {
    justify-content: end!important;
}
.main-contain .form-inline input[type=text], .main-contain select.form-control {
    width: 100%;
    border-color: #abd48f;
}
.main-contain .btn-primary {
    background-color: #009000
}
.main-contain .btn-rm-all, .main-contain .btn-restore-all {
    background-color: #f58221;
    color: #fff;
}
.main-contain .table .thead-light th {
    background-color: #1e7903;
    color: #fff;
}
.main-contain .table td, .main-contain .table th {
    padding: 0.375rem;
    vertical-align: middle;
}
.main-contain .table-bordered td, .main-contain .table-bordered th {
    border: 1px solid #abd48f;
}
.main-contain input[type=text] {
    width: 100%;
    border-color: #abd48f;
}
.c-group-text {
    position: absolute;
    right: 5px;
    z-index: 10;
}
table.table-cancellist {
    border-collapse: collapse;
    empty-cells: show;
}
table.table-cancellist td {
    position: relative;
}
tbody.red-line tr td::before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 0;
    border-bottom: 2px solid rgba(252, 152, 152, 0.5);
    width: 100%;
}
tbody.red-line tr td:last-child::before {
    border-bottom: unset;
}
.notice {
    display: flex;
    border-radius: 5px;
    box-shadow: inset 0 0.106667rem 0.32rem #ccc;
    height: 30px;
    position: relative;
    justify-content: center;
    align-items: center;
    padding-left: 35px;
    /*background: rgb(255 255 255);*/
    background: #ecf7e4;
    margin: 5px;
}
.notice .icon-announce img {
    position: absolute;
    left: 10px;
    top: 0;
    width: auto;
    height: 30px;
}
.notice .message {
    line-height: 30px;
    overflow: hidden;
    color: #666;
}
/*Responsive*/

/*@media only screen and (max-width: 1366px) {*/

.menu-body {
    height: 450px;
    overflow-y: auto;
    overflow-x: hidden;
}
/*}*/

/* landing page */

#landing-bg-green header {
    border-bottom: 36px solid #ffaf00;
    text-align: center;
}
#landing-bg-green {
    background: linear-gradient(190deg, #0b4a1d, #16400d, rgb(10, 24, 11) 100%);
    margin-left: 0;
    margin-right: 0;
    color: white;
}
#landing-bg-green header {
    background: unset;
    border-bottom: 36px solid #ffaf00;
}
#landing-bg-green p.copyright {
    color: white;
}
#landing-bg-green .mode .standard, #landing-bg-green .mode .new {
    border: 2px solid #f9db72;
}
header img {
    width: 200px;
    margin: 10px;
}
section h3 {
    font-family: Tahoma;
    line-height: 26px;
    text-align: center;
    font-size: 16px;
    padding: 20px 0 20px 0;
    margin-top: 0px;
    margin-bottom: 0px;
}
section .mode {
    width: 750px;
    margin: 0 auto;
}
section .mode .standard, section .mode .new {
    position: relative;
    display: inline-block;
    width: 340px;
    height: 480px;
    border-radius: 10px;
    box-shadow: 0 4px 3px 0 #9a9a9a;
    text-align: center;
    cursor: pointer;
}
section .mode .standard .ball, section .mode .new .ball {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
section .mode .standard .circle, section .mode .new .circle {
    margin-top: 48px;
    display: inline-block;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
}
section .mode .standard .circle strong, section .mode .new .circle strong {
    font-size: 30px;
    display: block;
    margin-top: 80px;
}
section .mode .standard .circle span, section .mode .new .circle span {
    font-size: 22px;
}
section .mode .standard {
    margin-right: 20px;
    color: #002e50;
    background-image: linear-gradient(to bottom, #049904, #028308 30%, #01230A);
}
section .mode .new {
    color: #620000;
    margin-left: 20px;
    background-image: linear-gradient(to bottom, #ffd7d7, #e6b2b2 30%, #760203);
}
section .mode .standard .circle {
    color: #0E2F17;
}
section .mode .new .circle {
    color: #620000;
}
section .copyright {
    height: 12px;
    font-family: Tahoma;
    font-size: 10px;
    text-align: center;
    color: #4f4f4f;
    padding: 20px 0;
}

/* Lobby Block */
    .lobby-form{
        position: relative;
        width: 100%;
        height: 600px;
    }
    .lobby-form .lobby-content{
        display: inline-flex;
        position: absolute;
        text-align: center;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
    }
    .lobby-list{
        background: #0e3618;
        border: 2px solid #fff;
        box-shadow: 0px 0px 15px 1px #fff;
        position: relative;
        width: 430px;
        height: 300px;
        margin: 25px;
        padding: 20px;
        border-radius: 25px;
    }
    .lobby-list:hover{
        border: 2px solid #ff9900;
        box-shadow: 0px 0px 5px 1px #ff9900;
    }
    .lobby-list:hover .lobby-title{
        color: #ff9900;
    }
    .lobby-title {
        text-transform: uppercase;
        text-decoration: underline;
        color: #fff;
        font-weight: bold;
        font-size: 26px;
    }
    .lobby-list img{
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        width: 80%;
    }
/* Lobby Block */

/* Lottery Block */
    .lottery-content{
        padding: 50px 10px;
    }
    .lottery-content .lottery-title{
        font-size: 46px;
        font-weight: bold;
        color: #000;
        text-shadow: 0px 0px 3px #fff, 0px 1px 3px #fff, 0px -1px 3px #fff;
        text-align: center;
        text-transform: uppercase;
    }
    .lottery-content .row{
        background: #030d00;
        box-shadow: 0px 0px 10px 1px #fff;
        border-radius: 15px;
        margin: 30px 0;
        align-items: center;
    }
    .lottery-content .sub-title{
        color: #fff;
        font-size: 26px;
        font-weight: bold;
        margin-bottom: 30px;
    }
    .lottery-content .description{
        color: #fff;
        font-size: 20px;
        text-align: justify;
    }
    .lottery-content .btn-play-lottery{
        position: absolute;
        top: -80px;
        left: 60%;
        transform: translate(-50%, 0);
        width: 150px;
        height: 40px;
        line-height: 25px;
        border-radius: 50px;
        background: #0e3618;
        box-shadow: inset 0px 0px 5px 1px #000, 0px 0px 3px 1px #fff;
        font-size: 18px;
        text-decoration: underline;
    }
/* Lottery Block */

/* Mini Game Block */
    .mini-content{
        background: #011c09;
        padding: 50px 10px;
        margin-top: 10px;
    }
    .mini-content .mini-title{
        position: relative;
        border-bottom: 5px solid #ffaf26;
        margin-bottom: 30px;
    }
    .mini-content .mini-title span{
        background: #ffaf26;
        color: #000;
        position: absolute;
        top: -35px;
        padding: 5px 35px;
        border-top-right-radius: 150px;
        font-size: 20px;
        text-transform: uppercase;
        font-weight: bold;
    }
    .mini-content .mini-game{
        text-align: center;
        color: #fff;
        text-decoration: underline;
        background: unset;
        border: unset;
        font-size: 18px;
    }
    .mini-content .mini-game:focus{
        outline: unset;
    }
    .mini-content .mini-game:hover img{
        box-shadow: 0px 0px 3px 1px #ffd000;
        background: rgba(255, 196, 0, 0.3);
        border-radius: 50px;
        width: 90%;
    }
    .mini-content .mini-game:hover .game-name{
        color: #ffd000;
        text-decoration: inherit;
    }
/* Mini Game Block */