@charset "UTF-8";
html, body {
    font-family: "Tahoma" !important;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%!important;
    color: #000000;
    line-height: 1.2;
    font-size: 14px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /*background-color: #03200c !important;*/
    background-color: #000 !important;
    background: url(../images/bg-green-lottery.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}
.wrapper {
    min-width: 1200px;
}
#header {
    background: gray;
    padding: 15px;
}
#datetime {
    margin-left: 250px;
}
#header #cd-date {
    color: white;
    font-size: 15px;
}
#header #cd-timer {
    position: relative;
    margin-left: 30px;
    color: white;
    font-size: 15px;
}
#header .user_login {
    float: right;
}
#cd-user {
    padding: 15px;
    color: rgb(255, 255, 255);
}
#cd-money {
    padding: 15px;
    color: rgb(255, 255, 255);
}
a.link_hover--default:hover {
    text-decoration: underline;
}
.hover_opacity:hover {
    opacity: 0.7;
}
::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #b7b7b7;
}
::-moz-placeholder {
    /* Firefox 19+ */
    color: #b7b7b7;
}
:-ms-input-placeholder {
    /* IE 10+ */
    color: #b7b7b7;
}
:-moz-placeholder {
    /* Firefox 18- */
    color: #b7b7b7;
}
* {
    margin: 0;
    padding: 0;
}
p, ol, ul {
    margin: 0;
}
ol, ul {
    list-style: none;
}
a {
    color: #282c35;
    cursor: pointer;
}
a:hover {
    color: inherit;
    text-decoration: none;
}
a:focus, a:active {
    text-decoration: none;
    color: inherit;
    outline: none;
}
input, select, textarea {
    outline: none !important;
}
input:active, input:focus, select:active, select:focus, textarea:active, textarea:focus {
    outline: none !important;
}
.ui-datepicker {
    border-color: #f49e1d;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    z-index: 200 !important;
}
.ui-datepicker .ui-datepicker-buttonpane {
    overflow: hidden;
    border: none;
    margin: 0;
}
.ui-datepicker .ui-datepicker-header {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border: none;
    background-color: #f49e1d;
    color: #fff;
}
.ui-datepicker .ui-state-active {
    border-color: #f49e1d;
    background-color: #f49e1d;
    color: #fff;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    background-color: #f49e1d;
    color: #fff;
    font-weight: normal;
    border: none;
    opacity: 1;
}
.ui-datepicker .ui-datepicker-buttonpane button:hover {
    background-color: #fcb448;
    color: #fff;
}
.ui-state-hover, .ui-widget-content .ui-state-hover {
    border-color: #fcb448;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    color: #fff;
    font-size: 16px;
    background-position: inherit;
    text-indent: inherit;
}
.ui-datepicker-prev.ui-state-hover, .ui-datepicker-next.ui-state-hover {
    border: none;
    top: 2px;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    margin: 0;
    padding: 7px 10px;
    font-size: 13px;
    float: none;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    line-height: 1;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
    padding: 10px 0;
    text-align: right;
}
.tbl {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.tbl .tbl-row {
    display: table-row;
}
.tbl .tbl-row:hover .tbl-col {
    background-color: #eaeaea;
}
.tbl .tbl-row:hover .tbl_result.tbl-col {
    background-color: transparent;
}
.tbl .tbl_empty:hover .tbl-col {
    background-color: inherit;
    cursor: default;
}
.tbl .tbl-col {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    /* These are technically the same, but use both */
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;
    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}
.tbl .tbl-col .prefix-pool {
    display: inline-block;
    background-color: #f58221;
    color: #f1e1b3;
    width: 30px;
    padding: 4px 0;
    text-align: center;
}
#menu {
    background-color: #f4f6f7;
    box-shadow: 2px 2px 12px -6px rgba(0, 0, 0, 0.5);
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1001;
    padding-top: 10px;
}
#menu .logo-left:before {
    content: "";
    position: absolute;
    top: 20px;
    left: 8px;
    width: 160px;
    height: 36px;
    /* background-image: url(../images/logo/logoafb88.png); */
    background-size: contain;
    background-repeat: no-repeat;
    width: 150px;
}
#menu:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    height: 16px;
    /*background: url("../images/lx88/new-year/hd_Xmas_top.png") repeat-x top left;*/
}
#menu .center-horizontal {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
#menu .logo-left {
    background-image: url("../images/lx88/new-year/NY_logo_bg.jpg");
    background-size: cover;
    text-align: center;
    height: 70px;
    padding-left: 50px;
}
#menu .logo-left img {
    width: 80px;
}
#menu .btnTryPlay {
    text-align: center;
    font-weight: 600;
    line-height: 18px;
}
#menu .btnTryPlay a {
    color: #fff;
    background-color: #fca60d;
    padding: 0 10px;
    height: 70px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#menu .btnTryPlay a:hover {
    background-color: #ffc255;
}
#menu .nav-result {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
#menu .nav-result .parent_menu {
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
}
#menu .nav-result li:last-child {
    margin-right: 0;
}
#menu .nav-result li:first-child {
    margin-right: 0;
}
#menu .nav-result li.home_link a {
    font-size: 25px;
    padding: 0 10px;
}
#menu .nav-result li.home_link a .icon-home {
    position: relative;
    top: -2px;
}
#menu .nav-result li a {
    color: #7c7c7c;
    font-size: 14px;
    cursor: pointer;
    padding: 0 10px;
    text-align: center;
    display: block;
    height: 50px;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}
#menu .nav-result li a .txt_menu {
    display: block;
    position: relative;
    text-transform: capitalize;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: white;
}
#menu .nav-result li a.dropdown_slected {
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
#menu .nav-result li a:hover {
    color: #eb222b;
}
#menu .nav-result li a.active {
    color: #eb222b;
    font-weight: 600;
}
#menu .nav-result li a.active .txt_menu:before {
    display: block;
}
#menu .nav-result .hover_faceIn.hight-light {
    background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
    background-size: 400% 400%;
    animation: changeBg 500ms ease infinite;
}
#menu .nav-result .hover_faceIn.hight-light a {
    color: #fff !important;
    font-style: italic;
    font-weight: bold;
    text-transform: uppercase;
}
#menu .nav-result .hover_faceIn:hover>a {
    color: #eb222b;
    text-decoration: none;
}
#menu .nav-result .hover_faceIn .hover_faceIn--wrap {
    width: 600px;
    margin: 0;
    z-index: 1002;
    padding-top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
}
#menu .nav-result .hover_faceIn.sub_gameAll .hover_faceIn--wrap {
    right: inherit;
    width: auto;
}
#menu .nav-result .hover_faceIn.sub_gameAll .hover_faceIn--wrap.third-game-menu a {
    width: auto !important;
}
#menu .nav-result .hover_faceIn.sub_gameAll .hover_faceIn--wrap .hover_faceIn--content {
    background-color: #333;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    /*border-bottom: 2px solid #eb222b;*/
    padding: 0;
}
#menu .nav-result .hover_faceIn.sub_gameAll .hover_faceIn--wrap li {
    display: flex;
    display: -ms-flex;
    border-bottom: 1px solid #848484;
}
#menu .nav-result .hover_faceIn.sub_gameAll .hover_faceIn--wrap li a {
    display: flex;
    display: -ms-flex;
    align-items: center;
    padding: 5px 15px;
    min-width: 200px;
}
#menu .nav-result .hover_faceIn.sub_gameAll .hover_faceIn--wrap li a .logo-game {
    display: block;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
#menu .nav-result .hover_faceIn.xsmt .hover_faceIn--wrap a {
    width: 33.333%;
}
#menu .nav-result .hover_faceIn .hover_faceIn--content {
    font-family: Arial, Helvetica, sans-serif;
    background-color: inherit;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}
#menu .nav-result .hover_faceIn .hover_faceIn--content:before {
    border-color: transparent transparent #333;
    border-style: solid;
    border-width: 0 20px 8px;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%);
    top: -8px;
    width: 0;
}
#menu .nav-result .hover_faceIn .hover_faceIn--content li {
    margin: 0;
}
#menu .nav-result .hover_faceIn .hover_faceIn--content .tbl {
    background-color: #333;
    overflow: hidden;
}
#menu .nav-result .hover_faceIn .hover_faceIn--content a {
    color: #f0f0f0;
    padding: 12px 0 2px 12px;
    margin-bottom: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-transform: capitalize;
    width: 25%;
    float: left;
    display: block;
    text-align: left;
    height: auto;
    line-height: 1;
}
#menu .nav-result .hover_faceIn .hover_faceIn--content a:hover {
    color: #f58221;
    background-color: inherit;
}
#menu .nav-result .hover_faceIn .hover_faceIn--content .tbl-row:hover .tbl-col {
    background-color: inherit;
}
#menu .nav-result .hover_faceIn .hover_faceIn--content .tbl-row:hover .tbl-col:first-child {
    background-color: #f58221;
    color: #f1e1b3;
}
#menu .nav-result .hover_faceIn .hover_faceIn--content .tbl-col {
    border-bottom: 1px solid #575757;
    text-align: left;
}
#menu .nav-result .hover_faceIn .hover_faceIn--content .tbl-col:first-child {
    text-align: center;
    /*background-color: #eb222b;
          color: #f1e1b3;
          border-bottom-color: #eb222b;*/
    background-color: #009000;
    color: #fff;
    border-bottom-color: #a9ffcf;
    width: 60px;
    font-size: 15px;
}
#menu .nav-result .xs_fast .hover_faceIn--wrap {
    width: 200px;
}
#menu .nav-result .xs_fast .hover_faceIn--wrap li {
    float: none;
}
#menu .nav-result .xs_fast .hover_faceIn--content {
    background-color: #333;
}
#menu .nav-result .xs_fast .hover_faceIn--content a {
    float: none;
    width: 100%;
    padding: 12px 0;
    margin: 0;
    text-align: center;
}
#menu .nav-result .promoMenu .hover_faceIn--wrap {
    width: 300px;
    left: initial;
    right: 0;
}
#menu .nav-result .promoMenu .hover_faceIn--wrap li {
    float: none;
}
#menu .nav-result .promoMenu .hover_faceIn--content {
    background-color: #333;
    padding-left: 10px;
    padding-right: 10px;
}
#menu .nav-result .promoMenu .hover_faceIn--content a {
    float: none;
    width: 100%;
    padding: 12px 0;
    margin: 0;
    text-align: center;
}
#menu .chat-box-right {
    touch-action: manipulation;
    height: 70px;
    background-image: url("../images/lx88/new-year/NY_chat_bg.png");
    background-size: cover;
    padding: 0 15px;
}
#menu .chat-box-right:hover {
    opacity: 0.8;
}
#menu .chat-box-right span {
    display: block;
    position: relative;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
}
.homepage .lx-intro .lx-feature .feature-item .new {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 60px;
}
.homepage .lx-intro .lx-feature .feature-item img {
    width: 60px;
}
.homepage .lx-intro .lx-feature .feature-item h3 {
    margin-top: 15px;
    font-size: 17px;
    color: #242424;
    line-height: 1.5;
    text-transform: uppercase;
}
.homepage .lx-intro .lx-feature .feature-item:nth-child(2):after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #aaa;
    opacity: 0.1;
}
.hover_faceIn {
    position: relative;
}
.hover_faceIn:hover .hover_faceIn--wrap {
    opacity: 1;
    visibility: visible;
}
.hover_faceIn .hover_faceIn--wrap {
    position: absolute;
    top: 100%;
    padding-top: 15px;
    z-index: 1002;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.hover_faceIn .hover_faceIn--content {
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.55);
    -o-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.55);
    -ms-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.55);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.55);
}
#menu {
    padding-top: 0px;
    /*background-color: #03200C;*/
    background-color: rgb(22 22 22 / 50%);
    /*border-radius: 10px;*/
    border-top: 3px solid #009000;
    border-bottom: 1px solid #009000;
}
.loader .loader-overlay {
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.5;
    position: fixed;
    z-index: 99;
    overflow: hidden;
}
.loader .loader-spin {
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1052;
    margin-top: -20px;
    margin-left: -20px;
    border: 5px solid #f3f3f3;
    border-radius: 50%;
    border-top: 5px solid #3498db;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
}
/* Safari */

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}