@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;
    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; */
    z-index: 1;
    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;
}

.small-circle {
    position: relative;
    margin: auto;
    transform: translate(-50%, -50%);
    top: 0.7rem;
    left: 53%;
    width: 10px;
    height: 10px;
    padding: 0 0 0 0;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 40);
    z-index: 999;
    background-color: #ff3300;
    border-radius: 50%;
    animation: blink1 1s infinite alternate;
    /* display: none; */
}

/* info */

.mem-info .table th,
.mem-info .table td {
    border: 1px solid black;
}

.mem-info .table td {
    padding: 2px !important;
}

.mem-info .table th {
    text-align: center;
    padding: 4px;
}

.mem-info .table input {
    background: #ececec;
    /* width: 70px; */
    border: 1px solid #cecece
}

.mem-info .eat-limit2.table input {
    background: unset;
    border: unset;
    font-weight: bold;
}

.mem-info .card-header {
    background-color: #008500;
    color: rgb(255 255 255);
}

.color-yellow {
    color: black;
    background: #fec127;
}

.color-dark {
    background: #313131;
}

.mem-info .list-group {
    display: inline;
    flex-direction: unset;
    position: relative;
}

.mem-info .package .list-group {
    display: flex;
    flex-direction: row;
}

.mem-info .package .list-group .list-group-item-action {
    width: auto;
    background: #008500;
    display: inline-block;
    padding: 5px 25px;
    color: white;
    border: unset;
    border-right: 1px solid;
}

.mem-info .package .list-group .list-group-item-action.active {
    background: #0b3713;
    color: white;
}

#list-company,
#listCompanyIndo {
    font-size: 12px;
}

.mem-info .package .form-check-input {
    position: relative;
    margin-left: unset;
}

.mem-info .package .list-group-item:last-child,
.mem-info .package .list-group-item:first-child {
    border-bottom-right-radius: unset;
    border-bottom-left-radius: unset;
    border-top-right-radius: unset;
    border-top-left-radius: unset;
}

.mem-info .package input[type='checkbox'][readonly] {
    pointer-events: none;
}

.li-games .list-group-item {
    background: #008500 !important;
    border: #008500;
}

.li-games .list-group-item.active {
    background: #0b3713;
    border: #0b3713;
}
.member-font {
    width: 33.33%;
    position: relative;
    /* left: 80px; */
    text-align: center;
}

.main-menu-list {
    display:flex;
    justify-content:flex-end;
    position: relative;
    padding: 5px;
    /* left:440px; */
    background-color: transparent;
    color: #fff;
    border: none;
    /* padding: 10px 20px; */
    border-radius: 5px;
    text-decoration: none;
    font-size: 12px;
    position: relative;
    bottom: 0px;
    font-weight: 650;
    cursor: pointer;
    transition: background-color 0.3s;
}

.main-menu-list-1 {
    display:inline-block;
    justify-content:flex-start;
    position: relative;
    padding: 5px;
    left: -3px;
    background-color: transparent;
    color: #fff;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    font-size: 12px;
    position: relative;
    bottom: 0px;
    font-weight: 650;
    cursor: pointer;
    transition: background-color 0.3s;
}
.main-menu-list i {
    position: relative;
    right: 2.5px;
}

.main-menu-list-1 i {
    position: relative;
    right: 2.5px;
}

.main-menu-list.active {
    font-weight: bold;
}

.main-menu-list-2  {
    width:50%;
}

.main-menu-list-4  {
    width:25%;
}

.main-menu-list-4:hover  {
    width:25%;
    /* background-color: #a72828; */
}

.main-menu-list-3  {
    width:33%;
}

.main-menu-list-2:hover  {
    width:50%;
    /* background-color: #a72828; */
}

.main-menu-list-3:hover  {
    width:33%;
    /* background-color: #a72828; */
}

.main-menu-list-1:hover  {
    color:rgb(253 253 0 / 60%);
    text-decoration:none;
}

.cursor-default {
    cursor: default;
}

.card-header-flex {
    display:flex;
    width:100%;
}

.card-header-flex a {
    width:33.33%;
}

/* Telegram */
.header-header-telegram{
    display: flex;
    justify-content: center;
    margin-top: 3rem;
}

.card-telegram {
    width: 80%;
    max-width: 400px;
    min-height: 200px;
    border-width: 1px;
    border-color: rgba(219, 234, 254, 1);
    border-radius: 1rem;
    background-color: rgba(255, 255, 255, 1);
    padding: 1.5rem;
}

.header-telegram {
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 1rem;
    gap: 1rem;
}

.icon-telegram {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background-color: rgba(96, 165, 250, 1);
    padding: 0.5rem;
    color: rgba(255, 255, 255, 1);
}

.closeButton-telegram {
    border: none;
    margin-left: 45%;
    border-radius: 0.6rem;
    font-size: 1rem;
    height: 2rem;
    width: 2rem;
    display: grid;
    place-items: center;
    transition: background-color ease 0.25s;
}

.closeButton-telegram:hover {
    background-color: rgba(230, 25, 25, 1);
    color: white;
}

.icon-telegram svg {
    height: 1rem;
    width: 1rem;
}

.alert-telegram {
    margin-bottom: 0 !important;
    font-weight: 600;
    color: rgba(107, 114, 128, 1);
}

.message-telegram {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
    color: rgba(107, 114, 128, 1);
}

.actions-telegram {
    display: flex;
    justify-content: space-around;
    margin-top: 1.5rem;
}

.actions-telegram a {
    text-decoration: none;
    /* color: black; */
}

.mark-as-read-telegram,
.read-telegram {
    display: inline-block;
    border-radius: 0.5rem;
    width: 100%;
    padding: 0.75rem 1.25rem;
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
    }

.read-telegram {
    width: 45%;
    border: 0;
    background-color: #900000;
    color: rgba(255, 255, 255, 1);
}
.read-telegram:hover {
    background-color: #a72828;
}

.mark-as-read-telegram {
    width: 45%;
    border: 0;
    /* margin-top: 0.5rem; */
    background-color: #ddd;
    color: rgba(107, 114, 128, 1);
    transition: all 0.15s ease;
}

.mark-as-read-telegram:hover {
    color:#000;
    background-color: rgb(230, 231, 233);
}

.telegram-input {
    display: flex;
    flex-direction: column;

}

.telegram-body {
    display: flex;
    flex-direction:column;
}

.telegram-body-div {
    margin-top:1rem;
}

.table-container {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    margin-top: 5px;
    padding: 5px;
}

.default-table-wrapper {
    width: 25%;
    margin-right: 20px;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #fff;
    min-width: 30%;
}

.table {
    margin-bottom: 0 !important;
    border-collapse: collapse;
    width: 100%;
}

.table th, .table td {
    border: 1px solid #ddd;
    padding: 3px 5px;
    text-align: center;
    font-size: 12px;
}

.table th {
    background-color: #0f3e01;
    color: #ffffff;
    font-weight: bold;
}

.table tr:nth-child(even) {
    background-color: #f2f2f2;
}

.table tr:hover {
    background-color: #ddd;
}

.pagination-container {
    text-align: center;
    padding: 5px;
    overflow-x: auto;
    white-space: nowrap;
}

.pagination {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.pagination button {
    margin: 0 5px;
    padding: 3px 8px;
    font-size: 12px;
    cursor: pointer;
}

.pagination span {
    margin: 0 10px;
    font-size: 12px;
}

.btn-primary {
    background-color: #0056b3;
    border-color: #004080;
    color: #ffffff;
    border-radius: 5px;
}

.btn-primary:hover {
    background-color: #004080;
    border-color: #003366;
}

.btn-primary:disabled {
    background-color: #7a7a7a;
    border-color: #7a7a7a;
    cursor: not-allowed;
}

.go-to-page {
    width: 50px;
    height: 25px;
    border-radius: 5px;
}

.dropdown-menu-cancel {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
    max-height: 300px;
    overflow-y: auto;
}

.lang-vn #odds {
    padding: 0.25rem !important;
    background-color:#0f3e01;
    font-size: 0.65rem;
    margin-bottom: 0.25rem;
    word-wrap: break-word;
    width: 150px;
    line-height: 1rem !important; 
}

.lang-vn #commission {
    padding: 0.25rem !important;
    background-color:#0f3e01;
    font-size: 0.65rem;
    margin-top: 0.25rem;
    word-wrap: break-word;
    width: 150px;
    line-height: 1rem !important;
}

.lang-vn .odds-commission-hr-style {
    margin-top: 5px; 
    margin-bottom: 5px; 
    border-top: 1px solid #fff;
    width: 10.6rem;
}

.info-margin-top {
    margin-top: 0.5rem !important;
}

.lang-vn .player-info-btn {
    /* max-width: 49.333333%; */
}

.lang-vn .header-left-style {
    max-width: 34.66667% !important;
}

.lang-cn #odds {
    padding: .25rem;
    background-color:#0f3e01;
    width: 10rem;
    font-size: 0.75rem;
    margin-bottom: 0.25rem;
    word-wrap: break-word;
    line-height: 1rem !important;
}

.lang-cn #commission {
    padding: .25rem;
    background-color:#0f3e01;
    width: 10rem;
    font-size: 0.75rem;
    margin-bottom: 0.25rem;
    word-wrap: break-word;
    line-height: 1rem !important;
}

.lang-cn .player-info-btn {
    /* max-width: 55%; */
}

.lang-cn .odds-commission-hr-style {
    margin-top: 5px; 
    margin-bottom: 5px; 
    border-top: 1px solid #fff; 
    width: 10rem;
}

.lang-kh #odds {
    font-size: 0.65rem !important;
    background-color:#0f3e01;
    width: 220px;
    margin-bottom: 0.25rem;
    word-wrap: break-word;
}

.lang-kh #commission {
    font-size: 0.65rem !important;
    background-color:#0f3e01;
    width: 220px;
    margin-bottom: 0.25rem;
    word-wrap: break-word;
}

.lang-kh .odds-commission-hr-style {
    margin-top: 5px; 
    margin-bottom: 5px; 
    border-top: 1px solid #fff; 
    width: 15.5rem;
}

.lang-en #odds {
    font-size: 0.85rem !important;
    background-color:#0f3e01;
    width: 120px;
    margin-bottom: 0.25rem;
    word-wrap: break-word;
}

#odds.active {
    background-color:#1e7903;
    color: yellow;
}

.lang-en #commission {
    font-size: 0.85rem !important;
    background-color:#0f3e01;
    width: 120px;
    margin-bottom: 0.25rem;
    word-wrap: break-word;
}

#commission.active {
    background-color:#1e7903;
    color: yellow;
}

.lang-en .odds-commission-hr-style {
    margin-top: 5px; 
    margin-bottom: 5px; 
    border-top: 1px solid #fff; 
    width: 8.5rem;
}

.lang-en .player-info-btn {
    /* max-width: 55%; */
}

.lang-en .player_info, .lang-cn .player_info {
    /* width: 99%; */
}

.player_info_flex-end {
    display: flex;
    justify-content: flex-end;
}

.logo-style {
    margin-left: -12rem; 
    width: 9rem;
}

#odds_commission_mode {
    margin-top: 6px;
}

#odds_commission_mode.both-modes-open {
    width: 125px;
    margin-top: -15px;
}
 
#odds_commission_mode.both-modes-closed {
    margin-left: 8.5rem;
}

.odds-commission-style {
    background-color: #1e7903 !important;
    color: yellow !important;
}

.form-inline .btn-primary {
    color: #fff;
    background-color: #28a745 !important;
}

.form-inline .btn-primary:hover {
    color: yellow !important;
    background-color: #009000 !important;
}

.form-inline .btn-outline-primary {
    color: #004004;
    border-color: #28a745;
}

.form-inline .btn-outline-primary:hover {
    color: #fff;
    background-color: #1e7903;
    border-color: #28a745;
}

.standard .btn-danger {
    background-color: #009000;
    border-color: #28a745;
}

.standard .btn-danger:hover {
    background-color: #1e7903;
    border-color: #28a745;
}

.bet-record {
    page-break-inside: avoid;
}

/* Safari */

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes blink {
    0% { opacity: 1; }
    50% { opacity: 0; }
    100% { opacity: 1; }
}

@keyframes blink1 {
    0% { opacity: 1; }
    50% { opacity: 0; }
    75% { opacity: 1; }
    100% { opacity: 1; }
}
