@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700,900');

body {
    font-family: "Roboto", sans-serif;
    line-height: 1.6;
    font-size: 15px;
    margin: 0 auto;
    color: #ffffff;
    background-color: #171717;
}

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;
    color: unset;
}

img {
    max-width: 100%;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="number"],
textarea {
    color: #666;
    width: 100%;
}

button {
    border: none;
}

html ::-webkit-scrollbar {
    width: 4px;
    height: 2px;
    z-index: 999;
}

html ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgb(0 0 0 / 21%);
    background: #d2a35b;
}

html ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 1px transparent;
    border-radius: 10px;
    background-color: transparent;
}

.sider_icon {
    position: fixed;
    right: -24px;
    color: #fff;
    z-index: 999;
    top: 235px;
}

.sider_icon a {
    color: #fff;
    font-size: 34px;
    padding: 10px;
    display: grid;
    text-align: center;
    transform: rotate(270deg);
    background: linear-gradient(to bottom, rgba(255, 0, 51, 1) 0%, rgba(107, 18, 34, 1) 100%);
    width: 119px;
}

.sider_icon a img {
    display: block;
    margin: 0px auto;
}

.rt-1 {
    position: relative;
    top: -50px;
    border-radius: 0px 30px 0px 0px;
}

.rt-2 {
    border-radius: 30px 0px 0px 0px;
}

.sider_icon_txt {
    font-size: 15px;
    margin-top: 5px;
}

.space_height {
    height: 30px;
}

.forgot_pass {
    color: #000000;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ced4da;
    outline: 0;
    box-shadow: unset;
}

.index_container {
    max-width: 1366px;
}

section.bg-2 {
    background: #1f1f1f;
    padding: 20px 0px;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: unset;
}

.footer {
    background-color: #171717;
}

.footer_top {
    padding: 30px 0px;
}

.footer_top01 {
    display: flex;
    justify-content: space-between;
}

.footer_lic ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

.top-img {
    position: relative;
    top: -63px;
}

section.bg-3 {
    background: #121212;
}

.t-footer {
    margin-top: -60px;
}

.copyright {
    color: #ffffff;
    text-align: center;
    margin: 20px 0px;
}

.footer_lic ul li {
    margin-right: 30px;
    /* filter: grayscale(100%);*/
}

.footer_lic ul li:hover {
    filter: grayscale(0%);
}

.footer_tit {
    color: #ffffff;
}

.footer_link {
    display: flex;
}

.footer_hr {
    border-top: 1px solid #9d7337;
    margin-top: 50px;
}

.footer_link ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
}

.footer_link ul li {
    margin-right: 30px;
}

.footer_link ul li a {
    color: #ffffff;
    font-size: 17px;
    font-weight: 500;
}

.footer_link ul li a:hover {
    text-decoration-line: underline;
}

.footer_seo {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 70px 15px;
    margin-top: 50px;
}

.footer_seo_main {
    font-size: 15px;
    color: #9d7337;
    font-weight: 700;
}

.footer_seo_sub {
    color: #fff;
}

header.head_main {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 18;
}

.bg_header_top {
    background: #222222;
}

.header_top {
    display: flex;
    align-items: center;
    height: auto;
    font-size: 13px;
    color: #ffffff;
    justify-content: space-between;
    position: relative;
}

.header_time {
    display: flex;
    align-items: center;
}

.date_time {
    color: #ffffff;
}

.header_lang_drop .dropdown-toggle {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
    font-size: 12px;
}

.header_lang_drop img {
    width: 20px;
}

.header_lang_drop button {
    color: #ffffff;
}

.header_lang_drop .btn:hover {
    color: #ffffff;
    text-decoration: none;
}

.header_lang_drop .dropdown-toggle::after {
    position: absolute;
    top: 15px;
    color: #ffffff;
}

.header_top_right {
    height: 100%;
    display: flex;
    align-items: center;
}

.header_lang_drop .dropdown-menu {
    background-color: #515151;
    min-width: 275px;
    border-radius: 0px;
}

ul.lang_ul {
    margin: 0;
    padding: 5px 15px;
    list-style-type: none;
}

ul.lang_ul li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 10px 0px;
}

ul.lang_ul li a {
    color: #b2b2b2;
    font-size: 14px;
    margin: 0px 10px;
}

ul.lang_ul li a:after {
    content: '/';
    margin-left: 10px;
}

ul.lang_ul li a:last-child:after {
    content: '';
}

.register_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #222;
    color: #fff;
    width: auto;
    border-radius: 2px;
    font-size: 14px;
    padding: 0px 10px;
    font-weight: 700;
    cursor: pointer;
    border: 1px solid #a78646;
}

.login_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to bottom, rgba(232, 222, 136, 1) 0%, rgba(203, 160, 81, 1) 49%, rgba(121, 81, 39, 1) 100%);
    color: #000000;
    width: auto;
    border-radius: 2px;
    font-size: 12px;
    padding: 2px 10px;
    font-weight: 700;
    cursor: pointer;
    margin-left: 20px;
    width: 80px;
}

.header_sidebar .sidebar_icon {
    color: #ffffff;
}

.header_sidebar .dropdown-menu {
    background: #8f0000;
}

.header_sidebar .dropdown-menu a {
    color: #ffffff;
    font-size: 14px;
}

.header_sidebar .dropdown-menu a.dropdown-item:focus,
.header_sidebar .dropdown-menu a.dropdown-item:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: transparent;
}

.dropdown_menu_right {
    left: -95px !important;
}

.bg_header_bottom {
    background: linear-gradient(to bottom, rgba(232, 222, 136, 1) 0%, rgba(203, 160, 81, 1) 49%, rgba(121, 81, 39, 1) 100%);
}

.header_bottom {
    display: flex;
    background: linear-gradient(to bottom, rgba(232, 222, 136, 1) 0%, rgba(203, 160, 81, 1) 49%, rgba(121, 81, 39, 1) 100%);
}

.header_logo img {
    width: 184px;
}

.header_logo {
    background: linear-gradient(110deg, #000 89%, #ffffff00 46%);
    padding: 8px;
    padding-right: 50px;
    /* background: linear-gradient(to bottom, rgba(232,222,136,1) 0%, rgba(203,160,81,1) 49%, rgba(121,81,39,1) 100%); */
}

.header_bottom_menu {
    display: flex;
    align-items: center;
}

.main_nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

ul.main_nav {
    list-style: none;
    padding: 0;
    margin: 0;
    height: 100%;
    display: flex;
}

ul.main_nav li a {
    color: #ffffff;
    display: flex;
    height: 100%;
    align-items: center;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    flex-direction: column;
    justify-content: center;
}

ul.main_nav li {
    padding: 0px 10px;
    height: 100%;
}

ul.main_nav li a {
    position: relative;
}

ul.main_nav li.active a {
    color: #795724;
    /* text-shadow: 0px 1px 1px #c82322; */
}

ul.main_nav li.active a:after {
    content: '';
    background-color: #503a17;
    height: 4px;
    width: 100%;
    position: absolute;
    bottom: 0;
}

ul.main_nav li a img {
    filter: brightness(0) invert(1);
}

ul.main_nav li.active a img,
ul.main_nav li:hover a img {
    filter: none;
}

ul.main_nav li:hover a:after {
    content: '';
    background-color: #503a17;
    height: 4px;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 111111;
}

ul.main_nav li:hover a {
    color: #795724;
}

.body_main {
    padding: 90px 0px 0px 0px;
}

.slick-dots li button::before {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 7px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #e2dcde;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    transition: opacity .6s ease;
    transform: skew(-25deg);
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    background-color: #b80000;
}

.slick-dots li {
    margin-right: 10px;
}

.slick-dots {
    bottom: unset;
    top: -33px;
    text-align: end;
    right: 23px;
    width: auto;
    height: auto;
}

.slick-slide {
    padding: 10px;
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 7px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    transition: opacity .6s ease;
}

.carousel-indicators .active {
    opacity: 1;
    background-color: #cea757;
}

.carousel-indicators {
    position: absolute;
    right: auto;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

.marquee_wrapper {
    width: 100%;
    background: #252525;
}

.marquee_custom {
    display: flex;
    align-items: center;
    padding: 7px 0px;
    color: #ffffff;
    width: 1366px;
    margin: 0 auto;
}

.recommended {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 24px;
    color: #ffffff;
    margin-top: 35px;
    gap: 20px;
}

.recommended img {
    width: 56px;
    margin-left: 5px;
}

.slider_main {
    padding: 0px;
    position: relative;
    cursor: pointer;
}

.slider_main img {
    width: 100%;
    margin: auto;
}

.responsive_slide .slick-prev:before,
.responsive_slide .slick-next:before {
    font-size: 19px;
    opacity: 1;
    color: #b80000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: hsla(0, 0%, 94.1%, .9);
    border-radius: 50%;
    padding: 9px 12px;
}

.responsive_slide .slick-next:before {
    content: '\f054';
    font-weight: 900;
    font-family: "Font Awesome 5 Free";

}

.responsive_slide .slick-prev:before {
    content: '\f053';
    font-weight: 900;
    font-family: "Font Awesome 5 Free";

}

.responsive_slide .slick-prev {
    left: -11px;
    z-index: 1;
}

.responsive_slide .slick-next {
    right: 7px;
}

.slider_content_bg {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #222;
    padding: 7px 10px;
}

.slider_content_bg span {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.slider_content_bg img {
    width: 38px;
    margin: unset;
}

.playpop {
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    height: 0;
    left: 0;
    right: 0;
    bottom: 0px;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    padding: 10px;
    display: flex;
    width: 100%;
    align-items: center;
    transition: .5s ease;
}

.slider_main:hover .playpop {
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
    height: 100%;
}

.play-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 100%;
    height: auto;
    background: #b80100;
    color: #fff;
    font-size: 19px;
    border-radius: 2px;
    cursor: pointer;
    margin-bottom: 15px;
    font-weight: 600;
    margin: auto;
    min-height: 34px;
}

.play-btn2 {

    display: flex;

    justify-content: center;

    align-items: center;

    min-width: 100%;

    height: auto;

    background: linear-gradient(to bottom, rgba(232, 222, 136, 1) 0%, rgba(203, 160, 81, 1) 49%, rgba(121, 81, 39, 1) 100%);

    color: #fff;

    font-size: 19px;

    border-radius: 2px;

    cursor: pointer;

    margin-bottom: 15px;

    font-weight: 600;

    margin: auto;

    min-height: 50px;

    bottom: 0px;

    left: 0;

    position: absolute;
}


.playpop_txt {
    color: #dec276;
    font-size: 16px;
    font-weight: 700;
}

.playpop_in {
    width: 100%;
}

.index_con_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.index_con_bg {
    /* background-color: #1e1e1e; */
    padding: 20px;
    min-height: 510px;
}

.index_con_warp01 {
    padding-top: 0px;
}

.countdown_main {
    position: relative;
    text-align: center;
}

.countdown_main02 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
    width: 65%;
    margin: auto;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
}

.countdown_main_wrap {
    position: relative;
}

.countdown_main_time {
    position: absolute;
    left: 0;
    right: 0;
    color: #fff;
    top: 0;
    font-size: 65px;
    line-height: 1.4;
}

.countdown_main_words {
    color: #e1cf7a;
    font-size: 22px;
    font-weight: 500;
}

.countdown_main_wrap img {
    width: 100px;
}

.rank_wrap {
    display: flex;
    align-items: center;
    padding: 0px 10px 0px 10px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.rank_wrap01 {
    background: linear-gradient(to bottom, rgba(207, 157, 81, 1) 0%, rgba(245, 235, 193, 1) 100%);
}

.rank_wrap02 {
    background: linear-gradient(to bottom, rgba(166, 176, 189, 1) 0%, rgba(193, 201, 211, 1) 100%);
}

.rank_wrap03 {
    background: linear-gradient(to bottom, rgba(237, 131, 25, 1) 0%, rgba(242, 189, 142, 1) 100%);
}

.rank_id {
    color: #fff;
    font-size: 25px;
    font-weight: 500;
}

.rank_price {
    color: #fff;
    font-size: 29px;
    font-weight: 700;
}

.rank_flag {
    position: relative;
}

.rank_flag_txt {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff153;
    font-size: 20px;
    display: flex;
    justify-content: center;
}

.rank_tag {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-left: 25px;
}

.index_con_title {
    color: #ffffff;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.view_more {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
    color: #ffffff;
}

.view_btn {
    border: none;
    border-radius: 2px;
    font-weight: 700;
    min-width: 215px;
    height: 33px;
    color: #FFF;
    background: linear-gradient(to bottom, rgba(125, 16, 38, 1) 0%, rgba(229, 3, 48, 1) 100%);
}

.index_con_warp02 .nav-tabs {
    border-bottom: none;
    justify-content: space-between;
}

.index_con_warp02 .nav-tabs .nav-link {
    border: unset;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #858585;
    font-size: 22px;
    font-weight: 600;
    position: relative;
}

.index_con_warp02 .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #ff000a;
    background-color: transparent;
    border-color: unset;
}

.index_con_warp02 .nav-tabs .nav-item .nav-link:after {
    content: '';
    position: absolute;
    margin-left: 24px;
    width: 1px;
    height: 23px;
    background-color: #9a7b41;
    top: 15px;
}

.index_con_warp02 .nav-tabs .nav-item:last-child .nav-link:after {
    content: '';
    position: absolute;
    margin-left: 24px;
    width: 0px;
    height: 0px;
    background-color: #858585;
    top: 15px;
}

.sliderhot_wraptop {
    background: #222;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px;
}

.sliderhot_wrapbottom {
    background: #373737;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px;
}

.game_detail {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.detail-title {
    color: #ffffff;
    font-weight: 700;
    font-size: 20px;
}

.detail_rate {
    display: flex;
    color: #ffc107;
    margin-bottom: 20px;
}

.detail-provider {
    display: flex;
    align-items: center;
    font-size: 15px;
    color: #f5f5f5;
}

.detail-provider img {
    width: 33px;
    margin-right: 10px;
}

.game-btn {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.game-img {
    width: 200px;
    /* border: 1px solid #cfb36b; */
}

.btn-recommend {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 150px;
    height: auto;
    background: #000000;
    color: #b80100;
    font-size: 17px;
    border-radius: 2px;
    cursor: pointer;
    /* margin-bottom: 15px; */
    font-weight: 600;
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-transform: uppercase;
}


.btn-long,
.btn-normal,
.btn-normal-green {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 150px;
    height: auto;
    background: #000000;
    color: #b80100;
    font-size: 17px;
    border-radius: 2px;
    cursor: pointer;
    margin-bottom: 15px;
    font-weight: 600;
}


.btn-long,
.btn-normal,
.btn-normal-green {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 150px;
    height: auto;
    color: #ffffff;
    font-size: 17px;
    border-radius: 2px;
    cursor: pointer;
    margin-bottom: 15px;
    font-weight: 600;
    background: linear-gradient(to bottom, rgba(125, 16, 38, 1) 0%, rgba(229, 3, 48, 1) 100%);
}

.btn-recommend {
    background: #0000009c;
    color: #fff;
    white-space: nowrap;
    height: 50px;
}

.btn-normal-green {
    background: #000000;
    color: #fff;
    white-space: nowrap;
    border: 1px solid #f5f5d5;
}

.add-favourite {
    display: flex;
    align-items: center;
    justify-content: center;
}

.add-favourite i {
    color: #b80100;
    font-size: 23px;
}

.add-txt {
    color: #858585;
}

.index_con_bg .tab-content .tab-pane {
    padding-top: 30px;
}

.index_con_bg .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: auto;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 0;
    margin-left: 15%;
    list-style: none;
    top: -145px;
    height: fit-content;
}

.index_con_bg .carousel-indicators li {
    background-color: #e2dcde;
}

.index_con_bg .carousel-indicators .active {
    opacity: 1;
    background-color: #cea657;
}

.reward_bg {
    /* background-color: #222; */
}

.reward_wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    color: #fff;
    padding: 30px;
    margin: auto;
    justify-items: center;
    grid-gap: 40px;
}

.reward_c {
    margin: 20px 0px;
}

.index_con_re {
    /* margin-top: 30px; */
}

.index_value {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: self-end;
}

.index_value_bg {
    /* background-color: #000; */
    padding: 40px;
    padding-bottom: 0px;
    color: #ffffff;
    top: -53px;
    position: relative;
}

.value_txt_01 {
    color: #d8bb69;
    font-weight: 500;
    font-size: 30px;
}

.value_txt_02 {
    color: #fff;
    margin-left: 20px;
    font-size: 21px;
}

.boxvalue_top {
    padding-bottom: 20px;
    /* border-bottom: 2px solid #c6c6c6; */
}

.box_content {
    height: 235px;
    overflow-y: scroll;
    padding-top: 5px;
}

.box_content_in {
    margin-bottom: 19px;
}

.box_content_title {
    display: flex;
    align-items: center;
}

.box_content_name {
    font-size: 24px;
    font-weight: 700;
    margin-right: 10px;
}

.box_content_title i.fa-star {
    color: #ffc107;
}

.box_content_txt {
    font-size: 18px;
}

/*modal*/
#modalLogin .modal-content,
#modalforgotpass .modal-content,
#modalcontact .modal-content {
    background-color: #000;
    border: none;
    min-height: 100%;
    transition: all .5s cubic-bezier(.175, .885, .32, 1.275);
    width: 800px;
}

.modal-custom__nav-tabs {
    display: flex;
    width: 100%;
    background: linear-gradient(to bottom, rgba(232, 222, 136, 1) 0%, rgba(203, 160, 81, 1) 49%, rgba(121, 81, 39, 1) 100%);
}

.modal-custom__nav-item {
    display: inline-block;
}

.modal-custom__nav-link {
    font-weight: 500;
    color: hsla(0, 0%, 100%, .8);
    background: transparent;
    padding: .8rem 2rem;
    text-align: center;
    margin-right: 5px;
    font-size: 16px;
    border-radius: 0;
    text-transform: uppercase;
    position: relative;
    transform: skew(-25deg);
    transform-origin: 0 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-custom__nav-link>* {
    transform: skew(25deg);
}

.modal-custom__nav-link.active {
    color: #000000;
    background: #ffffff;
}

.modal-custom__nav-link.active:before {
    content: "";
    background: url(../images/header/icon-tab-hover.png);
    width: 56px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

#modalcontact .modal-header {
    background: #113d77;
    padding: 16px;
    justify-content: center;
    font-size: 21px;
}

.support__list {
    display: flex;
    justify-content: space-around;
    margin: 1rem 0;
}

.support__item {
    position: relative;
}

.support__item:before {
    content: "\2666";
    position: absolute;
    color: #fcdaab;
    top: 50%;
    left: -14px;
    transform: translateY(-50%);
    font-size: 10px;
}

.support__item a {
    color: #cee9f2;
}

#modalLogin .modal-header,
#modalforgotpass .modal-header {
    padding: 0;
    border: none;
}

#modalLogin .modal-header .close,
#modalforgotpass .modal-header .close,
#modalcontact .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem auto -1rem -1rem;
    position: absolute;
    right: 5px;
    color: #fff;
    font-size: 45px;
}

#modalLogin .modal-body,
#modalforgotpass .modal-body,
#modalcontact .modal-body {
    background: #000000;
    /* padding: 20px 70px; */
}

.header_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 150px;
    height: auto;
    background: linear-gradient(to bottom, rgba(232, 222, 136, 1) 0%, rgba(203, 160, 81, 1) 49%, rgba(121, 81, 39, 1) 100%);
    color: #fff;
    font-size: 17px;
    border-radius: 2px;
    cursor: pointer;
    margin-bottom: 15px;
    font-weight: 600;
    margin: auto;
    margin-top: 15px;
}

.header_btn a {
    color: #fff;
}

.login_input_amend {
    align-items: center;
    font-size: 20px;
    border: 1px solid #ced4da;
    background-color: #fff;
    padding: 0px 15px;
    border-right: none;
}

.login_input_in_amend {
    border-left: none;
    padding-left: 0;
}

a.txt_forgot {
    color: #919191;
    text-decoration-line: underline;
}

.modal-custom__form .form__group {
    margin-bottom: 20px;
}

.input-box {
    display: flex;
    justify-content: space-between;
}

select.regis_sel {
    border: 1px solid #ced4da;
    margin-right: 5px;
    border-radius: 5px;
}

.modal_login_tick {
    color: #919191;
    text-align: center;
    font-size: 13px;
}

/*modalend*/
.share_con_bg {
    background: #212121;
    padding: 50px;
    color: #fff;
    min-height: 440px;
}

.share_con_wrap {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    text-align: center;
    grid-gap: 25px;
}

.share_con_wrapper {
    cursor: pointer;
}

.share_con_wrapper img {
    /*border: 6px solid #e6e6e6;*/
}

.sports_share_pop {
    position: relative;
    cursor: pointer;
}

.playpop_sports {
    position: absolute;
    background: rgb(0, 0, 0, 0.5);
    height: 0;
    left: 0;
    right: 0;
    bottom: 0px;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    padding: 10px;
    display: flex;
    width: 100%;
    align-items: center;
    transition: .5s ease;
}

.sports_share_pop:hover .playpop_sports {
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
    height: 100%;
}

.play-btn_sports {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 50%;
    height: auto;
    background: linear-gradient(to bottom, rgba(232, 222, 136, 1) 0%, rgba(203, 160, 81, 1) 49%, rgba(121, 81, 39, 1) 100%);
    color: #fff;
    font-size: 19px;
    border-radius: 2px;
    cursor: pointer;
    margin-bottom: 15px;
    font-weight: 600;
    margin: auto;
    min-height: 34px;
    margin-top: 30px;
}

.playpop_txt_sports {
    color: #000000;
    font-size: 19px;
    font-weight: 500;
}

/*slots*/
.slots_wrapper {
    display: flex;
    grid-gap: 10px;
    /* background:#252525; */
    padding: 10px 0px;
}

ul.slots_list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul.slots_list li {
    background: #444444;
    margin-bottom: 10px;
    width: 200px;
    max-width: 200px;
}

ul.slots_list li:hover,
ul.slots_list li.active {
    background: linear-gradient(to bottom, rgba(232, 222, 136, 1) 0%, rgba(203, 160, 81, 1) 49%, rgba(121, 81, 39, 1) 100%);
}

ul.slots_list li a {
    display: flex;
    align-items: center;
}

ul.slots_list li a .slots_list_icon {
    background-color: #292929;
    padding: 1px;
    min-width: 45px;
}

ul.slots_list li a .slots_list_icon img {
    width: 50px;
}

ul.slots_list li a .slots_list_txt {
    font-size: 12px;
    margin-left: 10px;
    font-weight: 500;
    color: #fff;
    overflow: hidden;
    text-transform: uppercase;
}

ul.slots_list li.active a .slots_list_txt,
ul.slots_list li:hover a .slots_list_txt {
    color: #fff;
    font-weight: bold;
}

.slots_product_wrap {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-gap: 10px;
    height: 100%;
}

/*promotion*/
.mix {
    display: none;
}

.filter-menu-bar {
    margin: 20px 0;
    background-color: #6a6a6a;
    display: flex;
    justify-content: start;
    overflow: hidden;
}

.pmbox_1st {
    margin-left: -10px;
}

.pmbox {
    background: none;
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 15px;
    font-weight: 700;
    font-size: 14px;
    margin-right: 10px;
    cursor: pointer;
    min-width: 150px;
    text-align: center;
}

.pmbox.active {
    color: #fff;
    background: linear-gradient(to bottom, rgba(232, 222, 136, 1) 0%, rgba(203, 160, 81, 1) 49%, rgba(121, 81, 39, 1) 100%);
    transform: skew(-25deg);
    display: flex;
    justify-content: center;
    align-items: center;
}

.pmbox.active>* {
    transform: skew(25deg);
}

.promo-content {
    display: grid;
    grid-gap: 0px;
}

.pm-boxer {
    display: grid;
    grid-template-columns: 35% 65%;
    cursor: pointer;
    transition: all 0.5s;
    position: relative;
    max-width: 100%;
    height: auto;
    align-content: center;
    margin: 10px 0;
    /* grid-gap: 10px; */
    background-color: #212121;
    color: #ffffff;
}

.pm-boxer_inner {
    display: grid;
    padding-bottom: 10px;
    padding-left: 25px;
    padding-top: 10px;
}

.pm-boxer_inner_sec {
    display: flex;
    align-items: flex-end;
}

.moreinfo_btn {
    background-color: #b80000;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    border: none;
    border-radius: 2px;
    height: 30px;
    font-size: 13px;
    min-width: 130px;
}

.apply_btn {
    background: linear-gradient(to bottom, rgba(232, 222, 136, 1) 0%, rgba(203, 160, 81, 1) 49%, rgba(121, 81, 39, 1) 100%);
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    border: none;
    border-radius: 2px;
    min-width: 130px;
    height: 30px;
    font-size: 13px;
}

.text_red {
    color: red;
}

.text_blue {
    color: blue;
}

.modal-dialog.promo {
    max-width: 800px !important;
}

.modal-content.promo {
    padding: 20px;
    border-radius: 0;
    border: none;
    background: #000;
    border: 1px solid #8e6532;
    border-top: none;
}

button.close-promo {
    background: none;
    border: none;
    font-size: 23px;
    padding: 17px;
    line-height: 1;
    font-weight: 700;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
}

.pm-title-wrapper {
    font-size: 20px;
    font-weight: 700;
    background: linear-gradient(to bottom, rgba(232, 222, 136, 1) 0%, rgba(203, 160, 81, 1) 49%, rgba(121, 81, 39, 1) 100%);
    color: #fff;
    padding: 10px;
}

.pmtable-wrapper {
    margin: 15px 0;
}

table.promo-table tr th {
    color: #fff;
    background: linear-gradient(to bottom, rgba(232, 222, 136, 1) 0%, rgba(203, 160, 81, 1) 49%, rgba(121, 81, 39, 1) 100%);
    padding: 4px;
    border: 1px solid #ddc874;
}

table.promo-table tr td {
    border: 1px solid #ddc874;
}

.gr-title {
    font-weight: 700;
    font-size: 16px;
}

.grlist ul {
    padding-left: 20px;
    margin-top: 5px;
}

.grlist ul li {
    padding-bottom: 3px;
    font-size: 14px;
}

.promo_body {
    padding-top: 100px;
}

.promo_wrap {
    min-height: 600px;
}

/*vip*/
.vip_top_banner {
    position: relative;
}

.vip_top_banner_txt {
    position: absolute;
    top: 30px;
    right: 0;
    padding-right: 120px;
}

.vip_title {
    color: #b80000;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
}

.vip_txt {
    font-size: 16px;
    margin-bottom: 30px;
}

table.vip_table {
    text-align: center;
    margin-bottom: 20px;
    color: #ffffff;
}

.vip_table tr td img {
    max-width: 80px;
}

table.vip_table tr td {
    padding: 15px;
    border-right: 2px solid #b80000;
}

table.vip_table tr td:first-child {
    text-align: left;
}

table.vip_table tr:nth-child(even) {
    background: #545454;
}

table.vip_table tr:first-child {
    background: transparent;
}

table.vip_table tr:first-child td {
    border-right: none;
}

table.vip_table tr td:last-child {
    border-right: none;
}

/*aboutus*/
.body_main.about {
    padding-bottom: 50px;
    margin-top: 5%;
}

.faq-card,
.tnc-card {
    border-bottom: 1px solid #d3d3d3;
}

button.btn-tnc {
    background: #3c3c3c;
    color: #ffffff;
    font-size: 16px;
    border: none;
    font-weight: 600;
    display: block;
    width: 100%;
    text-align: left;
    padding: 15px 15px;
    position: relative;
}

button.btn-tnc.collapsed {
    background: none;
}

.tnc-body {
    padding: 20px 15px;
    color: #8d8d8d;
}

button.btn-tnc::after {
    content: '>';
    font-size: 16px;
    line-height: 1;
    position: absolute;
    right: 17px;
    top: 17px;
    transform: rotate(270deg);
    transition: all 0.3s;
}

button.btn-tnc.collapsed::after {
    content: '>';
    transform: rotate(90deg);
    transition: all 0.3s;
}

.copyright-info {
    padding: 15px 15px;
    text-align: right;
    font-size: 12px;
    color: #8d8d8d;
}

.termcaps {
    color: #7e8c8d;
    font-size: 16px;
    margin: 10px 15px;
}

ul.contact_us_ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0;
    list-style-type: none;
    padding: 0;
    gap: 1%;
    justify-content: space-between;
}

ul.contact_us_ul li {
    /* margin-right: 50px; */
    width: 32%;
}

.contact_left {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: none;
    position: relative;
    height: 100%;
    width: 100%;
    border: 1px solid #fbd78a;
    color: #ffffff;
    min-width: 200px;
    padding: 10px;
    cursor: pointer;
}

.contact_left img {
    width: 50px;
}

.contact_right {
    justify-content: center;
    flex-direction: column;
    display: none;
    position: absolute;
    bottom: -63px;
    font-size: 17px;
    width: 100%;
    text-align: center;
    border: 1px solid #fbd78a;
    padding: 10px;
}

.contact_left:hover .contact_right {
    display: block;
}

.share_con_bg.contact_share {
    padding-bottom: 100px;
}

.aff_title {
    color: #b80000;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 15px;
}

/*download*/
ul.download_tab {
    margin: 20px 0;
    background-color: #212121;
    display: flex;
    justify-content: start;
    overflow: hidden;
    border-bottom: 1px solid #212121;
}

ul.download_tab li {}

.nav-tabs.download_tab .nav-link.active>*,
.nav-tabs.download_tab .nav-link>* {
    transform: skew(25deg);
}

.nav-tabs.download_tab .nav-link {
    border: unset;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: none;
    color: #8f8f8f;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 15px;
    font-weight: 500;
    font-size: 14px;
    margin-right: 10px;
    cursor: pointer;
    min-width: 150px;
    text-align: center;
    transform: skew(-25deg);
    justify-content: center;
    display: flex;
    margin-left: -6px;
}

.nav-tabs.download_tab .nav-link.active {
    color: #fff;
    background: linear-gradient(to bottom, rgba(232, 222, 136, 1) 0%, rgba(203, 160, 81, 1) 49%, rgba(121, 81, 39, 1) 100%);
    transform: skew(-25deg);
    display: flex;
    justify-content: center;
    align-items: center;
}

.dl {
    max-width: 500px;
    margin: auto;
}

.dl table {
    border-collapse: collapse;
    width: 100%;
    font-size: 12px;
}

.dl table th {
    border: 1px solid #d5d5d5;
    text-align: center;
    padding: 8px;
    background-color: rgba(129, 157, 187, 0.15);
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}

.dl table td {
    text-align: left;
    padding: 8px;
    background-color: #ffffff;
    border: 1px solid #d5d5d5;
    color: #000000;
}

/*afterlogin*/
.afterlogin_wrap {
    padding-top: 112px;
    padding-bottom: 20px;
    min-height: 830px;
}

.sidepanel {
    margin: 0;
    padding: 0;
    width: 195px;
    float: left;
    border-bottom: none;
}

.sidepanel ul {
    background-color: transparent;
    list-style-type: none;
    padding: 0px 5px;
    color: #ffffff;
}

.sidepanel ul li {
    /*background-image: -webkit-linear-gradient(top, #f4f3f3, #e6e6e6);*/
    margin-bottom: 5px;
    border-radius: 10px;
}

.sidepanel ul li a {
    display: flex;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    margin: 0px;
    border-radius: 5px;
    line-height: initial;
    align-items: center;
    justify-content: left;
    padding-left: 20px;
    word-break: break-all;
    padding: 0px;
    /*background-image: -webkit-linear-gradient(top, #f4f3f3, #e6e6e6);*/
    color: #858585;
    /*box-shadow: 0px -1px 0 #d8d8d8, 0 0px 0px 1px rgba(255, 255, 255, 0.9);*/
}

.sidepanel ul li a .sidepanel_txt_span {
    background-image: none;
    background: #212121;
    color: #9a9a9a;
    width: 100%;
    min-height: 41px;
    display: flex;
    justify-content: end;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
}

.sidepanel ul li.active a .sidepanel_txt_span,
.sidepanel ul li:hover a .sidepanel_txt_span {
    background: linear-gradient(to bottom, rgba(232, 222, 136, 1) 0%, rgba(203, 160, 81, 1) 49%, rgba(121, 81, 39, 1) 100%);
    color: #fff;
}

.sidepanel_icon_white {
    display: none;
}

/*.sidepanel ul li.active a .sidepanel_icon_white{
    display: block;
}
.sidepanel ul li.active a .sidepanel_icon_color{
    display: none;
}*/
.sidepanel ul li a img {
    margin-right: 5px;
    min-width: 24px;
    width: 39px;
}

.sidepanel_content {
    display: block;
    margin-left: 210px;
    min-height: 600px;
    border-radius: 0px;
    background: #212121c9;
    color: #ffffff;
}

.sidepanel_header {
    padding: 20px;
    color: #ffffff;
    font-weight: 700;
    font-size: 21px;
    background-color: #3d3d3d;
}

.setting_text {
    color: #ffffff;
}

.title_text {
    display: flex;
    padding-left: 50px;
    align-items: center;
}

.title_text02 {
    display: flex;
    padding-left: 50px;
    align-items: unset;
}

.nav-pills.afterlogin .nav-link.active,
.nav-pills.afterlogin .show>.nav-link {
    color: #fff;
    background-color: #ffffff;
    border: 1px solid #b80000;
    background-image: url(../images/afterlogin/deposit/tContent_depositContent_largeActive.png);
    background-position: center;
    background-repeat: no-repeat;
    padding: 0;
    margin: 8px 0px;
}

.nav-pills.afterlogin .nav-link {
    color: #fff;
    background-color: #ffffff;
    padding: 0;
    margin: 8px 0px;
    border: 1px solid #bbbbbb;
}

.ori_img {
    display: none;
}

.nav-pills.afterlogin .nav-link.active .ori_img {
    display: block;
}

.nav-pills.afterlogin .nav-link.active .grey_img {
    display: none;
}

.bank_select {
    display: flex;
    justify-content: left;
    width: 500px;
    font-size: 12px;
}

.bank_select_inner {
    display: flex;
    color: #858585;
    text-align: center;
    align-items: center;
    margin-right: 10px;
}

.bank_select_img {
    border: 1px solid #858585;
    border-radius: 5px;
    padding: 0px;
    margin: 8px;
    margin-left: 0;
}

.nav-pills.afterlogin_bank .nav-link.active,
.nav-pills.afterlogin_bank .show>.nav-link {
    color: #fff;
    background-color: #ffffff00;
    background-image: url(../images/afterlogin/deposit/tContent_depositContent_smallActive.png);
    background-position: 1% 56%;
    background-repeat: no-repeat;
    padding: 0;
}

.nav-pills.afterlogin_bank .nav-link {
    padding: 0;
}

.nav-pills.afterlogin_bank .nav-link.active .bank_select_inner {
    color: #b80000;
}

.nav-pills.afterlogin_bank .nav-link.active .bank_select_inner .bank_select_img {
    border: 1px solid #b80000;
}

.ori_img {
    display: none;
}

.nav-pills.afterlogin_bank .nav-link.active .ori_img {
    display: block;
}

.nav-pills.afterlogin_bank .nav-link.active .grey_img {
    display: none;
}

.inputDeposit {
    border: 1px solid silver;
    background-color: #fff;
    color: #999;
    border-radius: 4px;
    display: flex;
    align-items: center;
    height: 40px;
    width: 300px;
}

.maxLimit {
    color: red;
}

.depositBtn {
    width: 80px;
    height: 40px;
    background-image: -webkit-linear-gradient(top, #f4f3f3, #e6e6e6);
    background-image: -moz-linear-gradient(top, #f4f3f3, #e6e6e6);
    background-image: -ms-linear-gradient(top, #f4f3f3, #e6e6e6);
    background-image: -o-linear-gradient(top, #f4f3f3, #e6e6e6);
    background-image: linear-gradient(top, #f4f3f3, #e6e6e6);
    -webkit-transition: background-color .2s ease-out;
    -moz-transition: background-color .2s ease-out;
    -ms-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    background-clip: padding-box;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid silver;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    color: #858585;
    font-size: 14px;
}

.submit_btn {
    margin-top: 10px;
    border-radius: 4px;
    width: 188px;
    height: 40px;
    background: linear-gradient(to bottom, rgba(232, 222, 136, 1) 0%, rgba(203, 160, 81, 1) 49%, rgba(121, 81, 39, 1) 100%);
    color: #fff;
    cursor: pointer;
    font-size: inherit;
    border: none;
}

.upload_btn {
    margin-top: 10px;
    border-radius: 4px;
    width: 188px;
    height: 40px;
    background: #0062c9;
    background: -moz-linear-gradient(top, #f4f3f3 0%, #e6e6e6 102%);
    background: -webkit-linear-gradient(top, #f4f3f3, #e6e6e6);
    background: linear-gradient(to bottom, #f4f3f3 0%, #e6e6e6 102%);
    color: #858585;
    cursor: pointer;
    font-size: inherit;
    border: 1px solid #e6e6e6;
}

.bank_details_copy {
    background-color: #b80000;
    color: white;
    display: flex;
    align-items: center;
    border-radius: 4px;
    border: 1px solid silver;
    width: 250px;
    height: 30px;
    justify-content: center;
}

.tab-pane-bank {
    margin-left: auto;
    margin-right: 0;
}

.important-notice {
    background: #eeeeee;
    padding: 20px 20px 20px 20px;
    margin: 20px;
    font-size: 12px;
    height: fit-content;
}

.important-notice-title {
    color: #000000;
}

.important-notice-content {
    color: #858585;
}

.important-notice-content ol {
    padding: 0;
}

.exchangeIcon {
    color: #999;
    display: flex;
    align-items: center;
}

.weekly {
    background: #E2E2E2;
    padding: 10px;
    margin-left: auto;
    margin-right: 0;
    color: #000;
    display: flex;
    border-radius: 5px;
}

.text_title_transfer {
    color: #bfbfbf;
}

.transfer_game_main {
    font-size: 12px;
}

.transfer_box {
    display: flex;
    border: 1px solid #e2e2e2;
    background-color: #fff;
    color: #000000;
    padding: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.transfer_box_sec {
    color: #000000;
    padding: 0 2px;
    background-color: #E2E2E2;
    display: flex;
    min-height: 27px;
    align-items: center;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.transfer_btn {
    height: 22px;
    width: 64px;
    border: 1px solid #b80000;
    color: #b80000;
    background: none;
    border-radius: 5px;
}

.text-blue {
    color: #b80000;
}

.withdrawal table {
    border-collapse: collapse;
    width: 100%;
    color: #000000;
}

.withdrawal table th {
    border: 1px solid #d5d5d5;
    text-align: center;
    padding: 8px;
    text-transform: uppercase;
    color: #ffffff;
    background-color: rgba(129, 157, 187, 0.15);
}

.withdrawal table td {
    text-align: left;
    padding: 8px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid #d5d5d5;
    background-color: #ffffff;
}

.withdrawal table td:first-child {
    text-align: right;
}

.history_main {
    display: flex;
    align-items: center;
}

.history_btn {
    border: none;
    padding: 5px;
    background-color: transparent;
    color: #858585;
    margin: 0 5px;
}

.history_btn.active {
    border: 1px solid #b80000;
    border-radius: 4px;
    color: #b80000;
    background: white;
    padding-left: 18px;
    padding-right: 18px;
    align-items: center;
}

.history_table table {
    width: 100%;
    color: #fff;
    text-align: center;
}

.history_table table tr:first-child {
    background-color: rgba(129, 157, 187, 0.15);
}

.history_table table tr td {
    padding: 15px 0;
    border-bottom: 1px solid #d0d0d0;
    min-width: 150px;
}

.history_table table tr td i {
    font-size: 20px;
}

.history_table table tr th {
    padding: 8px;
}

.history_to {
    color: #000;
    display: flex;
    align-items: center;
}

.form-control.date_custom {
    padding: 0 10px;
}

.inbox_msg_text {
    color: #b80000;
    cursor: pointer;
}

/*profile*/
.profile_main {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    color: #858585;
    grid-column-gap: 5px;
}

.profile_main_title {
    color: #b80000;
}

.profile_main_bg {
    background-color: #e2e2e2;
    padding: 20px;
}

.bank_details_content {
    display: flex;
    align-items: center;
}

.deposit_btn {
    background: #0166d2;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    border: none;
    border-radius: 4px;
    width: 100px;
    height: 30px;
    font-size: 13px;
}

.deposit_btn a {
    color: #fff;
}

.logout_btn {
    background: #959595;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    border: none;
    border-radius: 4px;
    width: 100px;
    height: 30px;
    font-size: 13px;
}

.btmtools_after {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #6d6d6d;
    font-size: 12px;
    padding: 5px 10px 0;
    float: right;
}

.log-group a {
    color: #6d6d6d;
}

.three_dot {
    font-size: 10px;
}

.msg_head {
    font-size: 23px;
    color: #0066d1;
}

.about-us-header,
.contact-us-header {
    background: #efefef;
    padding: 5px 0 5px 15px;
    font-weight: bold;
    font-size: 18px;
}

.contact-us-header_inner {
    margin: 50px 0;
}

.contact_dotted {
    border-right: 1px dotted;
}

.username_afterlog {
    display: flex;
    justify-content: end;
    margin-bottom: 20px;
}

.username_afterlog_txt {
    margin-left: 10px;
}

.rank_afterlog {
    font-weight: 700;
    color: #b80000;
    font-size: 18px;
}

.main_w {
    color: #ffffff;
}

.wallet_p {
    color: #fff;
    margin-left: 15px;
}

.restore {
    color: #ffffff;
    margin-left: 15px;
}

.mail {
    color: #fff;
    font-size: 20px;
    margin-left: 30px;
}

.head_i {
    margin: 0px 10px;
    font-size: 23px;
    margin-right: 0px;
}

.fund_btn,
.fund_btn:hover {
    color: #fff;
    font-size: 13px;
}

.header_sidebar.afterlogin_bar .dropdown-menu {
    background: #e9e9e9;
}

.header_sidebar.afterlogin_bar .dropdown-menu a {
    color: #000000;
    font-size: 14px;
}

.header_sidebar.afterlogin_bar .dropdown-menu a:hover {
    color: #b80000;
    font-size: 14px;
}

.afterlogin_con_wraper {
    padding-top: 20px;
}

/*add slots inner*/
.loginbox {
    margin: auto;
    width: 100%;
}

.game-login {
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #d9d9d9;
}

.logo-prov {
    margin-top: -34px;
}

.logo-prov img {
    max-width: unset;
}

.fwrap {
    display: grid;
    grid-template-columns: 110px auto;
    align-items: center;
    margin: 5px 0;
}

.fwrap label {
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    margin-right: 15px;
    line-height: 1.2;
}

.form-wrap {
    position: relative;
}

.form-wrap input {
    background: #fff;
    height: 30px;
    width: 100%;
    border: 1px solid #a0a0a0;
    border-radius: 3px;
    padding: 5px 30px 5px 8px;
    font-size: 13px;
}

span.login-icon {
    position: absolute;
    right: 9px;
    top: 5px;
    font-size: 15px;
    color: #838080;
}

span.login-icon a {
    color: #282828;
}

.instruc-box {
    width: 310px;
    background: #e5e5e5;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    font-size: 13px;
}

.gameinfo-wrapper {
    margin: auto;
    background: #f2f2f2;
    padding: 25px;
    font-size: 14px;
    color: #838080;
}

.more-info {
    color: #0062c9;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
}

.more-info a {
    text-decoration: underline;
    color: #0062c9;
}

.gameinfo-wrapper ol {
    padding-left: 18px;
    font-size: 12px;
}

.btitle {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 10px;
}

.btext {
    font-size: 16px;
}

a.dl-slot-btn {
    display: block;
    text-align: center;
    color: #ffffff;
    background: linear-gradient(0deg, #c59b4d 31%, #ddc175);
    padding: 9px 5px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    min-width: 47%;
    margin: 2%;
}

a.dl-slot-btn.android {
    background: linear-gradient(0deg, #ffffff 31%, #ffffff);
    color: #000;
}

button.submit-btn.chg-pw {
    height: 35px;
    padding: 3px;
}

.texbig {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 5px;
}


@media only screen and (max-width: 1700px) {
    .vip_top_banner_txt {
        position: absolute;
        top: 16px;
        right: 0;
        padding-right: 0px;
    }

    .vip_title {
        color: #b80000;
        font-size: 21px;
        font-weight: 600;
        margin-bottom: 11px;
    }

    .vip_txt {
        font-size: 13px;
        margin-bottom: 15px;
    }
}

/*updated 27/12/2021*/
body.body_lottery {
    background-color: #000;
}

.lottery_bg {
    background-image: url(../images/lottery/lottery_bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    min-height: 500px;
    background-size: 100% auto;
}

.lottery_sec_top {
    text-align: center;
    padding: 40px 0;
    position: relative;
}

.lott-btn-top {
    text-align: center;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 14%;
    left: 0;
    right: 0;
}

button.payout-btn {
    background: #b80000;
    border: none;
    border-radius: 10px;
    width: 200px;
    height: 50px;
    box-shadow: 0px 3px 5px #0000008c;
    margin: 0 10px;
    color: #fff;
    padding: 10px;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    transition: 0.3s;
}

button.payout-btn2 {
    background: linear-gradient(0deg, #c59b4d 31%, #ddc175);
    border: none;
    border-radius: 10px;
    width: 200px;
    height: 50px;
    margin: 0 10px;
    color: #fff;
    padding: 10px;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    transition: 0.3s;
    box-shadow: 0px 3px 5px #0000008c;
}

button.payout-btn:hover,
button.payout-btn2:hover {
    transform: scale(0.97);
    transition: 0.3s;
}

.lottery-content {
    text-align: center;
    margin: 30px 0 0;
}

.lotto-box {
    background: #4A4A4A;
    max-width: 23%;
    padding: 1px;
    font-size: 13px;
    display: inline-block;
    margin: 10px 8px;
    color: #fff;
}

.lott-title-grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    padding: 9px 5px;
}

.lott-title-box {
    text-align: right;
}

.cal-date {
    font-size: 11px;
    font-style: italic;
}

.result-table {
    background: #2E2E2E;
    font-size: 12px;
}

.result-table table tr th {
    background: #1C1C1C;
    text-transform: uppercase;
    padding: 4px 2px;
    font-size: 13px;
}

.result-table table tr td {
    padding: 2px;
}

table.top-winner {
    margin-bottom: 9px;
}

.result-table table.top-winner tr th {
    background: #1C1C1C;
    text-transform: none;
    padding: 7px 2px;
    border: 3px solid #2E2E2E;
}

.result-table table.top-winner tr td {
    padding: 4px 2px;
}

.result-table table.top-winner tr th:first-child {
    border-left: none;
}

.result-table table.top-winner tr th:last-child {
    border-right: none;
}

.lotto-box.magnum {
    background: #F2BC00;
}

.lotto-box.magnum .lott-title-box,
.lotto-box.stc .lott-title-box {
    color: #000;
}

.lotto-box.damacai {
    background: #1A1A84;
}

.lotto-box.toto {
    background: #FF2C50;
}

.lotto-box.sg {
    background: #398AEA;
}

.lotto-box.sabah {
    background: #FF0000;
}

.lotto-box.stc {
    background: #F6D55C;
}

.lotto-box.cash {
    background: #003C10;
}

.bg-sport {
    background: url("../images/sports/bg.jpg") no-repeat top center;
    padding: 30px 0px;
    margin-bottom: 60px;
}

.bg-esport {
    background: url("../images/esports/bg.jpg") no-repeat top center;
    padding: 30px 0px;
    margin-bottom: 60px;
}

.bg-casino {
    background: url("../images/casino/bg.jpg") no-repeat top center;
    padding: 30px 0px;
    margin-bottom: 60px;
}

.bg-slot {
    background: #020202 url("../images/slots/bg.jpg") no-repeat top center;
    padding: 30px 0px;
    margin-bottom: 60px;
}

.bg-horse {
    background: url("../images/horse/bg.jpg") no-repeat top center;
    padding: 30px 0px;
    margin-bottom: 60px;
}

.bg-contact {
    background: url("../images/contact/bg.jpg") no-repeat top center;
    padding: 0px 0px;
    margin-bottom: 60px;
}

.cont {
    padding-top: 60px;
}

.cont .share_con_bg {
    background: #4d4b4b82;
}

.msg-box .modal-content {
    background: #000;
}

.msg-box .modal-header {
    background: linear-gradient(to bottom, rgba(232, 222, 136, 1) 0%, rgba(203, 160, 81, 1) 49%, rgba(121, 81, 39, 1) 100%);
}

.msg-box .modal-body {
    border: 1px solid #8e6532;
}



.announce-pop .modal-body {
    padding: 10px;
}

.modal-content.announce-pop {
    background: #222222;
}

.announce-pop button.close {
    position: absolute;
    opacity: 1;
    color: #cea657;
    right: 12px;
    font-size: 38px;
}

.announce-pop .modal-header {
    border-bottom: 1px solid #cea657;
}

.modal-dialog.announce-wrp {
    max-width: 800px;
}

/* 13072023 */

/* transfer */
.wrap {
    padding-top: 100px;
}

#gamesPageBanner {
    background-size: cover;
    background-position: center;
    padding: 81px 0;
}

#gamesPageBanner p {
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 20px;
    color: #fff;
    text-transform: uppercase;
}

#vipStatusContainer {
    display: none;
    padding-top: 48px;
}

#vipStatusContainer .heading {
    font-size: 0;
    padding-bottom: 48px;
}

#vipStatusContainer .statusBarContainer {
    border-bottom: 1px solid #333;
    padding-top: 48px;
}

#vipStatusContainer .heading>h3 {
    color: #fff;
}

#vipStatusContainer .heading>* {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
}

#vipStatusContainer .heading>div {
    text-align: right;
}

#vipStatusContainer .heading>* {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
}

#vipStatusContainer .heading>div p {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    color: #b2b2b2;
    padding-bottom: 8px;
}

#vipStatusContainer .statusBarContainer .statusBar {
    padding: 14px 34px;
    font-size: 0;
}

#vipStatusContainer .statusBarContainer .statusBar .statusContainer {
    display: inline-block;
    vertical-align: top;
    width: calc(100%/39);
    position: relative;
    height: 185px;
}

#vipStatusContainer .statusBarContainer .statusBar .statusContainer .statusBg {
    background-color: #333;
    margin: 4px;
    width: calc(100% - 8px);
    position: absolute;
    top: 0;
    padding-top: calc(100% - 8px);
}

#vipStatusContainer .statusBarContainer .statusBar .statusContainer .statusDescContainer {
    margin-top: 100%;
    position: absolute;
    text-align: center;
}

#vipStatusContainer .statusBarContainer .statusBar .statusContainer .statusDescContainer .pointer {
    background-color: #b2b2b2;
    width: 1px;
    height: 12px;
    margin: 12px auto 0;
}

#vipStatusContainer .statusBarContainer .statusBar .statusContainer .statusDescContainer .statusTitle {
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    color: #b2b2b2;
    padding: 12px 0 8px;
}

#vipStatusContainer .statusBarContainer .statusBar .statusContainer .statusDescContainer .statusDesc {
    font-size: 12px;
    font-weight: 400;
    line-height: 19px;
    color: #b2b2b2;
}

#vipStatusContainer .statusBarContainer .userAvatarContainer {
    background-color: #fabb2e;
    width: 48px;
    height: 48px;
    padding: 2px;
    box-sizing: border-box;
    border-radius: 50%;
    position: relative;
    top: -62px;
    left: calc(50% - 24px);
}

#vipStatusContainer .statusBarContainer .userAvatarContainer img {
    width: 100%;
}

#vipStatusContainer .statusBarContainer .userAvatarContainer::after {
    content: "";
    position: absolute;
    top: 100%;
    left: calc(50% - 3px);
    border-width: 7px 3px;
    border-style: solid;
    border-color: #fabb2e transparent transparent transparent;
    margin-top: -1px;
}


/* check-in */
.point-sec {
    text-align: center;
    position: relative;
    padding-top: 2%;
    background: #12121c url(../images/check-in-bg.jpg)no-repeat top center;
    background-size: 100%;
    padding-bottom: 30px;
}

.redeem-angpow-wrapper {
    display: grid;
    grid-gap: 45px;
    justify-content: center;
    grid-template-columns: repeat(7, 1fr);
}

.angpow-box {
    position: relative;
    cursor: pointer;
    background-size: 100% 100%;
    /* margin-bottom: 45px; */
}

.token-icon img {
    position: relative;
    cursor: pointer;
    text-align: center;
    width: 100%;
}

.angpow-box:hover {
    filter: drop-shadow(0 0 5px #fff);
}

.angpow-box img {}

.amt-credit {
    position: absolute;
    background: #6c576a;
    -webkit-background-clip: text;
    top: 94px;
    font-size: 19px;
    display: flex;
    padding: 5px;
    align-items: center;
    justify-content: center;
    line-height: 1;
    width: 100%;
    font-weight: bolder;
    color: #fff !important;
    text-transform: uppercase;
}

.close {
    display: block;
    opacity: 1;
}

.open {
    display: none;
}

.angpow-box:hover .open {
    display: block;
    margin: 0 auto;

}

.angpow-box:hover .close {
    display: none;
    width: 80%;
}

.checkin-btn {
    text-transform: uppercase;
    border-radius: 30px;
    background: linear-gradient(to bottom, rgba(232, 222, 136, 1) 0%, rgba(203, 160, 81, 1) 49%, rgba(121, 81, 39, 1) 100%);
    color: #fff;
    padding: 10px;
    width: 26%;
    font-weight: bold;
}

button.token {
    background: #000;
    border: 4px solid #ffee8e;
    font-size: 30px;
    color: #fff;
    border-radius: 25px;
    text-align: center;
    padding-left: 15px;
    text-transform: uppercase;
    text-shadow: 0px 2px 0px #3d396d;
    font-weight: bolder;
    display: flex;
    grid-gap: 10px;
    width: 140px;
    height: 65px;
}

.addition-token {
    margin: 0 auto;
    padding-bottom: 20px;
}

.checkin-coins {
    width: 55px;
    height: 55px;
    padding: 5px;
}

.btn-text {
    font-size: 30px;
    margin: 5px;
}

.check-in {
    padding-top: 11%;
}


/* Modal */

.modal-content.redeem {
    background: none;
    border: none;
    text-align: center;
    width: auto;
}

.pop-angpow {
    position: relative;
    filter: drop-shadow(0 0 50px #000000);
    padding: 10px;
}

.pop-angpow .close span {
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    border-radius: 50%;
    font-size: 36px;
    width: 40px;
    height: 40px;
    padding: 20px;
    display: block;
    line-height: 1px;
    border: none;
}

.pop-angpow .close {
    padding: 0;
    margin: 0;
    position: absolute;
    right: 5%;
}


.modal-backdrop.show {
    opacity: 0.8;
}

.modal-congrat {
    padding-top: 25px;
}

button.tokenredeem {
    background: linear-gradient(to bottom, rgba(232, 222, 136, 1) 0%, rgba(203, 160, 81, 1) 49%, rgba(121, 81, 39, 1) 100%);
    padding: 15px;
    font-size: 15px;
    color: #fff;
    border-radius: 10px;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    text-transform: uppercase;
    text-shadow: 0px 2px 0px #3d396d;
    font-weight: bolder;
    border: none;
    border-radius: 30px;
    width: 50%;
}

.token-pt {
    position: absolute;
    left: 0;
    right: 0;
    top: 80%;
    font-size: 50px;
    color: #fff;
    line-height: 1.2;
}

span.color-text1 {
    color: #ffea00;

}

span.color-text2 {
    color: #ffea00;
}

.text1 {
    font-size: 20px;
}

.img-wrap {
    position: absolute;
    width: 100px;
    height: 100px;
    right: 200px;
    bottom: 95px;
}

.angpow-box.active .open {
    display: block;
    margin: 0 auto;
}

.angpow-box.active .close {
    display: none;
    margin: 0 auto;
}

/* 08082023 */

/* redeem */

.luckydraw-sec {
    padding-top: 40px;
    padding-bottom: 40px;
    height: 100%;
}

.luckydraw-sec .nav {
    justify-content: center;
    margin-bottom: 100px;
    border-bottom: 1px solid #686868;
}

.luckydraw-sec .nav-pills .nav-link.active,
.luckydraw-sec .nav-pills .show>.nav-link {
    background: none;
    border: none;
    color: linear-gradient(to bottom, rgba(232, 222, 136, 1) 0%, rgba(203, 160, 81, 1) 49%, rgba(121, 81, 39, 1) 100%);
}

.luckydraw-sec .nav-pills .nav-link {
    text-align: center;
    color: #cba05c;
}

.luckydraw-sec .nav-pills .nav-link.active img,
.luckydraw-sec .nav-pills .show>.nav-link img {
    filter: none;
}

.luckydraw-sec .nav-pills .nav-link img {
    filter: grayscale(1) brightness(0.4);
}

.reward-list {
    text-align: -webkit-center;
}

.prize-col {
    margin-bottom: 80px;
    background: #445161;
    border-radius: 10px;
    display: inline-block;
    width: 23%;
    margin-right: 15px;
}

.prize-img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    position: relative;
    height: 150px;
    text-align: center;
    top: -55px;
}

.prize-img img {
    border-top-left-radius: 7px;
    margin: 0 auto;
    max-width: 60%;
}

.reward-name {
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.prize-des {
    padding: 12px;
    background: #e4ab3a;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.reward-des {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.reward-point {
    color: #000000;
    display: flex;
    align-items: center;
    font-weight: 600;
}

.reward-point h3 {
    margin-bottom: 0;
    font-size: 15px;
    margin-right: 5px;
    font-weight: 700;
}

.btn-redeemreward {
    background: #020b14;
    background-size: 100% 100%;
    color: #ffcf3c !important;
    padding: 5px;
    display: block;
    height: 30px;
    text-transform: uppercase;
    border-radius: 10px;
    width: 95px;
}

.close {
    display: block;
}

.open {
    display: none;
}

.nav-item:hover .open {
    display: block;
    margin: 0 auto;

}

.nav-item:hover .close {
    display: none;
    width: 80%;
}

/* ------ */
section.bg {
    background: #1f1f1f;
    padding: 20px 0px;
    position: relative;
}

.gamebox {
    display: block;
    max-width: 266px;
    transition: all 0.3s;
    margin: 16px auto;
    margin-top: 0px;
}

.gamebox .game_img {
    max-width: 266px;
    /* height: 174px; */
    overflow: hidden;
}

.gamebox .game_img img {
    height: 100%;
    /* object-fit: cover; */
}

.gamebox .game-title {
    color: #000;
    background: linear-gradient(to bottom, rgba(232, 222, 136, 1) 0%, rgba(203, 160, 81, 1) 49%, rgba(121, 81, 39, 1) 100%);
    padding: 12px 10px;
    font-weight: 700;
    font-size: 17px;
    text-transform: uppercase;
    text-align: center;
}

.btn-more {
    float: right;
    border-radius: 30px;
    padding: 5px 10px;
    color: #030303;
    text-align: center;
    font-size: 12px;
    background-color: #f0c103;
    background-image: -o-linear-gradient(45deg, #f0da03 50%, transparent 50%);
    background-image: linear-gradient(45deg, #f0da03 50%, transparent 50%);
    background-position: 100%;
    background-size: 400%;
    -webkit-transition: background 300ms ease-in-out;
    -o-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
    -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.5), 1px 1px 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5), 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.latest-wrapper {
    display: grid;
    grid-template-columns: 55% 44%;
    grid-gap: 1%;
    border-top: 1px dotted #a0a0a0;
    padding-top: 10px;
    margin-bottom: 30px;
}

.hot-title {
    align-items: center;
    font-size: 16px;
    margin: 7px 0;
    font-weight: 700;
}

.hot-title img {
    margin-right: 5px;
}

ul.carousel-indicators.vdemo {
    position: absolute;
    top: -25px;
    right: 0;
    left: auto;
    margin: 0;
}

ul.carousel-indicators.vdemo li {
    border-radius: 50%;
    height: 9px;
    width: 9px;
    background-color: transparent;
    border: 1px solid #949494;
    opacity: 1;
    background-clip: unset;
}

/* match game */
.upcoming-content {
    min-width: 300px;
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    overflow-y: auto;
}

.matches-wrap {
    padding: 0 10px 20px 10px;
}

.matches-wrap .match {
    position: relative;
    border-radius: 3px;
    overflow: hidden;
    background-color: #0F4F8C;
    background-image: url(../images/match/match-bg.png);
    background-size: cover;
    color: #fff;
    padding: 10px 10px 15px 10px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.7);
    min-height: 200px;
}

.matches-wrap .overlap {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgb(12, 71, 127);
    background: -moz-linear-gradient(180deg, rgba(12, 71, 127, 1) 0%, rgba(15, 79, 140, 0.6278886554621849) 13%, rgba(25, 36, 116, 0) 53%, rgba(5, 34, 61, 0.3925945378151261) 77%, rgba(5, 34, 61, 1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(12, 71, 127, 1) 0%, rgba(15, 79, 140, 0.6278886554621849) 13%, rgba(25, 36, 116, 0) 53%, rgba(5, 34, 61, 0.3925945378151261) 77%, rgba(5, 34, 61, 1) 100%);
    background: linear-gradient(180deg, rgba(12, 71, 127, 1) 0%, rgba(15, 79, 140, 0.6278886554621849) 13%, rgba(25, 36, 116, 0) 53%, rgba(5, 34, 61, 0.3925945378151261) 77%, rgba(5, 34, 61, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0c477f", endColorstr="#05223d", GradientType=1);
}

.matches-wrap .match-info-wapper {
    position: relative;
    z-index: 1;
    height: 100%;
    font-size: 12px;
}

.matches-wrap .match-info-wapper .league {
    line-height: normal;
}

.matches-wrap .match-info-wapper .league .sport-icon {
    width: 22px;
    height: 22px;
    margin-right: 5px;
}

.matches-wrap .match-info-wapper .date-time {
    border-radius: 30px;
    background-color: #183958;
    border: 1px #3F6EAF solid;
    padding: 3px 10px;
    font-size: 11px;
    line-height: normal;
    text-align: center;
}

.matches-wrap .match-info-wapper .match-info {
    position: relative;
    z-index: 1;
    margin: 7px auto;
    max-width: 480px;
}

.matches-wrap .match-info-wapper .team {
    text-align: center;
    width: 33.33%;
}

.matches-wrap .match-info-wapper .team-logo-wrapper {
    max-width: 120px;
    width: 60%;
    margin: 0 auto;
}

.matches-wrap .match-info-wapper .team-logo {
    background-color: rgba(255, 255, 255, 0.5);
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    border-radius: 100%;
    margin: 0 auto;
}

.matches-wrap .match-info-wapper .team-logo img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    width: calc(100% - 20px);
}

.matches-wrap .match-info-wapper .team-name {
    text-transform: uppercase;
    font-size: 12px;
    line-height: normal;
    margin-top: 7px;
    overflow-wrap: break-word;
}

.matches-wrap .match-info-wapper .center-info {
    width: 33.33%;
}

.matches-wrap .match-info-wapper .vs-wrapper {
    width: 50px;
    margin: 0 auto;
}

.matches-wrap .match-info-wapper .vs {
    background-color: rgba(11, 28, 54, .7);
    position: relative;
    width: 100%;
    padding-bottom: calc(100% - 2px);
    border-radius: 100%;
    border: 1px rgba(255, 255, 255, .5) solid;
}

.matches-wrap .match-info-wapper .vs-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.matches-wrap .match-info-wapper .match-footer {
    margin: 0.5rem auto;
    max-width: 480px;
}

.matches-wrap .match-info-wapper .match-footer .odds-wrapper {
    width: 25%;
    text-align: center;
    margin: 0 auto;
    padding: 0 8px;
}

.matches-wrap .match-info-wapper .match-footer .odds-wrapper .odds {
    background-color: #031423e3;
    text-align: center;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    width: 100%;
    max-width: 100px;
    color: #f0c103;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ball-value {
    color: #fff;
    font-weight: 100;
    background-color: rgba(255, 255, 255, 0.3);
    width: 100%;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    padding: 1px 2px;
    font-size: 11px;
}

.odds-value {
    width: 100%;
    padding: 2px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

.matches-wrap .match-info-wapper .match-footer .btn-bet-wrapper {
    width: 33.33%;
    text-align: center;
    cursor: pointer;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.matches-wrap .match-info-wapper .match-footer .btn-bet {
    text-align: center;
    background: rgb(217, 168, 0);
    background: -moz-linear-gradient(0deg, rgba(217, 168, 0, 1) 0%, rgba(255, 213, 68, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(217, 168, 0, 1) 0%, rgba(255, 213, 68, 1) 100%);
    background: linear-gradient(0deg, rgba(217, 168, 0, 1) 0%, rgba(255, 213, 68, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d9a800", endColorstr="#ffd544", GradientType=1);
    color: #000;
    border-radius: 5px;
    font-size: 13px;
    font-weight: bold;
    padding: 5px 10px;
    margin: 0 auto;
    text-transform: uppercase;
    width: 100%;
    max-width: 150px;
}

.matches-wrap .match-info-wapper .match-footer .btn-bet a {
    color: #000;
}

.swiper-pagination-bullet-active {
    background: rgba(255, 213, 68, 1);
}

/* Redeem modal */

button.wxclose {
    background: #000;
    box-shadow: 0px 0px 10px 3px #f9e885;
    border-radius: 50%;
    color: #f9e885;
    border: none;
    padding: 5px;
    width: 40px;
    justify-content: center;
    align-items: center;
    display: flex;
    height: 40px;
    line-height: 1;
    font-size: 24px;
    cursor: pointer;
    position: absolute;
    right: -15px;
    top: -15px;
    font-weight: 700;
}

.img_gift_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* align-items: center; */
    padding: 5px;
    /* padding-bottom: 0; */
    grid-gap: 25px;
}

.img_gift_wrap img {
    border-radius: 10px;
}

.gift_tit_modal {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    text-align: left;
    align-items: center;
    background-color: #fff;
    margin-top: 40px;
}

.gift_tit_price {
    color: #ff9f20;
    font-weight: 900;
    font-size: 22px;
}

.gift_tit_modal .gift_tit_name {
    color: #000;
}

.gift_tit_name {
    font-weight: 700;
    font-size: 11px;
    color: #fff;
}

.img_gift_wrap .msg-p-ttl {
    padding-top: 0;
    background: transparent;
    color: #000;
}

.img_gift_ul ul {
    padding: 0;
    margin: 50px 0 0 0;
    padding-left: 0;
    color: #000;
}

.gift_btn_modal {
    color: #fff;
    background: linear-gradient(to bottom, #ff9f20, #ff9f20);
    border: none;
    padding: 8px 22px;
    font-weight: 700;
    font-size: 16px;
    border-radius: 12px;
    margin: 0 0px;
    transition: all 0.3s;
    width: 150px;
    text-align: center;
    margin-left: auto;
    margin-top: 58%;
}

.img_gift-pp {
    max-width: 800px;
    margin-top: 10%;
}

/* 22092023 */
.agree-btn {
    color: #cea657;
    border: 0;
    float: right;
    margin-right: 10px;
    font-size: 13px;
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: #222;
    border-radius: 10px;
    margin-bottom: 5px;
    padding: 5px;
    width: 80px;
    font-weight: bold;
    box-shadow: 0px 1px 6px 1px #cea657;
}

.carousel-control-next,
.carousel-control-prev {
    height: 200px;
}

/* 29092023 */

.banner-qr img {
    width: 60px;
}

.banner-qr {
    position: relative;
    display: flex;
    justify-content: center;
    bottom: 212px;
    gap: 25px;
    right: 10px;
}

.banner-button {
    position: relative;
    display: flex;
    justify-content: center;
    bottom: 200px;
    gap: 4px;
    right: 10px;
}

.device-btn {
    color: #000;
    background: linear-gradient(to bottom, rgba(232, 222, 136, 1) 0%, rgba(203, 160, 81, 1) 49%, rgba(121, 81, 39, 1) 100%);
    width: 82px;
    display: flex;
    padding: 5px 1px;
    border-radius: 5px;
    font-weight: 700;
    font-size: 12px;
    /* text-transform: uppercase; */
}

.device-btn img {
    width: 20px;
    margin-right: 5px;
}

/* 04122024 */
.reg-sec {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.reg-left {
    flex: 1;
}

.reg-right {
    flex: 1;
}

.modal.left .modal-dialog,
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    width: 800px;
    max-width: 100%;
    height: 100%;
}

/* 20122023 */
.otp-form {
    gap: 5px;
}

.otp-btn {
    background: linear-gradient(to bottom, rgba(232, 222, 136, 1) 0%, rgba(203, 160, 81, 1) 49%, rgba(121, 81, 39, 1) 100%);
    color: #fff;
    border-radius: 5px;
    width: 75px;
}

input#password-login {
    border-radius: 5px !important;
    border: 0;
}

input#otp {
    border-radius: 5px !important;
    border: 0;
}

/* 16/4/2025 */
.index_con_re {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(2, 1fr);
}


/* 15/5/2025 */
.challe-box {
    min-width: 480px;
    max-width: 1500px;
    height: 300px;
    background-size: cover;
    background-position: center;
    border-radius: 60px;
    position: relative;
    text-align: center;
    margin: 0 auto;
    overflow: hidden;
    border: 2px solid #a78646;
    margin-bottom: 20px;
}

.beach-box {
    background-size: cover;
    background-position: center;
    height: 300px;
    width: calc(100% - 262px);
    float: left;
    position: relative;
    border-radius: 18px 0 0 18px;
}

.light-box-1 {
    background: #1c1c1c;
    float: left;
    width: 262px;
    height: 344px;
    padding: 0 15px;
}

.tbox-1 {
    font-size: 18px;
    display: inline-block;
    font-weight: 600;
    margin: 1px;
    color: #fcf05c;
    line-height: 1;
}

.dbox-1 {
    font-size: 18px;
    font-weight: 600;
    color: #fcf05c;
    line-height: 1;
}

.btitle {
    position: absolute;
    right: 0px;
    bottom: 10px;
    left: 0px;
    text-align: center;
    margin: 0px;
}

.btitle-1 {
    position: absolute;
    right: 33px;
    bottom: 26px;
}

img.logo-beach {
    position: absolute;
    right: 13px;
    top: 10px;
}

.countdown-wrap {
    max-width: 252px;
    border-radius: 5px;
    margin: auto;
    text-align: center;
    margin-top: 13px;
    padding: 9px 10px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.time-cap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    text-align: center;
    padding: 2px 0 0 0;
}

.tcap-1 {
    color: #fcf05c;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.prize-grid- {
    display: grid;
    grid-template-columns: auto;
    grid-gap: 10px;
    padding: 13px 0 8px 0;
}

.prize-grid-1 {
    display: grid;
    grid-template-columns: auto;
    grid-gap: 10px;
    padding: 13px 0 8px 0;
}

.p-title {
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    overflow: hidden;
    padding: 0 10px;
    height: 40px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.p-title-1 {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    overflow: hidden;
    padding: 0 10px;
    height: 70px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.c-info {
    background: #fff;
    border-radius: 4px;
    margin: auto;
    width: 100%;
    padding: 2px 0px;
    color: #745944;
    font-size: 13px;
    font-weight: 600;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 5px;
}

.c-info-1 {
    background: #fff;
    border-radius: 50px;
    max-width: 215px;
    max-height: 37px;
    margin: auto;
    width: 100%;
    padding: 7px 0px;
    color: #745944;
    font-size: 14px;
    font-weight: bold;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.s-info-1 {
    font-weight: bold;
}

.prizes-1 {
    background: #fff;
    border-radius: 10px;
    max-width: 215px;
    max-height: 37px;
    margin: auto;
    width: 100%;
    padding: 9px 0px;
    color: #745944;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    line-height: 22px;
}

.prizes-1 a {
    color: #745944;
}

.prizes-1 a:hover {
    color: #000;
}

.medal-1 {
    position: absolute;
    left: 14px;
    top: 0px;
}

.prz-1 {
    margin-left: 40px;
}

.winner_list_btn {
    margin-top: 6px;
    display: block;
}

.winner_list_btn:hover {
    filter: grayscale(0) drop-shadow(0px 0px 3px rgb(255, 255, 255));
    transition: 0.3s;
}

a.winner_list_btn {
    display: block;
    margin-top: 10px;
}

a.winner_list_btn {
    transition: 0.3s;
    transform: scale(1);
}

a.winner_list_btn:hover {
    filter: grayscale(0) drop-shadow(0px 0px 3px rgb(255, 255, 255));
    transform: scale(0.96);
    transition: 0.3s;
}

.tnc-applied {
    color: #fff;
    font-size: 11px;
    margin-top: 0px;
    display: block;
    line-height: 0px;
}

.tnc-applied:hover {
    color: #f6c000;
}

/* .tour-bg {
    max-width: 1280px;
    display: flex;
    margin: 0px auto;
} */

h4.btn-start {
    font-size: 16px;
    color: #efdb78;
    margin: 10px 0px;
    cursor: pointer;
}

h4.btn-end {
    font-size: 16px;
    color: #ffff00;
    margin: 10px 0px;
    cursor: pointer;
}

.win-list {
    position: relative;
    top: -6px;
}

.modal-content.winner {
    background: #074c92ed;
}

.rank-top-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    border: 1px solid #fff;
    padding: 5px 0px;
    color: #fff;
}

.winner-rank-1 {}

.rank-row2 {
    display: flex;
    justify-content: space-between;
    text-align: center;
    align-items: center;
    align-content: center;
    border: 1px solid #fff;
    padding: 5px 0px;
    color: #fff;
    margin-top: 5px;
}

.rb2 {
    width: 50%;
    text-align: center;
}

.rb3 {
    width: 50%;
    text-align: center;
}

.winner-bg h5 {
    color: #fff;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.wxclose {
    position: absolute;
    right: 15px;
    border: none;
    border-radius: 50%;
    top: 15px;
    width: 30px;
    height: 30px;
}

.rank-box {
    margin-top: 10px;
}

.countdown-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #000;
    border-radius: 50px;
    padding: 8px 0px;
    min-width: 60px;
    border: 2px solid #a78646;
}

.tour-title{
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-weight: bold;
    background: #6a6a6a;
    border: 2px solid #a78646;
    border-radius: 50px;
    padding: 5px 10px;
    margin-bottom: 20px;
}

.tour-title img{
    max-width: 30px;
}

#winner-list2 .table {
    background-color: #1a1a1a;
    margin-bottom: 0;
    border-collapse: collapse;
    border-radius: 10px;
}

#winner-list2 .table thead th {
    background-color: #e6d782;
    color: #000;
    border: none;
    padding: 12px 15px;
    text-align: left;
}

#winner-list2 .table thead th:first-child {
    border-top-left-radius: 10px;
}

#winner-list2 .table thead th:last-child {
    border-top-right-radius: 10px;
}

#winner-list2 .table tbody {
    border: 2px solid #a78646;
    border-top: none;
}

#winner-list2 .table tbody td {
    border-top: 1px solid #333;
    padding: 12px 15px;
    color: #fff;
    vertical-align: middle;
}

#winner-list2 .avatar-img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    vertical-align: middle;
}

#winner-list2 .username {
    color: #fff;
    font-weight: 500;
}

#winner-list2 .turnover {
    color: #fff;
}

#winner-list2 .prize {
    color: #fff;
}

#winner-list2 .modal-dialog.img_gift-pp {
    max-width: 600px;
}

#winner-list2 .modal-content {
    background-color: transparent;
    border-radius: 8px;
}
