@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Poppins');

body {
    /* font-family: 'Montserrat', sans-serif; */
    font-family: 'Poppins', sans-serif;
    line-height: 1.6;
    font-size: 15px;
    margin: 0 auto;
    color: #7f7f7f;
    background-color: #151515;
    height: 100%;
}

a {
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

a:hover,
a:focus {
    text-decoration: none;
}

img {
    max-width: 100%;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="number"],
textarea,
select {
    color: #666;
    width: 100%;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    /* overflow: hidden; */
}

.txt_mon {
    font-family: 'Montserrat', sans-serif;
}

input.form-control::placeholder {
    color: #a5a5a5;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: unset;
}

body.main_bg_wrap {
    padding-top: 121px;
}

.header_section {
    z-index: 20;
    position: fixed;
    width: 100%;
    background-color: #161616;
    top: 0;
}

.top_header {
    background-color: #151515;
    margin-top: 15px;
}

.top-header-box {
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.top-header-box a img {}

.top-header-box img {
    max-height: 45px;
    padding: 10px;
}

ul.nav-list {
    display: flex;
    height: 100%;
    padding: 0;
    margin: 0;
    list-style-type: none;
    align-items: baseline;
    margin-right: 10px;
    white-space: nowrap;
}

ul.nav-list li a {
    color: #7f7f7f;
    text-transform: uppercase;
    font-weight: 600;
    display: block;
    font-size: 13px;
}

ul.nav-list li {
    height: 100%;
    display: flex;
    align-items: center;
    margin: 0 10px;
}

.top_header_con {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
}

ul.nav-list li:before {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background: 0 0;
    transition: background .3s;
}

ul.nav-list li.active a,
ul.nav-list li:hover a {
    color: #e5834f;
    text-decoration: none;
    position: relative;
}

ul.nav-list li.active a::after,
ul.nav-list li:hover a::after {
    content: '';
    display: block;
    height: 1px;
    background-image: linear-gradient(95deg, rgba(244, 184, 66, 1) 0%, rgba(237, 127, 74, 1) 100%);
    background-size: 100% 1px;
    background-position: 0 100%;
}

.headermenu_wrap {
    display: flex;
    height: 100%;
    align-items: center;
    width: 85%;
    justify-content: space-between;
}

.header_menu_btn_wrap {
    display: flex;
    align-items: center;
}

.btn_login {
    border: 1px solid #ee602a00;
    border-radius: 25px;
    text-transform: uppercase;
    min-width: 80px;
    font-weight: 700;
    min-height: 30px;
    transition: background .3s;
    background: linear-gradient(95deg, rgba(244, 184, 66, 1) 0%, rgba(237, 127, 74, 1) 100%);
    color: #fff;
    font-size: 12px;
}

.btn_login:hover {
    color: #fff;
}

.btn_join {
    border: 1px solid #ee602a00;
    border-radius: 25px;
    text-transform: uppercase;
    min-width: 80px;
    font-weight: 700;
    min-height: 30px;
    transition: background .3s;
    background: linear-gradient(95deg, rgba(24, 121, 104, 1) 0%, rgba(95, 144, 92, 1) 100%);
    color: #fff;
    font-size: 12px;
}

.btn_join:hover {
    background-color: #bfa100;
    color: #fff;
}

.icon-speaker {
    max-height: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.announce-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    border-radius: 25px;
    margin-top: 10px;
    border: 1px solid #464646;
    box-shadow: 0px 0px 10px rgb(70 70 70);
}

.index-banner {
    position: relative;
    /* min-height: 54vh; */
    /* float: right; */
    bottom: 435px;
}

.index-product-sec {
    margin-top: 30px;
}

.cat-icon {
    width: 30px;
}

.product-wrap {
    display: flex;
    margin-bottom: 20px;
    gap: 10px;
}

.product-item {
    margin-top: 15px;
    display: flex;
    gap: 10px;
}

.product-item img {
    border-radius: 15px;
    max-width: 360px;
}

.product-item.slt-pro img {
    max-width: 175px;
}

.how-register-title {
    color: #fff;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
}

.step-icon {
    max-width: 120px;
}

.register-step-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 35px;
    position: relative;
}

.arrow-icon {
    max-width: 45px;
    height: 40px;
    margin-bottom: 100px;
}

.banner-sec {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    gap: 10px;
    align-items: center;
}

.banner-sec img {
    max-width: 550px;
    border-radius: 10px;
}

hr {
    background: linear-gradient(95deg, rgba(244, 184, 66, 1) 0%, rgba(237, 127, 74, 1) 100%);
    height: 2px;
}

.dot {
    border-radius: 50%;
    background-color: #151515;
    width: 15px;
    height: 15px;
    border: 2px solid #fff;
}

.step-line-dot {
    display: flex;
    justify-content: center;
    gap: 271px;
    position: absolute;
    bottom: 10px;
    left: 105px;
}

.step-line {
    position: absolute;
    bottom: 80px;
    width: 100%;
}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 55px;
}

.step p {
    color: #fff;
    text-align: center;
    font-weight: 700;
    width: 175px;
    height: 50px;
}

.reg-footer {
    margin: 0 auto;
    text-align: center;
    padding-top: 20px;
    background: #1f1f1f;
}

.reg-f-logo {
    margin: 0 auto;
    text-align: center;
}

.footer-logo {
    justify-content: center;
}

.footer {
    background-color: #1f1f1f;
}

.content {
    margin-bottom: 50px;
    max-height: 100%;
}

.copyright p {
    margin-top: 30px;
    margin-bottom: 0;
    padding-bottom: 20px;
}

.footer-link {
    background: #2b2b2b;
    padding: 10px;
}

.footer-link a {
    color: #7f7f7f;
    border-right: 2px solid #7f7f7f;
    font-weight: 600;
    margin-right: 20px;
    padding-right: 25px;
}

.recent-transaction th {
    text-align: center;
    background: #393939;
    /* padding: 10px; */
    border: 0;
}

.recent-transaction tr {
    text-align: center;
    color: #fff;
    font-weight: 500;
    height: 40px;
    border: 0;
}

.recent-table {
    border-radius: 10px;
    overflow: hidden;
    width: 520px;
    height: 240px;
}

.recent-transaction {
    width: 100%;
    background: #414141;
    border-collapse: collapse;
}

.recent-table table tr td {
    border: none;
}

.recent-transaction tr:nth-child(odd) {
    background-color: #2d2d2d;
}

.banner-table {
    /* height: 280px; */
    /* float: right; */
    /* position: absolute; */
    /* bottom: 110px; */
    max-width: 99;
    /* width: 391px; */
}

@media screen and (min-width:999px) and (max-width:1600px) {

    .index-banner {
        bottom: 360px;
    }
}

#regmodal.share_modal .modal-body,
#loginmodal.share_modal .modal-body,
#forgotmodal.share_modal .modal-body {
    background-color: #fff;
    padding: 0;
    border-top-right-radius: 17px;
    border-bottom-right-radius: 17px;
}

.share_modal .close {
    float: right;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1;
    color: #000;
    opacity: .5;
    top: 0;
    position: absolute;
    right: 8px;
}

.modal_body_share {
    display: flex;
}

.share_modal .modal-dialog {
    max-width: 700px;
}

.modal_head {
    margin-bottom: 24px;
    display: flex;
    align-items: center;
}

.modal_body_share_left {
    width: 50%;
}

.modal_body_right {
    padding: 32px;
    width: 50%;
}

.modalhead_btn {
    -moz-appearance: none;
    -webkit-appearance: none;
    text-decoration: none;
    align-items: center;
    display: inline-flex;
    vertical-align: middle;
    justify-content: flex-start;
    font-weight: 600;
    line-height: 1.5;
    position: relative;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    transition: color .1s ease-in-out, background-color .1s ease-in-out, border-color .1s ease-in-out;
    border: 2px solid transparent;
    color: #93acd3;
    background-color: transparent;
    font-size: 12px;
    border-radius: 10px;
    padding: 5px 10px;
    border-radius: 3rem;
}

.modalhead_btn.active {
    background-color: #2283f6;
    color: #fff;
}

.share_modal .modal-content {
    background-color: transparent;
    border: none;
}

.input_inner {
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid #b8b8b8;
    transition: color .1s ease-in-out, border-color .1s ease-in-out;
    height: 44px;
    border-radius: 25px;
    padding: 0 14px;
    margin-bottom: 10px;
}

.input_inner i {
    color: #2283f6;
    margin-right: 10px;
}

.input_custom {
    width: 0;
    flex: 1 1;
    display: block;
    font-weight: 600;
    color: #fff;
    outline: none;
    line-height: 20px;
    font-size: 14px;
    padding: 0;
    border: none;
    height: auto;
    max-width: 100%;
    background-color: transparent;
}

.input_inner_forgot a {
    font-size: 12px;
    color: #000;
}

.btn_login_modal {
    background: linear-gradient(95deg, rgba(244, 184, 66, 1) 0%, rgba(237, 127, 74, 1) 100%);
    color: #fff;
    padding: 7px;
    width: 100%;
    border-radius: 25px;
    border: none;
    margin: 20px 0;
}

.input_inner img {
    width: 20px;
    margin-right: 15px;
}

button:focus {
    outline: 0;
}

.btn_loginreg_modal {
    border: 0;
    text-transform: uppercase;
    min-width: 80px;
    font-weight: 700;
    min-height: 30px;
    transition: background .3s;
    color: #4d4d4d;
    font-size: 12px;
    background: none;
}

.btn_loginreg_modal.active {
    border-radius: 25px;
    background: linear-gradient(95deg, rgba(244, 184, 66, 1) 0%, rgba(237, 127, 74, 1) 100%);
    color: #fff;
}

/* afterlogin */
.drop-table tr td {
    border: 0;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.userdropdown {
    min-width: 180px;
}

.dropdown-item {
    display: block;
    padding: 0;
    color: #7f7f7f;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:hover {
    background: linear-gradient(95deg, rgba(244, 184, 66, 1) 0%, rgba(237, 127, 74, 1) 100%);
    color: #fff;
    font-weight: 600;
}

.dropdown-menu {
    background: #2d2d2d;
    color: #ffffff;
    margin: 0px;
    padding: 0px;
    border-radius: 8px;
    left: -17px;
    margin-top: 5px;
    /* width: 40px; */
}

.balance-drop {
    left: -145px !important;
    padding: 10px 10px 10px 10px;
    width: 245px;
}

.drop-table td {
    color: #7f7f7f;
}

.drop-table tr td:nth-child(2) {
    text-align: right;
}

.drop-menu ul li:first-child {
    background: none;
    border: none;
    padding: 0px;
}

.dropdown-menu ul li:first-child {
    margin-top: 10px;
}

.drop-menu ul li {
    padding: 0px;
}

.dropdown-menu ul li {
    display: inline-block;
    list-style: none;
    width: 100%;
    padding: 0px 10px;
    cursor: pointer;
}

.drop-menu ul li a {
    text-align: center;
    display: block;
    font-weight: bold;
    font-size: 14px;
    padding: 5px 0px;
    color: #fff;
    text-transform: uppercase;
}

.userdropdown {
    left: -62px !important;
}

.btn_user {
    border: 1px solid #ee602a00;
    border-radius: 25px;
    text-transform: uppercase;
    min-width: 80px;
    font-weight: 700;
    min-height: 30px;
    transition: background .3s;
    background: #2d2d2d;
    color: #fff;
    font-size: 12px;
}

.btn_user:hover {
    color: #fff;
}

.btn_login a {
    color: #fff;
}

.header_menu_btn_wrap {
    position: relative;
}

/* product-pg */

.pro-banner-sec {
    text-align: center;
    position: relative;
}

.pro-banner-sec img {
    margin: auto;
}

.sp-product-sec {
    position: relative;
    bottom: 85px;
}

.sp-product-item-list {
    margin-top: 15px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    max-height: 100%;
}

.sp-product-item-list img {
    border-radius: 15px;
    max-width: 100%;
    height: auto;
}

.sp-top {
    margin-bottom: 0px;
}

/* casino */

.product-item-list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
}

.product-item-list img {
    border-radius: 15px;
    max-width: 100%;
    height: auto;
}

/* promo */

/* width */
::-webkit-scrollbar {
    width: 3px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.promo {
    background: #212121;
    border-radius: 10px;
    height: 300px;
}

.promo-desc-title p {
    margin-bottom: 0;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 25px;
    color: #fff;
    line-height: 1.2;
}

.promo-desc {
    padding: 10px;
}

.promo-top {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.promo-item {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
}

.more-btn button {
    background: linear-gradient(#212121, #212121) padding-box,
        linear-gradient(95deg, rgba(244, 184, 66, 1) 0%, rgba(237, 127, 74, 1) 100%) border-box;
    color: #fff;
    padding: 2px 10px;
    border: 3px solid transparent;
    border-radius: 25px;
    display: inline-block;
}

.more-btn {
    float: right;
}

.promo-desc-sm-title p {
    font-size: 12px;
}

.more-btn button:hover {
    background: linear-gradient(95deg, rgba(244, 184, 66, 1) 0%, rgba(237, 127, 74, 1) 100%);
    border: 0;
    padding: 5px 13px;
}

.modal-promo {
    background: #fff;
    border-radius: 15px;
}

.modal-promo img {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

#promotion .close span {
    right: 16px;
    position: absolute;
    top: 20px;
    background: #737373;
    opacity: 1;
    border-radius: 50%;
    font-size: 25px;
    padding: 0px 4px;
    color: #fff;
}

.modal-promo-desc {
    padding: 30px;
}

.modal-promo-sm {
    height: 220px;
    overflow-y: scroll;
}

.modal-promo-title h5 {
    color: #3a3a3a;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 800;
}

/* VIP */
.vip-sec1 {
    display: flex;
    align-items: center;
}

.vip-top {
    flex: 2;
}

.vip-cont {
    flex: 1;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.vip-club {
    font-size: 30px;
    font-weight: 900;
    color: #b0b0b0 !important;
}

.vip-table table {
    width: 100%;
    text-align: center;
    color: #fff;
}

.vip-table table tr,
th,
td {
    border: 2px solid #151515;
    border-top: none;
    border-right: none;
    height: 10px;
}

.vip-table th {
    background: #a25e37;
    color: #fff;
    height: 50px;
    font-weight: normal;
    text-transform: uppercase;
    position: relative;
    vertical-align: bottom;
}

.vip-table th:first-child {
    background: #232323;
    color: #fff;
    height: 95px;
}

.vip-table tr td:first-child {
    text-align: left;
    padding-left: 10px;
}

.title-col {
    height: 50px;
    text-transform: uppercase;
    color: #fff;
}

.vip-table {
    border: 1px solid #a25e37;
}

i.fa.fa-check {
    color: #29aa2f;
}

.drk-grey {
    background: #232323;
}

.lgt-grey {
    background: #2c2c2c;
}

.vip-table td:nth-child(n+2) {
    width: 125px;
}

.vip-sec-title {
    text-align: center;
    background: linear-gradient(to right, #f4b742, #ef8a49, #ed7e4a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 30px;
    font-weight: 800;
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.term-details ul {
    list-style: none;
    line-height: 1.8;
}

.faq-content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
    margin-top: 20px;
}

.content-box {
    border: none;
    border-radius: 10px;
    text-align: center;
    padding: 15px 30px;
    background: #232323;
    height: 300px;
    box-shadow: 1px 5px 5px 0px #090909, 0px 0px 10px 0px #090909;
}

.faq-title {
    color: #fff;
    margin-top: 5px;
    text-transform: uppercase;
    height: 35px;
}

.faq-details {
    font-size: 13px;
}

/* about */

.aboutus {
    display: flex;
    gap: 20px;
}

.right-title {
    background: #292929;
    padding: 5px 20px;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    border-radius: 25px;
}

.right-title p {
    margin-bottom: 0;
}

.right-content p {
    margin-bottom: 0;
    line-height: 1.8;
}

.right-content {
    margin-top: 15px;
    padding-left: 10px;
}

.about-sec {
    height: 830px;
    margin-top: 20px;
}

.aboutleft {
    background: #292929;
    border-radius: 10px;
    max-height: 265px;
    flex: 10%;
}

.about-right {
    flex: 70%;
}

.s-link {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 10px 15px;
}

.s-link a {
    color: #a4a4a4;
    padding: 10px;
    background: transparent;
    margin-top: 5px;
    border-radius: 25px;
}

.s-link a:hover,
.s-link a.active {
    color: #fff;
    font-weight: 700;
    background: linear-gradient(95deg, rgba(244, 184, 66, 1) 0%, rgba(237, 127, 74, 1) 100%);
    border: 0;
    border-radius: 25px;
    padding: 10px;
}

.right-content ul {
    list-style: decimal;
    padding-left: 15px;
    margin-top: 20px;
}

.right-content ul li {
    padding-left: 10px;
    line-height: 1.8;
    margin-bottom: 25px;
}

.responsible ul li {
    color: #d6d6d6;
    margin-bottom: 0;
}

.responsible p {
    margin-bottom: 20px;
    padding-left: 10px;
}

.faq ul li {
    color: #d6d6d6;
    margin-bottom: 0;
    font-weight: 700;
}

.faq p {
    margin-bottom: 20px;
    padding-left: 10px;
}

.contact-details {
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    margin-top: 20px;
}

.contact {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.contact img {
    width: 16px;
}

/* deposit */
.acc-category a {
    color: #fff;
}

.dep-title h6 {
    font-size: 30px;
    font-weight: 700;
}

.acc-category {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
    gap: 10px;
}

.deposit-btn {
    background: #212121;
    padding: 10px;
    font-size: 20px;
    font-weight: 900;
    border-radius: 25px;
}

.deposit-btn:hover,
.deposit-btn.active {
    background: linear-gradient(95deg, rgba(244, 184, 66, 1) 0%, rgba(237, 127, 74, 1) 100%);
    border-radius: 25px;
}

.deposit-btn a {
    color: #9a9a9a;
}

.deposit-btn.active a,
.deposit-btn:hover a {
    color: #fff;
}

.acc-part {
    background: #212121;
    margin-top: 20px;
    padding: 30px 50px;
    border-radius: 20px;
    height: 700px;
}

.bank-table table {
    width: 100%;
}

.bank-table table tr td {
    border: 2px solid #212121;
    text-align: center;
}

.bank-table {
    background: #151515;
}

.acc-form {
    padding: 30px 0px 20px 50px;
}

.dep-form {
    background: #151515;
    border: none;
    color: #7f7f7f;
}

.dep-form:focus {
    background: #151515;
    border: none;
    color: #7f7f7f;
    box-shadow: none;
}

.form-title {
    text-align: right;
    font-weight: 700;
    white-space: nowrap;
}

.deposit-form {
    align-items: center;
    margin-bottom: 20px;
}

.deposit-form input.dep-form {
    height: 40px;
    border-radius: 5px;
    outline: none;
    padding-left: 15px;
}

.date-input {
    display: flex;
    gap: 10px;
    align-items: center;
}

.date-input .date {
    flex: 100%;
}

.submit-btn {
    border: 0;
    border-radius: 25px;
    text-transform: uppercase;
    min-width: 245px;
    font-weight: 700;
    background: linear-gradient(95deg, rgba(244, 184, 66, 1) 0%, rgba(237, 127, 74, 1) 100%);
    color: #fff;
    padding: 12px;
}

.submit-button {
    text-align: center;
    margin-bottom: 30px;
}

.transfer-table td {
    border: 0;
}

.transfer-table {
    display: flex;
    justify-content: space-between;
    gap: 8px;
}

.transfer-table table {
    width: 100%;
}

.left-table table {
    width: 100%;
}

.left-table {
    flex: 2;
}

.right-table {
    flex: 2;
}

.transfer-table tr td {
    background: #151515;
    padding: 10px;
    border-bottom: 1px solid #212121;
}

.transfer-table tr td:nth-child(2) {
    text-align: right;
}

.select-btn {
    display: flex;
    gap: 15px;
}

.inbox-btn {
    margin-top: 20px;
    float: right;
}

.slt-btn button {
    border: none;
    background: #151515;
    color: #fff;
    padding: 5px 15px;
    border-radius: 25px;
    width: 110px;
}

.profile-table table {
    width: 100%;
}

.profile-table tr td {
    padding: 10px;
    border-bottom: 1px solid #2f2f2f;
    border-left: 0;
}

.profile-table tr td:nth-child(2) {
    text-align: right;
}

.profile-table {
    font-weight: 800;
    margin-bottom: 30px;
}

.profile-table img {
    width: 16px;
    margin-right: 10px;
}

/* 22012024 */
.banner-sec iframe {
    border-radius: 10px;
}

/* 4d */
#butts {
    width: 612px;
    /* height: 193px; */
    margin: 0 auto 10px;
    padding-top: 2%;
}

#butts div {
    margin: 15px 0;
    float: left;
    cursor: pointer;
    background: url(../images/4d/fourd-button.png);
    width: 100px;
    height: 100px
}

#butts div:nth-of-type(1) {
    width: 209px;
    height: 149px
}

#butts div:nth-of-type(2) {
    width: 187px;
    height: 188px;
    background-position-x: -209px
}

#butts div:nth-of-type(3) {
    width: 209px;
    height: 149px;
    background-position-x: -401px
}

.lotto-bg {
    background: #17181a url(../images/4d/lotto-bg.jpg) no-repeat top center;
    padding-bottom: 20px;
}

.fd-keno-in {
    margin-bottom: 15px;
    margin-left: 0px;
    position: relative;
    width: 1020px;
    margin: 0 auto;
}

.fd-keno-in img {
    position: relative;
    display: block;
    border: none;
    float: right;
}

.lottery-bg {
    background: #000 url(../images/common/lottery-bg.jpg) top center no-repeat;
}

.lottery-item {
    float: left;
    position: relative;
    margin: 13px 0 13px 29px;
}

.btn-lottery-wrap {
    position: absolute;
    left: 0;
    bottom: -5px;
}

.btn-lottery-item {
    float: left;
    padding: 0 3px;
}

.btn-lottery {
    padding: 15px;
    font-size: 16px;
    font-weight: bold;
    color: #e3d08c;
    text-align: center;
    border: 1px solid #e3d08c;
    border-radius: 5px;
}

.btn-lottery:hover,
.btn-lottery:focus {
    border: 1px solid #e3d08c;
    background: #e3d08c;
    color: #000000;
    text-decoration: none;
}

.payoutTable {
    border-collapse: collapse;
    border: 1px solid #e3d08c;
}

.payoutTable>tbody>tr>th {
    border: 1px solid #e3d08c;
    padding: 5px 5px;
    background: #e3d08c;
    font-weight: bold;
    text-align: center;
    color: #000000;
}

.payoutTable>tbody>tr>td {
    border: 1px solid #e3d08c;
    padding: 3px 5px;
    text-align: center;
}

.txt-bonus {
    position: relative;
    top: -1px;
}

.txt-bonus-desp {
    color: #e3d08c;
    font-weight: bold;
}

.fourD-titleBG {
    background-color: #3f3f3f;
    height: 26px;
}

.fourD-title {
    font-size: 12px;
    color: #FFF;
    font-weight: bold;
}

.fourD-topTxtone {
    font-size: 15px;
    font-weight: bold;
    color: #000;
    text-align: center;
    padding: 0;
}

.fourD-topTxttwo {
    font-size: 17px;
    font-weight: bold;
    color: #000;
    text-align: center;
    padding: 0px;
}

.fourD-topTxtthree {
    font-size: 12px;
    font-weight: bold;
    color: #000;
    text-align: center;
    background-color: #fff;
    padding: 1px;
    height: 15px;
}

.fourD-item {
    float: left;
    margin-left: 11px;
    width: 233px;
    background-color: #FFF;
    padding: 8px;
    border-radius: 5px;
    height: 375px;
    margin-bottom: 15px;
    box-shadow: 0px 1px 4px #000;
}

.fourD-item .fd-top {
    height: 42px;
}

.fourD-item .fd-top-left {
    float: left;
    width: 179px;
}

.fourD-item .fd-top-left .fd-title-01 {
    padding-top: 2px;
    padding-left: 3px;
    font-size: 13px;
    font-weight: bold;
    color: #000;
}

.fourD-item .fd-top-left .fd-title-02 {
    float: left;
    padding-left: 3px;
    width: 95px;
    font-size: 10px;
    font-weight: bold;
    color: #000;
}

.fourD-item .fd-top-left .fd-title-03 {
    float: left;
    font-size: 10px;
    color: #000;
}

.fourD-item .fd-top-left .fd-title-01w {
    padding-top: 2px;
    padding-left: 3px;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
}

.fourD-item .fd-top-left .fd-title-02w {
    float: left;
    padding-left: 3px;
    width: 95px;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
}

.fourD-item .fd-top-left .fd-title-03w {
    float: left;
    font-size: 11px;
    color: #fff;
}

.fourD-item .fd-top-right {
    float: right;
    display: inline-block;
    width: 40%;
}

.fourD-item .fd-row-01,
.fourD-item .fd-row-02 {
    margin-top: 7px;
}

.fourD-item .fd-row-bg {
    background: #7c7b7b;
}

.sixD-table {
    border-collapse: collapse;
    border: 2px solid #7c7b7b;
    font-size: 14px;
    color: #000000;
    font-weight: bold;
}

.sixD-table>tbody>tr>th {
    background: #3f3f3f;
    height: 24px;
    border: 2px solid #7c7b7b;
    color: #FFFFFF;
}

.sixD-table>tbody>tr>td {
    border: 2px solid #7c7b7b;
}

.fourd-TableBtm>tbody>tr>td {
    border: 2px solid #7c7b7b;
}

.btn-4d {
    text-align: center;
    border-radius: 4px;
    display: inline-block;
    padding: 10px 15px;
    font-weight: bold;
    font-size: 16px;
    color: #000000;
    min-width: 180px;
    background: rgba(248, 253, 65, 1);
    background: -moz-linear-gradient(top, rgba(248, 253, 65, 1) 0%, rgba(225, 166, 3, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248, 253, 65, 1)), color-stop(100%, rgba(225, 166, 3, 1)));
    background: -webkit-linear-gradient(top, rgba(248, 253, 65, 1) 0%, rgba(225, 166, 3, 1) 100%);
    background: -o-linear-gradient(top, rgba(248, 253, 65, 1) 0%, rgba(225, 166, 3, 1) 100%);
    background: -ms-linear-gradient(top, rgba(248, 253, 65, 1) 0%, rgba(225, 166, 3, 1) 100%);
    background: linear-gradient(to bottom, rgba(248, 253, 65, 1) 0%, rgba(225, 166, 3, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8fd41', endColorstr='#e1a603', GradientType=0);
}

.btn-4d:hover,
.btn-4d:focus {
    color: #000000;
    text-decoration: none;
    background: rgba(225, 166, 3, 1);
    background: -moz-linear-gradient(top, rgba(225, 166, 3, 1) 0%, rgba(248, 253, 65, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(225, 166, 3, 1)), color-stop(100%, rgba(248, 253, 65, 1)));
    background: -webkit-linear-gradient(top, rgba(225, 166, 3, 1) 0%, rgba(248, 253, 65, 1) 100%);
    background: -o-linear-gradient(top, rgba(225, 166, 3, 1) 0%, rgba(248, 253, 65, 1) 100%);
    background: -ms-linear-gradient(top, rgba(225, 166, 3, 1) 0%, rgba(248, 253, 65, 1) 100%);
    background: linear-gradient(to bottom, rgba(225, 166, 3, 1) 0%, rgba(248, 253, 65, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e1a603', endColorstr='#f8fd41', GradientType=0);
}

.fd-bg {
    background: url(../images/common/fd-bg.png)top left no-repeat;
    margin-left: 12px;
    width: 718px;
    float: left;
    border-radius: 12px;
    position: relative;
    height: 353px;
    display: flex;
}

.fd-co {
    position: absolute;
    right: 40px;
    top: 66px;
}

.fd-date {
    padding: 11px;
    border-radius: 0px 12px 12px 0px;
    position: absolute;
    left: 6%;
    top: 25px;
}

.fd-btn {}

.fd-top {
    display: flex;
    align-items: center;
}

.btn-fdd {
    flex: 3 0px;
    margin: 15px 0px;
    justify-content: center;
    display: flex;
}

.drwn-nm {
    width: 100%;
    display: flex;
    position: relative;
}

span.btn-clr {
    border-radius: 50%;
    background: url(../images/common/Ellipse.png);
    width: 70px;
    height: 73px;
    padding: 5px;
    text-align: center;
    font-size: 43px;
    margin: 0px 11px;
    font-weight: bold;
}

.date-time {
    text-align: center;
    padding: 5px;
    color: #fff;
    font-size: 15px;
    background: #ce0701;
    margin: 32px 13px 10px 13px;
}

.lotto-guide {
    color: #fff;
}

.btn-4d {
    margin: 0px 5px;
}

.fd-btn h4 {
    color: #fff;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
}

.btn-box button {
    display: block;
    margin: 0px auto;
    margin-top: 15px;
}

.btn-drwn {
    background: #fff;
    color: #db427b;
    font-weight: bold;
    padding: 5px 40px;
    text-transform: uppercase;
    border-radius: 21px;
}

.btn-pay {
    background: url(../images/common/fd-btn-y.png) no-repeat;
    color: #f12f43;
}

.btn-plly {
    background: url(../images/common/fd-btn-r.png) no-repeat;
    color: #fddd00;
}

.fd-in {
    display: flex;
    margin-top: 30px;
}

.btn-l {
    width: 50%;
    background-size: 100% 100%;
    height: 35px;
    font-weight: bold;
}

#PayOut .modal-header {
    display: block;
}

#PayOut .modal-title {
    text-align: left;
}

.modal-table2 table tr td {
    border: 1px solid #55dcb5 !important;
    padding: 5px;
    font-size: 14px;
    color: #fff;
}

.modal-content_cus {
    background: #000000e3;
    color: #fff;
    width: 635px;
}

.modal-content_cus .close {
    color: #55dcb5;
    opacity: 1;
    position: relative;
    top: 6px;
}

.trTitle {
    background: #55dcb5;
    color: #FFF;
    text-shadow: 0px 0px 1px #000, 0px 0px 5px #000;
}

.btn-pay:hover {
    color: #414141;
}

.modal-bg h4 {
    font-size: 16px;
    margin-bottom: 5px;
}

.btn-drwn:hover {
    background: #db427b;
    color: #fff;
}

.btn-plly:hover {
    color: #fff;
}

.fd-top ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    width: 100%;
}

.fd-box {
    background: url("../images/common/frame-btn.png") no-repeat center top;
    width: 189px;
    height: 229px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 40px;
    line-height: 45px;
    text-shadow: 0px 0px 3px #c1e887, 0px 0px 5px #3db6ba;
}

.fd-keno-iteam {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    padding-top: 15px;
}

.fd-row-01 table tr,
th,
td {
    height: 0px;
}

/* 26012023 */
#myModal ul,
#myModal2 ul {
    font-size: 15px;
    margin-top: 7px
}

#myModal .close,
#myModal2 .close {
    color: #fff;
}

#myModal .modal,
#myModal2 .modal {
    display: none;
    position: fixed;
    z-index: 1000;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #000;
    background-color: rgba(0, 0, 0, .4);
    z-index: 10000;
}

#myModal .modal-content,
#myModal2 .modal-content {
    background-color: #000;
    margin: auto;
    padding: 40px;
    border: 2px solid #fff;
    width: 800px;
    color: #fff;
    display: block;
}

#myModal .close,
#myModal2 .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: 700;
    margin: -40px -30px;
    opacity: 1;
    position: relative;
    top: 10px;
    right: 5px;
    cursor: pointer;
}

#myModal .close:hover,
.close:focus {
    cursor: pointer
}

#myModal {
    padding-top: 100px;
    background: rgb(0, 0, 0, 0.5);
}

#myModal2 {
    padding-top: 35px;
    background: rgb(0, 0, 0, 0.5);
}

#myModal2 table {
    width: 80%;
    margin-bottom: 10px;
}

#myModal2 table tr td {
    border: 1px solid #fff;
    padding-left: 5px;
}

/* 19022024 */
.master-title {
    width: 40%;
    margin: 0 auto;
    margin-bottom: 20px;
}

.master-month {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    text-align: center;
    gap: 10px;
}

.month-btn p {
    margin-bottom: 0;
}

.month-btn {
    padding: 10px;
    border-radius: 25px;
    font-size: 18px;
    border: 2px solid #3a3a3a;
    box-shadow: inset 0px -25px 6px 0px #242424;
    background-image: linear-gradient(180deg, rgba(65, 65, 65, 1) 0%, rgba(35, 35, 35, 1) 100%);
    color: #000;
    font-weight: 700;
    text-shadow: 1px 1px #fff, -1px 0px 0px #fff, 0px -1px 0px #fff, 1px 0px 0px #fff;
}

.month-btn:hover {
    border: 2px solid #ffddc5;
    box-shadow: inset 0px -25px 6px 0px #f47d40;
    background-image: linear-gradient(180deg, rgba(251, 232, 194, 1) 0%, rgba(244, 179, 103, 1) 100%);
    color: #fff;
    text-shadow: -1px -2px #893b00, 1px -2px 0px #893b00, 2px 1px 0px #893b00, -2px 0px 0px #893b00, -1px -1px 0px #893b00;
}

.month-banner {
    margin-top: 20px;
}

.master-sec {
    text-align: center;
}

.month-video {
    margin: 40px 0px;
}

.video-thumb {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
}

/* 15042024 */
.vip-title {
    display: flex;
    gap: 10px;
    align-items: center;
}

.vip-title img {
    max-width: 75px;
    margin-left: 5px;
    padding: 5px;
}

.vip-table th .vip-badge {
    max-width: 70%;
    position: absolute;
    top: -40px;
    left: 18px;
}

/* 25042024 */
.promo-desc-title {
    height: 48px;
    color: #fff;
}

.promo-share {
    flex-direction: column;
}

.promo-content {
    background: #fff;
    padding: 20px;
    color: #000;
    border-radius: 0px 0px 15px 15px;
}

.promo-content ul {
    padding-left: 20px;
}

.promo-modal .close {
    right: 16px;
    position: absolute;
    top: 18px;
    background: #737373;
    opacity: 1;
    border-radius: 50%;
    font-size: 25px;
    padding: 0px 4px;
    color: #fff;
}

.promo-modal .modal-dialog {
    max-width: 1130px;
}

/* 23092024 */
.tab-pay ul {
    display: grid;
    justify-content: space-between;
    margin-bottom: 30px;
    gap: 15px;
    flex-wrap: wrap;
    grid-template-columns: repeat(3, 1fr);
    list-style: none;
    padding-left: 0px;
}

.tab-pay ul li a {
    background: #151515;
    color: #fff;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 10px;
    border-radius: 25px;
    border: none;
}

.tab-pay ul li a.active,
.tab-pay ul li a:hover {
    background: linear-gradient(95deg, rgba(244, 184, 66, 1) 0%, rgba(237, 127, 74, 1) 100%);
    color: #fff;
}

.recent-table.bottom-recent {
    /* width: 515px; */
}

.country-code {
    margin-bottom: 0px;
    margin-right: 10px;
}

.ft-logo img {
    max-width: 100px;
    filter: grayscale(1);
}

.ft-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.ft-logo img:hover {
    filter: none;
}

/* 14112024 */
.mix {
    display: none;
}

.filter-menu-bar {
    margin: 20px 0;
    display: inline-flex;
    justify-content: flex-start;
    gap: 10px;
    flex-wrap: wrap;
}

.pmbox {
    background: linear-gradient(#212121, #212121) padding-box,        linear-gradient(95deg, rgba(244, 184, 66, 1) 0%, rgba(237, 127, 74, 1) 100%) border-box;
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 20px;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
    border-radius: 25px;
    text-align: center;
    border: 1px solid transparent;
}

.pmbox:hover,
.pmbox.active {
    color: #fff;
    background: linear-gradient(95deg, rgba(244, 184, 66, 1) 0%, rgba(237, 127, 74, 1) 100%);
    border: 1px solid transparent;
}
.acc-part_wrap{
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 30px;
}
.acc-part_left{
    width: 100%;
}
.acc-part_right{
    max-width: 300px;
    font-size: 13px;
}
.ul_important{
    padding-left: 17px;
    padding-top: 10px;
}
.acc-part_right p{
    margin-bottom: 5px;
}
.acc-part_right b{
    margin-bottom: 10px;
    display: block;
}
.btn_re{
    border-radius: 5px;
    min-width: 100px;
}

/* 10022025 */
.vip-cont p {
    color: #fff;
}