@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans:wght@400;700&display=swap" rel="stylesheet"');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;900&display=swap');

body {
    font-family: "Noto Sans", sans-serif;
    line-height: 1.6;
    font-size: 15px;
    margin: 0 auto;
    color: #191919;
}

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;
}
.logo{
    max-width: 140px;
}
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%;
}

.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: 122px;
}

.header_section {
    z-index: 3;
    position: fixed;
    width: 100%;
    background-color: #161616;
    top: 0;
}

.top_header {
    background-color: #161616;
    height: 74px;
}

.top-header-box {
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

ul.nav-list {
    display: flex;
    height: 100%;
    padding: 0;
    margin: 0;
    list-style-type: none;
    align-items: center;
}

ul.nav-list li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
}

ul.nav-list li {
    height: 100%;
    display: flex;
    align-items: center;
    margin: 0 10px;
    position: relative;
}

.top_header_con {
    height: 100%;
}

ul.nav-list li:before {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 4px;
    background: 0 0;
    transition: background .3s;
}

ul.nav-list li:hover:before,
ul.nav-list li.active:before {
    background: #ee602a;
}

ul.nav-list li.active a,
ul.nav-list li:hover a {
    color: #ee602a;
}

.headermenu_wrap {
    display: flex;
    height: 100%;
    align-items: center;
}

.header_menu_btn_wrap {
    display: flex;
}

.btn_login {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
    min-width: 80px;
    font-weight: 700;
    min-height: 34px;
    transition: background .3s;
}

.btn_login:hover {
    background-color: #fff;
    color: #000;
}

.btn_join {
    background-color: #ee602a;
    border: 1px solid #ee602a;
    border-radius: 5px;
    text-transform: uppercase;
    min-width: 80px;
    font-weight: 700;
    min-height: 34px;
    transition: background .3s;
}

.btn_join:hover {
    background-color: transparent;
    color: #fff;
}

.header_menu_btn_wrap button {
    margin: 0px 5px;
}

.second_header {
    background-color: #252525;
    height: 50px;
}

.header_lang_drop .dropdown-toggle {
    color: #fff;
    background-color: transparent;
    border-color: transparent;
    font-size: 12px;
    position: relative;
}

.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: #252525;
    min-width: 314px;
    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: center;
    margin: 10px 0px;
    text-align: center;
}

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: '';
}

.sec_wrap {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: flex-end;
}

.sec_wrap a {
    color: #fff;
    margin: 0 10px;
    font-size: 12px;
}

.sec_wrap a:hover {
    color: #ee602a;
}

.sec_tic {
    color: #161616;
}

.time {
    color: #fff;
    font-size: 12px;
    position: relative;
    padding: 0 10px;
}

.time:before {
    content: "";
    width: 2px;
    height: 27px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    background: #121212;
}

.time:after {
    content: "";
    width: 2px;
    height: 27px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    background: #121212;
}

a.refer {
    color: #ee602a;
    border-bottom: 1px solid #ee602a;
}

.marquee_wrap {
    background-color: #000000;
    color: #a2a8b8;
}

.marquee_custom {
    display: flex;
    font-size: 13px;
    padding: 5px 0;
}

.step_section {
    background: #111111 url(../images/index/section.jpg);
    min-height: 500px;
    background-position: top center;
    background-repeat: no-repeat;
    height: 100%;
    padding-bottom: 30px;
    /* background-size: 100%; */
}

.step_bar {
    background-color: rgb(27 27 27 / 80%);
}

.step_bar ul {
    display: flex;
    justify-content: space-between;
    margin: 0px;
    padding: 0px 0;
    align-items: center;
}

.step_bar ul li {
    display: flex;
    align-items: center;
    min-height: 100px;
}

.step-text {
    margin-left: 10px;
    line-height: 1;
}

.step-text h4 {
    text-transform: uppercase;
    color: #ee602a;
    font-weight: 700;
    font-size: 17px;
    margin-bottom: 1px;
}

.step-text span {
    color: #989494;
    font-weight: 500;
    font-size: 13px;
}

.cs_img img {
    width: 50px;
}

.cs_deposit {
    background-image: url(../images/index/deposit.png);
    background-size: 100% 100%;
    background-position: center;
    width: 384px;
    justify-content: end;
    background-repeat: no-repeat;
}

.cs_deposit .step-text span {
    color: #ee602a;
}

.cs_deposit .step-text {
    margin-right: 50px;
}

.bonus_c_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    margin-top: 30px;
    margin-bottom: 70px;
}

.bonus_tit {
    color: #00e3f7;
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.bonus_tit img {
    margin-right: 10px;
}

.bonus_c_wrap_custom {
    width: 100%;
}

.slidermain_01 {
    width: 500px;
}

.slidermain_02 {
    width: 150px;
}

.slider.slider-single .slick-slide img {
    cursor: pointer;
}

.slider.slider-nav .slick-slide .slide_txt {
    width: 145px;
    border-radius: 5px;
    cursor: pointer;
    opacity: 0.6;
    background-color: #1e2022;
    font-weight: bold;
    text-align: center;
    border-bottom: 4px solid #00e3f7;
    margin-bottom: 10px;
    padding: 5px;
}

.slider.slider-nav .slick-slide.slick-active.is-active .slide_txt,
.slider.slider-nav .slide_txt:hover {
    opacity: 1;
}

.slider.slider-nav {
    height: 100%;
}

.main_slider_wrap {
    display: flex;
}

.slide_img_main {
    position: relative;
}

.slide_img_txt {
    position: absolute;
    bottom: 0;
    line-height: 1;
    left: 24px;
}

.slide_img_txt01 {
    color: #00e3f7;
    font-size: 69px;
    font-weight: 900;
}

.slide_img_txt02 {
    color: #fff;
    font-size: 28px;
    font-weight: 900;
    text-transform: uppercase;
}

/*.slider-single .slick-current.slick-active{
  animation-name: fadeInUpSD;
  animation-duration: 1.5s;
  opacity: 1;
}
.fadeInUpSD {
  -webkit-animation-name: fadeInUpSD;
  animation-name: fadeInUpSD;
}
@keyframes fadeInUpSD {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}*/
/*.trigger_img_effect{
    opacity: 0;
}
.trigger_img_effect.animate__animated{
    opacity: 1;
}*/
.slide_img_txt {
    opacity: 0;
}

.slide_img_txt.animate__animated {
    opacity: 1;
}

.animate__animated {
    -webkit-animation-duration: 0.6s;
    animation-duration: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.slide_txt {}

.slide_txt01 {
    color: #00e3f7;
    font-size: 17px;
}

.slide_txt02 {
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
}

.more_m {
    background-color: #ee602a;
    border: none;
    font-size: 12px;
    font-weight: bold;
    border-radius: 5px;
    padding: 5px;
}

.bonus_custom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.spin_tit {
    color: #f70000;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    display: flex;
    align-items: center;
    padding-bottom: 30px;
}

.ribbon_txt {
    position: relative;
    text-align: center;
    display: flex;
    margin-left: 20px;
}

.ribbon_txt span {
    position: absolute;
    font-size: 10px;
    color: #fff;
    left: 0;
    top: 6px;
    right: 0;
}

.spin_group {
    display: flex;
}

.jackpot_wrap {
    width: 387px;
    position: relative;
}

.jackpot_txt {
    position: absolute;
    top: 31%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    text-shadow: 0px 2px 3px #000;
}

.games-list {
    width: 100%;
    margin-left: 20px;
}

.nav-tabs.index_jack_tab {
    position: relative;
}

.nav-tabs.index_jack_tab .nav-item {
    margin-right: 10px;
}

.nav-tabs.index_jack_tab .nav-item.show .nav-link,
.nav-tabs.index_jack_tab .nav-link.active {
    color: #fff;
    background-color: #ee602a;
    border-color: #ee602a #ee602a #ee602a;
}

.nav-tabs.index_jack_tab .nav-link {
    border: 1px solid #4a4949;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    background-color: #181717;
}

.nav-tabs.index_jack_tab .nav-link {
    color: #4a4949;
}

.nav-tabs.index_jack_tab {
    border-bottom: 2px solid #4a4949;
}

.nav-tabs.index_jack_tab .nav-link:focus,
.nav-tabs.index_jack_tab .nav-link:hover {
    color: #fff;
    background-color: #ee602a;
    border-color: #ee602a #ee602a #ee602a;
}

a.more_g {
    position: absolute;
    right: 0;
    color: #ee602a;
    top: 8px;
    font-size: 13px;
}

.more_g span {
    color: #fff;
}

.spin_product {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 20px;
    padding-top: 20px;
}

.gamebox {
    position: relative;
    overflow: hidden;
    border-bottom: 4px solid #ee602a;
    border-radius: 5px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.playpop {
    display: flex;
    position: absolute;
    background: rgba(0, 0, 0, 0.6);
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    transition: 0.3s ease;
    /* opacity: 0; */
    visibility: hidden;
    overflow: hidden;
    height: 0;
}

.gamebox:hover .playpop {
    /* opacity: 1; */
    visibility: visible;
    transition: 0.3s ease;
    height: 100%;
}

.gamebox:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 0 5px 6px #282828;
}

a.play-btn {
    display: block;
    font-size: 15px;
    font-weight: 700;
    width: 97px;
    margin: auto;
    border-radius: 5px;
    padding: 1px 0px;
    text-align: center;
    text-transform: uppercase;
    color: #dfdfdf;
    transition: .5s;
    transform: scale(0.5);
    opacity: 0;
    background-image: linear-gradient(#ee602a, #ee602a);
}

.gamebox:hover .playpop a.play-btn {
    opacity: 1;
    transform: scale(1);
    transition: .5s;
}

.gamebox_ini {
    color: #a2aabd;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    background-color: #131313;
    padding: 10px;
    align-items: center;
}

.gamebox_ini img {
    width: 17px;
    height: 15px;
}

.index_live_wrap {
    background-color: #191919;
    padding: 30px 0;
}

.live_tit {
    color: #ffffff;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    display: flex;
    align-items: center;
    padding-bottom: 30px;
}

.live_group {
    display: flex;
}

.live_wrap {
    min-width: 437px;
}

.live-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    margin-left: 20px;
}

.live_group img {
    transition: .5s;
}

.live_group img:hover {
    transform: scale(1.1);
    transition: .5s;
}

.download_index_wrap {
    background-color: #111111;
    padding: 30px 0;
}

.dw_tit {
    color: #ee602a;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    display: flex;
    align-items: center;
    padding-bottom: 13px;
}

.footer_wrap {
    background-color: #191919;
    padding: 30px 0;
}

.top_footer_wrap {
    display: flex;
    justify-content: space-between;
}

ul.provider {
    padding: 0;
    margin: 0;
    display: block;
    list-style-type: none;
}

ul.provider .title {
    color: #ffffff;
    font-size: 13px;
}

ul.provider li a {
    color: #50535b;
    font-size: 12px;
}

ul.provider li a:hover {
    color: #ee602a;
    border-bottom: 1px solid #ee602a;
}

ul.provider.p_img li {
    margin-bottom: 15px;
}

ul.provider.p_img li img {
    filter: grayscale(100%);
}

ul.provider.p_img li img:hover {
    filter: grayscale(0);
}

.icon-android-footer {
    display: inline-block;
    width: 29px;
    height: 29px;
    fill: #a2aabd;
}

.icon-ios-footer {
    display: inline-block;
    width: 29px;
    height: 29px;
    fill: #a2aabd;
}

.icon-ios-footer:hover {
    fill: #efefef;
    opacity: 1 !important;
    cursor: pointer;
}

.icon-android-footer:hover {
    fill: #85c808;
    opacity: 1 !important;
    cursor: pointer;
}

.Copyright {
    font-size: 11px;
    color: #fff;
}

.bottom_footer_wrap {
    border-top: 1px solid #555861;
    border-bottom: 1px solid #555861;
    padding: 30px 0;
    padding-top: 75px;
}

.seo-content-wrap {
    color: #474950;
    font-size: 12px;
}

.seo-content-wrap h1 {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.seo-content-wrap h2 {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.seo-content-wrap a {
    color: #ee602a;
}

.seo-toogle-button p {
    color: #474950;
    font-size: 12px;
    cursor: pointer;
    border-bottom: 1px solid #474950;
}

.footerlogo {
    text-align: right;
    padding-top: 10px;
    padding-bottom: 30px;
}

.footerlogo img {
    filter: grayscale(100%);
    width: 130px;
    display: none;
}

.footerlogo img:hover {
    filter: grayscale(0);
    width: 130px;
}

.member .modal-content {
    background-color: #161616;
    border-radius: 15px;
    border: 1px solid #ee602a6b;
}

.member .modal-header {
    border-bottom: none;
    padding: 7px 15px 0 15px;
}

.member .close {
    opacity: 1;
}

.member .modal-body {
    padding-top: 0;
    padding-bottom: 43px;
    width: 400px;
    margin: auto;
    color: #fff;
}

.modal_logo {
    margin-bottom: 42px;
}

.input-item {
    display: block;
    /* align-items: center; */
    /* justify-content: center; */
}

.modal_input {
    background-color: #fff;
    border: 1px solid #ee602a;
    border-radius: 5px;
    height: 35px;
}

.input_wrap {
    margin-left: 10px;
    min-width: 272px;
}

#loginmodal .input_wrap {
    margin: 0;
    margin-left: 0px;
}

input:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}

.btn-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 12px;
    /* margin-left: 44px; */
}

#loginmodal .modal-dialog,
#forgotmodal .modal-dialog {
    max-width: 600px;
}

.btn-item a {
    color: #ffffff;
    /* margin-right: 43px; */
}

.btn-item .btn_join {
    min-width: 103px;
    /* border-top-left-radius: 0; */
    /* border-top-right-radius: 0; */
    background-color: #ee602a00;
    color: #fff;
}

#loginmodal .modal-footer {
    text-align: center;
    display: block;
    color: #ffffff;
    font-size: 13px;
    border-top: none;
}

#loginmodal .modal-footer a {
    color: #ee602a;
}

.forgot_txt {
    max-width: 330px;
    font-size: 12px;
    text-align: center;
    display: block;
    margin: auto;
    padding-bottom: 36px;
}

.modal_forgot_tit {
    font-size: 24px;
    font-weight: bold;
}

.forgot_txt a {
    color: #ee602a;
}

#forgotmodal .btn-item {
    margin-left: 213px;
}

/*esports*/
.inner_main_body {
    background-color: #111111;
    min-height: 500px;
    background-position: top center;
    background-repeat: no-repeat;
}

.inner_product_content {
    width: 400px;
    text-align: center;
    margin-left: auto;
    padding-top: 110px;
}

.inner_product_txt {
    color: #fff;
}

.inner_product_content .btn_join {
    min-width: 140px;
    margin-top: 30px;
}

.inner_product_btn ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: stretch;
    padding: 10px 0;
    margin: 0;
}

.inner_product_btn_cus .grey {
    display: block;
}

.inner_product_btn_cus .ori {
    display: none;
}

.inner_product_btn_cus.active .grey {
    display: none;
}

.inner_product_btn_cus.active .ori {
    display: block;
}

.inner_product_bg {
    width: 155px;
    border-radius: 5px;
    cursor: pointer;
    opacity: 1;
    background-color: #1e2022;
    font-weight: bold;
    text-align: center;
    border-bottom: 3px solid #ee602a;
    padding: 5px;
    min-height: 61px;
    margin: 0 10px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.inner_product_bg:after {
    width: 12px;
    height: 11px;
    right: -2px;
    bottom: -1px;
    transform: perspective(4px) rotateX(40deg);
    border-radius: 35px;
    position: absolute;
    content: "";
    background: #ee602a;
}

.inner_product_btn {
    padding-top: 180px;
    padding-bottom: 30px;
}

.all_page_over {
    overflow: hidden;
}

/*slots*/
.slots_jackpot {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 250px;
}

.slots_jackpot_txt {
    position: absolute;
    color: #fff;
    font-size: 61px;
    background: -webkit-linear-gradient(#f5922a, #ef5a27);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
    padding-top: 20px;
}

.slots_filter_wrap {
    padding: 15px 15px;
    background-color: #1a1a1a;
    display: grid;
    grid-template-columns: 830px auto;
    border-radius: 10px;
    margin: 40px 0 0px 0;
}

ul.slots_menu {
    padding: 0;
    margin: 0;
    list-style-type: none;
    width: 100%;
    display: flex;
    flex-flow: wrap;
}

ul.slots_menu li {
    max-width: 200px;
    margin-right: 20px;
    margin-bottom: 10px;
}

ul.slots_menu li a {
    color: #a3aabd;
    border-bottom: 1px solid transparent;
    font-size: 12px;
}

ul.slots_menu li.active a,
ul.slots_menu li:hover a {
    color: #ee602a;
    border-bottom: 1px solid #ee602a;
}

.fa-search {
    color: #000;
}

.seach_cus,
.btn.btn-link {
    background-color: #d1d2d7;
}

.slots_products_wrap {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-gap: 10px;
    padding: 20px 0 40px 0;
}

.slots_container {
    max-width: 1366px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 30px;
}

.slots_search {
    width: 210px;
    display: flex;
    align-items: center;
    justify-self: self-end;
}

a.more_g_slots {
    color: #ee602a;
    font-size: 13px;
    padding-bottom: 30px;
}

.more_g_slots span {
    color: #fff;
}

.poker_step_bar {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    padding-top: 200px;
    padding-bottom: 50px;
    grid-gap: 35px;
}

.poker_step_inn {
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 13px;
}

.poker_org_txt {
    color: #ee602a;
}

.poker_step_inn img {
    margin-right: 10px;
}

.poker_step_inn_cus {
    width: 290px;
}

.poker_sec_02 {
    border-top: 2px solid #313131;
    border-bottom: 2px solid #313131;
    padding: 50px 0;
    display: flex;
    justify-content: space-between;
}

.poker_details_box {
    display: grid;
    -webkit-flex-flow: wrap;
    flex-flow: wrap;
    grid-template-columns: repeat(2, 1fr);
    -webkit-justify-content: center;
    justify-content: center;
    width: 689px;
}

.poker_box {
    display: flex;
    color: #7c818f;
    font-size: 13px;
}

.poker_box img {
    height: fit-content;
    width: 37px;
    margin-right: 14px;
}

.poker_box_con {
    margin-top: 10px;
}

.poker_box_con .poker_org_txt {
    margin-bottom: 10px;
}

.poker_sec_03 {
    padding: 30px 0 100px 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    color: #7c818f;
    font-size: 13px;
}

.poker_sec_03 h4 {
    padding-bottom: 10px;
    padding-top: 10px;
}

/*promotion*/
.mix {
    display: none;
}

.filter-menu-bar {
    /* margin: 20px 0; */
    /* background-color: #e1e1e1; */
    display: flex;
    justify-content: start;
    overflow: hidden;
}

.pmbox_1st {
    margin-left: -10px;
}

.pmbox {
    background: none;
    color: #a2a8b8;
    text-transform: uppercase;
    display: inline-block;
    padding: 5px 15px;
    font-weight: 700;
    font-size: 14px;
    margin-right: 10px;
    cursor: pointer;
    min-width: 115px;
    text-align: center;
    border-right: 1px solid #3b3b3b;
}

.pmbox:last-child {
    border-right: none;
}

.pmbox.active {
    color: #fff;
    /* background: linear-gradient(0deg,#b80000 31%,#b80000); */
    /* transform: skew( -25deg); */
    display: flex;
    justify-content: center;
    align-items: center;
}

.pmbox.active>* {
    /* transform: skew(25deg); */
}

.promo-content {
    display: grid;
    grid-gap: 0px;
    padding-bottom: 20px;
}

.pm-boxer {
    display: grid;
    grid-template-columns: 640px 365px;
    cursor: pointer;
    transition: all 0.5s;
    position: relative;
    max-width: 100%;
    height: auto;
    align-content: center;
    margin: 15px 0 0px 0;
    /* grid-gap: 10px; */
    /* background-color: #212121; */
    color: #ffffff;
}

.pm-boxer_inner {
    display: grid;
    padding: 0;
    text-align: center;
}

.pm-boxer_inner_sec {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.moreinfo_btn {
    background-color: #ee602a;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    border: none;
    border-radius: 0px;
    height: 34px;
    font-size: 13px;
    min-width: 130px;
    margin-right: 15px;
    border: 1px solid transparent;
    border-radius: 5px;
}

.apply_btn {
    background: transparent;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    border: none;
    border-radius: 0px;
    min-width: 130px;
    height: 34px;
    font-size: 13px;
    border: 1px solid #fff;
    border-radius: 5px;
}

.moreinfo_btn:hover {
    background-color: transparent;
    color: #fff;
    border: 1px solid #ee602a;
}

.apply_btn:hover {
    background-color: #fff;
    color: #000;
}

.text_red {
    color: red;
}

.text_blue {
    color: blue;
}

.modal-dialog.promo {
    max-width: 800px !important;
    background: #343434;
}

.modal-content.promo {
    padding: 20px;
    border-radius: 0;
    border: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #343434;
    color: #a3aabd;
    border: 1px solid #ee602a;
}

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: #ee602a;
    color: #fff;
    padding: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.pmtable-wrapper {
    margin: 15px 0;
}

table.promo-table tr th {
    color: #fff;
    background: #ee602a;
    padding: 4px;
    border: 1px solid #ee602a;
}

table.promo-table tr td {
    border: 1px solid #ee602a;
}

.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;
}

.filter_wrap {
    padding-top: 20px;
}

.pmbox .poker_org_txt {
    margin-left: 5px;
}

.pm-boxer_inner h4 {
    display: flex;
    justify-content: center;
    font-size: 20px;
    align-items: center;
}

.pm-boxer_inner h4 img {
    margin-right: 10px;
}

.inner_product_content.vip_wrap {
    width: 400px;
    text-align: left;
    margin-left: auto;
    padding-top: 110px;
}

.status_wrapper {
    margin-top: 30px;
}

.vip_tit {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 20px;
}

.vip_con {
    font-size: 13px;
    margin-bottom: 20px;
}

.vip_status_wrap {
    display: grid;
    grid-template-columns: 300px auto;
    padding-top: 150px;
}

.vip_status_wrap img {
    width: 235px;
}

.progress-bar {
    position: relative;
    overflow: hidden;
    height: 30px;
    margin-top: 10px;
    border-radius: 30px;
    background: repeating-linear-gradient(35deg, #3b3f4c, #3b3f4c 1rem, #111 0, #111 1.2rem);
}

.progress-bar>span {
    position: relative;
    display: block;
    height: 100%;
}

.progress-bar>span:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: repeating-linear-gradient(35deg, #ee602a, #ee602a 1rem, #111 0, #111 1.2rem);
}

.current-status-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.current-status h4 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.status-bottom h6 {
    margin: 0;
    padding: 39px 0 0px;
    position: relative;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

.status-bottom h6:before {
    width: 1px;
    height: 27px;
    position: absolute;
    background: #fff;
    bottom: 20px;
    left: 50%;
    content: "";
    transform: translateX(-50%);
}

.status-bottom p {
    color: #707070;
    font-size: 13px;
    padding: 7px 0 0;
    line-height: 13px;
    text-align: center;
    font-weight: bold;
}

.vip span {
    text-shadow: 1px 3px 4px #000;
}

.status-bottom span {
    display: block;
}

.grey-color {
    color: #a5a5a5;
}

.gold-color {
    color: #a38842;
}

.blue-color {
    color: #a5c0d4;
}

.purple-color {
    color: #7d6daa;
}

.brown-color {
    color: #f0c783;
}

.elite-color {
    color: #c0a06e;
}

.progress_percent_bronze {
    width: 7%;
}

.progress_percent_silver {
    width: 29%;
}

.progress_percent_gold {
    width: 50%;
}

.progress_percent_platinum {
    width: 72%;
}

.progress_percent_diamond {
    width: 100%;
}

.vip_table {
    color: #ee602a;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
}

.icon_1st {
    content: '';
    min-height: 28px;
}

.txt_yellow {
    color: #727681;
}

.vip_line hr {
    border-top: 1px solid rgb(175 175 175);
}

table.vip_table tbody tr td:first-child {
    text-align: left;
}

table.vip_table tbody tr td img {
    width: 100px;
}

table.vip_table tbody tr td {
    padding: 10px;
}

table.vip_table tbody tr td.text-left {
    padding-bottom: 0px;
    padding-top: 12px;
    text-transform: uppercase;
}

.vip_pri {
    font-size: 20px;
    vertical-align: bottom;
}

.vip_bom_img {
    text-align: center;
    padding-top: 30px;
}

.details_bg {
    background-color: #252525a8;
    border-radius: 10px;
    height: 100%;
    min-height: 500px;
    padding: 50px;
    border: 1px solid #ee602a;
    color: #a3aabd;
}

.details_out_wrap {
    padding: 50px 0;
}

.details_bg h2 {
    color: #ee602a;
    font-weight: bold;
}

.details_bg p {
    color: #a3aabd;
    font-size: 17px;
}

.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;
    color: #737373;
}

.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;
}

/*afterlogin*/
.afterlogin_bg_wrap {
    padding-top: 30px;
}

.afterlogin_bg {
    display: grid;
    grid-template-columns: 200px auto;
}

.sidebarpanel_menu {
    background-color: #f2f1f1;
    padding: 20px;
    height: 100%;
    min-height: 500px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.id_user {
    font-weight: bold;
    padding-top: 20px;
}

.id_lvl {
    line-height: 1;
    padding-top: 10px;
}

.side_tit {
    font-weight: bold;
}

ul.side_ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    font-size: 13px;
}

ul.side_ul li {
    margin: 14px 0;
    position: relative;
}

ul.side_ul li.active:before,
ul.side_ul li:hover:before {
    content: '';
    width: 10px;
    height: 24px;
    border-left: 4px solid #ee602a;
    position: absolute;
    left: -20px;
}

ul.side_ul li a {
    color: #000;
}

ul.side_ul li.active a,
ul.side_ul li:hover a {
    color: #ee602a;
    font-weight: bold;
}

.sidebarpanel_content {
    margin-left: 13px;
}

.sidebarpanel_content_top {
    padding: 30px;
    background-color: #515151;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.sidebarpanel_content_top_1 {
    display: flex;
    font-size: 13px;
}

.sidebarpanel_content_top_inn {
    display: flex;
    color: rgb(165, 165, 165);
    align-items: center;
    justify-content: center;
    margin-right: 30px;
    border-right: 1px solid rgb(165, 165, 165);
    padding-right: 20px;
}

.sidebarpanel_content_top_1 .sidebarpanel_content_top_inn:last-child {
    border-right: none;
}

.sidebarpanel_content_top_inn img {
    width: 62px;
    margin-right: 10px;
}

.sidebarpanel_content_top_txt {
    line-height: 1;
}

.wallet_bal {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sidebarpanel_content_top_2 {
    color: rgb(165, 165, 165);
}

.wallet_b {
    color: #fff;
    font-size: 28px;
    margin-left: 10px;
}

.wallet_r {
    font-size: 21px;
    color: #ee602a;
    /* margin: 0 10px; */
}

.wallet_res_btn {
    background-color: #fff;
    color: #ee602a;
    border: none;
    border-radius: 36px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    padding: 10px;
}

.sidebarpanel_content_bottom {
    min-height: 500px;
    background-color: #fff;
    padding: 30px;
}

.sidebarpanel_from_wrap {
    display: grid;
    grid-template-columns: 200px auto;
    margin-bottom: 20px;
    font-size: 13px;
}

.panel_wrap_bgpanel_wrap_bg {
    background: #f2f1f1;
    border-radius: 5px;
}

.requie {
    color: red;
}

ul.nav-tabs.deposit_tabs {
    background-color: #f2f1f1;
    border-bottom: 0;
    padding: 0px;
    border-radius: 5px;
}

.nav-tabs.deposit_tabs .nav-item.show .nav-link,
.nav-tabs.deposit_tabs .nav-link.active {
    background-color: transparent;
    border-radius: 0;
    border-right: 1px solid transparent;
    color: #ee602a;
}

.nav-tabs.deposit_tabs .nav-link {
    border: none;
    border-right: 1px solid transparent;
    color: #495057;
    font-size: 12px;
    position: relative;
}

.nav-tabs.deposit_tabs .nav-item:last-child .nav-link {
    border-right: 1px solid transparent;
}

.nav-tabs.deposit_tabs .nav-link img {
    filter: grayscale(1);
    height: 26px;
}

.nav-tabs.deposit_tabs .nav-link.active img {
    filter: grayscale(0);
}

.nav-tabs.deposit_tabs .nav-item {
    margin-bottom: -1px;
    min-width: 100px;
    text-align: center;
}

.nav-tabs.deposit_tabs .nav-link:after {
    content: "";
    height: 35px;
    border-right: 1px solid #c8c8c8;
    position: absolute;
    right: 0;
    top: 15px;
}

.nav-tabs.deposit_tabs li:last-child .nav-link:after {
    content: "";
    height: 35px;
    border-right: 1px solid transparent;
    position: absolute;
    right: 0;
    top: 15px;
}

ul.deposit_bank_pro {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

ul.deposit_bank_pro {
    background-color: #f2f1f1;
    border-bottom: 0;
    padding: 10px 0;
    border-radius: 5px;
}

ul.deposit_bank_pro li a {
    color: #495057;
    font-size: 12px;
    filter: grayscale(1);
    position: relative;
    padding: 0 20px;
}

ul.deposit_bank_pro li.active a {
    color: #495057;
    font-size: 12px;
    filter: grayscale(0);
    color: #ee602a;
}

ul.deposit_bank_pro li a:after {
    content: "";
    height: 22px;
    border-right: 1px solid #c8c8c8;
    position: absolute;
    right: 0;
    top: 0px;
}

ul.deposit_bank_pro li:last-child a:after {
    content: "";
    height: 22px;
    border-right: 1px solid transparent;
    position: absolute;
    right: 0;
    top: 0px;
}

.sidebarpanel_content input.form-control,
.sidebarpanel_content select.form-control {
    height: 30px;
    width: 70%;
    font-size: 13px;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ee602a;
    outline: 0;
    box-shadow: 0 0 0 0.2rem #ee602a12;
}

.btn_submit {
    background-color: #ee602a;
    border: 1px solid #ee602a;
    border-radius: 5px;
    text-transform: uppercase;
    min-width: 80px;
    font-weight: 700;
    min-height: 34px;
    color: #fff;
    transition: background .3s;
}

.btn_submit:hover {
    background-color: transparent;
    border: 1px solid #ee602a;
    border-radius: 5px;
    text-transform: uppercase;
    min-width: 80px;
    font-weight: 700;
    min-height: 34px;
    transition: background .3s;
    color: #495057;
}

.sidepanel_important {
    background-color: #f2f1f1;
    padding: 15px;
    border-radius: 5px;
    width: 400px;
}

.sidepanel_important h4 {
    color: #ee602a;
    font-size: 13px;
    font-weight: bold;
}

.sidepanel_important ul {
    padding: 0;
    list-style-type: none;
    font-size: 12px;
}

.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: #000000;
    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;
}

.withdrawal.rebate_custom table td {
    text-align: center;
}

.wallet_head_bal {
    color: #fff;
}

.wallet_head_bal i {
    color: #ee602a;
    padding: 0 10px;
}

ul.head_list {
    margin: 0;
    padding: 5px 15px;
    list-style-type: none;
}

ul.head_list li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 10px 0px;
}

ul.head_list li a {
    color: #b2b2b2;
    font-size: 12px;
    margin: 0px 10px;
}

.header_lang_drop.head_list_drop .dropdown-menu {
    background-color: #252525;
    min-width: 162px;
    border-radius: 0px;
}

.wallet_bal_cat {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
}

.transfer_amt_box_t {
    background-color: #cacaca;
    display: flex;
    color: #3f3f3f;
    padding: 3px 5px;
    align-items: center;
    grid-gap: 10px;
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
}

.transfer_amt_box_b {
    display: grid;
    grid-template-columns: 48px auto;
    line-height: 1;
    font-size: 13px;
    font-weight: bold;
    color: #ee602a;
    align-items: center;
    padding: 5px;
}

.transfer_tit {
    font-weight: bold;
    color: #ee602a;
    font-size: 18px;
}

.transfer_amt_box_t img {
    width: 40px;
    height: 40px;
}

.wallet_wrap {
    margin-bottom: 30px;
}

.btn_allin {
    border: 1px solid #ee602a;
    border-radius: 5px;
    text-transform: uppercase;
    min-width: 63px;
    font-weight: 700;
    min-height: 26px;
    color: #495057;
    transition: background .3s;
    background-color: transparent;
    font-size: 13px;
}

.btn_allin:hover {
    background-color: #ee602a;
    border: 1px solid #ee602a;
    border-radius: 5px;
    text-transform: uppercase;
    min-width: 63px;
    font-weight: 700;
    min-height: 26px;
    transition: background .3s;
    color: #fff;
}

.wallet_wrap hr {
    margin-top: 5px;
}

.history_search {
    display: flex;
    align-items: center;
}

.history_search span {
    margin: 0 10px;
}

.history_search input.form-control {
    width: 26%;
}

.history_table_wrap {
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 0 20px 0;
}

.history_table_wrap thead tr {
    background-color: #2f2f2f;
    color: #fff;
}

.history_table_wrap thead tr td:first-child {
    border-radius: 5px 0 0 5px;
}

.history_table_wrap thead tr td:last-child {
    border-radius: 0 5px 5px 0px;
}

.history_table_wrap thead tr td {
    padding: 10px;
}

.history_table_wrap tbody tr td {
    padding: 10px;
}

.history_table_wrap tbody tr {
    border-bottom: 1px solid #c8c8c8;
}

.inbox_msg_text {
    color: #ee602a;
    cursor: pointer;
}

/*profile*/
.profile_main {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    color: #4b4b4b;
    grid-column-gap: 5px;
    font-size: 13px;
}

.profile_main_title {
    color: #ee602a;
}

.profile_main_bg {
    /* background-color: #e2e2e2; */
    /* padding: 20px; */
}

.bank_details_content {
    display: flex;
    align-items: center;
}

.rebate_qr {
    width: 200px;
}

.register_bg {
    padding-top: 30px;
    max-width: 700px;
    margin: auto;
    padding-bottom: 30px;
}

.register_top {
    background-color: #ee602a;
    display: flex;
    position: relative;
    padding: 13px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
    width: 100%;
    justify-content: center;
}

.step_tit {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.reg_close {
    position: absolute;
    right: 10px;
    top: 8px;
}

.register_bottom {
    background-color: #e5e5e5;
    padding: 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.register_step_row {
    display: flex;
    justify-content: space-between;
}

.register_form_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
    padding-top: 20px;
}

.input_wrap {
    margin: 20px 0;
}

.btn_reg {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 30px;
}

.input_wrap .form-control {
    height: 45px;
    background-color: transparent;
    border: 1px solid #b2b2b2;
    border-radius: 10px;
}

.rigi_tit {
    font-weight: bold;
    font-size: 23px;
    color: #ee602a;
}

ul.regi_ul {
    padding: 0;
    list-style-type: none;
}

.phone_wrap {
    display: grid;
    grid-template-columns: 100px auto;
    grid-gap: 10px;
    align-items: center;
}

.download_bg {
    width: 550px;
    margin-left: auto;
}

ul.nav-tabs.download_ul li {
    width: 50%;
    text-align: center;
}

ul.nav-tabs.download_ul {
    border-bottom: none;
}

.nav-tabs.download_ul .nav-link {
    border: 1px solid transparent;
    /* border-top-left-radius: 0.25rem; */
    /* border-top-right-radius: 0.25rem; */
    background-color: #282a2c;
    color: #fff;
}

.nav-tabs.download_ul .nav-item.show .nav-link,
.nav-tabs.download_ul .nav-link.active {
    color: #000000;
    background-color: #fff;
    border-color: #ee602a #ee602a #ee602a #ee602a;
    background-color: #ee602a;
}

.nav-tabs.download_ul li:first-child .nav-link {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0rem;
}

.nav-tabs.download_ul li:last-child .nav-link {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 0rem;
}

.download_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
    padding: 20px 0;
}

.download_btn_wrap {
    display: flex;
}

.download_btn_left {
    border: none;
    background-color: #44464b;
    color: #fff;
    font-size: 11px;
    padding: 4px;
    width: 100%;
}

.download_btn_right,
.download_btn_right_ios {
    border: none;
    background-color: #2d2f33;
    color: #fff;
    font-size: 11px;
    padding: 4px;
    width: 100%;
}

.download_btn_left:hover,
.download_btn_right:hover,
.download_btn_right_ios:hover {
    background-color: #ee602a;
}

.download_title {
    background-color: #191919;
    color: #cfcfcf;
    font-size: 15px;
    padding: 2px;
    text-align: center;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom: 4px solid #424242;
    text-transform: uppercase;
}

.qr_download_wrap {
    position: relative;
}

.qr_download {
    background-color: #000000b3;
    display: none;
    text-align: center;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
}

.qr_download img {
    width: 60px;
    margin: auto;
    padding-top: 25px;
}

.dl {
    max-width: 500px;
    margin: auto;
}

.dl table {
    border-collapse: collapse;
    width: 100%;
    font-size: 12px;
}

.dl table th {
    border: 1px solid #ee602a;
    text-align: center;
    padding: 8px;
    background-color: #2d2f33;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}

.dl table td {
    text-align: left;
    padding: 8px;
    background-color: #2d2f33;
    border: 1px solid #ee602a;
    color: #ffffff;
}

.dl .username_custom {
    color: #ee602a;
}

#sticky.stick {
    position: fixed;
    top: 124px;
    z-index: 10000;
    border-radius: 0;
    background-color: #111111;
    width: 100%;
    left: 0;
    right: 0;
    margin: auto;
    width: 1107px;
}

.input_main_txt {
    color: #ee602a;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 7px;
}

.header_lang_drop .dropdown-toggle .badge {
    position: absolute;
    top: -2px;
    right: 7px;
    padding: 3px 5px;
    border-radius: 50%;
    background: red;
    color: white;
}

.msg_cus {
    position: relative;
}

.msg_cus .badge {
    position: absolute;
    top: -2px;
    right: 41px;
    padding: 3px 5px;
    border-radius: 50%;
    background: red;
    color: white;
    font-size: 9px;
}

.login_wrap .register_top {
    background-color: #161616;
    display: flex;
    position: relative;
    padding: 13px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
    width: 100%;
    justify-content: center;
    min-height: 51px;
}

.login_wrap .register_bottom {
    background-color: #161616;
    padding: 20px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.login_wrap {
    color: #fff;
    font-size: 13px;
}

.login_body {
    padding: 20px;
    width: 430px;
    margin: auto;
}

.login_wrap a {
    color: #ee602a;
}

/*6/8/2022*/
.inner_product_lotto {
    padding-top: 316px;
    padding-bottom: 30px;
}

.draw-result-wrapper {
    background: rgb(0 0 0);
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.20);
    margin-top: 50px;
    max-width: 920px;
    margin: auto;
    text-align: center;
}

.draw-result-wrapper .title-result {
    margin-bottom: 10px;
    color: #ee602a;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

.search-draw {
    max-width: 350px;
    height: 40px;
    margin: auto;
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    display: flex;
}

.date-draw {
    background: #313131;
    color: #fff;
    width: 60px;
    height: 40px;
    font-size: 17px;
    vertical-align: middle;
    padding: 7px;
}

input.date-search {
    font-size: 16px;
    width: 100%;
    padding: 5px 10px;
    height: 40px;
    border: none;
    color: #fff;
    text-align: center;
    background: #4c4c4c;
}

.date-search:focus {
    outline: none;
}

.resultbox {
    background: linear-gradient(to bottom, rgba(70, 179, 219, 1) 0%, rgba(77, 223, 230, 1) 100%);
    color: #000;
    width: 200px;
    margin: auto;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);
    margin: 6px;
}

.date-day {
    background: #266280;
    text-transform: uppercase;
    font-size: 17px;
    color: #fff;
    text-align: center;
    box-shadow: inset 0px 1px 2px 1px rgba(0, 0, 0, 0.4);
    padding: 5px 2px;
    border-radius: 6px 6px 0 0;
}

.lottery-content {
    text-align: center;
    margin: 30px 0 0;
}

.lotto-box {
    background: #4A4A4A;
    max-width: 30%;
    padding: 3px;
    border-radius: 3px;
    font-size: 15px;
    display: inline-block;
    margin: 10px 8px;
    color: #fff;
}

.lott-title-grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    padding: 3px 5px;
    font-weight: 600;
    text-transform: uppercase;
}

.lott-title-box {
    text-align: right;
}

.lott-type {
    font-size: 14px;
}

.cal-date {
    font-size: 12px;
    font-style: italic;
}

.result-table {
    background: #fff;
    padding: 5px;
    color: #000;
    font-weight: 700;
}

table.top-winner {
    font-size: 20px;
}

.result-table table tr th {
    background: #3f3f3f;
    color: #fff;
    text-transform: uppercase;
    padding: 4px 2px;
    font-size: 13px;
}

.result-table table tr td {
    padding: 0;
}

.result-table table.top-winner tr th {
    background: #3f3f3f;
    text-transform: none;
    padding: 7px 2px;
    border: 3px solid #fff;
    color: #fff;
}

.result-table table.top-winner tr td {
    padding: 2px 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;
}

.lotto-box {
    width: 30%;
}

.btn_lotto {
    background-color: #000;
    border: 1px solid #ee602a;
    border-radius: 5px;
    text-transform: uppercase;
    min-width: 80px;
    font-weight: 700;
    min-height: 34px;
    transition: background .3s;
    color: #ee602a;
    margin-right: 20px;
}

.btn_lotto:hover {
    background-color: transparent;
    color: #fff;
}

/** Payout Table **/
.modal-dialog.payout {
    max-width: 800px;
}

.modal-content.payout {
    background: #161616;
    border-radius: 12px;
    border: none;
    overflow: hidden;
    padding: 30px 30px;
    color: #fff;
    border: 1px solid #ee602a6b;
}

.xtr {
    text-align: center;
    color: #fff;
    padding: 2px;
}

.prize-text {
    text-transform: uppercase;
    margin-top: 15px;
    font-weight: 500;
}

.pred {
    color: #ff0000;
}

.forecast-table {
    text-align: center;
    overflow: auto;
}

table.payoutTable tr th {
    padding: 5px 4px;
    border: 1px solid #ff4e00;
    background: #ff4e00;
    color: #fff;
}

table.payoutTable tr td {
    padding: 5px 4px;
    border: 1px solid #ff4e00;
}

table.payoutTable td img {
    margin-left: 10px;
}

button.close-btn-lotto {
    background: none;
    border: none;
    color: #fff;
    padding: 0;
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 15px;
    z-index: 2;
}

.welcome-login {
    color: #ee602a;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 10px 0;
}

.app-slide-wrapper {
    position: relative;
    padding-top: 0;
    /* border-top: 1px dotted #343434; */
}

.app-slider {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 523px;
}

ul.carousel-indicators.vdemo.app {
    position: absolute;
    top: 30px;
    right: 0;
    left: auto;
    z-index: 1;
}

.download-home {
    position: absolute;
    right: 0;
    top: 37%;
    left: 47%;
    text-align: center;
    display: grid;
    grid-template-columns: 50% 50%;
    max-width: 500px;
    grid-gap: 10px;
}

.device-app {
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
}

.qr-img {
    max-width: 150px;
    margin: auto;
    display: inline-flex;
    max-width: 150px;
}

ul.carousel-indicators.vdemo li {
    border-radius: 50%;
    height: 9px;
    width: 9px;
    background-color: transparent;
    border: 1px solid #ee602a;
    opacity: 1;
    background-clip: unset;
}

ul.carousel-indicators.vdemo li.active {
    background-color: #ee602a;
    border: 1px solid #ee602a;
}

.int_wrap {
    text-align: left;
    margin-left: 13px;
    line-height: 1.1;
    color: #fff;
}

.int_btn {
    color: #fff;
    background-color: #000000;
    padding: 5px;
    border-radius: 5px;
}

.details_bg hr {
    border-top: 1px solid #ee602a;
}

.super9-text {
    color: #ee602a;
}

.details_bg h3 {
    color: #fff;
    font-size: 17px;
}

.widget iframe {
    border: none;
    height: 454px;
    width: 100%;
    background: #5d5d5d7a;
    padding: 17px;
}

/* BTC */
.qr-section {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.qr-code-container,
.amount-info {
    width: 48%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.qr-code-box {
    display: flex;
    flex-direction: column;
    padding: 15px;
    border: 1px solid #4a4a4a38;
    border-radius: 5px;
    background-color: #f2f1f1;
    color: #495057;
    grid-gap: 1rem;
    align-items: center;
}

.wallet-input {
    display: flex;
    align-items: center;
    gap: 10px;
}

.copy-button {
    background: #ee602a;
    border: none;
    cursor: pointer;
    height: 100%;
    min-width: 50px;
    font-size: 17px;
    line-height: 1;
    border-radius: 5px;
    color: #fff;
}

.quick-select {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    /* margin: 20px 0; */
    max-width: 80%;
}

.amount-option {
    background-color: #3b4049;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 5px;
}

.amount-option:hover {
    background-color: #50555d;
}

.action-buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.btn-back,
.btn-submit {
    padding: 10px 30px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
}

.btn-back {
    background-color: #4a4a4a;
    color: #fff;
}

.btn-submit {
    background-color: #007bff;
    color: #fff;
}

.alert-warning {
    padding: 10px;
    border-radius: 10px;
}

.qr-code {
    width: 100%;
    text-align: center;
}

.amount-input {
    display: flex;
    grid-gap: 10px;
}

.amount-currency {
    background: #ee602a;
    border: none;
    border-radius: 5px;
    min-width: 50px;
    font-size: 12px;
    line-height: 1;
    color: #fff;
}

.qr-code-container h4 {
    font-size: 15px;
}

.top-wallet-info {
    display: flex;
    align-items: center;
    grid-gap: 1rem;
}

.token-wrap {
    display: flex;
    grid-gap: 10px;
}

.token-wrap button {
    background: #ee602a;
    border: none;
    border-radius: 50px;
    font-size: 20px;
    padding: 8px 30px;
    font-size: 15px;
}

.token-wrap button img {
    max-height: 25px;
}