body {
    background-color: #000 !important;
    background: url(../images/bg-green-lottery.jpg) no-repeat center;
    background-size: cover;
}

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;
}

.betlist.active,
.statement.active,
.cancellist.active,
.droplist.active {
    border-color: rgb(0 144 0) !important;
    background-color: #004004 !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: 55%;
}

.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; */
    margin-bottom: 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;
}

.drop-list-tab-button-color {
    background-color: #009000 !important;
}

.drop-list-tab-button {
    display: flex !important;
    z-index: 0;
}

.btn-primary {
    color: #e5e5e5 !important;
    border: 1px solid transparent !important;
    transition: all 0.3s ease !important;
}

.drop-list-tab-button .button-cancel-number {
    width: 100%;
    margin: 0 0.25rem 0 0.25rem;
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    color: #e5e5e5;
    background-color: #004004 !important;
    border: 1px solid transparent;
    transition: all 0.3s ease;
}

.drop-list-tab-button .button-cancel-number.active {
    border-color: rgb(0 144 0) !important;
    background-color: #009000 !important;
    color: rgb(253 253 0 / 100%) !important;
}

.btn-primary.active {
    border-color: rgb(219 0 0 / 50%) !important;
    background-color: #3c0000 !important;
    color: rgb(253 253 0 / 100%) !important;
}

.swiper_cancel_number {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
/*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;
}

/* Cancel Number */
#dropdown-draw-type-cancel-number .dropdown-draw-type-cancel-number,
#dropdown-cancel-number .dropdown-cancel-number,
#dropdown-left-right .dropdown-left-right {
    background-color: #fff;
    /* height: 2.2rem; */
    width: 100%;
    text-align: left;
    border-color: #abd48f;
    padding: 3.8px 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#dropdown-draw-type-cancel-number .dropdown-draw-type-cancel-number:hover,
#dropdown-cancel-number .dropdown-cancel-number:hover,
#dropdown-left-right .dropdown-left-right:hover {
    color: #666;
}

#dropdown-draw-type-cancel-number .dropdown-menu,
#dropdown-left-right .dropdown-menu {
    min-width: 200px !important;
}

#dropdown-cancel-number .dropdown-menu {
    min-width: 500px !important;
}

#dropdown-cancel-number input[type="checkbox"] {
    height: 20px;
    flex: unset;
}

#dropdown-draw-type-cancel-number input[type="checkbox"],
#dropdown-cancel-number 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: 235px;
    height: 235px;
    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: 28px;
    display: block;
    margin-top: 80px;
}

section .mode .standard .circle span,
section .mode .new .circle span {
    font-size: 22px;
}

section .mode .standard {
    color: #002e50;
    background-image: linear-gradient(to bottom, #049904, #028308 30%, #01230a);
    margin-left: 20px;
}

section .mode .new {
    color: #620000;
    background-image: linear-gradient(to bottom, #ffd7d7, #e6b2b2 30%, #760203);
    margin-right: 20px;
}

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;
}

html[lang="vn"] .player_info ul li a {
    padding: 3px 5px;
}
